{"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*.*.*****\n**.*****.\n********.\n*.*****.*\n*********\n*****.***\n.*******.\n```\n\n\n## Output without wrap\n\n```\n*.*.....*\n.........\n.........\n........*\n........*\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n..**...\n.*.....\n..*..*.\n*......\n.*.....\n***...*\n.*.*...\n.......\n```\n\n\n## Output without wrap\n\n```\n..**...\n.***...\n.*.*...\n.*.....\n.*.....\n..*....\n*......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.***...\n.*.*...\n.*.....\n.*.....\n..*...*\n.......\n.*.....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.....\n......*....\n.****..**.*\n*......*.*.\n...........\n```\n\n\n## Output without wrap\n\n```\n.....**....\n..***......\n.*.*.....*.\n.*.*..**.*.\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***....\n*****....**\n...*.......\n....*.**...\n***.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**....\n*.....\n.*....\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n......\n*.....\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*....\n*....*\n.....*\n*.*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.....\n**....*..*..\n..........*.\n..***.**....\n...*....***.\n*.*..*...***\n*.....*...**\n.....**.*.*.\n*...*...**.*\n*....***.*..\n..........*.\n.*......*...\n.*.....*....\n```\n\n\n## Output without wrap\n\n```\n**...**.....\n**...**.....\n.***.***....\n..***..**.*.\n.*...****..*\n.*......*...\n.*....**....\n.....**.*...\n....*.......\n.....***.*..\n......****..\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***....\n**...**....*\n.***.***....\n..***..**.*.\n.*...****...\n**......*...\n**....**....\n.....**.*...\n*...*......*\n*....***.*..\n......****..\n............\n**....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n...*..***\n......*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n.....**..\n.....**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n*.*\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.*.....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n**....\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.....\n**....\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..****.\n*.***..****.\n*****.***...\n*****.*.*..*\n***..**....*\n***.*.*.****\n***.**..****\n*..**..**.**\n****.**.**.*\n.***..*.*.*.\n*...********\n.**..*******\n*******.*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.*..*..*.\n..........*.\n......*...*.\n........*...\n......*.*..*\n....*.*.*...\n......*.....\n............\n*....**....*\n............\n*...*.......\n............\n*..**...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..........*.\n......*...*.\n........*...\n......*.*...\n....*.*.*...\n......*.....\n............\n.....**.....\n............\n....*.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.*..*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n...\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**\n..***..**\n........*\n*...****.\n*...***.*\n...*.*...\n*..**..**\n```\n\n\n## Output without wrap\n\n```\n...*...**\n...*.....\n........*\n....*...*\n...*.....\n...*....*\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n...*.....\n*........\n*...*....\n*..*....*\n...*.....\n*..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n..*\n.*.\n***\n***\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*.*\n*.*\n.*.\n...\n...\n.*.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..**.*\n.***.******\n*.***..****\n..******.**\n.**.*******\n****.*.****\n*.*****.**.\n```\n\n\n## Output without wrap\n\n```\n....**.....\n.....*.....\n...........\n...........\n...........\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n***\n***\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*.\n..***.*.\n.*....*.\n.***..*.\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n.**.*.**\n.*..*.**\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**\n.**.*.**\n.*..*.**\n.*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*....\n**..*..***\n....*..**.\n**..*....*\n**...**...\n```\n\n\n## Output without wrap\n\n```\n**......*.\n**..****.*\n...***.*..\n**..*.***.\n**...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.**.\n.*..****..\n...***.*..\n.*..*.****\n..*.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n****\n....\n*..*\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n*.**\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*.*.\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n...\n...\n...\n***\n...\n...\n...\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.****\n*********\n*********\n*******..\n.******.*\n*********\n*.***.**.\n*.*******\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......**\n.......**\n.........\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*..**.\n*....*\n.****.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**..*\n*..**.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.....*\n..*...\n...***\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*..\n.*.**.*..\n.*.**.*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n..*..*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n..*..*...\n..*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..*.\n*.**\n*.*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n*.*.\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n..**\n....\n...*\n..**\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n....\n....\n..**\n...*\n.*..\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n....\n....\n..**\n****\n....\n..**\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**..*.*\n.*****..*.*\n.*.*.*..*.*\n**....*.***\n*.*.**..*.*\n.*.**....**\n*.*.*****..\n*.***..*...\n***.*.**.**\n..*.*...*.*\n..*...**.**\n****..*.**.\n**..*.*..**\n*.***.****.\n```\n\n\n## Output without wrap\n\n```\n..*..*.....\n*.....***.*\n...*.**.*.*\n*..*..*.*.*\n*.*.**.**..\n*.........*\n*.....****.\n*........*.\n*...*.**.**\n..*........\n.....**...*\n*..*..*....\n....*.*...*\n*.***.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......***.*\n...*.**.*..\n...*..*.*..\n..*.**.**..\n...........\n*.....****.\n.........*.\n....*.**.*.\n..*........\n.....**....\n...*..*....\n....*.*....\n..*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n..*...\n......\n......\n......\n**....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n......\n......\n......\n**....\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n...*...\n.....**\n...***.\n....***\n....*..\n.......\n```\n\n\n## Output without wrap\n\n```\n...*...\n..**.**\n..**.**\n....***\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..**.**\n..**.**\n....***\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..**.**.\n.*.........*\n.*.**.******\n***.***..**.\n.*..*.**..*.\n**........**\n.*...******.\n```\n\n\n## Output without wrap\n\n```\n***.........\n**..****..**\n**.**.**....\n........*...\n*.**........\n*.**.*...*.*\n*.*....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n..**...*....\n...**.**....\n........*...\n..**........\n..*****.....\n***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.****.**..\n******.*.*.*..\n.*.**...***.**\n*...********..\n******.******.\n**.****.....**\n```\n\n\n## Output without wrap\n\n```\n*..*.*.*****..\n..............\n............*.\n*............*\n.............*\n*.....*****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........****..\n..............\n............**\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n*..*\n.**.\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n****\n*..*\n...*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n*.*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n..***..\n...*...\n...***.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n..*.*..\n.....*.\n...**..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n..*.*..\n.....*.\n...**..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*....*\n*.****\n..*...\n.....*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.**..*\n.....*\n.**..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*.*...\n*....*\n*.*..*\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..**.\n****.*...\n..****..*\n*..*.*.**\n.****..**\n.****..**\n...*.****\n.*.******\n******...\n```\n\n\n## Output without wrap\n\n```\n....***..\n**...*.**\n....**.**\n....**...\n.........\n**.......\n.**......\n..*......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.....*.*.\n....**...\n....**...\n.........\n.........\n***......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*.*\n*.*.\n.**.\n**.*\n*.**\n**..\n*.*.\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n..**\n..**\n..**\n..**\n.*.*\n*...\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n**.**\n*..*.\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**...\n**...\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**.*.\n...*.\n**.*.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.**\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....*\n****.****\n**...*.*.\n.**...***\n**.*.**.*\n..*..**..\n*...****.\n..*.*..*.\n****..**.\n...**.**.\n```\n\n\n## Output without wrap\n\n```\n*..**.*.*\n...*.*..*\n...***...\n....*...*\n*..**...*\n*.**.....\n.*..*..*.\n*.*.*...*\n.*......*\n.*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.*...\n...***...\n....*....\n...**...*\n..**.....\n.*..*..**\n*.*.*....\n.*.......\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*******.**\n.**......*.**.\n*.*.......*..*\n..**.........*\n.*...***...***\n*....*.*.*.**.\n........*.*...\n.**....**.*...\n.*....*****..*\n*....*.**.***.\n*...**.*****..\n```\n\n\n## Output without wrap\n\n```\n.*****..**....\n..****.......*\n....**.*..**..\n.*******.*...*\n.**.**.*****.*\n.**.**.*.*.**.\n.**..***.***..\n..........**..\n...*.*......*.\n*.*****....***\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***.......\n.**..**.......\n.*..**.*..***.\n*.******.*....\n.**.**.*****..\n*.*.**.*.*.*..\n..*..***.***..\n..........****\n...*.*......*.\n***.........*.\n.**..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*...\n...*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n...*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n...***.\n.......\n*......\n.......\n.......\n..**...\n.*..*..\n....*..\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n...***.\n....*..\n.......\n.......\n.......\n..**...\n..*.*..\n.**.**.\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n...***.\n....*..\n.......\n.......\n.......\n..**...\n..*.*..\n.**.**.\n.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n..**\n*...\n.*.*\n...*\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n.*.*\n..*.\n*..*\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*.*.\n**.*\n**..\n..**\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n***.\n...*\n*..*\n***.\n**.*\n*.*.\n**.*\n.**.\n***.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n..*.\n***.\n..**\n..**\n..**\n..**\n..**\n..**\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n*....*.\n*...*..\n*...*..\n*.....*\n```\n\n\n## Output without wrap\n\n```\n....***\n...*..*\n**..**.\n**...*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n*..*...\n**..**.\n**...*.\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*...\n..*.......*.\n...........*\n......*.....\n...*****....\n.....*..*...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n....*.**....\n....*..*....\n.....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..\n............\n............\n....*.**....\n....*..*....\n...*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.***\n....*..*.\n*****...*\n*..*.**.*\n*...**.*.\n**.*.*.**\n*.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n....****.\n*.***...*\n*.....*..\n*..*.....\n*.**....*\n*....*.**\n..*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..*.\n......*..\n......**.\n.*.*.....\n..**.....\n..*.*....\n*...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*....*\n.*..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*...\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n.****...\n..**....\n.**.....\n......**\n*...*...\n*..*....\n*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.**.*...\n.*..*...\n....*...\n.***....\n.*......\n........\n*..**...\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.*..*...\n....*...\n.***....\n**.....*\n*.......\n*..**..*\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n*.*\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*..\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n******\n*.*..*\n*.**.*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n*..*.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n*.*...*\n*****.*\n.**..**\n.*.*.*.\n..*....\n*.**..*\n.***.**\n*....**\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.*.**.*\n.*.*..*\n...*..*\n...**.*\n.......\n...***.\n.***...\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n...*...\n...*...\n*..*..*\n.*.**..\n.......\n*..**..\n**.*.**\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n***\n***\n**.\n***\n***\n***\n***\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**..\n.***.**\n.*....*\n.**.***\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n**.*.**\n*......\n.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.*.**\n.......\n.**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n..........\n.*.....*..\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n..........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n...*..\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...**.\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n...*\n*.*.\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n...*\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..*..\n...**.\n***..*\n...**.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n*..**.\n.**..*\n*..***\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...**.\n***..*\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.....*\n....*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...***\n*.*.*..*.*..\n.....***.*.*\n..*.....****\n*....**...*.\n*..**..*..*.\n*....*.*...*\n```\n\n\n## Output without wrap\n\n```\n...***..***.\n.......*.*.*\n.*.*.***...*\n........*..*\n.*.******...\n**..*..*..**\n....*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*...*..\n*......*.*..\n**.*.***...*\n*.......*...\n**.******...\n**..*..*..*.\n*....*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*.....\n.*....\n.....*\n*.....\n....**\n***.*.\n...*..\n...***\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n....**\n*..***\n.**.**\n.*...*\n.*.*.*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n**....\n*.....\n*.....\n*...*.\n...**.\n***.*.\n**....\n.*.*.*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...\n*..*.*..\n*****...\n*....**.\n....*.**\n**..**..\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n*****...\n.....*..\n*.**..*.\n*.*...**\n**..*..*\n**......\n****.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n.....*.*\n*.**..*.\n*.*...*.\n.*..*...\n**.....*\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***..*.**\n*......**...**\n*....*........\n*.*.**..******\n..*......*..*.\n..*.****.**...\n```\n\n\n## Output without wrap\n\n```\n......*.*..*.*\n**..*....**..*\n**.*..........\n...*....***..*\n..*....*.....*\n......****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..****..*...\n.......****.*.\n...*.........*\n...*....***.**\n*....***......\n**..*...***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.*...\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.**.*\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*..\n....\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n...**.\n***..*\n...***\n..*...\n*....*\n```\n\n\n## Output without wrap\n\n```\n..***.\n....*.\n.**..*\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n***...\n...***\n****..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n...\n...\n...\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n**.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n*..*.....\n*.*......\n*..**...*\n.****..*.\n.....*.*.\n.......**\n..*.*..*.\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n*.*.*....\n*...*....\n.**..****\n..***..*.\n.......**\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*......*\n*.*.*....\n*...*...*\n***..***.\n..***..*.\n.......**\n......***\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n**........\n**.......*\n.*.*.....*\n..........\n..........\n..........\n..........\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..*.......\n.*........\n.*........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*.........\n.**.....**\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..**.....\n*.**.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.***.....\n.***.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.***.....\n.***.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n.******\n*..****\n*******\n****.**\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n......\n......\n......\n...**.\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n....*..\n.......\n.....*.\n..*.*..\n.*...*.\n.....*.\n.......\n..***..\n*.....*\n...*.*.\n..**.*.\n.......\n..**.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n....**.\n.......\n...**..\n...*...\n..*..*.\n..**.**\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n.......\n.......\n.......\n....**.\n....**.\n.......\n...**..\n...*...\n..*..**\n..**.*.\n..**...\n.......\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.**\n********\n..******\n*.*****.\n**.**.**\n.****.**\n*.******\n*.**.**.\n****.**.\n.**...**\n....****\n**...*.*\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n**......\n........\n........\n........\n**......\n**......\n*.......\n.*.***..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*...*\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n..**.*\n..*.*.\n...*..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.....*\n.*...*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n**...*\n.*...*\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*...\n*...\n....\n*...\n.*..\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n*..\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*....\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n......\n.*....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.***.\n******..*\n.********\n*..******\n*....***.\n***.*.***\n*********\n.***.*.*.\n*..***.**\n.****.***\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n.........\n.*.......\n.*.......\n.........\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*....\n**...**.*.*\n.**.*.*.*.*\n....***.***\n**..*.**..*\n*.*.*...**.\n*.*.**..***\n..*.*.*..*.\n**.**.**..*\n```\n\n\n## Output without wrap\n\n```\n**....**...\n*.***.*....\n*****...*.*\n*.*.*...*.*\n**..*.*...*\n*.*.*.*....\n..*.*..*..*\n*.*...*....\n.****.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....*.\n..***.*...*\n.****...*..\n..*.*...*..\n.*..*.*....\n..*.*.*....\n*.*.*..*...\n..*...*....\n***.*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**.*\n**...**..\n.........\n..*......\n.........\n.....*...\n....*....\n.........\n*.......*\n```\n\n\n## Output without wrap\n\n```\n**...*.*.\n..*..*.*.\n**....*..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n*....*.*.\n*.....**.\n.........\n.........\n.........\n.........\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n....\n..**\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.***\n....\n..**\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n*.**\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n***.\n.**.\n.**.\n****\n*.**\n..**\n...*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n....\n....\n....\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n...*\n....\n....\n....\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n**.......*\n.**.**.*.*\n.*.*...*..\n.*.*...*.*\n.*.*...***\n*..*......\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.*****.*..\n....***...\n**.....**.\n.....***..\n*...****.*\n.***....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n.*.....***\n.*..***..*\n.......*..\n.*...***..\n.*...***..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*.*...\n*.*.*.\n....*.\n*...*.\n....**\n**....\n....**\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n...***\n****..\n...***\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n.*....\n.*....\n...**.\n..****\n...***\n**....\n*....*\n*.....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n***.\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.....*.*.\n.........\n.*...*.*.\n...*....*\n```\n\n\n## Output without wrap\n\n```\n......*..\n......*..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n......*..\n.........\n.........\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n......*\n**.....\n...*...\n.......\n.*....*\n*..**..\n*.*.**.\n.**....\n..**...\n**.*..*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n.......\n...*...\n..*.**.\n..*..*.\n.*..**.\n****...\n...**..\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*....*.\n......*\n.......\n.......\n.*.*...\n*.*.*..\n*.*...*\n....*.*\n*.**.*.\n**.*..*\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n...*.*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*.*\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.*.\n.****.\n*...**\n..***.\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n......\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**\n****....\n........\n..**...*\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.*....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..\n.***..*.\n...*..*.\n*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n...*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..**\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...**\n....*...*.\n......***.\n*..*..**..\n....*.....\n*.....**..\n*.*****..*\n.*.....**.\n..**......\n```\n\n\n## Output without wrap\n\n```\n...*....**\n...*.*....\n.....**.*.\n.....**.*.\n.....*....\n.*....**..\n*.****....\n.*...****.\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...**\n...*.*....\n.....**.**\n.....**.*.\n.....*....\n**....**.*\n*.****...*\n**...*****\n*.**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*.**\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*..\n*.*.\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**\n...*.*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n....***\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**\n.*...*.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n.*.\n***\n***\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n...\n...\n*.*\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*\n.*..*..*\n**.**.*.\n*..*.**.\n.******.\n```\n\n\n## Output without wrap\n\n```\n**....*.\n...**..*\n**.*..**\n*......*\n.***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n...**...\n.*.*..*.\n*.......\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*.....\n**.*.**......\n..**.......*.\n*...***...*..\n*.****.......\n..*.....**...\n..*....**....\n*...*......**\n.*....*......\n```\n\n\n## Output without wrap\n\n```\n***..*.......\n...***.......\n*.**.........\n.***.........\n...*.**..*...\n.**...*...*..\n.*.*..*..*...\n..*....*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****......\n...*.**.....*\n..**........*\n****........*\n...*.**..*...\n.**...*...*..\n.*.*..*..*..*\n.......*...**\n..*...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n..*.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n...*\n....\n.***\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n**..\n.***\n*...\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..**\n.*..\n*.*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n......***.\n..........\n..........\n....*.....\n...*.*....\n...*.*....\n..........\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n......**..\n......**..\n......**..\n..........\n....*.....\n....*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.\n.....*..*.\n......**..\n..........\n....*.....\n....*.....\n..........\n..........\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n**.\n...\n...\n...\n..*\n...\n*..\n.*.\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n...\n...\n...\n...\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*\n..**.**..\n.*..**.**\n*....*.**\n.*...**..\n.*..*.*.*\n*.*.*****\n.*.*.***.\n*.**...*.\n```\n\n\n## Output without wrap\n\n```\n.***.....\n..**.**.*\n.***....*\n**......*\n**..*...*\n*****...*\n*.*.....*\n*........\n.****..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.***\n..**.**..\n.***.....\n.*.......\n.*..*....\n.****...*\n..*......\n.........\n*..**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..****\n**.*.*...\n*..**.**.\n****.***.\n..*****..\n**..*.***\n```\n\n\n## Output without wrap\n\n```\n*.*.****.\n...*....*\n.......*.\n*........\n........*\n.**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n...*.....\n.......*.\n*........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n.....**\n..*.*..\n.*..*..\n.*...*.\n.*.*.**\n.......\n.......\n**....*\n.*.*.*.\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.*.*.\n...**..\n.*****.\n**...**\n..*.***\n.......\n.......\n***....\n...**..\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n.*.*.**\n...**..\n.*****.\n.*...**\n*.*.***\n.......\n*......\n***...*\n...**..\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n***..\n..*..\n...**\n..*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n..*..\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*....\n*.*.*\n..*.*\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.**\n**..**.*.\n.*...*.*.\n```\n\n\n## Output without wrap\n\n```\n**....***\n..*....**\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n......***\n......***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.*.\n...\n..*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n*......*\n......**\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n......**\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.......*\n*.....*.\n*.....*.\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n**.\n***\n.*.\n***\n..*\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.*.\n.*.\n.*.\n*..\n**.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n.*.....*\n**.***..\n..*....*\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n**.**...\n**.**.*.\n..*..*..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n.*.**...\n.*.**.**\n*.*..*..\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.*...*.\n.*....*\n......*\n**.....\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n..*....\n**.....\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n..*...*\n.**..**\n.*.....\n......*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.........\n..*....**..*\n..*...*..*.*\n**....*..***\n......**...*\n....*.**...*\n....*.**..**\n.......*....\n.*.*...*.**.\n.*.*....*...\n```\n\n\n## Output without wrap\n\n```\n..*.........\n.***...****.\n.***.**....*\n.....**.**.*\n........*..*\n.......**..*\n.......**..*\n.......*.*.*\n.......*.*..\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*.\n*.....*...**\n*.**.**....*\n.....**.**..\n*.......*...\n*......**.**\n.......**...\n.......*.*.*\n*......*.*..\n**.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.**\n***..*..\n*..**...\n..*....*\n....*.**\n*...**..\n.*.*..*.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n*..****.\n.....**.\n*..**...\n....****\n...**.**\n...**..*\n......*.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n.....**.\n*..**..*\n*...****\n*..**.**\n*..**...\n......**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....**\n..***..*.\n***..****\n********.\n******.**\n*.****..*\n..***.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*......**\n.........\n.........\n.........\n.*.....**\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**.\n*...***..\n.........\n.........\n.........\n.........\n*....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.**\n*******\n*..****\n*.***.*\n.******\n**.****\n*.*****\n*..**..\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n.......\n.......\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n.....*..\n........\n........\n........\n........\n....*...\n........\n*.......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.....\n..*...*..\n***.....*\n*********\n*.*..***.\n.***....*\n....*.*..\n.***...**\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.........\n*...*...*\n....*...*\n*........\n.****....\n....*...*\n..**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n........*\n....*....\n....*....\n.........\n*****...*\n....*...*\n....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.......*.*.\n.......*.*.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n*..*...\n......*\n.......\n.......\n.......\n.......\n..**...\n...**..\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*..*.\n...***.\n.......\n.......\n.......\n...*...\n..*.*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.*****.\n...**..\n.......\n.......\n.......\n...*...\n...**..\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n...*..\n......\n..****\n*.....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n..*...\n...**.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...**.\n......\n..*...\n...***\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**.*\n***.\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n.****\n..*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n.*...\n..***\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*..**\n**.*.\n..*..\n*.***\n```\n\n\n## Output without wrap\n\n```\n...*.\n*..**\n**.**\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*..*.\n**.*.\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**...\n*.*.*\n.*.**\n..**.\n```\n\n\n## Output without wrap\n\n```\n**...\n*..*.\n*.*.*\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n...*.\n..*..\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*\n.*.**.**\n***...**\n..*.....\n*.*.*...\n.**.**..\n.***..*.\n```\n\n\n## Output without wrap\n\n```\n..***.**\n**.***..\n*....***\n*.*.....\n..*.**..\n*...**..\n.*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*\n.*.***..\n.....**.\n..*.....\n..*.**..\n*...**..\n**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*.**...\n***..***.....\n**.*.**..*...\n.*....*.....*\n**..*.******.\n..**.*.**....\n```\n\n\n## Output without wrap\n\n```\n...*.........\n....**.......\n.............\n....**.....*.\n**.......*.*.\n**...*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n*..........**\n....**.......\n*..**.....*..\n*........*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n***\n.*.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*\n.****..***...\n.....**....**\n***.**.......\n.*.*.***.....\n.*......***.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.**.*....\n**.***...*...\n*............\n******...*...\n...***...*...\n.....*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.........\n.*.***...**.*\n.............\n******...*..*\n...***...**.*\n....**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...\n....**..*\n...*.*...\n...*.*..*\n```\n\n\n## Output without wrap\n\n```\n....***..\n.........\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***\n.*.*..*\n**.****\n..*****\n**.*..*\n..*.*..\n...***.\n.**..*.\n*.....*\n....*..\n```\n\n\n## Output without wrap\n\n```\n.******\n.......\n**.....\n.......\n.*....*\n.**....\n.*...*.\n.***.**\n.*...*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.*\n.......\n.*.....\n.......\n**....*\n***...*\n.*...*.\n****.*.\n**...**\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*....\n.**...\n..**..\n...*..\n......\n**.*..\n******\n....**\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*.*..\n.*.*..\n..**..\n..*...\n*..*..\n*....*\n.**..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n.*.*..\n.*.*..\n..**..\n..*...\n...*..\n......\n.**...\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*...\n...*.*.......\n.**.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n.............\n..*..**......\n..*..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.***.\n.*.....*.***.\n.*.....*.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.......\n.......\n*..*...\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.........\n**............\n*........*....\n........*.*...\n........*.*...\n.........*....\n...........*..\n......***.*.*.\n...*....**..*.\n..*....**..*..\n.*....*.......\n.*..*.........\n```\n\n\n## Output without wrap\n\n```\n*.*...........\n..............\n*.*......*....\n........*.*...\n........*.**..\n.......*......\n.......*......\n......*.....*.\n......*...*...\n.**...****....\n.**....*......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*........\n...*..........\n*.*......*....\n........*.*...\n........*.**..\n.......*......\n.......*......\n......*.....*.\n......*...*...\n.**...****....\n*...*.**......\n*....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*..\n***...\n.*..*.\n*****.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n*....*\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n**....\n**...*\n*...*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...*..\n..*...\n..***.\n```\n\n\n## Output without wrap\n\n```\n..***.\n....*.\n..*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n..*.*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n...*..\n.*....\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**...\n..*...\n..*...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n....*.\n..*.*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n...**.\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n*...*.\n......\n.....*\n**....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.....*\n*....*\n*.....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*.***.\n**.**.\n.*.*..\n*.*..*\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.**.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*.\n*..*..*...\n**...**.*.\n*.*...****\n.*.....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n**...*....\n*.*****.**\n*.*..*.*.*\n.*....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n.*...***..\n..*****...\n..*..**...\n.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...**.....*\n*..**......\n*...*....**\n*.......*.*\n.......**..\n```\n\n\n## Output without wrap\n\n```\n...........\n....*......\n..*..*...**\n....*......\n.......*..*\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n....*......\n..*..*....*\n**..*....*.\n.......*..*\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n.***.\n.....\n*.*..\n.**.*\n.*.**\n*...*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*..*\n....*\n..***\n*.*.*\n**.**\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.*..*\n.*...\n..**.\n*****\n.....\n.*...\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n..**.\n.*...\n**...\n**...\n.....\n.....\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n....*\n.*...\n..*..\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n**..*\n..*..\n.*...\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.****.\n..****\n**.***\n**..**\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n...\n..*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n**...\n..*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*...*\n..**.\n.*..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n.****\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*.***\n.***.\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n....*...\n..*..*..\n...*.*..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*.*...\n...*.*..\n....*...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n..*.*...\n...*.*..\n....*...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n**.....\n*.****.\n.*..*..\n******.\n```\n\n\n## Output without wrap\n\n```\n**.....\n*..**..\n*.****.\n.......\n******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n*..**.*\n*.*****\n.......\n*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*****\n*....**.*\n.**......\n.**..*...\n```\n\n\n## Output without wrap\n\n```\n....*...*\n*...*...*\n*.*..**..\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n....*....\n..*..**..\n..****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.....\n*....*\n**...*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n..*..\n..*..\n*....\n**..*\n.****\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*...\n.....\n**...\n*.*.*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...**\n*...*..*...\n*........*.\n```\n\n\n## Output without wrap\n\n```\n...........\n........***\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**.\n*.......**.\n*.......**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n..*..*..\n..*.*...\n........\n**.....*\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..***...\n..*.*...\n.*.**...\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n..*.*...\n*..**...\n**......\n*......*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*..**\n*...*\n*....\n***..\n**...\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n....*\n.*..*\n**.**\n*....\n..*..\n.....\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*...\n.*.*.\n.....\n..*.*\n....*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****\n...****\n.....*.\n.......\n**.....\n**.....\n..*.*.*\n****...\n.**...*\n```\n\n\n## Output without wrap\n\n```\n.......\n....***\n.......\n.......\n**.....\n*......\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.....*\n**.....\n.*....*\n*.....*\n*....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.*.....\n..**...\n..*.**.\n....*.*\n*..**..\n*..**..\n*...*..\n*..*...\n..**..*\n...***.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.*...\n.*..**.\n.**.**.\n.......\n.......\n**.....\n....**.\n*...**.\n.....*.\n..*..**\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.*.*...\n.*..**.\n.**.**.\n*.....*\n.*.....\n.......\n....*..\n....*..\n.......\n..*....\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n...*.\n*****\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...**\n.*...\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*...*\n...*****..*\n..**.**....\n....**..***\n..*.*....*.\n..***..*.*.\n```\n\n\n## Output without wrap\n\n```\n...*..**...\n.......*...\n..*.....*.*\n..*...*.***\n..*........\n..*.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***\n.......*...\n..*.....*.*\n..*...*.***\n..*........\n..*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*....\n.***.\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n*...*\n*..*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**.**\n.....\n*...*\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n*...\n....\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..*.......\n*..***....\n***.*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...**.....\n*...**....\n***.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n..........\n..........\n..........\n...**.....\n*...**....\n***.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**\n.....**\n...***.\n*..****\n...**.*\n.**.*.*\n****..*\n..**.*.\n.*.*.*.\n.***..*\n```\n\n\n## Output without wrap\n\n```\n.....**\n...*...\n...*...\n..*...*\n.*....*\n*...*.*\n*.....*\n*....**\n.*...**\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n*..*...\n*..*...\n*.*....\n.*.....\n....*.*\n......*\n.....*.\n**...**\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n..**\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.*..\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n**..\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....**\n....*****\n..**...*.\n.*.....*.\n.*.*.**..\n.***.**..\n**....**.\n```\n\n\n## Output without wrap\n\n```\n..**.*...\n.*....*..\n......*..\n**.......\n**.*..*..\n.....*.*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*...\n.*...*...\n......*..\n**......*\n**.*..*.*\n..*...*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*******\n************\n******.****.\n*****.******\n************\n.*********.*\n************\n*****..****.\n************\n************\n*.**********\n***********.\n.*.*.*******\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n**..........\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n...*..*.\n...*....\n...*..*.\n...*..*.\n....*..*\n....*..*\n.....*.*\n........\n```\n\n\n## Output without wrap\n\n```\n....**..\n...*.*..\n..***...\n..***...\n...*****\n...*****\n....**.*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n...*.*..\n..***...\n..***...\n...*****\n...*****\n*...**.*\n......*.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*....\n**.*..\n...**.\n*..**.\n..*...\n.*..*.\n***.*.\n*....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n****..\n...*..\n*...*.\n*.*...\n.**...\n*....*\n*.*.*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n...*.*\n......\n..*.*.\n.**...\n*.....\n..*...\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n.*....\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....*\n***....**.\n*....*.*.*\n*....*....\n*.....*...\n*...****..\n*.....**..\n....**.***\n.....*....\n****......\n```\n\n\n## Output without wrap\n\n```\n.***...**.\n..**..**..\n*.*....**.\n......*...\n..*.......\n**........\n..........\n..****.**.\n.*.*.**.*.\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..***\n......**..\n.**....*..\n.*....*.**\n..*.....*.\n........*.\n.*........\n..****.*..\n......*...\n....**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.****\n.*.....*.\n...**....\n****.....\n......*..\n*.**...**\n```\n\n\n## Output without wrap\n\n```\n......*.*\n...***..*\n.*...*...\n***.*....\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.*\n.....*..*\n**...*..*\n.**.*....\n*....*...\n.**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*..*\n*.......***.\n*.*...*.****\n.**.....*...\n..*...****..\n...*.....***\n....*...*.**\n....*...*...\n```\n\n\n## Output without wrap\n\n```\n........*.*.\n.*..........\n*.*........*\n..**..*.....\n.***...*....\n...*.......*\n...**...*..*\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.**\n**..........\n*.*.........\n*.**..*....*\n.***...*....\n...*.......*\n...**...*..*\n...**..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****..*....\n*..*.*.**.****\n..*..***.***.*\n*.*..**.***.*.\n..*..*..*..***\n.*******..*...\n**........****\n```\n\n\n## Output without wrap\n\n```\n..***.*******.\n.*....******.*\n.*............\n..*.*.......**\n..*...****....\n****...****..*\n****...*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.**.*.*..\n**.*..***.....\n.............*\n*.*.*.........\n***...****...*\n*...****......\n..**.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n****\n**..\n.***\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n...*\n*..*\n....\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n....*....\n..***....\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n........*.\n..........\n*.........\n........**\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n........*.\n........**\n.........*\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n**.*.\n*...*\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*...*\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*.*.*.*\n*.*.....\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.**.*.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n***.....\n***.*.*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n**.**\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*.*\n***.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n...*.*\n***.*.\n**.*..\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n.***.*\n*...*.\n...**.\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.***..\n....*.\n...**.\n.**...\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.....\n.****\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n..**.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*****\n..**.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n..*.\n.***\n***.\n.***\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n*...\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.*...\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n**.*.\n**...\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n***.....*.\n........*.\n...**....*\n**........\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*........\n.***....**\n..........\n**.**.....\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.*.......*\n****....*.\n*........*\n**.**.....\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**....\n*...*....*\n..*.***...\n.*..****..\n.*.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n..****....\n.******...\n.**....*..\n.**...*.*.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.*.\n..*..**.*.\n*.*....*.*\n........*.\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n....*...*\n**.*....*\n......*..\n.........\n..*...*..\n......*..\n.........\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*......**\n*......*.\n*........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**......\n*...*.......\n*....***.***\n.*..******..\n..*..*...*..\n*.*.......*.\n.*...**.....\n```\n\n\n## Output without wrap\n\n```\n....**......\n....*.....*.\n**.......**.\n.*..*.......\n..****.*.**.\n..*..**.....\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.....\n*...*.....*.\n**.......***\n**..*......*\n..****.*.**.\n..*..**.....\n.*..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.**\n**..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.*\n..**.**..*.*.\n.....*.......\n...*.....*.*.\n.*...........\n...*.....*...\n.*...........\n...*...*...*.\n..*..*.*.....\n.*..**.......\n.*...*.......\n..*.*.*.....*\n............*\n.............\n```\n\n\n## Output without wrap\n\n```\n.....*....**.\n...**.*...**.\n...*..*......\n..**.........\n.............\n.***.........\n.***.........\n.**..........\n.....**......\n.....**......\n.*.*..*......\n..*..........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......*\n...**.*...**.\n...*..*......\n..**.........\n.............\n.***.........\n.***.........\n.**..........\n.....**......\n*....**......\n*..*..*......\n*.*..........\n.............\n..........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.*...\n.....\n...**\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..\n****.**\n*..*.**\n.......\n...*.*.\n..**.*.\n*.**..*\n**.....\n***.*..\n.**.*.*\n.***..*\n..*...*\n```\n\n\n## Output without wrap\n\n```\n...***.\n..**..*\n.......\n..**.**\n..*.*..\n.*...*.\n....**.\n....*..\n.......\n.....*.\n..**...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n...*...\n.......\n..**...\n..*.*..\n**...**\n*...***\n*...*..\n.....**\n*.....*\n*.....*\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**.*\n.....*...\n...*****.\n..*.....*\n**.......\n..***....\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.......*.\n.*.....*.\n*.....*..\n.*..*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**.\n*..*....*\n.........\n.........\n......**.\n....**...\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n.**...*\n***..**\n...**..\n.......\n.......\n.......\n.......\n..**...\n..**...\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n..****.\n*.....*\n*...***\n.*****.\n.......\n.......\n.......\n.......\n..**...\n.*.....\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n.......\n....***\n*******\n.......\n.......\n.......\n.......\n..**...\n.*.....\n..**...\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n****.*****\n*****..***\n***..*****\n**.****.*.\n.****.****\n***.***.**\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n*...*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n.*..*\n**...\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n.*..*\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n*......**\n*........\n.........\n.***.....\n*.***....\n*........\n.*......*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*.*......\n.**......\n****.....\n*.*.*....\n.*.*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*.......\n..*.....*\n***......\n****.....\n*.*.*...*\n*..*....*\n*........\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n....**\n......\n......\n....*.\n.*.*.*\n***...\n..*...\n***...\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n......\n......\n....*.\n**.**.\n*..*..\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n*..*.*\n......\n......\n....*.\n.*.***\n*..*..\n...*..\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n......*...\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n......*...\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n......*...\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n.......*....\n.......*....\n...*...***..\n...*........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n......***...\n......*.*...\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n......***...\n......*.*...\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n*...........*.\n............*.\n*............*\n..............\n..............\n..........**..\n.........*..*.\n....****.*..*.\n...*......**..\n...*.***......\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.........***..\n....*.*.*...*.\n....*.*.....*.\n...*..*.*.**..\n.....*.*......\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.............*\n*...........*.\n.............*\n..............\n..............\n.........***..\n....*.*.*...*.\n....*.*.....*.\n...*..*.*.**..\n.....*.*......\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n***..\n..***\n*****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.***.\n.*..*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n***..\n..*.*\n...*.\n..***\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n...*..**\n...*....\n.*......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n...\n.*.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**..\n.........\n*.***....\n.*.......\n.*......*\n.*......*\n.**....*.\n.......*.\n..*......\n...**.*..\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n..*..*...\n.***.....\n**.*.....\n***......\n**.....**\n.**....**\n.**......\n...*.....\n...***...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n..*..*...\n.***.....\n.*.*.....\n.**......\n.*.....**\n***....**\n.**......\n...*.....\n...***...\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******.\n**.**.*.*\n.*...**.*\n*.*...*.*\n........*\n```\n\n\n## Output without wrap\n\n```\n.**...**.\n**......*\n...**.*.*\n.*...**.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n.*......*\n...**.*..\n.*...**.*\n***.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n***.\n*.*.\n*..*\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n*..*\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n..*.\n*...\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*\n**....*\n*..****\n****.**\n```\n\n\n## Output without wrap\n\n```\n***....\n***....\n...*...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n**...*\n.*..**\n...*.*\n***...\n.*****\n```\n\n\n## Output without wrap\n\n```\n....**\n****..\n***..*\n*..*.*\n*....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n.**...\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*.*.\n.***.\n..**.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n.*..*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**.**\n.*..*\n*....\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..\n**......\n......*.\n*....*..\n.*......\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n........\n*.*.....\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n..*....*\n.*......\n........\n.**.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.......\n*.....*\n*......\n.......\n.....*.\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....***\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n......*\n*.....*\n*.....*\n.......\n....***\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..****\n**..**..\n........\n***...**\n****.*.*\n...**..*\n*...*..*\n```\n\n\n## Output without wrap\n\n```\n**...*..\n*.***.*.\n*.******\n.*..*..*\n**..**.*\n.....*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n**.*****\n*******.\n....*.*.\n....***.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..*...*..\n.*.......\n**.*.....\n......*..\n.....*...\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n*.*......\n*.*......\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n*.*......\n*.*......\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n...\n..*\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n..*\n.**\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n..*\n***\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**\n.*.*.**\n...*..*\n...**.*\n*.**.**\n.**.***\n**.....\n```\n\n\n## Output without wrap\n\n```\n..*.***\n.......\n...*..*\n......*\n.......\n....*.*\n***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.\n.......\n...*..*\n.......\n.......\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.**.\n..**.*..**\n.....*.*.*\n**.*******\n..*...*...\n***...****\n....*..*.*\n.*.*.**.**\n*.*..*.**.\n```\n\n\n## Output without wrap\n\n```\n.*...*****\n.....*...*\n.*........\n.****....*\n....*.....\n.***.**..*\n*..**.....\n.***.*...*\n.**.**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....\n.....*....\n.*........\n*****....*\n....*.....\n****.**..*\n...**.....\n.***.*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.......\n...***.......\n...***.......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.............\n..**.**......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***.....\n.***.***.....\n.***.***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*..*..\n.....*.**.**.\n.............\n........**...\n.............\n.............\n.....****....\n```\n\n\n## Output without wrap\n\n```\n....**.*...*.\n....**.......\n......**..**.\n.............\n.............\n......**.....\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......*.\n....*****....\n......**..**.\n.............\n.............\n.....****....\n....**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.*..\n.............\n***..........\n..*......*...\n.*......*.*..\n...*....***..\n...*...**.*..\n...*.....**.*\n........****.\n..........***\n```\n\n\n## Output without wrap\n\n```\n.............\n.*...........\n.**..........\n*.*......*...\n..*.....*.*..\n..*.......**.\n..***..*.....\n.......*.....\n........*....\n............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n.*...........\n.**..........\n*.*......*...\n..*.....*.*..\n..*.......**.\n..***..*.....\n.......*.....\n........*....\n........*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*****\n*..*.\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n.....\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*..**.\n..**..\n...**.\n*..*.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*.*.\n..*...\n......\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n*.*..*\n.*..**\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n**.**\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..***\n......\n*...**\n*.*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n...*..\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n....**\n...*..\n**...*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n..**.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n..*****\n..*****\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*..\n.**...**..\n.*.*.*.*.*\n.**.**...*\n..........\n*****....*\n.....****.\n**..*...*.\n```\n\n\n## Output without wrap\n\n```\n***...**..\n**.***.**.\n*......**.\n****...*..\n*.......*.\n.***.....*\n..**.....*\n.....*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n...*.*....\n.*.....**.\n..**...**.\n..........\n****......\n..........\n*****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..*\n**...*.*\n**..**.*\n***.....\n******.*\n.***...*\n.**..***\n..***..*\n```\n\n\n## Output without wrap\n\n```\n.******.\n.***....\n....***.\n....*...\n........\n.....*.*\n..**.*.*\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.....**.\n....**..\n....*.*.\n........\n.....*.*\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n****\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*****\n**.*.\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.*..\n......\n......\n......\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*...\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*...\n..*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n....*....\n....**...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....**...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n....**...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**....\n.*......**.\n.........*.\n..*.....**.\n..*........\n.*.**......\n....***....\n```\n\n\n## Output without wrap\n\n```\n...........\n........**.\n..........*\n........**.\n.**........\n..***......\n...***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**...\n........**.\n..........*\n........**.\n.**........\n..***......\n...*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n*...*..\n***.**.\n......*\n.*.....\n.......\n*.*.*..\n*.***..\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n*...*..\n**.***.\n*.*..*.\n.......\n.*.....\n..*.*..\n..*..*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n*...*.*\n**.***.\n..*..**\n.......\n.*.....\n..*.*..\n..*..*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.***..\n.*..*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n**.**.\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n**.**.\n**..**\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.***.***\n.****.****.***\n**..*.******.*\n**************\n.******..***.*\n**********.**.\n*********..***\n******.***..*.\n******.***.***\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..........**.*\n..........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n****\n****\n****\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n*****.\n******\n******\n*.***.\n```\n\n\n## Output without wrap\n\n```\n*...*.\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n******\n.****.\n..*...\n......\n......\n....*.\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..*.*..\n.*.....\n.**.**.\n****.**\n**...*.\n*.....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*.*\n...*..*\n...*..*\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n...*.*.\n...*...\n*...***\n*....**\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*\n***.*..\n.*.***.\n*.....*\n..*....\n```\n\n\n## Output without wrap\n\n```\n**..*..\n***....\n.*...*.\n..*..*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***..\n...*..*\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n........\n...**..*\n.*......\n.......*\n*....*..\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...**...\n........\n*.......\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n***..**.\n.**...*.\n..****..\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*..**.\n*.....*.\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n*.*..***\n*.....**\n.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n..*\n...\n...\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n...\n...\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*.*.\n**...*\n*.*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*.**\n*.***.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**...*\n*.*.*.\n*.***.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....**\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n.....*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.**.*\n.**.*\n**.**\n*...*\n*...*\n.*.**\n****.\n....*\n**.**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n....*\n*...*\n*...*\n**..*\n....*\n**...\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.....\n.....\n.....\n.*...\n.....\n.*...\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n....*......*\n*...***....*\n*...**.*...*\n.....*.*..*.\n....**.*.***\n*......*.**.\n**..*****..*\n.****.*.***.\n**......*..*\n........*.*.\n........**.*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n..........**\n......****.*\n.......*...*\n......*.*...\n**..**......\n**.***....**\n******....**\n..***...*...\n.......*...*\n.......**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..\n............\n...........*\n*.........*.\n......*****.\n.......*...*\n......*.*...\n....**......\n...***......\n*.****.....*\n*.***...*.**\n*......*..*.\n.......**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n**......*\n*.*..**.*\n*.*****..\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n**.......\n*........\n......*..\n..*..***.\n..**..*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n**.....**\n.*....*..\n..*..****\n.***..***\n.........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n**..\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n.**.\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........*..\n*...*.......**\n.**....**....*\n.*.....*......\n*.......**....\n.**......*..*.\n.**...........\n.......**..*.*\n```\n\n\n## Output without wrap\n\n```\n............**\n*..........*..\n..*....**...**\n...*...*.*....\n*.**...*..*...\n*.**...*......\n.**.....**....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........**.\n**.........**.\n***....**...**\n...*...*.*...*\n*.**...*..*...\n*.**...*......\n..*.....**....\n..*........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n....\n.*.*\n....\n....\n....\n****\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n***.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n****\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*.....\n*..*...*.....\n....*....*...\n.....*.......\n.*...........\n.......*.....\n..*..*.......\n.............\n.........*...\n.....*.......\n```\n\n\n## Output without wrap\n\n```\n...**........\n...**........\n...**........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.......\n.............\n...**........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n...*.\n..**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n*..*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.**.\n.*.*\n*.**\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n*..*\n.***\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n***.\n....\n****\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n.*..*.\n.**...\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..**.\n....**..**.\n....**..**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**..**.\n...*..**..*\n....**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**..*\n...*..**..*\n...*..**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n...**.**.\n.......*.\n**.......\n****.....\n*....*...\n.........\n.***.....\n.....*...\n.....*...\n```\n\n\n## Output without wrap\n\n```\n...***...\n...*****.\n......**.\n*........\n..*......\n*.*......\n.**......\n..*......\n..*.*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n...*****.\n......***\n*.......*\n..*.....*\n*.*......\n.**......\n..*......\n..*.*....\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.*..*\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n...**\n*..**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.***\n****\n.*..\n**.*\n**.*\n**.*\n****\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n....\n..**\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n....\n....\n....\n****\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n.**....\n.***...\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*....\n.......\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n**.**.\n**.**.\n*...**\n*...**\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n.****.\n......\n......\n*...*.\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*...\n...*.*...\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n...*.**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**..\n...*.**..\n...*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n.**.\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.*.......\n*......**\n.........\n.........\n.........\n**.......\n........*\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.........\n.........\n.........\n.........\n.........\n*.*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n*......*.\n*.......*\n........*\n.........\n.........\n*........\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**...\n....*\n*..**\n**.**\n...*.\n***.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.**\n***..\n**...\n.....\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.*.*.\n.**..\n.*...\n.....\n*****\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.*.\n*..*.\n**..*\n**..*\n**..*\n.***.\n*.**.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n.*.**\n.*...\n.*...\n..*..\n....*\n...**\n..*.*\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n...**\n....*\n..**.\n.....\n.....\n..**.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n......\n*....*\n.*....\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.....*\n**...*\n.*....\n..*..*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....*.**\n.....*..\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....***.\n.....*..\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n.......*....\n......*.....\n..*...*.....\n..*...**....\n.......**...\n.....***....\n...**.*.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n.....***....\n.....*......\n......*.....\n....***.**..\n....*...*...\n....*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n.....***....\n.....*......\n......*.....\n....***.**..\n....*...*...\n....*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n..*.*.\n..*...\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**...\n.**...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..***.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n......\n***...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**.*\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..\n.*.*..*\n.**.**.\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n*......\n**.....\n.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.*.....\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.*...........\n.*...........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n...\n...\n...\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.*.***\n**.*..\n.*****\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n......\n*.....\n.....*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.....*\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.*.\n*.*.**..*\n.*...*.**\n***..**..\n.......*.\n***.**.*.\n**.*..*.*\n..***.*..\n..**.**.*\n.*.*****.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.***..*.*\n*..*...**\n.**...*.*\n*......*.\n.**..*.**\n.*.**.*..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n........*\n...*.....\n.**...*.*\n........*\n..*..*.**\n...**.*.*\n*........\n.*.......\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*..\n**.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n.*.*\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*.*\n.*.*\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*......*\n****.......\n...*.....**\n***.....*..\n*.**....*..\n```\n\n\n## Output without wrap\n\n```\n*..*.......\n**.**....**\n...*.....*.\n*.......*..\n*.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*\n.*.**....*.\n...*.....**\n*.......*..\n...*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n**..\n..*.\n.*..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*.**.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n.....\n...**\n...**\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n*....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*....*..\n..**..........\n...........*..\n..............\n..........*...\n..............\n..............\n.....**.......\n..****.*......\n```\n\n\n## Output without wrap\n\n```\n..**..........\n..**..........\n..............\n..............\n..............\n..............\n..............\n...*.**.......\n...*.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*.......\n..*...........\n..............\n..............\n..............\n..............\n..............\n......*.......\n..*.*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.*...\n.*.*...\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*..*\n**..\n....\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*.**\n**.*\n**..\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n...*...\n..***..\n**.**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n..**.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.*.*...\n****.**\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n*.*.*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n.....*...\n**..*..*.\n.*...**..\n...**....\n.........\n..*..**..\n..*...**.\n.........\n**..*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....***..\n**..*....\n****.**..\n....**...\n...***...\n.....***.\n.....***.\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....***..\n**..*....\n****.**..\n....**...\n...***...\n.....***.\n.....***.\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.**.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n*......\n...*.**\n....*..\n.*..*.*\n.......\n.......\n**....*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.**.*..\n....**.\n...**.*\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n***.*..\n....***\n*..**.*\n.....*.\n.......\n*......\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n........*.\n.......*.*\n..........\n..*.......\n..*.......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n........*.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n........*.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n**.*.\n.***.\n...**\n..**.\n```\n\n\n## Output without wrap\n\n```\n*.***\n*....\n**...\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.*...\n.*..*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********...*\n********.*****\n.****.*.******\n*.************\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*.\n..*.....\n.*......\n........\n.......*\n*......*\n....****\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n.**.....\n..*.....\n........\n........\n........\n....**..\n.......*\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n.......*\n........\n........\n*......*\n*...****\n....**..\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n.*....\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n*.....*\n....**.\n*......\n....*.*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n*...*..\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n..**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.***\n.*..\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n***.\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n.*.*\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....*.\n.*..*.****.\n....**..*..\n*...*.**..*\n****.***..*\n***..*.*...\n.*...*.**..\n```\n\n\n## Output without wrap\n\n```\n.....*.*.*.\n...**.**.*.\n...**......\n*.*.....**.\n...*....*..\n...*.*.....\n***....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*.\n...**.**.*.\n*..**.....*\n..*.....***\n...*....*..\n...*.*....*\n***.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*.\n**.*.**.*\n.****.*.*\n**..*...*\n.****....\n*.*.....*\n**.*...**\n*..****..\n**..*...*\n**..****.\n**..*.**.\n*...**..*\n*..*.*..*\n*..*.****\n```\n\n\n## Output without wrap\n\n```\n***.**.*.\n...*....*\n......*.*\n*......*.\n....*....\n*...*..**\n*..*.****\n...*.**.*\n..*......\n..***...*\n...*....*\n*..*....*\n**.*....*\n.....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n......*..\n.......**\n....*....\n....*..*.\n...*.***.\n...*.**..\n..*......\n..***....\n...*.....\n...*.....\n.*.*.....\n..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n***.*.*\n......*\n...*.*.\n.**..**\n....**.\n```\n\n\n## Output without wrap\n\n```\n.*****.\n.**.*.*\n.****.*\n..*.**.\n..**..*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***.*.*\n.****.*\n*.*.**.\n..**..*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n...*...\n.*.*...\n.......\n......*\n.......\n.......\n.......\n....*..\n...***.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n...***.\n...*...\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n...***.\n...*...\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.....*.*....*\n....*.**..**.\n....*.*..**.*\n...........*.\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*.*...*.\n....*..****.*\n......**.*..*\n..........**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.....*.*...*.\n....*..****.*\n......**.*..*\n..........**.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*....\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**..*\n*...*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n....***\n......*\n*.....*\n......*\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*.*\n......*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n*...*.*\n.......\n*....**\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*..*\n..*...........\n........*..*..\n............*.\n....*.......*.\n............*.\n.......*......\n....*.....*...\n.*.....*......\n....*.**......\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n...........**.\n...........***\n..............\n..............\n..............\n.....***......\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n...........**.\n...........***\n..............\n..............\n..............\n.....***......\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..\n..*...*.\n..*.....\n..*.***.\n..***...\n.**.*...\n....*...\n.*..*...\n..**....\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n.**...*.\n......*.\n.***.*..\n........\n.**.**..\n........\n....**..\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.**.*.*.\n......*.\n.***.*..\n........\n.**.**..\n........\n..*.*...\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*...*....\n**....*..*....\n..****.*......\n....*..**.**..\n......**..*...\n......**.*....\n...**.*****...\n..*..***...*..\n..*..***....*.\n*..*.*.....*..\n****.**...*...\n.*.*.*....****\n*.............\n```\n\n\n## Output without wrap\n\n```\n**............\n**....*.*.....\n.*****.*.**...\n....*...****..\n.....*....**..\n..............\n...**....**...\n..*......***..\n.***...*...**.\n*..*...*...*..\n*..*.**...*...\n...*.**...***.\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............*\n**....*.*.....\n.*****.*.**...\n....*...****..\n.....*....**..\n..............\n...**....**...\n..*......***..\n.***...*...**.\n*..*...*...*.*\n...*.**...*...\n...*.**...****\n***.......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*.......\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*..\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n......\n.*..**\n*.....\n*....*\n*.*.*.\n....**\n..**..\n..*.*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n*.....\n**....\n*.**.*\n**.***\n.*...*\n..*..*\n..*.**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*..*\n**..**\n.*....\n*.***.\n...**.\n......\n*.*..*\n***...\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n....\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*.**\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n...*\n...*\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**.\n......**.\n......*..\n...*..**.\n...**.***\n.........\n.........\n.........\n..*......\n.........\n.........\n....**...\n...*.....\n```\n\n\n## Output without wrap\n\n```\n......**.\n.....*...\n.....*...\n...**...*\n...****.*\n.......*.\n.........\n.........\n.........\n.........\n.........\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n.....*..*\n.....*...\n...**...*\n...****.*\n.......*.\n.........\n.........\n.........\n.........\n.........\n....*....\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.*.*\n.*...*.*.*\n..***..*..\n.***....**\n*........*\n.*....*.*.\n```\n\n\n## Output without wrap\n\n```\n....***...\n.......**.\n....*.**.*\n.....**..*\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*....*\n...*...*.*\n....*.**.*\n*....**..*\n*....*...*\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n**.*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n...*\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.**.\n.*..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n.*...\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.*..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n**.*.\n**.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n**.**\n**.**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n**.*.\n**.*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n.*...*.\n**..*.*\n*.*.***\n*.*.*.*\n.****..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n..***..\n.....*.\n..*.*.*\n*.*.*.*\n.*.*...\n.*.*.*.\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n..*...*\n..*.*..\n..*.*..\n...*...\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.****\n.*.***\n****.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***.*\n.**...**..\n...****.**\n...*......\n*.*.**....\n***..**.*.\n*.**..****\n```\n\n\n## Output without wrap\n\n```\n..**.*.**.\n.*.......*\n...****.*.\n..*...*...\n*.*.***...\n*.......**\n*.**.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n.*........\n...****.*.\n..*...*..*\n*.*.***..*\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.**......\n.**..**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*..*.\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*..*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.**..\n****.\n*.***\n.**.*\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n*...*\n*...*\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n....*\n.....\n.....\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n..........\n..*.......\n....*.....\n..........\n..........\n..........\n*.........\n.*........\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*..**\n*.*..\n*.***\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n...**\n.****\n*.*..\n*.*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n****.\n..*..\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.\n***....*.\n........*\n*.**.*.**\n.**..*.*.\n.....*.*.\n**......*\n......**.\n.*.*.....\n.*.*.****\n*.*.*.*.*\n*.*.*.**.\n*.*..*...\n*....*.*.\n```\n\n\n## Output without wrap\n\n```\n*........\n**.....**\n*..*..*.*\n..***..**\n.***.*.*.\n*.*....**\n........*\n***....*.\n....**..*\n**.*.**.*\n*.*.*...*\n*.*.*.**.\n*..***.*.\n.*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n**.....*.\n...*..*..\n*.***..*.\n****.*.*.\n..*....*.\n*.......*\n.**....**\n*...**..*\n.*.*.**.*\n..*.*....\n*.*.*.**.\n*..***.*.\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**.*..**\n....*.**....\n.*....***.*.\n....*...**..\n*...*.**..*.\n.......**...\n...*..*.....\n*..*.*.....*\n..*....**.*.\n...*..*.....\n```\n\n\n## Output without wrap\n\n```\n...***.*....\n.*.**....***\n......*.....\n..........*.\n.....**.....\n.....*..*...\n....*.**....\n..***.**....\n..***.**....\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*...*\n**.**....**.\n......*.....\n..........**\n.....**.....\n.....*..*...\n....*.**....\n..***.**...*\n..***.**...*\n.******.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n*.....*\n**.....\n....*..\n.****.*\n.*...*.\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n**...*.\n**.....\n*...**.\n.****..\n**....*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.*...**\n**....*\n....**.\n*****..\n.*.....\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n........\n........\n....*...\n...*....\n..*.....\n........\n........\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n........\n........\n........\n........\n........\n........\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..**\n..*.....\n.*.*..**\n..*..*..\n*.......\n....*..*\n........\n*..****.\n*..*....\n*.....*.\n**..***.\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*....\n.*.*..*.\n.**...*.\n........\n........\n...*..*.\n...***..\n**.*..*.\n*...*.*.\n**..*.*.\n**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....\n.*.*....\n.*.*..*.\n***...**\n........\n........\n...*..**\n...***.*\n**.*..*.\n*...*.*.\n**..*.*.\n.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.**...\n*..**.\n**....\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n*..*..\n..***.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n.**...\n*..*.*\n..***.\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.***\n**..*****\n..*..***.\n*.***..**\n****..*.*\n*..****..\n**...**.*\n*.***.*..\n.*******.\n```\n\n\n## Output without wrap\n\n```\n*****...*\n*........\n*.*......\n*...*...*\n*.....*.*\n...*.....\n*........\n*........\n.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..*......\n....*....\n......*..\n...*.....\n........*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n..**...\n.***...\n.***...\n..**...\n```\n\n\n## Output without wrap\n\n```\n..**...\n....*..\n....*..\n....*..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n....*..\n....*..\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n....\n.*.*\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n..***.\n.*....\n.***..\n**...*\n......\n*****.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n..*.*.\n.*..*.\n......\n**....\n...**.\n*.*.*.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.**\n.*..*.\n......\n**....\n...**.\n*.*.*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.....\n**...*.....\n.*....*.*..\n..*..****..\n..**.*.**..\n**.*...*.**\n...*..*....\n....**.....\n..*..*.....\n**...*...**\n*.***..**..\n..*...*....\n```\n\n\n## Output without wrap\n\n```\n**.........\n***..**....\n***.....*..\n.*****...*.\n...*.*.....\n.*.*...*.*.\n..**.**....\n...****....\n.*...**....\n*....**.**.\n*.********.\n.**....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**....\n***..**....\n***.....*..\n.*****...*.\n*..*.*....*\n**.*...*.**\n*.**.**...*\n...****....\n**...**...*\n*....**.***\n*.********.\n..*.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*..\n*...**...\n.******..\n.**..**..\n.*.......\n***...***\n.*.****..\n*..*.*.**\n....**.**\n...*.***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.......\n.........\n....**.*.\n...****..\n.......*.\n..***....\n..***..**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n**.......\n*.......*\n*...**..*\n...******\n.......**\n.****....\n**.**...*\n..***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...*.\n*.*..*...*.*..\n..*....****...\n```\n\n\n## Output without wrap\n\n```\n..............\n........***...\n........***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...***..**.\n***...***..**.\n***...***.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.....*.**\n.*.**.**.*.*.\n*.**.*.****.*\n.**..*.*..***\n*..***.*..*.*\n*..*.*.*..**.\n*.**.***.****\n.*.**..****..\n```\n\n\n## Output without wrap\n\n```\n**.**...*..**\n.....***.....\n*....*......*\n*....*.*....*\n*..*.*.***..*\n*......*.....\n*....*......*\n.*.***.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**....**\n.....***.....\n.....*.......\n.....*.*.....\n...*.*.***...\n.......*.....\n*....*.......\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n.****..\n.*..*..\n*...*..\n*...*..\n```\n\n\n## Output without wrap\n\n```\n**..**.\n..**...\n......*\n****.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*.\n*****..*\n.*******\n*.....*.\n........\n....***.\n....*..*\n.**.*..*\n..*.*...\n*.******\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n.***...*\n..**.***\n..*.....\n....*.**\n........\n...****.\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.***....\n****.**.\n***.....\n*...*...\n*......*\n**.***.*\n*.*.*..*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n.**\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....**..\n*.****.*.*...\n*****.**.****\n..*...**.*...\n***..**.**..*\n..**..**.*...\n**..***.*....\n......*.****.\n**.........*.\n..**.....***.\n```\n\n\n## Output without wrap\n\n```\n........**...\n.*...........\n.............\n.........*.*.\n....*....**..\n...*.....**..\n..***...*....\n.......*****.\n.**....**...*\n.**........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........**.\n**........**.\n*...........*\n*........*.*.\n....*....**..\n**.*.....**..\n..***...*..*.\n.......****..\n**.*...**...*\n...*......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.*.\n......***.\n......**..\n......*...\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.....**.**\n.....*..*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....**..**\n....**.*..\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.\n*.*.*...\n*.***.*.\n****...*\n..*.**.*\n*..*.*.*\n.******.\n**.**.*.\n.**.*.*.\n..***..*\n...*.*.*\n```\n\n\n## Output without wrap\n\n```\n******..\n*.*...*.\n*....**.\n**..**..\n.......*\n.......*\n.......*\n........\n**......\n.**....*\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n*.**..*.\n.....*..\n....**..\n........\n........\n*.......\n.......*\n.*....*.\n.*....**\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.**..*.\n.......\n..****.\n.......\n.......\n.......\n.......\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n..**.*.\n...**..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n..**.*.\n...**..\n.......\n.......\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...\n...*.....\n....*****\n.....****\n....*....\n...**....\n```\n\n\n## Output without wrap\n\n```\n...**....\n...*...*.\n....*...*\n........*\n...**.**.\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n...*...*.\n....*...*\n........*\n...**.**.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*****\n******\n**.***\n******\n**.***\n*.****\n******\n******\n.*****\n******\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n......\n.*...*\n......\n*.*.*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n....*.\n*....*\n*....*\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........*.\n.......*...*\n.....*......\n....*.*.....\n...*..*.....\n...*.*......\n............\n........*...\n........*...\n.........*..\n.*..........\n.........*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.....**.....\n....*.**....\n...**.......\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.....**.....\n....*.**....\n...**.......\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**........\n..*..........\n...........**\n...*....*...*\n......**...*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...........**\n...........**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.........\n.............\n...........**\n...........**\n...**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**.\n.....**.\n.*.*...*\n**..*..*\n**..***.\n***..***\n...**...\n..****.*\n```\n\n\n## Output without wrap\n\n```\n....***.\n*.**...*\n*.*..*.*\n.*....*.\n..*.*...\n...*....\n.*....*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n...*.**.\n***..**.\n........\n..*.*...\n...*....\n**......\n.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n..**\n*.**\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...*..**\n......*.....**\n..**.....****.\n...**...*.**..\n...****...**..\n```\n\n\n## Output without wrap\n\n```\n.....*........\n..*..*......**\n..*..*........\n..*......*....\n..........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*........\n.....*...**...\n..*..*........\n...*..........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n**..\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n.*.*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n.*.....\n.*..*..\n.*.*...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..***..\n**.....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..***..\n**.....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n..**...\n.......\n.......\n.......\n.*.....\n.*.*...\n*.....*\n....*..\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.......\n.......\n..*....\n.**....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n*..*...\n.*.....\n.......\n.......\n.**....\n.**....\n*.*....\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.......\n.......\n.......\n....*..\n...**..\n.......\n.....**\n.....*.\n....*..\n....*.*\n......*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...**..\n.......\n...*..*\n.......\n....*.*\n....*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...**..\n.......\n...*..*\n.......\n....*.*\n....*..\n.......\n......*\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.***\n*.****..*\n**.*.***.\n.*.*.*.**\n*.....***\n....*.*..\n*...*.***\n.****.*.*\n*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.....**\n*.......*\n*........\n.........\n.........\n...*.*.*.\n.**......\n..*.*.*.*\n.*..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*...\n.........\n.........\n.........\n.........\n...*.*..*\n***....*.\n*.*.*.*..\n.**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.....\n....**.*.....\n....*..*.....\n```\n\n\n## Output without wrap\n\n```\n...******....\n...*....*....\n...*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..*...\n..*..**..*...\n..*..**..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.....\n.**.*....*\n****....**\n...*...**.\n..**..*...\n....****..\n*.........\n..........\n..**......\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n....*...**\n*...*..*.*\n....*..***\n..**....*.\n...*****..\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.....\n....*...**\n....*..*..\n*...*..**.\n..**....*.\n...*****..\n.....**...\n..........\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n****.*\n******\n******\n*****.\n******\n******\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*..**...\n.**.*.*..**.*.\n*..***....*.**\n*.**......****\n.*.**....*..**\n*.**.***.*****\n..**..*.*..*.*\n...****.**...*\n.*..***.*..***\n.......*..**..\n......*..***..\n.*....**....**\n```\n\n\n## Output without wrap\n\n```\n..........***.\n....***...***.\n.....**.......\n**..**..***...\n....*.........\n.....*.*.**...\n......**...*..\n........**.*.*\n...........*..\n..............\n......*..***..\n......******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..*.\n.....***.*.*..\n.....**.......\n....**..***...\n....*.........\n.....*.*.**...\n......**...**.\n........**.*.*\n*..........*.*\n..............\n.....*...*....\n.....*....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**.*\n....**...**\n...*.*..**.\n....***.**.\n***.******.\n.*..*..***.\n*.*..****..\n.*..*******\n.*.*..**.*.\n*.....*.**.\n**..**.****\n..*..*....*\n.**..**.*.*\n```\n\n\n## Output without wrap\n\n```\n....****.*.\n.....*.***.\n..*...*....\n*..*.......\n*.**.......\n*..........\n*.*........\n....*......\n....**.....\n..*.*......\n*...**.....\n*..*.....**\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**.*\n.......*.*.\n..*...*....\n*..*.......\n*.**.......\n*..........\n***........\n....*......\n**..**.....\n..*.*......\n.*..**.....\n*.....*....\n***.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n...*..\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..******\n*....*...\n....**.*.\n****..*..\n**.*.***.\n***.****.\n*...**.*.\n```\n\n\n## Output without wrap\n\n```\n....****.\n..*....*.\n.**......\n.***.....\n.........\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....*\n.........\n*.*.....*\n****....*\n.........\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n...*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*.*..\n.*.**\n.*...\n**...\n**..*\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n**...\n**...\n*.*..\n*....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*....\n.*...\n.*..*\n.**.*\n.*..*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n.***..\n*..*..\n*.*...\n*.*...\n*.*...\n*.*...\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.***..\n.*.*..\n*...*.\n*...*.\n*...*.\n*...*.\n*.....\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n.***..\n.*.*..\n*....*\n......\n......\n......\n......\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*..*..\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n..**...\n*...***\n.*.**.*\n...***.\n.**...*\n*.*.*..\n..*..*.\n*.*..**\n.***.**\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n.*.....\n.**..**\n.*.....\n.**....\n..*.***\n...****\n.*.....\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n**.....\n..*...*\n......*\n..*....\n..*.*..\n*..***.\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*....\n.....***.*\n*..**.*.**\n...**..*.*\n**.**.*.**\n*......*..\n*....*...*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n**.....*.*\n...*.....*\n**....*...\n*******..*\n*...****.*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..*.\n.*.....*..\n*..*......\n.*....*...\n.******...\n....****..\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**..*.*..*\n*********.****\n.******.**.***\n.*******...***\n```\n\n\n## Output without wrap\n\n```\n..............\n.........*....\n........***...\n........***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.........*....\n..............\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n....*\n...*.\n...*.\n..*..\n.**..\n.....\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n..**.\n.***.\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...**\n...**\n..**.\n.***.\n.**..\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.**...\n....*****..*..\n....****.*....\n*...****......\n*...*.*......*\n.*..*.....**..\n....***..*.*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n...*...*......\n......**...*..\n..*...**..***.\n...***....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*....\n..............\n..............\n.*.*...*.....*\n.*....**...*..\n*...*.*..****.\n...*...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n.....*..\n.**.*...\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.**.....\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n......*...\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*..\n......*..\n*.....*..\n.........\n*..**.***\n.*.*.**..\n.*.*.....\n*..*.....\n*..**....\n...*...**\n```\n\n\n## Output without wrap\n\n```\n.........\n.....***.\n.........\n.....**..\n..***.**.\n**.*.**..\n**.*.....\n**.*.....\n..***....\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.....***.\n.........\n*....**..\n*.***.***\n.*.*.**.*\n**.*.....\n**.*.....\n*.***....\n*.***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**.****.\n.*.....*.\n**.....*.\n.*....*..\n..*....*.\n...*...**\n*...*****\n.........\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n....*...*\n*....*..*\n*.*..*...\n*..*.*...\n..*.*...*\n...*....*\n...*.....\n....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n....*..*.\n.....*...\n..*..*...\n...*.*...\n..*.*....\n**.*.....\n*..*.....\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n......\n...***\n.***..\n*...**\n***.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*...\n...**.\n.**...\n*...**\n**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*...\n...**.\n.**...\n....*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****\n....*.*\n*...***\n*..***.\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.......\n*..****\n*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n.**....\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.*..*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*..*\n**...\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n.*.*\n.*..\n.*..\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n***.\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.**\n.**.\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.\n.*...*.\n*....**\n***...*\n..**.*.\n*.*.***\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n**..**.\n*.*..**\n*.***.*\n*......\n..*...*\n.*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.\n.*..**.\n..*..*.\n..***..\n.......\n*.*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n****.\n***.*\n****.\n..***\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*.*.*\n****.*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n......\n......\n******\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*.*..\n.***..\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.*..\n.*....\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*.*..\n.*....\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n.*..\n*.**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....*.\n*.....\n....*.\n....*.\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...*..\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n.....*\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n*.****.*\n*.....**\n**.**.*.\n```\n\n\n## Output without wrap\n\n```\n..**..*.\n..**...*\n*.*....*\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*.\n....**..\n..*.**.*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.**..\n.**..\n.....\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.***.\n.*.*.\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n.****\n.*.*.\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.**.\n*.*.**..***\n.*****.*...\n***...*.**.\n****..**.*.\n```\n\n\n## Output without wrap\n\n```\n**.....*.*.\n**....*.*.*\n.........**\n......**.**\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*..*\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n..*.\n****\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n...*\n*..*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*..*\n*.*...***.\n**....*.**\n***..**.**\n***..**...\n```\n\n\n## Output without wrap\n\n```\n.**...*.*.\n*.*..**...\n..........\n........**\n*.*..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....**\n..*..**...\n..........\n........*.\n...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n.*.\n.**\n**.\n**.\n*..\n.**\n*.*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n*..\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n*.**....*\n*...*.*.*\n****.***.\n...*.*.*.\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......*.\n*...*...*\n*..*.**.*\n**.*.***.\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.......*\n*......**\n....*..*.\n**.*.****\n.*.*.****\n....****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n.....\n.*...\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n.**\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n*.*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******\n**.*****\n*.******\n****.***\n********\n********\n********\n********\n********\n*******.\n********\n.*******\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n.....\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n...*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...**\n...*.\n...*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n*.*.**\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n*.*.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n*.*.*.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*.*.\n...**\n.**.*\n.....\n*****\n**...\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n.*..*\n..*.*\n*...*\n*.**.\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n.*..*\n*.*.*\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.*\n*.*****.**\n.********.\n****.*...*\n**********\n***.*.****\n**********\n***.*****.\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n*......*.*\n*........*\n..........\n.........*\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..\n...*.*..\n...***..\n........\n...***..\n........\n...****.\n....*..*\n....**.*\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n..**.**.\n...*.*..\n........\n....*...\n......*.\n...****.\n.......*\n....***.\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n..**.**.\n...*.*..\n........\n....*...\n......*.\n...****.\n.......*\n....***.\n....***.\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.*\n....**...\n....*....\n```\n\n\n## Output without wrap\n\n```\n.....*...\n...***...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...***...\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n...*..\n...*..\n..*...\n.**...\n*..*..\n...***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n...*..\n..**..\n.***..\n.***..\n.*.*..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n*..*..\n..**..\n.***..\n.***..\n**.*.*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n***.....\n...*****\n.....*..\n...**.**\n...*****\n.....*..\n*.....**\n.....*..\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*....*.\n.****.*.\n.....**.\n........\n........\n......*.\n.....**.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**.\n........\n..***...\n.*...*..\n........\n*......*\n*.......\n.....*..\n*..*....\n*******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...**\n***..***\n..**....\n.**.....\n........\n........\n...*...*\n```\n\n\n## Output without wrap\n\n```\n*.*..*.*\n*....*.*\n*..*..*.\n.***....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n.....*..\n...*..**\n.***....\n........\n........\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n..**\n***.\n*.**\n.*.*\n.*.*\n.*.*\n.***\n*..*\n.***\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*...\n*..*\n**.*\n**.*\n**.*\n**.*\n*...\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n.*.*\n.*.*\n.*..\n....\n.*..\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n*..*.\n.**..\n..**.\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n...**\n**.**\n*..*.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*.***\n.*.*.\n.*...\n.....\n.**..\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*.*..\n****.****..\n...**.....*\n*.....**...\n*..**...*..\n.....*.*...\n.....**....\n....*..*..*\n..**...*.*.\n..*...*....\n......*..**\n```\n\n\n## Output without wrap\n\n```\n.....*..**.\n.**.*...**.\n....***.**.\n...*.****..\n....**.**..\n.......**..\n...*...*...\n..*........\n...........\n..**..*..*.\n.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*..*..\n.**.**..*..\n.*..***.*..\n*..*.****.*\n....**.**..\n.......**..\n...*...*...\n..*........\n...........\n....**....*\n**..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..\n*.**.**\n***.*..\n..*.*.*\n*****.*\n**.***.\n**.*...\n****.*.\n.**.***\n**.****\n```\n\n\n## Output without wrap\n\n```\n*...**.\n.....*.\n*...*.*\n....*..\n*.....*\n.....*.\n.....*.\n.....**\n.......\n**.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n....*..\n....*.*\n.......\n.....*.\n.....*.\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n****\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.**.\n***.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.**\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n**..*.*.*\n.*..*.*..\n..****.*.\n*.*....*.\n```\n\n\n## Output without wrap\n\n```\n****.....\n*...*..*.\n**....*..\n..*.**.*.\n.**.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n....*..*.\n.*....*.*\n..*.**.**\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n*..*....\n*..*....\n.**.....\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*..*....\n*..*....\n.**.....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.**.....\n*..*....\n*..*....\n.**.....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n***..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n***..\n***..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n***..\n***..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..*.\n....*....\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n...*.....\n....**...\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n....**...\n....**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**\n*....**.\n****...*\n.***...*\n*.*..*.*\n...*****\n..*..**.\n.....***\n**....*.\n```\n\n\n## Output without wrap\n\n```\n**...***\n.....*..\n*..**..*\n....*..*\n.....*.*\n.***...*\n...*....\n.*.....*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n...**...\n....*...\n.....*..\n****....\n...*....\n**......\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*.**.\n***.*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n*...*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....**\n.*****\n***.*.\n.*....\n......\n......\n....*.\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.....\n**....\n.*....\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n.*....\n.*....\n.*....\n......\n....*.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n....*.\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n......\n......\n....**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n***\n..*\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n...\n***\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n.*...*..\n..*..*..\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n........\n.**..**.\n.**..**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.\n.**..**.\n.**..**.\n.**..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**.....\n**.....\n.......\n...**..\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n...**..\n...**..\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n**.....\n**.....\n.......\n...**..\n...**..\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..****.**.\n**.****.....**\n.******.****..\n.****..**.*.**\n```\n\n\n## Output without wrap\n\n```\n.......*....**\n........**.*.*\n........*..*..\n.......**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..........*...\n..............\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n*..*.....\n...*.....\n*..**...*\n.*.......\n.*.**...*\n**.......\n*...*....\n....*....\n.*....*..\n*..**....\n.*..*.**.\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n.*.......\n....*....\n**.*.....\n...*.....\n...*.....\n*..**....\n.....*...\n.*.......\n*.....*..\n.....**..\n**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*.......*\n*.......*\n....*....\n.*.*.....\n.*.*.....\n...*.....\n**.**....\n.....*...\n.*.......\n*.....***\n.....****\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**.*\n.**.\n****\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n....\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*..*\n*..*\n....\n.**.\n****\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.****...\n..........\n...*.*....\n...*.*....\n.**..**...\n.*.......*\n......**.*\n.*.*.....*\n```\n\n\n## Output without wrap\n\n```\n....**....\n..**..*...\n..........\n...*.*....\n.**.***...\n.**..*.**.\n..*......*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***....\n..**..*...\n..........\n...*.*....\n***.***...\n.**..*.**.\n..*......*\n...*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n......\n......\n*.....\n......\n..*...\n.*.*..\n......\n..*...\n....*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.***..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.***..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**....\n.......*......\n........**....\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n.......**.....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.......**.....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.........\n.......*.\n.*...*...\n.........\n......*..\n.........\n..*......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n*.....\n.....*\n......\n......\n......\n......\n......\n......\n......\n.*....\n..*..*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.....*\n.***..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n...*..\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....\n..**....\n........\n*......*\n*.....*.\n..***.*.\n*..**...\n*.***.**\n.**.....\n**......\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.*....\n........\n......*.\n.*.****.\n.****...\n.*.**.*.\n.....**.\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n........\n**....**\n...****.\n..***.*.\n*..**.*.\n*....***\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.*.\n...\n***\n***\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...*.*..\n...**.**....\n**.*..*.***.\n........*.*.\n```\n\n\n## Output without wrap\n\n```\n.****.***...\n....***...*.\n..*****.*.*.\n.......**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.**.*..\n....***...**\n..*****.*.**\n...*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n.*****\n*..*.*\n**..*.\n.*.**.\n.**..*\n.*.*..\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n.*....\n*....*\n**...*\n...***\n**....\n.*.*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n.*....\n...**.\n.*....\n.*.*..\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n***.**\n*.***.\n*..***\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*...\n.**..*..\n*.***...\n....*...\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.....*..\n...***..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*.\n..*...*.\n...*..*.\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..*....\n....****....\n............\n...*........\n..*.*****...\n*..**.*...*.\n*...*****.*.\n**.**.....**\n.*.*.*......\n.*****.*.**.\n*.**.*.*...*\n```\n\n\n## Output without wrap\n\n```\n...*...*....\n.......*....\n............\n...*........\n..***..*....\n.**.........\n*.*...******\n***..*.*.*.*\n**..****...*\n....**.**.**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....*.*.\n...*....*...\n............\n...*........\n..***..*....\n.**.........\n.**...*****.\n..*..*.*.**.\n....****...*\n*...**.**...\n.*.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n....*\n..*..\n..**.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n..*..\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...**\n.....\n..*..\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*....\n.....*...\n*.*......\n..***..*.\n..*......\n.*.....*.\n.....**..\n.*...**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.**.*....\n..*......\n.**......\n......*..\n.....*.*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..\n.*.......\n.**.*....\n..*......\n.**......\n......*..\n.....*.*.\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.*..*\n....*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*..\n*.*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*.**\n.***\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*..\n.......**.\n..........\n...*......\n......*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n......*...\n.......*..\n.....*.*..\n.....***..\n```\n\n\n## Output without wrap\n\n```\n..........\n......*...\n.......*..\n.....*.**.\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n......*...\n.......*..\n.....*.**.\n....**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n**.**.\n.***..\n......\n.....*\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n**...*\n*..**.\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*....\n...**.\n.***..\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.*.*.\n.*******.**\n*.*..**.***\n..****.**..\n.*.**.*.**.\n**...****.*\n**..*.*.***\n.*.****.*..\n****.*..*..\n*...*...**.\n*.***...*..\n*.*.****.*.\n*.*...*.***\n```\n\n\n## Output without wrap\n\n```\n...........\n.........**\n...........\n...........\n...........\n..*........\n.........*.\n.........*.\n.....**....\n*....*..**.\n*..*..*.**.\n..*...*...*\n...*.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n**........*\n*..........\n..*........\n...........\n.........*.\n*....**...*\n*....*..**.\n*..*..*.*..\n..*..*.....\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n....\n...*\n....\n...*\n...*\n...*\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n....\n...*\n...*\n...*\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n***.\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n....*.*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n...***.\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n*.*...*\n*.*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...**\n*..*.\n****.\n****.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n*....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.**.\n*..*.\n..*.*\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n....*\n*.*.*\n****.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.***.\n*....\n..*..\n.****\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.*.....\n*.**..*\n..**...\n.*....*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*....\n...*...\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n***....\n*..*..*\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n...*.*\n..*...\n....*.\n*...*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..***.\n....*.\n..*...\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n......\n..*..*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***\n.......**\n*......**\n......***\n```\n\n\n## Output without wrap\n\n```\n......*.*\n.........\n.........\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.........\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.****\n..**.\n**.**\n.**..\n*****\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n*...**\n......\n......\n.*...*\n**....\n....*.\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*..**\n.*..**\n......\n......\n**....\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n**..**\n.....*\n......\n.*....\n**...*\n......\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n**.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....***\n*.**.*****\n**.***.*.*\n..*....*..\n.**...**..\n```\n\n\n## Output without wrap\n\n```\n.***.....*\n*....*....\n*....*...*\n*...**.*..\n.**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.....*....\n.....*....\n....**.*..\n.***..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*.\n....**..*.\n.*....***.\n.....*....\n.....*..**\n```\n\n\n## Output without wrap\n\n```\n....****..\n....*...**\n....*.***.\n.....*...*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n....*...**\n....*.***.\n.....*...*\n....**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*..\n.*.*.*....\n***.......\n.*........\n.*...*....\n**....*...\n.*..**.*..\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n....*.....\n**.**.....\n*.........\n..........\n.**.......\n***.*.*...\n**..**.*..\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****...\n**.**.....\n*.........\n..........\n.**.......\n***.*.*...\n**..**.*..\n...**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***\n*.**...\n.******\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n.......\n.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.....\n**.......*\n*...*.....\n...*.....*\n```\n\n\n## Output without wrap\n\n```\n.***......\n***.*.....\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****....*\n***.*....*\n.*........\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*.*.\n.*.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..........\n.*..*.........\n....*.........\n.*.*..........\n..............\n..............\n..........*...\n.........*.*..\n...........*..\n.........*.*..\n..............\n```\n\n\n## Output without wrap\n\n```\n..**..........\n.*..*.........\n..*.*.........\n...*..........\n..............\n..............\n..............\n..........***.\n..........***.\n...........*..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..........\n.*..*.........\n..*.*.........\n...*..........\n..............\n..............\n..............\n..........***.\n..........***.\n...........*..\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*.......\n.........\n.........\n.....**..\n.....*...\n.........\n*.......*\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n*.......*\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.*..\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n.*..\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n.*..\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n*..**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n....*\n*..*.\n.**..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n...\n.**\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..*..\n..*..\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.**..\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n..*.......\n.*...*....\n.*........\n..........\n.........*\n..*....*..\n..........\n.....*....\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.**\n......*.**\n.......*.*\n.....*..*.\n*...*...**\n*.....*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n......*..*\n......***.\n.......*.*\n......*..*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**..*\n*........*\n*.....****\n*......*..\n**....*...\n**..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n*...**\n...*..\n......\n...*..\n..**..\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n***.**\n****.*\n....*.\n...*..\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*.*.\n....*.\n...**.\n..**..\n..**..\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n****.*.\n*.*...*\n..*....\n.**....\n*...*..\n...**.*\n.*.*...\n**.**..\n...*.**\n```\n\n\n## Output without wrap\n\n```\n....***\n....***\n.*.....\n...*...\n.......\n.....*.\n*.....*\n*....**\n*..*.**\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n**....*\n*..*..*\n......*\n*....*.\n*......\n.......\n.*..***\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n**.*\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**.*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n.*..\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n.*.*.\n.**..\n**...\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n**...\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.**..\n*...*\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**..\n.*......*..\n.......**..\n.......**..\n......***..\n.*....*....\n.**........\n..*........\n.........**\n*........**\n........*..\n........*..\n.......**..\n```\n\n\n## Output without wrap\n\n```\n........*..\n.........*.\n........***\n........**.\n.......*...\n.**....*...\n*..*.......\n.**........\n.........**\n........*.*\n.......**..\n.........*.\n.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***\n........***\n........***\n........**.\n.......*...\n.**....*...\n*..*.......\n*.*........\n*.........*\n*.......*..\n.......**.*\n........*.*\n.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n....\n*..*\n.*.*\n...*\n...*\n**..\n.***\n.***\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n..**\n.***\n.*.*\n**.*\n..**\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n***.\n**..\n....\n*..*\n*.**\n..*.\n....\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..*.\n***.*****\n.*****.**\n.********\n.***.****\n*.******.\n*******.*\n**.***..*\n**....***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n.........\n.........\n.*...**.*\n.*...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**..\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n**.**...\n.**...**\n*.*..*..\n**...*..\n```\n\n\n## Output without wrap\n\n```\n...***..\n...*....\n*.*...*.\n*...***.\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**\n*.**....\n..*...*.\n**.*...*\n*****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*\n*..*...\n*..****\n**.....\n**.....\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.*..*\n*.****.\n..*.**.\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.*.*...\n..****.\n..*.**.\n.*....*\n.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n...*\n**..\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*.*\n*.**\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...\n...*.*..*\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..\n*.*....\n*.*....\n***.*.*\n.**.*.*\n*.**.*.\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n****...\n*.*....\n*.*....\n*......\n....*.*\n*......\n..*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n*.*...*\n..*....\n......*\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.\n****..*\n..****.\n*******\n*.**.*.\n...*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.*...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n...*....\n....*...\n```\n\n\n## Output without wrap\n\n```\n...**...\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n...*....\n....*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n......\n..*...\n.**...\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n......\n.*....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.***\n**..*\n...*.\n***..\n**..*\n...**\n.....\n.....\n**...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n*.***\n**..*\n...*.\n*.**.\n*...*\n...**\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n..**.\n.*...\n...*.\n..**.\n.....\n...**\n.....\n.....\n**..*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n*....*\n*....*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n.**...\n.*....\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***.\n.....**..\n.*.......\n.........\n.........\n...**....\n*........\n..*.*...*\n...*..*.*\n...*..**.\n........*\n*........\n..**....*\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n.*...*.*.\n.........\n.........\n.........\n.........\n....*....\n...*...*.\n..*****.*\n......*.*\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.**\n.*...*.*.\n.........\n.........\n.........\n.........\n....*....\n*..*...**\n..*****.*\n......*.*\n.......**\n*.......*\n*.**..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.****\n*....*...*\n.*...*.**.\n*.*****.*.\n*....**.*.\n..*.*.****\n.***.*..*.\n...***.**.\n..*......*\n..*.***.**\n```\n\n\n## Output without wrap\n\n```\n.*.*******\n*.**.*...*\n****...***\n*.**....**\n..*.......\n..*.*....*\n.*........\n.*...*****\n..*......*\n...*.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..**.*....\n.***...**.\n*.**....*.\n*.*.......\n*.*.*.....\n.*........\n.*...*****\n..*......*\n..*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.**......\n.*.......\n.........\n.........\n.........\n.....*...\n.........\n......**.\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**......\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.**......\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n***..\n***.*\n```\n\n\n## Output without wrap\n\n```\n*.**.\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n***..*.\n.***..*\n*****..\n.***...\n*****.*\n****..*\n```\n\n\n## Output without wrap\n\n```\n....*..\n.....*.\n....**.\n....**.\n.....*.\n......*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n....*.*\n....*..\n......*\n*...*..\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n....\n....\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.**.\n....\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*....*\n.**..*\n.*...*\n.*....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n*.**..\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..**..\n..****\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....****\n*.....*..\n**.*..*..\n```\n\n\n## Output without wrap\n\n```\n.....***.\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..*\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n**..**\n***...\n.....*\n..**.*\n...*.*\n...**.\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n*.*.**\n...**.\n..**.*\n.....*\n..**..\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n....**\n..*.*.\n...***\n*.**.*\n.....*\n..**..\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n......\n.*...*\n.*...*\n.*...*\n.*....\n..***.\n..*...\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*.*..\n*.**.*\n*.**..\n.....*\n....*.\n.*..*.\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**.*.*\n..***.\n****..\n......\n*...*.\n*...*.\n.***..\n..***.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**.*\n.*.*.****\n******.*.\n....*****\n****.*..*\n*...*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n*...*....\n*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n*.*......\n.........\n.*.......\n..*......\n**.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n*.*.\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**..\n**.*\n.*..\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n..**\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n..***\n****.\n..*..\n.**..\n..***\n*****\n.***.\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.....\n.....\n**...\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n..*.*.\n..**..\n***...\n*.*...\n**...*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n.....*\n......\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..*.**\n.....*\n......\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..*\n*********\n**.*****.\n.***.**.*\n.*.**.***\n*.*******\n.*.*.*.**\n*.*.****.\n```\n\n\n## Output without wrap\n\n```\n*.......*\n........*\n.........\n........*\n*........\n*........\n*........\n.*****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n.***\n**..\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n...*\n*...\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n*.*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.\n*******.\n.******.\n```\n\n\n## Output without wrap\n\n```\n........\n**....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n**...\n....*\n**..*\n*..**\n*.*..\n....*\n**...\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n***.*\n*.*.*\n***.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*...*\n*....\n..**.\n*.*..\n*****\n.*..*\n*...*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*..\n.***\n..*.\n.*..\n.*..\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.*.*\n...*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n**.*\n*..*\n.**.\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n***.*\n*..*.\n***..\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n***.*\n...*.\n*....\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.**..\n...*.\n*....\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.......**.\n..........\n*......***\n..........\n*........*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*.*..\n.**..\n*.*..\n*****\n```\n\n\n## Output without wrap\n\n```\n***..\n*..*.\n*.**.\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**.*\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*\n...****.*\n*.***.*.*\n*...*..**\n***..*.**\n.*.*.****\n```\n\n\n## Output without wrap\n\n```\n.*****.*.\n*.....*.*\n.**...*.*\n*...*....\n*.**.*...\n**..**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n......*..\n.**...*..\n....*....\n..**.*...\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.****\n.**.*\n**.*.\n.***.\n.....\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n**.**\n*..*.\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n*...*\n**.**\n...**\n.**..\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*.*.**.*\n.********..*.*\n*******..*****\n..**...*.**.**\n.*......*.***.\n.**.******.*.*\n*.***.**.*.*..\n***.**..******\n..*...********\n***********.**\n*.**.*.*..*.**\n*..******.*.**\n..**.**.****..\n.*.***..*.*.**\n```\n\n\n## Output without wrap\n\n```\n.......****...\n.......**.*...\n......**......\n**..***.......\n**..*.........\n**..**........\n**............\n..............\n..............\n..............\n..............\n..............\n......**......\n......**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.....\n.........*....\n......**......\n....***.......\n....*.........\n....**........\n..............\n..............\n..............\n..............\n..............\n..............\n.*............\n*........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n....*\n...*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n....*\n...*.\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.**\n.*.**..*\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n**.*****\n.*...*.*\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.\n.*...*..\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...******\n....*.*.*\n......***\n.......*.\n.......**\n*........\n....*....\n....**...\n.....*...\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n...**.*.*\n...**....\n.....**.*\n.........\n.......**\n.........\n....**...\n....**...\n......*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n*..**....\n.....**.*\n.........\n.......**\n........*\n....**...\n....**...\n......*..\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n.**\n***\n...\n***\n**.\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n...\n*.*\n...\n*.*\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n...\n...\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n......*\n*......\n*.....*\n....***\n....**.\n**..**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n......*\n....*.*\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.......\n*......\n*......\n*...*..\n*..*...\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*........*.\n..........***\n...........*.\n.............\n.............\n.....*.......\n...***.......\n...**........\n..........**.\n...........*.\n..*.......*..\n```\n\n\n## Output without wrap\n\n```\n..........*.*\n.........*...\n..........*.*\n...........*.\n.............\n....*........\n.....**......\n.............\n..........**.\n..........**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*..\n..........*..\n..........**.\n...........*.\n.............\n....*........\n.....**......\n.............\n..........**.\n.............\n*.........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*....**\n.*...**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*....*.\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n..*..\n.*...\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.*...\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*****.\n.........\n.........\n.....*...\n...***.*.\n```\n\n\n## Output without wrap\n\n```\n....***..\n....***..\n.........\n.....**..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n....***..\n.........\n.....**..\n...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n..**\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n****\n....\n.*.*\n*.*.\n....\n....\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n****\n*..*\n*..*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n****\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n**.***\n****.*\n..****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......*..\n....**...\n....**...\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n....*.*..\n......*..\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*...\n....*.*..\n......*..\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.****\n*.***\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n*....\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**...\n..*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n**.**\n..*..\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*\n..**...\n..*..*.\n.....*.\n.*..**.\n..**..*\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n.....*.\n..***..\n.....**\n..*****\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***\n*....**\n..***..\n.....**\n..*****\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n**.\n*..\n.**\n***\n..*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n..*\n*.*\n*.*\n..*\n*..\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.\n**..***\n..*.**.\n*******\n****.**\n......*\n**.***.\n*****.*\n.*.**.*\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n.....**\n.....**\n..***.*\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.**\n*..\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*..\n**.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n*..**\n**...\n.*..*\n*.**.\n*....\n..*..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n*....\n*....\n*....\n.*..*\n...*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.***.\n.*...\n**...\n*....\n**...\n.....\n***.*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.....*\n***...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n....*....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*............\n.**...........\n.....**..*.*..\n....***.***...\n.....**.......\n*..*.........*\n****..........\n...*....*.....\n...**.........\n..............\n............*.\n..............\n```\n\n\n## Output without wrap\n\n```\n.**...........\n.**...........\n....*.****....\n....*...***...\n......**.*....\n*..**.........\n**.**.........\n.*............\n...**.........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...........\n.**...........\n....*.****....\n....*...***...\n......**.*....\n*..**........*\n**.**........*\n.*............\n...**.........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**..*****\n.*...**.**..**\n.....*.**...*.\n..***.***...*.\n**....*.***.*.\n.*..*.*.**....\n..**.....*****\n```\n\n\n## Output without wrap\n\n```\n.....******...\n...*******....\n.*.........***\n*...**....*..*\n...........*.*\n*..*.*........\n.****....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*......\n.*..*.*.......\n.*.........**.\n....**....*...\n...........***\n.......*......\n*......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n...*..\n*.**.*\n..*..*\n*.*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.*.**.\n....*.\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n...*.*\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*****\n.****\n.****\n.****\n*****\n*****\n**.**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n........**...\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n**.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*...*.\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*...*.\n.....*\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*\n*.****.\n***...*\n..***.*\n.****.*\n...****\n**.*...\n*..*.*.\n*..*...\n****.*.\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n.*.*...\n......*\n**....*\n**....*\n*.*..**\n***....\n*..**..\n*......\n*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....*.\n*....*.\n......*\n.**...*\n***...*\n*..**.*\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n...***\n...*.*\n..**..\n*.*.**\n**.*.*\n****.*\n**..**\n****..\n.**.**\n*.**..\n.*..**\n.**...\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**.*\n.*.*.*\n.*..**\n.*..**\n.....*\n.....*\n....*.\n......\n......\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.***.*\n*..*..\n**....\n.*....\n......\n......\n......\n......\n......\n......\n..***.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n.*.*\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*..*\n*.*.\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n.*.*..\n.*.***\n.**.**\n.*....\n.*..**\n```\n\n\n## Output without wrap\n\n```\n**....\n.*.*..\n**...*\n**...*\n**.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n.*...*\n.*...*\n.*.*..\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n*...*..\n*...*..\n*...***\n.......\n.......\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n...***.\n.......\n**.**..\n....**.\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*\n*......\n**.**..\n*...***\n.....**\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**....\n**....\n.*...*\n*.*...\n.***..\n*.*...\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n..*...\n..*...\n*..*..\n*..*..\n*..*..\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*..*\n..*..*\n*..*..\n*..*..\n...*.*\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.....*.*\n......**\n....*.**\n....*...\n.....**.\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n......**\n........\n....*...\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n*.....*.\n*.....**\n*.......\n*...*...\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.*....\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n*.*....\n.**....\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n*......\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*\n*..*..*\n*......\n*.*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..*...\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.*..**\n***..*\n*..**.\n*.*..*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.***\n*.*..*\n*..***\n*.*..*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n.*.***\n..*...\n...**.\n*.*...\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***.*\n*****\n.****\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....**\n....**...\n..****.*.\n****..***\n```\n\n\n## Output without wrap\n\n```\n.........\n..*..*.**\n.......**\n.*...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***...\n..*..*.**\n*......*.\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n...*\n.*.*\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n...*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.*.*\n...*\n.*.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..**\n*****.*..*\n**.*******\n```\n\n\n## Output without wrap\n\n```\n*...**..**\n..........\n*.....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.*...\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*..*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n......\n*.....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n.........**...\n.........**...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n.........**...\n.........**...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n.........**...\n.........**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.*.\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**........\n..**..**....\n..*..*.*....\n.**..***..*.\n......*...*.\n............\n............\n.***.*......\n..***.......\n```\n\n\n## Output without wrap\n\n```\n..**........\n.*..*.**....\n....**..*...\n.**..*.*....\n.....***....\n............\n..*.........\n.*..........\n.*..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n.*..*.**....\n....**..*...\n.**..*.*....\n.....***....\n............\n..*.........\n.*..........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*.....\n......\n......\n*.*.*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n***...\n......\n......\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n.****.\n...**.\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n.*...*\n.*..*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*..*.\n.*...*\n.*..*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.......*\n...**......*.\n...*.*.....*.\n.............\n.............\n.**..........\n.**..........\n.*...........\n..*..***.*...\n.....*****.*.\n....*.*....**\n.*.**.......*\n..*.*......*.\n```\n\n\n## Output without wrap\n\n```\n.............\n...**........\n.............\n.............\n.............\n.*...........\n*.*..........\n.............\n.....*...***.\n...**...*...*\n....*....**..\n..*.*.......*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...*..\n..*..*.....**\n.............\n.............\n.............\n.*...........\n*.*..........\n.............\n.....*...***.\n*..**...*....\n.*..*....**..\n..*.......*..\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n*........*.\n*..........\n.........**\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n..........*\n*........*.\n..........*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......***.\n...*..**.*..**\n..**....*..**.\n.*.**....*....\n**.*.**.......\n*.....**......\n...*.*...*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*....******\n...*...*......\n......**..****\n***.**...****.\n....**.*......\n*.*..*.*......\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..**.*.\n...*..*....*.*\n......**..****\n.**.**...****.\n....**.*......\n.......*....**\n....***.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n****\n*..*\n****\n**..\n*.*.\n.**.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n....\n...*\n...*\n*.*.\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n*.*.\n.***\n..**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*....*..*\n...****.*.*...\n..***..*......\n*.*...*.*.....\n..*...*......*\n.**....*....**\n*.*...........\n.....*....*...\n..........*...\n.*............\n...*......*...\n.....*........\n......**.*....\n..*.*....*....\n```\n\n\n## Output without wrap\n\n```\n...*.**..*....\n......**.*....\n.**.....**....\n..*..**.......\n..**..*.....**\n..**........**\n..*...........\n..............\n..............\n..............\n..............\n......*.......\n.....**.*.....\n........*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...*...\n......**.*....\n.**.....**....\n..*..**.......\n..**..*.....**\n..**........**\n*.*..........*\n..............\n..............\n..............\n..............\n......*.......\n.....**.*.....\n...*.**.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n.*......**\n*.........\n..........\n..........\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n........*.\n*.......**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.**.*\n*..*.\n*.**.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*..*\n*...*\n*.***\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n*....\n.....\n**...\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n*.*\n**.\n...\n*..\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n**.\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n...\n**.\n***\n***\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.***\n***..\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n....*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*....\n.**...\n***...\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.*....*\n.*....*\n.......\n....**.\n.......\n...****\n.......\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n...****\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n...****\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.\n.*....**\n*.......\n........\n........\n*....*.*\n*.*.*...\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n*.*..*.*\n*.*..*.*\n.*....*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*..*..\n**.....*\n........\n*.......\n.*....**\n...*****\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**...*\n*..*..\n.*.*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*...*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**...*\n....**\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..\n*.**..**\n..*.*..*\n*.***.*.\n**..*..*\n.**..*..\n........\n**....*.\n```\n\n\n## Output without wrap\n\n```\n.***..*.\n....****\n....*..*\n*.*.*.**\n*...*.*.\n***.....\n*.*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n*...****\n....*...\n..*.*.*.\n....*.**\n.**.....\n*.*.....\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*\n..........*\n..........*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...........\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**\n*........**\n*........**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*.*...\n***...\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n*.**..\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n...*.*\n*.**.*\n.*....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*...\n***...*..\n**...*...\n*..*....*\n**.*.**.*\n*.....*..\n*...*****\n```\n\n\n## Output without wrap\n\n```\n*.**.....\n...****..\n.........\n.....***.\n***.***..\n*.......*\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n...****.*\n.........\n.....***.\n.**.***..\n.........\n*..**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...**.\n...*.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*.*\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n.**\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*...\n......\n*..*..\n......\n.....*\n.....*\n......\n..*...\n......\n......\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n......\n......\n......\n......\n......\n......\n......\n......\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**..\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n***..\n**..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...**\n..*.*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.**....\n.......\n..****.\n**.**.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n*..*...\n*..*...\n***....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.**....\n...*.**\n..*..*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*..**.\n......\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*...\n...*..\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...*..\n...**.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*...\n......*...*..\n....*.*.***..\n*............\n...*........*\n..*.*........\n..*..........\n........***..\n..........*..\n.*.......*...\n...*.......*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.......**.*..\n.......*..*..\n........***..\n.............\n..**.........\n.........**..\n........*.*..\n..........**.\n.........*...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**.\n.......**.**.\n.......*..*..\n........***..\n.............\n..**.........\n.........**..\n........*.*..\n..........**.\n..........**.\n.........***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n..*...\n.*....\n.**...\n*.....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n*.*...\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*...\n......\n..*..*\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...**.\n*........\n..*......\n..*...*..\n***....**\n```\n\n\n## Output without wrap\n\n```\n**.......\n*.*......\n.*.*.....\n...*.....\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...**\n*.*....**\n...*...*.\n****....*\n.*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n*..*\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n*..*\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*..*\n****\n....\n....\n....\n....\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n*..*\n.*..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n*..*\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.....\n.*...*....*\n**.****....\n***..*....*\n*....**.***\n.....**..*.\n.........*.\n..******...\n```\n\n\n## Output without wrap\n\n```\n...........\n.*.........\n...*..*....\n..**...*..*\n*...*..**.*\n.....***...\n...*...**..\n...****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.......\n.*.........\n...*..*....\n..**...*...\n....*..**..\n.....***...\n...*...**..\n..*****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n..**..\n*.*...\n.*.*..\n..***.\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n..**..\n..*.*.\n....*.\n.*..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*.*..\n..**..\n..**..\n..*.*.\n....*.\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.*.*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n**.\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n*.....\n*....*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n**..**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n******\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n..**\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.......*.\n.........\n.....*...\n.........\n.*.......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..**..\n**.........*\n*..*.*.*....\n.......*....\n...*.***...*\n.....*.....*\n*..**....***\n..*..*..**..\n..*..*..**.*\n.....**..***\n```\n\n\n## Output without wrap\n\n```\n............\n**...*.*....\n**....*.*...\n....**.**...\n.....*.**...\n...*....*.*.\n...*.**....*\n..*.....*..*\n....*..**..*\n....*****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........****\n.*....*.****\n.*....*.*..*\n*...**.**...\n.....*.**...\n...*....*...\n*..*.**....*\n.**.....*.*.\n.*.*...*...*\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n..*......\n..*......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*.**...\n.....*.\n*....*.\n...*...\n..*....\n..*..**\n.*.....\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n.......\n.......\n...*...\n.***...\n.*.....\n.****..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n.*.*.*.\n.......\n.....*.\n...*...\n.***...\n.*.....\n.****..\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n..**.*..\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n..***...\n.*......\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n..**...*\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*...\n.*.***...\n***.***..\n.**.*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.*...\n*........\n*.....*..\n*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n*........\n*.....*..\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n***\n*.*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n..*\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n*.**.*.*\n*..*.*.*\n..**.*.*\n*..*.*.*\n```\n\n\n## Output without wrap\n\n```\n..***...\n.***....\n.....*.*\n.***.*.*\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n****...*\n.....*..\n.***.*..\n*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.......*\n..*.....\n.*......\n........\n......*.\n*.....**\n.**...**\n*.**....\n...**...\n...***..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......**\n.*...*..\n*.**..**\n....*...\n.....*..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n........\n........\n........\n........\n......*.\n**...*..\n..**..*.\n*...*..*\n.....*..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*....\n*.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*.*...\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.**..*\n.*...*\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..***\n.....\n*.***\n**...\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n...*.\n.*...\n*.**.\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n...*.\n**...\n*.***\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n.**\n**.\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**...\n**..*.**..\n*....**..*\n......**.*\n....*****.\n..**.*.*..\n.*..*...*.\n****......\n...**.....\n....**....\n...****...\n```\n\n\n## Output without wrap\n\n```\n********..\n*..**..*..\n**........\n....*....*\n...**.....\n..**......\n*...*.....\n**........\n.*...*....\n......*...\n...*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n...**..*.*\n.*.......*\n*...*....*\n...**.....\n..**......\n*...*.....\n**........\n.*...*....\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n...**\n..***\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n.....\n.....\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n**.....\n**.....\n..*....\n...**..\n...**..\n....*..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n*..*...\n.......\n.**.*..\n.....*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n*..*...\n.......\n.**.*..\n.....*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*..**\n***..\n*....\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n*.***\n*.**.\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n..**.\n..**.\n*.*..\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.....*\n*.*...........\n*.*.......**.*\n..*...**.*....\n*..*..........\n*...*.........\n.*....**.*....\n....*.**.**...\n.......*.**...\n```\n\n\n## Output without wrap\n\n```\n..............\n............*.\n..**......*...\n..**......*...\n.*.*..........\n**............\n......**.**...\n.....*........\n......**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.....\n*...........*.\n*.**......*..*\n*.**......*..*\n.*.*..........\n**............\n......**.**...\n.....*........\n.......*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n**...**\n.*.*...\n*......\n*......\n*...**.\n..*....\n...**..\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*\n...**.*\n...*.*.\n.......\n..*....\n**.....\n.*.*.*.\n..*...*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.**.**.\n...*...\n.......\n..*...*\n.*....*\n.*.*...\n.*.*...\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..\n*.*.*.*.\n**..*.*.\n.**.*.*.\n*.***.*.\n********\n****.***\n```\n\n\n## Output without wrap\n\n```\n.*...*..\n*..**.**\n........\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n......*.\n.......*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n...*\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n.......\n*..*...\n.......\n.......\n.......\n....*..\n....*..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.**.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..*.\n..*.\n**..\n...*\n....\n.*.*\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n..*.\n.**.\n....\n..*.\n.*.*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.***\n..**\n****\n*...\n*.*.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*..*\n...***\n...**.\n......\n*.**.*\n.*....\n.*....\n......\n.**.**\n**...*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*..*\n..*..*\n...*.*\n..*...\n.**...\n**....\n......\n.**...\n***.**\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n..*..*\n..*..*\n...*.*\n..*..*\n***...\n.*....\n......\n***...\n.**.**\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n.*..\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.***.\n..***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.****\n...**\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.*...*.\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*.\n..**...**\n*....*.**\n.**......\n.**.*.**.\n.....*...\n..*...*..\n.*..*....\n....***.*\n.*......*\n.*..***.*\n.....**..\n.*..***.*\n```\n\n\n## Output without wrap\n\n```\n.**......\n.*..*.*..\n.....****\n.....*..*\n*....*.*.\n.*.*.*...\n.....*.*.\n...*...*.\n...***.**\n....*.**.\n.........\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...\n....**...\n*....**.*\n.....*.*.\n.....*...\n.*.*.*...\n.....*.*.\n...*...*.\n...***.**\n....*.**.\n.........\n...***...\n.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..******\n***.****.\n*..*.***.\n*********\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.....\n*..*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n...*......\n..*.......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.*..\n*...**.....\n..*...*.**.\n..*...**...\n.*.*.*.....\n***........\n```\n\n\n## Output without wrap\n\n```\n...*..*....\n..**..*.**.\n.*.........\n**.*.*..*..\n*..****....\n***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...*\n.*....*.**.\n.*.........\n**.*.*..*..\n*.....*....\n*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n...*.\n*.*..\n.*..*\n.*.*.\n.*.*.\n..*..\n**...\n.....\n*..**\n.....\n.....\n*..*.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..***\n.*..*\n.***.\n**.*.\n**.**\n.*.*.\n*.*..\n.*...\n**...\n.....\n.....\n.....\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n*****\n.*.**\n.*.**\n.*.*.\n*.*..\n.*...\n.*...\n....*\n....*\n.....\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n..***\n.*..*\n..*.*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n.*..*\n.*..*\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*..*\n.*..*\n.**.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n.......\n..*.**.\n..*..*.\n..**.**\n....*.*\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.*.\n...***.\n.**....\n..**..*\n..*.*.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...*.*.\n...***.\n.**....\n..**..*\n..*.*.*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n.......*......\n.......**.....\n........*.....\n..............\n..............\n..............\n..............\n..............\n..........**..\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.......**.....\n......*..*....\n.......**.....\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.......**.....\n......*..*....\n.......**.....\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*...\n.....\n.....\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n.....\n.....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*\n*.***.**.\n.*.*.*...\n..***.*..\n..**..*..\n```\n\n\n## Output without wrap\n\n```\n.**.*..*.\n.....***.\n.*.....*.\n.*....*..\n..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n*....****\n.*.....*.\n.*....*..\n.*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..*..\n....**..**.\n.....*...**\n```\n\n\n## Output without wrap\n\n```\n.....*.***.\n......*...*\n.....*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...*\n*....**...*\n*....**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**.*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....\n........\n*****...\n.....**.\n...**...\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.*.**...\n.*****..\n.*....*.\n....**..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*.**...\n.*****..\n.*....*.\n....**..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.*.*..\n..*..*.**.**.\n.*...*****.*.\n```\n\n\n## Output without wrap\n\n```\n.**...*.*.**.\n..*..*.....*.\n.....*...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..........\n..*..*.....*.\n.*...*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n....\n*...\n..**\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*...\n...*\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.****\n**...\n*....\n..**.\n.*.*.\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n*..*.\n*.*..\n.***.\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n..***\n...*.\n*.*.*\n.****\n.....\n..***\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*\n......**\n....*..*\n**..**.*\n*...***.\n....*.*.\n....*.*.\n...**.*.\n.......*\n...*...*\n...*...*\n```\n\n\n## Output without wrap\n\n```\n......*.\n....**.*\n...**.**\n**.**.**\n**.*...*\n..***...\n........\n........\n...**...\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***..\n*..**.**\n*..**...\n**.**...\n**.*....\n*.***.*.\n........\n*.......\n...**...\n...***..\n.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*..**.\n..****\n```\n\n\n## Output without wrap\n\n```\n***.**\n*.....\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......***\n*.**.*..*\n*****..*.\n.**.***..\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......***\n*....*..*\n*......*.\n*...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.....***\n.....*...\n.......*.\n*...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n*..\n..*\n*..\n.*.\n***\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n..*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...\n........***.\n.........**.\n```\n\n\n## Output without wrap\n\n```\n.........*..\n.......**...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*.*.*.\n*.....\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*.\n*...**\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n..*.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n.....*....\n*.*.......\n..*..**...\n*.*.*..***\n*.*.*....*\n....*....*\n.......*.*\n.*.****.**\n*.**.***.*\n.*.*.*.*..\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....*....\n.****....*\n....*....*\n....****.*\n...*.**..*\n...**....*\n..*......*\n**..*....*\n.**...***.\n..*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..........\n.*...*....\n*.***...*.\n....*...*.\n....******\n...*.**.*.\n*..**...*.\n*.*.....*.\n.*..*...**\n***.*.*.**\n.**..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n*.*\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*..\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.****\n..*.*\n*.***\n.****\n```\n\n\n## Output without wrap\n\n```\n**..*\n*....\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*..*\n.*..*\n*..**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n***.*\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.****\n.**..\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n....*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n******\n*.****\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*....*\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*.....\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**\n*..****.*\n..*.*****\n..*...*.*\n.********\n*.*****.*\n..***...*\n.......*.\n***..***.\n**.****..\n**..*...*\n.**..**.*\n```\n\n\n## Output without wrap\n\n```\n...**.***\n.........\n.**.....*\n.........\n........*\n........*\n.**...*.*\n....**.**\n*.**...*.\n...*.....\n.........\n***..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n*........\n.**......\n.........\n.........\n.........\n***...*.*\n*...**.*.\n*.**...*.\n...*.....\n........*\n.******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n..........\n..*.......\n...***..*.\n....*.*.**\n....*.*.**\n....***...\n.....*...*\n*...**...*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*.*..*.\n...*.****.\n......*...\n...**.*..*\n...**.*..*\n....*.***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...*.*....\n...*.*..*.\n...*.****.\n......*...\n...**.*..*\n...**.*...\n.....**...\n*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*...*\n..*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n...**\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..*..\n***.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..**.\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n..*\n***\n...\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n..*\n...\n...\n***\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****...**.\n***..*.****.\n.****....*..\n****..*.***.\n.....*......\n..*..*..*...\n```\n\n\n## Output without wrap\n\n```\n*..****...*.\n*....**.....\n....***.....\n*....*..***.\n...******...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*..**\n*....**....*\n....***.....\n*....*..***.\n...******...\n.**..**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n*........*\n*.........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n.*........\n.*.......*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....**.\n....*...*..\n...**....*.\n...........\n```\n\n\n## Output without wrap\n\n```\n........**.\n....*...*..\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n....*...*..\n...**......\n...**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n***.\n.**.\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n*.*\n.*.\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n**......\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n*.*.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*......\n*.*.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n....*.\n...***\n...*..\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n...*.*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n...*.*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n.....**....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n...**..\n****..*\n```\n\n\n## Output without wrap\n\n```\n...*...\n....**.\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....***\n**..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n***.\n**.*\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n....\n...*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n...*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n....*..\n...**..\n...*..*\n*.*....\n.*.*...\n....**.\n.....*.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.*.\n..*....\n.*...*.\n.......\n.*...*.\n..*..*.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n......*\n..*....\n.....*.\n*......\n*....*.\n..*..*.\n......*\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**..\n.**..\n..**.\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n..*\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n..*\n.**\n*.*\n**.\n.**\n.**\n.*.\n.**\n.**\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n*..\n..*\n*.*\n*..\n...\n*..\n*..\n*..\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n....\n....\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***..\n*.....*..\n*....*...\n*...*....\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n**..*.*..\n**...*...\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***.\n**..*.*.*\n**...*..*\n**.......\n**..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***..\n.*.**.....\n.*..*.....\n....*..*.*\n.....**...\n..........\n..........\n..........\n..........\n...**...**\n```\n\n\n## Output without wrap\n\n```\n.**.*.*...\n.**...*...\n..*...*...\n...**.*...\n.....**...\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n........*.\n*.*...*...\n...**.*...\n.....**...\n..........\n..........\n..........\n.....****.\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*.*\n***..**.*\n.*..***..\n..***.**.\n*...****.\n..*..*..*\n.*...**.*\n```\n\n\n## Output without wrap\n\n```\n..**.....\n*.*......\n*.*......\n*.*......\n*........\n.**...*.*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..*.\n...*.....\n.**....**\n.**......\n.........\n...*...*.\n.*.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*......\n.***.......\n.*.....**..\n......***..\n..***..**..\n.*.......**\n.*..**...*.\n```\n\n\n## Output without wrap\n\n```\n**.........\n**.........\n**.*...*...\n.*.*.**....\n.*.****..**\n..*......**\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n....**.....\n**.*...*...\n.*.*.**....\n*..****..*.\n.....**..*.\n..**..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n...*.*\n*.**.*\n**..**\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*...*\n*.**.*\n*.....\n*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*...*\n..**..\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n....\n....\n****\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...*.\n.......**.\n.....*.**.\n..****.***\n**.*...*.*\n.*.*...*.*\n.*.*.*....\n...*.*....\n*******.**\n*...*.**..\n*******.**\n*....*.***\n.*..*..*..\n```\n\n\n## Output without wrap\n\n```\n.......**.\n....*.*..*\n...*.*....\n.***.*...*\n**.....*.*\n.*.*..*...\n...*..*...\n*.........\n***.....*.\n..........\n*.**.....*\n*........*\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*.\n....*.*..*\n...*.*....\n.***.*....\n.*.....*..\n.*.*..*..*\n*..*..*...\n.........*\n***.....**\n..........\n..**......\n..........\n.*******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....**.**\n..*...*..*...*\n.*.....**..*..\n.**......*.*..\n...........*..\n*.....*....*..\n.*...........*\n```\n\n\n## Output without wrap\n\n```\n.........**.**\n.......*.*.*.*\n.*.....***..*.\n.**.....*..**.\n.*.........**.\n............*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.**\n*......*.*.*.*\n**.....***..*.\n.**.....*..**.\n.*.........**.\n*...........*.\n..........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n......*\n.*....*\n..**...\n..**...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..*....\n.*.*...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*.....\n*.*....\n.*.*...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n...*.*\n...*.*\n...**.\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n.*...*\n.**..*\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.....*\n***..*\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.....*\n*..*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n*...*.\n.*....\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......*...*\n..**........**\n..*.*....*..*.\n*.**..*......*\n```\n\n\n## Output without wrap\n\n```\n.***........**\n..*.........**\n....*.......*.\n.***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n*.*.........*.\n*...*.......*.\n*.*.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...*....\n.*..******..*\n**..**.**.***\n*.......***.*\n***..........\n.*...........\n....*.**.**..\n...**.***.**.\n....**....*..\n**..***....**\n**.*.**...*.*\n..***......*.\n```\n\n\n## Output without wrap\n\n```\n....*.*.**...\n.*.*......*.*\n**..*.......*\n..*....**.*.*\n*.*......*...\n***..........\n...**.*..***.\n...*....*..*.\n.........**.*\n****......*.*\n*.....*...*.*\n.*****.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.**..*\n.*.*......*..\n.*..*........\n..*....**.*..\n..*......*..*\n***..........\n...**.*..***.\n...*....*..*.\n*........**..\n.***......*..\n......*...*..\n..*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...*.\n.....\n...*.\n...**\n..**.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n...**\n....*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...**\n.....\n...**\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n..*.......\n..**......\n..**.*....\n....**....\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n.*..*.....\n..*..*....\n...*......\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..**......\n.*..*.....\n..*..*....\n...*......\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.*.*.\n*.*...\n.**...\n.*...*\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*...**\n*.*...\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n*.*..*\n..*...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.....\n***.......\n..........\n..........\n...**.....\n```\n\n\n## Output without wrap\n\n```\n.***......\n.*.*......\n.**.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.**.......\n.**.......\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...*.*\n....*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n..*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n..**..\n**.*.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..**.\n*.**..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n*.**.*\n*....*\n******\n.*.*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n...***\n*....*\n.....*\n..**.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......\n.........\n.........\n.........\n.........\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.*.....\n**.....\n.....*.\n.*.*.**\n**.....\n*...*.*\n*.*...*\n**...*.\n...*.*.\n..*....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n**.....\n***.***\n***.***\n***.*.*\n*....*.\n*.....*\n***.***\n.**.*..\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n**.....\n**.....\n.**.**.\n.**.***\n.**.*..\n.....*.\n.......\n***.**.\n.**.*.*\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.**..\n.....\n...*.\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n..**.\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.***.\n..**.\n..**.\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n...\n...\n...\n.*.\n*.*\n*.*\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n*..\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n***\n***\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n******\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.*.\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n**.........\n**.........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n**.........\n**.........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n**.........\n**.........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...***.\n.......\n.......\n.......\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.....\n....**\n...*..\n..****\n.*..*.\n.*....\n****..\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n...*..\n.*****\n..****\n*..**.\n**..*.\n**.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n...***\n...***\n..****\n******\n...**.\n*...**\n*..**.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n........\n........\n........\n........\n........\n*....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n.......*\n........\n........\n........\n........\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n..*.\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*..*\n.*..\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***\n.....*..\n*....*..\n..*..*.*\n.*..**..\n...*....\n.**..**.\n........\n..**.***\n....**..\n*...**..\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....**..\n....**..\n.*...*..\n..*****.\n.*.*..*.\n..*.....\n.*.**..*\n...*.**.\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n....**.*\n....**..\n**...*..\n..*****.\n.*.*..*.\n..*.....\n.*.**..*\n...*.**.\n.......*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.***.\n..**.\n.....\n.....\n.....\n...*.\n..*.*\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n..*..\n.....\n.....\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*..*\n.**.*\n.....\n.....\n.....\n.....\n....*\n*..*.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n..*...\n*..*..\n**..**\n...*.*\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n*.***.\n****.*\n...*.*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n...***\n*.***.\n.***..\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*\n.........\n.........\n.........\n......*.*\n.....*..*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n****\n****\n****\n**.*\n****\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n....\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*...*\n.**..\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n..**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*..*.\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n.*.*.\n.*.*.\n.**..\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n..***\n.....\n**.*.\n*....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n..***\n.....\n**.*.\n*....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.*.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n.**\n**.\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..\n.*.*..*.\n.****...\n*.....**\n*..**.*.\n***.**..\n.*.*....\n.**..*.*\n*..**.*.\n**..**..\n```\n\n\n## Output without wrap\n\n```\n.**.....\n...*.*..\n****...*\n*.......\n*..**..*\n.**....*\n**......\n***....*\n...*..*.\n******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*\n..**...*\n..**..**\n.*....*.\n**.**.*.\n..*....*\n........\n..*....*\n...**...\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n*...**\n...*..\n**.*.*\n***...\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n****.*\n*..**.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*.*...\n.***..\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....*\n*....*..*\n**.....*.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..***\n.***..***\n.***..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n*...*.*\n**..*..\n..****.\n......*\n.....*.\n*.*...*\n```\n\n\n## Output without wrap\n\n```\n....*..\n*..**..\n.......\n*...**.\n...*..*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n...*.*.\n.......\n....**.\n...*...\n*....*.\n*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.....\n.....\n..**.\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n*....**\n*.....*\n*.....*\n.......\n*.....*\n..***.*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n.....**\n.......\n.......\n.......\n..**...\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n......*\n*.....*\n.*.....\n*......\n.....*.\n*....*.\n*.**.*.\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.*.*..\n***.**\n..***.\n```\n\n\n## Output without wrap\n\n```\n**..*.\n...*.*\n*....*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n...*..\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n......*\n**....*\n**....*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.......\n**...**\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n...*.....\n...**....\n....*....\n.........\n..*.....*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**....\n..*..*...\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...**....\n..*..*...\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*....\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.**.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n....*\n....*\n..*.*\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n....*\n.**..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*...*\n***..\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...*..*..\n**.**.****..**\n.***.****.*..*\n*..*.*.*.***..\n.***.*..*.*...\n..*.**.....*.*\n......*...*.*.\n.......*.*****\n*..*..*.**.*..\n.*******..*...\n..**.*.****.**\n...*.***...***\n*.***...****.*\n```\n\n\n## Output without wrap\n\n```\n.****....**.**\n.****....***.*\n..........*..*\n............*.\n***......*..*.\n.**.*..******.\n....*...**.**.\n.....***......\n..*...........\n**............\n***...........\n.*.*.*.*...**.\n..*********...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.**.\n..........***.\n..........*.*.\n**...........*\n*.*......*..*.\n***.*..*******\n....*...**.**.\n.....***.....*\n.**...........\n............*.\n..*.........*.\n.**.....*.*...\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.*.**.*\n***.***\n**..*.*\n..**...\n..*...*\n**...*.\n...****\n...*.**\n...***.\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n..*..*.\n...**.*\n......*\n*...*.*\n..**.*.\n..**...\n.***...\n..**...\n..*....\n...*...\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n...**..\n.......\n....*..\n..**.**\n*.**..*\n****...\n..**...\n..*....\n...*...\n...*.*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..*.\n*.*.**..*.\n*.**.*..*.\n```\n\n\n## Output without wrap\n\n```\n...***.**.\n.**....**.\n.*****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.....\n*.***.....\n*.***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..****\n...**.*..*..*\n*.**...****.*\n***.**.....*.\n...*.*.*.....\n...*.***...**\n......*.*....\n*....*.**.***\n.***.*.**....\n*...*..*.*..*\n```\n\n\n## Output without wrap\n\n```\n...**....****\n..*.*.*.....*\n*.....*****.*\n*....*.*.***.\n.*.*...*...**\n.....*..*....\n....*...***..\n.**.**.....*.\n****.*....*.*\n.****.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.*...\n..*.*.*......\n......*****..\n*....*.*.***.\n**.*...*...*.\n.....*..*....\n*...*...***..\n***.**.....**\n.***.*....*..\n***.*..*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n...\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.....\n.*..***...\n*..***.***\n...**...*.\n****..***.\n**.***....\n..*.......\n```\n\n\n## Output without wrap\n\n```\n****...*..\n*.....*..*\n*.....*..*\n.*....*..*\n**......*.\n*.*.*...*.\n.****.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*****\n.**...*...\n**....*...\n**....*...\n*.......*.\n**..*.....\n**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*.....\n*.....\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***\n**.*.**\n*******\n*****.*\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n***\n...\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......**\n.........*\n*.........\n..........\n.*........\n......**.*\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**.\n.........*\n..........\n..........\n..........\n..........\n.......***\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.***.\n....*\n..**.\n..*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n**.*.\n.*..*\n...*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n....*\n*..*.\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n*.......*\n........*\n.........\n*.....**.\n.*....**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......**.\n........*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.........\n.........\n......*..\n*.....*..\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n***.\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*...\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n....\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..*....*..\n.......*.*\n....*...*.\n*.**.*.***\n***...*...\n*.**......\n*.*......*\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*..\n..*.......\n.**......*\n*.*......*\n*.***..*..\n*.**......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......\n..........\n.......*..\n.**.....**\n.**.....*.\n..*.....**\n..***..***\n*..*.....*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n*....*..\n......**\n........\n........\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*....*..\n......**\n........\n........\n........\n......**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*\n*****.*\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*..*\n.*..***.**\n**....**..\n*....*.***\n.*...*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....****\n..*.....**\n**..*.....\n*....*....\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....*\n..*.....*.\n.*..*.....\n.....*...*\n.*...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****\n*******.\n********\n*****.**\n*******.\n.****.**\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n.*.\n.**\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.**.*.\n******\n***...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..**.*\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n**..*.\n**..**\n.....*\n....**\n```\n\n\n## Output without wrap\n\n```\n.****.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*.*..\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.....*.\n***...*.*.**.*\n****..***..**.\n.**..**....*.*\n```\n\n\n## Output without wrap\n\n```\n..**.***...**.\n*...*...***..*\n...*....**...*\n*..*.**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*...\n....*...***...\n...*....**....\n...........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**....\n**.*.*...**\n..........*\n**......*.*\n.....**.*..\n.....*.*.**\n....*****.*\n*...*....**\n```\n\n\n## Output without wrap\n\n```\n..*..**....\n..*..**..**\n..*.......*\n.......*...\n.....**.*.*\n..........*\n....*..*...\n....*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**....\n*.*..**..**\n..*........\n*......*..*\n.....**.*..\n..........*\n....*..*...\n*..*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n.**\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.*..*.\n.*.*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n.*.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.*..*.\n.*.**.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n...*....\n...*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...*....\n...*....\n...*....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...*....\n...*....\n...*....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..\n*...**.\n*...*.*\n*.***..\n...*...\n```\n\n\n## Output without wrap\n\n```\n******.\n*.*....\n*......\n.**.**.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**\n..*....\n*......\n***.***\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n.*..\n**..\n.**.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*...\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n*...\n...*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.***..\n.*....\n..**..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n***...\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n*.**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n****\n**.*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n...*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n***..\n.*..*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n***..\n*.*..\n*...*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n***..\n..*..\n....*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*...\n....\n.*..\n....\n....\n**..\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n....\n....\n....\n....\n****\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n........\n........\n.*.....*\n..*..*..\n...*.*..\n....**.*\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...***..\n...*....\n....***.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n..**....\n........\n........\n...***..\n...*....\n...*..*.\n..*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.***..\n**....\n*.****\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n....*.\n.....*\n.***.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*.....\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n.*...*..\n.*.*....\n........\n...***..\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n..**....\n..*.....\n.....*..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*****\n*.......\n..**....\n..*.....\n.....**.\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*...**\n......\n....*.\n....**\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n...*..\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n...**.\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n...**\n*.**.\n.*.*.\n.*..*\n**..*\n*....\n.****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*...*\n.*...\n**.**\n.*.**\n**...\n*...*\n*****\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n**...\n.*.*.\n.*.**\n.*..*\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n......\n*...*.\n...**.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n....*.\n...*.*\n*....*\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n...*...\n*......\n.......\n.......\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****........\n***.*..*.*....\n......***....*\n.*...**....*..\n.**...**.*.*.*\n....***.**..*.\n*....**...***.\n**...**....**.\n....****....**\n.*.*...*.*..*.\n....*..***..*.\n**.*...**.....\n**.*****..*...\n```\n\n\n## Output without wrap\n\n```\n*.*.**........\n*.*.*..*......\n*.*.....*.....\n.**..*....*...\n.**.*....*.*..\n.*..*...**...*\n**.......**..*\n**........*...\n***.*..**....*\n...*.....*.**.\n**.**.*..*....\n**.*..........\n**.******.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**....*\n*.*.*..*.....*\n..*.....*.....\n.**..*....*...\n***.*....*.*..\n**..*...**....\n**.......**...\n**........*...\n.**.*..**.....\n...*.....*.**.\n**.**.*..*...*\n**.*.........*\n.......**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n..*...\n....**\n..****\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*..**\n..*..*\n...*.*\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*..*.\n..*..*\n...*.*\n...**.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n*******\n*******\n*.*.***\n***..**\n**.****\n*.**.**\n.**.**.\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n.......\n*.....*\n.......\n.......\n.......\n.......\n*......\n*.....*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.**..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**.*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*....*\n.*...*\n**...*\n*.....\n......\n......\n......\n......\n.**...\n*.***.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n..*.**\n..*...\n**....\n......\n......\n......\n......\n.*....\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**.**.\n.**.**\n.**.**\n.*...*\n*.....\n......\n......\n......\n.*....\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n*...*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..**\n...*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...***\n**********\n..*****.**\n*******.*.\n**..******\n****.*****\n*.******.*\n.**.*****.\n***.**.*.*\n*****.**..\n****.*.***\n```\n\n\n## Output without wrap\n\n```\n*....*...*\n*.........\n..........\n*.........\n..........\n..........\n*........*\n.........*\n..........\n.........*\n*....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.........*\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*...\n....*....**.\n....*.......\n............\n............\n............\n.......*....\n........*...\n```\n\n\n## Output without wrap\n\n```\n.........*..\n...***...*..\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n...***...*..\n............\n............\n............\n............\n............\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*....**\n*.*..*.****.\n***..****.*.\n...**.*.*.*.\n.*.**.**...*\n.**..*.*...*\n*.*....**.**\n..*........*\n.*......****\n.*........*.\n.*..***.....\n......*.****\n.*****...*.*\n```\n\n\n## Output without wrap\n\n```\n**....*.*.**\n..*.**......\n*.*.......**\n*.......*.**\n.*......*.**\n*...**.....*\n..**..***.**\n..*....*....\n.**......*.*\n***..*....**\n.....***...*\n.*....****.*\n..****..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n..*.**......\n*.*.......*.\n........*.*.\n.*......*.**\n....**......\n..**..***.*.\n..*....*....\n.**......*.*\n.**..*....**\n*....***...*\n.*....****.*\n.******.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n....*.*...\n..........\n..........\n.......**.\n......*..*\n*.........\n*.....***.\n..........\n..........\n....**....\n...*..*...\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*....\n..........\n..........\n.......**.\n.......**.\n......*.*.\n.......*..\n.......*..\n..........\n....**....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n.....*....\n..........\n..........\n.......**.\n.......***\n*.....*.*.\n.......*.*\n.......*..\n..........\n....**....\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..*.\n*.*.....*\n*.......*\n*.......*\n*.....*.*\n**...****\n..*...*..\n*..******\n.........\n.....*...\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.***.....\n..**...**\n*........\n**....*.*\n.....**.*\n*.*.****.\n*.**...*.\n..******.\n....**.*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*****\n*.*....*.\n.*......*\n......*..\n.....**..\n..*.***..\n..**...*.\n..*****.*\n....**..*\n......**.\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..***\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..***\n..***\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n...*.*..\n...*.*..\n...*.**.\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n...**...\n.....*..\n.....*..\n....***.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n.....*..\n.....*..\n....***.\n........\n........\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**\n.*.......\n*.......*\n.........\n.........\n.........\n......*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.*.......\n.........\n.........\n.........\n.........\n.........\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n..**........\n...*........\n............\n............\n........****\n.........*.*\n..........**\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n..**........\n..**........\n............\n.........**.\n........**.*\n........*...\n..........**\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n..**........\n..**........\n............\n.........**.\n........**.*\n*.......*...\n..........**\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*..\n**..\n....\n....\n....\n..*.\n.*..\n....\n....\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n*..*...\n*..*...\n...*..*\n...*...\n...*..*\n***....\n.......\n.......\n.**....\n*..*...\n.**.*.*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.*..\n.....*.\n.*...*.\n.*.....\n.*..*..\n**.....\n.**....\n.**....\n.**....\n*..*...\n.**.*..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*.....*\n.......\n.......\n*...*..\n.......\n***....\n.**....\n.**....\n*..*...\n.**.*.*\n.**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...*\n*.*...*.*.\n***.*****.\n*.*..***.*\n..***.....\n...*.*....\n...*.*....\n....***...\n....**....\n..***.....\n```\n\n\n## Output without wrap\n\n```\n..........\n...*....**\n*..*....**\n*.**......\n.*........\n..*.......\n....*.....\n..........\n...*..*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....*\n*.*.**...*\n*..*......\n*.**......\n**........\n..*.......\n....*.....\n..........\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n......\n......\n*....*\n*...**\n*....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n**..**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*...*.\n.*..*.\n*...*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n........\n........\n........\n........\n...**.*.\n....*.**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n...**.**\n...**.**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n...**.**\n...**.**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......*.\n.*.......*..\n.*...**.**..\n**..*....***\n*.*.*...*...\n......*....*\n..*........*\n```\n\n\n## Output without wrap\n\n```\n.........*..\n.**.....**..\n*...*..**.*.\n*....**.***.\n*.........*.\n..*.*.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.........\n...*....*.**\n....*..**..*\n**...**.****\n.*..........\n*.*.*......*\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n...*..\n***...\n.*....\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n**....\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n***...\n**....\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...**\n.....\n.....\n.....\n...*.\n...*.\n...**\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n..**.\n..*..\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..**\n.....\n.....\n.....\n.....\n..**.\n..*..\n*.*..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**..\n.*....*..\n.*.....*.\n.......*.\n**......*\n.*......*\n.......**\n.........\n.......*.\n*...*****\n```\n\n\n## Output without wrap\n\n```\n.*...*.*.\n.*.......\n..*..*...\n**.......\n..*......\n**.......\n.........\n.........\n.....*...\n.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*..\n***..*...\n*.*..*...\n*........\n.**....**\n.*.......\n*......*.\n*........\n*.....**.\n*...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****.*****\n.*.**..*..**.\n***.*..******\n```\n\n\n## Output without wrap\n\n```\n......***....\n.*****.......\n.*......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n***..\n**...\n...*.\n****.\n.****\n..*..\n**..*\n....*\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n**...\n**.**\n.*.**\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n...**\n*....\n....*\n.....\n...*.\n**...\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n.....*.*\n.....**.\n........\n........\n........\n........\n........\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*.*\n.....**.\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n.....*.*\n.....**.\n........\n........\n........\n........\n........\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n...........*.\n.............\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.......\n.*...*....**.\n.*...*....*..\n****.*....*..\n...***....**.\n```\n\n\n## Output without wrap\n\n```\n.**.*........\n**...**...**.\n.....**..**..\n**.*.**..**..\n.*.*.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**......\n**...**...**.\n.....**..**..\n**.*.**..**..\n*....**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.**.......*..\n.*.........*.\n.............\n.............\n.............\n...*.........\n........*....\n.*.....*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.**..........\n.**..........\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.**..........\n.**..........\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..**..\n......\n..*...\n*...*.\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*..*.\n..***.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n*....*\n******\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..**\n*...\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n*...\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....\n...**.**\n****.**.\n*.*....*\n........\n*.....**\n.*.....*\n.*....**\n.**.....\n```\n\n\n## Output without wrap\n\n```\n...*....\n.*.****.\n*....*.*\n*.*..***\n.**..*..\n**....**\n**......\n........\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n.....***\n.....*..\n***..***\n.**..*..\n**....**\n.*......\n..*...**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n...\n**.\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.*\n.....*****\n.....***.*\n....**.***\n```\n\n\n## Output without wrap\n\n```\n.....*...*\n....*....*\n..........\n....**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*...*....*\n*.........\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n*.*\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n.*.**.....\n***.*..*.*\n*..**.**..\n*..*.*.**.\n*...*.****\n```\n\n\n## Output without wrap\n\n```\n..........\n**.....*..\n*......*..\n*......**.\n**..**....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.**\n..**.....*\n*......***\n*......***\n**..*.....\n***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*......\n.....*.**...\n.....*.**...\n.....**.....\n.*..**......\n.**.*.**....\n```\n\n\n## Output without wrap\n\n```\n......*.....\n....**.**...\n....**..*...\n.......*....\n.****..*....\n.****.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..*...\n....**.**...\n....**..*...\n.......*....\n.****..*....\n*****.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n...*\n*.**\n***.\n.*.*\n*..*\n.*..\n..*.\n*..*\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**..\n**..\n....\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n....\n....\n....\n.*.*\n....\n....\n.*..\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*..\n***\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.**.\n..........\n.*....*...\n*.*.*****.\n```\n\n\n## Output without wrap\n\n```\n..*...*...\n.*....**..\n**........\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******...\n.*.******.\n.**.*.*.**\n..*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n...*...*\n...**.**\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*....*\n...**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*\n..*....*\n..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.***.\n..***\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n***.\n***.\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n*...\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..\n..*..*.*\n****.*.*\n...**.*.\n....*..*\n...*....\n.***.*..\n***....*\n......**\n**......\n**....*.\n........\n****...*\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.....*.*\n....*..*\n....***.\n...*.*..\n..***...\n.****.**\n*.*.....\n*.*...**\n**......\n..*.....\n*.*.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*\n.*..**.*\n.*...*.*\n.*..*.**\n....**..\n...*.*..\n..***...\n..***...\n..*...**\n.**...*.\n**.....*\n..*.....\n***....*\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*....\n......*..*....\n.......**.....\n..............\n..............\n..............\n..............\n.......**.....\n```\n\n\n## Output without wrap\n\n```\n..............\n......*..*....\n.......**.....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*....\n......*..*....\n.......**.....\n..............\n..............\n..............\n..............\n.......**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n...*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n***.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*...\n.*..\n*...\n.**.\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n*.*.\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n...\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n...\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**....\n*.......*\n....*....\n..*......\n***......\n.......*.\n.....*..*\n**.**..**\n*...*....\n*.***..**\n*.*....*.\n*..*.....\n.**..*...\n*.....*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n.........\n..**.....\n.**......\n.*.......\n....*.*.*\n**.***.**\n*....*...\n*.*.*..**\n*.*.*..**\n*..*.....\n***......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n*..**...*\n.........\n..**.....\n.**......\n**......*\n....*.*..\n.*.***.*.\n.....*...\n*.*.*..*.\n*.*.*..*.\n*..*....*\n.**.....*\n*.****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n....**..\n........\n........\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n.....*..\n........\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.\n.*****..\n***.****\n.*.**...\n*.******\n.*.*****\n..*...*.\n****.***\n********\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n........\n........\n........\n**......\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*****\n*.********\n**********\n*******..*\n****.*****\n***.******\n***.**.***\n******.*.*\n.*********\n**.*******\n*.******.*\n```\n\n\n## Output without wrap\n\n```\n..*......*\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n*.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...*..\n*.***.\n*..**.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n***...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n***...\n....*.\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.**\n*..\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n*..*****\n**.*****\n***.*..*\n**.*****\n*******.\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n***....*\n........\n........\n........\n.......*\n........\n*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n*.....*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.....*.\n.....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..*.*\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*...\n.*.*.****.\n.**.**.*..\n.*.*...***\n**.*...*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n***.**....\n***......*\n..*...*..*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.*\n.*......*.\n.**......*\n....*..*.*\n...**.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.**..\n**.**\n*****\n...*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.....\n.....\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n**.\n*..\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n..*\n***\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..**\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n***.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n..***.\n.*.***\n*.****\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n.*....\n*.....\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*....*\n**...*\n******\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n.***.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...***.**.\n.......**.**..\n........****..\n.....**...*...\n.....*.**.*...\n.*....*...*...\n**.....*..*...\n**.....*..*...\n.......*.*...*\n..*.*.*......*\n.********...*.\n*....*.*....**\n*.*..*......*.\n*.*.*...***.*.\n```\n\n\n## Output without wrap\n\n```\n..............\n.......**.....\n.....***......\n.....*........\n.....*.*.***..\n.*...*..*...*.\n..*..*........\n***..*.....*..\n.....**.**....\n*..*....*...**\n*.**...**.....\n*.*****....*.*\n...****..*...*\n...*.*..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.......***\n..*...........\n.....***......\n.....*........\n.....*.*.***..\n.*...*..*...*.\n..*..*......*.\n.**..*.....**.\n.....**.**....\n...*....*...*.\n..**...**.....\n*.*****....**.\n.*.****..**.*.\n*.....****..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n..*....\n***....\n.*..***\n```\n\n\n## Output without wrap\n\n```\n.......\n.****..\n*......\n*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n*....**\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.**..\n........*..\n...*...*...\n..**.......\n.***.......\n..**.......\n*.....*....\n*....*..***\n*....****.*\n........*..\n......*..*.\n.........*.\n......**..*\n...***.....\n```\n\n\n## Output without wrap\n\n```\n.......**..\n....*.*.*..\n..**.......\n.*..*......\n.*..*......\n...*.......\n.*.......*.\n**...*..*.*\n.....**...*\n.....*..*..\n........**.\n......*****\n....***....\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.****..\n....*.*.*..\n..**.......\n.*..*......\n.*..*......\n...*.......\n**.......*.\n.*...*..*..\n*....**....\n.....*..*.*\n........**.\n......*****\n....***....\n...*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n*.**\n***.\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n...*\n....\n....\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n...*..\n.**.*.\n......\n.*....\n*.....\n*.**.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n...*..\n.***..\n..*...\n......\n*.**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n.*..*.\n...*..\n.***..\n*.*...\n*....*\n..**..\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*\n*....*.\n***..**\n*.*.**.\n..***..\n...**..\n...*...\n```\n\n\n## Output without wrap\n\n```\n.....*.\n*...*..\n*.**..*\n*.....*\n.**....\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***\n....*..\n..**...\n*......\n.**....\n.......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n.**\n.*.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.*.\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.**\n.*.\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n*.*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....\n.......*..\n..........\n*.........\n.....**...\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..........\n..........\n..........\n.....**...\n....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n*.*....\n.*....*\n..*....\n.*.....\n.......\n.....*.\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n..**.*.\n.**....\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.\n*.**.**\n***....\n***....\n.......\n.......\n......*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..***.\n**.....**\n*..**..*.\n*..**.**.\n*...*.*..\n**...****\n*.***.**.\n***.*....\n*..***..*\n*..**.**.\n...*.*.**\n.**.*.**.\n.*.***.*.\n```\n\n\n## Output without wrap\n\n```\n***...***\n*..***..*\n*.****...\n**....**.\n*..**...*\n*.*.....*\n....*...*\n*.....**.\n*.....**.\n..*......\n.*......*\n.*.......\n.*.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n...***...\n..****...\n**....**.\n...**....\n..*......\n....*....\n......**.\n......**.\n*.*......\n**.......\n**.......\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*****\n***.*\n*****\n*....\n*.***\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n.....\n....*\n*....\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n.**.\n.*..\n**..\n**..\n.**.\n*..*\n....\n.**.\n*..*\n....\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n..*.\n....\n....\n.**.\n...*\n*..*\n*..*\n*..*\n.*.*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n.*.*\n....\n..**\n....\n....\n....\n....\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n.***\n.***\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n....\n.*.*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.**.\n.*..*.\n.**.*.\n....**\n...*..\n**.*..\n......\n**.***\n```\n\n\n## Output without wrap\n\n```\n..***.\n**....\n.....*\n*.*...\n....**\n.**.*.\n..*...\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n......\n..*...\n......\n*.*..*\n.**.*.\n**.*.*\n**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n.........**...\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.....*...*\n.....**...\n...*...**.\n..**...**.\n.**...**.*\n.*.*..*...\n..........\n..........\n..........\n*...**...*\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n........*.\n..*...*.**\n.*.**.....\n**....**..\n......**..\n..........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n....*.....\n........*.\n..*...*.**\n.*.**....*\n......**.*\n**....**..\n..........\n..........\n*.........\n.*.......*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*.**.\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*.*.*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n..**.*...*\n.*....*...\n..***.****\n...**.*...\n..........\n*.....*.*.\n.*..*...*.\n**...*..**\n...*...*..\n*.*.....**\n..*.**..**\n..*....*..\n....*****.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n.***..*...\n.**...*.**\n....*.*.*.\n.....*.**.\n.......**.\n***...*..*\n*.**..**.*\n*.....**.*\n..*...**..\n.***.....*\n.........*\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****..\n***..***.*\n****..*..*\n*.*...*.*.\n....*.*.*.\n.....*.*..\n.......*..\n.**...*...\n*.**..**.*\n......**..\n*.*...***.\n*.**....**\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**\n**.****\n**...**\n.*.****\n*...**.\n*.****.\n*.**.*.\n***.*..\n.*.**.*\n.******\n**.*..*\n..*.*..\n.**.*.*\n..**.**\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n...*...\n.**....\n*..*...\n*......\n*......\n.......\n.......\n.....**\n.....*.\n**.....\n**....*\n.****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n.**....\n*..*...\n*......\n.*....*\n......*\n.......\n.......\n.....*.\n......*\n*.....*\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**.**\n...*.\n***.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n.*...\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n**...\n**.*.\n.....\n*.*.*\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*....*.*.\n...**.*...**..\n........**.*..\n....*.*...**..\n```\n\n\n## Output without wrap\n\n```\n..**.*....*...\n..****......*.\n...**..*.*..*.\n.........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..*..*.\n..****......*.\n...**..*.*..*.\n....**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.*\n.*..*.**\n..*.*...\n..*.*...\n.*.....*\n.*.....*\n*.......\n**....**\n```\n\n\n## Output without wrap\n\n```\n....**.*\n.**.*.**\n.**.*...\n.**.....\n.**.....\n**......\n*.....**\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...\n.**.*.**\n.**.*...\n.**.....\n.**.....\n.*.....*\n......*.\n.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n........\n.....*..\n..*.**..\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n....**..\n....**..\n..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n...*.*....\n....*.....\n..*.***...\n.....*.*..\n......*.*.\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n....*.....\n......*...\n...**.*...\n....*..*..\n......*.*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n....*.....\n......*...\n...**.*...\n....*..*..\n......*.*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*..*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..*..\n*...*..*.*\n...*...*.*\n..***.**..\n..***.****\n*.......*.\n*.........\n*......**.\n**.*...**.\n```\n\n\n## Output without wrap\n\n```\n...**...*.\n..*.*.**..\n..*..*.*..\n.........*\n.**.*.*..*\n.*.*....**\n**.....**.\n*......**.\n**.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**..\n*.*.*.**.*\n*.*..*.*.*\n.........*\n.**.*.*..*\n**.*....*.\n**.....**.\n*......**.\n**.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n...*.*...\n.*.*.*...\n.*.......\n*.*......\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*.*.....\n.........\n**.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n.*.*.....\n.........\n**.......\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.*.\n**.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*....\n.*.**.\n*.**.*\n...***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n.**.*.\n**...*\n***..*\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*...\n.*...*\n***.**\n*.....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..**\n*...\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..*.\n.*..\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.**.*\n.*.**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.**\n**...\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*...\n.*..*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.....\n.**.*.....\n**........\n*...*..**.\n.*.**..*.*\n.*..*.**..\n****.***.*\n..*....*.*\n..........\n.**.**....\n```\n\n\n## Output without wrap\n\n```\n..........\n...*......\n..*.*.....\n*.........\n*...*.....\n*....*....\n..***.....\n..........\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***....\n**.*.....*\n.**.*...**\n........*.\n**..*....*\n.....*..**\n*.***....*\n**......*.\n*.........\n*...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...******..**\n........*.*...\n...*....**.**.\n..............\n..**....*...*.\n..**.**.....*.\n..*****....**.\n*..***..*.....\n*....****..***\n```\n\n\n## Output without wrap\n\n```\n.....*****....\n....***...*..*\n........****..\n..**....**.**.\n..***.........\n.*....**....**\n.*.....*...**.\n.**.....*....*\n.....****...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....*...\n....***...*...\n........****..\n..**....**.**.\n..***.........\n.*....**....**\n.*.....*...***\n***.....*.....\n.*.*.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*...\n...**.*...\n......*...\n..........\n..........\n..........\n.**.......\n*..*......\n...*......\n**........\n*....*...*\n```\n\n\n## Output without wrap\n\n```\n..***.....\n..***.**..\n.....*....\n..........\n..........\n..........\n.**.......\n.*.*......\n***.......\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*..*\n..***.**..\n.....*....\n..........\n..........\n..........\n.**.......\n.*.*......\n***.......\n**.......*\n..*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.***.\n..*.**.**\n*.***.***\n```\n\n\n## Output without wrap\n\n```\n.**......\n*...***.*\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n**......\n........\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*....*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n.....*\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n*.*.*.*.\n..**..**\n..*...**\n.**....*\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.**..***\n..*.....\n........\n.***...*\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.**..**.\n*.*.....\n........\n****...*\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*.**\n***.*\n*....\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*...\n..**.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**..\n.*..\n....\n....\n....\n....\n....\n.*..\n...*\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n..*.\n*.*.\n....\n....\n....\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n...*\n**.*\n....\n....\n....\n....\n....\n....\n..**\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n...*..\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.***..\n..**..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*.\n.**..***.\n...*.*.**\n*****.***\n*.....*.*\n*****.*..\n**.*...*.\n**.....**\n*.****..*\n.....*..*\n*..**...*\n**...****\n*.**....*\n```\n\n\n## Output without wrap\n\n```\n.**...*..\n*.*...*..\n*...*....\n****.....\n.*....**.\n...*....*\n...*....*\n..*......\n..***....\n........*\n*.*.*...*\n*....**.*\n.*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.***.**..\n*...*....\n..**.....\n......*..\n...*.....\n...*.....\n..*......\n.****....\n.*.......\n.**.*....\n...*..*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*\n*........\n**......*\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.....\n.*...**...\n*.........\n*....**...\n```\n\n\n## Output without wrap\n\n```\n.*****....\n**.***....\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.....\n**.***....\n**........\n*.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n.**\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n***\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n*.....\n**....\n......\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.....*\n**....\n**....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....\n**......\n....*...\n....*...\n***.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*\n........\n.**.....\n.*.*....\n****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***.\n***.*****.\n*******.**\n**********\n*.*...*.*.\n.**...***.\n*.**.*****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.*.**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*.....\n....*.\n..*..*\n.*.*.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n..**.*\n*..*.*\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*...*.\n.....*\n*.**.*\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.***\n..*.**.*..\n.*...*.*.*\n.*.*......\n........**\n...*..*...\n*..*..*..*\n*..**.....\n....**....\n```\n\n\n## Output without wrap\n\n```\n...***.**.\n...*...*.*\n.*.*.*..*.\n..*......*\n..*.......\n.......***\n..**.*....\n...*......\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n*..*...*.*\n**.*.*..*.\n..*......*\n..*.......\n*......**.\n*.**.*...*\n*..*.....*\n......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........**\n***...**..\n..*.**....\n.**.......\n..*..*..**\n**....**..\n...*......\n...*......\n***.*.....\n..*......*\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*......*.\n***.**..*.\n*.........\n*.***.....\n*.......*.\n..**..*.*.\n.......*..\n.*.*......\n.*..*.....\n...*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..*.**....\n........*.\n*****...**\n..........\n*.**..*...\n.......***\n*..*......\n*...*.....\n...*.....*\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n......\n.**...\n**....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n***...\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n..*...\n***...\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n*******\n*******\n*******\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n...**\n..*..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..**.\n..**.\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....*\n....*..*..\n....*..*.*\n....*.**..\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n...**..*..\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.***.\n...***....\n...**..*..\n...**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.**.\n....*....*\n.......*..\n*.**...**.\n***....*..\n.***.....*\n```\n\n\n## Output without wrap\n\n```\n...*...*..\n..*....**.\n..........\n.***..*.*.\n*.**..***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......*\n.*.....*..\n*........*\n*.**..*..*\n*..*.*....\n.*.**.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*..*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.....\n.*...........\n.*.*.........\n.**...*......\n*.*.*......**\n..*.**...**..\n.**....**....\n.*.**.*....*.\n..........***\n..**.**.*....\n**.*...**....\n```\n\n\n## Output without wrap\n\n```\n.............\n**...........\n.............\n*............\n.*..**.....*.\n.**.***......\n.*.****.....*\n..*.........*\n.*..***......\n.*..*....*.**\n.*..*.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**....\n..*..........\n.*..........*\n.............\n....**.......\n..*.***......\n...****......\n.**..........\n....***......\n....*.*.**...\n....**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n..*...\n......\n..*...\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..*...\n......\n..*...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.......\n.*..**.......\n.*..**.......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*****.......\n.***..*......\n.*****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****....*\n....****....*\n....****....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*....\n.*...*......\n..*.*......*\n..*......*..\n.......**.*.\n....*.*.*..*\n**.**.......\n..***.**..*.\n*..*..***.**\n**..*...*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.........\n...*........\n*..*.....*..\n...*...**.*.\n...*...*..*.\n....***.**..\n....*.*.....\n**...**.***.\n*.......*...\n**.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**........\n............\n.*.*.....*..\n...*...**.*.\n...*...*....\n.*..***.**..\n.*..*.*.....\n*....**.****\n.....**.*.*.\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..*..\n.....\n....*\n.*.*.\n**.*.\n.....\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n***..\n*..*.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*.*.\n.....\n.....\n.**.*\n.*..*\n.*.**\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****.**\n*.*********\n****.******\n*.*********\n*****..***.\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.......*.*\n..........*.*.\n.......*.****.\n*.*.......*..*\n*.*...*.****.*\n..*....**.**..\n.*.**.........\n*.******.....*\n*.*..****...**\n*..*.....*....\n...***...*...*\n...**.**.*....\n...*...**..**.\n```\n\n\n## Output without wrap\n\n```\n...........**.\n.........*...*\n.........*..**\n.......*.....*\n..**....*.....\n..*....**..**.\n.*......*.....\n*.......*...**\n*.*.....*...**\n.***...*.*..**\n..*..**..**...\n..*...**.**.*.\n...**.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......*..*\n*........*....\n.........*..*.\n*......*......\n*.**....*....*\n*.*....**..**.\n**......*.....\n........*...*.\n..*.....*...*.\n****...*.*..*.\n..*..**..**...\n..*...**.**.*.\n*..*..***.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n..*...\n...*.*\n*.*.**\n.***.*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*...\n.***.*\n.....*\n*....*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..*...\n****.*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.**\n**..\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.**.\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n.....*\n*..*..\n******\n.**...\n*...**\n```\n\n\n## Output without wrap\n\n```\n...***\n..**.*\n.***.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..**..\n..**.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***\n*.*.*.*\n****...\n.*.....\n.*.....\n****...\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n.......\n.......\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...***.\n.......\n.......\n....*..\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n..***.\n***...\n.*..*.\n*..*..\n..**..\n*.*.**\n.*..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n....*.\n*...*.\n...*..\n.*.**.\n..*...\n..*.**\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n....*.\n*...**\n...*.*\n.*.**.\n*.*...\n*.*.**\n.**.*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n**.\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**...\n***.......*\n**........*\n...**.....*\n...*.......\n.......*...\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*.*........\n*..*.....**\n..***......\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**...\n..*.......*\n...*.....*.\n..***.....*\n...**......\n......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n.*.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n*.*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n***.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n.*..\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*.\n.*.*....*.\n..*....*..\n..*..*....\n*..***....\n.*.*.....*\n*.........\n......**..\n.....**...\n..........\n..........\n..........\n......*...\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..*....**.\n.***......\n.**..**...\n.*.*.*....\n****......\n..........\n.....***..\n.....***..\n..........\n..........\n..........\n......*...\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.***.\n..*....**.\n.***......\n.**..**...\n**.*.*....\n.***.....*\n*.........\n.....***..\n.....***..\n..........\n..........\n..........\n......*...\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.***\n....\n....\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n..*.\n..*.\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n..*.\n..*.\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*...\n*.**.\n*..**\n*....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*.***\n*.***\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*.**\n*.**.\n*.**.\n*..*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*..\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**..\n.......*...\n...........\n.......*...\n.....**....\n..*****....\n....*..**..\n```\n\n\n## Output without wrap\n\n```\n.......**..\n.......**..\n...........\n......*....\n...*...*...\n...*.......\n....*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n.......**..\n...........\n......*....\n...*...*...\n...*.......\n....*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.....\n*....\n.*..*\n*...*\n*...*\n.....\n.....\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**.**\n.....\n.....\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n.....\n*....\n.*..*\n.*.*.\n*...*\n.....\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n**.*..\n*.**..\n*..*..\n**.*..\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n*****.\n..*..*\n**.**.\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*..*..\n..*...\n*..*..\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*.*\n.*...\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n*.**.\n.*...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.***\n**...\n.*...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.........\n............\n*..........*\n.*........*.\n..*......*..\n..*.....*...\n..*.....*.**\n```\n\n\n## Output without wrap\n\n```\n............\n.*..........\n............\n.*........*.\n.**......*..\n.***....*.*.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*\n**.........*\n*..........*\n**........**\n.**......*..\n.***....*.*.\n..**.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*.*.\n*...*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..***\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*.**.\n****.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n**..\n.*.*\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n**.*\n**..\n.*..\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.*.*\n.*.*\n.*.*\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n.**...\n..**..\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.***..\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.***..\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n...*\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*.*\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.....\n..****.....\n..**.*.....\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.**.***....\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..*...\n***.*..*...\n***.*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n*....\n*..**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n*****\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n****.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...\n*......*..**\n....**....**\n*...**..*..*\n```\n\n\n## Output without wrap\n\n```\n............\n.........***\n....***..*..\n....**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......****.\n*........**.\n....***..*..\n*...**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..**.*.*\n.**.****.***.\n*.*****..****\n..*...**..**.\n.*..*..*.**.*\n*...*.**.***.\n*.**.****.***\n*******..*.*.\n.*.*..***..*.\n.*.**.***...*\n.***.*.**.***\n.*****..**.**\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n..*..........\n.*.*.........\n*.**.........\n*............\n.........*..*\n**.......*..*\n**..........*\n*.....***.*..\n......****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n..*.........*\n**.*.........\n****.........\n.............\n.........*...\n.........*.*.\n.............\n...........*.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**********\n.*.******.**.\n.**..***.**..\n*****.*..*.**\n**.*****.*.**\n```\n\n\n## Output without wrap\n\n```\n...*........*\n**..........*\n............*\n.........*..*\n*.....***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n.*..........*\n.............\n.........*...\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n.***.**\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.......*.\n......***\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.......*.\n......*.*\n.....*...\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.........\n.........\n.........\n.......*.\n......*.*\n*....*...\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....*\n..*....**\n.*.*...*.\n*.*....**\n```\n\n\n## Output without wrap\n\n```\n.**....**\n*..*..*.*\n**.*..*..\n.**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n...**....\n...**.**.\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n...**...\n..***...\n```\n\n\n## Output without wrap\n\n```\n...**...\n.....*..\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.....*..\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n....**.\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........\n.***.....*.\n..**....*..\n.*..*.*.*..\n.*..**....*\n```\n\n\n## Output without wrap\n\n```\n...........\n........*..\n.......*.*.\n...**.**.*.\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.....\n........*..\n.......*.**\n***...**.**\n****.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..*......\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n.*.......\n..**.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n.*.......\n..**.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n*.*..*\n.*....\n*.*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*.*...\n*.*...\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n***...\n*.*...\n..*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.......\n..*...**.*\n...*......\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n.*........\n.**.......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n***.......\n..*.......\n..........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n.......*.\n.........\n.*...**..\n..*..**.*\n.*..*..*.\n...*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....***.\n.....***.\n.**.....*\n.**.****.\n...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.......*.\n.....***.\n.*...***.\n*.*......\n.....**..\n.**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n****.\n*.***\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n....*\n****.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*....\n.....\n****.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*..*..\n*.*...***.*..*\n.*..**.*..*.*.\n.*......*.....\n.*..**..*...*.\n..*.*.*..**...\n....*****.*.**\n....**.....**.\n```\n\n\n## Output without wrap\n\n```\n..*....***....\n*..*...**.**..\n...*.*.....**.\n.........**...\n*..***....***.\n..***.*.....**\n.......****...\n.......**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*........\n....*.*.*.....\n...*.*.....*..\n.........**.*.\n...***....****\n*.***.*.....**\n*......**.*...\n*............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n..**.\n.*.*.\n****.\n*..**\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n*.*.*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...*.\n*.*.*\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.**\n*.*......*.\n.*...**....\n...*.**.***\n```\n\n\n## Output without wrap\n\n```\n.*......***\n*.*...*.***\n.**.*****.*\n....****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**...\n*.*...*.**.\n***.*****..\n..*.**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n..*..\n.****\n.....\n*****\n..*.*\n.**.*\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.*...\n.**..\n*....\n**.*.\n*.*.*\n***.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n....*\n.**..\n....*\n**...\n..***\n.****\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n*...*..*\n*..*....\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.*......\n*.......\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n*.......\n*......*\n.***.**.\n.***.**.\n....****\n.....**.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n*.*...*.\n*..*.*.*\n.*......\n..**...*\n....*..*\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*......*\n*.*...**\n...*.*..\n**......\n..**...*\n....*..*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n......**.\n...**.**.\n.........\n.........\n.........\n.........\n.........\n.*.*.....\n.*.**....\n...**....\n....*....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....*..*.\n....**.*.\n......*..\n.........\n.........\n.........\n.........\n.........\n...**....\n...**....\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*..*.\n....**.*.\n......*..\n.........\n.........\n.........\n.........\n.........\n...**....\n...**....\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n*...***.\n...**.**\n```\n\n\n## Output without wrap\n\n```\n......*.\n...**...\n...**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..**..\n.*.*..\n.*.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*..*.\n.....*\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.*..**\n.....*\n.....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..*..\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*....\n............\n............\n...*........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n....***..\n....*.*..\n.........\n.........\n.........\n....*....\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*...\n....*.*..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....*...\n....*.*..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*.*.\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n*.........**\n*.........*.\n.......**.**\n.......*....\n...*...**..*\n*......*...*\n*...........\n.....*......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..........**\n............\n.......*****\n......*..***\n......***...\n.......**...\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n...........*\n*.........*.\n*...........\n.......*****\n......*..***\n*.....***..*\n*......**..*\n*..........*\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*.**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*..*.\n*.....\n.*...*\n.*****\n..*.**\n..*...\n.*...*\n**....\n.**...\n.*.*.*\n...*..\n..*...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**.*.*\n.*....\n.....*\n.*****\n***...\n*.....\n......\n.*.**.\n...**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n**....\n**...*\n.*.*.*\n.*....\n*....*\n******\n.**...\n......\n......\n**.**.\n...**.\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.**..\n.*...\n***..\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n..**.\n.***.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n.*..\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.**.\n.**.\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n*****.*\n**.****\n.**.***\n*******\n*.*****\n*******\n***..**\n**..***\n*****.*\n*****.*\n***.***\n```\n\n\n## Output without wrap\n\n```\n*....**\n.......\n.......\n.......\n*......\n.......\n.......\n.......\n.......\n......*\n......*\n*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.******.\n*************.\n*.*****.******\n***.**********\n**************\n***********.**\n**************\n```\n\n\n## Output without wrap\n\n```\n*...........*.\n..............\n..............\n..............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*..*.\n*****\n.****\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*****\n.....\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*.*.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.****\n*...*\n.....\n..*..\n...*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.**.*\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n***.*\n.....\n.....\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n...\n...\n...\n.*.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....*\n..*.*....\n..***..*.\n.*.......\n.*.....**\n.*....*.*\n*..***..*\n.*.......\n******...\n.........\n```\n\n\n## Output without wrap\n\n```\n..**.....\n....*....\n.**.*....\n...*...**\n....**...\n....*...*\n*.*.*..*.\n.....*...\n*...*....\n*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....\n*...*....\n.**.*..*.\n...*...*.\n....**...\n....*....\n.**.*..**\n.....*.**\n****....*\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*..\n*.*..\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*..*.\n..*..*\n..*.**\n..**..\n*..*..\n*...*.\n....**\n**..*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*.***\n*.....\n*...**\n*....*\n.*...*\n*.....\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n......\n......\n*.....\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*...*\n....**..*.\n.....*....\n*******...\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....**...\n.*........\n.*.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.*.\n.*.......*\n...*.**..*\n...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*...\n...**...**.\n..**....**.\n..*........\n.......***.\n.......***.\n......*....\n......**...\n......**.*.\n.......**..\n```\n\n\n## Output without wrap\n\n```\n........*..\n..***..*.*.\n..*.*...**.\n..**...*...\n.......*.*.\n......*..*.\n......*....\n.....*..*..\n...........\n......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n..***..*.*.\n..*.*...**.\n..**...*...\n.......*.*.\n......*..*.\n......*....\n.....*..*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n***..\n...*.\n***.*\n***.*\n*****\n.***.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*....\n...*.\n*...*\n....*\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n*..*\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n***.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n***.\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*..***\n*.....\n....*.\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*..**\n*..***\n...*.*\n*..***\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*..**.\n*..*..\n...**.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...**..\n..........**\n........**.*\n.........**.\n............\n.**.**......\n**.*..*.***.\n..**....***.\n.**.**..***.\n```\n\n\n## Output without wrap\n\n```\n...*.....**.\n...*.......*\n........*..*\n........***.\n............\n******...*..\n*....*.**.*.\n*....*.....*\n.**.*...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..*..*\n...*.......*\n........*..*\n........***.\n............\n******...*..\n*....*.**.**\n*....*......\n.*...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*......*.\n.*.*.*......**\n**........*...\n**..***..**..*\n..**.**.......\n*.**.*.*.....*\n....*.........\n.....*......*.\n```\n\n\n## Output without wrap\n\n```\n...........*.*\n..............\n.....*...*...*\n.....*****..*.\n*.*****.......\n.***.*........\n..*****.......\n....**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**....*..\n.*...**.......\n.....*...*...*\n.....*****..*.\n..*****.......\n..**.*........\n*.**..*.......\n*..*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n**....\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n...\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*..**\n..*..\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*...*\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.....\n.****......\n...*.**....\n...*.......\n*.**..*....\n```\n\n\n## Output without wrap\n\n```\n.**.**.....\n.**...*....\n.....*.....\n...*.**....\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.....\n.**...*....\n.....*.....\n...*.**....\n.***.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......*.\n*....*..\n.*...*..\n*....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n**..***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n**..***.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.***.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.....\n.....\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n....*\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n....**\n*.....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n**.\n..*\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n**.\n..*\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n....\n.***\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.***\n.*.*\n.*..\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....**\n...*......*\n...*.*....*\n....*.....*\n```\n\n\n## Output without wrap\n\n```\n.........**\n...*......*\n...*.....**\n....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....**\n*..*......*\n*..*.....**\n*..***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n..*.*\n.*...\n*....\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n***..\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*..*\n..*..\n..*.*\n.*.**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n.**\n**.\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..**\n.....\n.....\n.....\n.....\n..**.\n.*.*.\n***..\n.....\n**.*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n..**.\n*..*.\n***..\n..*..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n.....\n.....\n.....\n..**.\n*....\n.**..\n..*.*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..........**..\n..........***.\n...........**.\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..........*.*.\n..............\n..........*.*.\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..........*.*.\n..............\n..........*.*.\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*****\n***.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........*..\n......*.*.....\n..............\n..............\n..........*...\n.........*..*.\n..........*...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..........*...\n..........*...\n..........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..........*...\n.........*.*..\n.........*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..**\n..**\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**.*\n**.*\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n*..*.\n*....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*.***\n.**..\n*...*\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n**.***\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*\n********\n..*...**\n**.....*\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.***....\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n........\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n***.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......**.\n.......***\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n.......*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n*....*\n.***.*\n.*....\n...*.*\n```\n\n\n## Output without wrap\n\n```\n**....\n*....*\n***.*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n......\n.**.**\n.*.*..\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.........\n*..*.**.**.*\n**......**..\n.**..**.....\n*..*........\n```\n\n\n## Output without wrap\n\n```\n.*......**..\n*......*..*.\n.......*..*.\n..**.....*..\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...****\n....*..*...*\n.......*...*\n...*.....***\n.*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n....\n****\n....\n....\n....\n....\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n*..*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*...\n.......**...\n*....*.**..*\n*....**....*\n.*..........\n```\n\n\n## Output without wrap\n\n```\n.......**...\n......*..*..\n.....*..*...\n.....***....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.**\n*.....*..***\n.*...*..*...\n.*...***..**\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n...*\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n....\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...*\n.........*..*\n.........*..*\n.......***...\n............*\n.......*....*\n```\n\n\n## Output without wrap\n\n```\n.............\n........**.*.\n...........*.\n........***..\n........*....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**...\n*.......*....\n...........**\n........***..\n........*...*\n*..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***.*\n*....\n.*...\n***..\n...**\n```\n\n\n## Output without wrap\n\n```\n.*...\n**...\n*.*..\n..*..\n****.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n**..*\n..*.*\n..*..\n*****\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n***\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n*..\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n...\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.....\n.*.*...*..\n....*.**..\n........*.\n.......*..\n.........*\n.........*\n```\n\n\n## Output without wrap\n\n```\n..*..**...\n..*.**..*.\n...**...*.\n......*.**\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**...\n..*.**..*.\n...**...*.\n......*.**\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n..*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n...*.\n*.*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n.*....\n....*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.*..**\n*....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.**\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.....*....\n...*.*....\n..*.*.*...\n..*.*.....\n....*.....\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....**....\n...*.*....\n....*.....\n....*.....\n...***....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....**....\n...*.*....\n....*.....\n....*.....\n...***....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n**...*\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...***\n..**.*\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n**..\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.....\n....*\n*..**\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.**..\n*..**\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..........**..\n..............\n..........****\n.*...........*\n.*.*.........*\n.*.*..........\n...*..........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n...........***\n..*........*.*\n**............\n...**.........\n..*...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n*..........***\n..*........*.*\n.*............\n*..**.........\n..*...........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n*.*.\n*.**\n.*..\n****\n*.*.\n****\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n.***\n....\n.***\n....\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n**..*.\n.**.*.\n.*.*..\n*..*..\n...*.*\n.**.*.\n*...*.\n*...**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n**.**.\n..***.\n**.*..\n.*.*..\n***.**\n*.....\n**.*.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*....*\n.*.*..\n****..\n...*..\n...*..\n..*.*.\n....*.\n.*....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......**.\n.......**.\n....**....\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n......*.*.\n........*.\n....*.....\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......*.*.\n........*.\n....*.....\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.**.\n.***\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*...\n.***.\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*.*.\n.**..\n.**..\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*..\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n......*.\n....*...\n.....**.\n....**..\n.*.*..**\n...*..**\n**..**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.....*..\n.....***\n...*..**\n.****.**\n.*.*.*.*\n....***.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n.....*..\n.....***\n*..*..**\n*****..*\n.*.*.*..\n*...****\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**....\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n....*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**.\n*.**....\n*..****.\n.*.**.**\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n.*....**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n**.....*\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**..*\n***...***\n...*..*.*\n...*.....\n****..**.\n**.*...**\n.*...*...\n***..*.**\n..***.**.\n```\n\n\n## Output without wrap\n\n```\n*.**.**.*\n*.*.*.*.*\n.*.*..*.*\n.*.**.*..\n*..**.***\n...**..**\n....*....\n*....*.**\n..*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..*.*.*..\n.*.*..*.*\n**.**.*.*\n...**.**.\n...**..*.\n....*....\n*....*.**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n**..*.\n**...*\n*....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n*****.\n...***\n....**\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n...**.\n....*.\n.....*\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.***.*\n**...*\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n......\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n.**\n**.\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*......*\n**.....*\n*.......\n....**..\n..**.**.\n...*....\n....***.\n.....*.*\n*....*..\n***.****\n****....\n..*....*\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n..*.....\n***.**..\n.*.*..*.\n......*.\n..*.....\n...***..\n.....**.\n.....**.\n....*..*\n.......*\n...**.**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n.*....**\n.**....*\n***.****\n**.*....\n......*.\n..*.....\n...****.\n.....**.\n.....**.\n....*.*.\n.......*\n...**.**\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n...*...\n***....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n***....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n***....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n......**..\n.....*....\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....***..\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....***..\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.*..*\n*.***\n..*..\n**.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.*...\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*.\n..*..*.....\n...*.....*.\n..*...**...\n```\n\n\n## Output without wrap\n\n```\n...........\n..*........\n..**..*....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*....\n..*........\n..**..*....\n..*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....**\n..*.**\n..*..*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**.*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**...*\n......\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*.\n....*...\n...****.\n....**.*\n.*....**\n..*....*\n....**.*\n*.**..*.\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n......**\n....*..*\n....*..*\n.....*.*\n..*....*\n..**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**.\n****.***\n*.....*.\n*...*..*\n....*..*\n.*...*.*\n..*.**..\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n.*..\n*...\n...*\n....\n*...\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.*......\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n.*........\n.*........\n*...**.*.*\n*....*.**.\n...*.**..*\n..**...**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n**........\n**..**.*..\n.......*.*\n..**.*...*\n..***.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..........\n.*........\n**..**.*.*\n*......*..\n..**.*...*\n..**.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****\n***.****\n********\n******.*\n***.****\n*****.**\n***.****\n**.*****\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n...**....\n...*.....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***.**\n******.*.*\n.****..*.*\n...****.*.\n.******.*.\n*....****.\n****.**...\n```\n\n\n## Output without wrap\n\n```\n.*....**.*\n*........*\n.......*.*\n.*.....*..\n.*.....*..\n*..*....**\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n*......*.*\n**.....*..\n.*.....**.\n...*.....*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n.*.***.\n******.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n**....*\n.......\n**....*\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n......\n.*....\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n.*....\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.*.\n*...\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**...\n**.......*.\n****.**....\n..***......\n**.....*...\n........*..\n.*...**....\n.**.***.***\n*..*..*...*\n...**..***.\n..........*\n*..**..*.**\n.****.*....\n***....*...\n```\n\n\n## Output without wrap\n\n```\n.**........\n*.*.*.*....\n...........\n.******....\n*****..*...\n*....***...\n....*.*.**.\n*...*..*.**\n**...*.*...\n......***.*\n...*.***...\n....*....**\n....*.****.\n.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..***\n....**.**.*\n*.........*\n*******....\n*****..*...\n.....***...\n....*.*.**.\n....*..*.**\n.....*.*...\n*.....***..\n...*.***...\n**..*....**\n.*.....***.\n....*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........\n**.........*\n....**......\n...*.*...*..\n...*.*...*.*\n.........**.\n*...........\n*.*........*\n```\n\n\n## Output without wrap\n\n```\n**..........\n**..........\n....***.....\n.....**..*..\n........*...\n........*.*.\n.........**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n**..........\n**..***....*\n.....**..*..\n........*..*\n*.......*..*\n.*.......*..\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.........\n........***...\n...**...*..*..\n........*..*..\n.........*.*..\n..............\n```\n\n\n## Output without wrap\n\n```\n.........*....\n........***...\n.......**..*..\n........**.**.\n..........*...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*....\n........***...\n.......**..*..\n........**.**.\n..........*...\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.***..\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*.*\n..........*.*\n..........*.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.............\n.........**.*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**.*\n*........**.*\n*........**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..***\n**..*..*\n.......*\n....***.\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n....**.*\n....*..*\n....***.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**.\n..**.*..\n*...*..*\n*..*.***\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n......*.*\n.........\n........*\n.*......*\n**.*..***\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.*.......\n*.*....**\n.......**\n***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.*.......\n.**.....*\n.......*.\n***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**..*\n....*\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.....**\n.....*****.*..\n.......****...\n......**..*...\n...*.**..*****\n***.**...*.*.*\n.**..***.*.*.*\n*....*.**..*.*\n*....**.*..*.*\n```\n\n\n## Output without wrap\n\n```\n...........**.\n.....**....**.\n....***....*..\n..*.*.*.*...*.\n.**...**.*..**\n......**.*...*\n.*.*.....*...*\n...*****.*....\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...*...*\n....**.......*\n....***....*..\n..*.*.*.*...*.\n..*...**.*....\n.*....**.*....\n...*.....*....\n....*....*.**.\n...***..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*.*.\n.****.\n*....*\n**...*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*...*\n.**.**\n*..*.*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n.*...*\n***.*.\n...*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........**....\n.......***....\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.......*.*....\n.......*.*....\n........*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.......*.*....\n.......*.*....\n........*.....\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........**\n*..........\n*........*.\n*..***....*\n...***.....\n...**......\n...*.......\n****...**.*\n**.*....***\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n***.*......\n.****......\n..***......\n.**........\n.****......\n*****..**..\n...**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n**........*\n..*.*......\n*.***.....*\n.****......\n..*........\n.****......\n..***..**..\n...**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**..\n..........\n..........\n*........*\n..**.*....\n..*.*...*.\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*......\n..........\n..........\n.****.....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.*..\n...*......\n..........\n..........\n.****....*\n.*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.**...\n*...***.***.\n**.*..*.****\n**.*.*.*..*.\n*.**.***....\n...*..****.*\n*..**.*..***\n*..***......\n...*.*......\n.***.**...*.\n*******..*..\n```\n\n\n## Output without wrap\n\n```\n...***......\n....**......\n..**.......*\n..**.....*.*\n..*......*..\n.**.....**.*\n.**......*.*\n.**.......*.\n.*..........\n**..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***\n...*........\n..**........\n..**.....***\n..*......***\n***.....**.*\n*.*......***\n*.*........*\n**.........*\n**..........\n*........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n****...\n***.*.*\n.**.***\n***.***\n**.****\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*.*\n.....*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.**...*\n**.********.*\n.*.**..*....*\n*.***.**.**..\n..*..*....*.*\n...***.***...\n*.........***\n**..****..***\n```\n\n\n## Output without wrap\n\n```\n***..*.....*.\n**.*.....*..*\n.............\n......*****..\n.**.......**.\n...****.**..*\n**.*........*\n**...**...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n.*.*.....*..*\n............*\n*.....*****.*\n.**.......**.\n*..****.**...\n.*.*.........\n.*..**.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.*....*\n..*...*\n..*.*..\n.......\n.......\n...*...\n...*.*.\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.***.*.\n...*...\n.......\n.......\n....*..\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n****.*.\n...*...\n.......\n.......\n....*..\n..*.*..\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.\n.......*.\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n......**.\n.........\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n......*.\n...**.*.\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....***.\n...*...*\n...*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....*.*.\n....***.\n...**.**\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.*\n*....***.\n*....****\n```\n\n\n## Output without wrap\n\n```\n.....*...\n**..*....\n.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.*..*....\n.*..*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n***.**.\n.......\n.......\n..**.*.\n**..*.*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n.......\n.*.**..\n.*...*.\n.*...*.\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***....\n.......\n...****\n.......\n.......\n*.****.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*..\n....*..*...\n....*..*...\n...*...*...\n..*.....*..\n..*.....*..\n..*.....*..\n..*....*...\n```\n\n\n## Output without wrap\n\n```\n....*......\n...*.*..*..\n..*......*.\n.........*.\n.*..*.*....\n....*.*..*.\n.*.*...*.*.\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....*.\n..*..*...*.\n..*......*.\n.........*.\n.*..*.*....\n....*.*..*.\n.*..*.*....\n...**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n...\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n...*....\n..*.*...\n**...**.\n*....**.\n*.......\n.*.****.\n```\n\n\n## Output without wrap\n\n```\n...*....\n.*...*..\n*.......\n*.....*.\n.....**.\n**..*.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*....*.\n*.......\n*.....*.\n.....**.\n..**....\n*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*....*..\n.*.*.*.......\n...*.*....*..\n.***.*.......\n```\n\n\n## Output without wrap\n\n```\n.*.*.........\n.*.*.**......\n.*.*.**......\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**......\n.*.*.**......\n.*.*.**......\n.*...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....**....\n.*....*..*....\n....*.*.......\n.*..**...*....\n..*...**......\n......*.***...\n...**.*..*..**\n...**.........\n......*.......\n......*.......\n```\n\n\n## Output without wrap\n\n```\n.**.....**....\n.*.*.*.***....\n....*.*.......\n...**..*......\n......**..*...\n...*..*.***...\n...**..****...\n...**.........\n.....*........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....***....\n.*.*.*.***....\n....*.*.......\n...**..*......\n......**..*...\n...*..*.***...\n...**..****...\n...**.........\n.....*........\n..*....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**...*..**\n...**...***.*.\n.**.*...**....\n.*..*..**.....\n**..*..**....*\n*.*.*....*...*\n..*.*..*.*....\n*.*.*..*.*...*\n****....*...*.\n*..........*..\n*......**.*...\n..*..*****....\n.**.***..*....\n```\n\n\n## Output without wrap\n\n```\n....*....*...*\n.*...........*\n.*****....*.*.\n..*...........\n..............\n..*......*....\n.........**...\n..*.**...**...\n*.**......*...\n*.**...*****..\n.*......*.**..\n....*....**...\n.*..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*....\n.....*....*...\n.*****....*.**\n.**...........\n..............\n.**......*....\n**.......**..*\n.**.**...**..*\n*.**......*.*.\n..**...*****..\n.*......*.**..\n*..*......**..\n.........**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n*..**.\n.***..\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n**....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*...*.\n**...*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n...*.*\n..**.*\n*...**\n.**...\n**....\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n..**.*\n....**\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*..*.*\n..**..\n*...**\n..*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*....*\n**....*\n.*.....\n..****.\n.**.**.\n.**.*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n***....\n**.***.\n.....*.\n......*\n.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.\n.*....*\n.**...*\n.*.****\n.....*.\n*.....*\n***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*\n..****.\n..*.*..\n.*.....\n**..***\n..*...*\n```\n\n\n## Output without wrap\n\n```\n...***.\n......*\n*......\n......*\n....***\n***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n.......\n.......\n......*\n.....**\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.........\n..........\n..........\n***.......\n...*......\n....*.*..*\n.....*.*.*\n..........\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.*........\n.**.......\n.***......\n....***.*.\n.....**.*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.*........\n.**.......\n****......\n....***.*.\n.....**.*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...\n.......\n.****..\n.......\n.......\n.......\n.......\n......*\n.......\n.......\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n..**...\n..**...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n....*..\n..**...\n..**...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n.......*.*\n......*.**\n.......*..\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......*..*\n......*..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......*..*\n......*..*\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.***.\n.*..*\n**.*.\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.****\n....*\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.****\n....*\n***.*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n*.*.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n....*....\n**.**..**\n***.**.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n...**..**\n*.....***\n*.*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****.*\n*..**..*.\n......**.\n..*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..**.\n*..*.*\n**.*..\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n*..*..\n*..*..\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*..**.\n...*..\n...*..\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n....\n...*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n*.*****\n*.*****\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*..*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n..*.*\n..*..\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n..*..\n..*..\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n..*..\n.***.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**...\n***..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*.*..\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*..\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n...*.\n*..*.\n..*.*\n..*.*\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n.*..*\n.**.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*.*\n*....\n*...*\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*..*....\n***..*.*.**..*\n**...*...**...\n........*..**.\n.**.**........\n..*...........\n....*..***.***\n```\n\n\n## Output without wrap\n\n```\n.........*....\n.....***.*....\n...**.*...**..\n*...**....**..\n*........***..\n.*..*.........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.********.\n..****......*.\n.*.**.*...****\n....**....**..\n*........***..\n*...*..**..*..\n.......****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......*.\n........\n........\n.**....*\n*.....**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*....**\n.*....**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.*....**\n**....**\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.\n.......\n*......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n**....*\n.......\n**..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.**.\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n...*\n*..*\n..**\n*..*\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n...*\n...*\n....\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*..*\n*..*\n*.*.\n**.*\n*..*\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**...\n**.**\n.**..\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.****\n...**\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n**.**\n.*...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n...*..*..\n..*...*..\n..*..*...\n...**....\n```\n\n\n## Output without wrap\n\n```\n....**...\n...**.*..\n..**.**..\n..*.**...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n...**.*..\n..**.**..\n..*.**...\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*..\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*.*.\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n****\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*.*....*\n.**.....\n*......*\n........\n......*.\n......*.\n*....*.*\n.......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n*.*.....\n.*......\n........\n........\n.....***\n.......*\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.*.....\n..*.....\n**......\n.......*\n........\n.....**.\n*......*\n*.....**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*.\n.*.*.**.\n.**..***\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n....***.\n**.*....\n**..*..*\n.**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.**\n.*.*....\n.*..*..*\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n......*...\n.......*..\n.*....*.*.\n.*.....*..\n**.....**.\n**......**\n..........\n..*.......\n....*.*...\n....*.*...\n....***...\n....***...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......**..\n.....**...\n.**...*.*.\n*.*...**.*\n***....*.*\n**......*.\n..........\n...**.....\n..***.**..\n...*...*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n......**..\n......**..\n.....**.*.\n.**...*.*.\n*.*...**..\n.**....***\n**......**\n*.........\n...**.....\n..***.**..\n...*...*..\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***\n.*****.\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*.*..\n..*..\n.*..*\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n..**.\n..**.\n.*...\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..**.\n*.**.\n**...\n****.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n..........\n......*.*.\n........*.\n........*.\n........*.\n.....***..\n.....**.*.\n.....*....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n.......*..\n........**\n.......***\n......*.*.\n.....*..*.\n....*.....\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n.......*..\n........**\n.......***\n......*.*.\n.....*..*.\n....*.....\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**......\n..*.***....\n.**.*....*.\n.**....*..*\n***....*...\n*..*****...\n***.....*.*\n*..**.**...\n.*.*.*.****\n.***...*...\n*...*....**\n..***....**\n.*.*.....**\n```\n\n\n## Output without wrap\n\n```\n..***......\n...........\n....*.*....\n........*..\n*...**.**..\n...******..\n*.*.....*..\n*..****...*\n**...*...*.\n**.*..**...\n....*...***\n.**.*...*..\n...**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........\n...........\n*...*.*....\n........*.*\n....**.**.*\n...******..\n..*.....*.*\n...****....\n.*...*...**\n.*.*..**...\n*...*...**.\n.**.*...*..\n.*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****...\n*.*..****\n.*..**..*\n.*...*.**\n******...\n.........\n***.....*\n......***\n..*.**..*\n***.**.**\n```\n\n\n## Output without wrap\n\n```\n.*****.*.\n..*....**\n***.*....\n.......**\n*******..\n....*....\n.*......*\n..**.**.*\n..*.*....\n.**.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*....**\n.**.*....\n.......**\n*******.*\n....*...*\n**......*\n..**.**..\n..*.*....\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n...**.\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.*.*..\n..*..*\n**....\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*.**.*\n..*...\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n..***.\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****.\n**.....*\n**....**\n....*..*\n*.******\n```\n\n\n## Output without wrap\n\n```\n.*.****.\n..***..*\n**.*.***\n*.*.*...\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n...*.*..\n*.**....\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.***..\n*..*...*..\n***......*\n*.....**..\n.....***..\n.......*..\n.....****.\n.....***..\n......*...\n.....**...\n....*..*..\n*..*...*..\n..**...*..\n```\n\n\n## Output without wrap\n\n```\n.**.*****.\n*...*.....\n.*.***...*\n.*...*...*\n......***.\n..........\n..........\n..........\n......**..\n....**.*..\n..........\n..*...***.\n..*.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*...\n**.**.....\n*..***....\n*....*....\n......***.\n..........\n..........\n..........\n......**..\n....**.*..\n..........\n..*......*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****.....**\n.**.*.....**.*\n..**.*.......*\n.**..***......\n*.*......**.**\n...*....*..*..\n.......*......\n*.**...**...*.\n```\n\n\n## Output without wrap\n\n```\n..****.....***\n.*....*....*.*\n.....*......*.\n....***.....**\n..**..*******.\n........*****.\n..**...*......\n.......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***......\n.*....*....*.*\n.....*......*.\n....***.....*.\n*.**..********\n........******\n..**...*......\n..**.*.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*.*...\n...**..****..\n..*...**..**.\n*.***.*.*..**\n.***........*\n......*...**.\n......**.....\n......**.....\n......**.....\n```\n\n\n## Output without wrap\n\n```\n...*......*..\n.*.*......**.\n.*..*.*.....*\n.****..*....*\n...**..*..*.*\n....*..*...*.\n.....*.*.....\n.....*.*.....\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......*..\n.*.*......*..\n*...*.*......\n*.***..*.....\n.*.**..*..**.\n....*..*.....\n.....*.*.....\n.............\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*..*\n**.*\n***.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n...*\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n..*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.*.*....\n.*.*....\n...*....\n........\n........\n.....*..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...*....\n...*....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n...*....\n...*....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n.*.*.\n.***.\n..*..\n**.**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**.**\n.*.*.\n*...*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.*.*.\n.*.*.\n.....\n*****\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.**.\n**..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n.......\n.......\n....*.*\n.****.*\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..*.*..\n.*....*\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.......\n.......\n*.*.*..\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n*...*\n.**..\n*...*\n**.**\n.**..\n*.***\n.....\n***..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**...\n*..*.\n**.*.\n*...*\n*..**\n.....\n..**.\n*....\n*.**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...**\n.*.*.\n.....\n...*.\n.....\n*.***\n.....\n*.***\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**..\n..*..**.\n.*....*.\n..**...*\n*..*....\n***.....\n..*.....\n***.....\n```\n\n\n## Output without wrap\n\n```\n....***.\n.**.*.*.\n.*.*.***\n.***....\n*..*....\n*.**....\n...*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..****.\n.**.*.*.\n.*.*.***\n****...*\n*..*...*\n*.**....\n...*....\n*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*.*..\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n..*.*....\n....*....\n.*.......\n*........\n*........\n.........\n.....**..\n.....**..\n....**...\n.......*.\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n....*....\n...**....\n....*....\n.........\n.........\n.........\n.........\n.........\n....*.*..\n....***..\n....**.*.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n...**....\n....*....\n.........\n.........\n.........\n.........\n.........\n....*.*..\n....***..\n....**.*.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*\n*.*****.\n.****..*\n.**.****\n**...**.\n.**.*.**\n**...***\n```\n\n\n## Output without wrap\n\n```\n.*....**\n*.....**\n.......*\n........\n........\n*.**....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.***\n.***.**.\n..*..**.\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.**.\n...........**.\n..........**..\n```\n\n\n## Output without wrap\n\n```\n..........***.\n..............\n..........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.\n...***..\n..**....\n***.....\n*.*.....\n.**.....\n.*......\n*...*...\n....**..\n```\n\n\n## Output without wrap\n\n```\n...*..*.\n..*...*.\n........\n*.......\n*..*....\n*.*.....\n***.....\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n..*...*.\n........\n*.......\n*..*....\n*.*.....\n***.....\n....**..\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...\n**.**.*.\n***.*.**\n*.*.***.\n**......\n```\n\n\n## Output without wrap\n\n```\n.******.\n.**.*.**\n...*....\n.*...***\n.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n...**...\n...*....\n..*.**..\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n*.....\n*.....\n......\n...*..\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***.*\n*******.*\n.***..*..\n*..*****.\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n....***..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.........\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n*..\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n*..\n***\n...\n***\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...***..\n**........\n.*...***..\n..*..*....\n.*.*......\n*.*...**..\n.*.**.*.**\n.****...**\n..*..*.***\n....**.*..\n```\n\n\n## Output without wrap\n\n```\n**....*...\n..*.......\n***..**...\n.**.**....\n.*.*..*...\n*...*****.\n*...*.*..*\n.*....*...\n.**..*.*.*\n....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.*..\n..*.......\n***..**...\n.**.**....\n.*.*..*...\n*...******\n....*.*...\n.*....*...\n***..*.*.*\n**..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..**\n....\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.***\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*...*...\n....*...**.*..\n....*.........\n.*.*....*.....\n..**......*.*.\n.......*...*..\n*...*.*.*..**.\n.**.*.*.*..*..\n..*...........\n```\n\n\n## Output without wrap\n\n```\n.........**...\n...*.*...**...\n...**...**....\n...**.........\n..**.......*..\n...*...*..*...\n.*.*..*.*.***.\n.**........**.\n.***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....**...\n...*.*...**...\n...**...**....\n...**.........\n..**.......*..\n...*...*..*..*\n.*.*..*.*.***.\n.**........**.\n..*..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n*....*\n**....\n.*...*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**....\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n.*...*\n**...*\n.*....\n....**\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n......\n......\n...*..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....*.*\n..**..*......\n....*....****\n```\n\n\n## Output without wrap\n\n```\n.............\n...***...*..*\n...*......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...**.*\n...***...*..*\n...***...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n.**.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.*...\n..*...\n..***.\n......\n......\n......\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.***..\n..**..\n..**..\n....*.\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n......\n.***..\n..**..\n..**..\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......****\n...**.*.*.\n.**.**.**.\n*.....*.*.\n***...*.**\n*..**.***.\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n...***....\n.**.*..*..\n.*..**....\n*...**.***\n*.....**..\n..*...*...\n....*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**.*.....\n.*..**....\n.*..**.*..\n.*....**..\n.**...*...\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*.*\n...***.*.\n..**.*.**\n..*...**.\n......**.\n....**...\n*...**...\n```\n\n\n## Output without wrap\n\n```\n...*.***.\n.....*...\n..*..*..*\n..**.*...\n.......*.\n....*....\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..***\n*....*...\n..*..*..*\n..**.*...\n.......*.\n....*....\n*..*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*\n*.......*.\n.*....*.**\n......*.*.\n.......**.\n..........\n.......***\n..........\n**.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n.......***\n........**\n.........*\n.......**.\n.......*.*\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....***\n**.....**.\n........**\n........**\n.......**.\n.......*.*\n..........\n..........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***\n*..****\n**.....\n*..**.*\n****..*\n*****.*\n.***.*.\n**..**.\n*****.*\n*******\n```\n\n\n## Output without wrap\n\n```\n.**....\n*..*.**\n***...*\n.******\n....*.*\n.....**\n.....**\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n..*....\n..***..\n....*..\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.\n******.\n*..*.**\n*.**.**\n.****.*\n.*..*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n*......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n****\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n.*..\n..*.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n**.*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n***.\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*...\n..**.*...\n..*.*.*..\n...*..*..\n.**..*...\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n..*****..\n.**.*.**.\n.*....**.\n..*...*..\n...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n..**...*.\n.**.*.**.\n.*....**.\n.*.....*.\n...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****......*\n*...**...***\n*.....*.**..\n***.****.*.*\n.*.**.*..*.*\n****.*...**.\n*...**....*.\n*...*.*..***\n*....*****..\n....**.*....\n.....**.....\n```\n\n\n## Output without wrap\n\n```\n*.*..*....*.\n*....*.....*\n*.*..*..**..\n.*.*....*...\n.*.......*..\n.*....***...\n*....*....*.\n**..........\n............\n....*.......\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**....\n.*..**......\n..*..*..***.\n...*....*.*.\n.........*..\n......***...\n.*...*......\n**..........\n**..........\n*...........\n*....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*\n****.....*\n..*......*\n......***.\n..*...*...\n...*..*...\n..*****.*.\n*.*...*.*.\n...***..**\n...*......\n..*.**....\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n....*...**\n.*.*..*..*\n.....*..*.\n.....*....\n......**..\n.***..*...\n......*.**\n....******\n..*..*..*.\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*..**\n.*.......*\n**.*..*..*\n.....*..*.\n.....*....\n......**..\n****..*...\n......*...\n....******\n..*...*.*.\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n..*.....\n..*..**.\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*.**.\n.*.*...*\n..*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.\n*....**.\n*.......\n*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n..***.\n.*...*\n***...\n*.*.*.\n*.**.*\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..***.\n*...*.\n*.**..\n*...*.\n..*..*\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n..***.\n....**\n..**..\n....*.\n*.*...\n*.**.*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n***.***.\n**..****\n*.****.*\n*.***.*.\n.*.**.**\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n.......*\n*......*\n*.......\n.*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*...\n*.**.****.\n.**.**..**\n*.*.**..*.\n.**.******\n```\n\n\n## Output without wrap\n\n```\n*****.*...\n*.......**\n*........*\n*.........\n.**.*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n..........\n..........\n..*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n....\n....\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n.......***\n......***.\n.....***..\n........*.\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n.........*\n.....*...*\n.....*....\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.........*\n.....*...*\n.....*....\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n*.*...*\n*...*.*\n..**..*\n.**...*\n.......\n*..***.\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n..*..**\n.......\n.....*.\n.*...*.\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*.\n..**..*\n.**....\n*......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*...*\n*.....**.**\n*..**....*.\n*..*......*\n*****..*..*\n.....****..\n.......*..*\n.........*.\n.......**..\n*........**\n.*.....**..\n.*...**....\n..*........\n..*..*.....\n```\n\n\n## Output without wrap\n\n```\n.....*....*\n**.*.*.....\n**.****....\n.....*.*..*\n*....***...\n*....*....*\n..***.**.**\n.......*.**\n........*.*\n..........*\n***...*..*.\n...........\n.**..***...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...*.\n...*.......\n**.****....\n**...*.*...\n.*...***...\n.*...*.....\n..***.**...\n.......*.*.\n........*..\n*..........\n.**...*....\n.........*.\n*....***...\n...**..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.*....*\n.*.....\n*......\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.*.....\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*...\n.............\n.............\n.............\n.......**....\n.......***...\n.......***...\n.............\n.............\n.............\n.............\n.........*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n......**.....\n.......**....\n........*....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n......**.....\n.......**....\n........*....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.....*\n*..*......*.*\n***.*.****..*\n*..*......**.\n```\n\n\n## Output without wrap\n\n```\n...........*.\n*.**.**.**..*\n*.*.*..***..*\n*.**...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*..\n..**.**.**...\n..*.*..***...\n..**.**.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n**....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n*.*...\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n*..*....\n**....*.\n.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n*.......\n...*....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n..**....\n..*....*\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n.*.*...***\n.*.*.....*\n.*.......*\n..........\n*........*\n.*......*.\n.*......*.\n*.....*.**\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......***\n**.......*\n..*.......\n..........\n..........\n**......**\n**......*.\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.......***\n.*.......*\n..*.......\n.........*\n*........*\n.*......*.\n.*......*.\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.......\n....**.......\n....**.......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**.......\n...*..*......\n....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******.....\n..******.....\n..******.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*..*\n.***\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*..*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.......\n.............\n**.........**\n.*..........*\n*.*.*..**....\n**.**..*.*..*\n*..*.*..**.**\n..***........\n```\n\n\n## Output without wrap\n\n```\n....*........\n....*........\n**.........**\n..*........**\n*.*.*..**....\n*....***.****\n*....*..*****\n..***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.......\n*...*.......*\n.*.........**\n..*........*.\n..*.*..**....\n.....***.***.\n.....*..****.\n..*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...\n..*...*..\n**.*...*.\n*****..**\n.*.**..**\n*...**...\n*.**.....\n......**.\n.*....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.*...**..\n.*....*..\n.........\n.....***.\n.........\n**.**..*.\n.****....\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n..**.....\n......**.\n.........\n.....***.\n*.......*\n.*.**...*\n****....*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..**.....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n..*.....\n.*....*.\n......*.\n......*.\n.......*\n...*..**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....***\n......**\n.......*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n.....***\n......**\n.......*\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n............*\n.*.......*...\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*...*\n*.**.*\n*.....\n...**.\n.*.*..\n*..*..\n****.*\n.....*\n*.**..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.****.\n*...*.\n....*.\n.*..*.\n......\n*..**.\n*.**..\n*...*.\n*...*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n....**\n*.....\n....*.\n......\n*..*..\n..**.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..*\n.*..***.\n**......\n..**...*\n.***....\n...*....\n........\n.*......\n........\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n..***.*.\n.*.****.\n**.****.\n*..*....\n.*..*...\n...*....\n........\n........\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*\n.*.*****\n**.*****\n...*....\n.*..*...\n...*....\n........\n........\n*.*.....\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..........**..\n.....***..**..\n..............\n.....*.*......\n......*.......\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..........**..\n.....***..**..\n.....*.*......\n.....***......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..........**..\n.....***..**..\n.....*.*......\n.....***......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***\n..*....\n*.*....\n...*...\n*...*.*\n*.....*\n.....*.\n.....**\n.****.*\n.*.*.**\n.*.*.*.\n**..***\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.****..\n*......\n*..**..\n.*.**..\n.......\n.....**\n.....**\n..***..\n**.*...\n**.....\n....***\n...*.**\n*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****\n*.*..*.\n...**.*\n...***.\n.....*.\n**...*.\n*......\n*.***.*\n.*.*..*\n.*.....\n.*..***\n*..*...\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.***...*\n.***...**..*.*\n*.*.*****.....\n**..*..*.***..\n```\n\n\n## Output without wrap\n\n```\n.*..*.**.*..*.\n*...........*.\n*...**.....**.\n**.**..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....*.*\n............**\n....**.....***\n..........*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*..\n.......*.*..\n**..........\n......***...\n**.......*..\n```\n\n\n## Output without wrap\n\n```\n............\n.......*....\n........*...\n......*.*...\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***.\n.........*..\n........*...\n......***...\n.......*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.***.*\n*.****\n**.***\n******\n**.***\n******\n.*.*.*\n.****.\n*.***.\n.***.*\n***.**\n******\n******\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n*.....\n......\n......\n......\n......\n.....*\n*....*\n*....*\n.....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n*.....\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**....\n......**....\n.....****...\n```\n\n\n## Output without wrap\n\n```\n......**....\n............\n.....*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.....*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....*.\n.**..*..*..\n.******..*.\n*..****....\n```\n\n\n## Output without wrap\n\n```\n...........\n**.....**..\n**....***..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n......*.**.\n**....****.\n*.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n**.*\n*.*.\n.*..\n.*..\n....\n....\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n...*\n*.*.\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n**.*\n*.**\n.***\n.*..\n....\n....\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**......\n**.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*......\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n*.*......\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n**.***\n******\n*****.\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.\n**......*\n.*.....**\n```\n\n\n## Output without wrap\n\n```\n**.......\n..*.....*\n**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.\n..*......\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.*...\n..........*.**\n..*....*..*.**\n******.***...*\n..*.**.**....*\n.*****..*.**..\n**.*.**...*.*.\n.***.***.**...\n.........*....\n......***..*..\n```\n\n\n## Output without wrap\n\n```\n.........*.*..\n.......**.*.**\n..*.*.**..*...\n.....*...*...*\n*.........*.*.\n*.......*.***.\n*.......*.....\n**.*.*.*****..\n..*..*...*....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.*.*.\n.......**.*.**\n..*.*.**..*...\n.....*...*....\n..........*.**\n........*.****\n*.......*.....\n**.*.*.*****..\n..*..*...*....\n......*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***.*.\n****.****.\n***..*..*.\n...*..****\n.***.*.**.\n.***..*.**\n*.*.***.*.\n.**.*.****\n**...*.*.*\n.**.*.*..*\n***.*****.\n```\n\n\n## Output without wrap\n\n```\n..***...**\n****....**\n........**\n**...**...\n**..*.....\n**........\n.*.*......\n.*..**....\n....**..**\n.*..*..*.*\n...*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.....**...\n....*.....\n..........\n...*......\n....**....\n....**....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n.**\n**.\n***\n...\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n...\n*.*\n...\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n......*\n......*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..**.\n....*\n*..*.\n.*..*\n.*.**\n.*.*.\n**.**\n**.**\n.*.*.\n.**..\n.**..\n.**.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n.*..*\n.**.*\n**...\n...**\n***..\n.....\n.....\n...**\n...**\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*****\n.*.*.\n.*...\n*.*..\n.....\n.....\n....*\n....*\n.....\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n....*.\n.*....\n.**...\n.*..*.\n.*.*.*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n.**...\n***...\n**.**.\n**.*.*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n**....\n.**...\n***...\n.*.**.\n.*.*.*\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.**..\n*****\n*.*..\n***.*\n**.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n....\n....\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..*.\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n....*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.*...*\n*.****\n*.....\n*.*.*.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n*.****\n*.*...\n.*.*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.***..\n..*.*.\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n...*\n.*..\n*...\n.*..\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n....\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*.**\n*..*\n*...\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.........*\n...*..**....*\n.............\n...*........*\n..*..........\n**..**.......\n...*.........\n...*.*.......\n.............\n.............\n.............\n.............\n**...........\n..*...**....*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n..**.........\n.*..*........\n.....*.......\n.*...*.......\n...**........\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.......**\n............*\n.............\n.***.........\n*...*........\n*....*.......\n.*...*.......\n...**........\n.............\n.............\n.............\n.............\n**...........\n..**.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n**...*.\n*......\n*.*....\n*...*..\n*...*..\n.....**\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n*......\n**.....\n.......\n.......\n....*.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**....*\n.......\n.*.....\n.*...*.\n*....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.*.*.\n....*.*....*\n.......*.*.*\n.........*..\n.***........\n....*.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......**...\n........**..\n........*.*.\n..**.....*..\n.*..........\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*.*..\n.....*..***.\n........*.**\n..**.....*..\n..**.....*..\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n*.....\n.*..*.\n......\n.**.**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n......\n.*****\n.****.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n......\n******\n******\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n.*.\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*..**\n**.*..\n*..***\n......\n**.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*.**.\n**.*..\n*****.\n***..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.***\n.*.*..\n******\n.**...\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n*...\n.**.\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n****\n.*..\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n**...*\n**....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*....*\n.*..**\n.*...*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.........\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**\n***...**\n.*...**.\n***.....\n.*.**.**\n```\n\n\n## Output without wrap\n\n```\n***...**\n*.*.....\n.....***\n*..**..*\n**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n..*.....\n.....**.\n...**...\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n.**.\n***.\n*..*\n*..*\n**..\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.**\n*.**\n*.**\n.***\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n...*\n...*\n...*\n....\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n**.*\n****\n****\n***.\n****\n.***\n**..\n***.\n***.\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n.*.*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n..*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n..*...\n.*.*..\n..*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*.*\n.*.*\n.*.*\n*.**\n**..\n.**.\n..**\n..*.\n....\n***.\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n.***\n**.*\n**.*\n**.*\n*..*\n*..*\n*..*\n...*\n..**\n..*.\n.***\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n.*.*\n.*..\n....\n....\n....\n...*\n..**\n..**\n***.\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n......\n......\n......\n.*....\n*.....\n*.*.*.\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n....*.\n*.**.*\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n......\n......\n....**\n...**.\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n...*\n.***\n*.*.\n...*\n...*\n..**\n*..*\n*..*\n*..*\n****\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n...*\n..**\n....\n...*\n*...\n*..*\n*..*\n**..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n..*.\n*...\n****\n.*..\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.\n*......*\n...*....\n*..*....\n*..*....\n*...*..*\n*.......\n*....*..\n*.*****.\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..***...\n**.**...\n**......\n**......\n*..*.**.\n.*.**.*.\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.......*\n*......*\n..***...\n**.**...\n**.....*\n**......\n*..*.**.\n.*.**.*.\n.**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*....\n.*..*\n.....\n**.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n.**..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*..*\n...*.\n.**.*\n..*.*\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.....\n.....\n.....\n*..**\n*.*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n....*\n**.**\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n...*\n..*.\n**.*\n*...\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n.***\n***.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n.**.\n****\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...*...\n....**......\n*....*.*.**.\n..**...*....\n......*.....\n**..........\n..*.*.......\n*.......*...\n*....*..*...\n*..........*\n.*.......*..\n*.......*...\n```\n\n\n## Output without wrap\n\n```\n....*.*.....\n...*..****..\n.....*......\n..*....**...\n.**.........\n***.........\n**..........\n.*..........\n..*.........\n..*.........\n**..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**..*.\n...*..****..\n.....*......\n..*....**...\n.**.........\n***.........\n**..........\n.*..........\n..*........*\n..*........*\n..*.......**\n**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n..**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n...*.\n*....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*....*\n.***.*....*\n*.*.**....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.......\n*....**..**\n..*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..**\n.....**..**\n.....**..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.***..\n.**...\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*.....\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*..*.\n*..*.\n.***.\n**..*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n*..**\n...**\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.**.\n*..*.\n...*.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n....*\n*..**\n*.*.*\n.***.\n**...\n**..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n***.*\n..**.\n...**\n...**\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.****\n.**..\n.....\n.....\n..***\n*...*\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n......*..\n.....*.*.\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.......*.\n.....*.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.......*.\n.....*.*.\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.*......*\n****.....\n.*..**...\n....*....\n.....*..*\n.*.....**\n.....***.\n..***.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n..****...\n**...*...\n....**...\n.......**\n...*.**.*\n..*.....*\n..*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..**\n**..*...*\n.*****...\n.....*...\n.*..**...\n*......*.\n.*.*.**..\n*.*...***\n.*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..*\n***.*****\n.....*.**\n```\n\n\n## Output without wrap\n\n```\n*.****..*\n*.***....\n.*..**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..***....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*.\n*...*.**.\n.****...*\n*.**.*.*.\n*...*....\n```\n\n\n## Output without wrap\n\n```\n...***.*.\n.*....***\n*.......*\n*....*...\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n**....**.\n.........\n*....*...\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n...**\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**...\n.....\n.....\n.....\n.....\n...**\n*....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n....**\n.....*\n*.....\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n....**\n*...**\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****..*\n*..*....*\n.........\n*.**.....\n**.*.*.**\n****.....\n..**.****\n*..**..**\n....*...*\n..**.....\n**.*...*.\n*.*.*.**.\n.*****...\n...*.***.\n```\n\n\n## Output without wrap\n\n```\n.****....\n.*.*.....\n.***.....\n*.***....\n.........\n*....*...\n*....**.*\n..*......\n..*.*..**\n.****....\n*...*.**.\n*.....**.\n.*.......\n...*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..*\n**.*....*\n****....*\n*.***....\n.........\n.....*...\n.....**..\n*.*......\n*.*.*..**\n*****...*\n*...*.**.\n*.....**.\n.*......*\n*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n..........\n...*.....*\n.......**.\n...*.*....\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n....*...*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........*.\n....*...*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n**.*.*\n.*****\n.*****\n.*.***\n*****.\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*\n.....**.*\n.......*.\n..*..*.**\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......*.*\n.....*...\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*...\n*.....*.*\n.....*...\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*\n*...*.*\n......*\n.....**\n...*..*\n.*....*\n......*\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*..*\n......*\n.....**\n......*\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n*..*..*\n.......\n*....**\n......*\n.....**\n*......\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..****\n**.*.***.\n***..*.**\n*****..**\n*..*...*.\n.*****.**\n*..*.**..\n**.******\n*.*.***..\n```\n\n\n## Output without wrap\n\n```\n*.*.**..*\n...*.....\n.....*...\n....*....\n*....*...\n**...*.**\n*........\n*........\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n.....*...\n....*....\n.....*...\n.*...*.*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*....\n.....*...*\n......**..\n..........\n**........\n..*.....**\n.*.....*..\n..*...*...\n**.....*..\n......*...\n*.*.......\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n*.*....**.\n*.**..*.*.\n*.*.......\n**....**..\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n.*.......*\n..........\n*.........\n**......**\n..*....*..\n*.**..*...\n*.*.......\n**....**..\n..........\n..........\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n..*.*...\n........\n........\n........\n...*.*..\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n...*....\n...*....\n........\n........\n........\n....*...\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n...*....\n........\n........\n........\n....*...\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n......\n......\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n......\n......\n......\n..**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*\n*.........\n*......*..\n*......***\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n**.....*..\n.......**.\n........*.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.......**\n**.....*..\n*......***\n........**\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*..*..\n.*....\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n..**...\n..**...\n.***...\n```\n\n\n## Output without wrap\n\n```\n..**...\n..*.*..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n...***.\n...***.\n...***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..*.\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n***\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.*.*.\n*..**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.***.\n.....\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...**.\n*........*\n.*.*.*..**\n*.*.*.....\n*..**...**\n.**..*...*\n```\n\n\n## Output without wrap\n\n```\n........*.\n**..*..*.*\n*....*..**\n*.*..*....\n*....*..**\n.*****..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..**.\n*......***\n*....*....\n.**..*....\n....***...\n..***..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.***...\n.**....\n...*...\n..**.**\n...**..\n...*...\n....*..\n**.*...\n.*..*..\n*.*....\n..*....\n...*...\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.....\n**.**..\n.*.**..\n..**.*.\n....*..\n..**...\n.......\n.*.....\n.......\n.*..*..\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n...**..\n**.**..\n.*.**..\n..**.*.\n....*..\n..**...\n.......\n.*.....\n.......\n.*..*..\n.*.*...\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n...**.\n...**.\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n......\n...***\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....****.....\n..............\n.........**...\n..............\n.....*..**....\n....*...**..*.\n..............\n..............\n..*......*....\n......*....*..\n..............\n..*........*..\n....*....*.*..\n.............*\n```\n\n\n## Output without wrap\n\n```\n......*.......\n......*.*.....\n..............\n........*.....\n.......*..*...\n........**....\n..............\n..............\n..............\n..............\n..............\n...........*..\n...........*..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*....\n......*.*.....\n..............\n........*.....\n.......*..*...\n........**....\n..............\n..............\n..............\n..............\n..............\n...........*..\n......**.*.*..\n.....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.*.*.\n..***.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*.*.\n..*.**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n..*.*.\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**...*\n*...**\n*..**.\n**..*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*.**\n*.**.*\n*..*..\n...**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n...*..\n******\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n..*...\n......\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**....\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n*.*....*\n***....*\n```\n\n\n## Output without wrap\n\n```\n**......\n..*.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***...*\n.*...*...\n..**.**..\n.....*...\n..**..*..\n..*..***.\n...*..**.\n.....*...\n.........\n.*.......\n**.......\n*.**.....\n*..*....*\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n.****....\n.*...**..\n..*..**..\n.....*...\n..***..*.\n..*.**...\n....*..*.\n......*..\n.........\n**.......\n*........\n*.**.....\n*..**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*\n**...**..\n..*..**..\n.....*...\n..***..*.\n..*.**...\n....*..*.\n......*..\n.........\n**.......\n*........\n..**.....\n...**....\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....\n........\n..**....\n....*...\n....*...\n.*......\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*......\n...*....\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.*......\n...*....\n....*...\n........\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*..\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n.......\n.*.**.*\n.*.****\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.**.\n...*..*\n...*..*\n..*.**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*.**.\n...*..*\n...*..*\n*.*.**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n.....*\n....*.\n......\n...*.*\n******\n....*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*.*..\n..*.*.\n....*.\n.*.*.*\n*....*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n***...\n....*.\n.*.***\n***...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.*.*....\n.*.*....\n...*....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...**...\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...**...\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n***\n*.*\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*.*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........**\n*.****........\n*.*****....*.*\n**.*..*...***.\n.....*.**.*.*.\n......*.*.....\n.....*..*..***\n.....*..*..***\n...*..*..***..\n...*****..*...\n....*.*...*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.**.........\n*.*...*......*\n*.....*...**..\n**.*.....**..*\n.....*..*.*.*.\n.....**.*....*\n.....**.**.*.*\n....*****....*\n...*....**....\n...*...*......\n...**.**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........**.\n..*...*.......\n......*...**..\n**.*.....**...\n.....*..*.*.**\n.....**.*....*\n.....**.**.*.*\n....*****....*\n...*....**....\n...*...*......\n...**.**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*..\n.....*...\n...**.*..\n..*.****.\n..**.....\n..*.**.**\n**...****\n*.*.....*\n..**.....\n..**....*\n**..**.**\n*...*..*.\n...******\n```\n\n\n## Output without wrap\n\n```\n.........\n....*.*..\n..****.*.\n.***..***\n.**..**.*\n.....*...\n......**.\n..*..*...\n........*\n.*...*..*\n*.*..**.*\n*........\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**..*..\n..****.*.\n.***..***\n.**..***.\n.....*...\n.*....*..\n.**..*...\n*.......*\n.*...*...\n***..****\n**.*****.\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**..*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n**..*\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..****.\n*..*.**..\n...*.*.*.\n....*..**\n....*....\n...*.*.*.\n....*.**.\n****...*.\n**...**..\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..**..***\n.....*..*\n..*......\n..*......\n..**.....\n.*...*.**\n*.***..**\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**\n**.**.*.*\n.....*...\n..*......\n..*......\n..**.....\n.*...*.*.\n.**..**.*\n*...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.....\n......\n......\n......\n.*....\n.*....\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.*....\n*.*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n......\n......\n......\n.*....\n*.*...\n...*.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n..*.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n...*.\n.....\n*....\n...**\n***..\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*..*\n.....\n.....\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n....*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n....**......\n...*..*.....\n...*..*.....\n....*.*.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....**......\n...*..**....\n...**.**....\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n....**......\n...*..**....\n...**.**....\n....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n.**.\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n..*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n..*\n**.\n***\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n.*.\n.**\n..*\n*..\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n..*..\n...*.\n*....\n.....\n.....\n.*...\n.....\n.....\n.....\n...*.\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..**.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n....*\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n..*.*\n...**\n.....\n.....\n.*...\n**..*\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...**\n.....\n.....\n**...\n.....\n**.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.....\n*....\n*....\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.***\n..*.\n.*.*\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n..*.\n..*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n.**.\n..**\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...*.\n...**..*..*.\n..........**\n```\n\n\n## Output without wrap\n\n```\n............\n.........**.\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.\n.........**.\n.........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*..*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n.*.*....\n.*.*....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..*.....\n...**...\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n...**...\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n...**...\n..***...\n...*....\n........\n........\n........\n........\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n..*.....\n..**....\n...*....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n..*.....\n..**....\n...*....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n...*\n..**\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n.*.*\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n....*..\n...*...\n...*...\n...*..*\n...**..\n.*..***\n...*...\n*......\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n...**..\n..***..\n..**...\n..**..*\n..*..*.\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....*..\n...**..\n..***..\n..**...\n*.**..*\n..*..*.\n*...***\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n******\n.*....\n..****\n```\n\n\n## Output without wrap\n\n```\n*..*..\n*..**.\n*.....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.***.\n*..*.....*\n..*...*...\n..*..*....\n...**.....\n..........\n....**.*..\n..**...*..\n.*....*...\n*...**....\n*..**...**\n**.*...*..\n**..****..\n```\n\n\n## Output without wrap\n\n```\n......***.\n...**.*.*.\n.*....*...\n.*...*....\n..*.......\n..*..*....\n......*...\n.*.....*..\n*.........\n*.........\n*....**...\n*......**.\n.*******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**.\n**...*.***\n.*....*...\n.*...*....\n..*.......\n..*..*....\n......*...\n.*.....*..\n*.........\n*.........\n.*...**...\n*.......**\n**......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****..*...\n......*....*..\n...*..*....*..\n...*.***...*..\n..*...***...*.\n*..*...*.*..**\n.*.*...*..***.\n.*.*..****...*\n```\n\n\n## Output without wrap\n\n```\n.....***......\n....*.....**..\n....*.....***.\n..****..*..**.\n..****.....***\n.*.*.....**..*\n**.**.....**..\n......*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....**...\n....*.....**..\n....*.....***.\n..****..*..**.\n..****.....**.\n**.*.....**...\n.*.**.....**..\n*..*.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...***\n......\n....**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...**.\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*.*.\n......\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n...**.\n..***.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n...**.\n......\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n*.****\n...*.*\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*...*\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n**...*\n*.**.*\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*.*..\n.......*\n*.***...\n*.*..*..\n*.......\n....*.**\n...*.**.\n.......*\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n..*.*...\n..*.*...\n.*.**.**\n....*..*\n....*..*\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n*.*.*..*\n..*.*...\n.*.**...\n*...*..*\n*...*...\n*....***\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...*...\n....*........\n...*.....***.\n.............\n.............\n.............\n.............\n..*..........\n..**.........\n..***........\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n...*.*.......\n...*.*.......\n....*....**..\n.............\n.............\n.............\n.............\n..**.........\n.*..*........\n..*.*........\n...*.........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.......\n...*.*.......\n....*....**..\n.............\n.............\n.............\n.............\n..**.........\n.*..*........\n..*.*........\n...*.........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n..*..*\n**...*\n.*.*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...*.*\n**...*\n....*.\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.*....\n....*.\n***...\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*.....\n*...*.\n.*...*\n*...*.\n.*..**\n*.....\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n**....\n**..**\n**..*.\n**..**\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**..*.\n**....\n.*..*.\n.*..*.\n.*..*.\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n..*..\n...*.\n.*...\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n..*..\n.**.*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..*.\n....\n....\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.**...\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.**...\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n..**\n.*..\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n*.**..*\n....***\n......*\n...**..\n```\n\n\n## Output without wrap\n\n```\n.**....\n.****.*\n...**.*\n...*..*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n*****.*\n...**..\n...*..*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***...*\n.***.....*\n*......*..\n.*.*..*.**\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n**.*....*.\n*..*...*.*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...*\n.*.*....**\n...*...*..\n.*.*.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.\n..**.*.*\n.*.....*\n.*.....*\n.*..***.\n..***...\n..*.*...\n*.*..**.\n.**.*.**\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.***.\n*.*.**.*\n.*.....*\n***..*.*\n.*..***.\n.**.....\n..*.*...\n..*.*.**\n..*.*..*\n.**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n..*.**.*\n.*.....*\n.**..*.*\n**..***.\n.**.....\n..*.*...\n*.*.*.*.\n*.*.*...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*.**\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n.*.***\n**.*.*\n...***\n***...\n*.***.\n**..*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n.***..\n...*..\n..*...\n**..*.\n.....*\n....**\n*.*.*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n..*...\n......\n......\n......\n....*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n***.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*.*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.**\n.**.\n.*..\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*..*\n....\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n*..\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.***.\n.*.*..**..**\n***.********\n.*.***.*.**.\n.*****.**..*\n*.**.*...***\n****..*...*.\n**..**.*****\n```\n\n\n## Output without wrap\n\n```\n.*.****.****\n............\n*...........\n............\n*......*...*\n*....*.***.*\n......**....\n*..*********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n.......*....\n.....*.***..\n......**....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......\n*...*.....\n*.*.*.....\n..*.......\n..........\n..*.......\n**.*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n.**.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n**..*....*\n*.........\n..........\n.*........\n***.......\n....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n...**..\n.......\n.......\n.......\n.......\n....*..\n....*..\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...*...\n.......\n.......\n.......\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n....**\n......\n......\n......\n......\n......\n......\n......\n......\n......\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n....**\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.\n.......\n..*.**.\n**....*\n...**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.**..**\n.**..**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...\n.......\n..*....\n..***..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**..**\n**...*\n*....*\n*.*.*.\n*...**\n.*..**\n.**...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n.....*\n*...**\n*..**.\n*.....\n******\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*..*.\n......\n....*.\n...**.\n......\n.****.\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n******\n*..***\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..**\n.*..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n****\n**.*\n**.*\n.*.*\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n..**\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*....\n....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*......\n........**.\n...........\n...........\n...........\n...........\n....**.....\n...*..*....\n.*.*..**...\n*.*****.*..\n.*.**.***..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n....**.....\n..**..**...\n.*.........\n*.......*..\n.*....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...*.\n...........\n...........\n...........\n...........\n...........\n....**.....\n..**..**...\n.*.........\n*.......*..\n.*....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.*..*\n...*.\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**.**..\n***..*.*.**..\n.....***..**.\n........**...\n**.......**..\n.*.......*...\n.............\n...*****.....\n...**.*....*.\n.....**...*..\n**....**.***.\n```\n\n\n## Output without wrap\n\n```\n*.*...**.**..\n*.*..*.......\n.*...*.*...*.\n......***..*.\n**........*..\n**.......**..\n....***......\n...*..**.....\n...*.........\n....*....*...\n.....***.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n*.*..*......*\n.*...*.*...*.\n......***..*.\n**........*..\n**.......**..\n....***......\n...*..**.....\n...*.........\n....*....*..*\n**.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n..*..\n.....\n.....\n.....\n.....\n*.**.\n.**..\n.*.*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n**..*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n**..*\n.*.*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*****\n..**.\n```\n\n\n## Output without wrap\n\n```\n**...\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n*.*.\n**.*\n.**.\n**.*\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*.**\n*...\n*..*\n...*\n**.*\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n...\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n*.*\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n*.*\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.**..\n.....*.....**\n*..***.....**\n*.**.**......\n**.*...******\n**..****..*..\n```\n\n\n## Output without wrap\n\n```\n..........**.\n...*.**.....*\n.***.......**\n*....*****...\n...*....****.\n***.****..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..****.*\n*..*.**......\n****.......*.\n.....*****...\n...*....****.\n.*****.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n******\n**..*.\n*.....\n.*....\n***...\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n......\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n.....*\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n**......\n**......\n........\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.****\n.*.*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n**...\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....*.**.\n*.**.*..****.\n*....*....*..\n.*.****.**.**\n.*.*.***.*.**\n.**..*..*.***\n.*...*.****.*\n.**.*.....***\n*...*...*.*..\n**..*.....*.*\n.*..*.*..****\n****.....*.*.\n...*.......**\n.*****.***.**\n```\n\n\n## Output without wrap\n\n```\n..***........\n*****..**....\n*.*....*.*...\n........*....\n....*........\n...*.*.*.....\n.......**....\n*......**..*.\n......*.....*\n***.........*\n.....*.......\n**.***..***..\n*.......**.*.\n...*.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*...\n......**.....\n***....*.*...\n**......*....\n**..*........\n...*.*.*.....\n**.....**....\n.*.....**....\n*.....*......\n..*..........\n.....*.......\n...***..***..\n..*......**..\n......****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n*....\n....*\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.*....\n*..**.....*.\n..***.**....\n...*..**....\n*.**.*....**\n...*.*.*..*.\n```\n\n\n## Output without wrap\n\n```\n....**......\n.*.....*....\n..*...**....\n.*.....*....\n..**.*.*..**\n..**..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....*\n.*.....*....\n..*...**....\n.*.....*...*\n..**.*.*..**\n.*...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n....\n**..\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*...\n....\n*...\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.**\n.......***\n*.....****\n```\n\n\n## Output without wrap\n\n```\n.........*\n..........\n......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*.*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.....\n.*....*.....\n....*....***\n*........*.*\n*...........\n**..*....**.\n.*......*...\n```\n\n\n## Output without wrap\n\n```\n............\n.....*....*.\n.........*.*\n.........*.*\n*........*..\n**.......*..\n**.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n.....*....*.\n.........*.*\n*........*..\n.........*..\n**.......*.*\n**.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n...*.\n*..**\n.....\n.....\n.*...\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.**\n..***\n.....\n.....\n..**.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*....\n*.***\n...**\n...*.\n..**.\n...**\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n**.\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**.\n..**.**.\n..***.*.\n......*.\n...*....\n*.*.*...\n.....**.\n****..*.\n**....**\n......*.\n*.*.....\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n......*.\n..***..*\n.**.*.**\n..*.***.\n..*.....\n...*..*.\n.*....*.\n*...*..*\n*....*.*\n.....*.*\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**...\n.*.**...\n***.*.**\n..*.***.\n..*.....\n...*..*.\n......*.\n....*..*\n.....**.\n.....***\n*.....**\n.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n*..*\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n***.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..*.\n..*.\n..*.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n.....**.\n....**..\n*...**.*\n.***.***\n*...*.*.\n*.*.**.*\n..*.*...\n........\n.....**.\n```\n\n\n## Output without wrap\n\n```\n....**..\n........\n........\n.**....*\n****...*\n*.......\n....*.*.\n.*..**..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n........\n.......*\n***....*\n.***....\n........\n*...*.**\n.*..**..\n.....*..\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.*.\n...**.*...\n.*...*....\n...*......\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n...**..*..\n...****...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*..\n..*....*..\n...****...\n..*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.......\n....**........\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n....*.*.......\n....*.*.......\n.....*........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.......\n....*.*.......\n.....*........\n..............\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n***\n***\n.*.\n.*.\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n....**\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n*...*.\n.*.*.*\n.*....\n*..*..\n.**..*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n**..*.\n.....*\n..**..\n..**..\n*.....\n*.**..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.**.**\n******\n.****.\n*...*.\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n...\n...\n...\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n.*.\n...\n...\n...\n.*.\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n....*\n*.*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*...**\n.***.*.**.\n****.....*\n***.*..*..\n.**.*.....\n```\n\n\n## Output without wrap\n\n```\n*...*..***\n.......*..\n......**..\n....*.....\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.***\n.......*..\n......**.*\n....*....*\n....**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.******\n**.***.*.\n*********\n*********\n***.*****\n****.****\n**.******\n```\n\n\n## Output without wrap\n\n```\n**.*...**\n.........\n.........\n.........\n.........\n.........\n*..*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n*...\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n**.*\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*.*...\n.*.*.**.***.\n...*....*...\n......*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.*.*...\n...*.**.*...\n..*.***.*.*.\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.*.*.\n...*.**.*...\n..*.***.*.*.\n..****..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n..*......\n..*......\n.........\n.........\n.......*.\n.........\n.........\n.........\n.......*.\n........*\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...***.\n...........\n...........\n....**.....\n......**...\n...**..*...\n..*.**..*..\n.***..***..\n..*........\n...........\n..*....***.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.....***...\n...*....*..\n..****..*..\n..**.....*.\n**.***..*..\n.*****.....\n..*....**..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n........*..\n...........\n.....***...\n...*....*..\n..****..*..\n..**.....*.\n**.***..*..\n.*****.....\n.*.*...**..\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n..**\n*...\n*...\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n.*..\n**..\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**..\n**..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n...*.**.\n..**.*..\n..***...\n..*.....\n...**...\n***...*.\n..***.**\n*.......\n...*****\n```\n\n\n## Output without wrap\n\n```\n....**..\n..**....\n.....**.\n.*..*...\n..*.....\n...*....\n.*....**\n*.**.***\n..*.....\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n..**....\n.....**.\n.*..*...\n..*.....\n...*....\n**....*.\n..**.**.\n*.*.....\n*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*..***\n*...*.\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.....*\n**.*.*\n***..*\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*..\n***...\n**.**.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*.***\n..*..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n****\n***.\n.*.*\n.***\n..*.\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n....\n...*\n.*.*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**....*.*\n.*..****...*\n*...*.*...**\n*.*.**.***..\n*.*...**...*\n.*....*...**\n*****.**...*\n**..**.*....\n.*...*.***..\n.*...*..***.\n..*..****.**\n```\n\n\n## Output without wrap\n\n```\n..***.*...*.\n***...**...*\n*........***\n*...*...**.*\n*.**.....*.*\n..........**\n...**..*..**\n............\n.**..*.*..*.\n.**.**.....*\n.....****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....*.*\n.**...**....\n.........**.\n....*...**..\n..**.....*..\n..........*.\n...**..*..*.\n...........*\n.**..*.*..*.\n***.**.....*\n.***.***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n*...\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*.**\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n..*...\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n..*...\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n....*.\n...**.\n***..*\n.***..\n***..*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n.*****\n*.....\n...**.\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n.....*\n*****.\n*....*\n...**.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n*....*...\n.....**..\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....**..\n.....**..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.....**..\n.....**..\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*...*\n..******....\n.*..*.*.*...\n**..***.....\n.*.*...*..**\n*.***.*....*\n......*..***\n....***..***\n.*...*...*..\n.**.*.*.*.**\n***...****..\n..*.....*..*\n...*....**..\n```\n\n\n## Output without wrap\n\n```\n..**........\n..**........\n*..*........\n***.........\n*......**.*.\n..****...*..\n..*......**.\n..**.**..*..\n..*****.**..\n.*.****.....\n..*****...**\n.........**.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**....\n.*..........\n**.*........\n.**........*\n**.....**.*.\n..****...**.\n***......**.\n****.**..*..\n.******.***.\n...****.....\n..*****...*.\n.**..****.**\n.**.*.******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.**\n...*\n....\n....\n****\n*..*\n*...\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n.***\n.*.*\n*..*\n*..*\n*..*\n*.**\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.***\n....\n*..*\n....\n.*..\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n....*.\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...***\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......*\n....*.*....*\n......**..*.\n.....*.*...*\n```\n\n\n## Output without wrap\n\n```\n......*.....\n......**..**\n.......**.**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*..\n.....***.*..\n*......***..\n.....*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*..\n............\n............\n....*.....*.\n*..*..*.....\n............\n*......*...*\n...*........\n..........*.\n.*.**.......\n..*....**...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n...*........\n..*.*.......\n.*..........\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n............\n............\n............\n............\n............\n*..........*\n...*........\n..*.*.......\n............\n.*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n.*.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n*****..\n.*.*...\n.*.....\n```\n\n\n## Output without wrap\n\n```\n*.*.*..\n*...*..\n...**..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n*...*..\n...**..\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n*****\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.........\n.....*.......\n.............\n.............\n.............\n.............\n.............\n.............\n....*........\n...*.........\n.............\n..*..........\n...*.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**..**\n......\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*.*\n*.*.\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***..\n.....***..\n.....***..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....*.*..\n....*...*.\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*.\n....*...*.\n....*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n..*..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.*..\n....**....\n......***.\n......*.**\n..***..***\n```\n\n\n## Output without wrap\n\n```\n...*.**...\n...*....**\n...*..*.**\n....***..*\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*.\n...***..**\n...*..*.**\n...*..****\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n.**.\n**.*\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n*..*\n**.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*....***..\n*.******.***.*\n****.****.***.\n**.**.*.**..*.\n.*.****..*****\n***.....**.*.*\n.*****...**..*\n*.****.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*.**.**.\n..............\n.............*\n..............\n......*......*\n*.....*.*....*\n.....**......*\n.....**.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n..............\n..............\n..............\n......*.......\n......*.*.....\n.....**.......\n......*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***********.*\n*.*.***.*.***\n******.******\n*************\n*******.*****\n```\n\n\n## Output without wrap\n\n```\n*.*.....*.*.*\n.............\n.............\n.............\n*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.**\n*..*....*\n...*.*.*.\n..*.*....\n*..*...**\n*..**.**.\n.**...*..\n*.*.**.**\n...*...**\n.*..**.*.\n```\n\n\n## Output without wrap\n\n```\n*****..**\n*..*.*..*\n..**.....\n..*.*.***\n.**..****\n*..****.*\n*.*.....*\n..*.**..*\n.***.....\n....*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*.\n...*.*...\n..**....*\n..*.*.**.\n***..***.\n*..****..\n..*......\n*.*.**...\n.***.....\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n......*\n.......\n.......\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n**..*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n..*.\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...........\n.*...........\n.............\n............*\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*..*\n.*...\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.*...\n**.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n.......*\n...*.*.*\n..*.....\n.**.**.*\n........\n*.....*.\n........\n......*.\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.***..*.\n.*.*....\n*..****.\n.*......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n...*.*.*\n*.**..*.\n*..*....\n...***..\n**....**\n........\n........\n........\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.**\n...*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n**.**\n**...\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n..*.*.\n**....\n**.*.*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*....*\n..*.**\n*.*.**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**.**\n..*.**\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n....*.*\n.....**\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*.*\n....*.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n**.**.*\n**.**..\n**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*..*..\n...*.*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n..*..\n.***.\n.*.*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n.*...\n.*.*.\n...**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n..**.\n.*...\n.*.*.\n...*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.****....\n...*..*.**....\n..**..........\n...*..........\n....**........\n..****.**.*...\n.........***..\n.**.**....*...\n```\n\n\n## Output without wrap\n\n```\n..***.*.......\n.*....*.......\n.*..**........\n.*...*........\n..*..***......\n..*.*....***..\n.....**.*...*.\n.........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*...\n**.****.......\n.*..**........\n.*...*........\n..*..***......\n..*.*....***..\n**.*....**.**.\n..*.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.*..\n..............\n..............\n..........*.*.\n.........*..*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n...........*..\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n..............\n..............\n...........*..\n.........*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n**.***\n****.*\n..*..*\n**...*\n.*...*\n.*...*\n***..*\n*.*...\n.***..\n..*.*.\n...*.*\n..***.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n*.**.*\n*.....\n*.*...\n..*.**\n.*....\n.*....\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..***.\n.*...*\n.**...\n.**...\n*....*\n......\n......\n......\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n..*\n.*.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**.\n**.*....\n**....*.\n.*..*..*\n......*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n.......*\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n**...*..\n.......*\n.**..*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.*...\n.***....\n...**..*\n.*.....*\n.*...*..\n..*..*..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.*......\n.*.**...\n..*.*.*.\n.**...*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n.*......\n.*.**...\n..*.*.*.\n***...*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.*..\n*.*.*\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.*.**\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n...*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n***.**\n..****\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*.....\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...******\n..*.**....\n.**.......\n.....**...\n**....***.\n```\n\n\n## Output without wrap\n\n```\n...**.***.\n..*.*..**.\n.****.*...\n*.*..**...\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.....\n*.*.*..***\n.****.*...\n*.*..**...\n**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n*...\n*...\n...*\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....**.\n...*.*...*.*\n...*.*...*.*\n.........**.\n*.......*.*.\n**.......**.\n.*.........*\n*........***\n....**......\n...*....****\n..*.**...*.*\n..*.*...*.**\n```\n\n\n## Output without wrap\n\n```\n...**....**.\n..**.*..**.*\n........**.*\n........*..*\n**......*..*\n**.......***\n.*.........*\n..........**\n....*...*...\n...*....**.*\n..*.**......\n....**...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..*...\n..**.*..**.*\n........**.*\n........*...\n**......*...\n.*.......**.\n.*..........\n*.........**\n*...*...*...\n...*....**.*\n*.*.**......\n..*.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.....*****.\n...........\n.....***.*.\n...........\n...........\n....*.*....\n....*.*....\n```\n\n\n## Output without wrap\n\n```\n......*.*..\n......*..*.\n......*.*..\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n.......***.\n......*.*..\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*****.\n.********.\n*********.\n**.******.\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n*.**\n**.*\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n...\n.**\n.*.\n...\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n***\n***\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n....*..*..\n...*...*..\n...*...*..\n....*..*..\n.....**...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n....***...\n...*....*.\n..........\n..........\n...*....*.\n....***...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n...*....*.\n..........\n..........\n...*....*.\n....***...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n***.*\n.***.\n*..**\n*.***\n*.**.\n.*.**\n.****\n*.**.\n.*.**\n.*...\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n....*\n.....\n*....\n*....\n*....\n*....\n*....\n*....\n**.**\n**...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*.**\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n...**\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.*..*\n.....\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*\n*******\n*.**..*\n.*..***\n***..**\n.**.***\n*.*****\n****..*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...**..**\n*.**..***..*\n.**....*.**.\n..*...**.**.\n..**.**..*.*\n*.*****.**.*\n```\n\n\n## Output without wrap\n\n```\n*.**..*.*.**\n*..*.......*\n...........*\n.....*.*...*\n...........*\n.**...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n...*........\n*...........\n.....*.*...*\n*..........*\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n....**\n*.***.\n.**.**\n..*.*.\n******\n**..*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n*.....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n*...**\n...*.*\n*.****\n.*..*.\n......\n```\n\n\n## Output without wrap\n\n```\n...***\n.....*\n.**...\n.**..*\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n*.....\n.**...\n***...\n***.*.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n.....*\n.....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n*...**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n.**.\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.**.\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n...*\n.*..\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*...*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n.**.*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*....*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*.*\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*.*\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n*.*.*.\n.*..*.\n*..*..\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*...**\n***.*.\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n***.*.\n*.**.*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n..**\n*...\n*...\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n***.\n.**.\n..*.\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n.***\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.*...\n.*....*.*...\n......**....\n............\n.....**.....\n............\n............\n..*....*....\n```\n\n\n## Output without wrap\n\n```\n............\n.....**.*...\n......**....\n.....*.*....\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.*...\n.....**.*...\n......**....\n.....*.*....\n............\n............\n............\n.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n*****\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.**\n.*...\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n***\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*********.\n*****.**.**\n.*.**.***.*\n.*.***...*.\n***..*.****\n**....*.**.\n.*.*..**...\n*..*...*..*\n.**..**..**\n*.**..**.**\n***...*.**.\n```\n\n\n## Output without wrap\n\n```\n.........**\n..........*\n...........\n...........\n....*.*....\n....**...**\n......**...\n**.*...****\n**...**.**.\n*.**.*...*.\n.***.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n....*.*....\n....**.....\n......**.**\n...*...****\n.....**.**.\n....*......\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n**.**.\n***.**\n```\n\n\n## Output without wrap\n\n```\n*****.\n......\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n*...\n.*.*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*...\n*...\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n.......\n.......\n.......\n*.....*\n.......\n..****.\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....*..\n...***.\n..*..**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n...****\n..*....\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n.....***\n.*...*.*\n*...*...\n*..*.**.\n....*...\n......**\n***....*\n.**.....\n*...**..\n...**...\n.*....*.\n.*....**\n```\n\n\n## Output without wrap\n\n```\n...**..*\n.***....\n....**.*\n**..*...\n...*.*..\n....*..*\n.*....**\n*.*...**\n..**....\n.**.**..\n...**...\n..*..***\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...\n.***....\n....**.*\n**..*...\n...*.*.*\n....*...\n.*....**\n..*...**\n..**...*\n.**.**..\n...**...\n*.*..***\n.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.*.\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n..*..*..\n*......*\n*.*..**.\n*****..*\n...***..\n***.*.**\n..*.*.*.\n**..*.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*..*..*\n.*..***.\n.*...*.*\n.*....**\n.***..**\n.....*..\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.\n*....***\n**..*..*\n.*..**..\n.....***\n......*.\n****...*\n.....**.\n..****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n***..\n.....\n.....\n.....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n*....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n*....\n*..*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n.*...\n.....\n.....\n....*\n.....\n....*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n*......*.\n......*..\n*......**\n........*\n.........\n.........\n.........\n*........\n```\n\n\n## Output without wrap\n\n```\n......*.*\n......*..\n......*..\n......*..\n.......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n......**.\n*.....*..\n.*....*..\n*......*.\n........*\n.........\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.........***..\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..........*...\n..........*...\n..........*...\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n..........*...\n..........*...\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.*.\n..*.\n*...\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n..**\n....\n...*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.***..\n**.*..\n......\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n***...\n.**.*.\n..*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n***...\n.**.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.***.\n....**...*\n*....*..**\n.......**.\n```\n\n\n## Output without wrap\n\n```\n.....*.**.\n...**....*\n....****.*\n.....*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n*..**..*.*\n....*.*...\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n*******\n****.**\n*.***.*\n*.*****\n**.***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*...\n........*..\n*..........\n.*....**..*\n..........*\n...........\n.........**\n*.....**.**\n......*..*.\n*.....***.*\n.....*....*\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n........*.*\n.......**.*\n......****.\n.....*..*..\n....**.***.\n.....*.*.*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n...........\n...........\n*.........*\n*........*.\n*.......**.\n*......***.\n......***.*\n*....*..*.*\n*...**.**..\n*......*.*.\n....**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******...\n*********\n.*.****.*\n*********\n*********\n***.***.*\n*********\n*********\n*********\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*.\n.*..*.**\n.***..**\n********\n.*.***.*\n.*..*.*.\n.*****.*\n******..\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.***\n*...*...\n........\n*.......\n.......*\n**.....*\n........\n........\n*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n........\n........\n........\n.*.....*\n.......*\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n......*..\n......*..\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.**.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.*.**\n****.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n....*\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*..\n......*..\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n....***..\n....*.*..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n..*.....*\n..*.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n...*\n..**\n..*.\n....\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n**.*\n**.*\n....\n..**\n..**\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n..**\n..**\n....\n**..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***...\n....***...\n..........\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....*.*...\n.....*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n....*.*...\n.....*....\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n.**...\n....**\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*.....\n.**.**\n..*..*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.*...\n.....*\n..*.*.\n*.*..*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n......\n......\n......\n......\n......\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n***..*\n***.*.\n*..**.\n```\n\n\n## Output without wrap\n\n```\n*..***\n.....*\n....**\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*..**\n.***.\n*.*..\n..*..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**...\n*..**\n*...*\n.....\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n..*.*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n..*.**\n***.**\n****.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n*.........\n..........\n.........*\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***.*\n.**...*.*\n..*****.*\n...*..***\n*...**..*\n*...**.*.\n*..*.***.\n```\n\n\n## Output without wrap\n\n```\n..**.**..\n........*\n.*..*...*\n..*.....*\n...*....*\n**.*...**\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n........*\n.*..*...*\n..*......\n*..*.....\n**.*...*.\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*....\n..*.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.**.*\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n..........\n..........\n*.......**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n*.......*.\n*.......**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.**....\n......*.*..*..\n....*.***.**..\n...***...***..\n...**.....*...\n...*...****...\n......**.**..*\n.....*.*......\n.....*..*....*\n```\n\n\n## Output without wrap\n\n```\n........**....\n......*....*..\n...**.*.*...*.\n......***.....\n..*..*........\n...**.**...*..\n..........*...\n.....*.*.*....\n......*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**....\n......*....*..\n...**.*.*...*.\n......***.....\n..*..*........\n...**.**...*..\n..........*...\n.....*.*.*....\n.....*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n.**.*\n**...\n*...*\n...**\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.**\n*....\n**...\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n**...\n.....\n**...\n*..*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.**.*\n**.*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*..*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*..\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*..*\n.****....\n**......*\n..****...\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n...**....\n*....*...\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...\n...**....\n*....*...\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.****\n*.*.**...*\n.***.....*\n.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n.........*\n.*.*......\n**..**.***\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n.......**.\n........*.\n...*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.........\n..*..*****..\n..*...***...\n.*..........\n...**.......\n...*........\n.*....*.....\n............\n..*.........\n............\n....*.......\n```\n\n\n## Output without wrap\n\n```\n..*...***...\n.*.***.*.*..\n......*.*...\n............\n.*..........\n..*.*.......\n...*........\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.****...\n.*.*.*.*.*..\n......*.*...\n............\n.*..........\n..*.*.......\n...*........\n............\n............\n............\n......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n....\n..**\n....\n....\n*..*\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n*.*.\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n....\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*.*.\n.******.*.*..\n.**..**..*.**\n.*...***.....\n```\n\n\n## Output without wrap\n\n```\n..*.**.***...\n.*..**.......\n*..**..*****.\n.*......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....*..\n**.**..*....*\n...*......*..\n***....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.\n.*.......\n*......**\n.......*.\n*......**\n.........\n.........\n.........\n*.*...***\n*.*...***\n.........\n**.....**\n```\n\n\n## Output without wrap\n\n```\n.........\n**.....**\n.......**\n......*..\n.......**\n.........\n.........\n.......*.\n......*.*\n......*.*\n*.....*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.\n.*.....*.\n*......**\n......*..\n.......**\n........*\n.........\n.......**\n*.....*..\n*.....*..\n......*..\n**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....*.*\n.....***\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....*.*\n.....*.*\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*.*\n.....*.*\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*..*\n....\n...*\n....\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*..*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n**.*.*\n..**.*\n...*..\n...***\n...**.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..**.\n....*.\n..*.*.\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...*.\n..*..*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n*..*.\n*..**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..**\n*....\n**...\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n****.\n*..*.\n**.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*....\n*......*..\n.*.....***\n***.......\n..*.......\n*...**....\n.....*...*\n.....*..*.\n......**..\n..**......\n.*..*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.*....***.\n*.*...*.*.\n..*....**.\n..***.....\n...****...\n.......*..\n.....*..*.\n......***.\n..**......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..*...**..\n..*...*...\n*.*....*..\n*.***.....\n...****...\n.......**.\n.....*..*.\n......***.\n.*..*.....\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n**.......\n**.......\n.........\n.........\n....**...\n....**...\n....*...*\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n.........\n.........\n....**...\n...*.....\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.......\n**.......\n.........\n.........\n....**...\n...*.....\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n**.**..\n.****.*\n.*.*.*.\n*.**.**\n.*...*.\n.*.*.**\n*..*..*\n****..*\n```\n\n\n## Output without wrap\n\n```\n*****..\n.......\n.......\n*......\n*..*.**\n**.*...\n**...**\n*..*..*\n****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n......*\n......*\n.......\n*..*.*.\n.*.*...\n.*...*.\n...*...\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n....\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.**\n*.**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n.*...*\n.....*\n**...*\n*...*.\n....**\n*.****\n*...*.\n...**.\n*....*\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**..**\n**..**\n**..*.\n.*....\n.*....\n.**...\n...***\n.....*\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n*.....\n.*..**\n.*..*.\n.*..*.\n.*....\n**....\n***...\n*..**.\n.....*\n...*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*\n*****...*\n.**..*...\n....**..*\n*.*.*..**\n..*...*.*\n*.*....**\n*.....*.*\n```\n\n\n## Output without wrap\n\n```\n.***...*.\n*..***.*.\n*....*...\n..*.*****\n.*..*.*.*\n..*...*..\n......*.*\n.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...\n...***.**\n.....*..*\n..*.*****\n**..*.*..\n..*...*..\n......*..\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n***.*.\n*....*\n....**\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n...*.*\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n...**.\n...***\n....*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n......\n.*....\n***...\n..*..*\n***.**\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n***...\n*.*...\n....**\n*.****\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n***...\n*.*...\n....*.\n..***.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n.*.*..\n**.*.*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n**.**.\n...*..\n...*..\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**..**.\n..*...***..\n...*...*...\n....**.....\n...........\n.......*.*.\n.......***.\n........**.\n...........\n...........\n...........\n...........\n...........\n...*.......\n```\n\n\n## Output without wrap\n\n```\n...*..****.\n..*......*.\n.......**..\n...***.....\n...........\n........*..\n......**.**\n........*..\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...****.\n..*......*.\n.......**..\n...***.....\n...........\n........*..\n......**.**\n........*..\n...........\n...........\n...........\n...........\n...........\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..*.\n.*.**.****\n*.*..*****\n.*.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n***.***.**\n..........\n*.........\n.**.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...*......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.*....\n.*....\n......\n***.*.\n```\n\n\n## Output without wrap\n\n```\n***...\n***...\n*.....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n......\n.*....\n*.**.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n...*...\n.**....\n..*....\n.......\n.......\n*......\n**.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.*...\n*..*...\n.*.*...\n.......\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.*.*...\n*..*...\n.*.*...\n.......\n.......\n**.....\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..**.*\n**..*.\n*....*\n******\n.*.**.\n..*...\n..**..\n..**.*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.**..*\n******\n.....*\n*....*\n*....*\n.*..*.\n.*..*.\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**...\n.****.\n......\n......\n......\n.*..*.\n.*..*.\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n.**...**\n..*....*\n........\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.***..**\n.**...**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**\n****..**\n***...**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*.*\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..**.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*.*\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n...**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..*..\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....*.\n..*.........\n.......*...*\n..*...*.*.*.\n..*.**......\n....*.......\n.*....*.....\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.......*....\n...*.***....\n....**......\n...**.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.......*....\n...*.***....\n....**......\n...**.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n**.*\n**.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.**..\n.*.**\n.....\n.*.**\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n**.**\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n****\n.**.\n****\n.***\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n....\n*...\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n..***.\n...*..\n*****.\n*.*.*.\n*..**.\n*****.\n*.*.*.\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n......\n**..**\n**..**\n**..**\n*.***.\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n...*..\n*.....\n*.....\n**....\n**...*\n**....\n*.**.*\n****.*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**..\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n***.*\n*.**.\n*..**\n**...\n***.*\n*****\n***.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n...**\n...**\n....*\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n*....\n*...*\n....*\n.....\n.....\n.....\n.....\n...*.\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*...*\n*....\n*...*\n*...*\n.....\n.....\n.....\n.....\n..**.\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n****.\n.****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..\n.*****.*\n*****..*\n```\n\n\n## Output without wrap\n\n```\n*....**.\n........\n*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.***.*\n**..**\n**....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n....*.\n...**.\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n*..*.*\n...*..\n*...*.\n......\n****.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n..***.\n..**..\n..*.*.\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n******\n..*.*.\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n..*..\n.*.**\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.....\n.....\n..**.\n.*..*\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...*\n*..*......\n.**.*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.****.....\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.....\n*****.....\n*****.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n....*.\n*....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n*...**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....**.*.\n***.....***.*\n*........**..\n*...........*\n*..........**\n...........**\n...*.**......\n..**..*.**...\n..**...**....\n....*........\n....*........\n...*.......*.\n*.***......**\n...**......*.\n```\n\n\n## Output without wrap\n\n```\n*.*.....*..*.\n*.*..........\n*.......*.*..\n**........*.*\n.............\n...........**\n..******.....\n.....**.**...\n..*.*..***...\n....*........\n...**........\n..*........**\n..*.......***\n..*.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..*.\n..*.........*\n........*.*..\n.*........*..\n.............\n*..........*.\n..******.....\n.....**.**...\n..*.*..***...\n....*........\n...**........\n..*........*.\n..*.......**.\n*...*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.......\n......*\n......*\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.......\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*.*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*.*...\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*....\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n*..*.....\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**....\n.......*..\n....*..*..\n...*..*...\n..**...*..\n```\n\n\n## Output without wrap\n\n```\n..........\n...****...\n......**..\n..***.**..\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*...\n...****...\n......**..\n..***.**..\n.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.**\n.**...*.*.\n.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.....**\n*..*.**.*.\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.**\n...*.**.*.\n...*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..\n..**....\n..**....\n..*.....\n........\n....*...\n.*.*****\n*..*.***\n*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n..*.....\n..*.*...\n..***...\n..*.....\n.*.*..*.\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.....\n..*.....\n..*.*...\n..***...\n..*.....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.**\n..*\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...***\n.*.......*.\n.*....*..*.\n....*.*..**\n....**...**\n```\n\n\n## Output without wrap\n\n```\n.........*.\n..........*\n.....*.***.\n....*.***.*\n....**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***....*\n**..**..**.\n**...*.***.\n**.**..***.\n**.*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n*....*\n*.*...\n*.*.**\n*.....\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*...\n.*...*\n****..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n**....\n.*****\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*..\n*.*\n***\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....\n***.....\n*.*..***\n***.....\n```\n\n\n## Output without wrap\n\n```\n.*......\n.***....\n.*...***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n.....***\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*.....*\n*..**.*\n*.....*\n*....*.\n..*.***\n...*...\n.*.*...\n.*..*..\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n**...*.\n**....*\n**..*.*\n.*..*..\n...****\n...*.*.\n...**..\n**.**..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.*...*.\n.*.....\n.*..*..\n**..*..\n...****\n...*.*.\n...**..\n**.**..\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***\n***....\n..**...\n*.**...\n.*..*..\n..***..\n..**..*\n.......\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...***.\n....**.\n.......\n...**..\n.**.**.\n..*....\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**.****\n*...*..\n.......\n...**..\n.**.**.\n***....\n***....\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n....\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n...*\n..**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n........*.\n........**\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*..*.\n..*..\n*.*.*\n.**.*\n*....\n**.*.\n.**..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..*..\n..*..\n*.*..\n*..*.\n*....\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..***\n*.*..\n*.*.*\n..*.*\n...*.\n*...*\n...*.\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*..*\n*..........*..\n............*.\n..............\n..........*...\n...........*..\n.*.........**.\n..*.....*.*...\n.*........*...\n...........**.\n..............\n......*.......\n............*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n...........*..\n..........*.*.\n............*.\n..............\n.........*.*..\n..........*...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.*\n...........*.*\n............*.\n..............\n...........*..\n..........*.*.\n............*.\n..............\n.........*.*..\n..........*...\n..............\n..............\n............*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.\n**.*...\n...*...\n.*.....\n****...\n..*....\n**....*\n```\n\n\n## Output without wrap\n\n```\n*.**...\n...*...\n.......\n.......\n**.**..\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n***.*.*\n......*\n......*\n**.**.*\n...***.\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n...*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n*.*...\n.**...\n*.*.*.\n**.***\n..**.*\n...*.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n*.*...\n*..*..\n*...**\n**...*\n.**..*\n..**.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n..*...\n*..*.*\n.....*\n......\n..*...\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........***\n.......**..\n..***....*.\n..*........\n...**......\n****.....*.\n*......*.*.\n*....**..*.\n......*****\n......**...\n```\n\n\n## Output without wrap\n\n```\n.......***.\n..**...*...\n..**.......\n..*........\n....*......\n*.*.**...*.\n*.*.**...*.\n...........\n.........**\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n..**...***.\n..**.......\n..*........\n....*......\n*.*.**....*\n*.*.**.....\n**.......*.\n..........*\n.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....**\n***.....**\n***.....**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*.*.....**\n...*...*..\n*.*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..\n...*...*..\n...*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******\n**..*.**\n.*******\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*.......\n****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n........\n........\n.......*\n...*..*.\n...*....\n.*......\n......*.\n..*....*\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..*.....\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n..*.....\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n.........\n**.......\n.....**..\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n.........\n......*..\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n.*.\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**.\n......***.\n......**..\n..*.......\n......**..\n.....*.*..\n.....**.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n..........\n......*...\n......**..\n.....*..*.\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n..........\n......*...\n......**..\n....**..*.\n....***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*.\n*..*.**.*\n..**.**..\n...***.**\n*.*..**..\n```\n\n\n## Output without wrap\n\n```\n*******..\n*...****.\n.*.......\n..*....**\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n**......*\n.......*.\n.*......*\n*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n.**.*..\n*....**\n.*.*...\n.**....\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n**.**..\n*..***.\n**.....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.*.**..\n*..****\n.*....*\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n......\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n......\n.....*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n*...*\n.*.*.\n*..**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*****\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n**...\n*****\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n**.***\n**.***\n```\n\n\n## Output without wrap\n\n```\n*.***.\n.....*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.***.\n..***\n**.*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*****\n***.**.***\n.********.\n*****.****\n```\n\n\n## Output without wrap\n\n```\n*..*.*...*\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n....**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n...**.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**...\n*****.**...\n*..*....*..\n....*..*.**\n```\n\n\n## Output without wrap\n\n```\n**.*.***...\n*..****.*..\n*....**.**.\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....*\n*..****.*..\n*....**.**.\n*.....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n..*...\n...*..\n...***\n***.*.\n.*****\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n..**..\n.*...*\n*.....\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.***..\n..**..\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n****\n****\n*.*.\n****\n****\n**.*\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n...*.****\n.........\n*...*....\n```\n\n\n## Output without wrap\n\n```\n....****.\n....****.\n....****.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.***\n....****.\n....*****\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.******\n.....*.*.\n.........\n.*.....*.\n*.*...***\n..***.*..\n```\n\n\n## Output without wrap\n\n```\n....**.**\n.....*.**\n......*..\n.*....***\n..*..**.*\n.***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n*....*.*.\n......*..\n**....**.\n*.*..**.*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n...**.........\n..*..**.......\n*.*.**........\n*.*.........*.\n*...........*.\n```\n\n\n## Output without wrap\n\n```\n....*.........\n..****........\n.**...*.......\n..*.***.......\n.*****........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.........\n..****........\n.**...*.......\n*.*.***.......\n******........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...**\n*.***......\n.**........\n..***......\n....**...**\n*...*.*..**\n...*.**..**\n```\n\n\n## Output without wrap\n\n```\n..*..*.....\n.....*.....\n...........\n.**.**.....\n.........**\n...*..*.*..\n....***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..*.\n*....*....*\n...........\n.**.**.....\n*........*.\n*..*..*.*..\n...*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n*.......\n..**...*\n...*....\n......*.\n........\n*....*..\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n........\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n*..*....\n........\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n***..\n****.\n.***.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n..*....\n.**.*..\n....**.\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.**.*..\n.......\n.**.**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.\n......*\n.......\n.**..*.\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.\n.*..**.\n***...*\n*..*..*\n*.**.**\n.*****.\n*......\n```\n\n\n## Output without wrap\n\n```\n...*..*\n.*....*\n.**...*\n*.*.*.*\n**..*.*\n*.*****\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..*...*\n..*....\n..*.*..\n....*..\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.\n*.....*.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n.....***\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.\n..*...*.\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*.**.\n****.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n**....\n.*.*.*\n..****\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n**.*..\n**.*.*\n*....*\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n**.*.*\n.*.*.*\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.**.*\n.*.**\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n****.\n**.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.\n....*...\n.*.**...\n.*.*....\n.*.*.*..\n.*.*..*.\n...*..**\n....*..*\n*******.\n```\n\n\n## Output without wrap\n\n```\n.*......\n*...**..\n...**...\n**.*....\n**.*....\n...*.***\n..******\n.*.....*\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*...**..\n...**...\n**.*....\n**.*....\n*..*.***\n*.******\n.*......\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*..*..\n*.*...\n......\n.*....\n.*.*.*\n....**\n...**.\n..**..\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*...*.\n***...\n.**...\n.**...\n.***..\n.*****\n.**..*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..***.\n***...\n***...\n*.*...\n..**.*\n*.****\n..*.**\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.*...\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.**..\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*....\n.**.*.\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.*..*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n***...\n**..*.\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*......\n*.*..*.\n*.*....\n..**.**\n.*.....\n.......\n***....\n.......\n..**...\n......*\n.....*.\n***.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*...*.\n.**.**.\n.**.**.\n..*....\n..*....\n.**....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.*....*\n*....*.\n*.*.**.\n*.*.***\n*.*...*\n..*....\n.**....\n.......\n.......\n*.....*\n**....*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**....\n.***..*..*\n**...*.*.*\n**..*****.\n..***.*...\n*.*.*..*.*\n.**......*\n.*.*.....*\n*..*..*..*\n...*...*.*\n**...***.*\n****..****\n***..*...*\n.*....*.**\n```\n\n\n## Output without wrap\n\n```\n....**....\n..**.*....\n.......***\n.*........\n.*........\n.*........\n**..*....*\n*****...**\n.....*...*\n***...*..*\n*.....*..*\n..*.......\n.*.*....**\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n...*..*..*\n.......***\n..........\n........*.\n*.......**\n....*.....\n..***...**\n.*...*...*\n..*...*...\n......*...\n..*.......\n..*..*....\n...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n.......*\n***...*.\n*....*..\n**......\n*.....*.\n*.*.....\n........\n....*...\n..***...\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n.*....*.\n**....*.\n..*.....\n**......\n*.......\n.*......\n........\n....*...\n...***..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n**....**\n**....*.\n..*.....\n**......\n*.......\n.*.....*\n........\n....*...\n...***..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***.*.*\n*.....*...\n.*...***.*\n*..*.*...*\n...*......\n...*.***..\n..***....*\n.***.*.*.*\n.**....*..\n*.....*.**\n```\n\n\n## Output without wrap\n\n```\n....***...\n**........\n**..**.**.\n..*..*..*.\n..**.*....\n.....**...\n.*.....*..\n......*...\n*..*...*.*\n.*.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.*..\n.*........\n.*..**.***\n*.*..*..**\n..**.*....\n.....**...\n**.....*..\n......*...\n...*...*..\n..*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*****\n**.**\n*****\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n.....\n.....\n*....\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n....*..\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n....*..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*............\n**...........\n.*.....*..*..\n....***.**...\n*...**......*\n*...........*\n........**...\n.............\n.............\n..*..*.......\n.*****.......\n..**.**.....*\n......*......\n```\n\n\n## Output without wrap\n\n```\n**...........\n**...........\n**...*****...\n....*.****...\n....*.*......\n.............\n.............\n.............\n.............\n.**..*.......\n.*...........\n.*....*......\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...........\n**...........\n**...*****...\n*...*.****...\n*...*.*.....*\n*...........*\n.............\n.............\n.............\n.**..*.......\n.*...........\n.*....*......\n.....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.***..\n.**...\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*..*..\n.*....\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*..*..\n.*....\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n..*\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n..*\n..*\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n.**.......\n.**.......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n.**.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n.**.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n***.*.\n.**.**\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n**.***\n*.....\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**.*.\n.*...\n*..**\n```\n\n\n## Output without wrap\n\n```\n***..\n**...\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**...\n.*.*.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n..*.\n.**.\n....\n....\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*****.\n..*....*.*..\n.........*.*\n*..**.*..*..\n..*...*.*..*\n```\n\n\n## Output without wrap\n\n```\n......**.**.\n......**....\n...*.....*..\n...*.*.***..\n...*.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*...*.\n......**....\n...*.....*..\n*..*.*.***.*\n****..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.**..\n.*.*.\n*.**.\n.*...\n****.\n```\n\n\n## Output without wrap\n\n```\n.*...\n**.*.\n*..*.\n*..*.\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n**.*.\n*..**\n*..**\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.*\n.*.***..\n..*..*..\n...*.*..\n...**...\n....*...\n....***.\n*....***\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n****.**.\n*..*.*..\n..*..**.\n..**.*..\n...*.*..\n........\n....*..*\n....*..*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*\n...*.*..\n..*..**.\n..**.*..\n...*.*..\n........\n....*...\n....*...\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n*...*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*..**\n*..**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n.*.***\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*********\n*.*******\n*********\n****.**.*\n**.******\n*********\n******.**\n******.*.\n*****.***\n*********\n*********\n****..*.*\n*********\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*...***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**..*\n.*.......\n**.....**\n.*......*\n..*.....*\n*.*......\n..****...\n...*..*..\n....***..\n..**.**..\n*.**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*....**\n*..*.....\n*..*...**\n..*......\n..*.**...\n.**.**...\n..*..**..\n..**..**.\n.........\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n..*....*.\n*..*...**\n...*...**\n..*......\n..*.**...\n.**.**...\n..*..**..\n..**..**.\n***...*.*\n..**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.*....\n...***.*....*\n*......**....\n.*.......**.*\n.*.**..**...*\n..**.****..*.\n..*...*.**..*\n...*.....****\n*.*........*.\n...***.....*.\n.*....*.****.\n..*****.*..**\n..*..**.*..*.\n*..***....*..\n```\n\n\n## Output without wrap\n\n```\n....*.*......\n...*.*.......\n.*********...\n***...**.*.**\n...***....*.*\n.*..........*\n....***.....*\n.*..**.......\n........*****\n.*****..***..\n.......******\n.*.*...**...*\n.*.......****\n..****....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*......\n...***......*\n**********.*.\n.**...**.*...\n...***....*..\n.*...........\n....***....*.\n*...**.......\n*.......***..\n.*****..***..\n*......****..\n**.*...**..*.\n*.......****.\n..**....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n***....\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n.......\n*.*....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***....\n.......\n*.*....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n*.****.\n.**...*\n..*..*.\n.**..**\n...**.*\n..*...*\n.*...**\n....**.\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n***.**.\n*...**.\n......*\n...*.*.\n.**...*\n.*.**.*\n..***.*\n....*.*\n.**.*..\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n....**.\n*.....*\n...*.*.\n***...*\n.*.**.*\n..***.*\n*...*.*\n***.*..\n****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n*.**.*\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n*....*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n..**\n*..*\n.***\n....\n...*\n....\n*..*\n.*..\n..*.\n.**.\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n....\n.***\n...*\n....\n....\n....\n.**.\n..*.\n*.*.\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*..*\n..*.\n....\n.***\n*..*\n....\n*..*\n*...\n****\n..*.\n*.**\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**...\n**.*.....*\n.*.******.\n***.****.*\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.**.......\n.**.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.......***\n........**\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*.**\n****...**.\n..........\n..........\n.***......\n*...*.....\n```\n\n\n## Output without wrap\n\n```\n**.*....**\n****...***\n.**.......\n..*.......\n.***......\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*.\n****...**.\n.**.......\n..*.......\n.***......\n*...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.**..\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.**..\n.***.\n***..\n***..\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*.**\n*..*.\n*.**.\n..***\n..***\n.....\n....*\n***..\n```\n\n\n## Output without wrap\n\n```\n.***.\n****.\n*.**.\n.....\n.....\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.****\n*.*.*\n**..*\n**..*\n*..**\n.*.**\n.*...\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n**...\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n*....\n*.*..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*.\n*.*.....\n.*.....*\n........\n........\n....**..\n**....*.\n*.*.*...\n*.**.***\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.*.....\n.*......\n........\n........\n....*...\n******..\n*.....*.\n.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*...\n*.....**\n**.....*\n........\n........\n*...*...\n******..\n..*...*.\n...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n*..\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n*.*\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n..*.*.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..\n.***...\n.**....\n.....**\n......*\n..**...\n.*.**..\n*...**.\n.*...**\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n....**.\n....***\n...*..*\n..***.*\n*....*.\n***..**\n.**...*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n**.**..\n**..**.\n.*..**.\n*..*...\n..***.*\n*......\n*.*...*\n*..**.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n..*...\n.***.*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*\n*..*****\n..***...\n...**...\n...*..*.\n....**..\n```\n\n\n## Output without wrap\n\n```\n......**\n..*...**\n.....***\n........\n.....*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..\n**....*.\n**...***\n......*.\n....**..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..\n.**.....\n......*.\n........\n*...*...\n....*...\n*.*.*...\n...*....\n*.*.....\n.****...\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**.....\n........\n........\n........\n.*..**..\n....*...\n..**....\n....*...\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.**.....\n........\n........\n........\n.*..**..\n....*...\n..**....\n....*...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n*....*\n...*..\n.**...\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n*****.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n......\n***...\n.*****\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n**.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n***\n*..\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n*...\n*...\n*.*.\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n..*.....\n...*....\n........\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****\n*..**.*\n..*..**\n.***...\n.......\n****...\n.**..*.\n...**..\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*..**\n...*...\n.**....\n*..*...\n**.....\n.**.*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n***...*\n*..*...\n***...*\n*..*...\n**....*\n*.....*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n......*.*\n......*.*\n*.....**.\n......*.*\n****...*.\n*...*....\n.****....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....**..\n........*\n*.**.**.*\n*.**...*.\n*...*....\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.........\n.........\n.........\n*....****\n**......*\n*.**.****\n*.**...*.\n....*...*\n**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..\n*...***\n*..**..\n...*.*.\n*..*.**\n.*...*.\n**.*...\n*.*.*..\n..*.**.\n**.***.\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n*......\n...*..*\n..**.**\n..*..**\n.*...**\n*..**..\n*.*.**.\n*.*....\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*......\n*..*...\n*.**.*.\n*.*..*.\n.*...*.\n*..**.*\n*.*.***\n*.*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.***.\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..**.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*..\n..**.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.**.\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**..*\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n****.\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n**..*\n..*..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.*......*\n.*.......\n*.......*\n*.......*\n..*....**\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n.*......*\n.*.....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n.*......*\n.*......*\n.*.......\n.*.....*.\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*..***\n..**.*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*...\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.....*\n...*..****\n.*....**..\n........*.\n....*.***.\n...**.*...\n..*.*...*.\n**.*.*...*\n.*..**.**.\n```\n\n\n## Output without wrap\n\n```\n.***....*.\n.*.*..**.*\n.....*****\n....***.**\n...**.*.**\n..*.*.....\n*****...*.\n...*...**.\n*.***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*..\n*.*.***...\n.....*****\n....***.**\n...**.*.**\n***.*...*.\n..***.....\n....**.*..\n.*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*.*\n..***..*.*\n*.*..**...\n*.*.*.....\n.*..*.*.**\n..***.**..\n```\n\n\n## Output without wrap\n\n```\n..........\n.*****....\n.*........\n..*.*.....\n.*..*...*.\n..***.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.*\n....*..*.*\n*........*\n..*.*.....\n.*..*.*.*.\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*****\n........\n....***.\n*.**.*..\n.*..*...\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n....***.\n...*...*\n...****.\n.***..*.\n.*..**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****\n...*....\n...****.\n.***..*.\n.*..**..\n***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...*\n....***..\n.....*...\n....**.*.\n*....*.*.\n*...*....\n```\n\n\n## Output without wrap\n\n```\n...**....\n...*..*..\n.........\n....**...\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n...*..*..\n.........\n....**..*\n.....*...\n*..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n****\n....\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.***.\n*.*...*.**\n...*..*.*.\n*....**..*\n```\n\n\n## Output without wrap\n\n```\n.***.*****\n...*..*..*\n........*.\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*\n..**...*..\n.....*.*..\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n*........\n..***....\n*.***....\n*.**..***\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.*.....\n..*.*....\n.....*.*.\n..*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.*.*.....\n..*.*....\n*....*.*.\n*.*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n**.*\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*\n**.*.*..\n...*.*..\n....*...\n........\n........\n........\n........\n.*....**\n**.....*\n```\n\n\n## Output without wrap\n\n```\n....*...\n..**.**.\n..**.*..\n....*...\n........\n........\n........\n........\n**....**\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**\n*.**.**.\n..**.*..\n....*...\n........\n........\n........\n........\n.*....**\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*...**\n.....*\n...**.\n..*..*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n...*.*\n..**.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n**.**.\n*..*.*\n*.**.*\n.....*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.\n*.*..**.\n*.*..**.\n```\n\n\n## Output without wrap\n\n```\n.******.\n.**....*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*\n*.*....*\n*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n.....*..*.\n.....*.*..\n..........\n..........\n..........\n..........\n..........\n.......**.\n.........*\n......**.*\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.....*..*.\n......*...\n..........\n..........\n..........\n..........\n..........\n........*.\n......*..*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**\n.....*..*.\n......*...\n..........\n..........\n..........\n..........\n..........\n........*.\n......*..*\n......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....*\n.*.*.*...\n****.*.**\n..**.*.*.\n```\n\n\n## Output without wrap\n\n```\n**..*....\n...*..***\n*....*.**\n...*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*.*\n...*..**.\n*....*.**\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.........\n.*.........\n.*....***..\n**...***..*\n.*.*....*.*\n..*..*.*...\n.......*.*.\n...........\n..*....**.*\n**.........\n```\n\n\n## Output without wrap\n\n```\n***........\n...........\n......*....\n.....**.**.\n*.*.**.***.\n.*....*..*.\n......*..*.\n.......**..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.......\n...*.......\n......*....\n.*...**.*.*\n.**.**.**.*\n......*...*\n......*..*.\n.......**..\n**........*\n*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n*.*..\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*.*\n*.....\n*.....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.********\n*************\n*****.***.*.*\n*.**.********\n***********.*\n*.**.********\n**.***.******\n*************\n*************\n**.*********.\n*************\n***.*********\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...******\n*...**..*.\n*.**.*****\n**.**.*.*.\n***..***.*\n.**.******\n********..\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.*.....*.*\n.*........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n.**.....\n.*....*.\n**.....*\n*.......\n.......*\n...*....\n..****..\n.*..*...\n***.....\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.......\n........\n**......\n**......\n........\n..**....\n..*..*..\n*...**..\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n*.......\n.......*\n.*.....*\n.*......\n........\n..**....\n..*..*..\n*...**..\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n....\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n*...*\n...**\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n...**\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n*....\n...*.\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n..*....\n.......\n.*.....\n.......\n..*....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....**....\n..**.****.**.*\n...***......*.\n.*...***.*....\n*...****.*....\n*...*.*.*..***\n***.*.*.*....*\n***.*.*.....**\n**............\n.*.*........**\n***....**.....\n.*.*.*.**.....\n.*..*.*...*...\n```\n\n\n## Output without wrap\n\n```\n....*.*.*.*...\n...*.**.....*.\n....*....*..*.\n..***...*...*.\n**.**....*****\n*...*...**..**\n...*.*.**..*..\n...*........*.\n..............\n...**..*......\n...*..****....\n..*......*....\n......***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....******\n..*.*.***....*\n....*....*..*.\n..***...*...**\n...**....***.*\n.*..*...**..**\n...*.*.**..**.\n...*..........\n..............\n...**..*......\n...*..****....\n*.......**....\n**....****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*.**.*\n*..**.\n......\n***..*\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*...*.\n*...*.\n*.....\n*.....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**.**\n.*..**\n......\n.**..*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n**..\n.*..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**.*.\n*.*..\n*..*.\n*..**\n***.*\n*****\n.*..*\n...*.\n***.*\n*****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*..**\n....*\n*.**.\n*.***\n*...*\n.....\n....*\n**..*\n*..**\n*...*\n....*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.**.\n*.**.\n.....\n.....\n.....\n.*...\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n...*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n.............*\n**.**.........\n.***..........\n..***.........\n...*....*.....\n........**....\n..........***.\n.............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n*.***.........\n.**.*.........\n..***...*.....\n...*........*.\n........*.....\n............*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n**............\n**...........*\n*.***.........\n.**.*.........\n..***...*.....\n...*........*.\n........*.....\n............*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..**\n*.*.\n***.\n....\n***.\n*..*\n.***\n....\n**..\n..**\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n*.*.\n***.\n*..*\n****\n*..*\n.**.\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.*.*\n.*.*\n*.*.\n.*..\n....\n*.**\n....\n****\n....\n**.*\n**.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n**..\n..*.\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...****.\n.***......\n.*..*.....\n.*.**.*...\n*..**.*..*\n...*.***.*\n..*..*..*.\n.**....*..\n```\n\n\n## Output without wrap\n\n```\n**....**..\n...*****..\n**..**....\n**........\n........*.\n..**...*.*\n.*****..*.\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..***.\n...*****..\n**..**....\n.*........\n*.......**\n*.**...*.*\n.*****..*.\n*.*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n**.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*..*\n.*.*.\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.*.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n**.*.\n**.*.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n**.***\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n**...\n...*.\n.*...\n*.**.\n....*\n.....\n*.*..\n.*.**\n****.\n```\n\n\n## Output without wrap\n\n```\n***..\n**...\n***..\n.*.*.\n.***.\n...*.\n.....\n.***.\n....*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n**...\n***..\n.*.**\n*****\n...**\n.....\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....***\n....**.\n.......\n.......\n....*..\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n....*.*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n....*.*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******.*\n.*********\n********.*\n**********\n*****..*..\n```\n\n\n## Output without wrap\n\n```\n.........*\n.........*\n..........\n.........*\n*......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n*.....\n*.....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n*....*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.....\n.....*.....\n..*.*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...**......\n```\n\n\n## Output without wrap\n\n```\n...........\n...***.....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....\n...***.....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*.*.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*.**\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.*...........\n.*.*........*\n...*........*\n...*........*\n***..........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..*..........\n.............\n...**......**\n.*.*.........\n.**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n.............\n*.*..........\n.............\n...**......**\n.*.*........*\n***..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.\n.**..**\n*******\n```\n\n\n## Output without wrap\n\n```\n...***.\n..*...*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n*...\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n...***....\n..*..**.*.\n...*..*.*.\n....***...\n..........\n.....*....\n```\n\n\n## Output without wrap\n\n```\n...*......\n..**.**...\n..*...*...\n...*......\n....****..\n....*.*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n..**.**...\n..*...*...\n...*......\n....****..\n....*.*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n*..\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n*.*\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n****\n****\n***.\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.**\n.......*.*.*\n*.........**\n.*....**..*.\n*.....*...**\n```\n\n\n## Output without wrap\n\n```\n.......*.**.\n...........*\n.........*..\n.....*...*.*\n......***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*..\n.........*..\n.........**.\n**...*...*..\n.....*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.*.\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n....\n..*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*.*\n.....*.*.*\n.......*.*\n..**....*.\n..***.....\n.....*....\n..........\n...*..*...\n...******.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....***..\n...*.***.*\n.....*.**.\n..*.**....\n...**.....\n...**.....\n...*..**..\n...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***....*\n*.....**.*\n*..*.***.*\n.....*.**.\n..*.**....\n...**.....\n...**.....\n..**......\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n.*..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n.**..*.\n*.....*\n***....\n....*..\n*......\n*......\n***..**\n.......\n....*..\n.......\n..*....\n...***.\n......*\n```\n\n\n## Output without wrap\n\n```\n..*****\n.***...\n*......\n**.....\n*......\n.......\n*......\n**.....\n.*...*.\n.......\n.......\n...**..\n...***.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*\n.***...\n......*\n**....*\n*......\n.......\n.......\n**....*\n**...**\n.......\n.......\n...**..\n...***.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****...**\n.*.***.*..\n.***.**.*.\n**.****.**\n.**..*...*\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*.*\n.......*..\n*.*.......\n***....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n.......*.*\n.......***\n........*.\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*****\n...**\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*.*...\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n.*....\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n.*....\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**\n.*..*.*\n**....*\n**..*..\n**....*\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n**...**\n..*...*\n..*....\n..*..*.\n..*.*..\n**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n..*....\n..*...*\n..*..*.\n..*.*.*\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n**.*.\n.**.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**.*.\n...*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**.**\n...**\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.......**\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.*......*\n.........\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.****.\n****.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n*.....\n.....*\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n....\n*...\n....\n....\n*...\n....\n.*..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n.**.*...\n*.*.**..\n*.*.*...\n..***.**\n.**.....\n***..*..\n```\n\n\n## Output without wrap\n\n```\n.***....\n*.*.**..\n..*.*.*.\n.*....*.\n...**...\n.*.**.*.\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n.**..*..\n..*.*.**\n*.....*.\n**.**...\n*...*..*\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..\n.**...**\n.*....**\n........\n........\n.......*\n*.....*.\n*..***..\n*..*....\n*..*....\n```\n\n\n## Output without wrap\n\n```\n***...*.\n*....*.*\n*.*...**\n........\n........\n.....*..\n...*..*.\n*.....*.\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....*...\n***.....\n........\n........\n.....***\n**.*..*.\n........\n......*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n........\n........\n........\n........\n........\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*....\n.*.*.*..**..\n..**..***...\n..*.*****...\n....*..*.**.\n...*...***.*\n..*....**.*.\n...***...**.\n........*.**\n.....*......\n.*........**\n...*...*.*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..*.*.......\n...*........\n....**......\n...*.***..**\n..*.****....\n...***.*..**\n....*.....*.\n.........*.*\n.........**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.**.\n..****..*...\n..*.*.......\n...*........\n....**......\n...*.***..**\n..*.****....\n...***.*..**\n....*.....**\n.........*..\n..........**\n.......**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*\n***...**\n**.*.*..\n.*******\n.*******\n*****.**\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n....*.*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.**.*\n*....\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n*..*.\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*.*\n*..*.\n.**..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**\n.*.*.*.\n..**.*.\n...****\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.**.***\n.*.*.*.\n.......\n..**..*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n**.*.*.\n.......\n*.**...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n**.*.\n*.*.*\n*.**.\n***.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..*.\n*...*\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n..*.*.\n*...**\n*****.\n```\n\n\n## Output without wrap\n\n```\n.***..\n..****\n*....*\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n..**.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.*..*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.*..*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.\n.........\n......**.\n....****.\n.....*...\n*........\n*.*..*.**\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n......*..\n....***..\n....***..\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*\n.........\n......*..\n....***..\n....***..\n**..*.*.*\n**...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.*...\n.*.****..***\n**.*.*...*..\n..*.***.**..\n**.*..**....\n****.*..*.*.\n*..*.*.**.*.\n...*.**...*.\n.**...*.....\n*.*...*.**..\n```\n\n\n## Output without wrap\n\n```\n**.*..**.**.\n.......****.\n**.....*....\n........**..\n*...........\n...*.*..*...\n*..*.*.**.**\n.*.*.*...*..\n.***..*..*..\n..*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n.......*****\n**.....*...*\n........**..\n*..........*\n...*.*..*...\n*..*.*.**.*.\n.*.*.*...*.*\n.***..*..*..\n*.....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n...*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n**.**\n.**.*\n**.*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n....*\n....*\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*....\n.*.*...\n*.*....\n*.*....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.*.*...\n.***...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n.*.*...\n.***...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.....\n.....**.....\n............\n......*.....\n```\n\n\n## Output without wrap\n\n```\n....*.*.....\n....*.*.....\n.....**.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*....\n....*.*.....\n.....**.....\n......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n****\n*.*.\n*.*.\n***.\n...*\n*...\n****\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.**\n*.**\n*...\n*.*.\n.***\n..**\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**..*\n**.**\n**.**\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n*.**.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n*..*\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*.*\n.***\n**.*\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n...*\n..**\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n....*....\n.........\n.......**\n...**..*.\n**.*.*.**\n.**.**.**\n..**..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......**\n..***....\n**...*...\n*....*..*\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......**\n..***....\n.*...*...\n.....*...\n.*******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..***..**.\n**.****.*.**.\n***.**.******\n*.****.**.***\n*****.****.**\n.*********.**\n***.*.*****.*\n****.********\n*..**.***.***\n```\n\n\n## Output without wrap\n\n```\n*.**...*.***.\n.............\n.............\n.............\n*............\n.............\n.............\n.............\n*..**.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*..*\n..*...\n..*..*\n...*.*\n......\n......\n......\n......\n......\n...*.*\n......\n..*...\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n......\n.*..*.\n....*.\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n......\n.*..*.\n....*.\n......\n......\n......\n......\n......\n......\n......\n..*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n...*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n..***.\n*..*..\n**..**\n```\n\n\n## Output without wrap\n\n```\n...**.\n.****.\n*....*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..****\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n....*\n...*.\n***..\n**.*.\n..**.\n.*...\n.*..*\n.*.**\n.....\n..**.\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.***.\n*..*.\n*..*.\n*..*.\n.*.*.\n**.**\n..***\n....*\n..**.\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n..***\n*****\n*..*.\n*..*.\n*..**\n**.*.\n.*.**\n..***\n....*\n..**.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n...**\n.****\n.**..\n.*...\n***..\n.*.*.\n....*\n*.*.*\n.**..\n*****\n****.\n...**\n```\n\n\n## Output without wrap\n\n```\n..***\n.*...\n.*..*\n*....\n.....\n*....\n**.*.\n.**.*\n..*..\n....*\n....*\n*....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n.*..*\n.....\n.....\n*....\n.*.**\n.**.*\n*.*.*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***\n********\n****.*.*\n******..\n*.**.***\n****.***\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n.......*\n.......*\n.......*\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.**\n*.*\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.**\n*.*\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.*..\n.**..\n*..*.\n...**\n*.*.*\n*.**.\n..**.\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*.***\n*...*\n.*..*\n.**.*\n....*\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*.**.\n.....\n...**\n*.*..\n.*...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*.*.\n.****\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n.*..*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*.**\n**..*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.**.\n*....\n.*.*.\n..*..\n**...\n..*.*\n...*.\n....*\n..*.*\n....*\n*.*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.**.\n*..*.\n.**..\n*.*..\n.***.\n.***.\n...**\n....*\n....*\n.*...\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*.***\n*..*.\n.**..\n*.*..\n****.\n*****\n...**\n....*\n*...*\n**..*\n*****\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*..\n.*..*..*.\n..***....\n.*......*\n.*..*....\n*...*....\n**.*....*\n.....*..*\n***..**..\n****..*.*\n.**.....*\n..*..*...\n.**....**\n```\n\n\n## Output without wrap\n\n```\n.****....\n*....*...\n**..**...\n....*....\n*...*....\n..***....\n***...*..\n**.....*.\n...*.....\n...*...*.\n....*..**\n.**....**\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n.*..*....\n....**...\n....*....\n.*..*....\n.****....\n..*...*.*\n*.......*\n...*....*\n...*....*\n*...*....\n*........\n*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.**.*.*\n***.*.*.*.....\n**...***.*.*.*\n***********.*.\n*....*.**.***.\n..**.***...*..\n***.*.****..**\n**....*.******\n**..**.**.**.*\n**.**...*..*.*\n..*.*.....**.*\n*..**.***.****\n..****.*..*..*\n***..*...*****\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n............*.\n...........*.*\n............**\n*..*........**\n.**.*.........\n..............\n...*.***......\n.*.******...**\n*.....*..*..**\n**....*.*.....\n*.*..*...***.*\n.*....*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n...........**.\n..............\n...........***\n.*............\n...*..........\n..*.*.........\n..............\n...*.***......\n...******.....\n.*....*..*....\n.*....*.*.....\n..............\n......***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n***..\n**.**\n..***\n.*.**\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n**...\n***..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n****.\n**..*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*.***\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**...\n..***\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.*\n**....***.\n.....***..\n....**....\n..**.....*\n**.**..***\n.*.**..**.\n.*.*......\n.**.*.....\n*...*.***.\n```\n\n\n## Output without wrap\n\n```\n**....**..\n**...*....\n....*...*.\n...***....\n.**..*...*\n**.....*.*\n.*.....*.*\n**........\n***.**.*..\n.*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n**...*....\n....*...*.\n...***....\n.**..*...*\n.*.....*..\n.*.....*..\n**........\n***.**.*..\n*..*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n.**.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n...*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n..**.\n.....\n.....\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...**\n...*.\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n**....\n******\n*.*..*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**.*\n..*..*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n..****\n..*.*.\n.***..\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*...*\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*....\n.....\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n....*\n.....\n.....\n..**.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n...*.\n..**.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.****.\n.****...****\n********.**.\n.*.*****.***\n```\n\n\n## Output without wrap\n\n```\n.*...*.*...*\n...........*\n*...........\n**.....*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n****.\n**.**\n.****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n***\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.***..\n..*...\n..****\n.**..*\n*.*...\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.****.\n.****.\n......\n....**\n.....*\n..**..\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n......\n*...**\n.....*\n*.**..\n.*....\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n*..*....\n*..*....\n*...***.\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n**..*...\n**.*.*..\n....***.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n**..*..*\n**.*.*..\n....***.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n***..\n.****\n.***.\n*.*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....****.\n*.*.*......***\n*....*..*.****\n****........**\n...**..*.**.*.\n```\n\n\n## Output without wrap\n\n```\n..**..........\n..**.*........\n*....*........\n*..........**.\n**.**.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....**....\n...*.....*....\n*....*........\n*****...*.....\n**..**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.....\n...*.*\n*....*\n*....*\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*..**\n....**\n*...*.\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**.*\n..**\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n*.*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n..*.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n***.....**\n.*.*......\n...*....*.\n...*.....*\n.*.*.....*\n.*........\n```\n\n\n## Output without wrap\n\n```\n***.......\n..........\n*..**.....\n..........\n...**.....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....*\n...*....**\n.*.**....*\n*.......*.\n...**....*\n**.*......\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..***\n**********\n********.*\n**********\n```\n\n\n## Output without wrap\n\n```\n*...*....*\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*..*\n**.*\n**..\n**..\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n....\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n....\n....\n...*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.......\n.......\n.......\n.......\n.......\n...*.*.\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.......\n.......\n.......\n.......\n.......\n...*...\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n..**\n*.*.\n....\n....\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n...*\n.***\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n....\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....\n**.*****\n.*.....*\n..**.**.\n..**....\n..**....\n..*.....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**.*.**.\n...*****\n**.....*\n.*.**.*.\n.*......\n.*......\n..**....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**.\n...****.\n.*......\n.*.**.*.\n.*......\n.*......\n..**....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*....\n**..****..\n*...*.....\n....*****.\n........**\n***..**.*.\n**.*..*..*\n```\n\n\n## Output without wrap\n\n```\n.***.*....\n***...*...\n**.*....*.\n....******\n.*..*....*\n*.*..**.*.\n*....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.*\n***...*...\n**.*....**\n....*****.\n**..*.....\n..*..**.*.\n...*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n....*.*\n....**.\n.**.***\n.*.***.\n.*.*.**\n**.*..*\n...*..*\n***.**.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n..*....\n***....\n*......\n.......\n**.****\n*.....*\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n..*....\n..*...*\n.......\n**.....\n...**..\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n****\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n*****.*\n******.\n**...**\n```\n\n\n## Output without wrap\n\n```\n*...*.*\n......*\n.......\n*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.******.\n..*..*.***\n**.***..**\n*.*..*...*\n.*.*.*...*\n******....\n........**\n.*****..**\n**.*.**..*\n```\n\n\n## Output without wrap\n\n```\n..***.....\n.*...**...\n....**....\n.......*..\n**.....***\n**..******\n.....*...*\n.....*....\n**...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n....**....\n.......*..\n.......*..\n....******\n.....*..*.\n......**..\n..*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*............\n*.............\n***...........\n```\n\n\n## Output without wrap\n\n```\n..............\n*.............\n**............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..........\n..**..........\n..**..........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n*.*.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.**.\n...*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n.....***\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n.......*\n.....*.*\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.....*.*\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**..\n..**\n****\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n......\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.*.*\n.*.*..**..*\n.*..*******\n.*.*.....*.\n.***...**.*\n.*......***\n```\n\n\n## Output without wrap\n\n```\n....**.....\n......*..**\n**.*.*.....\n...*.**....\n....*.****.\n***....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**...\n..*...*....\n*..*.*.....\n.*.*.**....\n*....*.....\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........*.\n........*.\n........*.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n........*.\n........*.\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n........*.\n........*.\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......*\n.*.*...*..*.\n.*.*.**...*.\n..*.**...*..\n..*.*.......\n..**.*...*..\n*..*...*****\n.*.*..*...*.\n***..*.....*\n..*...*.*.**\n..*...*.*.*.\n.*........*.\n**...*.*...*\n```\n\n\n## Output without wrap\n\n```\n............\n..*..**..***\n.*.*...*.***\n*..*.**.....\n*..*........\n*..*...**...\n.*.****..*..\n...*.....**.\n.........*.*\n...*.*.*.*.*\n*....*.*....\n.........***\n*.*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*..*..\n...*...*....\n.*.*...*.**.\n*..*.**.....\n...*........\n...*...**.**\n.*.****..***\n*..*.....*..\n.........*..\n.*.*.*.*.**.\n.....*.*..**\n.........*..\n...*.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n....*........\n...*.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......*..\n...*.........\n.............\n.**........*.\n**.*.........\n*............\n....*........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..*..........\n*.*..........\n..*..........\n**...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n...*.........\n..*..........\n*.*.........*\n..*.........*\n**..........*\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n.....*.\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...**..\n...**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n****\n.*.*\n*.**\n*.*.\n....\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n....\n*..*\n..**\n.***\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n.**.\n..**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n.*.*\n**.*\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**.*\n**.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.*..\n*.*.\n.*..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n*..******.\n.*******.*\n***.******\n**********\n.*********\n**********\n.***.*****\n*******.**\n.*...*****\n******.**.\n**********\n```\n\n\n## Output without wrap\n\n```\n**........\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.***..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n**....\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n.*.*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n....**\n....**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n..*...\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n***.**\n******\n******\n**.***\n******\n******\n***.**\n.*****\n**.*.*\n******\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*.......*\n*.......*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*.......*\n*.......*\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n..**...*..\n.*..**.*..\n*....*....\n*..**.**..\n..*...****\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n...*......\n.*...*....\n*....**...\n*....*....\n.....**...\n.*.*.**.*.\n..*...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.....*....\n*....**...\n.....*....\n.....**..*\n.*.*.**..*\n...*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n.**..\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*...\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*...\n..**.\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*\n.******\n...****\n*.....*\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.*..*.*\n.*.....\n.*.....\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n.*.....\n.*.....\n....*..\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.......**\n*.***.........\n.***..........\n.***....*.....\n........*.....\n........*.....\n..............\n..............\n...........***\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n**............\n.**.....*.....\n..*.....*.....\n........*.....\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..........\n..............\n..............\n.**.....*.....\n..*.....*.....\n........*.....\n..............\n..*...........\n..**.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.**.\n.........*..\n............\n............\n............\n............\n.....**.....\n*..........*\n**..***....*\n....*.......\n......*.....\n.....**.....\n```\n\n\n## Output without wrap\n\n```\n........*.*.\n........*.*.\n.........*..\n............\n............\n............\n............\n**..**......\n**.**.......\n....*.*.....\n......**....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..*.\n......*...*.\n.........*..\n............\n............\n............\n............\n....**......\n.*.**......*\n*...*.*.....\n.....*......\n......****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*........\n...***...**.\n.**.*..*....\n..*.******..\n...**..*....\n.*.*....**..\n```\n\n\n## Output without wrap\n\n```\n............\n...*........\n*.*.........\n.**.........\n.*..........\n...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*..\n*........*..\n*.*.........\n.**.........\n*...........\n**.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n*..\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n**.\n*..\n*..\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n..***.\n....*.\n...*..\n...**.\n.**...\n.*.*..\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*****\n..*.*.\n..*...\n..***.\n..*..*\n******\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n******\n..*.*.\n..*...\n..***.\n..*..*\n*..*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n....\n....\n....\n....\n.***\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..*.\n..**\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n..*.\n*.**\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n.*..**\n******\n*****.\n..****\n*****.\n******\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n******\n......\n......\n*.....\n.....*\n*.....\n.....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n.*....\n.*...*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*...\n.**...\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n....*\n***..\n.**.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n*.*..\n*.**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n..*.*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*...*\n.....\n.....\n..**.\n..**.\n..**.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n..**.\n.*..*\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*..**\n.....\n.....\n..**.\n.*..*\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**....*.\n....*...***.\n....*...*...\n...*........\n..*.....*...\n**......*.*.\n........***.\n...**....*..\n```\n\n\n## Output without wrap\n\n```\n...***...*..\n............\n..*......*..\n...**.......\n.**.....**..\n.**....**.*.\n..........**\n........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.**...\n...*.*.**.**\n..*......*..\n...**.......\n***.....***.\n.**....**..*\n....*...*...\n*...**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n...*\n*..*\n..*.\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n..**\n....\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n*.**\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n.**\n**.\n**.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n...\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n....*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n...*\n**.*\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n*.**\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.**\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*......\n*........*\n.........*\n........**\n..........\n..........\n..........\n..........\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.........*\n........**\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......\n*........*\n..........\n........**\n..........\n..........\n..........\n..........\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*...\n..*....*..\n....*.*...\n*.....*.*.\n*.........\n.**.....**\n*.........\n*.........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.....***..\n.....*....\n.....*.*..\n**....***.\n**......*.\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n.......*..\n.....*..*.\n.....*.*.*\n*.....**..\n.*......**\n*.........\n..........\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n...*.\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n..**.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*...\n*.*...***\n*...*.***\n*..**..**\n*.**..***\n.***...*.\n**..**.**\n.****.**.\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n**.***.*.\n*...**...\n*..*.*...\n.*...*...\n.....**..\n.........\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...**....\n....**...\n...*.*...\n.....*...\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n..**\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n....\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n.***..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**......*.\n..............\n............*.\n.....*.*......\n.....***......\n..............\n..............\n...**.........\n*****.........\n*..*.*........\n..****........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.....*.*......\n.....*.*......\n......*.......\n..............\n.*..*.........\n**...*........\n*....*........\n..**.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*........\n..............\n..............\n.....*.*......\n.....*.*......\n......*.......\n..............\n.*..*.........\n**...*........\n*....*........\n..*...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*.*\n*....*.*..\n*.......**\n..........\n..........\n..........\n..........\n..*.*..*..\n...***.*..\n....*.....\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n......*..*\n.......**.\n..........\n..........\n..........\n.....*....\n....*.*...\n...*......\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...**\n.*.**.*...\n*......***\n*.......**\n..........\n..........\n.....*....\n....*.*...\n....*.....\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n.*.*..*.\n*..*....\n....***.\n***.....\n**......\n...*.*.*\n.......*\n.*..*..*\n..*.*..*\n.....*..\n.....**.\n*..*....\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n..**..*.\n*.****..\n*.*..*..\n*.......\n......*.\n....*..*\n...*..**\n...****.\n....**..\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*\n*.*....*\n..**..**\n*.****.*\n*.*..*.*\n.......*\n......**\n....*..*\n...*..**\n*..****.\n....**..\n....***.\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.**.*\n*...*\n.***.\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n..*..\n*.**.\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**..*\n***..\n.*.**\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n*****...\n****.***\n********\n*.**.**.\n**.****.\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.*\n****.*..\n...*.***\n**......\n*..*..**\n*.**...*\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n..**.*.*\n*..*....\n***....*\n*......*\n..*..***\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n...*....\n..*....*\n......**\n....*.*.\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n*...*.\n*.*.*.\n*.**..\n..*..*\n```\n\n\n## Output without wrap\n\n```\n...***\n..*..*\n..*.*.\n....*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*...*.\n*.*.*.\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...***\n.*.....*\n.*.*...*\n*.**....\n...*..**\n****.***\n*...*..*\n...*****\n```\n\n\n## Output without wrap\n\n```\n**....**\n.*.....*\n**.*....\n.*.**.**\n*....*.*\n****.*..\n*.......\n...*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.*......\n.*.*...*\n**.**.*.\n.....*..\n.***.*..\n........\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.**.*\n***.*....****.\n.*........**..\n.*.....*.**.**\n*....******.**\n....*...*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....*...*.....\n....*....*....\n......*.*.....\n......**......\n.....*......**\n.....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*.....\n.....**..*....\n......*.*.....\n......**......\n.*....*.......\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.****..\n.......\n..**...\n.......\n.......\n.......\n..**...\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*..*..\n..**...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.****..\n..**...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.\n.**....\n...**..\n****.**\n.*.*..*\n...*...\n```\n\n\n## Output without wrap\n\n```\n*..*...\n*......\n*...**.\n**...**\n**.*.**\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..\n*......\n....***\n.*...**\n.*.*.**\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.**..*..\n.*.*****......\n.**...**.*.*..\n...*.***.**...\n```\n\n\n## Output without wrap\n\n```\n..*...........\n........**....\n.*......**....\n........***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*.*..\n.*........*...\n.*.*.....*....\n.***....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**.\n..***.**.\n.*.....**\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*.**.\n.*..*....\n..****..*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n.*..*....\n*.****..*\n*.****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n...*..*\n*..*..*\n...*..*\n..**.*.\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n..*....\n.......\n..*..**\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***....\n..*....\n*......\n.**....\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n***.\n...*\n..*.\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n****\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.**.\n*..*\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n......\n.*.*.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.....\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..........\n.............\n.............\n.............\n.............\n........*...*\n........*...*\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n**.\n.*.\n...\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n***\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n**.\n***\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n..*.*\n**.**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n*.*.*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*.*....\n*....*.\n*.....*\n*....**\n***....\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n*......\n**....*\n*....**\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*......\n*......\n.*.....\n.....*.\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*****.**...\n......****.**.\n.....*....*..*\n...**...*..**.\n..........*..*\n.........**.*.\n..*...*.*.....\n.***..*.....**\n```\n\n\n## Output without wrap\n\n```\n..........***.\n......*..*..*.\n....**...*...*\n....*....*...*\n.............*\n..*.....**...*\n.*.*.....*.**.\n.*.*....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*****.\n...*.....*.***\n....**...*...*\n*...*....*...*\n.............*\n*.*.....**...*\n***........**.\n.*..*......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.*\n***...*...\n*.*...*.**\n.......*..\n..........\n......*.*.\n......*.*.\n.......**.\n..........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n*.........\n*.*...*..*\n*.*...*.*.\n.......**.\n.......*..\n..........\n......*.**\n.......**.\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....****\n..*...*...\n*.*...*.**\n.......***\n.......*..\n..........\n......*.**\n.......**.\n.......**.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n.*...*\n.*..**\n.**.*.\n...*.*\n...*..\n*.****\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n**.***\n**....\n..*...\n....*.\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n**.**.\n**....\n.**...\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n**.*\n..**\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n..*..*\n..****\n*.*..*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.**..*\n..*..*\n.....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n***...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.......\n..*....\n.***...\n..**...\n....*.*\n*.*****\n.****..\n.**....\n......*\n.....**\n.......\n.**....\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.**....\n**.*...\n***....\n.....*.\n.......\n.......\n.......\n.....**\n.....**\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n...*...\n.**....\n**.*...\n.**....\n.*...**\n.*...*.\n.*....*\n.*...*.\n.*...*.\n*....*.\n.......\n.*.....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.*\n*....*.*\n*.****.*\n........\n...**...\n*..**..*\n....*...\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.**.**.\n.*.*.*..\n..*..*..\n...***..\n.....*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...*\n..*.....\n**.*.*..\n***..**.\n...***..\n...*..*.\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......*\n**.*.....*.\n*.*...**.*.\n*....*..**.\n.....*.....\n.*...*.*...\n```\n\n\n## Output without wrap\n\n```\n**.......*.\n*.*....**.*\n*.*...*....\n.*..**....*\n....**..**.\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**...**\n****...***.\n.**...*....\n.*..**...**\n.*.**...**.\n**..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..***\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..*.*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n.*....\n*.....\n......\n......\n......\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n**....\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n....*\n..**.\n.***.\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n.*..*\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*.*\n.*..*\n.*...\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.*..*.\n..*..*\n*..*.*\n.**.**\n...**.\n*...*.\n.*.*..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n.*...*\n...*.*\n.*.**.\n......\n......\n.**.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n*..**.\n*..*..\n*....*\n....*.\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n.*****\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*.*.*.\n.....*\n...*..\n*..*..\n.*....\n...***\n....**\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*....*\n......\n....*.\n..*...\n..***.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.*.*.\n......\n....**\n.**.**\n*.**.*\n*..*.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*..***\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n....\n....\n*.*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n....\n.*..\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n.........\n.....*...\n....**...\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n....**...\n...*.*...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n....*....\n....**...\n...*.*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n...\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n.*.\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n.......**.\n..........\n.*........\n..**......\n..*.......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n..........\n..*.......\n.***......\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n.......**.\n..........\n..*.......\n.***......\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.**.*.\n..*.**\n.*****\n**..**\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n.*....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.*..**\n*...**\n.*.***\n..***.\n*.*.**\n**.***\n.*.*..\n.**.**\n.*.***\n*****.\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*...*.\n....*.\n...*..\n***...\n......\n......\n......\n**....\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n**.*..\n*..*..\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..\n.....*..\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*.*\n....\n..**\n..**\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n...*\n..**\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n*..*\n..**\n.*..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******\n**...**..\n*.***.***\n..*.*.***\n********.\n..*....**\n***.*..**\n.*.***..*\n...*.***.\n...*.*..*\n.*.***..*\n.**.****.\n*.*.**.**\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n*.*.*....\n*........\n.*.*.....\n.........\n....*....\n**...*...\n**..***.*\n..*....**\n..*.....*\n.........\n.*.....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n.........\n...*.....\n.........\n....*....\n.....*...\n*...*****\n.**....*.\n.**......\n........*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n......\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n....*.\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*.*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n..***\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n.*...**..*\n.**.*.****\n..***.*...\n*.**.*..*.\n*......**.\n.*.....*..\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.**......*\n.*..*...**\n......*..*\n..*..**.*.\n*.*...***.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.**.\n.**......*\n.*..*...**\n*.....*...\n..*..**.*.\n*.*...***.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n......\n***..*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n.*...*\n.*....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n******\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*\n*...***...\n.......***\n....***...\n....*..***\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....****..\n........*.\n....*.....\n....*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*..**.....\n........**\n...**.....\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.****...\n*...*...\n.**.**..\n..*..*..\n........\n```\n\n\n## Output without wrap\n\n```\n.*..*...\n.*..*...\n*....*..\n*....*..\n.*...*..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n.*..*...\n*....*..\n*....*..\n.*...*..\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n.**.*.\n*..*..\n...*.*\n....*.\n...***\n*..***\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.*..*.\n.*.**.\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*..*.\n.....*\n.*.*.*\n..*..*\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*..\n.***.****.\n...*.***.*\n....*.....\n*.....*...\n.**....*.*\n....*..**.\n...*...***\n...**..*..\n****..*...\n..*.*.....\n*...**....\n.***.....*\n...**.....\n```\n\n\n## Output without wrap\n\n```\n....*.....\n...*......\n..**......\n..........\n......**..\n.*....**..\n..**.**...\n...**.*...\n..*.*.**..\n*******...\n.*.**.....\n..*.**....\n..*..*....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**..*\n**....*...\n..**......\n..........\n.*....****\n......**.*\n..**.**.*.\n...**.*.**\n.**.*.****\n..*****..*\n*..**.....\n*.*.**...*\n*..*.*...*\n*.*.***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**.*..\n...*..\n.*....\n.**...\n..*..*\n..**.*\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n**....\n.*....\n.**...\n....*.\n.****.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n..*...\n**....\n.*....\n***...\n*...*.\n.****.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******..\n*********\n*.***.***\n********.\n**..****.\n****.***.\n*.**.***.\n.********\n.*..*****\n*.*******\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n*.*......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n...**.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...**.\n...**.\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...**.\n...**.\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.**.*\n.**..\n.....\n..**.\n.*...\n..*..\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n**.*.\n.*.*.\n.*.*.\n.*.*.\n*****\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n**.**\n*..**\n.*.*.\n.*.**\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n.....*\n....*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n**.**.\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.......\n.......***.\n...........\n...........\n*...**..***\n*..*..**...\n.*.*.......\n..*.*......\n..*.*..***.\n..*..**...*\n*..*.......\n*......*.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n.......***.\n........**.\n.....**..*.\n.****.....*\n**.......*.\n......*..*.\n*...*...**.\n*...*......\n*...*....*.\n.**...*.*..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*..\n.......***.\n........*..\n*....**....\n..***......\n...........\n......*..*.\n*...*...**.\n....*.....*\n....*.....*\n....*.*.**.\n*.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.....\n*.......**\n...**.....\n**.......*\n..........\n```\n\n\n## Output without wrap\n\n```\n...*......\n..*.......\n**......**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n..*......*\n.*......*.\n*.........\n****......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..***.\n......\n..**..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n....*.\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..**..\n....*.\n..**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n......\n...***\n..*.**\n**.*.*\n*.**.*\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..*...\n.**.*.\n.**.*.\n.***.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*....*\n..*...\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.......\n.***.**.......\n***..*........\n...***........\n.........*....\n*.*.....***...\n.**....*.**...\n***...........\n..............\n..........*.*.\n..*.*.........\n....*....**.*.\n...*.*...*....\n```\n\n\n## Output without wrap\n\n```\n..***.........\n*****.........\n.*............\n.**..*...*....\n.*...*...*....\n..*.*.....*...\n.***..........\n.**...........\n.*............\n..............\n....*....**...\n...***..*..*..\n....**...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n**............\n.*............\n.**..*...*....\n.*...*...*....\n..*.*.....*...\n.***..........\n.**...........\n.*............\n..............\n....*....**...\n...***..*..*..\n....**...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...*.*\n....**\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n..**.*\n..**.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n...*.*\n..**..\n.*.*..\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....***\n**.**.*.*\n*..*....*\n***...***\n*.*....**\n```\n\n\n## Output without wrap\n\n```\n*..*..*..\n*.......*\n*........\n..*...*..\n..**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.*.....*.\n.*.....*.\n..*...*..\n.*..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**..**...\n.**..*...*.*.*\n....**.*...*..\n..*..**..*..**\n.....****.*.**\n...**......***\n****.....*.*..\n.*.*....***..*\n```\n\n\n## Output without wrap\n\n```\n.***....****..\n.....*.**..**.\n.*..*...*..*.*\n....*..*...**.\n..**.*........\n**.****.....*.\n...*.**.....*.\n***.....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.***....\n.......***....\n....*...*..*..\n....*..*...***\n*.**.*........\n**.****.......\n*.....*.....*.\n*.**...***.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.*\n********.\n*..**.*..\n```\n\n\n## Output without wrap\n\n```\n**.**.*..\n*........\n*.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.***\n**.**.**\n******.*\n```\n\n\n## Output without wrap\n\n```\n****.*.*\n........\n*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.....\n......*.....\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n....*.*.\n........\n........\n...*.*..\n...*.*..\n.....*..\n.....*..\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.....**.\n.....**.\n.....**.\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.\n........\n........\n........\n........\n.....**.\n.....**.\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n..*.*.\n.*..*.\n.***..\n*.*.*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*....*\n**..*.\n.*..**\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n....*.\n**..*.\n......\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**......\n......*..**\n.*...**.***\n.*....**.*.\n...*.*..*.*\n..****.****\n```\n\n\n## Output without wrap\n\n```\n.......*...\n.....***...\n...*****...\n...***.....\n.....*.*.*.\n..**.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*......*\n........*..\n...*****...\n...***.....\n****.*.*.**\n******..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***.*.*\n.***.*.**.*\n*.*********\n*.*****.**.\n.*..**...*.\n***.****.**\n***..**.***\n****.**..*.\n..***.****.\n*..*.*****.\n*****.***.*\n***.*.***..\n.**..******\n..***.***.*\n```\n\n\n## Output without wrap\n\n```\n.*.****.*..\n*.........*\n*.........*\n*..........\n...........\n.......*...\n...........\n*..........\n*.........*\n*.........*\n...........\n....*.....*\n*.........*\n.****.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*\n...........\n...........\n*..........\n...........\n.......*...\n...........\n...........\n*..........\n*..........\n...........\n....*......\n..........*\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*...\n.***\n****\n.***\n.*..\n.**.\n..*.\n...*\n.*..\n.***\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n.*.*\n*...\n...*\n....\n.*.*\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n....\n....\n....\n..*.\n.*..\n*..*\n....\n.*.*\n....\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.*\n**.*.*.*\n**.***.*\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n******\n******\n.*****\n******\n******\n******\n****.*\n**.*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....*...\n.......*....*.\n...*.**.*.....\n*...**...*.*..\n..*..........*\n.*.........*.*\n.....*...*.*..\n*..*.....*....\n*.*.........*.\n.....**..*..*.\n.*..*......*..\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n....*...*.....\n...*....*.....\n....*.........\n....**........\n...........*..\n...........*..\n..............\n***........*..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...**..\n....*...*.....\n...*....*.....\n....*.........\n*...**........\n**.........*..\n**.........*..\n.*...........*\n.**........*.*\n*.........***.\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*..*..*\n....***\n*..****\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.**.*\n.......\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n**.**..\n.......\n**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n...**....\n.........\n*****...*\n..*.....*\n.........\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n.*.*.....\n.***.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n.........\n........*\n...*....*\n..**....*\n**.......\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****.\n**..**.**\n*******.*\n****.****\n*..******\n..*******\n```\n\n\n## Output without wrap\n\n```\n.**....**\n.**....**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....*.....\n...**.....\n.**.*.....\n.**.......\n..........\n..**......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n..*..*....\n.*..**....\n**.**.....\n.*.*......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...***....\n..*..*....\n.*..**....\n**.**.....\n.*.*......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.**.\n..*.**.*.\n.........\n.........\n.........\n.........\n.........\n.***.*...\n...*.*...\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n....*.**.\n....**.*.\n.........\n.........\n.........\n.........\n..*......\n..**.....\n*........\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n....**.*.\n.........\n.........\n.........\n.........\n..*......\n..**.....\n*........\n.*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n......\n.....*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n......\n....**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n.....**\n*...*..\n.....**\n.......\n.......\n.......\n......*\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.\n.*..***\n*...*..\n.....**\n.......\n.......\n.......\n*......\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.***..\n*...**\n...***\n..***.\n```\n\n\n## Output without wrap\n\n```\n*..**.\n.....*\n.*...*\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n**....\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n****\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*...\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n****.\n***..\n*....\n.****\n*.***\n**.**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n*.**.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*..*.\n****.\n...*.\n```\n\n\n## Output without wrap\n\n```\n****.\n....*\n**.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.....\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*....*\n..*...\n.....*\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.....*\n*....*\n......\n....**\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n**...**\n...*..*\n******.\n***.*.*\n**...**\n..***.*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*...**\n......*\n.....**\n.....**\n.***..*\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n....*..\n.......\n.......\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n......\n......\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*\n........\n***...**\n.*...***\n.......*\n*....*..\n***.**..\n*.*....*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n*.*...**\n*.*..*.*\n*.*.**..\n*.......\n.*.....*\n*.*...*.\n..*..*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n*.*.....\n.**..**.\n***.**..\n.*.....*\n*.......\n..*.....\n.....***\n..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n******\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n***....\n.*..*..\n.......\n***....\n*..*...\n..*...*\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n.......\n...*...\n...*...\n*.**...\n*..*...\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n..*....\n.......\n...*..*\n...*..*\n..**...\n...*..*\n..*..*.\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n.....*....*.\n....**...**.\n**.**....**.\n**....**....\n......*.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....**...**.\n...*.*.....*\n*****.*.***.\n***..***....\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n....**...**.\n...*.*......\n*****.*.***.\n***..***...*\n......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n...\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n***\n.**\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.*.\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***.\n****.*..\n..*..***\n****.***\n..**.***\n*.**.*.*\n..*.*...\n********\n.*.***.*\n```\n\n\n## Output without wrap\n\n```\n*..****.\n*..*...*\n.......*\n........\n*.......\n.....*.*\n*......*\n*......*\n**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n........\n........\n........\n*....*.*\n........\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n....\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n**..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n******\n******\n.****.\n*..***\n*.**.*\n*.*.**\n**.*..\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n*.....\n*.....\n*.***.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n***.*\n.****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n***\n*.*\n**.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*...\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n.**\n***\n...\n...\n..*\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n..*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n...*.....\n....*..*.\n...*..*.*\n*....*...\n**.....**\n*......**\n.....*.*.\n.*.....**\n.**..*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**..*.\n....****.\n**....*.*\n**....***\n**.......\n.........\n.**....**\n.**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n...**..*.\n....*****\n.*....*..\n.*....**.\n.*.......\n.........\n.**....**\n.**...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n..***..\n...***.\n...***.\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n...***\n.*.*.*\n......\n*...*.\n..**..\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.*.*\n..**.*\n....*.\n...*..\n.*.*..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n.*.*.*\n*.**.*\n*...**\n...*..\n.*.*.*\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n.**\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.*..\n......\n.***..\n*...*.\n*****.\n.*..*.\n....*.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.*..\n.***..\n*...*.\n*.*.**\n**..**\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n......\n.*.*..\n.***..\n*...*.\n*.*.*.\n**..*.\n******\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n.......**...\n.......***..\n........*...\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n........*...\n.......*.**.\n........**..\n........*...\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n........*...\n.......*.**.\n........**..\n........*...\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n.*****\n*..***\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.....\n*.....\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n.*....*.\n**..*.**\n......*.\n..***.**\n...****.\n.*......\n..**.*..\n**....**\n**......\n**..**.*\n..*.*...\n*.*.**.*\n.**....*\n```\n\n\n## Output without wrap\n\n```\n........\n**...*.*\n........\n*.**..**\n.***..**\n......**\n.....**.\n.*...***\n.....***\n..*..*..\n..*.***.\n..*...*.\n....***.\n.****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****\n.....*..\n*.......\n..**...*\n****..**\n......**\n.....*..\n.....*..\n.....*.*\n..*..*.*\n.**.***.\n*.*.....\n*...****\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n*..*.*...*\n.....**.*.\n........*.\n.....**...\n....*..***\n```\n\n\n## Output without wrap\n\n```\n.....*....\n........*.\n....*..**.\n....*....*\n.....*..*.\n.....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n........**\n....*..**.\n....*...*.\n....*...*.\n....*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*...**\n*..**.*..*.*\n*....*..**..\n*.....*..***\n.*****.....*\n*...*.*.....\n*....*****.*\n******...*..\n....*...**..\n....**...*..\n```\n\n\n## Output without wrap\n\n```\n...**.....**\n...*..****.*\n**..*****..*\n*.**..*.**.*\n*****.*....*\n*.*.....*.*.\n*.*....****.\n****........\n.**.....***.\n....**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..*.*\n*..*..****..\n.*..*****...\n..**..*.**..\n.****.*.....\n..*.....*.*.\n..*....*****\n****.......*\n.**.....***.\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n.****\n.....\n..**.\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n**..*\n*...*\n*..*.\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.*..*\n....*\n...*.\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..**.*\n..*.**.**.*\n*****...*.*\n..*.*...*.*\n.***.**...*\n```\n\n\n## Output without wrap\n\n```\n....*..*...\n....*...*..\n......**..*\n.****...*.*\n.****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.......*...\n......**.*.\n*.....***.*\n*.....*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..**..\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***..\n*...****..\n....****..\n......*...\n.*.....**.\n.**....*.*\n..........\n....***.**\n***.*.*...\n.....*....\n```\n\n\n## Output without wrap\n\n```\n...*...*..\n........*.\n....*.....\n........*.\n.**...***.\n.**....*..\n.....***.*\n.*.**.**..\n.*.**.**..\n.*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..\n........*.\n....*.....\n........*.\n***...***.\n***....*..\n*....***.*\n**.**.**.*\n**.**.**.*\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.......\n.......\n.......\n.......\n.......\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.......\n.......\n.......\n.......\n....**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**...***\n*...*........\n.*...***....*\n```\n\n\n## Output without wrap\n\n```\n.*.***.......\n.*.**........\n.*...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***..**\n......***..**\n......***..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n...*.\n***..\n.*.**\n...**\n****.\n.*...\n*...*\n.....\n....*\n.....\n.....\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n..***\n*...*\n**..*\n**..*\n*....\n**.**\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n**...\n.*...\n.....\n**.*.\n...*.\n*....\n*...*\n.....\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.....***\n........\n........\n.....*..\n.....*..\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n.....***\n........\n........\n........\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n........\n........\n........\n........\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n...*..\n......\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..\n*..**..\n*....*.\n*.****.\n*.*.*..\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n*.****.\n*.*..*.\n*.*..*.\n..*....\n.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*.*****\n*.*..*.\n*.*..*.\n..*....\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n.***\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.....**\n...**.......\n.....*......\n*.........**\n....**...*..\n..*...*.**.*\n*.*.*...***.\n......***.**\n.*..*...**..\n.*....*.****\n```\n\n\n## Output without wrap\n\n```\n..*.**......\n..*..*......\n............\n....**...**.\n.....**.***.\n..*.*..**...\n**.*.**.....\n............\n....****....\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n***.........\n..........**\n*...**...***\n*....**.**..\n.**.*..**..*\n...*.**.....\n.*.........*\n.*...*.*...*\n.*.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n.**\n...\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n*..\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*\n*.........\n..*......*\n****....**\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n*.**....**\n.***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*.\n**.......*\n..**....*.\n...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n***..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n**..*\n*..*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*..***\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****.\n*.*.*.*.\n**....*.\n*..*****\n.....*..\n*....*..\n....*...\n**.*.**.\n.*..**..\n.*..*...\n....*.**\n**.*...*\n...*..*.\n.**...*.\n```\n\n\n## Output without wrap\n\n```\n*****.*.\n..*.*.**\n*.*.....\n**..*..*\n........\n....**..\n**..*.*.\n****..*.\n.*.*..*.\n...**.*.\n********\n..****.*\n*..*..**\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.\n..*.*.*.\n..*.....\n**..*...\n*.......\n....**..\n**..*.**\n****..*.\n.*.*..*.\n*..**.*.\n.*******\n*.****..\n...*..*.\n**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n***.*\n*.***\n*****\n*****\n**.**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......*.\n.....*..\n........\n........\n..*.....\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*..\n......\n.*....\n**....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n......\n**....\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.*..\n.***..***.\n....***...\n*.*******.\n```\n\n\n## Output without wrap\n\n```\n.*.**..**.\n.*.*....*.\n..........\n...*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n.*.*....*.\n.........*\n.**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*.*\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n.**.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.***\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n..*.\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n*..***.\n.*...*.\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.***...\n*..*.*.\n***..**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**\n*..*.**\n***..*.\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n...*\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n...*\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n...*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n**.\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n**.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n**....\n**...*\n......\n...*..\n..**..\n.*....\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n......\n.**...\n..**..\n.*.*..\n.*.*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..*..*\n.....*\n***...\n.***..\n.*.*..\n.*.*..\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**.*.*\n.*....\n..*..*\n**..**\n.*.***\n.**..*\n..*..*\n...**.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n....**\n..****\n*****.\n***...\n.*..*.\n.*.*.*\n.*.*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n..***.\n....*.\n.*****\n..***.\n*.*...\n.*..**\n...*.*\n...*.*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.**......\n**.......\n```\n\n\n## Output without wrap\n\n```\n***......\n..*......\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*......\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...*.......\n...**...*.*\n...*....***\n...*......*\n...**......\n......*.*..\n.....*.....\n*..**.*....\n*..*..*....\n```\n\n\n## Output without wrap\n\n```\n...........\n..*.*......\n...........\n.*........*\n.........*.\n..*..*.....\n...........\n.......*...\n.......*...\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n..*.*......\n**........*\n*.........*\n**.......**\n..*..*.....\n...........\n.......*...\n.......*...\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....*\n...*..*.*\n*..**.*.*\n.....*..*\n*....****\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.......*.\n..**.*..*\n...**.*.*\n........*\n.....*.**\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...**\n..**.*...\n*..**.*.*\n.........\n*....*.**\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n****\n*.**\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*...\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n....**\n*....*\n**....\n.**...\n.**.**\n*.***.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n*.***.\n.*.**.\n...*.*\n*.*..*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n....**\n......\n*.**.*\n*..*.*\n*..*..\n***.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*....\n*..**\n*.*..\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n*..*.\n*.*.*\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n**.*.\n*..*.\n..*..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*..\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..**\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n**..**\n......\n.*....\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.***\n.*.***\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n**.***\n.*...*\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*****\n.*..******\n**.**.****\n*.**..*.**\n***.***.**\n.*********\n.*********\n********..\n****.****.\n```\n\n\n## Output without wrap\n\n```\n.***.....*\n..........\n*.........\n..........\n*.........\n..........\n.........*\n.........*\n*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**...*\n..*.**....\n..*.**...*\n```\n\n\n## Output without wrap\n\n```\n.*..**....\n..*...*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*..*\n*.*...*..*\n*.*...*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n***....\n...*..*\n..**.*.\n***.**.\n*.....*\n```\n\n\n## Output without wrap\n\n```\n*......\n****...\n.*****.\n......*\n.*..*..\n.*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.***.**\n..***..\n*......\n.*..**.\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n.*..\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n....\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n....\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*......\n..**......\n..*.......\n*.***.....\n**........\n.***.**...\n..........\n.**....*..\n..........\n.......***\n.......*..\n.*.*...*..\n```\n\n\n## Output without wrap\n\n```\n...*......\n.*.*......\n....*.....\n*.**......\n*....*....\n***.......\n...*..*...\n..........\n.......*..\n.......**.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.....\n.*.*......\n....*.....\n*.**......\n*....*....\n***.......\n...*..*...\n..........\n.......*..\n.......**.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*..*.\n****.\n.....\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n*..**\n****.\n.**..\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n****.\n.**..\n*****\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*\n..*....*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n.***....\n.***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n.......\n....*..\n....***\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n...**.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n...**.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.*....\n..**..\n***...\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n*..*..\n*...*.\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n******\n*..*..\n*...**\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n***\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n.****\n**.**\n..*.*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..***.\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*.*.\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.****\n*.***...*.\n....*.*...\n..*...*..*\n```\n\n\n## Output without wrap\n\n```\n.**.**.***\n.**...*.**\n.**.*..*..\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*...\n.**...*.*.\n.**.*..*.*\n..*.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n********\n********\n******.*\n**.**.**\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n*.**.\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.**.\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.*..*\n*.**.\n.....\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.***\n....*.*.*..\n**.*....*..\n*.*.....*..\n..*.....**.\n.*..***.*..\n*........**\n...**......\n.........*.\n....*****..\n...........\n...........\n.*.........\n*.***.*...*\n```\n\n\n## Output without wrap\n\n```\n........**.\n...**...*..\n****....**.\n*.**...**..\n..**.*..**.\n.*...*.**.*\n...*.....*.\n.........**\n...*..***..\n.....****..\n.....***...\n...........\n.***.......\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.*.*\n*..**...*.*\n****....**.\n*.**...**.*\n..**.*..**.\n**...*.**..\n*..*.....**\n.........*.\n...*..***..\n.....****..\n.....***...\n...........\n****.......\n*****..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*********\n.****.*****.**\n*..******.****\n***.******..**\n****.**.*..***\n**************\n***.*.********\n```\n\n\n## Output without wrap\n\n```\n*....*.......*\n..............\n*.............\n..............\n..............\n..............\n*...*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n....*..\n.....**\n..*...*\n.......\n.......\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n.....*.\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n....*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*.*..\n......\n******\n*.....\n..**.*\n.**.**\n.**..*\n**...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n*..*..\n*.***.\n*....*\n.....*\n..**.*\n.**.*.\n.**...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n***...\n...*.*\n******\n......\n....*.\n..**..\n*.*.*.\n***...\n**....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**.**\n.....\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.******.\n*******.*.\n***.******\n******.***\n**********\n```\n\n\n## Output without wrap\n\n```\n*.......*.\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....*\n....*....\n.*..**...\n*...*....\n....*..**\n**..*..**\n....*....\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n.****....\n.**..*...\n.*.......\n......*..\n.......**\n.........\n..**.****\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.......\n**.......\n*.....*.*\n.*.....*.\n**.....*.\n.*....**.\n.....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n..*......\n.**......\n.**......\n.***.....\n**.......\n.***.*...\n```\n\n\n## Output without wrap\n\n```\n..*......\n...*.....\n.........\n.........\n.........\n*.**.....\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n...**...\n..*..*..\n..*..*..\n...**...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...**...\n..*..*..\n..*..*..\n...**...\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...**...\n..*..*..\n..*..*..\n...**...\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.......*\n*............*\n**.....*......\n.......*......\n..**.*........\n```\n\n\n## Output without wrap\n\n```\n.*............\n*.............\n**............\n.**...*.......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***........*\n..............\n**...........*\n.**...*.......\n.****.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...**.\n*.*..*\n..*.*.\n******\n*.**.*\n.*.***\n.**...\n```\n\n\n## Output without wrap\n\n```\n...**.\n...***\n.**..*\n*.....\n*....*\n*.....\n*....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...**.\n.**..*\n......\n......\n......\n.....*\n***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n..*.**\n*****.\n.***.*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*.*.*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......*....\n*.*.*.*...*...\n...***..*.***.\n.***.....***.*\n........**.*..\n*.**.....*.*..\n*..*....*.**..\n**..****.*.**.\n```\n\n\n## Output without wrap\n\n```\n..**..........\n..*.*.........\n.**.*.........\n..............\n.*.........**.\n.****.*.*..**.\n*..*.....**...\n**..*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.*.*.*\n*...**..****..\n*.*.*.......*.\n**..........*.\n...........**.\n*****.*.*..***\n.*......*.*..*\n..*......*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n......***...\n**.....*.*..\n..*....*...*\n**.....*....\n.......*...*\n.*.....***.*\n..*....***..\n..*.........\n............\n```\n\n\n## Output without wrap\n\n```\n.......*....\n......***...\n.*..........\n..*...**....\n.*....***...\n**....**..*.\n......*..*..\n.**....*.**.\n........*...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n......***...\n**..........\n..*...**...*\n**....***..*\n.*....**..**\n*.....*..*..\n.**....*.**.\n........*...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n....*.\n**...*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n*...**\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****...*\n.*.****....\n..*..**...*\n.**......*.\n.**..*.*.**\n.......***.\n.*......***\n......*..*.\n........*..\n...........\n....**.....\n**..**.....\n....*.*....\n```\n\n\n## Output without wrap\n\n```\n..**..*....\n.......*...\n......*....\n...*.*..**.\n.**...**..*\n.**...**...\n..........*\n.......*..*\n...........\n...........\n....**.....\n...*..*....\n....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*...\n*......*...\n*.....*....\n...*.*..**.\n***...**..*\n.**...**...\n..........*\n.......*..*\n...........\n...........\n....**.....\n...*..*....\n*.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*..**\n....*\n..***\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*..*\n..*..\n...**\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n..*..\n...**\n..*..\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*.*\n****\n.***\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n.*...*\n*..*.*\n....*.\n..*..*\n.*...*\n..*...\n...*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**.*\n..**.*\n...*..\n..*..*\n.***..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*.*.*\n.***..\n.*.*..\n..*.*.\n*.**..\n..*...\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n******\n...**.\n...***\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n.....**\n.*.....\n.*....*\n.......\n..**..*\n.*..**.\n***....\n```\n\n\n## Output without wrap\n\n```\n....*.*\n......*\n.....**\n.......\n..*....\n..****.\n*...**.\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n*.....*\n.....**\n*......\n*.*....\n..****.\n....***\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n*.*.*.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*.**\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*.*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......\n.........**\n.........**\n...*...**..\n........*..\n.**.*..*.**\n.*...*.*...\n......*....\n..*.....*..\n....**..*..\n```\n\n\n## Output without wrap\n\n```\n...........\n.........**\n..........*\n.......**..\n..**.......\n.**...**.*.\n.**..*.**..\n......**...\n.....*.*...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...*.\n.........**\n..........*\n.......**..\n..**.......\n***...**.*.\n***..*.**..\n......**...\n.....*.*...\n...***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n***.*.***\n**.******\n**.******\n********.\n*******.*\n********.\n******..*\n*********\n*****.*.*\n*********\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.*.\n*.....*...\n*.*.*....*\n*....**.*.\n```\n\n\n## Output without wrap\n\n```\n....**.*..\n....*...*.\n***.*..*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..*\n**.**.**..\n...**...*.\n**...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.**.*.*\n.***...*..**.*\n.*..***..***..\n..*****.*.....\n..*...**.****.\n***.******..*.\n...*..*....*..\n...*..*..**...\n*****...*.**..\n*....*...*.***\n..****...**..*\n```\n\n\n## Output without wrap\n\n```\n.*..*****.....\n.*...*.....**.\n*..*...***.**.\n.**.....*....*\n...*.....**.**\n.***........*.\n**.**...*.*...\n.....**.*.....\n*.**.*.***....\n*.....*.*.*.*.\n....**...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..***.....\n......*..***.*\n*..*...***.***\n.**.....*.....\n...*.....**...\n.***.........*\n.*.**...*.*.*.\n.....**.*.....\n****.*.***....\n.*...*........\n......*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n.....*\n.*..*.\n....**\n**...*\n**...*\n*.....\n..*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n****.*\n....*.\n**..**\n**...*\n......\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n.***.*\n*...*.\n.*..*.\n.*....\n......\n*....*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n*.*....**.\n........**\n**.....**.\n*.**...***\n.**.......\n.*.*....*.\n.*.*......\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n**......*.\n*.*.......\n*.*.....*.\n*.*.......\n*.*.......\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*\n**........\n*.*.......\n..*.......\n..*.......\n..*.......\n**........\n**.......*\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*...\n**.*\n.***\n*.**\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****..\n**...*.*.\n*...*.**.\n*..*.**..\n*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n**..***..\n**.*...*.\n*...*..*.\n*..*....*\n.*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n**.*...*.\n*...*..*.\n*..*.....\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*.**.\n*....\n*..*.\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n..**.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n*.*..\n***.*\n.**.*\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***..\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.**.\n..**.*....\n..**.*..**\n....*....*\n....*....*\n```\n\n\n## Output without wrap\n\n```\n..*****...\n.*...*.*.*\n.....*...*\n....**..**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...***\n***.**.*.*\n.*...*....\n*.....*...\n*..*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n........\n....***.\n**.*...*\n........\n....**..\n........\n...*****\n*.*.**..\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n........\n...*..*.\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n.*..**..\n*.......\n.*.*....\n*...*.*.\n........\n........\n..**...*\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n......*.*\n..*.....*\n..*.***.*\n...*****.\n...****..\n.***.....\n.***.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.......*.\n..**...*.\n.........\n.........\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.......**\n*......**\n****...**\n.........\n.........\n..*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*..*.\n*******.**.\n..*..*.**..\n****.*****.\n```\n\n\n## Output without wrap\n\n```\n.*.....***.\n.*.....*.*.\n.****......\n..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n.****.\n*****.\n******\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n......\n.....*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*......\n.......\n.....*.\n.....**\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n....*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.....**\n*...*..\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***....**\n...**....*..\n.....**...*.\n.....*......\n......***...\n......**....\n.....*......\n.......*....\n......*....*\n............\n............\n.....*......\n```\n\n\n## Output without wrap\n\n```\n...*.*....*.\n...*..*..*.*\n.....**.....\n.....*......\n.....*..*...\n.....*..*...\n.......*....\n......*.....\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....*.\n...*..*..*.*\n.....**.....\n.....*......\n.....*..*...\n.....*..*...\n.......*....\n......*.....\n............\n............\n............\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n*.***.*\n**...*.\n*..*.**\n.**...*\n..*.*.*\n*..**..\n.*..***\n.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n*......\n*.....*\n*..**.*\n.**.*.*\n.......\n*.**.*.\n*..*..*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.\n..***..\n.....*.\n...***.\n.**.*..\n.....*.\n..**.**\n......*\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n*...\n..*.\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n*..*\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n**.*\n.*.*\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***...\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....*.*...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n....*.*...\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n*.*****.\n********\n*****..*\n****.***\n******.*\n**.***.*\n*.****.*\n**.*..**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......**\n......**\n.......*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n...*.****.\n*...*...*.\n........*.\n*.*.*....*\n*.**.**..*\n```\n\n\n## Output without wrap\n\n```\n....*.**..\n...*.****.\n....***.**\n.*.*....**\n..*.**..**\n..****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....**\n...*.*****\n....***.*.\n**.*....*.\n*.*.**..*.\n*.*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*\n*..****\n*..**..\n.**..**\n.**..**\n*....*.\n*....*.\n.*..***\n**...*.\n.......\n.......\n*.*...*\n.***.**\n```\n\n\n## Output without wrap\n\n```\n..**..*\n**....*\n*......\n*.....*\n*.*.*..\n*...**.\n**.....\n.*..*.*\n**..***\n.......\n.......\n..**.**\n.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*.....\n.......\n.......\n..*.*..\n*...**.\n**.....\n.*..*..\n**..**.\n.......\n.......\n*.**.**\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..***\n**.**\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*.**\n.*..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..******\n.*.***.***.\n*.**.**.***\n*******..**\n***********\n....*..****\n*.***.*****\n***..****.*\n```\n\n\n## Output without wrap\n\n```\n.**........\n*.*........\n...........\n...........\n...........\n*..........\n*...**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*\n****..**\n.**.***.\n*..*****\n********\n********\n.******.\n********\n********\n********\n*****.**\n********\n.*******\n***.****\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n..***\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*..**\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n..*....\n*.*....\n..*....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..*....\n.**....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*....\n.**....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**..\n*..**.*..\n..***.*.*\n...*****.\n*..*.*...\n*..*.**..\n....***..\n.*...*...\n**....**.\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.***..*..\n.**......\n..**.....\n..**.....\n..**.....\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n..**...**\n..*......\n*.**.....\n..**...**\n..**.....\n.........\n.*.....*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.**\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*\n.***.***\n..****..\n.....*..\n*...****\n.....*..\n```\n\n\n## Output without wrap\n\n```\n......*.\n..*...*.\n........\n........\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...*\n.***.*.*\n*.....*.\n*.......\n*...***.\n.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.*.....\n***....\n.**....\n.......\n....**.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n**.....\n*.*....\n.*.....\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.....\n**.....\n*.*...*\n.*.....\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......*.*\n*.**********.\n*.**.***.**.*\n...*....**..*\n..*..*..*.**.\n*..*..*.*..**\n....*...*.*..\n.*.*........*\n*...*....*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...**.....\n.**...**...*.\n...........**\n...*.......*.\n.........*.*.\n.....*.**..*.\n..*......*..*\n..*.*...****.\n..........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........\n.*...........\n**..........*\n...*........*\n.........*.*.\n.*...*.**....\n*.*......*...\n*....*..**..*\n....**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n...**\n***.*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n....*\n**..*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..\n..***...\n..*.....\n........\n*......*\n**....*.\n*..*.**.\n..**.**.\n..****..\n.*.**...\n*.*.....\n*.*...*.\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n...***..\n.**.**..\n.***....\n.*......\n**....*.\n..*...**\n*.*....*\n***.....\n***.....\n***.....\n.**.*...\n....*...\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.***....\n.***....\n**......\n**....**\n.**...*.\n***...**\n.**....*\n.**...*.\n.**...**\n***.*.*.\n**.*.***\n..****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...***.\n..***.*...*.**\n***.*.*.*..**.\n*.**..**....*.\n*..*...*...**.\n..****.*..*.**\n...*****..**..\n....*.*.**.**.\n...*..*...*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.....*.**\n..*.*.*..**..*\n*...*.*.......\n*...***.*....*\n.....*.**.....\n..*....**.*..*\n..*..........*\n........**..*.\n.....*.*.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**.**...\n*.*.*.*..**...\n*...*.*.......\n*...***.*.....\n*....*.**.....\n..*....**.*..*\n..*..........*\n........**..*.\n...**.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n**.***......\n.*.**......*\n**..**.....*\n......*..*..\n....*.......\n....***.....\n.....****...\n.......*....\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n....*.......\n**.*.*......\n............\n******....*.\n....*.......\n....*.*.....\n....*.......\n....*...*...\n.......**...\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n**.*.*......\n...........*\n.*****....**\n*...*.......\n....*.*.....\n....*.......\n....*...*...\n.......**...\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n***.*\n***.*\n*...*\n*****\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n..*.*\n....*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n....*.........\n..............\n..............\n..............\n..............\n..............\n..............\n....*.........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n****.\n....*\n..*.*\n*.*.*\n***.*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*.*\n.*..*\n.*..*\n.*..*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n***..\n....*\n*..*.\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n*.*.*.\n...***\n....**\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*...\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..\n......**\n*......*\n....**..\n........\n........\n*.**...*\n....*...\n```\n\n\n## Output without wrap\n\n```\n......*.\n**....**\n.....*.*\n........\n........\n........\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***\n.*....*.\n*....*.*\n........\n........\n........\n...*....\n..***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n...**..\n...**..\n...*...\n*.*.*.*\n*.*..**\n*...**.\n**...*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*.*..\n.***...\n.**..*.\n.*.*..*\n.*.*...\n*...*..\n**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.\n.....**\n.***...\n..*....\n.*.*...\n...*...\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.**\n*..*\n.**.\n..*.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n*..*\n.***\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.**.\n....\n***.\n*..*\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**********\n.***********\n************\n************\n************\n***.*.**.***\n.**.**.*****\n*****.**.***\n***********.\n******.*****\n*****..***.*\n******.*.***\n******.*****\n```\n\n\n## Output without wrap\n\n```\n...........*\n............\n............\n............\n............\n............\n............\n............\n............\n...........*\n............\n............\n*....*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n.*..\n**.*\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n*...\n....\n...*\n...*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n.***.....\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*..*....\n.*.......\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.\n....*.**\n*..**..*\n******..\n***...*.\n```\n\n\n## Output without wrap\n\n```\n.***..**\n*.**...*\n.......*\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....**.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n**.**.\n*.****\n**.*..\n```\n\n\n## Output without wrap\n\n```\n**....\n**..*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n..*\n***\n...\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n..*\n.**\n.*.\n...\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n..*\n***\n***\n...\n***\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.........\n.........\n....*....\n..*......\n.....*...\n.........\n..*.*....\n.......*.\n....*.**.\n.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*..\n....**.*.\n........*\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***..\n.........\n.........\n.........\n.........\n.........\n.........\n......*..\n....**.*.\n..*.....*\n..***..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...**\n*...*\n***..\n..*..\n.**..\n..*..\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n..***\n..*.*\n*.*.*\n*.**.\n*..*.\n.***.\n.....\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.*..\n..*..\n*.***\n*..*.\n.***.\n.....\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n***.***\n*.*....\n..*...*\n...*...\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n*.*.**.\n*.*...*\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.*\n*.*.***\n..*....\n.***...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n......*\n.......\n.....**\n.......\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..*.\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n..**\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n*......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n**.....\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n*.*....\n.*.....\n.......\n...**..\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n*.*....\n.*.....\n.......\n....*..\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n*.*....\n.*.....\n.......\n....*..\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n...*..\n......\n......\n*....*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.**...\n......\n*.....\n**...*\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n*....*\n**....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n......\n.*...*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n.**....*\n*.***...\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n......*.\n.*....*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n..*.\n..**\n.*..\n*.*.\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n.*.*\n.*.*\n.***\n.**.\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n...*\n....\n*.**\n.**.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.**..\n.*....\n**..**\n**..*.\n....**\n....**\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*....\n..*..*\n.**..*\n.*.*..\n...**.\n...*..\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*....\n..*.**\n..*.*.\n...**.\n...**.\n...*..\n....*.\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*.\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...*.......\n...*.......\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****..*\n*.**....**\n*...**.***\n.*.*......\n*........*\n**..**...*\n....*.*...\n...****...\n...****...\n...**.**..\n....*..**.\n...**..*.*\n.....*..**\n```\n\n\n## Output without wrap\n\n```\n..*.**..**\n*.*.......\n*...*..*.*\n**..*....*\n*.*.*.....\n**..**....\n......*...\n.......*..\n..*.......\n........*.\n..........\n...*****.*\n....*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..***..\n..*.......\n....*..*..\n.*..*.....\n..*.*....*\n.*..**...*\n*.....*...\n.......*..\n..*.......\n........*.\n..........\n...*****.*\n..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.**..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n.**.**\n*****.\n***.**\n.**.**\n****..\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*...**\n.....*\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....**\n**..**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*...**\n.*..*.\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.**.\n......*.*.*\n....*****..\n...........\n......****.\n.*........*\n.*.....****\n**........*\n....*......\n*...*....**\n.*..*.....*\n.*........*\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n........**.\n...........\n.....**.**.\n.........*.\n.......***.\n......*...*\n.**.....*.*\n**......*.*\n**.......**\n...***...**\n**........*\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n...........\n.....**.**.\n.........*.\n.......***.\n......*...*\n.**.....*..\n.*......*.*\n.*.......*.\n*..***...**\n.*.........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n***...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n.**.*...*.\n..........\n*.....*...\n...*..**.*\n........**\n*.*...*..*\n*..*.**...\n....*.*...\n**.*..*...\n.....*...*\n..**...**.\n```\n\n\n## Output without wrap\n\n```\n..........\n***.......\n..........\n......***.\n.....*....\n.........*\n..*.*....*\n..........\n**........\n*.......*.\n...**.*.*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*......**\n.*........\n*.....***.\n.....*..*.\n.*........\n.**.*...*.\n..........\n........*.\n..........\n.*.**.*.*.\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*\n..*....\n*.....*\n..**...\n....*.*\n.***.**\n.*..***\n**.***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.***...\n...*.*.\n.*..*.*\n.***...\n.......\n****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**\n.*.....\n.***...\n*..*.**\n**..*.*\n.***...\n.......\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..\n..*.***.\n..*....*\n*.*..***\n.*...*..\n.*......\n..****.*\n******.*\n*.*...*.\n**.*.*..\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n.**.*.*.\n..*.*..*\n..*..*.*\n***..*..\n.*.*.**.\n*....*..\n*......*\n......*.\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.**.*.*.\n*.*.*...\n*.*..*.*\n.**..*.*\n**.*.**.\n.....*.*\n........\n......*.\n*..*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*.**\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n*.......*.\n....*...*.\n....**..*.\n......***.\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........*.\n....*..*.*\n....*.....\n......*.**\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n........*.\n....*..*..\n....*....*\n......*.**\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.....*....\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n*..\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n..*\n..*\n..*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n...\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n***\n***\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n.*.\n...\n...\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*...\n*......*..\n*...*.**.*\n.***.**..*\n*...***...\n```\n\n\n## Output without wrap\n\n```\n.*........\n*....*.**.\n*.***..*..\n****....*.\n.****.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.*\n*....*.**.\n..***..*.*\n.***....**\n*...*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n..*\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.*..\n..........\n........**\n..........\n*.......**\n.*........\n*.........\n*.......*.\n......*.*.\n*.....*.**\n.*.......*\n.**...**.*\n*.*..*..**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n**........\n**........\n..........\n.......***\n.*.....***\n*.*...*..*\n*.**.*...*\n.*....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....**.\n.......***\n..........\n*........*\n**.......*\n.*........\n**........\n.*......*.\n.......**.\n*......*..\n.**...*...\n*....***..\n*.**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.*.....\n...*..*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.***\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n*...\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....***...\n.......***...\n.......*.**..\n.......*..*..\n..........*..\n.......*.*...\n......**.....\n.............\n.............\n.............\n.............\n*...........*\n............*\n.**.........*\n```\n\n\n## Output without wrap\n\n```\n.*.....*.*...\n.*....*......\n......**..*..\n........*.**.\n........***..\n......***....\n......***....\n.............\n.............\n.............\n.............\n.............\n.*.........**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*.*...\n.*....*......\n......**..*..\n........*.**.\n........***..\n......***....\n......***....\n.............\n.............\n.............\n.............\n*...........*\n.*.........**\n..*.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*..*..\n.....*\n**...*\n..*..*\n*.*.*.\n***..*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*.**.\n**....\n......\n*.*...\n*....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n**....\n.*....\n.*....\n.**...\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*..**\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n*.....*\n*...*..\n......*\n....**.\n....*..\n.....*.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....*.\n....*..\n....**.\n....*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*.....*\n*....*.\n....*.*\n....**.\n....*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*..**\n*.**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n....*\n....*\n*.*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*....\n..*..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n....*\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n.*.*...\n.......\n.*.*...\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n.......\n.......\n.***...\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*..*..\n***..**\n**.*.**\n.*****.\n..*.*..\n..*....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n***..*.\n...*..*\n.......\n*.....*\n....**.\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**..**\n...*...\n.......\n.......\n....**.\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n..*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n***..\n.....\n*.*..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n*.*..\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*...\n*.*..\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.***.*..*\n***.**.*.****\n..******.****\n******.**.***\n*.****..**...\n*********.**.\n**..****.***.\n*.**.*..*...*\n.***...*****.\n.*...*.*...**\n*.....*******\n...**.**.*.*.\n....*.**.**.*\n```\n\n\n## Output without wrap\n\n```\n**.*.*.*.*..*\n*............\n.............\n*...........*\n............*\n...........*.\n............*\n*....*......*\n*..*...*.**..\n**...........\n....*....*...\n...**........\n...**.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.........\n.............\n.............\n.............\n.............\n...........*.\n.............\n.....*.......\n...*...*.**..\n.*...........\n*...*....*...\n*..**........\n*.*......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**....\n....*....\n.**.*....\n.*.**....\n**.**....\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n...**....\n*...**...\n.**.**...\n.....*...\n**...*...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n*...**...\n.**.**...\n.....*...\n**...*...\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*...\n******.*\n.***.***\n.**...**\n**.***.*\n****.***\n**.**..*\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n....*.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n.**\n*..\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n**.\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n*..\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*..*.\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n........\n........\n...**...\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...*....\n..*.*...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n...*....\n..***...\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.......\n**..*.****....\n.***..*.....*.\n.*....**..**..\n```\n\n\n## Output without wrap\n\n```\n...**.........\n..*.*...*.*...\n***..**.****..\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.***...\n*...**..*..*..\n*****.*.****..\n**..**..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n.*...\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*..*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.**..\n.*.*.*..*..\n..*.*......\n..........*\n........***\n......*.*.*\n..*...***..\n..*......*.\n.....*****.\n....*.*.**.\n...*.*.*.**\n```\n\n\n## Output without wrap\n\n```\n..*..*..*..\n.*...*..*..\n..******...\n...*.....*.\n.......*..*\n......*.*..\n.....***.*.\n.....*.*.*.\n....***....\n....*..*.**\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.****\n**...*.**..\n..******...\n*..*.....**\n*......*..*\n*.....*.*.*\n.....***.*.\n.....*.*.*.\n....***....\n....*.*....\n*..*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n....\n....\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n....*\n*.**.\n....*\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..***\n..*..\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n****.\n..*..\n****.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n......*\n.*.....\n***....\n...*..*\n.**...*\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n***....\n***....\n*..*...\n***....\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n***....\n...*..*\n.**...*\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n*...**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n**.**.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n***..*\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......*..\n..*.*.....***.\n..*.**....**..\n```\n\n\n## Output without wrap\n\n```\n...*......***.\n....*.......*.\n....**....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.........\n....*.......*.\n....**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n......\n..*.*.\n.*..*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n....*.\n..*..*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n...*\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..*.\n.***.\n..*..\n.*.*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.*.*.\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*..*.\n.*.**\n.....\n.*.**\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...*.....\n.***..*......\n.............\n.*.*......*..\n...*.........\n.............\n.............\n........*....\n...*.........\n```\n\n\n## Output without wrap\n\n```\n.............\n**.**........\n.*.*.........\n.***.........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*........\n**.**........\n.*.*.........\n.***.........\n.............\n.............\n.............\n.............\n..**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***..\n****.*...\n...*..**.\n***......\n*.......*\n**.**....\n...**....\n*..**.*..\n**....*..\n.*.......\n```\n\n\n## Output without wrap\n\n```\n**.****..\n**.....*.\n...**.**.\n.**.*....\n....*....\n*..**....\n.........\n...**....\n....*....\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*****.\n*......**\n...**.*..\n***.*..*.\n....*..*.\n...**...*\n.........\n...**...*\n....**...\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n***\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*....\n.....*.*..\n..........\n........*.\n..*.......\n*...*.....\n**........\n..........\n*.**.*....\n*.*.......\n*.*..**...\n....*.....\n```\n\n\n## Output without wrap\n\n```\n......*...\n......*...\n..........\n..........\n..........\n*.........\n**........\n*.*.......\n..**......\n*.*.***...\n...*.*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n......*...\n..........\n..........\n..........\n*.........\n**........\n*.*.......\n..**......\n*.*.***..*\n...*.*....\n.*.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....***...\n......*...\n....***...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....**...\n.......*..\n.....**...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n.......*..\n.....**...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*.\n....*....\n..**.....\n.*..**...\n...*.....\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n..**.*...\n....*....\n..**.*...\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n...**....\n..**.*...\n....*....\n..**.*...\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.....*.*..\n**.....*.*.**.\n....**.***.*.*\n**.....*...***\n**.*...*......\n*.*.***..*****\n***..*..***.**\n```\n\n\n## Output without wrap\n\n```\n*.*....**.***.\n*.**..**.*.*..\n....**.*.*.*..\n.**.**.*.**.*.\n.**.....*...*.\n..*...........\n...*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....*.....\n.****.**..*...\n*...**.*.*.*..\n..*.**.*.**...\n..*.....*.....\n...*..........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*....\n....*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n*...*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n..*\n...\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n***.*\n****.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n***...........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n***...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n**.......*\n..........\n..........\n..........\n*.......**\n..........\n*......***\n....**....\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n..........\n..........\n..........\n.......*..\n........*.\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**.......*\n*.........\n..........\n.........*\n.........*\n.......*..\n........**\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..*..\n.*.**\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*...\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.*...\n**.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.*\n****.*.*.\n*..**.**.\n*****.**.\n.**..**.*\n```\n\n\n## Output without wrap\n\n```\n..*.****.\n..*****.*\n.*.....**\n.....*.*.\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n......\n....*.\n...*..\n......\n......\n..**..\n......\n*.....\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...***\n......\n......\n......\n......\n......\n......\n......\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n*...\n....\n*...\n.*..\n....\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*...\n....\n....\n....\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**************\n***********..*\n**************\n*******..*****\n*************.\n*****.********\n**************\n```\n\n\n## Output without wrap\n\n```\n*..........***\n..............\n..............\n..............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*...**\n.............*\n..............\n.......*......\n......**..*...\n```\n\n\n## Output without wrap\n\n```\n............**\n............**\n..............\n......**......\n......**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*....**\n*...........**\n..............\n......**......\n......***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n****\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*..\n....**...\n**.*.*...\n.........\n.........\n.........\n.........\n**....*.*\n......***\n..***.***\n..*..*...\n.*.....*.\n*.*..*.**\n*...*...*\n```\n\n\n## Output without wrap\n\n```\n....***..\n......*..\n....***..\n.........\n.........\n.........\n.........\n..*......\n.*..*..*.\n.....*...\n....**..*\n*.**.*...\n*.*...*..\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.\n*.*..**..\n....***..\n.........\n.........\n.........\n*.......*\n*.*.....*\n.*..*..**\n.....*...\n....**.**\n*.**.*.*.\n....*..**\n*******.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**....\n....*..*....\n....**.*....\n```\n\n\n## Output without wrap\n\n```\n.....***....\n...**..**...\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..**...\n...**..**...\n...**..**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n..*.\n..*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n.....**...\n.....*....\n....**.***\n....**.***\n....**....\n....**....\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....***...\n.......**.\n.......*.*\n...*...*.*\n...*....*.\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....***...\n.......**.\n.......*.*\n...*...*.*\n...*....*.\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n**..\n**..\n**..\n*.*.\n*.*.\n.*.*\n.*.*\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*...\n..*.\n..*.\n*.*.\n*.**\n**.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n..**\n..*.\n*.*.\n*.*.\n.*.*\n....\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...\n*...**.\n.**.*.*\n*.....*\n......*\n**..***\n.....*.\n..*....\n```\n\n\n## Output without wrap\n\n```\n**..**.\n..*....\n*****.*\n......*\n**....*\n**..*.*\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n......*\n*.***..\n.*.....\n.*.....\n*...***\n*.*****\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n........\n........\n**......\n........\n.......*\n........\n*.*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.......\n........\n........\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..*.***..\n*..*****.*.*.*\n.*.**.**.*****\n**.**....*.*.*\n**...*.*****.*\n```\n\n\n## Output without wrap\n\n```\n.**.*..*.*.**.\n*............*\n.*.....*.*...*\n...*.........*\n***.*...**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n.............*\n.*.....*.*....\n...*..........\n.....***.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..*..\n*....\n.***.\n.*.*.\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n**.*.\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.***.\n.*...\n.*.*.\n...*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n...*.....\n..***....\n..*.*....\n.**.*....\n..*.**...\n....**...\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...***...\n.**.**...\n.**.**...\n.***.....\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n....*....\n...***...\n.**.**...\n.**.**...\n.***.....\n..****...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n.**\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**.*.\n.*...\n****.\n.*.*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n.....\n**.**\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.*.*\n*..*.\n.*...\n.***.\n*...*\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n***\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.********\n****.*..*\n...**..**\n*.**.*..*\n.*.*..***\n**.*..*.*\n*.*...*.*\n*.*...*.*\n.***.....\n```\n\n\n## Output without wrap\n\n```\n....*...*\n........*\n.........\n**...***.\n........*\n..*......\n.*.*....*\n*.**.**..\n*...*....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*\n.....*..*\n........*\n.....**..\n.......*.\n..*......\n...*...*.\n..**.***.\n..***....\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n***\n..*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.***.\n.****\n*..**\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n*....\n*....\n*....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*....\n.......*..*\n....*......\n...*.*.....\n...*.*.....\n....*......\n*.....*...*\n..*..***.*.\n..*....*...\n*.*...*.***\n......**.**\n*.........*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....*......\n...*.*.....\n...*.*.....\n....**.....\n......**...\n.*...*.**..\n..**.*....*\n.*....*...*\n.*....**...\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n...........\n....*......\n...*.*.....\n...*.*.....\n....**.....\n......**..*\n.*...*.**.*\n..**.*.....\n**....*....\n.*....**...\n*.....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n......*.\n....*.*.\n....***.\n.**.....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n...**.**\n......**\n.*...*..\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n...**.**\n......**\n.*...*..\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.********.****\n**..*.********\n**************\n***.**********\n**************\n.***.*.*******\n```\n\n\n## Output without wrap\n\n```\n.***..........\n.***..........\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..**\n...*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n***.\n**..\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.\n.*.**..\n...***.\n.....**\n...***.\n```\n\n\n## Output without wrap\n\n```\n..**...\n.......\n..**..*\n......*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n......*\n..**..*\n......*\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......*.*.\n***...*.*.\n*.**.**...\n.****.*..*\n*.*......*\n.**....**.\n***....*..\n...****...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n*.**..*...\n*.....*...\n*...*.*...\n*......*.*\n...*...**.\n*...**.**.\n.******...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*.......*\n*.**..*...\n......*...\n....*.*..*\n.......*.*\n...*...**.\n*...**.**.\n.******...\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.......*\n**.*....*...*\n.*.**...*....\n........*....\n...*.........\n```\n\n\n## Output without wrap\n\n```\n*.**.........\n.............\n**.**..***...\n..***........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......*\n............*\n.*.**..***...\n..***........\n****.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**..\n*....**....\n..........*\n**....*....\n```\n\n\n## Output without wrap\n\n```\n.....*.*...\n....*......\n.....*.*...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**..\n.*...*.*...\n*....*.....\n.......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.***.\n.*.*.\n..**.\n*.**.\n.**.*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n**.*.\n.*..*\n....*\n....*\n*...*\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n**.**\n.*..*\n.....\n*....\n....*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n..*...\n***...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n*****\n*****\n**.*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n....*\n*....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.....*...\n....*****\n....*..**\n.........\n.........\n......*..\n*........\n*.......*\n..*....**\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n...**..**\n.........\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n...**..**\n.........\n.........\n.........\n.........\n**......*\n.*.....*.\n**.....*.\n........*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n........*...\n............\n*..........*\n.....*......\n......*....*\n..*.........\n*.........*.\n...**.*.....\n....*...*..*\n.....*......\n..*.....*...\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n...*........\n...***......\n...**.......\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n*..........*\n............\n...........*\n...*........\n...***.....*\n...**.......\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n..*...\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n..*..\n.**..\n**...\n.*.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.*...\n.*.*.\n*****\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n*...*\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*****\n.*...*\n.*...*\n**...*\n...***\n******\n******\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n..*..*\n**.*.*\n.....*\n*.****\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*.*.*\n....**\n****..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n...**.\n..*...\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*..*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n..*..*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*....\n*.*.*.\n..*.**\n*...**\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n..**..\n...*..\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n..*.*.\n.*.*.*\n.*...*\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n***..\n.*..*\n.*..*\n.**.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*..*.\n...*.\n**..*\n....*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n...*.\n...**\n.*..*\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***...*.**\n*.**..**...*.\n.**.**..*.*..\n*.......*...*\n**.....**....\n*...***...*.*\n..*.*..**.**.\n.**..*.**.**.\n....**.**.*..\n.**...**..*..\n```\n\n\n## Output without wrap\n\n```\n**..***.***.*\n*.*..........\n*..*.**....**\n*.***........\n*.**....***..\n*.**......**.\n..*...*......\n.**..*.......\n..**...***...\n.....*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....**\n...*.......**\n...*.**....**\n.****......**\n.***....****.\n*.**......***\n*.*...*.....*\n.**..*.......\n*..****....*.\n..*...*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.\n*....***.\n.......*.\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......**\n.....*.**\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.......*.\n.....*.*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.*..*\n....*\n.*.*.\n*....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.*..*\n*..**\n.....\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.**...\n**....\n*....*\n.....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n*.*...\n**....\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*...\n..*..*\n.*...*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n*........\n.........\n.....*...\n...*.....\n.........\n*...*.*..\n.*...*...\n......*..\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n.........\n.........\n.........\n.........\n.....*...\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.......\n.........\n.........\n.........\n.........\n.....*...\n.....**..\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.******.\n**.*******\n******.*.*\n**..******\n*****.****\n***..**.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n**...\n.....\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n.....\n**...\n..*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*\n.*.****\n.*.*..*\n**.*.**\n..**...\n***..**\n..****.\n*..**.*\n***..**\n.**..**\n**..**.\n```\n\n\n## Output without wrap\n\n```\n***..*.\n*..*.*.\n....***\n**.*...\n..*....\n.......\n.....**\n**.....\n.......\n*.****.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*....\n.*..***\n*..*...\n..*....\n......*\n......*\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n.......\n.......\n.......\n*.*...*\n..*..**\n.**..*.\n..*.*..\n..*.*..\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.*...**\n..**.**\n.**.***\n..*.**.\n..*.**.\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.......\n.......\n.......\n**...**\n..**.*.\n.**.***\n..*.**.\n..*.**.\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n.**...*\n*.*.*..\n.....*.\n*.***..\n..*..*.\n*....*.\n******.\n*.*.**.\n*.*....\n```\n\n\n## Output without wrap\n\n```\n....*..\n.*...*.\n.***.**\n.....**\n.*...**\n..*....\n.....**\n*.....*\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...***.\n****...\n.......\n**.....\n*.*....\n.......\n*......\n*....*.\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*..**\n.****\n*****\n*****\n*****\n*****\n*****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n***.*\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*...\n..*.*.*..*\n***.**...*\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.*.*.*...\n.**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*...\n..*.*.*..*\n..*.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n....****\n......**\n*.....*.\n...**.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***\n........\n*......*\n*.......\n...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n.**\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.........\n***......\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n*........\n.*.......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*........\n.*.......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.....\n....*.\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n**...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**..\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*.\n.**..*.**\n..*..*..*\n.**.*...*\n```\n\n\n## Output without wrap\n\n```\n....**.**\n.***.*.**\n....***.*\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n****.*.**\n....***.*\n***.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**\n.*****..\n.******.\n.*******\n```\n\n\n## Output without wrap\n\n```\n.*..***.\n*......*\n*......*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.......*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n*.*.*.\n**.**.\n.***..\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*.*...\n*...*.\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n*...*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*...*.**\n**.....*....*\n.*....*...**.\n**........***\n.**..........\n*.**.....*..*\n*.**..*..*...\n...**........\n......*......\n```\n\n\n## Output without wrap\n\n```\n**.........**\n***...*.....*\n..*.......*..\n*.........*.*\n...*......*.*\n*............\n.............\n..****.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*....**\n.**...*......\n..*.......*..\n..........*.*\n...*......*..\n*...........*\n*...........*\n..****.......\n....**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*..*.\n..*..\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n...*.\n.***.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n...*.\n.***.\n..**.\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n...**\n.....\n.....\n..*..\n.***.\n*****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n..*..\n.***.\n*.*.*\n*..**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n...**\n.....\n..*..\n..*..\n..*..\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n.*.\n***\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n...\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n.*......\n..**.*..\n...*.*..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n.*..*...\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n.*..*...\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n...**\n...**\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*....\n*....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*..\n....**...\n**.......\n.........\n.........\n.........\n.........\n.........\n....*.*..\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...***...\n...***...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n..*.**...\n.........\n.........\n.........\n.........\n.........\n.........\n...**....\n..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..**..\n....*.\n...*..\n......\n*.....\n......\n......\n**..**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*.*.\n..*.*.\n......\n......\n......\n......\n.*....\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*...*\n..*.*.\n......\n......\n......\n......\n....*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**\n..*****\n**.**..\n```\n\n\n## Output without wrap\n\n```\n.*....*\n*.....*\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n**.***\n****..\n***.**\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.**..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*...*.\n.*****.....\n**.***.**..\n*.*********\n.**.*.****.\n*.*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n........*..\n*..........\n*.........*\n*..........\n..*...*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.**.\n........*.*\n...........\n...........\n...........\n*...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n...........\n...........\n...........\n........*..\n***....*..*\n****.....**\n.***...**..\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n........*.*\n.......*..*\n........***\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n........*..\n.......*..*\n..........*\n.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*.*.*\n....*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n***.*\n.*..*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n..*...\n......\n......\n.*....\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**.**.\n..*...\n......\n......\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...*.*....\n..*..*....\n..........\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...*......\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*.*.\n.**.*....*\n...*.**.*.\n...*....*.\n....****..\n......*...\n......*...\n.*...*..*.\n......**..\n.....****.\n...*......\n...*......\n..*.*.....\n.**.******\n```\n\n\n## Output without wrap\n\n```\n.***.*....\n.**.*.*.**\n...*.*.***\n...*....*.\n....****..\n..........\n.....***..\n.....*....\n..........\n.....*..*.\n....*.**..\n..***.....\n.**.*.***.\n.**.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n***.*.*.**\n...*.*.***\n...*....*.\n....****..\n..........\n.....***..\n.....*....\n..........\n.....*..*.\n....*.**..\n..***.....\n.**.*.***.\n***.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n***\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n..*\n*.*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.....**.\n..*...**\n..****..\n**...***\n....*...\n...*..**\n........\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n......**\n..*.**.*\n........\n.**.**..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n......**\n..*.**.*\n......*.\n***.**.*\n**.....*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n...***\n*.***.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n...*.*\n.**.**\n***...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...*.*\n.**..*\n*.***.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...***\n*..*..\n..*...\n.***.*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*...\n..**.***.*\n...*.****.\n...*...***\n.*.**..***\n.**.*.....\n..*.......\n```\n\n\n## Output without wrap\n\n```\n.*.*****..\n..........\n...*.*....\n...*.*....\n.*..*..*.*\n.*..*...*.\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****..\n*........*\n...*.*....\n*..*.*....\n.*..*..*.*\n**..*...*.\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.....*.\n..*.***\n.***.**\n****...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....***\n.**....\n*.....*\n*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n....***\n***....\n.......\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n*..\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n..*\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n**.\n..*\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n..**.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n.*..*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n.*..*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.....*...\n.....*...\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........*.\n.......*...**\n......**...**\n......*.....*\n**...*.....**\n..*.***......\n..*.***...**.\n.*.........*.\n```\n\n\n## Output without wrap\n\n```\n...........**\n......**..*..\n......**.....\n.....***.....\n.*..*......**\n..*.......*.*\n.**.*.*...**.\n.....*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**.\n*.....**..*..\n*.....**.....\n.....***.....\n**..*......**\n*.*.......*..\n.**.*.*...**.\n.**..*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n**.....\n...**.*\n.*...*.\n*.**.*.\n*......\n```\n\n\n## Output without wrap\n\n```\n.**....\n....**.\n*.***.*\n......*\n*.*..*.\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**\n....*..\n..***..\n.......\n*..**..\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n..*.\n****\n*...\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n.***\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n..*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*....\n.*....**.\n.*.....*.\n.*.*.***.\n*.***....\n```\n\n\n## Output without wrap\n\n```\n***......\n..*...**.\n....**..*\n...*...*.\n**.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...\n..***.*..\n....**...\n..*.**...\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**.\n..*.....\n.*....*.\n*.*.*.*.\n*......*\n***.**..\n.*****.*\n```\n\n\n## Output without wrap\n\n```\n........\n.*.****.\n*..*...*\n*......*\n*...*..*\n*...*...\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n**.*...*\n...*...*\n*.......\n....*.**\n.....**.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**..**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*...*\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n**.*.*****\n*.****..*.\n*.**.....*\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......***.\n**.*.*****\n*....*....\n*.........\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*.....****\n**.*.****.\n.....*....\n..........\n***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n....*\n....*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n*..\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n***\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**\n.**...*.*.\n**.*......\n***..***.*\n*......**.\n..**...*..\n*.......*.\n.........*\n```\n\n\n## Output without wrap\n\n```\n.*.....***\n..*....***\n...*.*..*.\n..*...**..\n*..*......\n.*.....*..\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**.\n..*....**.\n...*.*..*.\n..*...**..\n*..*......\n.*.....*..\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n***.\n**..\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n..**\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n..*\n***\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n..*\n..*\n*..\n*..\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n......*..\n.....*...\n.........\n.........\n.........\n.........\n.........\n..*......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..**\n.*..\n**..\n***.\n****\n*.**\n**.*\n****\n****\n.*..\n*.*.\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n**..\n....\n...*\n....\n....\n....\n....\n...*\n...*\n*.*.\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.**\n.*.*\n...*\n....\n....\n....\n....\n....\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**...\n**.*...**.\n..*.*...*.\n*.*.*.....\n```\n\n\n## Output without wrap\n\n```\n**..*...*.\n*.*.......\n*....*..*.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....*\n**..*.....\n**.**.....\n...**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*****\n..**.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n....*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n..*..**\n**..*..\n.......\n**.....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n.***.**\n.***.*.\n**.....\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n...*...\n****...\n.......\n***....\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n*.**..\n......\n..*...\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n..**..\n.***..\n......\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.*.*.\n**.**.***.*\n.****.*...*\n.**...**.**\n**.**..*.**\n*...*..**.*\n*******.*.*\n.....***.**\n********.*.\n.****......\n*...*...*.*\n```\n\n\n## Output without wrap\n\n```\n*.*..*.*.*.\n*.......*.*\n....*.....*\n......**...\n*..***.....\n..........*\n****......*\n..........*\n*......*.**\n......****.\n.**.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........\n........*..\n....*......\n......**...\n...***.....\n...........\n.***.......\n...........\n*......*.*.\n......****.\n*.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n.*..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n.*........\n.*........\n.*........\n..........\n...**.....\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n.*........\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n.*........\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n***\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.......\n*......\n**.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n.***\n**.*\n***.\n*..*\n****\n***.\n**..\n.***\n..*.\n*.**\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n..**\n..**\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*\n.*.**..\n*..*.*.\n.******\n****.**\n.**.**.\n*****.*\n**.*.*.\n*.*****\n***.**.\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n**...*.\n*.....*\n.......\n*......\n.......\n......*\n.......\n......*\n*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.*...**\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..\n.....**...\n...**.*...\n...*.**...\n....*..*..\n..........\n....*.**..\n...**.....\n```\n\n\n## Output without wrap\n\n```\n.....***..\n....**.*..\n..**.*..*.\n...*...*..\n....*.....\n...*...*..\n...*......\n...*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..**.*.*..\n..**.*..*.\n...*...*..\n....*.....\n...*...*..\n...*......\n..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n**.*\n*..*\n...*\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n**.*\n.*.*\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.....*...\n.....*...\n...*.....\n..*......\n*........\n....*...*\n........*\n........*\n.*.*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n....*....\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n....*....\n.........\n.........\n.........\n*.......*\n*......**\n.......**\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*....\n...........\n...........\n......*....\n....***.*..\n.....*..*..\n....*******\n....*.**...\n*...*.**.**\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.....***...\n.....***...\n.....*.....\n...**......\n...***.**..\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n...........\n...........\n.....***...\n.....***...\n.....*.....\n...**......\n.....*...**\n*..***.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n***.\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n...\n***\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n.......\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.**\n****..**..\n.*.**..***\n```\n\n\n## Output without wrap\n\n```\n..**..*.*.\n*...***...\n**.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n....***...\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....*\n......*.\n........\n........\n***.....\n.*......\n**..*...\n*.*.....\n***....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*......\n***.....\n........\n*.*.....\n..**....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n.......*\n........\n.*......\n***.....\n........\n*.*.....\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.***.\n.*.*.\n.*.*.\n.*...\n*...*\n..**.\n..*.*\n..*..\n*.**.\n....*\n..***\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n...**\n...*.\n...*.\n.....\n*....\n.....\n.....\n.*.*.\n.*..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.****\n...*.\n.....\n.....\n.....\n.....\n.....\n....*\n....*\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n**.*****\n***.**.*\n..*.*.*.\n***.*.**\n*.***.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*..*...\n.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...*.......\n...*.......\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n..*\n.*.\n...\n.*.\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**..\n....\n....\n....\n....\n....\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*..\n.*.....*..\n.....**.*.\n.....*..**\n.**.*....*\n*...*....*\n.........*\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n.....**.**\n....******\n.*.***...*\n.*.*....**\n.........*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**..\n.......**.\n.....**.**\n*...******\n.*.***....\n.*.*....**\n.........*\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*..*....\n.*...*.*...**\n.*..***...**.\n..****.....**\n....*........\n*...*.......*\n..*.*....*..*\n**.***...**.*\n***.***..**..\n..**.*.***...\n```\n\n\n## Output without wrap\n\n```\n***...*......\n.......*..***\n.*........*..\n..*...*...***\n...........**\n....**.......\n*.*......**.*\n*.....*.*....\n*......*...*.\n..**.*.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*...*..*\n.......*..***\n.*........*..\n..*...*...***\n*..........*.\n*...**......*\n..*......**..\n......*.*...*\n.......*...**\n.......*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**\n.*...*..\n**.....*\n...*.*.*\n.*..*..*\n..*.*...\n*.*..**.\n***.**.*\n...*.*..\n*.*..*.*\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.*...*.*\n***.*...\n***.*..*\n..*.***.\n..*.*.*.\n*.*...*.\n*.*.....\n*..*.*..\n.**..*..\n.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.**\n.*...*..\n.**.*..*\n.**.*..*\n*.*.***.\n*.*.*.**\n*.*...*.\n*.*....*\n...*.*..\n***..*..\n.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***..\n..........\n.....**...\n..........\n..........\n.**.......\n****......\n****......\n***......*\n```\n\n\n## Output without wrap\n\n```\n......*...\n.......*..\n..........\n..........\n..........\n*..*......\n..........\n..........\n*..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*...\n.......*..\n..........\n..........\n..........\n*..*......\n..........\n..........\n...*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*.\n......**.\n.......**\n.......**\n...**..*.\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n....**...\n.........\n......*..\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.**\n....**...\n.........\n......*..\n...*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*....\n...........\n...........\n........**.\n.......*...\n.......*.*.\n...........\n...........\n.......**..\n......*..*.\n.....*...*.\n....*.***..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n........*..\n.......*.*.\n........*..\n...........\n...........\n......***..\n......**.*.\n.....*...*.\n.....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n...........\n...........\n........*..\n.......*.*.\n........*..\n...........\n...........\n......***..\n......**.*.\n.....*...*.\n......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n....\n*..*\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.*.*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.**.\n*...\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n.............*\n*............*\n*.............\n..............\n......**......\n......***.....\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n......*.*.....\n.......*......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n*............*\n.*..........*.\n*............*\n..............\n..............\n......*.*.....\n.......*......\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.**...\n.....*.**...\n......*.*...\n**....*.*..*\n***..**...**\n...*..******\n....**.**...\n```\n\n\n## Output without wrap\n\n```\n....***.*...\n.........*..\n....*.***...\n......*****.\n*..........*\n.***.*......\n..***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....**.\n....***..**.\n....*.***...\n.*....*****.\n............\n.*.**.......\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*..*.**\n.....*.*..**..\n..............\n.....***......\n......*.......\n...........*..\n..............\n............**\n```\n\n\n## Output without wrap\n\n```\n..........*.*.\n..........***.\n.....*.*......\n.....***......\n.....***......\n..............\n............*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*..*\n..........***.\n.....*.*......\n.....***......\n.....***......\n..............\n............*.\n...........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*...**\n*.....\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...*.\n*...*.\n....*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n***.**\n**.***\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n......\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.**.\n...*.\n*.**.\n*.***\n.....\n..***\n..*..\n..*..\n.....\n.....\n....*\n**..*\n....*\n```\n\n\n## Output without wrap\n\n```\n***..\n*.**.\n....*\n.....\n..*.*\n.*...\n..**.\n.**..\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*.**.\n.....\n*....\n*.*..\n**...\n..**.\n.**..\n.....\n.....\n.....\n....*\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n.*..*...\n.*...**.\n.*.**..*\n..**..*.\n..*...*.\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n..***...\n**......\n**.*.**.\n.*.*...*\n**.....*\n.**.*..*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n**....*.\n.*.*.***\n.*.*....\n........\n.......*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**..\n**..*...*\n.*****...\n*...***..\n........*\n....*..*.\n........*\n.....*.*.\n*.***.*.*\n...*....*\n.*..*.*..\n```\n\n\n## Output without wrap\n\n```\n***.**...\n*.....*..\n..*...*..\n.**...*..\n....*.**.\n.......**\n......***\n...******\n..*****.*\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**.\n......*..\n..*...*.*\n***...*..\n....*.***\n.......**\n......***\n*..*****.\n*.*****.*\n.*......*\n*..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*.*..*\n*.*...\n.***.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...*..\n..*..*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n**.*.\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n***.*\n.***.\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**....\n......\n......\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n......\n......\n*.*...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n**...\n***..\n*....\n*.*.*\n...*.\n.....\n.....\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.***.\n...*.\n.*.**\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*.*\n..*.*\n.....\n**...\n..**.\n.....\n.....\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n*....*\n..*.**\n...**.\n..**..\n.....*\n.*....\n**....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n.....*\n....*.\n..**..\n..**..\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n.*....\n.*..*.\n......\n..**..\n.***..\n.*....\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n............*\n..........**.\n..........***\n.............\n.............\n........*....\n........*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n..........*..\n..........*..\n...........*.\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n..........*..\n..........*..\n...........*.\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n.*..\n.***\n**.*\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*..**\n.*.**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.***\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*..\n**..*.**.*\n**.**..**.\n.*.*....**\n```\n\n\n## Output without wrap\n\n```\n.*...*.**.\n*...*.....\n...****...\n**.**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.*..\n....*....*\n...****...\n.*.*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n**.*\n****\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n...*\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.*.*\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n**..*\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n**....\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*.**.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*.**\n****\n****\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n**.**\n*****\n*****\n*****\n*...*\n.**..\n.****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n.......*.\n*......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*......*.\n*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n**.*\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n*..*.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..**..........\n...*..........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..**..........\n..**..........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..**..........\n..**..........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*..\n*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n*.****\n.**.*.\n**.**.\n*****.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*....*\n......\n.....*\n*.....\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n.***..\n....**\n....**\n.*..*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*..*.\n.***..\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*...\n*.**.*\n**.**.\n*.**.*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n...*\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n*..\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n**.\n...\n*..\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...\n**.**..\n**.*...\n```\n\n\n## Output without wrap\n\n```\n..***..\n.....*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*.***.*\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.****\n***..\n.....\n..*..\n****.\n**...\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n*....\n..*..\n..**.\n*..*.\n.....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**...\n....*\n*...*\n..*..\n..**.\n*..**\n.....\n*..**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....*.\n*****..***\n.*..*.**.*\n*.*.*.**..\n..*.**.**.\n*.*****...\n*..*.**.**\n```\n\n\n## Output without wrap\n\n```\n**.**.****\n**....**.*\n....*.....\n..........\n.**.......\n.......**.\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....*.*...\n....*.....\n**......**\n..*.....*.\n*......**.\n.*...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n...***\n...**.\n..*..*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.....*\n..*...\n.**..*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.....*\n..*...\n.**..*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n***..\n*...*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n*.*..\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..*.*\n...**\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n.*.\n*..\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n*.*\n**.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n...***\n..**..\n...*..\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..***.\n.*..*.\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**..**\n*.****\n....*.\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..........\n*............\n**...........\n.............\n.............\n.............\n...........*.\n...........*.\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.*...........\n..*..........\n.*...........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..........\n..*.........*\n**...........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n**...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****...*.\n*..*.*...*..\n*...**.***.*\n.***.*...*.*\n*..*..**..*.\n***....*..**\n******.***..\n*..**.**.*.*\n****.*****..\n```\n\n\n## Output without wrap\n\n```\n...**.*.....\n*..*.*..*...\n......*..*..\n*.**.*.*.*..\n*..*..****.*\n.....*.*...*\n...........*\n.**.*....*..\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....****\n***.....**..\n......*..*..\n..**.*.*.*..\n...*..*****.\n.....*.*..*.\n..........*.\n..........*.\n...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n***\n.*.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n.*.\n***\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.......\n.......\n.......\n.......\n..*..*.\n..**..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..**...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..**...\n.***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........\n..*..*....\n***..*..*.\n.*...*....\n......*.*.\n......*.*.\n.....**.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..**.*....\n*.*.*..*..\n*.**...*..\n.*......*.\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...\n*.***.....\n..*.*..**.\n*.**...*.*\n.*........\n........**\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n.....\n.....\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.*..\n.***.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*....\n*..**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...\n..**...*.\n........*\n.......*.\n......*..\n.......**\n.........\n*.*.***..\n.*.....*.\n*.**.*...\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.....\n.......**\n.......*.\n......*.*\n.......*.\n.....***.\n.*...**..\n*........\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n..**.....\n.......**\n.......*.\n......*.*\n.......*.\n.....****\n.*...**..\n*.......*\n..***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*.*..\n......\n......\n.***..\n....*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n..*...\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*...\n......\n..*...\n..**..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**.*\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n.**\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n*..*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n......*\n.......\n*.*....\n..*....\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..****...\n.*......*..*\n...**..*.***\n.*.**....***\n..*.*..*..*.\n*..*...*....\n***.*...**..\n*****.......\n..*...*..**.\n..*...*..*..\n..*..**..*..\n.**.****....\n```\n\n\n## Output without wrap\n\n```\n.*.*****....\n.*...***....\n............\n..*..*...**.\n.*.***..***.\n.*..**.*....\n...**..**...\n....**..*.*.\n.***.*....*.\n.*******..*.\n....***..*..\n.**.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n**...*......\n**..........\n*.*..*...*.*\n...***..***.\n....**.*....\n...**..**...\n*...**..*...\n****.*......\n.*******..*.\n....**..**..\n..*.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.....*.\n.......\n.......\n..*....\n......*\n....*..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.........\n.........\n*......*.\n*.....**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.........\n.........\n......**.\n*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n*..***\n..**.*\n***...\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.....*\n*....*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n**...*\n*.*...\n*.**..\n```\n\n\n## Output without wrap\n\n```\n**....\n*..*..\n..**..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*..*\n*.**.*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.......**\n*......**\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.........\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*......*.\n*........\n*......**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.**\n..*.\n.*.*\n****\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n.*.*\n***.\n*..*\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*.**\n..*.\n....\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**..\n***.*.*..\n**.*...**\n*.*......\n.*......*\n.*......*\n**......*\n.**.*...*\n.....*.*.\n.....**..\n```\n\n\n## Output without wrap\n\n```\n*..****..\n....*.*..\n...*...*.\n*.*....**\n***......\n.**....**\n*......**\n***....**\n....**.*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*.\n....*.*..\n...*...*.\n..*....*.\n.**.....*\n.**....**\n.......**\n.**....**\n....**.*.\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n*..*..\n**.***\n**.***\n.*.*.*\n***..*\n.*.***\n*.***.\n..**.*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.***..\n.****.\n......\n....*.\n....*.\n.....*\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n...........*\n..........*.\n..........*.\n...........*\n......***.*.\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n..........**\n............\n........**.*\n......**..*.\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n..........**\n*...........\n........**.*\n......**..*.\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*....\n.....\n.....\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.....\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n***.*\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n..*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n*.....\n*...*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*...*.\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n***\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.*****.*\n*...*..*..**..\n...*..*...**.*\n.*.......**.**\n*..**.***.**.*\n```\n\n\n## Output without wrap\n\n```\n...**.***.....\n....**.*....*.\n..*....*......\n...****.**...*\n...*******..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n..*****.....**\n***....*.....*\n..*...**......\n**.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n***...*\n..**.*.\n*......\n.**.*.*\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n.*..*..\n...*...\n.....*.\n.*...**\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*.*.*..\n.*.*...\n.......\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.**....\n*.*....\n..*....\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n...*...\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.***...\n...*...\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**\n*..**.*\n*......\n.*.****\n*......\n..**..*\n```\n\n\n## Output without wrap\n\n```\n**..*.*\n..***.*\n..***.*\n.....**\n**...*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n*****..\n.....**\n***.*..\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*****\n***.****.\n****..***\n*********\n**.******\n**.**.***\n******.**\n*.***.***\n*..******\n*******.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*...*\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n*........\n***.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n........**\n*......*..\n*......*..\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n.......*..\n.......*..\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n........**\n*......*..\n*......*..\n........**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**..*\n...**......\n.**...*..*.\n```\n\n\n## Output without wrap\n\n```\n..*...*....\n.*.**.*....\n.*.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n........**.\n........**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n....*\n**...\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**..*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n..*...\n..*..*\n...*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n.*....\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*...*\n.*....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.........\n......*..\n.........\n....*....\n*.....*..\n.........\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n.....*\n......\n..*...\n.**...\n*.*...\n..*...\n...***\n*....*\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n...***\n...*.*\n......\n.**...\n..**..\n..**..\n.**.*.\n...***\n.....*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n...*.*\n......\n.**...\n..**..\n..**..\n.**.**\n*..***\n*....*\n.*....\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n....**\n*.....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*.....\n....**\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.**..\n..*..\n.*...\n..*..\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n...*.\n..**.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n.**..\n...*.\n.***.\n*.*..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n***.\n..**\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n*..*\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n.*.*\n***.\n...*\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**.*\n.**.\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n...*\n.*..\n****\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n*.*.\n....\n*.*.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.***\n....\n.***\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.***\n.**.\n....\n.**.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..*.\n....\n.***\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n.*.*\n..*.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n.*.*\n..*.\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n**..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n...*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*..*\n....\n....\n....\n....\n....\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**..\n**.*\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n****.\n**.**\n....*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*..\n.*.*.*..*\n.**.*..*.\n.*.....*.\n*.**....*\n...*...**\n....**...\n*.**.*..*\n**......*\n.........\n........*\n****.****\n```\n\n\n## Output without wrap\n\n```\n..*......\n**.*****.\n**.**.***\n*......**\n.***....*\n..**...**\n..*..****\n*.**.*...\n***......\n.........\n.**...*.*\n.**...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.*.*****.\n.*.**.***\n.......*.\n****.....\n*.**...**\n*.*..***.\n..**.*..*\n.**.....*\n........*\n.**...*.*\n.**..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.**.\n******.**\n.**.*****\n***.*****\n***..**.*\n```\n\n\n## Output without wrap\n\n```\n*...*.***\n*........\n.........\n.........\n*.***...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**\n.......****\n......*..*.\n......*....\n.........*.\n......***..\n...........\n...........\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n.........**\n...........\n.......*.*.\n........*..\n......*.*..\n.......**..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n......*****\n...........\n.......*.*.\n........*..\n......*.*..\n.......**..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*\n*........*.\n*..........\n*........**\n*..........\n...........\n..........*\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n**.......**\n**.........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*.\n**.........\n**.......*.\n**.........\n*..........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.....\n*........\n.***.....\n........*\n.....**.*\n**..*.*.*\n*........\n.*...****\n**.....*.\n*....****\n```\n\n\n## Output without wrap\n\n```\n***......\n*........\n.**......\n..*....*.\n.....**.*\n**....*..\n*.......*\n.*....***\n**.......\n**....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**.\n*........\n***......\n*.*....*.\n.....**.*\n.*....*.*\n.........\n.*....**.\n.*.......\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n*.*.\n..*.\n....\n**.*\n....\n*.*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n.**.\n....\n*.*.\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n****\n*...\n..*.\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n*.*....*\n*......*\n*....**.\n.....*..\n.**..*..\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n.......*\n....***.\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n........\n....***.\n....*...\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n***.\n*..*\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n..**\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n.**.\n...*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n...*\n.*.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.......\n....**......\n***.**......\n***.........\n*.*.........\n*...........\n*.*.......*.\n...........*\n..........*.\n..........*.\n..**........\n```\n\n\n## Output without wrap\n\n```\n...***......\n............\n*.*.**......\n............\n*.*.........\n*...........\n.*..........\n..........**\n..........**\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*......\n............\n*.*.**......\n...........*\n*.*........*\n*...........\n**..........\n..........**\n..........**\n............\n..*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..\n.**.*..\n*.**.*.\n*..*.**\n*.....*\n**....*\n..*..**\n..**...\n**.**..\n```\n\n\n## Output without wrap\n\n```\n.......\n....***\n.*.....\n*...*..\n*.*...*\n***...*\n.**.***\n.....**\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n....**.\n.....*.\n....*.*\n..*....\n..*....\n.**.**.\n**..**.\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.**.\n..****...\n.*.*.....\n..**.*...\n.....*...\n...*..*..\n.....****\n***..***.\n```\n\n\n## Output without wrap\n\n```\n......*..\n.**.*.*..\n.*..***..\n.*.*.**..\n..*..*...\n.*..*....\n.*****...\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...******\n*....***.\n.*..***..\n.*.*.**..\n..*..*...\n*...*....\n....**..*\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**.**..\n***.*.*\n**.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n*..***.\n....**.\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...****\n....***\n..*...*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n*..*\n*..*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n.**.\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n****\n****\n****\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n......\n....*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n......\n..***.\n..*..*\n..*.*.\n...*..\n......\n......\n*.....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n..***.\n.**..*\n..*.*.\n...*..\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n******\n..***.\n.**..*\n..*.*.\n...*..\n......\n......\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*\n.......\n..*...*\n..**.**\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..**.**\n..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****\n..**...\n..**.**\n**..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....\n*..*....\n.**..***\n*.*....*\n```\n\n\n## Output without wrap\n\n```\n***.....\n*..*..*.\n*.**..**\n..*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n...*..*.\n..**..*.\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n*......*\n.*....*.\n*......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n**....**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*......*\n.*....*.\n*......*\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*..*\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n****\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n........\n........\n*......*\n......**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n........\n........\n......**\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n........\n........\n*.....**\n*.....**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*......\n......*......\n...*...*..**.\n...*...*.*..*\n*.*...***.**.\n.*.......***.\n.............\n........***..\n.******.*.*..\n.*....******.\n.*...........\n.****..***...\n.*...*....*.*\n```\n\n\n## Output without wrap\n\n```\n.............\n......*.*....\n......*.****.\n.***.....**.*\n.*.*..**.****\n.**...*..****\n..***.*....*.\n.*.....***...\n*.......*.**.\n......*......\n........*.*..\n.....*.***...\n**.**...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n........*....\n......*.****.\n*.**.....****\n...*..**.***.\n.**...*..****\n..***.*....**\n.*.....***...\n*.......*.**.\n......*.....*\n........*.*.*\n...*.....*...\n****.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*...*\n****...**\n*********\n*****.*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n.........\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.\n.*....*\n**.....\n**.**.*\n..*.**.\n.**...*\n*.....*\n.*....*\n*......\n...*...\n.*.*..*\n..**..*\n**.....\n```\n\n\n## Output without wrap\n\n```\n**...*.\n..*..*.\n.....*.\n*..**..\n*...*.*\n.***..*\n*.*..**\n**.....\n.......\n..*....\n...**..\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..*..**\n.....*.\n...**.*\n....*..\n.***..*\n..*..**\n.*....*\n*......\n*.*....\n*..**..\n...*..*\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*...\n.....\n..**.\n.*...\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n.***.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.***.\n.***.\n.....\n.....\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n**.*.*\n.*....\n.*....\n*.....\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n*****.\n*..**.\n.*....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...***\n.*....\n**....\n......\n*.....\n**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n.**\n***\n...\n***\n...\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n...\n...\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n.**.\n....\n....\n*.**\n....\n....\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*.\n*.******.\n*.*.....*\n**...***.\n..*..*...\n.**...*..\n**.****.*\n..*.*.**.\n.*****.**\n*.**.**..\n*.*.*..**\n..*.*....\n.*..**...\n*....*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..**.**\n*..***.**\n*..**...*\n*.**.*.**\n*....*..*\n*....***.\n**.......\n.........\n.........\n.......*.\n.*...*...\n.**....*.\n..*...*..\n...*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n.*.*..*.*\n.*.**..**\n..**.*.*.\n.....*...\n**...***.\n.......**\n.........\n.........\n.*.......\n*....*.*.\n..*......\n......*.*\n*.*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*..*.\n*.*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*..*\n*.**.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n.**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n.**\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n..**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n...*.*.\n.....*.\n...**..\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n...*.*.\n....*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n...*.*.\n....*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n.*..*\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*..*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.*..*\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n.....\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n.**.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n*****\n*...*\n.**..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n**..*\n....*\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*...*\n.*...\n...*.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.........*...\n.........*...\n........*.*..\n........*.*..\n.............\n.............\n........*.*..\n.....**.*.*..\n....*..*.....\n.......*.....\n....*.*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n........***..\n........*.*..\n.............\n.............\n.............\n.......*.....\n.....**.*....\n.....*.**....\n.....***.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n........***..\n........*.*..\n.............\n.............\n.............\n.......*.....\n.....**.*....\n.....*.**....\n.....***.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****.\n..*.***.\n..*.**..\n........\n........\n.***....\n........\n........\n....*...\n```\n\n\n## Output without wrap\n\n```\n..*...*.\n.**.....\n....*.*.\n........\n..*.....\n..*.....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n.**.....\n....*.*.\n........\n..*.....\n..*.....\n..*.....\n........\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**.*\n....\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n.*..\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.**..\n*.*..\n..*.*\n.**..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n..**.\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*.***\n*.*.*\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n..*.....\n......*.\n**...*.*\n....*.**\n.......*\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n.....*.*\n.......*\n....**.*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**.....*\n**....**\n**...*..\n.......*\n...*.**.\n..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........\n*.........*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n*..........\n*..........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......**.\n.*.......*.\n.........*.\n.*.......*.\n*........**\n...........\n...........\n...........\n...........\n..........*\n*.*........\n..*.....*.*\n..*.....**.\n```\n\n\n## Output without wrap\n\n```\n**......**.\n**.......**\n........***\n........**.\n.........**\n...........\n...........\n...........\n...........\n...........\n.*.......*.\n..**....*..\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***........\n**.......*.\n........***\n*.......**.\n*........**\n..........*\n...........\n...........\n...........\n...........\n**.......**\n..**....*.*\n*.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n*.....\n..**.*\n..*..*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n*..**.\n.*...*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******.\n**.*.****\n*********\n*...*****\n****.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***....*\n*........\n.........\n.........\n****.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n*........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n...**.\n...**.\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n..*..*\n..*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*..*\n..*.*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**\n.***.*.\n*.***.*\n*.*.**.\n****.*.\n..*.***\n*..**.*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.******\n.......\n*.....*\n*.....*\n*......\n*.....*\n.*.**.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n.......\n*......\n.......\n*......\n.......\n.*.**..\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*..\n....**.*..\n.....*....\n.......***\n........**\n..........\n..........\n..........\n..........\n......**..\n```\n\n\n## Output without wrap\n\n```\n....**....\n..........\n....**.*..\n.......*.*\n.......*.*\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..**.\n..........\n....**.*..\n.......*.*\n.......*.*\n..........\n..........\n..........\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n****..\n**....\n......\n*.**.*\n*..*.*\n*...**\n....**\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*..**.\n*.....\n*.*...\n.***..\n*.**.*\n...*..\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*..***\n*.....\n..*..*\n****.*\n..**..\n...*..\n*..*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n*..*\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*.*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n**..\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n*....*.\n.*..*..\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*..**.*\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n****\n**.*\n....\n..**\n..**\n...*\n*...\n*...\n..*.\n..**\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n*..*\n.*.*\n..**\n....\n..**\n....\n.*..\n.***\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n.*..\n..**\n*...\n*.**\n*..*\n.*.*\n.**.\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*\n..**.**..\n***.*****\n**.*.**.*\n.*...****\n*.**.****\n*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n....****.\n..**....*\n*.......*\n...*.....\n...*.....\n*.**.....\n..*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*\n..**.....\n.........\n...*.....\n...*.....\n..**.....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*.*..\n.*.*..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n**.*..\n....*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**..\n**..\n*..*\n*.**\n.***\n***.\n..*.\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n..*.\n*..*\n*...\n....\n*...\n*...\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n....\n....\n*...\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**...\n.*.*...**..\n..*........\n*.*.**...**\n..*..*...**\n*.*...*..*.\n****.*...**\n.....***.*.\n```\n\n\n## Output without wrap\n\n```\n......***..\n..*...***..\n..*.*...**.\n..*.**...**\n..*.***.*..\n*...***.*..\n*.****.*.**\n.**.***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n..*...***..\n*.*.*...***\n*.*.**...*.\n..*.***.*..\n....***.*..\n*.****.*.*.\n***.**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n*......\n...*...\n.......\n.*...*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n....*.\n..*..*\n**.**.\n....**\n*.****\n*.**..\n*.*..*\n*.*..*\n.***.*\n.*.*.*\n**.***\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n.**..*\n.***..\n*.....\n..*..*\n*....*\n*.*.*.\n*....*\n*..*.*\n.....*\n**.*.*\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n***..*\n****..\n......\n*.*...\n......\n..*.*.\n......\n...*.*\n......\n.*.*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...**.\n****..\n**..**\n....*.\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n**...*\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***********\n***********\n*.******.**\n********.**\n***********\n******.****\n**..***.***\n***********\n*.*********\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.***\n********\n********\n***.****\n********\n*.*.***.\n***.*.**\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*.*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.**.\n.***....*..*\n.........**.\n***........*\n........*..*\n.*.....*.*.*\n.......*.*.*\n.......*.*..\n```\n\n\n## Output without wrap\n\n```\n........***.\n.***....*..*\n.**.....**.*\n***.....**.*\n.*......**.*\n......**.*..\n......**.*..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**.\n..**....*..*\n.**.....**..\n***.....**.*\n.*......**.*\n*.....**.*.*\n.........*..\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n*...\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********.\n*.*.**.****\n****.*****.\n****.*****.\n***********\n***.*******\n**.********\n.****.*****\n*..*****.**\n*****....**\n..*******.*\n.*.***..*..\n******.**.*\n```\n\n\n## Output without wrap\n\n```\n*.*.......*\n..........*\n...........\n...........\n...........\n...........\n...........\n...........\n*..........\n*..........\n*.....***.*\n*..........\n**...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n......***.*\n..........*\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n**.\n...\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n.*.\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***.\n......*.*.\n.....*....\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n.....**...\n........*.\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...**\n....*...**\n....*...*.\n....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*...\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n*..*\n****\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n......\n**.*..\n......\n**.*..\n*....*\n....*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n..*.**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n**..**\n......\n*.....\n.*..*.\n..*.*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..**.........\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n...*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.**.\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n*...**.\n....*.*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n....*.*\n...*...\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*..*...\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.**.....\n.**.....\n..**....\n*.**....\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n*****\n*.***\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..*.\n....*\n....*\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n.....\n.....\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..***\n*....*.*.\n.***....*\n*......**\n.*******.\n*..*.*..*\n.********\n.**....*.\n*.*.*..*.\n*....*.**\n.*.*..*..\n.***.*.**\n```\n\n\n## Output without wrap\n\n```\n***...***\n*...*....\n***...*.*\n*....*..*\n****.*...\n*.......*\n*....*..*\n*........\n*.**...*.\n*.****.**\n**.*.*...\n.*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n....*....\n.**...*..\n.....*...\n.***.*...\n.........\n.....*...\n.........\n*.**...*.\n*.****.*.\n.*.*.*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n*.*..\n*..**\n.*...\n*.***\n*.*..\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..*..\n*.**.\n**...\n*.**.\n*....\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n*.*..\n*.***\n.*...\n*.***\n*....\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**..*\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n*****\n*...*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.....\n.****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*..\n.......**.\n........**\n..........\n*....****.\n..**.*..**\n..***.....\n*...*.....\n****......\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......*..*\n......**.*\n..........\n....*.....\n.***.....*\n*.****....\n*...*.....\n****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...***\n......*..*\n......**.*\n.........*\n....*...**\n.***.....*\n..****..**\n*...*....*\n..*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...........\n**...........\n*.......**..*\n*...........*\n```\n\n\n## Output without wrap\n\n```\n**...........\n.............\n*............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.*\n*.*..**.\n*******.\n.*...***\n*****.*.\n.*.**..*\n**.*****\n.*.***..\n```\n\n\n## Output without wrap\n\n```\n.*****..\n*......*\n*..*....\n.......*\n*.......\n.......*\n**.....*\n**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n...*....\n........\n........\n........\n.*.....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..***\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.......*\n.....*....***\n.**.**....***\n.*...*.......\n.............\n.**.**.*****.\n.*...*......*\n.*...**......\n.*.*....*....\n...*...*....*\n*.*.*.*....**\n```\n\n\n## Output without wrap\n\n```\n...**.......*\n.*...*....*..\n.**.***...*.*\n.**.**.....*.\n.**.***.***..\n.**.***.****.\n**.....*****.\n**..***......\n....*.**.....\n.*.**..*...**\n...*.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.....*..\n.*...*....*..\n.**.***...*.*\n***.**.....*.\n.**.***.***..\n***.***.****.\n.*.....*****.\n.*..***......\n*...*.**.....\n.*.**..*...**\n***.**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*.*.\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.**\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n....**...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n....**...\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n....**...\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n........\n........\n........\n........\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n........\n........\n........\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.*.**\n**.*..\n***.**\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n.....*\n......\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n**..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n****\n****\n....\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...**.\n*.....**.*\n.......*.*\n*.*......*\n.*.......*\n.*....*..*\n.*.....**.\n..***..*..\n....***.*.\n*..****.**\n```\n\n\n## Output without wrap\n\n```\n.**...***.\n.**...*..*\n.*....**.*\n.*.......*\n***.....**\n***....*.*\n.*.*..***.\n..***.....\n..*.....**\n...*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n***...*..*\n.*....**..\n.*.......*\n.**.....**\n.**....*.*\n**.*..***.\n..***.....\n..*.....*.\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n***..\n...*.\n..**.\n..*.*\n..*.*\n.*.**\n*...*\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n*....\n***..\n...*.\n..*.*\n.**.*\n.**.*\n.**.*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n***.*\n...**\n..*.*\n.**.*\n.**.*\n.**..\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..*..\n****.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n*...*\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n***...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**...\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*.*..\n.............*\n...........*..\n..............\n.*............\n....*.........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n....**..\n***....*\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n.***..*.\n.......*\n.***....\n.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*\n........\n****...*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.**....\n.*.*.*.***.*.\n**......***..\n*..*.*.*****.\n.***.*.*..*..\n****...*..*..\n...*****.**..\n*..*.*.....*.\n..*...**.*.*.\n.....*...*..*\n.**...*.**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.........\n..**.........\n**...........\n**...........\n......***.**.\n.......*...*.\n.*....**....*\n...*.........\n.*..***.**.**\n....****.**..\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*......\n.*..**......*\n.*.........*.\n.*.........*.\n......***.*..\n*......*.....\n**....**.....\n*..*.........\n.*..***.**.**\n.***...****..\n*.**..*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.*.....\n*.*.....\n.*......\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***.*\n.****\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.......*\n*...........\n*.***.......\n****.*....*.\n**.***....**\n...**......*\n```\n\n\n## Output without wrap\n\n```\n............\n*.*.*.......\n*...*.......\n.....*....**\n*....*....**\n..**.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**......*\n*.*.*.......\n*...*.......\n.....*....*.\n.....*....*.\n.*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*....\n.**......\n..**.....\n.**.*....\n*...**...\n```\n\n\n## Output without wrap\n\n```\n*.**.....\n*........\n.........\n.**.**...\n.*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**...\n*........\n.........\n.**.**...\n*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*........\n...***.......\n..*..**......\n...***.......\n*....*.......\n**...........\n.............\n.............\n...*.........\n```\n\n\n## Output without wrap\n\n```\n...***.......\n...*..*......\n..*...*......\n...*.........\n**...*.......\n**...........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n...*..*......\n..*...*......\n...*.........\n**...*.......\n**...........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.**.....*\n***...**.\n.....*..*\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*....*.\n*.*...***\n.*...***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*....**\n..*...**.\n**...****\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.**.\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n..**.\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.*..*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.*..*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.***...\n..**...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.***...\n.*.....\n.*.*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.*.....\n.*.*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.**\n**.**.*.*\n...******\n*********\n*********\n******.**\n***.*****\n****.*.*.\n***.*.***\n***.*****\n.*****.**\n```\n\n\n## Output without wrap\n\n```\n**.*.****\n**.......\n.........\n*........\n.........\n.........\n.........\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*.*..\n**...*\n.*.*.*\n**....\n```\n\n\n## Output without wrap\n\n```\n..***.\n...**.\n......\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*.**.*\n*....*\n*...**\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n..*...*\n..*....\n**....*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..*....\n..*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*.*....\n..*...*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n...*.\n.....\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n...**\n...*.\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*....*...\n**.**.*...***.\n*...**.......*\n..........**.*\n*....**..*..**\n.***.....**.**\n*****.*..**.**\n***..**....*..\n..**.**.......\n```\n\n\n## Output without wrap\n\n```\n**..**....*...\n**.*..*...***.\n**.***.......*\n....*.*...**.*\n.**......*....\n......*.*.....\n....*.*..*...*\n*......*..***.\n..*****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*..*\n.*.*..*...***.\n.*.***........\n....*.*...**..\n.**......*....\n......*.*.....\n....*.*..*....\n.......*..***.\n*.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*....\n**.**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n...**\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**.*\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n..*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.*..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.***\n*.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n******.\n*******\n*****.*\n*******\n*.*****\n*.*****\n*******\n*******\n.*****.\n```\n\n\n## Output without wrap\n\n```\n*....*.\n.......\n......*\n.......\n.......\n*......\n*......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*..*.*\n.*.***\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.**.*\n*..*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n...*..\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.****\n***.**\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n*.**\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n*...\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*..*..\n***..*\n.*..*.\n..*.*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n*.**.*\n*.***.\n*...**\n..*.**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n..**..\n..****\n....*.\n..*.**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n***.\n**.*\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n.***\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n...*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*...\n.*..*...\n*....***\n...**.*.\n*.**...*\n*.**....\n*.**..**\n**.**..*\n```\n\n\n## Output without wrap\n\n```\n.*..*...\n....****\n.*....**\n..***...\n.**.**..\n.....***\n*..**...\n**...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.*.....\n*.....**\n.****.*.\n***.**.*\n.....**.\n....*.**\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*.*\n***..****\n***.**.**\n.**..*.**\n.***..*..\n.********\n*.**.****\n.*****.*.\n```\n\n\n## Output without wrap\n\n```\n**.**.*.*\n.........\n....*....\n.....*..*\n*........\n*.......*\n*........\n.*...*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....*....\n.....*...\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n........*.\n..........\n.....**...\n.......*..\n..........\n.......*..\n.....*....\n.....*....\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n.......\n.......\n*....*.\n**...*.\n*....*.\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**.....\n**..***\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.......\n.......\n**.....\n**..**.\n*.*....\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n....*\n...*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.**.\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n.**.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n.**.\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n**....\n...***\n*..***\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n....*.\n*..*.*\n.*.*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n**.*..\n*..*..\n*....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n*.*.....\n....*..*\n......*.\n....*...\n.....*..\n....*...\n.....*.*\n....*.*.\n....*...\n..*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....*...\n........\n.....**.\n........\n...*....\n...*...*\n...*..*.\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....*...\n......*.\n.....**.\n........\n...*....\n...*...*\n...*..*.\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.**.**\n**.**.\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.****\n...**\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*...\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**...\n*...*\n...**\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***\n******.\n.*.*.*.\n..*....\n*.**.**\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.***..*\n..*....\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n*....*.\n..**...\n*******\n.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*...\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n***\n.**\n...\n...\n..*\n***\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n.*.\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n*****.*\n*.****.\n.*..**.\n*...***\n```\n\n\n## Output without wrap\n\n```\n*....*.\n......*\n*.....*\n***....\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..**\n....\n.***\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*..*\n.**.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.***\n....\n..*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*.*.*\n.....\n**..*\n....*\n.*.*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n*...*\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*..\n*..*.\n**...\n.****\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.**..\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n.**..\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..*.*.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n..*...\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.*..*\n*.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n.**.*....\n..*.*...*\n.**.....*\n.....*.*.\n*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.**.**...\n.........\n.***...**\n..**.*...\n.....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.****.\n***.**...\n.........\n****...**\n..**.*...\n**..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n**.\n**.\n***\n**.\n.**\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.**...\n*.*...\n.**..*\n**..**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**...\n*..*..\n..****\n*.****\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.**...\n*..*..\n..***.\n..***.\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*....\n.....*.*....\n.......*.*..\n.......*.*..\n......**.*..\n........*...\n......**....\n.........*..\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n.......*....\n.......*....\n.......*.**.\n......**.*..\n........*...\n.......**...\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.......*....\n.......*....\n.......*.**.\n......**.*..\n........*...\n.......**...\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.\n.***....\n*....*.*\n...*..*.\n*..*...*\n**..*...\n*****.**\n*.....**\n```\n\n\n## Output without wrap\n\n```\n.***....\n*******.\n.*.**.*.\n....*.**\n*****...\n....****\n..***.**\n*.**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**.\n.******.\n**.**.**\n....*.*.\n*****..*\n....***.\n..***.*.\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.\n*.....****\n......*.*.\n*.....*..*\n```\n\n\n## Output without wrap\n\n```\n.....*****\n........**\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....*..*..\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.***..\n.***..\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.*.*..\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n......\n.*....\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*.\n.*...*...*\n.*.*......\n**.**....*\n.*.*.*...*\n.*..*..*.*\n.**...*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n**.**.....\n**.*......\n...*.**...\n*..*.**...\n******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....**...*\n.*.**....*\n.*.*....**\n.*.*.**.**\n...*....*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..**....\n.***....\n***.....\n*......*\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*....\n*.......\n*..*....\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*.*....\n*.......\n...*...*\n.......*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**...\n..*....**....\n.*.*****..*..\n..*.**....*..\n....*.*......\n......*...**.\n*....**..*.**\n*....*.*...**\n*..**.*.*..**\n..*...*.*****\n..****.**..*.\n.............\n```\n\n\n## Output without wrap\n\n```\n.......***...\n..****.......\n.*.....***...\n..*....*.....\n...**.*...**.\n......**..***\n.....*.*.....\n**.....**....\n.*.**.*.*....\n.**...*......\n..*******..**\n...**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***...\n..****.......\n.*.....***...\n..*....*.....\n...**.*...**.\n......**..**.\n*....*.*.....\n.*.....**....\n.*.**.*.*....\n***...*......\n..*******..**\n...**..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n....**\n*...**\n...***\n.*.*.*\n.**.**\n*****.\n.*..*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n..***.\n..*...\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n.***..\n.**...\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*\n........*\n...*...**\n*...*....\n.**......\n...*..**.\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n..*....**\n.*.*.....\n.........\n.***.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n.........\n..*....*.\n...*...*.\n.........\n.***.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n*..**...\n...*..*.\n*..*....\n........\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n........\n..*.*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n........\n..*.*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n.***..\n.*.**.\n...*..\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n**....\n.*..*.\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n**...*\n.*..*.\n..***.\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n...*\n...*\n****\n....\n****\n.*.*\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n.*.*\n.*.*\n*..*\n***.\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.*..\n****\n....\n....\n...*\n****\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*....\n**.......\n.*..*....\n.*.......\n```\n\n\n## Output without wrap\n\n```\n*.*......\n.........\n*.*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n*..*.....\n...*.....\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.****.****\n***..*..***...\n*.....**..*.*.\n***....*.**.*.\n**.*...*..***.\n.*.*......*..*\n```\n\n\n## Output without wrap\n\n```\n*...*****.***.\n..*.**.......*\n......**......\n..*....*.*..**\n...*....*...**\n**........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.****...*.\n..*.**........\n......**......\n..*....*.*..*.\n...*....*...*.\n...*....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..***.....\n.****.....\n.**.......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...**.....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...**.....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....**\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.....*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n.....***...\n.....*..*..\n.....*..*..\n......**...\n...........\n.****.*....\n*..*.......\n*..**.**...\n*.*..*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n......*....\n.....***...\n....**..*..\n.....*..*..\n......**...\n..**.***...\n.****......\n*.....**...\n*.*****....\n.*.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n......*....\n.....***...\n....**..*..\n.....*..*..\n......**...\n..**.***...\n.****......\n*.....**...\n*.*****...*\n.*.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*.......*\n*........\n........*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.......*\n*........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n...*.\n..***\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n....*\n.***.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.***.*\n.*..**\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n*....*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*.*.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n******\n.***..\n******\n*****.\n```\n\n\n## Output without wrap\n\n```\n*....*\n*....*\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*\n**......\n...**...\n**.***.*\n*......*\n```\n\n\n## Output without wrap\n\n```\n**......\n***.....\n...*.*..\n****.**.\n**..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**....*\n...*.*.*\n.***.***\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n...**.\n......\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...**.\n..*..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n...**.\n..*..*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n.**\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n******\n**..*.\n*.*..*\n.**.**\n..**.*\n.***.*\n*.*.**\n****..\n******\n**.**.\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n......\n*.*..*\n.....*\n.....*\n.....*\n*....*\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n......\n.....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.**\n*...\n**.*\n..**\n....\n....\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n*..*\n*..*\n**.*\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n**..\n***.\n..*.\n....\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.***\n**....*.*.\n.*.*.*....\n**.*.*.*..\n*****...*.\n...*......\n*.*....**.\n```\n\n\n## Output without wrap\n\n```\n***..**..*\n***.*....*\n....**.**.\n.....**...\n.....***..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....\n**.*.*****\n....**.*.*\n.....**..*\n*....***..\n*..*.****.\n.**.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n...\n...\n...\n.**\n...\n.*.\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*...*.\n......\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n......\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**...\n.*..***...\n*..*...*.*\n..**..**..\n*.....*.*.\n..**.....*\n**..*.....\n....*.....\n...*......\n..*....*.*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n*********.\n...**.***.\n**.*..*.*.\n*......*..\n*..*......\n.*..*.....\n....*.....\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...****.\n...**.**.*\n...**.***.\n...*..*...\n.......***\n...*....**\n**..*.....\n.*..*.....\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n...**.\n......\n......\n.....*\n.*.*..\n...**.\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n...*..\n......\n......\n..***.\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..****\n...**.\n......\n......\n..***.\n......\n.*....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n***.....\n........\n*.*.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*......\n.*......\n*.*.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.*......\n.*......\n*.*.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....****\n*.......*\n**...*.*.\n...**.*.*\n...**.**.\n```\n\n\n## Output without wrap\n\n```\n......***\n**..*....\n*..****.*\n.**.....*\n..***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n**.......\n.*.******\n****.****\n****....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n*.**\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..**\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n.**.\n.**.\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n*..*\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.***.\n...*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n.*.**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.****\n.*.**\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n******\n**...*\n...***\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n**.**.\n...***\n*.....\n*..*.*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n......\n...*..\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n*.*\n...\n*..\n*..\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.*.\n.*.\n...\n*..\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*..*\n....\n*...\n****\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n..*.\n*.*.\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n*.*...\n.*...*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n*.**..\n*..**.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*.**.*\n...***\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n**..*...\n...**.**\n.*.***..\n**.****.\n*.....*.\n**.**...\n.....**.\n*.*.....\n*.*..**.\n```\n\n\n## Output without wrap\n\n```\n**......\n**.***..\n**....*.\n**.....*\n**.*..*.\n......*.\n**..*.*.\n*.****..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n**.***..\n.*....**\n.*......\n**.*..*.\n......*.\n**..*.*.\n*.****.*\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**\n*****.*.\n..******\n****....\n*..*****\n```\n\n\n## Output without wrap\n\n```\n*...*.**\n*.......\n......**\n*.......\n*..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......*.\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*****\n*.***.*****\n.*.*.******\n.**.*******\n****.***..*\n*******.***\n****.******\n***..******\n***.*******\n***..**.***\n*.*.*.****.\n*********.*\n****.******\n.*********.\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n*..***\n*..*.*\n..**.*\n*****.\n```\n\n\n## Output without wrap\n\n```\n***...\n*...*.\n**..**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..**\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*...\n.........*.\n.......**..\n...........\n.**....*...\n..*....*..*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.......*...\n........*..\n.......**..\n.**........\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.......*...\n........*..\n.......**..\n.**........\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n****\n....\n**..\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n*...\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.........\n...*.*......**\n.**...*****.*.\n```\n\n\n## Output without wrap\n\n```\n.****.........\n*..*******.***\n..*...****.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...******.**.\n...*******.***\n....******.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*.**.\n.**.**\n*....*\n*..*.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n***..*\n*.**.*\n*.**.*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.**...\n*..***\n......\n*..*..\n****.*\n.*..*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n***...\n.****.\n...*..\n*..**.\n*..*..\n....**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**...\n******\n*..*..\n*..***\n...*.*\n....*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n***\n...\n..*\n.*.\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n..**\n**.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n...*\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n....\n*.*.\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n*.*.\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n.**.\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n.*..\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*..\n*..*.\n...**\n***..\n.**..\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n**..*\n*...*\n*..*.\n*....\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.**\n**.*.\n...*.\n**.**\n**.*.\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n*..\n**.\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n**.\n..*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n........\n.*...*..\n*....***\n*...***.\n**..*.*.\n.....*..\n...*....\n.....*.*\n........\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n**......\n.....*..\n**.**...\n...**.*.\n....*...\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n**.....*\n**.....*\n.....*.*\n...**...\n...**.**\n....*...\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n.*.*****\n*......*\n..*..*..\n*..****.\n*.*.*...\n..**....\n```\n\n\n## Output without wrap\n\n```\n....**.*\n....**.*\n.***...*\n.*.*.*..\n..*...*.\n..*.....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*\n....**..\n****...*\n**.*.*..\n..*...**\n..*....*\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n**....\n******\n*.....\n****.*\n...*..\n**....\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...***\n.....*\n.**..*\n.*..*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n...*..\n*.....\n***...\n.*....\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n......\n......\n......\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*.\n..**....\n.*..*...\n..***...\n..**.**.\n*..****.\n```\n\n\n## Output without wrap\n\n```\n.*..*...\n*....*..\n.*..*...\n.*......\n.*....*.\n..**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*....*..\n.*..*...\n.*......\n.*....**\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n***.**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....**\n*.*...\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n**.....*.\n.***.....\n.*.**....\n.*.**.***\n*.*....**\n****..*..\n..*...*..\n...*.....\n...*.***.\n*....*.*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n...**....\n**...*.*.\n**..***.*\n*...**..*\n*..*..*..\n.........\n..****.*.\n.....*.*.\n....**.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n**......*\n...**....\n.*...*.*.\n.*..***..\n....**...\n*..*..*..\n.........\n..****.*.\n.....*.**\n....**.**\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..**.**.\n.**.***...***\n.*...*..***..\n.*..*..***...\n**.....**...*\n```\n\n\n## Output without wrap\n\n```\n**..*.**...*.\n......**...*.\n....**.......\n.............\n***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.**.*\n**...*.......\n....**.......\n.*........*..\n**...*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......*\n..********\n....*..***\n......*...\n```\n\n\n## Output without wrap\n\n```\n.**.****.*\n.**.***...\n....*....*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*....*\n.**.***...\n....*....*\n*......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***\n.......**.\n......*.*.\n......****\n.......**.\n..........\n..........\n......**..\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n......*...\n......*...\n......*..*\n......*..*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n......*...\n......*...\n......*..*\n......*..*\n..........\n..........\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.*..*.\n....*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.**\n..*...\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....*...\n....*...\n......*.\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.***.\n*.***\n..*..\n****.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n...**\n...**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n...*.\n.....\n...*.\n*.***\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n.**.*....\n...*....*\n...***..*\n*..*...*.\n****...*.\n*.......*\n***......\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.***.....\n.*.*.....\n........*\n......*..\n.***..*.*\n*..*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n*.......*\n...*.....\n*......*.\n*.....*..\n..**..***\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n.......*.*\n.......*.*\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n........*.\n......**..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n......**..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n*.**.*.\n***.***\n.***..*\n****.**\n**.***.\n```\n\n\n## Output without wrap\n\n```\n.*...**\n*......\n*.....*\n.......\n......*\n*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n**.*\n*.**\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*..*\n*...\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n....\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n.*.\n...\n**.\n..*\n**.\n...\n...\n.*.\n..*\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n**.\n***\n.**\n...\n...\n...\n...\n*..\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n*...**\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n**..*.\n*....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n******\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n*....***\n........\n........\n.....**.\n....*..*\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n......*.\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n*....***\n......**\n........\n.....**.\n....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*....\n*..*....\n*..*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.***....\n.***....\n.***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....**.\n.....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.\n...*...*....\n..*....*.*..\n*.**.**.***.\n.**.*....**.\n*.*.*...*...\n*...*...**..\n```\n\n\n## Output without wrap\n\n```\n............\n........**..\n...**..*.*..\n.*..*..*.**.\n.*.....***..\n*.*.**.**.*.\n.****...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*.\n.......*..*.\n...**..*.**.\n**..*..*.*.*\n**.....****.\n..*.**.**...\n.****..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.**\n***.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*.**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*..\n***\n..*\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n..*\n.**\n**.\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*.*.*\n.*..*\n..**.\n.**.*\n**...\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.*..*\n.....\n.....\n**...\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n....*\n...**\n*..**\n....*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***.***\n...**...***.\n****.*******\n```\n\n\n## Output without wrap\n\n```\n.***.***...*\n............\n.***.***...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.......\n.*....**..\n.**.....*.\n....**...*\n***.**..*.\n```\n\n\n## Output without wrap\n\n```\n***.......\n.......*..\n.**..****.\n*...**..**\n.*.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***.*\n.......*..\n***..****.\n....**..**\n..*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n*..*\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*...**\n....*.\n...*.*\n.....*\n**..**\n```\n\n\n## Output without wrap\n\n```\n**.***\n*.....\n...*..\n.....*\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n*..*..\n.....*\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n....\n.**.\n....\n....\n....\n.**.\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n....\n....\n....\n....\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n....\n....\n....\n....\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n***\n*.*\n**.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*.*\n..*\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*****..\n***...*..**..\n*.*...***.*..\n```\n\n\n## Output without wrap\n\n```\n.*....**.....\n..**.*....**.\n.*....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***...*..\n*...***...*..\n*...***...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n***..*\n..**.*\n**.***\n****.*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n***.**\n*....*\n.....*\n*....*\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n**......\n.**.....\n*.*.....\n*.......\n*......*\n**......\n```\n\n\n## Output without wrap\n\n```\n***.....\n*.......\n..*.....\n*.*.....\n*.......\n*.......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*.......\n..*.....\n*.*.....\n*.......\n.......*\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n...**.\n.....*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n....**\n....*.\n...*.*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...***.\n..**......\n..*.......\n..**......\n..*.....*.\n...**....*\n.**.**..**\n.****.*.**\n.*..*....*\n.*...*****\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*.*......\n.*.*......\n.*.*......\n....**....\n.*****....\n**....*.*.\n*.........\n**...*....\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.**\n.*..*.....\n.*.*......\n.*.*......\n....**....\n******....\n.*....*.*.\n..........\n*.........\n.*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n.*...*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...**.\n....**\n*....*\n....**\n```\n\n\n## Output without wrap\n\n```\n...**.\n..**..\n....*.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.*..\n****.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n........\n.*...**.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n....*...\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n.....**.\n........\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n**.*.\n*..*.\n.*...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**.**\n*....\n.*.**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**..*\n**.*.\n*....\n.*.*.\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n..*.*..\n**.....\n..*....\n```\n\n\n## Output without wrap\n\n```\n...*...\n..**...\n.***...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n..**...\n.***...\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****....\n.*......\n.*.*....\n.......*\n*..*..**\n*...*...\n**..*..*\n```\n\n\n## Output without wrap\n\n```\n***.....\n...*....\n..*.....\n..*...**\n......**\n*..*****\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n...*....\n*.*.....\n..*...**\n*.....*.\n...****.\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..........\n..*...........\n.....**.......\n....***.......\n...*.*........\n..............\n..............\n..........*...\n......*..***..\n.**........*..\n```\n\n\n## Output without wrap\n\n```\n..**..........\n..*.*.........\n...*..........\n......*.......\n..............\n..............\n..........*...\n.........*.*..\n.........*.**.\n..........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.........\n..***.........\n...*..........\n......*.......\n..............\n..............\n..........*...\n.........*.*..\n..*......*.**.\n..**......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...\n*..*...\n****...\n```\n\n\n## Output without wrap\n\n```\n****...\n....*..\n****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....*.*\n....*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n*.....\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n..***\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n....*.\n..**..\n*.*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n......\n.****.\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n.*****\n..*...\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n..*.....\n.**.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.**.....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.**.....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n****.\n.****\n**.*.\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n**.**\n*....\n....*\n*....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.*..\n.....*.*.*\n.*..*.....\n*..**...*.\n........**\n*..******.\n.*.....*..\n******...*\n.**..**...\n```\n\n\n## Output without wrap\n\n```\n..***.....\n..*..*.***\n.....*.**.\n...*...***\n...*..**.*\n.....****.\n...*......\n....**....\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..***.\n.....*....\n.....*.**.\n**.*...**.\n**.*..**..\n.....***..\n...*......\n....*.....\n..*..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.*\n.........\n.........\n.........\n**......*\n.........\n*.......*\n.........\n......*.*\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*..\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.........\n.........\n.........\n**.......\n.........\n*.......*\n......***\n.......*.\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....*...\n..*.*.*.\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n...*.*..\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n...*.*..\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n****..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...*.*\n.**...\n....**\n..**..\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*.*.\n..**.*\n.*..*.\n..**..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*.*.*.\n*.**.*\n.*..*.\n..**..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**.***\n.*.....**.**\n*.....*****.\n```\n\n\n## Output without wrap\n\n```\n**....**.*.*\n.*..........\n......*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n.*..........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.**.*\n******...*\n*........*\n*........*\n..........\n*....*...*\n**.***..*.\n```\n\n\n## Output without wrap\n\n```\n**...***..\n*.*****..*\n.*.***..**\n...*......\n..........\n**..**....\n**..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.\n...****...\n...***...*\n...*.....*\n.*........\n***.....**\n.**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*\n...*.*...*\n...**....*\n....*.*...\n...*....**\n```\n\n\n## Output without wrap\n\n```\n....*.....\n...*......\n...*.*....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n*...*...*.\n*..*.*....\n...*.*..**\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n*..\n*.*\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.**.\n.***\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*......\n..............\n.......*......\n.........**...\n...*......**..\n..........**..\n..............\n..............\n..............\n..**..........\n..**..........\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..........*...\n..........*...\n.........*....\n..............\n..............\n..............\n..............\n..**..........\n..**..........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..........*...\n..........*...\n.........*....\n..............\n..............\n..............\n..............\n..**..........\n..**..........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*.*..*...\n.*...*..*\n**....***\n..*.***..\n.**..*.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*.**.....\n*...**.**\n*........\n.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...\n.**......\n..**.....\n.*..**...\n*........\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..**.*\n**.*.*\n..**.*\n.*...*\n******\n```\n\n\n## Output without wrap\n\n```\n...**.\n.***.*\n.*...*\n*..*.*\n*....*\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***.*\n.*...*\n...*.*\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....*.\n...**.....*.\n..**.*.....*\n.****...*...\n.**..*...*..\n......*.*...\n...***.....*\n```\n\n\n## Output without wrap\n\n```\n............\n....*.......\n............\n.....*..*...\n..****.**...\n..**..***...\n...***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n*.........**\n*..........*\n**...*..*...\n.*****.**...\n..**..*.*...\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*****\n**...\n***..\n***.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n.....\n...*.\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n........\n........\n........\n........\n........\n........\n...**...\n..*..*..\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n...**...\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n........\n........\n........\n........\n........\n...**...\n..*..*..\n..*..*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*.\n*.*..*..\n*.*.....\n.*.*.**.\n.*......\n```\n\n\n## Output without wrap\n\n```\n.***....\n*.......\n*.*****.\n**......\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n*......*\n*.******\n**......\n**.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...**\n*..*...***\n...*...*.*\n*...******\n**.....*.*\n**...*...*\n*...*....*\n*.**......\n*..*......\n.**...**..\n```\n\n\n## Output without wrap\n\n```\n**.....*.*\n*****..*..\n...*.*....\n**..**...*\n....*..*.*\n.........*\n*.***.....\n*.***.....\n*..*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n.****..*..\n...*.*....\n.*..**....\n....*..*..\n..........\n..***.....\n*.***.....\n*..*......\n..**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*.\n***....*.*\n.**....***\n```\n\n\n## Output without wrap\n\n```\n**......*.\n*.*....*.*\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*....\n..*.*.....\n..*.......\n.*........\n*.........\n*..**.....\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*........\n*..*......\n..........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....\n*.........\n*..*......\n..........\n**........\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****\n..*...*.\n..*...*.\n**.....*\n........\n....*.*.\n*.***.*.\n*.*..**.\n*.*****.\n*..*..*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.***.\n....*...\n.***....\n........\n........\n...*.*..\n...*.***\n...*...*\n*......*\n.*....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n*.*.**..\n..**....\n......*.\n.*....*.\n*..*.***\n...*.*.*\n...*...*\n*......*\n**......\n.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n.**.\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n...*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n..*....*\n...*...*\n*..*....\n.**.....\n........\n........\n...*****\n...*....\n...*...*\n....***.\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n..**....\n.*.*....\n.**.....\n........\n....***.\n...****.\n..**.*.*\n...*.**.\n....****\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n*.*.....\n*.**...*\n**.*....\n.**.....\n........\n....***.\n...****.\n..**.*.*\n...*.**.\n*...***.\n*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*..*.\n*.....\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n****\n****\n****\n.*..\n*.**\n***.\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n....\n*..*\n*...\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n.....*\n*...**\n******\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n*.**..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n.....*\n.*.*.*\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*.***\n*....\n..**.\n```\n\n\n## Output without wrap\n\n```\n**..*\n*.*.*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****.**\n*.****.****\n.*.**.*..**\n**....*..*.\n.**.*..**.*\n**.*.**.**.\n*.*..*...*.\n.*.**.*....\n*...*..**..\n..***.....*\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.*.........\n.....*.....\n...**......\n...*..*....\n...*.****.*\n*........*.\n*.**..*..*.\n**...****..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.....*.....\n...**......\n...*..*....\n...*.****..\n*........*.\n..**..*....\n......***.*\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n*...\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*.****\n*.**.*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*..*.\n**.*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n****.\n...**\n**.**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n**.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*\n...*...\n...*...\n.**.*..\n*.**...\n.....*.\n...*..*\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*.*...\n...**..\n.*..*..\n..***..\n..***..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n**.*...\n...**..\n.*..*..\n..***..\n..***.*\n.......\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..*.\n**..\n****\n****\n*.**\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n*..*\n...*\n....\n*...\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n..**\n....\n....\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n.*..\n....\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......**\n*.*.......*.\n........*.**\n*....*.*..*.\n..*.**.**.**\n**..**.**...\n*.*....*...*\n...*...*...*\n..*.***.....\n.**...*....*\n*.**..*..*.*\n*.*....*....\n*.**..*..*.*\n**......***.\n```\n\n\n## Output without wrap\n\n```\n.**.........\n..*.........\n............\n....*.......\n.*.*..*..*.*\n*.*..*...*.*\n*.......*.*.\n*......**...\n.*......*...\n.**.*...*...\n.........*..\n*.**.....*..\n*.**..*...*.\n*.**....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***........\n*.*........*\n*...........\n**..*.......\n...*..*..***\n..*..*...***\n........*..*\n.......**..*\n........*.*.\n.**.*...*.*.\n.........***\n..**.....**.\n..**..*..*..\n...*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n...**\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.....\n...**\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n....*\n**.*.\n...*.\n*....\n...**\n.*.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n*...*\n.*...\n....*\n..*..\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n...*.\n*....\n.....\n..*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n.........\n.*.......\n*.*......\n...*.....\n....**...\n*.**.*...\n......*..\n.........\n.........\n.*.......\n*..*.....\n..*...*.*\n*..*..***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**......\n.***.....\n.*.**....\n..*..**..\n....***..\n.........\n.........\n.........\n.........\n.*.*.....\n.*.*.....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.**......\n.***.....\n.*.**....\n..*..**..\n....***..\n.........\n.........\n.........\n.*.......\n*..*.....\n...*.....\n.**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n..**.....\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...*.....\n..*.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.........\n.........\n...*.....\n..*.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n....*...\n*..*....\n*.....*.\n****.*..\n**......\n.*......\n.*..*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...*....\n...*....\n.**.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*......*\n...*....\n...*....\n.**.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...*..\n......\n......\n......\n......\n......\n..*...\n.***..\n..**..\n...**.\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n......\n......\n......\n......\n.***..\n.*....\n.*....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..***.\n......\n......\n......\n......\n......\n.***..\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n*.**..\n.*.*..\n.**...\n......\n*.*.*.\n**.***\n...***\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n****..\n*..**.\n*..*..\n.**...\n..**..\n*.*.**\n**....\n......\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*..***\n*..*..\n.**...\n..**..\n*.*.*.\n.*....\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n***...\n....*.\n*...**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n**...*\n...*..\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...*..\n...**.\n...***\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n****.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.*..\n.*..\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n******\n....*.\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n*...**\n*....*\n.*...*\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***......***\n**.*..........\n...*........**\n..............\n.......**....*\n.**..........*\n```\n\n\n## Output without wrap\n\n```\n*.**..........\n*.............\n.*..........*.\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...........\n**..........**\n**...........*\n.*..........*.\n**...........*\n.*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n......**.\n.....**..\n..*..*...\n.*.......\n...*...*.\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n.........\n.....*.*.\n.....**..\n..*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.........\n.....*.*.\n.....**..\n..*......\n.........\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n*...**\n*....*\n......\n......\n*...**\n....**\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n**..**\n....**\n......\n......\n....**\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n.*..*.\n*...*.\n......\n.....*\n*...*.\n*..*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n**.\n*..\n***\n...\n**.\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.**\n..*\n.**\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n***..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n**.*\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n**.**.\n*..*..\n...**.\n.**...\n```\n\n\n## Output without wrap\n\n```\n.****.\n**..*.\n**....\n.*.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n**..**\n**....\n.*.**.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n.*.*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*....\n....*\n.*...\n***..\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.*...\n*....\n.**..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*....\n*.*.*.*..*\n...***.*..\n.*.**.***.\n.**....*.*\n*....*..**\n..*.*.***.\n*..****.**\n****.**..*\n*.***.**.*\n.**.**..**\n```\n\n\n## Output without wrap\n\n```\n.*.***....\n**.***....\n**........\n...**.....\n*....*....\n*....*....\n.**.......\n**........\n**.......*\n*....*.*.*\n.*...***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.*.\n..*....**.\n..........\n...**....*\n.....*....\n*....*....\n.**.......\n..........\n..........\n.......**.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n*.*.\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n***.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.....\n.*...........*\n........*.....\n.....*....*...\n......*.**....\n.........*....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.......**.....\n........***...\n........**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.............\n*.............\n..............\n.......**.....\n........***...\n.......*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n...*\n.*.*\n....\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..*.\n***.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*.*\n*.*.\n.**.\n.*..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n...*.*....\n...***....\n....*.....\n..........\n.*.......*\n**.......*\n**.*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..**.*....\n...*.*....\n...***....\n..........\n**........\n..........\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.....\n..**.*....\n...*.*....\n...***....\n..........\n.*.......*\n.........*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.****\n********\n.**.***.\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n.*.*\n**..\n**..\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n......*...\n.......**.\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n......**..\n......***.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n......**..\n......***.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....***.\n....**..**..\n.....*...**.\n.........*..\n.**.........\n*........**.\n*.*.....*...\n..***......*\n.*..........\n.....*...*..\n**...*..***.\n.*..*.*.*.*.\n...*....*.*.\n```\n\n\n## Output without wrap\n\n```\n....*...*.*.\n....**......\n....**....*.\n.........**.\n.*.......**.\n*.*......*..\n..*......**.\n..**........\n..***.......\n**......***.\n**..*****.*.\n***.**..*.**\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..*.\n....**......\n....**....*.\n.........**.\n.*.......**.\n*.*......*.*\n*.*......**.\n*.**........\n..***.......\n**......***.\n**..*****.**\n***.**..*.*.\n..***...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**\n..****.\n.**.**.\n**...**\n.**..*.\n..***..\n**.*.**\n*..*.*.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n**.....\n**...**\n**...**\n*......\n*....**\n*...***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n.......\n......*\n.*....*\n..*.**.\n..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...*.*\n...*.*\n*.....\n*.....\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*\n..**..\n*....*\n*....*\n......\n***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.*.***\n..*******.*.\n**..***..*.*\n************\n.***.**.****\n***..******.\n*..*.*.*****\n**.**.*****.\n***.***.****\n***.**.****.\n*.******.***\n...***..*.*.\n**.*****.***\n*.**.****..*\n```\n\n\n## Output without wrap\n\n```\n.**.......*.\n..*........*\n............\n............\n............\n............\n............\n............\n............\n............\n............\n*...........\n*.*.......*.\n*.*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n......\n......\n......\n.*.**.\n**..**\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n......\n......\n******\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.***..\n......\n......\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n.**\n.**\n*.*\n..*\n**.\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n.*.\n...\n..*\n*.*\n*.*\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n..*.*.\n...**.\n......\n......\n..*.*.\n*.*.*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n...**.\n......\n......\n.*....\n.**.**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n...**.\n......\n......\n.*...*\n.**.*.\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n....\n....\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n..**\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n****\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n....*.\n......\n......\n..***.\n*...**\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n...*..\n...***\n*....*\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n....*.\n......\n...*..\n...**.\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.*\n**......\n*.**.*..\n**.***.*\n*..*...*\n.......*\n...*....\n.*.**...\n.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n****....\n*..**.*.\n...*..*.\n*..*.*..\n***.....\n....*...\n..*..*..\n........\n..*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n..**....\n...*...*\n...*.**.\n***.....\n*...*...\n..*..*..\n........\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.**.\n*..*\n..**\n.*.*\n.*.*\n.*.*\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n.*.*\n.*.*\n**.*\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n.*..\n.*.*\n.*.*\n.*.*\n*...\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..*...*.\n.*.....*\n*.*.....\n.*.*....\n.**.*...\n.**.....\n.*.....*\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n*.**....\n*.......\n**......\n*.......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n*.*....*\n..**....\n*......*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......***..\n*.*.....*....\n....*...*....\n.*........*.*\n*.....*.*.*..\n.*..........*\n....*.*.....*\n*...*..**.*.*\n...**.....*..\n.....*.......\n...*.......*.\n```\n\n\n## Output without wrap\n\n```\n.......***...\n***....*.....\n.......*.....\n**......*.*..\n......*.*.*..\n........*....\n....**.*.....\n...*......*..\n...*.*..*.*..\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..**.\n.**....*..*..\n**.....*....*\n........*.*..\n......*.*.*..\n........*..**\n....**.*.....\n*..*......***\n...*.*..*.*.*\n...*.....*...\n........*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.....\n...*......*\n..*.....*..\n```\n\n\n## Output without wrap\n\n```\n..*........\n.*.*.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.......\n.*.*.......\n.***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**...\n.......*...*\n*.*...*.****\n.*....*.....\n*.....**.*.*\n***..*******\n...***.*....\n....****.*..\n```\n\n\n## Output without wrap\n\n```\n.......*....\n......*....*\n**...***.*.*\n*.*..****..*\n...*.......*\n*...........\n*...*...*...\n...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n.*...*...*..\n.*...***.**.\n.**..****..*\n...*........\n..........*.\n*...*.......\n**.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n***.**\n..*.*.\n..*...\n*.*...\n..*...\n...*..\n*.....\n..**..\n**.***\n*.....\n.*...*\n**..**\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n..*...\n..*...\n.**.*.\n......\n.*.*..\n.*....\n.***..\n*.....\n*...*.\n*.*..*\n..**..\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..*...\n..*...\n..*...\n......\n.*.*..\n.*....\n..**..\n*....*\n**..**\n..*...\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n..*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n*.*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.*\n***...**\n**.*...*\n```\n\n\n## Output without wrap\n\n```\n....**..\n**...*.*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.\n...*.**.\n...*.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..**\n....\n**..\n....\n....\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n****\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n*.....*\n.......\n......*\n.....**\n.....**\n.....*.\n.....*.\n....***\n.......\n....*..\n*....**\n.*.....\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n.......\n.....**\n.......\n....*..\n....**.\n.......\n....***\n....*..\n.....*.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*....*\n*.....*\n.....**\n*......\n....*..\n....**.\n.......\n....***\n....*..\n.....**\n*....**\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n*******\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.*.....\n*......\n...**..\n......*\n.......\n*......\n.*....*\n...*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.......\n.......\n.......\n.......\n.......\n*......\n.....**\n*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n*..*..\n*.....\n*.*.*.\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n..***.\n*****.\n*..*..\n...*..\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n******\n*..*..\n...*.*\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n.*.**.*..\n.........\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n...***...\n...***...\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n...***...\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n*.****.\n.****.*\n*...*.*\n*.**.**\n.******\n**.....\n*******\n....*..\n..**.*.\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n***.**.\n*......\n*.....*\n*.....*\n*......\n......*\n.......\n*.****.\n......*\n..*..*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n..*****\n*......\n..*..*.\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..**...*.*\n..***..**.\n..**......\n..........\n**........\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...*...**.\n.**.**.**.\n..*.......\n*.**......\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...*...**.\n.**.**.**.\n..*.......\n*.**......\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n***.\n..*.\n.***\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.**\n*...\n.*..\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.*.\n*.*.\n....\n**..\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n***...*\n..**.*.\n.......\n.*....*\n....*..\n*......\n...*..*\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*..*..\n.***...\n..**...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*\n.*.....\n..**.*.\n.***...\n.......\n.......\n*.....*\n.......\n*.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.***\n....\n....\n....\n....\n*...\n*...\n..*.\n.*..\n....\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n.**.\n....\n....\n....\n....\n*.*.\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n****.\n***..\n*.**.\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n.....\n....*\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.*\n.*..*.*.*\n*...*.*.*\n```\n\n\n## Output without wrap\n\n```\n*****..*.\n*****..*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n......**.\n......**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....***.\n**....*...\n*......***\n.....*...*\n..*.....*.\n...*....*.\n..........\n..****....\n```\n\n\n## Output without wrap\n\n```\n**....**..\n..*..*...*\n**....*..*\n......*...\n........**\n..........\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*.\n.*.*.....*\n**....*.*.\n*.....*...\n........**\n..........\n...****...\n.*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n*....*\n......\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n.*....\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n...*.....\n.......*.\n......*.*\n*.....*..\n.........\n.....**.*\n...**...*\n.......**\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......**.\n.....*.*.\n....**.**\n........*\n....*.**.\n.....**.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.........\n.......*.\n......*.*\n.....*..*\n....**.**\n.........\n*...*.***\n*........\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***\n***...*\n*******\n****..*\n.******\n**.**..\n*******\n..**.*.\n*******\n..*****\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n.......\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.**.\n....\n....\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*\n..**...*\n..**.*..\n.**..*..\n***.....\n...**..*\n*...*..*\n```\n\n\n## Output without wrap\n\n```\n..**....\n......*.\n......*.\n*...*...\n*...*...\n*.***...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**\n......*.\n......*.\n*...*...\n*...*...\n..***..*\n*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n.......*.\n....****.\n...*...**\n```\n\n\n## Output without wrap\n\n```\n.........\n....***..\n.........\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n....**.*.\n.........\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******..\n*********\n.********\n*********\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n.*........\n..........\n..........\n..........\n..........\n..........\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n*.*.......\n*.*.......\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.*.......\n.*........\n..........\n..........\n..........\n..........\n..........\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**........\n...........\n....*......\n...........\n.*.........\n...........\n...........\n...........\n...........\n...........\n*......*...\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**\n*.*.*.*.\n.*...*..\n........\n..***...\n..*.*...\n*....***\n**.....*\n```\n\n\n## Output without wrap\n\n```\n.*...*.*\n*.*....*\n.*..***.\n.**.**..\n....*...\n.**.*.**\n*.*..*.*\n**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..***\n..*...**\n.*..**..\n.**.**..\n....*...\n.**.*.**\n***.*..*\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*.\n*..*..***\n..*****..\n.**....*.\n**.......\n*........\n..*...*..\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n...***.**\n........*\n....**..*\n*...***..\n*.*......\n*........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*.\n........*\n*...**...\n*...***..\n*.*.....*\n*........\n.........\n.........\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n...**.\n*..*.*\n...*.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n..**.*\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n...***\n*.**.*\n..**..\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.*.*\n*.**..*.*.\n*..***..**\n.....*..**\n**..**..*.\n...**...*.\n```\n\n\n## Output without wrap\n\n```\n.*******..\n*.........\n...***....\n**.*....*.\n...*.*.**.\n...*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..*.\n....*.....\n*..***....\n...*....**\n**.*.*...*\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n......**..\n.....*....\n....*.....\n...*..*...\n..*.......\n.*.......*\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n....*.*...\n....***...\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....**...\n....*.*...\n....***...\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*.***\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**.*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n***..\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*..*\n.**..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n..**....\n..**....\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..**....\n..**....\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n..**....\n..**....\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*.*..\n....*\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.*.*.\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*.*..\n.*.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n...\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.......\n.....*....\n.......*..\n..........\n....*.....\n*...*.....\n***..*....\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*........\n..........\n..........\n..........\n*..***....\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......\n.*........\n..........\n..........\n..........\n*..***....\n..**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*.....\n....***.......\n....***.......\n...........*..\n...........*..\n..............\n..............\n..............\n..............\n.........**...\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n....*..*......\n.....**.......\n.....*........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.......\n....*..*......\n.....**.......\n.....*........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*\n**.**....\n...**...*\n.***.....\n```\n\n\n## Output without wrap\n\n```\n*.**.....\n*...*....\n*........\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n....*....\n.........\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n.**.......\n.*........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n***.......\n..*.......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n..*.......\n.*........\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*...\n***...*.....\n...***.....*\n..*...*.....\n.*...*......\n*....*......\n.*.*.......*\n***.**...***\n.**.*.*.....\n*.*........*\n..*.....***.\n```\n\n\n## Output without wrap\n\n```\n.*.....*....\n.****.**....\n...****.....\n..**..*.....\n.*...**.....\n***.*.......\n...*.*.....*\n*...**....**\n....*......*\n..*......**.\n.*.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*...\n*****.**....\n*..****.....\n..**..*.....\n.*...**.....\n***.*.......\n...*.*......\n....**....**\n....*.......\n*.*......***\n.*.....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*..\n..*.*\n*.*..\n.....\n.....\n.....\n.....\n.*.*.\n.*.*.\n*....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n..*..\n.*.*.\n.....\n.....\n.....\n.....\n.....\n**...\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.**..\n..*..\n.*.*.\n.....\n.....\n.....\n.....\n.....\n**..*\n***..\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n...**.\n****..\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..*..*\n.....*\n*.....\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n.......\n.......\n.......\n......*\n......*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****......**\n*..****.*....*\n**......**....\n**.*...*......\n*............*\n..*.*...*.....\n....**.***....\n```\n\n\n## Output without wrap\n\n```\n......*.*...**\n.........*..**\n.....**.......\n.**.*..***....\n.**....*.*....\n.....*.*.*....\n...*.*.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*.**\n.....**...*.*.\n.....**.......\n.**.*..***....\n.**....*.*....\n.*..**...*....\n.**.***...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n...**\n****.\n**.*.\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n*....\n*..*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n*..*.\n..*..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n***..\n**...\n```\n\n\n## Output without wrap\n\n```\n**.*.\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*..\n.*.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n.*.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n*..\n.*.\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n*....*\n***..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n**....\n.*...*\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n........\n.....**.\n........\n.....*..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n......\n..*..*\n*.*.*.\n.**.*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n.*.*..\n..*.**\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n.*.*.*\n*.*.*.\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.....*\n.*...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**..**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n*.....\n.*..**\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*....\n...........\n..*........\n...*.......\n...........\n*..........\n...........\n....*......\n...........\n...........\n..*...*....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.***\n.**.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n*..\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*.*.\n....\n*.*.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..**\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n...*.\n.....\n*..**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n...*.\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****...*...*\n*..*.....*...\n...*.........\n...**....**..\n***..*...*...\n..*..*..*...*\n```\n\n\n## Output without wrap\n\n```\n*****........\n*............\n..**.....**..\n.*.**....**..\n.**..*..***..\n..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...**..*\n*...........*\n..**.....**..\n.*.**....**..\n***..*..***..\n.....*..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n*.*.\n....\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n*...\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n....\n....\n....\n....\n....\n....\n....\n.*.*\n.*.*\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n....\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n****\n....\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.**\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n.*....\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***....\n........*....\n......***....\n.............\n```\n\n\n## Output without wrap\n\n```\n........*....\n.........*...\n.......**....\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n.........*...\n........*....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n.......\n*....**\n.*....*\n***...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.......\n..*..**\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.*...*.\n.....**\n**.....\n*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*......\n.*.*......\n..........\n..........\n..........\n..........\n..........\n..........\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..*.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......\n..*.......\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...\n.........\n.........\n**......*\n..**...*.\n**..**..*\n.*.*.***.\n...*.....\n.*....**.\n***.**.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.**......\n..***..**\n**...*..*\n**.*.***.\n....**...\n**.******\n***..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****.*\n.........\n*........\n***.....*\n..***..*.\n**...*..*\n.*.*.****\n....**...\n.*.*****.\n*.****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.....*.*..\n.....*.*..\n.....**...\n.......*..\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n....**....\n....**.*..\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n....**....\n....**.*..\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n*..*.*.*\n.***....\n......*.\n***.....\n*....**.\n**..*...\n.*.....*\n**.**...\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n.*...*..\n*..*..*.\n***.***.\n..*.*...\n.***.**.\n...***..\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..*\n....***.\n.....*..\n...*....\n***.****\n*.*.*..*\n..**.**.\n.*.*****\n**.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**.***\n.....*\n....*.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.**..*\n.*...*\n..*..*\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n..*...\n..*...\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*...*\n**..*\n*....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n*...*\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.*...\n**..*\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n.*..\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..**\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***...\n.*........\n..*.....*.\n..**......\n.*....**..\n*...***..*\n.*.......*\n..*.**.**.\n.....*....\n***.***.**\n.*.*.*....\n.***.**...\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.*...*....\n.***......\n.***...*..\n.****.**..\n**...****.\n.*.*...*.*\n....***.*.\n..*......*\n****..*...\n.......*..\n.*.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*...\n.*...*....\n.***......\n.***...*..\n*****.**..\n.*...*****\n.*.*...*.*\n....***.*.\n*.*.......\n****..*..*\n.......*.*\n**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n............**\n............**\n.............*\n..............\n**..**........\n.*..*.........\n.**...**......\n.**.*.*.**....\n..*.**........\n.....***......\n....**...**.*.\n.....*.*..*...\n......*.*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n...***........\n**.**.*.......\n...**.*.*.....\n.*.*..*.**....\n..*.**.*......\n..***..*..*...\n...*****...*..\n....**.....*..\n.....****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.............*\n*.............\n*............*\n**............\n**.***........\n**.**.*.......\n...**.*.*.....\n.*.*..*.**....\n..*.**.*......\n..***..*..*...\n...*****...*..\n....**.....*..\n.....****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..**.....\n.........\n.*.......\n.*****...\n....*....\n....***..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..**.....\n.*...*...\n.*...*...\n.**...*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.........\n.........\n..**.....\n.*...*...\n.*...*...\n.**...*..\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.*...\n*...*.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n..**..\n...***\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.....*\n......\n......\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n...\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*..\n.*..\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n.*..\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*.*\n****\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n**..**.\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..****.\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n.**...*\n.**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........*.\n***.......*.\n**.......*..\n*........*..\n*....*....**\n*..**.....*.\n```\n\n\n## Output without wrap\n\n```\n*.*.........\n..*......**.\n..*......**.\n*........*..\n**..*....***\n....*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....**.\n..*......**.\n..*......**.\n.........*..\n**..*....**.\n....*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n.............*\n*...........**\n**..........**\n**...........*\n*.............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.............*\n*............*\n*............*\n..............\n*............*\n*............*\n*.............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.......*\n.....***\n***..***\n.*.*....\n.**.....\n.*......\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.......*\n.*...*..\n***.**.*\n...*..*.\n**......\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n.*...*..\n.**.**..\n...*..**\n**......\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n*.***\n.....\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*.***\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n..****\n......\n***...\n......\n****..\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**.**\n....*.\n.*....\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**.**\n*...**\n.*....\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*****.\n*.**...*..*.\n***.*....***\n..***..**...\n*...***.*.**\n*.**..*...*.\n....**.*...*\n*.....*.....\n*...***...**\n.****...*..*\n**..*..****.\n.*.****..***\n...*.*.*****\n.****...***.\n```\n\n\n## Output without wrap\n\n```\n........**..\n**..*......*\n*........**.\n.*...**.....\n.**...*.*.**\n...*.*******\n...**.*.**.*\n.**....**.**\n.*.*.**.**..\n...*....*.**\n*.*...**....\n***...**....\n**..*.......\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*....\n....*..**..*\n.........*..\n.*...**...*.\n*.*...*.*.*.\n...*.******.\n...**.*.**..\n*.*....**.*.\n.*.*.**.**.*\n...*....*...\n..*...**....\n..*...**....\n.*..........\n**....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n...*..*\n......*\n..**.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n..*****\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n*....**\n..*****\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n......\n**.*.*\n*.....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n***.*.\n**....\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**.**\n**...*\n**..*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.**.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**.*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.**.*.\n..*.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.***.\n*.*.*\n*.***\n*.**.\n.****\n*.***\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n...**\n**...\n**...\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.***\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**..\n*********\n**..**.*.\n******...\n*.*..**..\n.**.*.**.\n.****.**.\n..*.*.**.\n***.*.**.\n****..*.*\n```\n\n\n## Output without wrap\n\n```\n*........\n........*\n.......**\n.........\n*......*.\n*...*....\n....*...*\n*...*...*\n*...*...*\n*..*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......*.\n.........\n*......**\n*...*...*\n....*...*\n*...*....\n....*....\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..\n.*...*..\n.*...*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n***.***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***.\n***.***.\n***.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n*.*...\n*****.\n```\n\n\n## Output without wrap\n\n```\n...*..\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..****\n*.*.******\n....**..*.\n..*...*...\n..**.*..*.\n*.***...**\n.*.***.*.*\n```\n\n\n## Output without wrap\n\n```\n.***......\n....*...**\n.***...**.\n.....**...\n.....*...*\n.....*.*.*\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*........\n.***...*..\n.....**...\n.....*..*.\n.....*.**.\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.***\n***..\n*****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n......\n......\n......\n......\n......\n...*..\n*.**..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.*.*..\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.*.*..\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...*..\n..***.\n**...*\n***...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*....\n.****.\n....*.\n...*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*.....\n****..\n......\n*..*..\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n***...\n.*..*.\n....**\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.....\n*....*\n.*...*\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n**....\n.....*\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n*.*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.....*.\n*.***.*\n..**.*.\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n..*..*.\n.**...*\n.....*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..*..**\n.**...*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***.\n...****.\n*......*\n.****.**\n.....**.\n..*.....\n.*...*.*\n.......*\n.***...*\n```\n\n\n## Output without wrap\n\n```\n........\n..*...**\n.*..*.**\n**.**..*\n.*.....*\n....*..*\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n..*.....\n*...*...\n...**.**\n**....*.\n*...*...\n*.....**\n.*.***.*\n...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n****...\n*..**..\n*......\n**..*..\n*....**\n.*****.\n****.**\n```\n\n\n## Output without wrap\n\n```\n***.*..\n**...*.\n*.**.*.\n*.**.*.\n**..**.\n**.....\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*.....\n..**...\n.***...\n*...***\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*\n..*....\n...*...\n.***...\n*..****\n.**.*..\n..*.*..\n*......\n.....**\n.......\n..*.*..\n.*.**.*\n.*.**.*\n```\n\n\n## Output without wrap\n\n```\n.***...\n.*..*..\n.*.*...\n.*...*.\n*....*.\n.**....\n..*....\n.....*.\n.......\n.....*.\n..*.**.\n.*.....\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.*..*..\n.*.*...\n**...**\n*....**\n***...*\n..*....\n.....**\n......*\n.....*.\n..*.**.\n.*.....\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*....*\n***..**\n.*.*.**\n.*.**..\n.**....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n***..**\n*...*..\n...*..*\n**.***.\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**..**\n....*..\n...*...\n.*.***.\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n***...\n*...*.\n....*.\n..*..*\n**.***\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.****.\n..*.*.\n..*...\n.*.*.*\n.***.*\n*.**.*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n....**\n..*..*\n.*.**.\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.*.*\n*.**.*.*.*\n.*.**.****\n****...*..\n```\n\n\n## Output without wrap\n\n```\n**........\n**..*.....\n**..***.*.\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......*...\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n..*.*\n..*..\n..*.*\n**...\n.**..\n*..*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.**..\n..**.\n*..*.\n..*..\n*..*.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n*.**.\n*..*.\n..*.*\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n.........*\n.........*\n.......*..\n........*.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........*.\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........*.\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**..*\n*****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n....*\n.*..*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*..*\n*....\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*..\n....**.*.\n...**.*..\n.***.....\n*........\n*.*.....*\n.*..**...\n.......*.\n.........\n.........\n.........\n.*.......\n*.**....*\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n.......*.\n......*..\n.****....\n*..*.....\n*........\n.*.......\n.........\n.........\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.***\n.......*.\n......*..\n.****....\n*..*....*\n*.......*\n**......*\n.........\n.........\n.........\n.........\n***......\n*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**........\n..*......**\n***..*....*\n.*..*****..\n*.****..**.\n*....*.**..\n...**......\n....*.**...\n.*.**.**..*\n.*.***.****\n```\n\n\n## Output without wrap\n\n```\n.**........\n*..*.....**\n*.****.**.*\n.......**..\n*.**.....*.\n.**..*****.\n...**...*..\n..*...**...\n..........*\n...*.*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*......\n...*.....**\n..****.**.*\n.......**..\n*.**.....**\n.**..******\n...**...*..\n..*...**...\n..........*\n.*...*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...*.\n..*...\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n.**.\n.**.\n....\n****\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n.**.\n*..*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*..*\n....\n.**.\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.....**.\n.*...*.......\n...*.*.......\n..*.*........\n*.**.*.......\n*.*.........*\n...*.........\n..***........\n*....*..****.\n****.*..*.*..\n*.**....*....\n.****....*.*.\n```\n\n\n## Output without wrap\n\n```\n...**........\n.....*.......\n.*.*.**......\n.*...*.......\n..*.**.......\n.**.**.......\n.*..**.......\n.*****...***.\n.**....**....\n**.....**....\n**.....**.**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.....**.\n.*.*.**......\n.*.*.**......\n*....*.......\n..*.**......*\n..*.**......*\n**..**.......\n******...**.*\n***....**....\n.*.....**....\n.*.....**....\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n..*\n*..\n*.*\n...\n...\n...\n...\n.*.\n.*.\n.*.\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n..*\n...\n.*.\n...\n...\n...\n...\n...\n***\n.**\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n.**\n..*\n*..\n***\n...\n...\n...\n...\n...\n***\n.*.\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n**.***\n***..*\n.*..**\n******\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n...*....\n..*.....\n.*......\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..*.....\n***.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n..*.....\n***.....\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*......\n......*.......\n........*.....\n*......*...*..\n....**....*...\n**....*....**.\n*.*..*...*....\n......*.......\n.......*......\n..............\n........*.*...\n```\n\n\n## Output without wrap\n\n```\n..............\n.......*......\n.......*......\n..............\n**...**...*.*.\n**..*.*...**..\n*....**.......\n......*.......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n.......*......\n.......*......\n..............\n**...**...*.**\n**..*.*...**.*\n*....**......*\n......*.......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***\n***.*.*.*\n...**.*..\n....**.*.\n*......*.\n**.....*.\n**..*.**.\n......*..\n```\n\n\n## Output without wrap\n\n```\n.**..**..\n*..*..*..\n.*....*..\n*..***.**\n....*....\n.........\n.....*...\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..*\n...*..*..\n......*..\n...***...\n*...*..*.\n.......*.\n**....**.\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n...\n***\n..*\n.*.\n...\n*..\n*..\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n*.*\n..*\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n***\n***\n***\n...\n...\n...\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n****..\n*...*.\n**.*..\n..****\n*****.\n```\n\n\n## Output without wrap\n\n```\n**..*.\n**.*.*\n**..**\n....**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n*.*\n*..\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n...\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n..*\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n..*\n...\n***\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*****\n.**.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.......\n*....**......\n*....*......*\n```\n\n\n## Output without wrap\n\n```\n....*.*......\n....*..*.....\n....*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.........\n..**..*......\n..**........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n...***\n......\n.*.*.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*...*\n.*....\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n...*.*\n......\n***..*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n**.*\n.*.*\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n....\n.**.\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.**.\n........\n......**\n....**..\n.*.*..*.\n...*.***\n**..*.*.\n*....*.*\n......*.\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.......*\n...***.*\n.***...*\n*..**...\n....*.*.\n**..**.*\n.....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n....*..*\n........\n...***.*\n*.**..*.\n**.**...\n.*..*...\n**..***.\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n...*..\n......\n......\n*....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.****\n...******\n...*.****\n```\n\n\n## Output without wrap\n\n```\n...*....*\n..**.....\n...*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....\n*.**.....\n*.**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*.....\n....*.\n......\n.*...*\n..*...\n**.*..\n......\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n*.*...\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n......\n......\n..*...\n.**...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*.**\n*.*.........\n............\n....**.*....\n.......**.*.\n............\n.*........*.\n..*..*....*.\n............\n............\n....*..*....\n*...*....*..\n```\n\n\n## Output without wrap\n\n```\n.**.........\n.**.........\n.......*....\n......*.*...\n......*..*..\n.......**...\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*...\n****.......*\n.......*....\n......*.*...\n......*..*..\n.......**...\n............\n............\n............\n............\n*........***\n**.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n..*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n**.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n...*.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.....\n.....\n.****\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n*.***\n.*..*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.****\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n...**\n*****\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**.*.*...\n....**.****...\n***..***..*...\n*.**.*...*****\n******...*....\n*.*.**..*.****\n.***.*.***....\n.*.**.*.****..\n.*.***.**.*...\n```\n\n\n## Output without wrap\n\n```\n...***...***..\n.*.**.**.***..\n.*.*....**..*.\n.*......**.**.\n........*.....\n**.....*...*..\n*.........*.*.\n**....**..**..\n......**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......**..\n*..*......*.**\n.*.*....**..*.\n........**.***\n........*....*\n.......*...***\n..........*..*\n.*...........*\n..........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*..**\n.*.****...*\n.**.*.*..**\n*.*.***...*\n```\n\n\n## Output without wrap\n\n```\n*****.*..**\n....*.**...\n*......*.**\n..*.*.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n....*.**...\n.......*.*.\n....*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*..**.**\n.*............\n....*.....*.*.\n****.**....*.*\n.*......**...*\n**....*.**...*\n.......*.*.*.*\n...*..**..****\n```\n\n\n## Output without wrap\n\n```\n..............\n.....*...**.**\n*..***.....**.\n******...***.*\n.....**.***..*\n**...........*\n.........*.*.*\n......***.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..***.**..*\n*....*...**.**\n...***.....***\n.*****...***.*\n.....**.***...\n.*...........*\n.........*.*..\n.....***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..*.*\n*..**\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.....\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*..*\n*.*..\n*..*.\n***.*\n.***.\n...*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n****.\n*.**.\n*..*.\n*...*\n*...*\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.****\n*.**.\n...*.\n.....\n.....\n*..**\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*..*\n..*..\n**.**\n**.*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n..*.*\n.**.*\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.**.*\n.**.*\n..**.\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n**.\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n****..\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*..*..\n......\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n*.**\n..**\n.*..\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n*...\n...*\n.*..\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.*..*\n.**.*\n...**\n**...\n```\n\n\n## Output without wrap\n\n```\n..***\n.*..*\n.**.*\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.*..*\n.**.*\n...**\n**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n........*\n.........\n......***\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n........*\n......*..\n......*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n........*\n*.....*..\n......*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n***.\n*..*\n***.\n.***\n**.*\n.***\n.***\n****\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*.**\n...*\n*...\n...*\n*...\n....\n....\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*.**\n.**.**\n..*..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n......\n.****.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n*.**.*\n......\n.****.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n.**....\n...****\n*.*....\n*.*....\n**...*.\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*...*.\n.*....*\n.**..*.\n*.****.\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n*.*....\n*.****.\n..*.**.\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n....*....\n..***....\n..*.**...\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n....*....\n..*......\n..*.**...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n....*....\n..*......\n..*.**...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n....*..\n....*..\n.....*.\n.*...*.\n.*.....\n....*.*\n..***..\n..***..\n**.**..\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*.*.\n......*\n....**.\n....**.\n....**.\n...***.\n...***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...*..*\n......*\n....**.\n....***\n....***\n.*.****\n...***.\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.\n......*.\n******..\n*......*\n*...**.*\n.......*\n..**..*.\n*....*..\n```\n\n\n## Output without wrap\n\n```\n........\n*.*...*.\n*...***.\n*.*.***.\n...**.*.\n....**.*\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*.\n*.*.*.*.\n*...***.\n..*.**..\n...**...\n*...**.*\n..*.....\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.***\n*.*****.*\n****..**.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.*...**.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..\n....**..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n...***..\n...*..*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n...*..*.\n...*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n...*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n*.....*\n......*\n......*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.......\n*....**\n.......\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*..**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n...*..\n..**..\n*.**..\n.*....\n......\n......\n......\n**....\n***...\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.*..*.\n...*..\n.**...\n......\n......\n......\n*.*...\n..*...\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n..**..\n.*..*.\n...*..\n.**...\n......\n......\n......\n*.*...\n..*...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n.**....\n..**...\n..**...\n..**...\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n.......\n.......\n.*..*..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*..*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n......*\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n..*.*.\n..*.*.\n.*..*.\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..**\n.**.**\n.*.***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.*..*.\n.**.**\n**.**.\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n.......*.\n.........\n.........\n.........\n...*.**..\n**....**.\n...*.*.**\n...*..*..\n*........\n```\n\n\n## Output without wrap\n\n```\n......**.\n.......*.\n.........\n.........\n.........\n.....***.\n..*.....*\n..*.**..*\n....*.**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n.......*.\n.........\n.........\n.........\n.....***.\n*.*......\n*.*.**..*\n....*.***\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..*.\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n****\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**.*\n...*\n***.\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n...*\n.**.\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n****\n.*..\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....*\n*.......\n..*....*\n*.....**\n**.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*......\n........\n.*....**\n*.*...**\n**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n*.......\n.*....*.\n..*...*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n****\n*.*.\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n*..*\n*...\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n.....**.\n*....**.\n**......\n**......\n*.......\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n.....**.\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*.*.\n.....*..\n*.....**\n*.......\n*.......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*.*.*.\n....*.\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n...*.*\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n**...\n*.*..\n*.*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n..*..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*.*.*\n*.*..\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****.*...\n......**.***.\n....*...**...\n....*.******.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.......\n.............\n...**........\n...**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.**..\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*...*\n****..\n*.....\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.....**\n*....**...**.\n*.********.*.\n**...**.*.*..\n.....*..*....\n.........*...\n**...........\n.*...**.....*\n.*..***.....*\n*.**.*......*\n..*..*.....**\n```\n\n\n## Output without wrap\n\n```\n**...**...***\n*.**....**...\n*.**....*..*.\n****......*..\n.....****....\n.............\n**...........\n.**.*.*......\n**.*.......**\n..**........*\n.****......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.......\n..**....**...\n*.**....*..*.\n****......*.*\n.....****....\n.............\n**...........\n.**.*.*.....*\n.*.*.......**\n..**.........\n..**.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**.*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***\n*........*\n*.......**\n.........*\n.........*\n..........\n.....**...\n......*.**\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*..\n........**\n........**\n..........\n......*...\n.....*.*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n.......**.\n..........\n..........\n..........\n......*...\n.....*.*..\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.**..\n.*..*.\n..*.*.\n*..***\n.*.*..\n*..*..\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n*.**..\n.*..*.\n.**...\n.*...*\n**.*..\n****..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*.**.*\n.*..**\n***...\n**...*\n.*.*..\n****..\n*...**\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..***..*\n..***.*....\n......*....\n.***.**....\n**.*.*.....\n***..***...\n*......**.*\n```\n\n\n## Output without wrap\n\n```\n..*.****...\n..***......\n.*....**...\n**.*.**....\n...*...*...\n..*.**.**..\n*......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**..***\n..***......\n.*....**...\n**.*.**....\n...*...*...\n..*.**.**..\n..*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n***.**\n.***..\n*****.\n***.**\n******\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*.**\n***.\n.***\n****\n.***\n****\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*...\n....\n*...\n....\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.*.\n*...\n.**.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n*.*.\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n*.*.\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*****\n.*.*..*.\n***..***\n```\n\n\n## Output without wrap\n\n```\n..******\n...*....\n***..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n....*..\n.......\n*.**.**\n..*.**.\n.*.....\n..**...\n**....*\n****..*\n......*\n.**....\n**.*.*.\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n...*.**\n.*.....\n......*\n.**.*..\n*......\n*......\n*......\n*..*...\n*.*.*..\n...**..\n**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n*..*..*\n.*.....\n*......\n.**.**.\n.......\n.......\n.....**\n**.*.**\n.**.*.*\n..***.*\n*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.****\n************\n**.***.*****\n************\n************\n*****.******\n*.**********\n************\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n............\n............\n............\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*.*....\n*..*.*..\n......*.\n.....*..\n.*.....*\n.*......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....*...\n...**.*.\n......*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....*...\n...**.*.\n......**\n.......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*.**\n****.*.*..\n***....*.*\n....**..**\n*.***.****\n*..****.**\n**..***..*\n**.**...*.\n.*.**.****\n**.***..*.\n.**..*..**\n.**...*...\n```\n\n\n## Output without wrap\n\n```\n...******.\n...**....*\n.....*....\n*...***...\n**........\n.*........\n..........\n..........\n..........\n.....*...*\n.*....***.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*.\n....*..*..\n.....*....\n....***...\n..........\n..........\n..........\n..........\n..........\n.....*..*.\n.....*.**.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.*.*.\n**.*.*.*..\n...*******\n*.*.*...*.\n.*.***.**.\n..****.***\n*..***.**.\n****.****.\n*.********\n```\n\n\n## Output without wrap\n\n```\n*.*****...\n*.*****.*.\n*.*.......\n***.......\n**........\n**........\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..*.......\n*.*.......\n.........*\n.........*\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n......*\n.......\n.......\n.....**\n...**.*\n..*....\n..*....\n.*.....\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....*.\n...**.*\n...**.*\n.**....\n.**....\n*......\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n.......\n.......\n.....*.\n...**.*\n...**.*\n.**....\n.**....\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.*..\n**..*****.\n*.**..*...\n**.**.*.*.\n*****..*.*\n****..**.*\n**.*....*.\n.....***..\n..***.*..*\n..**...*..\n.*..**..**\n........**\n```\n\n\n## Output without wrap\n\n```\n.......**.\n........**\n........**\n.......***\n......*..*\n....****.*\n....*....*\n.**...*.**\n.**......*\n.*..****.*\n..**..**.*\n...*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..*.*\n..........\n........*.\n.......*..\n......*...\n....****..\n*...*.....\n***...*...\n..*.......\n....****..\n...***...*\n.*...*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n*.*......\n*.*..***.\n*.*......\n.....****\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......*.\n......*..\n......*.*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......*.\n**.....**\n**....*..\n......*.*\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n****.*\n..****\n*..*.*\n******\n*.****\n****.*\n***..*\n*****.\n*****.\n***.**\n**.***\n**.***\n```\n\n\n## Output without wrap\n\n```\n*..**.\n*....*\n*....*\n*.....\n*.....\n......\n.....*\n.....*\n.....*\n......\n......\n......\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n*.**....\n.***.*.*\n...*....\n..*..**.\n**..*..*\n.**.*...\n**.***..\n****.***\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**.*.**.\n**....*.\n.**.*.*.\n........\n........\n.**....*\n.**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n.*..**..\n.*....**\n...*.*..\n........\n..*.*...\n*.....**\n........\n.***....\n********\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n..***\n..**.\n.....\n**...\n*.***\n```\n\n\n## Output without wrap\n\n```\n..***\n.*..*\n..*.*\n.**..\n****.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n..*.*\n.**..\n****.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..........\n...........***\n**.........***\n.............*\n..............\n......*.......\n```\n\n\n## Output without wrap\n\n```\n............*.\n...........*..\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...........**.\n............*.\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n...**\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n**.**\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n.******.**\n*..*.****.\n*******..*\n.*********\n..********\n***.***.**\n*********.\n*.*..*..**\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n*.........\n*........*\n*.........\n*.........\n*.........\n..........\n*.*..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....*...\n........\n.....***\n.......*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n......**\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n......**\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n....*\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n*.**\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.*..**\n**....\n```\n\n\n## Output without wrap\n\n```\n...***\n*.****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*..*.\n.....\n.....\n.....\n...*.\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.....\n.....\n.....\n.....\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.....\n.***.\n*..**\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.****\n.*..*\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.....\n****.\n**...\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n***..\n.....\n..**.\n.*..*\n.*..*\n..**.\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n...*.\n..**.\n.*..*\n.*..*\n*.**.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n...*.\n..**.\n.*..*\n.*..*\n..***\n**..*\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n**..\n.**.\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n....\n.**.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n..*..\n.**..\n.*.*.\n*.***\n**.*.\n*....\n.*.*.\n.**.*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.*.*.\n*...*\n*...*\n*..**\n*....\n**.*.\n**..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*...*\n.*.*.\n.....\n.....\n...*.\n*....\n.*.**\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n****\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n...*\n*...\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n***\n***\n.**\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*.*.*\n*..*.\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n**.*.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n...*.\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n..****\n.****.\n.****.\n***.**\n```\n\n\n## Output without wrap\n\n```\n..*..*\n......\n......\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..**.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..*\n...*....*.\n..*.......\n...*......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**......\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n*..\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..*..\n...**.....\n.....***..\n.....***..\n.......*..\n....*..*..\n....*.....\n..........\n..........\n...*..*...\n*..*..**.*\n**.*...**.\n.**.**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......***.\n........*.\n......***.\n..........\n..........\n..........\n..........\n.....***..\n*****...*.\n.....***..\n*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n......***.\n........*.\n......***.\n..........\n..........\n..........\n..........\n*....***..\n*.***....*\n*.**......\n....**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.***\n.**.\n**..\n****\n*.*.\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n...*\n...*\n...*\n....\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.**....\n.....*****..\n......*.**..\n............\n............\n.........**.\n........***.\n.........*..\n...**..*.*..\n.........*..\n.......**...\n*...........\n*..**.......\n```\n\n\n## Output without wrap\n\n```\n............\n....*.......\n.....*......\n............\n............\n.........*..\n.........*..\n.........*..\n........***.\n.........**.\n........*...\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*......\n....**......\n.....*......\n............\n............\n.........*..\n.........*..\n.........*..\n........***.\n.........**.\n........*...\n....*.......\n...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n***.\n*.**\n***.\n.*..\n.**.\n.**.\n..*.\n.**.\n*..*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n*.**\n...*\n*..*\n....\n*...\n...*\n...*\n.***\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..**\n*.*.\n....\n....\n...*\n*...\n...*\n...*\n***.\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n.........*.\n..........*\n*.........*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n..........*\n*........*.\n*........*.\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......*..\n......*..\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*....\n..*..*....\n..*..*....\n..*..*....\n...**.....\n..........\n....**....\n......****\n*...***..*\n......*...\n...**..*.*\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n..........\n.******...\n.******...\n..*..*....\n...**.....\n...*.*....\n.....****.\n.......***\n.........*\n...*..***.\n...****...\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******...\n.******...\n.******...\n..*..*....\n...**.....\n...*.*....\n.....****.\n*......***\n*........*\n*..*..****\n...****...\n..*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.***\n...*.***.*\n...*..*...\n..**......\n......***.\n..*.....*.\n.*......*.\n..***.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....*.*.*\n..**.*...*\n...*.***..\n..**..*...\n..**...**.\n........**\n.*......**\n..**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..**.*...*\n...*.***..\n..**..*...\n..**...**.\n........**\n.*......**\n..*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n..**.....*\n*..*.....*\n*.**.....*\n*.**......\n```\n\n\n## Output without wrap\n\n```\n.***......\n.*.**.....\n...**.....\n....*.....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*.......**\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*.***\n*....\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n.**..\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n***..\n*..**\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*.*.\n**..\n..**\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n*.**\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n..*....\n...*...\n..***..\n```\n\n\n## Output without wrap\n\n```\n.***...\n.*..*..\n..*.**.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n...***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.*..\n...**\n**...\n*..**\n.*.*.\n*.*.*\n**.*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n*..*.\n*...*\n...*.\n**.**\n*.*.*\n*.***\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*.*\n*...*\n.*..*\n.*...\n.....\n..*..\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n....*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...*.\n.**..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*.......**\n..........\n.*...*....\n.*...*....\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.....*....\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........**\n*........*\n.....*....\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******...*.*.\n************.\n********....*\n**.**********\n*************\n************.\n**.***..***.*\n*.*****.....*\n******..***.*\n*********.*.*\n**********...\n```\n\n\n## Output without wrap\n\n```\n........*..**\n........*..**\n...........**\n.............\n.............\n.............\n.............\n.......*....*\n.......*.*...\n..........**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**\n..........*..\n.............\n.............\n.............\n.............\n.............\n.......*.....\n.......*.*...\n.........***.\n..........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n.**..*\n***.**\n..***.\n*.*..*\n.****.\n..***.\n.***.*\n..****\n```\n\n\n## Output without wrap\n\n```\n..*...\n.....*\n*....*\n*.....\n.....*\n.....*\n.....*\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*....*\n*.....\n*....*\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*\n.**.....\n..*.*...\n*.*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....\n..**....\n..**....\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....*\n...*....\n*..*****\n***.*...\n*.**.**.\n*.*.*...\n*...***.\n*......*\n..*...**\n.*****.*\n```\n\n\n## Output without wrap\n\n```\n........\n.***.*.*\n*....**.\n*......*\n*....*..\n*.*.....\n*..****.\n.*.....*\n..*.**.*\n.*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n.***.*..\n*....***\n........\n*....*..\n*.*.....\n*..****.\n**......\n..*.**..\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n..*.......\n........**\n*.**......\n*.......**\n.****.....\n*.......**\n*..**...*.\n*.......*.\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n.***......\n.*........\n*...*.....\n****......\n*.......**\n**.....**.\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........**\n.***.....*\n**........\n*...*....*\n.***......\n*.......*.\n**.....**.\n**........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n**..\n....\n****\n.**.\n**..\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n....\n*..*\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n....\n....\n.**.\n....\n*..*\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n*..*\n****\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n****\n....\n.**.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*\n.........\n.........\n.........\n......*.*\n*..**.*..\n.**..*.*.\n*.*..****\n**.......\n*.....*..\n*.****..*\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....*.*.\n.****.*..\n*.*.....*\n*.*..*.**\n*....*...\n*.****...\n*.****...\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.........\n.........\n.........\n.....*.*.\n*****.*.*\n..*......\n..*..*.*.\n.....*...\n..****...\n*.****..*\n.*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n**..**\n.****.\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n**..**\n*....*\n*.....\n.*..*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n......\n......\n.*..*.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n..*.*.\n..*.*.\n...*.*\n...**.\n*.**.*\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n..*.**\n..*.**\n..*..*\n.....*\n..*..*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.**\n..*..*\n*.....\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**....\n......\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n*.....\n*....*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.....****\n.....*........\n...*..........\n..............\n.....*........\n.....*........\n.....*........\n.*.......*.*..\n```\n\n\n## Output without wrap\n\n```\n...**......**.\n..*........**.\n..............\n..............\n..............\n....***.......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....***.\n..*........**.\n..............\n..............\n..............\n....***.......\n..............\n..***......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n.........\n.........\n.........\n..*.*....\n..*.*....\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..*.**...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n.........\n.........\n.........\n..*.**...\n..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n*.*...\n*.*...\n**.**.\n...**.\n...*..\n...*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n*.*...\n**..*.\n......\n..**..\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n......\n*.*...\n**..*.\n.....*\n..**..\n..**..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n......*.....\n....*.......\n.....**.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n......*.....\n.....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n............\n......*.....\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n...*.\n..***\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*...\n..*.*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.*...\n*.*.*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.*....\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.*.*..\n.*.*..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.**.\n**.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.*.**.\n**.**.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*....\n............\n.*.....*....\n*.*.........\n.......*...*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n**..........\n**..........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*.*\n.**\n***\n***\n***\n*.*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n.*.*..\n.*....\n***...\n.*.*..\n*.***.\n*..*.*\n.*****\n***.**\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n......\n......\n......\n......\n*.***.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...**.\n......\n.....*\n*....*\n.....*\n......\n......\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*...*...\n.*.*.**.\n**...*.*\n...*.***\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n***.***.\n***.*..*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n...*...*\n.**.***.\n***.*...\n*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n........\n..*.....\n.**.*...\n**.**.*.\n.***.*.*\n*..*.*.*\n*.*.....\n*..**..*\n*...*..*\n.....*.*\n*.....**\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n.***....\n*...**..\n*.....*.\n.....*.*\n*..*....\n*.*...*.\n*..**...\n...***.*\n.....*.*\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*......\n.***....\n*...**..\n......**\n.....*..\n...*...*\n..*...*.\n...**...\n...***..\n.....*..\n*.....**\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n**.*\n....\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*...\n....\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.*.*.\n..*.*.\n..*.*.\n*.*..*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n.**..*\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.**.**\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n***..\n.....\n..*..\n...*.\n.*..*\n.*.**\n*...*\n**...\n.....\n.....\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n..**.\n...*.\n....*\n*....\n....*\n****.\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n...*.\n.*..*\n.*..*\n.....\n*****\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n.**\n...\n...\n***\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n...\n.*.\n.*.\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n***\n...\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n**.\n..*\n...\n.*.\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.*.\n*.*\n*.*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..**\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.*.\n.*..\n....\n....\n....\n....\n.***\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n.*..\n....\n....\n....\n..*.\n.**.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*.*.\n.*..\n....\n....\n....\n..*.\n..*.\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......***\n.*.....*..**\n........***.\n```\n\n\n## Output without wrap\n\n```\n.........*.*\n............\n........****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n*...........\n*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n*...**.\n**...**\n.**..**\n....**.\n*...**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n**.***.\n..**.*.\n*..*...\n**.**..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n.****..\n*.**...\n*..*...\n**.**.*\n*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*...\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.***.\n***..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.**...\n****..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n......\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n......\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.****\n**..*\n.**.*\n****.\n**.**\n**.**\n**.*.\n***.*\n****.\n***.*\n****.\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*...*\n....*\n.....\n.....\n.....\n.....\n....*\n....*\n....*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..*..\n*....\n..*..\n*....\n..**.\n**...\n*..*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n.*...\n.***.\n*.*..\n**.*.\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n.*...\n.*...\n.***.\n*.*.*\n**.*.\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....**\n......\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n......\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.*..**.\n...*..*\n...*...\n*....*.\n*....**\n....*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n....***\n..**.*.\n....*..\n....***\n....***\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n....***\n..**.*.\n....*.*\n*...**.\n*...**.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**....\n.***......\n.**.*.*...\n```\n\n\n## Output without wrap\n\n```\n.*..*.....\n*.........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**....\n*.........\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*\n.*.....\n*.****.\n*...***\n******.\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**...*.\n*.**..*\n*.....*\n*......\n**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*\n.*...*.\n*.**...\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n..*..*\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n*...........\n*..........*\n*..........*\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n*...........\n.*..........\n*...........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n.*.\n...\n...\n...\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n***\n...\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n.*.\n...\n...\n...\n...\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.....\n*....*\n..**.*\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*..*.\n.**..*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n*....*\n**..**\n***..*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...*...\n***....**...*\n.*....**.*..*\n.....**....**\n..*.*.*..*.**\n......*....*.\n*..*.*.....**\n....**.*...*.\n..*.*..*.*...\n....*.*...**.\n...*..*.****.\n```\n\n\n## Output without wrap\n\n```\n..*.....*....\n*.*....*.*...\n***..*......*\n........*....\n......**.....\n...**.*......\n.....*....***\n.....*..*.***\n....*..**..*.\n....*.*....*.\n.....*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*....**\n..*....*.*..*\n.**..*.......\n........*....\n......**.....\n*..**.*......\n.....*....**.\n.....*..*.**.\n....*..**..*.\n....*.*....*.\n...**.***..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**..\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*....\n.***...*.....\n***..***.....\n.....**.....*\n.............\n.............\n.*...*.......\n*........*...\n.........**..\n..........**.\n.........****\n..*......*.**\n```\n\n\n## Output without wrap\n\n```\n.***.........\n*.....***....\n****.*.*.....\n.....*.......\n.............\n.............\n.............\n.........**..\n.........*.*.\n..........*..\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n...*..***....\n*.**.*.*....*\n**...*.......\n.............\n.............\n.............\n.........**..\n.........*.*.\n..........*..\n........**...\n........**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n..*.**..*\n.***..***\n..**....*\n.***.***.\n.........\n...***..*\n....**...\n....*....\n...**....\n.**..*..*\n**.*..**.\n**......*\n```\n\n\n## Output without wrap\n\n```\n...**.*..\n.***.....\n.**...*.*\n..*.....*\n....*****\n..**.*.*.\n.........\n.........\n...**....\n.*****...\n.***....*\n..*..*..*\n.*....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.***\n..**....*\n.**...*.*\n..*.....*\n....*****\n..**.*.*.\n.........\n.........\n...**....\n..****.*.\n..**....*\n***..*..*\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..****\n..**.**...\n..*.**....\n..*.**....\n..*.**....\n.****..*..\n..*.......\n..*.......\n.***..***.\n.***.*....\n..*..*..*.\n..****...*\n```\n\n\n## Output without wrap\n\n```\n.********.\n........*.\n.**.......\n.**...*...\n......*...\n.*..**....\n..........\n.......*..\n....*.**..\n.....*..*.\n.....**...\n..****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***\n........**\n.**.......\n.**...*...\n......*...\n.*..**....\n..........\n.......*..\n....*.**..\n.....*..*.\n.....**...\n*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n***.**\n.**..*\n*...*.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*...**\n..*..*\n*...*.\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n..*...\n....*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*..*\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n******\n.....*\n*....*\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*..***\n*.**.*\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n..**..\n*....*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.**.**\n**...*\n......\n...*..\n...*..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.....\n.**..*\n.*....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n***.**\n**...*\n......\n......\n......\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n*.*.*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n...*..\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n.***\n.*.*\n....\n....\n....\n**..\n***.\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*..\n.*.*\n....\n....\n....\n*.*.\n..*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n.*..\n.*.*\n....\n....\n....\n*.**\n..*.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*.*..\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n.*.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....*.\n...*..\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...**.\n...*.*\n....**\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n****.***\n*.******\n********\n***.****\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n...*.\n.....\n.....\n.....\n.....\n**..*\n.....\n**..*\n*.*..\n*.*..\n.****\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n***..\n*.*..\n.*.*.\n**.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.**.\n.....\n.....\n.....\n.....\n.....\n.....\n.*..*\n*****\n..**.\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.***...\n..*....\n.......\n.......\n.....**\n.....**\n**...**\n.**..*.\n.****..\n```\n\n\n## Output without wrap\n\n```\n..*....\n**.*...\n.*.*...\n..*....\n.......\n.....*.\n.*.**..\n.*.**..\n*....*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..\n**.**..\n.*.*...\n..*....\n.......\n.....*.\n...**..\n...***.\n.**..*.\n...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*..\n..*.*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.*....\n.*..**.*....\n..***.......\n..**........\n.*..........\n..*...*.**..\n.*...*....*.\n.**..*...*.*\n*****.*.*.**\n***.........\n```\n\n\n## Output without wrap\n\n```\n.**.........\n**..*.......\n***.........\n**..*.......\n**.*........\n**.......*..\n.**..****.*.\n.......**..*\n....***..*.*\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n**..........\n***.........\n**..*.......\n**.*........\n.........*..\n***..****.*.\n.......**..*\n....*..****.\n....*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***..*.*\n...**..*....\n.....**.....\n**.***.....*\n..........*.\n******....**\n....*.......\n*.**.**.****\n**.**.**..*.\n*.****..****\n.***....*...\n*...****....\n*.......**.*\n.*.**....*.*\n```\n\n\n## Output without wrap\n\n```\n..*.***.....\n.**.*..*....\n..*.*.**....\n.....**.....\n..*...*...**\n.*****....**\n*...*.**....\n*......*.**.\n*....**.*...\n**.....*..**\n*..*....*.**\n*.****....*.\n**.*......*.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..**...\n..**..**....\n*.*.*.**...*\n**...**....*\n..*...*...*.\n******....**\n....*.**....\n.......*.*..\n.....**.*.**\n.......*....\n...*....*.*.\n******.....*\n.*.......*.*\n.*.****..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n...**.\n.*..*.\n......\n....*.\n..*.*.\n...*..\n..**..\n***.**\n..*...\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n******\n...**.\n......\n...*..\n....*.\n....*.\n......\n....*.\n*.*..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.****.\n...**.\n......\n...*..\n....*.\n....*.\n*....*\n*...**\n..*...\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n....\n**..\n....\n....\n....\n....\n....\n....\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*.**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...*.*\n..****\n*****.\n..*...\n..*...\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n......\n......\n......\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**.\n**.*.*..*\n...*.****\n....*.*..\n..**.**..\n**.***.*.\n****...*.\n..**.**..\n```\n\n\n## Output without wrap\n\n```\n*.*...**.\n*..*..*.*\n...*.....\n.........\n.**...*..\n*......**\n....**.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**.*\n**..*...*\n...*.....\n.........\n.**...*.*\n*......*.\n**...*...\n**.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n*...**\n*...*.\n***...\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n*..***\n*.*.**\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n*...*.\n...**.\n*.*.*.\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**...*\n*......**...*\n*......**..**\n```\n\n\n## Output without wrap\n\n```\n.......**....\n**....*..*..*\n.......**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..*...\n.*....*..*...\n.*....*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**\n..**...\n..****.\n..*..*.\n.*****.\n..*..**\n..*****\n....*.*\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.....\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**\n.**.*.*\n.....**\n*......\n*......\n*......\n*.....*\n*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n.....\n**...\n*...*\n.*..*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n**...\n*....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n**..*\n....*\n.*..*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n****...*\n.*.*.*..\n.*....**\n....*..*\n...*****\n**.****.\n*.*..*..\n..******\n```\n\n\n## Output without wrap\n\n```\n..**....\n*..**...\n...**..*\n..*.****\n...**...\n..*....*\n**.....*\n*......*\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n*..**...\n...**...\n..*.****\n...**...\n..*.....\n**......\n*.......\n..*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*.*.*\n***..\n**.**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*..\n....*\n...*.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*.*\n.....\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n**..*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*.\n.**....**.\n*.**....**\n..***.....\n....**....\n....**....\n..**.*....\n..*..*....\n*....*...*\n.****....*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......*..*\n.**...***.\n........*.\n..........\n.....**...\n.*.*...*..\n.*.*......\n.....**...\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n.*....*...\n..*...**..\n.*.......*\n..........\n.....**...\n.*.*...*..\n**.*......\n.....**.**\n.*****.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n*****\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n*...*\n**.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*..*.\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*\n.....***\n.*****..\n*....*.*\n.*****..\n**..*.**\n.*..*.*.\n******..\n*...*...\n```\n\n\n## Output without wrap\n\n```\n...***.*\n.*.....*\n.***...*\n*.......\n..**...*\n*.....**\n......**\n*.*.....\n*.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*\n**.....*\n.***....\n*.......\n..**....\n......**\n......*.\n*.*....*\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n*.*.*...*\n*.....***\n...*.*..*\n..*..*...\n....*.***\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n***.**.*.\n...*..*.*\n..*.....*\n........*\n....**...\n.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.**.**...\n*..*..*..\n*.*....**\n.........\n*...**...\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n*..\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n**.\n*.*\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n.......\n...*...\n.*..*..\n*......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.****.\n*********.*\n**.******.*\n..****.*.**\n*.*****.***\n.**.*******\n*****....*.\n.****.**.**\n.**.**.***.\n*.****.****\n**********.\n*******.***\n**.*******.\n```\n\n\n## Output without wrap\n\n```\n...........\n.........**\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*.*\n.***\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n...*\n...*\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n.*...*\n**..*.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n***...\n...***\n*...**\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...***..*\n***.**...**.**\n.*..***....*.*\n*..........**.\n**......*.**..\n..*...***..*..\n*.*..*.....*.*\n.....***..***.\n.****.*..**.*.\n....**.**.*...\n*..**..**....*\n```\n\n\n## Output without wrap\n\n```\n.*****..*.****\n***...*.*....*\n..***.*......*\n*....*........\n**......***...\n*.*...****.*..\n.*...*..*.....\n.......*.*...*\n..**........*.\n.*........**..\n...*******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..**..\n.**...*.*.....\n..***.*.......\n.....*........\n**......***..*\n..*...****.*.*\n.*...*..*....*\n*......*.*....\n..**........*.\n**........**.*\n*.....*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..**...*\n.***.....*.*.\n**..........*\n.....*.*.....\n....*.....**.\n*.**..**.....\n****..*......\n.....*..**..*\n....***.*..*.\n...*.**.....*\n```\n\n\n## Output without wrap\n\n```\n.............\n*............\n**.........**\n....*........\n...*...*.....\n........*....\n*.......**...\n.***.*....*..\n..*......**..\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.***..\n.....**.*..*.\n.*...........\n.*..*......*.\n...*...*...*.\n*.......*...*\n........**.*.\n.***.*....*..\n...*...*.....\n.*....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n.....\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*..**\n..***\n.****\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.*.**.\n.*.*..\n****..\n.*..**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n**.*..\n.*.*..\n......\n*..*..\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n......\n...*.*\n....**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.***\n.*.........\n*****.*.***\n*..*...**.*\n...........\n*...**...**\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*.****...*.\n...***..*..\n.....*.**.*\n...**..**..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*....\n..*........\n...***..*..\n.....*.***.\n........**.\n..*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n.*..\n****\n****\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n.**.\n....\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n****\n****\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n.***.\n.*..*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*****\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n.***.\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n***..\n..*.*\n..*.*\n*****\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n..*..\n....*\n*.*.*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n..*.*\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.\n.*.*.**\n****..*\n**..***\n***.*.*\n*.*.*.*\n**.****\n```\n\n\n## Output without wrap\n\n```\n..*****\n......*\n.....*.\n....*..\n...*..*\n....*.*\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....*..\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......\n..........**\n............\n.*..........\n*...........\n...*..*.....\n....*.......\n....*.......\n............\n............\n..*.........\n...*........\n...*........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n...***......\n............\n............\n............\n............\n..**........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n...***......\n............\n............\n............\n............\n..**........\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n....*\n***.*\n*.**.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n.*.*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.*...\n.....\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*.*\n..***\n.....\n.....\n.*...\n.*...\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n..*.*\n...*.\n.....\n.....\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n..*.*\n...*.\n.....\n.....\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*...*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n....**\n**.*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n.***.\n.**..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*.*.\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.*.*.\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....\n....**....\n.*...***..\n..*.......\n...*......\n..**......\n```\n\n\n## Output without wrap\n\n```\n...***....\n...*......\n....***...\n..*...*...\n...*......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....\n...*......\n....***...\n..*...*...\n...*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n....\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....**.**\n..*....***..\n........*...\n............\n*........***\n```\n\n\n## Output without wrap\n\n```\n.*.....*..*.\n.*........*.\n.......***..\n.........**.\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*....\n**........**\n.......***..\n.........***\n.*......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n*...\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n...*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n**....\n.**.**\n*.**.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...***\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n..*.**\n..****\n**.*.*\n.**.*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n....*.\n.****.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n**.**.\n......\n....*.\n....**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***.*\n*****\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*.....*\n....***\n*.***.*\n****...\n***....\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n.*..*.*\n*.....*\n....*..\n.......\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*......\n.*..*..\n.......\n....*..\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.******.\n..**..*...****\n**....*..*.***\n.***....**....\n..**....*...*.\n......*.....*.\n.....*.*......\n........*..**.\n*.......****..\n```\n\n\n## Output without wrap\n\n```\n.*....***.....\n.*............\n*....*......*.\n***...*.....*.\n..*...........\n..............\n...........**.\n......*......*\n.......****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**......\n.*............\n.....*........\n..*...*.......\n..*...........\n..............\n...........**.\n......***..*.*\n...*..*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*.*.\n..**..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n*..**.\n****..\n.*.**.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.....\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n***.*\n..***\n***..\n..*..\n.**..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**.*\n....*\n.....\n*..*.\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*...*\n***.*\n.....\n*...*\n*..*.\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n*...*.*\n....*..\n*......\n......*\n*.....*\n..*.**.\n...*.*.\n...*.*.\n...**.*\n....*..\n.**.**.\n.**.*.*\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*.*\n.....*.\n.......\n.......\n......*\n...****\n..**.**\n..**.**\n...*...\n..*....\n.**.*..\n.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n*...*.*\n*....**\n.......\n......*\n*.....*\n...***.\n..**.**\n..**.**\n...*...\n..*....\n***.*..\n.**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*.**.\n*.***\n.*.*.\n**..*\n.**..\n*....\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n.....\n.....\n.*...\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n...**\n*...*\n*...*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........\n.........*..\n.........*..\n..........*.\n..*.........\n............\n..***.....**\n*.****...**.\n.*.*.*......\n*.*.....**..\n.*..........\n.*......*.*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n.**.......*.\n.**......*.*\n.*..***.*...\n.*........**\n*.*......*..\n*.*.........\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.........**.\n............\n............\n............\n.**.......*.\n***......*.*\n....***.*...\n*.........*.\n..*......*..\n..*........*\n*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..*****.\n.******.***..\n**..*........\n...........**\n...**.....*.*\n*..**....*...\n*.**.....*.**\n.***.....**..\n***...*......\n..*..***..*..\n```\n\n\n## Output without wrap\n\n```\n......**.....\n.....***...**\n...***.......\n..*..*...*..*\n..***.....*.*\n........**..*\n........*..**\n......**...*.\n.....*.*.*.*.\n.....*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.......\n.*...........\n...***.......\n.**..*...*...\n.****.....*..\n.*......**...\n**......*..*.\n*.....**.....\n....***.*....\n*...**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*****\n.*.******\n*********\n*********\n*********\n*****.***\n**.*.****\n*********\n*******.*\n.*****.**\n```\n\n\n## Output without wrap\n\n```\n***.....*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*.*..\n.**...\n*.....\n***.*.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n..*...\n**.*..\n***...\n*..*..\n*.*.**\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**.*..\n***...\n*..*.*\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n****.\n*.*.*\n*.*..\n.***.\n..***\n*..*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n...**\n.*..*\n*....\n*....\n*....\n....*\n....*\n.*...\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.....\n*....\n*....\n*....\n**...\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n.*.*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n**...**\n```\n\n\n## Output without wrap\n\n```\n**.***.\n**.*.*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.*.*.**\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n**.........\n...........\n...........\n....**.....\n...*.......\n...*.......\n...........\n**.......*.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..**\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n.***\n**.*\n****\n****\n****\n*.**\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..\n......*.\n.*....*.\n.*....*.\n**.***.*\n.**..**.\n.*....**\n.*.**...\n.....**.\n***.....\n..*.**..\n..**..**\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.**...*.\n.....***\n.*..*.**\n*..**..*\n...*....\n**.**.**\n..*.*..*\n*..***..\n.****.*.\n....***.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.*\n.**...*.\n.....***\n.*..*.*.\n...**..*\n...*....\n.*.**.**\n*.*.*..*\n*..***..\n.****.*.\n*...****\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n..**\n****\n****\n***.\n***.\n*.**\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*...\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*....\n*********...\n....*......*\n....*...*...\n...***.....*\n..*..*..*...\n**...**.*..*\n.....*......\n.....*..**..\n```\n\n\n## Output without wrap\n\n```\n.***.*.**...\n.***...**...\n.**...*.*...\n............\n...*.*......\n.***...*....\n.*..****....\n....**.***..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....*..\n****...**...\n***...*.*...\n............\n...*.*......\n.***...*...*\n**..****....\n*...**.***..\n....**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***\n........*\n.......*.\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.......**\n......*.*\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n......*.*\n.........\n.........\n.........\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n****\n*.*.\n*...\n....\n....\n....\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.**\n*.**\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n..*.\n..*.\n.*.*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.....*\n..............\n...*...*...*..\n.*............\n..**.....*....\n..*..*........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n...*..........\n.***..........\n..**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n...*..........\n.***..........\n..*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*.*\n...\n...\n..*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n...\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...\n.....*..\n...**...\n..*..*..\n.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n...*.*..\n...***..\n..*..*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*.*..\n...***..\n..*..*..\n.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n*...\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.*......*\n*.......*\n.........\n.........\n.........\n........*\n........*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*.....*.\n*.......*\n.........\n.........\n.........\n........*\n*......*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*..\n**.*\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n***.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*..\n.***\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*.\n*.*.....\n*.*...*.\n*.**.**.\n```\n\n\n## Output without wrap\n\n```\n..**....\n*.*.....\n*.*..**.\n..**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***.\n*.*.....\n*.*..**.\n*...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*....\n..**.\n...*.\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n**...\n*..*.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n..***\n...*.\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n...*\n....\n*..*\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n*..**\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n...*.\n*....\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n...*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.****\n.....\n.....\n.***.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n..**.\n..*..\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*****\n..**.\n..*..\n.***.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*..**\n*...*****.\n.**.******\n*.*.***.*.\n**.**.**.*\n*.****.*.*\n**.*.*.***\n**.******.\n.****.****\n```\n\n\n## Output without wrap\n\n```\n****.*..**\n*.........\n*.*......*\n*.........\n*........*\n.........*\n.........*\n..........\n**.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..*.......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.**.\n.*.*\n....\n....\n....\n.*..\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*..\n....\n....\n....\n....\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n........*..\n...*.......\n..*...*....\n...**......\n....**.....\n......*....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n..*.*......\n...**......\n...***.....\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n..*.*......\n...**......\n...***.....\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.....*\n...***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*....\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n******\n*.**..\n*.*.**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n.*....\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n.***..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*.*..*\n*.*...\n**....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n*.**..\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*.*.**\n.***..\n*.**..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*...*\n*..**\n..**.\n*...*\n..*..\n**...\n..***\n```\n\n\n## Output without wrap\n\n```\n**...\n*..**\n.**.*\n.**..\n.**..\n*....\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n***..\n.**..\n.**.*\n....*\n**..*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n....*\n.....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.**..*\n.*..*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.**...\n***.**\n**.**.\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.**.**\n.*.**.\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n...*...**.\n.........*\n.*........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......***\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.......***\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n***\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.*...\n..*..\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n****.*.*\n***.****\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**....\n......\n**....\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.*.*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**.**\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*.**\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.\n.....*..*\n...*..*..\n.**.**..*\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n..*....*.\n..*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*...*....\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..**..\n.**..*\n***...\n..*..*\n*.*.**\n*****.\n......\n......\n....**\n....**\n***...\n..***.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n*..**.\n*..***\n*.....\n*.*.**\n.****.\n..***.\n...*.*\n.*.*..\n.*...*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n...**.\n...**.\n.*...*\n..*...\n.***..\n..***.\n...***\n.*.**.\n****..\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n...**.\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...**.\n......\n...**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*...\n..*..\n..**.\n***.*\n*...*\n```\n\n\n## Output without wrap\n\n```\n***..\n*....\n.**..\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*..*\n.***.\n*...*\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n....**\n.*...*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n.*****\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n...***\n.**...\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.****..\n*****.****...\n*...*.....*.*\n....*.**...**\n...****......\n.*.*.........\n*****......**\n*.*.**...****\n```\n\n\n## Output without wrap\n\n```\n*...**....*..\n*...*.*....*.\n*.*.*....**.*\n......**...**\n..**..**.....\n**...........\n*....*......*\n*.*.**....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n....*.*....**\n..*.*....**..\n*.....**...**\n..**..**.....\n.*..........*\n.....*.......\n.....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....\n..**......\n..........\n..........\n.....***..\n..........\n..******..\n.*..*.....\n```\n\n\n## Output without wrap\n\n```\n..**......\n..**......\n..........\n..........\n..........\n..**..*...\n..*...*...\n..*.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n..**......\n..........\n..........\n..........\n..**..*...\n..*****...\n.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**..**\n.*........\n.....*..*.\n.*...*..*.\n***.*.....\n```\n\n\n## Output without wrap\n\n```\n*.**......\n*.**......\n..........\n*.**......\n*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n...***....\n.........*\n**.***...*\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.****\n***.***.**\n******.***\n******.***\n****.*.***\n.**.*..*.*\n******.**.\n.**..*****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n........\n...***..\n...*....\n..***...\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n...**...\n..*..*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.*...\n...**...\n...*.*..\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*****..**\n.....**..***.*\n..........**..\n.*............\n..........*...\n..........***.\n.........*.***\n....**..*.*.**\n....**.*..*.**\n```\n\n\n## Output without wrap\n\n```\n......*.*...**\n......*..*...*\n...........**.\n.........*..*.\n.........***..\n.........**...\n.....*..***...\n....*.***.*...\n....*.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............*\n*...........**\n...........***\n.........*..*.\n.........***..\n.........**...\n.....*..***...\n.....*....*...\n.....*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n...*...\n*......\n*......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..**...\n.......\n**.....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.***.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n..*....\n.*..***\n......*\n.....*.\n.*....*\n..*..**\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n...*..*\n....*..\n......*\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n...**..\n.*.*...\n.*..*..\n.*.....\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.........*\n*...........\n*...........\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n**..........\n**..........\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........*\n*...........\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.......\n.......\n.......\n......*\n.......\n.......\n.......\n...*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n**.*.*\n*.****\n..*...\n.**...\n......\n*..***\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.**...\n***.*.\n**....\n.*....\n.*..*.\n*...*.\n**.*.*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n*....*\n**...*\n......\n....**\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n....\n*.*.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n.*.*\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*.*\n.*..\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*..\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.*.\n*..*\n**.*\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.**\n****\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....***.\n.*...****.\n.*....**..\n```\n\n\n## Output without wrap\n\n```\n.....*..*.\n***..*....\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n***..*....\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n..*\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n...\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n...\n***\n***\n***\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n****\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n****\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*.*.*\n****.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****...\n*.......\n**..*..*\n.**..*.*\n.****.*.\n```\n\n\n## Output without wrap\n\n```\n.***....\n*...*...\n*.*...*.\n.....*.*\n.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..\n....*..*\n..*...**\n.....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..**\n***.\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n*...\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****....**\n...**....*\n*..*......\n...*.**...\n..*****...\n...*.**..*\n```\n\n\n## Output without wrap\n\n```\n.****...**\n*...*...**\n..**.*....\n......*...\n..*....*..\n..**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..*.\n....*...*.\n..**.*....\n......*...\n..*....*..\n......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*....*.\n***..*.....*\n...***....**\n.*..**......\n*.....***...\n*..**.**....\n**..**......\n**.**.......\n```\n\n\n## Output without wrap\n\n```\n**..*.......\n**...**....*\n*..*..*...**\n...*...*....\n**.*....*...\n*..**...*...\n......*.....\n******......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*......\n.*...**.....\n...*..*...**\n*..*...*...*\n**.*....*...\n*..**...*..*\n......*....*\n...*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.*.\n.....***.\n...*.....\n.....*...\n.*.*.....\n.*.*****.\n.*.*..*..\n*.....*..\n...*.....\n...**.**.\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n.....*.*.\n....**...\n..*.*....\n...*.....\n**.*.***.\n**.*.....\n..*......\n...*****.\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n.....*.*.\n....**...\n..*.*....\n...*.....\n**.*.***.\n**.*.....\n..*......\n...*****.\n..**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n***...\n..***.\n.***..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n****..\n*.**..\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n*.***.\n**...*\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n**...*.\n**.....\n*....**\n.....*.\n****...\n....*..\n**.**..\n..***..\n....*..\n....*..\n```\n\n\n## Output without wrap\n\n```\n....*.*\n.......\n.......\n**.....\n*.....*\n.**....\n.*..**.\n.**.**.\n.**..**\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*...*..\n**...*.\n.*...*.\n*....**\n.**....\n.*..**.\n.**.**.\n.**..**\n..*..*.\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...******..\n.*...***.**\n...........\n**.........\n..*......**\n.***.....*.\n*.........*\n**.........\n.*.........\n*.**.......\n..........*\n*.*.**.....\n.*..*......\n.....*..*..\n```\n\n\n## Output without wrap\n\n```\n....*...**.\n.........*.\n**....*....\n.*.........\n*..*.....**\n.***.....*.\n*..........\n**.........\n...........\n.**........\n..*.*......\n.*.***.....\n.*.**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.........*.\n.*....*...*\n**........*\n...*.....**\n.***.....*.\n..........*\n.*........*\n...........\n***........\n*.*.*.....*\n**.***.....\n.*.**......\n...*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n.****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n**..*\n**..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*.*......\n....**...\n...*....*\n.........\n.......*.\n.....*.*.\n.......*.\n.........\n.........\n..*...**.\n.*......*\n...***...\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**....\n...**....\n.........\n.......*.\n......**.\n.......*.\n.........\n.........\n...***.*.\n..**.*.*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...**....\n...**....\n.........\n.......*.\n......**.\n.......*.\n.........\n.........\n...***.*.\n..**.*.*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*...*.*\n*.....*\n......*\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*....*\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......***..\n**.**...***...\n.*.**..*.....*\n*..****......*\n....***.......\n........*.....\n.......***....\n.....****.**..\n....*.....***.\n.....*.***.*..\n.....***.*.*..\n......*.......\n......**......\n.**...*....*..\n```\n\n\n## Output without wrap\n\n```\n...*..........\n.***......*...\n......*..*....\n..*...........\n.....*........\n.....**.**....\n.......*.*....\n.....*.....*..\n....*.........\n....***.*.....\n....***..*....\n.....*.**.....\n.....*..*.....\n.....*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.**..\n*.........*...\n.*....*..*...*\n***..........*\n.....*........\n.....**.**....\n.......*.*....\n.....*.....*..\n....*.........\n....***.*.....\n....***..*....\n.....*.**.....\n.....*..*.....\n.....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n.....**.\n....**.*\n*.*..*.*\n.*....*.\n*......*\n........\n........\n****....\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n....**.*\n**..**.*\n**...***\n........\n........\n.*.*....\n*.......\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**..\n*...****\n.*..**..\n.*..**..\n.*...**.\n*......*\n**......\n.*.*....\n....*...\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..******\n....*.*.*..\n**..*.*.*.*\n*.*..*..*.*\n..*.....*..\n```\n\n\n## Output without wrap\n\n```\n...***...*.\n*.*...*.*..\n*......*.*.\n*..*.*.***.\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**....\n*.....**...\n**.....*...\n**...***...\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n......\n*.....\n......\n.*....\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n....\n....\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*.*\n....\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.******\n*......**\n....*.*..\n*.**.***.\n*.......*\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n..**....*\n......*.*\n**.*....*\n..*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n*..*.....\n......*..\n**.*.**.*\n****...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*...\n*...\n*...\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.\n****....\n*...*.*.\n**..*..*\n......*.\n*.*..*..\n```\n\n\n## Output without wrap\n\n```\n**.*....\n**...*..\n........\n**..*..*\n**...***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n***...**\n......**\n....*.**\n*.......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.....**.\n.....**.\n......*.\n........\n........\n........\n.....*..\n...***..\n....**..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n.......*\n.....**.\n........\n........\n........\n.....*..\n...*..*.\n...*.*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n.......*\n.....**.\n........\n........\n........\n.....*..\n...*..*.\n...*.*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*..*.\n......\n......\n...**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n......\n......\n......\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n****.*..\n..****.*\n.....*.*\n.....*..\n....*...\n..**....\n****...*\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n.*...**.\n.....*..\n...*.*..\n....***.\n...**...\n....*...\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n**...**.\n.....*.*\n...*.*..\n....***.\n...**...\n*...*...\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n**.*\n.*..\n.*.*\n..**\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n.*..\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n.***\n.*.*\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*......\n.......\n....*..\n.*.....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......**\n.*.....*..\n.*.**..*..\n***..**...\n.....**..*\n..*..**..*\n...**.*...\n......*.*.\n........*.\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.***.\n...**..**.\n.*...*.**.\n....*.***.\n..*..***..\n...****...\n....***...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....***\n*.*.*.**..\n*..**..**.\n**...*.*..\n*...*.**..\n..*..****.\n...****...\n....***...\n........**\n*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n***...\n*.****\n*.*...\n*..***\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n*..*..\n*...*.\n.*.**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n....**\n.*****\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n*..\n***\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n*..\n***\n***\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..***\n****.*.*\n..*.****\n..******\n.**.*...\n```\n\n\n## Output without wrap\n\n```\n*..***.*\n*.......\n........\n.......*\n.**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n........\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n**.**\n.*.*.\n..***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n...**\n****.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**...\n.*..*\n...**\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..*..\n**...\n.*...\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n***..\n*....\n...*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n***..\n*....\n...*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.\n........\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**\n.....***\n........\n..***...\n..*...**\n```\n\n\n## Output without wrap\n\n```\n...**..*\n...***.*\n...****.\n..**....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...\n...***.*\n...****.\n..**....\n.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n..*.....\n..*.....\n.....**.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****....**\n*....*...*\n***..*..*.\n**.***....\n....*.....\n..........\n...**.....\n...*****..\n....*.*...\n......*...\n***..**..*\n..**..***.\n.*....*...\n.**...**..\n```\n\n\n## Output without wrap\n\n```\n.***....**\n....**..**\n..*..**...\n..........\n..*..*....\n..*.......\n...*****..\n...*****..\n.....*....\n.*...***..\n**.**.*.*.\n*..*...***\n**.**.*.*.\n.**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**..*\n..........\n..*..**...\n..........\n..*..*....\n..*.......\n...*****..\n...*****..\n.....*....\n.....****.\n...**.*...\n...*...*..\n*..*..*...\n...*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n**.\n***\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..........\n***..........\n*.*..........\n```\n\n\n## Output without wrap\n\n```\n*.*..........\n*.**.........\n*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**........*\n*.**........*\n*.**........*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n**...*....\n..**......\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.*.....\n...**.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.....\n.**.*.....\n...**.....\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n.**\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n....*.....\n..........\n.....**...\n```\n\n\n## Output without wrap\n\n```\n....**....\n......*...\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n....*.*...\n..........\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*......\n.**.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.**.......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n.**.*..\n...*...\n.......\n...*...\n.*.....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.***...\n.**....\n..**...\n.......\n.......\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n.**....\n..**...\n.......\n.......\n..*....\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n.**\n***\n...\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n*.*\n...\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.***.\n*..**.**.*\n***..*....\n....*.....\n....*.....\n...**.....\n...*..*.*.\n..**.....*\n.........*\n...*.*.**.\n*.*..*..*.\n****.*...*\n.*.*.**.**\n**.*.*...*\n```\n\n\n## Output without wrap\n\n```\n...**.*.*.\n*..**.....\n***..**...\n.*.***....\n....**....\n...***....\n..........\n..**....**\n..***....*\n....*.****\n*....*.***\n*..*.*.*.*\n...*.**.**\n**...**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n...**....*\n***..**..*\n.*.***....\n....**....\n...***....\n..........\n..**....**\n..***....*\n....*.***.\n*....*.**.\n...*.*.*..\n...*.**.*.\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n..........\n...*......\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*...\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*..*\n*..*\n****\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*..*\n...*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n*.**\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*...\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*.*.*.\n.*.***\n**.*.*\n*.**..\n..***.\n```\n\n\n## Output without wrap\n\n```\n****..\n*.***.\n......\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**.\n..*....**.\n..*....**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......**.\n.***..*..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*..*\n.***..*..*\n.***..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n......\n....*.\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n......\n..***.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.**....\n...*...\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..*....\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*....\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....**....\n...*......\n..**......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...*......\n..*.*.....\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*......\n..*.*.....\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n..*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.****\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.***.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*.*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*.\n.......*.*.\n...........\n...........\n...........\n...........\n...........\n...........\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n....*..*\n*..*....\n.**.....\n....*...\n..*.*...\n.*..*...\n..**....\n***....*\n.*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.....*..\n...***..\n.***....\n.***....\n.**.....\n....**..\n.*..*...\n*..*....\n*.......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**\n...***.*\n****....\n.***....\n.**.....\n....**..\n.*..*...\n...*....\n*......*\n.*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**.*\n***.\n*.**\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n....\n*..*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n.....***\n...**...\n...**...\n........\n.*..*...\n..**....\n.....***\n.....*..\n*.......\n**......\n**..**.*\n........\n.*.**..*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....**.\n...*..*.\n...**...\n...**...\n..**....\n..*****.\n....***.\n.....*..\n**......\n........\n**......\n****.**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*\n.....**.\n...*..*.\n...**...\n...**...\n..**....\n..*****.\n....***.\n.....*.*\n**......\n........\n.*.....*\n.***.***\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*\n...**...\n....**.*\n.......*\n.*****..\n.*..*...\n.*..*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...*..*.\n...***..\n.*....*.\n*..**...\n**.**...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*..*.\n...***..\n*.....**\n...**..*\n*..**...\n........\n........\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n*******\n..*....\n*..*.**\n****.**\n...*...\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**...**\n*.*..**\n***....\n..*..**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n**....*\n*.....*\n..*....\n*.*..*.\n***..*.\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*****\n...*.\n**.*.\n*****\n*.***\n.****\n.****\n*****\n***.*\n*.***\n.****\n..*..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.***.\n.....\n*....\n*....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n.***.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*.*.\n.***.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n**.*..\n.....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*..**.\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....***.*.\n..*...***...*\n...***..*.*.*\n..**.***.**.*\n.**.********.\n......*...*..\n.**.*******.*\n........*.***\n*****.***.*.*\n..*....*.****\n**.***.*.*...\n*..*.******.*\n*........*.*.\n```\n\n\n## Output without wrap\n\n```\n.***..*......\n.***.**..**..\n.....*......*\n.**........*.\n.**..........\n.....*.......\n.............\n.**..***.....\n.**..........\n*..**........\n**.*..*....**\n*.**.*.**.***\n......***.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*....*.\n...*.**..**..\n.....*.......\n..*........**\n..*.........*\n*....*......*\n*...........*\n***..***.....\n..*..........\n.*.**........\n...*..*......\n.*.*..*......\n..*...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n*...*\n*....\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.*..*\n.*..*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*......**.\n**...*..*****.\n.*....***..*..\n........*.....\n.........*....\n.*....*..*....\n*.*.*.......*.\n```\n\n\n## Output without wrap\n\n```\n***......*..*.\n*....**.**....\n**....*....**.\n........**....\n........**....\n.*............\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...*....\n*....**.**...*\n**....*....**.\n........**....\n........**....\n.*............\n*.*..*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*....*\n*....*\n......\n...***\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....*.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*..*.\n**...*\n*...*.\n*....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*...\n**..**..\n***..***\n*.**..**\n*.**..*.\n*.**..**\n.**...*.\n**.*..*.\n```\n\n\n## Output without wrap\n\n```\n*.****..\n....*...\n.......*\n*...*...\n*...**..\n*....***\n.....**.\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*...\n........\n....*...\n....**..\n*....**.\n.....**.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*..\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n..*..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*.......\n........\n........\n........\n........\n........\n........\n........\n..*.....\n........\n....*...\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***.\n***.***.*\n...***.**\n..**.**..\n.*..*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...*...**\n.*.....**\n..*.....*\n..**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n**......*\n.***...**\n.*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****.\n*.......\n*.*...*.\n..**....\n....****\n........\n........\n........\n........\n***.....\n*..****.\n....*..*\n..*.***.\n***...*.\n```\n\n\n## Output without wrap\n\n```\n.*****..\n........\n.....*..\n.*....*.\n.......*\n......*.\n........\n........\n**.**...\n*.....*.\n*.....*.\n.**....*\n.**..***\n.***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*.\n*.....*.\n*....*.*\n.*....*.\n......*.\n......*.\n........\n........\n.*.**...\n.......*\n........\n*.*.....\n**......\n*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n..*.**\n....**\n*...*.\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*..*.\n......\n.*..*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n*.....\n**....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***.\n**.*.*..\n*.*.*.*.\n...**...\n....*...\n..**.*.*\n.*..**..\n```\n\n\n## Output without wrap\n\n```\n*******.\n*.......\n*.*.....\n....*...\n..*..*..\n..**.**.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n*.......\n*.*....*\n....*...\n..*..*..\n..**.**.\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*..**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.....**\n....**....*.\n...*..*..**.\n..*.*.......\n...***......\n*.*.*.....**\n```\n\n\n## Output without wrap\n\n```\n.*****....**\n.*...*......\n...*.....**.\n..*.........\n.**..*......\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*..\n**...*......\n...*.....**.\n..*.........\n.**..*.....*\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n.*...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n*.**...*\n**.**.*.\n..*.....\n.*......\n*...*.*.\n*...*...\n.....*..\n.....***\n....*..*\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n.*.**...\n*...*...\n*.**....\n........\n**......\n....*...\n...*..*.\n....**..\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n**.**..*\n*...*...\n*.**....\n.......*\n.*....**\n....*..*\n*..*...*\n*...**.*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n...*.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n..**....\n...**...\n**......\n**......\n*.......\n........\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n..**....\n........\n.*.**...\n***.....\n........\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n........\n.*.**...\n***.....\n.......*\n**......\n........\n........\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.**.*\n**...\n...*.\n*..**\n*.**.\n....*\n**...\n....*\n..**.\n*....\n.**.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n**.*.\n*****\n.*..*\n.**..\n*.**.\n.....\n.***.\n...*.\n.....\n***.*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n**.**\n.***.\n**...\n***..\n..***\n*...*\n*****\n...**\n*...*\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.\n........*\n......**.\n......*..\n.....*...\n...**.***\n```\n\n\n## Output without wrap\n\n```\n.........\n......*.*\n......**.\n.....***.\n....**...\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..\n......*.*\n......**.\n.....***.\n....**...\n...******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....*.\n...*..\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n....*.*\n..*...*\n*......\n....**.\n*..*...\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*..*.\n.....*.\n.....*.\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..*..*.\n*....**\n.....**\n....*.*\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.....\n.....\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n.....\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n*....*\n.....*\n......\n......\n......\n......\n......\n......\n*.....\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n.*...*\n*....*\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n..*..\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..***..*..\n...****..*.*.*\n.**...****.*.*\n.*.****.**...*\n.**.*.**....**\n*****.......*.\n*.........****\n****..*.*.....\n...***..*..**.\n```\n\n\n## Output without wrap\n\n```\n...*...*****..\n..**...******.\n.........*..*.\n.......***...*\n....*.****..**\n....****...*..\n*.*...*...****\n**...*..*.**.*\n**.*.*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*..\n........**..*.\n*........*..*.\n*......***..**\n....*.****....\n....****...**.\n.**...*...**..\n****.**..*....\n*.*.*.**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n***.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*..\n.*.*\n****\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..**.\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..**.\n.**..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***..\n***.***\n*..*.**\n*..**..\n*.*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.*..\n*.....*\n*.....*\n*.*....\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.*....\n*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n.*****\n******\n******\n*.*..*\n****.*\n******\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n***\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n..........**\n..........**\n..........*.\n............\n............\n............\n............\n............\n...*........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..........**\n.........*..\n..........**\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n..........**\n.........*..\n..........**\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.**..\n.**.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.***.......*\n.*..**...*.*\n.****......*\n......*.*.**\n**...*.*...*\n......*.....\n```\n\n\n## Output without wrap\n\n```\n.**.........\n.****.......\n*....*.....*\n***........*\n.*.....***..\n.......*..**\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n.****.......\n.....*.....*\n*.*........*\n.*.....***..\n*......*..*.\n**....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n***.**\n******\n******\n**.**.\n*.**.*\n****.*\n******\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n..**.*\n*.....\n......\n......\n......\n.....*\n.....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*..*\n..**\n**..\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*.**\n*..*\n..*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*...\n..*.\n*...\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n..*...\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*\n....*...*\n.....*..*\n**...*.*.\n.**..*..*\n.*...*...\n.*...*...\n***......\n....**..*\n...*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n....*..**\n....*****\n***.**.**\n..*.**...\n**..***..\n.........\n***.**...\n.****....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..**\n*...*..**\n....*****\n.**.**.*.\n..*.**..*\n.*..***..\n.........\n***.**...\n.****...*\n*..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***.*..\n..***......\n.**.....*.*\n.*.*..***.*\n*.*..*.**.*\n.****.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.**.....\n*...*..*.*.\n.*..*...*..\n*..*..*...*\n*....*....*\n.******.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..*.\n....*..*.*.\n.*..*...*..\n...*..*...*\n.....*....*\n........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.***.\n.**..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n.**\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**.*\n..**..*..\n**....*..\n....*....\n**...**..\n***.*..**\n*..*..***\n..*.....*\n........*\n..*......\n```\n\n\n## Output without wrap\n\n```\n.**..***.\n....*..*.\n.***.**..\n.......*.\n.**...**.\n.........\n..***..*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n........*\n.***.***.\n.*.....*.\n..*...**.\n.......*.\n..***....\n.........\n.........\n.**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.*.*..\n*.*...\n..*..*\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n..**..\n..*.*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.***..\n*.**..\n*.*.**\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**....\n.....*.....\n...........\n....*......\n...*......*\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.....**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*.*....\n...........\n...........\n....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n*....*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..**..\n.*..*.\n.****.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.*..*.\n.****.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n.*..*.\n.****.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*..*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.......\n.......\n.*.....\n.....*.\n......*\n....*..\n.......\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....*.\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....*.\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n.*.*\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.**.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**.*\n..**\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n*..*\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.**.\n*.*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.\n.........\n.*..*..*.\n.*....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n......**.\n.........\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.***\n....\n....\n..**\n..*.\n....\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.***\n..**\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n.***\n..**\n..**\n..**\n....\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n***..\n*.*..\n*.*..\n**...\n```\n\n\n## Output without wrap\n\n```\n***..\n*.*..\n*.**.\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n*.***\n*.*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*..*.\n..*..\n..*..\n...*.\n....*\n.*.**\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.*..*\n.*..*\n....*\n..*.*\n.*...\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**..*\n**...\n.*..*\n.*...\n*.*..\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n.....*.\n.......\n.......\n.......\n.......\n..**...\n.*.**..\n.......\n.......\n.......\n.....**\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*.*\n.....*.\n.......\n.......\n...*...\n..*.*..\n..*.*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n....**.\n.....*.\n.......\n.......\n...*...\n..*.*..\n..*.*..\n.......\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*******\n*..*.**.*.\n**.*******\n.*.*..***.\n*****.***.\n*****...*.\n**.*...**.\n*.*....*.*\n.**..*.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n*..*....**\n**........\n..........\n.....**...\n.....***.*\n....***..*\n.***..*..*\n.**....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.....**...\n.....***..\n....***...\n....*.....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*......\n.****.......\n*.*....*....\n.**.....**..\n.......*.*..\n...*....*...\n..*.*..*.*..\n..*....**...\n...***..*...\n......***...\n....**.**..*\n.......**...\n........*...\n...*....*...\n```\n\n\n## Output without wrap\n\n```\n...*........\n.*..*.......\n*.......*...\n.**....*.*..\n..*....*.*..\n...*...*.*..\n..*....*.*..\n..*..***.*..\n...***...*..\n...*.....*..\n.....*...*..\n......*..*..\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.*..*.......\n*.......*...\n.**....*.*..\n..*....*.*..\n...*...*.*..\n..*....*.*..\n..*..***.*..\n...***...*..\n...*.....*..\n.....*...*..\n......*..*..\n........**..\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..*.\n...**\n*.***\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n.*...\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*.*..\n.*...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*.*******\n***...***\n**.***.**\n****.****\n.********\n*********\n****.****\n*********\n*.******.\n*.*.*****\n**.******\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n*........\n****....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n...*.\n...**\n.....\n..*..\n*.**.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..*..\n.....\n.*..*\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n..*..\n.....\n.*..*\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*......\n.*.....*....\n..*..**.....\n..*.........\n.....**.....\n```\n\n\n## Output without wrap\n\n```\n..*.........\n.*.***......\n.**...*.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**......\n.*.***......\n.**...*.....\n............\n..*****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*...\n**.*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..**....\n.*......\n...**...\n.*......\n...**...\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...*....\n...*....\n..*.....\n..*.*...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n...*....\n...*....\n..*.....\n..*.*...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...***.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n...***.\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**.\n*.*...*\n***...*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n*.*...*\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*..\n**.**.**\n*****.*.\n******..\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n.....***\n........\n.....*..\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.....**.\n.....**.\n.......*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**......\n.**.***.*..\n*.**.*.....\n.**..***.*.\n...***...**\n.*.....**..\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n**.....**..\n***.*...*.*\n..****.....\n...***..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*.**.\n*....*....*\n*......***.\n..*.*...*..\n..*.**.....\n......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......\n..***......\n**.**......\n.**.*......\n...***.....\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n....*......\n.**..*.....\n*....*.....\n**.........\n..****.....\n....*......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n.**..*.....\n*....*.....\n**.........\n..****.....\n....*......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n............\n..*...***..*\n..*.***.**..\n...**.*.*...\n....***.....\n.....*..*...\n.......***..\n......*.**..\n.....**.....\n.....***....\n*.....*.*..*\n```\n\n\n## Output without wrap\n\n```\n............\n.......**...\n...*...***..\n...*...*..*.\n...*....**..\n....**.*....\n....****....\n....*.****..\n.....***....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*....*\n.......**...\n...*...***..\n...*...*..*.\n...*....**..\n....**.*....\n....****....\n....*.****..\n.....***....\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n*.**\n.**.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*...\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***\n***.*..\n..*.*..\n*.*.*..\n**..*.*\n.*...**\n..****.\n.**..*.\n**.*..*\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n*.*.**.\n*...*..\n*.*.**.\n*.*.*..\n*.***.*\n**....*\n...*...\n*....**\n*..**..\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n*...*.*\n*.*.**.\n*.*.*.*\n..***..\n.*.....\n*..*...\n.....*.\n...**.*\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.*.\n..**.....*..*.\n....**....*.*.\n..***.******..\n....*.*..*....\n.......*****..\n```\n\n\n## Output without wrap\n\n```\n..........***.\n....***...*.**\n....**...**.**\n........*.....\n.....**...*...\n.......***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***.**\n....***.....**\n....**...**.**\n........*.....\n.....**.......\n.......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....****.\n..........\n.....***..\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n......**..\n......**..\n........*.\n......*...\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......**..\n........*.\n......*...\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......*\n*..**....*\n.*..**....\n.*.*.****.\n.**...*.*.\n.......**.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n****......\n*..***....\n**.....**.\n**.*....*.\n.**..*...*\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....*\n...***...*\n.*.....***\n**.*....*.\n.**..*...*\n.......**.\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*...*\n.*...\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n*****\n*...*\n...*.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*.*.\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.**.\n****\n****\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*....\n***..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n**...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*.*..\n**...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n**..**\n***.**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n******\n**.*.*\n***.**\n*..***\n.****.\n.**.*.\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n......\n......\n*.....\n*.....\n*.....\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....*\n......*.*..\n....*......\n***...**.*.\n...*..*..**\n...*.....*.\n.***.*.....\n..........*\n```\n\n\n## Output without wrap\n\n```\n...........\n.....*.....\n.*...**.*..\n.***.******\n.*.*..**.**\n...*.....**\n..***......\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n.....*.....\n.*...**.*..\n****.*****.\n**.*..**.*.\n...*.....**\n..***......\n*.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n.********.\n******.*..\n********.*\n*.****.**.\n***.**..**\n.*.***.**.\n**.***.***\n.****.****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.***\n*****\n.**..\n***.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n...**\n...**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n*.*..\n****.\n.**.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.**.\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*....\n**....\n**.***\n*.**.*\n.*.*.*\n***...\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.*...*\n.....*\n.....*\n......\n...*..\n*..**.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n....*.\n......\n....*.\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*...*\n.*.*.*....*\n.*.*.**...*\n**.**.*....\n```\n\n\n## Output without wrap\n\n```\n..*.**.....\n**.*.....**\n.*.*..*....\n**.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...*\n.*.*.....**\n.*.*..*...*\n.*.*..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**..*.*\n....**...**.\n.........*..\n.........**.\n....**...*.*\n```\n\n\n## Output without wrap\n\n```\n....***..*..\n....***.**..\n........*...\n........**..\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.**.*\n....***.**.*\n........*...\n........**..\n*...***.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n.*.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n...\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.**\n...........\n...........\n...........\n...........\n...........\n...........\n...*.......\n...*.......\n...........\n...........\n...........\n.....***...\n```\n\n\n## Output without wrap\n\n```\n......*....\n......*....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n......*....\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**..\n......*....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n......*....\n.....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n....**.***\n***...****\n```\n\n\n## Output without wrap\n\n```\n.***.....*\n..........\n.*...**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n..*\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n****\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**....\n*.*..***.**\n..*..*..*..\n*.*********\n*.**..*.**.\n*..*.*...**\n*.**.***..*\n.**........\n*.*.**.**..\n.**...**...\n```\n\n\n## Output without wrap\n\n```\n..***.**...\n.****.***..\n..*.....**.\n...........\n...........\n**..***..**\n**..***..**\n**..**..*..\n*.*.**...*.\n.**.**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*\n*...*..**.*\n.**.....***\n...........\n...........\n....***....\n....***..*.\n....**..*.*\n.......**..\n*.*.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n****.\n.****\n**.**\n****.\n*****\n*.*.*\n*****\n**..*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.....\n...*..****.\n..*.**..**.\n.....***...\n........*..\n.........*.\n.**......**\n.***...*.**\n...*....***\n..***....*.\n..*..*.....\n.**........\n.**......*.\n...**......\n```\n\n\n## Output without wrap\n\n```\n...******..\n..*...**.*.\n...**....*.\n....****.*.\n......***..\n........***\n.*.*.......\n.*.*.......\n.*.........\n..*.*...***\n....*......\n...*.......\n.*.........\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..****..\n..*...**.*.\n...**....*.\n....****.*.\n......***..\n........***\n.*.*.......\n.*.*.......\n**.........\n..*.*...***\n....*......\n...*.......\n.*.........\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...**...\n...***..\n....*..*\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n...*.**.\n....**..\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n...*.**.\n....**..\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..***\n.****\n*..*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n.*...\n*....\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.*...\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n**...\n.....\n.....\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*....\n.....\n.....\n.....\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..***....\n..***....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*.*....\n..*.*....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n..*.*....\n..*.*....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*..*\n*..*\n*.**\n**.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n****\n*..*\n****\n****\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n.....*.\n...***.\n....**.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*.*\n.....**\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*....**\n*....**\n*....**\n*....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n.**\n...\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n***\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n***\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n...*..\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.**\n.***......\n*..*****.*\n***....*..\n.*......*.\n**.....*.*\n**..*...**\n......**..\n```\n\n\n## Output without wrap\n\n```\n..**......\n.**......*\n*...*****.\n*.****.*..\n.......**.\n..*....*.*\n**....*..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.*.\n.**.......\n....******\n..****.*..\n.......**.\n..*....*..\n.*....*...\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n***.\n*.*.\n.**.\n.*.*\n.*.*\n***.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.**\n*..*\n**.*\n...*\n***.\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*..*\n.*.*\n*...\n*.*.\n....\n.*.*\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*.*.\n.....**.**\n......**..\n....****..\n....***.*.\n......**.*\n*....**...\n**...*...*\n*.**...**.\n```\n\n\n## Output without wrap\n\n```\n.....*.***\n...**..***\n...***..**\n...***....\n...***.***\n....**..**\n**.*.*...*\n*.****...*\n...*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*...\n***.*....*\n...***..**\n...***....\n...***.**.\n....**...*\n...*.*....\n.**......*\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.\n*....*.\n**...**\n**.**.*\n```\n\n\n## Output without wrap\n\n```\n.*..*..\n*.*..*.\n..*...*\n***.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n..*..*.\n..*....\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......**.*..\n..**..**..***.\n...*****..**..\n..**.*.....*..\n****.*....*...\n..**....***...\n```\n\n\n## Output without wrap\n\n```\n.**....***.**.\n.***........*.\n.......*......\n...........*..\n..........**..\n...**....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........*.\n.***........*.\n.......*......\n...........*..\n..........**..\n...**...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n....*.**\n.....***\n.....**.\n.......*\n......**\n*.....**\n......**\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*.*.\n....**..\n....***.\n......*.\n......*.\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....**..\n....**..\n....***.\n......*.\n......*.\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n....\n....\n....\n..*.\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.*.*.\n*.***.\n...*..\n..**.*\n****.*\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n*.*.*.\n..*.*.\n.*....\n......\n*.....\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.*.*.\n..*.*.\n.*...*\n.....*\n.....*\n...*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..*.*...\n..*..*..\n..*...**\n...*....\n.......*\n....*...\n.....***\n*.....*.\n*.....*.\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n.*..***.\n.***....\n......**\n.......*\n.....*.*\n.....*.*\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.....\n.*..***.\n.***....\n......**\n.......*\n.....*.*\n*....*.*\n........\n......**\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*..*\n....*.\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..*\n.**.**..\n*.*.*.*.\n........\n....*...\n```\n\n\n## Output without wrap\n\n```\n******..\n..*.*.*.\n..*.*...\n...*.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...\n..*.*.*.\n..*.*...\n...*.*..\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*...\n**.**..*.\n*.***....\n...*....*\n**....*.*\n*......**\n***....*.\n**...**..\n*........\n.......*.\n..*.**...\n...****..\n```\n\n\n## Output without wrap\n\n```\n**.*.....\n.....*...\n*........\n*..**..*.\n**......*\n..*...*.*\n..*....**\n..*...*..\n**....*..\n.........\n.........\n...*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.....*...\n*........\n...**..**\n.*.......\n..*...*..\n..*....*.\n..*...*..\n**....*.*\n.........\n.........\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*******.\n.*.***..*\n*********\n*.**..***\n**.******\n..*******\n*****...*\n..*.****.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n.....***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*........\n.........\n.........\n.........\n.........\n.........\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n*...*.\n*..*..\n**....\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n....*.\n*****.\n*.....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*****.\n*.....\n**....\n**....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n..**.*.*..\n..*.****..\n..*..*....\n*.*.******\n....**....\n...**.****\n..*..*.*..\n.....***..\n.**...**..\n```\n\n\n## Output without wrap\n\n```\n..***.....\n.*..*.*...\n.**...*...\n..*....**.\n..........\n..........\n..........\n...**..**.\n..*.*.*...\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.**.\n.**....**.\n***...*.*.\n..*....*.*\n.*......**\n*.........\n..........\n...**..**.\n.*....*...\n.*.*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n..**\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n*.*....\n**..*.*\n....*..\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.......\n*.***..\n.......\n**.*...\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.......\n.....*.\n.*.....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n...*.*\n.*....\n***...\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*...*.\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n*.**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*\n*.*.........\n*..*........\n..........*.\n............\n............\n.*..........\n...........*\n......*.....\n```\n\n\n## Output without wrap\n\n```\n............\n.*..........\n.*..........\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n**.........*\n.*.........*\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*...*\n*.*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..***\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n...\n*..\n.*.\n**.\n*..\n..*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n**.\n**.\n*..\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n**.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..**\n.*.....**\n..*.*....\n........*\n.....**..\n*.....*.*\n.*.......\n...*.*.**\n```\n\n\n## Output without wrap\n\n```\n.......**\n......*..\n......***\n.....*.*.\n....*..*.\n.........\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n*.*.*..*.\n**....**.\n.....*...\n*...*...*\n*........\n**.......\n.**.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n..*....*\n**......\n........\n***.....\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n.*......\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n.*.....*\n**......\n..*.....\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....\n...**.....\n.....*...*\n...***.***\n...****.*.\n..**..**..\n..*.***...\n```\n\n\n## Output without wrap\n\n```\n...***....\n...*......\n.....**..*\n...*...*.*\n.........*\n..*.......\n..*.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n...*......\n.....**..*\n...*...*.*\n.........*\n..*.......\n..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*\n.....*.\n.......\n.......\n.*.....\n.*.*...\n**.*...\n..**..*\n..***.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.*...\n***.*..\n.**..*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n.*...**\n.......\n.......\n.......\n**.*...\n***.***\n...*..*\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n*.*\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n*..\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**......\n*.**..........\n........*.....\n...*.....**...\n```\n\n\n## Output without wrap\n\n```\n..**..........\n.*..*.........\n..**....*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*......\n..............\n..**...*.*....\n..*.*...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.*\n....**......\n...*..*.....\n...*..*.....\n...*.*......\n........**..\n..........*.\n........*..*\n```\n\n\n## Output without wrap\n\n```\n............\n....**......\n...*..*.....\n..**.**.....\n....*.......\n.........*..\n........*.*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n....**......\n...*..*.....\n..**.**.....\n....*.......\n.........*..\n........*.*.\n.........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n....*.\n..**..\n...***\n......\n*..*.*\n......\n*.**.*\n*.*...\n*.*...\n*..*..\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n.**..*\n..*..*\n..**..\n...**.\n.*.*..\n......\n......\n*...*.\n.*..*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..*..*\n..*.*.\n.**..*\n.**.**\n..***.\n.*.*..\n**.**.\n*...**\n......\n......\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n...\n...\n.*.\n*..\n...\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n..***.*\n..*..*.\n.*...*.\n***....\n***.*..\n..****.\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n....*.*\n*.**.**\n.**....\n....*..\n.....*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n...*..*\n..**...\n.**....\n....*..\n*...*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**\n..**.*.\n*.*.*..\n*..*...\n.*.*...\n*.**..*\n*.***..\n*.**.**\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n.**.***\n*.**.**\n..*.*..\n*..**..\n**.**..\n*......\n*.....*\n*.....*\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..**.*.\n..*.*.*\n*..**..\n.*.**.*\n*.....*\n.......\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*\n.*..***\n.*.*.*.\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.***.*.\n*..**.*\n*....**\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n.*..*.*\n.*..***\n.**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*...\n*..*\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*...\n.**.\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..*.**.*\n*.**...***..*\n..***.***....\n.***...*.***.\n...**..******\n**.****.*....\n..**.....**..\n.*.*****.*...\n...*..*..**..\n*.........**.\n..****.***.*.\n**.*..*....*.\n*******.*..*.\n****...***.*.\n```\n\n\n## Output without wrap\n\n```\n.*..*..*.***.\n.....*....**.\n....*.*....*.\n.*...*......*\n*...........*\n.*...**......\n*........**..\n.....***.....\n..**..****.*.\n..*..***...*.\n*.********.**\n*........*.**\n.....**.**.**\n*....******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*......\n*....*....***\n*...*.*....**\n.*...*......*\n............*\n**...**.....*\n*........**..\n.....***.....\n..**..****.*.\n..*..***...**\n*.********.*.\n*........*.*.\n.....**.**.*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**....\n......\n.**...\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n*.*...\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n*.*...\n.***..\n.***..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n...**.\n....*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*...\n..*......**..\n.........*...\n.............\n.............\n...*.........\n..***........\n..*..........\n..**....*...*\n....***.....*\n............*\n**...........\n***..........\n```\n\n\n## Output without wrap\n\n```\n........*.*..\n........*..*.\n........*.*..\n.............\n...*.........\n..*.*........\n.**.**.......\n.*...........\n..*..........\n..*...*......\n...*.*.......\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*.**.\n........*..*.\n........*.*..\n.............\n...*.........\n..*.*........\n.**.**.......\n.*...........\n***.........*\n*.*...*....**\n...*.*.......\n*..........**\n**.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n....*\n**.*.\n*****\n...**\n****.\n*.*..\n..*.*\n..*..\n*.*.*\n..*..\n****.\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n*.**.\n*....\n*....\n.....\n*...*\n*....\n..*..\n..*..\n..*..\n*....\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..**\n..***\n.....\n.....\n.....\n*....\n*....\n..*..\n*.*.*\n..*..\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.****\n.****\n```\n\n\n## Output without wrap\n\n```\n.*.**\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n***.\n*.*.\n****\n..*.\n..*.\n****\n...*\n..*.\n....\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n....\n*..*\n....\n....\n.*.*\n...*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n*...\n*...\n*...\n**..\n....\n....\n....\n....\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*.*..\n....*\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n**..*\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n.*****\n*...**\n.**.**\n.*.*.*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.....\n*.*...\n*..**.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n*.*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..**.*\n.....*\n.*....\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**.*\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..**.*\n*.*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*..\n...*..*..\n......*..\n...*.**..\n.........\n....**...\n.........\n```\n\n\n## Output without wrap\n\n```\n......*..\n.......*.\n.........\n.........\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.......*.\n.........\n.........\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n**..*....\n..*.*....\n..*......\n.........\n.........\n.........\n.........\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.**.*....\n..*......\n...*.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n.**.*....\n..*......\n...*.....\n.........\n.........\n.........\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..****\n*....*.*\n........\n........\n*...****\n.*..**..\n***...**\n.**.....\n..*****.\n.*......\n*......*\n......**\n*....*..\n*.**.*..\n```\n\n\n## Output without wrap\n\n```\n**..**.*\n**..**.*\n........\n.....**.\n....*.*.\n..***...\n*..*.**.\n*...*..*\n...***..\n.******.\n......**\n......**\n.*..**..\n.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n.*..**..\n........\n.....***\n*...*.**\n..***...\n...*.***\n....*...\n...***..\n********\n*.....**\n......*.\n**..**..\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*\n.**..**...\n....*...*.\n*...*.*..*\n.*****...*\n.....*..*.\n.....*.*..\n.....*....\n...*..*...\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.***.*....\n.*.**.**..\n.**.....**\n.***..*.**\n..**.*..*.\n....**....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**...\n.***.*....\n**.**.**.*\n***.....**\n.***..*.**\n..**.*..*.\n....**....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*......\n...........*.\n....*.*......\n**....*.*....\n.**....*.**..\n***..........\n***..........\n..*.....*...*\n**.....*.***.\n```\n\n\n## Output without wrap\n\n```\n.............\n......*......\n.*..**.**....\n.*...*...*...\n.**...**.*...\n........*....\n..**.....**..\n.**.....*..*.\n........*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**...\n......*......\n.*..**.**....\n.*...*...*...\n.**...**.*...\n........*....\n..**.....**.*\n.**....*.....\n.*.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n**.....\n**.....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n..*....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.....\n..*....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..\n..**...\n**.**.*\n*....**\n.*.****\n**.*...\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*..***.\n**..**.\n*..***.\n.*..*..\n**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*..*.**\n....**.\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n....**\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...*.\n.*.*****.\n...*..*..\n*.*..*..*\n......**.\n*.......*\n.*.....*.\n.*.....*.\n```\n\n\n## Output without wrap\n\n```\n**.*.*.*.\n**.*.*.*.\n.*.*.....\n.....*...\n.*....***\n......*.*\n**.....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.*.\n**.*.*.**\n**.*....*\n.....*..*\n.*....**.\n*.....*.*\n.*.....*.\n.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n*...*.....\n......**..\n*..*......\n..........\n..**...*..\n.*........\n....*.....\n....*.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..**......\n..*.......\n..**......\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..........\n..........\n..........\n..**......\n..*.......\n..**......\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..*\n*********\n*******.*\n******.*.\n..*******\n***..***.\n*********\n**.**.***\n*********\n.*.*.**.*\n****.*.*.\n*.*******\n**.***.*.\n```\n\n\n## Output without wrap\n\n```\n*.......*\n........*\n........*\n*........\n........*\n*........\n.........\n.........\n.........\n........*\n*........\n........*\n**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n*...*.*\n.******\n.**.***\n..***.*\n.******\n*******\n*.*..**\n*******\n```\n\n\n## Output without wrap\n\n```\n.*****.\n*.****.\n.......\n.......\n.......\n.......\n.......\n.*.*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*\n.........*\n......*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n*.......**\n*.......**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n*..\n*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n...*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**\n...*.*.....\n..*...**.*.\n...*..*..*.\n*.**.***...\n..*..*...*.\n*.*..***.*.\n```\n\n\n## Output without wrap\n\n```\n.........*.\n...**.*.**.\n..*...*.*..\n.*.........\n.*.........\n...***..*..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*......\n..........*\n*.*...*.*.*\n.*.........\n.*.......*.\n*..***.***.\n....***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n...**..*..\n.........*\n..*.......\n.....*...*\n..*.......\n*.*....*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n..........\n..***.....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n..***.....\n..........\n..........\n..*.......\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**\n*.....*.*\n.........\n*........\n.........\n.........\n.........\n.*.**.*..\n....**...\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n...**....\n...*..*..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****.\n*.......*\n*.......*\n.........\n.........\n.........\n.........\n...**....\n...*.****\n....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*..*\n****.....***\n..**.*.*....\n**.*.*.*....\n*.****..*.**\n```\n\n\n## Output without wrap\n\n```\n**......**.*\n**......*..*\n....*.....**\n.*..**.***..\n.*..****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**....*\n.......**.**\n....*.....*.\n....**....**\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n**..**\n....*.\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n....**\n...***\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*..**.\n*...*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*..***\n.*.**.\n***.*.\n*..*.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n*.***.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*.....\n......\n......\n*...*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n...***\n***.*.\n**....\n*...*.\n**.*..\n.*...*\n.....*\n..*.*.\n.*.***\n***...\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n.**..*\n......\n*.*.**\n..**..\n..*...\n***.*.\n***.*.\n....**\n..*...\n*...**\n****.*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n..*.*.\n..**..\n..*...\n.**.*.\n.**.**\n*...**\n*.*...\n....**\n.***..\n**....\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n**.\n**.\n.*.\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.**.*\n****.\n*.*..\n..*.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n*....\n*....\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n....*\n.....\n*....\n..*.*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n....**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n.....*\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*.\n.......*...\n........**.\n...........\n...........\n...........\n........*..\n```\n\n\n## Output without wrap\n\n```\n........*..\n.......*.*.\n........*..\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...\n.......*.*.\n........*..\n...........\n...........\n...........\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*....\n......**..*.\n.......*..*.\n```\n\n\n## Output without wrap\n\n```\n......**....\n......***...\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...\n......***...\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n....\n**..\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n*...\n**.*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*****.*\n****.******.\n**.*******.*\n**..*.*.*..*\n*.*.*.**.***\n*....**.***.\n************\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..........**\n..........**\n............\n*...........\n****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n...**.......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.**...\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n***...\n*.*...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n..*...\n***..*\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***..\n...***...\n....*....\n...*.....\n......*..\n.........\n.....**..\n..*..**..\n.*****...\n.**..***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.........\n.........\n.........\n.....**..\n.....**..\n......*..\n.**...*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....***\n......*..\n.........\n.........\n.........\n.....**..\n.....**..\n......*..\n.*......*\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n.*..*.\n..*.*.\n..*.**\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.*.***\n.*....\n....**\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n...**.\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*...\n..*.......\n**....*...\n......*...\n.***.*.**.\n.*........\n*.***...*.\n*......*..\n*.****....\n..*.***.*.\n```\n\n\n## Output without wrap\n\n```\n.***......\n*....*....\n.*........\n*....**...\n.**...**..\n*......**.\n*.**......\n*....*....\n..*....*..\n.**...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.**..\n*....*....\n.*........\n*....**...\n.**...**..\n*......***\n*.**.....*\n*....*....\n..*....*.*\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n....*.....\n*.....*...\n.....*....\n....*.....\n...*......\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....*....\n.....*....\n....*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....*....\n.....*....\n....*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n**.***\n*..***\n*..**.\n*..**.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n......\n*.....\n***...\n*....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n***...\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*\n*...**.\n****.**\n...*.**\n*..*..*\n.*.****\n**.....\n...****\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n*......\n*.**...\n*..**..\n...*.*.\n**.***.\n*.....*\n***....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n...*...\n..**...\n...**..\n...*...\n...**..\n.....**\n...*..*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n...*.**\n**..**.\n**..**.\n.......\n.......\n.......\n...***.\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n..*****\n*.....*\n.....*.\n*..**..\n.......\n.......\n...***.\n...*.*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n*......\n......*\n**.**..\n.......\n.......\n...***.\n...*..*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.*.*\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n.*.*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.....\n.....\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....\n.*..*...*\n**.*..**.\n..*.***..\n**..**.*.\n.*..**...\n...*.*...\n****.....\n...*...*.\n.*.*.***.\n```\n\n\n## Output without wrap\n\n```\n.***.....\n....**.*.\n**.*..**.\n..*......\n***......\n****.....\n*..*.*...\n.*.*.....\n*..*...*.\n..*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.**.\n....**.**\n**.*..***\n..*......\n***......\n****.....\n*..*.*...\n.*.*.....\n*..*...**\n.*.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n..*.**\n..**.*\n**.*.*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n.....*\n*..*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n......\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.**\n**..*****\n**...**..\n*..*****.\n**......*\n*****.*.*\n**..****.\n*********\n```\n\n\n## Output without wrap\n\n```\n.****....\n.......**\n..*.*..**\n..*....**\n....**..*\n.......*.\n..*.*..*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n..*.*....\n..*......\n....**...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.....*\n*...*.\n*.....\n.....*\n......\n......\n......\n.*....\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*....*\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n....\n....\n....\n.*..\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.\n..*****\n**...*.\n.....*.\n..*....\n..*...*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*..*...\n***....\n.*.....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n.......\n***....\n.*.....\n..*....\n*****..\n...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...**.\n...**.\n*....*\n******\n..***.\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n....*.\n.....*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n..*.*.\n......\n......\n......\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n..*...*\n*..***.\n.**..*.\n*..**.*\n*....*.\n.*...*.\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.**...*\n...****\n***...*\n*.***.*\n**...**\n.*...**\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***\n.**...*\n*..***.\n.**....\n*.***..\n**...*.\n.*...*.\n.******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.\n..*.***\n***.*..\n**.*.**\n.*.****\n..**.**\n.***.**\n.***..*\n***.***\n*******\n```\n\n\n## Output without wrap\n\n```\n.**..**\n*.*..**\n.......\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..*.\n*..***..*\n..***.**.\n**.******\n*...*...*\n*.*...*.*\n.**.**..*\n*.*.*.**.\n*..*...**\n```\n\n\n## Output without wrap\n\n```\n**.***...\n*.......*\n*........\n**......*\n*.*.*...*\n*.*.*...*\n*.*.*...*\n*.*.*.*..\n.*.*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..***.\n*........\n.........\n.*.......\n..*.*....\n..*.*....\n..*.*....\n..*.*.*..\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**.....\n......**.....\n...*.***..*..\n*.....*.....*\n.*.*..*.**.**\n.***.**..**..\n..*.**.*.*...\n.***..**.*...\n..*...****...\n.....*.......\n.....*.**....\n..*...*.***.*\n*.**.**.*....\n```\n\n\n## Output without wrap\n\n```\n.....***.....\n...*....*....\n.....*.......\n..*.*...***.*\n**.**.*.**.**\n.*.........*.\n.......*.*...\n.*..*....**..\n.***.*...*...\n.....*...*...\n.....*.**....\n.****........\n.***.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*....\n...*....*....\n.....*.......\n*.*.*...***.*\n.*.**.*.**.**\n**.........*.\n.......*.*...\n.*..*....**..\n.***.*...*...\n.....*...*...\n.....*.**....\n.****........\n.**.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...**...*\n..**.***..*.\n***...*...*.\n*.........*.\n...........*\n```\n\n\n## Output without wrap\n\n```\n..**..*.....\n.....*.***.*\n.***.**..*..\n.*....*..*.*\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*..**.\n.....*.**...\n.***.**..**.\n.*....*...*.\n..*......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*.***\n*.*..\n..*..\n..*..\n*....\n*....\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.....\n.**..\n.***.\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.**.\n..*.*\n..**.\n.*...\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*\n**.......\n.........\n....*....\n..*..*...\n.........\n*...*....\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n**.......\n.........\n.........\n.........\n.........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n***\n***\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n....**\n.*...*\n*.*...\n.**...\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..**..\n.*****\n*.**..\n..**..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..**..\n.****.\n*.**.*\n..**..\n.**...\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n......*.*.\n.....*...*\n*.....*...\n**.....*.*\n.*.......*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n......*...\n.....***..\n**...**.*.\n..*.....**\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n......*...\n.....****.\n.....**...\n.**.......\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......***\n*......*.*.\n.........**\n**.........\n*.*........\n*.*........\n..***...*..\n........*.*\n......**.*.\n```\n\n\n## Output without wrap\n\n```\n........***\n...........\n**......***\n**.........\n*.*........\n..*........\n.***.....*.\n...*....*..\n.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*....\n*..........\n.*......**.\n**.........\n*.*.......*\n..*........\n.***.....*.\n...*....*..\n*......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*..*\n.**..\n*..**\n*..*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n***.*\n*....\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...**\n.****\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*\n.*..*...\n.**.**..\n```\n\n\n## Output without wrap\n\n```\n.***....\n*...**..\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n*.......**.\n*......*...\n.......*..*\n........**.\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n........*..\n.......*.*.\n.......*.**\n........**.\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n........***\n*......*...\n.......*...\n........***\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.**.\n..........\n*.....*...\n.**....**.\n.*.....*.*\n*.*.......\n..*.***...\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n..........\n*.*...*.*.\n*..*.*..*.\n.***.**...\n...*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n**.***.**.\n.*........\n.**...*..*\n...*.*...*\n.***....*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n.**\n**.\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n**.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n...*.*\n.***.*\n......\n*....*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n..**..\n.**.*.\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*.*.*\n*.**..\n.**.**\n*...**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*....\n*.*..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*.*..\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*..\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n**.\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n..*\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n...**\n....*\n.....\n.....\n*....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**..*.\n*.*.*.\n.*..*.\n...*..\n....*.\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n*.**..\n*.*.**\n.**.*.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.**..\n*.*.*.\n.**.**\n...**.\n......\n.....*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n...***\n..*.*.\n....*.\n.*..**\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.....*\n..*...\n......\n....*.\n.**.**\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n..*...\n......\n....*.\n***.**\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n..****\n.***..\n*.***.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n****.\n*.***\n..**.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*...*\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n.....\n*....\n....*\n*..**\n*....\n.*...\n**...\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n**...\n.*...\n*....\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n*..*.\n**...\n.*...\n*....\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*.*\n...***\n*..*..\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n...*..\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n..**.*\n****.*\n*..*..\n*..*..\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n...*\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**.***\n.**.**\n*.****\n.**.*.\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n**.***\n******\n*****.\n***.*.\n*****.\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..**.\n*..*.*.....\n*.*...**..*\n........*..\n....*.*....\n*..*...*...\n....*......\n...*......*\n..*.**....*\n*.*.....*..\n.........*.\n.**....**..\n**....*....\n```\n\n\n## Output without wrap\n\n```\n....*......\n.*..**.***.\n.*....**...\n.....**....\n.......*...\n...***.....\n...**......\n...*.*.....\n.**.*....*.\n.*.*.....*.\n..*....*.*.\n***....**..\n***....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***...*\n**..**.***.\n**....**..*\n.....**....\n.......*...\n...***.....\n...**......\n...*.*.....\n***.*....**\n.*.*.....**\n..*....*.*.\n***....**..\n***...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**.**\n**.**\n```\n\n\n## Output without wrap\n\n```\n.*...\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n...*\n****\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n...*..*.\n.*....*.\n***...*.\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n........\n.*...*.*\n*.*..*..\n*.*..*.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...\n..*.*...\n***..*..\n.**...*.\n.*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*****.\n*.*.*****.\n*...*...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..****.***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.....*\n*.....\n..*.**\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n.*.*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n*...*.\n.*.*.*\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*..*.\n*...*\n....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n...*.\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*****.\n**..**...*\n*....*....\n**..*.*.**\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.....*....\n......*.**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n*......***\n..........\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n....*\n.....\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.*...\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n.*.***.*\n..**..*.\n..*.....\n........\n........\n......*.\n.**..***\n......*.\n..*.....\n```\n\n\n## Output without wrap\n\n```\n**.....*\n*......*\n.*...**.\n..**....\n........\n........\n.....***\n.....*.*\n.**..***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n.*...**.\n..**....\n........\n........\n.....***\n.....*.*\n.**..***\n*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*.**.*\n.*...*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n.*.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.**.**\n.*..**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.****\n***.******\n.******.**\n.**.******\n***.******\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n..**\n..**\n.**.\n**..\n**..\n....\n....\n....\n*...\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n....\n....\n*..*\n....\n**..\n....\n....\n....\n**..\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n...*\n**..\n....\n....\n....\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n..*.\n.*..\n*...\n...*\n***.\n*.*.\n*.*.\n.*..\n****\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n....\n*.*.\n*.**\n*.**\n*.*.\n...*\n....\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n.*..\n*...\n..**\n*.*.\n*.*.\n*.*.\n....\n...*\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n.*..\n....\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*...*\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.*..*\n*..**\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n****\n.*..\n**..\n****\n*..*\n....\n..**\n*.*.\n*.*.\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*..*\n....\n....\n...*\n*..*\n..**\n.***\n..*.\n*.**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n....\n....\n*.*.\n.***\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n....\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n***.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.**.*\n.**..\n.**.*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n*....\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n...\n...\n.**\n.*.\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n...*\n.*.*\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n....**......\n....***.....\n......*.....\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n......**....\n.....*......\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n......**....\n.....*......\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n........\n.....**.\n....*..*\n*.......\n....****\n.***....\n.*..*...\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n....*..*\n..*....*\n.*....**\n......*.\n**.*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n........\n.....*.*\n....*..*\n..*.....\n......*.\n......*.\n....**.*\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..**.\n...**...*\n..***...*\n.*..*.***\n****.*.**\n.*..*.**.\n*.*..*...\n..**...*.\n```\n\n\n## Output without wrap\n\n```\n..***..*.\n.....*..*\n..*.....*\n*.....*..\n*..*.....\n....*..**\n..*.**.*.\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n.....*..*\n..*.....*\n......*..\n...*.....\n....*..*.\n..*.**.**\n....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n..*...\n......\n..**.*\n....*.\n.*..*.\n.*..*.\n*.****\n...*..\n**....\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n..*.*.\n.....*\n..*...\n.***.*\n**.*.*\n..*...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..*.*.\n.....*\n..*...\n*.**.*\n.*.*..\n***...\n..*..*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..**.\n...*.\n****.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.*.\n....*\n*..*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.....\n*..*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n*.*\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n.**\n***\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n...\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n*...........\n.**.........\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.*..........\n.*..........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.*..........\n.*..........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..***\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.*..*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.**..\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.***\n**.*\n....\n****\n...*\n.**.\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**.*\n**.*\n...*\n.***\n*..*\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n....\n****\n....\n.*..\n**.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n......*..*\n.....**..*\n......*..*\n.*.*..*..*\n**.**.*...\n*..*..*.**\n***.......\n......**.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*...*\n..........\n....*....*\n**.**.....\n**......*.\n.......*.*\n*******...\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...\n..........\n*.........\n....*.....\n...**....*\n*.......*.\n.*.....*..\n..*******.\n.*....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n......\n**..*.\n..*..*\n...**.\n......\n*.*..*\n*.*.*.\n.....*\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n.*....\n.**..*\n...**.\n...**.\n...*..\n...***\n*...*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n.*..*.\n**...*\n***..*\n...**.\n...***\n*..*.*\n*..**.\n....**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n***.*.\n**.*.*\n**.***\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n..*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n....*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..........\n..**.........\n..*..........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.*.*.........\n.*..*........\n.*.*.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.........\n.*..*........\n.*.*.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.........\n..*.........\n***....**...\n.*......*...\n**...*..**..\n....*.......\n*...*.***...\n.****.*....*\n....*...***.\n....*.*.....\n....***.....\n............\n*..*..*...**\n..*....***..\n```\n\n\n## Output without wrap\n\n```\n.**.........\n...*........\n*.*....**...\n............\n**......**..\n**..*.*..*..\n.**.*.**....\n.**.*.*...*.\n..*.*..*.**.\n...**.**.*..\n....*.*.....\n....*.*.....\n.......****.\n.......****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*...\n...*........\n*.*....**...\n............\n**......**..\n**..*.*..*..\n***.*.**....\n***.*.*...**\n..*.*..*.**.\n...**.**.*..\n....*.*.....\n....*.*....*\n.......*****\n..**...****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*.*.\n**.**\n.***.\n.....\n.....\n.....\n*..*.\n****.\n.....\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*...*\n*****\n.***.\n.....\n.....\n*..*.\n*..*.\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.*.*.\n.....\n..*..\n..*..\n.....\n.....\n*..*.\n*..*.\n*..*.\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n..*\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.***..\n**.*.*..**\n**.*.*.***\n```\n\n\n## Output without wrap\n\n```\n**...****.\n...*.*...*\n**....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n...*.*....\n...*.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.....*\n*.....\n*...**\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n*.****\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.....*\n*...*.\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n..*.........\n.*..........\n............\n..........*.\n..*.........\n............\n............\n........*...\n...*...*..*.\n...........*\n........*...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n.******\n*****..\n.******\n```\n\n\n## Output without wrap\n\n```\n..*...*\n*.....*\n*......\n*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*..\n.*......*.\n**......*.\n.*.....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.**....**.\n***....**.\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....**.\n.**....***\n***....***\n.**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n**.*\n..**\n.***\n.*..\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*...\n*...\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n.*.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*****\n*.***\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*......\n......***....\n......*..*...\n***...*...*.*\n...*..*.*.*.*\n****....*.*.*\n.****........\n........*....\n```\n\n\n## Output without wrap\n\n```\n..**.**......\n..**..*.*....\n.*...**.**...\n.**..**...*..\n...*......*.*\n*......*.....\n*...*....*...\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.*....\n..**..*.*....\n**...**.**...\n***..**...*.*\n...*......*..\n.......*....*\n....*....*...\n.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*...*\n*****..*....\n.****..*...*\n```\n\n\n## Output without wrap\n\n```\n.....***....\n....****....\n.....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*..\n....*....*..\n....*....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n*...**\n......\n......\n......\n......\n......\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*.....\n....**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n...**.\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.****...\n..*.*...\n...**...\n....*...\n....**..\n....*.*.\n.....***\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n.*..*...\n.***.*..\n....**..\n...*.*..\n...**...\n...****.\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.***....\n.*..*...\n.***.*..\n....**..\n...*.*..\n...**...\n...***..\n*.....*.\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*****\n******..\n****.*.*\n..***.**\n**.**.**\n*.*.****\n```\n\n\n## Output without wrap\n\n```\n*.....*.\n.......*\n*......*\n........\n*.......\n*.*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n.**\n..*\n*..\n*.*\n...\n...\n*..\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n.**\n...\n...\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n...\n***\n***\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*...*.\n.**..*.\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n*.*.***\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n*.*.**.\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.*..*\n.*.*..\n.***.*\n*.***.\n*.****\n```\n\n\n## Output without wrap\n\n```\n.*****\n*....*\n**....\n**....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n*....*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**\n.*.*.*.*\n********\n****.**.\n**.**.**\n.******.\n```\n\n\n## Output without wrap\n\n```\n.*.*****\n........\n.......*\n........\n.......*\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.....***.\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....*..*\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.....*..*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n*.*.*..\n*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.***...\n..*.*..\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n..*.*.*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.*.\n.*..\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n..*.\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.**\n..**\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.***.\n.......**...\n.....*.*....\n.....*.*....\n......**....\n............\n............\n........*...\n......*.*...\n```\n\n\n## Output without wrap\n\n```\n............\n......***...\n.......**...\n........*...\n......***...\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*....\n.....*......\n.......**...\n........*...\n......***...\n............\n............\n......**....\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n...**\n..***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n***..\n..*..\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*..\n............\n...*........\n...*........\n...*........\n.......*....\n.........**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n..***.......\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.\n............\n............\n..***.......\n............\n............\n........***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.......*\n..............\n..............\n..............\n..............\n..............\n..............\n.**..........*\n********.....*\n```\n\n\n## Output without wrap\n\n```\n....*.........\n....*.........\n..............\n..............\n..............\n..............\n..............\n*...***.......\n*..****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........*\n....*.........\n..............\n..............\n..............\n..............\n..............\n....***......*\n......*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*\n*.*****\n*****..\n```\n\n\n## Output without wrap\n\n```\n..*...*\n*.....*\n*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n......*...\n.*...***..\n******...*\n**....**..\n...***...*\n..*.**....\n***......*\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**.*.\n**.*...*..\n...**...*.\n*.....*.*.\n.***......\n..*..*....\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**\n.....**.*.\n.*.*...*..\n...**...**\n......*.*.\n****......\n..*..*...*\n****....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n***\n***\n***\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n.*.\n*.*\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n.*****\n.***.*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.***\n*...\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n**.*\n....\n.***\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n*...\n.***\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n**.******\n.******..\n***.****.\n.********\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n***..*\n***..*\n******\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n.**.....\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n.*......\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n*..\n..*\n.**\n*..\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n.**\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n..*\n.**\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n.***\n..*.\n.*..\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n.*.*\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n....\n****\n****\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*....***\n*.......*...*\n.*...*.*....*\n....*.....*..\n```\n\n\n## Output without wrap\n\n```\n...........**\n............*\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..**..\n*.........*.*\n*.....*....**\n*....*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.*..*...\n.*......\n....**..\n.**...*.\n......*.\n..*...*.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n***.....\n....**..\n.**..*..\n......*.\n.**..***\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n***.....\n....**..\n.**..*..\n......*.\n.**..***\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*\n..*......\n..*.....*\n..**...**\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*.*.....\n.......**\n.***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n...*.....\n.......*.\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n***\n**.\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n*.*\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n*...\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.**\n.**.\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.....*.\n......*\n.......\n.*.....\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..*\n....*...**\n...***.*..\n....*..**.\n.......*..\n*.....*.**\n*....**..*\n....**....\n....*.....\n....*.*...\n.*..*.*.**\n.*..*.**..\n```\n\n\n## Output without wrap\n\n```\n.....*..**\n...*...***\n...*.***.*\n...***.**.\n......*..*\n.....**.**\n....*.****\n....*.*...\n...**.....\n...**..*..\n...**.*.*.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*..*\n...*...***\n...*.***.*\n...***.**.\n......*...\n*....**.*.\n*...*.***.\n....*.*...\n...**.....\n...**..*..\n*..**.*.*.\n....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n*....*.\n*....**\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**..**.\n**..***\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n**..**.\n**..**.\n**..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.**...\n*...*.***...\n...*.......*\n...*......**\n*..*...****.\n..*...*.**..\n*.*...**....\n```\n\n\n## Output without wrap\n\n```\n....**..*...\n...**.*.*...\n...**..*..**\n..***...*..*\n..**...*...*\n..**..*...*.\n.*....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**......*\n*..**.*.*..*\n*..**..*..**\n*.***...*...\n..**...*....\n..**..*...**\n...*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..**.\n.*.*..**.\n.*.*..**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......**.\n**.***..*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***..*\n**.***..*\n**.***..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n..*.....\n...*....\n....*.*.\n........\n........\n........\n......*.\n.....*..\n.*..*...\n.**..*..\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.*....\n...*....\n........\n........\n........\n........\n........\n....**..\n.*****..\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**...\n...**...\n...*....\n........\n........\n........\n........\n........\n....**..\n.*****..\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n***\n***\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.....\n.....\n.***.\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n..*..\n.***.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n..*..\n****.\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n*.**\n**..\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n....\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.*.**\n.****.\n**.***\n*****.\n******\n*.****\n******\n**.***\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n*.....\n......\n.....*\n......\n......\n......\n......\n......\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*..\n*........\n*.....*..\n*....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n**......*\n**......*\n**...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n...*...*\n*...*...\n.....**.\n****...*\n.*..*.**\n.*..*...\n..**..**\n...***..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....***.\n*.*****.\n*****..*\n....****\n.*..*...\n..*...*.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.\n.......*\n....****\n..*****.\n.****...\n....****\n.*..*...\n..*...*.\n..****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n...*.*\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.*.*..\n.*.*..\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*..*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.****\n..***....*.\n***.*....**\n..*.*......\n...*.......\n****....***\n*....*.....\n.*..*.***..\n*...**.*...\n*..*..**..*\n*....***...\n...*.**.***\n.*.**.**...\n```\n\n\n## Output without wrap\n\n```\n.*.*....***\n.....*.....\n....**...**\n..*.*......\n....*....*.\n*****....*.\n*..****....\n**..*..**..\n**.**......\n**......*..\n..........*\n..**....**.\n..***.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*.**\n.....*.....\n*...**...**\n*.*.*.....*\n*...*....**\n*****....**\n...****....\n**..*..**..\n**.**.....*\n**......*.*\n*..........\n*.**....***\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n...*\n...*\n.***\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n...*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n***.\n.*..\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**...\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n***\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**....\n....*.....*.\n..*.*....*.*\n.*.****.*...\n*...*..**.**\n.**.*.***..*\n*.***..***.*\n.*..*...**..\n*......*....\n.***...*.**.\n..****.**...\n```\n\n\n## Output without wrap\n\n```\n..****......\n.*..**...**.\n.***.....***\n.**........*\n*.**.*.*..**\n*..*......**\n*.*.*.....*.\n*.*.**...**.\n*..*......*.\n***......**.\n......**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...******.\n**.....**.**\n*.**.....**.\n.**........*\n.***.*.*....\n...*......**\n***.*......*\n.**.**...*..\n*..*........\n**....*..***\n**.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**.\n..*...*..\n.**.*.*..\n.*.*...*.\n*.......*\n.........\n.........\n**.......\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n......**.\n.........\n**...*.*.\n***....*.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*..\n...*.....\n**...*..*\n.**......\n*......**\n.........\n.........\n**.......\n...*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.****\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n.*..*\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*..*\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****\n.*.*.*.*\n****.***\n.*.***.*\n*.***.**\n****.*.*\n*.****..\n```\n\n\n## Output without wrap\n\n```\n******.*\n........\n*......*\n........\n*......*\n*......*\n*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.****....\n...**..*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n..*.*....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..**.....\n..*.*....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****..\n.......*..\n**..**.*..\n.*...**...\n....**....\n*..*.....*\n.*.***....\n****.*..**\n```\n\n\n## Output without wrap\n\n```\n......***.\n....*...*.\n**....***.\n**........\n.*****....\n...*..*...\n.*.*......\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n.......*..\n**....****\n.........*\n*.****...*\n.*.*..*..*\n..*....**.\n...*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*****.*\n*.***.*.**\n..********\n*****.*..*\n*.***..*.*\n******.***\n.**.**..**\n.******..*\n.***.****.\n```\n\n\n## Output without wrap\n\n```\n.*....**.*\n..........\n*.........\n*........*\n.......*.*\n*......*..\n..........\n*........*\n.*.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.......*..\n.......*..\n..........\n.........*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n******\n......\n.***..\n*...**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*...*\n*....*\n*....*\n*...*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n***\n**.\n**.\n***\n.**\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n.**\n**.\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*..\n..*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n***.**\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*.****\n......\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n..*...\n*.***.\n*.*...\n******\n*..**.\n```\n\n\n## Output without wrap\n\n```\n.***..\n*...*.\n..*...\n*....*\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*...*.\n..*..*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**...*\n**..******.**\n*...*.....*..\n.......**.*..\n.......**....\n.....**......\n```\n\n\n## Output without wrap\n\n```\n...***...*..*\n*****....*..*\n******.**.*..\n.......**....\n......*..*...\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..*.**\n.****....*...\n******.**.**.\n.......**....\n......*.**...\n.....*..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n..**..\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n.*.\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.....*..\n.*...*..\n*....**.\n........\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....**..\n.....**.\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n....**..\n.....**.\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*..\n.**.***.\n**.*..**\n.*.*.*.*\n.*..**.*\n.*...***\n*.*....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.**.\n.......*\n*..*...*\n.*.*.*.*\n**.....*\n***.**.*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n........\n...*....\n.*.*.*..\n.*.....*\n.**.**..\n...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n....*\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*..*.\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.*.*.\n.*....*.\n*.*...*.\n........\n........\n......*.\n.*.....*\n.*.....*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.***..**\n.*......\n........\n........\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n.***..*.\n.*.....*\n........\n........\n........\n......**\n......**\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**\n....**.\n.....*.\n.......\n..**...\n..**...\n..*.***\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n.......\n...**..\n..*....\n.*...*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n*.***.*\n.......\n...**..\n..*....\n..*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*...\n..***.*...\n..*....*..\n*.*.*.*.*.\n**.****.*.\n*.*....**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n..*.*.**..\n..*.*.**..\n*.*.*.*.*.\n*...*.*.**\n*.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*...\n..*.*.**..\n..*.*.**..\n*.*.*.*.*.\n*...*.*.*.\n*.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n..*.*.\n**.***\n..**..\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n......\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n.*...*\n..*.**\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*....\n..*......*..\n.*..*....*.*\n*....*.*...*\n.*.....**.**\n..*.*.*..*.*\n......**..*.\n```\n\n\n## Output without wrap\n\n```\n..*.........\n.**......*..\n........*.*.\n***...*..*..\n**...*...*.*\n....*....*.*\n.....*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n***.....*...\n.*......*.*.\n.**...*..**.\n.*...*...*..\n*..........*\n....*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n..**...\n.......\n...**..\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*..*.\n..*..*.\n..*..*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n..*....\n..*..*.\n...***.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..*.\n.*.*\n....\n*.*.\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n****\n****\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...*.\n**...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n***..\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.*.**\n***.*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n.....*..*.\n..........\n...*......\n...*......\n......*...\n.*........\n.*.....*..\n...*......\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n..*.......\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**********\n*.*.***.*...*.\n..*.**..*.***.\n*.*****.***.**\n***.*..**..**.\n```\n\n\n## Output without wrap\n\n```\n.........****.\n.***....*...*.\n.*............\n...*.**.*.*..*\n.*...***...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..**.....*....\n..............\n.*............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*...\n....\n.*.*\n***.\n*...\n*...\n*.*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n*.*.\n*...\n*...\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*...\n.*.*\n..*.\n*...\n*...\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.***......\n....*.....\n....*.....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..**......\n.**.......\n..*.**....\n.....*....\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n..*.*.....\n..*.**....\n.....*....\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*.\n*.*...*..\n***...**.\n.*......*\n*.......*\n.......**\n**......*\n```\n\n\n## Output without wrap\n\n```\n.**......\n*..*..**.\n..**..**.\n.*......*\n.*......*\n.........\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n......*.*\n.***..**.\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*****.\n******\n..****\n.****.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n***.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.*\n*.**..**\n.**.****\n****.***\n.***.*.*\n****.***\n.*.****.\n```\n\n\n## Output without wrap\n\n```\n.*.***.*\n*.......\n........\n*.......\n........\n*......*\n**.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..\n.**.*.*\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n*..**.*\n*..**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n*....*****\n....*....*\n........*.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....*.**.\n....******\n.....**..*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.***\n*...******\n*....**...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n.......\n.......\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n*......\n.......\n**....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******.***\n*.**********\n***.***..***\n************\n************\n.***********\n************\n*.******.***\n************\n***********.\n****.*******\n*****.***.**\n***********.\n********.***\n```\n\n\n## Output without wrap\n\n```\n.**........*\n*...........\n............\n............\n............\n............\n*...........\n............\n............\n............\n............\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n.**\n***\n.**\n***\n***\n..*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n.*.\n*..\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*...*.\n*...*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n**.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n..**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.****\n*..*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*...*\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n*....\n....*\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*...*\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**\n.*...**\n.*.....\n.......\n.......\n*......\n.*....*\n.*....*\n......*\n.....**\n```\n\n\n## Output without wrap\n\n```\n***..**\n***..**\n.......\n.......\n.......\n.......\n.......\n.....**\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n***....\n.*.....\n.......\n.......\n*......\n.....**\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n.*.*.......\n.*.*.......\n...........\n......***..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n**.\n*..\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..**..\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n..***.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n**.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n....*.\n..*.*.\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....*.\n...*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n....*.\n...*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n****.\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.****.\n.*..**\n.***..\n......\n......\n....**\n.***.*\n```\n\n\n## Output without wrap\n\n```\n**.*..\n**.*.*\n*....*\n.****.\n.**...\n..*.*.\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*...**\n......\n******\n..*...\n.**.**\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.....*\n****.*....*\n*.*...****.\n..*.*.....*\n**..**...**\n......*.*.*\n...*.**.*.*\n...*..*....\n....*.*....\n.*.**.*...*\n**.*.*....*\n.*****...*.\n**.*.....**\n**..*......\n```\n\n\n## Output without wrap\n\n```\n**..****...\n*..*......*\n*..**.....*\n*.*.......*\n.****.....*\n...*..**.*.\n....*.*....\n...*.......\n.**.*.**...\n****..*....\n**...**..**\n.....**.*..\n.*.......**\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.***.\n...........\n...**....*.\n..*........\n..***......\n...*..**...\n....*.*....\n...*.......\n..*.*.**...\n*.**..*..**\n*....**..**\n.....**.**.\n....**..***\n....**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*........\n..*....*....*.\n.............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....*.\n**....\n*.*..*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*....*\n.*..*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.**..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n...*...*\n....***.\n........\n.****..*\n...*.*..\n...**...\n........\n........\n.*....*.\n*....*..\n....*...\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n...****.\n..*...*.\n..****..\n..*..*..\n....*...\n........\n........\n........\n....**..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*.*.\n...****.\n..*...*.\n..****..\n..*..*..\n....*...\n........\n........\n........\n....**..\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...*\n.......*\n**......\n...*...*\n.****...\n........\n...**...\n...*.*.*\n*.*...*.\n*...****\n*...*..*\n**.*....\n..**...*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...*....\n..*.*...\n..*.*...\n..*.....\n..****..\n.....*..\n.*...**.\n**......\n*....*..\n*.......\n**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**\n.**.....\n*..*...*\n..*.*...\n..*.*...\n..*.....\n..*****.\n**...***\n**...***\n........\n.....*..\n.....*..\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n**.\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n**..*\n.**.*\n.***.\n*..*.\n...*.\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n*****\n*.*.*\n...**\n....*\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*..**\n.....\n.....\n.....\n.....\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n**...\n....*\n***.*\n.**.*\n..***\n**..*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..**.\n*.*.*\n*...*\n*...*\n.*...\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*...*\n*..*.\n..***\n..*.*\n.....\n.....\n.*...\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**\n*.**.*.*\n....**.*\n**....**\n..*...*.\n**.**.**\n*.*.....\n.**...**\n..*...*.\n*.*****.\n```\n\n\n## Output without wrap\n\n```\n.*.**.**\n*....*.*\n*....*.*\n.*....*.\n.****..*\n.***.**.\n.***.*..\n...****.\n.*.....*\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.*...*..\n.....*..\n.*......\n*.***..*\n..**.**.\n****.*..\n**.*****\n*.*.**..\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*.*...\n.....*\n.**...\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n..**..\n..***.\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n*.***.\n*.*...\n......\n......\n......\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*.*..\n.*....\n.***.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n***...\n...*..\n....*.\n*....*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n*...*.\n....*.\n*.....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n...*.....\n..***....\n.**.*....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.........\n.*..*....\n.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.........\n.*..*....\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n......*\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**...*\n..*.....*..*.\n..**.....**..\n...........*.\n....*.....***\n*....*..**..*\n```\n\n\n## Output without wrap\n\n```\n.......**....\n..**...**.**.\n..**.....***.\n...*.....*..*\n.........**.*\n.........**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*...**\n..**...**.**.\n..**.....***.\n...*.....*..*\n*........**..\n*......****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.*.*.\n.*.....**.\n...**.*.*.\n..*.*....*\n.*.*.**..*\n..**..***.\n....*.*..*\n```\n\n\n## Output without wrap\n\n```\n*.*....***\n*...**....\n..****....\n.**.......\n.*.*.**...\n..**....**\n..***..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.*.\n......*.*.\n..****....\n..*.......\n...*.**...\n..***.***.\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*..*.\n*..*.\n.*..*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n....*\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**....\n..***.**.\n.*...**.*\n***..*.*.\n****.*.*.\n*.*.**.*.\n....*....\n...**...*\n...**..**\n.****...*\n*.**..*..\n*.*..**.*\n```\n\n\n## Output without wrap\n\n```\n.*..**...\n*.....**.\n*.......*\n...*.*.**\n.....*.**\n*.*..*...\n.........\n.....*.**\n.....*.**\n.*...*..*\n*.....*..\n..**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n......***\n........*\n...*.*.*.\n.....*.*.\n*.*..*...\n........*\n.....*.**\n.....*.**\n.*...*..*\n......*..\n.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.....**\n......*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*....**\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**....\n.***..\n..*...\n*..*.*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n...**.\n...**.\n...**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n...***\n**.**.\n*..*.*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..\n.......\n.**....\n.......\n.......\n.***.*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n.......\n.......\n.......\n...*...\n.*.*.**\n...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.*...\n.....\n.....\n.*...\n....*\n*...*\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n.....\n.....\n....*\n*...*\n*..*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.*.*\n*.***\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*.*\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n*.*..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n*......\n..*..*.\n.....**\n.......\n.......\n.......\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n.....*.\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*..*\n****\n....\n****\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n****\n....\n***.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n.**.\n....\n****\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n***......\n.........\n...*.....\n...*.....\n.........\n.........\n.........\n***......\n```\n\n\n## Output without wrap\n\n```\n.**......\n...*.....\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.*.*.....\n.**......\n.........\n.........\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.****\n*.********\n*****.****\n..*.******\n*****.****\n**.*.*..*.\n*.*...**.*\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n*.........\n..........\n*.........\n.....*....\n*.*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.....*....\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n......\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*\n***.***\n*.....*\n.*...*.\n*.**...\n*****.*\n...*..*\n.*..***\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..*.*.*\n*.*....\n*.**.*.\n*...**.\n**..***\n**....*\n**.*..*\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n..*....\n.***...\n....***\n....***\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n......*.\n........\n........\n......*.\n....*...\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n......*.\n........\n........\n........\n.....**.\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.....\n*......**\n.........\n**.......\n*****...*\n.*......*\n*...*...*\n.*...*..*\n```\n\n\n## Output without wrap\n\n```\n**.......\n..*......\n..*......\n***......\n...**....\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n........*\n.**.....*\n*.*......\n...**..**\n*......*.\n.***...**\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****.\n..**..**\n*.******\n**.***..\n..*..*..\n**.*.*.*\n..**.*.*\n```\n\n\n## Output without wrap\n\n```\n..******\n.*......\n*......*\n*.......\n.....*..\n.*.*.*..\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n........\n*.......\n.....*.*\n**.*.*.*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*....\n***...*...\n...*.....*\n.........*\n..........\n**..**....\n....**....\n```\n\n\n## Output without wrap\n\n```\n*.*.......\n...*......\n*.*.......\n..........\n..........\n....**....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..*\n.....*...*\n..*.......\n**........\n..........\n**...*....\n*.**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..**...*..\n..**......\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n***.*\n*..**\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**...\n.*...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..***.\n..*...**..\n......*...\n.....**...\n*....*....\n****......\n....*.....\n***.*.....\n*.*.*....*\n.***....**\n```\n\n\n## Output without wrap\n\n```\n.*.**..*..\n.*.**..*..\n....***...\n....*.*...\n*.*...*...\n*.*.......\n*.........\n.*..**....\n*...**..**\n.***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n..........\n....***...\n....*.*...\n*.*...*...\n*.*.......\n.........*\n....**...*\n....*....*\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.....**..\n....*..**\n*..*.....\n*..*.*...\n**.****.*\n..*....*.\n*.*.....*\n```\n\n\n## Output without wrap\n\n```\n......*..\n....*..*.\n....*..*.\n...*...*.\n**.*.*.*.\n*..*....*\n*.***...*\n.*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n....*...*\n....*...*\n...*....*\n.*.*.*...\n**.*....*\n..***....\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*\n........\n..*..**.\n*.*..***\n.*....**\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.*...*.*\n..*.....\n.*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n.....*.*\n.*...*..\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n.**\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........***\n...........\n...........\n...........\n...****....\n..*.*.*....\n....****...\n.....*.*...\n...*.*.*...\n...*.*.....\n...........\n...........\n..*.*......\n....*.*.*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...***.....\n...**......\n.....*.....\n.......**..\n....*.***..\n......**...\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*.\n.........*.\n...........\n...***.....\n...**......\n.....*.....\n.......**..\n....*.***..\n......**...\n...........\n...........\n...........\n......*....\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n*.*\n**.\n...\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*..\n*.*\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n....\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*...*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n....**\n*..*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n*...**\n*.....\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n**.***\n**.**.\n******\n******\n**.*..\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n......\n......\n......\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*...*\n.*..**\n*.*...\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n***.**\n*.**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.*...*\n.**.**\n*.**..\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.....*.\n..*.........**\n............*.\n.......**.....\n..**..*.***...\n****..*.*.**.*\n.....*.**..***\n```\n\n\n## Output without wrap\n\n```\n............**\n...........***\n............**\n.......**.....\n...*..*...**..\n.*.****......*\n.**...******.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***......\n...........***\n............**\n.......**.....\n*..*..*...**..\n**.****......*\n.**.**..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n..........*\n*.........*\n*........**\n.........**\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n....*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*...\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n..*..\n..**.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.***..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.**.*.\n.*..**\n.**.*.\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**.**\n*...**\n.**.**\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n***.**\n....**\n***.**\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**..\n.*..*..*.\n....*....\n.**......\n*..*....*\n.****..**\n```\n\n\n## Output without wrap\n\n```\n..*.***..\n**.**.*..\n*........\n*...*....\n*...*..**\n.****..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n**.**.*..\n.........\n*...*...*\n***.*..**\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n..**...\n...*...\n..****.\n.......\n***....\n...*...\n...*...\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*.*..\n....*..\n...**..\n.*..*..\n.***...\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n..**...\n....*..\n...**..\n.*..*..\n.***...\n.*.*...\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n..........\n..**......\n....*.....\n..*...*...\n..*...*...\n.*.....*..\n.*.**..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*......\n..*.......\n...*.*....\n.**...**..\n.*.*..**..\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n..........\n...*......\n..*.......\n...*.*....\n.**...**..\n.*.*..**..\n..*.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**.*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n*...\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n....*.\n.**...\n....*.\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n........\n......*.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..\n****.***\n.****..*\n*..*....\n.*..*...\n***.***.\n*.*..*.*\n***.**.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n........\n.*.*.*..\n...*.*..\n..*...*.\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...*.*.*\n...*.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n..*\n***\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n..*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*..\n***.**...\n**..*..**\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n......*..\n.**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n....*...*\n....*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n.****..*\n.*.**..*\n.*.**...\n.**..***\n...*.***\n*.......\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.*..*...\n**...*..\n**.....*\n.*.....*\n.**.**.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n.*..*...\n.*...*..\n.*.....*\n.*.....*\n.**.**..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n***..*\n.....*\n..**.*\n...***\n......\n...*..\n......\n*.*...\n***..*\n......\n......\n..***.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n***...\n***.**\n...*.*\n..**.*\n..**.*\n...*..\n......\n......\n*.*...\n*.*...\n.*....\n...*..\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.**.**\n...*.*\n*.**.*\n..**.*\n...*..\n......\n......\n*.*..*\n*.*..*\n**....\n...*..\n..***.\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*.***.\n*.*.*.\n****..\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*.*..*\n*.*.**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n**.**.\n.*..*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**.*\n**.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n****.\n**.**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.****\n**.*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n.*.\n..*\n**.\n...\n...\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n*.*\n.*.\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n..*\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n..***.\n.*.*.*\n..*..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n*..*..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...**.\n...*.*\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n..*..*\n.*.*.*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n.*.*.*\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.\n**.......\n**......*\n*.......*\n.....*...\n.........\n......**.\n.*.*.**.*\n.*.......\n```\n\n\n## Output without wrap\n\n```\n**.......\n..*......\n.........\n**.......\n.........\n......*..\n.....***.\n..*..**..\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n..*......\n.........\n.*......*\n.........\n......*..\n.....***.\n*.*..**..\n.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n.**\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n.*.*\n.*.*\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n...*\n....\n.*.*\n*.**\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n*.......*.\n.........*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n*.......*.\n.........*\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*...\n.....*\n**..**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**..**\n..**..\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*...**\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.....**\n*.........*..\n****.*...*...\n.........*...\n**.**......*.\n..*..*......*\n```\n\n\n## Output without wrap\n\n```\n**.........*.\n...**.....**.\n***......**..\n..........*..\n.****........\n.****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........*.\n...**.....**.\n***......**..\n..........*.*\n*****.......*\n.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.*...*\n**...*\n.*....\n**....\n**....\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n.**..*\n***...\n..*...\n..*...\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.**...\n.**..*\n..*..*\n..*...\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....***\n*.....*.*.\n...*...*..\n..**..*...\n..**......\n.**.......\n..........\n........*.\n*.........\n```\n\n\n## Output without wrap\n\n```\n.......***\n......*..*\n...*.***..\n...*......\n..**......\n..*.......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....****\n.**...*.*.\n...*.***..\n...*......\n..**......\n..*.......\n..*.......\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n...**\n.....\n...*.\n..*..\n....*\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n*....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*.*.\n**.**.\n.*.*..\n*..*..\n*..*..\n*.....\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.**..*\n**..*.\n.*.*..\n**.**.\n**....\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.**...\n**..**\n.*.*.*\n**.**.\n**...*\n*...**\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*...\n**...\n*..*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*.**.\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n..***\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.*...\n**.*.\n.****\n**.**\n****.\n**..*\n**.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.**\n...**\n.....\n.....\n.....\n.....\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.*.\n**..******\n**********\n.*********\n.*********\n**.***.***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n**.*.*\n...*..\n*...**\n.*....\n**...*\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*....\n****.*\n....*.\n.*..**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**...*\n.***..\n*...**\n.*..*.\n**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...\n.......\n...*.*.\n.......\n.......\n.....*.\n....**.\n...*..*\n*...***\n**..*.*\n```\n\n\n## Output without wrap\n\n```\n.***...\n.*.*...\n.......\n.......\n.......\n....*.*\n...*..*\n..**..*\n**.**.*\n*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n...**..\n.......\n.......\n.......\n....*.*\n...*..*\n*.**..*\n..***..\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n*...**\n..*.**\n*..**.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**....\n**....\n*.*...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**..\n..*.*\n..*.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.*.\n.***.\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*****\n*.**.\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n.**.....\n.......*\n*.....**\n.......*\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.......\n.**...**\n.....*..\n......**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n........\n.**...**\n.*...*..\n*.....*.\n.......*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.....**..\n.........\n.........\n*......*.\n**.....*.\n.*......*\n*.*......\n*.*......\n.*.......\n.........\n..*......\n..*.*....\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.....**\n..*......\n*.*......\n*.*......\n.*.......\n.........\n...*.....\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n.........\n.........\n**.......\n.*.....*.\n..*.....*\n*.*.....*\n*.*......\n.*.......\n.........\n...*.....\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.*.\n***.\n...*\n***.\n..*.\n*.*.\n*...\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*.**\n...*\n.***\n*.**\n....\n*...\n*.**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n***.\n*.*.\n....\n*...\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n*..***\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.*.*.\n.*.**\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*...\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**...\n**..*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n*..*.**\n.**....\n..***..\n.****..\n*****.*\n.****.*\n.******\n****...\n..****.\n```\n\n\n## Output without wrap\n\n```\n...***.\n...***.\n.*...*.\n....*..\n*......\n*......\n......*\n......*\n*.....*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*..****\n**...**\n....*..\n.......\n......*\n.......\n......*\n*......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n..*.*.\n.*....\n.**.*.\n.*.**.\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n...*..\n**.*..\n******\n.....*\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*....*\n...*.*\n******\n*.**..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.*.\n.......*.**\n...........\n.......*...\n......****.\n```\n\n\n## Output without wrap\n\n```\n......**.**\n......**.**\n........*..\n......**...\n......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......**.**\n........*..\n......**...\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....*.\n....*...**.\n*..*...**..\n.*.**..**.*\n.*......***\n.***....**.\n*....*....*\n*.*.*......\n...*.......\n```\n\n\n## Output without wrap\n\n```\n........**.\n..*.*....*.\n.**........\n*...*......\n....*....*.\n..**.....*.\n*...*......\n..***......\n..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..***\n*...*......\n.**........\n.*..*....**\n.*..*....*.\n.***.......\n....*....*.\n....**...*.\n.**.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n...*\n....\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..***.\n...*.*\n..*.*.\n.**.*.\n.*.***\n.*...*\n.****.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.***.*\n.**.**\n...*.*\n....*.\n.....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n.***.*\n.**.**\n...*..\n.*..**\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.**\n*.*.\n*.*.\n..**\n.*.*\n.*.*\n****\n***.\n*...\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n..*.\n.***\n...*\n...*\n...*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n..*.\n....\n****\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n......\n......\n..*.*.\n..*.*.\n..*...\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.**...\n*.....\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n......\n.**...\n*.....\n*.....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...**.\n....***.*.\n*..******.\n.*.**....*\n.*....****\n.**..*.*.*\n***..*.*.*\n**.*...**.\n.*.*...**.\n```\n\n\n## Output without wrap\n\n```\n...******.\n..*......*\n..*.....**\n**.*.....*\n**.*****.*\n.....*...*\n...**..*.*\n...**....*\n**.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...*\n..*.......\n*.*.....*.\n.*.*......\n.*.*****.*\n.....*....\n...**..*..\n...**.....\n**.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.****\n*.*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*...*\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....*\n****......\n..........\n*.....***.\n***..*....\n...**.....\n..........\n........**\n....****..\n```\n\n\n## Output without wrap\n\n```\n*..*......\n****......\n*.*....*..\n*.....**..\n********..\n.****.....\n..........\n.....****.\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**..*\n****.....*\n*.*....*.*\n*.....**.*\n********.*\n.****.....\n..........\n.....****.\n*...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*.**\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*.*.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n.....*\n*.**.*\n..*..*\n......\n...*..\n..*..*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n.***.*\n.****.\n......\n......\n..*...\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n...*.*\n****.*\n******\n......\n......\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.**\n***..**.\n.**.*.**\n.*..***.\n****..**\n**..****\n..*..*..\n***..**.\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*..****\n........\n...**...\n...**...\n..*.*...\n..****.*\n.***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n...**...\n...**...\n..*.*...\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n****..\n.....*\n...**.\n......\n***...\n***.**\n*.****\n```\n\n\n## Output without wrap\n\n```\n...**.\n*****.\n......\n.*.*..\n.*..*.\n...**.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*....*\n...***\n.*..*.\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n...*.....\n.**......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.....*\n***.**\n```\n\n\n## Output without wrap\n\n```\n..****\n*.....\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...*.\n..***.....\n..*.......\n..**......\n*...*.....\n```\n\n\n## Output without wrap\n\n```\n...*......\n.**.**....\n*...*.....\n.*.**.....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**....\n.**.*.....\n*...*.....\n.*.**.....\n.*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n*.*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n...**....\n..*..*...\n..*..*...\n...**....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...**....\n..*..*...\n..*..*...\n...**....\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...**....\n..*..*...\n..*..*...\n...**....\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n..****....\n****....**\n.*...*....\n*...*.*.**\n***.**..*.\n```\n\n\n## Output without wrap\n\n```\n.****.....\n....*.....\n*....*....\n...***.*..\n*.***.****\n**.***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n....*.....\n*....*...*\n...***.*..\n..***.***.\n..****.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*...*\n**..*\n*..**\n```\n\n\n## Output without wrap\n\n```\n...**\n*...*\n**..*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n..*\n...\n.*.\n***\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n*.*\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........**..\n.*.......**...\n.*......**.*..\n*.....*.......\n....*..*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.*.......**...\n*.*.....*.....\n*.*....***....\n........*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.....\n*.*....**.....\n*.*....***....\n..............\n........***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*..*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n....*..**.\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.......**.\n....**.**.\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n.......**.\n....**.**.\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n*..\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....*.\n...*..\n..*...\n.*..*.\n.*..*.\n....*.\n..*.*.\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n...***\n...*..\n..**..\n.***..\n...***\n....**\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n...*..\n..**..\n.***..\n...***\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*****..\n.***.**.*...\n.****.**....\n...**.**..*.\n....*....***\n....***..***\n....*.*...**\n.....*.***..\n```\n\n\n## Output without wrap\n\n```\n..*.**..**..\n.*.......*..\n.*......*...\n......******\n.......**...\n...**.*.....\n....*......*\n.....******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n.*.......*..\n.*......*...\n......******\n.......**...\n*..**.*.....\n....*......*\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n......\n......\n......\n***..*\n..*..*\n*..**.\n....**\n...*.*\n***..*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n.**...\n*.*..*\n...*..\n.....*\n.***.*\n.***.*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n......\n**....\n***..*\n..*...\n*..*..\n*.....\n.***..\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n...*\n.*..\n...*\n*.*.\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n***.\n..*.\n.**.\n.**.\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n.**.\n*.*.\n****\n****\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.\n********\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*...***\n*......*...*.*\n*......*...*.*\n```\n\n\n## Output without wrap\n\n```\n...........*.*\n......***.**.*\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.**..\n......***.**..\n......***.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n**...*\n.*...*\n......\n.....*\n......\n..**.*\n*....*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n..*...\n*.*...\n......\n......\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*****\n.**.**\n*.....\n......\n....*.\n..*...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...........\n..*.*.*.......\n.*............\n*.........*...\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n*.............\n..............\n```\n\n\n## Output without wrap\n\n```\n...*..........\n.***..........\n.*............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n.***..........\n.*............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*..\n....\n*..*\n..*.\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*...\n...*\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n...*..\n..*.*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*.*.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n.......\n*..*..*\n..*..**\n.......\n...*.*.\n...*.*.\n*.*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n.....**\n.....**\n....***\n.......\n..**.**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*\n..***.*\n*....**\n*....**\n....***\n.......\n..**.*.\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n...\n...\n..*\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n..*.**..*.\n*******.**\n```\n\n\n## Output without wrap\n\n```\n.**...****\n..........\n.**...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*\n.*...*.\n.....**\n*****.*\n*.....*\n***....\n....*.*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n**.....\n..*.**.\n.......\n*****.*\n...*.**\n**.....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**\n.**.***\n.*.....\n..***..\n.*.*.*.\n**....*\n**.....\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n..*\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n*.*\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*..**.\n.*.**.\n.*....\n.*.*.*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...*.\n**.**.\n**.*..\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*...*.\n**.***\n.*.*..\n.*....\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n*......*.\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n..*.....*\n..*.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n.*.\n*.*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*....\n.....\n.*...\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*****\n.....\n...**\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n*.***.\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**...\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.**...\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n.*...\n.....\n**...\n.....\n..*.*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n..*..\n***..\n**...\n..*..\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*.*\n..*..\n***..\n.....\n.**..\n...*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n.*.*....\n........\n........\n....*...\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.****\n.**.....\n**......\n**.***..\n..*..*..\n********\n..*...*.\n.*....*.\n*....*..\n```\n\n\n## Output without wrap\n\n```\n..**.**.\n......*.\n......*.\n...*.*..\n...*.*..\n........\n....*.*.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n.*......\n......*.\n...*.*..\n*..*.*.*\n........\n....*...\n*...****\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.***\n*****\n*****\n*****\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**.**\n.*..*\n.**.*\n*****\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**\n******.*\n**.***..\n********\n***..*..\n.**.**.*\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n........\n........\n...****.\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..*.\n.**.\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n**..\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n.**.*..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**.**.\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n.**.**.\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n....*...\n........\n........\n........\n.....*..\n...**...\n........\n........\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n....*...\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n....*...\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......****\n.*.........**\n***......**..\n.....*.**.*..\n..**.*....*..\n.....*..*.*..\n.**..*.*..**.\n*....***.*.**\n.......*.*...\n.......*.****\n*........*...\n```\n\n\n## Output without wrap\n\n```\n..........*.*\n............*\n***.....***..\n...**.*.*.**.\n.....*.**.**.\n.*.*.*....*..\n.*..**.*....*\n.*...*.*.*.**\n.......*.*...\n.........*.*.\n........**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*...\n.............\n***.....***.*\n...**.*.*.**.\n.....*.**.**.\n.*.*.*....*..\n**..**.*.....\n**...*.*.*.**\n*......*.*...\n.........*.**\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.\n......**.\n.........\n....*....\n....*.***\n.*.**....\n.**....**\n*.*..*...\n..***....\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n.........\n.....*.*.\n....*..*.\n.*.****..\n*...*....\n....*....\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..***\n......***\n.........\n.....*.*.\n....*..*.\n.*.****..\n....*...*\n*...*...*\n..***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n....\n..**\n***.\n....\n..*.\n*...\n..*.\n....\n****\n*.*.\n*...\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n..**\n..**\n.***\n..*.\n....\n.*..\n....\n...*\n*.**\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n..**\n*.**\n***.\n..**\n....\n.*.*\n....\n*...\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n.**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n.......*\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*.*..***\n.....**..\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....*.**\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*..*\n.....*...\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....*.*\n.***..*\n.......\n..**...\n**.....\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..**...\n.*.*...\n.*.*...\n*...*..\n.*.***.\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.......\n.......\n.......\n.......\n..**...\n*..*...\n*..*...\n....***\n...**..\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....\n**......\n........\n........\n....**..\n...*.*..\n.....*..\n...***..\n..*...*.\n..**....\n**.*....\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n***.....\n........\n........\n....**..\n.....**.\n...*.**.\n...****.\n..*..*..\n...*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n***.....\n........\n........\n....**..\n.....**.\n...*.**.\n...****.\n..*..*..\n...*....\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**..\n.*..\n*.*.\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n..**\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n....\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.*.....\n.......\n.......\n.......\n...**.*\n..*....\n.......\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...*...\n...*...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n.......\n.......\n...*...\n...*...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n***.\n*..*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n****\n*..*\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.**.\n....\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n***..\n*.*.*\n.**.*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*...\n*.**.\n*....\n.**.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*...\n*.***\n....*\n.**.*\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n..*\n*..\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.**\n*.*\n*.*\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n*.***\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**.*\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**.*\n***..\n**...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n..*..*\n.*.***\n.***.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*.*.*\n....**\n..*..*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.*..**\n....**\n....**\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**.*.\n.*.*.\n**..*\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n*****\n**...\n**...\n**.**\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n..**.\n.*.*.\n**.**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*...*\n***..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..**.\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n**.....\n*****..\n..*..*.\n..***..\n.......\n.......\n....***\n.******\n.***...\n```\n\n\n## Output without wrap\n\n```\n**.....\n...*...\n*..**..\n.....*.\n..***..\n...*...\n.....*.\n..*...*\n.*....*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*..*\n*..**.*\n.....*.\n..***..\n...*...\n.....*.\n*.*...*\n.*....*\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*....\n.....\n.***.\n***.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*..*.\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n.**..\n...**\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*\n..*..**.\n.*.*...*\n........\n***....*\n...*....\n```\n\n\n## Output without wrap\n\n```\n.**...*.\n...*..**\n..*...*.\n*.......\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*.\n...*..**\n..*...*.\n.......*\n***.....\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n.........*\n.........*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n*.......**\n*.......**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.....\n..***....*\n...***....\n.**..*..*.\n.......*..\n***.*..*..\n****..*...\n......*...\n*.....*..*\n**.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n***.......\n.*..***...\n.***.*....\n.****...*.\n**..*.....\n*...*...*.\n*.*.**.*..\n..*...*...\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n**........\n**..***...\n.***.*....\n.****...**\n**..*.....\n**..*....*\n.**.**.*.*\n***...*.*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n..*\n*..\n...\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...*...\n...*...*...\n*..*...*...\n```\n\n\n## Output without wrap\n\n```\n.***...*...\n.***...*...\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**\n.........**\n.........**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**\n*....*...\n*...*..**\n.*......*\n.*.*.....\n.*.....*.\n****.*..*\n*.*......\n**.*....*\n....*...*\n.........\n..*.....*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.*....*..\n**.....**\n***....**\n**.......\n...**....\n*..*.....\n....*....\n****.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n**....*..\n.*.....*.\n.**....**\n.*.......\n...**...*\n...*....*\n....*....\n.***....*\n........*\n.........\n.........\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*.****\n*.*..*\n*...**\n***..*\n*..***\n*****.\n**.*..\n**....\n```\n\n\n## Output without wrap\n\n```\n.*..**\n*.****\n*.*..*\n*.*.*.\n..*..*\n......\n.....*\n.****.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n.**...\n..*...\n......\n......\n...*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....******\n...*.*....\n.....*.*..\n***.......\n..........\n***.......\n........*.\n....*.....\n*...*.****\n....*.*...\n```\n\n\n## Output without wrap\n\n```\n.....***..\n...**.....\n.**.......\n.**.......\n..........\n..........\n..........\n....*****.\n....*.*.**\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n..**...*..\n.**.......\n.**.......\n..........\n..........\n..........\n....*****.\n...*..****\n..*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.....\n*...*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n*......*.\n.*.*.*.*.\n....**...\n******..*\n...**.***\n****..*.*\n..**...*.\n.***.*..*\n..*..***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.......\n.*.......\n.*.....*.\n.**..**.*\n.....*..*\n**......*\n**.*....*\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*.\n**....**.\n.......**\n.*.....**\n**.....**\n..*..****\n.....*...\n.*.....**\n****.*..*\n*.****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*..*\n..*.\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n*...\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n***.\n****\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..***.\n**...*\n*.*...\n...**.\n.*****\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..****\n*...*.\n*.***.\n.....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n..***.\n*...**\n*.***.\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n****.\n...*.\n...*.\n*.*.*\n**.**\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.*...\n.....\n..*..\n*...*\n****.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n....*\n**...\n.*.*.\n..*..\n.*.*.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n.*.\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*..*.\n**.**.\n**.**.\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.****.\n.....*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n......\n......\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.....\n*.***\n...*.\n.*...\n.***.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n..***\n.*.**\n.*.*.\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n..***\n**.*.\n.*.*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**\n.*.**.**\n.*.*****\n***..*..\n.*...*..\n.*......\n```\n\n\n## Output without wrap\n\n```\n.*..*.**\n**......\n.......*\n*..*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.**\n.*......\n........\n...*...*\n........\n.*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n***.\n*.*.\n.**.\n...*\n...*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*..*\n.*.*\n.*..\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*..*\n*.*.\n..*.\n....\n***.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.**\n......**\n.*...***\n...*.***\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....**.\n........\n..*...*.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n...*....\n........\n.****...\n*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.*..*\n...*.\n.*...\n.**..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n..*..\n.*...\n*.**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*.*.*\n*.*..\n.*...\n..**.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n.......\n..***..\n***....\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n..**...\n*..*...\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..**...\n..**...\n.***...\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n**..*\n....*\n....*\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*..*\n..*.*\n....*\n..***\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n***.*\n.**..\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n.**.\n..**\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*.**\n**..\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n..*\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n***\n...\n...\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n***\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n***..*\n******\n```\n\n\n## Output without wrap\n\n```\n**.**.\n.....*\n*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n.*..*\n*...*\n.*..*\n...*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.*.*.\n**.**\n...**\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.*.**\n.*.**\n...**\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n****\n.**.\n..**\n***.\n****\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n**..\n**..\n**..\n.***\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.*.\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n.........\n.........\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n*....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**************\n**.***********\n**************\n*************.\n*****.**.***.*\n.*...*..******\n**************\n**************\n**************\n**************\n**************\n**************\n*.*****.******\n**.********.**\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n..............\n.............*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n**...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n..*\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n....\n....\n....\n....\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n...*\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*......*\n*......*\n.**....*\n***...**\n*.....*.\n*.....*.\n.*.*..*.\n...**.*.\n....***.\n**.**.**\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n........\n.....*.*\n*.......\n****....\n....*...\n.*..****\n..*.**..\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n.......*\n........\n.....**.\n.*......\n.***....\n*...*...\n....****\n*.*.**..\n...*..*.\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**......*\n..*..*..***.\n..*.....*.*.\n..*...*.....\n..*..*.*...*\n***....*..*.\n....*...*...\n```\n\n\n## Output without wrap\n\n```\n...**....***\n.*..*..**..*\n....*.*.*.**\n....*.*.....\n....*.......\n.*.*..***...\n.*.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....*.\n.*...*..*.**\n*...*.*.*.**\n....*.*....*\n....*......*\n....*.***.*.\n......*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*..*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*\n.........\n...**.**.\n.....****\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n....*...*\n....**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n.....**..\n....*...*\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.......\n....**........\n.....*.*......\n..............\n.......***....\n........*.....\n........*.....\n...*..........\n...*..........\n..*.*.........\n..*.*......**.\n```\n\n\n## Output without wrap\n\n```\n....**........\n..............\n....*..*......\n..............\n......***.....\n........*.....\n..............\n...*..........\n..*.*.........\n..*.*.........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n......*.......\n....*..*......\n..............\n......***.....\n........*.....\n..............\n...*..........\n..*.*.........\n..*.**........\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....**\n**.....*.\n........*\n```\n\n\n## Output without wrap\n\n```\n**.....**\n**.....*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*.....*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*.*\n..**\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n....\n**.*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n*.**\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**...\n..**.*.**\n**...*...\n*..**....\n*...*....\n*...*..**\n```\n\n\n## Output without wrap\n\n```\n.*...**..\n*........\n**....*..\n..**.....\n**.*.*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n...*.*...\n.*....**.\n..**....*\n***.....*\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*****\n.***...*\n...****.\n...*....\n........\n........\n........\n*.......\n**.....*\n.*......\n```\n\n\n## Output without wrap\n\n```\n.*.*****\n.*.....*\n.....**.\n...*.*..\n........\n........\n........\n**......\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*****\n.*.....*\n.....**.\n...*.*..\n........\n........\n........\n**.....*\n.*.....*\n.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n***\n***\n***\n*.*\n***\n***\n*..\n*..\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n...*\n..*.\n..**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n..*.\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n...*.\n.*..*\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n**..*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..***\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*...\n...*.***.\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...****..\n...*..*..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...\n...*.**..\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*..*..\n.*..*..*.*..\n..**.***.***\n**..*.***.**\n*.**......**\n...**.*.*..*\n..***.*.**..\n```\n\n\n## Output without wrap\n\n```\n**......*...\n...**...*...\n*.***...*...\n*.*....*....\n*.......**..\n.***....*...\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.....\n.*..**..**.*\n..***...*...\n..*....*....\n**......**..\n........*.**\n..*..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n......\n...**.\n..*..*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n...**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n.....*\n...**.\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.****.\n*.*.*..*.***\n*.**....***.\n****..***..*\n.**..*..*..*\n**..*..**.*.\n.....*...***\n.....*.**...\n```\n\n\n## Output without wrap\n\n```\n.****..*....\n*.*.........\n**..*.......\n...**.*...**\n*.........**\n.*.....*.*..\n.*.**.....**\n.....*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*.*...*\n*.**...*....\n....*.......\n...**.*.....\n............\n**.....*.**.\n**.*....*.**\n..**.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*...\n**..\n****\n*.**\n**..\n..**\n.***\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n....\n...*\n...*\n*...\n*..*\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n........\n........\n........\n........\n........\n........\n.......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..**.....\n*.*..****\n**....**.\n.....**..\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.***..**.\n*.**.*..*\n**......*\n.....***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.***..***\n*.**.*...\n**.......\n.....***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*....*\n..*...\n...***\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n...*.*\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*....\n*..*..\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....**\n.......\n......*\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.......\n.....**\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n*..*\n....\n....\n....\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n****\n....\n....\n....\n....\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n........\n........\n........\n*.......\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n.*.*..\n......\n.***..\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n**....\n**.*..\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n**.*..\n.*.*..\n.*..*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n*..\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*.**.\n*.**.\n**.*.\n***.*\n.****\n```\n\n\n## Output without wrap\n\n```\n***..\n*.**.\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.*****\n****..\n.**.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n*.....\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n......\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*......**\n*....****.**.\n.*.*.....*...\n*.*...*.***.*\n.*..**....***\n..*..*......*\n*.******.*.*.\n```\n\n\n## Output without wrap\n\n```\n**..........*\n...*....**..*\n*.........*.*\n*..........*.\n......*.....*\n...........*.\n.*****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**........\n.*.********..\n.*........**.\n*............\n.*....*......\n.**.*.*...**.\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n*.*\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....**.\n....*..\n**....*\n.***...\n..***..\n....*.*\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n...***.\n**.**..\n*.****.\n...***.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n...*...\n**.**.*\n**.****\n******.\n...***.\n....*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..**...\n..**...\n....*..\n...**..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..*.*..\n..*.*..\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n..*.*..\n..*.*..\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n*.*..*...*\n***.....*.\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n*.**......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n*.**.....*\n*.**......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n***...**\n...*.*..\n...*.*..\n***...**\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n**......\n**.*.**.\n**.*.**.\n**......\n.**.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n........\n...*.*..\n...*.*..\n........\n..*...*.\n*.......\n........\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n*.*\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..**.\n*...*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*..*...*\n*......*\n**....**\n.*......\n....**.*\n.*.....*\n**.*...*\n..*.**.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n*......*\n**....**\n**...*.*\n......*.\n***.*..*\n**.**..*\n.****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.**\n*......*\n........\n.*....*.\n.*...*..\n......*.\n.**.*..*\n.*.**..*\n.****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*\n**...****\n.....*...\n....*...*\n*....*...\n*....*...\n......*.*\n..***....\n.........\n..***....\n.........\n.**......\n*........\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n.*....*.*\n.*...****\n....**..*\n....**...\n....**...\n.....**..\n...***...\n...*.....\n.........\n...*.....\n.*.......\n.*.......\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..\n**...****\n....**...\n....**...\n*...**..*\n*....**.*\n...***...\n...*.....\n.........\n...*.....\n.*.......\n.*.......\n*.*......\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...***\n........\n...*....\n...**...\n...*..*.\n....***.\n**.*...*\n..*.*...\n..***...\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n...**...\n..***...\n...*..*.\n..******\n.***..*.\n....*...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n********\n*.....**\n...**...\n..***...\n...*..*.\n*.*****.\n****..**\n*...*...\n*.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n.....*\n*....*\n*....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n*....*\n....*.\n.*..*.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.*\n*****....*\n*.*.*.*..*\n*...*...*.\n........*.\n```\n\n\n## Output without wrap\n\n```\n**.*....*.\n*...**...*\n*.*.*...**\n.*.*.*.***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....*\n....**....\n..*.*...*.\n**.*.*.**.\n*......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***.*...\n......*...*...\n......**.**...\n```\n\n\n## Output without wrap\n\n```\n......**.*....\n.....*....**..\n......**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.**..\n.....*....**..\n.....*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n***.\n***.\n*.**\n****\n.***\n***.\n*.**\n****\n**.*\n***.\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.*..*...\n.*.*....\n........\n..***...\n.*...*..\n.....*.*\n........\n***.....\n.**.....\n.***...*\n.**..***\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n.*......\n..*.*...\n..*.....\n..*..**.\n..*..**.\n.*......\n.*......\n.*......\n..*...**\n..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.\n***.....\n.*......\n..*.*...\n..*.....\n..*..**.\n.**..***\n**.....*\n*.......\n........\n......**\n*.*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..\n.*.....\n..***..\n...**..\n.......\n.****..\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.....\n..*.*..\n..*.*..\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n.*.....\n..*.*..\n..*.*..\n.......\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*......*\n*.....**\n......**\n*.......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.......*\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.......*\n.....*.*\n........\n........\n........\n..***...\n..***.**\n...**...\n......*.\n........\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n...**...\n...**...\n....*.*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n...**...\n...**...\n....*.*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*.*.**\n...*.*.*.***.\n...........**\n.........**..\n```\n\n\n## Output without wrap\n\n```\n..........*..\n........*****\n.........***.\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**...\n.............\n........*....\n........**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...*...\n.......\n....*..\n.......\n*......\n.......\n.......\n..*....\n.*.....\n.*....*\n.*....*\n.**.*..\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.*....\n.......\n...*...\n*..**..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n*.*....\n.......\n...*...\n*..**..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...**\n.**.....**\n......*...\n..*.......\n....*...**\n**......**\n*.**.*.*..\n..*.......\n**..*....*\n***......*\n```\n\n\n## Output without wrap\n\n```\n.*......**\n.*.....***\n.**.......\n..........\n.*......**\n*****..*.*\n*.**....*.\n*.*.*.....\n*..*......\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n.*.....**.\n.**.......\n..........\n.*......*.\n.****..*..\n*.**....*.\n..*.*....*\n...*.....*\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.***\n....**.**.\n.*...***.*\n******.***\n****.*.***\n*..*******\n...**...**\n.***.*....\n```\n\n\n## Output without wrap\n\n```\n...*.*.*.*\n..**......\n**.......*\n..........\n..........\n*.........\n.*.......*\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*.*\n*.**......\n.*........\n..........\n..........\n..........\n.*........\n**...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.**.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**.**\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.**.**\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n*.*...\n.*.*.*\n***.**\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n.***..\n.*..*.\n.**..*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*...**\n..***.\n......\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*.*..\n*.*..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n****.\n*.*..\n*.*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n...***\n.*..*.\n*..***\n*****.\n..**..\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n.*....\n.*....\n....**\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.*....\n.*....\n......\n......\n......\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.........*....\n........**....\n..............\n*.......*.....\n..*...........\n.......*......\n.**...........\n..*..........*\n............*.\n```\n\n\n## Output without wrap\n\n```\n..............\n........**....\n........**....\n........**....\n..............\n..............\n.**...........\n.**...........\n.**...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n........**....\n........**....\n........**....\n..............\n..............\n.**...........\n.**...........\n.**...........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n..**.\n**..*\n.**.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n*...*\n..**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n....*\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.......\n.*.....*...*\n**.......*..\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........\n.**.........\n***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..*.**\n**.**.\n.*..*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n..****\n****.*\n......\n***.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*.*...\n.....*\n..*..*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.........\n.*..*........\n......**.....\n..*..........\n....*.**.....\n.........***.\n........*....\n........*..*.\n.........*...\n.............\n.*.*.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n........*.*..\n.......**.**.\n.............\n........**...\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.........\n.***.........\n.............\n.............\n........*.*..\n.......**.**.\n.............\n........**...\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*....\n.*****....\n**..*.****\n.*.**.*...\n***.....**\n*.*....**.\n*.*.*..*.*\n..*.**.*..\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n**......*.\n**...**.*.\n.....**..*\n.*.*...**.\n...*..**..\n..*.*..**.\n.**...**..\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*.**.\n.........*\n*....**..*\n.....**..*\n...*...*..\n.*.*..**.*\n..*.*..*.*\n..*.....**\n.***...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n****.*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n..****\n*...*.\n...*..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n......\n..*..*\n..**..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n..*...\n*.**.*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.....\n*****\n.**.*\n.*.**\n..*.*\n*.*..\n**...\n.**..\n...*.\n*****\n.*.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n..*.*\n..**.\n*..*.\n*....\n..*..\n**...\n.***.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.**..\n.....\n*....\n*..*.\n..*..\n*.*..\n.....\n**...\n*.*..\n.....\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..\n....****\n..**....\n..*.....\n**.*..**\n```\n\n\n## Output without wrap\n\n```\n.***....\n......*.\n..*****.\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.....**\n..*****.\n*......*\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...**.\n...**.\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.....*\n......\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n*.*****\n**..**.\n*...*.*\n*.....*\n*......\n```\n\n\n## Output without wrap\n\n```\n.***...\n..*....\n*..*.*.\n*....*.\n**...*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n*.....*\n.*.*...\n.......\n*....**\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n***\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*...\n.........*....\n..........*...\n..**..*.**.*..\n.*.*...**...**\n.****.........\n..*.*...**....\n...*....**....\n....*.**.*....\n........*.**..\n.........**...\n```\n\n\n## Output without wrap\n\n```\n..............\n.........**...\n........*.....\n..*.........*.\n.*.*...*....*.\n***....*..*...\n..*.....***...\n...***..**....\n....*.***.....\n.......***.*..\n........****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**...\n..........**..\n........*.....\n.**.........**\n*..*...*....*.\n..*....*..*..*\n***.....***...\n...***..**....\n....*.***.....\n.......**.....\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.....\n..............\n.......**.....\n..............\n.......***....\n.*.....*.*.**.\n*........*.*..\n.*....*.....*.\n.*....*......*\n*.....*......*\n...........**.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n........***...\n.........*.*..\n.......*.*.**.\n**......*.**..\n..*...**...***\n**....*.....**\n......*......*\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n........***...\n.........*.*..\n*......*.*.***\n.*......*.**..\n.**...**...*..\n.*....*.......\n.......*......\n*...........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.*\n....*...\n.....*..\n**...*..\n**.*.*..\n***.*...\n.**.*.*.\n```\n\n\n## Output without wrap\n\n```\n....*...\n....***.\n....**..\n***..**.\n...*.*..\n....*...\n*.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**.\n....***.\n....**..\n***..**.\n...*.*.*\n....*..*\n....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n*.........*\n.*.......*.\n.*.......*.\n*.........*\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n**.......**\n**.......**\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n*.........*\n.*.......*.\n.*.......*.\n*.........*\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**\n*.......*\n*.......*\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.......**\n**.......\n**.....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n***......\n***......\n***......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***\n.***...\n*...***\n*******\n**.*.*.\n*******\n*******\n****..*\n.*.**..\n**.****\n```\n\n\n## Output without wrap\n\n```\n.......\n**...*.\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.\n*....**.\n*.....*.\n...**.*.\n..*.***.\n.**.*.*.\n.**.*...\n*.*.**..\n```\n\n\n## Output without wrap\n\n```\n**...*..\n**.**..*\n....*...\n..***...\n..*.*...\n.*.*..**\n....*...\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n...***.*\n....*..*\n..***.*.\n..*.*.**\n**.*..*.\n**.*..*.\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.**.\n..*...\n.*...*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.****.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n..**..\n*****.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n***\n*..\n*.*\n*..\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n*.*\n*..\n*.*\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n....**\n......\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.***\n.***\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*.*.\n...**.\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n..*.**\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n**..**\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n......**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.***..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n*...*\n*..**\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n....*\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*....\n.*.*.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****\n*******.*\n..*****.*\n.*.****..\n*.****.*.\n.*.**...*\n.*.******\n......*.*\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n*.......*\n*.......*\n*........\n.*.......\n*......*.\n**......*\n...*..*.*\n**......*\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n........*\n**......*\n*......**\n.*.......\n...*..*.*\n.*.......\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n*.*\n...\n**.\n..*\n**.\n...\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n**.\n**.\n.*.\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n***\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..***.*\n**..**..**..*\n.*.***.*.**.*\n***....***...\n*.**.*..*.*.*\n.*....**..***\n**.**..*..***\n.*..**.****..\n..*...*.*.***\n**..*..******\n..**...*****.\n**..***..*...\n***.*.**.**..\n```\n\n\n## Output without wrap\n\n```\n.....*..*.**.\n**.....*....*\n...*.*.*..**.\n*....*.*.....\n*..*......*.*\n.....****....\n**.**.......*\n**..**.......\n*.***.*.....*\n.*....*......\n..**........*\n*...*......*.\n*.***.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........*\n.*.....*....*\n...*.*.*..***\n.....*.*.....\n...*......*..\n.....****....\n.*.**........\n.*..**.......\n..***.*......\n**....*......\n..**.........\n*...*......**\n..*....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***...\n...*..\n*..*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n.**...\n*..*..\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**...\n*..*..\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n**.***\n.*.***\n```\n\n\n## Output without wrap\n\n```\n**....\n..*.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n......\n...*..\n...*.*\n*.....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n....**\n....*.\n....*.\n*...*.\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..*\n..*...**.\n*.*....*.\n***..*.**\n*...*....\n.***.....\n..*......\n.........\n....*....\n...****..\n...**.*..\n....*....\n.........\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n......*.*\n.***..*.*\n....*....\n*.*.*..*.\n*...*..*.\n*...*....\n.*.*.....\n....*....\n.........\n.....*...\n....*.*..\n...***...\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.*.\n....**.**\n....*...*\n.**.*....\n.*..*....\n.*..*....\n.*.*.....\n....*....\n.........\n.....*...\n....*.*..\n...***...\n..**.....\n...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n*..\n...\n...\n...\n.*.\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n...\n...\n...\n.**\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n***\n...\n***\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..\n...*.*.*..\n.....*....\n..........\n*.*.......\n*.*.......\n*.*.***...\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.*.****...\n.**.......\n...*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.***.\n...*...*..\n..........\n..........\n..........\n.*.****...\n..*.......\n.*...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.......\n.......\n..**...\n..***..\n.....*.\n..****.\n.*.....\n.......\n..**.**\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n..*..*.\n..*..*.\n.*...*.\n..*....\n...**.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.....*.\n.......\n.......\n....**.\n..*..*.\n..*..*.\n.*...*.\n..*....\n...***.\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..*\n.*..*****\n.**...***\n*....**..\n..**..*.*\n.**.*.***\n.*.*.*..*\n.....**..\n..***...*\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n*........\n***..*...\n.....*.**\n..*.....*\n.*..**..*\n..*.*...*\n..**.***.\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.**\n**.**....\n.**..*...\n*....*...\n.**....**\n.*..**..*\n.**.*...*\n.....*...\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n.*.*\n.*..\n....\n....\n....\n*.*.\n...*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n..*.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n....\n....\n....\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.*.\n....\n*...\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n.*..\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..**\n.*.*\n....\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n****\n.*..\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n***.\n..*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.....\n..**..*.***.\n.*****..*.*.\n.*.*.**.*..*\n.*.**..***.*\n**.*.**..***\n**.***.***..\n.*.*.***..**\n.*.***..*..*\n...*.****.*.\n...*...*..*.\n...*...****.\n```\n\n\n## Output without wrap\n\n```\n.......***..\n..*.....*.**\n**........**\n**.........*\n***.......**\n..*.........\n..........**\n..*.......**\n..*.*.......\n...*........\n..***..*....\n........****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**...*.\n**........*.\n.*........*.\n.*........**\n*.*.........\n..*.........\n............\n*.*.......**\n..*.*.......\n*..*........\n......*.....\n.*....******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n...*\n****\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n*...\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*..*\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n.......*..\n.*......*.\n**......*.\n*.........\n....**...*\n.......***\n*.*.*...*.\n*.........\n........*.\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n**.....**.\n**........\n**........\n.........*\n...***.*.*\n.*.....***\n.*........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n**.....***\n**........\n**........\n*........*\n*..***.*..\n**.....**.\n.*........\n........**\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n*.*.\n**..\n*...\n**..\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*.**\n*...\n....\n*...\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n..*.\n*...\n...*\n*...\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***......\n*.........\n*........*\n..*.......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*.*.......\n***.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****......\n...*.....*\n..*......*\n.*........\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...*.\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n....*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n**.*.\n****.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*.***\n.....\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..*\n.**.*.*.\n**..*.*.\n.*..**..\n*...*..*\n..*.***.\n....*.*.\n....**..\n....***.\n```\n\n\n## Output without wrap\n\n```\n.***.*..\n..*.*.**\n*...*.*.\n.*.**.*.\n.*......\n....*.**\n......*.\n...*....\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..*\n..*.*.*.\n*...*.**\n.*.**.*.\n**.....*\n....*.*.\n......*.\n...*....\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n...*...\n*..*...\n......*\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.....\n.***.**..\n..*......\n...*.*...\n...*.....\n```\n\n\n## Output without wrap\n\n```\n**.**....\n*..**....\n.*...**..\n..***....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.....\n*..**....\n.*...**..\n..***....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*...\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.......\n**..*.......\n*..*.......*\n............\n............\n............\n............\n............\n............\n......*.....\n....**......\n.....*......\n.......*.*..\n........**..\n```\n\n\n## Output without wrap\n\n```\n............\n***.........\n***.........\n............\n............\n............\n............\n............\n............\n....***.....\n............\n....*.*.....\n.....*..**..\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n.**........*\n.**........*\n*...........\n............\n............\n............\n............\n............\n....***.....\n............\n....*.*.....\n.....*..**..\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..***.\n**...*..*\n***..****\n```\n\n\n## Output without wrap\n\n```\n***..***.\n....*...*\n*.*..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n....*....\n....*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n..**.....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...**....\n...*.....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n...**....\n...*.....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n.....\n.....\n..**.\n**...\n..*..\n**...\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.*.*.\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n....*\n.....\n.....\n.**..\n.*.*.\n*.*..\n**...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..***\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n....\n*.*.\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*..*\n....\n*.*.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...**..\n..*.*..*.*.\n*....*.*.*.\n*....*...*.\n....**.....\n.*...***.*.\n*.*.*..*...\n.*......**.\n**..*...*.*\n.*.**....*.\n```\n\n\n## Output without wrap\n\n```\n.***...**..\n.*..****.**\n.******..**\n.....*..*..\n....*...**.\n.****.**.*.\n....*....*.\n*.....**..*\n*......*..*\n*...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**...\n.******..**\n*******..**\n.....*..*..\n....*...*..\n.****.**...\n*...*.....*\n......**...\n.*..*.....*\n.*.**..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n**..\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n***..\n...*.\n****.\n```\n\n\n## Output without wrap\n\n```\n***..\n**...\n*..**\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*..*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n*..***\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..***.\n**.*...*..\n.....**.*.\n......*...\n*.*..*.***\n.*.....*..\n.*.*....*.\n**.*******\n```\n\n\n## Output without wrap\n\n```\n**.*.***..\n**.*......\n.....**...\n......***.\n**....**.*\n**....**.*\n...*.....*\n**.*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....\n*...***...\n*....**...\n*.....****\n**....****\n.*....**.*\n..*.**....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..\n..*...*..\n......**.\n.**...*..\n*.*.*....\n**..*.*..\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.**..***.\n.***.***.\n*.*......\n**..*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.\n.....**..\n.**..***.\n.***.***.\n*.*......\n**..*....\n...**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n.**.*.\n*.*.**\n*****.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n...*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*..*\n*******..*\n....*....*\n****.*...*\n..****.***\n....*.....\n.*******.*\n.**.**...*\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n......*.**\n......*...\n..........\n.....*****\n.....**..*\n***....***\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...\n.....**...\n......*.**\n........**\n.*...*****\n.*...**...\n.*.....**.\n*.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n.*...*.\n.....**\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..*.*\n...**\n****.\n**...\n.*...\n*..*.\n...**\n*....\n...*.\n*...*\n**.*.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*.*\n....*\n*..**\n.....\n.**..\n..***\n...**\n...**\n.....\n*****\n*..*.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*..\n.....\n...*.\n....*\n.**.*\n*.**.\n*..*.\n...*.\n*....\n****.\n...*.\n***..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...*..\n..*.**.*....\n..*.****....\n..*.**.***..\n.****.*..*..\n```\n\n\n## Output without wrap\n\n```\n...*.**.....\n..*....**...\n.**.........\n.........*..\n.**.*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*...\n..*....**...\n.**.........\n.........*..\n.*....**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.....\n*....\n.....\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.*...\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..*..\n......\n....*.\n*.....\n......\n......\n....*.\n..*...\n......\n.*....\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*..*..\n..*.***.**...\n..**..*.*.**.\n...******....\n..*.*....****\n....**.**....\n..........**.\n.....*..**...\n...**.....*..\n..*.......*..\n```\n\n\n## Output without wrap\n\n```\n...*.*****...\n.**.***.*..*.\n..*.......*..\n......*.*...*\n.........***.\n...***..*...*\n....****..*..\n....*....*.*.\n...**.....*..\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..****.*..\n.**.***.*..*.\n..*.......*..\n......*.*...*\n.........***.\n...***..*...*\n....****..*..\n....*....*.*.\n...**.....*..\n..*......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n*...*.**\n.***....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n......**\n.***..**\n.***....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n****..**\n****...*\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..\n...*...\n.*.....\n...*...\n*.***..\n*.*.*.*\n...*...\n**..*.*\n.***...\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n....*..\n..*....\n.*..**.\n.**....\n..*....\n*.*....\n....*..\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n..***..\n..*....\n**..*.*\n..*....\n*.*....\n..*....\n.**.**.\n**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**.*\n*..*\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n..**\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.**\n****\n****\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n.*****\n**..*.\n****.*\n**.**.\n..*..*\n.***..\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n......\n*...**\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n.***.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n*..*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n*..**\n.*...\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n.***.*\n****.*\n**.***\n.*****\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*..*\n**********\n********..\n.*..******\n.**.******\n...*.*.**.\n```\n\n\n## Output without wrap\n\n```\n*.....*..*\n.........*\n..........\n.........*\n.**.......\n..**.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n*.*\n*..\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n*.*\n..*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..\n..******\n*.******\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.......*\n.**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.......\n..*.........\n.****.......\n.*.*........\n```\n\n\n## Output without wrap\n\n```\n............\n....*.......\n.*..*.......\n.*.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*........\n....*.......\n.*..*.......\n**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n***......\n**.......\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.**.\n....*\n..***\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**.*\n.*..*\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*....\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*.*\n*.******.\n*.**.****\n.**.*.*.*\n*.***.***\n*.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.*..\n*........\n*.......*\n*........\n*...*...*\n..*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n.........\n.........\n.........\n....*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*.....\n*..*..\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*....*\n.***..\n*.....\n...*..\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n*..**.\n***...\n.*.*..\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n*..**.\n.**..*\n.*.*..\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n....**\n....**\n....*.\n***..*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n...*..\n...*..\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...**.\n...*..\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***.**\n.**.*******\n.*.***.****\n..**..****.\n*****.*****\n***.***..**\n.*********.\n.******.***\n***.*..****\n*****.***.*\n****.**.***\n***.**..***\n.*********.\n```\n\n\n## Output without wrap\n\n```\n..**......*\n*..........\n.*.........\n*..........\n*..........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n*.....**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.*.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.***...**\n*.*.*..*...**\n.****.**....*\n..****.......\n.*.**.**..*..\n*...*..*....*\n.....*.*.....\n*...**..*..*.\n*....*.**....\n*....****....\n```\n\n\n## Output without wrap\n\n```\n..******.....\n..***...*....\n.......*.....\n.............\n......***....\n....**.......\n...*.*...*...\n....******...\n....**..**...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..........\n.......*...**\n.......*....*\n**...........\n**....***...*\n*...**......*\n*..*.*...*..*\n.*..******..*\n.*..........*\n*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n.*.*.*\n......\n......\n*...*.\n*.*.*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n......\n......\n..**..\n**.**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n......\n......\n......\n..***.\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***..***..\n.*.*.*..*****\n*.........**.\n..........*..\n.......***...\n*....**...*.*\n*...*.*...*.*\n**....**..*..\n**.*..**.**..\n*.*..*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.*.*..*....\n.*.*.*..*...*\n............*\n........*.**.\n......******.\n.....**.*.*..\n*........**..\n..*.....*.*..\n.....*...*.*.\n*.*....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.*.....\n.*.*.*..*....\n*............\n........*.**.\n......******.\n*....**.*.*.*\n.........**..\n..*.....*.*..\n.....*...*.*.\n.....*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n*..*...*\n*..*....\n**......\n**......\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*..*....\n..**....\n*.*.....\n.*......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*\n*..*...*\n****...*\n*.*.....\n**......\n........\n........\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*....*\n*....*\n*...*.\n***...\n***...\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.****\n*.***.\n..**..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*...\n..**..\n..**..\n...*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...***..\n*..*.*...*....\n*..****.*.*...\n.**...*...*...\n*.***.*.*.....\n.**.*.******..\n....*....*....\n```\n\n\n## Output without wrap\n\n```\n..*......**...\n.*.*...**..*..\n**....**......\n**....*.......\n*..*..*.......\n.**.*.*.***...\n..*****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******.**....\n.*.**.*.*.*...\n**....**......\n**....*......*\n*..*..*.......\n***.*.*.......\n.*..*.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*...*\n.*...*****.\n..*..***...\n..**.*...*.\n**......*..\n...........\n..*.....*..\n.****......\n...***...*.\n.**..*....*\n**...*...*.\n*.*.*....**\n```\n\n\n## Output without wrap\n\n```\n.**....***.\n*..*...*..*\n.*.....*.*.\n....*...*..\n.*..*......\n*..........\n***........\n.**........\n*....*.....\n****..*..**\n*..*.**.*..\n....*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...***\n*.......***\n*......*.**\n....*...*..\n.*..*......\n*..........\n***........\n***........\n*....*....*\n****..*..**\n.*......**.\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*.*\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*..*.\n.....\n**.*.\n.*..*\n*....\n....*\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n...*.\n*.*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.**\n..*..\n....*\n..*..\n**.**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**..*.\n****.*\n.***..\n.*.**.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n*.****\n......\n......\n......\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n.....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n..**..\n*.**.*\n*.*...\n...**.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n....*.\n..*...\n.****.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n*....*\n*...**\n*.*...\n.*****\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*........\n...*......\n..*....***\n.**.......\n...*****.*\n.**.......\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.***......\n....*...**\n.*....*...\n..........\n.*....*...\n.*.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.***......\n....*...*.\n......*..*\n..........\n*.....*...\n**.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n....**....\n.**...*...\n....*..*..\n..*..**...\n.**.......\n***....**.\n**.....***\n```\n\n\n## Output without wrap\n\n```\n..........\n.**..*....\n...**.*...\n.***...*..\n.***.**...\n*..*..**..\n.......*.*\n*.*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**\n.**..*....\n...**.*...\n.***...*..\n.***.**...\n*..*..**..\n.......*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..**..\n..*...\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.***..\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n.***..\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.....*\n**...*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n*...**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*.***\n.**.*\n*.*.*\n**.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n*...*\n*...*\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n***.\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n...*\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n..*****..\n...**....\n..*......\n.........\n.....*...\n```\n\n\n## Output without wrap\n\n```\n..**.**..\n..**.**..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**.....\n.........\n.........\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n...*....\n.**.....\n*..*..**\n..**....\n.....**.\n***.....\n......**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.***....\n.*.*....\n.*......\n..*.....\n...*.*..\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.**....\n...*...*\n......**\n..*.....\n.*.*.*..\n.**....*\n.*.....*\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*.*..\n......\n.*....\n***...\n...*.*\n..*..*\n...*..\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*....\n..*...\n***...\n***...\n...**.\n..**..\n...*..\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n..*...\n***...\n***...\n...***\n..**..\n*..*..\n.**...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***..\n.*****.*\n....*...\n.*...**.\n........\n........\n........\n........\n***.....\n**.*....\n```\n\n\n## Output without wrap\n\n```\n.*...**.\n.**...*.\n.*......\n.....*..\n........\n........\n........\n.*......\n*.*.....\n*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n***...*.\n**......\n.....*..\n........\n........\n........\n.*......\n*.*.....\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n..*\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.*..\n.........*\n**....****\n.........*\n.......***\n.....**...\n...*....**\n*...*...*.\n.......**.\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*......*.\n.*......*.\n......*..*\n.....**.*.\n..........\n.....****.\n......*..*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**..*\n......***.\n..........\n......*...\n.....**.*.\n..........\n.....****.\n....*.....\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n..***\n.***.\n..***\n....*\n*****\n```\n\n\n## Output without wrap\n\n```\n.**.*\n....*\n.*...\n.*..*\n.....\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n**...\n**..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**......*\n*...........\n**.....*...*\n.**....*....\n.*..........\n**..*.......\n**.*.**.....\n**.*..*...*.\n.*.*..*....*\n*..*.*....**\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n*.*.........\n..*.........\n............\n....**......\n...*.**.....\n...*..**....\n.*.*.**....*\n..*.*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....*.\n.*..........\n..*........*\n..*.........\n............\n....**......\n...*.**.....\n...*..**....\n.*.*.**.....\n...*.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***..\n*.....**.\n....*..**\n```\n\n\n## Output without wrap\n\n```\n.....***.\n........*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***..*\n**.***..*\n**.***..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....*.*\n...*..***.*.\n..**.......*\n....***.....\n...*.*..**..\n.........*..\n.....**.....\n*.....**...*\n*..***.....*\n```\n\n\n## Output without wrap\n\n```\n.......*...*\n..*.*..*...*\n..*********.\n..******....\n........**..\n....*....*..\n....*.......\n....*..*....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***........*\n***...*....*\n..*********.\n..******....\n........**..\n....*....*..\n....*.......\n*......*....\n.*****....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n.*.*\n.*..\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n.*..\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n.*....*\n.*....*\n**.....\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....**\n**....*\n.**....\n**.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.*.....\n.**...*\n**.....\n.......\n.......\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.*....*\n.*.*.**\n*....*.\n****.*.\n**.**.*\n*...**.\n**....*\n.***..*\n..**..*\n..*...*\n.*..*.*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n..*.*..\n*.*...*\n*..*...\n.....**\n..*...*\n..*.*.*\n.*....*\n...*...\n.**.*..\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.**.*..\n.**..*.\n...*.**\n.......\n..*....\n..*.*..\n.......\n...*..*\n..*.*..\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.**\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n....*\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n*..*.\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.***..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n*******\n..****.\n***.***\n*******\n**.****\n*******\n******.\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n*......\n.......\n*......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***....\n.....*....\n**.***....\n```\n\n\n## Output without wrap\n\n```\n.....*....\n......*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.*\n.....***.*\n.....***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*...*\n**...\n.....\n.....\n**...\n...**\n.....\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**.**\n*....\n.....\n*...*\n.....\n*..**\n*.*..\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n.**.......\n**........\n*.**......\n***.......\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*.*.......\n*..*......\n...*......\n*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......\n*.*.......\n*..*......\n...*.....*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n**...*\n.*...*\n.*...*\n**.*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**....\n*....*\n***.**\n.....*\n....**\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n.**.**\n.*...*\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n..*...*..\n*........\n.........\n.........\n......**.\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n.........\n.........\n.........\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**.*.\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.**..\n...*.\n.***.\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**..\n...*.\n.*.*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.**..\n...*.\n.*.*.\n*..*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n....**\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*..\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*.\n...*......\n.....*.**.\n*.........\n*.***...*.\n.....*..*.\n*.....*.*.\n.*......*.\n```\n\n\n## Output without wrap\n\n```\n..**......\n..***..**.\n..........\n.*.**..**.\n.*.**.....\n.*.***..**\n........**\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..***..**.\n..........\n.*.**..**.\n.*.**.....\n.*.***..*.\n........*.\n.**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n.*..\n*...\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*..\n*...\n*.**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..*.\n.*..\n*..*\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n...\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n...\n***\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.....*.\n...**..\n..***..\n.*..*..\n***....\n.**....\n......*\n*....**\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*..\n....**.\n.*.***.\n.*.**..\n*..*...\n*.*....\n.*...**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n....***\n....**.\n.*.****\n.*.**.*\n.*.*...\n***...*\n**....*\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*....\n...**.*.*\n**.*.****\n........*\n..***..**\n...***...\n..****...\n*.*******\n*....****\n....***..\n```\n\n\n## Output without wrap\n\n```\n...***...\n......*..\n..**.**..\n.*.*.*..*\n.....*.*.\n......*.*\n.......*.\n.**....**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n..***....\n..**.**..\n.*.*.*.*.\n.....*.*.\n*.....*..\n**.....**\n..*......\n*.*......\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n...*.\n*.***\n**..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.....*..\n......**\n...**.*.\n..**....\n...*..*.\n***.**.*\n...**..*\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....***\n....*...\n..*....*\n..*....*\n.**.**..\n.*.***.*\n.*.*...*\n..******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n........\n........\n.....***\n....*...\n..*....*\n***.....\n..*.**..\n...***..\n...*....\n..******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n....\n****\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n**.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**..**\n.*.........\n..*.*......\n..***......\n...**......\n.....**.*..\n.....*..*..\n....*.*....\n..**.......\n...*..*....\n*.....*...*\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*..**......\n....**.....\n..*........\n.....*.....\n.....**....\n...*.......\n..*........\n.....*.....\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.***.\n*..*.**...*\n....**.....\n..*........\n.....*.....\n.....**....\n...*.......\n..*........\n.....*.....\n.....**....\n.**..****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n*.**\n*...\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n.**.\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n..*.\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**.*\n.*.*\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n***.\n**.*\n...*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.**.*\n.***.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n....*\n...**\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*.*..\n**.*..\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..**.\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**.***\n......\n**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...*.\n...*.\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n......*.*....\n......*..*...\n.......*.*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.......**....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.......**....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n...*.\n.....\n...**\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n...**\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n.....**....\n.....**....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.....**....\n.....**....\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.....**....\n.....**....\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*.**.\n....*.\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*...*\n..*.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n..*.*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*.*.\n..**\n...*\n****\n****\n****\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n.*.*\n.*.*\n.**.\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.**\n*.**\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n**..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...*.****\n..*****.***...\n*.*..*.*...***\n.*..**.***....\n```\n\n\n## Output without wrap\n\n```\n.***...***.*..\n..*.....***...\n..**.**.*..**.\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*****...**\n..*...........\n..*.*****...**\n..***.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.***..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n.**\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.*.*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n...*\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.......\n.*.....\n..*....\n...**..\n..***..\n.*.*.**\n.*.*.**\n.*.**.*\n*..**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n...*...\n.......\n***....\n.......\n*....*.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...*...\n...*...\n.......\n*.*....\n.*.....\n.**....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*......*\n.*****...*...*\n..........*..*\n..***.*.....*.\n.********....*\n*.*..*..*.*.**\n.***.....*.*..\n.*...*..***...\n...*...*..*...\n......****.*.*\n....**.**.*...\n*..*....*....*\n**......*.*...\n**...*...**...\n```\n\n\n## Output without wrap\n\n```\n....**........\n***.**......**\n***..*.....*..\n...........*..\n.......***....\n....*...*....*\n****.*...*...*\n..***.....**..\n...*.*....***.\n....**....***.\n...*.......*..\n.*.***.....*..\n..*.....*.*...\n.*.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...***.*\n.*...*.....*..\n..*..*.....*..\n.*.........*..\n.......***....\n....*...*....*\n*.**.*...*...*\n..***.....**..\n...*.*....***.\n....**....**.*\n.*.*.......**.\n.*.***.....**.\n.*......*.*..*\n........*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n.*..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n.*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n......\n......\n.**...\n*..**.\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*..*.\n....*.\n..**..\n.*..*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..***.\n.....*\n******\n******\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n....*\n..***\n..***\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n....*\n.....\n..*..\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n**...\n*....\n.**.*\n...*.\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**\n**....**.\n.....**.*\n.......*.\n.......**\n....*.***\n*......*.\n```\n\n\n## Output without wrap\n\n```\n**....**.\n**...*..*\n.........\n.........\n.........\n......*..\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.*.......\n*........\n.........\n.........\n.........\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.....***\n*..**.*..**.\n**.*...*.*.*\n..*.**...***\n..*..*.**.**\n.**..**..*.*\n.......**..*\n*...*.**...*\n*.*.......**\n..*.*.......\n*..***.**..*\n..*.*.****..\n***.****..**\n***..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.**.*.......\n....**....*.\n.**...*.....\n..**.*.**...\n..*.**.**...\n.**....*.**.\n**....*.**.*\n......****.*\n....**.*.*..\n.*****...*.*\n..*......*.*\n*.**.....*..\n*.*.**..*.**\n.*.***...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.....\n..***.*.....\n..*...*.....\n.***.*.**...\n..*.**.**...\n.**....*.**.\n.*....*.***.\n.*....****.*\n.*..**.*.*.*\n..****...***\n.**......**.\n.***.....*..\n........***.\n.....*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n..*...\n......\n..*...\n......\n.**...\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.**...\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.**...\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**..\n.*..\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n..*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n****\n....\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n**.**.\n.*****\n```\n\n\n## Output without wrap\n\n```\n....*.\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.*.*.\n.*.*.\n*..*.\n...**\n...*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.****\n**...\n**.**\n...*.\n..***\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n**.*.\n*..*.\n..**.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n....\n****\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n*...\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.***\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....*.\n*..***...*.*\n.*.*.....*..\n.*.....***..\n.**....*.*..\n.*.....*..*.\n.*..*..*....\n.*.**..*....\n..*....*..*.\n*.**...**.*.\n..*.....*...\n.........**.\n.........*..\n............\n```\n\n\n## Output without wrap\n\n```\n....*.......\n..*......**.\n***......*..\n......**....\n..*......**.\n...*.....*..\n...**.......\n**.......*..\n....*....*..\n.*..*.......\n.*.*......*.\n..*....*...*\n........*.*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....**\n*.*......*.*\n.**......*..\n......**....\n..*......**.\n...*.....*..\n...**.......\n.*.......*..\n*...*....**.\n.*..*......*\n**.*.......*\n..*....*....\n........*.*.\n....*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n**.\n.**\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n......*.\n....*.*.\n....*...\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n........\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....*..\n........\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n....*....\n...*..*..\n..*......\n......*..\n.........\n......*..\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..*.*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*.*.\n*...*\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n*****\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.***.\n*...*\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........**\n*........*.*\n..**.....**.\n**.......**.\n```\n\n\n## Output without wrap\n\n```\n**........**\n*.*......*.*\n*.*.....*..*\n.**......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..*......*..\n..*.....*...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...*.*\n***...\n..**..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n...*.*\n**.**.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n.*.*..\n.*.**.\n**...*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n***\n***\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n..*..\n.....\n.....\n*.*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..**.\n.....\n.....\n*****\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.*\n***..***\n..*..**.\n......**\n**.*....\n.*.**...\n*..*...*\n..*..**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.*.\n.**.*.*.\n....**.*\n*...***.\n*.....*.\n.*......\n...*.**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n....*...\n....***.\n....***.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***.\n...*..*..\n...*.**.*\n.**.**..*\n.*.......\n.**..*...\n..**.....\n.*.***...\n...**.*..\n```\n\n\n## Output without wrap\n\n```\n....****.\n..**.....\n...*..*..\n.*******.\n*..***...\n.*.*.....\n.....*...\n.....*...\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*.\n..**.....\n*..*..*..\n.*******.\n...***...\n.*.*.....\n.....*...\n.....*...\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.*...*.*\n.*.**........*\n.*****.......*\n..*.....**.*..\n***.*.***.**.*\n**.***.....**.\n..*.*.*...**..\n*....**.*..**.\n...****...**..\n.....***.....*\n```\n\n\n## Output without wrap\n\n```\n.*...*......*.\n*.....*......*\n.*...*......*.\n*.....*.**.*..\n*...*.***.....\n*........*....\n*.*...**..*...\n.........*..*.\n..........**..\n.......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.....*\n......*......*\n.*...*......*.\n......*.**.*.*\n....*.***....*\n.........*....\n*.*...**..*...\n.........*..*.\n..........**.*\n*......*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.......\n.......\n.......\n.......\n...*...\n..*....\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n...*...\n.......\n.......\n.......\n.......\n.......\n.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n....\n....\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n****\n****\n****\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.......\n.**.**..***.**\n**.****.*..**.\n..**.**.**...*\n*.*.*******.*.\n..*..**.****..\n**.**.*.....*.\n..*.*****..*..\n***......*.**.\n*.**..******..\n```\n\n\n## Output without wrap\n\n```\n*.**.*...*....\n........***.**\n*..........*..\n*............*\n..*.........*.\n*.*.........*.\n.*..........*.\n....*.***.**..\n*...*.......*.\n*.**...***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.....*.\n........***.*.\n...........*..\n..............\n..*.........**\n*.*.........*.\n.*..........*.\n....*.***.**..\n*...*.......**\n...*..****.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..**.\n***.*\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n*....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*....\n....*\n....*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.......\n.**....\n*......\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.*.....\n*..*...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.**....\n.*.....\n*..*...\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n.....*..*\n...*.....\n..*..*...\n*........\n........*\n.........\n.......*.\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n......*\n...****\n.......\n..*..*.\n.*.....\n.*..**.\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n...**.*\n....*.*\n..****.\n...***.\n......*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*.*\n*..**.*\n....*.*\n..****.\n...***.\n......*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n**.*....\n.*..*...\n...*.*..\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n***.....\n**.**...\n.....**.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***\n***....*\n**.**...\n.....**.\n....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n.*.......*\n.**.....*.\n*..***...*\n****....*.\n*..*.*....\n```\n\n\n## Output without wrap\n\n```\n**........\n..........\n*****...**\n*...*...**\n*....*....\n*..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*\n.........*\n.****...*.\n....*...*.\n.....*....\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n..*\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.*..*\n*.***\n*...*\n*..**\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*.*.*\n*.*..\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n..*..\n..*..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n*...\n....\n....\n....\n....\n....\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*..*\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.**..\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.**..\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.**..*\n..****\n...*..\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*..*\n..*...\n.*.**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n***...\n*..**.\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****\n*......\n**.*.**\n*......\n```\n\n\n## Output without wrap\n\n```\n.****..\n*.***..\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***\n.******\n*......\n.******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n.*.\n***\n*.*\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n***\n...\n...\n*.*\n*.*\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*.....\n......**......\n..............\n..............\n....*.*.......\n.......**.....\n....*...*.....\n```\n\n\n## Output without wrap\n\n```\n......**......\n......**......\n..............\n..............\n.......*......\n.....*.**.....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*.....\n......**......\n..............\n..............\n.......*......\n.....*.**.....\n........**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n.....*\n.....*\n......\n..***.\n..**.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n......\n...**.\n..*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.....*\n......\n...**.\n..*.*.\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n..........**.\n..........***\n*.........*.*\n.............\n.............\n.............\n.......**....\n......*......\n.......**....\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n...........*.\n.........**.*\n...........*.\n.............\n.............\n.............\n.............\n......**.....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n*........**..\n*...........*\n.............\n.............\n.............\n.............\n......**.....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n.**...........\n..**..........\n.***..........\n.**.**........\n*....**.......\n*..***........\n......*.......\n....**........\n.....*........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..*...........\n..*...........\n..*...........\n.....*........\n.*...**.......\n.*.**.*.......\n...*.*........\n...*..*.......\n...*..*.......\n....*.*.......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..*...........\n..*...........\n..*...........\n.....*........\n.*...**.......\n.*.**.*.......\n...*.*........\n...*..*.......\n...*..*.......\n....*.*.......\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n*....\n....*\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..**.\n*.**...**\n...*....*\n........*\n.**....**\n***......\n```\n\n\n## Output without wrap\n\n```\n*..*..***\n*...*.*.*\n..**....*\n..*.....*\n*.*....**\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n....*.*..\n..**.....\n..*.....*\n..*....**\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n*..***..\n**.*.***\n.*..**..\n.....*..\n.*.**.*.\n*.*.*...\n.*****.*\n.....*..\n**..*.**\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n**......\n**.*....\n***.....\n..**..*.\n.****...\n*.....*.\n.**..**.\n*......*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n**......\n.*.*...*\n.**....*\n..**..*.\n.****...\n*.....**\n***..**.\n........\n*..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n.*.......\n.........\n.....*...\n*........\n*.*......\n..**....*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.*.......\n..**.....\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.*.......\n*.**....*\n.***.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*\n....*.*\n..*...*\n..**.**\n**.***.\n*...*..\n...*.**\n.....*.\n...**..\n..****.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.*.*..*\n..*.*.*\n......*\n**....*\n***...*\n.....**\n...*.**\n..*....\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*\n.*.*..*\n*.*.*.*\n.......\n**.....\n***....\n.....**\n...*.**\n..*....\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*.*\n..*..\n..**.\n...*.\n.....\n*.*..\n*....\n*....\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**..\n..**.\n..**.\n.....\n.*...\n*....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n...*.\n.**..\n..**.\n..**.\n.....\n.*...\n*...*\n*....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n..*....\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*....\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*.*..\n....*\n.*..*\n....*\n**.**\n*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*...\n.*.*.\n...**\n***.*\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n**..*\n.*.**\n...**\n.**..\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n..**\n..*.\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n...*\n.*..\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.........\n*..........\n*..........\n...........\n.*.........\n```\n\n\n## Output without wrap\n\n```\n**.........\n**.........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n**........*\n...........\n...........\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***..\n*.*....*..\n*..*.*.**.\n*....*.*..\n```\n\n\n## Output without wrap\n\n```\n......**..\n.*..**....\n*...*..**.\n....*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.**.\n.*..**...*\n*...*..**.\n.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n........*\n*........\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n.*....*..\n.*....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.......\n..*.*.***...*.\n....*.*.**....\n**..*..**.*...\n....*.**.*....\n.....*........\n..............\n..............\n..*...........\n..*...........\n```\n\n\n## Output without wrap\n\n```\n...*.**.......\n....*.*.**....\n.*..*.*.......\n...**.....*...\n....*.**.*....\n.....**.......\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.......\n....*.*.**....\n.*..*.*.......\n...**.....*...\n....*.**.*....\n.....**.......\n..............\n..............\n..............\n..**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.....*\n...*.*\n......\n......\n......\n*....*\n*..*.*\n..*...\n.**...\n*....*\n**.**.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..*.*.\n...*..\n.*..*.\n*...*.\n*....*\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...**\n......\n......\n......\n.....*\n.*..*.\n..*...\n...**.\n*.....\n....**\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**......\n....***....\n.*..**.....\n*...**.....\n...*.*.....\n..*.*.**...\n......**...\n......*....\n...........\n*........**\n....*......\n...*.......\n...**..*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...**......\n...........\n..***......\n..**.......\n...**......\n......**...\n...........\n...........\n...........\n...........\n...**......\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n..***......\n..**.......\n...**......\n......**...\n...........\n...........\n*........**\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....**\n**..**.**.\n*...*...*.\n.*.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n*...*****.\n..........\n*.....*.*.\n...*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**..\n*......*..\n*.....*.**\n**....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*...**\n......*\n...*..*\n....*..\n...*..*\n*......\n..**.*.\n....***\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n......*\n.....**\n....**.\n..*..*.\n..****.\n.....*.\n...*..*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*....*.\n*......\n.....**\n....**.\n..*....\n..****.\n.....*.\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n.***..\n*****.\n```\n\n\n## Output without wrap\n\n```\n*..*..\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n..*\n.**\n...\n.*.\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n...\n...\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.**.\n****\n*.**\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n*...\n*...\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n...*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.....\n.......*\n......*.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n......*.\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**.*\n.*..*....\n...**...*\n.....***.\n.*.......\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.*...*...\n.**.*..*.\n...**.**.\n....****.\n.*....*..\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*..*\n.**.*..**\n...**.**.\n....****.\n.*....*..\n*.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n.........\n.....*.*.\n..*.**.*.\n.*...*...\n*...*....\n*..*.....\n.***.....\n**.*.....\n..*.*...*\n..**.*.*.\n.***..**.\n*.*...*.*\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n...*.....\n...*.....\n****..*..\n**.......\n***..*...\n.....*...\n....**...\n....**...\n.....****\n....*...*\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n...*.....\n...*.....\n****..*..\n**.......\n***..*...\n.....*...\n*...**..*\n*...**.*.\n.....***.\n*...*....\n*..*..*.*\n***...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n.......*\n**......\n........\n........\n......*.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n.*.....*\n*.......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.**.*\n*..***\n*..*..\n.***..\n..*...\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.***.\n*...*.\n**....\n**.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n..***.\n......\n......\n***...\n**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n**..\n*..*\n*..*\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n*.*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n..*.\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n.***........\n.*..........\n.*...**....*\n**...*.....*\n**.........*\n...*........\n..**........\n.*..........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n..*.........\n.**.........\n**..........\n.**..**.....\n..*..**...**\n***.........\n.*.*........\n..**........\n..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n..*.........\n.**.........\n.*..........\n.**..**....*\n..*..**...*.\n.**........*\n**.*........\n..**........\n..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n..**.**\n.*.*.*.\n..**...\n.......\n....*..\n...***.\n..*....\n**.****\n```\n\n\n## Output without wrap\n\n```\n.**.***\n*......\n.*....*\n..****.\n.....*.\n..*..*.\n......*\n.*....*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n....***\n.....**\n..****.\n.....*.\n..*..*.\n.*...**\n.**...*\n.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n...*\n....\n****\n*.*.\n**..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n.*.*\n.*.*\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n**.*\n.*..\n.*.*\n.*..\n.*..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n..*****.\n...*****\n*.......\n*..**.*.\n*......*\n.*.**...\n**..**..\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.*.*..*.\n......**\n.*......\n*.*.....\n.....*..\n...*.**.\n......*.\n**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*...\n.**.....\n.*.....*\n*......*\n..*.....\n.....*.*\n...*.*.*\n**......\n***.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n........**\n*........*\n.*......**\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...\n*...*....*\n....*.....\n.**....**.\n.**...**..\n..**...*.*\n.....*..*.\n.....**...\n.*.*.*....\n```\n\n\n## Output without wrap\n\n```\n....*.....\n..***.....\n.*......*.\n.*.*..*.*.\n......*.*.\n..****.**.\n..****.**.\n..........\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n.*........\n**......**\n...*..*.*.\n*.....*.*.\n.*****.**.\n..****.**.\n....****..\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....**.\n.*..*.*..*\n..****.*.*\n*....*....\n*...*..**.\n...*.*.**.\n...***.*..\n.**.**.**.\n.**...**..\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n.*..*.*..*\n.***....*.\n.*...*.*..\n....**.**.\n...*.*....\n..........\n.*......*.\n.***.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*..**\n.*..*.*..*\n.***....**\n**...*.*..\n....**.**.\n...*.*...*\n..........\n.*......*.\n*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n....**..\n.......*\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n....*.*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n...*...*\n...*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n****..\n****..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*..*..\n....*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n.......\n..**...\n.***...\n***....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n.*.*...\n*......\n*..*...\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..**...\n.*.*...\n*......\n*..*...\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.**\n*....*..*.\n...*.****.\n.*.*......\n.*..**....\n..**.*....\n...***.*..\n....**.*..\n*****.*...\n*..*.**...\n```\n\n\n## Output without wrap\n\n```\n.********.\n.*.......*\n..*...***.\n..*.**.**.\n..*.......\n.**.......\n.**.......\n*.........\n*.*....*..\n*.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n*..*..*...\n***...****\n..*.**.*..\n..*.......\n.**.......\n.**.......\n*.........\n***.......\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*.\n..*...**\n..*....*\n*..*....\n**.**...\n**...*.*\n*.**.**.\n```\n\n\n## Output without wrap\n\n```\n.***..**\n.....*..\n*...****\n.*...*..\n...*.*..\n......*.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n********\n.....**.\n....**..\n.....**.\n...*.*..\n...*.*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n**..*.\n..****\n..*...\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*....\n.**.**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*...\n..*..*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*..***\n.*****\n```\n\n\n## Output without wrap\n\n```\n.....*\n*.....\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.\n...*.*.\n.*.*...\n.***...\n....*..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n.*.*...\n.*.*...\n.*.**..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n.*.*...\n.*.*...\n.*.**..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.\n.........\n.*.......\n.**..***.\n***..*.**\n.*....**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**...*..\n.....*.**\n*....*..*\n***...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.........\n.**...*..\n.....*.*.\n.....*...\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.*.****\n*....***..*..\n.*****..*.**.\n..****.*..**.\n******.******\n********.*.**\n..**.**....*.\n****.**..****\n.*.*.*..***..\n****.*.*.***.\n**...*.*.*.**\n*****.**.*.**\n*..**.****...\n```\n\n\n## Output without wrap\n\n```\n.*..**.*****.\n*......*....*\n.*......*....\n*......*.....\n*............\n*........*...\n........**...\n*......**...*\n.....*.*....*\n...*.*.*....*\n.....*.*.*...\n.........*.**\n*...*.*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**........**\n*......*.....\n.*......*...*\n.......*.....\n.............\n.........*...\n........**...\n*......**...*\n.....*.*.....\n...*.*.*.....\n.....*.*.*...\n.........*.*.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**....*\n*....**\n......*\n....**.\n....*..\n.......\n.**....\n.**....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**...**\n**...**\n....*.*\n....**.\n....**.\n.......\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.*...*.\n.*...*.\n*...*..\n....**.\n....**.\n.......\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*.*..\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**.*\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n***..\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..****\n**..****\n**..****\n.**.****\n..***.**\n**..*.*.\n```\n\n\n## Output without wrap\n\n```\n**..*..*\n..**....\n........\n*.......\n*.......\n.**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n*....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n.*....*.\n.*....*.\n.*....*.\n*.......\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n*.*..*.*\n..*..*.*\n*.*..*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n..*..**.\n..*..*..\n..*..*..\n**....*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n***...\n*.*...\n**...*\n..**..\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*...\n.***..\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n.***..\n******\n..**.*\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n...**\n**..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*....\n..*..\n.....\n.....\n*..**\n....*\n*...*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n.....\n.....\n...**\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**.*.\n.....\n.....\n....*\n*..**\n.....\n*..**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n*.**\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**.*\n*..*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*.*...\n..*..*\n..***.\n*.*...\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n....**\n.**.*.\n..*...\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.*...\n*.*...\n..*...\n.**..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*****\n**.****.**\n*.****.***\n*.***.*.**\n*******.**\n****.*....\n*.****.***\n```\n\n\n## Output without wrap\n\n```\n**.*.....*\n..........\n*.........\n*.........\n......*.**\n..........\n*....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n......*.*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n..*.***\n*.*****\n.*.**..\n***..**\n**.*.*.\n.*...*.\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n....***\n..*....\n......*\n.......\n.....**\n.....*.\n.....**\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...\n..*....\n*......\n.......\n.....*.\n.....*.\n.....*.\n*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..**...\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*..*.\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.*...\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.****\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..*..\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n..**.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..**.\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*......\n.**....\n..*...*\n.**....\n*......\n.....*.\n.......\n.......\n.......\n.......\n.......\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.**....\n...*...\n.**....\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***....\n*.*....\n...*..*\n*.*....\n***....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n.........*\n......*..*\n........**\n........**\n........*.\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n.........*\n.......*..\n.......*..\n.......***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n........**\n*........*\n*......*..\n.......*..\n.......***\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n****\n*..*\n...*\n....\n....\n.*..\n...*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n****\n*..*\n....\n....\n....\n....\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n.**.\n....\n*..*\n....\n....\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...\n...**.*\n*......\n*....**\n.*...*.\n***.*..\n**.....\n**.....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.*..*..\n.*.....\n*...*.*\n.*.*...\n..***.*\n...*.*.\n.......\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n....*..\n**.*.*.\n*.****.\n...*..*\n*....**\n*....**\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.********.\n****..*..*****\n*****.***.****\n*******..****.\n*..***.***.**.\n```\n\n\n## Output without wrap\n\n```\n*..******....*\n..............\n........*.....\n..............\n*......***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n........*.....\n..............\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n.**\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n.**...\n.**...\n......\n......\n......\n*....*\n...***\n```\n\n\n## Output without wrap\n\n```\n..**..\n*.....\n.**...\n......\n......\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n.**...\n......\n......\n......\n*....*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..**.\n....*\n.**..\n**...\n*..*.\n***..\n*..*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*.*\n.*...\n***..\n*....\n.....\n*.**.\n...**\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n.*...\n.**..\n*...*\n.....\n*.**.\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...**.**...\n...*.***...\n*..........\n*..........\n*.........*\n*..........\n.....*.....\n.....*...*.\n..........*\n```\n\n\n## Output without wrap\n\n```\n...........\n...**.*....\n...*.*.*...\n......*....\n**.........\n**.........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...**.*....\n...*.*.*...\n......*....\n.*........*\n...........\n.*........*\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*.*..\n..*..\n**.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*..*.\n...*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*****\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n.***..**..\n.*.*.*****\n........*.\n.*.*......\n.***....*.\n*.....***.\n...*.*.*..\n..*.***...\n*....*....\n..........\n*........*\n....*....*\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*.***...*\n.*.***...*\n....*.*.**\n.*.*......\n**.*....*.\n.*.**.*.*.\n...*....*.\n...*......\n....***...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*.\n.*.***...*\n**.***...*\n*...*.*.**\n.*.*......\n**.*....**\n.*.**.*.**\n...*....*.\n...*......\n....***...\n*........*\n*........*\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n.....*.....\n......*....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n.....*..\n........\n........\n........\n**.....*\n.*.....*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.......\n.*.....*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n.**\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*...\n....*\n....*\n..*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n**...\n*....\n*...*\n*..*.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*..*.\n.*..*.\n.*....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n***...\n..*..*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n..*.\n....\n***.\n**..\n..**\n.**.\n..*.\n..*.\n**..\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n..**\n*.**\n***.\n.*.*\n.***\n..**\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n..**\n***.\n***.\n*.*.\n....\n*..*\n**.*\n....\n**.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n.**..**\n**.*.*.\n.**.***\n.***.*.\n.*.*.*.\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.***\n.*.*.**\n....***\n.......\n.....**\n.*****.\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n...*.**\n....*..\n.......\n.......\n**.*.**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n...*..*.\n.*.....*\n*...****\n........\n...*..*.\n***.....\n.....*..\n.**..*..\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n....*..*\n.....***\n....*..*\n.**.....\n.**.....\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**...\n*.*....*\n....*...\n*....***\n....*...\n.**.....\n.**.....\n*.......\n.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n***..\n.*.**\n.***.\n```\n\n\n## Output without wrap\n\n```\n**...\n****.\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n***\n***\n***\n...\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***..*...*\n*.....*.*....*\n.....***...***\n....*.**.**...\n.**..*.*....**\n*..*....***...\n.****...***...\n**....**......\n*.*...***.**.*\n```\n\n\n## Output without wrap\n\n```\n.....***......\n.....*******.*\n.........*****\n..*.**...*....\n.******....*..\n.*...**...**..\n....***...*...\n....****......\n.....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....**..\n*.......*...**\n**.......*****\n..*.**...*....\n..*****....*..\n.....**...**.*\n*...***...*..*\n..*..*.....**.\n..***...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n....*.\n*....*\n.....*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.**...\n*...*.\n......\n.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**.*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......***\n......*...\n...**.****\n.....*....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......***.\n.....*....\n....*...*.\n....*...*.\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n......***.\n.....*....\n....*...*.\n....*...*.\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.**..*.\n..*.*..\n..**...\n..**...\n.*.*...\n*..*.**\n**..*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*****.\n....*..\n.*..*..\n.*..*..\n.*.*...\n*..*.**\n**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n.*****.\n....*..\n.*..*..\n.*..*..\n**.*..*\n...*.*.\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n**...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**..\n.**.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*....*\n**...*\n*.*..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*..***\n*..***\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n...*..\n...***\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n..**....\n....**..\n..*...*.\n...*...*\n....*...\n....*..*\n......*.\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*..*..\n..*...*.\n..*...*.\n..*.....\n...**...\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n..*.....\n..*...*.\n..*...*.\n..*.....\n...**...\n...*.*..\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n**..\n....\n*...\n****\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*...\n*.**\n*.**\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**.*\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n*..\n**.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n****.\n*.***\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n..*.\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n*..*\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n....*..\n.......\n.......\n.......\n.....**\n*....**\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*....*.\n*....*.\n......*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.***.*\n************\n********..**\n*******.****\n**********.*\n******.*****\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n............\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*\n.******\n...*..*\n***..**\n*...***\n.***..*\n****.**\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n*......\n*.**...\n*.**...\n.......\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*.....\n..**...\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n**.**\n**.**\n```\n\n\n## Output without wrap\n\n```\n*****\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**.*..\n*.***.*....\n.**.**.**..\n......*.**.\n.....*.***.\n.....*.*...\n.*...**....\n..*.***....\n....*......\n*..........\n**...*.....\n......****.\n*...*...***\n*.****...**\n```\n\n\n## Output without wrap\n\n```\n.**..***...\n........*..\n.**.*...**.\n....*......\n.....*...*.\n....**.*...\n.......*...\n...**.*....\n...**......\n**.........\n**....***..\n**...***..*\n.*..*.*....\n.*.***..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.*.\n........*..\n.**.*...**.\n....*......\n.....*...*.\n....**.*...\n.......*...\n...**.*....\n...**......\n**.........\n**....***.*\n.*...***...\n**..*.*....\n*.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n******\n**.*.*\n..**.*\n****.*\n.*.***\n..****\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*....*\n.....*\n*....*\n*.....\n*.....\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****.*.*.\n.**.*..**..*\n..*.*..*....\n..*....**...\n*.*..**.....\n..**.*.*....\n**.**..*...*\n*****..*....\n*...*..*.***\n.******..*.*\n*......***.*\n************\n.*.*.*..*.**\n```\n\n\n## Output without wrap\n\n```\n..*.***.**..\n........**..\n..*...*.....\n..*..*.**...\n..*.**..*...\n*....*.*....\n*....*.**...\n.....***...*\n*......*.*.*\n*******....*\n*..........*\n*..*.*......\n**.*.*..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.*.\n*.......**.*\n..*...*.....\n..*..*.**...\n..*.**..*...\n.....*.*...*\n.....*.**..*\n.....***....\n.......*.*..\n.******.....\n............\n...*.*......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n***\n**.\n***\n***\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n***.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n***.\n...*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n**.*\n*..*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n...*\n.*..\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**..*\n*.*..*...*\n.***......\n.**.......\n..........\n.....**...\n.....***..\n.**..*....\n********..\n..*..*..*.\n***..**...\n```\n\n\n## Output without wrap\n\n```\n**....*...\n*.**..*...\n**.*.*....\n..*.......\n..........\n......*...\n......*...\n..........\n..........\n.*....*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n...*.*....\n...*.*....\n..*.......\n..........\n......*...\n......*...\n..........\n*........*\n........*.\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n**..**\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n..**..\n*****.\n.....*\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*\n.......\n.......\n.*.*..*\n..*....\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n..*....\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*\n**.....\n.......\n..*....\n****...\n*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n**.\n.*.\n...\n...\n...\n**.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**..**\n*..*..*...**\n*....**...**\n```\n\n\n## Output without wrap\n\n```\n..........*.\n.....*.*.*..\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......**.\n***......**.\n***......**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n****.\n.....\n.*.*.\n.....\n.....\n*.**.\n.....\n***.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n*..*.\n.....\n.....\n.....\n.....\n*....\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n.....\n.....\n.....\n.....\n.....\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.....\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n....\n....\n..*.\n****\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n.*....**\n......**\n.*....**\n```\n\n\n## Output without wrap\n\n```\n......**\n.....*..\n.....*..\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..\n.....*..\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*\n**..*.*.\n.*.*...*\n....*.**\n.**...*.\n..*.*.*.\n...*.*..\n...***..\n***.....\n......**\n*...**..\n.**.....\n```\n\n\n## Output without wrap\n\n```\n.**.*.**\n*......*\n........\n.....*.*\n*...*...\n......**\n....*.*.\n.*......\n**.*....\n*..*...*\n**...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.....**\n.......*\n.....***\n....*...\n......**\n....*.*.\n........\n.*.*....\n...*....\n.**.*...\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.......\n.............\n...****......\n...*...**....\n.............\n...**.*......\n```\n\n\n## Output without wrap\n\n```\n.............\n...*..**.....\n..**.........\n..*.....*....\n...***.*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.......\n..*....*.....\n..**.........\n..*.....*....\n..*....*.....\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n..*.*.\n*....*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n*.***.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n......\n*.****\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n.**.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n**..\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n.*.*...**.\n..**......\n**.......*\n*.**.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n*****.....\n*..*......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.....\n...*....*.\n..***...**\n*..*....**\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.**\n***.*..**.*\n*******.*.*\n*.*********\n******.**.*\n***********\n*..****.***\n.********.*\n*.******.**\n***..*.*.**\n.**..******\n*.***.****.\n```\n\n\n## Output without wrap\n\n```\n.....**..**\n.....**...*\n.........**\n...........\n...........\n...........\n...........\n**.........\n**.........\n...........\n...*.......\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.**...\n*....**..*..\n...***....*.\n............\n.....*...*..\n.*...*....*.\n...*........\n.........***\n.*.......*..\n.........***\n.*.....**.*.\n.......*...*\n```\n\n\n## Output without wrap\n\n```\n*.*...**.*..\n*.**.....*..\n.*..*****...\n....***.....\n............\n............\n.........*..\n........***.\n.........**.\n.......**...\n.......**...\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****....\n..**.....***\n**..*****...\n....***.....\n............\n............\n.........*..\n........****\n*........**.\n**.....**..*\n........*.*.\n..*****..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n**.****\n***.***\n******.\n.**.**.\n*******\n```\n\n\n## Output without wrap\n\n```\n*..*..*\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n..*.*...\n...***..\n...**...\n........\n....**..\n...****.\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n..**....\n..*..*..\n..*..*..\n...*.*..\n...*.*..\n...*..*.\n...*..*.\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n..*..*..\n..*..*..\n...*.*..\n...*.*..\n...*..*.\n...*..*.\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.**\n.**..\n.*.*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n**..*\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n**.*.\n.*..*\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**.**.\n.*....*.......\n...*.**.*.*...\n```\n\n\n## Output without wrap\n\n```\n..............\n.....*........\n.....*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*...*.\n....*...*...*.\n....*...*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**\n****...\n.****.*\n**....*\n***.**.\n**..***\n*.**.*.\n****.**\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.....**\n.......\n...*.*.\n...*...\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*.*\n.....*.\n.......\n...*...\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n..***\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..*.*\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n..*.*\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n.*.\n.*.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*...\n...*\n**.*\n****\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*..*\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n.***\n..*.\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*..*\n**....\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.**..*\n***...\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n...*.*.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n...*.*.\n....*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n...*.*.\n....*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n*****\n.....\n.....\n*.***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n****.\n.***.\n...*.\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.**\n*****\n*****\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.***\n*********\n*.*******\n********.\n***.*****\n*********\n*********\n*******.*\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n.*.***\n******\n****.*\n.*****\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**.\n.........\n.........\n.........\n**.....*.\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**\n.........\n.........\n.........\n..*....*.\n..*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...**....\n..***..*****.\n.*....***..**\n******......*\n...*........*\n***........**\n.*......**.*.\n**......**...\n.*.....**....\n```\n\n\n## Output without wrap\n\n```\n.*..*..*..*..\n....*.....***\n*.....*.....*\n**.*****....*\n............*\n***.......***\n........**.**\n***.......*..\n**.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*...*..\n*...*.....***\n......*......\n.*.*****.....\n.............\n.**.......**.\n........**.*.\n***.......*..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..\n*...****\n*.******\n***..***\n**.*.***\n..**.***\n*******.\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*..*....\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**...\n.*...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***..\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n*..*\n*..*\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.*.*\n*.**\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.......\n....*..\n.......\n.*...**\n..*..**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n....*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.....**\n.......\n.....*.\n....***\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..**.\n***.*.**..\n*****.****\n**.***..*.\n*.*******.\n*.***.****\n.*********\n```\n\n\n## Output without wrap\n\n```\n.....****.\n.....***.*\n..........\n..........\n..........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.**.*\n..**.\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........\n..*..*****.\n...**..*..*\n......*...*\n...........\n......**..*\n........**.\n*.*........\n..*..*.**..\n..*..*...**\n..*..*.....\n..***...*..\n...*...**.*\n```\n\n\n## Output without wrap\n\n```\n....*....*.\n...*.....*.\n...*..****.\n...........\n......**...\n.........*.\n......*...*\n..*...*...*\n.....**...*\n.....***..*\n.....***..*\n....****..*\n..*.*..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*\n*..*.****.*\n...*..***.*\n...........\n......**...\n..........*\n......*...*\n*.*...*....\n*....**...*\n*....***...\n.....***..*\n....****..*\n..*.*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n*....*..\n.*.*...*\n.*......\n.**.....\n..*...*.\n**.....*\n........\n***.****\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n***.....\n**......\n.**.....\n*.*.....\n.*......\n..*..*.*\n.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n*...*...\n.**.....\n.*......\n.**.....\n..*....*\n**.....*\n..*..*..\n**.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...*......\n...*.*....\n..*.......\n..*..*....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n..*..*....\n.*...*....\n..*..*....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..*..*....\n..*..*....\n.*...*....\n..*..*....\n..*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.*.*.*\n...*..\n*.**..\n.**.**\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*...\n.*.*..\n......\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n..*..*\n**.*..\n*....*\n***.**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..***.\n.*.*..\n......\n.....*\n....**\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n...**.\n...*.*\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....**\n...**.\n...*.*\n....**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n.....*\n......\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n.....*\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n.**......\n.........\n...*.....\n....*....\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.**......\n...*.....\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n...*.....\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n.........\n....*....\n*........\n*....**..\n*...*.**.\n......***\n...*...**\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....*...\n.....***.\n.....*.*.\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.....*...\n**...**.*\n*....*...\n*.......*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...*.\n**.*.\n*.***\n**...\n..**.\n```\n\n\n## Output without wrap\n\n```\n...**\n..***\n..***\n**.**\n.**.*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n***..\n**..*\n*..*.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.\n..**..*\n**...**\n.......\n.....*.\n...***.\n....*..\n*...*.*\n.*...*.\n.**....\n```\n\n\n## Output without wrap\n\n```\n.***...\n*..**.*\n.**..**\n.....**\n.....*.\n...*.*.\n.......\n....*..\n***..*.\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n...**..\n***..**\n*....*.\n.....*.\n...*.*.\n......*\n*...*.*\n.**..**\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****....\n....*.......\n..**........\n....*...*...\n..*.....*...\n...*....**..\n```\n\n\n## Output without wrap\n\n```\n....*.*.....\n......*.....\n...***......\n..*.*.......\n.......***..\n.......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..\n......*.....\n...***......\n..*.*.......\n..**.*****..\n..*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n**..**\n.*....\n```\n\n\n## Output without wrap\n\n```\n*.****\n..****\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n**...*\n..*.*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n******\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n******\n..*..*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n*..\n*..\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**.**\n..*..\n*.*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n..*..\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.***\n.**..\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*****.\n**...*.*..*.*\n.........***.\n*..*.**...*..\n```\n\n\n## Output without wrap\n\n```\n......******.\n......**....*\n**..**...*...\n.........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..**....\n*.....**....*\n.*..**...*...\n....****....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n***\n.**\n***\n***\n***\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*..\n...\n...\n...\n...\n...\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*..\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n**..\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n...\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n....\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n...*\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*..*\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*...*.\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*...*.\n....**\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....**\n.*......**\n.*......**\n```\n\n\n## Output without wrap\n\n```\n........**\n.**....*..\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*..\n.**....*..\n.**....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....\n***...***\n..*...*.*\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n**.....*.\n*.*...*.*\n.....**..\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*......\n.....**..\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..***.\n.*.*......\n.*.***....\n.*****....\n.**.*.....\n.*.....**.\n......*..*\n........*.\n*..*.*..*.\n*..*....*.\n```\n\n\n## Output without wrap\n\n```\n..*....*..\n**.*.***..\n**...*....\n*.........\n*...**....\n.**....**.\n.........*\n.......***\n....*..***\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..**.\n**.*.***..\n**...*....\n*.........\n*...**....\n***....**.\n.........*\n.......**.\n....*..**.\n****..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n**....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.**.\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..**\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n*....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.\n.**.*..\n.......\n.......\n.......\n...**..\n...*.**\n..*..**\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n....*..\n..****.\n..*...*\n...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*....**\n.......\n.......\n....*..\n..****.\n****.**\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n..**.\n.....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n**......\n..*.**.*\n...****.\n*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n*.......\n*.**....\n.**.....\n.**....*\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*.**...*\n***....*\n***.....\n*.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n**...\n**...\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n..*..\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*.*\n..*.*\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.....**..\n.***..*..\n...**....\n****.***.\n.*.*....*\n.*...****\n```\n\n\n## Output without wrap\n\n```\n.....***.\n..**.*.*.\n.***.*...\n*.*..*.*.\n**....***\n.**..*..*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n..**.***.\n.***.*..*\n*.*..*...\n**....**.\n.**..*...\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n....\n....\n*...\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****.\n..**...*\n....****\n..**....\n**.*****\n..*.**.*\n***.*.**\n.******.\n*..*.***\n****..*.\n```\n\n\n## Output without wrap\n\n```\n..*****.\n..*....*\n....****\n.**.....\n.*.....*\n........\n*......*\n........\n*......*\n********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.\n*.*.....\n....****\n.**.....\n**.....*\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n.....*\n***...\n.*....\n....**\n**.**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n*.***.\n......\n....*.\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*...**\n......\n.....*\n...***\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**......\n*..*......\n.*.*......\n..........\n..........\n..........\n..........\n..........\n...**.....\n..*.......\n.*.**.....\n```\n\n\n## Output without wrap\n\n```\n.***......\n*..**.....\n..*.......\n..........\n..........\n..........\n..........\n..........\n...*......\n..*.......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*..**.....\n..*.......\n..........\n..........\n..........\n..........\n..........\n...*......\n..*.......\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n....*.*..\n...*..*.*\n.***.....\n...*.....\n.*.*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....**.*\n...***.*.\n...**....\n.*.**....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.....**.*\n...***.*.\n...**....\n.*.**....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.****.\n..**.*\n**....\n*....*\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n*.*...\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**....\n..*..*\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n........\n*......*\n*.....**\n*..*...*\n.*......\n**.....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n**....**\n**....**\n.**.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n........\n*.....*.\n.*....*.\n.*....*.\n.**.....\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....*.\n.*..*.\n*.*...\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n.*....\n*...*.\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*..*.*\n.*...*\n......\n.*..*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*..**\n.*...\n*****\n```\n\n\n## Output without wrap\n\n```\n****.\n*..*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********..**\n***.*.********\n**************\n.*************\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*...\n....**\n**.*.*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n**...*\n.....*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.....*\n**...*\n.....*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**..\n...*..**..\n...**..*..\n```\n\n\n## Output without wrap\n\n```\n......**..\n..**.*..*.\n...**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..*.\n..**.*..*.\n..****..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*..**\n*.*..*.**.**\n*.**.*****..\n**.*.**.**..\n...**..*.*..\n**.*.***.*..\n.**.***.****\n*.***..***..\n*.*..**....*\n*....*....*.\n.*...*...***\n```\n\n\n## Output without wrap\n\n```\n.*.....*****\n*.**.*.....*\n*..*........\n**........*.\n...*.....**.\n**..........\n............\n*..........*\n*.*..******.\n*...**...*..\n.........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.*....\n..**.*......\n...*........\n**........*.\n...*.....**.\n**.........*\n...........*\n............\n*.*..******.\n....**...*..\n.*..**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n.*...\n..*.*\n.....\n*..**\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n*....\n*...*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.**.**\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*...*\n......\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n.*..*...\n***.**.*\n........\n....*.*.\n...**...\n........\n.*.....*\n**......\n**...*..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n******..\n.*.**.*.\n...***..\n...***..\n........\n**......\n..*.....\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....**.*\n******..\n**.**.**\n...***..\n...***..\n........\n.*......\n..*....*\n**......\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*****\n.****.*.**\n.***.*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.........*\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.**.\n...*\n...*\n*.*.\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n...*\n.*..\n.*..\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.*..\n....\n....\n*...\n..**\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*..*\n....\n*..*\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n....\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...***..**.\n.......**.....\n..*...*.*.....\n...*...**.....\n.....*...*....\n.....******...\n*....*..*..*.*\n*......*..**.*\n..*.......***.\n..*........**.\n```\n\n\n## Output without wrap\n\n```\n......*.*.....\n.........*....\n......*..*....\n......****....\n....**....*...\n....**.*..*...\n.....*.....*..\n.*.......*...*\n.*...........*\n..........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*..**.\n.........*....\n......*..*....\n......****....\n....**....*...\n....**.*..*...\n*....*.....*.*\n**.......*....\n.*............\n.***...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n....\n....\n*..*\n*.**\n..**\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.***\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n***.\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n....*....*\n..*.*..*..\n**...**..*\n.**....*.*\n.....*...*\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n....**....\n..**..**..\n..........\n*..*...**.\n*.****.*..\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..*...*...\n*.......**\n.*.*...*.*\n.*****.***\n*.***.*...\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n****\n*.*.\n.*..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*..*\n***.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*....*\n*....***..*\n*....*..**.\n.**......**\n.*.*****.**\n**.*.**...*\n.*.*.**..**\n.*.******.*\n***.*...**.\n.**.******.\n.*****.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..**.....\n*....*.**.*\n*....*.**..\n****...*...\n...*...**..\n**.*....*..\n.*.*....*.*\n..........*\n*.........*\n..........*\n.*.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***.\n.....*.**..\n.....*.**..\n.***...*...\n...*...**..\n.*.*....*..\n.*.*....*..\n...........\n...........\n...........\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**..*\n......\n.***..\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n...*.*\n..*...\n...*.*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n......\n.*....\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n.*....\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n**.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n.****\n**.**\n**.*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n**...\n.....\n*..**\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.*...\n.....\n...*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.*.\n.**...*...\n......**.*\n......**.*\n*......***\n*.*....*.*\n.*****..*.\n.*.*......\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n.**...**..\n.**..***..\n.....**...\n..........\n.*.......*\n*..*.*.*.*\n*..*.*.**.\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n*.*..***.*\n*....**..*\n..........\n..........\n...*.*.**.\n...*.*.**.\n***.....*.\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n.....*\n...*..\n...***\n.*.***\n.*....\n..*..*\n..*.*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n...*.*\n.....*\n...*.*\n.*.*.*\n.***..\n..*.**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n...*.*\n*....*\n...*.*\n.*.*.*\n.***..\n..*.**\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n.*...\n.*...\n.*.**\n....*\n...*.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n.....\n*....\n..*.*\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n*....\n....*\n..*.*\n***.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.*...\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n...***\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.*.*..\n*..*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n**.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n**.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n.***.....*\n..**......\n..**......\n..........\n..........\n..........\n......***.\n......***.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..*.......\n..**......\n....*.....\n...*......\n..........\n..........\n.......*..\n......*.*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..........\n..........\n..........\n..*.......\n..**......\n....*.....\n...*......\n..........\n..........\n.......*..\n......*.*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.*****.*\n.**..*.****.*\n*.***...**.**\n*******..**.*\n..*******..**\n.******.*****\n**.****.***.*\n```\n\n\n## Output without wrap\n\n```\n...****......\n.*.*.**....*.\n**...........\n**...........\n**...........\n*............\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.......\n..*........\n...........\n...........\n...........\n...**......\n...***.....\n...........\n**.........\n***........\n*..*.......\n```\n\n\n## Output without wrap\n\n```\n.***.......\n.***.......\n...........\n...........\n...........\n...*.*.....\n...*.*.....\n....*......\n*.*........\n..*........\n*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.......\n.***.......\n...........\n...........\n...........\n...*.*.....\n...*.*.....\n....*......\n*.*........\n..*.......*\n*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n......*...\n..**.***..\n***..**...\n.**.......\n..........\n.......*..\n.......***\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.....*..*.\n..***..*..\n*...**.*..\n*.*.......\n..........\n.......*..\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n.....*..*.\n..***..*..\n*...**.*..\n*.*.......\n..........\n.......*..\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n.....**..\n.........\n....**...\n*........\n.........\n*....**.*\n*....****\n**.****..\n*..*.....\n*...*.**.\n**.***..*\n.........\n*.***....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*.*..\n.........\n.........\n.........\n.....*..*\n*.......*\n****.....\n*.**...*.\n*.*...**.\n**.*****.\n*....*...\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...\n.........\n....*.*..\n.........\n.........\n*.......*\n*....*...\n.........\n.***.....\n*.**...*.\n..*...**.\n**.******\n.....*..*\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.*.\n***.\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*...\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.*.\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n........\n........\n........\n**...***\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....**.\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.......*\n*....*..\n*....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n.....\n...*.\n.****\n**.*.\n*..*.\n.*.**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n**.**\n*....\n*..**\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.....\n.....\n.....\n.....\n.....\n...*.\n.*.*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n**.**\n.*...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.*..*\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n**.*.\n..*..\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.**.*\n.***.\n.*..*\n..*.*\n***..\n*.*.*\n**...\n*.***\n.****\n..*..\n*..*.\n.****\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n...**\n**.*.\n*.**.\n..*..\n..**.\n.*..*\n...**\n...**\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n....*\n***..\n.**.*\n..**.\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n*.....*\n.......\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*.....*\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*****.\n..*.*..**..*.\n..*..*..**..*\n.*..*...**..*\n.*........*..\n```\n\n\n## Output without wrap\n\n```\n..*****...***\n.*....*..*...\n*...*.*..*...\n.***........*\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*...**\n......*......\n....*.*..*...\n.........**..\n*......**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n*.*\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n...........\n*.........*\n*****.....*\n*.......**.\n*..*....*..\n....*....*.\n..*..*.....\n...*..**...\n...*..*....\n......*.*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n..**.......\n*.*.*....*.\n.*.*....**.\n...**...**.\n...*.......\n.......*...\n..*....*...\n...*.......\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n...........\n..**.......\n..*.*....*.\n...*....**.\n...**...**.\n...*.......\n.......*...\n..*....*...\n...*.......\n.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n*.**......\n*.*.*.....\n..*******.\n***......*\n..**......\n..*.**....\n**....***.\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.**......\n......**..\n*...*****.\n.....****.\n....*.....\n..*.****..\n.*...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*..\n*.**.....*\n......**.*\n....*****.\n*....*****\n*...*.....\n..*.****..\n**...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**.*\n..***.*.\n.*......\n.***....\n*..*...*\n*.*****.\n```\n\n\n## Output without wrap\n\n```\n.**.***.\n..*.*.*.\n.*..*...\n**.*....\n*....**.\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.*.*.**\n.*..*...\n.*.*....\n*....***\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n***...\n..*...\n**....\n**...*\n```\n\n\n## Output without wrap\n\n```\n***...\n*.*...\n..*...\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.*...\n..*...\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*..\n.*.**.**\n.*.*.*..\n.*.*.***\n```\n\n\n## Output without wrap\n\n```\n**..***.\n...*.**.\n**..***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*\n.*.**...\n.*.*...*\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**....**.\n....***.*.*..\n....**..*...*\n.....*.*..*..\n*......*.****\n***.**.*.*.*.\n....**..*.**.\n..***.*....*.\n..*..*.......\n.**.**.*.*.**\n.*.**.....**.\n```\n\n\n## Output without wrap\n\n```\n....*.*..***.\n...*..**..*..\n........*..*.\n....**.*..*.*\n*...**.*.*..*\n**.***.*.....\n.......***.**\n..*...*...**.\n..........***\n.*...**....**\n.*.***....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....*\n...*..**..*.*\n........*..*.\n*...**.*..*..\n*...**.*.*...\n**.***.*.....\n.......***.*.\n..*...*...**.\n..........***\n**...**....**\n.*....*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.**.\n.***.*..*.\n.**.***...\n..*..*.**.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n........**\n.****..**.\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n........*.\n.......**.\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**.**\n**.**\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n**...\n*...*\n***..\n```\n\n\n## Output without wrap\n\n```\n*....\n*..*.\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...*.\n..*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**.**\n*****\n.**..\n```\n\n\n## Output without wrap\n\n```\n*****\n.....\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...*..*\n*.***.*****.\n***..*......\n..***.**....\n**..*..*....\n**.*.*.*....\n.****..*....\n.*......*...\n**...**.***.\n**...*....**\n*..*..*.....\n.*.....**...\n.*.*..*.....\n...*...**..*\n```\n\n\n## Output without wrap\n\n```\n.**.**..*.*.\n*...*.*****.\n*........*..\n....*.**....\n*......**...\n.....*.**...\n...**.***...\n...****.*...\n..*..****.**\n..*.**.*..**\n*.*...**....\n**....**....\n......*.....\n..*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***....*\n*...*.*****.\n*........*.*\n....*.**....\n*......**...\n.....*.**...\n...**.***...\n...****.*...\n..*..****.*.\n..*.**.*..*.\n..*...**....\n**....**....\n*.....*.....\n*..**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.**.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.**.\n*.*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.***..\n**..**\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n......\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n*...**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n.**.\n.*..\n*.*.\n.*..\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n.**.\n*.*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.**.\n*...\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n**.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n**....\n***...\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.*****\n*.....\n*....*\n......\n****.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n******\n*.**.*\n......\n*.*.*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*****\n..**..\n*....*\n..*.*.\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n....\n..*.\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n....**..*.\n..........\n.**.....**\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**....\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..**\n....**....\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n*.***.\n.***..\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*..*\n.....*\n.*....\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.**...\n***.........\n....***...**\n**...***...*\n.*.***..*.**\n.....*..*...\n```\n\n\n## Output without wrap\n\n```\n*..*........\n*...*.......\n......**..*.\n*......*....\n*..*........\n.*......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.*...\n...........*\n......**..**\n*......*...*\n...*...*..**\n...****...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*..*\n....**....\n....**....\n....*....*\n...**.***.\n..*.*.*.*.\n.**...*...\n..*..*...*\n*.*..*...*\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n......*...\n.....**.**\n...*..*..*\n.**...*.**\n....*.....\n...*.***..\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.*.\n..........\n......*...\n.....**.**\n...*..*..*\n***...*.**\n*...*...*.\n...**....*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....**\n..*....*.*\n*........*\n........*.\n```\n\n\n## Output without wrap\n\n```\n........**\n.........*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n.*.......*\n*........*\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n**.\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n.*.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.***\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n***..\n*****\n...*.\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n*....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..*...\n......\n....**\n*.****\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n..*...\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n***...\n.**...\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*..*\n*...*\n*.**.\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n**...\n.*...\n*.*.*\n*..**\n.**.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*..*\n..*..\n...*.\n***..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.**.*\n.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*..\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n***.\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*.****.\n...**..***....\n*..*.....*....\n**...*..*.**.*\n***...***....*\n*.......*.....\n***.*.*****.*.\n*.****.*....**\n```\n\n\n## Output without wrap\n\n```\n...*....*.**..\n....*.**...*..\n.***..***..*..\n...*..*.**.*..\n.....**..*.*..\n.*******...*.*\n..*...*.*..*.*\n....***.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.***.\n*.**..**...*.*\n****..***..***\n*..*..*.**.**.\n.....**..*.*..\n..******...**.\n...***........\n........**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n**...\n.**..\n*....\n*....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..**.\n...*.\n.*.*.\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*.\n......*****\n....***....\n**.......**\n***.*....*.\n*..*.......\n```\n\n\n## Output without wrap\n\n```\n......**..*\n.....*....*\n...****....\n.**.**...**\n.........**\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.*.\n**...*...*.\n...****....\n..*.**.....\n...........\n.*.*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n**.*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****\n.***.*.\n******.\n*....*.\n.**.*..\n.*..***\n*.****.\n*******\n.******\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n.....**\n*.**...\n*.***.*\n*.**.*.\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.**.*.\n*******\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..**\n*.**\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*...\n....\n***.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n**..*.\n*****.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n....**\n...***\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****.....\n**....*.**...\n..*****.*.*.*\n**.*....*...*\n.********..**\n..**.*..***..\n*.*.*...*.***\n....**....*..\n*.....***.*.*\n.......*.....\n.....*.*.....\n***.*.**.*...\n..*.**......*\n.**.*.**.*..*\n```\n\n\n## Output without wrap\n\n```\n.....****....\n.**.....**...\n...****.*..*.\n*.......*...*\n*....**...***\n.............\n.**.....*....\n.*.****.*.*.*\n.....*****.*.\n.............\n.*...*.*.....\n.**.*..**....\n*...*........\n.**.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....*...\n***.....**...\n...****.*..**\n........*....\n.....**...***\n.............\n.**.....*...*\n.*.****.*.*..\n.....*****.*.\n.............\n.*...*.*.....\n***.*..**....\n....*.......*\n***....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..**\n....\n*..*\n*.**\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n....\n....\n*..*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.*...\n...*....\n........\n.....**.\n....*...\n......*.\n....***.\n.....*.*\n......**\n*.....**\n**.....*\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n...*....\n........\n.....*..\n......*.\n....*.*.\n....*..*\n....*..*\n.....*..\n**......\n***...**\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n...*....\n...*....\n........\n.....*..\n......*.\n....*.*.\n....*..*\n....*..*\n.....*..\n.*......\n.**...*.\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.*.\n****..***\n**.******\n.**..****\n*.***...*\n*********\n.***...**\n****.**.*\n*.****..*\n```\n\n\n## Output without wrap\n\n```\n*...**.**\n.........\n.........\n.........\n*........\n*....**..\n.........\n*....**.*\n*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.....**..\n.........\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.*..\n......****..\n........**..\n............\n...*.....**.\n.........*..\n............\n............\n...*........\n....*.......\n```\n\n\n## Output without wrap\n\n```\n.....*...*..\n.....*....*.\n.........*..\n........*.*.\n.........**.\n.........**.\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*..\n.....*....*.\n.........*..\n........*.*.\n.........**.\n.........**.\n............\n............\n............\n....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n*.....\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*....\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n......*\n..**.**\n.*....*\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*..***\n..*..**\n..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n**..***\n..*..**\n.*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...**.....\n...**.....\n..**......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n..........\n..***.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...**.....\n..........\n..***.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.***.\n*...*\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**\n****...*\n***..***\n**.*.***\n*.**.***\n.*.****.\n.*....**\n********\n*.***.*.\n*.*.****\n**.**...\n...*....\n*.***.*.\n```\n\n\n## Output without wrap\n\n```\n..**.**.\n..**.*..\n...*.*..\n........\n***.....\n**......\n**......\n........\n**......\n*.....**\n**...***\n*.****..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*.*..\n........\n..*.....\n........\n........\n........\n........\n.......*\n**...**.\n*...*...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n.**\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n*..\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n...\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n*..\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n...\n*..\n***\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n*.....\n......\n......\n......\n......\n......\n......\n......\n.*....\n.*..*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**....\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*..\n...*.*..\n...*.*..\n...***..\n****..**\n.*...**.\n.*****.*\n```\n\n\n## Output without wrap\n\n```\n........\n...*.**.\n..**....\n**.*.*..\n***.....\n*.......\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n.*.*...*\n****....\n...*.*..\n.**...**\n.*......\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*....*\n......\n......\n......\n....*.\n...*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*....*\n......\n......\n......\n......\n...**.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..**.**.\n**.*.*****.**\n******.***.*.\n```\n\n\n## Output without wrap\n\n```\n******....***\n............*\n*..*.*...*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*........\n....*........\n.******....*.\n.....*.......\n...*...**....\n.........*..*\n..........*..\n...**.......*\n......**..*.*\n**..**..**.**\n...*....*...*\n..*........*.\n```\n\n\n## Output without wrap\n\n```\n.............\n..**.........\n......*......\n......**.....\n.......***...\n........**...\n.............\n.......*****.\n....*.*...*..\n......*.....*\n..***..**.*..\n..**.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..........\n.*.*.........\n......*......\n......**.....\n.......***...\n........**...\n.............\n.......****..\n....*.*...*..\n......*....*.\n.*..*..**.*..\n*........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*\n...*...\n*.*...*\n*......\n*.....*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n..**...\n...*...\n.*.....\n*......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*\n...*...\n**....*\n.......\n.*.....\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n...***.\n*.....*\n....*.*\n...**..\n..**.**\n..*.*..\n....**.\n.***.*.\n.*.**..\n***..*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n...***.\n...*..*\n...**..\n..*...*\n..*..*.\n..*...*\n.*...*.\n.*...*.\n.....*.\n*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n...****\n*..*..*\n*..**.*\n..*...*\n..*..*.\n..*...*\n.*...*.\n.*...*.\n.....**\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.*.......\n*.....*.*\n.*...*.*.\n..***....\n....**...\n......**.\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n**.**...*\n*...*....\n.*.......\n....*.**.\n....*..*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**\n**...*...\n...**....\n....*....\n*.......*\n....*.**.\n....*....\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*.*.\n...**...***.\n..**..**.*..\n.**....*.**.\n*.........**\n.**.**......\n```\n\n\n## Output without wrap\n\n```\n....*....*..\n..*...*..*..\n.*......*.*.\n**.*****.*.*\n*..*....**.*\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*.\n.**......*..\n*.......*...\n...*****.*..\n...*.**.....\n******..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n*.......\n.*......\n***.....\n.***....\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n..*.....\n*..*....\n*.......\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n**......\n..*.....\n*..*....\n*.......\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n....\n....\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........\n.........***\n.....*.*....\n.....*.*....\n....*.*.....\n....*..****.\n.......*....\n....*.....**\n............\n.....*...**.\n.....*..**..\n*....*...**.\n......***..*\n*.......**..\n```\n\n\n## Output without wrap\n\n```\n............\n..........**\n.........*..\n....******..\n....*....*..\n.....*...**.\n.......*....\n..........*.\n........**..\n.....*.**.*.\n....*****.*.\n....*.......\n......****..\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*...\n..........**\n.........***\n....******..\n....*....*..\n.....*...**.\n.......*....\n..........*.\n........**..\n.....*.**..*\n....*****..*\n....*.....*.\n......****..\n.*......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n*.*.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n..****.\n..*..**\n....*..\n.......\n..*.***\n.......\n.**....\n...*...\n```\n\n\n## Output without wrap\n\n```\n..*..*.\n..*....\n..*.**.\n...***.\n....**.\n.....*.\n.****..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..\n.**.**.\n..*.**.\n...***.\n....**.\n.....*.\n.****..\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.**\n..*.*.*.\n..**.*..\n*.*.....\n*.**....\n*.**..**\n..******\n```\n\n\n## Output without wrap\n\n```\n...*.***\n..*....*\n....***.\n...***..\n........\n.*....*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*.**.\n....***.\n...***..\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***..*.\n*.***...**\n...*..***.\n......***.\n.**...*...\n.**.**....\n**.*......\n*...**..*.\n```\n\n\n## Output without wrap\n\n```\n.*...*..**\n.*....*..*\n..*****...\n..*..*..*.\n.***..*...\n....**....\n*..*......\n**..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**.\n**....*...\n..*****...\n..*..*..*.\n.***..*...\n....**....\n*..*.....*\n*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n......\n..**..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.*\n...****.*\n*..****.*\n```\n\n\n## Output without wrap\n\n```\n.........\n..**...*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**\n..**...**\n*.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n......**\n........\n........\n........\n......**\n......**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n........\n........\n......**\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n........\n........\n........\n......**\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........*..*\n.........*...*\n........*...*.\n*..*...**...*.\n........**....\n.........*....\n..............\n**...........*\n```\n\n\n## Output without wrap\n\n```\n..............\n.........*..**\n.......*.*..**\n......**.*....\n.......*.*....\n........**....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........*.\n*........*.**.\n*......*.*..*.\n......**.*....\n.......*.*....\n........**....\n*.............\n.*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n....*\n*****\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***.*\n..***\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**.*\n....*\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n***.*\n....*\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.****\n*.***\n*.***\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*....\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n..*.*.\n.**..*\n.*.*.*\n.*.**.\n**.*..\n**.*..\n*....*\n*..*.*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*.**\n.**.*.\n**....\n**.*..\n..***.\n...*..\n*.**..\n*.*...\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n..*.*.\n.*...*\n...*.*\n*.**.*\n...**.\n.***..\n.**...\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n.**.\n.***\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n**..*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****\n******.\n*******\n*******\n*******\n.******\n```\n\n\n## Output without wrap\n\n```\n......*\n*......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...*..*..\n*...***.**.**\n*.**.*.......\n.*...*.*.....\n......***....\n......***....\n.**...***....\n.***.*..**...\n.....**..**..\n..*....**.***\n..........*..\n```\n\n\n## Output without wrap\n\n```\n....*......*.\n..*........*.\n..**......*..\n.**.**.**....\n.....*..*....\n.....**......\n...*.**......\n**...........\n...*.........\n....*.****...\n.......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**........*\n***.......*..\n*.**......**.\n.**.**.**....\n.....*..*....\n.....**......\n...*.**......\n**...........\n...*.........\n........**...\n..**.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n..***...\n........\n..***...\n```\n\n\n## Output without wrap\n\n```\n...**...\n...**...\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*...\n........\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.*.*.\n*.*.*.\n*..*..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n....**\n*.*.*.\n*.*.*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n*.*.*.\n*.*.*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n***.\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.**\n..*.\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n.*.\n..*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n*..\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..***.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*.*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*..*\n*......*....\n.......*...*\n.......*...*\n.......*..*.\n........*.*.\n.........**.\n.........**.\n........*.*.\n```\n\n\n## Output without wrap\n\n```\n**..........\n**.....**...\n......***...\n......***.**\n.......*****\n........*.**\n........*..*\n........*..*\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....***.*\n.*.....**...\n*.....***..*\n......***.**\n.......*****\n........*.**\n........*..*\n........*..*\n*.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n........\n.....*..\n***.....\n..*.....\n..*....*\n........\n**.....*\n....*...\n...*..*.\n....*...\n```\n\n\n## Output without wrap\n\n```\n....*...\n.....*..\n.*......\n.**.....\n..**....\n........\n.*......\n........\n........\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n.....*..\n.*......\n.**.....\n*.**....\n........\n.*.....*\n*.......\n*......*\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****.*\n.*.******\n*.*******\n**..****.\n*.*******\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n**.......\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n**..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n..**\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n*..\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n..*.........\n*.*...**....\n....****....\n...*.**.....\n..*.........\n....*.......\n```\n\n\n## Output without wrap\n\n```\n............\n.*..........\n.*.*...*....\n...**.......\n...*...*....\n...***......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.*..........\n.*.*...*....\n...**.......\n...*...*....\n...***......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*.*\n**.*\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*..*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n...*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n.......*\n....*...\n........\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n......**\n........\n........\n........\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n***\n***\n..*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n...\n..*\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n.*.\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n....\n....\n..*.\n****\n....\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n..**\n.***\n*.*.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n....\n*.*.\n****\n..*.\n****\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n**...*\n.*....\n.....*\n**.***\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n......\n*.*.**\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n.*..**\n...**.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.*.\n****\n..*.\n***.\n****\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*..*\n....\n*...\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*....*.\n*....*.*..*..\n....*..*..*.*\n...*...*..*.*\n..*..***..**.\n.*.**...**.*.\n*....***...*.\n*..**..****..\n......*......\n**...*......*\n.*.***......*\n```\n\n\n## Output without wrap\n\n```\n......*......\n.....*.*..*..\n....*..****..\n...***.****.*\n..*..***....*\n.****...**.**\n***..**....*.\n....*...***..\n**..******...\n***..**......\n***.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*....*.\n*....*.*..*..\n*...*..****.*\n...***.****.*\n..*..***....*\n.****...**.*.\n***..**....*.\n....*...***.*\n.*..******..*\n.**..**.....*\n.**.***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.**......**.\n..........**\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.........***\n.........***\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.........***\n.........***\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n***\n.*.\n***\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n.*.\n..*\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n***\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*.*.\n.**.**\n..*..*\n***...\n*..*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n*.*...\n*....*\n*.*...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n......\n..*...\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.**\n.**.\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n**..\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n...**.\n..**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..*.*.\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*..*.\n..*.*.\n.*..*.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***\n..*******\n*********\n****.****\n*********\n***.*****\n**..**..*\n***.*****\n*********\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.***\n..*****...*..\n...*..*....**\n*...***..**..\n.*....*......\n..*...*.**.**\n*.*.***...***\n..*.....*..**\n...*....**...\n```\n\n\n## Output without wrap\n\n```\n..*.....**.*.\n..*....*.....\n..*......*.*.\n.....**..*.**\n..**..*.**.**\n.***..*.**...\n........**...\n.*****.......\n.......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....**.\n.**.**......*\n***......*...\n.....**..*...\n.***..*.**...\n..**..*.**...\n*.......**...\n*.****...*...\n..****.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n..*.*.\n......\n......\n.....*\n*...**\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n......\n.....*\n*...**\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***\n....***.\n....***.\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n....*..*\n........\n...*....\n....*.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n........\n...*....\n....*.*.\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.**..*.\n*..***.*.**\n.*.*.**..*.\n..*..***.*.\n..*.**..*.*\n***********\n**.**..*..*\n.**.*..****\n**.*.**.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.***.*\n**.*..**...\n...*.......\n.**.....***\n.*........*\n...........\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......\n**.**...*..\n...*.....*.\n.**.....***\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**.*....\n**..**........\n***...**.*..*.\n.....*.....*..\n*.*....*..**.*\n........**...*\n...*....*..*..\n...*..*.*.....\n.****.*.**....\n********.....*\n...*.......**.\n*..*****.....*\n***.*........*\n```\n\n\n## Output without wrap\n\n```\n...**.*.......\n*...*.........\n*.*.*.*.......\n*.*....**..*..\n........****..\n.......***.*..\n........*.....\n.....*..*.....\n*.......**....\n*.....***...*.\n*...........**\n*....**......*\n***.*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......*\n*...*........*\n*.*.*.*......*\n..*....**..*..\n*.......****.*\n*......***.*.*\n........*.....\n.....*..*.....\n........**....\n*.....***...**\n............*.\n.....**.......\n.**.....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n...*.....\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n**........*\n.*...*....*\n.*..*.*....\n*....**....\n...........\n...*.......\n..****.....\n.**.*......\n...........\n.....*.....\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n***........\n..*..*.....\n***.*.*....\n.....**....\n...........\n..*........\n.*...*.....\n.**.**.....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n.**.......*\n.**..*.....\n***.*.*....\n.....**....\n...........\n..*........\n.*...*.....\n.**.**.....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n*.*\n**.\n***\n.*.\n*.*\n***\n**.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n..*\n...\n..*\n...\n*.*\n..*\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n...\n...\n...\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n..**.\n**..*\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.***.\n.***.\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n...**\n*****\n*****\n...**\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*..*\n***..*\n**....\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n*.*...\n...***\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n..*..*\n..*..*\n...**.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....***...*.\n..*.*.***.....\n*..***.*...*..\n....**..*.***.\n*...........**\n.......*.*.*.*\n*.....****.**.\n*....**.....**\n```\n\n\n## Output without wrap\n\n```\n.....**.*.....\n.**.*.........\n.........****.\n...*.**...*..*\n........**...*\n......**.*.*.*\n.....*...*.*..\n.....**.*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*...*.\n.**.*.........\n.........****.\n*..*.**...*...\n*.......**....\n......**.*.*..\n*....*...*.*..\n**...*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*\n...*.**.\n.*..**..\n...**...\n.*...*..\n...*.*..\n*.....*.\n.....***\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n....**..\n........\n..*...*.\n..**....\n..**.*..\n....***.\n....*..*\n.....*.*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..\n*......*\n..*...*.\n..**....\n..**.*..\n....***.\n....*...\n*....*..\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n....\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n**.*\n**.*\n...*\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n*.*.\n..**\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.**\n*..*\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n**.*\n*.*.\n....\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n**.*.\n...*.\n*.*..\n*.**.\n*****\n...*.\n.*.**\n*..**\n**.**\n*...*\n.*.*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n***..\n...**\n*..**\n.*.*.\n.*.*.\n**...\n.....\n.....\n*....\n*....\n*...*\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**.*.\n*..*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n..**.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n.**\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n..*\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*...\n....\n.*..\n*...\n...*\n.*..\n.*..\n*.*.\n.**.\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n*.**\n*.**\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n*...\n*.*.\n....\n....\n....\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n***.\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*...*.\n.***..\n......\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n******\n*....*\n.***..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n.***..\n.*....\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n...\n***\n***\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n*..*..**.\n*.*.*....\n*.**...*.\n.*.......\n.*.....**\n.*..*....\n.*.....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.*.....\n*.*.*....\n*.**..*.*\n...*.....\n.........\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n*.**.*...\n*.*.*..*.\n*.**..*..\n...*....*\n.......**\n........*\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n.......*\n........\n......*.\n.*......\n.*......\n...*...*\n....*..*\n..*...*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..*.....\n........\n...*..**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n........\n........\n........\n*.*.....\n*.......\n...*..**\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**..\n*...***.\n.*...*..\n..**.*..\n....***.\n...*.*.*\n*.***...\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n**....*.\n.***....\n..**....\n..*.....\n..*.....\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**\n**....*.\n.***....\n..**....\n..*.....\n..*....*\n***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**...*\n.**.***..**\n.*...*...**\n.**..**...*\n```\n\n\n## Output without wrap\n\n```\n*.*..*.....\n*...**.....\n*..***.....\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n..*.*......\n*...*......\n*.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.**\n...*\n...*\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n...*\n..**\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**..*\n**..**..**\n....**..*.\n**.***.**.\n.*..**..*.\n.....*....\n....**.*.*\n....*****.\n.**..**..*\n....*.*.**\n..*.*.**.*\n***.*.**.*\n```\n\n\n## Output without wrap\n\n```\n***.***.**\n****...***\n..*.......\n****...***\n****...**.\n........*.\n.......*..\n...*.....*\n...*.....*\n.**.*....*\n..*.*....*\n.**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.***...**.\n..*.......\n****...**.\n****...***\n........*.\n.......*..\n*..*.....*\n*..*.....*\n.**.*....*\n..*.*.....\n....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.**.*\n.*.***...**\n.*.**...***\n.**.*......\n.**..**....\n....*.***.*\n...**....*.\n..*.*.***..\n..***.*..*.\n****.*.****\n.*.*.***...\n*.**....**.\n*.*...**.*.\n```\n\n\n## Output without wrap\n\n```\n..*.**.....\n**..**..*..\n**...*****.\n*.**.*...*.\n.**.*.*..*.\n.**.*.****.\n..........*\n.......****\n.......*..*\n.........**\n.....*....*\n..**.**.***\n..**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*...\n***..*.**..\n*....*****.\n..**.*...**\n.**.*.*..**\n..*.*.*****\n..........*\n.......****\n**.....*...\n*.........*\n*....*...*.\n.*.****...*\n..*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n***.\n*.**\n..**\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**..\n**..\n*...\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n....**\n..*.*.\n....*.\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n....*.\n...***\n......\n...*..\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n...*..\n......\n...*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*....\n.......*...\n..*.....*..\n..**.......\n*.......*..\n.*.........\n```\n\n\n## Output without wrap\n\n```\n...........\n.......*...\n..**.......\n.***.......\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.......*...\n..**.......\n.***.......\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..**.*\n...**.\n..*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*..*\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*..*\n....*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*\n..*.....*.\n..*....**.\n..*....*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.***...***\n.***...*.*\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....*\n.***...***\n.***...*.*\n.***...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*...*.\n*..*..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n*****.\n****..\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n....**\n.*****\n......\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n..**.*\n.***.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.....\n*.**.*\n.***..\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*..*.**\n**.**.*..*..*\n.....***....*\n**.*****...**\n```\n\n\n## Output without wrap\n\n```\n**.*.*...**.*\n**.*.*....*.*\n...**..***..*\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..**....\n.......**....\n...**..**....\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n......\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n.****..\n*.....*\n....**.\n.....*.\n.......\n...*...\n..*.*..\n.*.....\n.*..*..\n.*.....\n**..*..\n*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.....*.\n...**.*\n....*.*\n....*..\n..**...\n.*..*..\n*......\n*......\n.......\n.......\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n**...**\n**.**..\n....**.\n....*..\n..**...\n.*..*..\n*......\n*......\n......*\n*.**.**\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n....\n....\n.**.\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n***.\n*.**\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.****.\n......\n*.*..*\n*.**..\n.*..*.\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..***.\n....*.\n..**..\n*.***.\n*.....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..***.\n*...**\n*.**.*\n*.***.\n*....*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n...*...*\n...*...*\n*.*.....\n...*....\n.......*\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n..**....\n..**....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*.*.....\n*.**...*\n..**....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n*.*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n...\n*.*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n.*..**\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.*..\n**.*.\n...*.\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n.....\n*..**\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.**.\n*....\n.*.*.\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..**\n*.*.\n...*\n..**\n.**.\n**.*\n...*\n.***\n.***\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.**.\n**.*\n**..\n*...\n***.\n*...\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.**\n....\n.***\n.*.*\n....\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.*.**\n**...\n**.**\n...**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n..***\n**.**\n.....\n**.**\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n.....\n.*.*.\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**...*\n.**.**....\n..*.***...\n.*.*.....*\n..**.***..\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n..........\n..**.***..\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n**.......*\n**........\n.....*.*..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**********\n..*..***.*.**.\n****...******.\n*.*.*.*.*.****\n***********.**\n*******.**...*\n*****..*..*..*\n***.****.*.***\n.***...**....*\n```\n\n\n## Output without wrap\n\n```\n.*..*....*...*\n..............\n*...*.........\n..............\n..............\n...........*.*\n..........**.*\n.....*...***.*\n*..***.**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.........\n..............\n*...*.........\n..............\n..............\n...........*..\n..........**..\n.....*...***..\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*.....*\n*....*.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n*..**..*..\n**.***.***\n*...***...\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n****.***.*\n***....**.\n**.*...**.\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n.***.***..\n.**....**.\n**.*...**.\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n*...*\n*...*\n....*\n.....\n..**.\n.***.\n.***.\n.*...\n.....\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n..*..\n..***\n..***\n.....\n.**..\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n...*.\n...**\n*.**.\n..***\n*.***\n*...*\n***..\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n**.*.\n**.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n...***..\n..***...\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n.....*..\n..*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n*.........*.*\n.*...........\n*.........*..\n...........**\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n..........***\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n*...........*\n.*.........*.\n..........*..\n*..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**....\n**....\n**...*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*..*\n*..*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n**.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n.....*.....\n...........\n.....*.....\n.....**....\n.....**.*..\n.......*...\n.........*.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.....**....\n....*..*...\n.....*.....\n......***..\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n.....**....\n....*..*...\n.....*.....\n......***..\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.**\n..***..*\n*.******\n*....***\n**.**.**\n*..*..*.\n*****.*.\n*.**..**\n..*.*.**\n```\n\n\n## Output without wrap\n\n```\n..*.****\n........\n..*.....\n*.......\n*****...\n......*.\n*...*.*.\n*.......\n.**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n..*.....\n........\n.****...\n......*.\n....*.*.\n........\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*...**\n.*..*.\n.....*\n......\n...*..\n.**...\n**..*.\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n....*.\n......\n......\n..*...\n****..\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**..*.\n....*.\n......\n......\n..*...\n****..\n.....*\n**...*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.\n.....*..\n..***.*.\n.*....**\n........\n........\n........\n....*.*.\n....*..*\n.**.*..*\n*..*****\n```\n\n\n## Output without wrap\n\n```\n....***.\n........\n..***.**\n..**.***\n........\n........\n........\n.....*..\n....*.**\n.**....*\n.*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n..***.**\n..**.***\n........\n........\n........\n.....*..\n*...*.**\n.**.....\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n.....*\n.....*\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**...\n.**.*.*....*\n.....*...*..\n*...*.....*.\n```\n\n\n## Output without wrap\n\n```\n.......*....\n.....****...\n.*.***....*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.*...*\n.....****...\n**.***....**\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.***..\n......\n*.*..*\n.*.*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*.**.\n...*..\n.**...\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n**.**.\n*..*..\n***...\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....\n*....*..**\n*..**.*.*.\n.*..**..*.\n...*.*.*.*\n..**.**...\n......*...\n*...*.....\n*...*****.\n```\n\n\n## Output without wrap\n\n```\n....**....\n...*..****\n**.*..*.*.\n..*.....**\n...*...**.\n..**.*.*..\n...**.*...\n....*.....\n....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*..*..***.\n**.*..*.*.\n*.*.....*.\n...*...**.\n..**.*.*..\n...**.*...\n....*....*\n...*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****....\n....**...\n..***....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n..****...\n......*..\n..**.*...\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n......*..\n..**.*...\n...*.....\n..**.....\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n...*...*\n......*.\n....****\n.*....**\n...**.*.\n**..****\n........\n*....***\n..*.*..*\n..*...*.\n......**\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....*...\n........\n...*....\n*****...\n...**.**\n**..*...\n.....***\n.*.*...*\n...*.**.\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*......*\n....*...\n*.......\n*..*....\n.****...\n*..**.**\n.*..*...\n*....***\n**.*....\n...*.**.\n.....***\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*.\n.*......\n........\n..**..**\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n..*.....\n..**....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n..*.....\n..*.....\n..**....\n.*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.*....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*..*.\n..***.\n...**.\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n.**.**\n..*.**\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..**\n.**.**\n..*.**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...*.***\n..*..*..***.*\n*.****.*..*..\n*...***..*.**\n*..*.**.*.*..\n*...**..*.*..\n```\n\n\n## Output without wrap\n\n```\n..***...*.*.*\n.....****...*\n..*....*....*\n*.*.....**.*.\n**.*....*.*..\n....****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...**...*\n.....****...*\n*.*....*.....\n*.*.....**.*.\n**.*....*.*..\n***...*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n..*.....\n**......\n.**..***\n....**.*\n.**.*...\n**.**..*\n*..*....\n*****...\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.*.....\n*.**.**.\n**.***.*\n....*..*\n**.*.*..\n*.......\n*.*.*...\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*.......\n..**.**.\n.*.***..\n....*..*\n...*.***\n*.....**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*...*\n........***.*.\n**.....*...*..\n.............*\n*......*......\n.*.*...**.....\n...*...**.*...\n......*.......\n.......*......\n........*.....\n```\n\n\n## Output without wrap\n\n```\n........***...\n.......******.\n........*****.\n**............\n.......**.....\n..*...*..*....\n..*...*.**....\n......*.*.....\n.......*......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*...\n*......*******\n*.......******\n.*...........*\n*......**.....\n..*...*..*....\n..*...*.**....\n......*.*.....\n.......*......\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**..\n.****...\n**....*.\n```\n\n\n## Output without wrap\n\n```\n...***..\n...*.*..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.*\n*..***.*\n*..*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*....\n.**...\n*..**.\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n****..\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n****..\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*..*..\n*.....\n*..*..\n*..*..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n**....\n**....\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*...**\n**...*\n**...*\n*.**.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n*....\n*.*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*.*..\n*.*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n*...*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n*.*****\n**...**\n.******\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.**....\n*..*...\n*..*...\n.**....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n*..*...\n*..*...\n.**....\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.**....\n*..*...\n*..*...\n.**....\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*****\n**..*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n..*.\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n......**.\n.........\n**.......\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n.....*.*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**\n.....*.*.\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......****.\n...........\n.....**....\n.....**....\n.....**....\n.....**..*.\n......**.**\n```\n\n\n## Output without wrap\n\n```\n.......**..\n.....*..*..\n.....**....\n....*..*...\n....*..*...\n........***\n.....******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..**\n.....*..*..\n.....**....\n....*..*...\n....*..*...\n........***\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*..*\n.*..*\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.**..\n.**..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*.*.\n*.**.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.\n**......\n*...**..\n.***..**\n*......*\n```\n\n\n## Output without wrap\n\n```\n..**....\n*.*...*.\n*.......\n*.......\n*...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.**\n.**...*.\n........\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n.**.\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*..*\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...\n.........\n.........\n.....***.\n...**..*.\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n....*....\n....*....\n......*..\n....****.\n....*..**\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n....*....\n......*..\n....****.\n....*..**\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..*..\n**...\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*....\n.*...\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..**..\n....*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..**..\n....*.\n..**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n....*.\n.*****\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n*..***\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n***...\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**.****\n*.*.*.*.***\n*****.****.\n```\n\n\n## Output without wrap\n\n```\n....****..*\n*..........\n*.*.*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n*.....**\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n........\n........\n........\n........\n........\n........\n.......*\n**....*.\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n...*\n....\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.*.*\n.**.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n*..*\n*.*.\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*...*.\n.***.*\n*****.\n***.**\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**...*\n.....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.**\n******\n**.***\n*.****\n******\n******\n***.**\n******\n******\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..\n.*..*...*.\n*.***...**\n**.......*\n*....*..*.\n.....*.*..\n..........\n....*...**\n....*.*.**\n```\n\n\n## Output without wrap\n\n```\n........*.\n.**.**.*.*\n*......*..\n*...**.*.*\n****.*.*..\n..........\n......*.**\n..........\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*\n***.......\n.......***\n....**.*.*\n.***.*.*..\n.........*\n......*.**\n.....***.*\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n****\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.**.\n*.**\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n****\n**.*\n****\n***.\n.***\n***.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..**\n..***.***\n....****.\n*..***..*\n*****...*\n...*.....\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n.***.*...\n.....*...\n..*......\n*........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***..\n*.**.*...\n..*......\n**.......\n.........\n**.**....\n.****.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*****\n*.**.\n.*.**\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*...*\n*....\n....*\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.**\n.*.***.**\n***..**.*\n..*..*...\n...*.*...\n..**.*...\n...*.***.\n```\n\n\n## Output without wrap\n\n```\n..**.*.**\n*........\n*.......*\n..**.*...\n...*.**..\n..**.*...\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.........\n........*\n*.**.*...\n...*.**..\n..**.*...\n.....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n*...\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n.***\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.*.*****\n.*..*.*****.**\n**.******.****\n**************\n****.*****.*..\n*.****.*..*.**\n****...*******\n.*************\n*..**.**.**.**\n```\n\n\n## Output without wrap\n\n```\n.*****.*.....*\n..............\n..............\n.............*\n..............\n.....*.......*\n*.............\n..............\n.*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*............\n..............\n..............\n..............\n..............\n.....*........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.**.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*..\n....*.***...\n..*...*.....\n**.*.**.*..*\n...**.*...*.\n.*..*.****..\n.*...**.***.\n.....*...*..\n.*.*........\n*....*..**.*\n```\n\n\n## Output without wrap\n\n```\n........*...\n...*.**..*..\n.*..***.*...\n............\n**..........\n.**.*.......\n..*.......*.\n....*..**..*\n...**..**.*.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*...**\n.*....*.*...\n....***.*..*\n..........*.\n.*........**\n..*.*.....**\n..*.......*.\n....*..**...\n.*..*.......\n...**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n...*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n.....\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.**.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n*.....*\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n*......\n*......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n***.*.\n*.**..\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*...*.\n*.....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...*.\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*...\n.*..\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.*.\n.**.\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n**.....*\n*.....*.\n*.....**\n........\n........\n...*..*.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n**......\n........\n**....**\n......**\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n**.....*\n.......*\n......*.\n.......*\n......*.\n.....*.*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.**..*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***..*\n.**..****\n..*.**..*\n*********\n.*******.\n*******.*\n.*.*.**..\n**..*..**\n..***.*..\n```\n\n\n## Output without wrap\n\n```\n**..*....\n*...*....\n**.......\n.........\n.........\n.........\n**.......\n**.**.***\n*****.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n*......**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*\n...*.....*\n*..*.....*\n```\n\n\n## Output without wrap\n\n```\n..........\n..***...**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...**\n..***...**\n*.***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*\n***.*...\n..*..**.\n......*.\n....*...\n```\n\n\n## Output without wrap\n\n```\n*..*....\n*...***.\n..**.**.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n*...****\n..**.***\n......*.\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**..\n*.....**\n..*.*.*.\n...**...\n```\n\n\n## Output without wrap\n\n```\n.....***\n....*...\n.......*\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..*\n*..**...\n...*..**\n...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n...*\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...***.\n*..*.***..*\n*.**...*...\n***.**.*...\n*.*.**....*\n*.***..***.\n```\n\n\n## Output without wrap\n\n```\n****....**.\n*.**.....*.\n**......*..\n**....**...\n.*..***..*.\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n........*..\n........*..\n......**...\n.....*.**..\n.....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.*.....\n.......\n.......\n.......\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.*....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n*.*....\n.*.....\n.......\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.**\n..**\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n...*.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n*......\n*......\n*.*.*..\n*.*.***\n*..*.**\n*...*.*\n*....*.\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n*......\n*..*...\n*.**.*.\n*****.*\n**..*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.....*.\n.*...*.\n**....*\n...*...\n..**...\n******.\n**..***\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*\n....***\n..***.*\n*......\n*.*....\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n..*...*\n..**.*.\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..*....\n..**...\n..*.*..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n.........\n...**....\n...**.*..\n..*.*.**.\n.**......\n```\n\n\n## Output without wrap\n\n```\n..*......\n....*....\n...***...\n..*...**.\n.**.*.**.\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n....*....\n...***...\n..*...**.\n.**.*.**.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..**..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n****\n....\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n..*.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...\n*....*...\n........*\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n.*...*...\n.*.....*.\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**..\n**.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n****\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**..\n.**..\n*..*.\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.*.**\n.*...\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*.*.\n*....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**....\n..*.*....\n*..**...*\n..*****.*\n...*.*..*\n***...***\n*.**..**.\n*.*.***..\n..*.*..**\n```\n\n\n## Output without wrap\n\n```\n.****....\n*.*..*...\n.*.....*.\n..*...*.*\n........*\n*...**..*\n*...*...*\n..*.*...*\n.*..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..*\n..*..*..*\n**.....**\n..*...*.*\n.........\n....**...\n....*....\n*.*.*....\n..*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n**...*\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n**..**\n*..*.*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**...\n..*.**..*...\n..**.....**.\n**..*..*.***\n***.*..*..**\n**.*....**..\n......**....\n*....*.....*\n.*..**..****\n.*.*....*...\n**...*..*..*\n```\n\n\n## Output without wrap\n\n```\n...**...*...\n........*...\n.*.....*....\n...***......\n...***.****.\n**...**..**.\n**..*.......\n..***......*\n****.......*\n...******..*\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n*.***....*..\n.*.....*....\n...***......\n...***.***..\n.....**..**.\n....*......*\n..***.......\n.***.......*\n...........*\n..*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.\n..**.***\n.****.**\n***...**\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.****...\n**...**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....***\n........\n........\n........\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n......*.\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**......\n.............\n.............\n.............\n.............\n...*.*.......\n....*........\n.........*...\n*.....*.**...\n*....*......*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n........**...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.....*\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n.*.....*.*..*\n.*...*.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.***\n...........**\n*.......*....\n**....***....\n*....*.*....*\n.**..**......\n..***..**.***\n..*.****.*.**\n...**.**.**.*\n...***.***.*.\n......*...**.\n*..**.**..*.*\n.*..*.*.**.*.\n.....*.**.**.\n```\n\n\n## Output without wrap\n\n```\n........*.*..\n.......**.*..\n**...........\n..*.....**...\n*.*..**.**...\n.**....**..*.\n.**.....**.*.\n.........*.*.\n..**.........\n...........**\n...**......**\n...***.....**\n...*....**..*\n....****...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n**....*......\n**...........\n.**.....**...\n*.*..**.**...\n.**....**..**\n*.*.....**..*\n*........*.*.\n****........*\n.............\n*..**.......*\n*..***......*\n*..*........*\n....****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n....*...**.\n....*......\n...........\n...........\n...........\n.**...*....\n....***....\n.*.........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.....**....\n.....**....\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.....**....\n.....**....\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.***\n****.**.**\n*.******.*\n.***..****\n*.********\n*.****.***\n**********\n***.**.***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n**........\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*****\n...*.\n*****\n..*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n*...*\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**..\n....*\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n.............*\n.........*.***\n..........***.\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n............**\n............*.\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n*...........**\n............*.\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..........\n...........***\n..............\n.......***...*\n.......**...*.\n...........*.*\n```\n\n\n## Output without wrap\n\n```\n..*.........*.\n..*.........*.\n........*....*\n.......*.*....\n.......*.*..**\n............*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*........*.*\n..*.........*.\n........*....*\n.......*.*....\n.......*.*..**\n..*.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.**\n*******...\n*******..*\n***.***.**\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n.*.......*\n..........\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......***\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***...*\n..****.....**\n.*.*..***.**.\n.*.**..**..*.\n.*...*..**..*\n..*.....**...\n```\n\n\n## Output without wrap\n\n```\n..*...*...***\n..*.........*\n**....*.*...*\n**.*.*.....*.\n**.*.*...***.\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....***.*.\n..*..........\n......*.*....\n...*.*.....**\n.*.*.......*.\n*.*...*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..*..*\n...**.\n......\n*.....\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*....\n.**.*.\n...**.\n......\n.****.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**.**\n...**.\n......\n******\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n*.**.**\n.*.*...\n.*.**..\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.****..\n**...*.\n...*.*.\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n*****.*\n.*...**\n...*.*.\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.*.....\n.**....\n.*.**..\n....*..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n***....\n*..**..\n**.....\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n***....\n*..**..\n**.....\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*.**\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*....\n.*..*\n.****\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n*...*\n...**\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.*..*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.********\n**.***.***.***\n**..*.*.***...\n*..**********.\n****..****.*.*\n******..*.***.\n.*.*.*.***.***\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n............**\n............**\n..............\n....**.**.....\n....*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.....\n**....***..\n....*....*.\n..*.......*\n....*.....*\n.*.*....*..\n...........\n.........**\n..*.**.....\n.******..**\n.*.*.*..***\n.***.***...\n..*...***..\n.**....*.*.\n```\n\n\n## Output without wrap\n\n```\n**......*..\n..*..*...*.\n***.**....*\n...*......*\n..**.....**\n...........\n...........\n...........\n.**....*...\n***........\n***....*...\n....*......\n.*..**.....\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..***\n.....**....\n.**.**.....\n...*.......\n..**.....*.\n..........*\n...........\n.*.........\n***....*...\n.**.......*\n.**....*..*\n*...*......\n*..*..*....\n***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n*.*.*....\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..**\n.*.**..**\n.*.**..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n**.**\n.*.*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.**\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*****\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n....\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*...*\n.....\n.*..*\n..***\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.*...\n*...*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n....*\n....*\n.*...\n..**.\n.....\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n.....\n..**.\n..*..\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n*....\n..**.\n..*..\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*...\n....*...*....\n..*.......*..\n..*..*.*.....\n```\n\n\n## Output without wrap\n\n```\n........**...\n........**...\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*...\n.......**....\n.......***...\n......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*...\n***..\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n....*....\n...*.....\n.*.**....\n*****.*..\n..*..***.\n......*..\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n..***....\n.***.....\n***...*..\n*....***.\n........*\n.....***.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..***....\n.***.....\n***...*.*\n*....***.\n.........\n.....***.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n...*.*...\n.....*...\n...**....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*....\n...*.*...\n....*....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....*....\n...*.*...\n....*....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*..*\n****\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*.**\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n****.\n**.**\n*.***\n**.*.\n..*.*\n*.***\n*****\n*****\n.****\n.**.*\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**.**.\n*.*.*.\n*.*.*.\n*...*.\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n*****.\n*.*.**\n*...**\n*...**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*****.\n*.*.*.\n*...*.\n*...*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n**..\n..**\n....\n.**.\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n*..*\n**.*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****\n******.\n***.***\n.****.*\n*******\n****.**\n*****.*\n***.***\n***..**\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n......*\n.......\n.......\n.......\n.......\n.......\n*.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n*..****\n..*.*.*\n..***..\n.*.....\n```\n\n\n## Output without wrap\n\n```\n......*\n...*...\n.**...*\n.**.**.\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*..*...\n***...*\n.**.**.\n..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n.....*..\n......*.\n....***.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......*.\n....*.*.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n......*.\n....*.*.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**..\n.....*...*\n*...*.*...\n..........\n..........\n...*..***.\n*.....*...\n```\n\n\n## Output without wrap\n\n```\n......*...\n.....*.*..\n.....*....\n..........\n.......*..\n......**..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***..\n*....*.*..\n.....*....\n..........\n.......*..\n......**..\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n....*\n*****\n**..*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n*.*.*\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n*......\n**....*\n**....*\n.......\n.....*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n*......\n.*....*\n......*\n*.....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*..\n....*.*...\n*.........\n........**\n..***.....\n..........\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..***.....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n....***...\n..........\n..........\n..***.....\n...*......\n...**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n*.***.\n***.*.\n*.*..*\n******\n******\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n**...*\n....**\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..****\n.**..**..\n.*...*..*\n```\n\n\n## Output without wrap\n\n```\n.**..*.*.\n.**.*...*\n.**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...*\n.**.*...*\n.*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*......**\n.....*........\n......*.....*.\n...*......***.\n.......*.*....\n.......***....\n..**......***.\n.*.****...***.\n.***...***....\n..*.*....*....\n*..**.....****\n....*........*\n.....*.......*\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n..............\n..........*.*.\n.........*....\n.........*.**.\n..*.**...*.**.\n.*..*......**.\n.........*.*..\n....*.**.*...*\n.............*\n...*.*....**.*\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n....*.*....*..\n..............\n..........*.*.\n.........*....\n.........*.**.\n..*.**...*.**.\n.*..*......**.\n.*.......*.*..\n.*..*.**.*....\n*.............\n...*..*...**..\n*............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...**..**\n.****.......**\n*.***.*......*\n.*...*..*.....\n.....*..*.....\n......*..*...*\n......**.**...\n*.....*****...\n..**.....*....\n.*..*.****.*..\n.***.....*...*\n*......*..*..*\n........*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n*.*...*.......\n.**.**........\n..*......**...\n....*....**...\n.....*........\n..*.***.......\n.******.......\n....***.*.....\n*..*...*.**...\n*..*....**....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***...*\n*...........*.\n***...*......*\n***.**.......*\n.**......**...\n....*....**...\n.....*........\n..*.***.......\n*******.......\n....***.*....*\n...*...*.**.*.\n...*.....*....\n..*....*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n...*.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..***\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n...*......\n..*.*.....\n.*........\n.**.......\n...*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..**......\n...**.....\n.*.*......\n.*.*......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..**......\n...**.....\n.*.*......\n.*.*......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.\n*.*.***\n*.*.*.*\n..*.***\n..***.*\n...*.**\n*.**.*.\n.**.***\n.*.****\n```\n\n\n## Output without wrap\n\n```\n..*.*.*\n..*.*.*\n..*..*.\n.***...\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n.**....\n..**...\n*.*....\n*.....*\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n.**.\n.*.*\n..**\n**.*\n.**.\n.**.\n.*..\n**.*\n..**\n*...\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n...*\n...*\n**.*\n..**\n....\n....\n**..\n**.*\n*...\n..**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n*..*\n*.*.\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.***.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n***..\n..*.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n.**.......\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n***.......\n**........\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*\n...**....*\n...**....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n......*.\n....**..\n........\n........\n.*......\n*.......\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n.....*..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....*..\n.....*..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**...\n***...**..\n..........\n***..**...\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n....*...*.\n.*...*.*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***..*.*\n....**.**.\n....*..*..\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*\n.*..*.*..*\n*...*.**.*\n.*..*.....\n*....*****\n.*...**..*\n```\n\n\n## Output without wrap\n\n```\n.....**...\n...**.....\n*****.*..*\n....*.*..*\n**..**...*\n.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..***\n....*.*...\n..***.*..*\n.*..*.*...\n*..***..*.\n*..***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....****.\n*..*...**.*.\n.......**...\n```\n\n\n## Output without wrap\n\n```\n.......*..*.\n......*...*.\n.......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...**\n......*...**\n......*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*...\n.****\n*...*\n*.*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*****\n*...*\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n**...\n.****\n.....\n...**\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..\n..***..\n**.**..\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.*..*..\n.....*.\n*......\n**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.....*.\n*......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.........\n..**........\n...**.......\n.**.........\n*.***......*\n*..........*\n*...........\n```\n\n\n## Output without wrap\n\n```\n.***........\n**..*.......\n***.........\n**.*........\n*.**........\n.***........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***........\n**..*.......\n.**.........\n**.*........\n****........\n*.**.......*\n**.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n......\n*..*..\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*.***\n..*.**.**...\n****.**.**..\n.*.*..**.***\n**.***.*.*.*\n.**.****...*\n***.*..*...*\n```\n\n\n## Output without wrap\n\n```\n.****.**.**.\n*....*......\n*...........\n...........*\n*........*.*\n.......*...*\n*.*.*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.***\n.....*.....*\n*..........*\n............\n.........*..\n.......*....\n....*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*\n*.*..*.\n..*...*\n***..*.\n*.*...*\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n..**.**\n*.**.**\n*.**.**\n*.**.**\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.\n*.**.*.\n..**.*.\n..**.*.\n..**.*.\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n..*...*\n.**....\n*.*...*\n.*.....\n.***...\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..**...\n..**...\n..*....\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n..**...\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*..**.\n*.*.**\n*.***.\n.**.**\n...**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n*.....\n*.....\n.***.*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*....*\n.*....\n*.....\n**...*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..*..*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n.**..*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n***..*\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n....*\n..**.\n**...\n..*..\n.*.**\n...*.\n*.**.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.***.\n.*.*.\n*.**.\n...**\n.*...\n.****\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*...*\n*****\n.*.*.\n..***\n...**\n**...\n****.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******..*\n.*..*....\n*****....\n**..*...*\n*.*.*...*\n..*.*....\n.*..**...\n**.....**\n```\n\n\n## Output without wrap\n\n```\n.****....\n.**......\n....**...\n......*..\n.*.......\n*........\n*...**...\n*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**\n...*..***\n....**...\n......*..\n.*.......\n*.......*\n***.*****\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*...*\n......\n......\n*.*.*.\n..**..\n**....\n.*...*\n.*..*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**...\n*.**..\n**....\n.**...\n***.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n.**...\n*.**.*\n**....\n.**..*\n.**.**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**..\n*.***...\n.****...\n***.****\n....**..\n*.*.**..\n***.*...\n**.*.*.*\n***..***\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n........\n.*......\n*.......\n........\n......*.\n...*.*.*\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......*.\n......**\n*.......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n*....****\n....***..\n.**.*..*.\n.***.**.*\n**.**...*\n..*..**..\n```\n\n\n## Output without wrap\n\n```\n......**.\n...******\n..***..**\n..*.*****\n......**.\n.***..*..\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.*.\n..***....\n..***..*.\n.**.****.\n......*.*\n*..*..*.*\n.****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.*....\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n...\n...\n...\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n...\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..**..\n.**...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n...**.\n**....\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.***\n.....\n*.***\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......**\n***......*\n.*.*......\n..***.....\n...***....\n....**....\n...*......\n..........\n...*.....*\n```\n\n\n## Output without wrap\n\n```\n*.*.....**\n........**\n*...*.....\n.....*....\n..*.......\n.....*....\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n........*.\n....*.....\n.....*....\n..*.......\n.....*....\n....*.....\n..........\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n****.....\n.*..*..*.\n..*....*.\n.****.*.*\n**...**..\n.***..**.\n```\n\n\n## Output without wrap\n\n```\n*.*......\n*.**.....\n*........\n....*****\n*..**.*..\n*........\n***..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*.**....*\n*.......*\n*...*****\n...**.*.*\n........*\n..*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n***...\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*.*...\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n**.***\n*.*...\n*..**.\n**..*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n**....\n*...**\n*.*..*\n*.*.**\n*...*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n*.*.*.\n..*.*.\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****..***\n..************\n*******..*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*...........*\n..............\n.*.......*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n......*.\n...*.*.*\n...*...*\n...*..**\n....*..*\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*..*\n....*...\n..*..*.*\n..****..\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....***.\n*...*..*\n.**..*..\n..*.***.\n*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*..*\n....\n.***\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.*..\n......****..\n.........**.\n.........*..\n............\n..****..*...\n....**...***\n****......**\n.*..........\n......*.....\n......*.....\n```\n\n\n## Output without wrap\n\n```\n......***...\n......**....\n......*****.\n.........**.\n...**.......\n...*.*...**.\n.*...*..**.*\n*.***.......\n*..*........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*...\n......***...\n......*****.\n.........**.\n...**.......\n...*.*...**.\n.....*..**..\n*****.....*.\n**.*........\n......*.....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n....**\n***...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**..*\n******\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*.**..\n*....*\n*...**\n...*.*\n....**\n**....\n.*....\n**...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n...**.\n****..\n......\n......\n.....*\n....*.\n.*....\n..*...\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..**..\n......\n......\n....*.\n....**\n.*....\n..*..*\n.***..\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**..*\n**.*.*.*.*.\n*.*.******.\n.****.*....\n****.****..\n****.*.*.**\n**.**.***..\n*.*..**.*..\n.*******.*.\n```\n\n\n## Output without wrap\n\n```\n**....***..\n*.**.....**\n*........*.\n.........*.\n........**.\n.........*.\n...........\n*........*.\n.****..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n..**.....*.\n*........*.\n.........**\n........**.\n.........*.\n...........\n*........**\n..***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n**..*\n.....\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n.*...\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*..*\n**...\n.**..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*\n...*....\n*..*****\n**.....*\n***.....\n.*.....*\n*......*\n........\n........\n...*....\n*....*..\n....****\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*.*.*\n.*.....*\n.......*\n..*.*...\n........\n........\n........\n........\n........\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*\n**....**\n.*....*.\n.*....*.\n..*.*...\n**.....*\n*......*\n........\n........\n........\n*.....**\n*..***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n.....\n.....\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*.**\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..**\n..**\n****\n*.*.\n*...\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n.*..\n..**\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n.*.*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n*.....\n......\n......\n..*..*\n....*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n....*.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n....*.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*.*.\n*...*.....*\n*........*.\n*......**.*\n*....*.....\n```\n\n\n## Output without wrap\n\n```\n.........*.\n........*.*\n**.....*...\n**......*.*\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..****.*.\n**...*.***.\n.*.....*...\n**.....*...\n*....***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*.*\n.**\n***\n.**\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n...\n*..\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.*.....\n......*\n....*.*\n...*...\n...*..*\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n...*.**\n...*..*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n.......\n.....*.\n...*.**\n...*..*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*..**\n...........\n*.....**...\n...*..*.*.*\n......*.***\n.*.*..**...\n.....*.....\n.*******...\n.....***...\n**.*....**.\n.*...*....*\n```\n\n\n## Output without wrap\n\n```\n......*....\n.....*.*...\n........*..\n........*..\n....*.....*\n.....*..**.\n..*........\n.**........\n*...*.**...\n..**....**.\n*.**.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....****\n*....*.****\n*.......***\n**......*.*\n**..*......\n**...*..***\n..*........\n.**........\n*...*.**.*.\n..*.*******\n..*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....*\n.**...****\n....*.****\n*........*\n..***...**\n..*...*...\n....*..**.\n.*..*..**.\n**.*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n...*..*...\n.*...**...\n....**....\n.***....**\n..*.**...*\n...*.**.*.\n*****.*..*\n***....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n...*..*...\n.*...**...\n*...**....\n****....**\n..*.**...*\n...*.**.*.\n.****.*...\n.****..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.......***\n.......***\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........*.\n.......*.*\n.......*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........*.\n.......*.*\n.......*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**..\n**...**...\n*....*.*..\n```\n\n\n## Output without wrap\n\n```\n**...**...\n..*.**....\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n..*....\n..*.***\n*......\n...*...\n...*..*\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n.*...**\n..**.*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.*.**\n.*.....\n*.**..*\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n**.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n..*.....\n........\n.....*..\n..*.....\n........\n........\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.**.\n..******.\n.*.....**\n.**.....*\n**.......\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**.*....\n.*..**.**\n.****..**\n...*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*****...\n.*..**.**\n.****..**\n.*.*....*\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.**\n*.*\n.**\n***\n***\n*.*\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*..\n.......**.\n........*.\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n......*..*\n.......**.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......**.\n......*..*\n.......**.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**.*\n...*.....**\n..*....*...\n..*....**..\n...*****...\n**..*......\n.***.......\n...**.*.**.\n.*...**..*.\n.*.......*.\n.*........*\n*.**.*.....\n*....*.....\n```\n\n\n## Output without wrap\n\n```\n........*.*\n..**...*..*\n..*...**.**\n.........*.\n*.......*..\n...*.......\n....**..*..\n**.*.....**\n*...*......\n*.**.**.***\n...*.......\n*.**.......\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.********..\n*.***..*...\n..*...**.**\n.........*.\n*.......*..\n...*.......\n....**..*.*\n.*.*.....*.\n....*......\n.***.**.*..\n...*.......\n..****...*.\n..**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.**\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n***.\n**.*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***********\n*.*********\n*****.*****\n***.*******\n****.*.***.\n**.*.****.*\n.**********\n**.*******.\n*..*.****.*\n***********\n*..****.***\n.**********\n****..*****\n****..****.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.*.*.\n..***.***...\n...*.*..***.\n*...*...*..*\n**.....*****\n*...........\n......****.*\n```\n\n\n## Output without wrap\n\n```\n..******.*..\n.**.......*.\n..**.**...**\n*.*..****..*\n..*....***.*\n**....*....*\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*....\n.**.*.*..**.\n.***.**...**\n***..****..*\n***....***..\n*.....*....*\n..**.*.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........**\n.......***\n........**\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n......**..\n........*.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n*.....**.*\n........*.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.......\n..**........\n............\n............\n.*........**\n***.***...**\n```\n\n\n## Output without wrap\n\n```\n..*.*.......\n..*.*.......\n...*........\n.*..........\n*.*.......**\n*.*.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.....*\n...*........\n...*........\n............\n.*****......\n..****....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n...**\n**...\n..***\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n...*.\n.*...\n.****\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n...**\n**...\n*****\n..***\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*.\n*....***\n.*****.*\n.*.*..*.\n.*..***.\n```\n\n\n## Output without wrap\n\n```\n.***..**\n*...*..*\n..*...**\n*..***.*\n.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*\n.*.*....\n*.*.....\n.*....**\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n..*..\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n****.\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....\n****.**.*\n*.....**.\n.......**\n..**.*..*\n```\n\n\n## Output without wrap\n\n```\n*...**...\n*..****..\n*.*..*...\n........*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n...****.*\n..*..*...\n*........\n*****..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n......**.\n......**.\n.........\n.*.......\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n......**.\n......**.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n......**.\n......**.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n..*\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n...\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n.**.*...\n..*.**..\n...***..\n*....*.*\n.***.***\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n.*......\n.*......\n.*.**.*.\n.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***..\n****.**.\n.*......\n........\n**......\n.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n**.*.\n.*.**\n.***.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.*..*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.*...\n**.**\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n.*......\n.*......\n**...*..\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n.**.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n**......\n.**.....\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n..**.\n..***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*..*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*..*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.*....\n........*.....\n..............\n..............\n..............\n.......**.....\n......*.......\n......*..*....\n......*.......\n```\n\n\n## Output without wrap\n\n```\n.......**.....\n.......**.....\n..............\n..............\n..............\n.......*......\n......*.*.....\n.....***......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.....\n.......**.....\n..............\n..............\n..............\n.......*......\n......*.*.....\n.....***......\n.....**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n...*....\n..**....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..**....\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n..**....\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.**..\n.....\n.**..\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**..\n.....\n.**..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.**..\n.....\n.**..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**.*.\n****.\n.**.*\n**...\n*..*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n*..**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n...*.\n**.*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n..****\n*****.\n**...*\n***...\n```\n\n\n## Output without wrap\n\n```\n.....*\n......\n*.....\n....*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*..\n**.**.**\n.*.*****\n*.......\n*..*****\n```\n\n\n## Output without wrap\n\n```\n***...*.\n*..**..*\n........\n*******.\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n..*.....\n**......\n....*.**\n*..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n..*..*...\n..**.*...\n..*.*....\n**..***..\n..*.*....\n*****...*\n*..**.*.*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.**.*....\n.**..*...\n..*...*..\n.**.*....\n.........\n*......*.\n*...**.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.**.*....\n.**..*...\n..*...*..\n.**.*....\n........*\n.......**\n....**.**\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*...*.\n*.....**....\n....**......\n****..**....\n*..*.....***\n...**..**..*\n.*...*....**\n.......*....\n......*..*..\n*..**.....*.\n...*.******.\n*......*.**.\n*...**...*..\n..*.**......\n```\n\n\n## Output without wrap\n\n```\n.*....**....\n.*....**....\n*.****......\n****.**...*.\n*.....*..***\n..***...*...\n....*.***.**\n......*...*.\n............\n...**.....*.\n...*.***...*\n.......*....\n.*.****.***.\n...***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**...*\n.*....**...*\n*.****......\n****.**...*.\n......*..**.\n..***...*...\n*...*.***.**\n......*...*.\n............\n...**.....**\n...*.***....\n.......*....\n.*.****.****\n....*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n....**....*...\n...**....***..\n........*..**.\n```\n\n\n## Output without wrap\n\n```\n....*.....*...\n...*.*...***..\n...*.*..**..*.\n....*.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*....\n...*.*...*.**.\n...*.*..**..*.\n....*......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n***\n...\n*.*\n**.\n...\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*.*\n*..\n*..\n**.\n**.\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n*.*\n**.\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**..*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.*\n..***..*\n****....\n*.......\n**......\n....*...\n....****\n```\n\n\n## Output without wrap\n\n```\n....***.\n*....**.\n*...*...\n........\n**......\n....*.*.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n.....***\n*...*..*\n.......*\n**......\n*...*.**\n*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***.\n...*.**.*\n.....***.\n.*****.**\n.*.**.*.*\n.**...**.\n***.**.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.......**\n.*.....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*...*\n**......*\n*.......*\n........*\n*........\n...*.....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n**..*.\n*....*\n......\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n..**.*\n**.*.*\n***.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...**.\n.**.**\n.....*\n.....*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n...*\n*..*\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.**.\n***.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n..*\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.*..**\n*.....*.....*\n....***......\n.....*.......\n........*....\n.......**....\n......****...\n```\n\n\n## Output without wrap\n\n```\n.....**....**\n....*..*...**\n...**.*......\n....*.*......\n.......*.....\n......*.*....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..**.*.\n....*.....*..\n...**.*......\n....*.*......\n.......*.....\n......***....\n.....**.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n..*....\n.****..\n*.*....\n.....*.\n.......\n.......\n.......\n*..*.*.\n*..**..\n```\n\n\n## Output without wrap\n\n```\n...*...\n....*..\n.......\n..*.*..\n.......\n.......\n.......\n.......\n...*...\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..\n....*..\n.......\n..*.*..\n.......\n.......\n.......\n.......\n...*..*\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*.......\n***...*.*\n..*..****\n..**.....\n.........\n........*\n*......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n***......\n*.*..**.*\n.....**.*\n..**..**.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.**......\n..*..**.*\n.....**.*\n..**..**.\n.........\n........*\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n.****..\n*.*.*.*\n.**...*\n.*.*.**\n*...*..\n...*.**\n*.*....\n....*..\n**..*..\n...*.**\n```\n\n\n## Output without wrap\n\n```\n...*...\n.*..**.\n...**..\n*.....*\n**....*\n*.....*\n.....*.\n.....*.\n..*..*.\n...*.*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n....*..\n*..**.*\n*.....*\n**...**\n.......\n.*.....\n.*.....\n*.*....\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n**.***\n******\n.*..**\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*\n.*.*.*...*\n**.*..*...\n......*..*\n*...*.....\n*.**.....*\n.......*..\n***....***\n.*.....**.\n```\n\n\n## Output without wrap\n\n```\n..........\n*****.....\n..*.*.*...\n.....**...\n.*..*.....\n**.**.....\n*..*....*.\n...*..**.*\n*.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.**.*...**\n.**.*.*.**\n.*...**..*\n....*.....\n.*.**....*\n...*....*.\n***...***.\n..*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n*.......\n*......*\n*..**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n*......*\n**.....*\n*..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..........\n*.......*...\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n**..........\n**..........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........\n**..........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.\n*.......*\n......***\n.....*...\n........*\n....**.**\n*.....*.*\n.*....**.\n```\n\n\n## Output without wrap\n\n```\n.........\n......*.*\n.....**.*\n.........\n....*...*\n....*...*\n.....*..*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***.\n**...*...\n*....**..\n.........\n....*...*\n....*...*\n.....**..\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*....*\n......\n......\n......\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n*....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n.***\n**.*\n....\n*..*\n....\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n...*\n**.*\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n..*\n***\n*.*\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n......*....\n.....*.....\n.....***...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.....*.....\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.....*.....\n.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.........\n.........\n.........\n.........\n.*......*\n.*.....*.\n......*..\n.........\n......**.\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......**.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n........*\n........*\n......***\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.***.\n....**....\n***..***..\n.*...*....\n.....***..\n..........\n.....*.*..\n**..****..\n*.*.....*.\n*.*...****\n.***...**.\n....**.*..\n..*.****..\n```\n\n\n## Output without wrap\n\n```\n.*.**.**..\n....*...*.\n***.......\n***.*.....\n.....**...\n.....*.*..\n....**.*..\n**..**.**.\n*.**.....*\n*.....*..*\n.*****...*\n.*........\n...**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*.\n....*...**\n***.......\n***.*.....\n.....**...\n.....*.*..\n....**.*..\n**..**.***\n..**......\n*.....*...\n******....\n.*........\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n...***..\n........\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n....**..\n...*....\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n...*....\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...***\n.........*.\n....*......\n*....*.*.*.\n........**.\n....*......\n*.*...*...*\n```\n\n\n## Output without wrap\n\n```\n........*.*\n.......*..*\n........*.*\n.........*.\n........***\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*..\n*......**.*\n*.......*..\n*..........\n*.......*..\n........*..\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*..**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n...**\n*.*..\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n..****\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n.**.**\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n*.*.**\n..*.**\n*.*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**.**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*****\n***..\n.*.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n*....\n.....\n....*\n....*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...**...\n........\n...**...\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.*.\n*.*.**.**.\n..***.**..\n**.*.**...\n..*..*....\n..........\n..***.....\n.**.*..**.\n..........\n..........\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n.*...*..**\n.*.....**.\n***..***..\n.**.***...\n....*.....\n....**....\n.**.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**.\n**...*..*.\n**.....***\n.**..*****\n.**.***...\n....*.....\n....**....\n.**.......\n..........\n..........\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.....*..\n*..........*..\n*..***....*...\n*.........*...\n*...........*.\n..............\n..............\n..............\n..............\n............*.\n...........*.*\n...........*.*\n.*.........*..\n```\n\n\n## Output without wrap\n\n```\n.*............\n*.**......**..\n...*........*.\n**........**..\n..............\n..............\n..............\n..............\n..............\n............*.\n..........**..\n..........**..\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..*.\n.........*....\n...*.........*\n.*........**..\n*.............\n..............\n..............\n..............\n..............\n............*.\n..........**.*\n**...........*\n*.*......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*...\n...*...*\n.*..*...\n*.......\n...*....\n.......*\n......*.\n.....**.\n....*..*\n```\n\n\n## Output without wrap\n\n```\n..***...\n...**...\n........\n........\n........\n......*.\n.....*.*\n....*...\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*\n*.***..*\n**......\n........\n........\n......*.\n.....*.*\n........\n...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n*.*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*.*.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*.*.*\n..*.*\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*.*\n.**.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*.*.*\n***.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*.\n.*.........\n..*......**\n*........**\n.....****..\n....**.***.\n.....**....\n....*......\n...*.*..**.\n....***.**.\n```\n\n\n## Output without wrap\n\n```\n...........\n.........**\n........*..\n.....**...*\n....***..**\n....*.****.\n......***..\n.........*.\n...*.....*.\n....**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*..\n.....*....*\n*.......**.\n.....**....\n....***....\n....*.***..\n......***..\n.........*.\n........**.\n....*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n*.....*\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n...**....\n....**...\n*...*....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*....\n....**...\n...*..*..\n....**...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....*....\n....**...\n...*..*..\n....**...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n..**..\n...**.\n.****.\n***..*\n....**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*....\n......\n**....\n**...*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..*..*\n*.....\n......\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...*..\n.*****\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n.****.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n*.**.\n.*.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.*.*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**..*\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n*......*\n*......*\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*......*\n*......*\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n**.\n***\n.**\n.**\n*..\n...\n..*\n***\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n...\n*.*\n.*.\n...\n..*\n.**\n...\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n..*\n***\n...\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n...**.\n.**.*.\n.*..*.\n....**\n....**\n..*.*.\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n...***\n.**...\n.**...\n.*..**\n..**..\n...*..\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n.**...\n..*...\n....*.\n*.**.*\n...*.*\n...**.\n.*....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n...*\n..**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.***.\n..*.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*....\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*..*..\n.....*\n......\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....***\n...***....*.\n............\n........*...\n```\n\n\n## Output without wrap\n\n```\n...***...***\n...***...***\n....*.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...***\n...***...***\n....*.......\n.........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.....*..\n.....*....****\n**...*.*****..\n..***...*....*\n..**...*......\n```\n\n\n## Output without wrap\n\n```\n....**........\n..*.....**....\n.***....**....\n.*..*.*.......\n...*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*.......\n........**....\n*.**....**...*\n*.***.........\n.*.*......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*.\n.**.**..*\n**.**...*\n**..**..*\n*..**....\n.*.*.**..\n*..*..*.*\n.....*...\n..****...\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.******..\n.***.*.**\n.......**\n......**.\n***....*.\n**.***...\n..***....\n..**.*...\n...**.*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..*\n........*\n.......**\n......**.\n*.*.....*\n.*.***...\n*.***....\n.***.*...\n..**..**.\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n......*...\n.......*..\n.....**...\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.....*.*..\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.....*.*..\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*..\n...........*\n......*.....\n*.....*...*.\n............\n..*.........\n.........*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..\n............\n............\n............\n............\n............\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n........*\n*.......*\n*.....**.\n.....*.**\n......**.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n........*\n......*..\n.....*..*\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n*......**\n*........\n*.....*..\n.....*...\n.........\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n......\n.....*\n.*..**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n.*....\n*...*.\n.....*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**....\n**...*\n**...*\n......\n......\n......\n......\n......\n......\n**....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n..*...\n**....\n......\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*...*\n..*...\n.*...*\n*.....\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n***\n***\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n******\n******\n******\n*.****\n***.**\n******\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*\n.****.....\n**.**...**\n*....*.*..\n....*.****\n..***.....\n.*....***.\n*****.*.**\n```\n\n\n## Output without wrap\n\n```\n.*........\n**..**..**\n..*..**.**\n**...*..*.\n.*....***.\n...**.*..*\n*.....*...\n***..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.***\n*......*..\n*.*..**.**\n*....*....\n*.....****\n...**.*..*\n.*.....*..\n..**.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n....\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..*.\n..**\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..****..\n.*.**......*..\n.*.*.***.....*\n.....****..***\n..**..*.....*.\n...***.....**.\n.**.......**.*\n.....*.....*..\n.....*..**.*..\n```\n\n\n## Output without wrap\n\n```\n.........*.**.\n...**..*......\n..***......*.*\n...**.........\n..**........*.\n.*...*........\n..**.*...***..\n.........*.*..\n..........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*........\n....*..*.*....\n..***......*..\n*..**........*\n.***........**\n.*...*........\n..**.*...***..\n...*..*..*.**.\n....******....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n......*.*\n....**..*\n*..**.***\n....**..*\n.........\n.........\n.......**\n......**.\n......*..\n```\n\n\n## Output without wrap\n\n```\n......**.\n....***.*\n...**.*.*\n..*...*.*\n...****..\n....**...\n.......*.\n......*.*\n.....*..*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....***..\n...**.**.\n*.*...***\n*..******\n....**...\n.......*.\n......*.*\n.....**.*\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n......**.\n**.......\n........*\n..*....**\n.*....*.*\n.....***.\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n.......*.\n.*.....**\n........*\n.....*..*\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n......***\n*......**\n.*.....**\n........*\n*....*..*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..*\n*...*.*..\n..*.*.*..\n***...*..\n.......**\n******.*.\n*......*.\n***.....*\n****....*\n```\n\n\n## Output without wrap\n\n```\n...***...\n......**.\n*.*...**.\n.***.**..\n....**.**\n*****..*.\n....*.***\n...*...**\n*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**\n......**.\n*.*...**.\n****.**.*\n....**.*.\n*****..*.\n....*.**.\n...*...*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n.*....*.....\n.**..***....\n.**..**.....\n............\n..**........\n..**..**...*\n...*..**..**\n.......*....\n...**.......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n......*.....\n.*....**....\n*....*.**...\n***...*.....\n.*.**.......\n..***.......\n....*..*.***\n..*.....****\n..***..*....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n......*.....\n.*....**....\n*....*.**...\n***...*.....\n.*.**.......\n..***.......\n....*..*.***\n..*.....****\n..***..*....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n*.*....\n*.*....\n*......\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.**...\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n*.**..*\n*.....*\n*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n*.....*\n....***\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...*.*\n....*..\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.**\n*.*....*\n.****..*\n***..**.\n```\n\n\n## Output without wrap\n\n```\n.**...**\n.***.*.*\n.......*\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*.*..\n....**..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.\n.*****..\n...*.***\n.******.\n*.*.****\n.*******\n***.****\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.......\n*.......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.........\n.........\n*.*......\n*******.*\n***.**.*.\n...*.*.**\n......***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....**..\n.*...**..\n.**...*..\n.**......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.......*.\n.........\n.....****\n.....****\n..*...*..\n..*......\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n********\n********\n***..***\n********\n***.****\n*****.**\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n........\n*...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n..*.\n***.\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n...*\n....\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*.*.\n..*.\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n....*\n.....\n.....\n.....\n*..*.\n.*.*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n.....\n..*..\n...*.\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*****\n.....\n.....\n.....\n..*.*\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.*.\n*.*\n.*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*\n...*....*\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...*.....\n...*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.....**..\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*..*.\n.........*....\n..........***.\n*............*\n.*...**.......\n..*.*.......**\n*.**.**.......\n*..*.*........\n..............\n..............\n.........*.*..\n```\n\n\n## Output without wrap\n\n```\n..............\n.........*..*.\n..........***.\n...........**.\n.*...*......**\n..*.*.........\n..*..**.......\n.***.**.......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**....\n.........*..*.\n..........****\n*..........***\n.*...*......*.\n*.*.*........*\n*.*..**.......\n.***.**.......\n..............\n..............\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n*****\n*****\n...*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......*.*\n......*.*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n***.\n****\n.***\n....\n**..\n...*\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*..*\n....\n....\n....\n....\n*.*.\n*.**\n.***\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n..*..*\n******\n.*....\n**.***\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....**\n**.*.*\n*.**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n....*.\n*..*..\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n*...**\n.....*\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n*...**\n....*.\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n****\n****\n*.**\n**.*\n.*.*\n.**.\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n...*\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....*.*\n*....*****.\n*****.****.\n**.*.**..**\n*.***.***.*\n****.****.*\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n....**.....\n....*......\n...........\n.........*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n.....*.....\n....*......\n...........\n...........\n....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n****\n.*..\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n***\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n..*\n...\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*.**\n.......*...\n.********..\n*..**.*.*.*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n*.*......*.\n***..*.*..*\n.**....***.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..**.*\n..*........\n..*..*.*...\n*..*.......\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*....**\n...*...\n....*..\n*...*..\n.*...**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n...**..\n....*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n....***\n...**..\n*...*.*\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......***\n........****\n............\n..........**\n..*......*..\n.***..*.....\n****......*.\n```\n\n\n## Output without wrap\n\n```\n........*..*\n........*..*\n............\n..........*.\n.***......*.\n*...........\n*..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*...\n*.......*...\n............\n..........*.\n.***......*.\n*...........\n.........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....**....\n****...****...\n**......**...*\n```\n\n\n## Output without wrap\n\n```\n*..*...*..*...\n...*...*..*...\n*......*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n...*...*..*...\n...*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n.***..\n.*..*.\n......\n```\n\n\n## Output without wrap\n\n```\n***...\n**.**.\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n**.**.\n**.**.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n***...\n.*...*\n**...*\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n*.*...\n*.*...\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.**...\n*.*...\n***...\n.**..*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.......\n......*\n.......\n.......\n..**...\n.*.*...\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n.......\n.......\n.......\n....*..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.....\n..........\n*...*.....\n*****.....\n**...*.**.\n.*.**...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n*.*.*.....\n..****....\n.....*.**.\n***.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n..........\n*.*.*.....\n..****....\n.....*.**.\n.*.***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n.*....\n*.....\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n......\n......\n......\n......\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..........*\n**.***.......*\n***.........*.\n********...*.*\n..**...*.....*\n.*.****.....*.\n.*.***.......*\n****.**.*...**\n.*****.......*\n```\n\n\n## Output without wrap\n\n```\n.**.*.........\n.*..*.......**\n...*..*.......\n.....***.....*\n**.....*.....*\n......**....**\n......**......\n.....***......\n.....**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......**\n...........**.\n...*..*.......\n.....***......\n*......*....**\n*.....**....**\n......**....**\n.....***......\n.....**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...........\n.**...........\n..............\n..............\n..............\n...*......*...\n..........**..\n..............\n..............\n..............\n....*.........\n..............\n```\n\n\n## Output without wrap\n\n```\n.**...........\n.**...........\n..............\n..............\n..............\n..........**..\n..........**..\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...........\n.**...........\n..............\n..............\n..............\n..........**..\n..........**..\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n***..\n**...\n```\n\n\n## Output without wrap\n\n```\n..*..\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.....*.\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...**....\n..**.....**...\n....*...*.....\n...*.*.**.....\n..**...**.....\n...*..**..*...\n...*.*...***..\n```\n\n\n## Output without wrap\n\n```\n..*.*...***...\n..*.......*...\n..*.*..**.....\n..**..*..*....\n..**.....*....\n...*..**..**..\n....*.*..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..*..\n..*.......*...\n..*.*..**.....\n..**..*..*....\n..**.....*....\n...*..**..**..\n.....***...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n**.**\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n*..**\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*.....\n.*....\n*.**..\n*.*...\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n*.**..\n*.**..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.....\n***...\n*.**..\n*.**.*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n*..*..**.\n*..**..*.\n*......**\n.........\n.........\n.........\n.........\n...***...\n..*......\n.*.*.*...\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n.....***.\n..**.***.\n..****..*\n.........\n.........\n.........\n.........\n...**....\n...***...\n..*......\n.*.*.....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n..**.*.**\n******.*.\n**.......\n........*\n.........\n.........\n...**....\n...***...\n..*......\n.*.*..*..\n..*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*..*\n*........*.\n.......***.\n........*..\n**.....*...\n```\n\n\n## Output without wrap\n\n```\n**.........\n**.....*.**\n.......*.*.\n.........*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n**.....*.*.\n.......*.**\n.........*.\n.*.....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...\n.......*....\n.........*..\n...*........\n....*.......\n```\n\n\n## Output without wrap\n\n```\n............\n........*...\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n........*...\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n..........\n.....*....\n...*.*.*..\n...*....*.\n...*.....*\n...**..*.*\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.*...\n......*...\n..**....*.\n..**.....*\n...**.*...\n....*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..........\n....*.*...\n......*...\n..**....*.\n..**.....*\n...**.*...\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n.*.\n...\n...\n**.\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**....\n.*...*...*\n.*.......*\n.*..**...*\n```\n\n\n## Output without wrap\n\n```\n.*.***....\n*.*...*...\n*.*.**....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...\n....*.*...\n......*...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*************\n*******..****\n***.******.**\n*..**.*.*..**\n**.*...****.*\n```\n\n\n## Output without wrap\n\n```\n*......**...*\n.............\n.............\n.............\n*****..****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*\n.....*..*\n.....*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....***.\n.....***.\n.....***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n.*.*.....\n.*.*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.*.*..\n**.*..\n*.***.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n...**.\n*.....\n*....*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...**.\n*....*\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*.*.\n*****\n....*\n***.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n**...\n*.*.*\n.**.*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n......*..\n.........\n.*.**....\n*.**.****\n....*****\n..**....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.*.*****.\n.**.....*\n.*.......\n...****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n.........\n**.******\n***......\n.*.......\n..*****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n*...**\n....**\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*....*\n**..*.\n*...*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*****\n*.*..*****\n***..*****\n```\n\n\n## Output without wrap\n\n```\n...**.....\n..****....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....\n.*...*....\n.*...*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*..*\n*.**\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n****\n*...\n*..*\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n..***.\n**.**.\n.**.*.\n***.**\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*...**\n......\n....**\n*.*..*\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*...\n.*..*\n**...\n```\n\n\n## Output without wrap\n\n```\n***..\n*....\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n....**\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...*.\n*..*..\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...*..\n...***\n......\n....**\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..**..\n...**.\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..**..\n...**.\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n......**\n*....*..\n......*.\n***.....\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n.....*.*\n........\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n......*.\n*.......\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n****.\n**.**\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n***\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n.......**.\n......**..\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.........*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*\n.........\n..**....*\n.****...*\n......*..\n*.....*..\n.**.**...\n.*...*...\n****..***\n...***...\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n.*..*....\n.*..*..*.\n.***.*.*.\n.*....*..\n***.***..\n.....*.*.\n**.*..**.\n*..*****.\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*.*......\n**..*....\n**..*..*.\n****.*.*.\n.*....*..\n***.***..\n.....*.**\n**.*..***\n...*****.\n*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*...\n*.........\n..*.*.**..\n**.****.**\n.*...***..\n**...*.**.\n```\n\n\n## Output without wrap\n\n```\n**........\n*.**.**.*.\n*.*..**.*.\n****....**\n..*....*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*...*\n..*.......\n..*..**...\n****....**\n..........\n.....****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n...*.....\n.....**..\n......*..\n.....**..\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...**....\n...*.**..\n....***..\n.......*.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n..**.**..\n....***..\n.......*.\n....***..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n*.*.\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n**...*\n*...**\n*....*\n***..*\n.*.***\n***.**\n.**.*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n*.***.\n.....*\n*...**\n*....*\n*.**.*\n......\n*.....\n......\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n......\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n..*\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.****\n.*......*.\n.*......**\n.*........\n.**.......\n*****....*\n```\n\n\n## Output without wrap\n\n```\n****...***\n...*......\n***.....**\n**........\n..........\n*..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*..\n...*......\n.**.....**\n.*........\n..........\n....**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....\n.*.*....\n........\n........\n........\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.*....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**...\n.*.*....\n........\n........\n........\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....***.....\n**..*...***..\n........**...\n**.*.....***.\n.......**.*..\n.....***...*.\n....***...*..\n..*.*.*.*....\n....*.**.....\n.......**..*.\n```\n\n\n## Output without wrap\n\n```\n**...*****...\n**...**...*..\n..*........*.\n.......*...*.\n.......**....\n....*...****.\n...**........\n....*........\n...*..*......\n......***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**...*.*\n**...**...*..\n..*........**\n.......*...*.\n.......**...*\n....*...****.\n...**........\n....*........\n...*..*......\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*...\n.....\n.....\n.*..*\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**.*.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n.....\n.....\n.*.**\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****..*\n.*...*....\n..***.....\n....****.*\n..*..***.*\n..*.....*.\n...**.....\n*.......*.\n....*.....\n.*.*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.....**...\n..***.*...\n.***......\n..*.*.....\n..*.*.....\n..*..****.\n..*...**..\n...**.....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***..\n...*.....*\n..**......\n..*.*.....\n..*.*.....\n..*..*****\n..*...***.\n...**.....\n*.*.**...*\n..****..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n........\n...*....\n..**....\n*.**..**\n.**..*.*\n..*****.\n...*....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**....\n.*..*...\n....*.**\n.......*\n.*...**.\n..**.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..**....\n.*..*..*\n*...*.**\n........\n.*...**.\n..**.*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*....*\n*.........*\n*...*..*..*\n....**.**.*\n...****..**\n...*...*.**\n.*........*\n.***......*\n.*..*..***.\n.********..\n**...*..*.*\n*....***...\n...*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n....*.*****\n....***...*\n....**..*..\n..***.*.**.\n...*.......\n**.*...*...\n**........*\n***......*.\n........**.\n***.*..***.\n**...*.*.*.\n....**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***\n....*.***..\n....***..*.\n....**..*..\n..***.*.*..\n**.*.......\n.*.*...*...\n..........*\n*.*......**\n........*.*\n*.*.*..**.*\n*...*..*...\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n...*.\n...*.\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.**\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n...*\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n..*.*\n*.*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.**.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n..***\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n..*..\n.*.*.\n.....\n...*.\n...*.\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n..**\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n*..\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n**.\n*..\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n*..\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.**\n.**\n**.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.*....\n*.....\n*.*.**\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n*.***.\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n.*..**\n******\n..***.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n....\n....\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n.*..\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n.*..\n....\n****\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****.\n.....*.*\n......*.\n....****\n......*.\n.*.*.**.\n.*...*..\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n...****.\n...*..*.\n........\n........\n.....**.\n.*..***.\n.*..***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n..***...\n........\n........\n.....**.\n.*..***.\n**.*.**.\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.\n.*.*...**\n*..**...*\n*..*..*.*\n*...**.*.\n*....*.**\n*..*...*.\n...*.****\n```\n\n\n## Output without wrap\n\n```\n.....**.*\n.***.**.*\n*.....*.*\n...*...*.\n....**..*\n**...*...\n....**...\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n.....*...\n.*....*..\n**.*.....\n.*..**...\n**...*..*\n**...*..*\n.***.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**.*\n*..*.*****\n*********.\n```\n\n\n## Output without wrap\n\n```\n.***......\n....*...**\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*...\n....**....\n.*.......*\n..***.....\n.**..*...*\n.**...*..*\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**....\n..*..*....\n...**.....\n....**....\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*...\n....**....\n..*..*....\n...**.....\n....**....\n.*.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.\n....***.\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n....*.**\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**\n....*...\n......*.\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..*..\n.....\n.....\n*...*\n...*.\n...**\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n...*.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n..**.\n.....\n.....\n....*\n*..*.\n*.***\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.........\n....*........\n........*..*.\n...*.........\n.............\n.........*.*.\n.............\n.*.........*.\n.............\n............*\n.......*.....\n..**.........\n.*...........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..*..........\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...*.\n...*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n..*...*.\n..*..*..\n...*...*\n.*.....*\n.....**.\n...*..**\n......**\n......*.\n........\n....*..*\n.**..*.*\n..**....\n**......\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*.**..\n..**..*.\n..*...*.\n.......*\n.....*..\n........\n.....*..\n......**\n........\n......*.\n.**.*.*.\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n..*.**..\n..**..*.\n*.*...*.\n*......*\n*....*..\n........\n.....*..\n......**\n........\n*.....*.\n***.*.*.\n...*....\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n******\n*.***.\n*..***\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*....*\n*.....\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...**.....\n.*...*.*..*..\n**....**.....\n......*...*..\n.*...........\n.............\n..*......**..\n....*.**.....\n.....*..*....\n......*.....*\n.......*...*.\n.*.*.........\n```\n\n\n## Output without wrap\n\n```\n......**.....\n***..*..*....\n**...*.*.....\n**....**.....\n.............\n.............\n.............\n.....*****...\n.....*.......\n......**.....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**.....\n***..*..*....\n**...*.*.....\n**....**.....\n.............\n.............\n.............\n.....*****...\n.....*.......\n......**.....\n.............\n..*...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n****\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....**.\n..........\n**.**.***.\n.**.*...**\n*..*..*...\n```\n\n\n## Output without wrap\n\n```\n..........\n.********.\n.****....*\n*.....*..*\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n..*****...\n.****...**\n..*...*.**\n*......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n...*.*\n*....*\n.*....\n...***\n*.*.*.\n*..*.*\n*..*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n..*..*\n.*.***\n*.....\n*...*.\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.***..\n*....*\n..*...\n...***\n......\n......\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n.*..*\n*....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n*...*\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n...*.\n.**.*\n.....\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n..**.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n**.*.\n..**.\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.***\n**********\n***.******\n*******.**\n*********.\n**********\n**.****.**\n**********\n********.*\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.....*.\n.*.....\n...*...\n.......\n.......\n....**.\n....*..\n.......\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..***\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..**.\n..*..\n*..*.\n*****\n.....\n*****\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n*....\n*...*\n*****\n*....\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*....\n....*\n.....\n***.*\n.....\n*****\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.*..*\n..*.*.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n..*.**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*..*\n..*.*.\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n*.....*\n..*....\n.**.*..\n....**.\n***.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.......\n.**..*.\n*.....*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n**.**.*\n*......\n*.*..*.\n*.....*\n***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n**.*..\n.*..**\n.**..*\n```\n\n\n## Output without wrap\n\n```\n**....\n***..*\n.***.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n....*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*..\n.*.......\n.**......\n.........\n.........\n.*.......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.**......\n*........\n.**......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n*........\n.**......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*\n..***.*\n*.**..*\n```\n\n\n## Output without wrap\n\n```\n...***.\n.**...*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n......*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*.*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..*.\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....\n..**.....\n..**..*..\n...***.*.\n*...*.***\n.*.**.*.*\n.*......*\n**.....*.\n.*.......\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.**......\n....*....\n.....**..\n..*.....*\n..*.....*\n*****.*.*\n.*......*\n***......\n**.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n....*....\n.....**..\n..*......\n*.*......\n.****.*..\n.*......*\n.**.....*\n**.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n*.*.\n*...\n.*.*\n*.**\n....\n..**\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n*.*.\n*..*\n...*\n.*..\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n..*.\n*..*\n....\n...*\n....\n..*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....*..\n**.*****.**\n***.*.**..*\n..*.......*\n.*......*.*\n```\n\n\n## Output without wrap\n\n```\n****.*****.\n.........**\n*...*..**.*\n*.**...*..*\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.*..\n.........*.\n....*..**..\n..**...*..*\n.**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n*..\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n*....*.\n....*.*\n....*.*\n...*..*\n*..*...\n*......\n*..**..\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*.*\n......*\n......*\n...*.*.\n..*..*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n....*..\n.*.....\n.*.....\n.*.*...\n..*....\n..***..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.....\n..*.**..**...\n..*****.*...*\n*.**....**.*.\n```\n\n\n## Output without wrap\n\n```\n......****...\n.....*..**...\n.**...*...*..\n......****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***..*..\n.***....****.\n***....*..**.\n.***....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.....*..*\n****...**....\n.*....*......\n...*..*......\n..*....**....\n**.......*.**\n...........*.\n***........*.\n*..*......*.*\n```\n\n\n## Output without wrap\n\n```\n.......**....\n**.**..**....\n.*.*..*......\n*..*..*......\n.**....***.*.\n.*.....******\n*.*......*...\n*.**......*.*\n*.*.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*****.\n*..*...***..*\n**.*..*......\n...*..*.....*\n..*....***...\n.......****..\n..*......*...\n.***......***\n.*.**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...*..\n**...*\n......\n**....\n......\n......\n......\n......\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*..*\n*.....\n.....*\n......\n......\n......\n......\n......\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*..\n........***\n..........*\n```\n\n\n## Output without wrap\n\n```\n.........*.\n...........\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.*\n*......**.*\n*......**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*.*\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....**.**\n.*...*.**.*.\n**..*.*.**.*\n..**...*..*.\n...**.***.*.\n.....*..*.*.\n...***..*.*.\n****.*******\n.*...*..*...\n****....****\n..*....***..\n```\n\n\n## Output without wrap\n\n```\n**....***.**\n..*..*......\n**.****....*\n.**.......**\n..*****.*.**\n........*.**\n.*.*........\n**.*......**\n.....*......\n*..*......*.\n..**...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......**\n..*..*......\n**.****....*\n***.......*.\n..*****.*.**\n........*.**\n**.*........\n**.*......**\n.....*......\n*..*......**\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.**.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n.****\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n...*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.****\n.*.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**.*.\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n**....\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*.*..\n...*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*...\n****\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n..**...\n.......\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..**...\n..**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n......**...**\n.............\n.......*.....\n.......**....\n.............\n.............\n.............\n......*......\n......*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n......***....\n.............\n.......**....\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n......***....\n.............\n.......**....\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n...*...\n.......\n.......\n.......\n*......\n.......\n.......\n.......\n.......\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**\n..*.*..\n...*...\n.*..*..\n.**..**\n...**.*\n.**.*..\n*.*....\n...*...\n```\n\n\n## Output without wrap\n\n```\n.....*.\n..****.\n..***..\n.*.***.\n.**...*\n....*.*\n.**.**.\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n..****.\n..***..\n**.***.\n.**...*\n....*.*\n***.**.\n..*....\n***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*....**\n.*.....\n.*.....\n**.*...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n.*.....\n***....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n......*\n*.....*\n.*....*\n.*.....\n***....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n***.\n*.*.\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*....**\n.....*...*.*\n........*..*\n***.....*..*\n*..**..****.\n.*...*.....*\n```\n\n\n## Output without wrap\n\n```\n....*.....**\n....*....*.*\n.*......**.*\n****.......*\n*..**..*****\n....*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.....\n....*....*..\n.*......**.*\n.***........\n...**..****.\n.*...**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n.*.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*..\n...*.**.\n...****.\n...**...\n........\n...***..\n```\n\n\n## Output without wrap\n\n```\n........\n..**.**.\n........\n........\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n........\n........\n........\n..**....\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*...***\n.*....*......\n..*...*...**.\n.............\n............*\n*...........*\n```\n\n\n## Output without wrap\n\n```\n......*......\n......*......\n......*......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*......\n**....*......\n......*......\n............*\n............*\n*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*..*\n.*....*...\n....**....\n...**.*...\n....*.*...\n```\n\n\n## Output without wrap\n\n```\n.....*....\n...*..*...\n...**.*...\n...*..*...\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.**..\n*..*..*...\n...**.*...\n...*..*...\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.......\n..**.......\n...*.......\n...........\n```\n\n\n## Output without wrap\n\n```\n..**.......\n....*......\n..**.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.......\n....*......\n..**.......\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..***...*\n**.*.*.*.*..\n*....*..**.*\n.********..*\n*.*.*......*\n****..**...*\n..*.....*..*\n***...*.***.\n```\n\n\n## Output without wrap\n\n```\n....**.**...\n.*..**.*.*..\n.*.......*..\n*......*...*\n*.....*.....\n.......**...\n.*....*....*\n.......****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..*.\n.....**.*.*.\n.........*..\n.......*....\n......*...*.\n.......**...\n.....**.*.*.\n...*..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.*\n..**...**..*\n..*.....**.*\n...***..****\n*.***.**...*\n*..*..***...\n*......*.*.*\n*****.*.*..*\n..*....*****\n.....*...*..\n...*.....**.\n```\n\n\n## Output without wrap\n\n```\n........*.*.\n..**...*...*\n..*........*\n.*...**....*\n.**........*\n*.****....*.\n*...**...**.\n*.**..*....*\n..*.****...*\n...........*\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....*.*\n*.**...*...*\n*.*........*\n.*...**.....\n***.........\n..****....*.\n....**...**.\n..**..*.....\n..*.****...*\n...........*\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n*..\n*.*\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n*..\n**.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.***......\n.***...*..\n*...*...*.\n...**.....\n.........*\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n.***......\n*****.....\n....**....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.......\n.***......\n*****.....\n*...**....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*..*\n**.******.\n*...*..*..\n**...***..\n*...**.*..\n...*....*.\n....*....*\n....*....*\n....*....*\n....*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*..*..*..\n.......*..\n...*...**.\n*..**.***.\n***.**...*\n..**.**...\n..*....*..\n..*..*.*..\n...*....**\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...**\n..........\n*..*...*..\n...**.**..\n.**.**....\n..**.**...\n..*....*..\n..*..*.*..\n..*....*..\n.*..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*...*\n..*..\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**.*\n.*.*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n.**.....\n**....**\n.**.....\n*.*...*.\n*..*.**.\n...****.\n...*.*.*\n..*....*\n......*.\n.....**.\n.....*..\n....**..\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.*.....\n*.......\n..*...**\n*.**.**.\n.***...*\n..**...*\n..**.*.*\n.......*\n.....***\n.....**.\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n..*....*\n.......*\n..*...*.\n*.**.**.\n.***....\n..**....\n..**.*.*\n.......*\n.....***\n.....**.\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.****\n********\n********\n.*******\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*..\n*.**\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n.**.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.***.\n***.****.*\n******.***\n***.******\n**********\n*...*.****\n**..***.**\n..*..****.\n*****..***\n*.***.****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n......\n.*...*\n**....\n**....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n..*...\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n***...\n..****\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*.*\n...........*.*\n...........*..\n```\n\n\n## Output without wrap\n\n```\n..............\n...........*..\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..*.\n.........*..*.\n.........*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n*.*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n...**\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..*.*\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n..*.*\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n....*\n....*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.*...\n*..**.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*.*.\n.**..*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n.*.*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**.*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n.*.*\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n.**.*.\n.*...*\n**....\n*....*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n**..**\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.*..**\n.....*\n.*....\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n**.......\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n*........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n*......**\n*......**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*....\n.*..*....\n.****....\n```\n\n\n## Output without wrap\n\n```\n.........\n**..**...\n******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.*\n..**..*.*\n..**..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n...*...\n...*...\n...*...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..***..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n..***..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n....*.\n*....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n**....\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*..*.\n*..*.\n.....\n.....\n.....\n.....\n.*.*.\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n*****\n*..*.\n.....\n.....\n.....\n.....\n.....\n..***\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n.....\n.....\n.....\n.....\n.....\n..***\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......**.\n...*....*\n....*....\n....*....\n.*.......\n.........\n*......*.\n.*.*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.......*.\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n.......*.\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n..*\n...\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n...........**\n*.........*..\n*.***........\n.*...*....***\n.*..*........\n..***........\n.........*.*.\n.........*.*.\n```\n\n\n## Output without wrap\n\n```\n.............\n...........*.\n.*.*.......*.\n*.***.....*..\n**...*.....*.\n.*..**.....*.\n..***........\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........***\n...........**\n**.*.......*.\n*.***.....*..\n.*...*.....**\n**..**.....*.\n..***........\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n***..\n**.*.\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.*.**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n.*.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n*.*\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.\n********\n*****.**\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.********\n****.****\n.***.****\n..****.**\n**.**.***\n***.*....\n***.*****\n```\n\n\n## Output without wrap\n\n```\n*.......*\n*........\n*........\n*........\n*.....*.*\n.........\n*.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n......*..\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*........\n*.......*\n*.......*\n.*......*\n*........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.......\n**.....**\n**.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.......*\n.*.......\n.*.....*.\n.*......*\n*........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....******.\n*.*.******.***\n..*.****.***.*\n```\n\n\n## Output without wrap\n\n```\n.***.*.......*\n..*.*........*\n.*..*....*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n*.*.*.........\n..*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n....\n....\n....\n.**.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**\n..*....**\n**..**...\n.*.****.*\n**.*..*.*\n***..*...\n.........\n....**.**\n*....*.*.\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.......**\n*.....***\n**......*\n...*..*..\n...*..*..\n*.*......\n.*..***..\n....**.**\n...*.*.**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...*.\n......**.\n.*.......\n...*..*.*\n...*..*.*\n..*.....*\n**..***.*\n....**.**\n...*.*.*.\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.********.....\n***...........\n.**..*.*.****.\n*........**..*\n*.........*...\n........***.**\n**..**..*****.\n***.**.*.**..*\n*.****.**.....\n*..*......***.\n.......*..*.*.\n.****...**..**\n```\n\n\n## Output without wrap\n\n```\n*..*****......\n*........***..\n..*.....**.**.\n*.......*...*.\n........*...**\n**......*...**\n*.******......\n.......*....*.\n*....*.**...*.\n.***..*****.*.\n.*..*...*.*...\n..**....**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*****...*\n*........***..\n..*.....**.**.\n*.......*...**\n*.......*...*.\n.*......*...*.\n..******......\n.......*....*.\n.....*.**...*.\n.***..*****.*.\n**..*...*.*...\n**.......*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*.*\n..*.*...*\n...*.....\n.****...*\n.***....*\n**.......\n...**...*\n...*.*.*.\n...**.*..\n..**.....\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n..****.*.\n..*.**.*.\n.*.......\n.*..*....\n....*....\n**..*....\n..***....\n..*..***.\n.....**..\n..*..*...\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..*.\n*.*.**.*.\n**.......\n.*..*....\n....*...*\n.*..*...*\n*.***...*\n..*..***.\n.....**..\n..*..*...\n**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.*.**\n.***.\n**.**\n*.*..\n.****\n*..**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n.....\n*...*\n*....\n*...*\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n.*..\n..*.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..**.\n***.*\n...**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..*..\n....*\n.*..*\n*....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...****.....\n....**...*..*\n.....*...***.\n......***....\n.....*...*...\n*.....*...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.*......\n........**.*.\n....**.*.***.\n.....****....\n.....*..**...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*...*.\n........**.**\n....**.*.***.\n.....****....\n.....*..**...\n*...*..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****.**\n******..**\n*.****..**\n.***.*....\n**.****...\n*******.*.\n.**..**.**\n.**.***...\n..****...*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n**....*...\n..........\n.......**.\n........*.\n.......*.*\n..........\n.......*.*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......*...\n..........\n.......**.\n........*.\n.......*..\n..........\n*.........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n....*\n..*.*\n...*.\n*...*\n.....\n*...*\n***..\n**..*\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n....*\n...**\n.....\n.....\n.....\n..**.\n.***.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n*...*\n*..*.\n....*\n*...*\n...**\n***..\n.**.*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n**..*.*..\n....*.*..\n*.****..*\n.........\n*****....\n.....**..\n.........\n....***..\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n...**.**.\n*.*...**.\n...***...\n*....*...\n.*****...\n.*****...\n....*....\n.....**..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n...**.**.\n..*...***\n...***...\n.....*..*\n.*****...\n.*****...\n....*....\n.....**..\n....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n*.***.\n..*.**\n....*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*...*.\n.**..*\n..****\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n.**...\n*..*..\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*\n....*....\n*.**....*\n*..*.....\n****.....\n*.*.*...*\n....*..**\n....**..*\n*........\n**.**....\n```\n\n\n## Output without wrap\n\n```\n...**....\n.*...*...\n.**.**...\n*.*.**...\n*...**...\n.*..**.**\n....*....\n...*.*.**\n***..**..\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n....**...\n..*.**..*\n***.**...\n....**...\n....**...\n....*..*.\n.*.*.*.*.\n.....**..\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.*.*...*\n**....**..****\n....****.*.*.*\n*.......**.**.\n.*..**..*...**\n*.*...*.****.*\n..*.****..*.**\n..*...********\n```\n\n\n## Output without wrap\n\n```\n..*.....****..\n.*..*.*..*.*.*\n***.....**....\n..........*.*.\n.*.......**...\n..*...........\n..**....*.*...\n.........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.........\n.*.*......*...\n***.....**....\n**........*...\n.*.......**...\n.**...........\n..**..........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..**....**\n.*....*...\n**.....*..\n*......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n*.*...*.*.\n..*...*..*\n**....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n..........\n........*.\n.**...*...\n..*...*...\n.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n*...\n*.*.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..**.\n..*..\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n...*.\n.....\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n.....\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n.***..\n.***..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n*.....\n.*.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n*.....\n**.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n....*\n...*.\n.*...\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...**\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n**...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****..*\n..****..*\n..****..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*..*...\n.*....***\n..*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....***\n**....***\n**....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.****.*\n.......***\n***..*.***\n*..***....\n.*..*....*\n*.*.**...*\n```\n\n\n## Output without wrap\n\n```\n...****...\n.......*..\n*....*..*.\n...*.**.*.\n*.....*...\n**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n.....**...\n.*...*....\n*..*.**...\n****......\n..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n**....\n*.....\n...*.*\n**...*\n*...**\n*..*..\n**...*\n.*.*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n..*...\n..*...\n.....*\n*...**\n*...**\n......\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.....*\n.**...\n.**.**\n*...**\n......\n......\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n***..*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n***.*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n.**.**\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n........\n........\n........\n.......*\n......*.\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*.*.\n*****.**.*\n**.**....*\n```\n\n\n## Output without wrap\n\n```\n*..****.*.\n......**.*\n*...**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n......**..\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.......\n.**....\n....**.\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n...*.*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.....*.\n....**.\n..****.\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******..\n.**.....*\n...***.**\n.****.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n..*..*...\n......*.*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n*......*.\n.*.....**\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n*..\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n..**\n..**\n**..\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n...*\n.**.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n****\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n****.....\n.........\n*........\n```\n\n\n## Output without wrap\n\n```\n*........\n*.*......\n*.*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n*.*......\n*.*......\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n..***.\n....**\n...*..\n......\n......\n......\n*.....\n.*....\n..*...\n......\n.*....\n.*....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n**...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.***\n*....\n*.***\n*.*..\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.**.\n*....\n*.**.\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n.....\n*.**.\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.**\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n...**.\n.....*\n*...*.\n......\n......\n*.....\n*.*...\n***...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n......\n......\n......\n.*....\n*.*...\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n...*.*\n.....*\n......\n......\n.*....\n*.*..*\n*.*..*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n***\n...\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*..\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.*.\n*..*\n.*.*\n**.*\n***.\n.**.\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*..*\n...*\n...*\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n...*\n...*\n...*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n.........**.\n........*.*.\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n*.*......\n....*....\n```\n\n\n## Output without wrap\n\n```\n**.......\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n*........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..****\n*..*.*\n*...**\n......\n..*...\n.***..\n****.*\n*..**.\n```\n\n\n## Output without wrap\n\n```\n..*.**\n.**..*\n.**...\n....**\n......\n.***..\n*...*.\n*.....\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n***...\n.**...\n*...*.\n.....*\n.***..\n....*.\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**......*\n.............\n....**.....**\n*..........*.\n*..........*.\n............*\n```\n\n\n## Output without wrap\n\n```\n.............\n...........**\n.............\n..........*..\n..........***\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............\n...........**\n*............\n*.........*..\n**...........\n*..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n..*...*\n.***..*\n*...*.*\n**...*.\n**....*\n*.....*\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.*****.\n.*.**.*\n.......\n.....**\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*\n......*\n*.****.\n...***.\n.....*.\n.....**\n.....**\n*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n.**.\n.***\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..*....**\n..*...*..\n..*..*.**\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n..*...*..\n..*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n..*...**.\n..*...*..\n..*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*.*\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n..**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n.****.\n..*.**\n.***..\n..****\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n......\n.....*\n.*....\n.....*\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n*....*\n**....\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n****.*\n***.*.\n**.***\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n......\n*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n....*\n*...*\n...*.\n..*..\n**.**\n****.\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n...**\n.....\n.**.*\n*.*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*..*.\n.....\n*****\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n.*.*\n.**.\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n...*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n...*\n***.\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n.*.*.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n.*.*.*\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n........*\n..*.....*\n***...*.*\n*..*.*..*\n*..*.*...\n****....*\n...*...**\n**.***..*\n...*..*..\n..*...**.\n**......*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n..***.*.*\n*..*..**.\n*..*....*\n***....**\n..*.*....\n..*.***.*\n.*.**....\n**....**.\n.**...**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n**......*\n..**....*\n..***.**.\n...*..*..\n...*...*.\n..*......\n*.*.*..*.\n.**.***..\n...**....\n......*..\n..*...*..\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n....\n****\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.....**\n*.*****\n.*.*...\n.**...*\n*.*..**\n******.\n*..*..*\n*..*..*\n..*..**\n```\n\n\n## Output without wrap\n\n```\n.......\n.**...*\n.***..*\n*.....*\n*..*.**\n*.....*\n*......\n*.....*\n.****.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***....\n****...\n.......\n...*.**\n.......\n.......\n.......\n.****..\n****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*.*...\n.*....\n*...*.\n......\n......\n..*...\n.****.\n.*.***\n***...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n**....\n......\n......\n......\n.**...\n.*...*\n.....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.*...\n**...*\n......\n......\n......\n.**...\n**...*\n.....*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n....*..*\n....*..*\n.....**.\n........\n........\n........\n*......*\n........\n*......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*..*\n....*..*\n.....**.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n....*..*\n....*..*\n.....**.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n.*.****\n*******\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n**.*..*\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n......\n..*..*\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*\n.**..***.*\n.*....**..\n.......*..\n......*...\n.....*....\n**.......*\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.**.**.*..\n.**...*...\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.**\n...***....\n*.*...*...\n.*....*...\n..........\n*........*\n**....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n....**........\n...*..*.......\n...*..........\n....*.*.......\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n....**........\n...*.*........\n...***........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n....**........\n...*.*........\n...***........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....*\n**.*.....*\n*.***...**\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*...*...**\n.*.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.****\n**........\n.*........\n*........*\n*......**.\n*.....*...\n.**.*.***.\n```\n\n\n## Output without wrap\n\n```\n*......**.\n*.*....**.\n.*........\n**......*.\n**.....**.\n*....**...\n.*...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...\n..*....**.\n.*.......*\n**......**\n**.....**.\n*....**...\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.**...\n*..*..\n.*.**.\n..*..*\n*.*...\n..**..\n*.*...\n*.*...\n...***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n*..**.\n.*.**.\n..*.*.\n..*...\n..**..\n..*...\n..*.*.\n...**.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n*..**.\n**.***\n*.*.**\n..*...\n..**..\n..*...\n*.*.*.\n...***\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n*.****\n**.***\n******\n..****\n*.****\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n......\n*.....\n*.....\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*..**\n.**..\n*....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n****.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*****\n.***.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n...*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*..\n*..*\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n***\n..*\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n*.*\n.*.\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n.*.\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n.*.\n...\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n.*...\n*****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.*.\n*..**\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.************\n**************\n***.**********\n*****.**.****.\n****.***.*****\n**********.***\n*********..*.*\n********.*****\n***********.*.\n**.***********\n***.**.*******\n***.**********\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n..............\n..............\n..............\n..............\n.............*\n..............\n..............\n..............\n*.*.*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n........\n........\n........\n........\n......**\n.**...*.\n*..*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......**\n.**...**\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n**....**\n***...*.\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n......*.\n.......*\n........\n.****...\n**.****.\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n.....*.*\n......*.\n.**.....\n*.......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n......*.\n......*.\n.**.....\n........\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n.***\n..**\n....\n....\n.**.\n.***\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n....\n....\n..*.\n*..*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*...\n.*..\n***.\n*...\n*...\n*.**\n.*.*\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n.**.\n....\n....\n...*\n****\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.*..\n....\n....\n.*.*\n**.*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*..*\n.*..\n....\n....\n.*.*\n.*..\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.*\n**.***.**.\n**.*****..\n.*........\n.**.......\n***....*.*\n..*.*****.\n..*.**....\n...**...*.\n```\n\n\n## Output without wrap\n\n```\n.***......\n.*..*.*.*.\n...*.***..\n...*****..\n..........\n......***.\n.*.*..***.\n..*..*.**.\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**********\n.**.......\n...*.****.\n...******.\n..........\n**....**..\n*..*..**..\n..*.**....\n*.*.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*.*.\n*.**\n....\n....\n....\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..**\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*..\n*.*.\n*.*.\n...*\n....\n....\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n**.**...\n***.....\n.*......\n.....**.\n.....**.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n*..*....\n.**.....\n.*...**.\n....*..*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*..*....\n.**.....\n**...***\n....*..*\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n...*\n*.**\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n*.**\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.**.\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.*.*\n.**..\n**..*\n*.***\n..*..\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n*...*\n..*..\n*...*\n*.*.*\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n..*..\n.**.*\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n.**\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.......\n..*....\n..*....\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.......\n.......\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n...*...\n.....*.\n......*\n...*.*.\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*.*..\n.......\n....***\n...***.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..*.*..\n.......\n....***\n...***.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*..\n*..*.....*\n..........\n...*.**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*...\n..........\n....*.....\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**...*\n.*....\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n**...*\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n...**...\n..*..*..\n...**...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...**...\n..*..*..\n...**...\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...**...\n..*..*..\n...**...\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******\n**.******\n********.\n**.**.***\n****.****\n*********\n..****.**\n.***.***.\n******.**\n*...*.*..\n******.**\n.*******.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n**.*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.**...\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n*.....**\n......**\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....***.\n....***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..*..\n**..*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..***\n**...\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.***\n******\n**.**.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n....**..\n*....***\n**.....*\n.......*\n```\n\n\n## Output without wrap\n\n```\n...***..\n...*....\n**..**.*\n**.....*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n...*...*\n.*..**..\n.*......\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n...*..*\n..*..*.\n...*.*.\n....***\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n..**.**\n...*...\n....***\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n...****\n..**.**\n...*...\n....***\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.*.*\n...****.*\n...*....*\n...****.*\n*..**.*.*\n.*..*****\n**.***..*\n...*..**.\n..******.\n***..*.**\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.........\n........*\n.***....*\n.**.....*\n**.....**\n**.....**\n***......\n.**....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*......**\n**......*\n*.**...**\n.**......\n.*.......\n.*.......\n***......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.\n***...*\n..***.*\n..***.*\n*****..\n....***\n......*\n```\n\n\n## Output without wrap\n\n```\n*..*...\n*.....*\n....*.*\n.......\n.*....*\n.**.*.*\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n......*\n....*.*\n......*\n**.....\n.**.*.*\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.*.*\n..*..\n.....\n*.*..\n..***\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n.*.*.\n.*...\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n.*.*.\n.*...\n.**.*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n....\n**..\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n.*.*\n**.*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..*..\n.....\n**...\n*.*..\n***..\n.**..\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.*...\n**...\n..*..\n*..*.\n*.*..\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.*...\n**...\n..*.*\n*..*.\n*.*..\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.**.\n*.**\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.....\n........**...\n.............\n.............\n.............\n.............\n.............\n**.*.........\n**.**........\n..***........\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n........*....\n........*....\n.............\n.............\n.............\n.............\n.............\n**.**........\n*............\n.**.*........\n...*.........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n........*....\n.............\n.............\n.............\n.............\n.............\n**.**........\n*............\n.**.*........\n...*.........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*............\n..............\n......*.......\n......*.*.....\n.*.****.*.....\n......***.....\n**....*.*....*\n......*.*.....\n**.*..*......*\n.*.*...**.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.......*......\n....*.*.......\n....*...**....\n***.*...**....\n.....**.**....\n..*..**.......\n**....*.*.....\n**.....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n..............\n.......*......\n....*.*.......\n....*...**....\n.**.*...**....\n*....**.**....\n..*..**.......\n**....*.*.....\n.*.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n...\n...\n...\n..*\n...\n...\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n..*.*\n..*.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n..*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.**.*\n..*.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.*****\n**.***\n******\n*****.\n*****.\n**.***\n******\n******\n```\n\n\n## Output without wrap\n\n```\n.*...*\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*...****\n.*..*....\n.*.*....*\n..*.*..**\n..*.***..\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n......**.\n.....***.\n**..***.*\n.*.**..**\n.**.*.***\n....****.\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n*....***.\n.*..***.*\n.*.**..**\n***.*.***\n....****.\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n...*\n*...\n***.\n.*..\n.***\n.*..\n....\n.**.\n....\n.*.*\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n...*\n**..\n.*..\n.**.\n....\n.*..\n.*.*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n*.*.\n*.**\n....\n.*..\n**..\n.**.\n....\n**..\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n....\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n*.*.\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n*.**\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...***\n****..\n*.****\n**....\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n...**.\n*.*.*.\n.****.\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n*..***\n*..*..\n.**.**\n.*****\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*..*\n*.**..*.**\n.*.*..**..\n..***.*...\n.**.*.***.\n```\n\n\n## Output without wrap\n\n```\n.*...***.*\n*.....*...\n........*.\n.***..*.*.\n...*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.**\n*.....*.*.\n*.......*.\n..........\n...**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n....*\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n**..\n***.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.....*....\n..........\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......\n*.**.....\n.***.....\n..*...***\n.*..*.***\n*.***....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n*........\n.......*.\n.....**.*\n.*..*.*.*\n.*****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n*........\n*......**\n.....**.*\n.*..*.*..\n*.*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..*.*\n*..........\n.*..**.*.**\n....***..**\n..*...*....\n*..********\n```\n\n\n## Output without wrap\n\n```\n...........\n**..***.*.*\n....*...***\n...**..****\n...........\n...*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..*..\n.*..***.*..\n....*...**.\n*..**..****\n*..........\n**.**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.***.***\n*.*..*..\n*.****..\n.*.*....\n...*....\n........\n........\n.**.....\n```\n\n\n## Output without wrap\n\n```\n..*...*.\n.******.\n*.......\n*....*..\n.*......\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*.\n********\n*.......\n*....*..\n.*......\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.....\n*.*....\n*.*.*..\n*......\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n*.**...\n*..*...\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.*.....\n*.**...\n*..*..*\n*.....*\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.....\n.***.\n**.**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n*****\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*..\n..*..\n..*..\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n......\n..*...\n......\n......\n.*....\n.**...\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...***.\n*..*.*.***\n..**..*..*\n.*.....*.*\n.**..*...*\n***...*...\n**........\n**.*.**..*\n...**.....\n```\n\n\n## Output without wrap\n\n```\n******....\n*.....*.**\n**....*.**\n.*.**.*.**\n.......*..\n.....***..\n....***...\n.*.*......\n.***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*...\n*.........\n**....*...\n.*.**.*.**\n.......***\n.....*****\n*...***...\n..**.**...\n...*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n...*.\n*....\n***.*\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.**..\n*.**.\n****.\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.**..\n*.**.\n*****\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n**.....\n*..*...\n..*.**.\n..*.**.\n.**.**.\n.**.*..\n..***..\n...***.\n...*...\n```\n\n\n## Output without wrap\n\n```\n***....\n*..*...\n*.***..\n.**..*.\n..*...*\n.......\n.......\n.*.....\n.....*.\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...\n*..*...\n*.***.*\n.**..**\n..*...*\n.......\n.......\n.*.....\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n*.*.\n....\n....\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n....*\n*.*..\n*....\n.*...\n..*.*\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.**..\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n*.**.\n..**.\n.....\n**...\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.****\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n....*\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.........*.\n........*....\n....*.***....\n....*.*......\n.*..*...*...*\n***........**\n.....*.....**\n*.**......**.\n```\n\n\n## Output without wrap\n\n```\n.............\n.......*.....\n.....*..**...\n.*.**.*......\n*....*.......\n....*........\n*.*........*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......****\n.*.....*.*...\n.....*..**...\n...**.*......\n**...*.......\n**..*........\n...*.........\n*.**......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n*...*\n.....\n*.*..\n.....\n..*..\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.....\n.*...\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n**..*\n.....\n.*...\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*.**..\n*.**..\n.*....\n......\n......\n...***\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n*****.\n*.**..\n.**...\n......\n....*.\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....*.\n*.**.*\n.**...\n......\n....*.\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*..*\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n.......*...\n........*..\n........***\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n.......**..\n...........\n.......*.*.\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n.......**..\n...........\n...........\n........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n.*..**..\n....*...\n........\n....*.*.\n*..**..*\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n....**..\n.....*..\n...***..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**.\n....**..\n....**..\n.....*..\n...***.*\n...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*\n**.*..*\n.**.*.*\n.**.*.*\n*..**.*\n**..*..\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n.***.*.\n...**.*\n...**..\n.....*.\n.*...*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...**..\n*..**.*\n*..**.*\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*.*..\n..*..*.\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n...*.*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n...*.*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.*...*\n*.****\n******\n******\n*.**.*\n******\n..****\n******\n****..\n***...\n.***.*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n**..\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n***.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*..\n.*.*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.*.**\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....*.\n.......\n....*..\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.***\n.**..***.*\n..*...**.*\n```\n\n\n## Output without wrap\n\n```\n.**..*.*.*\n.**..*...*\n.**..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...*\n.**..*...*\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n*.**.*....\n**.*.**..*\n.....*..**\n.........*\n..........\n......**..\n.*.*.*.*..\n*.*.*.*..*\n**...*....\n```\n\n\n## Output without wrap\n\n```\n...***....\n*.....**..\n**......**\n....*.*...\n.....*.***\n.......**.\n..*******.\n.*......*.\n*.....**..\n******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....\n***....*.*\n*.......*.\n....*.*.*.\n.....*.***\n.......**.\n.********.\n**......**\n......**..\n.....**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n*......\n*.*....\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*.*....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.........\n...*.........\n*..*.........\n*..*.........\n*.**.........\n............*\n..*.........*\n**...........\n.............\n...*.........\n```\n\n\n## Output without wrap\n\n```\n.***.........\n.*..*........\n*....*.......\n.............\n*............\n*..*.........\n**...........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*........\n.*...*.......\n.....*......*\n............*\n...........*.\n...*.......*.\n............*\n**...........\n.*...........\n...*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n***..\n.***.\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n....*..\n..*....\n.*.....\n.......\n*....*.\n.......\n..*....\n.**....\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*.*.\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.....*.\n.......\n.......\n.......\n.......\n.......\n.***...\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.**\n..**..**\n*****.**\n****..**\n****.*..\n**.*****\n..*.*..*\n*******.\n*..*..**\n```\n\n\n## Output without wrap\n\n```\n.*..****\n........\n*...*...\n.......*\n........\n*......*\n.......*\n*.......\n*..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n........\n....*...\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..*.*.\n..*.**\n****..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...***\n..*...\n....**\n*.....\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*...\n*...**\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**\n....*..**.\n....*.....\n*.........\n*...*....*\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n.......*.*\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..*..\n...**..***\n*.........\n*........*\n**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n...**\n***..\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.***.\n****.\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n*****\n*****\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...***..*\n********.***\n************\n..**.**.****\n*******.****\n*.***.***.**\n***..*.*****\n***..*****.*\n```\n\n\n## Output without wrap\n\n```\n*...*...**.*\n............\n*...........\n............\n*...........\n............\n............\n*.*..*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n...*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n.....*\n.....*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n.......\n*.....*\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**....*\n*.....*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n***..\n.....\n.....\n*....\n.****\n.*..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*....\n.**..\n.*...\n*...*\n....*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.**..\n*....\n.**..\n...**\n.....\n.....\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*.***\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..\n*........*\n.*....*.**\n.*.**.*...\n.*.....*.*\n*.***..*.*\n......*...\n...*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*....**.*\n*.*..*.*.*\n....*....*\n....*...*.\n*..**..*..\n.**.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**....**.*\n.**..*.*..\n.*..*....*\n....*....*\n...**..*.*\n*.*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*.**\n**.*\n.**.\n*..*\n...*\n**.*\n*..*\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n...*\n**.*\n...*\n...*\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*..\n....\n*...\n***.\n.*..\n....\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n.*..*.\n**.**.\n**.**.\n**....\n```\n\n\n## Output without wrap\n\n```\n******\n......\n.....*\n...**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n.*....*.\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.....***\n.....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.**...\n*..*..\n**..**\n.....*\n.*...*\n**.***\n..**..\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n*..**.\n**..**\n**...*\n***..*\n**.*.*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*..\n...**.\n.*..*.\n.*....\n.**...\n.*.*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*.*.\n.*.*.\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n.*...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*.**\n.*..*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...***..\n....*....*....\n...*..*.......\n..**...*......\n...*...*..****\n**.*.****.....\n*****....*...*\n...**...**..*.\n```\n\n\n## Output without wrap\n\n```\n.........**...\n....**...*....\n..***.........\n..***.**...**.\n.*.*.......**.\n*....*******.*\n*.....*..*....\n.*..*...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....*..\n....**...*....\n..***.........\n..***.**...**.\n**.*.......***\n.....*******..\n......*..*...*\n**...*..*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.....\n...........\n...........\n........*..\n..*.*......\n..*.*...*.*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n...........\n...........\n...........\n...........\n....*......\n....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.**\n*.**\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n**........\n..........\n.....***..\n....*.....\n....*..*..\n*.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*........\n......*...\n.....**...\n....*..*..\n....*.....\n...*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**......\n.*........\n......*...\n.....**...\n....*..*..\n....*.....\n.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n.*..*\n..*.*\n..***\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*..*\n.**.*\n.**.*\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n....*\n..*.*\n***.*\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**..*\n*...*\n.....\n.....\n...**\n**...\n**...\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n.....\n.....\n.....\n***..\n.....\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.*..*\n.....\n.....\n*...*\n.**..\n....*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n*.****\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n*.***.\n***.**\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.......\n...**..\n.......\n...*.*.\n....***\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n.....**\n....***\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...*...\n.....**\n....***\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n....*.\n*..*.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n....*.\n*..***\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n*....\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n*.*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n.....\n..*..\n*****\n.***.\n*...*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n*...*\n.....\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*.*.*\n*...*\n.....\n*..**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**..*\n****.\n.*.**\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.*...\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n**.*..\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n***.\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.*.....\n.**....\n.*.....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.**....\n*......\n***....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n*......\n***....\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......*.*.\n.*.*..**..*...\n*..*...**.....\n..*..*.**..**.\n.....*.**.*.*.\n.*........*..*\n**.**....***..\n.......*......\n*...*.*..*...*\n***..**.......\n*....*.*....*.\n*.......*.*.*.\n..*....*...**.\n```\n\n\n## Output without wrap\n\n```\n.**....**.*...\n*..**..***.**.\n..****.*.*.*..\n...**...**...*\n.*.*...***...*\n*.**...**...**\n.....*....**..\n...*******....\n*..*..**......\n**...*.**.....\n**...*......*.\n......***....*\n.......*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*.......\n...*.**..*.*.*\n*.****.*.*.*.*\n*..**...**...*\n...*...***....\n..**...**.....\n.....*....**..\n...*******..**\n*..*..**.....*\n*....*.**....*\n.....*........\n**....*****.*.\n*.*......**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n......*\n.......\n...*...\n..*.**.\n...****\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...**..\n..*...*\n...*..*\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...**..\n..*...*\n...*..*\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*...\n*..**\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n*.***\n.*.*.\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n......\n*...*.\n.**.*.\n...***\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n**....\n**....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n....**\n....**\n....*.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n...*\n..**\n..**\n*...\n*...\n**..\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n...*\n.**.\n**..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.*..\n..*.\n..*.\n....\n*.**\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n..*..*..\n...*.*..\n...*....\n....*..*\n.....*..\n*...*..*\n..*....*\n*.......\n```\n\n\n## Output without wrap\n\n```\n......*.\n....**..\n..**....\n...*....\n....*...\n....***.\n......*.\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n....**..\n..**....\n...*....\n....*...\n*...****\n*.....**\n.*.....*\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..***\n..**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*.*\n...*.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..*\n**.......\n.*..*...*\n.**......\n.........\n.*...**..\n```\n\n\n## Output without wrap\n\n```\n**.......\n*........\n.*.......\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..***.\n.........\n**.......\n*.*......\n...*.....\n*..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*\n..**.*...\n.*..*....\n.........\n.........\n*........\n****.....\n**.....**\n.....****\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*.......\n..***....\n.........\n.........\n*.*......\n..*......\n*.......*\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..*\n.*.......\n..***....\n.........\n.........\n*.*......\n..*......\n.........\n.**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n............*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n*.....\n*...**\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n**.***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n......\n**.**.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n....**\n.***..\n*.*.**\n**...*\n```\n\n\n## Output without wrap\n\n```\n....**\n.*****\n****..\n*.****\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***\n.....*\n.****.\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n*.*\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*..**\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n*..**\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.....*.*\n.....***.....\n.*...*.*.*..*\n*........*..*\n..........*..\n.........*.*.\n....***..****\n```\n\n\n## Output without wrap\n\n```\n....****.....\n....*..**....\n....**.*...*.\n........*..*.\n............*\n........**..*\n..........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*.**.*\n....**.*.**..\n....**.*.....\n*.......*....\n.............\n....**..**..*\n*...***..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*.**.*\n.****.\n**...*\n.**.**\n**.***\n.*..*.\n*.....\n*..*..\n..*...\n.*.*..\n..**..\n..*.*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n....**\n......\n......\n.****.\n..***.\n*..**.\n......\n**.*..\n**.**.\n.*..*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n......\n......\n......\n......\n..**..\n.*****\n...***\n......\n**.*..\n**.**.\n.*..*.\n..*...\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*...\n*....\n**.**\n.*..*\n****.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n*****\n....*\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n..*..\n.***.\n.....\n..**.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n..*...\n......\n......\n..**..\n.*..*.\n*....*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*..*.\n*...*.\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.***..\n......\n......\n*....*\n*...**\n.*...*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n...*.....\n..**.....\n..*......\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..**.....\n.........\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..**.....\n.........\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n.***\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n...*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**..\n....**...\n..***.*..\n*.*..**.*\n.****.*..\n.*....*.*\n**.....**\n.*.......\n**.**.***\n.*.*...*.\n.****..**\n.*..****.\n.*.**..**\n```\n\n\n## Output without wrap\n\n```\n.....**..\n..*......\n.**...**.\n......*..\n*..**.*..\n...*.**.*\n***....**\n......*..\n**.**.***\n.....*...\n**......*\n**.......\n..***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.\n..*......\n.**...**.\n*.....*..\n...**.*.*\n...*.**.*\n.**....**\n......*..\n.*.**.***\n.....*...\n.*......*\n.*.......\n*..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n...*...\n**.....\n.*..**.\n..*....\n**....*\n.......\n.......\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n***.*..\n***....\n*.*..*.\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.**....\n***.*..\n***....\n..*..**\n**.....\n*......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n***\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....*...\n...*....\n.....*..\n..*..*..\n*.....*.\n..****..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....*...\n.....**.\n..**..*.\n.....*..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n....*...\n.....**.\n..**..*.\n.....*..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.*.*\n**.******.\n**********\n*..*.***.*\n***.******\n*******...\n**.*.*.**.\n***...*.**\n**.*.***.*\n**.*******\n```\n\n\n## Output without wrap\n\n```\n*..*.*.*..\n..........\n.........*\n..........\n.........*\n.........*\n........**\n...*.....*\n...*......\n**.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n...*......\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..*.*.....\n.*.**.....\n.**.*.....\n...***....\n...*..**..\n*...*.*.**\n...****...\n**..*..*..\n.**.*.....\n.**.....**\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n.*****....\n....*.*...\n.....**...\n.....**.*.\n..*...*.**\n***.......\n***.......\n*.........\n..*.......\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...***....\n.*****....\n....*.*...\n.....**.*.\n.....**..*\n*.*...*...\n.**.....*.\n***.....*.\n.........*\n***......*\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.\n....*..\n.*****.\n.**.*..\n.**....\n.**....\n.****..\n**...*.\n```\n\n\n## Output without wrap\n\n```\n..****.\n.......\n.*...*.\n*...**.\n*......\n*......\n...**..\n**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**\n.......\n.*...*.\n*...**.\n*......\n*......\n...**..\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n..*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*.*...*\n*..*.**.*..*.\n.*.**.....*..\n*....*.*.**..\n.**.**.....**\n*..*.*.**.*.*\n```\n\n\n## Output without wrap\n\n```\n....***......\n*..*.*..**.*.\n*.**...**..*.\n.....*...**..\n*..*...*...*.\n*..*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*....*..\n*.....*..*.*.\n..**...**....\n.....*...**..\n****.*.*..*..\n.*.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*....\n.*...\n..*..\n....*\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n.....\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n........*.\n..........\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n......*..*\n......*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.....\n..**.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n**.*...**\n..*.*.**.\n***..***.\n...*..*..\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.**......\n.*.*..***\n....*....\n.**.*....\n.**..***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*\n**.*..***\n....*....\n.**.*...*\n.**..***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...****\n****.***.*\n.*..*..*.*\n***.***.**\n****..*.*.\n**********\n*.**.**..*\n```\n\n\n## Output without wrap\n\n```\n..**.*...*\n*..***...*\n.........*\n....*.*..*\n..........\n.........*\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...***....\n..........\n....*.*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n.*..*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n...*.\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n.**.*.\n.*.*.*\n....*.\n*.*..*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n....**\n.*.*.*\n.*****\n..*..*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n**.*.*\n.****.\n*.*..*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****....*\n..*******.\n.**...*.*.\n****......\n..**.****.\n****.**..*\n**.*..***.\n.*..*.**.*\n**.***..*.\n*****.**.*\n```\n\n\n## Output without wrap\n\n```\n.*....***.\n......*.**\n*.....*.*.\n*...**..*.\n.....*.**.\n*........*\n...*.....*\n.........*\n.........*\n*.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n*.....*.**\n*.....*.**\n*...**..**\n.....*.**.\n..........\n...*......\n..........\n..........\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n........\n....*.**\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..**..\n...***\n***...\n......\n......\n......\n.*.***\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*..*\n....*.\n.****.\n.*....\n......\n....*.\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*..*\n*...**\n******\n.*....\n......\n....*.\n...*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n*.*.\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.***\n..*.\n*.**\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...**..\n.....*.\n...*.*.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n...*.*.\n....*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n...*.*.\n....*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n*..\n**.\n***\n...\n...\n***\n*..\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n..*\n***\n.**\n*.*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n.*....**\n*.....*.\n.*..*.**\n.....***\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n**.***\n.*.**.\n*..***\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*\n.*........*\n**........*\n.*.*.......\n.*..**.....\n.*..**.*.*.\n..*.*...*..\n...*...**..\n...******..\n...*.*..*..\n.....*....*\n.....****..\n*.....**...\n......*..*.\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n..*........\n....**.....\n*..*****...\n*..........\n..*..*****.\n.**...*.***\n..***....**\n..**......*\n....*..*...\n........**.\n......**...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n.*.........\n.**......**\n.*..**.....\n*..*****...\n*..........\n..*..*****.\n.**...*.***\n..***....**\n..**......*\n....*..*...\n........**.\n......**...\n*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n...*\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****....\n.**.*....\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n....**...\n*...**...\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*.*\n**.*..*.*\n**.*..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n.*..\n*.*.\n.*..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.........\n.........\n....*.**.\n*..**..*.\n****...*.\n**..****.\n.***...**\n..*******\n....*..**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....***..\n...*...**\n...*.....\n.......**\n.........\n....**...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n....****.\n...*...**\n...*.....\n........*\n.........\n....**...\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n**.*.*\n*....*\n.***..\n```\n\n\n## Output without wrap\n\n```\n*****.\n*.....\n*..**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...*.*\n..**.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*....*\n**...*\n.**...\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n*..*..\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n***...\n*..*..\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n..**.****\n..*.*....\n..******.\n*.*.....*\n.........\n..**.....\n..***....\n.*.......\n.**.*....\n..****...\n```\n\n\n## Output without wrap\n\n```\n..*.****.\n.*...***.\n.*......*\n..*.****.\n.**.****.\n.***.....\n..*.*....\n.*..*....\n.*..*....\n.*..**...\n.**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*...***.\n.*......*\n..*.*****\n.**.*****\n.***.....\n..*.*....\n.*..*....\n.*..*....\n.*..**...\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n***.*.\n**..**\n****.*\n******\n**.***\n******\n******\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n.*....\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n****.\n**...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n...*.\n...*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n...*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...\n.*.....\n..***..\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*..*..\n..**...\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n.*..*..\n..**...\n...*...\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n*.....*****.\n*.*..*....*.\n....**.****.\n..***.*.....\n.**.*.......\n*.*........*\n............\n```\n\n\n## Output without wrap\n\n```\n........*...\n......*...*.\n.....**...*.\n**...*.....*\n*..*.*....*.\n.***.**...*.\n.*..*****...\n...**.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n......*...*.\n.....**...*.\n.*...*.....*\n...*.*....*.\n..**.**....*\n*...*****...\n.*.**.......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....*....\n..*..*...\n*..*.*..*\n*....*...\n.........\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....***..\n.....**..\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*...***..\n.*...****\n.*...*.**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....*..***\n....*....*\n...*.*..*.\n.....****.\n**..*.....\n.........*\n```\n\n\n## Output without wrap\n\n```\n........**\n....*..*.*\n....****..\n.........*\n....*.....\n.....*..*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n*...*....*\n*...****..\n*.........\n....*.....\n*....*....\n*.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n.***......\n*...**....\n.*****....\n```\n\n\n## Output without wrap\n\n```\n..**......\n.***.*....\n*....*....\n.***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.***.*....\n*....*....\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n***\n...\n***\n*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n*.....**..\n***....**.\n*...*.*..*\n.**.*..*..\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n.....***..\n....**..*.\n**..**.*..\n**..***...\n....**....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.***\n....**..**\n*...**.**.\n*...***..*\n*...**....\n....*.....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n..*.*\n***.*\n.....\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*..\n.**..\n*...*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n...*.\n..*.*\n***.*\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*.****\n**.**.\n******\n******\n.*.***\n**.***\n******\n.*****\n*...*.\n******\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n......\n......\n......\n......\n......\n......\n......\n*.....\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***.\n......***.\n......***.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n.....**.**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***.**\n*...***.**\n*...***.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....*..\n..*...**\n*.*...**\n..*.*.*.\n*.*..**.\n**.*..*.\n*....***\n..****..\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n.*...*.*\n..*.....\n..*.....\n*.*.*.**\n*.*.*...\n*......*\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n......*.\n**...*..\n*.*.....\n*.*.....\n*.*.*.*.\n..*.*...\n*.......\n...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*\n.*...**.*..\n.*...*.....\n.....*.....\n.........**\n*........*.\n*........*.\n*..........\n*.........*\n```\n\n\n## Output without wrap\n\n```\n...........\n....***....\n....***....\n...........\n........***\n........***\n**.........\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n....***...*\n....***....\n...........\n........***\n**......**.\n...........\n...........\n.*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n.******\n.***.**\n.****..\n****.**\n****.**\n*****..\n**..*.*\n**.*..*\n.******\n*******\n.******\n*******\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n.....**\n.....*.\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n*******.**\n*.***..***\n.***.*****\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n*.........\n.*...**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*..\n*.*..*.***\n**...*....\n.**.**.***\n***.*....*\n.....*****\n```\n\n\n## Output without wrap\n\n```\n*.****.*..\n.....*.**.\n*..*.*....\n....***.**\n*.*.*.....\n.*...*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n.....*.**.\n...*.*....\n....***.*.\n..*.*.....\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n...*...\n.......\n.......\n.......\n.......\n...*.*.\n...**..\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n..**...\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n..**...\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.\n**..**.\n**.***.\n```\n\n\n## Output without wrap\n\n```\n**..**.\n......*\n****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n..***...\n........\n```\n\n\n## Output without wrap\n\n```\n..***...\n..***...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n..***...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n....*.\n*..***\n.*..*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n**.***\n...*.*\n****..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*.**.\n*..*..\n.***..\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n...**\n...**\n***..\n.....\n.....\n.....\n..*..\n.*.*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n.*..*\n.***.\n.*...\n.....\n.....\n..*..\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.***\n.*...\n*****\n.*...\n.....\n.....\n..*..\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*.\n.........\n.*....*..\n..*......\n...**..**\n...*.**..\n..*..*...\n....**.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..*..*.*.\n.*......*\n........*\n..**...*.\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n.....***.\n.........\n..*..*.*.\n.*......*\n........*\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.**\n***.\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n**..\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n...\n...\n...\n*..\n..*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**.\n..*....*..\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.***..**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..***.\n.***..**..\n.***..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n.**\n***\n**.\n***\n***\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n*...**\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n*...**\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.........\n....*.**.\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n.....*.*.\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n......*..\n.......*.\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*...\n.*..**....\n.***.*....\n.*........\n..**......\n..**......\n...**.**..\n...*.***..\n.*.....*..\n```\n\n\n## Output without wrap\n\n```\n.....**...\n...*..*...\n**.*..*...\n.*.**.....\n..*.......\n..........\n..........\n......***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..\n...*......\n**.*..*...\n.*.**.....\n..*.......\n..........\n..........\n..***..**.\n*....*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n...\n*.*\n..*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.**\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........*.\n.*.........*.\n.*.........*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.............\n***.......***\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......***\n***.......***\n***.......***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*....\n...*.**....\n*.*.**...*.\n*.***.**...\n****.*..*.*\n*...**.*.*.\n....**..**.\n```\n\n\n## Output without wrap\n\n```\n...****....\n..***.**...\n.***.......\n.*....*..*.\n*.....*...*\n.*...***..*\n.....*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..*.\n..**..*....\n..**.....*.\n......*...*\n......*..**\n.......*...\n..**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n...*.\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n*..*.\n....*\n.**..\n*...*\n...**\n...*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n.*.*.\n.**.*\n...**\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n....*\n*****\n.*.**\n***.*\n*..*.\n*.**.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n........\n........\n........\n........\n........\n........\n........\n........\n........\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**...\n....*....\n.........\n.**......\n```\n\n\n## Output without wrap\n\n```\n....**...\n....**...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***...\n....**...\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..**\n*.**\n****\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n...*\n....\n*...\n*...\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n...*.\n**.**\n.....\n...*.\n**.*.\n**...\n.*..*\n.***.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n.**.*\n.*..*\n..*..\n.*...\n.....\n.*.*.\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.....\n*.*..\n*....\n..*.*\n**...\n*...*\n*...*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n..........\n........*.\n*.*....*.*\n..*.....**\n**......*.\n*.......*.\n..........\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n.*.....*.*\n*.*...**.*\n..*....**.\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*.......**\n**.....*.*\n..*...**.*\n*.*....***\n**.......*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n*..\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n..*\n...\n*..\n***\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n*.****\n.**...\n*.****\n```\n\n\n## Output without wrap\n\n```\n*****.\n*..**.\n*.....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.*..*.\n*..***..*....\n........*..*.\n..*.**.***...\n```\n\n\n## Output without wrap\n\n```\n....**.*.....\n....**..**...\n......*......\n.......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*......\n....**..**..*\n......*......\n.....**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.\n...***.*\n.......*\n**..*.*.\n*******.\n.**.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.....**.\n..**.*.*\n...*.*.*\n...**.**\n...**.**\n.*.***..\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.\n...*.*.*\n...*.*.*\n...**.**\n...**.**\n.**.**..\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**.\n....*..*.\n....*...*\n*.**....*\n..*..*.**\n```\n\n\n## Output without wrap\n\n```\n...*****.\n....*.***\n....*..**\n.****...*\n.***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n....*.***\n*...*..**\n*****....\n***..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n...**.....\n..*...*...\n.....*....\n....*.....\n...*......\n.......*..\n```\n\n\n## Output without wrap\n\n```\n....**....\n...**.*...\n...***....\n.....*....\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n...**.*...\n...***....\n.....*....\n....*.....\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*..\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n...**\n*..*.\n*..*.\n*..**\n....*\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n....*\n.....\n.*...\n.*...\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*...\n.*...\n*....\n*....\n.....\n*..*.\n....*\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n.*..*..\n*****..\n*...***\n.....**\n.......\n.......\n..**...\n.*.*...\n.*.*...\n.**....\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n...***.\n*......\n*.*....\n*.*...*\n....*.*\n.......\n.......\n..**...\n.*.**..\n**.*...\n*...*..\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*......\n..*....\n..*....\n*...*..\n.......\n.......\n..**...\n.*.**..\n**.*...\n*...*..\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...........\n.........*....\n**.......*....\n*............*\n.....*...*..*.\n....**...**...\n....*.........\n....*.........\n....*.........\n..*.*.*.*.....\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n.*............\n**............\n**............\n....**...**...\n....**...**...\n...**.........\n...***........\n....*.........\n...*.*........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.*............\n**...........*\n**...........*\n....**...**..*\n....**...**...\n...**.........\n...***........\n....*.........\n...*.*........\n...*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***\n.*..*..\n.*..*..\n.*..**.\n*......\n..**...\n..*....\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n*......\n.......\n.....*.\n.....*.\n.......\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n......*\n......*\n.....**\n.....*.\n*....*.\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n....\n*..*\n*.*.\n*...\n*...\n..*.\n..*.\n**.*\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n**..\n.*..\n.***\n.*.*\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n****\n**.*\n....\n**.*\n.*.*\n.*.*\n****\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*...\n....\n....\n....\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n....\n....\n....\n****\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.....\n...........\n...*.......\n...*.....*.\n...*....**.\n.........*.\n...........\n...........\n...........\n..*........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n..***...**.\n........***\n........**.\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n..***...**.\n........***\n........**.\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n.*.*\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**.*\n**.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**..\n.*.*...*.*\n*.***....*\n.**...**.*\n.**..*.**.\n.*..**..*.\n******.**.\n```\n\n\n## Output without wrap\n\n```\n.**...***.\n*...*.**..\n*...*.**.*\n*...****.*\n*..***...*\n.........*\n****.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n....*.**.*\n....*.**.*\n....****.*\n...***...*\n..........\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.\n.......\n.......\n..*....\n*..*...\n....*.*\n...**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....*..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..****\n....***\n.......\n.......\n.......\n*..****\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..*.*\n..**..*.....*\n.*****.....**\n*..**........\n**.*.**......\n.*..*.....*..\n....*******..\n.*....**.....\n.........**..\n.*....*..*..*\n..*........**\n```\n\n\n## Output without wrap\n\n```\n..*..........\n.*..***.....*\n**...*.....**\n*.*.***......\n...**........\n*..*....*.*..\n.***....*.*..\n.............\n.......****..\n.......*.*..*\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........*\n.**.***......\n.....*.....**\n.**.***.....*\n*..**........\n*..*....*.*..\n.***....*.*..\n.............\n*......****.*\n**.....*....*\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n***\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n.**\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n***\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....***.\n...****...\n*.*.*.*...\n*******..*\n*....*.**.\n******..*.\n**..*...*.\n...**...**\n..***..*.*\n**.......*\n```\n\n\n## Output without wrap\n\n```\n....**....\n.*.*****..\n*.*.......\n.*.......*\n.***..*...\n......*...\n.**.**....\n***...**.*\n*...*....*\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.****\n..*.***...\n*.*.......\n..........\n..**..*.**\n......*..*\n..*.**..*.\n.**...***.\n.******...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n..*\n*..\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n*.*\n*.*\n*.*\n*.*\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**..**..*\n*.*...*.......\n..***.........\n...*.....**...\n......*..*.**.\n.*....*.*..**.\n....*.......*.\n.*.*...*..**.*\n***..*.*......\n```\n\n\n## Output without wrap\n\n```\n.*...**.......\n..*.*.*.......\n.**.*.........\n..***....***..\n.......***..*.\n.....*.*..*..*\n..*....*..*..*\n**.**.*....**.\n***...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.....*\n*.*.*.*.......\n.**.*.........\n..***....***..\n.......***..*.\n.....*.*..*..*\n*.*....*..*..*\n.*.**.*....***\n....**.***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*...*.***\n.....*...\n*......*.\n**.......\n.**..*...\n..***..*.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....***.\n.....*..*\n**.......\n*.*......\n*...*....\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.....****\n*....*...\n**......*\n*.*.....*\n*...*....\n.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...*.\n......*.***.\n.*....*.*...\n***..***....\n*..*..*.....\n...*.**....*\n******.....*\n*.....*.....\n.......***..\n```\n\n\n## Output without wrap\n\n```\n......**.*..\n.*....*.*...\n*.*..***.*..\n*.**........\n*...........\n*..*........\n*...........\n*...***.*...\n...***..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n.*...**....*\n*.*..***.*.*\n..**........\n**.........*\n.*.*......**\n.*........**\n*...**...***\n...**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*..\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....**...\n.........\n...*...**\n*......*.\n**.....**\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......*.\n**....*..\n..*...*.*\n**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.......*.\n*.....*.*\n***...**.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****\n....**.\n....*..\n....*..\n..**.*.\n.**....\n..**...\n...*...\n..*....\n..**.**\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n...**..\n.....*.\n.**....\n**..*..\n...**..\n...**..\n..*.*..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n...**..\n.....*.\n.**....\n**..*..\n...**..\n...**..\n..*....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*\n.....*...\n..**.*..*\n.*..*.*.*\n....*....\n.*..*....\n..**..*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n....****.\n..**.***.\n..*.*..*.\n...**....\n..*.**...\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n....****.\n*.**.***.\n*.*.*..*.\n*..**....\n..*.**...\n*.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n**.**.\n.....*\n.....*\n.*.*..\n..***.\n..*.**\n*.*.*.\n.*..*.\n......\n**.*..\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*....\n.*.***\n....*.\n....*.\n..*.*.\n.*****\n.**.*.\n*..*..\n....*.\n....*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**.***\n....**\n*...**\n..*...\n*.**.*\n*.*.**\n...***\n......\n......\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n..........\n..*......*\n...***....\n.*.*..*...\n*.*.*.*...\n.***.***.*\n.**...*...\n..*.*....*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...**.....\n...***....\n.*....*...\n*...*.....\n*...*..*..\n....*.***.\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...**.....\n...***....\n.*....*...\n*...*.....\n....*..*..\n....*.***.\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n.*.*.\n*...*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.*.*.\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n***.*\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*.*\n**...\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n**.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n..**...\n.*..*..\n.*..*..\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..**...\n.*..*..\n.*..*..\n..**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..**...\n.*..*..\n.*..*..\n..**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n...*..\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.........\n.......*.\n.........\n*.*......\n.........\n...*.....\n....*....\n.*.*..**.\n....*..*.\n.........\n.........\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n..*...*..\n..*....*.\n....*..*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n..*...*..\n..*....*.\n....*..*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.**\n*.****.\n*******\n*******\n*...***\n****.**\n***..**\n*.*****\n**.****\n```\n\n\n## Output without wrap\n\n```\n**.*.**\n.......\n.......\n.......\n.......\n...*...\n.......\n.......\n**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...*...\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.**.**\n.*.***\n.*...*\n..*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n*.....\n**..*.\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n******\n*...*.\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..*.*\n*....\n.**.*\n..**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n..*..\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*..**\n*.*.*\n***.*\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*...\n.........\n....*....\n..*......\n....*...*\n.........\n....**...\n..*......\n....*....\n.........\n.......*.\n**.*.....\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n.........\n...*.....\n.........\n....**...\n.........\n...***...\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...**....\n.........\n...*.....\n.........\n....**...\n.........\n...***...\n.........\n.........\n.........\n.**......\n.**......\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.\n..*..*.\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*****.\n*.*..**\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**.\n*.*..*.\n*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.*\n**.*.*...\n.**.*.*..\n...*****.\n..***.*.*\n.**..*...\n```\n\n\n## Output without wrap\n\n```\n.******..\n*..*****.\n..*...**.\n.**......\n**.......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.*\n***...**.\n..*...**.\n.**......\n.**......\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*..*\n.*..*\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n**.*.\n....*\n....*\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**.*\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.**\n****.\n***..\n*.**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n....*\n.....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.*.**\n.....\n.....\n*....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**.****\n.........**.\n........*.*.\n*****.......\n***.*.....**\n..*****.**..\n...**....**.\n.........*.*\n*....*****.*\n```\n\n\n## Output without wrap\n\n```\n........*..*\n.......*....\n.***......*.\n*...*....***\n*........**.\n........*..*\n..*.........\n....****...*\n......****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**......\n.......*....\n.***......**\n....*....**.\n.........***\n*.......*...\n..*.........\n*...****...*\n*...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n..**..\n.*..*.\n***...\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.***..\n*..*..\n.*.*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..*...\n.***..\n*..**.\n**.***\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.***....\n*.**.......*\n...**...***.\n.*..*......*\n*.*.........\n*......***..\n.**..*.***..\n..**..*...**\n*..***.*..*.\n```\n\n\n## Output without wrap\n\n```\n.****.*.**..\n**....***..*\n**.**.**...*\n****....*..*\n*.**...**.*.\n*.**...**...\n.***......*.\n.*...*....**\n...***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*......\n.*..**.*...*\n...**.**....\n..**....*...\n..**...**...\n..**...**.*.\n..**........\n..........*.\n.*....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n.......*.\n......*..\n.....*...\n```\n\n\n## Output without wrap\n\n```\n......**.\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.......*.\n......**.\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***\n.**.*****\n**..*.*.*\n***.*.***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**...\n.*.*...**\n*.*...*.*\n...****..\n```\n\n\n## Output without wrap\n\n```\n..*...**.\n.*....*.*\n.*......*\n..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n...***...\n....*....\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****....\n..*.*.....\n.....*....\n..*.......\n```\n\n\n## Output without wrap\n\n```\n...*......\n..*.*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**....\n.**.*.....\n..**......\n.**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n***....\n*.*...*\n**.*...\n.......\n.......\n.....*.\n.......\n.*.....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n*.*....\n...*...\n***....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.....\n*.*...*\n...*..*\n***...*\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*.*\n*.**...****\n..*.*..*...\n*.*.*..**.*\n...*.*.**..\n.*..**..*..\n*....**.**.\n....*.*.**.\n*.*.....*.*\n**.***...*.\n*....******\n*..**.*.**.\n```\n\n\n## Output without wrap\n\n```\n...*...**.*\n.**.*..*..*\n..*.*.*...*\n.**.**...*.\n.***.*.....\n...........\n......*....\n.*....*...*\n*.*....**.*\n*.****.....\n*.*.......*\n....*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.....\n***.*..*..*\n..*.*.*....\n.**.**...*.\n****.*.....\n...........\n......*...*\n**....*....\n*.*....**..\n..****.....\n..*........\n*..**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.*...\n*....\n*****\n.....\n.....\n**...\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*..*.\n****.\n.***.\n.....\n**...\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n.....\n...*.\n*****\n*****\n.....\n**..*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***.\n*.*.....*\n.*....***\n.***..***\n....*...*\n.........\n....*....\n```\n\n\n## Output without wrap\n\n```\n.*....**.\n*.*..*...\n*..*..**.\n.*...***.\n.*.**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..**\n***.**..*\n.*.*..*..\n**...***.\n*..**....\n.........\n*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**\n.**..**\n.*...**\n```\n\n\n## Output without wrap\n\n```\n*.**.*.\n*...*..\n*.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n***.**.\n**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.....*.*...*.\n.......*....*\n.....*.*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n......*......\n.......**....\n......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n......*......\n.......**....\n......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n*.......*\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n*.......*\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n**.***\n....*.\n**..**\n*.****\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.***.*\n..*...\n***...\n*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n****..\n..*...\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n.**\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n..........*\n...........\n*..........\n**.*...**..\n***...***..\n.*..*..**..\n....**.....\n.*.*.*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n**.........\n......*.*..\n...*..*..*.\n*****...*..\n..**.**....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n**.........\n......*.*.*\n...*..*..*.\n*****...*..\n..**.**....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n....****.*.\n..........*\n....****...\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.....**....\n........*..\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n.....**....\n........*..\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*.*\n*..**.*..*..\n*.......*..*\n.*.**.*.****\n*...***.****\n***...**....\n*****..*..*.\n..*****.*.*.\n*........**.\n*****..*.*.*\n```\n\n\n## Output without wrap\n\n```\n...**.....*.\n...**...**..\n***.....*..*\n**.**.*.....\n*...*......*\n...........*\n*.......**..\n*....****.**\n*.....**...*\n****....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*.*\n*..**...**..\n.**.....*...\n.*.**.*.....\n....*.......\n............\n*.......**..\n*....****.*.\n*.....**....\n.****....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n*.*\n*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n.***\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n.*.*\n*...\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n.*.*\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n..*..*\n*****.\n.*****\n.***..\n```\n\n\n## Output without wrap\n\n```\n...***\n*....*\n*.....\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n*..*.\n*****\n*.***\n**.**\n*****\n*****\n.****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n.*.*..\n..**..\n...*.*\n******\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n......\n...*..\n.*...*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.*....\n....**\n.*.*.*\n***.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.....*\n......\n......\n......\n*.....\n......\n......\n......\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.*....\n*...**\n......\n..***.\n...***\n**.*.*\n.*..**\n*..***\n*...**\n*.*...\n***...\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n.....*\n..*..*\n.*...*\n**.*..\n.*....\n**.*..\n*....*\n*.**..\n*.*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*...*.\n*....*\n......\n..*..*\n.*....\n.*.*..\n.*....\n.*.*..\n......\n..**..\n*.*...\n..*..*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n....***...\n.....*....\n...*.**...\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....*.*...\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....**....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*...*\n.**..\n*...*\n.**.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*....\n**.*.\n*....\n***.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n....*\n.*.*.\n....*\n.**.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n..*\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n..*\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**..*\n*...*\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*.*.\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*..**\n......*\n.......\n.......\n...*...\n.......\n....*..\n.......\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n******\n..*..*\n..*..*\n..*...\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*.*.\n.***..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n***...\n.***..\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n.*.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n....\n....\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n...*\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*.\n*.*.***..\n**....***\n*....*...\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n.*..*..*.\n**...****\n**....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n...*.....\n.........\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*...*\n*.**.\n.*.**\n***..\n```\n\n\n## Output without wrap\n\n```\n***..\n*.**.\n..*..\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.***.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n.......*..\n.......*..\n.*........\n.**.......\n.***......\n..........\n.....**...\n..........\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......*..\n.......*..\n.**.......\n*..*......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.......*..\n.......*..\n.**.......\n*..*......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*..\n****\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n*..*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n*..*\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n..*.\n....\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......*..\n**.....*...**\n.****.**....*\n***.*.*.***..\n.*.**.*...*..\n..**.*....*..\n*.**.*....***\n*.*.**.******\n```\n\n\n## Output without wrap\n\n```\n.**........*.\n*...*.**...**\n....*.*..**.*\n*.....*.****.\n*.....**..**.\n.....**..**..\n.....*..*...*\n..*.***.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**.....\n....*.**...**\n....*.*..**..\n......*.****.\n*.....**..**.\n*....**..**.*\n*....*..*....\n*....**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*..\n...*.\n...**\n*.***\n***.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n..***\n.....\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*..\n..***\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n****.*\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n*...**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.**\n..*...**..\n...*.*.*.*\n...*.*..*.\n.*.***....\n.*.*..****\n*....***.*\n*..***.**.\n*..*.*.**.\n*.**..****\n...**..*.*\n...**...*.\n.**..*..*.\n```\n\n\n## Output without wrap\n\n```\n..****....\n.*.....**.\n..**..*.*.\n...*.*..*.\n...*....**\n*..*....**\n...**...**\n...**.....\n*...*.....\n.*..**....\n....**.*.*\n...*.*.***\n...**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n...**...**\n..**..*...\n...*.*..**\n*..*....**\n.*.*.....*\n...**.....\n*..**.....\n....*....*\n*...**...*\n*...**.**.\n.....*..**\n*....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.*..*.\n**....\n.*..*.\n****.*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n*****.\n...**.\n***...\n...**.\n*..*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...**.\n***..*\n...**.\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n**.***\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*..\n.....*..*..\n.....*..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...........\n....******.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....******.\n....******.\n....******.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*....\n**..**.*....\n**..*.**....\n**...*.**...\n```\n\n\n## Output without wrap\n\n```\n**..**......\n..*.*..**...\n..*.*.......\n**...*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*...*\n..*.*..**..*\n..*.*......*\n..*.**..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.*.....\n.....*.\n....**.\n*...*..\n*....**\n......*\n*....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....**.\n....**.\n....*.*\n.....**\n......*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....**.\n....***\n*...*..\n*....*.\n.......\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...\n..*.**..*\n.*.....**\n*....*...\n.*..**...\n..**.**..\n**.....**\n.**......\n.*....*..\n```\n\n\n## Output without wrap\n\n```\n.***.*.*.\n.*......*\n........*\n*........\n.......*.\n*....*.*.\n...***..*\n..**..**.\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n.........\n........*\n.........\n.....*...\n**.***...\n.***..*..\n**.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n...*.\n*....\n**...\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n**...\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..**.\n**..*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n*.**..\n*..**.\n.**.*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....**\n*.*.*.\n*.*.**\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.....\n*.*...\n*.*.*.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n..*\n*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.**....\n.......*\n..**...*\n.......*\n*.**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n......**\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n**.....*\n*.....**\n**.....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.*...\n.....**.*..*\n.*.**.*.****\n.***.*.*..**\n**..***...**\n.*****....*.\n.*.*.......*\n**.*......**\n.*.*..**.*..\n*....*.*****\n**....**.*..\n*.****.*****\n**...***..*.\n....*.**....\n```\n\n\n## Output without wrap\n\n```\n.......*....\n..*.........\n..*.....**..\n.......***..\n.......***..\n..........*.\n...........*\n******....**\n....*.*.....\n*.*.***.....\n............\n*...*.....**\n.**.......**\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..**..\n*..**...**..\n*.*.....**..\n.......***..\n.......***..\n............\n..........**\n*.****......\n.*..*.*...**\n.**.***.....\n.*..........\n....*.......\n*..........*\n*...*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.**..*\n*.*.*.\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n.*****\n*.....\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*****\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*.\n*.....*..\n.*....*..\n.*....*..\n.*....**.\n**.....**\n.*......*\n..*.....*\n*.*......\n**......*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*..*.*.\n.........\n.........\n...*..*..\n...*....*\n*..*...*.\n*.**.....\n*.*......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**.\n*.*..*...\n.........\n........*\n...*..**.\n*..*.....\n*..*.....\n..**.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*..\n.**...*..\n.*...***.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..**..*..\n.**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*........\n*........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..**..\n..***.\n*...**\n.*....\n..*.**\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n.**..*\n.**.**\n.*.*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*..*.\n.**...\n***.**\n.*.*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**.*\n**.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**..\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*.\n......*..*.\n..*...***..\n..****.....\n*.*........\n*..*.......\n.*.*.......\n.**.**.....\n.*....*...*\n..**..****.\n.*..*....**\n....*...*..\n..**....*..\n```\n\n\n## Output without wrap\n\n```\n...........\n.....**.*..\n....*...*..\n.**.*...*..\n.**.***....\n*..*.......\n...*.......\n...*.*.....\n........**.\n.*......*..\n........**.\n..*.**.....\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*..*\n...*.**..*.\n....*...*..\n.**.*...*..\n.**.***....\n*..*.......\n**.*.......\n...*.*....*\n*.......**.\n........*.*\n........**.\n.**.**..*..\n.**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***\n**.****\n*.*****\n..*.***\n```\n\n\n## Output without wrap\n\n```\n****..*\n.......\n*......\n.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*.*\n.**.....*..\n.**.....*.*\n```\n\n\n## Output without wrap\n\n```\n.**.....*..\n*..*....**.\n.**.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*..*.\n..***.*..*.\n..***.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n...*..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*\n.**....\n...*...\n.*..*..\n***.***\n..*****\n```\n\n\n## Output without wrap\n\n```\n*..*...\n*...*..\n.*.*...\n**..*..\n*.....*\n..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n....*..\n.*.*...\n.*..*.*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n.**\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n*.*\n.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..**....*.\n.*.*......\n.*.*......\n..**..*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..**......\n.*.**.....\n.*.**.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..**......\n.*.**.....\n.*.**.....\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*.*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...**\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n...*\n....\n....\n..**\n....\n.**.\n....\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n....\n....\n....\n.*.*\n....\n.*.*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n....\n....\n....\n.*.*\n....\n.*.*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.......\n....**.....\n...*.......\n....**.....\n...........\n...........\n...........\n...........\n...........\n...........\n.......***.\n```\n\n\n## Output without wrap\n\n```\n....*......\n...**......\n...*.......\n....*......\n...........\n...........\n...........\n...........\n...........\n........*..\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*..\n...**......\n...*.......\n....*......\n...........\n...........\n...........\n...........\n...........\n........*..\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n**.*...*.*\n..*..*....\n.*........\n.*..*...*.\n*.....***.\n.......*..\n.*........\n....*..**.\n.......*..\n```\n\n\n## Output without wrap\n\n```\n........*.\n.**.....*.\n*.*.......\n.**.......\n**......*.\n......*.*.\n......***.\n.......**.\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***\n***.....**\n..*.......\n.**.......\n**......**\n......*.**\n......***.\n.......**.\n.......**.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n..*.**..\n...*****\n*..*...*\n*...*.*.\n.....**.\n....**..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*.....\n..*....*\n...*...*\n....*.**\n......*.\n....***.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n..*.....\n*.*....*\n*..*....\n*...*.*.\n......**\n....***.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n**..........\n............\n............\n*..........*\n**..........\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n**..........\n**..........\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n*...........\n.*.........*\n.*.........*\n*...........\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*...*\n*...*.*.*.***\n..***.*......\n**.........**\n.....****....\n*.***....*...\n*............\n.*...*...*..*\n....**...*..*\n```\n\n\n## Output without wrap\n\n```\n........*.***\n.**.*....*.**\n*....*....**.\n*.......*....\n*.......*....\n*.......*....\n.**....*.....\n.............\n....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..*.....\n.**.**.*.*.*.\n.....*....**.\n*.......*....\n........*....\n**......*....\n***....*....*\n.............\n...*..*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..\n....***..\n*........\n*.......*\n.**......\n*.*...**.\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....**..\n.....**..\n.*.......\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*.\n*...***..\n*....****\n**.....*.\n.***..**.\n.*.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n...\n.**\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n*.*\n*..\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n.**\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n.**.\n...*\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n.***\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.*..\n..*.\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.**\n*...**.*.\n*.**.***.\n....*...*\n.........\n...***..*\n...*.***.\n....****.\n.....*.**\n....*...*\n**..*....\n..*.....*\n**..***.*\n**.....**\n```\n\n\n## Output without wrap\n\n```\n.........\n***.*.*..\n..**.*.**\n...*.*.**\n..**...*.\n..**..*..\n....*....\n.........\n.......**\n....*..**\n.....****\n....****.\n*.*.....*\n**...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n*.***...*\n****.*.*.\n*..*.*.**\n..**....*\n..**..*..\n....*....\n.........\n.......**\n....*..*.\n.*...**..\n....*****\n..*..***.\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*****\n....****\n.....*..\n....*...\n*.**...*\n**......\n*.......\n........\n..*.....\n**......\n.**....*\n*.**...*\n***.*...\n```\n\n\n## Output without wrap\n\n```\n...*...*\n...*...*\n........\n...**...\n*.**....\n*.*.....\n**......\n........\n.*......\n*.......\n...*....\n*.......\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*..*....\n........\n...**...\n*.**...*\n..*.....\n**......\n........\n.*......\n*.......\n...*...*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.*.\n.*....*..\n****.***.\n*...*..**\n*..*.**.*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n...*.....\n*.****..*\n*.......*\n....***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..*.\n...*.....\n..****...\n.........\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***.**\n.*.***.***\n.*...*.*..\n*****.***.\n***..*****\n****.**..*\n**.**..***\n```\n\n\n## Output without wrap\n\n```\n..**..*..*\n**.*.....*\n.........*\n...**....*\n.........*\n..........\n*..*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*.*.....*\n..........\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n*.*...\n****..\n*.****\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*...*.\n*.....\n*.....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n....*.\n......\n.....*\n.*...*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..*..\n....*.....\n**.....**.\n****..***.\n```\n\n\n## Output without wrap\n\n```\n..***.....\n.**.**.**.\n*..*.**.**\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...**\n.**.*.....\n*.***.*.*.\n...**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n***\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*\n.*****...\n****..*..\n.*..**.*.\n.*****.*.\n....*...*\n..*..***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.*...***.\n......*..\n.*....***\n.**....**\n.**.....*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n......**.\n......*..\n......*..\n.**......\n.*.*.....\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n...*.\n.....\n..***\n..***\n.....\n***.*\n..**.\n*..*.\n*..*.\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*.*\n..*.*\n..*.*\n....*\n.**..\n*...*\n.*.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n....*\n.....\n..*.*\n..*.*\n..*.*\n.....\n***.*\n.....\n.*.*.\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n****..\n..**..\n*..*..\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n**....\n*.*.*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n...**.\n**..*.\n..*...\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n..****..\n....**..\n....*...\n........\n........\n.**.....\n.**.*...\n..**.**.\n.*..***.\n```\n\n\n## Output without wrap\n\n```\n..***...\n..**.*..\n........\n....**..\n........\n........\n.***....\n....**..\n......*.\n..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n..**.*..\n........\n....**..\n........\n........\n.***....\n....**..\n......*.\n.*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*..**\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...\n..*...**.\n*.*......\n.**......\n*..*.....\n...*.*.**\n```\n\n\n## Output without wrap\n\n```\n......*..\n..**..*..\n..**.....\n*.**.....\n.*.**....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****..*\n..**..*..\n..**.....\n*.**.....\n**.**...*\n..**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n...**\n..*..\n*....\n...**\n*....\n...*.\n*...*\n*.**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n...**\n..***\n.....\n...**\n.....\n..*.*\n.**..\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n*....\n*....\n*.*.*\n*.**.\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*...*\n***...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n**........\n..........\n..........\n..........\n....*.*...\n.......*..\n......**..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.......*..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.......*..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*...\n**...\n.....\n.*..*\n***..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n.....\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n*....\n.....\n.....\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.*...\n*.*...\n*.*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.**.*\n*.**.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.\n*.*.**.\n**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*****.\n*.....*\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n*.*...*\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*......\n..**..........\n..............\n```\n\n\n## Output without wrap\n\n```\n..**..........\n..**..........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.........\n.*..*.........\n.*..*.........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n..***.\n..*.*.\n..*..*\n.....*\n..***.\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n....**\n.*....\n.*....\n..*..*\n..***.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n*...**\n.*....\n.*....\n..*..*\n..***.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*..\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n.**\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n..**.*.\n..****.\n.......\n...***.\n..**...\n...***.\n**.....\n**....*\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n..***..\n.*...*.\n..*..*.\n..*....\n..***..\n..*....\n.*.**..\n***.**.\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.*...*.\n..*..*.\n..*....\n..***..\n..*....\n.*.**..\n.**.**.\n......*\n**....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*....\n......**...\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n......**...\n......**...\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n......**...\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n.*....*.\n....*.*.\n*....***\n***.....\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*..\n.*.*...*\n*.**...*\n**.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n*.***...\n.*...***\n.*.*..*.\n..*...**\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**.*.\n.*...\n.***.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n****.\n*..**\n**.**\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*....\n*....\n*.**.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*..\n..............\n.**...........\n*..*..........\n...*.........*\n.*..........*.\n*..........*..\n...........*.*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.**...........\n.*.*..........\n..*...........\n..............\n...........**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*..\n..............\n***...........\n...*.........*\n..*.........*.\n..............\n*.........**..\n..........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n****.*\n**.*.*\n.*****\n.***.*\n...*.*\n******\n.**.**\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n.....*\n....**\n....**\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n.......\n.......\n*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*..*\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n**..\n**..\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.....*\n......\n.....*\n**...*\n.*.*..\n.****.\n.....*\n**..*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n.*....\n.***..\n*.....\n..***.\n***.*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...*.\n*...*.\n*...**\n..**.*\n......\n*.**..\n..*...\n*....*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n.*.*\n....\n....\n....\n..*.\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**..**\n*.*..*.**.*\n***......*.\n**.*.****..\n*.**.***...\n**.**.*....\n***.*..*.**\n*.*.**.*.*.\n..***.*.***\n*..*.*.**.*\n*.***.**.**\n*.***...*..\n```\n\n\n## Output without wrap\n\n```\n..*********\n*...**.**.*\n...***...*.\n...*.*..*..\n........*..\n........*..\n.......*.**\n*......*...\n..*.......*\n...........\n*.....*...*\n..*.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n....**.**..\n...***...*.\n...*.*..*..\n........*.*\n........*..\n.......*.*.\n.......*...\n..*........\n...........\n......*....\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.**\n.***\n****\n***.\n**.*\n****\n***.\n****\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n....\n....\n....\n...*\n...*\n....\n...*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n...*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n....*\n...*.\n.....\n****.\n*.**.\n.*.*.\n...**\n...**\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.*.*.\n*..*.\n*...*\n.*...\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*..**\n.....\n.*.**\n*..*.\n*....\n**...\n*....\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n....\n....\n....\n....\n*.*.\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n....\n....\n....\n....\n...*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.......\n...........\n...........\n...........\n....*..**..\n.**........\n.*....*.*..\n.*....*.*..\n.*....*.*..\n****.......\n...*.......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n***........\n.......***.\n*.*........\n...........\n**.........\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n...........\n...........\n...........\n...........\n***........\n.......****\n*.*.......*\n..........*\n..***......\n.*.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n*.*...\n**...*\n.....*\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*...*.\n*....*\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..****\n.*...*\n..*.*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n.....**..\n.....***.\n**....*..\n..*......\n.........\n....*....\n..***....\n**.*....*\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...***...\n...*...*.\n.......*.\n.*...***.\n.*.......\n.........\n....*....\n.**.*....\n.*.......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****...\n...*...*.\n.......*.\n.*...***.\n.*.......\n.........\n....*....\n***.*....\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*..*..\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n....*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*...*\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..*.*\n...*.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..***\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n..***\n..***\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n....***\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....*.*\n....***\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...***\n*..***\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*..*.\n***.*\n..***\n*.*.*\n.*..*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.**.\n**.**\n.*..*\n....*\n..*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n....*.\n......\n*.*...\n....*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n.*.*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n........*.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n*....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**...*\n.*....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n...*.....*\n...*....*.\n*......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n.......***\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n..**......\n.......**.\n.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....*..*..\n..........\n..*.......\n.........*\n*.*...**..\n..........\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n*.**.\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n..**.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**.*.\n..***\n..**.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*...*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n*.......**\n**.......*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n**......**\n**......**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n........**\n**.......*\n**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.***.\n**.**...*\n.**.*.*..\n....**.**\n......*..\n..*..****\n**......*\n```\n\n\n## Output without wrap\n\n```\n**.*.***.\n*........\n***...*.*\n...**..*.\n....*....\n.*...**.*\n.*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***.\n........*\n.**...*..\n...**..*.\n....*....\n.*...**.*\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n...*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n....*..\n....*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*..\n....*..\n....*..\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..*...*\n..*...*\n..*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n..*.\n..*.\n....\n....\n....\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n..*.\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..*.\n.*.*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n...*\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.*.*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.*...\n.....\n*****\n...**\n.*.**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..*.\n.**.*\n*....\n.*...\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n...**\n***..\n.....\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....*.\n....**\n*...*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...*..\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...***\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**.....\n.....*.......\n.............\n.............\n.....**......\n.....*.*.....\n.....*.*.....\n**....**.....\n**..........*\n.............\n..*.........*\n.......**....\n.*.*..**.....\n..**....*....\n```\n\n\n## Output without wrap\n\n```\n.....**......\n.....**......\n.............\n.............\n.....**......\n....**.*.....\n.....*.**....\n**....**.....\n**...........\n.*...........\n.............\n..*...***....\n...*..*......\n..**...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****.....\n.....**......\n.............\n.............\n.....**......\n....**.*.....\n.....*.**....\n.*....**....*\n.*..........*\n.*..........*\n.............\n..*...***....\n...*..*......\n..****..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**...\n....*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*..*\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...\n.........\n...*.*...\n...*.*...\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n....*....\n....*....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n....*....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n.***..\n..*...\n.*.*..\n..***.\n.....*\n****.*\n**..*.\n*.***.\n****.*\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*..*..\n......\n.*..*.\n..***.\n.....*\n*.**.*\n.....*\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*..*..\n......\n.*..*.\n..***.\n.....*\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n**.*..\n*..*..\n*.....\n.*....\n......\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n**.*..\n*.*...\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n**.*.*\n*.*..*\n**....\n......\n......\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n*.....\n**.*..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.....*\n*...**\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.....\n**.......\n*....*...\n**..***.*\n*....**..\n..*......\n.***.....\n.**......\n..*......\n...**....\n```\n\n\n## Output without wrap\n\n```\n**.......\n**...*...\n....***..\n**.**..*.\n*.*.****.\n..***....\n..**.....\n..*......\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n........*\n.*..***..\n...**....\n***.***..\n..***..**\n..**.....\n..*......\n.**......\n*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n***.\n..**\n..**\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.***..\n..*.*...*...\n**..........\n*..**.*.***.\n*.*....*....\n**......***.\n*....**....*\n.*.****.*...\n.*.....***..\n.....**...*.\n```\n\n\n## Output without wrap\n\n```\n....*..*.*..\n*...........\n*....*......\n*........*..\n*.**......*.\n*.**..*...*.\n*.**.**...*.\n*.*.......*.\n..**......*.\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..*.\n..........*.\n.....*....**\n.........*..\n..**......**\n.***..*...*.\n.***.**....*\n.**.........\n.**.**..*.*.\n...*****..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..*.*.\n.*..*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n.**.*.\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.**.**\n***.*.\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n***..*\n***..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**.\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n.....\n**.*.\n.*.*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n***..\n**.**\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n*....\n***.*\n.*.*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****.**.\n****.***..**\n.*.**..**...\n...***.*....\n***.**.*.***\n```\n\n\n## Output without wrap\n\n```\n........**.*\n**.....*...*\n**......*..*\n*.*....*..*.\n.*......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n*.......*..*\n*......*.*.*\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*\n**..**.\n******.\n*******\n*.***.*\n*.*****\n*******\n.*****.\n```\n\n\n## Output without wrap\n\n```\n...***.\n...***.\n.......\n.......\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.....*\n....**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.**.\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*...\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n*.*\n**.\n***\n***\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***...*\n.*.*...***\n...**..*..\n........*.\n..***.*...\n.*.*.....*\n```\n\n\n## Output without wrap\n\n```\n...**....*\n.....***.*\n..***..*.*\n..*..*.*..\n..***.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....*\n.....***.*\n..***..*.*\n..*..*.*..\n..***.....\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n*..\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*.*..*\n*......*.....\n*.........*..\n...*...*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**....\n**.....*....*\n.*..........*\n*......*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n******\n.*.***\n.*****\n*.****\n******\n.*****\n******\n******\n*****.\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n......\n*.....\n*.....\n*.....\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****.*..**.\n..*..***......\n*..**..**.....\n.*..*.**...*..\n.......*..*...\n.........**...\n.......*..*..*\n*.**...*****..\n```\n\n\n## Output without wrap\n\n```\n.****.........\n*.*...........\n.****...*.....\n...****.......\n......******..\n........****..\n.......*......\n.......*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........***\n*.*..........*\n.****...*.....\n...****.......\n......******..\n........****..\n.......*......\n*.**.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n.**..*\n..*..*\n.....*\n*..*.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*...*\n....**\n*....*\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n....**\n.....*\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.....\n.*.*.*...*\n.*.*.*...*\n..*.**...*\n```\n\n\n## Output without wrap\n\n```\n..***.....\n.*...**...\n.*....*...\n..**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n...*.**..*\n...*.**..*\n...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**....\n....*......\n.....**....\n**.........\n.......*.**\n***.*.*....\n**....*....\n....*.*..**\n..**..*..**\n**.....**..\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.....\n.....*.....\n...........\n.*...*.*...\n..*..*.*...\n*...*......\n*.......***\n*...**....*\n.*.*..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.*.**\n....*......\n.....*.....\n*.........*\n**...*.*..*\n.**..*.*...\n....*......\n........*..\n.....*.....\n*..*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*..*.\n..*...\n.*...*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n***...\n..*...\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.*.*..*\n.....**......\n**...*......*\n*.*.....**.*.\n*...**.**...*\n*......*.....\n*.*.*.*......\n```\n\n\n## Output without wrap\n\n```\n....**.......\n*.*..........\n**......*....\n*...*....**..\n**.*.....**..\n**....***....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...**....\n..*.**.......\n*.......*...*\n.*..*....**..\n...*.....**.*\n.*.**....*...\n*.*..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*......\n...**.*.*...*.\n.**..***...***\n.....*........\n...*......*...\n..*.....*.....\n*.*..***......\n.*.**....**...\n*.*.....*..*..\n.**.*.**....*.\n**.*.........*\n```\n\n\n## Output without wrap\n\n```\n...*........*.\n..*.*..**..*.*\n.*...*....*...\n..*.*......*.*\n.*..***.......\n.****.........\n..........*...\n.*.........*..\n...*.......*..\n**..*.**.***..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****.....\n.......**..*..\n.*...*....*...\n..*.*......*.*\n.*..***.......\n.****.........\n..........*...\n.*.........*..\n...*.......*.*\n.*..**...****.\n.*.**.***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n.***..........\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..*...........\n..*...........\n..*...........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..*...........\n..*...........\n..*...........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...*.\n**...*\n**..*.\n....*.\n...*.*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n....**\n**..**\n...***\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n....*.\n.*..*.\n*..**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n*.*....\n.*...**\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..*...*\n.**....\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*......\n.....*.*.*.*.*\n.....*.*.*.*.*\n.......*...*.*\n...*..........\n..*...........\n```\n\n\n## Output without wrap\n\n```\n.......*......\n......***.....\n......***.....\n.......*......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n......***.....\n......***.....\n.......*......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.***.*\n*..*..*..*\n**........\n..**....*.\n*..****.**\n..*...**..\n*....*.*.*\n*..*..*..*\n```\n\n\n## Output without wrap\n\n```\n.********.\n*..******.\n**.*......\n*.**.*.***\n.*..***.**\n.*.*.....*\n.*...*.*..\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*..\n...*******\n**.*......\n..**.*.**.\n.*..***.**\n.*.*......\n**...*.*.*\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.......\n..***........\n.*...........\n.**..........\n.*.*.........\n```\n\n\n## Output without wrap\n\n```\n..*.*........\n..*.*........\n**.*.........\n***..........\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.........\n..**.........\n**.*.........\n***..........\n**...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......*.*\n..**...*.\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n*.......*\n.**.....*\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n.*..*....\n..**.....\n.........\n.........\n.........\n.........\n***......\n*........\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n..**.....\n.*..*....\n..**.....\n.........\n.........\n.........\n*........\n.**.....*\n........*\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.***\n*****\n*...*\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*....\n*....\n*....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n.*....\n.....*\n*....*\n**...*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n*.****\n....**\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*...*\n....**\n.****.\n***.**\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*....\n.*.....*.....\n.**....*.....\n...****......\n.............\n...**........\n..*..**.*....\n```\n\n\n## Output without wrap\n\n```\n.............\n**.....**....\n.*****.*.....\n..*****......\n.............\n...***.......\n...***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.*....\n**.....**....\n.*****.*.....\n..*****......\n.............\n...***.......\n..****.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n******\n***.*.\n*.****\n*.*.*.\n**.***\n***.**\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n....**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n....\n....\n**..\n.***\n*...\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n..*.\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n....\n....\n**.*\n..**\n....\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..**.\n*.*.****.***\n*.*..*****.*\n*.*...*.**.*\n*.****.*...*\n.*.*..****.*\n*.*.**..****\n.*.....****.\n*...**.*...*\n.*....*.**..\n*..*.*......\n```\n\n\n## Output without wrap\n\n```\n.......**.*.\n*.****.**..*\n*.*.*......*\n*...**.....*\n*..........*\n*.........**\n*.***.......\n...*.**.....\n........*...\n**....**....\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*...**.\n..*.*...*...\n..*.*.......\n....**......\n............\n............\n..***.......\n.*.*.**.....\n.*......*..*\n..*.....**..\n.**..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*...\n**.**.*..*\n.*.******.\n***.*..*..\n**.....***\n.**...**..\n*.**.....*\n```\n\n\n## Output without wrap\n\n```\n**.**.....\n**......*.\n........*.\n....*....*\n...*......\n...*..**.*\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*......**\n........*.\n....*.....\n...*.....*\n...*..**..\n*...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n..****\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n**....\n***...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n*.*...\n*.*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n*.*...\n*.*...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n***\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.**\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*...\n..........\n.....*...*\n..........\n*..*..*..*\n**.*...*.*\n*..**.**..\n*...**....\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n***.....*.\n**.*.*.*..\n*.**..***.\n.**..**...\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..........\n..........\n*........*\n.**.....**\n.*.*.*.*..\n..**..***.\n.**..**...\n.**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*.\n........\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*\n....*.**\n..***.*.\n*.......\n..***...\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n...**...\n...**..*\n..**.**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**\n....*...\n...**.**\n..*..*..\n...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.**...\n.....*\n...*.*\n...*..\n......\n*..*..\n**....\n.*....\n*.....\n...**.\n....**\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n.***..\n...*..\n......\n......\n*.*...\n..*...\n***...\n....*.\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n*.**.*\n...*.*\n......\n......\n*.*...\n..*...\n***...\n......\n...*.*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.**.\n.*..\n....\n.*..\n**..\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n.**.\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n.**.\n....\n**..\n**..\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n**..\n....\n.*..\n....\n..*.\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*.*..\n******..**..\n.*..*....*..\n..*.......*.\n.....*.*...*\n*...***.....\n.*..**......\n**..**...*..\n*....*....**\n..**.*...*..\n***.....**.*\n..*.*..**.**\n.*****.**.*.\n```\n\n\n## Output without wrap\n\n```\n**.*.**..*..\n*..*.**..**.\n*...**..***.\n..........*.\n....**......\n............\n.*.*........\n**....*...*.\n*.**.**..**.\n*.***...**.*\n....*..*...*\n*...***....*\n.**.*****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*.\n*..*.**..**.\n*...**..***.\n..........*.\n....**.....*\n*...........\n.*.*........\n.*....*...*.\n*.**.**..***\n..***...**..\n*...*..*...*\n....***.....\n**...*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n...\n.*.\n***\n...\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n***\n***\n...\n***\n***\n...\n**.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n.*.\n...\n.*.\n***\n...\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n..*...\n.**...\n.**...\n...*..\n....**\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*.*.\n.*.**.\n......\n..*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..*.*.\n.*.**.\n......\n..***.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....***.\n.......*.\n.....***.\n.........\n.........\n.......*.\n*....**..\n*.....*.*\n.........\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n......**.\n........*\n......**.\n......**.\n.........\n.....**..\n.........\n.....*.*.\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......**.\n......**.\n........*\n......**.\n......**.\n.........\n.....**..\n*........\n.*...*...\n*........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**..\n...**...\n........\n........\n.*..****\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n...*.*..\n......*.\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n...**...\n......*.\n.....***\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*****\n**...\n****.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n....*\n..*.*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n..*..\n...**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...***\n.....*...\n....**...\n...**....\n...**....\n.........\n.......*.\n***....**\n```\n\n\n## Output without wrap\n\n```\n.....***.\n..*.**.*.\n.....**..\n...*.....\n.........\n.........\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.****\n******.**\n*....**.*\n...*.....\n.........\n.........\n.*.......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*......**\n*...**.......*\n....**........\n..*..........*\n..***.........\n............**\n..........***.\n..........**.*\n........**....\n.....*........\n....*.........\n.....**.......\n*....**.....**\n```\n\n\n## Output without wrap\n\n```\n.....*......**\n...*..*.....**\n...****.......\n..*..*........\n..***.......**\n..**.......***\n..............\n.........**...\n..............\n..............\n..............\n....*.**......\n.....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**............\n**..**........\n**.****......*\n***..*......*.\n..***.......**\n..**.......***\n..............\n.........**...\n..............\n..............\n..............\n...**........*\n*....*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n....\n....\n****\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.......\n.***....*..\n..*......*.\n........**.\n**..*.....*\n*.*..*....*\n.*...*.....\n*.*........\n**.........\n...........\n....*......\n....**.....\n....*.*....\n..**.**....\n```\n\n\n## Output without wrap\n\n```\n..*........\n.*.**......\n**.*....***\n........*.*\n*.*.......*\n*.**.......\n*.*........\n*.*........\n**.........\n...........\n...***.....\n...**......\n......*....\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**......\n**.*.......\n...*....***\n*.......***\n.**......**\n****.......\n*.*.......*\n*.*.......*\n**.........\n...........\n...***.....\n...**......\n..*...*....\n..*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.*.\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...**\n...**\n*..*.\n.**.*\n...*.\n...*.\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n..*..\n.*...\n.**.*\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n*.*..\n**...\n***.*\n...**\n.....\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n....*\n*.**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..\n**.*..*\n..*...*\n.******\n**..***\n*.*..**\n*.*.***\n....***\n```\n\n\n## Output without wrap\n\n```\n...***.\n**.***.\n**...*.\n**.....\n*......\n.*.....\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.....*.\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..***\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..***\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..**.\n.....\n....*\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.\n...*.**...\n*.....*.*.\n**..*.****\n.****....*\n*..*....**\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n....*...*.\n**..*.****\n**.**...**\n........**\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....*.\n*.....*.**\n*...*.**.*\n...**.....\n......**..\n...*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*....\n.....\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n.***\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*..*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n**..\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..*.\n*.**\n..*.\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n...*\n....\n..*.\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*\n...**..*\n...*...*\n........\n```\n\n\n## Output without wrap\n\n```\n...**...\n..***.**\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n*.***.**\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....*\n*.*.*....\n*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..*\n*.*.**...\n*.*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.......\n..*....\n.......\n.....*.\n.......\n.......\n..*..**\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.***.*.\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.***.*.\n****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..**.**\n*****.****.*\n*******...**\n*.***.*..**.\n********.***\n.***.****.**\n**.********.\n```\n\n\n## Output without wrap\n\n```\n*...***...**\n............\n...........*\n........*...\n*...........\n............\n**.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n........*...\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n.******\n**.****\n*.***.*\n*.*****\n*******\n****.**\n.******\n*******\n*******\n*******\n*******\n*******\n***.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.*...\n..*...\n**....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.*...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*.*...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*.*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.****\n.****.*.*.\n...**.*..*\n.*..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..*.*..\n**....*...\n..*..**.*.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.*\n......*.*.\n..*...*...\n...*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*.*\n..*.....*.\n...*..****\n....*..*.*\n*...**.*.*\n....*..*..\n.*....**..\n**........\n**...*....\n```\n\n\n## Output without wrap\n\n```\n........*.\n..**......\n...*..*..*\n...**....*\n...***.*..\n....*..*..\n**....**..\n..*...*...\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.**\n..**......\n...*..*..*\n...**.....\n*..***.*.*\n*...*..*..\n**....**..\n..*...*...\n..*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n***..\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n..*..\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*..\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*...*\n*****\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.****\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.**.\n**********\n.*********\n*******.**\n.*********\n*****.****\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n*.........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.******.***\n***...******.\n.***.********\n.********..**\n*******.*****\n.****.****.**\n*********.***\n***********.*\n*...*.****.**\n```\n\n\n## Output without wrap\n\n```\n....*........\n....*........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n***..\n...**\n*..**\n**..*\n.*.*.\n...*.\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n*...*\n***..\n**..*\n**.**\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***.*\n.....\n.**..\n.*...\n.*.*.\n..*..\n...*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n.....\n.....\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n*******..*\n.*.....*..\n.******...\n...*......\n.*****....\n```\n\n\n## Output without wrap\n\n```\n.*.*.*....\n**.****...\n.......*..\n.*.****...\n......*...\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n**.****...\n.......*..\n.*.****...\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n..*....*\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.**.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n......\n......\n......\n**...*\n..*.*.\n......\n*.**.*\n....**\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n......\n**....\n.****.\n.....*\n...*..\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....**\n......\n......\n**...*\n......\n......\n..**..\n......\n*..*..\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.......\n..*.**.*..\n**.....*..\n..**....*.\n....**....\n.......**.\n.....**...\n..........\n```\n\n\n## Output without wrap\n\n```\n.***......\n..**..*...\n.*..*.***.\n.****.....\n...**..**.\n....*..*..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n..**..*...\n.*..*.***.\n.****.....\n...**..**.\n....*..*..\n......**..\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n..**...*\n..**..**\n.*...***\n.....*..\n....**..\n......*.\n***.****\n.*..*.**\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n.*...*..\n..*..**.\n...*....\n....***.\n**....*.\n........\n*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***\n*......*\n.*...*.*\n***..**.\n...*...*\n....**..\n**......\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n....\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*...\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n..*.\n..*.\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n*...\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*...*\n.**.*\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.....\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n*****\n.....\n***.*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n...*..\n......\n......\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n..**..\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n....*....\n.........\n.........\n....*....\n...*.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*...\n........**\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n.........*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..*.....\n........\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..**\n*.*.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n.*..\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..****\n********\n..*****.\n*.*.*...\n*.******\n*.******\n...*****\n*.******\n....*.**\n***.**.*\n********\n*******.\n.****.**\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n......**\n........\n........\n........\n........\n.*......\n........\n........\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.......\n**.....*\n**.....*\n.*.*....\n.**.....\n.***....\n........\n........\n..*.....\n.*......\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n..*.....\n........\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n.......*\n........\n........\n........\n.**.....\n..*.....\n........\n........\n.**.....\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n......*..\n.......*.\n........*\n.......*.\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......*.\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......*.\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....***..\n.........\n..*..**..\n.........\n......**.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n.........\n.........\n.......*.\n.....*..*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.........\n.........\n.........\n.......*.\n.....*..*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n...*.\n.....\n..*.*\n.**..\n..**.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n...**\n.*.*.\n.*.*.\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n...**\n...**\n.*.*.\n.*.*.\n..**.\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n..*..\n...*.\n.***.\n*...*\n**..*\n*...*\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.*.*.\n.****\n*...*\n**.**\n**.**\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n....*\n.*.*.\n****.\n.....\n.*.*.\n.*.*.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...*\n.**.....\n..****..\n.....*..\n*.******\n***..*..\n...***..\n.*.*.*..\n.*.**...\n....*...\n.*..**.*\n```\n\n\n## Output without wrap\n\n```\n..**....\n........\n.*****..\n.*......\n*.**....\n*.......\n*..*.**.\n.....*..\n...*.*..\n..*.....\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**\n*.......\n.*****..\n.*.....*\n*.**...*\n*.......\n*..*.**.\n.....*..\n...*.*..\n*.*.....\n.**.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n****\n....\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n..**.\n*.**.\n*..*.\n.*..*\n*...*\n**..*\n*.*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n...**\n***..\n**...\n*.*..\n.**.*\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*....\n....*\n..*.*\n...*.\n..*..\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...**.\n**...*\n.**..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n*..*..\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*....*\n.*.*.*\n.....*\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n.**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**\n**.*.**\n.****..\n*...*..\n*.**..*\n```\n\n\n## Output without wrap\n\n```\n***..**\n*.....*\n.......\n*...**.\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n*...***\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*.*\n***.\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..**\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.**..*\n......\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n..**..\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n***.\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n***.....\n***.....\n*.......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*......\n*.*.....\n..*.....\n*.......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.*......\n*.*.....\n..*....*\n*.......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n..*....\n..*....\n***....\n**.....\n*.....*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n..**...\n*.*....\n..*....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..**...\n..**...\n*.*....\n..*....\n**....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*\n..*.*..\n*.**.*.\n*.**.*.\n.....**\n...*...\n..***..\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.****..\n.*****.\n...*.**\n..**.*.\n.*...**\n.*...**\n.*...*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n...*...\n...*.*.\n.***.*.\n.....*.\n.*...**\n..*...*\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n.***\n***.\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n***.**\n***...\n**.***\n.....*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n....**\n......\n*..***\n*.**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n......\n...**.\n..**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*....*.\n*....*..\n*...*...\n*.......\n.***....\n..*****.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n........\n*.*.....\n**.*.*..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n********\n.*....**\n......*.\n..*....*\n**.*.*..\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*.*.\n.*..*.***.\n....*.*...\n.*..**...*\n.**.......\n...**.....\n.****...**\n```\n\n\n## Output without wrap\n\n```\n....***...\n...*..*.**\n......*...\n.*....*...\n.*...*....\n.**.**....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*...\n*..**.*.*.\n*.....*.*.\n......*...\n.....*...*\n..*.***.*.\n.*...****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n.....*\n**..*.\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n******\n***.**\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..**..\n.**...\n.**...\n..*...\n..**..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....*.\n......\n...*..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....*.\n......\n...*..\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n..***\n**..*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n......*\n.....*.\n*..*.*.\n*...*..\n.......\n.......\n......*\n...*...\n.*...**\n.....*.\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n....***\n......*\n.......\n.......\n.......\n.......\n....*.*\n....*..\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....**.\n......*\n.....*.\n.......\n.......\n......*\n*...*..\n....*..\n....**.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n.**\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n..*\n*..\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n*..\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n***..\n....*\n.....\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..**.\n**...\n.....\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**\n**...***\n..*..*.*\n.*...*.*\n.....*..\n**......\n*.......\n......**\n```\n\n\n## Output without wrap\n\n```\n**...*.*\n***..*..\n*.*.**.*\n....**..\n**....*.\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.**..*..\n..*.**..\n*...**..\n.*....*.\n**......\n**......\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.**.\n.*.*.**.*\n***.**.**\n***.**.**\n**.*.****\n******.**\n*.*...*..\n```\n\n\n## Output without wrap\n\n```\n..***.**.\n........*\n.........\n.........\n.........\n........*\n*.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..\n...*.*.\n...**.*\n.**.*.*\n```\n\n\n## Output without wrap\n\n```\n..***..\n.....*.\n......*\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.....*.\n*.....*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n**.\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n*..\n***\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n.*...*\n******\n......\n...**.\n..**.*\n......\n..****\n*.*..*\n******\n.*....\n.**...\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n******\n.*...*\n..***.\n..**..\n.....*\n.*****\n*.....\n*..***\n....*.\n...*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*****\n**....\n..***.\n..**..\n.....*\n******\n......\n...**.\n....**\n...*..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*.*.\n....\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n.*..\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*..\n....\n.*.*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n**.*..\n..**..\n**.*..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*.....\n...**.\n**.*..\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*....*\n...**.\n**.*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..***.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n...*..\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n***\n***\n.*.\n.*.\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..\n*...***\n*..*.*.\n.******\n.**..*.\n.*...*.\n..*.*..\n***.*.*\n..*.*.*\n*.*...*\n***.**.\n*....**\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n****...\n*.**...\n*......\n**.....\n**..**.\n******.\n..*....\n..*..*.\n..*....\n*.*.*..\n*.*.*..\n*.....*\n.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n....*..\n..****.\n..*...*\n*.*...*\n..*..*.\n.**.*..\n..*.*..\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n**.**.**\n********\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.*.**.\n****.*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.**...\n***.*.\n..*..*\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n********.*\n****.*****\n**.*****.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.*..\n*.....*...\n......*...\n.....**...\n....**..**\n..........\n..........\n.***.....*\n.*.*.....*\n..**......\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.....*....\n........*.\n....*.....\n....*.**..\n.....*....\n..*.......\n.*.*......\n.*..*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**..\n..*..*....\n........*.\n....*.....\n....*.**..\n.....*....\n..*.......\n.*.*......\n**..*.....\n**..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n*.....*\n......*\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n.*...*.\n*.....*\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.*****\n.*****\n*.***.\n...**.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n*.....\n......\n.....*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n*.....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n***\n***\n***\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n*.*.*\n*.*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.***.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n..*..\n..*..\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n......*\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*..*.*\n.****.\n.*.*..\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n**..**\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n*.....\n..*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..\n*..*..*\n*******\n*.*.*..\n...*...\n..***..\n*****..\n***....\n***.**.\n*..**..\n```\n\n\n## Output without wrap\n\n```\n*****..\n......*\n*.....*\n*......\n.*.....\n.......\n*...*..\n.....*.\n....**.\n*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.......\n*......\n.*.....\n.......\n*...*..\n.....*.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.**...**..\n.**.......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n***.*\n..*..\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n*..**\n*...*\n*....\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n......**..\n......*.*.\n.**.....*.\n.***......\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n......*.*.\n.*.*...*..\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n......**..\n......*.*.\n.*.*...*..\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...........\n.....**......\n...*.....**..\n..*..*....***\n..*.*..**..*.\n....*....*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n....***..**..\n..*.*...*...*\n....**..**.**\n...*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n.............\n....***..**..\n..*.*...*...*\n....**..**.**\n...*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......\n...*.....*\n.**......*\n..........\n.....***..\n....*...*.\n....*.....\n.....*.**.\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n..*.......\n.....***..\n..........\n....*.....\n...**..**.\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.....\n.*.**....*\n***.......\n.....***..\n..........\n....*.....\n...**..**.\n....*.....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..**...\n*..*.***...\n*..**.***..\n```\n\n\n## Output without wrap\n\n```\n.****......\n.**..*.....\n.*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n....*......\n....*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n....*..\n*..*...\n*......\n..*..*.\n....*..\n.*.....\n```\n\n\n## Output without wrap\n\n```\n....*..\n...**..\n.......\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...**..\n.......\n.*....*\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....***.*\n*.....*.*.\n*.......**\n*........*\n```\n\n\n## Output without wrap\n\n```\n.....****.\n**...**...\n**.....***\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***..\n.*...**...\n.*.....**.\n.*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n....\n*...\n...*\n*..*\n*..*\n....\n....\n....\n.*..\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n....\n....\n*.*.\n...*\n....\n....\n....\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.*.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*..\n.........\n...**..**\n*...*****\n******..*\n.........\n****.*...\n..*****.*\n.*....**.\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n...**....\n*...*....\n***......\n*...***..\n.....**..\n.****..*.\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..**.\n.**.*****\n...**....\n.*..*....\n..*......\n....***..\n*....****\n.*.......\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*.*\n***\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n***.*\n*....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n**...*\n..**..\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n***.*.\n*..*..\n*.***.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n..***.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..**\n**.*\n.**.\n**.*\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n*..*\n...*\n*...\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n...*\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..***\n.....\n.....\n....*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n....*\n...**\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...**\n...*.\n.....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n****\n.*.*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n...*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*..\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.****\n..**.\n.*..*\n**..*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n....*\n.....\n**..*\n*****\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*..*\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..*..*\n*.**.*\n*..***\n**.**.\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*.*.\n..*..*\n*....*\n...*..\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.**\n..*...\n......\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......***.**.\n*.......**.*.*\n*......*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......*.*.**.\n**.......*.*.*\n........*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.*.*..\n.*.......*.*..\n.*.....*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n...*......\n......**..\n..........\n..........\n..........\n..........\n*.........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n....**.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...*..*\n...*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.**.*\n*.*.*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n....*\n..*.*\n*..**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n*....*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**\n..***.*\n*.***.*\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.******\n.****.*\n.****.*\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*......\n.......\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*.**\n..**.*....\n.*.**....*\n*.**...***\n.*...**..*\n*.*****.*.\n.***....**\n*.**..****\n**.***....\n.**.**....\n```\n\n\n## Output without wrap\n\n```\n....**....\n.**.**..**\n....**.*.*\n**....*..*\n**...*...*\n**........\n**...*..*.\n**....**..\n*....*.**.\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.*\n........*.\n....**.**.\n......*...\n.....*....\n..........\n.....*....\n......***.\n.....*..*.\n......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*......\n..............\n*........*....\n..*..........*\n*............*\n..............\n..............\n.*.*......***.\n.*..*.....**..\n*.*........*..\n.......*......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.*............\n..............\n..............\n...........*..\n..*.......*.*.\n**.*..........\n.*........**..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.*...........*\n*............*\n..............\n...........*..\n..*.......*.*.\n**.*..........\n.*........**..\n.*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n.....\n..***\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n..*..\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*....\n***...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n***...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**..\n*...\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n.***.*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n***.*.\n...***\n*.**.*\n.**...\n...***\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n......\n....**\n.....*\n.*.*.*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n....**\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........**.\n...**.....***.\n...*.......**.\n....*..**....*\n*..******....*\n...**..*......\n..............\n*.....*.......\n**..**......*.\n.*.***......*.\n*............*\n..............\n......*.......\n```\n\n\n## Output without wrap\n\n```\n..........*.*.\n...**.....*..*\n...*......*..*\n........*....*\n..............\n...*...**.....\n..............\n**...*........\n****..*.......\n.***.*......**\n....*.........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*.\n...**.....*..*\n...*......*..*\n*.......*....*\n*............*\n...*...**.....\n..............\n**...*.......*\n****..*.......\n.***.*......*.\n*...*........*\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.****\n.....\n.....\n.....\n..*..\n*.*.*\n****.\n...*.\n.....\n.....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.*..*\n..*.*\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n.**..\n.....\n.....\n*...*\n**..*\n.*.*.\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n***....\n*.*...*\n*.....*\n*......\n.......\n**.....\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.***...\n*..*...\n*.**...\n.*.....\n**.....\n**.....\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*.**..*\n.***...\n.......\n**....*\n.......\n..*...*\n*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n*...*...\n.*..*...\n..**..*.\n.....***\n**...*..\n..*..*..\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.**..\n..***.**\n.**.**.*\n.*..**..\n..*****.\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n*.......\n.**.**..\n..***.**\n***.**.*\n**..**.*\n..*****.\n..**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n..**.*\n..*.**\n.*.**.\n**...*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.***.*\n......\n...**.\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n......\n...**.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.*\n.*..**.*\n**.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n*..**.*.\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**\n.*....**\n.*....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*....\n**.*...*.*...\n***...***..*.\n.*.***..*.*..\n.**.**.******\n...*...*...*.\n.**.....*.**.\n**........**.\n**.*.........\n..***........\n...*.........\n....**.****..\n*******.*..**\n*...*.*****..\n```\n\n\n## Output without wrap\n\n```\n.............\n.....***.*...\n.....**......\n.....*.....*.\n....**.*.....\n*..******....\n.***....**.*.\n*.**.....***.\n...**.....*..\n.**.**.......\n.**....*.....\n*......*...*.\n*.**........*\n*.**.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**..\n.*....**.**.*\n*....**....**\n.....*.....**\n**..**.*....*\n...******....\n****....**..*\n..**.....***.\n*..**.....***\n***.**.......\n..*....*...**\n.......*.....\n..**...**....\n..**.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n..****\n..****\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*..*\n.*....\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n.....*......\n.....*......\n........***.\n........***.\n..........*.\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n.........*..\n........*.*.\n........*..*\n..........*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n.........*..\n........*.*.\n........*..*\n..........*.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n**.*\n*.**\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n***.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**.*\n...*\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n**.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n.*....*.\n**......\n**.....*\n*..*....\n*....*..\n**..**..\n*.....*.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n.**.....\n.*......\n.*......\n*...***.\n....*.*.\n**..***.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n**....*.\n.**.....\n........\n*.....**\n**..**.*\n....*...\n.*..**.*\n......**\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*..*\n...*\n...*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**..\n....\n***.\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n...*.*\n......\n*....*\n..*...\n..*.*.\n...***\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n......\n......\n..***.\n.**.**\n.**..*\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**..*.\n*...*.\n......\n*.**.*\n.**..*\n.**..*\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n**..\n**.*\n.*.*\n..*.\n....\n....\n**..\n....\n...*\n**.*\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n....\n**.*\n..*.\n....\n....\n....\n....\n..*.\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n**.*\n..*.\n...*\n.*.*\n..*.\n....\n....\n....\n*...\n..**\n...*\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**..*\n.**.*\n*****\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n*.*.*\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n*.*.*\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n....*.\n......\n...*..\n**.*..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n*..*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n...***\n......\n.**...\n**.**.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**..\n*.*****..\n.**...***\n*.*...*..\n.***.....\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n..**..*..\n.........\n*...*....\n*.....*..\n...*.....\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..\n*.......*\n....*...*\n*.....*.*\n...*.....\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n**.\n*..\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n*..\n..*\n**.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*.*\n...\n...\n***\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*..\n..**...*...\n..**.......\n.**........\n.*.*.......\n..**.......\n.....*.*...\n......*....\n```\n\n\n## Output without wrap\n\n```\n...........\n..***......\n...........\n.*.........\n.*.*.......\n..***......\n......*....\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n..***......\n...........\n.*.........\n.*.*.......\n..***......\n......*....\n.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n...*..\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n*..\n**.\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n**.\n*.*\n**.\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n.**\n...\n**.\n.*.\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n....\n***.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.**.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**...\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n.**\n**.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..***.\n.***.***.\n.**..***.\n```\n\n\n## Output without wrap\n\n```\n..***....\n**.....**\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*.....*.\n.*.....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..*.......\n..*.......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n.........\n***.**.**\n....*...*\n***.*...*\n....*..*.\n.....***.\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.*.**\n..**.....\n..*......\n..*..**..\n..**.....\n...*.*...\n....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.***.*.*.\n.***...*.\n..*......\n.**..***.\n.***.....\n.........\n....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..*\n.*.**..*..\n...*..***.\n...*......\n.........*\n*.*..*...*\n...*......\n....**....\n.*.....*.*\n..***.....\n```\n\n\n## Output without wrap\n\n```\n..***.....\n...***....\n...*..***.\n.......**.\n..........\n..........\n...*.*....\n....*.....\n..*..*....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...***....\n...*..***.\n.......**.\n*........*\n*........*\n...*.*....\n....*.....\n..*..*....\n*.***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.*.\n..****.*.\n..****.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.**...*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n.**...*..\n.**...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n*..***.*\n*...*..*\n****..**\n.*..*.**\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....*..\n.**.....\n*.****.*\n**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....\n..***...\n..*.....\n..***...\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*...\n....**\n.*...*\n*.*...\n.....*\n....*.\n.*.*..\n..****\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n.*..**\n.*....\n......\n....*.\n.....*\n.....*\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n......\n*...**\n.*..**\n**...*\n.....*\n....*.\n.....*\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*.***\n*.*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n**....*\n.......\n.......\n*.....*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n**....*\n.......\n*.....*\n*.....*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....***\n........\n****...*\n.**.*..*\n*****...\n*.******\n.**..**.\n**..***.\n***.*...\n.*...*.*\n```\n\n\n## Output without wrap\n\n```\n......*.\n*.*....*\n*..*....\n....*...\n*......*\n*......*\n........\n....*.*.\n..***...\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*\n..*.....\n...*...*\n....*..*\n........\n........\n........\n....*.*.\n..***...\n..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***\n*******\n.****.*\n.***.**\n.******\n*******\n.*.*.*.\n*******\n*******\n*****..\n.***.**\n.******\n.******\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.**...\n.*...*\n...*.*\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n.*..*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n***...\n.*..*.\n*...*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.**.*\n*****\n..***\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*....\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**...\n*.*.*\n*.***\n.****\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.*.*.\n*..*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**.\n.**......*.\n.**.....*..\n........*..\n...........\n...........\n...........\n....**.....\n*...*.*...*\n**.**....**\n*..*.****.*\n.***..*.**.\n*.*...*...*\n***....***.\n```\n\n\n## Output without wrap\n\n```\n..*.....**.\n.*.*......*\n.**.....**.\n...........\n...........\n...........\n...........\n...........\n*..**....**\n..*.......*\n*....*.*..*\n**..*.**..*\n*..*......*\n.*.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...*.*\n**.*.....**\n.**.....**.\n...........\n...........\n...........\n...........\n...........\n.*.**......\n.**........\n.....*.*...\n....*.**...\n..*.*..*...\n.***..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.**\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*..**\n..*......****\n.......*.*.*.\n......**.**..\n...*.*...*..*\n.****.**.....\n.....******.*\n.**.*..****..\n..*.........*\n..........**.\n***....*..***\n```\n\n\n## Output without wrap\n\n```\n.........*..*\n.........*...\n......**....*\n......**.*.*.\n...*.*...**..\n..**......**.\n..........**.\n.***.*....*..\n.***....*....\n..*.......*..\n.*........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*....\n.........*...\n......**....*\n......**.*.*.\n...*.*...**..\n*.**......**.\n*.........**.\n****.*....*..\n.***....*....\n..*.......*..\n***......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**\n.**...*.\n*....*.*\n**..***.\n**......\n*..*....\n*..*....\n***...**\n....**..\n```\n\n\n## Output without wrap\n\n```\n..*...**\n.**..*..\n*.*.*..*\n....***.\n..*.**..\n*.*.....\n*..*....\n*******.\n.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**\n.**..*..\n..*.*...\n....***.\n..*.**..\n*.*....*\n...*....\n********\n.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n..***\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n*.**\n*.**\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***..**\n.**.**...*.\n...*....*..\n**.*.**...*\n.....*..**.\n...*...*...\n.*..*...*.*\n..*.....*..\n..**.*.**..\n...*****...\n....*..*...\n......*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.*..**\n.**...*.***\n*..*..*..*.\n..*..****..\n..*..*.***.\n....*..*...\n..**...***.\n.**.*...*..\n..*..*..*..\n..*........\n...**...*..\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*****\n***...*.**.\n...*..*..**\n*.*..****.*\n*.*..*.****\n....*..*...\n..**...***.\n.**.*...*..\n..*..*..*..\n..*........\n...**...*..\n....*.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n...*\n**..\n....\n....\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n*...\n....\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.\n...***..\n....*.*.\n.......*\n***.....\n**.....*\n```\n\n\n## Output without wrap\n\n```\n........\n..**.*..\n..***...\n.***....\n*.*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****..\n..**.**.\n*.***..*\n****...*\n..*.....\n****.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..**.\n..*.*\n..*.*\n.**.*\n***..\n.**..\n...*.\n...**\n....*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.**.*\n..*..\n.*...\n**...\n...**\n..*..\n..*..\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*..*\n.**.*\n.**.*\n...*.\n....*\n...*.\n*.*..\n..*..\n*..*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n*........\n.*.......\n.........\n.........\n......*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.\n.***.*.\n...*.*.\n...*.*.\n.....*.\n...***.\n...*.*.\n...*.*.\n.*.*...\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n..****.\n......*\n..*....\n.......\n.......\n...*...\n..**.**\n...*...\n..**...\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n..*....\n*.*....\n*......\n*......\n*..*...\n..**.**\n...*...\n...*...\n******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.....\n.....\n...*.\n...**\n.....\n.**..\n.....\n**..*\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n.....\n..***\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n.....\n..***\n..**.\n.....\n*..**\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*........\n......*.......\n...........***\n..........*.*.\n......*...***.\n.....***..*...\n.....*........\n.....**......*\n*...........*.\n*.........*.**\n..........**.*\n```\n\n\n## Output without wrap\n\n```\n..............\n............*.\n...........***\n..........*...\n.....***.**.*.\n.....*.*..*...\n....*..*......\n.....**.......\n...........**.\n..........*..*\n..........**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n............*.\n...........***\n..........*...\n.....***.**.*.\n.....*.*..*...\n....*..*......\n.....**......*\n*..........**.\n*.........*...\n*.........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n*.**....\n.......*\n.*.*.*..\n..*..*..\n...****.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*.**...\n..*.*.*.\n..*.....\n...****.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n**.**...\n..*.*.*.\n..*.....\n...****.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n.**\n.**\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.*..\n*.*..\n..*..\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.***.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*..\n..**.\n**...\n....*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...**\n...*****.\n*.*.**.*.\n*.*.**.*.\n...***.*.\n...*.*...\n.*.....**\n.*....*.*\n**...**..\n*...***..\n```\n\n\n## Output without wrap\n\n```\n.**......\n...*..*..\n.*.....**\n.***...**\n.**...*..\n.***....*\n....*....\n*.**.**.*\n...**.**.\n**...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n..*......\n.........\n.***...**\n.**...*.*\n****.....\n....*....\n.***.**.*\n.*..*..*.\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*****.\n**........*..\n**......**...\n**..**.*.**..\n.....**.***..\n......*.*....\n.......***...\n......***....\n.....***.*.*.\n```\n\n\n## Output without wrap\n\n```\n........****.\n.*.....*...*.\n..*...***....\n.*.***.......\n....*........\n.....*...**..\n.....**..**..\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*..\n.*....***....\n..*...***..*.\n**.***.......\n....*........\n.....*...**..\n.....**..**..\n..........*..\n....**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n...**\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n...**\n..*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*****\n*****.\n****.*\n.****.\n.***..\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n.....*\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.....*\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n..**..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*...*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*....*\n*.*..*\n..*.*.\n**....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n.*...*\n*.....\n...*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n....*.\n.*..**\n*....*\n*..*..\n***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**..\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n**.\n*..\n**.\n***\n***\n**.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n..*\n...\n..*\n...\n...\n*..\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.**\n*..*.*..*\n*...*..**\n..*...***\n***......\n.**.**...\n....**.**\n.****.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.****\n*....*...\n.*.***...\n*.**..*.*\n*....***.\n*.*.***..\n.......**\n..***.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*...\n.*.***...\n..**..*..\n*....****\n..*.***.*\n.......**\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..**.\n**.*.\n..***\n.*.**\n..*.*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n...*.\n.....\n**...\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n**.**\n*...*\n**...\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*..*.\n.*...\n*****\n*****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.***.\n....*\n....*\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*****\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**\n.......**\n.........\n.........\n.........\n.........\n.........\n..**.....\n..**....*\n**.......\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n..**.....\n.*.*.....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**.\n........*\n.........\n.........\n.........\n.........\n.........\n..**.....\n...*.....\n***.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.**..\n.**..\n.***.\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n*....\n*..*.\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n*....\n*..*.\n*....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....**\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n***\n...\n***\n*.*\n.**\n.**\n*.*\n*.*\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n*..\n**.\n*..\n*..\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*\n......*.\n****.**.\n*.***.*.\n*...**.*\n****...*\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*.*\n**...*..\n**.....*\n*.****.*\n*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n..*****.\n.....***\n........\n...**...\n..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n***\n.**\n.**\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*..\n...\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n..*...\n......\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n..*...\n..*..*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n......**..\n......**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......**..\n.....*..*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.\n.....*..*.\n.....*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n..*...\n..**..\n.**..*\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n.***..\n......\n...*..\n.*....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n...*..\n**....\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.......\n*.*.........\n**...*....**\n**........*.\n*......*....\n.*....**....\n.*...**.**..\n...*****..*.\n.*....*.....\n.*....*.....\n.*.......*..\n...*.....*..\n..**.*......\n```\n\n\n## Output without wrap\n\n```\n.*..*.......\n....*.......\n.**.......**\n..........**\n**....*.....\n**....***...\n..**....**..\n.**.....**..\n..*.........\n..*.........\n..*.........\n....*.......\n..*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.......\n.**.*.......\n..*.........\n..........*.\n**....*....*\n**....***..*\n..**....**..\n.**.....**..\n..*.........\n..*.........\n..*.........\n...*........\n...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n*..*.*\n.*..**\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n****.*\n**.*.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.***..\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..***\n****.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n..**...\n.**...*\n**...**\n*......\n*..*.**\n..***..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*.*...\n*..*.**\n*..*..*\n*...*.*\n*..**..\n....*..\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n..**.*.\n...*.**\n...*.**\n*...*..\n...****\n....*.*\n.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n*...\n...*\n.*..\n.*..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n....\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n**..\n**.*\n*...\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n**....\n*..*..\n****..\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n*.....\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.*..*.\n.*..*.\n...***\n*..**.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n........*..\n...........\n...........\n.....*.....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.*.**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*...**\n.*.*..\n...*..\n***...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..***.\n*..*..\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n...**.\n..**..\n...**.\n*.*..*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**.**\n.*.*.\n.*.**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.*...\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**.**\n.*...\n*..**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.*...*\n.*.*.**...**\n...*.**...*.\n.**.***...*.\n.*........*.\n.*.......**.\n.*........**\n......**...*\n...*.*......\n```\n\n\n## Output without wrap\n\n```\n....*.....**\n...*..*.*...\n.*....**....\n...****.*...\n....**.....*\n*.*......*.*\n.*.......*.*\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*...*.\n...**...*...\n.*....**....\n...****.*...\n....**......\n.**......*..\n.*.......*.*\n**....*...*.\n*****.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n...*......\n**........\n..*.......\n*...*.....\n.*........\n..*.*.....\n..***.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n*.*.......\n***.......\n**.*......\n.*..*.....\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n.***......\n.*........\n*.*.......\n***.......\n**.*......\n.*..**....\n..*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n**.\n**.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n**.\n...\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..*.*\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..***...\n...*....\n...*....\n........\n........\n...**...\n```\n\n\n## Output without wrap\n\n```\n..***...\n..***...\n...*....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..**....\n...*....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n***....\n*...***\n**...*.\n**..***\n*...*.*\n...**.*\n*..*.**\n****.*.\n*..*.**\n***.**.\n...****\n****..*\n```\n\n\n## Output without wrap\n\n```\n**.....\n*.****.\n..*.***\n.......\n....*.*\n**....*\n...*..*\n*.....*\n*..*...\n......*\n***....\n......*\n.***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n..****.\n..*.**.\n.......\n....*..\n.*.....\n...*...\n.......\n...*...\n.......\n.**....\n.......\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n......**\n*..**.*.\n...*****\n```\n\n\n## Output without wrap\n\n```\n.....***\n....*..*\n...*....\n...*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n*..*....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*....*\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**...*\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.......\n....*..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n***.*\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..**\n...***..\n****.***\n.......*\n**.....*\n........\n........\n..*.....\n.***....\n.***....\n...*..**\n```\n\n\n## Output without wrap\n\n```\n.***.**.\n........\n.***.*.*\n.......*\n........\n........\n........\n.***....\n........\n.*..*...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n****.*.*\n........\n*......*\n*.......\n........\n.***....\n........\n**..*...\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*****\n.....\n*****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.....\n*****\n```\n\nThe columns are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..*..\n....****..\n......*...\n......***.\n......***.\n.**..*....\n**.*.***..\n```\n\n\n## Output without wrap\n\n```\n...**..*..\n...**..*..\n........*.\n.....*..*.\n.....*..*.\n***.**..*.\n**..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....*.\n...**..*..\n........*.\n.....*..*.\n.....*..*.\n***.**..*.\n*..*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*...\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n..***.\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**...*\n......\n......\n******\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**....\n.........\n....*.*.*\n..*.....*\n.*.....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n.......*.\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...***...\n.......*.\n*.......*\n****....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...***\n**.**.\n...*..\n....*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n......\n..**.*\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n*.****\n*.....\n..**.*\n..*...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*.**.*\n*.**.*\n*.**..\n**.*..\n***...\n**...*\n.....*\n.....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.***.\n*.....\n......\n......\n......\n......\n...***\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..**..\n......\n......\n......\n....*.\n....**\n*..*..\n*..*..\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**..\n**......*\n.*......*\n*......**\n......***\n....***..\n.*..*.*..\n.*...***.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n***....*.\n.*......*\n......*..\n........*\n....*....\n....*....\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..*\n.**....**\n.*.......\n......*..\n*........\n....*....\n....*....\n.**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n.......**\n........*\n.........\n.....**..\n.....*...\n.........\n.........\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n.......**\n.......**\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n*....**...\n..........\n..........\n...***....\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n***.\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n**..\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n**.*\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n.........\n.........\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n.*.*.....\n..*.*....\n..****...\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*..*....\n.*...*...\n..*..*...\n..**.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.*..*....\n.*...*...\n..*..*...\n..**.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*....\n...*....*....\n.*...........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n*...*..*..\n*...**..**\n....***...\n..*..*....\n.***..**..\n.**.*.***.\n.....**.*.\n..**..*..*\n**********\n**.*.*.*..\n**.***....\n*...**...*\n**..**...*\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.**..\n...*.*.**.\n...*..*.*.\n..**...*..\n.***...**.\n...***.**.\n........**\n.........*\n........*.\n..........\n..........\n.*****....\n.*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...***\n**.*.*.*..\n*..*.*.*..\n.*.*..*..*\n..**...**.\n.***...**.\n*..***.**.\n*.......**\n..........\n..........\n..........\n..........\n..****....\n.****.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..*.\n*..*.\n*****\n*....\n..**.\n.....\n**..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n*..**\n.*..*\n.***.\n..*..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..**.\n*****\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.*.\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n***\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.***.\n*..**\n.**..\n....*\n....*\n*..*.\n**.*.\n.*.**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.**.*\n.....\n.*...\n*....\n*....\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n.***.\n*..*.\n.....\n.....\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n.....**.*.\n.......*..\n.......*..\n......*...\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.....*..*.\n........*.\n......***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......**.\n........*.\n......*.*.\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n****\n....\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n***.\n...*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n****\n*...\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n..*.*\n...*.\n..*..\n.**.*\n***.*\n*.***\n*.*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n...*.\n.***.\n*....\n**...\n*...*\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**.**\n...**\n.**..\n.....\n.....\n.....\n.*...\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........*.\n.**.......\n..**......\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n..*.......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.......\n..*.......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**.\n*******.*\n......*..\n**....*.*\n..*.....*\n**.*..**.\n**.*....*\n.***.****\n.**.**.*.\n...**..*.\n*******.*\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n.*....**.\n.*..**...\n..**.*.*.\n.**.....*\n..***.*.*\n......*.*\n....*....\n.......**\n*.*....**\n.*....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n***.**...\n....**.*.\n****.*.*.\n***....**\n..***.*..\n......*..\n....*....\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n**.*\n.***\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n...*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n****.\n*..**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n..*.**..*\n.*****.*.\n.**......\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...**....\n.*...**..\n.....**..\n.*.......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.*...**..\n*....**..\n.*.......\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n*..*...\n**.****\n.**.*..\n.****..\n```\n\n\n## Output without wrap\n\n```\n....*..\n**.*..*\n*....*.\n.......\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**.*...\n.....**\n......*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.....*...\n**.***...\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n**...*...\n.....**..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**...*...\n.....**..\n**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n.....*.*\n***.....\n*...*.*.\n..*.*...\n..*...*.\n.*..**.*\n```\n\n\n## Output without wrap\n\n```\n........\n**....**\n*.*..**.\n*.*..**.\n*..*.*..\n.**...*.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n........\n..*..*..\n..*..*..\n...*.*.*\n.**..***\n.*.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*.**\n.**.*\n**...\n.....\n.....\n..**.\n..*..\n**...\n```\n\n\n## Output without wrap\n\n```\n..***\n**..*\n....*\n***..\n.....\n.....\n..**.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*..*\n....*\n***..\n.....\n.....\n..**.\n..**.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*..*\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*.*...*\n*.*.*.**.***.\n*.*......*.*.\n*...***...***\n***....*....*\n....*..*....*\n***.**..*...*\n```\n\n\n## Output without wrap\n\n```\n......*.**.**\n.*...**....**\n*.*.*....*..*\n*.*..**..*.*.\n**......*...*\n**.....**..**\n...*...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.*.***\n......*.....*\n..*.*....*..*\n.**..**..*...\n........*....\n..*.....*....\n....*...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n**.*.\n****.\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.*...*\n.*.***\n***...\n```\n\n\n## Output without wrap\n\n```\n.*....\n.***.*\n.....*\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***..*\n.*..*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*\n*.*.*..*\n........\n.**..**.\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*.....\n.***..*.\n.......*\n.**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........*\n*.........**.\n..........***\n...........*.\n.....**......\n......***....\n.......*.**..\n.......*..*..\n.......**....\n```\n\n\n## Output without wrap\n\n```\n...........*.\n..........*..\n............*\n..........***\n.....**......\n.....*..**...\n.........**..\n......**..*..\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........**\n*.........*..\n.............\n..........***\n.....**......\n.....*..**...\n.........**..\n......**..*..\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n....***.\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n..**...\n**.**..\n**.**..\n..*....\n...***.\n.....**\n...***.\n.......\n..*....\n.**....\n.*....*\n.......\n.**....\n```\n\n\n## Output without wrap\n\n```\n.***...\n*...*..\n*......\n*...*..\n.**..*.\n...****\n......*\n....***\n...**..\n.**....\n.**....\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...*..\n*......\n*...*..\n.**..*.\n...****\n......*\n....***\n...**..\n.**....\n***....\n***....\n***....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n*...\n*...\n....\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n***.\n....\n*..*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*..\n**.*\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*...\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n...*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......**.\n......*...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*..\n*.**..*..\n***....*.\n.**.*.**.\n**..*..*.\n....*.***\n...*.**.*\n*..***..*\n....**..*\n*....****\n***.*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.....\n**.*...*.\n.........\n*...**.**\n.**.*.*.*\n.*..*....\n..**...**\n..***..**\n..***..**\n***....*.\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n*...*....\n*........\n*...**.*.\n.**.*.*..\n.*..*....\n..**.....\n..***....\n..***....\n..***....\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n...........*\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n...*..\n*...*.\n......\n*.....\n...*..\n..*..*\n..*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n......\n......\n......\n......\n..*...\n.**...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..*..*\n.*.***\n*.*...\n**..*.\n**..*.\n**....\n**..**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*.*\n.***.*\n.....*\n..**..\n.**.*.\n....**\n.*....\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n*.****\n.*....\n.***..\n.**...\n......\n..*.**\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n****.*\n******\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n*.*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n...\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....***.*\n***.*..***\n***.*..**.\n..*...*...\n*.*...***.\n..*.**.*..\n*...*..*.*\n....***.**\n```\n\n\n## Output without wrap\n\n```\n*....***.*\n..*.*....*\n*....**..*\n*.*..**...\n..*.....*.\n....**....\n.......*.*\n....******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..*.*.....\n.....**...\n*.*..**...\n..*.....*.\n*...**....\n*......*.*\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..*.*\n....*.**.*...\n.....*.**....\n.*.**.*......\n**.*....*....\n.*.....*****.\n.*.......**.*\n**.......**.*\n.........**.*\n.......**.*.*\n**......*..**\n*.......*.*..\n.........***.\n```\n\n\n## Output without wrap\n\n```\n......***....\n......*..*...\n..**..****...\n**...*..*....\n...*..*.**...\n...*.......*.\n..*........**\n***........**\n.......***..*\n.......**...*\n**......*...*\n**......*...*\n.........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***....\n......***....\n..**..****...\n**...*..*....\n...*..*.**.*.\n...*.......**\n.**.........*\n.**........**\n*......***.*.\n.......**..*.\n**......*....\n**.....**....\n*.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.....*\n.*..*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*..\n.......***..\n.***.*....**\n..**..**.**.\n.*.*.**...*.\n.**...*.**.*\n..*..**.**.*\n*..*........\n...*.***...*\n```\n\n\n## Output without wrap\n\n```\n......**.*..\n..**..**.**.\n..**..*..**.\n.....*....*.\n...*.*..*.*.\n.*....*****.\n.*...*..*.*.\n..*...*.*...\n...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....**.\n..********..\n****..*..**.\n.....*....*.\n.*.*.*..*.**\n.*....****.*\n.....*..*...\n***.....*.**\n...******...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n*...\n****\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n...*\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n*.*.\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*.\n........*.\n*..**..*..\n*.*...*...\n.**.*.*...\n...**.*...\n*...****..\n**..*..***\n*.*****.**\n.*.....*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n***....**.\n...*......\n*...*...*.\n*.....**..\n...*......\n*.........\n*.*.**....\n*......**.\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**....\n......*...\n...*.....*\n*...*.....\n*.....**..\n...*......\n*.........\n..*.**....\n..*....*..\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n*....*.\n*...*.*\n....***\n*...*..\n*******\n*...***\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n**..**.\n....*.*\n...**.*\n*.*....\n*.*...*\n*.....*\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*\n**..**.\n*...*..\n...**..\n..*....\n..*....\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..***..\n*....**...\n.....*.*..\n.**..***..\n..*...*.*.\n```\n\n\n## Output without wrap\n\n```\n**...*.*..\n*...*.....\n.*..*..*..\n.**..*..*.\n.**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......*\n*...*.....\n.*..*..*..\n.**..*..*.\n*..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.....**...\n...*.**...\n..*..**...\n*.*.***...\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n.....**...\n.....*.*..\n..**..**..\n.*.****...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.....*....\n.....**...\n.....*.*..\n****..***.\n...****.**\n.*..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n..*****.\n.*.**...\n****.*..\n..*.**.*\n*****..*\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n.*..*..*\n**.....*\n.....**.\n.*......\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*\n*....**.\n**......\n*....*..\n*......*\n*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*....\n...*.........\n.............\n.............\n.............\n..*..........\n.............\n........**...\n...*...*.....\n...*...*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........*....\n.......*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........*....\n.......*.....\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n..******\n**...***\n.***.**.\n*****.**\n***.*..*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.....*.*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.......\n.**.......\n.**.......\n****.....*\n..***...**\n...*.*.*.*\n....**.**.\n.*.....**.\n```\n\n\n## Output without wrap\n\n```\n*.*.......\n...*......\n..........\n*...*...**\n.........*\n..*..*.*.*\n....**...*\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n...*......\n..........\n....*...**\n..........\n..*..*.*.*\n....**...*\n***...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.**.\n...**..**\n..*..*...\n*.*..*..*\n..*..*.**\n```\n\n\n## Output without wrap\n\n```\n...****.*\n.**......\n.*...*...\n...**....\n..*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*\n*.**...**\n.....*...\n.......*.\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n...\n***\n...\n...\n...\n***\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*...\n.**....*.\n.*.....*.\n.*...**..\n```\n\n\n## Output without wrap\n\n```\n.**......\n***...*..\n**.....*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*...\n***...*..\n**.....*.\n***..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.**\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..***\n...**\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**.*\n**.*.\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n***..\n.*.**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.*.*.\n.**..\n.....\n.....\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n.**..\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**..*\n*..*.*..**\n*.******.*\n*.*...*.*.\n***..*.*.*\n...*.*****\n.**..*..**\n...***..**\n```\n\n\n## Output without wrap\n\n```\n....**..**\n.*.***...*\n*.......**\n*.*.*...**\n*.**.*....\n.....*....\n.**..*....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**..\n...*......\n..........\n..*.*.....\n..**.*....\n.....*....\n..***.....\n.*.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.....*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n**....\n**...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n..*...\n..*..*\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.**\n****.****\n*.***....\n.********\n***.*****\n*******.*\n**.***.**\n.*..*****\n***.*****\n*...***.*\n****.****\n**.***.**\n**.**.**.\n.**...**.\n```\n\n\n## Output without wrap\n\n```\n*....*..*\n........*\n*........\n........*\n.........\n.........\n.........\n.........\n*.*......\n.........\n.........\n.........\n.........\n****.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..*......\n.........\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.*.*\n****.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n.....*\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*..*\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n..*\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n......\n.**...\n*.***.\n*.*..*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n.**...\n*...*.\n*....*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n*..*..\n.**...\n*...*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n***....*\n.....*..\n.*.*....\n..*...*.\n.....*..\n........\n.*.*....\n......*.\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n*.......\n.*......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n**.....*\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**.*.\n*.*.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n****.\n*.*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n****.\n*.*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*..\n*.*\n***\n..*\n**.\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n..*\n..*\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.**....\n.....*.\n.......\n......*\n.......\n.......\n.**....\n.**....\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..*....\n.......\n.......\n.......\n.......\n.......\n.**....\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.\n.*.....\n**.***.\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n*..*...\n*.****.\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n...*.*.\n.*..*..\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n***.\n.*..\n..*.\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*.*.\n*.*.\n.*.*\n.*.*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n..*.\n....\n....\n.*..\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n.*.\n...\n...\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**.\n.......***.\n....*.***..\n...*..**...\n.......**..\n......***..\n.*...*.*...\n.....**....\n..*..*....*\n**.......**\n*......*..*\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n......*....\n.....*...*.\n.....*.....\n...........\n...........\n.....*..*..\n....**.....\n.*...**..**\n**.......**\n**.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......*....\n.....*...*.\n.....*.....\n...........\n...........\n.....*..*..\n....**.....\n.*...**..**\n.*.......*.\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n.*..\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*..**\n.....\n.....\n*....\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.**.*\n*...*\n**.*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n...*..\n*...**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n....**\n....**\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n....**..\n.**....*\n*.*.....\n..*....*\n**.....*\n........\n....***.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n..*...*.\n.*...*..\n........\n..**....\n.*......\n....*.*.\n.......*\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n.****.**\n*....**.\n.......*\n..**..*.\n.*......\n.*..*...\n....*...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*..\n.......***\n.*......**\n.*.**..*.*\n...***.*.*\n*...**..*.\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n........*.\n.......*..\n..**..**..\n..**.....*\n......****\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n........*.\n*......*.*\n..**..**..\n*.**.....*\n*.....***.\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n....\n.**.\n....\n.**.\n.**.\n*.**\n*..*\n.**.\n***.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n....\n....\n.**.\n*...\n*..*\n*..*\n...*\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n....\n....\n.**.\n....\n....\n....\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*..**\n..**.\n*...*\n*....\n****.\n....*\n*..**\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n*...*\n*..*.\n*...*\n*...*\n*.*.*\n.*..*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...**\n.....\n*...*\n.....\n.*.**\n*.*.*\n.*...\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.******\n*..*..****\n.****.****\n**.***.**.\n****.***.*\n```\n\n\n## Output without wrap\n\n```\n.****.....\n.****.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...**....\n***..*.**\n.....**..\n.**....*.\n*..*..**.\n....**...\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*..*....\n*....**..\n*..*.*.**\n*......**\n.*.....*.\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*..\n.....***.\n.....***.\n...*.*...\n.*......*\n.*......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*\n...*...*\n**.**...\n*..**..*\n**..*..*\n.**...*.\n****..**\n**.**.*.\n*...*.*.\n.*..**..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n...**...\n........\n**......\n.....*..\n*...****\n.....**.\n....*.**\n....*.*.\n*.*...*.\n....*.*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.\n.......*\n.*......\n.....*..\n....***.\n.....**.\n....*.*.\n....*.*.\n*.*...*.\n....*.*.\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.\n.**..**\n..***..\n..*.*..\n..*..**\n***...*\n.**..**\n```\n\n\n## Output without wrap\n\n```\n**...**\n*...*.*\n.*.**..\n.**.*..\n..*.**.\n..***..\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....**.\n...**..\n.**.*..\n.**.**.\n....***\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n..*\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n..*......\n..*......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n..*......\n..*......\n..*......\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..*......\n..*......\n..*......\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*.***.\n.**********.\n***.***.****\n****.*...*.*\n*.**********\n*****...****\n*.********.*\n************\n********..**\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.**..\n..*.*\n*.*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.***.\n.....\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.***.\n*...*\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n......*.\n....*.*.\n.....**.\n.....**.\n....*..*\n.****.*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n......**\n....*..*\n....*..*\n..*.*..*\n..*.*.**\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n......**\n......**\n....*..*\n....*..*\n..*.*..*\n..*.*.**\n.*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*......\n.**.*.*\n.**...*\n.*.....\n**...**\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n*.**...\n.***.*.\n**.....\n....*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*.....\n*.**.*.\n..**.*.\n.....*.\n*...***\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n....*\n*...*\n***.*\n..*.*\n**..*\n.****\n*....\n*.*..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n*...*\n....*\n....*\n.**.*\n.*.**\n.**.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..**.\n.....\n.***.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.*\n***..**.**\n.....*****\n...*..*.*.\n..**...*..\n```\n\n\n## Output without wrap\n\n```\n*.*...**.*\n*.*..*....\n.**.*.....\n..****...*\n..**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..\n..*..*....\n.**.*.....\n..****...*\n****..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*..**...\n..............\n..*...........\n.*............\n..............\n..............\n..............\n...*.*..*.*...\n...*..*.*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****....\n..............\n..............\n..............\n..............\n..............\n..............\n.......***....\n....***...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n***.**\n*.*.**\n*..***\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n.......*..\n.....***..\n..**......\n..*.*.....\n...*......\n...*......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n...**..*..\n..*.*.**..\n.*........\n..*.*.....\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n...**..*..\n..*.*.**..\n.*........\n..*.*.....\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*.*...\n*.....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n**.*.\n***.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...***.....\n..*..*....**..\n...**.........\n*.**.****....*\n*.**....**..**\n..**....***...\n...**..*.*.**.\n*.*......*....\n...****.*..***\n*.**..*..*..*.\n...*........**\n...*....*.....\n**......*.....\n```\n\n\n## Output without wrap\n\n```\n......**......\n..*.****......\n.*.....*......\n.....*****..**\n......*...*.**\n.*.....*.....*\n.*..*......*..\n..*...**.*...*\n....**********\n..*...**......\n...**.......**\n..*...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...****....\n..*.****......\n.*.....*......\n*....*****..*.\n*.....*...*.*.\n.*.....*......\n.*..*......*..\n..*...**.*....\n*...*********.\n*.*...**......\n...**.......**\n*.*..........*\n.**.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n**.*.*\n*..*..\n...*..\n*....*\n```\n\n\n## Output without wrap\n\n```\n..***.\n...*..\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n*..*..\n.***..\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**......*.\n*.*.*.**..*.*\n*.***..*.....\n```\n\n\n## Output without wrap\n\n```\n******.....*.\n*.....**...*.\n..*.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...*.\n......**...*.\n......**...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..**\n..*...*.\n*.*...**\n**.*....\n...*....\n..*....*\n*..**.*.\n..**.*..\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n..*...*.\n....**..\n*.***.*.\n*..**...\n**.**...\n.**.*...\n.*....*.\n..**....\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*\n.....*..\n*.***..*\n...**...\n...**..*\n..*.*..*\n.*.....*\n..**....\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.****\n......**.*\n**....*...\n*.*....*..\n****....**\n*.**.**..*\n*......***\n*....**...\n*...*....*\n```\n\n\n## Output without wrap\n\n```\n.....**..*\n.........*\n**....*.*.\n...*...**.\n*...*.****\n*..**.*...\n*...*..***\n**...***.*\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.........*\n**....*.**\n...*...**.\n....*.***.\n...**.*...\n....*..**.\n.*...***..\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n*.....*..\n........*\n........*\n.*.*.....\n....*....\n.*.......\n..*.**...\n..*.*.*..\n...****..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.......*.\n.........\n.........\n..*......\n...***...\n.**.**...\n..*...*..\n...**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**.\n.......*.\n*......**\n*........\n.........\n..*......\n...***...\n.**.**...\n..*...*..\n..*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n..*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n...*..\n......\n*....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n...\n.*.\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n****.\n...**\n..***\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n..*.....\n..*..*..\n........\n........\n.*......\n.*.....*\n*.*....*\n*.....*.\n........\n........\n.....*..\n.*......\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n**......\n*.*.....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n**......\n**.....*\n..*....*\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n.*..*.\n.*....\n**..**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n.**.**\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.*...*\n.**.*.\n**...*\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n.......*.*\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...\n.......*.*\n........*.\n..........\n..........\n..........\n..........\n..........\n........*.\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n*.***\n*****\n*****\n***.*\n***.*\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n....*\n....*\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.....\n*.*..\n....*\n.*...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n****.\n..*.*\n.....\n...**\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*..**\n...**\n.....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n..*.*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n****.\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n..**\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.*..\n...*\n****\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..\n...**..*.\n...*.**..\n```\n\n\n## Output without wrap\n\n```\n...**....\n..**...*.\n...*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.\n..**...*.\n..**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n**..\n....\n....\n....\n**..\n**.*\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n....\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***......\n**.***.****.\n**..*****.**\n*.**..*.***.\n******.**.**\n.*.*.**.*.**\n**.*.*****.*\n.*.*.***.***\n*.**.**.****\n****.....*..\n*****..**...\n**.****.**.*\n***..**...**\n```\n\n\n## Output without wrap\n\n```\n.**......**.\n.**......***\n..........**\n............\n............\n**..........\n..*.........\n***.*.......\n....***.....\n.....*.*....\n.....******.\n...........*\n.......*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.*.\n............\n............\n............\n............\n............\n..*.........\n..*.*.......\n....***.....\n.....*.*....\n.....*****..\n......*.....\n.......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n*.*\n...\n..*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*..\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****...\n.**.*.*..\n.*.****..\n```\n\n\n## Output without wrap\n\n```\n.*..**...\n*.....*..\n.*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*.....*..\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n*..*\n*.*.\n*.*.\n....\n....\n....\n....\n....\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*..*\n.***\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.\n....*..*\n.*****.*\n.****..*\n.***.***\n.*.*...*\n*.*.***.\n****....\n.**.*..*\n*****.*.\n.*..*.*.\n*...*.**\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.**.*..*\n***....*\n**.....*\n**.....*\n**..*..*\n**...***\n......*.\n....*..*\n...**.**\n........\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n.****.**\n.**....*\n.......*\n......*.\n....*...\n.....**.\n.......*\n....*..*\n...**.**\n....*..*\n***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*.*.\n....\n*...\n.*..\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.**\n**.\n*..\n***\n*.*\n**.\n***\n*.*\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n..*\n..*\n.*.\n...\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n****\n....\n....\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n.**.\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n**.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......\n*.*......\n**.......\n........*\n........*\n.........\n....*.*..\n....*.*..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*......\n**.......\n.........\n.........\n.........\n.........\n....*.**.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*.....*\n**......*\n........*\n.........\n.........\n.........\n....*.**.\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......\n.**...**..\n.**.....*.\n*..*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*..*...*..\n*..*..*.*.\n.**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.****\n.****.**..\n*****.*.*.\n.****.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*.****\n**..*.\n*.***.\n.*...*\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n.*....\n......\n*.*..*\n*..***\n*.*.**\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..*...\n...***\n..*..*\n..*..*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..**.\n.*.**\n...**\n..***\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**..\n*....\n.....\n.***.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n..***...\n**.***..\n**...*..\n...**...\n..***...\n..**....\n........\n```\n\n\n## Output without wrap\n\n```\n..***...\n.***.*..\n*...***.\n**..***.\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n.***.*..\n*...***.\n**..***.\n**......\n........\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n..........\n..........\n..*.......\n..........\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n..........\n..........\n..........\n.*........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**..\n.*******.\n*.*..**.*\n...*****.\n.*.*****.\n.********\n*..**.**.\n**.*..**.\n.*.*.**..\n.***.****\n```\n\n\n## Output without wrap\n\n```\n.*.....*.\n*........\n........*\n.*......*\n.*.......\n**......*\n*........\n**.*.....\n...*....*\n.*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n........*\n*.......*\n**.......\n**.......\n.*.......\n.........\n**.*.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n.****.*\n**.**.*\n**.****\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n**....*\n**....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.....\n..*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******\n.******\n.******\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*.\n........**\n*.*....***\n*.....*...\n**.*.*...*\n*.**...*.*\n*****...*.\n```\n\n\n## Output without wrap\n\n```\n........**\n..........\n.*.....*.*\n*.*...**.*\n*..**.*.*.\n.........*\n*...*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....**.\n..........\n**.....*..\n..*...**..\n...**.*.*.\n..........\n....*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.*.\n*...*..*..\n*....***..\n....*.....\n```\n\n\n## Output without wrap\n\n```\n.....***..\n....*...*.\n....*..*..\n....*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**.*\n*..*....**\n*..**.****\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n..*..*..\n.*.*....\n.*.*.*..\n*....**.\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n.*.*....\n**...**.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n..*.....\n.*.*....\n**...**.\n....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n**..**...\n.**..*..*\n.*.*....*\n.**......\n**.......\n*........\n```\n\n\n## Output without wrap\n\n```\n.**..*...\n.**...*..\n*....*...\n....*....\n.*.......\n*........\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n......*.*\n**...*...\n....*....\n.........\n*........\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....**.\n.*..*..***\n.*....*...\n*.......*.\n..*.....*.\n.**.....*.\n*.*.*.....\n..**.**...\n..*****...\n..........\n..........\n..***...*.\n..**...*.*\n```\n\n\n## Output without wrap\n\n```\n***.....*.\n.........*\n..*.....*.\n***....*.*\n.**....**.\n...*....*.\n.....*....\n......*...\n...**.*...\n..****....\n..*..*....\n..*.*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****.\n.**.......\n.**.....*.\n***....*..\n***....*.*\n...*....*.\n.....*....\n......*...\n...**.*...\n..****....\n..*..*....\n....*...*.\n...*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n...*\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n****\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n....*...\n........\n.**..*..\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n****.**.*\n**.*.**.*\n**.****..\n.........\n.........\n.........\n.........\n.........\n...***...\n```\n\n\n## Output without wrap\n\n```\n....**...\n....**...\n**....**.\n....***..\n....***..\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***.\n*......*.\n*.....*.*\n....****.\n....****.\n.........\n.........\n.........\n....*....\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n....\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*.**.\n.*..*.\n.*..*.\n......\n.*..*.\n.***..\n......\n*.....\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n.***..\n**.**.\n**..**\n......\n......\n.*.*..\n.***..\n.**...\n**....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**.**.\n**..**\n......\n......\n.*.*..\n.***..\n.**...\n**...*\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.***\n*.***\n*****\n*****\n***.*\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n.....\n.....\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..***\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n******\n****.*\n****.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.********...\n.**..*..*...\n..***.**....\n...**..*...*\n..........*.\n.........*..\n............\n............\n......***...\n..*****....*\n****.....***\n..*..*.....*\n.....*****..\n....*.......\n```\n\n\n## Output without wrap\n\n```\n....*****...\n..*.*....*..\n........*...\n.....*..*...\n.....**.....\n............\n............\n......**....\n...**.......\n...**...*.*.\n........*..*\n...*....*...\n............\n....*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***..\n.........*..\n........*...\n.....*..*...\n.....**.....\n............\n............\n......**....\n...**.......\n...**...*...\n........*.*.\n...*....*...\n..*....**...\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n***....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n***....\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n***....\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n*..**.*\n...***.\n..*.*..\n.*..***\n....***\n*.**.**\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.**....\n.......\n.**....\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*.**..*\n..*..**\n.*...**\n*.*...*\n...*..*\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n.*.*..\n...***\n*..*..\n.....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n...*.*\n...*..\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*.*\n*..*.*\n*..*..\n....**\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.....*\n*...*.\n*...*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n....**\n**.**.\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n*...*.\n**.**.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.**.\n..*.\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*.*.\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*...*\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.*.\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n*.*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...***..\n..**....*.*.\n..*.*....***\n***.*.....**\n*..**......*\n............\n........***.\n..**...*....\n..**...*.**.\n```\n\n\n## Output without wrap\n\n```\n..**...***..\n..*.*..*...*\n....*.......\n*.*.**...*..\n*.***.....**\n.........**.\n........**..\n..**...*....\n..**....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*....\n..*.*..*...*\n....*.......\n..*.**...*..\n..***.....*.\n.........***\n........**..\n..**...*....\n....*.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n*.*\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n.**.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**.*..*\n**.**.***.*.\n*..****...**\n*.*.*.******\n*****..*.*.*\n*****.******\n```\n\n\n## Output without wrap\n\n```\n*.**.**.**..\n*.......*.*.\n*...........\n*...........\n............\n*...****.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n........*.*.\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n...***\n.***.*\n.*.***\n.**..*\n.*****\n.*.*..\n*.*...\n*.***.\n```\n\n\n## Output without wrap\n\n```\n....**\n.*...*\n.*....\n*....*\n*.....\n*....*\n*.....\n*...*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n**...*\n.*....\n.....*\n......\n.....*\n.....*\n*...**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...\n*...*..\n..***..\n.......\n.......\n**.....\n**.....\n**....*\n*....**\n......*\n```\n\n\n## Output without wrap\n\n```\n****...\n*...*..\n...**..\n...**..\n.......\n.*.....\n.*.....\n.*...**\n....*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****\n*...***\n...**..\n...**..\n.......\n.*.....\n.*.....\n.......\n....***\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...**.....\n*..*.....*\n***.....**\n**......**\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n..*.*.....\n..*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n...**....*\n..*.*.....\n..*.......\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.........\n.........\n.........\n.........\n.........\n.**......\n........*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n..*...\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n****.*\n...*.*\n.****.\n*..**.\n***..*\n```\n\n\n## Output without wrap\n\n```\n***.*.\n..*..*\n*...**\n**..**\n*..*.*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**......*\n....**..******\n..............\n..*.*.........\n............*.\n```\n\n\n## Output without wrap\n\n```\n....*.*..*...*\n........*....*\n...*..*..*...*\n....*.....**..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*....\n*.......*.....\n...*..*..*....\n.....*....**..\n....***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n**.**\n..***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.**\n......*...\n.......***\n........**\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n......***.\n..........\n.......*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n......*..*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**..\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n**.**\n*..**\n.....\n.....\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n*.**.\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*....\n****.\n..**.\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n..*...\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.**\n**..**.*\n...*.***\n********\n*.**.**.\n.*.****.\n*.**.***\n*.*.**.*\n*.***.**\n****.***\n```\n\n\n## Output without wrap\n\n```\n.*.**.**\n.**.....\n........\n*.......\n*.......\n*.......\n*......*\n*.......\n*.......\n*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n**...*\n...***\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.**.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.*.*\n.**.****..\n*.*.**..**\n*.*.*.***.\n..***.*.*.\n.*.*.**.**\n.*..**.*.*\n```\n\n\n## Output without wrap\n\n```\n......***.\n.*....**.*\n.*......*.\n.*........\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n........*.\n..........\n*........*\n*........*\n*.........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**.\n..**.****\n********.\n.***..*.*\n**.**.*.*\n*.*******\n**.******\n***...***\n****.****\n**.....**\n*.*...***\n.***.****\n..*****.*\n******..*\n```\n\n\n## Output without wrap\n\n```\n.*..*...*\n*.......*\n*........\n........*\n*.......*\n.........\n.........\n.........\n...*.*...\n...*.*...\n*..*.*...\n.........\n*.......*\n.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...*.*...\n...*.*...\n...*.*...\n.........\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n***..*\n.....*\n**.**.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*..**\n...*.*\n.*****\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n.*..**\n...*..\n*****.\n***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.\n********\n***.****\n..***.**\n**..****\n**..****\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n*.......\n........\n*.......\n**..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n***.\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n........*.\n..*.......\n...*....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..*.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**\n....*.....\n..........\n..........\n..........\n*........*\n.*......*.\n.*......*.\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n..........\n..........\n..........\n*........*\n.*......*.\n.*......*.\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*...**\n..*.***..*\n..**....*.\n```\n\n\n## Output without wrap\n\n```\n..****..**\n.*....*..*\n.**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n....**....\n....**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.*....\n...*..\n**....\n......\n......\n.....*\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n***...\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n***...\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.........\n....*....*\n..........\n.*........\n.*...*.*..\n...***....\n.**.*.*..*\n*....*..*.\n..**....*.\n**.**..**.\n......*...\n.......*.*\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..*..**...\n.*.*......\n.**...*...\n....**.***\n*.**....**\n.*.**..**.\n......*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..*..**...\n**.*......\n***...*..*\n*...**.**.\n*.**....*.\n.*.**..***\n*.....*..*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..*.*\n....*.....*\n...........\n.*.*.......\n*..........\n```\n\n\n## Output without wrap\n\n```\n.........*.\n.........*.\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**\n.........*.\n...........\n...........\n***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....***..\n.........*.**\n.........*.**\n......*..*.*.\n.........**..\n........*...*\n..**....**...\n.*..*...**...\n**...*.......\n.*..*....*...\n```\n\n\n## Output without wrap\n\n```\n..*.....****.\n..*.........*\n........**...\n........**.**\n........****.\n........*.*..\n..**...*.....\n**.**...**...\n***.**..**...\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....*..*.\n*.*.........*\n........**...\n........**.**\n........****.\n........*.*..\n..**...*.....\n**.**...**...\n***.**..**...\n...**...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*\n.*..**.\n***....\n..*****\n.*..*.*\n.**.*..\n..**...\n.......\n*.****.\n*.*..*.\n*.*..**\n*.**..*\n```\n\n\n## Output without wrap\n\n```\n...***.\n.*..**.\n**..*.*\n**....*\n**..*.*\n**.***.\n**.**..\n.*.....\n..***..\n..*...*\n..*.*.*\n.***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*....**\n*...*..\n.....**\n.*..*.*\n...****\n...**..\n.*.....\n..***..\n..*...*\n.*.*...\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*....\n....*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*...*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n**..\n..**\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**....**.*\n.........**.*\n.......***...\n.............\n......*......\n.....***.*...\n*....*****...\n*......**..**\n*..........**\n***.......*..\n***.......*.*\n```\n\n\n## Output without wrap\n\n```\n.............\n........*....\n.......***...\n.............\n......**.....\n.....*..***..\n........*....\n**..........*\n*...........*\n..........*.*\n.*.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.........*...\n.......***...\n.............\n......**.....\n.....*..***..\n........*..*.\n...........*.\n.............\n.........***.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....*\n*.*.*****.\n*.....*.*.\n...*..*...\n......***.\n.*....****\n..........\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n.**.*.***.\n*.*.*.*.**\n.*.**...*.\n.....**.*.\n.....*...*\n......*..*\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.**.*\n*.*.*.*.*.\n.*.**...*.\n.....**.**\n.....*...*\n......*..*\n.......**.\n..........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n*.*\n*.*\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n*.*\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n........\n........\n......*.\n...***..\n..*...*.\n..*...*.\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....**..\n...****.\n..*.*.*.\n.**...**\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n........\n........\n....**..\n...****.\n..*.*.*.\n.**...**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n******\n*.*.**\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*..*\n*.....\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n*....*\n..*...\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.*.......\n.**......\n.**......\n.....**..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.*.......\n*........\n.*.......\n.....**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n.........\n.........\n.........\n.........\n.........\n.*.......\n*........\n.*.......\n.....**..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n..**....\n.*.*....\n*..*.***\n.**....*\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..**....\n.*.*..*.\n*..**.**\n.**....*\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n..**....\n**.*..**\n...**.**\n.**.....\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..**\n.**.....**\n***...**..\n```\n\n\n## Output without wrap\n\n```\n***.....**\n......*..*\n*.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n......*...\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.....\n.............\n.............\n....**...*...\n.............\n......*......\n.............\n.*..........*\n...*...*.....\n.*.*...*....*\n....*........\n.....*.......\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.....*.......\n.............\n.............\n.............\n.............\n..***........\n....*........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.....*.......\n.............\n.............\n.............\n.............\n..***........\n....*........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*...**.\n........\n....*...\n...*....\n..*..*..\n..***..*\n*..*....\n.*.....*\n.**...*.\n.*.*..*.\n**...**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....*...\n...*....\n.**.*...\n.*..*...\n...**...\n........\n**....**\n..*.....\n.*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*.......\n........\n....*...\n...*....\n.**.*...\n....*...\n...**..*\n.*......\n......**\n..*.....\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n...\n***\n***\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n*.*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n******...\n...**.*..\n..**....*\n..*..*.*.\n..**.....\n....*....\n```\n\n\n## Output without wrap\n\n```\n.*.**....\n.*..*....\n.**..*...\n.....**..\n.*..*.*..\n..*.*....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n*.*......\n..*..*...\n.*...**..\n.*..*.*..\n..*.*....\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.*....\n*.**.*\n...*.*\n.**.**\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n.***..\n.....*\n..*..*\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n****.*\n......\n*.*..*\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*...*.*.\n.....*..\n*.......\n.....*..\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....**..\n......*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***...*.\n*....*.*..*\n....*.*....\n.....*..**.\n...**..*..*\n..*...*....\n**.*.*.**.*\n...*.*.*..*\n***...*...*\n......*.*.*\n........*..\n....*.**.**\n*.*...*..**\n.**...**.*.\n```\n\n\n## Output without wrap\n\n```\n....***....\n...*.......\n....*.****.\n...*.*****.\n...*******.\n.**..**.**.\n.*.*.*.***.\n...*.*.**.*\n.**..**...*\n.*.........\n.....**.*.*\n.....***..*\n..**.......\n.**...*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.*.*.\n*..*......*\n....*.*****\n...*.*****.\n...*******.\n.**..**.***\n**.*.*.****\n...*.*.**..\n.**..**...*\n.*........*\n.....**.*.*\n*....***...\n*.**.......\n....*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n..*\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n.*.*.*.*\n*..**...\n*****...\n.****.*.\n...*....\n........\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*....\n*....*..\n*.......\n*....*..\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n**.*....\n.....*.*\n*......*\n*....*..\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n.**.\n*..*\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n...*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n....\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n...*.\n*....\n.....\n.*.*.\n**...\n.....\n...*.\n*....\n...**\n*....\n..*..\n**...\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.....\n.....\n***..\n***..\n.....\n.....\n...**\n.....\n...*.\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.**..\n.....\n.....\n***..\n***..\n.....\n.....\n...*.\n*...*\n...**\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n*...\n*.*.\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**..\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n..**.\n.***.\n*.*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*....\n**...*....\n*....*....\n```\n\n\n## Output without wrap\n\n```\n**...*....\n..*..*....\n**...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**.\n.*.*...**.\n...*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**********\n.**.*.*..*..*\n*****..*.**.*\n```\n\n\n## Output without wrap\n\n```\n**.**.*******\n............*\n*...**..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n.*.***\n..****\n****.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n..*...\n***...\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*..\n.*...*..\n.**..**.\n*....**.\n..*.*..*\n*...*.*.\n.*...*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n**...*..\n***.*...\n..***..*\n.*.**..*\n.*.**.**\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n**...*..\n***.*..*\n*.***...\n**.**...\n**.**.*.\n.**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n..*..\n.***.\n*...*\n....*\n....*\n*..*.\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n*..*.\n.*..*\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*....\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**....\n*...**....\n*...**....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**....\n...*..*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...******.\n...******.\n...******.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...\n*.*.*..*\n...**...\n...*.*..\n*******.\n.**.*.**\n*.*.*..*\n.****..*\n..*....*\n***..*..\n..*..**.\n**....*.\n*.***..*\n.**..*..\n```\n\n\n## Output without wrap\n\n```\n........\n..*.**..\n..*..*..\n.*....*.\n*......*\n.......*\n*...*..*\n....*.**\n*...*.*.\n..**.*..\n..*..**.\n*...*.**\n*..****.\n.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**.*\n*.*.**.*\n..*..*..\n.*....*.\n*.......\n........\n....*...\n....*.**\n....*.**\n*.**.*.*\n..*..**.\n*...*.*.\n...*****\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*..**.\n**.*..*....*\n*.****..*...\n..*.....*...\n...**.*.*.*.\n*.....*...**\n```\n\n\n## Output without wrap\n\n```\n***......**.\n*.*********.\n*.****.*.*..\n.***.**.....\n..*.*.*.*..*\n....*.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*...*.*\n.***.....*.*\n******.*.*.*\n****.**....*\n.**.........\n.**.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..........\n..**..........\n.*............\n..............\n..............\n..............\n..............\n...........*..\n.***..........\n*.*...........\n.*............\n.**...........\n.*.*..........\n```\n\n\n## Output without wrap\n\n```\n..**..........\n..**..........\n..*...........\n..............\n..............\n..............\n..............\n..*...........\n.***..........\n*..*..........\n*.............\n**............\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.........\n..**..........\n..*...........\n..............\n..............\n..............\n..............\n..*...........\n.***..........\n*..*..........\n*.............\n**............\n.*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..\n.*...*..\n.*......\n*......*\n........\n........\n........\n........\n......**\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****\n.*.....*\n.*......\n........\n........\n........\n........\n........\n......*.\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.***.\n.****\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n***.\n*..*\n*...\n.*..\n...*\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n...*\n*.*.\n**..\n....\n*..*\n.***\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n....\n..*.\n**.*\n*...\n...*\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*.*.*\n.*.*.\n*....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*.*\n****.\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n..*.*\n.***.\n***..\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.....*.\n.......\n.......\n*....**\n.......\n.....**\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.......\n.......\n......*\n......*\n*......\n.....**\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n...\n***\n***\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*..\n....*..*..\n....*..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....****..\n....****..\n....****..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n..*......*\n..*......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n*.**.*\n***...\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n.***.*\n*....*\n*..*..\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n......\n...*.*\n***...\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..**..\n...**.\n...***\n...**.\n......\n......\n......\n.**...\n.****.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n.....*\n....*.\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n*....*\n....*.\n......\n......\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n..**\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n........\n...*..*.\n*..*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n.***\n****\n*.**\n****\n****\n****\n**.*\n****\n****\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n*....\n***.*\n**..*\n.***.\n```\n\n\n## Output without wrap\n\n```\n**...\n...*.\n..**.\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n..**.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.*\n....*****.\n**.*.*.**.\n.*.*.**.**\n******...*\n```\n\n\n## Output without wrap\n\n```\n..........\n..***.....\n..*.......\n....*...**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*.\n...*.....*\n***.......\n***.......\n***.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n..***\n.....\n.....\n.....\n*.*..\n*..*.\n**...\n.*.*.\n*.*..\n*....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n...*.\n.....\n.....\n.*...\n*.*..\n**...\n*....\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n....*\n...**\n.....\n.....\n**...\n..*.*\n**..*\n...**\n**.**\n**...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n*.....*\n.*...*.\n***...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..*....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n.*....*\n......*\n..*..*.\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n....*\n.....\n.*..*\n.***.\n*....\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n****.\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n**.*.\n.****\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n........\n*.*.....\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.**.....\n...*...***.*..\n*......**...**\n.....***....*.\n*..**.......*.\n*.*....*...*..\n..........**..\n```\n\n\n## Output without wrap\n\n```\n.**.**..*.....\n.*..**...*.***\n...*..**.*...*\n...*...**.....\n...*...**....*\n...*..........\n..........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..*.**.\n....**..*....*\n...*..**.*....\n*..*...**.....\n.*.*...**.....\n.*.*.*..**...*\n*....**.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*...\n.....\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*...\n.....\n.*...\n*.*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n*.*.\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*.*.*\n..*.*\n.*..*\n.*...\n.....\n**..*\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.**.*\n.***.\n*....\n**...\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***..\n.**..\n*****\n*....\n.*...\n..*..\n**...\n.....\n.....\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**...\n...*.*...*\n...*.**...\n...*..*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..*...*...\n...**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...\n.*........\n.*....*...\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.**...\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n*.**\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.******\n*****.*.*\n.********\n********.\n*********\n***.*****\n*********\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*..\n......*****\n.**.***.*..\n....*....*.\n*.......***\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.*.*...\n....*.**...\n..****.**.*\n........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n...*.*.....\n**..*.**...\n*......*.**\n.****.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*.***\n***.*\n```\n\n\n## Output without wrap\n\n```\n**..*\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n...*.\n.**..\n..*..\n*****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n**.*.\n*.**.\n**.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n**..*\n.*...\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.**..\n**..**\n....**\n.***..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...*.\n*.***.\n*....*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n..**..\n.***..\n...*..\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****.****\n*.*****.*.***\n**.**********\n*************\n*.*******.***\n```\n\n\n## Output without wrap\n\n```\n........*....\n........*....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...***\n**.*..\n*.****\n......\n***...\n..*.**\n*****.\n.....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n.****.\n*.....\n*.***.\n*...*.\n.***.*\n....*.\n.*...*\n.*.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n******\n......\n******\n......\n****.*\n....*.\n*...**\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n**........\n..*......*\n*.*.......\n*.........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.*........\n*.*.......\n..........\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n**........\n..*......*\n*........*\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n..*\n...\n.*.\n***\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n...\n..*\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n.***..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n***...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n***...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n............*\n*..........*.\n...*.........\n...**........\n....*........\n.............\n.............\n.............\n.............\n.............\n.........**..\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n...**........\n...**........\n...**........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n............*\n............*\n...**........\n...**........\n...**........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**...\n***.*.......\n..*....*....\n......*...**\n.....*...*..\n....**...*..\n.....****...\n.*......*...\n**.*....**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*........\n.**....**...\n..**........\n......*...*.\n....***..*..\n....*..*.*..\n....******..\n***...*.....\n***.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..***.*\n.**....**...\n*.**.......*\n......*...*.\n....***..*..\n....*..*.*..\n....******..\n.**...*.....\n***......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*\n*.**.*..\n.....*.*\n*..*****\n*.*..*..\n.**.*..*\n*.*.****\n****..**\n***.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n*...*...\n*...*...\n*..*..**\n*.*...**\n*.......\n.*.*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.**.**..\n*...*...\n*..*....\n..*.....\n........\n...*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.*..\n**.*..\n.*....\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n**....\n.*.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n.*.**.\n**....\n.*.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*****\n*...***..*\n..*.*.....\n...**.***.\n.**.***...\n*..*.*.***\n.****.**..\n**.***..**\n.*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n....*..***\n...**....*\n........*.\n.*....**..\n.**......*\n*.......*.\n..........\n*......***\n**.*.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n*..**....*\n........**\n.*....**..\n***.......\n*.......**\n..........\n.......***\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n***.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n...\n...\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.*....\n.**..*\n**....\n..*..*\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n..*...\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n.....*\n..*...\n.....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**...**..\n.*...*.***.***\n..*..*..****..\n...**..*..**..\n....*.*...***.\n...**.******..\n...**.****..*.\n.**.*.*....***\n```\n\n\n## Output without wrap\n\n```\n.*****.****...\n.*.....*.**...\n.....*..*.....\n..***.**......\n.....**.......\n..............\n.............*\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.*....\n**.*..*.*.....\n**...*..*.....\n..***.**......\n.....**.......\n..............\n.............*\n*.......**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n..*.**\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.*\n.*..*.**\n.*..**.*\n*..*.*.*\n*..*.**.\n```\n\n\n## Output without wrap\n\n```\n.****.*.\n*......*\n....*.**\n*..**..*\n.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*...\n....*...\n*...*...\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*..\n*.*...\n.....*\n.....*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.*...*\n.*....\n*....*\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n......\n..*.*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........\n.***..*....\n*...*******\n**.......*.\n..***......\n....*...*..\n.....**.*..\n.....**.**.\n.....**..*.\n.....**....\n.....**....\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n.***.......\n.****.*.**.\n*..********\n***...**.**\n.****......\n....*..*...\n....*.*.*..\n....*...**.\n....*...**.\n....*..*...\n.....**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.......\n*****.*.***\n...*******.\n***...**.*.\n.****......\n....*..*...\n....*.*.*..\n....*...**.\n....*...**.\n....*..*...\n.....**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n*..*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....***.\n......*...**.\n.....*...*...\n............*\n....***..*..*\n```\n\n\n## Output without wrap\n\n```\n..........*..\n...........**\n..........**.\n.....*.......\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....***\n...........**\n..........**.\n....*.....**.\n...**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***..\n...**....\n...****.*\n.........\n*****....\n**.**.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.**..\n..*......\n.....*...\n**..**...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**.\n.***..*..\n.**......\n**...*...\n*....*..*\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......**.\n*.........*.*\n.*....*...**.\n..*....**....\n..*.*..*..*..\n.*........*..\n.*.*.**...*..\n*.**..*...*.*\n.*...*.*..*..\n**.*......*..\n*.***...*...*\n```\n\n\n## Output without wrap\n\n```\n..........**.\n........**..*\n.*....**....*\n*..*..*....*.\n*............\n...........*.\n**.....*.....\n**.....*...*.\n..***......*.\n.*...*...*...\n.****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...*....\n...*.........\n......**.....\n...*..*......\n*............\n**.........*.\n**.....*.....\n*......*.....\n*.***.......*\n...*.*..*....\n**..*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........**\n............\n............\n............\n............\n............\n............\n............\n............\n............\n.........*..\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.*\n............\n............\n............\n............\n............\n............\n............\n............\n............\n..........*.\n.........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*.*.\n.*.......*..\n.*.......*..\n.*******.*..\n**..*..*.*.*\n.*..***..*..\n****.*.*.*..\n....*...*.**\n***......**.\n*.*.****.*.*\n```\n\n\n## Output without wrap\n\n```\n........***.\n******..*...\n**..........\n****...*.*..\n....**.*.**.\n*.*...**.**.\n.***...*.**.\n*...***.*...\n..*.*.*..*..\n..*****.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***....*.\n............\n**.........*\n..**...*.*..\n....**.*.*..\n.**...**.*.*\n****...*.*.*\n*...***.*...\n.*..*...*...\n*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.**.....\n........\n***.....\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*..***\n*....*\n*....*\n......\n..**..\n..***.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*..*.*\n***.*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.**...\n***...\n*.....\n.....*\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n..*..\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...****.*.\n.***.**...*.\n*.**...**.*.\n**......*.*.\n**....*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....***...*.\n****.......*\n...******...\n**....*.*.**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**..*.\n...*.**.*.*.\n...******.*.\n...**...*.*.\n.....*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....****.....\n.*...*.....**.\n******......**\n.**.**.**.....\n..*.*.**......\n..............\n**.*.....***.*\n...*.***.**..*\n........*....*\n***......*..**\n...*.........*\n*...*....*..**\n```\n\n\n## Output without wrap\n\n```\n.....***......\n**.*...*...***\n*..........***\n*......**.....\n.**.*.***.....\n.***......*...\n..*.*.*.**.**.\n..*.*.**...*.*\n.**...***.*..*\n.**.........**\n*.**..........\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*****..*..\n.*.*...*...**.\n...........***\n.......**....*\n.**.*.***.....\n****......*...\n*.*.*.*.**.***\n..*.*.**...*.*\n.**...***.*...\n.**.........*.\n..**..........\n*...*****...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n.**.*...\n........\n**.**...\n*.......\n**..*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n*...*...\n**......\n..***...\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n........\n*...*...\n**......\n..***..*\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n..*.\n.**.\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*..*\n***.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n*.****.*\n*..*.***\n.*.*.*.*\n**...***\n```\n\n\n## Output without wrap\n\n```\n.*.****.\n*.**...*\n*......*\n.*......\n***.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n........\n.*......\n.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n****.*\n******\n******\n**.***\n****.*\n..****\n******\n*.***.\n******\n***..*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n*.....\n......\n*.....\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*\n*.*..**.\n*.***.*.\n..*****.\n*..*.***\n**.*...*\n.**.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...*..\n*.*....*\n.......*\n........\n*......*\n*..*...*\n*****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n*.*.....\n........\n*.......\n........\n...*....\n...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n.*..\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*\n.......\n*...***\n....*..\n...*...\n**.....\n***....\n.*.....\n..*...*\n.**....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n.......\n...***.\n.......\n.......\n.*.....\n.*.....\n..**...\n...*...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..*...*\n*.....*\n...**.*\n.......\n.......\n.......\n.*.....\n..**...\n.***...\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n....*\n.****\n....*\n.****\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n.**..\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n*..*.\n..*.*\n**..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n....*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.****\n..**.\n***..\n..*.*\n*.***\n*.*..\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n..***\n***.*\n.....\n.....\n...*.\n.*...\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*...*\n.*...\n.....\n**..*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n.*..*\n*.*..\n*..*.\n*..*.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n**.*.\n*.**.\n*.**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.*.**\n*.**.\n*.**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n.......\n..**..*\n.....*.\n.**.**.\n*...***\n.*...*.\n..****.\n**.***.\n***.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n..*....\n**.****\n*..*...\n*.**...\n*......\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.**....\n.**..**\n.**...*\n...**..\n...*..*\n*.**..*\n*......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**.***\n******\n....*.\n..*..*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n***.*.\n.....*\n*.....\n......\n.**..*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n***..*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n.*.*..\n....*.\n***...\n```\n\n\n## Output without wrap\n\n```\n*.**..\n...**.\n*..**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n...*.*\n**...*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*....\n....*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.*.*\n***...*..\n*......**\n.....**.*\n*......*.\n..*..*...\n.*.*.....\n.*..*....\n....*....\n.........\n.*.......\n**..***.*\n```\n\n\n## Output without wrap\n\n```\n*.**.*.*.\n..**.**.*\n*....*..*\n......*.*\n.....*.*.\n.**......\n.*.**....\n..***....\n.........\n.........\n**...*...\n**...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..\n..**.**..\n.....*...\n......*..\n.....*.**\n.**......\n.*.**....\n..***....\n.........\n.........\n.*...*...\n...**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******..\n*...*.**.\n.*..*.**.\n..***...*\n.*.*....*\n*.*...**.\n.*.*..*..\n*.*..*...\n.*.**...*\n.*..*.**.\n**.**...*\n.*.*.**.*\n**.*.....\n```\n\n\n## Output without wrap\n\n```\n*****.**.\n*........\n.**.*.*.*\n.*..**..*\n.*..*...*\n*..*..**.\n*..*.***.\n*....*...\n**.**.**.\n.*.....**\n**.*....*\n...*.*.*.\n**..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n*........\n***.*.*..\n.*..**..*\n.*..*...*\n*..*..***\n*..*.****\n*....*...\n.*.**.***\n.*.....*.\n.*.*....*\n...*.*.**\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n*******\n***.*.*\n*******\n*******\n*******\n***.***\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.*..**\n**..**\n.**...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n.*....\n*..***\n*.**..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.*....\n...**.\n..**.*\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.**..*....\n.***......\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n..**.\n.....\n.*...\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.****\n..*..\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n****.\n..*..\n..*..\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..***\n**..*\n..***\n```\n\n\n## Output without wrap\n\n```\n....*\n.**.*\n.*...\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.**..\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.**..*\n*.***.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*....*\n*...*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n*...*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n***\n...\n...\n***\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n***\n***\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***...\n.***..\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n*..*..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*..*..\n*..*..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n.*.\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n**.**\n**.*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.*...\n.*.**\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n..*..\n...*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...\n***.**.\n..*.***\n**....*\n.****..\n.***..*\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n*.***..\n*.....*\n..*.*.*\n*.....*\n....**.\n*....*.\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*......\n..*.*..\n......*\n....***\n.....*.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.**..\n.........\n**.*.*..*\n..****.**\n.*....*..\n.***..**.\n..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.......\n***.**...\n...*....*\n**...*...\n**..*...*\n**...*..*\n.**..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.\n.*......*\n.*.*.....\n.....*...\n.*..*....\n.**....**\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n******\n.*****\n******\n****..\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n.*.*.\n.*...\n....*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n*.*..\n*..*.\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.**\n**..\n*.**\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*...\n*..*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n........**..\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.*..\n*..*.\n...**\n*..**\n**..*\n**..*\n**...\n**..*\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*...*\n.***.\n*....\n..*..\n..*..\n.**..\n..*..\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.....\n*.***\n*....\n.***.\n..**.\n.***.\n.***.\n**...\n*....\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n*...*.\n*.....\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n**..*.\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n**..*.\n.....*\n.*....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n........\n**...**.\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n........\n**...**.\n**...**.\n**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**...***\n**...**.\n.**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.***\n..*.**\n.*****\n****.*\n******\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n*.....\n*.....\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*.*..\n..***...\n..*.*...\n*.*.....\n.......*\n.*.....*\n.....***\n........\n.....*..\n........\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n.**.*...\n.**.*...\n.*.*....\n..*.....\n......**\n......**\n......*.\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..***...\n.**.*...\n.**.*...\n**.*....\n..*.....\n........\n*.....**\n......**\n....**..\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n****.\n*.*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.***..\n...........\n...........\n...........\n...........\n...........\n...........\n..***......\n**.**....*.\n****....***\n...***..**.\n....**.**..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n..**.......\n.***.....*.\n*........**\n**...**...*\n........*.*\n....**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...\n.......*...\n...........\n...........\n...........\n...........\n..**.......\n..**.......\n...........\n.....**....\n.....**....\n......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n**..*\n.****\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n...*.\n*****\n*...*\n*....\n.***.\n.**.*\n***..\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n*....\n***.*\n*.*.*\n*.**.\n*..*.\n.....\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n..*..\n*.**.\n...**\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n....**...\n.........\n.........\n.........\n*.....*..\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.........\n.........\n.........\n.........\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n......\n.*...*\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......***\n........*.**.\n*....**.*.*.*\n.**.....*..*.\n..**.....**..\n..**......*..\n```\n\n\n## Output without wrap\n\n```\n.........**.*\n.......*.....\n.*......*.*.*\n.***...**..*.\n.........***.\n..**.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**........*\n*......*.....\n**......*.*.*\n****...**..**\n.........***.\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..**.\n*.*.***.*.*\n*******.*..\n*.*******.*\n***********\n.*.*****.**\n**.*.******\n.*********.\n..*********\n*********.*\n*.*********\n***.*.*****\n```\n\n\n## Output without wrap\n\n```\n*.*...****.\n........*..\n*.......*..\n..........*\n*..........\n...........\n*..........\n*..........\n*.........*\n*..........\n...........\n*.*.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n........*..\n........*..\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*..\n.*.....****\n***.**.**.*\n......*.*..\n....***..**\n.*.*......*\n...*..**..*\n.......*...\n...*****...\n...**....**\n..*...**.*.\n*.....**...\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*.*****..*.\n.....*....*\n**.*...**.*\n....****..*\n..***....**\n..*...***..\n..****..*..\n..***.***..\n..**......*\n.....*....*\n.....*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**....*\n..****...**\n.....*...*.\n.*.*...**..\n**..****.**\n..***....*.\n.**...***..\n..****..*..\n..***.***..\n..**.....**\n....***.***\n....**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n******\n******\n******\n******\n******\n******\n******\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**..*\n*..*.\n*.*.*\n.*...\n**...\n.....\n.....\n**..*\n.*.*.\n*..*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n*.***\n*.**.\n..*..\n**...\n.....\n.....\n***..\n.*.**\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.**.*\n..**.\n*.***\n..*.*\n**...\n.....\n*....\n***.*\n.*.*.\n****.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*......\n*.....*\n.*.*..*\n*...***\n*....**\n.......\n*......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n**..*.*\n**..*..\n....*.*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.....*\n.*....*\n.*..*..\n.*..*..\n*...*..\n*......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n..**....*\n***.....*\n...*..*..\n..**.***.\n..*..***.\n......**.\n.**...*..\n..**.....\n..*....*.\n.........\n..*.*.*..\n..*.*....\n...**.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n....***..\n...****..\n.........\n....*....\n....*..*.\n.*.*.....\n.*..*....\n..***....\n..***....\n...**....\n.........\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......**\n.*..***..\n...****..\n**.....**\n....*....\n*...*..*.\n.*.*.....\n.*..*....\n..***....\n..***....\n...**....\n...**....\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n.*.**\n*..**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***...\n****....*.\n*..*....**\n**.***...*\n.**.**....\n```\n\n\n## Output without wrap\n\n```\n*...**....\n*....*.***\n........**\n*....*..**\n***..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.....*.**.\n........*.\n.....*..*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n.***\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**..\n.***\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.**.....\n..**....\n..**....\n........\n........\n..**..*.\n..*.**..\n.*.....*\n*.**.***\n*****...\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n.*......\n........\n........\n...**...\n.**...*.\n.*....*.\n***.*..*\n**..*..*\n....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****.*\n.**.....\n.*......\n........\n........\n...**...\n.**...*.\n**....*.\n***.*..*\n*...*...\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n*..*.*..\n.**.**..\n**..**..\n*....*.*\n...*.**.\n....**..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n....***.\n.***....\n..*...*.\n*.**....\n**......\n........\n....***.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n****....\n..*...*.\n..**...*\n**.....*\n.......*\n....***.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n.***\n.*.*\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*****\n**..*\n****.\n*.*.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n....*\n....*\n....*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n.**.....\n..*.*...\n..*.*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.***....\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.***....\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.***..*\n..****.*\n....**..\n**...***\n......*.\n..*...**\n.**...**\n*...*...\n*......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n...*....\n.**..**.\n.**.....\n.**....*\n....*..*\n.*......\n.**..*..\n.***.***\n*.....**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n***..***\n***....*\n.**.....\n*...*..*\n.*......\n***..*..\n.***.**.\n......*.\n*......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.*.\n**********\n**.******.\n****.*.***\n.***.***.*\n********.*\n**********\n**.*****..\n*******.**\n*.***.*.**\n```\n\n\n## Output without wrap\n\n```\n*.......**\n.........*\n..........\n.........*\n.........*\n.........*\n.........*\n..........\n.........*\n*.....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.**.\n*.**\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.***..\n..****.**.\n....*..*.*\n*..*....**\n..*......*\n..***...*.\n...*.*...*\n...*.*....\n.*.*.**...\n**.****...\n...*.....*\n...*.....*\n.**.*...**\n```\n\n\n## Output without wrap\n\n```\n..........\n.***.*....\n..**..*.*.\n.*.****..*\n.**.*....*\n.**.**..**\n...*.*....\n..*.......\n**.*......\n**.*......\n...*.*....\n........**\n..***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***.*\n.*....*...\n..**..*...\n*..****..*\n*.*.*.....\n*.*.**...*\n...*.*....\n..*.......\n**.*......\n.*.*.....*\n...*.*...*\n..**...*..\n...*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n.......*\n...*...*\n.....**.\n..*.....\n...*....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n**.*.**\n.*.**..\n.*..*..\n.*.**..\n.**....\n**....*\n```\n\n\n## Output without wrap\n\n```\n....*.*\n**.*..*\n.....**\n...*...\n**.**..\n...**..\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.*.*...\n.......\n...*.*.\n**.**.*\n...**.*\n***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..***....*.\n.*.*.**..*.***\n.....*..****..\n**..**.****.**\n***.**..*****.\n*****.*****.**\n*..*.******.*.\n..**.**..*****\n....*...*****.\n*.***.....**.*\n.*..***.**.**.\n**.*..**.*****\n****...*.**...\n.***.***.***..\n```\n\n\n## Output without wrap\n\n```\n*.*.........**\n...*.........*\n...*..........\n*.**..........\n..............\n..............\n..............\n.**...........\n.*.*..........\n.**....**.....\n..*....*......\n..............\n...*.**.......\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**..*.\n***...........\n**.*..........\n.***..........\n..............\n..............\n..............\n.**...........\n...*.........*\n..*....**....*\n***....*......\n..............\n....*.........\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n.........*..\n.........**.\n..........**\n...........*\n............\n............\n............\n............\n......**....\n......**....\n.......*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n.........**.\n........**.*\n.........*.*\n..........**\n............\n............\n............\n............\n.......*....\n........*...\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n.........**.\n........**.*\n*........*.*\n..........**\n............\n............\n............\n............\n.......*....\n........*...\n.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.......\n....*.****.*..\n....*.*..*....\n..***..***....\n....*.*.....**\n```\n\n\n## Output without wrap\n\n```\n.....**.*.....\n......*.***...\n....*.*.......\n....*.****....\n....**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*...*.\n......*.***...\n....*.*.......\n....*.****....\n....*.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****..\n*....**.*\n.****.*.*\n..*...**.\n**..**...\n***.*.*..\n****..*..\n.....*...\n...******\n```\n\n\n## Output without wrap\n\n```\n.........\n.*..**.*.\n****...*.\n*.*.*****\n.......*.\n....*.**.\n...**....\n...*...*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n....*...*\n.***.....\n.**.***..\n*........\n....*.*..\n.*.**....\n*****..**\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..*\n.....***\n*****.*.\n.*.*....\n......*.\n.*.....*\n.*..**..\n*..*.*..\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n*......*\n**.**.**\n**.***..\n..*.....\n.....**.\n***.***.\n***..**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n........\n**.**.*.\n**.***.*\n*.*.....\n*....**.\n.**.***.\n***..**.\n.****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*****..\n*****.*.*.*\n**.**.***..\n*...***...*\n***..*.....\n*****.**.**\n...****.***\n******..**.\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*.**.\n...........\n........*..\n...........\n.......*.**\n*......*..*\n...........\n.**...***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..........*\n........*..\n..........*\n.......*.*.\n.......*...\n...........\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n****\n.***\n****\n.***\n****\n****\n*.**\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n*...\n....\n....\n....\n*...\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n*.*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*..*\n..**\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..*.\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n...*..\n.**.*.\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..*.*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..*.*.\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*...*.\n.*..**\n..*.*.\n..*...\n..**..\n**..*.\n..**.*\n...***\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.***\n.*..**\n.**.**\n.**...\n..**..\n.*..*.\n.**..*\n.....*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**..*.\n.**.**\n.**...\n..**..\n**..**\n.**...\n*....*\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n.*..*.\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*....*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n......\n......\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n**..\n.*.*\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n*...\n***.\n....\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n***.\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***...\n...**.....\n**.***.*..\n*....*...*\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n...***....\n**........\n****.**...\n**.*.*..*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n**........\n****.**..*\n**.*.*..**\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.***...\n.....**\n*.*...*\n****...\n*..**.*\n*.....*\n.*.**..\n.**..*.\n..*..*.\n..*..*.\n.*...**\n....*..\n....*.*\n```\n\n\n## Output without wrap\n\n```\n..**...\n..****.\n...*.**\n*.**.**\n*...**.\n*..***.\n***....\n**.***.\n.*...*.\n..*****\n.**.**.\n....***\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n..****.\n...*.**\n..**.*.\n....**.\n...***.\n.**...*\n.*.****\n.*...*.\n..*****\n.**.**.\n....***\n*...*.*\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*..\n****\n*.*.\n*.*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n*..*\n*...\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.*.**\n*...*\n....*\n..*..\n...**\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..*.*\n...**\n....*\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.****\n*...*\n*.**.\n*..**\n.*...\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.***\n*.*...*.**\n..*..**...\n**********\n*....**..*\n*.*.***.*.\n.**.*..**.\n.*.**..*..\n```\n\n\n## Output without wrap\n\n```\n...****.*.\n...****.*.\n..*.....**\n*.......**\n*.*.......\n*.......**\n*.*.*.....\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**....\n.*..**....\n.**.......\n..........\n.**......*\n**......*.\n**......*.\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..*.*\n...**\n.*...\n...*.\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n..*..\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n***..\n...*.\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.***\n**.*\n..*.\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n...*\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n....\n****\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n*.....\n.*.*..\n.....*\n..*.*.\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n...*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...*.\n**....\n...*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n***.\n*...\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n*.*.\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n*.*.\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******.\n..******.\n..******.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*....*.\n.*......*\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.*......*\n.*......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n.*.*.*\n**.*..\n..*.*.\n.*...*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n...*..\n**.*..\n*.***.\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n...*.*\n**.*.*\n..****\n******\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n....*.....\n.*.**.**..\n......**.*\n.........*\n```\n\n\n## Output without wrap\n\n```\n....*.....\n...*.*.**.\n...*....*.\n....**....\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*.\n...*.*.**.\n...*....*.\n....**...*\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..*.*....\n....*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...*.***.\n*..*...*.*...\n.**..*.****..\n*.*.*.......*\n```\n\n\n## Output without wrap\n\n```\n****......*..\n*...****...*.\n..*.****.**..\n.***...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***.*..\n*.*...**.....\n....*.....*..\n....*.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*..\n..*.\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*..*\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*.**\n*.*.*.*..*\n.**.*.*.**\n***...*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...***.\n.**..**...\n.*...**.**\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n.....**...\n.....**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.*.\n****\n*...\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n*.**\n*...\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n..*.\n....\n***.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n*......*\n........\n........\n.*.....*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.......\n........\n........\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n**.\n..*\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n***.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n*..*...\n*..*...\n.*..*..\n.*..*..\n..**...\n.......\n.......\n.......\n...*.*.\n...*...\n.******\n*..*..*\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n*****..\n*****..\n.*..*..\n..**...\n.......\n.......\n.......\n....*..\n......*\n.*...**\n.*....*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*\n*.***.*\n*****..\n*****..\n.*..*..\n..**...\n.......\n.......\n.......\n....*..\n......*\n.*...**\n**.....\n*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....*.\n*..**...*.\n...*..*...\n*.*.**.*..\n..*..**.*.\n.*..*..*.*\n```\n\n\n## Output without wrap\n\n```\n*...*.....\n....****..\n....*****.\n......***.\n.***.*..*.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*\n...**....*\n....****..\n......**..\n.........*\n.*.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*******\n.***********\n***...******\n.****..**.**\n*****.*.****\n..*********.\n*.*********.\n*.**********\n*******.*.**\n************\n.***********\n```\n\n\n## Output without wrap\n\n```\n.*.........*\n............\n*...........\n....*.......\n*...........\n*...........\n............\n*...........\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n....*.......\n............\n............\n*...........\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n**.**.\n****..\n****.*\n**.*.*\n***.*.\n*.*.*.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n.*....\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n****..\n***.**\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*....\n**.....*.*..*\n.**.....**..*\n*.*.........*\n.*...........\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n........*....\n***....*.*...\n..*.....**.**\n*.*..........\n.*...........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*....\n.**....*.*..*\n..*.....**.*.\n..*.........*\n**...........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n****\n..**\n....\n*...\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n*..*\n...*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n...*\n*..*\n*..*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**..**\n..*...\n.****.\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*....*\n*.*.*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*...*\n...**\n***..\n*...*\n.***.\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n*.***\n***.*\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.**..\n....*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n..*....\n*.**...\n.**....\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..*....\n...*...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..*....\n...*...\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n******\n.*.***\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******..*\n***...****\n.********.\n.****.*..*\n.*...***.*\n*.**.*..**\n.**.****.*\n**********\n*.***.****\n**.***..**\n```\n\n\n## Output without wrap\n\n```\n*..****..*\n.........*\n..........\n*........*\n*......*.*\n*..*.....*\n..........\n*.........\n..........\n**...**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.........*\n.......*..\n...*......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n*.***.*\n*.***..\n***.***\n.***...\n***...*\n*******\n**..***\n*..**.*\n******.\n*******\n****.**\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.....**\n......*\n.....*.\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.....*.\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n**..**\n.**.*.\n******\n```\n\n\n## Output without wrap\n\n```\n****.*\n*.*..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n....*.*...\n**..*.*..*\n*....*....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....*....\n....*.*...\n**..*.*...\n**...*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n*...*.*...\n**..*.*..*\n**...*...*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n.*.*\n.*.*\n.*.*\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n**.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n....***\n...***.\n..**.**\n*.**.*.\n***...*\n*...*..\n.......\n.......\n..*....\n.......\n.......\n*....**\n*......\n```\n\n\n## Output without wrap\n\n```\n....***\n...**.*\n..*....\n.*.....\n*...***\n*...**.\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n...**..\n..*....\n.......\n....**.\n....**.\n.....**\n.......\n.......\n.......\n.......\n*.....*\n.*...*.\n.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n...***..\n...***..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...*.*..\n..*...*.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n..*...*.\n..*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*.\n....*....\n..*.*...*\n....*...*\n....*....\n.....*...\n......*..\n.........\n..**.....\n....*.**.\n.........\n...*.....\n...***...\n```\n\n\n## Output without wrap\n\n```\n....**...\n...*.....\n...*.....\n...*..*..\n......*..\n....**...\n.........\n.........\n.........\n.........\n.........\n...**....\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..\n....*....\n...*.....\n...*..*..\n......*..\n....**...\n.........\n.........\n.........\n.........\n.........\n....*....\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n.**...\n..***.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*..*.\n.*..*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.*..*.\n.*..*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******..\n*****.*.*\n*****.*.*\n*********\n*.***...*\n```\n\n\n## Output without wrap\n\n```\n*.....**.\n......*..\n........*\n......*.*\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n......*..\n.........\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***..*\n....*...*\n....*....\n..**.....\n*.*.*....\n*****...*\n**...*..*\n*...**...\n*.....*..\n**..***..\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*.*...\n...*.....\n.*..**...\n.*..*....\n....**...\n.........\n....*.*..\n*...*..*.\n**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*.*\n*.**....*\n...*.....\n**..**...\n**..*....\n....**...\n.........\n....*.**.\n...**...*\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**.**\n*********.\n*.**.*****\n.*.***.**.\n**..*.*.**\n*.*..**.**\n```\n\n\n## Output without wrap\n\n```\n*.......**\n..........\n*........*\n..........\n*.........\n*....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.*****\n..**.*\n**.***\n******\n*..***\n```\n\n\n## Output without wrap\n\n```\n*....*\n*....*\n*.....\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*..*\n....*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n.*..**\n.*.*..\n**.**.\n```\n\n\n## Output without wrap\n\n```\n***.*.\n*..*.*\n...*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n***.\n*..*\n.*..\n....\n..*.\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n*.**\n.*..\n....\n....\n..*.\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n...*\n....\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.***..\n****.*\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.**...\n*..*..\n......\n.**...\n..*...\n....*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n......\n*.....\n*..*..\n*.....\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n....*.\n*.....\n*..*..\n*.....\n.*.*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n.....**.\n.....*..\n........\n..*.*...\n...*....\n**.*...*\n...*....\n..**....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n....**..\n....*...\n....***.\n........\n..***...\n........\n.....*..\n........\n.*......\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n....*...\n....***.\n........\n..***...\n**......\n.....*.*\n**......\n........\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n...*\n..*.\n.*..\n**.*\n**..\n***.\n****\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*..\n....\n....\n....\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n.***\n*..*\n*.*.\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.\n....**.*.\n.*..*.*..\n******...\n*.....*..\n..*****.*\n...*...*.\n```\n\n\n## Output without wrap\n\n```\n....***..\n....*..*.\n***.*.**.\n*.**..*..\n.......*.\n.**......\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.***\n*....*.*.\n***.*.***\n..**..*..\n*........\n.**.***..\n*.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n***\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n***\n.**\n***\n***\n*.*\n.**\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.\n...*...\n.......\n.......\n***....\n*....**\n..**.**\n...***.\n..*..**\n..**.**\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*.*..\n..*....\n**.....\n***.**.\n*..***.\n..**.*.\n..**...\n..*.**.\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n..*....\n**.....\n***.*..\n*..**.*\n..**...\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n**.***\n***.*.\n.****.\n.*..**\n*....*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**.*.\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***\n*...***\n*...***\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*.*\n**.*...\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n.*.*...\n.*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n...*\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*..*\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n.*.*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n...*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.......\n..***.*....\n..*.***....\n...*..**...\n...........\n*........**\n.*.......**\n**.........\n...........\n...........\n...........\n..*........\n```\n\n\n## Output without wrap\n\n```\n...........\n..**.......\n..**.***...\n...*.......\n...........\n.........**\n**.......**\n**.........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**........\n.**........\n..**.***...\n...*.......\n..........*\n*........*.\n.*.......*.\n**........*\n*..........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*\n**.*.**.***\n.......**..\n*.*.**...*.\n..***.**...\n*.*.....**.\n......**.*.\n*....**....\n.*.......*.\n```\n\n\n## Output without wrap\n\n```\n**........*\n**....*.*.*\n*.**...*..*\n.**.**.....\n..*.*.**.*.\n.**..*...*.\n.*...***.*.\n.....****..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*..\n.*....*.*..\n..**...*...\n.**.**.....\n..*.*.**.*.\n.**..*...**\n.*...***.*.\n.....****.*\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..**.*..\n....**..\n.....*..\n.*......\n........\n.....**.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n...*..*.\n....***.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n...*..*.\n....***.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**.\n....*...\n...*.*..\n..***...\n.*****..\n.......*\n......**\n..***..*\n......*.\n...**..*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n..***.*.\n..*..*..\n.*......\n.*...*..\n..****.*\n...*..**\n...*.*.*\n..*..***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.\n..***.*.\n..*..*..\n.*......\n.*...*..\n*.****.*\n*..*..**\n...*.*.*\n..*..***\n..***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.***..\n**..**\n......\n......\n......\n*....*\n.****.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n*...*.\n*...*.\n......\n......\n..**..\n.*..*.\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.**.*.\n......\n......\n.*....\n......\n******\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.****\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n***.\n..**\n.*..\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*.*.\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n***.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n**...\n..*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*****\n.*********\n**.**.***.\n*********.\n*.********\n*******.**\n******..**\n***.*.****\n*********.\n**********\n******.***\n**********\n***...****\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*...*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....*...\n...*.....\n.......*.\n....*.*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........*.\n....*........\n.*...**.....*\n*........**.*\n...**....**.*\n**.*.*......*\n.....*.*.....\n**.*.**.....*\n...*.......**\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*.......\n.....*.....*.\n....**...**.*\n*****....**.*\n..**.**....*.\n.....*.......\n..*..**....**\n..*.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**\n*....*.......\n.....*.....**\n....**...**.*\n.****....**..\n*.**.**....**\n.....*.......\n*.*..**....**\n.*..*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...\n*....*..\n*...*...\n.*....*.\n*.......\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n**..**..\n**...*..\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n**..**..\n**...*.*\n**.....*\n*......*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*..**\n...**\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.*...\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*..*.\n.....\n.*...\n**..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n...*\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n*.*.\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n*..*.*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n*.**.*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n*...\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n...*.*.\n....**.\n......*\n.**....\n```\n\n\n## Output without wrap\n\n```\n..*....\n..**.*.\n....***\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n..**.*.\n....***\n.....*.\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n**..\n....\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n**..\n....\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*****.\n******\n****.*\n****.*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n............*.\n..........***.\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n...........**.\n...........**.\n...........**.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n...........**.\n...........**.\n...........**.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**.\n..........\n..........\n..........\n*.*.......\n*..*......\n.*..*....*\n........*.\n....*....*\n*......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n*.**......\n..........\n........**\n.........*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n..........\n..........\n..........\n.*........\n*.**.....*\n*........*\n*.......**\n*........*\n*......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n***.\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.....**\n...*..*..*....\n*.*.......*...\n...*...*......\n**.....**..*..\n***...*...**.*\n.**...........\n.....**.......\n*....*.*.....*\n..*......***..\n...*...*..*.*.\n.....*....*.**\n```\n\n\n## Output without wrap\n\n```\n....***.......\n..*****.......\n..**..........\n*.*....**.....\n*.....***.***.\n.......*..***.\n*.*..**.......\n.*...**.......\n.....*....*...\n......*.*****.\n............**\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....***\n..*****......*\n..**..........\n*.*....**.....\n......***.****\n.......*..****\n..*..**.......\n**...**.......\n.....*....*...\n......*.******\n............**\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.**\n..*.\n**.*\n...*\n***.\n**.*\n*.*.\n*.*.\n**..\n....\n****\n```\n\n\n## Output without wrap\n\n```\n*.**\n*.**\n*..*\n..*.\n...*\n..**\n.*.*\n..**\n*.**\n**..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n..*.\n*...\n*...\n....\n....\n.*.*\n*.*.\n****\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..*...\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*....\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...*.*\n..**..**.*\n.**...*...\n......****\n...*..*..*\n```\n\n\n## Output without wrap\n\n```\n...*..**..\n...*..**..\n.***.*...*\n..*..**.**\n......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*.*\n...*..**..\n****.*...*\n*.*..**.**\n..*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*.\n*.........\n..*.*.....\n....*.....\n...*....*.\n......*...\n..*.*.....\n..........\n..........\n..*.......\n*.........\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n...*......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..........\n...*......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....\n..........\n..........\n..........\n..........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...**.....\n..........\n..........\n..........\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*.*\n**.*\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n****.\n..*..\n..*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.*.*.\n.*.*.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n....*.*.\n........\n........\n........\n........\n..*.....\n.*......\n*.*.....\n*......*\n.*......\n....**..\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n........\n........\n........\n........\n........\n.**.....\n*.......\n*.......\n........\n....**..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n.....*..\n........\n........\n........\n........\n........\n.**.....\n*......*\n*......*\n*.......\n....**..\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*...*...\n**.**...\n..**....\n..*.....\n*...**..\n*...**.*\n*.....**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n*..**...\n**..*...\n....*...\n.**.*...\n.*.****.\n**..*..*\n.....***\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*..**..*\n**..*...\n....*...\n.**.*...\n**.*****\n.*..*...\n*....**.\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n......*\n....*.*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.....**\n......*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.****\n****.**..***.\n..***********\n.****.*.*.***\n**********.**\n***********..\n**.******.***\n.*.**********\n************.\n********.****\n************.\n*..**.*******\n```\n\n\n## Output without wrap\n\n```\n........*....\n**......*....\n**...........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n**.**\n.**.*\n..***\n....*\n*****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n*..*.\n.*...\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n..*..*..\n.....*..\n..*..*..\n..*..*..\n...*....\n....**..\n........\n..*.*...\n.*......\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n..***...\n..*...*.\n...*....\n......*.\n..*...*.\n..*..*..\n........\n...***..\n...*.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..\n........\n...*....\n......*.\n..*...*.\n..*..*..\n........\n...***..\n...*.*..\n........\n***.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n*..*......\n*.........\n.*.*......\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*.*.......\n***.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n*.*.......\n***.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n...*.*\n*..*..\n*.*.**\n..***.\n...***\n.**.**\n.***..\n.*.*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n.*....\n....*.\n.**...\n**....\n**....\n***...\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*...**\n.....*\n..*..*\n.....*\n.*....\n*.*...\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n......*\n.......\n.......\n....**.\n**..**.\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n*....**\n......*\n.....*.\n*....**\n**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**..*\n.*.**\n.*.*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*...\n**..*\n.*.**\n**...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*..*\n.*.*.\n.*...\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..***.....\n..........\n..***.....\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*......\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*......\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..***...*.*\n****..**.****.\n*.**.*.***....\n**....****.**.\n***.******..*.\n***.*.***...**\n**...****....*\n****.*...*****\n****..****.***\n```\n\n\n## Output without wrap\n\n```\n........*.***.\n...*.**.*.***.\n....*.....*...\n...*.*.....*..\n.............*\n...........*..\n....*.........\n...*.*****....\n...******.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n...*..........\n....*.....*...\n...*.*.....*..\n............*.\n...........*..\n....*.........\n..............\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n..*.*\n*....\n**..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.*.*.\n*..*.\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n.*.**\n...*.\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n....*.\n.*.*.*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n***\n**.\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n..*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n*.....\n.*...*\n.*....\n.**...\n**..*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n**.**.\n...*..\n*.*...\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...***\n.**...\n**...*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n...*..*..\n...***...\n.*..*....\n..*.....*\n....*.*.*\n***.*....\n**..**..*\n```\n\n\n## Output without wrap\n\n```\n.........\n..*****..\n..*..**..\n..*..*...\n..**.*...\n.**..*.**\n..*......\n..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*\n..**.****\n..*..**..\n.**..*...\n.***.*.*.\n.**..*.*.\n.**......\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**....\n........****.\n..*....*...*.\n..*....***.*.\n```\n\n\n## Output without wrap\n\n```\n........*.**.\n.......*.*..*\n.......*....*\n.......**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.\n.............\n........*...*\n..........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.*....*\n.*...*.\n.**...*\n....*..\n..*....\n...*...\n.......\n.....*.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n**...**\n.**..*.\n.***...\n...*...\n.......\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.....**\n.*...**\n***..*.\n.***...\n...*...\n.......\n.......\n....**.\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n..**\n*...\n.**.\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.***\n...*\n***.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.***\n*...\n***.\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...**......\n..*........\n..*.*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.......\n..*.*......\n...*.......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...*.......\n..*.*......\n...*.......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n**...*.\n*..*..*\n.......\n*..*...\n*...*..\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n***....\n..*....\n*.*....\n.......\n.......\n.**..*.\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n..**.*.\n..*....\n.*....*\n**...*.\n*...*..\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n.....***\n......*.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*.*\n......**\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n*....*.*\n......**\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n.**....\n..***.*\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*...*.\n....**.\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.*...*.\n*...**.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***\n.......*\n.....**.\n....***.\n....***.\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n....*..*\n.......*\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n.......*\n....*..*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n....**\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...***\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n...***\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*...\n.*.*.\n.****\n...*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n...**\n.*.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n...*.\n.*.**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.*...*\n.*....\n......\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*...*\n*.....\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n....*.\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........*..*\n*.........*..*\n*........**..*\n```\n\n\n## Output without wrap\n\n```\n...........**.\n.........****.\n.........**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..........*\n***..........*\n***......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....*.\n****.*\n**....\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n*.***.\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n.***..\n*.....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*****\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n..**..\n.***..\n..*.*.\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*.*..\n.*..*.\n.*..*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*.*..\n.*..*.\n.*..*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n*.*...\n..*...\n......\n**....\n**...*\n*....*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n.*....\n.*....\n**....\n......\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*....\n.*....\n.*....\n.*...*\n......\n.*...*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n**.*.\n.*.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.*.**\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......\n.*.......\n.*.....*.\n.**....*.\n*..*..*.*\n..*......\n..*****..\n*.*...*..\n```\n\n\n## Output without wrap\n\n```\n.*.......\n***......\n**.......\n***...***\n...*...*.\n.**...**.\n..*.***..\n.**.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n***......\n**.......\n.**...**.\n*..*...**\n.**...**.\n..*.***..\n..*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n..*.*..\n..**...\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*.*..\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*.*..\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.***.\n.***.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*.*.\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n*.*....*.\n.....*.*.\n......***\n....**.*.\n.....**..\n.*....*..\n***...*..\n.*....**.\n.........\n```\n\n\n## Output without wrap\n\n```\n.**......\n..*...*..\n.........\n....*...*\n....*...*\n....*..*.\n***...**.\n*.*..**..\n***...**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n..*...*.*\n.........\n....*...*\n....*...*\n....*..*.\n***...**.\n*.*..**..\n***...**.\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n*.******\n.*...*.*\n.*....**\n**....**\n*.***.*.\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n.*..*.*.\n*.**...*\n**.*....\n.**..*..\n*..*....\n*.***.**\n.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.\n..**....\n.*.*....\n.**..*..\n...*....\n..***.*.\n***.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n.......*.\n.........\n........*\n*........\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n......**.\n.........\n.........\n.........\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n.*.*\n...*\n...*\n...*\n****\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n.*.*\n...*\n..**\n.*.*\n*..*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n.*.*\n...*\n*.**\n.*..\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**\n......**\n.......*\n........\n.*......\n...*.*..\n.....**.\n..**.**.\n..**.**.\n.**...*.\n```\n\n\n## Output without wrap\n\n```\n......**\n........\n......**\n........\n........\n....***.\n..**....\n..**...*\n.......*\n.***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..\n........\n......**\n........\n........\n....***.\n..**....\n..**...*\n.......*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*\n.**...**\n*....**.\n*....***\n....*.**\n...*....\n...**...\n*.**..**\n```\n\n\n## Output without wrap\n\n```\n.**...**\n*.*..*.*\n*.......\n....*...\n....*..*\n...*.*..\n....*...\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*..*..\n........\n*...*...\n*...*...\n...*.*..\n....*..*\n*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.*\n*...**...*.\n......*.*..\n*.*..*.....\n*.*..****..\n......**...\n.**......**\n*.*.....*.*\n...**.....*\n*......*...\n**......**.\n*....*...**\n.*........*\n```\n\n\n## Output without wrap\n\n```\n.........*.\n.....*.***.\n.*..*.*....\n.....*..*..\n.....*..*..\n..*..*...*.\n.**....****\n..*.......*\n.*.*.....*.\n**......**.\n**......***\n*.......*.*\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........\n*....*.***.\n.*..*.*...*\n.....*..*..\n.....*..*..\n*.*..*...**\n.**....****\n..*........\n.*.*.....**\n**......**.\n.*......**.\n........*..\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.****.\n..*.*..*.*\n*.*..*....\n.*..*...**\n***.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.*****.\n.......*..\n.*..****.*\n.......*..\n.****.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n.*..**....\n.*..****.*\n....*.**..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.****\n.....*.**..\n*...**...**\n.*..*......\n.*...***.*.\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n.....*.*...\n....***.**.\n**..*...***\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**....*\n.....*.*...\n*...***.***\n.*..*...**.\n.*..**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.....\n.......**....\n..**...**.**.\n****...*.***.\n*.*.....*.*.*\n```\n\n\n## Output without wrap\n\n```\n.......**....\n.**...*..*...\n...*..*....*.\n*......*....*\n*.**....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.*..*\n.**...*..*...\n...*..*....**\n*......*.....\n...*...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n.*..*.\n.....*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n.....*\n.***..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.***.\n....**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..*...\n..***.\n*.**.*\n......\n***...\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.***..\n*.....\n***...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n*...**\n..**.*\n.*..*.\n***...\n*.*...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...*...\n..**...\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.*..\n.*..*..\n..*.*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*.*..\n.*..*..\n..*.*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n...*..\n*..*..\n*.**.*\n*...**\n...*.*\n*...**\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**..\n.*.*..\n*.**.*\n.**..*\n...*..\n...*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n**.*.*\n..**..\n.**...\n...*..\n*..*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..*.*.\n.*...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n*.*.**\n....**\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.........*.\n......*....\n.....*.....\n..........*\n...........\n...........\n...........\n...........\n...........\n.........*.\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n****.\n.....\n**..*\n*.*..\n**...\n.....\n.****\n*..*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n*..*.\n.**..\n..*..\n***..\n*..**\n*****\n*...*\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n..***\n...*.\n*****\n..*.*\n*****\n.....\n***..\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..**.\n*....\n.*...\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n.**..\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n..*...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n......\n.*..*.\n..**..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n.*....\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n.*....\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..**.\n*.**..**.*\n**..*.****\n```\n\n\n## Output without wrap\n\n```\n.......**.\n*...*....*\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*..*.\n....*......\n....****...\n....*..*...\n...***.....\n.*..*......\n.**...*.*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...**..*...\n...**.**...\n.......*...\n...*.*.....\n.*..*......\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*...\n...**..*...\n...**.**...\n.......*...\n...*.*.....\n.*..*......\n**.*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*..*\n.*........*\n.*.........\n```\n\n\n## Output without wrap\n\n```\n...........\n***........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**........\n.**........\n.**........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.******\n*********.*\n***********\n***.****.**\n***********\n**.**..*.**\n****.******\n**.*****.**\n******.**.*\n*******.***\n****.******\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*....\n.*.***...\n.**..**..\n.***.....\n*...*...*\n........*\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*...*...\n*...*.*..\n......*..\n*..*.**..\n.***.....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*..\n......*..\n...*.**.*\n****....*\n...*....*\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n***..\n.....\n.....\n.*.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n**...\n..**.\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n**.**\n**...\n..**.\n..**.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..**..\n...**.\n....**\n....*.\n.**...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*....\n......\n...*.*\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*..*.*\n*...**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n.......\n..*....\n.......\n***....\n**....*\n*.*..**\n..*...*\n.*....*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..*....\n*.*....\n.....**\n*.*..**\n..*...*\n.*...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n..*....\n..*...*\n.....*.\n..*..*.\n..*....\n.*...**\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n....\n....\n*.*.\n..*.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.*..\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n...*\n....\n.*.*\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*..\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........*.\n.........*\n.*....*...\n**.*.*....\n.**.*....*\n**...*.*.*\n...*.*..*.\n*..**.*.*.\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n*****.....\n*.....*...\n**.....*..\n*........*\n*....*.***\n.....**.*.\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..***.....\n......*...\n*......***\n.*.......*\n.*...*.***\n.*...**.*.\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n..*.*....\n.*...*...\n.*...*...\n..****...\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.**.**...\n.*.*.**..\n..****...\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.**.**...\n.*.*.**..\n..****...\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n......**..\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n......***.\n......***.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.\n......***.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......***\n***......**\n........*..\n..*........\n```\n\n\n## Output without wrap\n\n```\n*.......*.*\n**........*\n..*......*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*..\n.*.........\n*.*......**\n........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....**.\n..*..*..\n.....*..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n....**..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n....**..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n.............*\n.........*....\n.........*....\n..........****\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n............*.\n.............*\n..........*.*.\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n............*.\n.............*\n..........*.*.\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n*......*\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*......*\n*......*\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.**\n****.******\n*..*.*.****\n**.**.*****\n**.**.*****\n****.***..*\n****..**.**\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n...........\n...........\n*..***.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.***\n....\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.***\n*..*\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n..*...**\n.*.*....\n.*...*..\n.*....*.\n****...*\n....**..\n.*...*.*\n*.......\n***.....\n*.....*.\n*.*....*\n..*.....\n..*....*\n```\n\n\n## Output without wrap\n\n```\n..*...**\n.**..*..\n......**\n**......\n...**.*.\n***...*.\n*.......\n.*....*.\n.*...*..\n*.......\n.*......\n.***....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**\n...*.**.\n......*.\n.*....*.\n...**...\n.**.....\n........\n*.......\n**...***\n.*......\n**.....*\n*.**...*\n...*...*\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..**\n.*.*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n...*\n*..*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**.**.\n..***.\n*...*.\n.***..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*.***\n*...**\n**..*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**.*..\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n.......*.*....\n..*...**..*...\n**.*......*...\n*..*.****.*...\n*..*.*.*.*....\n.**..*.*......\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n.......*......\n......*.......\n*****.....**..\n*..*.*.....*..\n*..*.*.**.**..\n*..*.***.*....\n.****.........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.......*......\n......*.......\n*****.....**..\n...*.*.....*.*\n...*.*.**.**.*\n*..*.***.*...*\n.****.........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***...\n...***...\n.*.***..*\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...****\n**...****\n**...****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n..*..\n.*...\n.**..\n*....\n.*.**\n.....\n.....\n.**..\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.*...\n***..\n*..*.\n.....\n.....\n.....\n.*.*.\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*.*..\n.*...\n***..\n*..**\n*...*\n.....\n.....\n.*.*.\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*.*\n**********\n******.***\n*******..*\n```\n\n\n## Output without wrap\n\n```\n*......*.*\n..........\n..........\n*.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......**.*.\n.............\n.............\n......**...*.\n..*....**..**\n.......**..*.\n*.......**..*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.......*.....\n.......*..*.*\n.......*.*...\n........*...*\n........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**..\n.........*...\n.......*.....\n.......*..*.*\n*......*.*...\n*............\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n..**\n....\n....\n.**.\n...*\n...*\n.*.*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n..*.\n...*\n...*\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n....\n....\n..*.\n*..*\n...*\n....\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n**.***\n.**.*.\n*.****\n.....*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n***...\n**...*\n*....*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*****\n...*.\n...**\n***..\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n*...*\n**...\n**.**\n**.**\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n.....\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.**..\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..***\n..*..\n.....\n...**\n.....\n.....\n.*.*.\n.*...\n.***.\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n..**.\n.....\n.....\n.....\n.....\n.**..\n*..*.\n...*.\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.***.\n..**.\n.....\n.....\n.....\n.....\n.**..\n...*.\n...*.\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n.....*\n*.....\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n..*..*\n*...**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****.\n*...*...\n*.**.***\n..***.**\n.*.***..\n****....\n**.*.**.\n*****.**\n**.**..*\n```\n\n\n## Output without wrap\n\n```\n....*...\n...**.*.\n......**\n.......*\n.....***\n........\n.....*.*\n....*...\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n.*......\n......**\n.....*.*\n........\n.....***\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....*.*.\n.......*.\n.....*...\n....*....\n..**.....\n.*.......\n.........\n.........\n..**.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n..*.*....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n..*.*....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.......\n....*....*....\n*.*.........**\n.*...*........\n*.............\n..**....*.*...\n*.....*...*.*.\n.*.....**.**..\n.*..........*.\n.*...........*\n........**....\n..............\n...*....*..*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.*............\n**............\n.**...........\n.*.......*.*..\n.**.....*.*...\n**.....*.**.*.\n***........**.\n..............\n..............\n........**....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.............*\n**...........*\n.*............\n.**...........\n.*.......*.*.*\n.**.....*.*...\n**.....*.**.**\n.**........**.\n*.............\n..............\n........**....\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*..\n...\n.*.\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n*..\n...\n***\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n*..\n...\n.*.\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*...\n.*..**....\n.**.*.....\n*........*\n*......*..\n**....**..\n..........\n*......***\n....*.....\n..*****...\n```\n\n\n## Output without wrap\n\n```\n.....*....\n*.....*...\n.....*....\n*.******..\n*.....*.*.\n.....*..*.\n**....*...\n.....**.*.\n...**.***.\n...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*...\n*.....*...\n.....*...*\n**********\n.*....*.*.\n**...*..*.\n.*....*.**\n*....**..*\n....*.*..*\n..***.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*.*\n.*....*..\n.*....*..\n***.***..\n*.*.*....\n*.......*\n**..*...*\n```\n\n\n## Output without wrap\n\n```\n.***.*.*.\n**.*..*..\n......**.\n*.*.*.*..\n*.*.*....\n*..*.....\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*\n.*.*..*..\n......**.\n*.*.*.*..\n..*.*....\n...*.....\n..*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***...*...*\n...*.*..*...*.\n.***.***...*..\n**.*.*.**...**\n***.**.....**.\n......*****..*\n*..***..**.*..\n....**.**...*.\n.*****.***..*.\n*.*.**.****...\n*...***...*..*\n.***.*.****...\n.**...*.*...**\n*..*.*....****\n```\n\n\n## Output without wrap\n\n```\n..............\n**....*.....*.\n***...*......*\n*....**...**..\n..****..*.....\n..*..**...*.*.\n.**.......*.*.\n.*............\n*.*......*....\n*.*.........*.\n*........*....\n**.....*.***.*\n*.*....*.**..*\n.*..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*......*.\n...*.*.*******\n.**...*.....**\n.....**...**..\n..****..*.....\n..*..**...*..*\n..*.......*...\n.*............\n..*......*...*\n..*...........\n**.......*...*\n.......*.*****\n.....**.*...*.\n..**....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n.*...\n*...*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.*.*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......\n....**.....\n.....*.....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n....**.....\n...*..*....\n....**.....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n...*..*....\n....**.....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n....**\n......\n*.....\n*....*\n.....*\n......\n*..*.*\n*..***\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n....*.\n......\n......\n......\n....*.\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n....**\n......\n....*.\n.*..*.\n.*....\n.*..*.\n**.**.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n...*.\n*.***\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.****\n....*\n***.*\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**.*\n.*..*\n***..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**.*\n.....\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n**.*.\n*.*..\n**...\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n**.*.\n..*..\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*.*\n**.*.\n..*..\n*.*..\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*......\n....*.....\n....*....*\n*.........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n...**.....\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*..\n..***..*..\n.......*..\n..***.....\n..*.**....\n*.**......\n*.****....\n```\n\n\n## Output without wrap\n\n```\n..**...*..\n..**...*..\n..*.****..\n....**....\n....**....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****...\n.....***..\n..*.****..\n....**....\n....**....\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n***\n*.*\n**.\n*..\n**.\n***\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n*.*\n..*\n*..\n...\n..*\n..*\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n.******\n*..****\n*******\n.**.***\n*******\n.***.**\n*****.*\n***.***\n*****.*\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n*......\n*......\n.......\n*......\n.......\n.......\n......*\n*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.*.\n*....*.*.\n.....**.*\n*.......*\n.*.....**\n*.**.*.**\n...***.*.\n*...*...*\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n**.......\n**..**.**\n....*...*\n.*....*..\n*..*.***.\n...***...\n.*.**.*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*\n**......*\n....*..*.\n......**.\n*..*.**..\n*..***...\n...**.*..\n*.*.***.*\n.*..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........\n*....*....\n*....*....\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n............\n............\n............\n............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n............\n............\n............\n............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n.**.\n...*\n***.\n..*.\n..*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n*..*\n.***\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n..*.\n...*\n***.\n..*.\n..**\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....*****\n.***....*.....\n.......**..*..\n.*.......*...*\n..*....*.*..*.\n....*.......*.\n```\n\n\n## Output without wrap\n\n```\n.***.....****.\n.***...**.....\n.*.....***....\n.......*.**.*.\n........*...**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*....*****\n****...**....*\n**.....***....\n.......*.**.*.\n........*...**\n...*....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**\n.....***\n.......*\n........\n........\n........\n........\n.....***\n*...*...\n```\n\n\n## Output without wrap\n\n```\n.......*\n.....*..\n.......*\n........\n........\n........\n......*.\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n.....*..\n.......*\n........\n........\n........\n......*.\n.....***\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n***.**\n******\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n*****.\n******\n****.*\n*.*.**\n******\n***.**\n.**.**\n***.**\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n.....*\n......\n......\n......\n......\n......\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....**\n.***..**.\n***......\n..*.*...*\n*..****..\n*****..*.\n*..*.***.\n**.*..*..\n*....*...\n*..*.**.*\n.....****\n....*.*..\n*.***.**.\n```\n\n\n## Output without wrap\n\n```\n..**..***\n...*..***\n*......*.\n*.*.*....\n*.....**.\n*......*.\n.....*.*.\n***....*.\n*.*..*.*.\n........*\n........*\n....*...*\n...**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...\n...*..**.\n*......**\n..*.*...*\n*.....**.\n*......*.\n.....*.*.\n***....*.\n..*..*.*.\n*........\n*.......*\n....*....\n*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.**.\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n.*.*.\n**.**\n*.**.\n*****\n*.*..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*.**\n*...*\n.....\n*...*\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n..*..\n.*.*.\n.....\n.....\n.....\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.******\n...*.*.*..\n..**..**.*\n```\n\n\n## Output without wrap\n\n```\n...***.**.\n.........*\n..***.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n.........*\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n**..**..\n*.......\n........\n........\n.....*..\n...***..\n....*.*.\n..*****.\n.*.*.**.\n........\n......**\n......*.\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.*..\n**.*.*..\n***.*...\n........\n........\n........\n.....**.\n..**..**\n..**..**\n......**\n.....*.*\n........\n.....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n*..**...\n***.*...\n........\n........\n........\n.....**.\n..**..**\n..**..**\n......**\n.....*.*\n*.......\n....**.*\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n*...*.\n...***\n**...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..**.*\n..**.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n..***.\n..***.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n......\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........***.\n....*....*..*.\n.............*\n*............*\n**.....*....*.\n*..........*.*\n*..........*.*\n```\n\n\n## Output without wrap\n\n```\n..........***.\n..........*.**\n............**\n**..........**\n**..........**\n*..........*.*\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n..........*.**\n*...........**\n.*..........*.\n.*..........*.\n...........*..\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n*.*.\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n..*.........\n.......*....\n......*.....\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*****\n*****\n***.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n*..*.\n.**.*\n..*..\n*....\n*...*\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..*.\n.**..\n..**.\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n***.*\n*.**.\n**..*\n*...*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n.*.*\n*...\n*.**\n**.*\n*.**\n**.*\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n...*\n*..*\n*.**\n*...\n...*\n*...\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n*.............\n**........*...\n**.......*.**.\n.........***..\n.............*\n*............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..........**..\n.........*..*.\n.........*.**.\n..........**..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n**...........*\n..........***.\n.*.......*....\n.........*.*..\n.*........**..\n.*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**\n.****.**\n.*.***.*\n********\n***....*\n....****\n*******.\n*******.\n```\n\n\n## Output without wrap\n\n```\n.*..*.**\n**......\n........\n.......*\n*.......\n.......*\n*.......\n*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n........\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***...\n....*.*.*..\n..*....**..\n...........\n.***....*..\n.*.......*.\n.***....***\n..*.....**.\n****.....*.\n...**...*.*\n***.*..****\n.*...**.*..\n.....*.*...\n```\n\n\n## Output without wrap\n\n```\n......**...\n........*..\n.........*.\n.*.....**..\n***........\n*..........\n**.........\n***........\n...........\n*.*.*....**\n*.*.*.*....\n*.*.*......\n.*..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***.\n........**.\n.........*.\n.*.....**..\n***........\n..........*\n*.........*\n..*.......*\n...........\n..*.*......\n.**.*.*....\n.**.*....*.\n....*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n..*..\n.....\n....*\n..**.\n*...*\n*.*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n...**\n..*..\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n*..*.\n*.*.*\n*..**\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***...\n...*.*.**..**\n*..*.*.**..**\n.*...*..*....\n**..**....**.\n......*..**..\n....**..*.*..\n```\n\n\n## Output without wrap\n\n```\n......**.*...\n..........***\n..*..*...*.**\n.**..*.****.*\n**..***...**.\n......*......\n.....*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....**.\n*.........**.\n*.*..*...*.*.\n.**..*.****..\n**..***...**.\n......*......\n.....**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n.*.*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n**.*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n****\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n***.....\n*.......\n***.**..\n**.*.*..\n*.*...**\n..**..**\n**..**..\n**...**.\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n.*......\n..*..*..\n..*.....\n.**..*..\n*.*....*\n*.....**\n**.**.**\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*.\n*.**...*\n**....**\n..*..*..\n..*.....\n..*..*..\n..*.....\n.*......\n***.*.*.\n..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n.*...*...\n..*****.*\n.****.*..\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......**.\n.......*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*..\n......***\n......***\n..*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n****\n*...\n.*.*\n*..*\n....\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n...*\n***.\n*..*\n***.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n****\n....\n.***\n*.**\n*..*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...**\n*.*.*..**\n...**....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.***...**\n....*..**\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*.\n*...*..*.\n...**...*\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n....\n.*..\n*...\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*...\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*....\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n***..\n.****\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.*...\n*..*...*...*\n..*.......*.\n..*........*\n...*........\n**..........\n.***...**...\n```\n\n\n## Output without wrap\n\n```\n.......*....\n..**...*....\n.***......**\n..**........\n.**.........\n**.*........\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.*...\n..**...*...*\n****......*.\n..**........\n***.........\n**.*........\n**.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*...*.\n.*....\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*....*\n.*....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*\n.**.....\n**..*...\n..**.*..\n..*.....\n..*..*..\n*..*....\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*....\n..*.*...\n..*.**..\n....*...\n.*.*....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**\n*..**..*\n..*.*...\n..*.**..\n....*...\n....*...\n**.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*.*..\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*.....*\n****..*\n*..**.*\n.***...\n..**...\n..**...\n...*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*..**\n*.***.*\n*...**.\n.*.....\n....*..\n....*..\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n..*..*.\n..***..\n....***\n**.....\n....*..\n....*..\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*.\n*......*.\n..*..*...\n..**..**.\n*...*..*.\n*.*....**\n.*...*.*.\n*...*.*..\n.**..*.**\n.*.**...*\n*......*.\n..*....**\n.....*.**\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.***..*..\n.***...*.\n.*******.\n..*......\n*......**\n**...*.**\n*.*.*...*\n***..****\n**.**.*.*\n.***...*.\n.........\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n.***..*.*\n.***...**\n.********\n*.*......\n*......*.\n.*...*.*.\n*.*.*....\n.**..****\n.*.**.*..\n****...*.\n*........\n*.....**.\n..***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*****\n....*\n**...\n**.**\n.****\n```\n\n\n## Output without wrap\n\n```\n*....\n**.*.\n....*\n.**.*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n***...\n**.*..\n...*.*\n...*.*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n..***.\n..**..\n..**..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*\n*..*.*\n*.**.*\n*.**.*\n...*.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n.*.\n**.\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n..*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n**....\n*....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*....\n.*...*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n.**...\n*.*...\n..*..*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n.***..\n..**..\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n.***..\n*.**..\n..**.*\n**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.**.\n..**\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n.**.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n***.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***...*.\n***.*.*..*\n**.***...*\n..**.*.*.*\n**.*.***.*\n.***..*...\n..**..**..\n***....*..\n.*...**.**\n......**..\n.***...*..\n```\n\n\n## Output without wrap\n\n```\n*.*.**....\n........**\n*........*\n.......*.*\n*....*.*..\n*.......*.\n*.....**..\n*..*.*....\n***..*..*.\n.*...*....\n..*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**.\n........*.\n..........\n.......*..\n.....*.*.*\n........*.\n*.....**..\n*..*.*...*\n.**..*..**\n**...*....\n.*..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*......*\n**.**...*.*.**\n****.*.**..***\n...**....*....\n****...*..*...\n..**.*...*.**.\n**...*.**....*\n**...*..*....*\n.*..***......*\n*.**....*..*..\n*.......*....*\n.**........*..\n```\n\n\n## Output without wrap\n\n```\n...***........\n.*.*..*.****.*\n.....*........\n......*.......\n......*.......\n......**....*.\n......**.....*\n...*.....*..**\n.*.....**..**.\n.**....*...***\n*..*..........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****.......*\n....*.*.**.**.\n.....*......*.\n......*.....*.\n......*.......\n......**....*.\n......**....*.\n...*.....*..**\n.......**..***\n*.*....*...*..\n*..........*..\n.***.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n**.*..*.\n*****..*\n********\n******.*\n.**.****\n********\n******.*\n****.***\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n.......*\n.......*\n........\n........\n........\n........\n*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******\n.*.****.\n..*.....\n..**....\n........\n...**...\n....**..\n.....*..\n....*...\n*.**....\n...*....\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n.**...*.\n.*......\n.****...\n..*..*..\n..*..*..\n...*.**.\n...*.*..\n..*..*..\n........\n..*.*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..*\n.**...**\n**......\n.****...\n..*..*..\n..*..*..\n...*.**.\n...*.*..\n..*..*..\n........\n..*.*...\n..*.....\n*..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..**.*....\n..........\n..........\n.........*\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.**..\n.*.*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**..\n..*..\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n..*..\n.*..*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.***.\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***..*.*\n*.*......***\n**.*..*.....\n**..*..**...\n*.*.......*.\n...........*\n.*..*..**...\n**....*.....\n.**.*.**....\n.*....*..*..\n.*.....*..**\n.*..*....**.\n*.*.*...*..*\n```\n\n\n## Output without wrap\n\n```\n...***......\n..******...*\n......**.**.\n.......*.*..\n............\n.*..........\n***....*....\n*.*...*.*...\n*.*.....**..\n*....**.**..\n...*....*.*.\n...*....*...\n**.*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....****.\n..*...*.....\n......**.**.\n.......*.*..\n**.........*\n.*.........*\n.**....*...*\n.**...*.*...\n.**.....**..\n**...**.**..\n...*....*.*.\n...*...*****\n**..**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*....\n.**....\n.......\n..*....\n.....*.\n.....*.\n......*\n*.....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n*..*...\n.**....\n.......\n.......\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n*..*...\n.**....\n.......\n.......\n*....*.\n.......\n*....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***..\n*.......\n*.***...\n***.***.\n..**....\n..*.***.\n..*.*...\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n**......\n*..***..\n*...**..\n.*......\n.*..**..\n.**.**..\n.**.**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.******\n.....***\n....**..\n**....**\n.*..**.*\n***.**..\n....**..\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...****.\n..****.......\n...***..*....\n.*.**.****...\n.*..*...***..\n.*..*....*...\n..**...*...**\n**....*.*....\n*..**.****..*\n.*.*.*.***.**\n..*.***.*.*..\n......***.**.\n.*.**..*...*.\n```\n\n\n## Output without wrap\n\n```\n.**.**...**..\n.**.....*.*..\n........**...\n......*...*..\n**..*.....*..\n.*..*....*.*.\n*.**...**....\n**..***..*.**\n*..**.....***\n.*.........**\n..***.......*\n..*.....*.**.\n......***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*****\n.**.....*.*..\n........**...\n......*...*..\n**..*.....*..\n**..*....*.*.\n..**...**...*\n.*..***..*.*.\n...**.....**.\n.*.........**\n..***.......*\n..*.....*.**.\n*******......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.**\n..*.****.*\n****...*.*\n...*....**\n**.**..*.*\n.*.***.***\n```\n\n\n## Output without wrap\n\n```\n.***....**\n.........*\n.*...*.*.*\n.......*.*\n**...***..\n**.*.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.*...*.*..\n.......*..\n.*...***..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**...\n***..\n.*...\n**.**\n*****\n.*.*.\n..***\n...**\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n..*..\n...*.\n....*\n.....\n*....\n.....\n.....\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*.*\n..*..\n...*.\n.....\n.....\n.....\n*....\n.....\n..*..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n..*\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n..*\n...\n*..\n***\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.......\n.**........\n...........\n...........\n...........\n..*........\n```\n\n\n## Output without wrap\n\n```\n.*.*.......\n.*.*.......\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n.*.*.......\n...........\n...........\n...........\n.***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.*...*...\n.........\n.........\n...*..*..\n....*....\n.*.......\n..*..*...\n.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.**.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*....\n.........\n.........\n.........\n.........\n.........\n.........\n.**.*....\n.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n...\n.*.\n..*\n.*.\n.*.\n.**\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n**.\n.**\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n***\n***\n.*.\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n......\n*.....\n..*...\n..**..\n*.*...\n*..*..\n*.....\n**.*.*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.***..\n..**..\n..*...\n*.....\n*.*.*.\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n......\n.***..\n..**..\n..*...\n*....*\n..*.*.\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..*.\n.*.**.****\n...*.*..*.\n..**....*.\n.*.*....*.\n..****..**\n....*.*...\n```\n\n\n## Output without wrap\n\n```\n..**.**.**\n......*..*\n.....**...\n...*...***\n.*.....**.\n..*..*.***\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....**\n......*..*\n.....**...\n...*...***\n.*.....**.\n..*..*.***\n..*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n**.*.\n*.**.\n**...\n.....\n.....\n.....\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.**..\n.**..\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n..*..\n*****\n*****\n**...\n.....\n.....\n.....\n.....\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*..*.\n.***.\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n......\n**...*\n.*...*\n*..***\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n**....\n.**..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n.....*\n.*...*\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n**.\n..*\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n***\n*..\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.**\n...\n..*\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***\n*****.**\n********\n```\n\n\n## Output without wrap\n\n```\n*....*.*\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*...*\n.*...\n..**.\n***..\n...**\n...**\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.***.\n*..*.\n.*..*\n.*..*\n.*...\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**..*\n*****\n*..*.\n**...\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*..**\n..**.\n.*.*.\n**.*.\n....*\n***.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n*****\n...**\n**...\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n**..*\n..*..\n.....\n**...\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.**..\n.**..\n.**..\n.....\n.....\n*....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*..*.\n.**..\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n****.\n*..*.\n.**..\n.....\n.....\n**..*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n..**\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***...*.\n....*....**\n...*.......\n...........\n......*.**.\n```\n\n\n## Output without wrap\n\n```\n....**...**\n.....*...**\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.*..\n.....*.....\n...........\n.........*.\n...*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***...\n.......*.*...\n.........*...\n```\n\n\n## Output without wrap\n\n```\n.........**..\n.......*.**..\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...*.\n......**...*.\n......**...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n....\n**..\n..**\n..**\n****\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.***\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n**..\n****\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..*..*\n..*...\n.**.**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n.*..*.\n.****.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n*...**\n******\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n.***\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.**.\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.**.\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n......\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.....*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n....*\n*....\n.....\n*....\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**....\n**.......\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n***......\n**.......\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n**.......\n.*.**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n*...*...\n*...*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*...\n....*...\n....*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n..*.**\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n..*..*\n.**.**\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...***\n..*..*\n.**.**\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n*......*.\n.........\n.........\n*..*.....\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.***..\n..*.**\n......\n.*.*.*\n**.**.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n......\n.**.*.\n..**.*\n**.*..\n**.*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*.....\n.**.*.\n*.**.*\n.*.*.*\n.*.*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.*....\n*......**.*.*\n*.***.....*.*\n**..*........\n....*...****.\n............*\n.*...*.*..**.\n.***.**....**\n.**.*.*....*.\n...***.....*.\n....**.**..**\n```\n\n\n## Output without wrap\n\n```\n.......***...\n.**.*..*.....\n*.....*.*....\n*.*.**...*...\n.*.......***.\n.............\n....*......*.\n***.***...*..\n.**...**..*.*\n..*..*.*.....\n......*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****....*.\n*....****...*\n......*.*...*\n*.*.**...*.*.\n.........***.\n............*\n*...*......*.\n.**.***...*.*\n***...**..*..\n**....****...\n...*..***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n...*****\n.**..*..\n.**.....\n.*.**...\n*....*..\n.*..*.**\n.*......\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.***....\n.*...*..\n*...*...\n**.**...\n****.**.\n**...**.\n.**..***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n****...*\n**...*..\n*...*...\n**.**...\n****.***\n.*...***\n***..***\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.***\n.....\n...*.\n...**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n..*.*\n..*..\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.**.*\n..*.*\n..**.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n......\n......\n*.****\n.*.***\n***..*\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n..***.\n.*....\n.*.**.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n******\n******\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n**....\n**....\n......\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n**....\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n......\n**....\n......\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*..*\n*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n*...**\n*.**..\n**...*\n..*..*\n**....\n```\n\n\n## Output without wrap\n\n```\n...*.*\n.**...\n..*..*\n....*.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**.**\n.**...\n.....*\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..*.\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n****\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n.*...*\n......\n**....\n****..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*.**\n..*..*\n**....\n*.....\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n..*..*\n.*....\n*.....\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*.*.**\n.**..*\n*.***.\n.*....\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*...*\n**...*\n*...*.\n****..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....**\n.*..*.\n.*....\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***..*.\n*.........\n*.*.*.....\n.***.*....\n........*.\n```\n\n\n## Output without wrap\n\n```\n**........\n*.*.**....\n*...**....\n....*.....\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n*.*.**...*\n*...**....\n..*.**...*\n.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..****\n**.**.\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.**\n..**\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n****\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*..*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n..*...*\n*******\n*.*....\n..*.*..\n*.*..*.\n.*.*.*.\n*..****\n.....*.\n.......\n.*.*...\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n...**.*\n.*.**.*\n.*...*.\n.*.....\n..**...\n.*.**..\n.******\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n...**.*\n...***.\n.....**\n**...**\n****.**\n**.**.*\n.****..\n.......\n.......\n.*.....\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n..*\n...\n.**\n***\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n..*\n*.*\n*..\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*....\n*.....\n......\n.**...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n.**...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**.\n.*...*....\n.........*\n...*......\n.........*\n..*....*..\n.*....*.*.\n....*..*..\n..........\n...**.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n..........\n..........\n..........\n.......**.\n......*.*.\n.......*..\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.***..\n........*.\n..........\n..........\n..........\n.......**.\n......*.*.\n.......*..\n...***....\n...**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n...*.\n*.*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n..*..\n..***\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n....\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n....\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n***..\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n.*.*\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..**\n..**\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***....\n*....***.\n..******.\n*.*......\n..*...**.\n*...**.*.\n***.*.***\n***.*.*..\n.**.*.*..\n.**.*.*.*\n**...**..\n*.*.*..*.\n..*....*.\n**..*....\n```\n\n\n## Output without wrap\n\n```\n.*.****..\n.......*.\n..***..*.\n..*.*....\n...*.***.\n*.*.*....\n..*.*...*\n....*.*..\n....*.*..\n....*.*..\n*...*.*..\n*.**.*.*.\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*..\n.......*.\n..***..*.\n..*.*...*\n...*.***.\n*.*.*....\n..*.*....\n....*.*..\n....*.*..\n....*.*..\n....*.*..\n*.**.*.*.\n*.*......\n*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*....\n..*.*.*..\n..*.*....\n..***....\n...*.....\n........*\n*....****\n.*.*.**.*\n***..*...\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.**.*....\n.**.*....\n..*.*....\n..***....\n......*.*\n....**..*\n........*\n***.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n.**.*....\n.**.*....\n..*.*....\n..***....\n*.....*.*\n....**...\n.........\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....***.\n....**.**.\n...**...*.\n.*.*....*.\n*.*.....**\n.*...**..*\n*....**...\n*.....**.*\n.*....*...\n...*..***.\n...*.....*\n*...*.....\n.*..*.....\n.*..**....\n```\n\n\n## Output without wrap\n\n```\n.....**...\n..**...*.*\n.....***.*\n.*..*.*...\n*.****....\n..*...*...\n..*......*\n**........\n.*......*.\n...****.*.\n..*.***.*.\n.....*....\n..*.......\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...***\n..**.*....\n**...*****\n**..*.*...\n*.****....\n.**...*..*\n.**.......\n.*........\n..........\n*..****...\n..*.***..*\n**...*..*.\n......*..*\n.********.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n***.*.\n....*.\n.*****\n.**..*\n```\n\n\n## Output without wrap\n\n```\n*..**.\n*...**\n*.....\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...*.\n......\n.*...*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n**.*\n*.**\n.*.*\n.*.*\n.*.*\n.**.\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n*..*\n*..*\n**.*\n**.*\n**.*\n.*..\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n.*.*\n.*.*\n.*..\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n**..**\n******\n```\n\n\n## Output without wrap\n\n```\n****.*\n......\n*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.*.*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...*.\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****\n*.*****\n*******\n*******\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n**....*\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*....*.***\n*.........*..\n***........*.\n.............\n...........*.\n.............\n.**.....*.***\n```\n\n\n## Output without wrap\n\n```\n.........*.*.\n*........*...\n*.*..........\n**...........\n.............\n...........*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....**..\n*.*..........\n.**........**\n.*..........*\n*..........*.\n...........*.\n.**........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n...*.\n*****\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n*.**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n*.*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...*..\n.***..\n***.**\n...**.\n**.*.*\n*.**.*\n.*..*.\n..*.*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n......\n*.....\n*....*\n......\n**...*\n*..*.*\n.*..**\n..*.**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n.....*\n*....*\n......\n.*....\n...*..\n**..*.\n..*.**\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*.\n........*.\n.**.....**\n........*.\n.**.....*.\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*.*\n......*..*\n......*...\n..........\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...\n......*...\n*.....*...\n......*...\n*.....*...\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..**\n.*.**.*..\n***..*.*.\n..*...*..\n....***..\n...*.....\n*.**.....\n**.**.***\n```\n\n\n## Output without wrap\n\n```\n.*******.\n***.....*\n*.*.**.**\n..*....*.\n......*..\n..**.*...\n*.....*..\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**..\n**...**..\n.**.**.**\n..*....**\n......*..\n..**.*...\n.**.**...\n**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.......*\n......*.\n.....*.*\n....**..\n.*.*.*..\n..**.*..\n**....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n....**..\n........\n........\n.*.*.**.\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n*.....*.\n.....**.\n....**..\n........\n.......*\n.*.*.***\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........\n*..........\n*..........\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*.\n..*......*.\n..*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*...*\n*.**.*\n*.*..*\n**...*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n*.**.*\n*.**.*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.*...*\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**........\n....**........\n..............\n....*.........\n..............\n....*.........\n......*.......\n.....*........\n```\n\n\n## Output without wrap\n\n```\n....**........\n....**........\n....**........\n..............\n..............\n..............\n.....*........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n....**........\n....**........\n..............\n..............\n..............\n.....*........\n....***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.*....*....\n.*...*.....\n.*.**......\n...........\n.......*...\n...........\n..**.*.....\n..**.......\n....**.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n**..**.....\n..*.*......\n...........\n...........\n...........\n..***......\n..*..*.....\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n...........\n**..**.....\n..*.*......\n...........\n...........\n...........\n..***......\n..*..*.....\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n........\n.....**.\n....**..\n....***.\n........\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n....***.\n....*.*.\n......*.\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n....**..\n....***.\n....*.*.\n......**\n.....***\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n.*...\n.*...\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n***..\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*..*.\n***..\n*....\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n***....\n....*..\n*****..\n...*...\n.*****.\n***.**.\n**.....\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.**...\n*......\n.*.***.\n*...**.\n....***\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n**.....\n*......\n.*.***.\n*...**.\n*...**.\n....**.\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n.*..\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n*.**\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n.....\n*.*.*\n*****\n*****\n.....\n.**..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.....\n.*.*.\n.....\n*.**.\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n*****\n*****\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n*...\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n*.**\n....\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*...\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.***\n*.***\n*****\n***.*\n*****\n*****\n*.***\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n.......*\n........\n........\n*.......\n..*.....\n.*......\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..**..\n......\n.**..*\n***.**\n*....*\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n.*.*..\n*.****\n*.****\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n.***..\n.*.*..\n..****\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n*..**......*\n*..........*\n............\n............\n............\n............\n.........***\n............\n..........**\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n..........*.\n..........*.\n.........*..\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n*..........*\n*..........*\n............\n............\n............\n..........*.\n..........*.\n.........*..\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...**.\n..........\n.....*....\n.*...**...\n.......*.*\n*.........\n...*..*...\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....**...\n.......*..\n.....**...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..........\n.....**...\n.......*..\n.....**...\n..........\n..........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n...**....\n....**...\n..**.*...\n....*....\n.........\n.........\n*.......*\n.........\n.......*.\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n..*..*...\n...*.*...\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n...***...\n..*..*...\n...*.*...\n...**....\n.........\n.........\n.........\n........*\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..**....\n..*.*........\n..*.**.......\n....*.**.***.\n.*..**.**..**\n.*...**.**..*\n.....**.*.***\n.*.....***.*.\n.*..****...*.\n..*...*.**.*.\n..*****.....*\n```\n\n\n## Output without wrap\n\n```\n.**..........\n..*.*........\n....*.*...*..\n.......*.****\n....*.......*\n.............\n.....*......*\n....*....*...\n.**..*.....**\n.**.....*.***\n..******.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.....\n..*.*........\n....*.*...*..\n.......*.****\n....*.......*\n.............\n.....*......*\n*...*....*...\n.**..*.....**\n.**.....*.***\n*...*.*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**....*\n***.***.**\n**.*.*....\n.**.***..*\n..*...**..\n..**...**.\n..........\n...**.....\n..........\n```\n\n\n## Output without wrap\n\n```\n.......***\n..........\n......*..*\n.......*..\n....***.*.\n..*.**.*..\n..*....*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.*\n........**\n......*.*.\n.......**.\n....***.*.\n..*.**.*..\n..*....*..\n.*.*......\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**......\n..****...\n...*.....\n.........\n.........\n.........\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.....\n.*..*....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n.*..*....\n.*..*....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n***.\n****\n.***\n**..\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n....\n....\n...*\n....\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*......\n**......\n*.......\n*......*\n........\n...**...\n.....*..\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n*.......\n........\n........\n....*...\n...*.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n**......\n........\n*......*\n........\n....*...\n...*.*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*..\n*......**..\n*.......*..\n```\n\n\n## Output without wrap\n\n```\n.......**..\n**.....***.\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......***\n**.....****\n**......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*...**\n......\n**.**.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n**.*.*\n.....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.*.*.\n.*.*..\n...***\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*...\n***..**.\n***.***.\n......*.\n*.**.*.*\n....**..\n***.**.*\n.*......\n*.***...\n*.**.***\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n.*.*..**\n.**...*.\n........\n*.....*.\n*******.\n*.*.....\n....*...\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n....**..\n...*....\n..*.....\n........\n**.....*\n********\n..*.....\n....*...\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n***\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n***....*\n..******\n.*******\n.****.*.\n**.*..**\n********\n*****.**\n******.*\n*..****.\n*.**..**\n**..***.\n```\n\n\n## Output without wrap\n\n```\n*..*****\n*.......\n*.......\n........\n........\n........\n........\n........\n.......*\n*.......\n*.*....*\n********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n..*.....\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.***..\n..**..\n.*....\n.***..\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n..*...\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n...**.\n..*...\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n***..\n*..*.\n.....\n.*.*.\n.....\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n*.*..\n..*..\n.....\n..*..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.**.\n*.*.*\n..*.*\n.....\n..*..\n**...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n.*......\n..*.....\n.*......\n****....\n*.**....\n```\n\n\n## Output without wrap\n\n```\n**......\n***.....\n.**.....\n*..*....\n*..*....\n*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n***.....\n.**.....\n*..*....\n*..*....\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.**..\n**...\n*.*.*\n*.*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n*..*.\n*.**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.**..\n....*\n..*..\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n..*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n..*\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.*..\n*.....*...\n.......**.\n..........\n..........\n.....*....\n*...**...*\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.....*....\n......**..\n..........\n..........\n....**....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..*.\n*....*****\n......***.\n..........\n..........\n..........\n**..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.*\n********\n****.**.\n*.******\n***..***\n**.***.*\n********\n```\n\n\n## Output without wrap\n\n```\n*....*.*\n.......*\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...**.*...\n....*..*****.*\n**..***..*...*\n**......***..*\n*...*.*.*...**\n.*.....**..***\n...***.*....**\n*...***.***..*\n.*.*.**.*.*...\n*..****.*...*.\n*..*.....**.*.\n..**..*.......\n.****..*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**......***.\n***.*.*.......\n***.*.**..**.*\n**..*.**.****.\n.......*..**..\n.........***..\n..**......*...\n............*.\n*..*....*.....\n...*..*.*.....\n***...*....**.\n.......***.**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**..****\n..***.*....***\n***.*.**..**..\n....*.**.***..\n.......*..**..\n.........***..\n..**......*..*\n*...........**\n...*....*.....\n*..*..*.*.....\n.**...*....*..\n**...*.....***\n.*...***.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n****\n.***\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.*.\n*..*..****\n......***.\n.....*.*.*\n....***...\n*..***.*..\n***....*..\n***...**.*\n..*...*.*.\n.*....*...\n```\n\n\n## Output without wrap\n\n```\n.**...*.**\n.**..*...*\n.....*....\n....*.....\n...*...**.\n*.**...*..\n....**.*..\n*..*..*...\n*.*..**.*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.*.\n***..*....\n*....*....\n....*.....\n...*...**.\n*.**...*..\n....**.*..\n...*..*..*\n..*..**.**\n.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.**\n..**.....\n*.*..**..\n..*..*...\n.**.***.*\n*****....\n**....**.\n*.*......\n**......*\n.*.......\n.*..*....\n****....*\n*.*.*.*.*\n*.***....\n```\n\n\n## Output without wrap\n\n```\n..***....\n.....*.*.\n..*.***..\n..*....*.\n*.....*..\n....*....\n.........\n..*....*.\n*.*......\n.**......\n...*.....\n*...**.*.\n*...**.*.\n..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.....*.**\n..*.***..\n*.*....*.\n......*..\n....*....\n.........\n..*....*.\n..*.....*\n.**......\n...*.....\n....**.**\n....**.*.\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..\n**.....*.\n*.***.***\n.***.**.*\n**...**..\n```\n\n\n## Output without wrap\n\n```\n**.......\n...*.*..*\n*...*...*\n........*\n**..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..***.\n...*.*...\n....*....\n.........\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*\n**.....\n.......\n.......\n.......\n...****\n......*\n.......\n**....*\n..*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.*....\n.*.....\n.......\n....*.*\n...*..*\n....*.*\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.****\n*.*..**\n.......\n.......\n....*.*\n...*..*\n*...*.*\n.......\n***..**\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.**.\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n..*.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*...**.\n..***..*.***\n.**.*..*.*..\n.......*.**.\n.*.**.*.**..\n.*.......*..\n*..*..*....*\n.*.**..**...\n```\n\n\n## Output without wrap\n\n```\n..........*.\n..*****.*..*\n.****.....**\n.*..*...*...\n*.*.......*.\n*....*...*..\n*...........\n.**.*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*..\n..*.*.....*.\n.****.....**\n**..*...*...\n.**.......*.\n**...*...*..\n.*..........\n...*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*...*\n*****\n....*\n.*.**\n**.**\n**.*.\n....*\n***.*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n*****\n.....\n***.*\n*....\n**...\n.....\n**.*.\n....*\n***.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.....\n.*...\n.....\n.*.*.\n.....\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n..***\n...**\n.....\n.....\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n..*..\n..*.*\n.....\n.....\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*....\n*.*..\n..*.*\n.....\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n....**..\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n....*.*.\n....*.*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....*..\n....*.*.\n....*.*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.....\n*....\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n...**\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***...*.\n*.*......*.*\n..*.......**\n..........*.\n.**.........\n............\n........*...\n...*.**.....\n...*........\n......**....\n.....***....\n............\n....*..*....\n.....*.*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.*....*.\n..*..*...*.*\n.*.......*.*\n.**.......**\n............\n............\n............\n....*.......\n....**.*....\n.....*.*....\n.....*.*....\n.....*.*....\n......*.....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****...**\n*.*..*...*..\n**.......*..\n.**.......**\n............\n............\n............\n....*.......\n....**.*....\n.....*.*....\n.....*.*....\n.....*.*....\n......*.....\n...*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n....\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.....*..\n........\n....*...\n......*.\n.....*..\n...*....\n........\n......*.\n......**\n*.......\n.....*..\n..*.*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n.....*..\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n*....*..\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...***..\n.....*........\n.....*...*....\n....**....*...\n```\n\n\n## Output without wrap\n\n```\n....***.......\n..............\n..............\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*.*..\n.......*.*....\n.......*......\n......**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n....*\n..*..\n.....\n...*.\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n..*..\n.....\n.....\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n..*.*\n.....\n.....\n.....\n..***\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n..*\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*...\n*..*\n****\n*..*\n...*\n....\n....\n*..*\n****\n.**.\n..**\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.*.\n****\n....\n....\n....\n....\n....\n**..\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n***.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n....*\n.....\n*....\n...**\n..***\n..**.\n...*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*...*\n*..*.\n.....\n.....\n.....\n.....\n***..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.\n.**.*..*\n.**.*.*.\n*..**.*.\n*...****\n..*..*.*\n****.**.\n*.***.*.\n..*..*.*\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n...****.\n.*..*..*\n.*.*.***\n*.....**\n*.*.....\n*.....**\n*.....**\n.*....*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*****\n...**..*\n...*.*.*\n*......*\n*.*.....\n*.......\n.*......\n*.......\n**....**\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*********.*\n.**..**.*..***\n***.*****.***.\n*****.****.***\n.***.**.***..*\n****.**.******\n*.************\n*.***********.\n*****.*.******\n**..**********\n***.**********\n```\n\n\n## Output without wrap\n\n```\n.****...****.*\n.............*\n..............\n.............*\n..............\n*.............\n*.............\n*.............\n..............\n..............\n*.***........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..*...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..*.......\n....*.....\n..........\n......**..\n....*..*..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n......**..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n......**..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*...\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n.........*\n........*.\n..........\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.......\n**.*........\n.**..**.***.\n...*.**.****\n....*.......\n...*........\n............\n........***.\n........*.*.\n............\n............\n....*.......\n```\n\n\n## Output without wrap\n\n```\n*****.......\n...*.**.....\n**.*.**.***.\n.*....*.*..*\n..****...**.\n....*....**.\n.........*..\n........*.*.\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*......\n*..*.**.....\n**.*.**.**..\n......*.*.*.\n..****...**.\n....*....**.\n.........*..\n........*.*.\n............\n............\n............\n..***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........**.\n.*..**....*...\n.***.*...***..\n....*.*.*..**.\n....****.....*\n..**...*.....*\n**.*...*......\n....*.**.*....\n....***....*..\n.*..*......*.*\n```\n\n\n## Output without wrap\n\n```\n...........*..\n**.***...*..*.\n.***..*..*..*.\n..*.....**.**.\n....*...*....*\n.***.*.**.....\n.*.**..*......\n...**..**.....\n...**.**..*.*.\n....*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**....***.\n**.***...*..*.\n.***..*..*..*.\n..*.....**.**.\n....*...*....*\n.***.*.**....*\n**.**..*......\n...**..**.....\n...**.**..*.*.\n*...*.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*\n...****\n*.*..**\n***....\n****.**\n```\n\n\n## Output without wrap\n\n```\n..***..\n..*.**.\n..*....\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..**...\n..*....\n....**.\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n....*.....**\n............\n*.....*..*..\n*.........*.\n.....**.....\n............\n............\n*...........\n*..........*\n..****.....*\n...*.**.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..........*.\n............\n.....**.....\n............\n............\n............\n............\n.*.**.......\n..**.**.....\n..**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......\n............\n..........**\n...........*\n.....**....*\n............\n............\n............\n*..........*\n**.**......*\n*.**.**....*\n..**.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.**.\n.***\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n...*\n**.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n*.***.\n.**..*\n*.***.\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n.*.*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.....\n.*.....*..\n*..*..**.*\n.*...*.*..\n```\n\n\n## Output without wrap\n\n```\n.**.......\n**.*..***.\n***....*..\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*...\n.*.*..***.\n***....*..\n.*.***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...*.*\n.*....*...*\n*..........\n...*.**....\n```\n\n\n## Output without wrap\n\n```\n.*.*.......\n.*.**......\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.**.\n.......***.\n*....**...*\n..*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*\n.*......*\n**.*...*.\n...*....*\n..**..**.\n....**...\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.....**\n**.....**\n.*.**.*.*\n..**.***.\n....*..*.\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.*.....**\n.*.....*.\n**.**.*.*\n..**.***.\n....*..*.\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*...\n.*..*...**\n*......**.\n.*****..*.\n...**...*.\n.***.**.**\n*.**..*..*\n.*....**..\n.***..**.*\n..***.*.**\n..**.*.*.*\n*..***.***\n..**.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..*..*..*.\n*....*.*..\n.*...*..**\n.**...*...\n....***.**\n**..*.*.**\n**.*.*....\n..........\n..........\n........*.\n.*..**.*.*\n..*.**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n...*.*....\n.....*.*..\n**...*..*.\n*.*...*.*.\n*...***.*.\n*...*.*.**\n...*.*..**\n........**\n..........\n.*........\n*.........\n...*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n**.*.\n.*...\n..*..\n....*\n*.*..\n**.**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n**...\n***..\n.***.\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**.*\n.*..*\n***..\n..*..\n*..**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..*....\n*...*.......\n*...*.......\n*....****..*\n*.*..**.*.*.\n*.***..*..**\n.**....*..*.\n.**...***...\n```\n\n\n## Output without wrap\n\n```\n............\n**.***......\n**..*.**....\n*...*...**..\n*.*.....*.*.\n*...**.**.**\n*........***\n.**...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.****...\n**.***.....*\n**..*.**....\n*...*...**..\n..*.....*.*.\n*...**.**.*.\n.........**.\n*.**..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..**\n**..****.*\n...*****.*\n*..*****..\n.*..*.***.\n```\n\n\n## Output without wrap\n\n```\n........**\n..*......*\n..**......\n..*.......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n*.........\n..**.....*\n..**.....*\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***\n*......\n....*..\n*.***.*\n.*.**..\n....*.*\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*..\n.*..**.\n.**....\n.*.....\n.......\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*...*..\n**..***\n***....\n.*....*\n.......\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*\n*.*....\n..*...*\n```\n\n\n## Output without wrap\n\n```\n..*....\n.**....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....**.\n....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.***.\n...*.*...*.*\n***.........\n.*..........\n........*...\n*..***.***..\n```\n\n\n## Output without wrap\n\n```\n.***.**.***.\n...*.**.**..\n***.........\n***.........\n....*..***..\n....*..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........\n...*.**.**.*\n***.........\n***.........\n....*..***..\n*..*.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..*\n.......*.\n..*.....*\n....***..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.....*.**\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n....*....\n*...*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n....*\n....*\n**..*\n..***\n***..\n*...*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...**\n.**.*\n....*\n*.*.*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n...**\n.**..\n.....\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n......\n...*..\n..**..\n...*..\n.*..**\n*.***.\n.....*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n..***.\n...*..\n.*...*\n.***..\n*.***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n......\n..**..\n..***.\n...*..\n**...*\n****..\n..****\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n..........\n....*....*\n..*....**.\n..........\n*..*.*....\n*..***..*.\n..........\n*........*\n..***....*\n.....*....\n...*.*....\n........**\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......***\n..........\n..........\n..........\n...*.*....\n...**.....\n...*......\n..***.....\n.....*....\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.......***\n.......***\n..........\n..........\n..........\n*..*.*...*\n*..**.....\n.*.*......\n*****....*\n.....*....\n..........\n*.......**\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.***\n**..*.*.\n***.**.*\n..****.*\n```\n\n\n## Output without wrap\n\n```\n.******.\n*.****.*\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.**.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.**\n.*..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..**..\n......\n......\n......\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n......\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n**.\n.*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.....\n.....**.**..*\n*.*..*......*\n....***......\n.**..*....*..\n***....***...\n.*..*........\n***.****..*.*\n......***..*.\n```\n\n\n## Output without wrap\n\n```\n.....****....\n.....*..*....\n...*****.....\n.**...*......\n.....***.*...\n.**..*.*..*..\n*...*....**..\n*****...***..\n**.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**.*.\n*.......*...*\n...*****.....\n*.*...*......\n*....***.*..*\n***..*.*..*.*\n....*....***.\n..***...***..\n...*....****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n.**.**.\n.*...*.\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n...***.\n.*****.\n.*....*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n.......\n.......\n.......\n.......\n...***.\n.*****.\n.*....*\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n**.*\n***.\n.*..\n**..\n..**\n....\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n***.\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n....\n..**\n....\n....\n....\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*\n..........\n..........\n.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***....*.\n*......*.*.**\n.**....*.*.*.\n******.*.*..*\n*.**.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.....**...***\n*....*.*...**\n....*..*.*.*.\n*...*.*..*.**\n*.......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..****.*..*.\n*....*.*...*.\n....*..*.*.*.\n....*.*..*.*.\n........*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n*.*.....\n*.......\n.*....**\n*.*.*...\n*.*.*.*.\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n........\n*.......\n*.......\n**......\n*.*...**\n*.*..*..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*\n*......*\n*.......\n.*.....*\n*.*...*.\n*.*..*..\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...*.*.\n.***..***.****\n**.**...*****.\n**.**.****.**.\n*..****....***\n*...**...***.*\n**.*.***.*....\n**..***...*.**\n**.**..*.*****\n*.*.*****.**.*\n.*.*...**.****\n**..***.....**\n```\n\n\n## Output without wrap\n\n```\n..*..**..**.**\n**.*..*.*....*\n..............\n......*.......\n*.*..........*\n*.*....***.*.*\n..**...***...*\n.............*\n..............\n*....*........\n...*....*.*...\n***.****.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....**...\n.*.*..*.*.....\n..............\n......*.......\n..*...........\n..*....***.*..\n..**...***....\n..............\n..............\n.....*........\n...*....*.*...\n.**.*....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.***\n*...\n***.\n.***\n**..\n..**\n*.*.\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n**.*\n..**\n....\n.***\n..**\n..*.\n.**.\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.***\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n*..*.*\n....**\n****..\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*.*.*\n*....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n**.*.*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.**..****\n.......**\n.**.*..**\n..*......\n..*.**...\n.**...**.\n```\n\n\n## Output without wrap\n\n```\n.......**\n.........\n...*.*...\n.***...**\n..*.**...\n..*..**..\n.***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...\n*........\n...*.*...\n****...**\n..*.**...\n..*..**..\n.***.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n*.*\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n....**..\n*.****..\n..*.**.*\n....**.*\n.....*.*\n........\n........\n...*....\n.....*..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n.**.....\n.*.*....\n..***...\n....*...\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n..*.....\n...*...*\n..***.**\n....*...\n........\n........\n........\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*..\n.....*..*...\n.....*..**..\n```\n\n\n## Output without wrap\n\n```\n.....*......\n.....*.***..\n.....*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*..\n...*....*...\n...*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*......\n.**.**.......\n...*.*.......\n.**.....*....\n..*....**....\n......*......\n......***....\n..........**.\n.........***.\n........***..\n........*....\n```\n\n\n## Output without wrap\n\n```\n.**.*........\n.*....*......\n...*.*.......\n.***...**....\n.**....**....\n......*......\n......**.....\n.......**..*.\n........*....\n........*..*.\n........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*........\n.*....*......\n...*.*.......\n.***...**....\n.**....**....\n......*......\n......**.....\n.......**..*.\n........*....\n........*..*.\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*.*..\n.....\n.....\n.....\n*..*.\n..**.\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n.*...\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n.***.\n.*...\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n..*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n****\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*...*\n.....*\n...**.\n.*....\n.**...\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n.*.**.\n*..*..\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n*...**\n.*.**.\n*..*..\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n..***...\n..*.....\n***..*..\n**.***..\n*.....*.\n**....**\n.*.....*\n**...**.\n....***.\n```\n\n\n## Output without wrap\n\n```\n..**....\n..*.*...\n...***..\n...*..*.\n...*...*\n.**.*...\n.***....\n..*..*.*\n.*.**..*\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.....*..\n...***..\n...*..*.\n...*..**\n..*.*.**\n.***..*.\n*.*..*..\n**......\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n*.*..\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*.\n**....**.\n*....****\n```\n\n\n## Output without wrap\n\n```\n**.....*.\n**.......\n**...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n.*.......\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n*.....*.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n*.*\n.**\n*..\n**.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n*..\n..*\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n.*..\n...*\n....\n.*..\n..*.\n...*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...**.\n......\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...**...*\n.*.*.*..***...\n.**..****.....\n.****....**.**\n*.........*.*.\n.***..........\n..............\n.....*.**.*...\n....*......*..\n....*......*..\n....*......*.*\n```\n\n\n## Output without wrap\n\n```\n...**...*.*...\n**.*.*....*...\n*....***...*..\n*..********.**\n*...*....**.**\n.**...........\n..*...........\n..............\n....**....**..\n...***....**..\n............*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..*...*.\n.*.*.*....*...\n.....***...*..\n...********.**\n*...*....**.*.\n.**...........\n..*...........\n..............\n....**....**..\n...***....**..\n*...**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***\n.*.**.*\n..*...*\n.*..***\n.***.**\n...***.\n.*...**\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n...*...\n.*....*\n****...\n**.....\n**.....\n**.....\n**.**.*\n.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.\n.**...*\n.***...\n.*.....\n**.....\n.*.....\n.......\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*.\n**....**\n.*...*.*\n*...*.**\n**..*.**\n..*.*..*\n.*.*****\n..**..*.\n....*...\n...**...\n.......*\n....*.*.\n........\n```\n\n\n## Output without wrap\n\n```\n.*....**\n*.*..*.*\n.*..***.\n*...**..\n*..*....\n*.*.....\n.**...**\n.***.***\n..*.***.\n..*.....\n...*.*..\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.**..**.\n....**..\n....**..\n...*....\n..*.....\n***...**\n..**.***\n..*.***.\n..*.....\n...*.*..\n.....**.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.*\n....*..*\n......*.\n*....*..\n..**.**.\n*.......\n.**..**.\n```\n\n\n## Output without wrap\n\n```\n....***.\n....*..*\n.....**.\n....**..\n.*..***.\n...**...\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..*\n....*..*\n.....***\n....**.*\n.*..****\n...**..*\n..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*..*.\n.****..\n.*...*.\n*.*...*\n.***...\n*......\n.......\n..*.*.*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.**.**.\n**.....\n***..*.\n*.**...\n*..*...\n.***...\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.**.**.\n**....*\n..*....\n*.**...\n...*..*\n.***...\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*...**\n.....*....*.\n.***.**.*...\n...*.....*.*\n```\n\n\n## Output without wrap\n\n```\n.........*.*\n..**....*...\n..**.**.**.*\n..****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.*.*..\n............\n..*..*......\n.*.....*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n......\n......\n.*....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*...\n...**\n....*\n.**.*\n.*...\n...**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n...**\n..*.*\n.***.\n.*..*\n.****\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.**.*\n*..**\n..*.*\n.***.\n.*..*\n.****\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....*.\n.......\n*.....*\n**...**\n*....*.\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**...**\n**...**\n**...*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n......*\n.*...*.\n.*...*.\n.*...*.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n***.*\n***.*\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n....*\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n*.....\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n*..*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n*...\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..*.\n....\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.**\n****\n*..*\n****\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*.....\n.*....\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..*.*....\n..*..*...\n...*..***\n*..*..*..\n*...****.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n..*.****.\n..******.\n...*....*\n....****.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n..*.****.\n..*******\n*..*.....\n....*****\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n...*\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*...\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****\n.*.***.\n*.*.***\n*******\n**..***\n*..**.*\n*.***.*\n*.*.***\n*.**..*\n*.....*\n***.*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n.*.....\n*....**\n*.*...*\n*..*..*\n*.***.*\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n...*...\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n..***...\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*...\n...*....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.*...\n...*....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*.**\n****\n****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*.*\n....\n....\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n.*..\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.....*....\n.**.**.***....\n.***....*.....\n*......*.....*\n.*.....*....*.\n*......*...*..\n*.*.*.**.*....\n***.......*...\n.*..**....*..*\n******..*....*\n.**......**..*\n*.**.....*...*\n...*.....**...\n...**.........\n```\n\n\n## Output without wrap\n\n```\n**.**....*....\n....*..*.*....\n*..**.*..*....\n*......**.....\n**....***...*.\n*......*......\n*.**..***.*...\n*.*.*.*..**...\n.....*...*....\n*....*....*.**\n........***.**\n...*....*.....\n.........**...\n...**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*...*....\n....*..*.*....\n...**.*..*....\n*......**....*\n.*....***...*.\n*......*.....*\n*.**..***.*..*\n..*.*.*..**..*\n.....*...*...*\n.....*....*.**\n........***.*.\n*..*....*....*\n.........**...\n...**....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n*..*..\n*.***.\n*....*\n******\n*.*.*.\n*..***\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n*..***\n*.*..*\n*.....\n*.**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n.*.*.*\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n..**.....\n****....*\n**...****\n......*.*\n...**.**.\n****.**.*\n*..**...*\n*........\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*........\n*..**.*.*\n*....**.*\n....*...*\n.*.**...*\n**....*.*\n*..***.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n.........\n...**.*..\n.....**..\n....*....\n.*.**....\n.*....*..\n...***.*.\n*.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n....\n....\n....\n*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n....*\n..***\n.....\n..*..\n...*.\n.**..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n...*.\n..*..\n.*.*.\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n...*.\n..*..\n.*.*.\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.\n...*.*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n..***..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n*..*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n*.****..\n**......\n*.*.....\n.*******\n.......*\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..*...*.\n.**...*.\n*.......\n*.*....*\n.*.....*\n.*.....*\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n***.....\n**......\n.**.....\n.*......\n*......*\n...**...\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n.....\n.....\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n..*..\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..**.\n..*..\n.....\n.**..\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n...**.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*.*.\n..*...\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*.*.\n..*...\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*.\n......****.\n...**......\n.....*.**..\n****.*.....\n...**.....*\n..***.....*\n*.*.......*\n.**.......*\n.*...*.*..*\n**.*.*.*.*.\n*..*.*.....\n****.....**\n.......*.*.\n```\n\n\n## Output without wrap\n\n```\n......**.*.\n......**.*.\n....**...*.\n.*...**....\n.***.**....\n.....*.....\n.**.*....**\n.........**\n*.*......**\n....*...***\n**...*..*..\n...*..*.***\n*****...***\n.**.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**\n......**.*.\n....**...*.\n.*...**....\n****.**....\n.....*....*\n.**.*....**\n.........**\n..*......**\n....*...***\n.*...*..*..\n...*..*.**.\n*****...**.\n***......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n..*...\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.**.\n.**....*.\n*.*....**\n.....*.*.\n......*.*\n```\n\n\n## Output without wrap\n\n```\n**.*..**.\n.........\n..*....**\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**..\n.........\n*.*....*.\n*........\n*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****....\n*......*\n***.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n***.....\n...*....\n*.*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*\n...*...*\n*.*....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..........\n.*...*........\n.**.**........\n.*...*........\n.*...***......\n..**.*........\n...****.......\n```\n\n\n## Output without wrap\n\n```\n.**...........\n*....*........\n***.***.......\n**............\n.*...*........\n..**...*......\n..**.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*.......\n*....*........\n***.***.......\n**............\n.*...*........\n..**...*......\n.*...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n.*...*..*\n..*.**...\n.....*.**\n...**.**.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n....*.**.\n....*...*\n.........\n.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*.\n.*.*.....\n.*..*....\n*......*.\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n..*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n***..\n..**.\n.....\n..*..\n*..**\n```\n\n\n## Output without wrap\n\n```\n*....\n*.**.\n..**.\n..**.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.***\n..**.\n..**.\n...**\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n*.....\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n*.....\n.*...*\n.*...*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*......*\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n.*..\n..*.\n....\n****\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n....\n...*\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n....\n....\n*...\n****\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..**\n****.*.**\n*.*.*.***\n.*.***.**\n.*.******\n.****.*.*\n...*.*.*.\n***..*.**\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.....***.\n**.......\n.........\n..*......\n.*.......\n*.*....**\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.........\n.........\n.........\n.**......\n*........\n.........\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n...****\n...*...\n...*.**\n...**.*\n*..***.\n...*..*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.*..***\n.*..***\n.**...*\n..**.**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****\n..*....\n.*..***\n....*.*\n*.*....\n*.**...\n..**.**\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**...*\n*....*\n.....*\n......\n...*..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**..**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.*...*\n.*..*.\n*....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n..*\n.**\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.\n.**..*.*\n***.....\n..**....\n*.***..*\n....****\n```\n\n\n## Output without wrap\n\n```\n.*...**.\n..**.**.\n*.......\n*...*...\n.**....*\n....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**...\n..**.***\n*.......\n....*..*\n***....*\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*....\n......\n.**.*.\n**.**.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n***.*.\n*.....\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n......\n.**...\n***.**\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n***...\n..*...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n.*...**.\n.*...*..\n.*..*...\n.**.....\n...*....\n```\n\n\n## Output without wrap\n\n```\n....***.\n..*...*.\n***.***.\n**......\n.***....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.\n..*...*.\n***.***.\n**......\n.***....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.***\n..*.\n...*\n*..*\n*.**\n.***\n...*\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n.*.*\n.*.*\n.*.*\n***.\n....\n....\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n..**\n****\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*...*.*\n.*..*..\n.....*.\n.*...**\n...*.*.\n...*.*.\n...*.*.\n**.***.\n**..*..\n..*****\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n....*..\n....***\n.....**\n..*..*.\n..**.**\n...*.**\n**.*.*.\n*.....*\n.*****.\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*....*.\n*...*.*\n*...***\n.....**\n..*..*.\n..**.**\n...*.*.\n**.*.*.\n.......\n*******\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*..**.\n.*.**.\n**..**\n```\n\n\n## Output without wrap\n\n```\n.****.\n*****.\n.....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n***...\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........***..\n.........***..\n.........***..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..............\n........**.**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***.***\n.......***.***\n.......***.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n**..***\n*....*.\n..***.*\n.....**\n.......\n.......\n.......\n.*.....\n..*....\n```\n\n\n## Output without wrap\n\n```\n**...*.\n..*..*.\n*.*.*..\n..*...*\n...*..*\n....**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.**.*..\n..*...*\n...*.**\n....**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n.....*\n.*..**\n*...**\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*..\n*..*.*...\n.******..\n.....*.*.\n.....***.\n.....**.*\n......***\n*........\n*....*...\n........*\n.......*.\n*****..*.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*........\n.***.....\n..**...*.\n....*...*\n........*\n.....**.*\n......**.\n.........\n.........\n.***...**\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**..\n*........\n.***.....\n..**...*.\n....*...*\n........*\n*....**.*\n*.....**.\n*.......*\n........*\n****...*.\n*.**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.**.....\n..***.**..*..*\n***.*.**..*.*.\n.....***.*.*..\n**...*****...*\n.*....*.**....\n.**....*......\n.....*.*****..\n....*..*......\n.*.......*....\n...*..........\n......*.......\n...**..***....\n```\n\n\n## Output without wrap\n\n```\n.*...*.**.....\n*........*.*..\n.**.*....**.*.\n..*.*....*.**.\n**............\n.....*...*....\n.**...........\n.......*.**...\n......**......\n..............\n..............\n...**..**.....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*............\n.........*.*.*\n***.*....**.**\n..*.*....*.**.\n**............\n.....*...*....\n.**...........\n.......*.**...\n......**......\n..............\n..............\n...**..**.....\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.**...\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.*.*..\n....*.\n**..**\n....*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..***.\n******\n...***\n******\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..***.\n.****.\n*..**.\n.****.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.......*.\n.....***......\n*....**.......\n*...*.****...*\n*...**.**....*\n......**....**\n...*..**..***.\n..***.**..**..\n****.....*.*..\n*............*\n....*.......**\n```\n\n\n## Output without wrap\n\n```\n....***.......\n.......*......\n....*.........\n**..*....*....\n....*....*...*\n....*........*\n..***...*.*..*\n....******....\n*...*......**.\n*.**.........*\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.....**\n.......*......\n*...*........*\n.*..*....*....\n....*....*....\n*...*.........\n..***...*.*..*\n....******....\n*...*......***\n..**..........\n*..**.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....\n****.*...*\n....*****.\n*.***.*...\n*...*.*...\n****...***\n```\n\n\n## Output without wrap\n\n```\n.*........\n***...***.\n*.*....**.\n**......*.\n*..*....*.\n****...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n**.......*\n..*....*..\n.........*\n..*..**...\n**......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.**...\n.*.....***..\n*.**....**..\n**.**..*.*..\n.**.*****...\n..**.*......\n*****.***..*\n*..**..*****\n...*....**..\n.****.**....\n**.*****....\n```\n\n\n## Output without wrap\n\n```\n.**...**.*..\n*..*..*.....\n*..**.....*.\n*........*..\n*......**...\n*...........\n*.....*....*\n*....**....*\n.*...**.....\n**..........\n**.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...*..\n*..*..*.....\n*..**.....*.\n*........*..\n*......**...\n............\n......*.....\n.....**.....\n**...**....*\n**..........\n*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....**..\n...*.........\n.............\n.............\n.............\n.......*.....\n.......*.....\n.............\n.........*...\n........*....\n.............\n...*.........\n.........**..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n**..**\n*.....\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......***.\n..*.*..***.\n...*...**..\n.**...*.**.\n...........\n.*.*.*.*...\n.*..*.*.**.\n.*..*.*.***\n*...**.**.*\n**..*..*...\n..**.......\n**....**...\n.**......*.\n...*......*\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n...*..*....\n.*.*..*....\n..*.....**.\n.*....***..\n..*.*****..\n**.**.*...*\n**.**.*...*\n*..**.....*\n***.*****..\n..**..**...\n*..*.......\n***........\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*...\n...*..*...*\n.*.*..*....\n..*.....**.\n.*....***..\n..*.*****..\n.*.**.*...*\n.*.**.*....\n...**......\n***.*****.*\n..**..**...\n*..*.......\n.**.......*\n***.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n*...**...\n*....*.*.\n**.....*.\n.....*...\n..**.*..*\n*.*..**..\n*...**...\n..****...\n```\n\n\n## Output without wrap\n\n```\n....***..\n.........\n**..***..\n*.***....\n....**...\n....***..\n.........\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n....*....\n**..***.*\n..***....\n....**..*\n....***..\n*........\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.....\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n*.**.*\n******\n**.*.*\n*....*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*..**\n.....*\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*..\n....\n*...\n.**.\n*..*\n**..\n*.*.\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n.*..\n***.\n*...\n*.*.\n*.*.\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n.*..\n.**.\n...*\n..*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n**...\n*....\n.*...\n***.*\n.**.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*..**\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n.**.*...\n....*...\n.**...*.\n..*...**\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.**...\n...*.*..\n.*.***.*\n.*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n.**.**..\n*..*.*..\n**.*...*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n...*..\n*...**\n**.*.*\n....*.\n....**\n*...**\n.....*\n......\n**.***\n......\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.****.\n*..*.*\n*..*..\n...*..\n......\n....*.\n....**\n.....*\n......\n..*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n......\n..***.\n**.*..\n.*.**.\n...**.\n......\n**..*.\n*....*\n......\n.....*\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n**...*\n.....*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.*.**\n*.*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n*.........\n.*........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.....**..\n...*..*.*\n****..*..\n*.*....**\n........*\n.....*...\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.....**..\n....*....\n.*.**.*..\n*..*..*.*\n*.**...**\n.......**\n.....**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n....*....\n**.**.*..\n...*..*..\n..**...*.\n*......**\n.....**..\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n...*.*\n...*.*\n.....*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n.....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n*.**.*\n*....*\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*..\n*...**.....\n..*....*.*.\n..*..*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n..*.**.....\n..*.**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*.\n.*.*..*....\n.*..**.*.*.\n**.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*....\n....***..\n....**...\n.....*...\n....*....\n...***...\n.*..*....\n..**..*..\n......**.\n*......**\n*........\n**.....**\n..*......\n..**.....\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*..*..\n.........\n.....*...\n...*.....\n...*.*...\n.........\n..**.***.\n......*.*\n......***\n*........\n**.......\n..**.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*....\n...*..*..\n.........\n.....*...\n...*.....\n...*.*...\n.........\n..**.***.\n......*..\n*.....**.\n.........\n**......*\n*.**....*\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n**.*\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n****\n..*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n....**...\n.........\n.........\n.........\n..*.*....\n..*..*...\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n....*....\n.........\n.........\n.........\n.........\n..*.*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n....\n**..\n....\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.*....\n....*.......\n*...*......*\n...****.....\n*..**..*....\n```\n\n\n## Output without wrap\n\n```\n....**......\n**.**.......\n............\n......*.....\n...*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.....\n.*.**......*\n............\n*.....*....*\n***....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n*.*\n***\n*.*\n***\n***\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....***\n.......\n....*.*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....***\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....***\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*....*\n......\n......\n*.....\n**....\n*.*...\n..**..\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n**....\n*.*...\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*..\n.....*\n......\n**...*\n..*..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n.**\n..*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.***\n***..\n..*..\n....*\n...**\n.....\n.....\n..*.*\n**...\n..*.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n*.**.\n*....\n..**.\n....*\n...**\n.....\n.....\n.*...\n.**..\n.***.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.***\n*....\n*.**.\n....*\n...**\n.....\n.....\n**...\n***.*\n*****\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*.\n...*....\n.*.*..*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*.**...\n...**...\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n.*.**...\n...**...\n.*.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...**\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n....**....\n****.....*\n*...*....*\n...**.....\n.*.*..*...\n```\n\n\n## Output without wrap\n\n```\n..........\n*.***.....\n*.**.*....\n*.........\n.**..*....\n..*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....\n*.........\n*.**.*....\n.........*\n***..*....\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n...**....\n....*...*\n***.....*\n**.......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..***....\n.**.*....\n*.*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..***....\n***.*....\n..*....**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..***\n***.****\n*.*.****\n```\n\n\n## Output without wrap\n\n```\n*.***..*\n........\n*.*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..**..\n*.*...\n......\n*..*..\n..***.\n****..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n.***..\n.*....\n..***.\n*...*.\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n..*...\n.***..\n.*....\n..***.\n*...**\n*.....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n*.**.*..*.\n*...**..*.\n.*..*.**..\n.*..*..**.\n*...*.*..*\n*...*.*..*\n.**.*..**.\n..........\n```\n\n\n## Output without wrap\n\n```\n......**..\n.*.*.*..*.\n*.*.....*.\n**.**.*...\n**.**...*.\n**.**.*..*\n*...*.*..*\n.*.*.*.**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n.*.*.*..*.\n*.*.....*.\n**.**.*..*\n.*.**...**\n.*.**.*...\n....*.*...\n**.*.*.***\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*.\n....*...\n.*..*...\n.**.****\n.....*.*\n.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***....\n*...**..\n.**.*.*.\n.****..*\n.*.*...*\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.***\n*...**..\n***.*.*.\n.****..*\n.*.*...*\n.*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n.....\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..*.*\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n.***...\n..*.**.\n..*..*.\n..*****\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*.*.*.\n.**.**.\n.**...*\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n.......\n.**.**.\n****.*.\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.****\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n....\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.**.\n***.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n...*\n***.\n***.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*.*.*.\n****..\n.....*\n.**..*\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*.*.**\n*.***.\n*..**.\n.**.**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*.*.\n*.***.\n...***\n.**.**\n.*..**\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*****\n**.***.*.**\n***.*.*****\n.*.*****...\n*.**.*****.\n.***...**.*\n*******..*.\n**.**.**.*.\n*..****.*..\n*****.*****\n.********..\n*******.***\n```\n\n\n## Output without wrap\n\n```\n.***.......\n.***.......\n...........\n.........**\n.........**\n..........*\n.........**\n.........*.\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n..........*\n..........*\n.........*.\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*..**\n.*....\n.*....\n......\n...***\n....*.\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n*.*...\n.*....\n...***\n...***\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.**...\n***...\n......\n...***\n...***\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*.\n...*..*.*\n....*...*\n.*.*.....\n.***.....\n.*..*....\n**.*.....\n```\n\n\n## Output without wrap\n\n```\n....*....\n..*..****\n.........\n**...*...\n**...*...\n....*....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.....***.\n.........\n.....*...\n**...*...\n.....*..*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n***.*\n.*...\n.....\n**.*.\n```\n\n\n## Output without wrap\n\n```\n***..\n*.*..\n***..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*..\n.**..\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.***\n.*..\n*.*.\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n*..*\n.***\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....*.\n......*\n.......\n..*....\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n****\n.**.\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*\n.*......*.\n..........\n*..*......\n..........\n....*.*...\n...*......\n..*....*..\n.*........\n..........\n..........\n*.*.......\n.....*....\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n.*.......*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n..*..\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n....\n****\n..**\n.*.*\n.*.*\n....\n....\n.*.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n....\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.****.\n***.******\n**.*.*.*.*\n***.*.****\n*********.\n```\n\n\n## Output without wrap\n\n```\n*.**.....*\n.........*\n..........\n.........*\n*...*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*****.\n*****.\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**.**\n**...\n*.**.\n.**..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n*...*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n...*.\n****.\n.*...\n...**\n..*.*\n..**.\n**.*.\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..*.\n...**\n*...*\n..*.*\n..*.*\n....*\n...**\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n.....\n.*.*.\n.....\n*.*.*\n..*..\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..........*\n*............*\n*............*\n**...........*\n.*.*.**.......\n..**....*..*..\n...*.**.*..*..\n..*....*....*.\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n*.*.........**\n..**..........\n*..**.........\n.....*........\n...****.......\n.....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........**.\n.*.........**.\n***.........**\n****..........\n**.**.........\n.....*........\n....***....**.\n********......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n.*..*.\n....*.\n..*...\n..****\n..***.\n```\n\n\n## Output without wrap\n\n```\n**....\n**.***\n...*..\n..*..*\n.*...*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n**.**.\n...*..\n..*..*\n.*...*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..**......\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..**......\n..**......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n..........\n..**......\n..**......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.*.*\n*..**\n..**.\n**...\n.*..*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*..*\n....*\n*.***\n**.*.\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n*....\n..**.\n**.**\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n.......*\n......**\n*...***.\n........\n.....*..\n*.....**\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n.......*\n.....*.*\n........\n......*.\n.....*..\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....***\n........\n......*.\n*.....*.\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...\n..**..*..\n.*..**...\n*.**.....\n...*....*\n...*....*\n.**.....*\n.....*...\n```\n\n\n## Output without wrap\n\n```\n..***....\n..**..*..\n.*..**...\n.***.....\n...**....\n...*...**\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**..\n..**..*..\n.*..**...\n****.....\n*..**...*\n...*...**\n*.*......\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.*.*.\n....*.\n.**...\n```\n\n\n## Output without wrap\n\n```\n...*..\n....**\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n....*.\n..*..*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.****\n.*..*\n.****\n*.*.*\n*.*.*\n.***.\n..**.\n***.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.**\n....*\n*....\n*...*\n*...*\n*...*\n....*\n*...*\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.**....\n...*.**.*....\n.********....\n.**.*..*.****\n........**...\n...*.*.*.*...\n*.*****.*.**.\n*......**..**\n*******......\n```\n\n\n## Output without wrap\n\n```\n........*....\n........***..\n.........*.*.\n.*..**......*\n.*....**..**.\n.....*.*..*.*\n.*.*..*.*...*\n*......***..*\n************.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...........\n**.......**..\n**.......*.*.\n*...**.......\n......**..***\n.....*.*..***\n.*.*..*.*..**\n.........*.*.\n***.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.**.**\n*.**..\n..*...\n*....*\n...*..\n...***\n*.*.**\n..***.\n*.**.*\n.....*\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*.*..\n....*.\n...*..\n..***.\n....*.\n.****.\n.**...\n......\n.**...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*..*..\n.*....\n**.*..\n******\n.*....\n*.**.*\n*.*...\n.....*\n***...\n..*..*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...*..\n...*.*\n...**.\n....*.\n***.*.\n*...**\n***...\n..**..\n......\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n...*.*\n.**.**\n**..*.\n....**\n*.*.*.\n..**..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n..**..\n...*.*\n.**.*.\n**..*.\n....*.\n*.*.*.\n..**..\n....*.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n**.**\n.*.**\n**.**\n```\n\n\n## Output without wrap\n\n```\n**..*\n*....\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n....*\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**.*.\n.*.**\n.*...\n.....\n.....\n.*...\n.*.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n***..\n**.*.\n.*.**\n..*..\n.....\n.....\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*.*.\n.*.**\n*.*..\n.....\n.....\n..*..\n**...\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n.*.\n*.*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n...\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n*.**..\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n...*..\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.*.*.\n.*.*.\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n....*\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.*...\n.....\n.**.*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n*.....*..\n*.....*..\n......***\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....*.*.\n.........\n.....*.*.\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n*....*..*\n*........\n.....*..*\n......***\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.**......\n....*..**\n.*...*...\n.*..*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.**..***.\n.....***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n........*\n..*..**..\n..*..***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.****\n.*.**\n***..\n*.**.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n**...\n...**\n*..**\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n**...\n.....\n.....\n.*.**\n**.*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n*****.\n*....*\n*...*.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.*..**\n..*.**\n*.*..*\n*.....\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*.*..\n.**.**\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n**..\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...**..**.\n......*...\n..........\n..........\n..........\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......***.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n**.*.\n**..*\n*...*\n*...*\n.*..*\n.*.*.\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n***..\n..***\n*..**\n**.**\n*****\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.**..\n..**.\n...*.\n.*.*.\n.****\n..***\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n***....\n***....\n..**...\n.***...\n.......\n...*...\n...**..\n...***.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n*.*....\n*......\n*......\n.*.*...\n...*...\n...**..\n..*..*.\n.......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.....\n*.*....\n*......\n*......\n.*.*...\n...*...\n...**..\n..*..*.\n.......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n.......***\n.........*\n**......**\n.**.***...\n***...*.*.\n*.....*...\n..........\n..........\n..........\n.......**.\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n.......*.*\n.......*..\n***..*..**\n...*.**.**\n*.**..*...\n*......*..\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.......*.*\n.......*..\n.**..*..**\n...*.**.*.\n*.**..*..*\n*......*.*\n..........\n..........\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***\n.......\n*.*....\n*..*...\n*.*.***\n.**....\n...*...\n*.*....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.*.*.\n*.*..*.\n*.....*\n.**..*.\n.......\n.*.*...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n**...**\n...*...\n*.*....\n.......\n..*....\n.....**\n**....*\n*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*..\n.*.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n..*\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....**\n....**\n*...**\n*...**\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n...*..\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*..*..\n...*..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n....**\n....*.\n****.*\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n...***\n.....*\n.**...\n.***..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n.....*\n.**...\n****.*\n**.*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**.*\n.**.\n..*.\n*.*.\n*.*.\n*...\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.*.*\n.*..\n.***\n.***\n*.*.\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n.*.*\n**.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n.*.\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*\n.***.*.\n.......\n..***..\n..***..\n.......\n.......\n**...**\n...**.*\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n...**..\n**.**..\n.*..*..\n.**....\n..*.*..\n...*...\n....**.\n....*.*\n....*.*\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**\n.*.*..*\n**..*..\n.**....\n..*.*..\n...*...\n*...*..\n....*..\n*...*..\n.....**\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.**.....\n........\n...*...*\n........\n........\n........\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n..*.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n.***.***.\n***.*..**\n*.*.*.*..\n***...***\n```\n\n\n## Output without wrap\n\n```\n.**...**.\n...****..\n*...*...*\n......*..\n*.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n...****..\n....*....\n......*..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n**....*...\n..*.......\n*.*......*\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n*.*.......\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n**........\n..*......*\n*.**.....*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*.**..\n.**...\n**.*..\n*..**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n..***.\n......\n*..**.\n*****.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*.****\n......\n*..***\n******\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.*.\n****\n*..*\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*..*\n*..*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....**\n*...**\n*.....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...*..\n*...*.\n**....\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n**.\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.***\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****.\n***......\n...**.***\n....*.*..\n.........\n***.*...*\n```\n\n\n## Output without wrap\n\n```\n.**......\n*...*....\n.*..*.**.\n.*....**.\n...*.*...\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n....*.***\n......*..\n.*.......\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n.*****\n*..*.*\n*..*..\n**.*..\n...*.*\n**.***\n*.**..\n*.*.**\n..***.\n.**.*.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n*...*.\n*.*.*.\n**.*..\n......\n**..*.\n**....\n......\n......\n.*.**.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*.*.\n*..*..\n.*..*.\n......\n......\n......\n*....*\n**...*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.*.\n****\n****\n****\n****\n**.*\n.*.*\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....**.\n.....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n.*.*..\n.*.*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n**....\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.*...\n.*....\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n****.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.\n..*.*..\n**.....\n.*.....\n.*.*...\n*.*..**\n.**.**.\n.....**\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...***.\n*..***.\n***....\n.*.....\n**.....\n*....**\n.****..\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****\n*..****\n***....\n.*.....\n.*....*\n*....**\n.****..\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*.*\n.**.*.**.*\n.*******.*\n*..*.**.*.\n**.***.***\n**.***..**\n.******.**\n.**.*****.\n.****.****\n***.*.**.*\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n..*..\n.....\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.**\n....\n....\n....\n....\n....\n....\n.*..\n...*\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n....\n....\n....\n....\n....\n....\n....\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*..**\n.*.*..\n**..*.\n...**.\n*....*\n..***.\n......\n.*****\n```\n\n\n## Output without wrap\n\n```\n....**\n****..\n...*.*\n......\n*..*.*\n.**..*\n..****\n.....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*..*.\n.*.*..\n.*...*\n.*.*..\n*.*..*\n..**.*\n.*....\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n*..***.\n***...*\n*.*....\n*..**..\n..*****\n*.*....\n......*\n```\n\n\n## Output without wrap\n\n```\n...*..*\n.*....*\n*.*...*\n...*...\n.*.....\n.***.*.\n.***.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n......*\n..*..*.\n.*.*...\n*......\n..**.*.\n..**...\n.***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n..*.*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**.*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n*....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n**...\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....*\n**...**...\n.*...*...*\n***.....**\n```\n\n\n## Output without wrap\n\n```\n***..*....\n***.*.**..\n..*.*.*.**\n.*.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.***\n....*.*.**\n......*.**\n....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...***\n..*...\n..****\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n...**.\n..*...\n..***.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n..*...\n..***.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n***...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**...*\n..*..**....\n..*.......*\n..*....*...\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.***.**....\n.***..*....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*.*...\n.***.**....\n.***..*....\n.***..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n*.*\n.**\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*..\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*....*.\n..........*.\n..*.........\n***.......*.\n......*..*..\n..........*.\n.**.........\n............\n..*.**......\n*..**...*...\n..........*.\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.**.........\n.**.........\n.**.........\n............\n..*.........\n..***.......\n.....*......\n...*.*......\n....*.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**\n*.........**\n***.........\n.**........*\n***.......*.\n..........*.\n..*.........\n..***.......\n.....*......\n...*.*......\n....*.......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*\n******.\n..*.*.*\n.....**\n*.****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.*...*.\n..*..**\n.**.*.*\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n*.**...\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.*..*.\n.*..*.\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n**..**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*..*.\n.*..*.\n*....*\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n*.*.\n.**.\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*...\n..**\n...*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.*...\n*.....\n**.*..\n**..*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n..*...\n....*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.*....\n*.*..*\n..*...\n....*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*....\n**......*..\n.*........*\n*..........\n*.......**.\n.......*...\n.**...*...*\n.*...*....*\n.*..*..*...\n..*..*...*.\n.**....*...\n...........\n****.*.*.*.\n**.*.......\n```\n\n\n## Output without wrap\n\n```\n**.........\n***........\n.*.........\n**.......*.\n........*..\n.*.....***.\n.**...*....\n**...**....\n.**.***....\n..**..*.*..\n.**........\n*..*..*.*..\n*..**......\n*..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.**........\n.*........*\n**.......*.\n........*.*\n**.....****\n.**...*....\n.*...**....\n***.***....\n..**..*.*..\n.**........\n*..*..*.*..\n*..**.....*\n...*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*....*****\n***.**..*..*..\n**..**..*...*.\n..*..**.*.**.*\n*.*.***.*....*\n*.*.*...*...**\n**.*.***.*..**\n*..****..**.**\n*.***.*.***...\n..**..**..*.**\n..***.*.**.*.*\n*....*..**....\n```\n\n\n## Output without wrap\n\n```\n.****....****.\n*.*.*...*....*\n.......**..***\n...*....*.**.*\n..*.....*.*...\n...*..........\n*........**...\n........**....\n..............\n.....*.*....**\n..*.*.*.****.*\n..*********...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.......**\n..*......*...*\n.......**..*..\n...*....*.***.\n.**.....*.*...\n...*..........\n.........**...\n........**....\n*...........*.\n.....*.*....*.\n..**..**......\n.....**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*......*\n**.*.*****.\n..*......*.\n..*........\n..*..*****.\n...**....*.\n***.....**.\n**...*..*.*\n.***.......\n.*.........\n*.***......\n```\n\n\n## Output without wrap\n\n```\n**..*.****.\n*..**.*****\n..**..**.*.\n.***..**.*.\n..*.******.\n...****...*\n*.***...*.*\n...*....*..\n...........\n*...*......\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*****.\n...**.****.\n..**..**.**\n.***..**.*.\n..*.******.\n...****....\n..***...*..\n...*....*.*\n...........\n*...*......\n...**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n***..\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.......\n...*..........\n*..*.......*..\n.**...**......\n....**........\n.....*........\n..............\n.............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.*.*..........\n.******.......\n....**........\n....**........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.*.*..........\n.******.......\n....**........\n....**........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.**\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n*.*.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*********\n***.*******\n***.**.****\n*****.*.**.\n*.*..*****.\n**...******\n****.******\n..***.*****\n.*****.*.**\n```\n\n\n## Output without wrap\n\n```\n..*.......*\n*..........\n...........\n...........\n...........\n...*.......\n*..........\n*..........\n.*...*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...*.......\n...........\n...........\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**...\n...**..*.*\n*....*.***\n*.**....*.\n..*...*...\n....*..*..\n...*****..\n...**...*.\n....*.....\n.*.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...**...\n.......*..\n....***..*\n...*..*..*\n.**...**..\n..........\n.....*..*.\n.....*..*.\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.***\n...***...*\n....***...\n*..*..*.**\n.**...***.\n..........\n.....*..*.\n.....*..*.\n..*.**....\n**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...\n.****..**\n.***....*\n...*..***\n*..*...*.\n*****.*..\n```\n\n\n## Output without wrap\n\n```\n.****....\n*...**.*.\n*****.*.*\n***.*.*..\n*....*.*.\n*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n*.***.*..\n***.*.*..\n*........\n.*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.*\n***...**.\n****....*\n...*....*\n*...*...*\n*...**..*\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n..*...*..\n*.....*.*\n*..*....*\n*..**..**\n...***.**\n....*****\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*..*\n......*..\n...*.....\n...**..*.\n...***.*.\n*...****.\n*...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**.\n.....**...\n....*..*..\n....*...**\n*....*.*..\n```\n\n\n## Output without wrap\n\n```\n.....***..\n........*.\n....*....*\n....*....*\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n....*.....\n....*.....\n....*....*\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n...\n...\n...\n*..\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n*..\n**.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n...\n*..\n***\n...\n***\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n.*...*....\n***..**.**\n.**....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n***..*.*..\n*....****.\n*.*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*...\n.**..*.*.*\n.....*****\n..*..*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n*..**...**\n.*.*..*...\n*..**..*..\n```\n\n\n## Output without wrap\n\n```\n...**.....\n..****....\n**...*.**.\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..*.\n*.****...*\n.*...*.**.\n..****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n..*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...........\n*..*.....*...\n*.....*......\n```\n\n\n## Output without wrap\n\n```\n**...........\n**...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*.\n...........*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n***.**\n******\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.....*\n......\n****..\n*..*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*..*..\n*...*.\n*..**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n**...*\n*..*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.....\n*...*.\n.*....\n.**.**\n......\n..***.\n.*.*.*\n.*.*.*\n.*.*.*\n.*.*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n...**.\n...**.\n.....*\n.*..*.\n.*****\n**...*\n......\n...*..\n...**.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n...***\n...**.\n....**\n....**\n.*****\n.*...*\n.*....\n.*.*..\n**.**.\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n****.\n.*.*.\n.*...\n**.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n.....\n***..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*..**\n.****\n***.*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*....\n...*.*.*.*\n*.*....*.*\n*.*.......\n.....**...\n.*..*.....\n..**......\n**......*.\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.*......\n..**......\n..*..**...\n..**.**...\n.....*....\n*.........\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n.*.*...*..\n.***....*.\n..*..**..*\n****.**...\n.....*....\n*........*\n.**......*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n....**\n..**..\n....**\n.*****\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.*...*\n...*..\n.*...*\n.**...\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n**...*\n...*..\n**...*\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n**..**\n.*....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n**..**\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n.*..**\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****.**\n***********\n*.****.****\n***********\n*********.*\n***********\n.**********\n**********.\n***********\n***********\n**.***.****\n***********\n**********.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n.*..*.\n...*..\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n******\n***..*\n******\n*.*.**\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.****.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.*.\n...*..\n..****\n****.*\n```\n\n\n## Output without wrap\n\n```\n*...**\n*....*\n.....*\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.**\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n.**.*.*\n*****..\n**.*.*.\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n*....*.\n.....**\n..*....\n.*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**.\n.....*....\n*...*...**\n..........\n.*........\n.*.*.....*\n.....*...*\n.....*...*\n.*...*....\n.*..*.....\n..**....**\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...*......\n...**.....\n...*..*...\n......*...\n.....*....\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........**\n**.......*\n*........*\n.*.*.....*\n...**....*\n*..*..*...\n*.....*..*\n**...*....\n.****.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.\n**..****\n**.**...\n.**.*..*\n****.***\n********\n*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.**..*\n*......*\n.......*\n.......*\n........\n........\n*.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n........\n........\n........\n........\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n**....\n......\n.*..*.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*.\n.......*\n....**..\n*.*.**..\n....*.*.\n......**\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n..**....\n..*...*.\n...**.**\n........\n....*...\n....**.*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*...*.\n...**.**\n......**\n....*...\n....**.*\n*.*....*\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*...\n.....\n*....\n.*.**\n...*.\n....*\n....*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n..*.*\n.....\n..*.*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n**...\n..*..\n*....\n..***\n..***\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..***\n.**.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*.*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..**....\n.*..*...\n.....*..\n.*...*..\n..*..*..\n...**...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.*...\n..*..*..\n......*.\n......*.\n..*...*.\n..***...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.*...\n..*..*..\n......*.\n......*.\n..*...*.\n..***...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n...*\n....\n...*\n....\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*...\n....\n....\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**...\n...**\n.*...\n.*...\n...*.\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n***..\n..*..\n..*..\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***.*\n.**.*\n*.*..\n..*..\n..*..\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..*.*.\n.****.\n.*....\n.*.*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n**.**.\n...**.\n...**.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...***\n.*.**.\n...**.\n...**.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n***..\n.**.*\n*.*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n..*..\n*....\n.....\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*...\n......\n*.....\n....**\n...**.\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n......\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...*..\n......\n.....*\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.....\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n*..*\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*..*\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.....**.\n*....*.*\n.**..*..\n.**..*.*\n.**.***.\n........\n...*..*.\n......*.\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n.*.*....\n*..***..\n*.....*.\n.*....*.\n.*....*.\n...**..*\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n........\n.*.*....\n.*.***.*\n*......*\n.*....**\n......**\n...**..*\n......*.\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..*......\n....**...\n....*....\n.........\n.*.......\n*........\n....*....\n..***....\n..**.*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...***...\n....**...\n.........\n.........\n.........\n....*....\n..*..*...\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...***...\n....**...\n.........\n.........\n.........\n....*....\n..*..*...\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n**..**\n******\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n.........\n.........\n.........\n...**....\n...**....\n*...*..**\n*.......*\n.........\n.........\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n....*....\n.....*...\n....*.***\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n.........\n.........\n....*....\n.....*..*\n*...*.**.\n.........\n.........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n..*\n...\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.***...\n....**...**.\n.*.**...*...\n..*.**.****.\n```\n\n\n## Output without wrap\n\n```\n...**.****..\n..*...*..*..\n..*...**....\n..*.**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..*...*..*..\n..*...**....\n.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.****..\n*...*.*\n......*\n.....*.\n*.****.\n```\n\n\n## Output without wrap\n\n```\n*......\n*....*.\n*...*..\n..***.*\n...*..*\n...*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n..***..\n*.**.*.\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*...\n......**\n........\n....*...\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n..*.....\n........\n........\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...**..\n...*...\n...**..\n..**...\n..*....\n.**...*\n..*...*\n*..**.*\n**.**..\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n....*..\n.......\n...*...\n.*.....\n.***...\n..*....\n*...*..\n******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n..**...\n....*..\n.......\n...*...\n.......\n****...\n..*..**\n....*..\n***.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n**.*.*.\n..**..*\n**.****\n***.*.*\n*..****\n```\n\n\n## Output without wrap\n\n```\n*..*.*.\n*....**\n......*\n*.....*\n.......\n*.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n.....*.....\n....*......\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*.**..\n.**.**\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n.*.*..\n.*.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n......\n.*.**.\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..*\n*.**...*.\n......***\n.......**\n**......*\n***......\n..*****..\n......*..\n***......\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n...*.*...\n....*.*..\n......*..\n.*...***.\n..*....*.\n......*..\n..*.*.*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n...*...*.\n**..*.*..\n......**.\n.....***.\n..*....*.\n......**.\n.**.*.*..\n*...*....\n..**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......**\n..****....\n......*.**\n..*....**.\n****..*.**\n....***.*.\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...*....\n.......**.\n........*.\n......*.**\n......*...\n.*..*.*...\n..**.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........*.\n*.....*..*\n*.....*..*\n....*.*...\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n.**...\n...*..\n..*.*.\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...*.\n.*..*.\n.*..*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n.*..*.\n.*..*.\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n..*.\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n..*.\n**.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*..\n..****..\n***.....\n.**.....\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n....*...\n.....*..\n.*......\n*.......\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...\n**...*..\n.*......\n*.......\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n....*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n*..\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.....\n.....\n.....\n....*\n.*.*.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.....\n..***\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.....*\n.......***...*\n*.....**....*.\n*....***..*...\n.*...*.....*.*\n...**.*.*...**\n*....*..***.*.\n```\n\n\n## Output without wrap\n\n```\n.......*......\n............**\n.....*...*....\n**...*.*...**.\n...........*.*\n....*.***.*..*\n....**.***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**..*.**\n*...........**\n*....*...*....\n**...*.*...**.\n...........*.*\n....*.***.*...\n*...***.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n*.*\n...\n***\n..*\n...\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n...\n.*.\n*.*\n.**\n..*\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n***\n..*\n...\n...\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.\n**..***\n.*...**\n.**....\n.....*.\n..**.**\n**.*...\n..*.*.*\n***.**.\n```\n\n\n## Output without wrap\n\n```\n***....\n**.*.*.\n*.*...*\n.**....\n*......\n**.*...\n.*.**.*\n.****..\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*..**\n.**....\n.......\n...*...\n...**..\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n***.\n.*.*\n*.*.\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n.*..\n..**\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n...*\n...*\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n.....***..\n.....**...\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n....*..*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....*..*..\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n..*...\n..**..\n..*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n.*....\n..**..\n.***..\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n..**..\n.***..\n......\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n.....***\n..***.**\n..**..**\n......**\n...**.*.\n*..**..*\n.*.*...*\n**......\n```\n\n\n## Output without wrap\n\n```\n......*.\n...***.*\n..*.*...\n..*.*...\n..*.*...\n...**.*.\n.....***\n.*.**...\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.\n*..***..\n*.*.*...\n*.*.*...\n..*.*...\n*..**.*.\n*....***\n.*.**..*\n.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*\n...**..*\n...**..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**...\n..*..***\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..***\n*.*..***\n*.*..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..*.\n*.******.\n.**.*.***\n.*.******\n```\n\n\n## Output without wrap\n\n```\n.*.....*.\n*........\n*........\n.*.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n*........\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.**.\n.*..\n**.*\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n***.\n**..\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.**\n....\n*.**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n..*..*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..***\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n.*..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n....\n....\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*.*\n******\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n.....*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n**....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n.**.....\n..*.....\n........\n........\n........\n.....*..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.***....\n.**.....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.***....\n.**.....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n...***\n.*.*..\n.*.***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n***...\n**...*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**....\n..*.*..*.....\n......*.*....\n..........*.*\n.......*.....\n...*****.....\n...*.*.*...*.\n........*....\n............*\n*...*.**..**.\n....*.*......\n..*....*....*\n.........*...\n```\n\n\n## Output without wrap\n\n```\n...*...**....\n...*..*......\n.......*.....\n.......*.....\n....**.*.....\n...*.*.**....\n...*.*.**....\n.............\n.......*...*.\n......**...*.\n...*..*....*.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**....\n...*..*......\n.......*.....\n.......*.....\n....**.*.....\n...*.*.**....\n...*.*.**....\n.............\n.......*...**\n......**...**\n...*..*....**\n.............\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n.*..\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*...\n****\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*\n**..*..**\n*.***.*.*\n..*..*.*.\n*..**..*.\n.***..**.\n***.*.*.*\n**..***.*\n```\n\n\n## Output without wrap\n\n```\n.*...*.*.\n*.*.*.*.*\n*.*.*.*.*\n.*.......\n....**...\n....*.*.*\n....*....\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.**.\n.**.*.**.\n..*.*.**.\n.*.....**\n....**.**\n....*.*..\n...*.....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*...\n****\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*..*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.........\n.........\n..*......\n.**......\n.........\n.........\n.........\n.........\n..*......\n*........\n.........\n.........\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.**......\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n.........\n.........\n.**......\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..*.**.\n...*..****.*\n*.**.*...***\n.*******..**\n....*.***...\n*..**..*...*\n```\n\n\n## Output without wrap\n\n```\n.**..*.**.*.\n.**..*.**.*.\n......*.....\n..........**\n..*.***.****\n....******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...**.*\n....***.....\n......*.....\n............\n.**.......*.\n*.*.**..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*.\n.**....*.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*..**\n.*.**\n*.*.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.**.\n..*..\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n..**..\n..**..\n*.*..*\n.....*\n...*.*\n**....\n.*...*\n...***\n.*****\n.****.\n*.....\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n....*.\n.****.\n.....*\n....*.\n***.*.\n***..*\n.*....\n.*....\n*....*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*..*.\n....*.\n******\n.....*\n....**\n.**.**\n.**..*\n.*....\n.*....\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..*.\n.***.....\n.**.*..*.\n.**....*.\n```\n\n\n## Output without wrap\n\n```\n.*.**....\n*........\n*........\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n*........\n*........\n*...*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*..**\n**.**\n**.**\n****.\n*****\n***.*\n*****\n*****\n..*..\n```\n\n\n## Output without wrap\n\n```\n*****\n.....\n.....\n.....\n.....\n....*\n.....\n.....\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n.*.\n...\n...\n...\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**..\n*...**.*\n..*****.\n*.**....\n........\n**..*..*\n```\n\n\n## Output without wrap\n\n```\n....***.\n.*......\n..*...*.\n.**..*..\n*.**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n**.....*\n*.*...*.\n.**..*..\n..**...*\n**..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***..\n**..*.****\n*.*...**..\n.**..**..*\n......*.**\n...*******\n**..*.***.\n.**.****..\n.***..*.*.\n....*..*..\n.*.**.*..*\n```\n\n\n## Output without wrap\n\n```\n**........\n*.**......\n*..*......\n....*.....\n.*........\n.*.**.....\n...**.....\n**........\n.....*..*.\n..***.***.\n...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*....*\n.*........\n*..*......\n.*..*.....\n.*........\n.*.**.....\n*..**.....\n.*.......*\n.*...*..*.\n*...**..*.\n*...**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....\n*..*.....\n*.**...**\n*.*...*..\n......**.\n.........\n......***\n***....*.\n...*.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*.*....\n.......*.\n.***..*.*\n......*.*\n........*\n.**...***\n*....*..*\n.**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*....*...\n*........\n..**..*..\n......***\n.........\n..*...**.\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*\n***.*..*\n.....**.\n*...**.*\n..*.*..*\n*.*.....\n**...*.*\n.....***\n....***.\n```\n\n\n## Output without wrap\n\n```\n*.*.*...\n*...*...\n*.....**\n...*...*\n..*...**\n*.**...*\n***....*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.**.....\n**......\n*..*...*\n*.*.....\n..**...*\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*.....\n.*...*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n.*...*\n**....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.*......\n*.****.*..**.*\n..*...**.**.*.\n..*.....***.*.\n..**.....*....\n.*...*...*...*\n.*.*.******.**\n**.*.**..*..**\n.**..**.*....*\n**.*..*.**....\n*.***.*...**.*\n*.*.**..****..\n*.*..*.*..*...\n```\n\n\n## Output without wrap\n\n```\n...****...**..\n.**....**.****\n..*.*..*..*.**\n....**.*......\n*..**.*.......\n**.**.*....**.\n**..*.*...*...\n..*......**...\n.......**...**\n........***...\n*.....*...*.**\n.*.**...***.*.\n...****.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*......\n*.*......*....\n*.*.*..*..*.*.\n....**.*......\n...**.*.......\n.*.**.*....**.\n*...*.*...*...\n..*......**.*.\n.......**...*.\n........***...\n......*...*...\n*......**.*...\n*.**......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n...*.\n*.**.\n..*..\n...*.\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n.....\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n**..*\n.....\n.*..*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*....\n*....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**..*\n**..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*..*.\n.**..\n...**\n*.*..\n*.*..\n.*.**\n.*.*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*..*\n.*.*.\n.***.\n*.*..\n...**\n*..**\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n...*.\n*.*..\n*.*..\n.*.**\n*..*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n..*.....\n.*..*...\n..*.....\n.*....*.\n....*...\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.***....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.***....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.*..\n.*.*\n.*.*\n**..\n***.\n*...\n***.\n*.*.\n*...\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n***.\n**..\n....\n....\n.*..\n....\n*.**\n*.**\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*..\n*.*.\n..*.\n....\n.*.*\n....\n..*.\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.........\n.............\n.............\n.............\n..*.*........\n.*..*........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n...*.........\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........\n.............\n.............\n.............\n...*.........\n.*..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n...*\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..**\n..**\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.\n*.***.*\n***..**\n.*.*.**\n.*....*\n```\n\n\n## Output without wrap\n\n```\n..*..*.\n*.....*\n*......\n....*..\n..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....*..\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.......\n....*.**...\n.***.....*.\n....**..**.\n...******..\n...*.*.***.\n.......*..*\n```\n\n\n## Output without wrap\n\n```\n...........\n....*......\n..**..**.*.\n.........*.\n...*.......\n...*.*...*.\n......**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n....*......\n..**..**.*.\n.........*.\n...*.......\n...*.*...*.\n....*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n***.\n*...\n***.\n....\n....\n*.*.\n*.**\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*.*.\n....\n**..\n.*..\n....\n..**\n*.**\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n*.*.\n....\n**.*\n.*..\n....\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n....*..\n*.....*\n....*..\n....**.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....*..\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....*.\n....*.*\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.**..\n.*.**\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..*..\n****.\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*.*.\n**..*.\n.***.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.**.**\n*...**\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.**.*.\n*...*.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*\n...*..*\n***.***\n***.**.\n*..*.**\n.***..*\n.*.****\n**....*\n...****\n```\n\n\n## Output without wrap\n\n```\n..*....\n.**....\n.......\n.......\n**.....\n**...*.\n..*....\n...*..*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.***...\n*.......\n*.***...\n```\n\n\n## Output without wrap\n\n```\n...*....\n.*.*....\n*.......\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*.*....\n*......*\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***......\n*.***..*..\n.**.***...\n..*...*...\n**....*...\n..*.....*.\n..........\n```\n\n\n## Output without wrap\n\n```\n.*..*.....\n*.....*...\n....*.**..\n*.**..**..\n.**....*..\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n*.....*...\n....*.**..\n*.**..**..\n.**....*..\n.*........\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n*.*..\n*.*..\n**...\n.*...\n..*.*\n*****\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.*..\n*.*..\n*.*..\n***..\n*...*\n.*...\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n*.*.*\n*.*.*\n*.*..\n.**..\n....*\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n*..**\n*...*\n***.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.*..*\n..*.*\n*.*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..**.\n.*.**\n.**.*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....*...\n**....*..*..\n.****..*****\n...........*\n*.......****\n```\n\n\n## Output without wrap\n\n```\n............\n*.*.....*...\n*..*...**...\n*..*...*...*\n..*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...\n..*......*..\n**.*...**...\n...*...*...*\n**.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*.*.\n***.....*.*.\n..*.*.......\n*......*...*\n.*...*......\n.......*..**\n...*....***.\n....*.*.....\n..*.....*...\n*..*..**..*.\n```\n\n\n## Output without wrap\n\n```\n*.**........\n*...........\n*..*........\n.**.........\n.........***\n........*...\n...........*\n....*.....*.\n....*.*.*...\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...****.\n.***.......*\n...*.......*\n.**.........\n*........**.\n........*...\n...........*\n....*.....*.\n...**.*.....\n..*...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n**....\n..*..*\n..*..*\n**....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n..*...\n..*...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**....\n..*..*\n..*..*\n**....\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.*...\n**...\n..*..\n****.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*..*.\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n....*\n*...*\n..**.\n*..**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**..\n*.*.*...\n..*.**..\n*...*.**\n```\n\n\n## Output without wrap\n\n```\n.*.***..\n..*.....\n....*.*.\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*.\n..*.....\n*...*.*.\n**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*.*.\n.....\n.*...\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n..**.\n.....\n..**.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n...*.*\n*....*\n.*....\n.**..*\n..*...\n.*****\n....**\n.**.*.\n*..**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n....*.\n***...\n.**...\n.....*\n.**..*\n......\n.**...\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n...*..\n*...**\n.**..*\n***...\n.....*\n***..*\n......\n***...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*.....\n.....**......\n***.......**.\n..**.....*..*\n..**.......*.\n..*.........*\n*..*........*\n*.*........**\n***.**.*.***.\n**.*******..*\n......*...*.*\n*......*.***.\n.*......*.*..\n.....*.***.*.\n```\n\n\n## Output without wrap\n\n```\n....*.*......\n.*....*......\n.*****.....*.\n.*........*.*\n.**..........\n.*.*.........\n............*\n.**..........\n.*.*.........\n**...........\n**...........\n.......*.....\n......*......\n.......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**....\n.*..***....**\n..****.....*.\n..........*..\n..*..........\n...*.......*.\n*...........*\n..*..........\n...*.........\n.............\n*............\n*......*....*\n*....**..*.**\n....**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........*\n.*.........\n...........\n.........*.\n........*.*\n........*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.........*.\n.........*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n...........\n...........\n.........*.\n..........*\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n**.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n..****\n......\n......\n...*..\n....**\n```\n\n\n## Output without wrap\n\n```\n..**.*\n..**.*\n...**.\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n..**.*\n...**.\n......\n....*.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n..***..*\n.*..*..*\n.*..*..*\n...***..\n*.......\n*.......\n.....**.\n.***...*\n```\n\n\n## Output without wrap\n\n```\n.*..*...\n*.....*.\n.*..*.**\n..*....*\n...***..\n...***..\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.*\n..*....*\n**..*..*\n***.....\n...***..\n...***..\n.*....**\n..*.....\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.....\n.****...*\n*.**...*.\n.......**\n.......*.\n...****..\n...****.*\n```\n\n\n## Output without wrap\n\n```\n...**....\n....**...\n.....****\n....*....\n....**..*\n...*.*..*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*..\n.*.......\n.....***.\n....*....\n....**.**\n...***..*\n***...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n**..\n****\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n*...\n*..*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..**\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*..**\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n*..**\n*..**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*.*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n*..*.*.\n......*\n*....*.\n.......\n..*....\n...*..*\n...*...\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n...***.\n.....*.\n.......\n.......\n...*...\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n*...*..\n**.**..\n.....**\n.......\n.......\n...*...\n..*.*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*.....\n......\n.*.**.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n...*..\n..*.*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n....*..\n...*...\n.*.*...\n*.*.*..\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n..***..\n.*.**..\n.**.*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...**..\n..***..\n.*.**..\n.**.*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*..\n*....\n.....\n.....\n.....\n.....\n...*.\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..*\n*.*......\n...*....*\n....*.*.*\n.......*.\n.*...*...\n....*....\n..*..*..*\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.***.....\n...*...*.\n........*\n.....***.\n.........\n....**...\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*\n****....*\n*..*...**\n........*\n.....***.\n.........\n....**...\n*..**...*\n*****..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*.*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...**\n......*......\n...***.......\n.....*...*...\n.......*.**..\n......**...*.\n...******.**.\n..*.*.*..***.\n*..***.......\n....*...*****\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n....*.*......\n.........*...\n....*...*.*..\n.....***...*.\n...**...****.\n...**...*****\n...*...***.**\n...**...*...*\n....*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..*..\n....*...*....\n.........*...\n....*...*.*..\n.....***...*.\n...**...****.\n...**...***.*\n...*...***.**\n...**..*...**\n....*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.......*\n.*.....*....\n*.****..*.**\n```\n\n\n## Output without wrap\n\n```\n..*.........\n.*........**\n.****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n.*........*.\n*...*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n***..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n........*\n.*...*.*.\n.*...*...\n......*..\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n......**.\n.....*...\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n*.....*..\n*.....**.\n.....*...\n.....**..\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n...**\n***..\n.....\n.*...\n.....\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.**.\n.***.\n*.*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n..***\n*****\n*.*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......\n***.*......\n****......*\n..*......**\n...........\n..**.....*.\n......**...\n*....*..***\n*.....*.**.\n.......****\n*..***...**\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n.*.*.....**\n.***....*..\n..**.....**\n.........**\n......*....\n.....*.*...\n....*..*...\n....*.**...\n....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n...........\n...*.....*.\n..**....*..\n..**.....**\n...........\n......*....\n.....*.*...\n....*..*...\n...*...*...\n...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n*.*\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***\n***.****\n.*******\n***.****\n*.*.*.*.\n*****.**\n******.*\n**.*****\n*.******\n.*******\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..........\n..............\n..............\n...........*.*\n...........*.*\n..........**.*\n.....*.*.*....\n...*.*.*......\n...*.***..***.\n...***....*..*\n...*.*....**.*\n...*.*........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n...........*.*\n..........**..\n....*...*.*...\n.....*.*..**..\n..**...*..***.\n..**.....*...*\n..**.**...***.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.........\n..............\n..............\n..............\n*..........*.*\n..........**..\n....*...*.*...\n.....*.*..**..\n..**...*..***.\n..**.....*...*\n..**.**...***.\n..**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*.......**\n........*.\n*.......**\n..........\n........**\n..........\n........**\n..........\n.........*\n.........*\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n.......*..\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.......***\n.......*..\n........**\n.........*\n..........\n..........\n..........\n..........\n*.........\n.........*\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.***...\n*....*.\n...*.*.\n.**....\n```\n\n\n## Output without wrap\n\n```\n..*....\n.**....\n.*.*...\n.**.*..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.**....\n.*.*..*\n.**.*.*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...**.*..\n.**...*.*....\n.*...****....\n.**.***.***..\n..**.*...*.*.\n.*..*.....***\n....**.......\n....**..**...\n....*...***..\n```\n\n\n## Output without wrap\n\n```\n.*.**...*....\n**......*....\n**.**........\n.............\n.........**.*\n............*\n..**........*\n...*....*....\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.......\n**...........\n**.**........\n.*..........*\n**.......**.*\n*............\n..**........*\n...*.........\n....*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n...*\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.***\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*........\n.*..........\n...**......*\n.****..*...*\n..........*.\n.*.***..*.*.\n..*.**..*.**\n..***..*.**.\n..*...*.*.**\n*.***...*.*.\n*.......**..\n..*..**....*\n```\n\n\n## Output without wrap\n\n```\n...*........\n..***.......\n..*.**......\n.*****...*.*\n.*...*...*..\n.**.**.**...\n.*..*...*...\n.**.........\n.*..***.****\n..**.**....*\n..*.*..**.**\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......*\n*.***.......\n.**.**......\n..****...*..\n.....*...*..\n..*.**.**...\n**..*...*...\n***.........\n....***.**..\n..**.**...*.\n*...*..**.*.\n..**....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n**..\n****\n.***\n****\n****\n.***\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n..**\n....\n....\n....\n....\n....\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*.**\n**.*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*..*..\n*...*.\n.*..*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n*....*\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n.**...\n***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*.*\n.......*.\n*.****.*.\n.*....*..\n.........\n.........\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n.......*.\n..*....**\n.*****.*.\n.******..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...****\n*.*....*.\n.*****.**\n.******..\n.........\n.........\n**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n....**\n....**\n*....*\n...**.\n.*.*..\n.*..*.\n.*..*.\n**...*\n*.***.\n**.*.*\n******\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n......\n...*.*\n..***.\n...*..\n**.**.\n.**.**\n*....*\n...*.*\n.....*\n.....*\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n...*..\n......\n*..*..\n*.****\n...*..\n**.**.\n.**.*.\n......\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n..*\n.**\n***\n...\n..*\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n**.\n*..\n...\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n**.*\n...*\n**.*\n....\n....\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n*.*.\n**.*\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..***.\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.**.**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n.....*.*\n..*..*..\n.****...\n.***....\n.***....\n.*.*....\n*.*.*.**\n...****.\n```\n\n\n## Output without wrap\n\n```\n......**\n.....*.*\n....***.\n.*...*..\n........\n**......\n*..*.*..\n.**.*.**\n..**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**\n*....*.*\n....***.\n.*...*..\n........\n*......*\n...*.**.\n.**.***.\n..**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n***.\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n......**\n*.......\n*.......\n........\n........\n.....*..\n......**\n```\n\n\n## Output without wrap\n\n```\n.....***\n.....***\n........\n........\n........\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.....***\n*.......\n........\n........\n........\n......*.\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....*....\n...*****...*.\n...*...***.*.\n...*..**.*.*.\n**..*..*.****\n....**...*..*\n****.....*...\n....**....*.*\n..**......*.*\n....*........\n.........****\n**...*.....*.\n...*.*...****\n***.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.***.....\n..**.**..**..\n..**.....*.**\n..***.*......\n...**..*.*..*\n....**...*..*\n.***.....***.\n....*....**..\n...*.*.......\n...*.....*..*\n..........***\n....*........\n...*.**..*..*\n.*****...*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.*..\n..**.**..**.*\n..**.....*.**\n*.***.*......\n*..**..*.*...\n....**...*...\n****.....****\n....*....**.*\n...*.*.......\n...*.....*..*\n*.........***\n*...*........\n...*.**..*...\n***..*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.*\n......**\n....**..\n.***.*..\n.*...*..\n****.***\n```\n\n\n## Output without wrap\n\n```\n......*.\n...*.*..\n.*...*..\n.*....*.\n*.......\n.*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*\n**...*..\n*....*.*\n.*......\n*..*.*.*\n*.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.*.**\n****.*******\n********.***\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n..**..\n**....\n..*...\n.**..*\n..*...\n..*.**\n..*.*.\n...*..\n......\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....*.\n.*.*..\n*.....\n....*.\n.....*\n.**...\n.**..*\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*.....\n.*.**.\n......\n*...**\n......\n..*...\n***..*\n...**.\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n....*...\n.*.*..**\n*.....**\n......*.\n........\n........\n........\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n.....***\n.....*..\n......**\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..***...\n.....**.\n*....*..\n......*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n***..\n....*\n*..**\n*.*.*\n...**\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n*....\n*.**.\n*.*.*\n.*..*\n.**..\n.....\n**...\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..**.\n..*..\n.*...\n.**..\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*..*..\n***...\n*...**\n.....*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*....*\n.**...\n.*....\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n..*..*\n....*.\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n*..*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n*..*.\n****.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n.**..\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n....**..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.**..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n*...**\n......\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n**..**\n**..**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n**..*.\n*....*\n......\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n.*.....*\n.*...**.\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.....*..\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*....*..\n.....*..\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n***.**\n.*****\n***.**\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*.\n......*..\n.....**..\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n......*..\n.......*.\n.....*.*.\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.......*.\n.....*.*.\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n......**...\n.*..*......\n.....***...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n...........\n...........\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n*.....\n.**.*.\n.....*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..*.*.\n**....\n.****.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...*..\n.**.*.\n......\n..***.\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..*..*....\n...**.....\n.....*.*..\n....*..*..\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n...*......\n..*...*...\n...*...*..\n....*.*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*......\n..*...*...\n...*...*..\n....*.*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n...*\n....\n....\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n....\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*..*\n...*\n....\n....\n.*..\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.**.\n*..*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*...\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n.**.*.\n*.*..*\n...**.\n```\n\n\n## Output without wrap\n\n```\n..**..\n*...*.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....*.\n*.*..*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n*..\n*..\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n******\n***.**\n******\n***.**\n*.****\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.....*.\n.*.**.*.**.**.\n.***.*.**..**.\n.***.*...*.*.*\n........*.....\n.*.*....**...*\n..*....**..***\n**.***......**\n...***..*..*..\n.*.*...**...*.\n..*..*....*...\n..***..*.**...\n*....*.*...*..\n```\n\n\n## Output without wrap\n\n```\n...**..*...**.\n.*....*.***..*\n*....*.*.....*\n.*.*..**.***..\n.*.**...*.*.*.\n..*......*...*\n*......***.*..\n.*...****....*\n**...****..*.*\n...*.*****.*..\n.*....**..**..\n.*****..****..\n...**.*.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.*.*.**\n.*....*.***..*\n.....*.*.....*\n**.*..**.***..\n.*.**...*.*.*.\n*.*......*...*\n.......***.*..\n**...****.....\n.*...****..*..\n...*.*****.*..\n.*....**..**..\n.*****..****..\n.....*.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..*\n*...*.*..\n.*...**..\n***...**.\n...**..**\n```\n\n\n## Output without wrap\n\n```\n******...\n*.....**.\n..*......\n*****...*\n.***..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n......***\n..*.....*\n*****....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****.\n...*..*.\n.***.*..\n.******.\n.*.*..**\n.*.*.***\n```\n\n\n## Output without wrap\n\n```\n...****.\n..***.*.\n........\n*.......\n**....*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n.*.....*\n*.....**\n*.......\n*.......\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n....*\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n.*.**.\n***...\n..**.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*.*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*.....\n*.....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.****\n**.**\n.***.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n**..*\n.....\n*....\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n.*.\n...\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n**.\n**.\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n***\n***\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**....\n..**....*.*\n......***..\n...***.....\n...........\n*..*.*.*.*.\n*..*...*...\n*..*.......\n..**.......\n..**..*....\n```\n\n\n## Output without wrap\n\n```\n.*.**......\n.....*...*.\n.**......*.\n...*.......\n...*.......\n.*..*.*....\n**.........\n....**.....\n.*..*......\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**..\n.***.....*.\n.**......*.\n...*.......\n...*.......\n**..*.*..*.\n**.......*.\n....**.....\n..*........\n...*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n..**\n....\n....\n....\n*.*.\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n....\n*.**\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n..**\n....\n....\n....\n*.*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n..*..*\n..**.*\n...*..\n....*.\n*.*.*.\n**.**.\n...***\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n..**..\n..**..\n....*.\n*.*.**\n**....\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.....*\n..**..\n..**..\n....**\n*.*.*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n**.*..\n*....*\n*....*\n....*.\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n*...*.\n....**\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**...*\n....*.\n*...*.\n.....*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******.***\n...***..**..\n*...*.**.*.*\n..*.**.*.**.\n```\n\n\n## Output without wrap\n\n```\n..*...**.**.\n.**........*\n.......*....\n...***.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*...*\n.**.........\n.......*...*\n..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n**.....\n.......\n..*....\n.......\n*......\n.......\n...**..\n....**.\n*....*.\n*...*..\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n.*.....\n.......\n.......\n.......\n.......\n...***.\n...*.*.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n**.....\n.*.....\n.......\n.......\n.......\n.......\n...***.\n...*.**\n.....*.\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n..***.\n**.*.*\n****..\n**..*.\n**.*..\n.***..\n..*...\n...**.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.***..\n.*..*.\n......\n....*.\n...**.\n..**..\n.*..*.\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*.**\n******\n.*...*\n....*.\n.....*\n...*.*\n*.**..\n.*..*.\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***..\n*****.**.\n****..*.*\n**.****..\n***.*****\n```\n\n\n## Output without wrap\n\n```\n*...*.**.\n.........\n.........\n........*\n*.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n........*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**..\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n**..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*.**\n.**.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n..**....\n.*..***.\n.*....*.\n......*.\n.**...*.\n..*.**..\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*...**.\n..*.*..*\n.*.*....\n.*.*.*..\n*......*\n.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n**...**.\n*.*.*..*\n.*.*....\n.*.*.*..\n**.*...*\n.*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n*.*\n.**\n.**\n..*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*..*.\n*.***\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*.**.\n**.**\n.***.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n*...*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n*..*...\n.......\n...*...\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..*....\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n.*..**\n.*****\n*.*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n*.....\n**..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...***\n****.*.**\n*.****.*.\n*.*******\n...**.***\n***....*.\n..**.****\n***.**.**\n*********\n```\n\n\n## Output without wrap\n\n```\n*..*..*.*\n.....*...\n*........\n.........\n*........\n.*.......\n.....*...\n*........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*...\n.........\n*........\n.........\n**.......\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n*.*.\n...*\n*...\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n.*..\n*..*\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n**.*\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n..***\n***..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*.*\n*..**\n**..*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*..\n...*.*..*.\n.....***..\n.....**.**\n.*.....*.*\n.......*..\n*........*\n.......**.\n```\n\n\n## Output without wrap\n\n```\n....*.....\n.....*..*.\n.........*\n.....*...*\n.......*.*\n..........\n.......*..\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**..\n.....*..*.\n.........*\n*....*...*\n*......*.*\n.........*\n.......*.*\n.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...**\n*.**.*...*\n*....*.***\n***...****\n*****.....\n*..**.**..\n*...**.***\n```\n\n\n## Output without wrap\n\n```\n..***...**\n.***.***..\n*..***....\n....***..*\n....*.....\n*.....**..\n...***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**..\n.***.***..\n...***....\n....***...\n....*.....\n......**..\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*.......*\n*.........\n..*...**..\n......**..\n*.....**.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n......*...\n.....*..*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n**........\n**........\n......*...\n.....*..*.\n......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n....*.*..\n......**.\n.........\n..*......\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.....***.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....**..\n.....***.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*........\n....*........\n....***......\n.............\n.............\n...........**\n............*\n*..........*.\n*............\n*.....*......\n.......*.....\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n...***.......\n...*.*.......\n....**.......\n.............\n...........**\n...........**\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n...***.......\n...*.*.......\n....**.......\n.............\n............*\n*............\n*...........*\n**...........\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.\n...**..\n***..**\n.**....\n*.....*\n..***..\n..*....\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n....*..\n....***\n.*.*...\n.***...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****\n**.*...\n**..**.\n**..**.\n...*...\n*..*...\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*.\n*.*...*..*.\n..*.*..**.*\n**.*...*...\n....*..*.**\n.**..****..\n*****.*****\n**...*..*.*\n**...***.**\n***.*.**.*.\n.*.....**..\n```\n\n\n## Output without wrap\n\n```\n...........\n.**....*.**\n*.*...****.\n.****.**..*\n*..***...*.\n*..........\n...**.....*\n...*.......\n....*.....*\n..*......**\n***...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.**\n.**....*.*.\n..*...*****\n*****.**...\n...***...**\n...........\n...**......\n...*.......\n....*......\n..*......*.\n**.*..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n..*\n..*\n.**\n.**\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n..*\n...\n...\n*..\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n..*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n**..\n***.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n*.**\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*..*\n.....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...**\n..**.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.****.*\n......*.**\n****.*...*\n**...**.**\n.....**...\n..........\n.***......\n........**\n...*****.*\n```\n\n\n## Output without wrap\n\n```\n.....***.*\n.........*\n*.*.**....\n*......***\n.....***..\n..*.......\n..*.......\n.....*****\n....****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n..........\n..*.**....\n.......**.\n*....***.*\n..*.......\n..*.......\n*....*****\n*..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n.........***\n.........**.\n```\n\n\n## Output without wrap\n\n```\n..........*.\n...........*\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...***...*\n...**..*....*\n.*.......**..\n........*....\n.....*.......\n..*..**......\n*............\n..****.**.*.*\n```\n\n\n## Output without wrap\n\n```\n.***..***....\n*..*..**.*.*.\n........**...\n.........*...\n.....**......\n.....**......\n.**....*.....\n...**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*..*\n...*..**.*.**\n........**...\n.........*...\n.....**......\n.....**......\n.**....*.....\n..****..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.**.*\n**...\n.....\n..*.*\n...**\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n...*.\n*....\n...*.\n***..\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n..*.*\n*....\n.....\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..*..\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.......*..\n........*.\n..........\n..........\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.*.*.\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n*..*.\n.**..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n*****\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n.*.....*.\n.*.....*.\n*.......*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.....**\n**.....**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.*.....*.\n.*.....*.\n*.......*\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n..***.\n..*.*.\n....**\n**..**\n**...*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**...\n..**..\n***...\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*...**\n*.**..\n.**...\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.********.*\n*****.********\n*********..***\n***.*..**...**\n***..*********\n.****.*..*.***\n*.*.*.*.******\n*******.**.***\n.******.**.***\n```\n\n\n## Output without wrap\n\n```\n*...*........*\n..............\n..............\n..............\n..............\n....*.........\n*.....*.......\n*.............\n*.....*.**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n....*.........\n......*.......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n....\n....\n*.*.\n....\n....\n..*.\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n...*\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**...\n.....\n.....\n*...*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*....\n.....\n.....\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n..*.....*.\n*.........\n..........\n.......**.\n..*.*..*..\n....*....*\n*.*.*.....\n.**.......\n..*.*....*\n.*....*.*.\n.****.*...\n....*....*\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n..........\n..........\n.......**.\n...*...*..\n.*..**....\n..*.......\n..*.......\n..**......\n.*..*..*..\n.****..*..\n.*..**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*.......*\n..........\n..........\n.......**.\n...*...*..\n.*..**....\n*.*.......\n*.*.......\n*.**......\n**..*..*..\n*****..*..\n**..**....\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n*........\n.........\n.........\n.........\n.........\n.........\n.........\n....*....\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..*......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n*..*\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n..*...*\n.****..\n...*...\n..*.*..\n*.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.......\n.*..*..\n.*.....\n.**....\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n*......\n.*..*..\n.*.....\n.**....\n*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n......**..\n........*.\n....*..*..\n....*.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*..\n......*.*.\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......*..\n......*.*.\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...**.....\n..*..*....\n*.*..**..*\n*.*..*....\n*.*.**...*\n..***....*\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n.**..**...\n..*****...\n*.*.......\n..*..*....\n.**.**...*\n...*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...**.....\n.**..**...\n*.*****..*\n..*.......\n*.*..*...*\n.**.**....\n...*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***\n*.**.*.\n....*..\n.*...*.\n*.....*\n.......\n***.***\n*......\n**.....\n*...**.\n```\n\n\n## Output without wrap\n\n```\n...*.**\n......*\n.******\n..**.*.\n.......\n**.....\n**...**\n..*....\n*.*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*...**.\n..***..\n..**...\n*....*.\n.*...*.\n**...**\n..*..*.\n.****..\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.*.\n***.\n.**.\n.*.*\n....\n*...\n*.*.\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*..*\n...*\n.*..\n....\n.*..\n*.*.\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.*.\n*...\n....\n**..\n*...\n.*.*\n*.*.\n*.**\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..*.\n*...\n*...\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n**..\n***.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n...*\n.*..\n.***\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n.....*..\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n......*.\n....**..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....**..\n....**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n****\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*****..\n*****.*\n***.***\n..***.*\n*****..\n****.**\n```\n\n\n## Output without wrap\n\n```\n*....*.\n......*\n......*\n*.....*\n......*\n*.....*\n*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...**\n**...\n....*\n*.*.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*****\n...*.\n*.***\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*.**\n*.**.\n...**\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..*..\n....*.*...*.\n....**...**.\n```\n\n\n## Output without wrap\n\n```\n....*.*.....\n...*..*...*.\n....**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..*..\n...*..*...*.\n...*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n**....*..\n......*..\n*...**...\n```\n\n\n## Output without wrap\n\n```\n**.......\n**...**..\n**....*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***.*\n**...**..\n**....*..\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n...*...*\n..**...*\n.......*\n..**...*\n.......*\n..**...*\n.......*\n*.**...*\n```\n\n\n## Output without wrap\n\n```\n........\n..******\n..***...\n.....*..\n.....*..\n.....*..\n.....*..\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*......\n..***...\n.....*..\n.*...*..\n.*...*..\n.*...*..\n.**..*..\n.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n.**.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n**..\n.*..\n.**.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n**..*\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*....\n..*.*\n..*.*\n..*.*\n*..*.\n*..*.\n...**\n...**\n..*.*\n..*.*\n...**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n*....\n*...*\n....*\n....*\n.**..\n.**..\n.**..\n.**.*\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n..*..\n.....\n.....\n.....\n*....\n*.*..\n*.*..\n..*..\n..*.*\n..*.*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n*..*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*.*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........*.\n..........*.*\n.........***.\n..........**.\n.....**......\n..**..*......\n```\n\n\n## Output without wrap\n\n```\n.............\n..........***\n........**.**\n..........*..\n.....**......\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**........\n*.*.......***\n........**.**\n..........*..\n..*.***......\n.*.*.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...\n..........\n.*.*...*..\n......*...\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.......*..\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.......*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n****.*.\n.**..*.\n......*\n*....**\n*.....*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...**..\n***....\n****..*\n.......\n.......\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n*.*...*\n*.**.**\n.....*.\n......*\n......*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n....\n....\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n....\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.......\n....**.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..*.......\n**........\n...*......\n.*.*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.*........\n.**.......\n**........\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.*........\n.**.......\n**........\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.****\n.**.*..*.*.\n*.**.**..*.\n.**.**...*.\n.**..*.**..\n.*.**..***.\n**....*...*\n**....*.**.\n*....*.**.*\n*...*..**.*\n........*..\n.......*.*.\n..***..***.\n..**.*..*..\n```\n\n\n## Output without wrap\n\n```\n...*..***..\n.*.*.*.*...\n**....**.**\n**.....*.**\n.....*.....\n...........\n.......*..*\n....*..*..*\n.....*.*.*.\n...........\n...........\n...*..**...\n..*...*..**\n...*..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*......**..\n*.....**.*.\n**.....*.*.\n*....*.....\n..........*\n.......*.*.\n....*..*...\n.....*.*...\n*.........*\n*........**\n...*..**.**\n...*****...\n....**.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n***\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n....\n....\n..*.\n.***\n...*\n.**.\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n.*.*\n...*\n***.\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n.***\n**.*\n...*\n.***\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n..*..*\n*.*..*\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n.*....\n..****\n.*....\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n..***.\n**...*\n*..*..\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n*......*\n*......*\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n***.....\n***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.***\n*****.***.\n*******..*\n*******.**\n*******.**\n***.*.**.*\n*.**.*..**\n****.***.*\n***.****.*\n*..*******\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*...\n*.......*..\n...**...***\n..****...*.\n.*..**.....\n**.......*.\n.*.....****\n......*...*\n*....**....\n```\n\n\n## Output without wrap\n\n```\n...........\n.......***.\n..........*\n..*.....*.*\n*.......*..\n..*.....***\n*.*...***.*\n.....*..*..\n.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...*.\n........*..\n**........*\n..*.....*..\n........*..\n..*.....***\n***...***..\n.....*..*.*\n.*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.........*..\n.........*.*\n..........*.\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.........**.\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.........**.\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....***...\n..**.....*....\n..**..****....\n......*...*.*.\n......*.*...**\n.........*****\n*.......**....\n```\n\n\n## Output without wrap\n\n```\n..**....***...\n....*.........\n..**..*****...\n.....**....***\n.......*......\n.......*..**.*\n........**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......*...\n....*.........\n..**..*****...\n.....**....***\n.......*......\n*......*..**..\n............**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n....*...\n........\n........\n........\n......*.\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n..***\n.....\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n...*.\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n...*.\n.....\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**.*.*\n**.*.*\n*****.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n****\n*.**\n*.**\n*.**\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n*...\n*...\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n....*.\n.....*\n......\n......\n......\n*..*..\n.....*\n....**\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n....**\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n*...**\n*...*.\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*\n.....*.*\n......**\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*.*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....***.\n....***.\n**..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**.\n..*.....\n........\n*..*....\n*.....**\n........\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*......\n........\n*.......\n*......*\n**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n...***\n..*...\n.*.***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*.**.\n.**.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*.*..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.*...\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.*...\n*.*..\n.*...\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......*..\n*.***.....*.\n***.....****\n*.***.....*.\n*.*......***\n```\n\n\n## Output without wrap\n\n```\n............\n.*..........\n**..........\n.*.......*.*\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..\n............\n............\n............\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*****\n****.\n.....\n*..*.\n..**.\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n*.*.*\n**.**\n.****\n....*\n.*..*\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n*****\n.....\n..**.\n.....\n**...\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n..***....\n....**...\n....*....\n.........\n.........\n....*....\n....*....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...*.....\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n...*.....\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n..*.**\n*.****\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n....*.........\n...**.........\n..............\n..............\n........*.....\n.........*....\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n...**.........\n...**.........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...**.........\n...**.........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n...***\n....**\n....*.\n...*..\n..**..\n*....*\n*....*\n....**\n....**\n....*.\n...*.*\n...*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*..\n...*..\n..*..*\n......\n.*...*\n..*.**\n......\n......\n......\n..**..\n...*..\n..**.*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n...*.*\n..*..*\n......\n*.....\n***.**\n*....*\n......\n......\n..**..\n*..*.*\n****.*\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*.\n.*******.\n*.......*\n..***...*\n**.....**\n*.....**.\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n...*...**\n..**.*..*\n....*.*.*\n*..*....*\n...*...*.\n*......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.*.\n.****....\n*...*.***\n*..*...*.\n*..*.....\n**.****..\n*...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*........\n............\n............\n.**.........\n**..........\n**.....**.*.\n.*.......**.\n.**........*\n.****.......\n....*.......\n..*..*......\n....**......\n...*.*......\n...*.*......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n***.........\n............\n..*.....*.*.\n........****\n*.........*.\n.*..*.......\n.*..**......\n...*.*......\n...*.**.....\n...*.**.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n............\n............\n***.........\n...........*\n..*.....*.*.\n........***.\n..........*.\n**..*.......\n.*..**......\n...*.*......\n...*.**.....\n...*.**.....\n..**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..*.*\n.*..*\n.*..*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n....*\n*..*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..*.*.\n..**..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n.**.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.*.\n.**.*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.*.....\n**.....\n.*....*\n*....*.\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n*.*....\n..*....\n***....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n***....\n..*....\n.**...*\n*....*.\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n**.****\n*******\n****..*\n****...\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n......*\n......*\n*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n***.**\n****..\n***.*.\n****..\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n....**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n.*..*...\n..*..***\n.****...\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n...**.*.\n.....**.\n.*..***.\n.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n...**.*.\n*....**.\n.*..***.\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*...\n.***.*....\n..*..**...\n..**...*..\n...**.*...\n....*..*..\n..*......*\n..*....*..\n*.***...**\n..**.*....\n.**......*\n..**.*....\n```\n\n\n## Output without wrap\n\n```\n**........\n*..***....\n.....**...\n..*....*..\n..*.****..\n....**....\n...*....*.\n..*......*\n....*...*.\n........**\n.*........\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...\n*..***....\n.....**...\n..*....*..\n..*.****..\n....**....\n...*....*.\n*.*.......\n....*...**\n........*.\n.*........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***.*\n.....*.*.\n......**.\n...*..*..\n........*\n*...*.*.*\n*.*.*..**\n**.**.***\n```\n\n\n## Output without wrap\n\n```\n....****.\n....*...*\n.....***.\n.....**..\n....***..\n.***.*...\n*.....**.\n*.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..***....\n.....***.\n.....****\n*...***..\n****.*...\n..***....\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n****\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.....\n.....*\n..***.\n..*...\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*.*.\n..*..*\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...*..\n..*..*\n..*...\n..*..*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....**....\n..*.......\n...*.....*\n...*.....*\n....*.**..\n..**..*..*\n.*....*...\n......**..\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...**.....\n..**......\n...**...*.\n..*.*****.\n..**..*...\n..*..**...\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...**.....\n..**......\n...**...*.\n..*.*****.\n..**..*...\n..*..**...\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n...*.*\n*..***\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n..**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.\n...**..\n..*..*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..***..\n.......\n...**..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.......\n...**..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..**......\n..**......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..**......\n..**......\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..**......\n..**......\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.**\n****.*.**\n*......**\n.......**\n.*..*...*\n..****..*\n```\n\n\n## Output without wrap\n\n```\n.***..*..\n*.**..*..\n..**.....\n.*.*.....\n..*..*...\n..*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n..**.....\n..**.....\n...*.....\n.***.*...\n.***.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.*****\n...*.*\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n.**..*\n.**...\n...*.*\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n*..*.*\n..*...\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...***\n*....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n..**..\n.***..\n**.***\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.*..\n*.....\n*....*\n**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n.*.*..\n.....*\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n***\n.**\n***\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.****.*\n**.*.....\n..*.**.*.\n***..***.\n*.**..*..\n.*..*....\n...*..*..\n...**.**.\n*..****.*\n..***.***\n```\n\n\n## Output without wrap\n\n```\n**.***...\n**.....*.\n....**.*.\n*......*.\n*..**.**.\n.*..**...\n..**..**.\n..*......\n........*\n..*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.*\n**.....**\n....**.*.\n*......*.\n*..**.***\n.*..**...\n..**..**.\n..*.....*\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...***.*\n*......*.*\n*......***\n```\n\n\n## Output without wrap\n\n```\n**....**..\n*........*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**..\n..........\n.......***\n.*.....*..\n**.....**.\n..........\n.*......**\n..*...**..\n.*....*..*\n*......***\n...**.....\n...**.....\n.**...*...\n.*...***..\n```\n\n\n## Output without wrap\n\n```\n..........\n......*...\n.......**.\n**....*..*\n**.....**.\n**.....*.*\n.......**.\n.**...**.*\n.*....*..*\n.......***\n...**...*.\n....**....\n.****.**..\n.**..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n......*...\n.......**.\n.*....*...\n**.....**.\n.*.....*..\n.......**.\n.**...**.*\n.*....*..*\n*......***\n...**...**\n....**....\n.****.**..\n**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*.*..\n...**\n.***.\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*.*\n....*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*..\n*...*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*..\n**...\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n.***.\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.***.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*.*..\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...*.\n...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n*****.*\n*.*****\n*******\n****.**\n*****.*\n.*..*.*\n.*.****\n*.****.\n****..*\n.*.****\n..*****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n**.....\n*......\n**.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n*.....*.\n......*.\n.*......\n...*...*\n*...*...\n....*...\n```\n\n\n## Output without wrap\n\n```\n.....*..\n......**\n........\n........\n........\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n......*.\n.......*\n........\n*.......\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n..*.*\n.*.*.\n.....\n*..*.\n*....\n*..**\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n..**.\n..*..\n.....\n**.**\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.**..\n..**.\n..*.*\n....*\n**.*.\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.\n*.**...\n*.*.**.\n..*..**\n.**.*.*\n*......\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..*..**\n.*.**.*\n....*.*\n.*.****\n.*.**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*....*.\n...***.\n*...***\n.*.****\n...***.\n*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***..\n....**.**\n.**.***..\n.**......\n.........\n....**...\n*******.*\n```\n\n\n## Output without wrap\n\n```\n....*.**.\n*.*....*.\n.**.*.**.\n.***.*...\n.........\n.**...*..\n.***..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*....**\n***.*.**.\n.***.*...\n.........\n***...*..\n..*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*..\n.*........*...\n*...*.*...*...\n..*.***..*....\n..*..*..**..*.\n...**..**.*..*\n*.*......*....\n```\n\n\n## Output without wrap\n\n```\n..............\n.........***..\n..***.*.......\n.*..*.***..*..\n....***...**..\n.*..*...*.*...\n...**...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..*........*..\n..***.*.......\n.*..*.***..*..\n*...***...**..\n.*..*...*.**..\n**.**...*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n..**...\n**.*.*.\n*.*...*\n.*.**..\n.*..***\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..**...\n.**.*..\n*....*.\n*.*..*.\n**.*..*\n...*..*\n***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.......\n..**...\n.**.*..\n**....*\n*.*..**\n...*...\n.*.*...\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n.........\n.........\n.......*.\n.......*.\n........*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*...\n**.**.****.\n.*.**.**..*\n**.*.*.....\n**.*..***.*\n****..*.**.\n*.*....**.*\n********..*\n..*.*..*.**\n```\n\n\n## Output without wrap\n\n```\n**.........\n**......*..\n.........**\n.....*****.\n..**.**.*..\n....****.*.\n....**...**\n...***..*.*\n...***..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n.........**\n...........\n.....****.*\n..**.**.**.\n....****...\n....**.....\n...........\n....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*...**\n.*.****...\n..*...*.**\n....*....*\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..*.**....\n.*..*.*.*.\n.*..***..*\n..*......*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**...*\n.*.**.*...\n....***...\n...*......\n...**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...*.\n.*.*..*.*.\n..*.*..*..\n*.*.....*.\n...*...***\n..*.......\n**....*...\n.......*..\n*.........\n*......***\n*.***.****\n*.......**\n*.*.*....*\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.*****..*.\n..*....**.\n.**......*\n.***...***\n.**....**.\n.*........\n**........\n.......*..\n*..*..*..*\n*..*..*...\n*.*.**....\n.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**.**.\n.*****..**\n..*....***\n.**.......\n.***...***\n***....***\n.*........\n**........\n*......*..\n...*..*...\n...*..*...\n..*.**....\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.*.***\n******\n******\n.*.***\n**..**\n**.**.\n**..**\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*...\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n*.**.***..\n*.***.****\n**..******\n****.**.**\n******..**\n**.***.**.\n***.****.*\n```\n\n\n## Output without wrap\n\n```\n*.......*.\n*.........\n*........*\n..........\n..........\n..........\n..........\n*.*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****...****.\n.**.....*.*..\n*..****.....*\n.....**.....*\n....*.....**.\n..........**.\n......*......\n.**.*.*...**.\n...**..*...*.\n*...*..*.....\n..........*..\n......*......\n```\n\n\n## Output without wrap\n\n```\n.*.*....*.**.\n*......**.*..\n.****.**...*.\n...*..*.....*\n.....*....*.*\n..........**.\n.....*.......\n..*.*.**..**.\n.**.*.**..**.\n...**........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...**.**.\n.......**.*.*\n*****.**...**\n*..*..*.....*\n.....*....*.*\n..........**.\n.....*.......\n..*.*.**..**.\n.**.*.**..***\n...**........\n.............\n..**.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*....\n.*..*.....\n....*.....\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...\n.*....*...\n...*..*...\n.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n*.*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n.***\n.*.*\n..*.\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n**..\n.*.*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n.*.*\n**.*\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***......\n..*........\n.*.........\n...........\n...........\n...........\n...........\n...........\n.*...*.....\n..*........\n.**.*......\n```\n\n\n## Output without wrap\n\n```\n..**.......\n.**........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n..**.......\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n.**........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n..**.......\n.*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...**\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n*.*..*\n**..**\n.****.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*.**.*\n*...*.\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n..***.\n......\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***...*\n*.**..*..*\n.*.*..***.\n```\n\n\n## Output without wrap\n\n```\n**.***....\n*.....*..*\n.*.*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n......*...\n......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n....\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n***\n.*.\n...\n..*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n*.*\n..*\n.**\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n...\n***\n.*.\n...\n..*\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n..**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n***.*\n.**.*\n*.*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n...**\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n*.*\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*...*\n..**..\n*..**.\n*...*.\n...***\n..**.*\n.**.**\n*.*.*.\n..**..\n....*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n......\n.*....\n.***..\n......\n......\n....**\n...***\n..*.**\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n*....*\n....*.\n*.**.*\n*.....\n.*....\n......\n**.**.\n**..*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n..**.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*....\n*..***...**\n....*.***.*\n*....*.....\n....**.*.*.\n........**.\n**...*...*.\n.*.*....**.\n*.*..*...*.\n.**.***..**\n```\n\n\n## Output without wrap\n\n```\n....**.....\n...**...***\n...*..***.*\n.........*.\n....***..*.\n....***..**\n***.......*\n....*...***\n*....**....\n.******..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*....\n*..**...**.\n...*..***..\n.........**\n....***..**\n....***..*.\n***........\n....*...**.\n*....**....\n..***.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*..*.\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*.\n*....*..\n***.**..\n**....*.\n.......*\n........\n..*.....\n..****.*\n```\n\n\n## Output without wrap\n\n```\n........\n*....**.\n..*.***.\n*.*..**.\n........\n........\n..*.*...\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**\n*....***\n..*.***.\n..*..**.\n*......*\n........\n..*.*...\n.*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.......**\n..*.*.**.\n..*.*.*..\n....*....\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n......***\n......*.*\n....*.**.\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n......***\n......*.*\n....*.**.\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n*..*.\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n.*.**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n*.***.\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n******\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.\n***.**.\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n.*..***\n*.**.**\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....**.\n....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n........\n**.**...\n*..*****\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n*..*....\n*..**..*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n..*...*.\n*..*...*\n...**...\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*.*\n**********\n****.*****\n******..*.\n***.******\n***.*.****\n```\n\n\n## Output without wrap\n\n```\n*..*.*.*.*\n..........\n..........\n..........\n..........\n*.*.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*********..\n***.*.*******\n**.*.****..**\n*..*.****.***\n************.\n****.***.****\n***.***.*.***\n**.******.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.*........\n............*\n...*.........\n.............\n.............\n.............\n.............\n*..*....*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n...*.........\n.............\n.............\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*****\n...*.\n***..\n.*.**\n.*.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n**.**\n....*\n...**\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*....\n....*\n*...*\n.*.**\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n...*..\n...**.\n..*.*.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n...**.\n..*.*.\n.**.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n...**.\n..*.*.\n.**.**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*....*.\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n......*\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.....\n.*.*.....*.\n.*.*.*....*\n........***\n.......*..*\n*......*...\n*.......*..\n```\n\n\n## Output without wrap\n\n```\n....*......\n...*.*.....\n....*...*.*\n........*.*\n.......*..*\n.......**..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n*..*.*.....\n....*...*.*\n........*.*\n*......*..*\n*......**.*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*.*..\n.....\n**..*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n***..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..**.\n.**.*\n**.**\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.....*...\n.........\n.........\n......*..\n*.*....*.\n...*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*...*\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n.**\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n***\n..*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n*.*\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n******.\n.......\n.****..\n.*....*\n.....**\n```\n\n\n## Output without wrap\n\n```\n*...*..\n*....*.\n*......\n**.*.*.\n.*.**.*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n.....*.\n...*.*.\n.*.**.*\n.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n..*\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.**.\n.**.\n.*..\n....\n*..*\n*.*.\n***.\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n.*..\n.*..\n.**.\n.**.\n*.*.\n*.**\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n...*\n****\n**.*\n....\n****\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n...*\n..*.\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n..*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*...\n****\n..*.\n.***\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*.*\n...*\n**..\n....\n*.*.\n..**\n..**\n***.\n**.*\n*..*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n**.*\n**.*\n**..\n....\n*...\n.***\n....\n....\n*...\n...*\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.*.*\n*...\n*..*\n.**.\n*...\n....\n....\n....\n.***\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n*...**\n*..**.\n**.*.*\n..*.**\n..*..*\n.***..\n*.*.*.\n..*...\n.**...\n.****.\n```\n\n\n## Output without wrap\n\n```\n.*..**\n*....*\n*.**..\n**...*\n..*..*\n.....*\n....*.\n......\n..*...\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n..**..\n.*....\n..*...\n*....*\n*...**\n......\n..*...\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*...\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*...\n..*..\n.**..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n...*.\n****.\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..****\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n*.*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...*.*\n...***\n....*.\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n..**.*\n...*.*\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n...*.*\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n**.**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n*...*\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*.**.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n****.*\n****.*\n******\n*****.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n.....*\n.....*\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n***.**\n***...\n......\n.**...\n.*.*.*\n..**.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n...***\n*.**..\n*.....\n.**...\n.*.*..\n.....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n..**..\n*.....\n***...\n.*.*..\n*....*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n...**\n*.**.\n**..*\n..***\n***.*\n..*.*\n***..\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.**.*\n.....\n.*.*.\n...**\n.....\n..**.\n.***.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.**.*\n.*...\n.....\n.....\n.....\n*****\n*.**.\n*.***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..**\n..**\n**..\n****\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..**.\n****.\n..*..\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*....\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n****\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n.**\n***\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n***.\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n****....\n.....***\n...*....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n***...*.\n.*.**.*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n***...*.\n**.**.**\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**......\n...*.......*\n............\n......*.*.*.\n....*.......\n..........*.\n*.....*.....\n..*.......*.\n.......*....\n..*.........\n............\n```\n\n\n## Output without wrap\n\n```\n....*.......\n....*.......\n............\n............\n.........*..\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n....*.......\n............\n............\n.........*..\n............\n...........*\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n**.*.*\n.*.***\n*****.\n.*****\n******\n***..*\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n.....*\n*.....\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n...**\n..***\n.**..\n**...\n*...*\n...**\n...*.\n.....\n*....\n*..**\n*..*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*....\n*.**.\n**..*\n.....\n...**\n.....\n.....\n*****\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n.*.*.\n.*..*\n*.*.*\n**.*.\n*..*.\n...**\n....*\n**..*\n***..\n...*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.**.....\n***.*...\n**.....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**....\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n..**....\n**.*...*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*.**.\n*..**\n**...\n.****\n***.*\n```\n\n\n## Output without wrap\n\n```\n..***\n.**..\n*..**\n*....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*...\n.*..\n..*.\n*..*\n....\n....\n.*..\n.*..\n...*\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n...*\n.*.*\n.*.*\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*..*..\n**..**\n......\n.*....\n*....*\n***...\n..***.\n.....*\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n..**..\n**....\n*.....\n...*..\n..*.*.\n.**.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..*.*.\n.****.\n.*..*.\n**...*\n*..*.*\n*.*...\n*.*.*.\n.**.**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*..*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n..*..*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*..***\n**..**\n.***..\n******\n```\n\n\n## Output without wrap\n\n```\n***..*\n......\n*....*\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*...**..\n..*..**.\n........\n***.....\n.**.....\n*...**..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....*.*.\n...**.*.\n.*.*.*..\n..*.....\n..**....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.*..*...\n...**..*\n.*.*.*..\n..*.....\n..**....\n*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****\n****.****\n**..***.*\n******..*\n**..**.**\n***.**.**\n.*****.**\n**.**.***\n**.***.**\n**.**.***\n```\n\n\n## Output without wrap\n\n```\n*..*.*..*\n.........\n........*\n........*\n.........\n.........\n.........\n.........\n.........\n**.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n**....\n..*..*\n...***\n**...*\n***...\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.***.*\n.***.*\n*..*.*\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n**....\n.***.*\n.***..\n...*..\n..*...\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.*...\n.....\n...**\n***..\n...**\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n.***.\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n***..\n.....\n*****\n***..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n........\n.....*..\n.*......\n.......*\n*..*....\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.......\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n...*.*.\n..*...*\n..*.*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*.*.*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*.*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*...*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n.*.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*.*..\n**.**\n.*...\n*.*.*\n*.***\n*.***\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.....\n.*..*\n.*.*.\n*....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.....\n...*.**\n**.....\n*......\n....*.*\n.....**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n***....\n**.....\n**.....\n......*\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.**...*\n**.....\n**....*\n*.....*\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.*.\n**.*\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n...*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n..**\n.*..\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.***\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.***\n****\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n****\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*..*\n.........**\n...**.*.*..\n.....**....\n.**..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.......*..*\n......*....\n...*.**...*\n...******..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**....*\n*..........\n...*.**...*\n..*.*.*..*.\n.......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.*.*.....\n.*.*.....\n***......\n*.......*\n.*......*\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..**.....\n*.......*\n*......**\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n***..*\n*.*..*\n......\n......\n...**.\n...*..\n.***..\n...*..\n...***\n...*..\n***.**\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.*...\n*.*...\n......\n......\n...**.\n......\n...**.\n......\n..**..\n.*....\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*...\n..*..*\n......\n......\n...**.\n......\n...**.\n......\n..**..\n.*....\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*....\n.........*..\n............\n............\n.....*......\n......*...*.\n...*..*.....\n...*........\n............\n............\n..**......**\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n.....**.....\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n.....**.....\n............\n............\n............\n............\n............\n..**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.***\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n*.....**\n........\n........\n...***..\n*..*.*.*\n*..*..*.\n...*..*.\n...*....\n....***.\n*......*\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n....*...\n...*.**.\n..**.*..\n..**.***\n..***...\n...*..*.\n....***.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n*.....*.\n.......*\n....*...\n...*.**.\n*.**.*.*\n*.**.**.\n..***..*\n...*..*.\n....****\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*.\n*....*...\n*........\n.....***.\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*....**.*\n.....**.*\n.....***.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*.**.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.***\n*.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n...**\n...*.\n***..\n*....\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n**.*.\n*....\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*.*.*\n...*.\n.....\n..**.\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n**.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..******.\n***.*.*.**\n*.*.****..\n*..******.\n.********.\n*.*****..*\n.********.\n```\n\n\n## Output without wrap\n\n```\n*.***.*.**\n*.*......*\n*.*......*\n*.........\n*........*\n*........*\n.*.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.......\n..*.......\n*.........\n..........\n*........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n*.*.**\n.**.*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..*.**\n..*.**\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***.*\n*.*...\n..*.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*...\n....*..*..\n....****..\n....*.....\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n...**..*..\n...**.**..\n...*......\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n...**..*..\n...**.**..\n...*......\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n**...*\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*...\n*...\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n.***....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*.*....\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n..........\n..........\n..........\n...**.....\n...**.....\n....**....\n.....*....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...*......\n.....*....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...*......\n.....*....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n...**.\n*...*.\n.*.**.\n.*....\n*.***.\n```\n\n\n## Output without wrap\n\n```\n....**\n...***\n..*..*\n*..**.\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.***..\n*.*...\n...**.\n......\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*......*\n**......\n....*...\n........\n.....*..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n**.....*\n**.....*\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n.*...*..\n.....*..\n.....*..\n........\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n....***.\n........\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n....***.\n........\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..**\n.....*.*.*\n**.**.*.*.\n**.*.*....\n*....*..*.\n```\n\n\n## Output without wrap\n\n```\n....***.**\n*......*.*\n**.*..***.\n...*.***..\n**..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.*..\n.......*..\n.*.*..***.\n...*.***..\n...*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n.*.....\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.*..*..\n.*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*..*.\n*...*\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n**.*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*.*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n**.\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n..*\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.*....\n....*....*..\n....*....*..\n.....***....\n............\n```\n\n\n## Output without wrap\n\n```\n....*.......\n...***..*...\n....*.*.*...\n.....**.....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n...***..*...\n....*.*.*...\n.....**.....\n....**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n**.\n*.*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.....\n.....\n*....\n*....\n.....\n...*.\n*.*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n*.*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n..*.*\n.****\n*.*..\n*.*.*\n*...*\n**.*.\n*.*..\n..*..\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n....*\n....*\n*...*\n*....\n*.*.*\n*.**.\n*.**.\n.*...\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n....*\n....*\n.....\n.....\n..*..\n..**.\n*.***\n.*...\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.....\n......**.....\n*....**.....*\n.*..***....**\n***..*...**.*\n.*..*....*...\n******.......\n*............\n.*..**.......\n*...*........\n*.**.***....*\n***..*.*....*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...*.......**\n.**.**...**.*\n.***.........\n.....*...***.\n.*.**........\n*.*..........\n*............\n*.*..**......\n*....*.......\n..*..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.......\n.*...........\n...*.......**\n***.**...**..\n..**.........\n**...*...**.*\n**.**.......*\n*.*.........*\n.............\n*.*..**.....*\n*....**.....*\n*....*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n**.**.*.\n**.***.*\n...*..*.\n.*.**..*\n**.****.\n**.**.**\n*...**..\n*.******\n```\n\n\n## Output without wrap\n\n```\n*.....**\n........\n**.....*\n**....**\n**.....*\n........\n.......*\n*.......\n.*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n.*....*.\n.*.....*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*****\n*.*.****\n********\n.**.****\n*******.\n******.*\n```\n\n\n## Output without wrap\n\n```\n.***...*\n*.......\n*.......\n........\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n....*\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.**.....*\n.*.****..\n.*..****.\n****..***\n```\n\n\n## Output without wrap\n\n```\n.........\n.*******.\n**.*.....\n........*\n*****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n********.\n.*.*.....\n.........\n*****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n*.*..*\n..*...\n**....\n*.....\n*..***\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*...\n*.*...\n**....\n*...*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.*..*\n..*..*\n**....\n....*.\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n.*..*.*\n*...***\n.......\n.******\n.*....*\n****...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n..*.*..\n.*....*\n.*.****\n*...*.*\n*.*....\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*..****\n***.**.\n.......\n.*.****\n....*.*\n*.*....\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n.*....\n*.*..*\n.*....\n**...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n..**..\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n..*..*\n..**..\n*.*...\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n..*.*.*..\n..***.*..\n....***..\n..***.*..\n..*.*.*..\n..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n...**....\n..*.***..\n......**.\n.....*..*\n.***....*\n.***.***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n......**.\n.....*..*\n.***....*\n.**...**.\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n*****\n*.**.\n.*...\n....*\n```\n\n\n## Output without wrap\n\n```\n....*\n*....\n*...*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*****\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n......\n.**..*\n...**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n.*...*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*\n**...*\n*.*.*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n***.*..\n....*.*\n.*....*\n.......\n.......\n*.....*\n.*.....\n.....**\n.*.....\n**...**\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n**..*..\n.****..\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n**..*.*\n..***..\n......*\n.......\n.......\n.......\n......*\n.......\n.*....*\n**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******..\n...*..*...\n....**....\n......*...\n.....**...\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n..******..\n..*....*..\n....***...\n....*.*...\n.....***..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*..\n..*....*..\n....***...\n....*.*...\n.....***..\n..**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.***......\n...**.....\n**.*..*...\n..*..*...*\n...*..****\n.....*..*.\n.*...*...*\n**........\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*.**.....\n*...*.....\n.*.*.*....\n.*****...*\n....****.*\n....**....\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*.**.....\n*...*.....\n**.*.*....\n.*****...*\n....****.*\n*...**....\n.*.......*\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n........**\n*.........\n*...**..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.........*\n*.......*.\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.***\n***...*....\n*.*...*.***\n*.*........\n```\n\n\n## Output without wrap\n\n```\n*.*...*....\n*.....**...\n..**..*.*..\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n..**..**.**\n.***..*....\n..**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n****.\n*..*.\n.****\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.***.\n*....\n*****\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.****\n..***\n.....\n.**.*\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n****.*\n**....\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n*.....\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*....*\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n.*...\n.....\n.****\n.*..*\n.....\n**.**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.**\n**..*\n.....\n*****\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**.*.\n.....\n....*\n.***.\n..*..\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n.*.*\n*.**\n.*..\n....\n....\n....\n***.\n...*\n***.\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n.**.\n.**.\n....\n....\n.**.\n.**.\n...*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n****\n****\n....\n.*.*\n****\n*...\n.**.\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.**\n..*.****.\n..**....*\n*..*.....\n*....*..*\n..*..**..\n.*...*...\n*.**.*.**\n.**...*..\n```\n\n\n## Output without wrap\n\n```\n....**.**\n.**.**...\n.**..***.\n.****....\n.*..***..\n.*..***..\n.*.*.*.*.\n*..***.*.\n.***..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...*\n***.**...\n.**..****\n*****....\n**..***.*\n**..***..\n**.*.*.**\n*..***.**\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.*.*.\n*.*.*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......*\n*.*...****\n.*.*..**..\n.*.*......\n...*......\n..*.......\n....**....\n..***.*...\n..**......\n.........*\n*.......**\n*....**.**\n......***.\n*........*\n```\n\n\n## Output without wrap\n\n```\n**.....*.*\n*.*...*..*\n**.*..*...\n...**.....\n...*......\n...**.....\n..*.**....\n..*.......\n..*.*.....\n........**\n.......*..\n.....**...\n.....**...\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..*...*...\n.*.*..*..*\n...**.....\n...*......\n...**.....\n..*.**....\n..*.......\n..*.*.....\n*.......**\n.......*..\n*....**...\n.....**...\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....**..\n..*..*****.\n**.*****.*.\n..........*\n...*.....*.\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.**.....**.\n.*..**.....\n.*...*..*.*\n.........*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***\n*.*.....**.\n....**.....\n*....*..**.\n.......**.*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*..***\n.*...*\n```\n\n\n## Output without wrap\n\n```\n...***\n**.*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...**.\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n....\n.*.*\n.*.*\n....\n....\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*..*\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n.**..\n*..*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n**...\n*..**\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n****.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*......*\n........\n.**....*\n..*....*\n*..*...*\n*.***.*.\n....***.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n.*.*....\n.***.***\n.*......\n...*....\n......**\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n...*..*.\n..**.**.\n*.....*.\n**.*..*.\n**....**\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*.\n.....*....\n..........\n..........\n..........\n*.......*.\n.........*\n.......*..\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.........*\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n*.*...*.*\n.*......*\n**.**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*..*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**\n..**...**\n*.**.....\n..**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.***\n***.*\n*.*.*\n*.***\n****.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*....\n*...*\n*...*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n******\n*..***\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***\n....***\n...*.**\n*.**..*\n.****.*\n```\n\n\n## Output without wrap\n\n```\n....*.*\n...*...\n..**...\n......*\n.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n...*...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n*.**\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n**..\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n..........\n..**......\n..***.....\n....**....\n...***..**\n.*..*...*.\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..*.*.....\n..*..*....\n..*.......\n...*....**\n..****..*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n..........\n..*.*.....\n..*..*....\n..*.......\n...*....**\n..****..*.\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.**.\n**..\n.**.\n.**.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n.*..\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*..*\n*..*\n.*.*\n.***\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n**...\n**..*\n**...\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n**...\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...**\n.....\n.....\n.....\n.....\n.*..*\n..*.*\n.*...\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*....*\n*...**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...*.\n....*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.*.*.\n...*.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.**\n..*..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n..*..\n..**.\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........*\n.**.......*\n.*.........\n...........\n..*........\n...........\n```\n\n\n## Output without wrap\n\n```\n***........\n..*........\n.**........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......*\n..*.......*\n***........\n...........\n...........\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n.**...\n......\n..**..\n.*.**.\n.....*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n......\n*...*.\n......\n.....*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*..\n*...*.\n......\n**....\n.*....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...\n.**......\n..**.....\n.*.......\n.........\n.........\n.........\n.........\n..*......\n.*.*.....\n**...*...\n.**.***..\n...*.....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n....*....\n..*......\n.........\n.........\n.........\n.........\n.........\n.*.......\n***......\n...*..*..\n*........\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..***....\n..*......\n.........\n.........\n.........\n.........\n.........\n.*.......\n***......\n...*..*.*\n****...*.\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n.**....\n.......\n.......\n.......\n......*\n*....**\n*......\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n.......\n.......\n......*\n*....*.\n**...*.\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..*...........\n..............\n.........*....\n.........*....\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*...\n*....\n***.*\n**.*.\n..***\n..**.\n.*.**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**...\n.*...\n*.*..\n..**.\n*....\n....*\n.*...\n.*..*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*...\n..*.*\n..**.\n.....\n*....\n**...\n**...\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..**\n...*.*..\n**...*.*\n..*.*...\n*..****.\n*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n***..*.*\n.***.**.\n*.*.....\n..*...*.\n.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*..\n.**..*..\n****.**.\n..*.....\n*.*...*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n....*\n...*.\n.*...\n.....\n....*\n....*\n...*.\n.....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n........\n........\n........\n....***.\n.....*..\n.**.....\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n....***.\n....***.\n.***....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n........\n........\n.....*..\n....***.\n....***.\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n.**..\n..*..\n.....\n.....\n.....\n...*.\n...**\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.*.*.\n.*.*.\n.....\n.....\n.....\n..*.*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n.*.*.\n.*.*.\n.....\n.....\n.....\n..*.*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n**...\n*****\n```\n\n\n## Output without wrap\n\n```\n***..\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n*..**.****\n*.*..***.*\n**.****.*.\n***.******\n******.***\n```\n\n\n## Output without wrap\n\n```\n***......*\n*.........\n*.*......*\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..*.......\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..**\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...........\n..............\n..............\n..............\n.*.......*....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*..\n...*\n.***\n..**\n.*.*\n....\n*...\n*...\n*...\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n**.*\n.*.*\n.*..\n....\n...*\n....\n....\n**..\n*...\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n.*.*\n.*..\n....\n*..*\n*...\n....\n**.*\n*..*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n.*..\n**.*\n*.**\n...*\n****\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**.*\n*..*\n**..\n*..*\n*..*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n****\n....\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**..\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*.*..\n.**..*.*...*\n..***...****\n**...*..****\n**.**.**..*.\n****....*.**\n...**.*.*.**\n.**..*.*....\n***.**...***\n```\n\n\n## Output without wrap\n\n```\n.*......*...\n.**..*.*...*\n*..*****....\n*....**.....\n...*****....\n*.....*.*...\n*...***.*.**\n*......**...\n*.*****...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...*..\n.**..*.*...*\n...*****....\n.....**.....\n...*****....\n......*.*...\n....***.*.*.\n.......**...\n..****...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...*.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*...*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.***.\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*.***\n**..**\n******\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*..*.\n*..**\n..*..\n....*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.****\n....*\n....*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n****.\n*....\n....*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.***.*\n**.****.**\n...****...\n****..**.*\n******.***\n.*.******.\n**********\n..****.*.*\n.***.*...*\n*****..***\n.*****....\n**...*.**.\n.*.**...**\n```\n\n\n## Output without wrap\n\n```\n***......*\n***......*\n**.......*\n........**\n..........\n..........\n........*.\n**....*..*\n**.....*.*\n.....***.*\n.....*....\n*...**....\n**...*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n.......*..\n.....****.\n.....*...*\n....****..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n....*.....\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....\n..*..*....\n..*..*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.......*.\n.....**..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......*..\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......*..\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n*.**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*.*.\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n*...\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n**.....\n.......\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n**.....\n**.....\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n*******\n***.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*.\n.*......*.\n.**..*.*..\n..*..**..*\n.*..*.**..\n*......*..\n.....*.**.\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.....*.\n.....*****\n...**.*..*\n..***..**.\n......*...\n........*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**..\n*.*..*..*.\n*....****.\n...**.*...\n*****..**.\n......*..*\n....***...\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*......\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n**....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n*.*\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.....\n.*...\n.**.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.**..\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n***..\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n*...\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*...\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*.*..\n.*.*..\n.***..\n**..**\n.*...*\n.*...*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.*..\n**.**.\n...*..\n*..***\n.**..*\n***..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*..\n**.**.\n...*.*\n...***\n.**...\n.**..*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.**...\n*.....\n*..*..\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*..*..\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n...***\n..*..*\n.*****\n*....*\n...*..\n..***.\n****.*\n....**\n**.***\n*..***\n**.***\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*.*.\n.*....\n**..*.\n.*....\n..*...\n..*...\n......\n*.*...\n.*....\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n***...\n**..*.\n......\n.....*\n..*...\n..*.**\n**...*\n*.*...\n......\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n*...**...*\n....******\n*.....****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n....*..*..\n..........\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**...*.\n..........**\n..**...*....\n..***..**...\n..........**\n*..*........\n```\n\n\n## Output without wrap\n\n```\n...*......**\n..*.**.*.***\n.**.*.*.**..\n.**.**.**...\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....**.\n..*.*..*.***\n.**.*.*.**..\n.**.**.**...\n....**......\n....**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.***..\n..**..\n**.*..\n...*.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*....\n*...*.\n.*.*..\n*..*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**...*\n*...*.\n**.*..\n...*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n..*..*\n.....*\n....*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*..*\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..*..\n.*.**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n**..*\n..*..\n***..\n*..**\n.**..\n*..*.\n*.**.\n***..\n```\n\n\n## Output without wrap\n\n```\n***..\n**.*.\n..**.\n*.*..\n*..*.\n***.*\n*..*.\n*..*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**.**\n..***\n*.*..\n...**\n.**..\n*..*.\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....\n.*..*.....\n.*..*.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.****.....\n.****.....\n.****.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n......*..*\n......*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n..**\n..*.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.***\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.***\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n****.*\n.*....\n*.****\n**....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*..**.\n.....*\n*.***.\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...**.\n......\n..****\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.\n***.*..\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.......\n.*.**..\n*****..\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n**..*..\n**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n..***..\n**..*..\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n*.*\n.**\n..*\n***\n...\n***\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.*.\n..*\n.*.\n..*\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..**.**...\n..***..**.*...\n...**..*.**...\n...**....*....\n*..**........*\n*..*....*...**\n...*...**..*.*\n..**..*****.*.\n...**.*.*.**..\n...**....*.*..\n....*.*..*....\n.*...**...***.\n**.......*****\n**.......*.*..\n```\n\n\n## Output without wrap\n\n```\n....***...*...\n.....*.***.*..\n....**..*.**..\n......*.****..\n.**....*....**\n..*.*..*...*.*\n....*.*....*.*\n...**.**....**\n.....**.*..**.\n.....********.\n....*.*..**.*.\n.******.....**\n..*.......*.*.\n.*........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.......\n.....*.*..**..\n....**..*.**..\n.*....*.****..\n..*....*......\n..*.*..*...*.*\n.*..*.*....*..\n...**.**....**\n.....**.*..**.\n.....********.\n....*.*..**...\n..*****.......\n..............\n.***..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n****\n*.*.\n...*\n***.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n**..\n*.*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.*\n*.......\n.*.**.*.\n.**...**\n...**.**\n*....***\n......*.\n.*.*....\n.*...***\n```\n\n\n## Output without wrap\n\n```\n........\n**.*..*.\n**.*.***\n.*......\n.****...\n....*...\n.....***\n..*..*.*\n..*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..\n**.*..*.\n.*.*.**.\n.*......\n.****...\n*...*...\n*....**.\n*.*..*.*\n.**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n******\n**.***\n*...**\n*.**.*\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.*\n...*.**.\n***.*...\n*....*..\n........\n....*...\n****....\n```\n\n\n## Output without wrap\n\n```\n.....*..\n*..*.**.\n*****.*.\n*.......\n........\n.***....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.*\n...*.**.\n*****.**\n*.......\n........\n.***....\n****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n..*.\n..*.\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n.***\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n..**\n.***\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.......\n.......\n.......\n.......\n.......\n.*.....\n.......\n.......\n.......\n**...*.\n*.**.**\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n***.***\n*..*...\n.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n***.**.\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.**.**.*\n..***..*...**\n*..*.*...*.**\n.*.....***.*.\n*.*....*.....\n..*.**..*..**\n..***..*.****\n....***..*.**\n...***.**.*..\n..**.**..*.*.\n*.*.*..**.*..\n....*******..\n*..*..*.*.***\n..*.**.*.**..\n```\n\n\n## Output without wrap\n\n```\n.....*****...\n..*.*....**..\n.........*...\n*....*...*..*\n....*........\n.**.**......*\n.**..*.*.*...\n.***...*.....\n..**.......**\n...*.......**\n*..*.........\n.*.*.........\n..**..****...\n...*******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......*.**.*\n*........*...\n.....*...*.*.\n*...*......*.\n*.*.**.......\n*.*..*.*.*..*\n*.**...*....*\n*.**.......**\n*..*.......**\n...*........*\n**.*........*\n...*.........\n.**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.***.\n*****\n***.*\n***..\n*****\n***.*\n****.\n****.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n....*\n....*\n....*\n....*\n....*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.**.\n*.*.*\n***..\n.*.**\n**..*\n```\n\n\n## Output without wrap\n\n```\n***..\n*.**.\n*....\n*...*\n...**\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..**.\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..**\n*..*...**\n*...*...*\n...***.**\n```\n\n\n## Output without wrap\n\n```\n..***..**\n.**......\n.....**..\n...***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n.**......\n.....**..\n..*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*****.\n..***.***\n*********\n******.**\n**.***.*.\n*********\n*********\n*******.*\n**.***..*\n******.**\n*********\n****.****\n```\n\n\n## Output without wrap\n\n```\n.*......*\n.........\n*........\n.........\n.........\n.........\n.........\n........*\n........*\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******...\n***....**\n*..**...*\n.*.......\n*....*...\n....**...\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n*..**....\n.....*.**\n*..*...**\n**..*....\n....**...\n....***..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.\n.....*.*.\n...*...*.\n.*..*...*\n....**...\n....***..\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...*.\n.*.*.\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.....\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*....\n*....\n*..**\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.**..\n*.*.*\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n*...*\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n******.\n..****.\n..**..*\n..*..**\n.*.....\n..*...*\n**.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n.....**\n.*....*\n*..**..\n*...***\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*....*.\n.*...*.\n.....*.\n...**..\n....*..\n....*..\n*****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n..***.....\n...*......\n......***.\n........*.\n.....***..\n.*....*.*.\n**.*....**\n.*.**...**\n.***......\n```\n\n\n## Output without wrap\n\n```\n....*.....\n..*.*.....\n..***..*..\n.......**.\n.....*..*.\n.....**.*.\n***..**.**\n**.**.....\n....*...**\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n..*.*.....\n..***..*..\n.......**.\n.....*..*.\n.....**.*.\n.**..**.*.\n.*.**.....\n....*...*.\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********.\n**..**....*\n****.*.*.**\n***.**.**.*\n*.**......*\n**...**.*..\n**.*.******\n*..*.******\n.***....*.*\n```\n\n\n## Output without wrap\n\n```\n*.**..****.\n..........*\n.......*..*\n.....*.**.*\n...*....*..\n...*.*..*.*\n..........*\n*..*.*.....\n.****.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***..\n...........\n.......*...\n.....*.**..\n...*....*..\n...*.*..*..\n...........\n...*.*.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*..*.\n*...**\n....**\n...***\n****.*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.***\n...*..\n......\n.*....\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**.**.\n*..*..\n......\n.*....\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*.*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*..*\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n....\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n.**.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.*.**\n******\n..****\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n......\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...**..\n...**..\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n...**..\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n...**..\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n**...*.*.\n..*...**.\n***.....*\n.*.......\n......**.\n.....****\n```\n\n\n## Output without wrap\n\n```\n......***\n.*.......\n..*...***\n*.*....*.\n***....*.\n.....*..*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n**.......\n..*...**.\n*.*....**\n.**....**\n.....*..*\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*.\n......*..\n....**.*.\n...****..\n.***..*..\n*....***.\n**..*****\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n.......**\n...*.....\n.***.....\n*..**....\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**...*\n..**..***\n.......**\n...*.....\n..**.....\n*..**....\n**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.**.*\n***...\n*.*..*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n*...*.\n*.*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.**.*\n....*.\n*.*.**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*......\n*......\n.......\n*......\n..*....\n..*....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*......\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.*...\n.....\n.....\n.*..*\n..*.*\n..*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n.**.*\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n*..*.\n.**.*\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n***\n***\n***\n*..\n**.\n*..\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n..*\n*.*\n...\n*..\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n...\n...\n...\n...\n...\n...\n...\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n****\n.*.*\n*.**\n****\n*.*.\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n*...\n*...\n*.**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n..**.\n.*.*.\n.***.\n...*.\n..**.\n*.**.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..***\n.*..*\n**.**\n**..*\n**.**\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*...*\n*.*..\n.*..*\n.*.**\n.*.**\n.*...\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**\n*.*.....\n.*......\n........\n........\n....*...\n**..**.*\n....****\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.*.....\n.*......\n........\n........\n....*...\n....*.*.\n..***.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**\n**....**\n**......\n........\n........\n*...*..*\n*...*.**\n..*....*\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n*****\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*.*.*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n..*..\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.***.\n..*..\n*...*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.**..\n**.**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*...*...\n...*........\n......*.**..\n........*...\n...*.*......\n*....*.*..*.\n......*.....\n..*.*.**....\n```\n\n\n## Output without wrap\n\n```\n..**....*...\n..**...*.*..\n......*...*.\n......*..*..\n....*.***...\n....**......\n....*.......\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......\n.****....*..\n......*...*.\n......*..*..\n....*.***...\n....**......\n.....**.....\n.***.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n..**..*\n..**.**\n..*..**\n..****.\n```\n\n\n## Output without wrap\n\n```\n..**...\n.....**\n.*.....\n.*.....\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.....**\n**.....\n.*.....\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....**\n*......*.\n*...*.*.*\n**.***...\n****.*..*\n.*..**...\n```\n\n\n## Output without wrap\n\n```\n**.....*.\n*....**.*\n.........\n.........\n....*.**.\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.........\n........*\n....*...*\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n**.\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n..*\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.....\n.**..\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..*..\n.....\n..*..\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.*...\n*.***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.***.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.....\n*****\n...**\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**...**\n...*...*.**..*\n*......*...*..\n........*..*.*\n*.....**.***.*\n.......*....**\n******.**...**\n.......*......\n......*.....**\n.*.****.......\n```\n\n\n## Output without wrap\n\n```\n.......***..**\n......**.***.*\n.......*.*.*..\n......*.**.*..\n......**.***.*\n*.****...**...\n.****..**...**\n.*****.**.....\n....*.**......\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.***..**\n......**.***..\n*......*.*.*.*\n......*.**.*.*\n*.....**.***..\n..****...**...\n*****..**...*.\n.*****.**.....\n....*.**......\n....***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*...*\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n*..**..\n.....**\n..****.\n**....*\n....**.\n...****\n```\n\n\n## Output without wrap\n\n```\n.*****.\n.****..\n..*...*\n.****..\n.**...*\n...*...\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*****..\n..*...*\n.****..\n***...*\n...*...\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n..*.*.\n..***.\n....*.\n*....*\n**....\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n....**\n.**...\n..*.**\n....**\n**....\n*.*.*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.**...\n..*.**\n....*.\n**...*\n..*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n***.**\n....**\n*..*..\n*..***\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..*.**\n.**...\n*.*..*\n...*..\n*..*..\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n..*...\n*..*..\n...*..\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n........\n.....*.*\n...*..*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.......*\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.***.\n.****...*.\n.*...*.***\n****..*..*\n**.*...*.*\n..*...**..\n***.*.*..*\n**.***.**.\n*.****..*.\n```\n\n\n## Output without wrap\n\n```\n....**....\n....*.....\n...*..***.\n...**.....\n...*...**.\n....****..\n.....*....\n.*...*...*\n......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...*..**..\n...**...*.\n...*...**.\n....****..\n.....*....\n........*.\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n..*..*...\n*.......*\n..**.....\n*.......*\n*.......*\n........*\n......**.\n.....**..\n....**...\n....**.*.\n.....**.*\n.*......*\n..*..**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.***.....\n.*.......\n.*.......\n.......**\n........*\n.....***.\n....*..*.\n.........\n.......*.\n....***.*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**..\n.*.......\n.***.....\n.*.......\n**......*\n.......*.\n*.......*\n.....***.\n....*..*.\n.........\n.......*.\n*...***.*\n*........\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n......\n..*...\n....*.\n*****.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n....*.\n.****.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n....**\n.*****\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.**...\n.**...\n.*....\n......\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n*.....\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n*.....\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n..*..\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**.*.\n..***\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..**.\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n**.**\n.**..\n*.*.*\n..*.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*...*\n....*\n..*..\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*.*\n..*.*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.*.\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n*.****\n.*.*.*\n****.*\n.****.\n*****.\n*.*.**\n***.**\n******\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.**..*\n......\n.....*\n*....*\n.....*\n*.....\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n......\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*.\n**..****.\n..****..*\n*.*..**.*\n...*.**.*\n...*.*.**\n.**..*..*\n.****.***\n...*..***\n...***...\n**.**..*.\n*...*.**.\n```\n\n\n## Output without wrap\n\n```\n...**..*.\n.*.....**\n*.*.....*\n.**.....*\n..**....*\n...*.*..*\n.*...*...\n.*..*....\n........*\n.....*..*\n***....*.\n**.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.....\n**.....*.\n..*......\n***.....*\n..**.....\n...*.*..*\n.*...*...\n.*..*....\n*.......*\n*....*...\n***....*.\n***...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...*.\n........**.\n...........\n*.........*\n.......*..*\n*.*..*...*.\n..*.**....*\n.*.........\n...........\n*.**....*..\n.*.......*.\n..........*\n```\n\n\n## Output without wrap\n\n```\n........**.\n..........*\n........**.\n.........**\n..*.**...**\n.*....*..**\n..*...*....\n.*..*......\n.**........\n*..*.......\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n...........\n*.......*..\n*..........\n.**.**...*.\n......*..*.\n*.*...*...*\n*...*......\n.**........\n...*......*\n..*......*.\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n...*.*\n*.*...\n..*...\n......\n...*..\n..**..\n.*.*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n.**...\n.*....\n..*...\n..***.\n....*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n..*...\n.**...\n.*....\n..*...\n..***.\n**...*\n.***..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....**\n**...**...\n....*.**..\n...****...\n..*.*.....\n.*..*.....\n.*..*...*.\n.*.**.....\n.**.......\n***......*\n.**......*\n..........\n..........\n.*......**\n```\n\n\n## Output without wrap\n\n```\n*.*.......\n*.*..**.*.\n...*...*..\n......**..\n..*.......\n.**.**....\n**..**....\n**.**.....\n..........\n*..*......\n*.*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.\n..*..**.*.\n...*...*..\n......**..\n..*.......\n.**.**....\n**..**....\n**.**.....\n..........\n...*.....*\n..*......*\n..........\n..........\n.**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....*....\n...**.....\n....*.**..\n.....***..\n....***...\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n...**.*...\n...**..*..\n..........\n....*..*..\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n...**.*...\n...**..*..\n..........\n....*..*..\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**.\n.*.**..**\n*.....**.\n.**.*....\n.*****...\n..*.*...*\n*.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n***...***\n.**..*..*\n*...*****\n*...*.*..\n.....*...\n......**.\n.*...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.**..*...\n*...****.\n*...*.*..\n*....*...\n*.....***\n*.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*.\n.....**.*\n..**...*.\n**..*****\n..**.**..\n...***.*.\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n....**..*\n.***.....\n.*......*\n.**.....*\n..**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n....**..*\n.***.....\n**......*\n***......\n..**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*.\n.*...**.\n.*.*.*..\n*..*....\n..*....*\n.......*\n.*****.*\n.......*\n```\n\n\n## Output without wrap\n\n```\n**...**.\n.*..***.\n**...**.\n.*.**...\n........\n.*..*..*\n..***..*\n..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n.*..****\n**...**.\n**.**...\n*......*\n.*..*..*\n..***..*\n...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...*\n..*.*...\n***.****\n*..*..*.\n.**...*.\n..***.*.\n**....**\n*.....*.\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n.***....\n*...*..*\n*.*.*.**\n*..**...\n.*..*.**\n*..*..*.\n****..**\n*.....**\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*\n....*...\n*.*.*.*.\n...**...\n.*..*.*.\n...*..*.\n****..*.\n......*.\n*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n......\n.*..*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n*...**\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.......*\n.......*\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...*..\n...*..\n......\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....*.\n......\n......\n*....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n.**...*\n*..*.*.\n.**.**.\n*.*.**.\n***...*\n**.***.\n..*.*..\n.**.**.\n.....*.\n.**..**\n..***.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n*.*****\n..***..\n*..**.*\n.*....*\n....*.*\n.....*.\n*..*...\n.****..\n...***.\n.*..**.\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n....**.\n..***..\n.*.**.*\n.......\n....**.\n.....**\n**.*..*\n.*****.\n...***.\n***.*.*\n.***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...\n***.***.\n......**\n```\n\n\n## Output without wrap\n\n```\n*.*.*...\n*.*.*.**\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*...\n*.*.*.*.\n..*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n*....*\n******\n*.***.\n*.**.*\n.***.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n**....\n.....*\n*....*\n*.....\n*....*\n*....*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n......\n......\n......\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*..*.\n.**.*\n**.**\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.****\n*....\n....*\n....*\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n*.*...\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n..*.*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..*....\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*****\n*...*\n.*.**\n**..*\n..***\n.**..\n..***\n*****\n.*.**\n*****\n***.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.**.*\n***.*\n*....\n.****\n**...\n*...*\n.*...\n*...*\n*....\n.....\n.....\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.***.\n.*...\n....*\n**...\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**....**\n..........**..\n..............\n....*.........\n...*.........*\n...*.........*\n........*....*\n..**..**......\n..***.....*...\n........***...\n........**....\n......*.*.....\n*...***.*.....\n.....***....*.\n```\n\n\n## Output without wrap\n\n```\n...........**.\n...........**.\n..............\n..............\n...**.........\n............**\n..**...*......\n..*.*..*......\n..*.*..**.*...\n...*....*.*...\n..........*...\n......*.*.....\n....*...*.....\n....*..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*....**\n...........**.\n..............\n..............\n...**.........\n*...........**\n..**...*......\n..*.*..*......\n..*.*..**.*...\n...*....*.*...\n..........*...\n......*.*.....\n....*...*.....\n....*...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n......\n...*.*\n...*.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..**.\n.*..*\n....*\n.*..*\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n..*.*\n...**\n..*.*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n*.*.*\n...**\n*.*.*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*.\n.....*...\n.***.**..\n.*....*..\n.*..*.*..\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.****....\n.......*.\n**.*...*.\n....***..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*******..\n.......*.\n**.*...*.\n....***..\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****....***..\n.*......*...*\n...*......***\n....*....*.*.\n.....*..**...\n```\n\n\n## Output without wrap\n\n```\n***.....**...\n**.*....*...*\n.........**.*\n....*...**.**\n........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*..*..\n.*.*....*...*\n*........**.*\n....*...**.**\n.****........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....*.*..\n....*.*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.....\n*****\n*....\n*.***\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.*..\n*....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n*****\n.....\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*.*\n.**..\n..*..\n.....\n....*\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n*....\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*.*.\n*....\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...\n.........\n*.*.....*\n..*.....*\n..*....*.\n........*\n.*......*\n....*.*..\n..**..*..\n......*..\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n..**...**\n.......**\n.......**\n.......*.\n..**.*.*.\n...*..**.\n..**.***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n**......*\n*.**...**\n.......**\n*......**\n*......*.\n..**.*.*.\n...*..**.\n..**.***.\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..**..\n......\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n...*.\n.***.\n.*...\n..***\n*...*\n```\n\n\n## Output without wrap\n\n```\n.****\n*....\n.*.*.\n.*..*\n.****\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.*.*.\n**..*\n.****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n***..*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*..*\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n....*\n....*\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n...*.\n...*.\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n.**.*.\n****..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n*....*\n*...*.\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...*..\n....*...***.\n..**....*.*.\n.***...**...\n..*.....*.*.\n```\n\n\n## Output without wrap\n\n```\n....**..*.*.\n...*....*.**\n....**.**...\n**.*...*....\n.**....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...****..\n.........*..\n....**.**...\n**.*...***..\n.**.*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.....\n...*..**.*\n**........\n...*.**...\n.*....*...\n*....*.*..\n*....*....\n.........*\n...*.....*\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n..****....\n.**....*..\n..*.*.....\n.....**...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n.**..*....\n..****...*\n*.*....*..\n..*.*.....\n**...**..*\n..........\n.*......*.\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........***\n..........*\n...........\n...........\n...........\n***......**\n.*.*.......\n**......***\n..........*\n```\n\n\n## Output without wrap\n\n```\n.........**\n..........*\n...........\n...........\n.*.........\n***........\n........*..\n***......**\n..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*\n..........*\n...........\n...........\n**........*\n***.......*\n........*..\n.**......**\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n*.**\n..**\n****\n..*.\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n.**.\n....\n....\n....\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*..*\n....\n....\n....\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**...\n*****....\n*.*..*...\n```\n\n\n## Output without wrap\n\n```\n..*.**...\n*........\n*.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...\n*........\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*..*.\n*....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*..*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...***\n*****.\n*.*.**\n**....\n```\n\n\n## Output without wrap\n\n```\n..*..*\n.....*\n*.....\n....**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.....\n......\n....*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....\n.*..*.*.*.\n..*.......\n.....**..*\n..*......*\n*....***..\n**.*......\n**.**...**\n....*.....\n*....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n..*.**....\n..*...*...\n......*.*.\n.......*..\n.....*....\n*..*.***..\n**.....**.\n**.*.*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....****\n******....\n..*...*...\n......*..*\n**.....**.\n**...*....\n.*.*.****.\n*......**.\n.*........\n***....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n*..........***\n........***...\n**......*.....\n.......*..*...\n*.......******\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..........*.*.\n........*....*\n.......*....*.\n.......*....*.\n.......*....*.\n........***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....*\n..........*...\n..........*..*\n*.......*.....\n.......*.....*\n.......*....*.\n.......*....**\n*.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****.*\n...**....*\n......*.*.\n......**..\n..........\n*....*.***\n```\n\n\n## Output without wrap\n\n```\n....*.....\n........**\n.....**.*.\n.....***..\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.**\n....*.****\n.....**.**\n.....****.\n.......**.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...........\n.*........***\n.**.*........\n```\n\n\n## Output without wrap\n\n```\n.............\n*.*.......***\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*..\n*.........*..\n*.........*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*..*\n*..*.\n..**.\n.*...\n*....\n.....\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.**\n.***.\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n**.*.\n.****\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n*...\n*...\n***.\n**..\n...*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n..**\n*.*.\n....\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n..*.\n....\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n*...\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*..\n**.*\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n...*......\n.**.......\n....*.*...\n...*..*...\n...*.**...\n.....**.*.\n.....*....\n.....*..*.\n......**..\n....**....\n......*...\n....*.*...\n..***.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n..**......\n..**.*....\n...*..**..\n..........\n.......*..\n....**.*..\n.....*.*..\n....*.**..\n.....*.*..\n....*.*...\n....*.....\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n.*........\n..**......\n..**.*....\n...*..**..\n..........\n.......*..\n....**.*..\n.....*.*..\n....*.**..\n.....*.*..\n....*.*...\n....*.....\n..****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n*..\n.*.\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n**.\n*.*\n..*\n***\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...**.\n..*.*.\n....*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*..*\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..*..*\n....**\n....**\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.*.\n...*\n.*..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.**...\n**....\n..*..*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n..*...\n..**..\n.*.*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*.**.*\n*.**.*\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n**......\n........\n........\n........\n........\n........\n........\n...*....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n*.......\n**......\n........\n........\n........\n........\n........\n........\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n**......\n........\n........\n........\n........\n........\n........\n..*.....\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...*.*..\n..*.*****.**..\n..***.......**\n....***.......\n*****.***...**\n..*.*.*..*....\n.**.*....*.*..\n```\n\n\n## Output without wrap\n\n```\n...*..*....*..\n..*...*.......\n......*.**.**.\n.**...........\n.*...*.*.*....\n*..*.*...***..\n.*...*...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....**.\n..**..**.*....\n......*.**.**.\n*.*.........**\n**...*.*.*..**\n.....*.*..*.**\n***..*.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.*.*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**.**\n**.**\n**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..****...\n.........\n..*..**..\n.........\n...***...\n.........\n```\n\n\n## Output without wrap\n\n```\n...**....\n..*.**...\n...*.....\n.........\n.........\n...***...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n..*.**...\n...*.....\n.........\n.........\n...***...\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n...\n...\n.*.\n.**\n...\n**.\n.*.\n***\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n.**\n*..\n*.*\n**.\n..*\n.*.\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n***\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.*.**\n****.\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n**..*\n.....\n*....\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***.*\n....*\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**...\n.**..*....\n**.*...*..\n..***...*.\n..**..*...\n...**.*...\n....*.*...\n.**.....**\n****....**\n..*.*....*\n..*.......\n*.*.*...*.\n..**....*.\n```\n\n\n## Output without wrap\n\n```\n.***.**...\n*.*****...\n...*.*....\n..........\n...*.*.**.\n.....****.\n.*...*....\n.*.....**.\n.......*..\n..........\n..........\n..........\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*..*...\n...*.*....\n..........\n...*.*.**.\n.....****.\n.....*....\n.......**.\n.......*.*\n........**\n*........*\n***......*\n....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*..**.\n**.*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n.**...\n....*.\n.**..*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.**..\n.*.....\n..***..\n.**....\n.*.****\n***..*.\n...****\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.*.....\n...*...\n.*.....\n...****\n**.....\n.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*....\n.*.....\n...*...\n**.....\n...****\n.*.....\n*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**.*..\n*..***\n******\n*.****\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.***.*\n.*****.***..\n.*.*...*****\n******.*****\n.**..*.**.**\n******.****.\n.***********\n*****.**.**.\n*.*********.\n*****.******\n```\n\n\n## Output without wrap\n\n```\n.*...*.*.**.\n*....*.....*\n...........*\n*....*......\n............\n*...........\n...........*\n*...........\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n.....*.....*\n............\n.....*......\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n...*..\n...*..\n..*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n.*....\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n......\n..**..\n.*....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n..*.....\n..*.....\n..*.*...\n..***.*.\n**..*.*.\n**.*..*.\n.***...*\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*....\n*...*...\n....**..\n..*.*.*.\n.......*\n...*...*\n.....**.\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n*...*...\n*...**..\n*.*.*.**\n......*.\n...*..*.\n...*.***\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******.***.*\n..*.**........\n..***.....****\n***.*.*......*\n*..*.*.....***\n.**....*....**\n*....*.*.*.**.\n*******..*...*\n.....*..*.**.*\n```\n\n\n## Output without wrap\n\n```\n.**...*...*...\n.........*...*\n...........***\n*.........*...\n*..****....*..\n***.*...*.*...\n*....*.*..**..\n****...*.*...*\n.***.**..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....***.*..\n*........*...*\n...........***\n..........*...\n...****....*..\n.**.*...*.*...\n.....*.*..**..\n.***...*.*....\n........*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*....\n*..**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n*...*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*...*\n*..*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*..\n*****.**\n*****.*.\n***.....\n***.*..*\n.**..*..\n```\n\n\n## Output without wrap\n\n```\n*....**.\n......**\n....*.**\n....**..\n........\n*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n......*.\n....*.*.\n....**..\n.......*\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.**.\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n**.......\n**....***\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......**\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n****\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n*...*.\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*****.\n**..*.\n*.*.**\n*.**..\n..**.*\n.****.\n```\n\n\n## Output without wrap\n\n```\n**.*..\n...**.\n......\n*.*.**\n.....*\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...**.\n......\n..*.*.\n*.....\n*....*\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n.**\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n***\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...........\n.............\n.*...........\n.............\n.............\n.......*.....\n........*..*.\n...*....*....\n..*.....*....\n.............\n.............\n.......*...*.\n*.*...*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.......*.*...\n.......*.*...\n........*....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.......*.*...\n.......*.*...\n........*....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n..*..\n.***.\n****.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*.*\n........**.\n..***.*...*\n*.....**...\n.....**.*..\n......*....\n......*....\n.......*...\n..........*\n....***....\n...*.*.*...\n..*........\n```\n\n\n## Output without wrap\n\n```\n....*..***.\n...*.*.....\n..*...*.**.\n...*..*....\n....**.....\n.....***...\n......**...\n.....*.*...\n....*.*....\n...........\n.....**....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.**.\n...*.*....*\n..*...*.*.*\n...*..*..*.\n....**.....\n.....***...\n......**...\n.....*.*...\n....*.*....\n...........\n...*.......\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..**.\n......**.**\n.....***...\n**..**..***\n*...**....*\n.........**\n.......**..\n....****.*.\n```\n\n\n## Output without wrap\n\n```\n.......**.*\n.......*..*\n...........\n**..**.***.\n**.........\n....*****.*\n.....*.*..*\n.....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...**\n...........\n..........*\n....**.***.\n.*.........\n*...*****.*\n*...***....\n....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*..*\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n******\n******\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*..*\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*..*\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n***.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..**\n*.**...*\n.*..*...\n*...*...\n.******.\n......**\n**.*..**\n```\n\n\n## Output without wrap\n\n```\n...*.***\n*...*.**\n*..*.*..\n*...**..\n****....\n.***.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n....*...\n**.*.*.*\n....**..\n****...*\n*....*..\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....***\n..***.......*\n.**.*.*.*.*.*\n..*...*.*..**\n......*.*....\n*....*...*..*\n.*...*...*..*\n..*.*....*..*\n.**.*....*..*\n```\n\n\n## Output without wrap\n\n```\n...*......***\n....**...**.*\n.*..**..**..*\n.****.*.*....\n..*.*......**\n.............\n...*........*\n..*.**..*...*\n.***.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......*.*\n...**....**.*\n.*..**..**...\n..***.*.*..*.\n..*.*......*.\n.*...........\n.*.*.........\n..*...*......\n.**...*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*.**.\n***..\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n*....\n*.*..\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*.*..\n*...*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.**\n.***.***\n**.*...*\n*.***.**\n**.****.\n```\n\n\n## Output without wrap\n\n```\n*...*..*\n.....*..\n*.......\n.......*\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n.....\n...**\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*..*.\n*..*.\n*..*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n*....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n...*.\n.....\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*.*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n......\n......\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n........\n.*.*....\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n*......*\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n...*....\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n*....\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*..\n.***..*\n...*.*.\n..*....\n.***...\n...***.\n*....*.\n.....*.\n***..*.\n..**..*\n***..*.\n..**.**\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n**..*..\n**.***.\n**.**..\n**..*..\n..*.***\n.......\n.**....\n.**....\n.......\n...*...\n..**...\n..**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n**.*.**\n.*.***.\n**.**..\n.*..**.\n*.*.***\n*......\n*.*....\n***....\n*......\n...*.*.\n.*..**.\n***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n...*.*\n*..*.*\n*...*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n...*.*\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n...*.*\n*..*..\n**..*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n*.*..*..*\n......*..\n.........\n.........\n.....**..\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n*.......*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......**\n*........*\n.*........\n**........\n.*.......*\n..........\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n........**\n**......**\n..........\n..*.......\n*.*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.\n*.......**\n.*........\n.**.......\n.**.......\n..........\n.........*\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n****\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..****\n*.*****..\n******.*.\n*****.***\n******..*\n*.*******\n..*.*..**\n.****.*.*\n*.*******\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.....**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......*..\n....*......*..\n....*......*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*......*..\n....*......*..\n....*......*..\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..*...*..*...*\n..*...*..*...*\n..*...*..*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n.****..\n..*****\n***.**.\n**.*.**\n***..*.\n.******\n```\n\n\n## Output without wrap\n\n```\n*....*.\n*.....*\n*.....*\n*......\n...*..*\n.......\n*..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n......*\n.......\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........\n.*........\n.**.......\n..........\n..........\n.....**...\n.....*....\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*.......\n..........\n..........\n..........\n....*.*...\n....*.*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n*.........\n..........\n..........\n..........\n....*.*...\n....*.*...\n***..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**\n....**.\n....**.\n.......\n..***..\n..***..\n```\n\n\n## Output without wrap\n\n```\n.....**\n...*...\n....**.\n.....*.\n..*.*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n...*...\n....**.\n.....*.\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n........\n........\n........\n........\n........\n........\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n........\n........\n........\n........\n........\n........\n**......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n*..*..\n*.*...\n*.**..\n.**...\n...*..\n....**\n...***\n...*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n*.*...\n*..*..\n.*....\n..***.\n.....*\n...*.*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*...**\n*.*..*\n*..*..\n.*....\n..***.\n.....*\n...*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.**..\n******\n......\n......\n......\n......\n......\n.....*\n......\n......\n......\n..**..\n...**.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n*.*.*.\n.****.\n..**..\n......\n......\n......\n......\n......\n......\n...*..\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*...*.\n..*...\n.***..\n******\n......\n......\n......\n......\n......\n......\n...*..\n..*.*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n....*..\n.......\n*......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......*.*\n...*.....**.*\n*..*......*.*\n```\n\n\n## Output without wrap\n\n```\n...*.....***.\n...*....*....\n...*.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....**.\n.*...*...***.\n.*...*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n**..*\n*.***\n```\n\n\n## Output without wrap\n\n```\n*****\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n******\n.***.*\n*..*.*\n.*..**\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n.....*\n*..*.*\n**...*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n*..*\n..*.\n*.*.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n...*\n***.\n*.**\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*...\n.*..\n..*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.**.*.\n......\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*....\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n..*...\n***.**\n*.*..*\n..**.*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n*.*.**\n..*..*\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*.****\n..*...\n..*...\n******\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n..*...**.\n*.*....*.\n.......*.\n*......**\n```\n\n\n## Output without wrap\n\n```\n.........\n..*...***\n.*......*\n......*..\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*..\n***...*.*\n.*.......\n**....*..\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n....\n...*\n....\n...*\n....\n*...\n...*\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n*..*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.**.\n..**......\n*..*....*.\n*.**..*.*.\n*.*.......\n*.*.***.*.\n.**......*\n.*..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.****.....\n.*..*..**.\n.**.*.**..\n..*.****..\n*.*.***...\n*.*.*.**..\n*.*..*....\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*..*......\n.**.*.**.*\n..*.****..\n*.*.***..*\n*.*.*.**..\n.**.*.*.**\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*.....\n.*.*..\n..**.*\n...*.*\n...*..\n**.**.\n.*..*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n...*..\n..***.\n...*..\n**.**.\n**...*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.*...\n******\n**.*.*\n*.**.*\n.*.*..\n...*..\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n...**\n*...*\n..**.\n**.*.\n.*.*.\n.****\n.....\n..***\n.....\n..***\n....*\n.****\n.*...\n```\n\n\n## Output without wrap\n\n```\n.****\n....*\n..*.*\n*....\n**..*\n**...\n..*..\n...**\n.....\n...**\n.....\n.*...\n**.**\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n.***.\n*..*.\n.*.**\n...*.\n.**.*\n.*.*.\n.....\n...**\n.....\n.*...\n****.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..*.\n.*..\n....\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n....\n....\n.***\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n.****.\n.**..*\n.*.*.*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*...**\n*....*\n**.*.*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n....*.\n.....*\n.*.*.*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.\n*.*.*..\n..*.*.*\n.**....\n*.*.**.\n*.**...\n.**.*..\n.*...**\n*.***..\n***....\n...****\n```\n\n\n## Output without wrap\n\n```\n*****..\n*.*.*..\n..*..*.\n..*.*..\n*...*..\n*....*.\n*...**.\n*....*.\n*..***.\n*......\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n*.*.*..\n*.*..*.\n*.*.*.*\n*...*.*\n*....**\n....***\n.....**\n...***.\n*......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....\n***.....\n.**...**\n*.**.*.*\n***...*.\n..*....*\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n...*....\n......**\n*..*.*.*\n*.....**\n*..*....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...*....\n......*.\n...*.*..\n......*.\n...*...*\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n.***\n*..*\n..*.\n.*.*\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..**\n....\n.*.*\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n*...\n.***\n**..\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.**\n**.*\n*...\n...*\n....\n....\n....\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*..*\n***.\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n*.*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.**.*.\n...**.\n.***..\n...***\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*..*.\n....**\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*...**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n....*.\n***.*.\n*.*.*.\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n...**.\n.**..*\n..*.**\n*.*.*.\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*..*\n..*...\n*.*...\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.****.*.*\n.****.*..*...\n*.*..*.*.*.**\n*..***..*..*.\n....***......\n.**...*.**.**\n*.*....*.....\n```\n\n\n## Output without wrap\n\n```\n.....*****...\n*........*..*\n*......*.*.**\n.*.*...**.***\n.**...*.*****\n.***..*.*....\n..*....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..**..*\n.........*...\n*......*.*.*.\n**.*...**.**.\n***...*.****.\n****..*.*...*\n.....*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n......\n..*.**\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n******\n..*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n......\n.*....\n.**..*\n***...\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n......\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n***...\n......\n..*..*\n**....\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****....\n...*.*....\n*....**..*\n*....*...*\n.....**...\n..*.*.....\n****......\n.*........\n```\n\n\n## Output without wrap\n\n```\n..**.*....\n..**......\n.....**...\n....*.....\n....***...\n..*.**....\n*..*......\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*....\n..**......\n*....**..*\n*...*....*\n....***...\n..*.**....\n*..*......\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*....*\n......\n......\n......\n......\n*....*\n**....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n**....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n......\n......\n......\n......\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*...\n...*..*...\n...*..*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n..******..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******..\n..******..\n..******..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n....\n....\n....\n.**.\n*.*.\n*.**\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n*.*.\n**..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..*.\n....\n....\n..*.\n****\n****\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....*....\n..........\n..........\n..*.......\n...*......\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..***.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n..........\n..........\n..........\n..***.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n*......*\n........\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*....\n...***.....\n....*......\n.....*.....\n....*......\n.....*.....\n...........\n...........\n...........\n...........\n.....**....\n```\n\n\n## Output without wrap\n\n```\n...**......\n..**.......\n...*.......\n...*.*.....\n....**.....\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***....\n..***......\n...*.......\n...*.*.....\n....**.....\n...........\n...........\n...........\n...........\n...........\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n.........\n.*....*.*\n**..**...\n.*....*..\n.***.....\n*.****...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*.*..*...\n*.**.....\n*.**.....\n...*.*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.**......\n.**..*...\n.***.....\n.***.....\n...*.*...\n.*.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**.*....\n.***.....\n.**......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n***......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n***......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n**...*****\n...**..*..\n........**\n******.*.*\n.......*..\n...*....*.\n```\n\n\n## Output without wrap\n\n```\n.*.**...*.\n.***....*.\n.*........\n.*.....*..\n**.**.....\n.*.*.****.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*.\n.......***\n..........\n.*.....*.*\n...**.....\n...*.***.*\n..*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n...*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..*.*\n.....\n..**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n..*..\n..**.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n..*.*\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*******\n***.**...*\n**.*.**..*\n***.**.**.\n**..**...*\n**..**.*..\n****...***\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n.......***\n......*..*\n.......*.*\n......**.*\n.......*.*\n....**....\n..*****..*\n..***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......*.*.\n.......**.\n......***.\n.......*..\n....**....\n....*..**.\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n...**.\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n.**..*\n.*...*\n.***..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n.***..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*..\n.*.**.***\n..****.*.\n.****...*\n.*..**.*.\n*..**.*.*\n*.*.***..\n*.**.**..\n..*..***.\n...*.***.\n.**.*.***\n****..**.\n***.*...*\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.....\n.......**\n**....*.*\n*.*...*.*\n*.*....*.\n..**.....\n..**.....\n.*.*.....\n**.*.....\n...***...\n.....*.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*.\n*........\n.......*.\n**....***\n..*...*..\n*.*....**\n*.**.....\n..**....*\n.*.*.....\n**.*.....\n...***...\n...**....\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n.....**....\n....*..*...\n....*..*...\n.....**....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....**....\n....*..*...\n....*..*...\n.....**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...........\n...........\n.....**....\n....*..*...\n....*..*...\n.....**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n**.\n...\n**.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.........\n.........\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...**\n.....*.*.\n**.......\n****...*.\n...*..**.\n...****.*\n```\n\n\n## Output without wrap\n\n```\n......*.*\n**...*..*\n*....*..*\n**....**.\n..**.....\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*.*\n**....***\n**...*...\n*.....**.\n*..**.*..\n*.***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n**.*..\n....*.\n**..*.\n...*..\n**.*..\n....*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*..*.\n.....*\n.....*\n.....*\n.....*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*....\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.**\n....*.\n*.....\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n...*.*\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n....**\n...***\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n***\n***\n***\n***\n.**\n*..\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n******\n***.*.\n......\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n*...**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n.***.\n*.***\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n..**.\n.***.\n.*.*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n.**..\n*....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*..\n.*..\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n***.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n***.\n***.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..***\n**...\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n****.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*****\n*****\n.....\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n......\n.**.**\n**...*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n***.**\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n***\n.**\n***\n***\n***\n***\n.**\n*.*\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*..*\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n*..*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**.*\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n*****\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.\n..***...\n.....**.\n..****..\n```\n\n\n## Output without wrap\n\n```\n...***..\n...**.*.\n......**\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n.....*..\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****...\n.*.......\n*.*......\n..***.*.*\n.**..*..*\n```\n\n\n## Output without wrap\n\n```\n.****....\n*...*....\n..*......\n....**.*.\n.**.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n*...*....\n*.*......\n....**.**\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n...**..\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n...**..\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n...***\n.**..*\n*..*.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n.***..\n*....*\n.**..*\n*....*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.*\n*.*..*...\n.**..**.*\n***....**\n****....*\n**.*..*.*\n.*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.****..\n..*......\n...*.**.*\n......*.*\n...*....*\n...*..*.*\n**..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....**\n*.*.....*\n...*.**..\n......*..\n...*.....\n...*..*..\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*****...\n.**..*.**..*.*\n....*.........\n.*****.****..*\n.***.**...*.*.\n..*....*.*..**\n.**.*.....*.**\n......*....*..\n**...*******.*\n..**....**.**.\n*..**.*....*.*\n...***.**.*..*\n*.****.****.**\n```\n\n\n## Output without wrap\n\n```\n.**...*..**...\n.*****....*...\n..........*.*.\n.*.....*****..\n.....*....*.*.\n....***..**...\n.***......*..*\n*.*...*.*....*\n.**..**.......\n*.**.........*\n......*....*.*\n.*........*..*\n..*..*.*..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n******....*...\n..........*.*.\n**.....*****..\n.....*....*.*.\n....***..**...\n****......*..*\n..*...*.*.....\n***..**......*\n..**..........\n*.....*....*.*\n.*........*...\n***.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n..*..\n...*.\n.**..\n.....\n..*..\n.*...\n.....\n*....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.*.*.\n...*.\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.*.*.\n...*.\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***\n.******\n****.*.\n```\n\n\n## Output without wrap\n\n```\n.*....*\n.......\n*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n..**..\n..***.\n....*.\n.*****\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..*.*.\n.*....\n..****\n..*..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n..*..*\n..*.*.\n.*....\n..****\n..*..*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n***..*\n.....*\n.**...\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**.*.\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n***.**\n.....*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n..**..\n.*.**.\n.****.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.....*\n.*....\n*.....\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*....\n*....\n*.***\n.*...\n..*.*\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..*.\n*.***\n.*..*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.*.*.\n.....\n*.**.\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*...*...*\n..***.***\n...*.*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**..*\n..*...***\n..**.***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*...**..*\n*.*...***\n..**.***.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n..**...\n.*.*...\n.*..*..\n.*..*..\n*....*.\n.......\n.......\n***....\n*....*.\n.**..*.\n.*...*.\n.*....*\n*.*...*\n```\n\n\n## Output without wrap\n\n```\n..****.\n.....*.\n.*.**..\n**.**..\n**..**.\n.......\n.......\n.*.....\n**.....\n*......\n***.***\n**...**\n***..**\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***\n.....*.\n.*.**..\n**.**..\n**..**.\n.......\n.......\n.*.....\n**....*\n*......\n***.**.\n.*...**\n.**..**\n.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n...**..\n...**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**..\n..*..*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******\n.******\n.******\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n.****..\n*..*.**\n****..*\n```\n\n\n## Output without wrap\n\n```\n.......\n**..***\n*.**...\n*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n.....***\n.......*\n........\n....*...\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n.....*.*\n.......*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n*....*.*\n.......*\n........\n....*...\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n.....***\n........\n.....*..\n....*...\n....*..*\n....**.*\n..*....*\n.**.....\n***....*\n```\n\n\n## Output without wrap\n\n```\n.......*\n......**\n.....*..\n........\n....**..\n...**.*.\n...***.*\n.***..*.\n*..*....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.....**\n.....*..\n........\n....**..\n...**.*.\n*..***.*\n****..*.\n...*...*\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*...*.\n...**.....\n...**.*...\n....*.*...\n....*.....\n..........\n..........\n..........\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n..........\n..........\n....*.....\n.....*....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n...**.....\n..........\n..........\n....*.....\n.....*....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n*...\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**\n*.****.*\n.*.*.*.*\n.**..***\n***...**\n*.**...*\n```\n\n\n## Output without wrap\n\n```\n..*.**.*\n.**.**.*\n.....*..\n....***.\n.**..*..\n.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n........\n.....*..\n....**..\n...*.*..\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.*..\n......*.*.*..\n......*..*.*.\n.......*....*\n........*...*\n```\n\n\n## Output without wrap\n\n```\n.......*.....\n........*.**.\n......*.****.\n.......**..**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..*.\n........*.**.\n......*.****.\n.......**..**\n.......***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n*.*\n.*.\n*.*\n**.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n*.*\n*.*\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n*.*\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*..\n.**....*...\n**.....***.\n**......*..\n.****..*...\n..*******..\n*...****.**\n.**........\n.*.......*.\n```\n\n\n## Output without wrap\n\n```\n.**........\n.**........\n.........**\n........*..\n...........\n...........\n.*.........\n*.*.....***\n*.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*.*\n**.....*.*.\n...........\n*.......**.\n*..........\n.*.......*.\n...........\n..*.....**.\n.......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..**.*\n.....*\n..*...\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*.*.\n..***.\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n*.*.*.\n..***.\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n..*\n.*.\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..*...\n......\n....*.\n.....*\n.....*\n.**...\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n....**\n*.....\n.*...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*...\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*****\n.*...\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*.**.\n*....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..***\n....*\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*..\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n*.*...\n**....\n**....\n*...*.\n**...*\n.**..*\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*.*...\n..*...\n......\n......\n*.*.**\n*..**.\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**...\n*.*...\n..*..*\n......\n......\n..*.*.\n...***\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.......\n.**.*.....\n.**.**....\n.**..*....\n```\n\n\n## Output without wrap\n\n```\n*.**......\n....**....\n*...**....\n.*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n....**....\n*...**....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**..*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n****..**\n..**.*.*\n.****.*.\n.*.***..\n*.******\n********\n***.**.*\n*...**..\n..*.*.**\n```\n\n\n## Output without wrap\n\n```\n..*.***.\n***..*.*\n**...*.*\n**....**\n**....**\n........\n........\n........\n...*..**\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*...****\n.....*..\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...*\n..***...\n..**....\n......*.\n........\n*......*\n*..**..*\n*..*.*.*\n...*.**.\n******.*\n..*.*.**\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*.**..\n...*....\n........\n........\n........\n.*.**.*.\n*.**...*\n.**....*\n.*.....*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***\n*..**.*.\n...*....\n........\n*......*\n*......*\n.*.**..*\n.***....\n*.*.....\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.**.\n....\n.*..\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n...*\n*..*\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n*...\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.*...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n***...\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*..*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n.*****\n******\n*****.\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.*\n..****..\n*****.*.\n.**.****\n**.*.***\n******..\n*..*.***\n```\n\n\n## Output without wrap\n\n```\n.*...**.\n*.......\n*......*\n........\n.......*\n........\n*..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n.......*\n*.......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*.*..\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n*..\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n***\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n*..\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n**.*\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n.*.*\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*.**..\n.*.........**\n...**...**...\n*..**....*.**\n..**.....*.*.\n```\n\n\n## Output without wrap\n\n```\n..........**.\n..***......*.\n..***...**...\n.........*.**\n..***......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....**..*\n..***......*.\n..***...**...\n.........*.**\n.**......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n......\n......\n.*...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**.*\n...*\n..*.\n****\n.***\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n**..\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n*****.\n.*.***\n*****.\n*.****\n...**.\n*..**.\n******\n.*...*\n**..**\n.*****\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n**....\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**....\n**...*\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.*.\n****\n*..*\n**.*\n*.*.\n*.**\n**..\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n..**\n....\n*.**\n*.**\n*..*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n......*\n**....*\n**.....\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n......*\n.*....*\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n******\n*****.\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.********\n**..*.*.***\n*****.*..**\n.*.*.***.**\n*********..\n****.**.***\n.****..**..\n.***.****.*\n.*****..*.*\n.**.***.***\n.*..***.*..\n********.**\n.*******.**\n*...******.\n```\n\n\n## Output without wrap\n\n```\n.***.......\n.***.......\n...........\n...........\n...........\n...........\n...........\n...........\n**.......*.\n.........*.\n.........*.\n...........\n.*.......**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.........*.\n.........*.\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..*.......\n..........\n........**\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*.**\n.*..*\n.****\n.*.**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..***\n**.**\n**...\n**...\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*.*.\n.*...\n.*...\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**.*\n*.**.***.\n*.****.**\n*.*******\n```\n\n\n## Output without wrap\n\n```\n.*.*.*...\n*........\n*........\n..*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..*.\n.*..**.*.\n.*.*.*.*.\n..**.**..\n...***.*.\n....****.\n**.....*.\n.*****.*.\n...*.****\n...**.*..\n**..*.*.*\n**..***.*\n```\n\n\n## Output without wrap\n\n```\n********.\n*....*.**\n***....*.\n..*...***\n......**.\n.**...*..\n**..*.***\n***....**\n.*.**....\n..**...*.\n*....*.*.\n*.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n***....*.\n.**....*.\n..*...***\n......***\n.**...**.\n**..*.*.*\n.**.....*\n...**....\n****...*.\n.***...*.\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n**.*\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*.*\n*.*..\n.....\n.....\n*..*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.*.*.\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*.*\n.*.*.\n.....\n.....\n..*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.....\n.**.*\n*.*..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n****.\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n***..\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*...*\n..***....\n.........\n.........\n.........\n*.....***\n*........\n.........\n...*.....\n..***....\n...***...\n*..*...**\n*..**..*.\n```\n\n\n## Output without wrap\n\n```\n.**......\n.*..*....\n..**.....\n.........\n.........\n......***\n.........\n...*.....\n..***....\n..*..*...\n....**.*.\n...*.*..*\n...***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**..*\n***.*....\n..**.....\n.........\n*......*.\n*.....*..\n*......*.\n...*.....\n..***....\n..*..*...\n.*..**.**\n.*.***.*.\n*.*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n......*\n......*\n*......\n*.*.*..\n****...\n.*...**\n*..*...\n...*...\n.*.....\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n*.*....\n*..***.\n...**..\n..*.*..\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*.....*\n*.....*\n**....*\n*.*...*\n...***.\n...**.*\n*.*.*.*\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.**.*\n..*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*.*\n.*.*\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n**.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......*..\n.......**\n*.....*..\n.*....*..\n.***..*..\n.*....*..\n*****..**\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n......**.\n......*..\n**...***.\n**...***.\n....***..\n****...*.\n.***.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n......***\n*.....*.*\n**...***.\n**...***.\n....***.*\n****...**\n****....*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n.......\n.......\n.......\n.......\n*....*.\n.....**\n....***\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....**\n.......\n....*..\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....*.\n*......\n*...*..\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.**\n.....****.\n....*.....\n..*.****..\n..*.*****.\n....*....*\n```\n\n\n## Output without wrap\n\n```\n.....*..**\n....*...**\n...**...*.\n........*.\n........*.\n...**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*\n....*...**\n...**...*.\n........*.\n........*.\n...**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....*.\n......\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..*.\n....\n...*\n...*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n.*.*.*\n**.*..\n....**\n**....\n```\n\n\n## Output without wrap\n\n```\n...*.*\n.*.*.*\n**.*.*\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n.*.*..\n..*.**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n.*..*.\n....*.\n...**.\n*.*.**\n.*.***\n**.**.\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n....**\n......\n......\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n....**\n**...*\n.*....\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n....\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n....\n....\n....\n....\n*...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...........\n***.***.*...*\n**...*****...\n............*\n.....**....**\n......*.....*\n....**..*.*..\n...*......**.\n*..*........*\n```\n\n\n## Output without wrap\n\n```\n.***.........\n*.*.**..**...\n.*.....*..*..\n.....*.******\n.....**......\n....*..*..*.*\n...****.**...\n....*....*.*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.....*.\n..*.....**...\n.......*..***\n*....*.*****.\n*....**......\n*...*..*..*.*\n...****.**..*\n*..**....*...\n*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n******\n.*.*.*\n...*.*\n*.***.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n**...*\n.*...*\n*.*..*\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*...*\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n**...\n..*..\n.**..\n*.*.*\n..*.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n..*..\n..**.\n.***.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.*...\n*.*..\n*.*..\n*.*.*\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*.*..\n*.**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*...*\n.**..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..*.*\n.**......**\n******.***.\n*****.*****\n.*********.\n*..****.*.*\n****.*.****\n```\n\n\n## Output without wrap\n\n```\n......*....\n.....**....\n.....*.....\n...........\n...........\n*.*......*.\n***......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*...\n.......*...\n.....*.....\n...........\n...........\n...........\n..***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n..*.\n....\n.*.*\n.**.\n.***\n.*.*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n**..\n***.\n**.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n.*..\n*...\n*.*.\n.*..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n*..\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*.*\n.......*.*\n......*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......**.*\n......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n*.....**.*\n*.....**.*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*.*\n*.***\n.*..*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*...*\n.**..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n****.\n.....\n.**..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*....\n..*.*\n*..**\n..*..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n***.*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n..*..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*..\n.*****..\n***.*..*\n*....**.\n*....*..\n*.....*.\n.**.....\n**.*....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.*..\n.....**.\n*.......\n*...***.\n**...*..\n*.......\n..*.....\n*..*....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..\n.....**.\n.......*\n....***.\n**...*..\n*......*\n..*....*\n*..*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n.*..\n...*\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n***.\n..*.\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n**..\n.**.\n..*.\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.*.*..*..\n****.***.\n...*.*.**\n*.**...*.\n.*..***.*\n..**..***\n*.....*.*\n.*...*.*.\n..*.*****\n```\n\n\n## Output without wrap\n\n```\n.........\n**.****..\n**.*.*..*\n*....*..*\n.***.....\n.*..**..*\n.****...*\n.**..*..*\n.*..*....\n....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...*\n.*.****.*\n**.*.*...\n.....*...\n****.....\n.*..**...\n.****....\n***..*...\n.*..*....\n*...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n*.*.....**\n*..*......\n.**.....**\n..........\n```\n\n\n## Output without wrap\n\n```\n........**\n.*......**\n*..*......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n**......*.\n...*......\n***......*\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n*.*\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.\n*.*****\n..*..**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.*.**\n.......\n.**...*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.\n*......\n***....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....\n...**.....\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n...**.....\n...**.....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...**.....\n...**.....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**...\n.*...\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n***..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......***\n.......*..\n*.*.*...**\n*...*.**.*\n......*...\n..........\n...*......\n...*......\n....**.***\n..........\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.*.....*..\n.*.*.**..*\n.*.*..**.*\n.....***..\n..........\n..........\n...*....*.\n....*...*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.*.....*..\n**.*.**...\n**.*..**..\n.....***..\n..........\n..........\n...*....*.\n....*...*.\n*.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n**.\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n..*...\n.*...*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n...**.\n****.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n****\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.**..\n.*.**\n....*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..**\n....*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n*.*..\n***..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.**.\n*.*..\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n*.***\n..*..\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..*\n*.........\n*....*...*\n*...*..***\n.*..**.**.\n...***....\n.....*....\n......*...\n...*****..\n.*****.**.\n*..**..***\n......*...\n...*...***\n*.*.***.**\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n..*.....*.\n**.......*\n..........\n......*...\n......*...\n......**..\n........*.\n........**\n..*.......\n..****....\n..*...*...\n...*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**..\n.......*..\n***.......\n**........\n..........\n......*...\n......*...\n......**..\n..........\n.*........\n..*......*\n..****....\n**....*...\n..**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..\n.*....*\n.**...*\n...*...\n.*..*..\n..***..\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*....\n.**....\n.*.*...\n...**..\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.......\n.**...*\n**.*...\n...**..\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n***\n***\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n...\n*..\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n*..\n*..\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**....\n......*.*.\n...*.*.***\n*..*......\n..........\n..........\n..*....*..\n..*.......\n.**..**...\n*..***..**\n***..**...\n..*.**....\n..........\n```\n\n\n## Output without wrap\n\n```\n.....*....\n......*.**\n....*.****\n....*...*.\n..........\n..........\n..........\n..**..*...\n.**..**...\n*..*...*..\n*.*...*...\n..*****...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n......*.**\n....*.****\n....*...**\n..........\n..........\n..........\n..**..*...\n***..**..*\n...*...*.*\n*.*...*...\n..*****...\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**...\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n....\n..*.\n.*.*\n**.*\n.***\n....\n...*\n*.*.\n*.*.\n*.*.\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n**.*\n*..*\n**.*\n...*\n....\n..**\n*.**\n*.**\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n.*.*\n....\n.*.*\n*..*\n...*\n*.*.\n*.*.\n*.*.\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.....*\n***...\n.*....\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n***...\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n***...\n***...\n***...\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*\n.*.*..*\n.*.**.*\n```\n\n\n## Output without wrap\n\n```\n...***.\n**....*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*....*\n.*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n......\n...**.\n......\n......\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n...**.\n......\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n*.*.*.\n*...*.\n**.***\n.*.*.*\n*.*.*.\n...***\n.*...*\n******\n..*...\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*...*.\n*.**..\n***.*.\n*...*.\n.*.**.\n...*..\n*....*\n*.****\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n.***..\n..*...\n*.....\n*..*..\n...*..\n**....\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*...\n...***..*.*..\n...*.*...**..\n..**.*....*..\n..****.......\n...*.*.......\n..........***\n*.........***\n.......**....\n..*....**....\n.**..........\n```\n\n\n## Output without wrap\n\n```\n...**....*...\n...*.**...**.\n.......*...*.\n....*..*.***.\n..........*..\n....***....*.\n.........**.*\n............*\n.......*...*.\n.**....*.*...\n.**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...**...\n..**.**...**.\n.......*...*.\n....*..*.***.\n..........*..\n....***......\n.*.......****\n*............\n**.....*...**\n***..........\n*......***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*..**.\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*..**.\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n****\n..**\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..*.\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*..\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..**..\n....**\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*..*\n.***.\n*.*..\n*****\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n...**\n*.*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...****.\n.**...*..*.*\n**.*.*.***..\n...*..*.**.*\n*.****..**.*\n.*........*.\n..**.*******\n*.*...**.*.*\n...***.**...\n```\n\n\n## Output without wrap\n\n```\n..**...****.\n....*.*.....\n**.***......\n*.....*.....\n.*****.**..*\n.*..........\n..**.*.....*\n.**........*\n...***.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....**\n....*.*....*\n.*.***.....*\n......*....*\n******.**..*\n.*..........\n..**.*......\n***........*\n*...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n.*.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n..*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...***...\n.....*..*\n......*..\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n....*.*..\n.........\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n....*.*..\n.........\n.......*.\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***......\n...*...*...**\n*.*....**..**\n*.....**..***\n****.*.*....*\n....*..*...**\n..**......*..\n.**....*..*.*\n.**.*..*..***\n.*...........\n```\n\n\n## Output without wrap\n\n```\n...*..**.....\n...*...**....\n..**...***.*.\n*..*...**....\n***..***.**..\n*.....**.**.*\n..**.....**.*\n.*.*.....**.*\n.**......**.*\n.**........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............\n...*...**....\n..**...***...\n.*.*...**....\n..*..***.**..\n......**.**.*\n.***.....**..\n.*.*.....**.*\n.*.**....**.*\n***...*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n.*.*.\n.....\n***..\n.*...\n.**.*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n*....\n***..\n...*.\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n..*..\n*....\n***..\n...*.\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n***\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n..*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n...***\n...*..\n...**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n...*.*\n..*..*\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n...*.*\n..*..*\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*..**..\n*.*.**..*.*.*.\n.*.....*......\n....*.........\n..*.*........*\n*............*\n*.*......**...\n*....*..**...*\n......*.......\n*....*........\n```\n\n\n## Output without wrap\n\n```\n...*...*...*..\n.*...****..*..\n.....*****....\n...*..........\n..***.........\n.........*....\n........*.*...\n.......**.*...\n.........*....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***......*..\n.......**..*..\n.....*****....\n*..*..........\n*.***........*\n*........*...*\n.*......*.*...\n.*.....**.*..*\n.*...***.*...*\n*......*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n**.*.\n...*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..***\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n*...*\n*.**.\n...*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*\n....*..*\n***..***\n*..***..\n........\n........\n*......*\n```\n\n\n## Output without wrap\n\n```\n...**...\n*...*.*.\n*.*.....\n*.*.**..\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****\n*...***.\n.**.....\n..*.**..\n....**..\n**......\n...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..*.\n..**\n..**\n.*.*\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*..\n.**.\n.**.\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n**..*\n****.\n*...*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.**\n..*.*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n..**.\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..**\n*..*.\n***..\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n*..**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n...*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*.....\n*...*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**....\n**....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n**..*\n....*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n....*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*..*\n.*...\n.*..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*.*.*\n*.**.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*.*.*\n*.*..\n...**\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*...*\n**...\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.*...\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n..*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**..\n..**.**..\n..**..**.\n.*.......\n***....**\n***.....*\n```\n\n\n## Output without wrap\n\n```\n..*.***..\n.*.*.....\n.*.*****.\n*..*..*.*\n.......**\n*.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****.\n.*.*.....\n.*.*****.\n...*..*..\n.......*.\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...*\n......*.**.\n.........*.\n...........\n...........\n..***......\n..*.*......\n...........\n...........\n...........\n..........*\n```\n\n\n## Output without wrap\n\n```\n.....*...**\n.....*....*\n......*...*\n...........\n...*.......\n..*.*......\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....*\n.....*....*\n......*...*\n...........\n...*.......\n..*.*......\n...........\n...........\n...........\n...........\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n***.\n.*.*\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n**..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n.***..\n.**.**\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..**.*\n.*....\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.***..\n*.**..\n***...\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n****.**\n******.\n.******\n*******\n*.***.*\n****.**\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n*......\n.......\n*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..*.*\n.**.......*\n.*.*....***\n**.*....*..\n*..*...*.**\n***..*****.\n.*..*.*..**\n.**..*****.\n***......**\n..**.***...\n*.*.......*\n***********\n```\n\n\n## Output without wrap\n\n```\n.**......*.\n.*.*....*.*\n**.*...**..\n.........*.\n*..........\n..*..*.....\n...........\n...*.**..**\n...**..****\n**.........\n*.*........\n.*.********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*..\n....*..**..\n*..*...**..\n...........\n...........\n..*..*.....\n...........\n...*.**...*\n...**..****\n.........*.\n....*...*..\n....*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n**..*\n*.*..\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n****.\n*....\n*.*.*\n.***.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n....*\n..*..\n.****\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n***...\n......\n***...\n......\n.***..\n.*..*.\n*....*\n......\n......\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n.**...\n......\n*..*..\n......\n**.**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n......\n.**...\n......\n*..*..\n.*...*\n.*.*.*\n*....*\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.*...\n***..\n.**..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n***..\n*....\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n***..\n*....\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**..**\n******.***\n.*...**.*.\n.....*****\n*..****.**\n.***.....*\n*..*.**.**\n```\n\n\n## Output without wrap\n\n```\n**...***.*\n*..*......\n**.*......\n..........\n.*.*......\n**........\n.*.**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*......\n.*.*......\n..........\n.*.*......\n.*........\n...*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.......*.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.........\n.*..*.........\n.*.**.........\n```\n\n\n## Output without wrap\n\n```\n*****.........\n*....*........\n.*****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*......*\n..**..*......*\n..**..*......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.**...\n**...*\n....*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n*.....\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*.\n*.**.***\n***..**.\n*.**...*\n```\n\n\n## Output without wrap\n\n```\n...*****\n.*.*...*\n*.....*.\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n........\n....**..\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n*.*..\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.*.*.\n*.*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n.**.*.*\n*.*...*\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n.**...*\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n.**...*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n....**\n*..*..\n.*.*..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....*.\n..**..\n**.*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n....**\n....**\n*.**.*\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n...\n..*\n...\n...\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n*..\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.**.\n....\n.**.\n....\n....\n....\n....\n*.*.\n*.*.\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n....\n..**\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n****\n..*.\n....\n....\n....\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n***.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n***.\n*.*.\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*...\n*..*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.***\n..*.\n*.*.\n****\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n..*..**.\n.**..*..\n*.***...\n*..*...*\n***...**\n.*.***.*\n.*....**\n....**..\n***....*\n..*....*\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n....***.\n.......*\n...*..*.\n....*..*\n**..*.**\n...*...*\n..**.*..\n.**..*..\n....*..*\n....**..\n.*.*..**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*.*....\n...*....\n....*..*\n....*.**\n...*..*.\n..**.**.\n..*..**.\n....*...\n*...**..\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n**.\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n*.*.\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n*..*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*..*..\n*...**\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.*..\n...***\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.*.*..\n*..**.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n...**\n*****\n..**.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n...\n...\n***\n***\n***\n***\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n.*.\n*.*\n...\n...\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*\n..*.....\n....*...\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n.....*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.\n......*.\n...*.*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*....\n.....\n.*.**\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*.**\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**.*\n...**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.....\n........**\n........*.\n......*...\n....*.*...\n*.........\n.*....**..\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*.*\n......**.*\n.......*..\n....**.*..\n.....**...\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n*......*..\n......**.*\n.......*..\n....**.*..\n.....**...\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...*\n...***...*\n...***...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n..**.**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**...\n..**.**...\n..**.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*..**\n*..**\n*..**\n.....\n...*.\n.....\n.....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n**...\n***..\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*...\n.**..\n*..*.\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n*.*.**\n.*****\n**...*\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n..*.\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.*.*.\n..**..*..*.\n.***.*...**\n**.*...*...\n.*..*...*.*\n.*.*.*.*...\n..*........\n.*......*.*\n..**.****..\n```\n\n\n## Output without wrap\n\n```\n.**..***...\n*.*..**...*\n**..***.*.*\n*******...*\n**...*.***.\n**..**.*...\n**..*......\n.*.*..*..*.\n..*...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....**\n*...****...\n....***.*.*\n..*****....\n**...*.**..\n....**.*...\n....*.....*\n...***...**\n.******.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n..*.*..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.***...\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n*...**.\n*...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n***..**\n.*.*.**\n..***.*\n*.*.*.*\n.***.**\n.....*.\n....**.\n......*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n*....*.\n.*....*\n.......\n..*..**\n.*.*...\n.*....*\n...****\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....**.\n.......\n.......\n..*....\n.*.*...\n.*...*.\n*..****\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n........*.\n........*.\n*........*\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n........**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n........*.\n*.......*.\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.**\n*..*..*.\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n..****.*\n.*.....*\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n**...**.\n**...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..**\n..*.\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*..*\n...*\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n***\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*..\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.***\n..*.\n...*\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n**..\n**..\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n...*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***\n........\n........\n*......*\n***..*..\n*.*...**\n...*...*\n***.....\n..**..*.\n..*..*..\n.*...*..\n*...**..\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n........\n*.......\n*.*....*\n*.**..**\n*..*..**\n.*......\n...*....\n.******.\n.*...**.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****\n......*.\n........\n*......*\n..*.....\n..**..*.\n...*..*.\n**.....*\n...*....\n.******.\n.*...**.\n*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n..*....*\n**....*.\n****.*.*\n*......*\n*.......\n.*..*...\n*.****..\n.*..*...\n****....\n........\n........\n*...****\n```\n\n\n## Output without wrap\n\n```\n........\n.**...**\n...*....\n..**...*\n*.*.....\n...*.*..\n..****..\n*.**.**.\n*..**...\n*..*....\n*..*....\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n..*...**\n.*.*..**\n..**....\n*.*....*\n...*.***\n..*****.\n*.**.**.\n*..**...\n*..*....\n...*..**\n.*..*...\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n.*....\n.***..\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n*.....\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n*.....\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n..*.*\n..**.\n.*.*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.*..*\n.*.**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n***.*\n.*..*\n**.**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n*..*..........\n*.....*.....*.\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n****\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**.*\n*..*\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n.**.\n.***\n....\n.*..\n...*\n**..\n*.*.\n..**\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n...*\n**..\n..*.\n*.*.\n*.*.\n....\n*..*\n.*.*\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n.***\n*.*.\n*.**\n*...\n*.*.\n****\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...*.\n*..*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**.\n**...*.*.\n***..*...\n..*.*..**\n*.*.....*\n*......*.\n***..*.**\n**.**....\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.*....**.\n*....*...\n..****...\n..*...*..\n..**..*.*\n.**.***..\n.**.*....\n....***.*\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*..*.**\n..****.**\n.**...*.*\n.***..***\n.**.*****\n..*.*...*\n.....*...\n..***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n..**\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.**\n....\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..\n**.*....\n*.*****.\n...*..*.\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.****...\n*.....*.\n*....**.\n.*....*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n*.....**\n*....**.\n.*....**\n..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**....\n**..*....\n.*.*.....\n.**......\n```\n\n\n## Output without wrap\n\n```\n*****....\n**..*....\n...*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n**..*....\n...*.....\n**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n...*..\n......\n..*.**\n..****\n```\n\n\n## Output without wrap\n\n```\n...*..\n..***.\n..***.\n...**.\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..***.\n..***.\n...**.\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n**.\n*.*\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*..\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*...\n.........*\n.**...*...\n*....***..\n*....*....\n.*....*..*\n*.*..*.*.*\n.**..*....\n.**.*.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n.*...***..\n*....*.*..\n**...*.*..\n**...**.*.\n*.*..*..*.\n*...**....\n.***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*....\n**........\n**...***..\n*....*.*..\n**...*.*.*\n.*...**.**\n..*..*..**\n....**....\n*.**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...*...*\n...*....*.**.*\n...*...*.*....\n........*.....\n...**..*..**..\n.....**..*..*.\n......****..*.\n......*..***..\n.....*....**.*\n.*....****.***\n..........*...\n**....*.***...\n```\n\n\n## Output without wrap\n\n```\n....*....**.*.\n...*....*.*.*.\n.......*.**...\n...**..****...\n....********..\n....**...*..*.\n............*.\n.....**.......\n.....*.......*\n......****...*\n**....*.....*.\n.........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*...***\n...*....*.*.*.\n.......*.**...\n...**..****...\n....********..\n....**...*..*.\n............*.\n.....**.......\n*....*.......*\n*.....****...*\n.*....*.....**\n*....*..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.....*.\n*.**...\n.**.***\n....**.\n.**.*..\n....*..\n....**.\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n..**..*\n.**...*\n......*\n....*..\n....*..\n.....*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..***..\n*.**...\n***...*\n*.....*\n....*..\n....*..\n.....*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......**.\n*..........*\n............\n.*..........\n..*.........\n.*.*........\n..****......\n...**.......\n....*....**.\n**........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.**.........\n.**.........\n............\n...**.......\n...*.....**.\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......**.\n**.......**.\n*...........\n.*..........\n.**.........\n.**.........\n............\n...**.....*.\n****......**\n***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*.*.\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*...\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n****\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n..***\n*.*.*\n..*.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.*.\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*\n..*.*.*\n....**.\n.**...*\n*..*.**\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n*...*.*\n*...*.*\n*.....*\n*.....*\n.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.\n..*...*\n....*.*\n.......\n.....*.\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**....\n....**....\n*.........\n*.........\n***.*.....\n```\n\n\n## Output without wrap\n\n```\n..**.*....\n..**.*....\n....*.....\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......\n.****.....\n*...*.....\n**.......*\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n*.*.\n.*.*\n.*.*\n....\n..*.\n....\n*...\n..**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n**.*\n....\n..*.\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n*.*.\n.*.*\n....\n..*.\n....\n....\n...*\n*.**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n.*.*.\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n***..\n*....\n*....\n**.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***.*\n*....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n**..\n*.*.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*..*\n*.*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n*...\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n*...\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.***\n**..\n**..\n***.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n......\n*...*.\n....*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...**.\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n.....*\n*..**.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n***.*\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*..**\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n*.*\n...\n...\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n**.**\n.*..*\n*..*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n**...\n.*...\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.*...\n.*..*\n**.**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....**\n..**.....\n.......**\n.........\n.........\n...**....\n*.*..*.*.\n*....*.*.\n***..*..*\n.****....\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**......\n.........\n.........\n.........\n..***....\n.*...**..\n*.**...*.\n*.....**.\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...*\n**.......\n.........\n.........\n.........\n..***....\n.....**..\n..**...*.\n........*\n*..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*....\n**.***\n...*..\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n...**.\n**.**.\n......\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n...**.\n**.***\n......\n*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*..*..\n...**...\n........\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n...**...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...**...\n...**...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n....\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..****\n*******..***\n************\n***********.\n*.****.*****\n.*******.***\n*.********.*\n.******.****\n*********.**\n*****.**.**.\n************\n```\n\n\n## Output without wrap\n\n```\n*.....*.*..*\n............\n............\n............\n*...........\n*...........\n*...........\n............\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n**.**\n..*.*\n****.\n**.**\n```\n\n\n## Output without wrap\n\n```\n**.**\n*...*\n....*\n*....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n...***......\n...******...\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n...**.**....\n...*....*...\n....**.*....\n.....**.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n...**.**....\n...*....*...\n....**.*....\n.....**.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n***..\n..**.\n.*...\n**.**\n*.*..\n..*..\n*.*..\n****.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n*..*.\n**..*\n*..*.\n*.*..\n..**.\n*....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*...*\n*..*.\n.*...\n...**\n*.*..\n..**.\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..*...........\n..**..........\n.***..........\n*............*\n**............\n.............*\n*............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..**..........\n..............\n.*.*..........\n*.............\n**............\n**............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..**..........\n..............\n**.*..........\n.............*\n.*............\n.*...........*\n*............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..*.\n*..*.\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.........*...\n.............\n.............\n...*.........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*****\n...*.\n*****\n.....\n*...*\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n.****\n.....\n.****\n*.*.*\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*****\n*****\n.....\n*****\n..*..\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*...\n.....*..**\n...*.*....\n....**..**\n....**...*\n..***...*.\n.**.....*.\n.*........\n...*.*...*\n```\n\n\n## Output without wrap\n\n```\n....***...\n..........\n..........\n.....*****\n..****.*..\n.**.....**\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n...*......\n..........\n.....*****\n..****.*..\n.**.....**\n.........*\n**.**.....\n***..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**.**\n...**\n.****\n*..**\n**..*\n*****\n.****\n...**\n**.*.\n****.\n..**.\n*..**\n*....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.*...\n**...\n.....\n.....\n.....\n.....\n**...\n**...\n**...\n*.*.*\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*.*.*\n****.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n***...\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.**..\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.**.*\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n......\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n...**.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*.*..\n**..*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n..**.\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..**.\n**..*\n*....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n..*...\n..*...\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n..**..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n..**..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....*....\n..*.*....\n..*.*....\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n..***....\n..***....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n..***....\n..***....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n......*.\n*.......\n..*.....\n*.*.**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n....*\n*.**.\n*.*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..*.*\n..*.*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n...**\n*.*..\n*.*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*..\n.......*\n**..*...\n.***..*.\n.*.*.*.*\n.....*..\n```\n\n\n## Output without wrap\n\n```\n..**....\n**.**...\n**...*..\n**.*.**.\n..**....\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n....**..\n.....*..\n...*.*..\n*..*.*.*\n..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**\n.****.*\n**..**.\n.*****.\n*..**..\n*.*.**.\n***.**.\n```\n\n\n## Output without wrap\n\n```\n..*.***\n......*\n*.....*\n.......\n*......\n*.*....\n*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n*......\n*.*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***..\n....*.....\n....*.**..\n.*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.....*....\n...**.*...\n...*..*...\n...**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...**.*...\n...***....\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n.***\n...*\n**.*\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n*..*\n*.*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n**..\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n.**\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n...\n*..\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n****\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n**.*..\n**.**.\n```\n\n\n## Output without wrap\n\n```\n**.**.\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*.*.\n....*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*......*\n**.*.*......*\n**.*.*.......\n**.*.*.......\n**.*........*\n```\n\n\n## Output without wrap\n\n```\n.**..........\n.*.*.**......\n...*.**......\n..**.*.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......**\n...*.**......\n...*.**......\n...*.........\n...**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n*...*.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n*.....\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n*..\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n*..\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.\n....*.......\n*......*....\n...*.*......\n**..........\n............\n.......*.**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.\n............\n............\n............\n............\n............\n.........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.\n.***.**\n.*.***.\n.**.***\n.**.***\n....***\n.*.*..*\n..**...\n..***.*\n```\n\n\n## Output without wrap\n\n```\n**.****\n......*\n*......\n*......\n.**....\n.*.....\n...*..*\n.*...*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n.*.....\n*..*..*\n**...*.\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*\n*.**..*\n*.**..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...***.\n.*..**.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...*..*\n...*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.......**\n.........\n*.....***\n.........\n...*.....\n.........\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......**.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......**\n*.....*..\n.......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*****\n*.***\n..*.*\n*..**\n..*.*\n***..\n.*.**\n**..*\n**...\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*....\n..*..\n.**.*\n*.*.*\n*...*\n...**\n...**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n..*..\n***..\n..*..\n.....\n...*.\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**..\n.*..\n...*\n....\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n*.*.\n*...\n.**.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..**\n..*******\n**.***...\n....*.**.\n.**.****.\n*.***.*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n*.*....**\n.***...*.\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n**.......\n..*......\n**.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..*..\n....*\n..***\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n.**.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..*.*\n***.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n.........*\n..*.......\n..**......\n..........\n..........\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..**......\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n........**\n..**......\n..**......\n..........\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...**.*.\n*.*.....***\n*.....***..\n.**.....***\n........*.*\n.......**.*\n.........**\n**......**.\n.*......*.*\n```\n\n\n## Output without wrap\n\n```\n*.*....*.**\n*.*.......*\n*.*........\n.*........*\n..........*\n.......**.*\n.......*..*\n**......*..\n**......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*...\n..*........\n..*........\n.*........*\n..........*\n*......**.*\n.......*...\n.*......*..\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..**..\n*.***.\n**.*.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n..*...\n....*.\n*.....\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n*.....\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*...\n..*.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n.***\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*.*.\n.**.\n..**\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*....\n.............\n...**..**....\n.......***...\n.........*...\n*..*..*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.......**....\n......**.*...\n......**.**..\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......**....\n......**.*...\n......**.**..\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n...\n.*.\n...\n...\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n...**\n.****\n```\n\n\n## Output without wrap\n\n```\n..***\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**...\n*...**..**..*\n....***.....*\n....**......*\n.............\n.............\n*............\n*............\n*......**...*\n```\n\n\n## Output without wrap\n\n```\n........**...\n....*.****...\n...*..*....**\n....*.*......\n.............\n.............\n.............\n**...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n*...*.****..*\n...*..*....**\n....*.*......\n.............\n.............\n.............\n**...........\n*......***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.*..*\n*.*.*\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.**.*\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n....*\n***.*\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*..*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n***..\n....*\n*..**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n..*...*.\n.*....*.\n.*....*.\n..*....*\n*.*....*\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n.**..***\n.**...**\n..*...**\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**\n......**\n.**..***\n***...**\n..*...**\n**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n..*.........\n............\n.........*.*\n*..*........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.**...\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*\n.**....*\n*....*.*\n.****..*\n.**.*..*\n....*..*\n...**..*\n..*.*..*\n.*.**.**\n```\n\n\n## Output without wrap\n\n```\n***.....\n*.*.....\n*..***.*\n**.*...*\n.*......\n........\n....*...\n..*.....\n..******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..*\n.**.*.**\n...***.*\n...*...*\n........\n.*......\n**..*...\n.*.*....\n.*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....*.\n...***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n...*.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n...*.*\n.**...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n*..***\n**.***\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.********\n**.*.****\n********.\n.****.***\n```\n\n\n## Output without wrap\n\n```\n**.*....*\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.....*...*\n..........\n..*.......\n..*....**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**...\n**.****..\n*.*****..\n.******..\n*****.***\n*.***.*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.........\n.........\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.......**\n........*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n..*\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n..*\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n...*..\n......\n**.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*...*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....**\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.***.\n.****\n*****\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.......*.\n.........\n.........\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n..*.*..\n..***..\n.......\n.......\n.....*.\n....**.\n.......\n*.*....\n***....\n```\n\n\n## Output without wrap\n\n```\n..***..\n.**.**.\n.**.**.\n...*...\n....*..\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n..*.**.\n.**.**.\n...*...\n....*..\n....**.\n....**.\n.......\n*.**..*\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**...**.\n.*.*.******\n.....*.**.*\n...***....*\n..*......**\n```\n\n\n## Output without wrap\n\n```\n**.*.**....\n*....**..**\n.*....*...*\n.....*....*\n...*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*....\n**...**....\n.*....*..**\n*....***..*\n.*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.\n**....**\n.*......\n........\n........\n....**..\n...*.*..\n...*....\n....**..\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n**...*.*\n**......\n........\n........\n....**..\n...*.**.\n...*.*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n.*....*.\n.*....**\n........\n........\n....**..\n...*.**.\n..**.**.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n..*......\n***......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.........\n.........\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n*******\n*..****\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**..\n*.*.\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*..*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..*.\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*..*.\n...*.*\n.***..\n**..**\n```\n\n\n## Output without wrap\n\n```\n*.*...\n...**.\n...*.*\n...*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n*.....\n*..**.\n**.*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n....\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n***\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n...\n.*.\n.*.\n*.*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n..*..\n....*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n.*.**\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*..*.\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n.**..*\n***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*.*...\n**...*..***.\n.*..*.*.**..\n..........**\n*.***..*.*..\n```\n\n\n## Output without wrap\n\n```\n**...*.**...\n***.*.*...*.\n**...*.**..*\n.**.**.*..*.\n...*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...**\n***.*.*...*.\n.*...*.**...\n***.**.*..**\n******.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*..*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.**.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****\n*..****\n....*..\n....**.\n...*...\n.......\n.......\n**.....\n**.....\n.*...**\n```\n\n\n## Output without wrap\n\n```\n...*..*\n......*\n......*\n...***.\n....*..\n.......\n.......\n**.....\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n*......\n.......\n...***.\n....*..\n.......\n.......\n**.....\n..*....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.......*\n**...*......\n....*.......\n............\n............\n............\n............\n............\n............\n*.....**..*.\n.**.......*.\n......**..*.\n```\n\n\n## Output without wrap\n\n```\n.*..........\n.*.*........\n..**........\n............\n............\n............\n............\n............\n............\n..........*.\n..........*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*.\n...*.......*\n.***........\n............\n............\n............\n............\n............\n............\n*.........*.\n.*.......*..\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n*.......*\n.......*.\n**.......\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*......*.\n.*.......\n........*\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n***.**\n*....*\n.*..*.\n..****\n```\n\n\n## Output without wrap\n\n```\n*.****\n..****\n*.**.*\n.**...\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n..**..\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..**...\n.....**.....\n............\n...*....***.\n..**...*....\n**.....*...*\n*...***...**\n.*.......*..\n```\n\n\n## Output without wrap\n\n```\n...*****....\n...*****....\n.........*..\n..**....**..\n.***...*.**.\n******.*..**\n*....**...**\n.....*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*******...\n...*****....\n.........*..\n..**....**..\n****...*.***\n.*****.*..*.\n.....**...*.\n***...******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n....*.\n.*....\n......\n.....*\n**....\n```\n\n\n## Output without wrap\n\n```\n..**..\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**.*..\n......\n......\n**....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n.*.*..*..\n*...**.*.\n*....**.*\n*..*...**\n*.*.....*\n*.**.....\n*..**...*\n****.*...\n*..****..\n..**.**..\n```\n\n\n## Output without wrap\n\n```\n..***....\n**.*.**..\n....*..*.\n.....**.*\n*.....*.*\n*..*...**\n*..*.....\n*........\n**.......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..*.\n.*.....*.\n**..*....\n**...**..\n......*..\n...*.....\n...*.....\n.........\n.........\n.........\n**...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***..***\n*.*..*.**..\n*..***..*.*\n****....*.*\n****.**...*\n.**...*..**\n.*.*****.*.\n..**..**.*.\n*.***.****.\n*.***......\n*.**.****.*\n.**.**.**.*\n.**.***..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*******.\n*.*....*..*\n*....**.*..\n......**..*\n....****..*\n........***\n.*..*....*.\n.........**\n......*..*.\n*..........\n*.......*..\n*.........*\n.**.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n..*....*...\n.....**.*..\n......**...\n....****...\n........**.\n**..*....*.\n.........*.\n......*..*.\n*..........\n........*.*\n..........*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...**\n*.....***\n.......**\n.........\n....*....\n.....*...\n.........\n...*.....\n.*****...\n*....*...\n.*...***.\n..**.*.**\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....**..\n.......*.\n.........\n.........\n.........\n.........\n...**....\n.*.*.....\n*..*..*..\n.**..*.**\n.*****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n.*.*.*...\n.........\n.........\n.........\n.........\n.........\n...**....\n.*.*.....\n*..*..*.*\n*.....*..\n*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n..*......\n...**....\n......*..\n....**...\n....*.*..\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n...*.....\n...*.....\n....*.*..\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*.....\n...*.....\n...*.....\n....*.*..\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n******\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n*...\n.*.*\n*.**\n**..\n.*.*\n****\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**.*\n*..*\n*..*\n...*\n*..*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*..*\n**.*\n.*..\n....\n....\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n...*\n....\n***.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n....\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*******\n********\n*******.\n*******.\n********\n.*******\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*..\n....\n....\n*...\n*..*\n....\n...*\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..*.\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**..\n....\n....\n*..*\n.**.\n.**.\n.***\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n*****.\n*****.\n..****\n**.***\n*.****\n```\n\n\n## Output without wrap\n\n```\n*...*.\n.....*\n*.....\n......\n*.....\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n**.\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*..\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*...*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n**..*.\n*..**.\n**..*.\n..*...\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*****\n**....\n..****\n***.*.\n*.**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n..***.\n***.*.\n..**.*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n*.*.\n*.*.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n..........*\n*.........*\n...........\n.*...*.....\n...........\n.........*.\n...*....*..\n.........*.\n..........*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n........**.\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*.........*\n.*.........\n*.........*\n...........\n...........\n...........\n........**.\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*.*.\n**...*\n....**\n...***\n*.....\n...*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n....*.\n...*..\n..**..\n...**.\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.**..*\n.*..**\n**.**.\n..**..\n**.**.\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n....*\n.....\n..**.\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n...*.\n..**.\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n...*.\n...*.\n..**.\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..****.\n..***..*..\n.***.*....\n**..*.*.**\n.***..*.*.\n```\n\n\n## Output without wrap\n\n```\n.....**.*.\n....*....*\n.....*....\n*.***.....\n******.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..**.\n.....*....\n.....*....\n...**.*..*\n...**..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n***..\n....*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n..***...*\n***....*.\n*.*....**\n..**....*\n...*...*.\n..**...*.\n.**...*..\n*.*..**..\n.....**..\n....**...\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...*.....\n.*.....**\n*.*....**\n.***.....\n.*..*.*.*\n....*....\n..*..*..*\n.......*.\n.....**..\n.....*...\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n...*....*\n.......*.\n.**.....*\n****...*.\n....*.***\n....*....\n..*..*..*\n.......*.\n.....**..\n.....*...\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.......\n.*.*.*.......\n...*.......**\n*.........*..\n.*.......*.**\n.*.......*.*.\n.*........*..\n.*.........**\n.*.*.........\n```\n\n\n## Output without wrap\n\n```\n.............\n...*.........\n..*.*......*.\n..........*..\n**.......*.**\n***......*.**\n***.......*.*\n**.........*.\n..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.........\n*..*.........\n*.*.*......**\n*.........*..\n.*.......*.**\n.**......*.**\n.**.......*.*\n.*.........*.\n.*..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*.*\n.*..*..*.*\n.....*..*.\n..*..*....\n......*.**\n..*.**.***\n*...*..**.\n..*...*...\n.*.***.*..\n```\n\n\n## Output without wrap\n\n```\n**........\n**....***.\n....*.....\n...*.....*\n...*.....*\n..*.......\n.*..*.....\n.*....**..\n.*******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*...*\n..*......*\n*...*.....\n...*.....*\n*..*.....*\n*.*.......\n**..*.....\n**....*.*.\n.*.*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......*\n..*..**....*\n...*.......*\n..........*.\n..**........\n**.......*..\n...*.*......\n...*.*...***\n**.*..**....\n```\n\n\n## Output without wrap\n\n```\n.....*......\n...***....**\n..........**\n..**........\n.**.........\n.*.**.......\n..*......*..\n...*.*....*.\n..*.*.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..*...*\n*..***....**\n..........**\n..**........\n.**.........\n.*.**.......\n*.*......*.*\n*..*.*....**\n*.**.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...*.\n.....\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n...*\n...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n***..\n**...\n**..*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*..\n.....\n.....\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..*.\n*.*.\n..**\n***.\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.**\n..**\n....\n....\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**...*..*.*\n.*.***.*.*..*.\n.*.**.....*..*\n.*....**......\n...**.....**..\n.*.......*.*..\n```\n\n\n## Output without wrap\n\n```\n....*...*.*.**\n**....*...****\n***.*.***.....\n.**......***..\n............*.\n..........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*........*\n.*....*....**.\n.**.*.***....*\n.**......***..\n.*.......*..*.\n.**.....**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n***...\n**....\n......\n..*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n*.*...\n.*....\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n*.*...\n.*....\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n.**.**\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**..\n.**...*..\n*........\n....*...*\n.*.......\n...**...*\n...*.....\n.*.**....\n.*.......\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.*...**..\n**...**..\n.*.......\n.........\n...**....\n..***....\n.........\n...**....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***..\n**...**..\n**.......\n*........\n*..**....\n..***....\n.........\n...**....\n...*.....\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n......*\n*....*.\n.......\n.*.....\n.**....\n....*..\n..*....\n**.....\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n*......\n*..*...\n.......\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*......\n*.....*\n.......\n.**....\n*......\n*..*...\n.......\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**...*.\n..**.*.**.....\n...*...**..*..\n..**.*.**..**.\n```\n\n\n## Output without wrap\n\n```\n..**..***.....\n..***....*....\n.........*.**.\n..***.***..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*.**.\n..***....*....\n.........*.**.\n..***....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n...*.*.*.\n..**.....\n.....**.*\n...*.*.*.\n*....*...\n.*.*....*\n.*.....*.\n....**...\n......**.\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n..**..*..\n..**.*.*.\n..**.***.\n.....*.*.\n..*...*..\n***......\n..*.*....\n.....*.*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n..**..*..\n..**.*.*.\n..**.***.\n.....*.**\n*.*...*.*\n.**.....*\n*.*.*....\n.....*.*.\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n..**.*\n.....*\n***...\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*...*\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*.*..*\n**...*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..****..\n.*.**.**..\n*....*.**.\n..******..\n.*.***.**.\n*........*\n..........\n.....*....\n......*...\n**........\n****..*...\n```\n\n\n## Output without wrap\n\n```\n....*.....\n*...*.....\n...*......\n***....**.\n.**....**.\n.......**.\n..........\n..........\n..........\n.*........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n***.......\n...*.....*\n..*....*..\n..*....*..\n.*.....*..\n.........*\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*..\n........*.\n....*.*..*\n*.*.*.*.*.\n******...*\n.****.....\n.*..**....\n.*..*.*.**\n....***.**\n......***.\n.....**...\n*......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.......***\n......*...\n.*.....*.*\n.*.....**.\n**........\n..........\n..........\n...***.*..\n....**..**\n.....*.***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n*.........\n......*...\n.......*..\n.......**.\n..........\n..........\n*........*\n*..***.*..\n....**..**\n.......***\n......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n..**.\n.....\n.*.*.\n...*.\n*.**.\n***.*\n*.*.*\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.**\n.*.*.\n..*.*\n.****\n**..*\n*..*.\n*.**.\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*...\n.*..*\n..**.\n.**..\n.....\n.....\n..**.\n..**.\n.*...\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..*\n******..*\n...**....\n..**.....\n****...**\n..*.***..\n*.****...\n...*.*...\n*.....*..\n.*...*...\n.*...*...\n.*...***.\n```\n\n\n## Output without wrap\n\n```\n.........\n....***..\n.........\n.....*...\n.....*.*.\n.*...*.*.\n*..*.*.*.\n.*.*..*..\n*..*...*.\n*.**.....\n*.*.*....\n.*..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.****.\n.*......*\n.........\n.*...*...\n*....*...\n**...*...\n.*.*.*.*.\n.*.*..*..\n*..*...*.\n*.**.....\n.........\n..*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n.**.*.\n*.**.*\n*..***\n..**.*\n**...*\n*.*...\n.*****\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n..*...\n*...**\n*....*\n.....*\n*.**.*\n*..**.\n*....*\n*....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n....*.\n......\n......\n..**..\n...***\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***..\n...........\n..........*\n.**.**...**\n..*.**.....\n.*..**....*\n.*.....*..*\n**....***.*\n```\n\n\n## Output without wrap\n\n```\n...........\n........*..\n........***\n.***.*..*..\n......*..**\n....*...*.*\n...........\n***...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......****\n*......*...\n........**.\n..**.*..*..\n......*..*.\n....*...*.*\n.....*.*.*.\n.**...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.**\n*...**...\n*..***...\n```\n\n\n## Output without wrap\n\n```\n....***..\n**.......\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n**.......\n**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n..**..\n*..***\n..***.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.****.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n..*.*.\n.*..*.\n*...*.\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.*.**\n.*..**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n..*.*.\n.*..*.\n.....*\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**...\n**...**...\n.....***.*\n```\n\n\n## Output without wrap\n\n```\n.*...**...\n.*..*.....\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.....\n**..*.....\n**..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.***.....\n..**.....\n...**....\n..****...\n..*.*....\n..**.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*.......\n..*......\n.........\n....***..\n.*****...\n.**.*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n..*......\n.........\n....***..\n.*****...\n.**.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n..**....\n***..*..\n....****\n.*......\n..**....\n...**...\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.***....\n.....**.\n........\n......*.\n..*.....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*.**....\n*....*.*\n........\n.*.....*\n..*.....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**...\n......**...\n......*..*.\n.***.*...**\n....**..**.\n.......**..\n*.....**.*.\n.*..*.....*\n*....****.*\n.*.*.*.****\n*....*..*.*\n.....*.*...\n.......**..\n```\n\n\n## Output without wrap\n\n```\n......**...\n.....*.....\n..**....*.*\n.*........*\n..*....*...\n...*....*..\n......*....\n*.*...*..**\n..*......**\n*.*.***..**\n......*..**\n.......*.*.\n......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.....*..*..\n..**....*.*\n**........*\n*.*....*.**\n...*....*..\n*.....*..**\n.**...*...*\n***........\n.**.***....\n*.....*...*\n........***\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n.......*...\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.*........\n..........\n..........\n..........\n..........\n..........\n.....**...\n**...**...\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n**.*.\n**...\n*...*\n*.*.*\n.****\n***..\n*.*..\n.*...\n.*.**\n**.**\n**..*\n```\n\n\n## Output without wrap\n\n```\n**.**\n...**\n..*..\n*..*.\n*.*.*\n....*\n*....\n*.*..\n**.*.\n.*.**\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n..*..\n...*.\n..*..\n.....\n.....\n*.*..\n.*.**\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n.....*..*\n..*......\n..*.*.*..\n.*.****.*\n..*..*...\n....**.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..*****..\n.****..*.\n.*.*.*..*\n.......*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n*........\n*********\n.****..*.\n.*.*.*..*\n........*\n*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***..*\n...**.***.\n...***.*.*\n*....**.**\n...***.*..\n*.....*...\n*.....**.*\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.*.*....**\n........**\n.........*\n.......***\n.....**.*.\n.....**.*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n...*.....*\n**.......*\n**......*.\n.*.....*..\n.*...**...\n*.....**..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n.......\n..**...\n.*.*.**\n...*.**\n*******\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n..***..\n...*.**\n*......\n*..*...\n*..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n***....\n..***..\n*..*.**\n.......\n...*...\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n*.....\n*....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n*....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*****\n........\n*.***..*\n........\n..*...**\n***...**\n.......*\n........\n.....***\n**.*.*..\n```\n\n\n## Output without wrap\n\n```\n.....**.\n...****.\n.*.*..**\n.***..**\n...*..**\n.**.....\n.**...**\n.......*\n....*.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.\n*.*.*.*.\n*..*...*\n.***...*\n*..*...*\n***...**\n.**...**\n........\n**.****.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.**.**\n**.**.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n.....*\n.....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.**.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.***.........\n.....**......\n...**........\n......*......\n....*.*......\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.....*.......\n...**........\n...**........\n....*........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.....*.......\n...**........\n...**........\n....*........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...........\n*........**..\n*.........*..\n**.*........*\n.**.*.....*.*\n*..***...*.*.\n...*....**.**\n...*...*..*..\n..*....*....*\n```\n\n\n## Output without wrap\n\n```\n.............\n**.......*.*.\n*........*.*.\n.........*...\n....*....*...\n..*.*...*...*\n.*.**..*...**\n..**.....**.*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..........\n**.......*.**\n*........*.**\n.........*...\n*...*....*...\n***.*...*..**\n...**..*...**\n.*.......**.*\n*.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n*****\n.*..*\n**..*\n.****\n**...\n*....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*.*\n*.*.*\n*.*.*\n....*\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.***.\n..**.\n.....\n.....\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.****\n*..**.***.\n**.*****..\n.**.******\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.......**\n*.......**\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n.*..\n....\n****\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n*...\n.**.\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n....\n...*\n****\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.*.*..\n...*..\n*.*...\n..*..*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n***...\n**.*..\n.*.*..\n.***..\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n**.*..\n.*.*..\n.***..\n..**.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*\n*..*...*.\n....*..*.\n.....*.*.\n.........\n.........\n.......*.\n.....**.*\n```\n\n\n## Output without wrap\n\n```\n.........\n...**..**\n...****.*\n.......*.\n.........\n.........\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*.*\n...**.**.\n...*****.\n.........\n.........\n.........\n......**.\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n...**.\n..*.*.\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n......\n...***\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.**...\n.*....\n***...\n..*..*\n.****.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*..*..\n......\n*.*...\n*...*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*..*..\n......\n*.*...\n....**\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.......\n.......\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n.....*.\n.....*.\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n......\n*.**..\n***...\n.**...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n*..*..\n.***..\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n*..*..\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n******\n**.**.\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****..*\n*.***....*\n*.***.**..\n***..*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*........\n*......**.\n*....*....\n.*...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n........*.\n......*...\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n....***.\n....***.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*..\n....*.*.\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n....*.*.\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*....\n*..*.\n*..*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n**...\n*.***\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*..*\n**...\n*.**.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.\n*.*****\n.*.***.\n.**.*.*\n**.***.\n.**.***\n*....**\n*.**..*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n.......\n.......\n.......\n.*.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*......*.\n*...*...*..**\n.***.**.*..**\n**....*..***.\n*.......*..**\n.....*.***.*.\n....*.*..**..\n.*.*..*.....*\n...*..***....\n.**....****..\n```\n\n\n## Output without wrap\n\n```\n**.*.......**\n*...*..*..*..\n..*****.*....\n*....**.**...\n**....*.....*\n.....***...**\n....*.*..***.\n..***.*.**...\n.*.*..*......\n..*...*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*...*.\n....*..*..*..\n..*****.*....\n.....**.**...\n**....*......\n.....***...*.\n....*.*..***.\n..***.*.**...\n**.*..*......\n*.....*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.**\n.......*.**\n*****...***\n*...*....**\n.***...***.\n```\n\n\n## Output without wrap\n\n```\n...........\n.***.......\n*****......\n*...*...**.\n.***....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..***..\n*...*.**...\n..***......\n....*......\n*...*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*..*\n....\n....\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n..*......\n..*......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*......\n..*......\n..*......\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n*...*....\n*...*....\n*...*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n.*.*..*...\n.......*..\n..*.......\n........*.\n..........\n..*...*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n...\n***\n...\n...\n...\n...\n***\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n.*.\n.*.\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n***\n***\n***\n...\n...\n***\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..*..\n.**..\n...*.\n..***\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n****.\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n...**\n.****\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n.*****.\n**.****\n..***..\n.**..**\n****.**\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n*.....*\n*......\n*.....*\n*......\n*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*.....*\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n..*.\n****\n*...\n.***\n*...\n***.\n..**\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n*.**\n*...\n***.\n*..*\n*.**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*.*.\n....\n.***\n....\n*.*.\n*.**\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*......\n.*..*...\n....***.\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...***..\n...*....\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...***..\n...*....\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*...\n*..*\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n***.\n***.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*....\n...*.\n.....\n**.**\n.*..*\n**.**\n**...\n...**\n*.**.\n*.**.\n**..*\n..*..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..***\n*****\n.....\n...**\n**...\n*..**\n.....\n*...*\n*....\n*.*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n....*\n.....\n*.**.\n.****\n.....\n...*.\n.*...\n...*.\n*....\n.....\n*...*\n..*..\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.\n.*..**...\n*..******\n**.*...**\n**...**..\n.*.*..*.*\n****..*..\n*.***...*\n```\n\n\n## Output without wrap\n\n```\n....**...\n........*\n*..*....*\n...*....*\n....***.*\n...**.*..\n*....*...\n*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*\n*........\n...*.....\n...*.....\n....***..\n...**.*.*\n.....*...\n*...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.\n.......**\n.........\n.*.......\n.*.......\n```\n\n\n## Output without wrap\n\n```\n......***\n......***\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n......***\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n.....*\n.....*\n..**.*\n....*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.....*\n..**.*\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n......\n*.**.*\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n......\n.*****\n**..*.\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n******\n......\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n......\n..***.\n.*****\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n...\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n***\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.**.**.\n*.**.**....*.\n**.*....**...\n***...*.*.**.\n..*.**..*.*..\n..***...*...*\n.*.*.*...***.\n```\n\n\n## Output without wrap\n\n```\n.***.*.*..**.\n*..*.**....*.\n...****.**.*.\n*...**..*.**.\n....**..*.*..\n.*......*....\n...*.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.**....\n*..*.**....*.\n...****.**.*.\n*...**..*.***\n*...**..*.*.*\n.*......*....\n**...***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n..*.\n***.\n*...\n....\n....\n.**.\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n..**\n.*..\n....\n.*..\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n.*.*\n*.*.\n**.*\n....\n.*..\n****\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n*.*\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*\n....*...*\n.*...****\n.*......*\n*....***.\n*...*....\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n.....**.*\n**......*\n**...*.*.\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n...*..*.*\n*....**..\n.*......*\n**...*.*.\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n**.***\n.***.*\n...*.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n.....*\n**...*\n*....*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n..*\n*..\n*.*\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n***.\n*..*\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n...*\n...*\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*.*.\n*****\n**..*\n..***\n**.**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n....*\n*....\n.....\n*....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.\n*****...*\n..*......\n.........\n...******\n***......\n```\n\n\n## Output without wrap\n\n```\n.*.....*.\n.......*.\n.*.......\n.*.....*.\n.*......*\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*......\n*........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n..*.....\n.**.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n..**..*\n.......\n.....**\n......*\n*......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.......\n.....**\n.....**\n*....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.........\n.........\n.........\n..***....\n..**.....\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...*.....\n..*.*....\n.*..*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...*.....\n..*.*....\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n..........\n..........\n....**....\n..........\n*...**..**\n..........\n...***....\n...***....\n..*.**....\n.*...*....\n.**.*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n....*.....\n..***.....\n..**.**...\n.**..**...\n.*........\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n*.......**\n....*.....\n..***.....\n..**.**...\n.**..**...\n.*........\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*..*\n.**.*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n..***\n.**..\n..**.\n.*...\n*...*\n***.*\n*.*.*\n*...*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n....*\n.*..*\n...*.\n.***.\n*.**.\n*.*.*\n*.*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.*..*\n...*.\n*****\n..***\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....**\n.**......*.\n.*.*..*..*.\n...*...****\n.........*.\n.*.*......*\n***..***...\n..*.**.....\n*........**\n.*.........\n*.*..*..**.\n```\n\n\n## Output without wrap\n\n```\n.***.....**\n.*......**.\n.*.*...*...\n..*....*..*\n..*........\n**....*....\n*....**....\n*.****.....\n.*.........\n**......*.*\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.......\n**......**.\n**.*...*...\n..*....*..*\n*.*........\n.*....*...*\n*....**....\n..****.....\n**........*\n.*......*..\n*.**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..***.\n....**\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n..**.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.**...\n..**.*\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**\n*.**....*\n*........\n...**.*..\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n.***...**\n..**...**\n.**.*....\n...***...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*.\n*.**...*.\n***.*...*\n...***...\n....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**..\n**.**...*\n*....***.\n*...**.*.\n****..***\n```\n\n\n## Output without wrap\n\n```\n**..*....\n...*.....\n*........\n*........\n*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n..*.*.**.\n.........\n..*.*....\n..**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***..*\n*...........\n**....**...*\n.**...**..*.\n.*....*..**.\n*.....***.**\n```\n\n\n## Output without wrap\n\n```\n............\n**....*.*...\n*.*...**..*.\n*.**.*.****.\n.**..*......\n.*....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***..\n......*.*.*.\n.**...**..*.\n..**.*.****.\n.**.***..*..\n.*...**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*...**\n*.***..*..\n**.*.***.*\n..*.**..*.\n...*.****.\n...*..*..*\n...****...\n..*...**.*\n```\n\n\n## Output without wrap\n\n```\n........*.\n.*.....*..\n*.........\n.***.....*\n........**\n.*.....**.\n.....*..*.\n..*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*..**\n**...*.***\n*.......**\n..**......\n*.......**\n.*.....**.\n*...*...*.\n*.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..*.\n..**\n.*..\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n*..*\n*.**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n...*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....\n........\n........\n........\n........\n...*....\n.*......\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n..*.....\n........\n........\n........\n........\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n..**...\n.......\n.......\n***.***\n...**..\n...**..\n..*..**\n..*..*.\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.**....\n.**.**.\n***.**.\n.*.*...\n.**....\n....***\n.*...**\n.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n..**..*\n..*....\n..*.*..\n..*.*..\n...*...\n..*..*.\n....***\n**.*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.**.\n.*...**...\n..**.*....\n...*.***..\n...**..**.\n```\n\n\n## Output without wrap\n\n```\n.**.*.....\n.*.*...**.\n..**...*..\n..*..*....\n....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*...\n.*.....**.\n..**...*..\n..***.***.\n...*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**....\n***...\n```\n\n\n## Output without wrap\n\n```\n*.....\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n***....\n.......\n.**....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n..*....\n.**....\n*......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n.**....\n*......\n.**....\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*....\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.****\n.**...*..\n..*..***.\n**.......\n*..*...**\n******...\n```\n\n\n## Output without wrap\n\n```\n.*...***.\n.*.**...*\n*.*..***.\n***.....*\n...*.....\n*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n**.**...*\n*.*..***.\n***......\n...*.....\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*.*\n...*.*.***.\n*...*...***\n**...**...*\n.**.*.****.\n**....*..*.\n```\n\n\n## Output without wrap\n\n```\n..***..**..\n..**...*...\n**..*.....*\n*.***.*...*\n..*.....***\n***..**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.*...*\n*.**...*...\n.*..*......\n..***.*....\n..*.....**.\n*....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.*...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.**.*.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n...***\n***...\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.*****\n**.**......*\n*.*.*......*\n.******.*...\n*..*........\n*****.......\n*.**........\n.*..........\n*...........\n........*...\n..........*.\n..........**\n*.*....*.*.*\n***..****.*.\n```\n\n\n## Output without wrap\n\n```\n**......*..*\n*.......*..*\n**..........\n**..........\n**..........\n**..........\n*..*........\n**..........\n.*..........\n..........*.\n.........*.*\n.........*.*\n......**...*\n......**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n..........*.\n*..........*\n*...........\n**.........*\n...*........\n**..........\n.*..........\n..........*.\n.........***\n.........*.*\n........*...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.***.\n*.**.\n.**.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n*...*\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*....\n*....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.*\n.**.*..*..\n*.*....***\n.....*.***\n......*.**\n.*..*.*...\n*....*...*\n```\n\n\n## Output without wrap\n\n```\n..*....**.\n.*.....*.*\n.***....*.\n..........\n......*..*\n.....*****\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....*\n......**..\n..**......\n**.......*\n......*.**\n..........\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n..*......\n.........\n...*.....\n....*...*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***....\n....*..***..*\n.*..........*\n*..**.....**.\n..****.......\n....**....*..\n..*...***.***\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*.*.....\n....**..****.\n..***.......*\n.**......*.*.\n.......*.....\n......**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*\n*...**..*...*\n.*..**..***..\n*****........\n*.*......*...\n........*....\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........\n......**...\n.....*....*\n*....*.....\n......*...*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....*.....\n.....**....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n.....***...\n.....*.....\n**...**...*\n**...*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n.**.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*\n*.......*\n*...*..*.\n..*.**.*.\n*.***....\n.**.....*\n**.*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n..**....*\n........*\n..*......\n...**.*..\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.**\n.......*.\n**.....*.\n..*......\n*..**.***\n.......**\n.*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*.*.\n...*.\n*....\n*....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*...*\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n*......*.*\n*.....*...\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n**.......*\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***\n....*...\n....**..\n......**\n.....*.*\n........\n........\n........\n....*...\n.....**.\n......**\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*...\n....***.\n....*..*\n.......*\n........\n........\n........\n.....*..\n.....***\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n....*...\n....***.\n....*..*\n.......*\n........\n........\n........\n.....*..\n.....***\n.....***\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***....\n..*..*....\n......*.*.\n..........\n..*.......\n..........\n..*...**..\n```\n\n\n## Output without wrap\n\n```\n..*..**...\n..*..**...\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..**.**...\n..........\n..........\n..........\n...***....\n..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n...*.\n*.**.\n***..\n**...\n```\n\n\n## Output without wrap\n\n```\n...**\n.*...\n*..*.\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n**...\n*..*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n....**.\n..*.*.*\n...*...\n*.*...*\n*..*.*.\n....*.*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n..***..\n.*..**.\n....*..\n.***.*.\n.****..\n.*.****\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n.*..**.\n....*..\n****.**\n*****.*\n**.***.\n....*.*\n..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n.**.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*..*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........*.\n****...*..\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n*..*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n..*......*\n...*.....*\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.***.*.*\n.*.**.*.**..\n*...*.....**\n....*.**.***\n*...**.*.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.***.**.\n**....*.**.*\n....*.*....*\n...**.**....\n....**.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*\n.*....*.**..\n*...*.*.....\n...**.**....\n***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**....\n..*........\n.**......*.\n.****....*.\n**.*.*.....\n*...*......\n...........\n...........\n.*....*.*..\n.......**..\n...........\n...........\n....***....\n```\n\n\n## Output without wrap\n\n```\n...........\n.***.......\n...........\n....*......\n*....*.....\n**..*......\n...........\n...........\n........*..\n.......**..\n...........\n.....*.....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*....\n.***.......\n...........\n....*.....*\n*....*....*\n**..*......\n...........\n...........\n........*..\n.......**..\n...........\n.....*.....\n....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n..*.\n...*\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*.*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*\n.............\n.............\n.............\n.............\n.............\n.............\n.*..........*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..**....*\n.*.*.....\n.........\n...*.....\n..**..***\n.***..***\n.*.**....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n...*.....\n..*......\n.***...*.\n.*.**.*.*\n**.*..*.*\n..*.****.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n...*.....\n..*......\n*.**...**\n.*.**.*.*\n...*..*..\n***.*****\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*...*.\n......****\n.*.*.**...\n.*.*..*..*\n...*.**...\n*..*.....*\n........**\n......****\n..*.***...\n```\n\n\n## Output without wrap\n\n```\n..**...***\n..***..*..\n.....***.*\n...*......\n...*.****.\n....**....\n........**\n.....***..\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*.\n.**....**.\n.....***..\n*..*....**\n...*.***..\n*...**..**\n*.......*.\n.....*....\n*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n..*..*\n*..**.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.****\n*.*.**\n**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*.*\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*..\n.............\n.............\n.............\n.............\n........***..\n..........**.\n.........*.*.\n.............\n...*.*.......\n.....*.......\n...*..*..**..\n...*..*..*.*.\n...***...*.*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.........*...\n.........***.\n........*..*.\n...........*.\n.............\n....*........\n.....**......\n....***..**..\n..**..*.**.*.\n...***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*..\n.............\n.............\n.............\n.........*...\n.........***.\n........*..*.\n...........*.\n.............\n....*........\n.....**......\n....***..**..\n..**..*.**.*.\n...***...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.***\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n...*\n....\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.*\n**...*.**\n.*.......\n**..*.*.*\n.*.......\n...**.*..\n..**..**.\n```\n\n\n## Output without wrap\n\n```\n.*..***.*\n***.**.**\n..*..**.*\n***......\n*****..*.\n...*****.\n..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n.**.**.**\n..*..**..\n.**......\n.****..*.\n...*****.\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n...*..\n..*.**\n..**..\n*.*...\n...*..\n.*...*\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*.**\n..*...\n......\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*.**\n..*.**\n.....*\n*.*...\n*....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n...*.*\n....**\n..**..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n..**.*\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n****.*\n.***.*\n*.*.**\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n***\n***\n***\n...\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n...\n...\n*.*\n.*.\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n.*.*.\n.*..*\n.....\n...*.\n.**..\n.*.*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n*..*.\n.**..\n.....\n..*..\n.*...\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n*..*.\n.**..\n.*...\n..*..\n.*...\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n**.*\n****\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n***.\n...*\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n*..*\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n..........\n..........\n..........\n.........*\n.....*.***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n........*.\n..........\n..........\n........*.\n*......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*....\n.*.*.*..*.\n...*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n....*.....\n.*.**..*..\n..*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.****.\n...*.****.\n...*.****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*.**.\n**..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.*.*\n.*.*\n.**.\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n**..\n***.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n.*..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..**\n....*\n...*.\n****.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n....*\n.*.**\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*..**\n*....\n**.*.\n*..*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n***\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n***\n***\n***\n***\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n..*\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*.*.**\n*..**.\n```\n\n\n## Output without wrap\n\n```\n....**\n**....\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n..*...\n.*...*\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..**..\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*......\n**.....\n.......\n..*....\n..*....\n.......\n.**....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n**.....\n.*.....\n.......\n.......\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n**.....\n.*.....\n.......\n.......\n.**....\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n***.*.*\n..*****\n.******\n****.**\n..*..**\n*.*.***\n**...*.\n*..****\n```\n\n\n## Output without wrap\n\n```\n.*****.\n.*....*\n*......\n*......\n*......\n*......\n*.***..\n*.*....\n**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n.......\n..***..\n..*....\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n***.\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n*.*****\n*.***.*\n**.*.**\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*.....*\n*......\n.......\n*..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........****.\n.***....*....\n.......*..**.\n*....*...***.\n..****...*...\n.***.**......\n....*.....***\n.........****\n***.........*\n```\n\n\n## Output without wrap\n\n```\n..*.....***..\n..*....**....\n.**.....*..*.\n...*.**.**.*.\n.........*...\n.*....*...**.\n..****...*..*\n.*.......*...\n.*........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*****\n..*....**....\n.**.....*..**\n...*.**.**.**\n.........*...\n.*....*...**.\n*.****...*..*\n.*.......*...\n**......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.*.*\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n...**...\n******.*\n.....*..\n.**...**\n......*.\n......*.\n......*.\n.....*..\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*...*..\n.**..**.\n*....*.*\n.....***\n.....**.\n.....***\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n**...*..\n***..**.\n.....*..\n.....***\n.....**.\n.....***\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n*.*\n.*.\n***\n**.\n..*\n*.*\n***\n**.\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n*.*\n...\n..*\n*..\n*.*\n*.*\n..*\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n*..\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n.........**...\n........*..*..\n........*.**..\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.........**...\n........*..*..\n.........***..\n..........*...\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.........**...\n........*..*..\n.........***..\n..........*...\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.....\n.****\n**.**\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n**..*\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n....*.\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n.........\n*......**\n.*.....**\n****....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.........\n***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n.......*.\n*......*.\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***....*.\n***....*....**\n.**.***...*...\n...**......*..\n.....***...**.\n.*....**...*..\n.**.........**\n*..........**.\n```\n\n\n## Output without wrap\n\n```\n****..**...*.*\n*.***..*......\n.**..***......\n...*...*.....*\n.*..**.**....*\n*.****....**.*\n*..........*.*\n***.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..***...*.*\n...**..*...*.*\n..*..***......\n...*...*......\n*...**.**.....\n..****....**.*\n...*..*......*\n*.**..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n..*...*.\n**.**.**\n*.*****.\n...*.*..\n....***.\n.....*..\n........\n.....**.\n```\n\n\n## Output without wrap\n\n```\n..*****.\n.*****.*\n........\n.*......\n........\n......*.\n....*..*\n....*.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n*.**....\n........\n**.....*\n.......*\n......**\n....*..*\n.***..**\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.........**..\n...........*.\n.........**..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..........*..\n...........*.\n..........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n..........*..\n...........*.\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.*..\n...*\n....\n....\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n*...\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n...*.\n.****\n....*\n....*\n.*..*\n....*\n.****\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..*.*\n..*.*\n...**\n...**\n.*..*\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n*.*.*\n..*.*\n...**\n...**\n.*..*\n*.***\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*.*.\n*.*.\n.***\n*.**\n.*..\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n..*.\n*...\n*...\n*..*\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n*...\n....\n....\n****\n..*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n.*.*.\n...*.\n*...*\n*...*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*.*\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.***.\n.***.\n.*.*.\n*..*.\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n...*....\n....*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*..*.\n*...*\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n*....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*..*.\n.....\n.*..*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.......\n.*.*...*.....\n****..*.**...\n.*..*...*..**\n..****..*.***\n.....*.*.*...\n....**...****\n...*.*...***.\n....*..**....\n.*******.....\n```\n\n\n## Output without wrap\n\n```\n.**..........\n...**.***....\n*..**...**...\n*.......*...*\n..**.****.*.*\n.............\n.....*......*\n...*.**.....*\n.......****..\n..*******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*.....\n...**.***....\n...**...**..*\n........*....\n*.**.****.*.*\n.............\n.....*......*\n...*.**.....*\n.......****..\n.*.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.*..*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....**\n******\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....**..\n...*.....*...\n....*........\n....*........\n.....*.......\n.....*.......\n......*....*.\n.....**...***\n...*..*..***.\n...*.*****...\n..*.*..**....\n.**.*.....*..\n..*.**...***.\n```\n\n\n## Output without wrap\n\n```\n...**....**..\n..*......**..\n.............\n.............\n.............\n....*.*....*.\n..........***\n.....***..*.*\n....**.......\n.****........\n....**.......\n*...*......*.\n.**.**...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*.*.\n..*......**..\n.............\n.............\n.............\n....*.*....*.\n..........***\n*....***..*.*\n....**.......\n.****........\n....**.......\n....*.....**.\n..*......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...*.\n*....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n.****.\n*****.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*..*..\n*.*.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**...*\n...**.\n..*...\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*....\n*...*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*..\n..**..*.*\n..******.\n...***...\n...*.....\n...**..*.\n*.*..****\n.........\n...*.*.**\n*..*.**..\n...**.*..\n***.*.*.*\n.*...**.*\n```\n\n\n## Output without wrap\n\n```\n.***...*.\n.........\n.......*.\n.........\n..*..*...\n..****.**\n...******\n....**...\n.....*.*.\n..**.....\n*.....*..\n***.*.*..\n***..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*..\n.........\n.......*.\n.........\n..*..*...\n..****.*.\n...******\n*...**...\n.....*.**\n..**....*\n......*.*\n.**.*.*.*\n...*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*....\n****....*.*..\n**.....******\n**.**...*..*.\n.**......***.\n*..*.*...**..\n*.....*...*..\n..*.*..*.....\n```\n\n\n## Output without wrap\n\n```\n*........*...\n..........*..\n....*..*....*\n...*...*.....\n........*..*.\n*.*..........\n.*.****..**..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***...\n..........*..\n....*..*.....\n...*...*.....\n........*..*.\n*.*.........*\n.*.****..**..\n*......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*.*.\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n**...\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n***..*\n...***\n*..*.*\n*...*.\n....*.\n....*.\n..**..\n..*.*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*....*\n*..*.*\n...*.*\n...***\n...***\n....*.\n..*.*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n...*..\n*..*..\n*..**.\n...**.\n....*.\n..*.*.\n.**...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**..\n*.**\n.*..\n.***\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.*..\n*...\n**..\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n..*.\n....\n*.*.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*...\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......**\n........\n........\n........\n.*......\n.*......\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n.......*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n*.......*.\n.........*\n.....**...\n..........\n....*.*...\n....***...\n....**....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n..........\n......*...\n....*.*...\n...*..*...\n....*.*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n*.......*.\n.........*\n..........\n......*...\n....*.*...\n...*..*...\n....*.*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n.........\n.........\n*........\n*..*.....\n....*.**.\n*......*.\n....*.*..\n...*.....\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n......**.\n......**.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.......*.\n......*..\n......***\n.........\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n....\n....\n.**.\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.**.\n....\n....\n**.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**..\n*....*.*\n.***.*..\n..*.*.**\n.*....**\n....*.**\n......*.\n*..**..*\n```\n\n\n## Output without wrap\n\n```\n**..***.\n*..*.*..\n.***.*.*\n....*..*\n...*....\n........\n...**.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*..\n...*.*.*\n.***.*..\n....*..*\n...*....\n*.......\n*..**.*.\n**.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..***\n*..*....\n*.**...*\n.*.*....\n.****...\n.**..***\n*..*....\n*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***....\n*...**..\n**.**...\n**.*....\n**..*.*.\n**.*...*\n*******.\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**\n..*...**\n...**...\n...*..**\n....*..*\n...*...*\n**.**...\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...\n*..***...\n....***.*\n.**.*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n..*...*..\n..*.****.\n..**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.\n......**.\n....****.\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.....*\n*...**\n*....*\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n**.\n..*\n**.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n..*\n*..\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n..*..\n****.\n....*\n....*\n**.*.\n*.*.*\n*....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n.***.\n.**.*\n...**\n*****\n*.**.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.....\n*****\n.**.*\n...**\n.***.\n..**.\n**.*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.....\n.............\n.............\n.............\n.............\n.............\n....*........\n....*........\n.............\n......**.....\n.***.***.....\n.*.....*.....\n......*.....*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..*..*.*.....\n.**..*..*....\n.*...*.*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..*..*.*.....\n.**..*..*....\n**...*.*.....\n......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n..*..**..\n..*......\n.*..*.*..\n*......*.\n.*.....*.\n*****..**\n```\n\n\n## Output without wrap\n\n```\n.**..*...\n......*..\n*..***...\n......**.\n***...**.\n...*.....\n.***..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..\n....**..*\n*..***...\n......*.*\n***...*.*\n.*...*...\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*......\n...**.*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.***\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n**..\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....**....\n....*..*.....\n...*.***.**.*\n..*..*.*....*\n*.*.*..*.....\n*.*.*..*..*.*\n*...*.*....**\n.***........*\n.**.**.......\n**..**..**...\n**.......***.\n*....*.....*.\n*.*..*..****.\n.**...*....**\n```\n\n\n## Output without wrap\n\n```\n.......**....\n..****...*...\n...*.*.*...*.\n.**..*.*...*.\n..*.**.**..*.\n*...*.**....*\n*...**......*\n*..........**\n.....*.......\n...***..**...\n....**..**.*.\n*.......*...*\n*.*..**..*...\n.**......*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..***....\n..****...*...\n...*.*.*...*.\n***..*.*...**\n*.*.**.**..*.\n....*.**.....\n....**.......\n...........**\n.....*.......\n...***..**..*\n....**..**.*.\n*.......*....\n*.*..**..*...\n...*..*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.....\n.*.**\n*....\n*.**.\n*.***\n****.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.....\n*...*\n*.*.*\n*...*\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n*....\n*.*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***.\n..*.....\n......*.\n*...*.*.\n*.*.*...\n*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n....*...\n.....**.\n....*...\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*...\n.***....\n....*..*\n*...*...\n*.*.**.*\n*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n****.\n****.\n***..\n****.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.....\n..**.*....\n.*...**...\n*.*.......\n.*...**..*\n*.......*.\n*.*.***...\n**...*....\n```\n\n\n## Output without wrap\n\n```\n..****....\n......*...\n**.*..*...\n*.****....\n*.........\n*...*.*...\n*..*...*..\n**..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*....\n.*.*......\n**.*..*...\n*.****....\n.*.......*\n**..*.*..*\n**..*.**.*\n*.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*..\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n.**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*..*\n...***..**\n*...***..*\n*..**.****\n...***.**.\n.....*.**.\n*.....**..\n**..**.**.\n```\n\n\n## Output without wrap\n\n```\n...***..**\n.*.*...***\n..........\n.........*\n...*......\n.....*....\n**..*.....\n**...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...\n.*.*...**.\n..........\n*.........\n...*......\n.....*...*\n**..*.....\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**...\n*****.....\n..*.......\n*..*.***..\n.***.*....\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n..*.**....\n....**....\n*....**...\n...*.**...\n.*.*.*.*..\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n....**....\n*....**...\n...*.**...\n.*.*.*.*..\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.***.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*.*..\n.*...\n.**..\n.....\n.....\n.....\n*...*\n..*.*\n..*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*.*..\n.*...\n.....\n.....\n.....\n.....\n..*..\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n*.*..\n.*...\n.....\n.....\n....*\n.*.*.\n..*..\n..***\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*.**\n.*...\n.***.\n..*.*\n.....\n*.*..\n*****\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..***\n**.**\n**..*\n.*.*.\n.**..\n.*.*.\n*.*..\n*...*\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*.**\n.*..*\n**.*.\n.**..\n.*.*.\n*.*..\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n..*......*..\n...*..*..*..\n......**....\n.....*..*...\n............\n*.....*....*\n.*....*.....\n*...........\n.**....**...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n......***...\n.....****...\n......**....\n............\n............\n**..........\n*.*....*....\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*...\n............\n......***...\n.....****...\n......**....\n............\n*...........\n.*.........*\n*.*....*....\n.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n**.\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n**.\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**..*\n.....\n.***.\n.....\n.....\n.....\n.....\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n*.*..\n.***.\n.....\n.....\n.....\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.****\n..*..\n.....\n.....\n.....\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*\n.*........\n**.......*\n**........\n.**.......\n..........\n..........\n..***.....\n.***......\n*.*......*\n```\n\n\n## Output without wrap\n\n```\n..........\n***.......\n..*.......\n..........\n***.......\n..........\n...*......\n.*..*.....\n....*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n.**......*\n..*......*\n.........*\n***.......\n..........\n...*......\n.*..*.....\n*...*.....\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.......*.*.\n.......*...\n........**.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n........*..\n.......*.*.\n........*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n........*..\n.......*.*.\n........*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n...*..\n......\n......\n......\n......\n......\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.****\n***.*.****\n***.******\n****.**..*\n**.*****.*\n..***..***\n***.******\n*****...**\n*.*.**.*.*\n*.****..**\n*******.**\n*...****.*\n********.*\n```\n\n\n## Output without wrap\n\n```\n*...*.*..*\n..........\n..........\n.........*\n*........*\n..........\n*.....*...\n..........\n*.....**..\n*.........\n*.........\n.........*\n****...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n..........\n......**..\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.*.....\n..*.**.\n*..*.**\n..*....\n.**....\n.......\n.*..*..\n......*\n...*...\n.......\n```\n\n\n## Output without wrap\n\n```\n...*...\n.*.....\n......*\n......*\n....*..\n.......\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.....*.\n*......\n.......\n....***\n.......\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.****..\n**..**..*\n.*..*.*.*\n*..*.*.*.\n.**.**.**\n********.\n*.*.*.**.\n.*.*..**.\n.*.******\n***..**..\n```\n\n\n## Output without wrap\n\n```\n****..*..\n**.......\n.***..*.*\n*..*.....\n........*\n*........\n*.......*\n**.......\n...*....*\n****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**\n.*......*\n.***..*..\n...*.....\n.........\n.........\n*........\n.*.......\n...*....*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n.*...\n.....\n.....\n.....\n.**..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n****..\n.*....\n.*....\n...**.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n...*..\n..**..\n.*..*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n....**\n...***\n******\n...***\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.****.\n*...*.\n...***\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n..*.*.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**..*\n.**.*.\n*.*..*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.**\n.*..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n***...\n*.....\n*....*\n*..**.\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.....\n*.**..\n.....*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.***..\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n***..\n.....\n***..\n....*\n*.*..\n***.*\n.*...\n**...\n..**.\n..*..\n*.*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.**..\n.**..\n*.**.\n*....\n..**.\n*.*..\n.**..\n..**.\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***.*\n..*.*\n*****\n*.***\n.*...\n..*.*\n.**.*\n*****\n..**.\n.**..\n*.**.\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.*..\n*.*.*......\n..***..****\n..*.*..*...\n..*.*.*.**.\n....*.**.*.\n......*..*.\n**.****...*\n...**.****.\n```\n\n\n## Output without wrap\n\n```\n...........\n.**.*.*.*..\n.**.*.****.\n.**.*.*...*\n..*.*.**.*.\n...***.*...\n...**...*..\n....*.....*\n..**...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.**..\n*.*.*.*....\n..*.*.***..\n***.*.*...*\n*.*.*.**.*.\n...***.*...\n**.**...*..\n****.......\n.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*\n*....*..**\n*....*.**.\n*...*.....\n```\n\n\n## Output without wrap\n\n```\n.....*****\n....*.....\n....*....*\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n**.*......\n**.*....*.\n**.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.....\n.....\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n***..\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...*....\n........\n...*....\n.*..**.*\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....*...\n....**.*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n....*...\n*...**.*\n*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.***\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*...*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.....\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**...\n.....\n**...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......\n...........\n...........\n..*......*.\n.*.........\n...........\n.*.........\n..*...*..*.\n.........*.\n......*...*\n*..........\n........*..\n.........*.\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.........**\n.........**\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*..\n....\n...*\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n.*.*\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..*.\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*...\n.....\n.....\n...*.\n.*..*\n.**..\n.***.\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n***..\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n***..\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*...\n.*.**.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.***..\n.***..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.**..*\n.*.**.*.*..*\n*..*.*.**..*\n..**..*....*\n```\n\n\n## Output without wrap\n\n```\n.********...\n**.*.....***\n.*...*..*.**\n..***.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.**\n.*.*.....**.\n.*...*..*.**\n..**.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*.**\n*****\n***..\n*.**.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**..*\n.....\n....*\n....*\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n**.*\n.***\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*...*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*...\n.**........\n**.........\n.*........*\n*...***...*\n...........\n..*.*..*...\n.*.*..**...\n.*.........\n.*...**....\n.*...*..*..\n..**.****..\n```\n\n\n## Output without wrap\n\n```\n.**........\n*.*........\n*..........\n.*...*.....\n.....*.....\n...**.*....\n..**..**...\n.*.*..**...\n**...*.*...\n***..**....\n.*......*..\n..*.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..\n*.*........\n...........\n.*...*....*\n*....*....*\n...**.*....\n..**..**...\n.*.*..**...\n**...*.*...\n***..**....\n.*......*..\n.*****..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..******\n**********\n.**.******\n**..******\n****..****\n..**.*****\n***.******\n**...***.*\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n*.........\n..........\n*.........\n*.*.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...*......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**..**\n.*..*.**..\n.*..*.....\n..*..*....\n*.**.*.**.\n..**.**...\n....*.*...\n*.****...*\n***.*...*.\n*..*.....*\n..........\n```\n\n\n## Output without wrap\n\n```\n....*****.\n**.**.***.\n.****.*...\n..*..**...\n.....*.*..\n.**.......\n.*....*...\n*.*.......\n*....*..**\n*.**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...******\n.*.**.****\n.****.*...\n..*..**...\n.....*.*..\n.**.......\n.*....*...\n*.*......*\n.....*..*.\n*.**.....*\n....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n..*.*\n..**.\n...*.\n.**.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n..*.*\n.*..*\n****.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.*.*\n..*.*\n.*..*\n.****\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n****\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n...*\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..*.*\n.**.*.*..*\n**..*.*..*\n....*.*...\n**........\n..........\n..........\n**.......*\n..*....*.*\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n.**..*..*.\n*.*.*.**.*\n***.*.**..\n..........\n..........\n..........\n..........\n.*......*.\n..*.......\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..***..\n..*.*.**.*\n.**.*.**.*\n.........*\n..........\n..........\n*.........\n**......**\n..*......*\n.**...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.**.**.*\n...**...***..*\n...*.**..*..*.\n....**....*...\n....*..*.**...\n...*..**.*....\n....***.*.....\n```\n\n\n## Output without wrap\n\n```\n...........**.\n...****.***...\n.......*.****.\n..**....*..*..\n..***.........\n...*..**..*...\n....**...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........***.\n**........*..*\n.......*.****.\n..**....*..*..\n..***.........\n..***...*..*..\n.***..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...*\n....***.\n..**.***\n....**..\n..**.**.\n.*.*....\n.*.*****\n```\n\n\n## Output without wrap\n\n```\n.******.\n........\n...*...*\n.......*\n..**.**.\n.*.....*\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n...*...*\n.......*\n..**.**.\n**.....*\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n.*........\n.*......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n**.......*\n**.......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*.\n..*.**....\n..........\n....*.....\n*.........\n```\n\n\n## Output without wrap\n\n```\n...***....\n...***....\n...***....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n...***....\n...***....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n..*...*\n.**.**.\n*...**.\n*.....*\n*..*.**\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.**.**.\n.**...*\n*..**.*\n******.\n*..***.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.\n*....**\n*.*....\n*..**..\n..***..\n..*....\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n**.\n...\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n..*\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*..\n*...***...\n*......*..\n*...****..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n**...*.*..\n**...*....\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...*\n.*...*.*.*\n.*...*....\n*.........\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.*\n.*..***.*\n.****.*.*\n***.....*\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n......*..\n**....*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n*..*..*..\n*...*.*..\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n....\n....\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**..\n...*\n*.*.\n..**\n..*.\n..**\n.***\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n....\n...*\n..*.\n....\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n...*\n..*.\n*...\n*.**\n.*..\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n.......**...\n.......**...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n.......**...\n.......**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n.......**...\n.......**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....\n..***.*.*\n..*.*.*..\n*....*.*.\n..****...\n....**...\n***.*****\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n....*.*..\n*....*...\n.*.......\n..*......\n..***.**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n***..*.*.\n.....*.*.\n**.......\n***.....*\n..*...*..\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n.*..*\n.****\n*.*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**.**\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n...*\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.\n...***.*\n..*.**..\n.****.*.\n*.*.*.**\n.....***\n**.***..\n*.*****.\n****.***\n```\n\n\n## Output without wrap\n\n```\n.**...*.\n........\n.*......\n......**\n..*.*...\n*.*....*\n**.....*\n.......*\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n.*......\n*.....*.\n*.*.*...\n..*.....\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******....\n.*....*....\n....*.*....\n.*...*...*.\n..******...\n......**...\n*....*.....\n*.**.*.....\n....***....\n.....**....\n```\n\n\n## Output without wrap\n\n```\n.******....\n.*....**...\n......*....\n..*....*...\n..***..**..\n...*...*...\n.*..**.....\n.*.*.......\n...*.......\n....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..*...\n.*....**...\n......*....\n..*....*...\n..***..**..\n...*...*...\n.*..**.....\n.*.*.......\n...*.......\n..*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n...*\n....\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*******.****\n*.***.***.****\n***.*****.**.*\n**************\n*****.***.***.\n```\n\n\n## Output without wrap\n\n```\n..*.....*.*..*\n*.............\n..............\n.............*\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n****\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n...*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n..***.\n..*.**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..***.\n.**..*\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..***.\n.**..*\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n***.*\n..*.*\n..*..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n***.*\n..*.*\n**..*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*...\n...*..**.*\n...**.***.\n......*...\n......***.\n*........*\n..*...*.*.\n.*.....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..***..*..\n...**.....\n........*.\n......***.\n......*..*\n......***.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n...**..*.*\n...**.....\n.........*\n......****\n......*...\n.*.......*\n.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**..\n*..*\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n..*.*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n.*.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*...*\n.....\n.....\n.....\n**..*\n.***.\n*****\n*.**.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*****\n*.*.*\n.....\n.....\n.....\n**.*.\n.....\n*...*\n*....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n.....\n*....\n**.**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..**......\n.**.......\n..*.*.....\n..*.*.....\n...**.....\n...*......\n.........*\n........*.\n..........\n..*.......\n.**.......\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.***......\n.*........\n..*.......\n..*.**....\n..*.*.....\n...**.....\n..........\n..........\n..........\n.**.......\n.**.......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.***......\n.*........\n..*.......\n..*.**....\n..*.*.....\n...**.....\n..........\n..........\n..........\n.**.......\n.**.......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n*....**.\n....*.*.\n..***.**\n...*.**.\n....*.*.\n*.....**\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....*..*\n....*...\n..*....*\n..*.....\n....*...\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*...\n....*...\n..*....*\n..*.....\n....*...\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.\n..**...\n...****\n..*.*.*\n****...\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n.*....*\n......*\n......*\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.*....*\n......*\n......*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*..\n*.....*..\n*........\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n**......*\n**......*\n**......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n...*....\n.***....\n.*.....*\n........\n........\n........\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n...**...\n..*.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..***...\n**.**...\n***.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......**\n***......***\n*..*..**.**.\n****..*****.\n.**......*.*\n*.........**\n**..*.......\n**.**...****\n.*.**.***.*.\n**...**...**\n.**...****.*\n..**..*.***.\n**.*.*.**...\n.****.**...*\n```\n\n\n## Output without wrap\n\n```\n*.*......*.*\n*..*....*...\n...*..*.....\n*..*..*....*\n...*...*...*\n*.*.......**\n..***.......\n........*.**\n...*..*.*...\n*..**......*\n*..*.......*\n*..***....*.\n*....*....*.\n**.******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..\n...*....*...\n...*..*.....\n...*..*.....\n...*...*....\n..*.......*.\n..***.......\n........*.*.\n...*..*.*...\n...**.......\n...*........\n...***....**\n*....*....**\n....*****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.*.\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n......\n*....*\n......\n......\n..*...\n..*..*\n...**.\n**.*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..*.*.\n.*...*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n......\n***.*.\n**....\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n*..*......\n..*.......\n..**..*...\n..***.....\n.*......*.\n..**....*.\n...****...\n.....*....\n..........\n```\n\n\n## Output without wrap\n\n```\n.**.......\n...*......\n.**.......\n.*..*.....\n.*..*.....\n.*..*.....\n..**.*.*..\n..**.**...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n...*......\n.**.......\n.*..*.....\n.*..*.....\n.*..*.....\n..**.*.*..\n..**.**...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*..*\n.*..*\n..**.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**.*.\n...**\n.*..*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.****\n.*..*\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n..****...\n..*.*....\n.*.****..\n.........\n.........\n*.......*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n..*.**...\n.*....*..\n..****...\n....**...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...**....\n..*.**...\n.*....*..\n..****...\n....**...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*.*\n*.*.\n....\n....\n....\n....\n*.**\n*..*\n*...\n..**\n*.*.\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.**.\n....\n....\n....\n..*.\n.*.*\n*...\n....\n...*\n....\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n****\n....\n....\n****\n***.\n....\n*.*.\n*.*.\n*...\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......*...\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..*.*.\n.....*\n..*..*\n.....*\n.**..*\n....*.\n.**.*.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...***\n....**\n.**.**\n....**\n....**\n.**.*.\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n....**\n...***\n*...**\n.**.**\n*...**\n*...**\n.**.*.\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n........**\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.*....\n**.***\n...*..\n..*.*.\n*.*...\n.**...\n*.**..\n***..*\n..*...\n.*.*..\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n****.*\n**.**.\n.*...*\n.**...\n..*...\n*.....\n*..*..\n*.....\n*..*..\n...*..\n...**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.***..\n**.***\n**....\n.**...\n..*...\n*.....\n...*.*\n*....*\n...*..\n...*..\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...*\n....**....\n.....*....\n..........\n..........\n..........\n..........\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n....**....\n......*...\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n......*...\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n*...**.\n***..**\n.*.**.*\n...***.\n.****..\n**.**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n*...*..\n*.*...*\n**....*\n.*.....\n**.....\n**..*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n....*..\n..*....\n.*.....\n**.....\n**.....\n**..*..\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n***.\n....\n....\n..*.\n****\n....\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n*...\n*.*.\n.*..\n....\n..**\n.***\n....\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*..\n....\n*.*.\n****\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n**......\n..*.*...\n...*....\n**..**.*\n**.....*\n........\n...*....\n..**....\n```\n\n\n## Output without wrap\n\n```\n.*......\n*..*....\n*.......\n.....*..\n....*.*.\n*.*..*..\n.**.....\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*...\n........\n.....***\n....*...\n.**..**.\n***....*\n.***....\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n*..\n*..\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*.*.\n..**.\n*....\n***..\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.***.\n*..*.\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*.*.\n.****\n*..**\n..*..\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**....\n.......**....\n..........**.\n..........**.\n.............\n.............\n....*........\n...*.........\n....*......**\n...........**\n.............\n....**.......\n....***...*..\n.....**..**..\n```\n\n\n## Output without wrap\n\n```\n.......*.*...\n.......*.....\n...........*.\n.........*.*.\n.............\n.............\n.............\n.............\n...........**\n...........**\n.............\n.............\n.........**..\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*..\n........**...\n...........*.\n.........*.*.\n.............\n.............\n.............\n.............\n...........**\n...........**\n.............\n.............\n.....*..*.*..\n........*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*.*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*..\n*...\n**.*\n**..\n....\n***.\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n*.*.\n*.**\n..**\n..*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n.*..\n....\n.*..\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n.**...\n.*..*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.***..\n**.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n.***..\n**.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..***\n*.**.\n****.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n.**..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.*.....*.\n.*...*...\n..***.*.*\n......*.*\n.........\n..*.....*\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.........\n....*.**.\n.......*.\n.......*.\n..**.**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n.*..*....\n**.....**\n*......**\n..**.**..\n.........\n*......*.\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*.*\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n***.\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n.*.*..*\n.*....*\n....*.*\n....*.*\n*.*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n......*\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*.*..\n*.....*\n*....**\n.....**\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**.\n....**..*.\n*......*.*\n.....***..\n```\n\n\n## Output without wrap\n\n```\n....*..**.\n....*.*..*\n....*..*..\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n....*.*...\n....*..*.*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n**......\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n.**.**\n.**..*\n.*.*.*\n......\n```\n\n\n## Output without wrap\n\n```\n...***\n.*.*..\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n....**\n*..*..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.......*.*\n.......*.*\n*.**....**\n.*........\n..*..*....\n......*...\n*...*.*..*\n**...*....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.......*.*\n.**.....**\n.*.*......\n..........\n......*...\n**....*...\n**...*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.......*..\n***.....**\n**.*.....*\n..........\n......*...\n**....*..*\n**...*...*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n......\n*.*..*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n*.....\n...*..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****.**..\n**..........\n.*.****.**.*\n*...........\n```\n\n\n## Output without wrap\n\n```\n**..........\n...*........\n******......\n...***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n.***......*.\n...*........\n..*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n.*.....\n*....**\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n....*.*\n*...*.*\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n....*.*\n....*..\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*.*...\n.......\n*.....*\n.......\n.......\n.......\n.......\n.......\n.....*.\n....*..\n....*..\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n.**.**.\n..*.**.\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n.****..\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n**.....\n*..*...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n***......\n.*...*...\n....***..\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*..*...\n.**.*.*..\n.*.....*.\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n*.*..*...\n.**.*.*..\n.*.....*.\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n**....\n...**.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n*****.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..***.\n.****.\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*.....*.\n*.*..*...\n....*....\n.........\n*..*.....\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.*.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.*.......\n.*.......\n.........\n.........\n........*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n****\n.***\n****\n**..\n**..\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n...*\n....\n....\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**...\n.......**...\n............\n.........*..\n..*....***..\n.....***.*..\n.....*.*....\n.....*.*....\n*..........*\n...........*\n.........*..\n........**..\n**......*...\n```\n\n\n## Output without wrap\n\n```\n.......**...\n.........*..\n.......***..\n.........**.\n.........**.\n....**...**.\n....***.....\n............\n............\n..........*.\n........*.*.\n.......*....\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n.......***..\n.......***..\n.........**.\n.........**.\n....**...**.\n....***.....\n............\n*.........*.\n*...........\n........*...\n........*.*.\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**.*..\n.*.*..\n**...*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**....\n....**\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n*.....\n**...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**...*\n.*...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.*.*...**...\n.*..**.*.**.\n.*..*.***...\n.******.....\n........**..\n.......*....\n.......*.*..\n............\n............\n......*.***.\n.....*.**...\n......**.**.\n............\n```\n\n\n## Output without wrap\n\n```\n.......**...\n.**.*.****..\n*..****...*.\n........***.\n*.....*..*..\n.*.......*..\n...***...*..\n........*...\n............\n........**..\n........**..\n.....*...*..\n......*.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...\n.**.*.****..\n*..****...*.\n........***.\n*.....*..*..\n.*.......*..\n...***...*..\n........*...\n............\n........**..\n........**..\n.....*...*..\n......*.....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*...*\n.....*..*...\n........*...\n*..*.*..*...\n```\n\n\n## Output without wrap\n\n```\n............\n...***.*.*..\n.......*.*..\n........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...*..\n...**.......\n...**.*..*..\n...*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**\n**.*.*.\n.***..*\n*......\n*******\n.......\n**.****\n```\n\n\n## Output without wrap\n\n```\n**..***\n****.**\n...***.\n*......\n******.\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..**.*.\n...***.\n.*.....\n*******\n.....**\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n......\n......\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*.**..**\n.**.**.***..**\n.*.*...*...*.*\n..*.*...*.....\n.**..*.*.****.\n**..**.*..*.*.\n..*...*.*....*\n...*....*.*..*\n..*....**..*.*\n..*..**.**...*\n```\n\n\n## Output without wrap\n\n```\n..*.*.*..*..**\n*....*...***..\n.*...***.*...*\n....*.****....\n*.*..*.*.**.*.\n*..***.*..*.**\n.******.*..***\n..**....*....*\n..**..*...*..*\n......*.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n.....*...***..\n.*...***.*...*\n*...*.****....\n*.*..*.*.**.**\n*..***.*..*.*.\n.******.*..***\n*.**....*....*\n*.**..*...*..*\n..*.***...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n**...\n.....\n.....\n.....\n..*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*....\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n**...\n.....\n.....\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*...*\n.*...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n***...\n*.**..\n*.**..\n*.**.*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*..*..\n**....\n**....\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*....*\n*.....\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.*.**\n**.**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***....\n**..***....\n***.***....\n```\n\n\n## Output without wrap\n\n```\n**..*.*....\n..*....*...\n*.***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..*\n..*....*..*\n..*....*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...\n.........\n.........\n.....*.*.\n****.**.*\n.*....**.\n***...*.*\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n*.*.***..\n*....****\n...*..**.\n*..*..**.\n*.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***..\n.........\n**......*\n..*.****.\n.....***.\n...*..**.\n.....**.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n...*\n**..\n*.*.\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n***.\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n***.\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*....\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n..**.\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*..\n.**.*.*.*\n*.*******\n*.**.*.*.\n***.**.*.\n.*..*..*.\n```\n\n\n## Output without wrap\n\n```\n**.**..*.\n........*\n*.......*\n*........\n*....*.**\n*******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*\n.........\n.........\n.........\n*....*.*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....**\n**...**.*\n........*\n*....**..\n```\n\n\n## Output without wrap\n\n```\n**....***\n**....*.*\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*....*..\n.*......*\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n*..**.\n*..**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*****\n****.*.*.\n..***...*\n*.......*\n**.*...*.\n..**.....\n.**...*..\n*...*....\n*****...*\n*........\n```\n\n\n## Output without wrap\n\n```\n*...**.**\n*........\n*...*..**\n*...*..**\n**.*.....\n*..*.....\n.**......\n*...**...\n*.***....\n*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n.........\n....*..*.\n....*..*.\n**.*.....\n*..*.....\n.**......\n....**..*\n..***...*\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.*.**\n....*\n...*.\n....*\n..**.\n*.*.*\n.*.*.\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n..*.*\n..*.*\n.**.*\n.**.*\n.*..*\n...**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n***.*\n.**..\n..*.*\n..*..\n.....\n.*...\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...**\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........**\n..........**\n..........*.\n............\n............\n............\n............\n............\n.......*....\n............\n............\n```\n\n\n## Output without wrap\n\n```\n..........**\n.........*..\n..........**\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n.........*..\n..........**\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n******\n...*..\n***...\n```\n\n\n## Output without wrap\n\n```\n*.****\n*.****\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*....\n...*.*\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*..\n.**.....\n..**.**.\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*...**.\n.***....\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**...\n.*...**.\n.***....\n....*...\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n***.\n*..*\n.**.\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.......\n.......\n.......\n**.*.**\n.....*.\n......*\n*...*..\n*.**.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....***\n....**.\n.....*.\n.*.**.*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.......\n.......\n*.....*\n*...***\n....**.\n.....**\n**.**..\n**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**...\n....***...\n.....**..*\n........**\n*..**.....\n*.......*.\n**.......*\n*..****..*\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n...**.*..*\n....***...\n........**\n**........\n....**....\n**..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..***.\n...*......\n*..**.*...\n*...***...\n*.......*.\n.........*\n....**....\n..*******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**...\n**...\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n**...\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n***.**\n*.**.*\n*.**.*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n******\n*.....\n*....*\n*....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*..*\n*.***.\n**.***\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***\n*****.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n**.**.\n.*.*.*\n*.***.\n.****.\n....**\n*****.\n```\n\n\n## Output without wrap\n\n```\n***.*.\n***..*\n**...*\n......\n**....\n*..*.*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n......\n**....\n**....\n*.....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.*.\n**.*.*....*\n*.****...*.\n.**.*.*.***\n..*********\n```\n\n\n## Output without wrap\n\n```\n.*...*...*.\n**...**.**.\n**.....**..\n.*...*.*...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*\n**.....***.\n.......***.\n...........\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***\n**.**.*..\n.*.**.***\n.*......*\n*****..*.\n.*..*..*.\n..**.....\n**.....*.\n*..*...*.\n*..*..*.*\n*******..\n*.*..*.**\n*******.*\n```\n\n\n## Output without wrap\n\n```\n....***..\n**.*.....\n**.*..*..\n..*...*.*\n...**.***\n*.*.*....\n*.***....\n*..*...*.\n*.*...**.\n*.....*.*\n.......*.\n.*.***..*\n...***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*..***...\n*..*..**.\n..*...*..\n...**.***\n***.*..*.\n..***....\n*..*...*.\n.**...**.\n......**.\n.........\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*****.\n.*...*\n.*.*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.***.\n.....*\n.....*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..***.\n.....*\n.....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.***..\n*..*..\n*..*..\n..**.*\n****.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n**.**.\n*****.\n**..*.\n**.**.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n**.*..\n...*..\n.***..\n.*...*\n.....*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n.***\n...*\n***.\n.***\n.*..\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n..**\n*..*\n*...\n...*\n*...\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*.**\n....\n....\n...*\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n.*.*....\n.....*..\n........\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.***.\n*...*\n*....\n.....\n.....\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*...\n****.\n*.**.\n.....\n.....\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.****\n*.***\n*...*\n.....\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..*\n...**...\n....*..*\n*...**..\n......*.\n*.*.*...\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n..*..*..\n........\n....***.\n.*.**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..\n..*..*..\n........\n....****\n.*.**..*\n.**.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n...*...\n.**..*.\n.**.**.\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.*...*.\n*...***\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*\n...*...\n.*...*.\n....**.\n*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.***.\n*.*..\n..*..\n.....\n.....\n.....\n.*.**\n```\n\n\n## Output without wrap\n\n```\n...**\n.*..*\n.....\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**...\n.....\n.*...\n.....\n.....\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.****.\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.*.**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n.*.**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.****\n*....*\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n*....*\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.**.*.\n*.*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**...\n*.**.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n..*...\n.....*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.....\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...**.\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.....*.*..\n...*......\n........*.\n..........\n....*.....\n....*.....\n.....*....\n...*......\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..*..*\n..**.*\n******\n**...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n..**.*\n.....*\n*....*\n...*.*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n*.**.*\n......\n......\n...*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***.*.\n.......**...*\n.......**....\n......***....\n......**.....\n....****.....\n....**.......\n**...........\n*...........*\n*..........*.\n............*\n.*...........\n**..........*\n**......*...*\n```\n\n\n## Output without wrap\n\n```\n.............\n........*....\n.............\n.............\n.............\n.............\n.............\n**...........\n**...........\n.............\n.............\n.*...........\n..*..........\n.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*...\n..........*..\n.............\n.............\n.............\n.............\n*............\n*............\n.*...........\n*............\n.*.........*.\n.*.........**\n.**.....*..**\n........**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n....**.\n*.*..*.\n*.**.**\n.......\n..**.*.\n..*....\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n....**.\n.*..***\n..*....\n..*****\n.*...**\n..**...\n.**..*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*..**.\n*.*....\n*.****.\n.*...*.\n..**...\n.**..*.\n.*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*.***\n..*.*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n..*.*\n**...\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n..*..........\n..*..........\n.*...........\n.*...........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.**..........\n.**..........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.**..........\n.**..........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n*.**.**\n***..**\n*.*..*.\n****.**\n****.*.\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n......*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....***\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***.\n..*.**..\n*.....*.\n*...*.*.\n........\n........\n........\n........\n.....**.\n.****.*.\n```\n\n\n## Output without wrap\n\n```\n.*..*.*.\n....*...\n.*.**.*.\n.....*..\n........\n........\n........\n........\n..*****.\n..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n....*...\n.*.**.*.\n.....*..\n........\n........\n........\n........\n..*****.\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*...\n..**.\n..**.\n.**..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n***..\n*..*.\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*..*.\n..*.*\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...**\n....****\n......**\n```\n\n\n## Output without wrap\n\n```\n.......*\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.......\n*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n**....\n...*..\n```\n\n\n## Output without wrap\n\n```\n***...\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n**.***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..**\n*..*\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*...*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.*..*\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.*.*.\n.****..**..*\n.*.*.***.*..\n..*..*.****.\n```\n\n\n## Output without wrap\n\n```\n.**.***.**..\n.*........*.\n.*...*......\n..*.**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n**........*.\n**...*......\n.**.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n*....\n.....\n.....\n...*.\n.****\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n.....\n.....\n..*.*\n..*.*\n....*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**.*\n.*..*\n.....\n.....\n..*.*\n..*.*\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*...\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.***.\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*..*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n**..*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**..\n.*.*\n.*.*\n....\n....\n....\n....\n....\n....\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n.*..\n....\n....\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n....\n....\n....\n....\n....\n....\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n......\n......\n.....*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n**....\n.*....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.\n.**....*\n.**....*\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n...*..**\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n...*..**\n...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*...\n.....\n.*.*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.*..\n..***\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.......*.\n.....**..\n.......*.\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......**.\n.....***.\n......**.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n......**.\n.....***.\n......**.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n.*..**..\n.****...\n.*...***\n.*.*....\n........\n.**.....\n*....*.*\n.**.*.*.\n*...*.**\n.....*..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n..***...\n**......\n....***.\n*....**.\n*.*..**.\n.**.....\n***.....\n*..*.*..\n**.....*\n**....*.\n...****.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n.*.*....\n**..***.\n**...***\n*.*..***\n..*....*\n.**...*.\n...*.***\n.*......\n.*....**\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*\n....**..\n...*....\n...*....\n.*..**.*\n.*....**\n.*....**\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n...*....\n..**....\n..*.**.*\n***.....\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n..***...\n...*....\n..**....\n..*.**.*\n.**.....\n......**\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n..*.....*\n..**....*\n..*....*.\n..*.....*\n**.......\n```\n\n\n## Output without wrap\n\n```\n..*......\n...*.....\n.......**\n.......**\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....**\n........*\n.........\n.........\n..**.....\n..**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*.*.\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**.*..\n*..***\n*.***.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n*..*..\n*.**..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..***\n...*..\n*.**..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n*..*\n..**\n*..*\n.*.*\n****\n..*.\n***.\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*..*\n**.*\n.*.*\n...*\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.*..\n***.\n.**.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.**\n****\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n.*.*\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.....\n...***\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n...*.*\n....*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....**\n.......*.*\n...*...*.*\n...**..***\n...**..*..\n..........\n.**..**...\n***.*.*..*\n*.**.**.**\n.*.*...**.\n```\n\n\n## Output without wrap\n\n```\n........**\n......**.*\n...*.*...*\n..*.......\n.......**.\n.*.....*..\n..*...**..\n*..**..***\n**.*..*...\n....*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....**\n...*..**..\n.*.*.*....\n*.*......*\n.......**.\n.......*..\n..*...**..\n...**..*..\n...*..**..\n*****.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n****\n****\n**..\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*...*\n*......*...*\n*......*...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n............\n**....***.**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....***.*.\n.*....***.*.\n.*....***.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***\n**....*\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n.....**\n*.....*\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n....*.*.\n........\n........\n...***..\n..*....*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...**...\n....**..\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n........\n........\n...**...\n....**..\n..*.*...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n....*.\n.**.*.\n....**\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n*...\n*.*.\n....\n....\n....\n....\n....\n....\n****\n****\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n.*..\n....\n....\n....\n....\n....\n.**.\n*..*\n...*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n.*.*\n....\n....\n....\n....\n....\n****\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n.***..\n*..*.*\n..*.**\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n..**.*\n..**.*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...*.*\n*...**\n****.*\n.**...\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*..*.\n***..\n*..**\n```\n\n\n## Output without wrap\n\n```\n..*..\n*..**\n*.*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****.*\n.****.**..\n.*******..\n*..*..**..\n***.***.**\n**..*****.\n..**...*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.....**.\n**........\n.*........\n.*........\n....*.....\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n**.......*\n..........\n..........\n.*.*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n..*\n.**\n..*\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n*.*\n.**\n..*\n***\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n*..*...\n*..*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.***...\n.***...\n.***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n******\n*****.\n*****.\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n*..*\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.**.\n....\n....\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n..........\n......*...\n..........\n..*.......\n*.*....*..\n......*...\n..........\n..........\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n.*........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n..........\n..........\n.*........\n.*........\n..........\n..........\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n....***\n....*..\n.......\n**.....\n.**....\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*...\n...***.\n.*.....\n*.*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n..*....\n...***.\n.*.....\n*.*....\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..****.\n.*....*.*\n*...*..**\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.....*..*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...\n******...\n******...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n...***\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*..*\n..*...\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n..*...\n...*.*\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........\n.*..........\n.*....*..*.*\n.***....*.**\n.*..........\n.**.*.....**\n*......*.**.\n......*...**\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n**.......*.*\n**.......***\n*........*..\n***......***\n.*.......*..\n...........*\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.*..........\n.*.......*.*\n.*.......***\n.........*..\n.**......***\n**.......*..\n............\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n.*...\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n.*...\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*...\n.*...\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n.*.\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.\n********\n********\n********\n********\n*.*.****\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n.....*...*\n*....*...*\n..........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n*...*....*\n*........*\n..........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.***.\n....*\n.*.**\n*.***\n```\n\n\n## Output without wrap\n\n```\n..**.\n..***\n.*..*\n.*...\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n.*..*\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**....\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n..*...**.\n..**..*.*\n***....**\n.*.....*.\n*........\n..**....*\n..**.....\n*.***....\n```\n\n\n## Output without wrap\n\n```\n.........\n..*...**.\n..**.**.*\n..**..*.*\n..**...**\n.........\n.*.*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n..**..*.*\n..**.**..\n..**..**.\n*.**...**\n*.......*\n...*.....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*********\n.*...***.****.\n....**.*.....*\n*.**********.*\n.******.**.*.*\n.**.*****..**.\n.*...*****....\n.*..*.****.*.*\n.***.*.*.*.**.\n..*.**.****..*\n*.***.*.***.**\n********.*.**.\n**..**.*...*..\n**...*.**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..*.........\n*...*.........\n.*.*........*.\n.*...........*\n...........*.*\n*..........**.\n...**.....**..\n...**.....**..\n***...........\n.............*\n............**\n..............\n.........**...\n........*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*............\n*..*..........\n.*.*........*.\n.............*\n...........*.*\n...........**.\n...**.....**..\n.*.**.....**..\n*.*.........*.\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n*.**.**\n*..****\n.***...\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.***...\n..**...\n*.*..**\n***....\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...\n*.**...\n***...*\n*.*....\n*.*....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...*..\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n...*..\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...*..\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**.*.\n....*.*...\n....***...\n...**..*..\n...**...**\n....*...**\n..*.*...**\n..........\n....*.....\n..****....\n*..*****.*\n***.*...*.\n```\n\n\n## Output without wrap\n\n```\n..*****...\n..*.*.....\n......*.*.\n.....*....\n....**....\n....**.*.*\n...*....*.\n...*......\n...**.....\n.....***..\n*.**.**.*.\n**...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n......**..\n......*.*.\n.....*....\n....**...*\n*...**.*..\n...*....**\n...*......\n...**.....\n.....*****\n.......***\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.....**...\n...**.*...\n..*****...\n.***..**..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n.....**...\n.....**...\n.**...**..\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n.....**...\n.....**...\n.**...**..\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n*..\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n**...*\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*\n...*..*\n...*.*.\n...***.\n.*.....\n**.....\n*..*..*\n..***..\n...*.*.\n...*..*\n..*....\n```\n\n\n## Output without wrap\n\n```\n...***.\n..*...*\n.*.....\n.....**\n*...*..\n....*..\n*..**..\n...*.*.\n..*..*.\n...**..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*....*\n.*.....\n*....*.\n*...***\n....*.*\n...**..\n*..*...\n..*..**\n..*.*..\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.\n..*.....\n......*.\n.*.....*\n*..*...*\n.......*\n*.......\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*...**.\n........\n......**\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n.*...***\n........\n......**\n......**\n.......*\n**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n..***....\n..**..*..\n..**.**..\n..*.*....\n.*.***...\n.****.*..\n.*.......\n```\n\n\n## Output without wrap\n\n```\n...*.....\n.***.*...\n***...*..\n***..***.\n***..**..\n.**......\n**.......\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...\n***..*...\n***...*..\n***..***.\n***..**..\n.**......\n***......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.****\n**...***\n**..*.**\n*.*.****\n***.****\n*....***\n**.***..\n**.***.*\n***..***\n.**.*..*\n..*.**..\n```\n\n\n## Output without wrap\n\n```\n.***....\n........\n..*.*...\n..*.....\n.*......\n........\n......**\n......**\n......**\n.*.****.\n.*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n..*.*...\n.**.....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..**..\n.**...\n.*.***\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.**...\n.*..*.\n*..**.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..*...\n***...\n**...*\n...*..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..\n........\n....**.*\n*..**...\n*.....*.\n*.*.***.\n**.*....\n........\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n..*...*.\n...*..*.\n.**...**\n*.....*.\n*.....*.\n.....*..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.\n..**..*.\n..*...**\n...*..*.\n*.*...*.\n........\n*......*\n*.....*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.....*\n..**..\n******\n*...*.\n*...*.\n...*..\n.***..\n......\n..*...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n.....*\n*....*\n*.*...\n...**.\n.*.**.\n..**..\n.*.*..\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n..***.\n......\n*.....\n..*...\n...**.\n.*.**.\n..**..\n.*.*..\n..*...\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*....*\n...**.\n...**.\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n..*...\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n....**\n..*.*.\n...*..\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n*..***\n*.....\n**...*\n...***\n.....*\n```\n\n\n## Output without wrap\n\n```\n****.*\n*.**..\n*....*\n**..**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..***.\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*.*.**\n**.****.****\n*...******.*\n*.**.*.***..\n.**.*.******\n.**..***.**.\n..**.*******\n*..********.\n**.***.*..**\n```\n\n\n## Output without wrap\n\n```\n*..*........\n...*........\n*..*........\n*.........**\n.*..........\n............\n............\n*.*.......**\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n..*.........\n.*.*........\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n****....\n......**\n.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**..*.*\n*..*****\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.***\n***..*..\n...*****\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*....**\n*..*.*...**\n*..........\n.*..**.....\n****.*...*.\n*.....*.**.\n*.......*.*\n...*.*..*..\n...*....*..\n..*..**..*.\n**....*.***\n.*......**.\n....**....*\n..*..**...*\n```\n\n\n## Output without wrap\n\n```\n...**....**\n.*.**....**\n**...*.....\n...***.....\n*.**.**.**.\n*.*....**.*\n........*..\n....*..**..\n..**.*****.\n.**..**...*\n***..**...*\n**...*.**..\n....***...*\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*....\n**.**....*.\n**...*.....\n...***....*\n*.**.**.**.\n..*....**..\n*.......*.*\n....*..**..\n..**.*****.\n***..**....\n***..**....\n.*...*.**..\n*...***...*\n*.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*....\n...*.....\n......*..\n..**.....\n......*.*\n..**.*...\n.........\n.*.......\n..*.****.\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n.......*.\n....*....\n.........\n..*......\n.....**..\n.....***.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..**.....\n.......*.\n....*....\n.........\n..*......\n.....**..\n.....***.\n...**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n..*.*.\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n....*.......\n...**.......\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n...**.......\n...**.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n...**.......\n...**.......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n.*.....\n..**...\n..*....\n..*....\n.......\n....*..\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.*...\n.***...\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.*.*...\n.***...\n.**....\n.......\n.......\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.*.*\n..*.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.*...*.\n..**...*..*.*\n.*.....*.*...\n*.*...*...**.\n...**........\n..*.....*..**\n```\n\n\n## Output without wrap\n\n```\n.*.*......**.\n....*....***.\n.*..*.****.*.\n*...*..**.**.\n.*..*......*.\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*****..\n...*......*..\n....*.****...\n....*..**.**.\n....*.....*..\n.......*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n.*.*\n****\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n....\n....\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n*....*\n......\n.*....\n***...\n.....*\n..*.*.\n..*...\n*.*...\n......\n*.*...\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n...***\n...*.*\n......\n***...\n***...\n..**..\n...*..\n..*...\n.*....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*..*.*\n*.....\n***...\n***...\n*.**.*\n...*..\n..*...\n.*....\n......\n......\n......\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n*...**\n**....\n.**...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n**..**\n*.*...\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...**.\n**..*.\n..*...\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*............\n.*.*.........\n..*..........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.*...........\n*.*..........\n```\n\n\n## Output without wrap\n\n```\n.............\n.**..........\n.**..........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..........\n..**.........\n.**..........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.*\n*...*.****\n....*...*.\n*...*.....\n.....**...\n.....**...\n.....**...\n.....**...\n**.......*\n....******\n```\n\n\n## Output without wrap\n\n```\n.....***.*\n...**.*..*\n...**...**\n....*.....\n....*.*...\n....*..*..\n....*..*..\n.....**...\n....*....*\n.....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n*..**.*...\n*..**...*.\n....*.....\n....*.*...\n....*..*..\n....*..*..\n*....**...\n*...*....*\n....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n...\n***\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*....\n..........*\n*.***...**.\n*.*.**.**.*\n*.***.*.**.\n*...**.*.**\n*....**.*..\n*.....**..*\n**...***...\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.....*.\n..*.**.**.*\n*.....*...*\n*.*........\n*.........*\n**..*...*.*\n*.......*..\n**...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***...\n...*.....**\n*.*.**.**..\n*.....*....\n..*........\n*..........\n.*..*...*..\n........*.*\n**...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n***..*\n...*..\n...***\n.*.*..\n**...*\n```\n\n\n## Output without wrap\n\n```\n*.....\n....*.\n**....\n**.*..\n*..**.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n.*...*\n...**.\n*..*..\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.***.\n*.***\n.....\n....*\n.*.*.\n.*...\n*.*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n.*...\n*.*..\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n*...*\n.*...\n*....\n*.*.*\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*.\n*..*.....*\n.*.*......\n*.....*...\n......*...\n*.........\n*.*.......\n.***.*....\n....*....*\n..........\n*......***\n..***.....\n*....*....\n*...*.....\n```\n\n\n## Output without wrap\n\n```\n.*........\n*..*......\n***.......\n..........\n..........\n.*........\n*.**......\n.****.....\n..***.....\n.........*\n...*....*.\n.*.**...*.\n.*...*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......\n*..*.....*\n.**......*\n..........\n..........\n.*........\n*.**......\n*****.....\n..***.....\n*.........\n...*....**\n**.**...*.\n.*...*....\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*****..**\n***...**....\n**.**.******\n*...*****.**\n*.**.*.**...\n.***.***..**\n**.**.***...\n..****.*.**.\n*...***.****\n.**...**.***\n```\n\n\n## Output without wrap\n\n```\n.*****.*....\n*...........\n...**......*\n*..........*\n*...........\n.........*..\n*..........*\n*.*........*\n............\n.*....**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*..\n............\n...**.......\n............\n............\n.........*.*\n*...........\n..*.........\n*...........\n.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.**\n*****.*.*.\n.**..*****\n*****.**.*\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**\n**.*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n...*..\n..***.\n......\n*.....\n*...**\n*.....\n**...*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n....*.\n..***.\n..***.\n......\n**....\n......\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n....*.\n..***.\n..***.\n**....\n**...*\n......\n**...*\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*.*\n.*...\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**....\n......*.......\n.....*........\n....**........\n......*.....*.\n....*.......*.\n....*......*..\n........***...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n....***.......\n....***.......\n....*.........\n.....*.....**.\n.........***..\n.........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.*...\n..............\n....***.......\n....***.......\n....*.........\n.....*.....**.\n.........***..\n........*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*....\n.....\n*....\n.....\n**.*.\n***..\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n*....\n*.*..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n....*\n.....\n.....\n**..*\n*...*\n*.*.*\n*.**.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.....\n****..\n*...**\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.....\n*.*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*..*.\n...*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**...*..\n.***....**.\n**.*...*...\n.*...*.****\n.*****.*.**\n.*..*****.*\n.***..*.*.*\n**.****...*\n.**.*....*.\n.*..****.*.\n.****..*.*.\n**......***\n.***....***\n**..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n..*..**...*\n....**....*\n****.*.*...\n**.........\n**.......*.\n.......*..*\n......*...*\n...........\n......*...*\n...***.*...\n....*......\n*****..**..\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***....\n...*.....*.\n....**.....\n..**.*.*...\n...........\n*........*.\n*......*..*\n......*...*\n*..........\n......*..**\n...***.*..*\n....*......\n...*.*.....\n...*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n...*\n```\n\n\n## Output without wrap\n\n```\n**.*\n**.*\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****\n***.***\n.**..**\n***..**\n**.****\n**..*.*\n.**..**\n***.*.*\n******.\n***...*\n```\n\n\n## Output without wrap\n\n```\n*.**..*\n*......\n.......\n.......\n...*...\n.......\n....*.*\n......*\n....*.*\n*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n.......\n....*..\n.......\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....*\n.*.*.*.**\n***..*...\n..*******\n....*....\n..***....\n**.....**\n..**..**.\n......*.*\n```\n\n\n## Output without wrap\n\n```\n..***.*.*\n.*.**.*.*\n........*\n......**.\n.*...***.\n.****...*\n*...*.**.\n.**...*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*.*\n...*****.\n.........\n......*.*\n.....**..\n..***....\n....*.*..\n..*...*..\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.*..*\n...**\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n...**\n.****\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*.\n*....*.*.\n.**....**\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n**.......\n......***\n**....***\n**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n......**.\n......**.\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.....*.\n.*.*..*\n......*\n...*...\n*......\n.......\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n....*..\n.....*.\n**.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n*.*.**.*...\n**.**......\n....**....*\n.*****...*.\n*.**.*..**.\n*****.**.*.\n***......*.\n.**........\n.*..*.....*\n...*.......\n```\n\n\n## Output without wrap\n\n```\n...........\n*.*.**.....\n***...*....\n*..........\n.*....*.***\n*......*.**\n....****.**\n........*..\n...*.......\n.*.*.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......\n*.*.**.....\n***...*...*\n..........*\n**....*.**.\n*......*.*.\n....****.*.\n........*..\n...*......*\n**.*.......\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..***..*\n........*.***\n*...*...*..*.\n.......*..*.*\n..*.......*..\n....***......\n.....*.......\n.....*.......\n.....*.......\n....*.*.*....\n.....*..**.**\n```\n\n\n## Output without wrap\n\n```\n........***..\n..........*..\n........*.**.\n......*****..\n....*.*...*..\n....*.*......\n.............\n....*.*......\n...*....*....\n....*....*...\n.....*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...*..\n...**..**....\n........*.**.\n......*******\n....*.*...**.\n....*.*......\n.............\n....*.*......\n...*....*....\n...*....*****\n*..*.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*....\n*..........\n....*......\n.......*...\n.........*.\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n*...*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n**....\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n....*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n..*...\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n.**\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**\n**...*.\n.*...**\n```\n\n\n## Output without wrap\n\n```\n*.*..*.\n..*.*..\n*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n*...**.\n*...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n**.....\n......*\n*.*....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*....*\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*.*..\n......*.*..\n.*.*.*...*.\n**.*......*\n..*****.*..\n**....*.*..\n.....*..*.*\n....*..***.\n.......**..\n...........\n...........\n**......**.\n..**...**..\n```\n\n\n## Output without wrap\n\n```\n...........\n...****.**.\n**..*....*.\n**....*..*.\n...****..*.\n.***..*.*..\n.....**....\n......*....\n.......*.*.\n...........\n...........\n.**....***.\n.**....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.**.\n...****.**.\n.*..*....**\n**....*..**\n...****..**\n****..*.*..\n*....**...*\n......*....\n.......*.*.\n...........\n...........\n.**....***.\n...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...***\n...*.**..\n*..*.*...\n....**.**\n```\n\n\n## Output without wrap\n\n```\n.**..***.\n*..*.*...\n...*...*.\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....\n...*.*...\n...*...**\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......*\n*.*..*.***...\n..****..*....\n....**.*.....\n.*.**.....*.*\n........*.***\n........*....\n.***..**..*..\n***.*.*.....*\n*......**....\n........****.\n*...*.*.*....\n```\n\n\n## Output without wrap\n\n```\n......*.*....\n.**..*.***...\n.**......*...\n......*......\n...***...**.*\n..........*.*\n..*.....*.*..\n*..*.***.....\n*....**.*....\n*......**.**.\n..........*..\n.......**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**...*..*\n.**..*.***...\n.**......*...\n......*......\n*..***...**.*\n*.........*.*\n..*.....*.*..\n...*.***.....\n.....**.*...*\n*......**.**.\n..........*.*\n.....*.**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n.*...\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*****\n***.*\n*.***\n.****\n*.*..\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n.....\n*....\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.*.\n....*.*.***\n.....*.****\n**......*..\n*..*.....**\n*.*****..**\n.**.***...*\n...........\n*.......**.\n........*..\n...........\n.*.....*...\n***........\n**....*....\n```\n\n\n## Output without wrap\n\n```\n.....**....\n....*..*.**\n.....**....\n**..**.*.*.\n*.....**...\n*.*..***..*\n***..**..**\n.**........\n..........*\n........**.\n.*.........\n.**........\n*.**.......\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**....\n.....*.....\n.....**....\n....**.*...\n......**...\n..*..***.*.\n.**..**..*.\n.**........\n*..........\n........**.\n.*.........\n.**........\n..**..*...*\n*.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n....\n....\n....\n*...\n*..*\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n....\n....\n....\n....\n*..*\n*...\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.*...\n.*...\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n**...\n.**..\n.**..\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.**..\n***..\n*..*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..*.\n*...\n....\n.*..\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n...*\n..*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...***\n*.....\n*.....\n....**\n.****.\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n....*.\n...***\n.**..*\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**....\n**....\n...**.\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n....*.\n......\n......\n..**..\n..****\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n......\n......\n..*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...***\n......\n......\n..*...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...\n....*....\n....*....\n....***.*\n.....*...\n.....*...\n```\n\n\n## Output without wrap\n\n```\n...***...\n.........\n.........\n...***...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n.........\n.........\n...***...\n......*..\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**....\n**..*.**.\n..***..*.\n.....*.*.\n.*.*.*...\n.*...*..*\n**.*..***\n```\n\n\n## Output without wrap\n\n```\n***.***..\n......***\n******.**\n.*...**..\n....***..\n*....*..*\n***...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**...*\n**...****\n******.**\n.....**..\n**..***..\n.*...*.**\n*..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n..*..*\n**.*..\n.*....\n......\n.....*\n.*..*.\n....*.\n.*....\n......\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n**....\n***...\n......\n......\n....**\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n***...\n**....\n***...\n......\n......\n....**\n......\n......\n......\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.*\n******..\n..*.**..\n```\n\n\n## Output without wrap\n\n```\n........\n.*...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n......*.\n......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n..**..\n.*..*.\n.*..*.\n..**..\n......\n......\n......\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..**..\n.*..*.\n.*..*.\n..**..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..**..\n.*..*.\n.*..*.\n..**..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n....*..\n....**.\n...***.\n.**....\n*...***\n**.....\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n...***.\n.***...\n....***\n*.*..**\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n*.....*\n...***.\n..**...\n*...**.\n..**.**\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.....\n..*..*...**\n...**...**.\n*.**.....*.\n....**.*.**\n.***....*..\n.**..**....\n.....**....\n..*.**.....\n```\n\n\n## Output without wrap\n\n```\n.*****...*.\n**...*..**.\n.**.**..*..\n...***...*.\n..***....**\n...*...*.**\n**...***...\n.*.....*...\n..****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*.\n.**..*.***.\n***.**..*..\n**.***...**\n*.***....*.\n.*.*...*.*.\n.....***...\n*....**....\n*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.......*\n......**\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.\n..*.*..\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n....*..\n.*..*..\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.*.\n..**.*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n.......\n*.**...\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...*.\n......*...*.\n.......***..\n............\n.......**...\n......*.....\n......*.*...\n.....*.*....\n....*..*....\n....*..*....\n.....**.....\n.......***..\n```\n\n\n## Output without wrap\n\n```\n............\n......*.*.*.\n.......***..\n.........*..\n.......*....\n......*.*...\n.....**.....\n.....*.**...\n....**.**...\n....*..*....\n.....**.....\n......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.*.\n......*.*.*.\n.......***..\n.........*..\n.......*....\n......*.*...\n.....**.....\n.....*.**...\n....**.**...\n....*..*....\n.....**.....\n.....*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*****\n**.*.\n*.**.\n*****\n**..*\n```\n\n\n## Output without wrap\n\n```\n....*\n*...*\n.....\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n*....\n..**.\n.*..*\n**..*\n..***\n*.*.*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n...**\n....*\n..*.*\n*.*.*\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n.....\n.....\n....*\n***..\n..**.\n****.\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.*....**..\n*.....*..*\n...*..*.*.\n..***..**.\n*****..***\n```\n\n\n## Output without wrap\n\n```\n..........\n**....**..\n.....**.*.\n..*****.**\n.....**...\n.*..*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..*\n.*....**..\n*....**.**\n..*****.*.\n*....**...\n*...*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.**\n.***\n**..\n.*.*\n**.*\n.***\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n...*\n*..*\n....\n*..*\n**.*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n*...\n....\n....\n...*\n....\n.*.*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n.***\n****\n*.**\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.\n....****\n.....*.*\n........\n........\n........\n........\n........\n*.......\n*.......\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n.....***\n...**..*\n....***.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n...****.\n....***.\n........\n........\n........\n........\n........\n........\n.....*.*\n....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*.***\n*****\n*.***\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n****\n....\n.**.\n....\n**..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n***.\n*..*\n....\n*.*.\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n****\n....\n....\n*.*.\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n**...*.\n**....*\n.......\n.......\n...*...\n*.....*\n**.**..\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n.......\n.***...\n*....*.\n*....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n*......\n.*.....\n*......\n.......\n****...\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*\n**....*\n.......\n***....\n..*....\n**.*...\n*..*...\n...*..*\n```\n\n\n## Output without wrap\n\n```\n***....\n***....\n..*....\n.**....\n...*...\n**.*...\n**.**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n.**...*\n..*...*\n.**....\n...*...\n**.*...\n**.**.*\n.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...**\n...*.\n.....\n.....\n..**.\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n..*..\n..*.*\n.....\n...*.\n..*.*\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..*..\n..*.*\n.....\n...*.\n..*.*\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n.....*..\n***...**\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n........\n*....**.\n..*..**.\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n**...**.\n***..***\n****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.**.**....\n*.....*.*....*\n*..*.**.**....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n..*..........*\n..*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...***.*...\n..*....*...*..\n.*.*****.....*\n**...*........\n...*.*.......*\n..*.**........\n*.....*.....**\n.........*****\n...*....*.*.**\n..**...***.*..\n.*.....**.....\n.*............\n.***..**.***..\n```\n\n\n## Output without wrap\n\n```\n.......*......\n***.*...*.....\n.....*........\n..............\n**....*.......\n...*........**\n.....**..*****\n.........**...\n..**.....*..*.\n.*.*....*.***.\n**......**....\n*.......***...\n***......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......*...\n.**.**........\n.*...*........\n..............\n......*.......\n*..*..........\n.....**..***.*\n.........**...\n..**.....*..*.\n.*.*....*.***.\n**......**....\n**....**...*..\n***......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n...*.\n..**.\n**.*.\n...**\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.*.**\n.*...\n*..**\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*..*\n.*.*.\n**...\n...**\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n*.**.*\n.**.*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n*...*.\n*.*.**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*...**\n..*.*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.**.*\n...*.\n*..**\n..*..\n```\n\n\n## Output without wrap\n\n```\n**.**\n**..*\n.*...\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*...\n.*...\n..***\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n*....\n.....\n.**.*\n.*...\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n**...\n***..\n***..\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.**.....\n*..**...\n*.*.....\n***.*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.***....\n*..*....\n*.*.*...\n*.**....\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.***....\n*..*....\n*.*.*..*\n*.**....\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n.......**.....\n......*.......\n......*....**.\n......*...*..*\n.....**....**.\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.......*......\n......*.......\n.....***...**.\n......**..*..*\n.....**....**.\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.......*......\n......*.......\n.....***...**.\n......**..*..*\n.....**....**.\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n.**........\n.**........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.**........\n.**........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.**........\n.**........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n.*......*\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..***\n*********\n*.******.\n..*..*.**\n*********\n*******.*\n*****.***\n***.****.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n**.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.***\n**********\n****..****\n*.********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n*...**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n*.*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n..*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n***...\n.*...*\n.*.*.*\n..**..\n..***.\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.*...\n....*.\n.*.*..\n.*....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n..*...\n....**\n.*.*..\n.*....\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n***.....\n..****.*\n.**..***\n.....**.\n......**\n*......*\n.*....**\n```\n\n\n## Output without wrap\n\n```\n.*......\n*..**.*.\n*..***.*\n.*....*.\n......*.\n........\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n....*.**\n.*.***.*\n.*....**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*..*....\n.**.....\n.....*..\n.....*..\n....*...\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.**.....\n........\n....**..\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n.**.....\n........\n....**..\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.......\n.***...\n.*....*\n*......\n*.....*\n**....*\n.*.....\n..**...\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n..*....\n.......\n.......\n.......\n.......\n***....\n*..*...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n*.*....\n.......\n.......\n*......\n*......\n*.*....\n.......\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**.*..*\n**.*...*....**\n..***..**..*..\n.*.*.*..**....\n.**..*...*.**.\n.**.**.*..**.*\n*..*.**.*.*..*\n...**.*...*...\n*..*..*....**.\n```\n\n\n## Output without wrap\n\n```\n.**....**...**\n.*..*.*..*.***\n*.....**.*..*.\n.*...***.*.**.\n*....*...*.**.\n*......**....*\n.*........*.*.\n..**..*..**.*.\n...***.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..***.....\n**..*.*..*.***\n......**.*..**\n.*...***.*.**.\n.....*...*.**.\n.......**....*\n**........*.**\n*.**..*..**.*.\n..*****..*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..*..\n..*.*****.\n..........\n...**.*...\n*.*...*..*\n```\n\n\n## Output without wrap\n\n```\n...**..**.\n...******.\n..........\n...*.*....\n...*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....\n...******.\n..........\n...*.*....\n**..*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*..*..\n.*....\n.***..\n*..*..\n.**.**\n..*.**\n...***\n...*..\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n......\n*.....\n*.*...\n...*..\n..**..\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n.....*\n.....*\n....*.\n.....*\n..*...\n*..*..\n..**..\n..*..*\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..**\n....\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n*..*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.**\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*.....\n**......*.....\n.*......*....*\n```\n\n\n## Output without wrap\n\n```\n.*......*.....\n..*.....*.....\n.*......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*...*.**\n****..*...*.**\n****..*...*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n..*.\n.**.\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n*.*.\n.**.\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n***.\n*.**\n.***\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.*.*...\n...*....*.*...\n...*..*.*...*.\n...*.*..*...*.\n........**..*.\n..........*.*.\n.*.*......*...\n.*...*........\n```\n\n\n## Output without wrap\n\n```\n.......*......\n..*.....*..*..\n..**....*..*..\n....*...*..***\n........**..**\n..........*...\n..*........*..\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*......\n..*.....*..*..\n..**....*..*..\n....*...*..***\n........**..**\n..........*...\n..*........*..\n**.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.***...\n*....**..***\n****..***...\n*.**.**.....\n*.*****..***\n*.*.*.*..*..\n*.****...*..\n**..*...*...\n*.*.*...*...\n******..*...\n```\n\n\n## Output without wrap\n\n```\n**....*****.\n...**....**.\n*..*....***.\n*.......***.\n*......*.**.\n*.....*.**..\n*.*.....**..\n*.......**..\n.......***..\n*.*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*.\n...**....**.\n...*....***.\n........***.\n*......*.**.\n*.....*.**..\n*.*.....**.*\n*.......**.*\n.......***.*\n......*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....**...\n....*..*..\n....*.....\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n....*.*...\n....***...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.....**...\n....*.*...\n....***...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...\n.........*..\n............\n............\n............\n*...........\n.....**.....\n.....**.....\n............\n............\n............\n......*.....\n.....*......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n.....**.....\n.....**.....\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n.....**.....\n.....**.....\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..**.\n.....\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.*\n***.***.**\n.******.*.\n*.*.**....\n..***.****\n**...*..*.\n*.**.*..*.\n```\n\n\n## Output without wrap\n\n```\n*......*.*\n.........*\n........**\n.........*\n*.*...****\n*....*....\n*.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........*.\n*.........\n..*...***.\n*....*....\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n**.*...\n......*\n.......\n...*...\n....***\n....*..\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*.*.\n...*...\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n*.*...*\n.*.....\n.......\n...*.*.\n...*..*\n...**..\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*\n*......*..\n..**......\n....*...*.\n.....*..*.\n.......**.\n..........\n**........\n..*****..*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*......\n...**.....\n........**\n.......**.\n..........\n.*****....\n.*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.****\n..........\n...*......\n...**.....\n........**\n.......**.\n..........\n******....\n.******..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n....*.*.\n..*.*.**\n........\n.**.*...\n**......\n.**....*\n...*....\n```\n\n\n## Output without wrap\n\n```\n....**..\n...**..*\n...*.**.\n*..*..*.\n*..*....\n...*....\n*.**....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n...*...*\n...*.**.\n...*..**\n*..*....\n*..*....\n.***....\n.***..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.....\n.*...\n.....\n*****\n..*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*..*.\n.**.*\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n...**\n***.*\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.*.**.\n..*..*\n...**.\n*..*.*\n...*..\n....**\n......\n..*...\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....*\n.*...*\n.....*\n.*....\n......\n..**..\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*...*.\n.....*\n*....*\n*....*\n..**.*\n......\n......\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.*......\n........\n........\n....***.\n.*......\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n....***.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n....***.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n***.\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n....*\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n...**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.***.\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n***..\n..**.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*..*.\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n*..**\n....*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***...***\n......***..\n......*..*.\n*.**.*....*\n....**.....\n.....***...\n```\n\n\n## Output without wrap\n\n```\n....*....*.\n.....**...*\n.........*.\n.....***...\n...*.......\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....*\n...*..***..\n.........**\n.....***..*\n....**..*.*\n...**..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*...\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*\n*.*.*..\n*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.***...\n.***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*.\n******..\n*..*.*.*\n****.*..\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n*.*.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n......*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n***...\n.*.*..\n.*.**.\n**.**.\n*****.\n```\n\n\n## Output without wrap\n\n```\n.*....\n.****.\n..***.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*.*\n*.**.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*..*.*\n...***..**...\n**.*.*....*..\n.***.***....*\n```\n\n\n## Output without wrap\n\n```\n.....****....\n..*..*.......\n**...*.*.....\n***...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*.*.*.\n*.....*....*.\n.*.....*...*.\n.**....*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n**.*\n.**.\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n**..\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n*...\n.*.*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.**.*\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...*.\n....*\n...*.\n..***\n.*.**\n*...*\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..***\n...*.\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n..*..\n..***\n...**\n.*...\n.....\n.....\n*..**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n*....**..\n.***.**..\n.........\n****.....\n*.**.**..\n..*.**...\n..*..***.\n.****...*\n*....****\n```\n\n\n## Output without wrap\n\n```\n.....**..\n..*.*..*.\n*.*...*..\n*.*......\n**.**....\n.*.****..\n.....*.*.\n.*....***\n.*......*\n.*...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n..*.*..**\n..*...**.\n*.*......\n**.**...*\n.*.****.*\n.....*.**\n.*....**.\n.*.....*.\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.*..\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.**.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.**.\n....\n..**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*.*\n*...*\n*.***\n.*...\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n*.***\n*...*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*..**\n..*..\n..**.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.**..\n*...*\n...*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*..*.\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*\n**...*.\n**.....\n.**....\n..*....\n.*.....\n....*..\n...***.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.*.....\n.*.....\n.*.....\n...**..\n...*.*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n****.**\n.*....*\n.*.....\n.*.....\n...**..\n...**..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n.*.........\n.**........\n*.........*\n.....*.....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n*.*........\n*..........\n***........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.**........\n...........\n***........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*......\n...*...*......\n..............\n*.....*.......\n*.*...........\n...*....*.*...\n...*....*.....\n.....*........\n*.......*...*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.*............\n.*............\n..**.....*....\n....*....*....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.....\n..............\n..............\n.*............\n.*............\n..**.....*....\n....*....*....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n...**.......\n...**.......\n............\n........*.*.\n.......**...\n.....*......\n..***..*....\n..*..*.*....\n..*....*....\n...*...*..**\n.....*....**\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n...**.......\n...**.......\n............\n.......***..\n.......***..\n...**.***...\n..****......\n.**.*..**...\n..**...**...\n......*...**\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n...**.......\n...**.......\n............\n.......***..\n.......***..\n...**.***...\n..****......\n.**.*..**...\n..**...**...\n......*...**\n..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........*.\n*...........*.\n.......*.*....\n.........*....\n.......*......\n............**\n..***.........\n*.**........*.\n*.**.......***\n*...........*.\n.*...........*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..**..........\n..**.......*.*\n...........*..\n..**......**.*\n..**........*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...........*\n..............\n..............\n..............\n..............\n..**..........\n.***.......***\n*..........**.\n..**......**.*\n..**.......**.\n***........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n**.\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**.*\n**.*\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n*.*..*\n*..*..\n*.*..*\n******\n*..**.\n```\n\n\n## Output without wrap\n\n```\n.*****\n.....*\n*.****\n*..*.*\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n..**..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n*.....*.\n*.....*.\n........\n***.....\n...**..*\n........\n..***.**\n```\n\n\n## Output without wrap\n\n```\n........\n**...***\n........\n*.......\n.***....\n.***....\n..*..***\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*.\n**...**.\n........\n*......*\n****....\n****....\n..*..***\n..**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...*.\n....*\n****.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..***\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n**..*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.*..\n*****\n....*\n.....\n.....\n.....\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n*.*.*\n.**.*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n..*..\n.**.*\n.....\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n*.........*\n.*.........\n..*.......*\n..*.......*\n**.........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.**........\n.**........\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n*..........\n..*.......*\n..*.......*\n..*.......*\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*...*...\n......*.\n*.......\n......*.\n...*....\n...*..**\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n**..**\n.....*\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*.**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.*.*..\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...\n..*...*\n......*\n.......\n*..*..*\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n....***\n.*....*\n*......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*..*\n....\n....\n****\n*...\n.***\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n*.*.\n*.*.\n***.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n*..*\n....\n....\n....\n****\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**..*\n*.****..*\n...*.*..*\n..***....\n..*..*...\n***...***\n**..***..\n**..*....\n```\n\n\n## Output without wrap\n\n```\n.*...*...\n.**...***\n.*...*...\n..*..*...\n....****.\n*.***..*.\n...**.*..\n**..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.**...**.\n**...*..*\n..*..*...\n*...*****\n..***..**\n...**.*..\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.*......\n.*......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n***.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n***.....\n***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...\n...*.....\n...*.....\n.........\n.........\n.........\n.........\n........*\n```\n\n\n## Output without wrap\n\n```\n..***....\n..***....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n..***....\n.........\n.........\n.........\n.........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.\n.......\n*...***\n.***...\n..*....\n.......\n***....\n..*...*\n*.*...*\n*.*....\n.......\n...**..\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**....*\n.*****.\n.*****.\n.***...\n..*....\n.**....\n*.**...\n..**...\n.......\n...*...\n...**..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n.*.....\n*******\n*******\n.***...\n..*....\n***....\n..**..*\n*.**..*\n*.....*\n...*...\n...**..\n...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.......\n*...*.......\n*..*....**..\n**......**..\n............\n...**.......\n```\n\n\n## Output without wrap\n\n```\n...**.......\n...**.......\n**......**..\n**......**..\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*......\n............\n**......****\n**......****\n............\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**.***\n**.*.*\n.****.\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n**..*.\n...*.*\n.....*\n**....\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...*..\n......\n.*...*\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n*.*.**\n*.***.\n```\n\n\n## Output without wrap\n\n```\n....**\n.*....\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n..**...\n..*....\n.*.....\n.......\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.....\n.**....\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.*.....\n.**....\n..*....\n.......\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*..\n***......\n.........\n....*.**.\n*......**\n.*......*\n*.....*.*\n...*.***.\n*..***...\n..*.*..*.\n.******..\n```\n\n\n## Output without wrap\n\n```\n*.*......\n***......\n.*.......\n......***\n......*.*\n**......*\n.....**.*\n...*...*.\n..*....*.\n.........\n.**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n***......\n.*.......\n......**.\n*.....*..\n.*.......\n*....**.*\n*..*...*.\n..*....**\n.........\n.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*....\n.*.*.\n.**..\n*...*\n*...*\n*...*\n*..*.\n*..*.\n.*...\n.....\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n...*.\n...*.\n.....\n.....\n.....\n....*\n*.**.\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*.*\n....*\n.*...\n.*...\n*..*.\n.*.*.\n...*.\n*.*.*\n.*...\n.....\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.....*\n.*...*\n..*..*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n*.....\n....**\n..*..*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n..*.**\n***.**\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n..*...\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n*.*...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.........\n.........\n.........\n.........\n....*.*..\n**..*.*..\n..*.....*\n...*....*\n.*.*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.*.*.....\n.*.**.**.\n.*.*...**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n**.*...*.\n.*.**.*..\n*..*...**\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**\n.*..*..\n*.....*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n..****.\n.****.*\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**\n.****..\n*....**\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*.**\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**....\n**.**....\n*...*....\n....*...*\n```\n\n\n## Output without wrap\n\n```\n*..**....\n.....*...\n*.*.**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.***.\n...*.***.\n..**..**.\n..**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.**.\n..*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n*...*\n.**..\n.*...\n**.*.\n.***.\n**.*.\n**..*\n*...*\n..*..\n.*...\n.****\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n*..*.\n.***.\n*.*..\n...**\n..*..\n.....\n..*..\n.*.**\n***..\n***..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*..**\n*..**\n.***.\n*****\n...**\n..**.\n...**\n..*..\n**.**\n.**..\n..*.*\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n...*\n....\n....\n*.*.\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*.**\n.**.*\n*.**.\n.**.*\n..*..\n.....\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n**.**\n.....\n.***.\n..*..\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...**\n.....\n.....\n*****\n*****\n..*..\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*...\n*.***\n..*..\n**...\n.....\n.....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..**.\n..**.\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n*.***\n*.*.*\n.....\n.....\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*...**\n*...**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...*.\n.....*\n.....*\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n****\n**.*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***....\n.......**.....\n.......*..**..\n.......*..*...\n.......*.*....\n.......***....\n```\n\n\n## Output without wrap\n\n```\n..............\n......*....*..\n.....*........\n.....*........\n...........*..\n......**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***......\n.....**..***..\n.....*........\n.....*........\n.....*........\n.....**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...\n...*...\n.......\n.......\n..*.*..\n..**...\n****...\n.......\n***...*\n.......\n***...*\n..***..\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n..*....\n....*..\n.*.*...\n...*...\n.*.....\n.......\n.**....\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n..*....\n.......\n.......\n..*....\n....*..\n.*.*...\n...*..*\n**.....\n.......\n***....\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n**..\n**..\n*.*.\n.**.\n***.\n*..*\n..**\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n..*.\n*.*.\n...*\n*..*\n*..*\n.***\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n*.*.\n....\n....\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n..*.**\n......\n......\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**....\n***.....*\n*..**...*\n*.*...*.*\n.*.*..*..\n*****....\n*.*.**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.**....\n.*...**..\n.*.****..\n.*.*..*..\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n....*....\n...**....\n.....****\n*..******\n*...****.\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n..*.\n....\n...*\n*..*\n....\n....\n....\n*..*\n..**\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n..*.\n....\n....\n....\n....\n....\n.***\n....\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n.*..\n*..*\n*..*\n....\n....\n...*\n.***\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n**..**\n...*.*\n.**..*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*.\n...*.*\n*....*\n**.*.*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*...\n*...*.\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.......*..\n*.*.......*..\n*.*..........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......*.\n....*......*.\n....*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n.**..*\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*.....\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.\n..*.*.*\n....*..\n.**....\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.*****.\n.**.*..\n.**..*.\n.*.*...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**\n.**.*..\n.**..*.\n.*.*...\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n***\n.**\n**.\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*..\n...\n...\n*.*\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.**\n.***\n.**.\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n**..\n....\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n**.*.\n.****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...**.\n..**..*.*.\n..**..*.**\n..****..*.\n...***....\n......*.*.\n......*..*\n..*..**.*.\n...**.*.*.\n*..**.....\n**..*****.\n*....*...*\n..........\n```\n\n\n## Output without wrap\n\n```\n..**...**.\n.*..*.*...\n.*....*.**\n......****\n..*...**..\n....*.**..\n......*.**\n...**.*.**\n..*...*...\n***.....*.\n**.*..***.\n**..**.**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**.\n.*..*.*...\n.*....*.**\n......****\n..*...**..\n....*.**..\n......*.**\n...**.*.**\n..*...*..*\n***.....*.\n.*.*..***.\n**..**.***\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n....\n*...\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**.*\n**.*\n*.*.\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..*.\n*...\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*...\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n***..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.**\n**..***.*\n*******.*\n..**.**.*\n*.*.*.*..\n..*...***\n```\n\n\n## Output without wrap\n\n```\n*****..**\n........*\n*.......*\n*........\n..*.*...*\n.*.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n.........\n.........\n........*\n*.*.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...***\n.*....\n*....*\n....**\n```\n\n\n## Output without wrap\n\n```\n...**.\n..***.\n.....*\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n......\n*...**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..**\n.*..\n..**\n..*.\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n.*..\n.***\n.***\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.**\n**..\n.***\n.***\n.*.*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n*......*\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*......*\n*......*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*..*..*\n*...**...*.**\n*...***.****.\n....*..*.*.**\n*.......*..*.\n..*.*.......*\n**.****.*..*.\n**.**.**.*...\n**....**.**..\n.......*..**.\n..*.......*.*\n........*....\n..*...**..*..\n```\n\n\n## Output without wrap\n\n```\n...........**\n....**.*....*\n...**...*....\n...****.*..*.\n...****.*.*..\n.*.*...******\n.*.*...**....\n*.*.....***..\n***...**.**..\n***...***....\n......*..**..\n.........*...\n........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...*...\n.**..*.......\n**.**...*....\n**.****.*....\n.*.****.*.**.\n...*...******\n...*...**....\n***.....***.*\n..*...**.***.\n..*...***....\n*.....*..****\n......**.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n***\n***\n***\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n.*.\n*.*\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n**...\n***..\n**...\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n*.*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...*.\n.*.*.\n*.***\n..*..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n..*..*\n.....*\n..*.**\n..*...\n```\n\n\n## Output without wrap\n\n```\n...***\n...*.*\n...*.*\n...***\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*..*.*\n*..*.*\n...***\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..*.\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..*\n.....**..\n...***..*\n*....*...\n*...***..\n```\n\n\n## Output without wrap\n\n```\n....****.\n....*.**.\n.........\n....**...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.....*..\n.........\n**......*\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.*......\n........\n........\n.**.....\n*.......\n.......*\n*......*\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n.*......\n........\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n**......\n.......*\n......*.\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n.....\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..*\n*..*.....\n.**......\n**...***.\n..*.*****\n```\n\n\n## Output without wrap\n\n```\n...**....\n.*.*.....\n..*...*..\n*..**...*\n.*..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*\n**.*.....\n..*...*.*\n*..**....\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.*\n.*****.*\n*.*.**.*\n..**..**\n*.**.**.\n```\n\n\n## Output without wrap\n\n```\n.**.....\n..*...*.\n......**\n..****.*\n..******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n***....\n.*.*.*.\n*.....*\n***....\n...*.*.\n....***\n..*....\n......*\n```\n\n\n## Output without wrap\n\n```\n***....\n***....\n*......\n*......\n*..*...\n*.....*\n...*...\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n..*..**\n.*...**\n**.....\n...*...\n.....*.\n.*.*...\n....*.*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.*...\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.*......*\n.........\n*.......*\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.......*\n........*\n.......*.\n*.......*\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n..**...\n.*.....\n..**...\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*....\n.*.....\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n.*.....\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**..\n...........*\n....*.....*.\n....*......*\n.*..........\n....*.*..**.\n.*.*..*.*..*\n.....*...**.\n**...*......\n```\n\n\n## Output without wrap\n\n```\n............\n.........***\n.........***\n..........**\n......*..**.\n....**.*.***\n..*.*......*\n.*.**.*.***.\n.*...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n.........**.\n.........***\n..........**\n......*..***\n....**.*.**.\n..*.*.......\n*...*.*....*\n**.**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..**.*\n*.*.**.***\n***.***.*.\n**.**...*.\n***.**.***\n*..*.**.**\n**.***....\n..*..*...*\n```\n\n\n## Output without wrap\n\n```\n********.*\n.........*\n......*...\n..........\n..........\n.........*\n**.*....**\n.***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..\n..........\n......*...\n..........\n..........\n..........\n.*.*....*.\n.....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.*..\n.**..\n.....\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*..*.\n.**..\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*..\n..*.*\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n***.*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..*\n....**..\n..*..*.*\n.....*..\n...*....\n.....*.*\n*...*...\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n...*..*.\n...*..*.\n....*.*.\n...**...\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n.*.*.*.*\n...*....\n....*.*.\n...**...\n...**.*.\n.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.*..*\n**.*.\n.*.*.\n*..**\n**...\n```\n\n\n## Output without wrap\n\n```\n.****\n....*\n**.**\n.*.*.\n*..**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.*.*.\n.*.*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*.**\n.....\n.*...\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.*..*\n..*..\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*.***\n*.*..\n.***.\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n.......*..\n......***.\n........**\n.......**.\n..........\n....**....\n*..**.....\n*..*.....*\n*........*\n.....*....\n.....**...\n.......*..\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......*..*\n......*..*\n.......***\n..........\n...***....\n...*.*....\n**.**.....\n..........\n.....**...\n.....**...\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n......*..*\n......*..*\n.......***\n..........\n...***....\n*..*.*...*\n.*.**.....\n*........*\n.....**...\n.....**...\n......**..\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...**\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n....*\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n...*\n.**.\n....\n....\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n*...\n...*\n....\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...*..\n**...*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n***...\n*.**.*\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***..\n*****\n..***\n.*.*.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n*...*\n*....\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n...\n..*\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.**\n.....*.**.\n*...*.*.**\n*.**.****.\n.**..*...*\n*****...*.\n```\n\n\n## Output without wrap\n\n```\n.....**.**\n....*.....\n.*.**....*\n*.**......\n.....*...*\n*..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**...\n....*.....\n**.**.....\n..**......\n.....*....\n...**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n***\n...\n...\n...\n...\n***\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n.*.\n...\n...\n.*.\n***\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n***\n***\n...\n...\n***\n***\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n....**.\n....**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**.\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...*..*\n...*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.**..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n.......\n.......\n....***\n*..*...\n.*.***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n....**.\n..**..*\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***\n*......\n.....*.\n....***\n*.**...\n.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.**.*\n**...\n*....\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n....*\n*.*..\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n**..*.*\n***..*.\n...*.**\n..***..\n...*...\n.......\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.....**\n*.*.*.*\n*.**...\n.....**\n..*..*.\n..***..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n..*.*..\n..**...\n*....**\n..*..*.\n..***..\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n*.*...*\n**.***.\n*.*..*.\n***..**\n```\n\n\n## Output without wrap\n\n```\n.**....\n*....*.\n....**.\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n...*..*\n....***\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...\n.*..**..\n..*.....\n..*..*..\n.....*..\n..*..*..\n..**.*..\n...*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n..****..\n.*..**..\n.*****..\n........\n....***.\n..**.**.\n..**....\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n.*..**..\n.*****..\n........\n....***.\n..**.**.\n..**....\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.........\n.....**.......\n......**.***..\n......****.**.\n......**...**.\n..............\n```\n\n\n## Output without wrap\n\n```\n.....*........\n.....**...**..\n.....*..**.*..\n.........*....\n..........**..\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*........\n.....**...**..\n.....*..**.*..\n.........*....\n..........**..\n...........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n....\n....\n....\n....\n....\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*...*\n****.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*.*\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n**.\n**.\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**............\n.*............\n*.*...........\n*.*...........\n```\n\n\n## Output without wrap\n\n```\n.*............\n*.*...........\n.*............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.........*\n..**..........\n*.**.........*\n*.**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n....\n....\n....\n..*.\n*...\n....\n....\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****....*\n.*.*..******\n**.*........\n**.**.****..\n.*.****...*.\n.*.*..*.**..\n.*.**.*..**.\n...*.***.*.*\n..**.*.*.*.*\n.**.**.***.*\n**.....*...*\n.*.....***..\n```\n\n\n## Output without wrap\n\n```\n**.****.**.*\n...*..******\n...*.*......\n......****..\n.*........*.\n**....*.*...\n...*........\n.......*.*.*\n.*.......*.*\n*...**.*.*.*\n*...........\n**.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.....*\n...*..*****.\n...*.*......\n......****.*\n.*........*.\n**....*.*...\n*..*........\n*......*.*.*\n.*.......*.*\n....**.*.*.*\n...........*\n....**.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..**\n*......***\n......*.**\n.**.*.*.**\n..*....***\n***.......\n*..*......\n.****.....\n*.**......\n...*......\n....*.*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n.....***..\n.*..*..*..\n***.**.*..\n*...*.***.\n*..*....*.\n*...*.....\n..........\n....*.....\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.*\n.......*..\n.*..*..*..\n.**.**.*..\n....*.**..\n.*.*.....*\n*...*.....\n..........\n....*.....\n...***...*\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n..*..*\n..*...\n****..\n*...**\n*.....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.****.\n....*.\n......\n*.***.\n*.***.\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....**\n*.....\n*.***.\n..***.\n.*..*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**.\n..*******.\n**....*..*\n*.........\n....**...*\n.*.*****..\n.*..*.....\n*...*...*.\n```\n\n\n## Output without wrap\n\n```\n...*.*..*.\n.****....*\n*****.*.*.\n**...*....\n...*......\n..**..*...\n***...**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*****.....\n*****.*.**\n.*...*....\n*..*......\n*.**..*...\n***...**..\n....**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**..****.\n**********.**.\n.*****.*******\n******..******\n**************\n.*************\n******.*.*****\n*****.********\n***********.**\n***.**********\n**.***********\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**...**.*.*\n**.*....*.**..\n*.*.....**..*.\n***....*.*....\n........**.*..\n*.........*.*.\n*..*.*..**.**.\n```\n\n\n## Output without wrap\n\n```\n*****...**.**.\n*..**..*...*..\n...*...*...*..\n*.*....*......\n*.......**.*..\n............*.\n.........****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*......\n...**..*...*..\n...*...*...*..\n*.*....*.....*\n*.......**.*.*\n............*.\n**.*....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*..\n.*.*...**\n..*..*.*.\n.....*...\n.***....*\n*..*...*.\n..***...*\n*.**.*..*\n```\n\n\n## Output without wrap\n\n```\n..**...*.\n.*.**..**\n..*.*..**\n.*.**.*..\n.****....\n.......**\n.......**\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.*.**..**\n..*.*..**\n.*.**.*..\n*****...*\n*......*.\n.......*.\n*....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**....\n.**..*\n*.*...\n*.*.**\n.*****\n*.*...\n******\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n..*...\n*.*.**\n*....*\n*....*\n*.....\n*...**\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.**..*\n..*..*\n..*.*.\n......\n......\n......\n....*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.*...*.\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.*....\n.*...*\n.**..*\n*.....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n***...\n..*...\n......\n..*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n......\n..*..*\n..*..*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n..*..*..\n.......*\n..*.....\n.....**.\n........\n........\n....*...\n........\n........\n..*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n....\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n*...\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n.**......\n....**...\n.*..**...\n.**....**\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n*....*...\n*.....*..\n*.....*..\n.*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....\n*....*...\n......*..\n......*..\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n...**\n...**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*....\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n*..*.\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*....\n*..*.\n.*...\n...*.\n....*\n...*.\n*..*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n..*..\n.....\n...**\n...**\n..**.\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n**..*\n..*.*\n.....\n...**\n...*.\n..**.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n**...*\n*.**.*\n**..**\n```\n\n\n## Output without wrap\n\n```\n.*....\n..**..\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..*.\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n..*.\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n****\n****\n***.\n****\n****\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n....\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n***....\n...*.**\n.**..**\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*...**\n*..**.*\n*.....*\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n*..*..*\n...**..\n***...*\n**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n***.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*..*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n*.*.\n.***\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n*.*.*.\n*.*.*.\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n*.*.*.\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.***..\n*.*.*.\n*.*...\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**....\n..****....\n..*.**....\n```\n\n\n## Output without wrap\n\n```\n..*..*....\n.**...*...\n..*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*...\n.**...*...\n.**...*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*******\n*....*...\n*......**\n.*......*\n*........\n.*....*..\n.....*...\n.**..**..\n*.****...\n```\n\n\n## Output without wrap\n\n```\n..**.**..\n**.*.*..*\n......***\n..*....**\n**.......\n*.*......\n.**......\n......*..\n.******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.\n......**.\n.*....*.*\n.**.....*\n**.......\n*.*......\n.**......\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n.*****\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.*...*\n......\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..*.\n....\n*..*\n***.\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n*.*.\n***.\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n...*\n*.**\n***.\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*...\n....***..\n.........\n.........\n..***....\n..***....\n```\n\n\n## Output without wrap\n\n```\n...*.**..\n...****..\n.....*...\n...*.....\n..*.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..\n...****..\n.....*...\n...*.....\n..*.*....\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n.......\n.......\n.......\n.......\n**.....\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n...*.\n..***\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n....*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*....\n.....\n.**.*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.***......\n.***......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n.***......\n..........\n..........\n..........\n..........\n..........\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*.*.*.\n.**..*\n***.**\n```\n\n\n## Output without wrap\n\n```\n.***..\n*...*.\n.....*\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.*.**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n***.*\n....*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.***..\n....*.....\n..........\n...**.....\n........*.\n......**..\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n......*...\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n......*...\n...**.....\n..........\n..........\n....**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.....\n....*......\n....**.....\n....*...*..\n......**...\n.....*.....\n...........\n...........\n...........\n....*......\n....**.....\n```\n\n\n## Output without wrap\n\n```\n...........\n....*......\n...***.....\n....*.**...\n.....***...\n......*....\n...........\n...........\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n....*......\n...***.....\n....*.**...\n.....***...\n......*....\n...........\n...........\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...\n..***...\n.***....\n**...**.\n........\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n........\n*....*..\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n........\n*....*..\n**......\n.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n..*\n*..\n.**\n**.\n*..\n**.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n*..\n*.*\n..*\n..*\n*.*\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*..\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n***....\n.**....\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n**.....\n*.*....\n.*.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**.....\n*.*...*\n.*.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n...*..*.\n*.....**\n.*......\n*...*...\n.*......\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n......**\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n*.....**\n.*......\n**......\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n*........\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n.**......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n.**.**\n*****.\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*.......\n..........\n..........\n..........\n**........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*....*\n......\n......\n**...*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**..**\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n*.....\n*....*\n*....*\n.*****\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*..\n.*..**..*\n*......**\n.**....**\n.**......\n.**....**\n.*...**.*\n..*.****.\n.*.***...\n....*....\n.........\n........*\n```\n\n\n## Output without wrap\n\n```\n**...**..\n*.*..***.\n*.*..**.*\n*.**...*.\n*.....*..\n*****..**\n**.*..*.*\n.*.......\n.**.*....\n...**....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.**\n.**..*..*\n.**..***.\n..**.....\n......*.*\n*.***..**\n.*.*..*..\n*.......*\n..*.*....\n...**....\n....*....\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n......*...\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n*.***\n*....\n*.*.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n****.\n*.**.\n*.*.*\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n****.\n..**.\n..*..\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n**...\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n......\n......\n......\n......\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n......\n......\n......\n......\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n.....*..\n...**...\n.*.**..*\n.**....*\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n..*..*..\n.*..***.\n.***....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**.\n..****..\n..*..*..\n**..***.\n...*.**.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*.*..\n*....\n..*.*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n..*..\n**.**\n....*\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n*........\n........*\n*........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*****...*.\n.**.*......*.\n..*.*....**..\n..*.*...***..\n...**.***..*.\n```\n\n\n## Output without wrap\n\n```\n.*.****......\n.*....*....*.\n..*.**..*..*.\n..*.*......*.\n...***.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.***\n.*....*....*.\n..*.**..*..*.\n..*.*......*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.****\n*****.***.*\n*.****.****\n```\n\n\n## Output without wrap\n\n```\n*....*....*\n...........\n*....*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n...**\n.....\n.....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.*..\n...**\n.....\n.....\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*..\n...\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*..\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n*.****\n*...**\n*...**\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n*.....\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n.*..*.\n.*...*\n.*****\n**...*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.**..*\n......\n..**.*\n**...*\n.***.*\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....*.\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.....*\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...**\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n****\n*.*.\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........\n*..*.......\n..........*\n..**......*\n**.........\n```\n\n\n## Output without wrap\n\n```\n.**........\n...........\n...*.......\n...........\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.......\n*.........*\n...*......*\n..........*\n*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n*.*.......\n*..*......\n...*......\n.*........\n..........\n.......*..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n.*.*......\n.***......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.*........\n.*.*......\n.***......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.***.\n**.*.*********\n**************\n*****.****.***\n****.*.*.***.*\n**.***********\n*.*.**.*******\n***.**********\n***.***.******\n*****.********\n******.****.**\n.*.*********.*\n***.**.**.****\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.*............\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**......\n...*.*......\n.....*.*....\n.....*.*...*\n.*.........*\n.*.**......*\n.*.*.......*\n```\n\n\n## Output without wrap\n\n```\n....**......\n.....*......\n.....*......\n............\n..*.*.....**\n**.**.....**\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*......\n.....*......\n.....*......\n*...........\n..*.*.....**\n.*.**.....**\n...*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*\n*.........\n*...**...*\n.....*****\n.....***..\n**....**..\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n........*.\n........*.\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**\n.*........\n**.......*\n.*......*.\n..........\n..*....*..\n..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n...\n.*.\n.*.\n...\n*..\n...\n...\n...\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.***\n*.*******.\n**********\n**.******.\n**********\n**.*******\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*.*..\n**...**.\n.*...**.\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.*...*..\n*.*.*...\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n**.**...\n..*.*...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**..**\n*....*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n***\n***\n***\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.**.\n.*.*.\n.**..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n*..*.\n****.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.****\n*..**\n.****\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n***\n...\n***\n...\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n***\n...\n***\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n......\n......\n......\n.*....\n*.....\n..*...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.*....\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.*....\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*.*..\n.*.......**...\n..*...........\n...*.....**...\n..*...........\n..............\n*.**..........\n**............\n..............\n...*.*.*......\n**..*..*.**...\n```\n\n\n## Output without wrap\n\n```\n.........*....\n.**......**...\n..*...........\n..**..........\n..............\n.***..........\n*.*...........\n***...........\n..............\n....*.*.*.....\n....*.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*........*..\n.**......**...\n..*...........\n..**..........\n..............\n.***..........\n*.*...........\n***...........\n..............\n....*.*.*.....\n.****.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n...*.\n.***.\n.*.*.\n...*.\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n.....\n**...\n.*...\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.***\n.....\n.*...\n.*...\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*\n...........\n..****.....\n...........\n...........\n...........\n...........\n.........*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...**......\n..*..*.....\n...**......\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...**......\n..*..*.....\n...**......\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.****.\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*****\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*****\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n*.***........\n....*....*.*.\n.............\n.........*...\n.............\n.............\n.......***...\n........**...\n.............\n........*.*..\n..*.......*..\n```\n\n\n## Output without wrap\n\n```\n...**........\n...**........\n...**........\n.............\n.............\n.............\n........*....\n.......*.*...\n.......*.*...\n........**...\n........**...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.........\n..***........\n...**........\n.............\n.............\n.............\n........*....\n.......*.*...\n.......*.*...\n........**...\n........**...\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.....*\n****.*\n**..*.\n...***\n...***\n*.*...\n*..***\n..**..\n*.*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n*..**.\n..**..\n.*....\n..**..\n.***..\n.***..\n......\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n******\n...**.\n..**..\n.*....\n*.**..\n..**..\n..**..\n**....\n.*....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**.*\n..***.*....*\n*..........*\n**...*...*.*\n.**.**.....*\n```\n\n\n## Output without wrap\n\n```\n...*......*.\n...*.......*\n*.****.....*\n*.*.**.....*\n***.**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*\n...*.......*\n..****......\n..*.**......\n.**.**..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n**..*..\n..**..*\n**.....\n......*\n***....\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n.*..**.\n..**...\n.**....\n..*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n**..**.\n..**..*\n***...*\n..*...*\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n......\n**.**.\n..***.\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.**.**\n....*.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.***\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n.....\n....*\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..**\n.**..*.**.\n***...*.**\n*...*....*\n......*...\n```\n\n\n## Output without wrap\n\n```\n.**...****\n.....*....\n*.**.**..*\n*....*.***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*..**\n.....*....\n..**.**...\n.....*.**.\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n**.\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...\n...*....\n....*.*.\n.*......\n..*...**\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n........\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n...***..\n........\n.....***\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*....\n***.*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n....**....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*.*.\n.***\n**..\n***.\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n...*\n...*\n...*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*...\n....\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.***.\n.*.*.\n..***\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n....*.\n....**\n...***\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n......\n...*.*\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n...***\n......\n...*.*\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n..*...*.\n...*.*..\n.....*..\n....*...\n...*....\n........\n.*.*.*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n....*.*.\n......*.\n........\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n.......*\n....*..*\n......*.\n........\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*\n.......\n..*....\n....*..\n...*...\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.......\n...*...\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n...*...\n.......\n...*...\n...**..\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.....*\n*.....\n**....\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.....*\n**...*\n**....\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**..\n*.**\n*..*\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*.**\n*..*\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n..*.\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n...\n.*.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**\n..*****\n***.***\n.****.*\n**.*.**\n***.***\n*.**.**\n```\n\n\n## Output without wrap\n\n```\n..*...*\n.......\n*......\n.......\n.......\n.......\n*.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*\n.*.....**.\n**.......*\n**......**\n```\n\n\n## Output without wrap\n\n```\n.*......**\n..*....*.*\n..*....*..\n.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...**.\n.***...**.\n.***...**.\n.***...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n*...*\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n..*..\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**\n.........\n....**...\n*.....*.*\n....*.**.\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*...\n....*.*..\n......*..\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n........*\n.....*...\n....*.*.*\n*.....*..\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.**....\n.**....\n***...*\n**....*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*....\n...*...\n.......\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n*.*....\n...*...\n......*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n***.**\n.**.**\n.***.*\n******\n****.*\n****.*\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n..*..*****\n.*..*.*.**\n.*..*...*.\n....**.*.*\n```\n\n\n## Output without wrap\n\n```\n.....**.**\n..........\n.****.*...\n...**.*...\n....**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n*.........\n.****.*...\n...**.*...\n....****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.*.**\n**.**\n*.**.\n****.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n*..**.*\n*...*.*\n..**..*\n...****\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n**...*.\n*..**.*\n.**.*.*\n..*...*\n.......\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n...**..\n.**.*..\n..*....\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n....\n*.*.\n.*.*\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n..*.\n.**.\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n..**\n****\n....\n***.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.**...\n..****\n*.**..\n.*....\n..**..\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*...*.\n....*.\n......\n.*....\n..*...\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....**\n*...**\n*....*\n.*....\n..*...\n..*...\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..***\n**.....*.\n...*.**.*\n....*...*\n..*......\n*.*.*..**\n```\n\n\n## Output without wrap\n\n```\n*.*..***.\n*.***...*\n.......*.\n...*.....\n...*..***\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*..\n...*...*.\n.......*.\n*..*...*.\n.*****.**\n.**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.***....\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n..*.....\n..*.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.....\n..*.....\n..*.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*...\n**.*.....\n**.....**\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*..*\n.*.....**.\n..........\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......*..*\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.*\n.*.*..*.*.\n.**....***\n..*.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.*.\n....\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n**..\n....\n....\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..*.*.\n......*...*.\n..*......**.\n...*..*.*..*\n....*****..*\n...**......*\n..*..*.*..*.\n```\n\n\n## Output without wrap\n\n```\n..........*.\n........*..*\n.......***..\n.....**.*...\n...***..*...\n...**..*..**\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*......\n*.....*.*...\n*......***..\n.....**.*...\n*..***..*...\n.....**.*...\n*...*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n.***\n.**.\n...*\n****\n***.\n*.*.\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n**..\n***.\n***.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n*.**..*\n...*.*.\n*....**\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.***.*.\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.\n..**..*\n.***.*.\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...*..\n......\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n......\n...*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n**.....*\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n*.......\n*.......\n*.......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n***.**\n.***..\n.***..\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n*...*.\n......\n*.....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n....**\n.....*\n*.....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...*.*\n....*.\n...*.*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**.*\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..**.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.*......\n.*.*....\n.*.*....\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.....\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........**\n......*****.\n............\n...*.....*..\n....*.***.*.\n....*.*...*.\n...*...**.*.\n....***.*.*.\n```\n\n\n## Output without wrap\n\n```\n.......**.**\n.......*****\n.......*..*.\n.......***..\n...**.***.*.\n...**.*...**\n...*....*.**\n....***.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n.......*****\n.......*..*.\n.......***..\n...**.***.*.\n...**.*...**\n...*....*.**\n....***.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n**...\n..*..\n*.*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n*....\n*.*..\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n***..\n*....\n*.*..\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n*.......\n*.......\n**.*....\n**...*..\n*.......\n***..*..\n**..**..\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n*.......\n..*.....\n..*.....\n..*.....\n..*.**..\n*.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n**......\n*......*\n..*....*\n..*....*\n..*....*\n..*.**.*\n..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n...*...*.\n.......*.\n.*....***\n*...*....\n```\n\n\n## Output without wrap\n\n```\n.........\n......***\n.........\n......***\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n......***\n.........\n*.....***\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n******\n******\n*****.\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n***\n**.\n.**\n***\n**.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n..*\n...\n...\n...\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n..**....\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n..**..\n*..**.\n**..**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.***..\n*....*\n**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n****.*\n*.....\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n.*..*.**..\n*.**...*.*\n***.*.....\n..*..*...*\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.***.**...\n*...*****.\n*...*...*.\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n****.**..*\n....******\n....*...*.\n*.**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n.***.\n.....\n.....\n***.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n...*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n*.*..\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***..\n*.*.*..**\n...*.....\n..*......\n..**.....\n..**.....\n..****...\n.*.*..**.\n....*..*.\n....*.*..\n....*....\n.**.*.*..\n.*.....**\n.........\n```\n\n\n## Output without wrap\n\n```\n.*..****.\n.**.*.**.\n.***.....\n..*......\n.*.......\n.*.......\n.*...**..\n......**.\n...**..*.\n...**....\n....*....\n.***.*.*.\n.**....*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*****\n.**.*.***\n.***....*\n..*......\n.*.......\n.*.......\n.*...**..\n......**.\n...**..*.\n...**....\n....*....\n****.*.*.\n***....*.\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..**.\n.....\n**...\n*....\n....*\n****.\n```\n\n\n## Output without wrap\n\n```\n...**\n..***\n.**..\n**...\n**...\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n.**..\n**...\n**..*\n..***\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.***.\n....****..*.\n....*..***..\n....**......\n..*..*...**.\n..*..*...***\n*.*..*......\n*.*.......**\n**...**.....\n.***...**...\n....*.......\n.....*..**..\n......***...\n........*...\n```\n\n\n## Output without wrap\n\n```\n....*...***.\n....*.....*.\n...*...***..\n...****...*.\n...*.**..*.*\n..*****..*.*\n..**.....*..\n*.*..**.....\n*..*..**....\n********....\n..***..*.*..\n.....**.**..\n......*.....\n........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*.*.\n....*.....*.\n...*...***..\n...****...*.\n...*.**..*.*\n..*****..*.*\n*.**.....*..\n..*..**.....\n...*..**....\n********....\n..***..*.*..\n.....**.**..\n......*.....\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*.***\n..**.\n..*..\n..*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.....\n....*\n.**..\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n.**..\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*..\n.*..\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*........\n....**......\n............\n.....*......\n..........*.\n............\n*.....*.....\n............\n.*.........*\n```\n\n\n## Output without wrap\n\n```\n....*.......\n....*.......\n....**......\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n....*.......\n....**......\n............\n............\n............\n............\n*...........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n....*.*\n.......\n.......\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.....**\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...*\n*.*......\n..*.*....\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.....\n.**.*....\n.*.*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.**.*....\n.*.*.....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n...*..\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n..*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n..*.*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n..*\n*..\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n..*\n..*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n.**\n..*\n*..\n.**\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.....\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*......*\n......*.....\n............\n...........*\n..**.*.*....\n..*..**..*..\n....*.*..*..\n*.*..**.....\n```\n\n\n## Output without wrap\n\n```\n.*..........\n.*..........\n............\n............\n..****......\n..*....**...\n.*.**..*....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*....*\n**..........\n............\n............\n..****......\n..*....**...\n.*.**..*....\n*.*.*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n...*....\n........\n..*...**\n........\n...*....\n........\n........\n........\n*.*..*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n........\n........\n........\n........\n........\n........\n........\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.......\n..............\n..............\n..............\n..............\n..............\n..........*...\n........**....\n*.........***.\n*.**....***...\n**..*.......**\n..***...**....\n....*.*.......\n....*.*.......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..........*...\n.**......*....\n*.**.....***..\n*...*....**...\n.*..**........\n...*..........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..........*...\n..*......*....\n.***.....*****\n....*....**..*\n.*..**.......*\n***.*.**......\n...*****......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.*..\n*.*..\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*..*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*..*.\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..**..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*....\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*....\n.*.*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n...\n...\n*.*\n**.\n.**\n...\n.*.\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n*..\n*.*\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..***.\n.**.*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n.**.*.\n.*..**\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.**.*.\n.*..**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.\n......***\n*.....**.\n....*..**\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n......***\n.....*..*\n.....*...\n.....*..*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n.....*...\n*....*...\n.....*..*\n...****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...**.\n*...*.\n*..***\n...*..\n....**\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n....*.\n....*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*....\n.*....\n**...*\n******\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n........**.\n........**.\n.......**..\n........**.\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n........**.\n...........\n.......*...\n.......***.\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n........**.\n...........\n.......*...\n.......***.\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..*\n..........\n..**......\n......*...\n....*...*.\n..........\n....*.*...\n.......*..\n......*...\n..**...*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...*......\n..........\n.....*....\n..........\n.....***..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..........\n..........\n...*......\n..........\n.....*....\n..........\n.....***..\n......**..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n...*.\n....*\n...*.\n.....\n.....\n.....\n.....\n.....\n***..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n.**..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....*\n..****...\n......**.\n..*****.*\n**.*...**\n```\n\n\n## Output without wrap\n\n```\n.*.*.**..\n.*.*****.\n.......**\n.*.*.*..*\n.*.*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....\n******...\n.......*.\n..****...\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*..\n.*..\n...*\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n..*.\n.**.\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n***.\n*.*.\n****\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....**..\n.*.**...\n*.......\n***.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n...***..\n*..*....\n**......\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...***..\n...***..\n*..*....\n**......\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**....\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.......\n***...*.*.....\n........*.....\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n*.*....*......\n*.*...........\n.*.....*......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*......\n*.*...........\n.*.....*......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.****\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**...\n..**.\n****.\n...*.\n....*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n...*.\n.*..*\n.*.**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*****\n...*.\n.*...\n**.*.\n...**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.\n......*.\n..*..*..\n........\n..*..*..\n....*...\n....*...\n.*...*..\n..***...\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n........\n........\n........\n...***..\n....**..\n..*..*..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n.....**.\n........\n........\n........\n...***..\n....**..\n..*..*..\n.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.*.....\n......*\n.......\n...*...\n*......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*...*\n.***.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.***\n****\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*.....\n......\n*.....\n..*...\n...*..\n**..*.\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*...\n..*...\n..*...\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*...\n..*...\n..*...\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...**.\n**.*****..\n***..**...\n*****....*\n*.**....**\n.*.*.*****\n*.**.*.***\n..*****.**\n..**.****.\n***.******\n```\n\n\n## Output without wrap\n\n```\n..***..**.\n..***.*.*.\n....*..*.*\n....**.**.\n......*...\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n........**\n....*..*..\n....**.*..\n......*...\n.....**...\n..........\n..........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.*..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*****.*\n.*.******.\n..***.**.*\n******.*.*\n*.********\n****..***.\n***.*****.\n.*****.*..\n***...****\n```\n\n\n## Output without wrap\n\n```\n...*......\n.*.......*\n*........*\n*........*\n.........*\n..........\n..........\n.........*\n*...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*.......*\n.........*\n..........\n..........\n..........\n..........\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*\n**....*.\n*.***.*.\n*....*.*\n........\n........\n.....*.*\n...**.*.\n..*.*.*.\n.**..**.\n.*.....*\n..*..***\n......**\n......*.\n```\n\n\n## Output without wrap\n\n```\n***.....\n*...****\n*.***.**\n.*.****.\n........\n........\n....***.\n...**.**\n.**.*.**\n.***.***\n.*.....*\n.....*..\n........\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**\n....***.\n..***.*.\n**.*****\n........\n........\n....***.\n...**.**\n.**.*.**\n****.***\n.*.....*\n.....*..\n........\n*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n****\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*....\n..........\n..*......*\n*.*...**.*\n...***..*.\n.***.*....\n.....****.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*......*.\n.**.****.*\n.....*.**.\n..**....*.\n..*.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n..........\n**......**\n***.****.*\n*....*.***\n..**....*.\n.**..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...*.\n........*...*\n.........*..*\n..........**.\n.....**.....*\n.......****.*\n.....**.*..**\n```\n\n\n## Output without wrap\n\n```\n.............\n.........****\n.........*...\n.......**.*.*\n.......**...*\n......*...*.*\n.......**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*..*.\n........*...*\n*........*...\n*......**.*.*\n.......**....\n*.....*.**..*\n*.....*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**.*.\n..*.**..****\n***.*.*.*..*\n..***.*.*..*\n..***......*\n..*...*.*...\n..**.**..*..\n....***.....\n.......**...\n....**.*..*.\n.....*......\n.......*....\n............\n```\n\n\n## Output without wrap\n\n```\n.......**.**\n*.*.***....*\n......*.*..*\n..........**\n.*..*.......\n.*....**....\n..**........\n...**...*...\n.......**...\n....**.**...\n....**......\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.*.\n..*.***.....\n......*.*...\n..........**\n.*..*.......\n.*....**....\n..**........\n...**...*...\n.......**...\n....**.**...\n....**......\n............\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....*\n.*.....**\n*.*...**.\n**.......\n**....**.\n.........\n****....*\n```\n\n\n## Output without wrap\n\n```\n.*.....**\n*.*...*..\n..**..*.*\n*.*....*.\n.*.......\n*.*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n..**..**.\n.***..**.\n*.*....**\n**......*\n.**....*.\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.*.*\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**..\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n.*.\n...\n...\n...\n.**\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n***\n***\n...\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n.*.\n...\n...\n...\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n.*..*.*\n**.*...\n*..*...\n....***\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.***.*.\n*......\n.......\n*....*.\n.***.**\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n**....*\n......*\n.*.....\n****...\n....***\n.......\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.**.\n***.\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n*..*\n...*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.**.\n*.**\n....\n...*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n...**..\n...*...\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n..***..\n..*....\n..*.*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n..*..*.\n..*.*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.*..*\n..**..\n....**\n*..**.\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*.*.\n.***.*\n..*..*\n**.*..\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*.*.**\n****..\n..*..*\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n.*....\n....**\n....*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n....**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n....**\n*...*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*...*\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n***...\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n**...\n.....\n.**.*\n*****\n*....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n*.*..\n*...*\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n..*..\n....*\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...*......\n..*....*....**\n.......*...*..\n.....*.*...*..\n..****......*.\n**...........*\n.***.*........\n*....*........\n...****......*\n...**.......*.\n..**..**....*.\n```\n\n\n## Output without wrap\n\n```\n.*.*...*......\n.*.*..*.*.....\n...**...*..*..\n...*.*.*...**.\n.***..*....**.\n......*.......\n.*............\n..**..........\n..............\n..*.*.........\n...*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........*.\n..*...*..*.***\n...**...*..*.*\n**.*.*.*...*..\n.***..*....*..\n......*.......\n.............*\n****.........*\n............**\n.......*....**\n*.....*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....**\n......\n...*..\n.....*\n...**.\n....**\n...*..\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n......\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n......\n....**\n......\n......\n....*.\n......\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*...\n..**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*.*.\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n...*.*\n***.*.\n.*.***\n*.*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n**....\n....**\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n...*..\n.*....\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**.\n.*******\n********\n**.*****\n********\n.**..**.\n********\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**.*\n**.*\n*.*.\n*..*\n***.\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n.***\n.*.*\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n.......\n.......\n....**.\n....***\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....*.*\n....*.*\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n......*\n.......\n....*.*\n*...*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*..*\n*..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.**..*\n*.*..*.*.*.**\n**.**.*****.*\n.*.****.****.\n**.**...***.*\n.***.***.***.\n*....*..*****\n**********...\n```\n\n\n## Output without wrap\n\n```\n.************\n*...........*\n*...........*\n......*.....*\n*...........*\n...*.***.....\n*...........*\n********...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.\n.............\n.............\n......*......\n............*\n...*.***.....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....*\n...**.*....\n....***....\n.*...*....*\n.*........*\n..*....**..\n.*.*.*..***\n```\n\n\n## Output without wrap\n\n```\n...***.....\n...*..*....\n...*..*....\n....***....\n.**......*.\n.**....**.*\n..*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*...*\n...*..*....\n...*..*....\n....***....\n.**......*.\n.**....**.*\n*.**.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.**\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*..\n..*...*..\n**..**.*.\n....*....\n.****.*..\n....*.*.*\n....*.*.*\n......*..\n.........\n....*....\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n..*.*.**.\n.*.****..\n*.....*..\n..*.*..*.\n..*.*.*..\n......*..\n.....*.*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*.*.**.\n.*.****..\n*.....*..\n..*.*..*.\n*.*.*.*..\n......*..\n.....*.*.\n.........\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*.....\n......\n......\n*.....\n**..*.\n**....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n*.....\n.*....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n.*.**.\n**.***\n.....*\n*..**.\n****.*\n```\n\n\n## Output without wrap\n\n```\n.**.**\n......\n**.*.*\n***..*\n*..*.*\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*.*..\n.**...\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n...*\n....\n.*..\n..*.\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*..*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n***.**\n.*...*\n*.**.*\n..***.\n....*.\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n....**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**....\n.**..*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n*****.****\n*.***.*.**\n**.*******\n*********.\n.**..***.*\n...*******\n***.*.****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...**.\n*.*....*.*\n...*...**.\n...*...*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*...**.\n......*..*\n.***..**..\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.****\n.....*..**\n*...*.****\n....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n...*\n..**\n...*\n.***\n.**.\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n.*.*\n***.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*.**\n.*..\n*.*.\n****\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n**.....***\n..**..*...\n...*..*...\n*..*..*.**\n*.*.......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n.**....**.\n.***..*.*.\n...****...\n.***...*..\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*.......**\n***....***\n****..*.**\n...****..*\n****...*.*\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n*...*\n...**\n*...*\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n...**\n..*..\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n.....\n....*\n..*.*\n**..*\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*....\n.*..*\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...**\n....*\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n..**..\n*.....\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**\n*.***.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....*\n**.**..*.\n*.*.*...*\n..*....**\n........*\n***.*.*.*\n.**.....*\n...*.....\n...*.*.**\n.....***.\n*....*.*.\n**....***\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*.*..**\n.**.*....\n.*..*..**\n....*...*\n..**...**\n.**.*..*.\n....*....\n.....*.**\n....**...\n**...*.*.\n**....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***.\n....**...\n..*.*....\n.*..*....\n.*..*....\n..**...**\n..*.*....\n*...*....\n*....*.*.\n*...**..*\n.*...**..\n.**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...******.\n**.......*\n*.*.*.*.*.\n..*..*.*..\n..*.**..*.\n.*.*..*...\n*.....**..\n.*.**.....\n*...*.*.*.\n.....*..**\n```\n\n\n## Output without wrap\n\n```\n.*...****.\n*.*......*\n*..*..*..*\n..........\n....**.**.\n..........\n.......*..\n**........\n..**.....*\n....*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******...\n*.*.....**\n*..*..*...\n*........*\n*...**.*..\n..........\n.......*.*\n..........\n**...*.**.\n...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..*..\n.....\n.*.**\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n..**.\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n..**.\n..**.\n*.**.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n..*..........\n............*\n*..........*.\n............*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n...........**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n............*\n*..........*.\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.****.\n...*..\n*.****\n.*...*\n.**.**\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n.*...*\n.**.*.\n*....*\n*.****\n******\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*.**.\n......\n***..*\n......\n.*****\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n......**\n......**\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**.....*\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*..*\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n...*..\n.**...\n....**\n......\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*..*.\n..***.\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*..*.\n..***.\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**...*\n***..*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n..*..*\n..*..*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***..*.\n..*.**.***\n.......*..\n*.........\n*......***\n.....*.*.*\n...*..*..*\n...**..*..\n.**.......\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n....**.*.*\n....**...*\n.......*..\n..........\n......**..\n.....*....\n...*.****.\n.....**...\n.*.**.....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**..*\n....**.*.*\n*......*.*\n*........*\n......***.\n.....*..*.\n...*.***..\n.....**...\n.*........\n*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*......\n**.*..*.*.\n.**..*.*.*\n.*.*.**.*.\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n**........\n...**.***.\n...*.*...*\n.*.*.*.**.\n..*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.....*\n...**.***.\n...*.*...*\n**.*.*.**.\n**.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.**..........\n.*.***.......\n.*.*.........\n...*.........\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n..**.........\n**..*........\n**...........\n.*.**........\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.........\n**..*........\n**...........\n.*.**........\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.*.**\n.***.\n.****\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.***.\n.**..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..**\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*..\n...\n...\n...\n..*\n**.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n**.\n...\n...\n...\n.*.\n*..\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.*.*...\n....*.*.\n.*.*..*.\n...**..*\n..*....*\n........\n*.*.****\n..*.**..\n.....*..\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n.*..***.\n.*....**\n....****\n...*.*.*\n...*.**.\n**..***.\n..*.*.*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n**.*....\n**..**.*\n........\n*...***.\n.*.*.**.\n**.*.***\n.*..****\n..*.*..*\n......*.\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n....*.......*\n.............\n........*.*..\n....*........\n....*..*.....\n.......*.....\n.....*..*....\n.....*...*...\n.............\n....*........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.......*.....\n......*.*....\n......*.*....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.......*.....\n......*.*....\n......*.*....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....**..\n*.*......**.*\n..*.*.......*\n**...*.......\n*...*...*.*..\n```\n\n\n## Output without wrap\n\n```\n.........*.*.\n.**......*...\n*.**......*..\n...**........\n***.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....*..\n****.....**..\n..**......*..\n.*...*.......\n..*..*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n......\n*.**.*\n...*.*\n...*.*\n.*.*.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n..**..\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n...*.*\n*.**.*\n...*.*\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*\n..**.**\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n..*...*\n..*....\n...*..*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n*..*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..**\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n...*.....\n......*..\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.......\n.......\n..*....\n...*..*\n**.....\n.......\n...*.*.\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.....\n**.....\n*......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n..**......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*........\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n***.......\n***.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n****..\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n........*\n.........\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n*....*.......\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n****\n*...\n***.\n*.**\n...*\n****\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n....\n.***\n*.**\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n*.**\n*.**\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n**...*\n*.....\n......\n*.....\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n**...*\n**...*\n......\n**...*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n**...\n..*..\n**...\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.****\n..**.\n**...\n...**\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...\n.***....\n..*.....\n.**.**..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n.*..*...\n.*..*...\n....*...\n.*****..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n.*..*...\n....*...\n.*****..\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.....*..*\n.**..**.*\n.***.*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.....***.\n.*.*.**.*\n.*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n.....***.\n.*.*.**.*\n...*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n**.**\n.*..*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n*..**\n.*..*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n...**\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..*.\n.*..\n...*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..**\n..*.\n....\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n.**\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*..*\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n*...\n*...\n.***\n.*.*\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n..*.\n*..*\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n...*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.*.\n****\n....\n*.**\n....\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*.**\n*...\n....\n.*..\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n....\n...*\n**..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.\n.***..*\n**..*.*\n.*.....\n**.....\n...*..*\n.*..*..\n*..*...\n```\n\n\n## Output without wrap\n\n```\n..***..\n...*.*.\n..***..\n*.**...\n*..*...\n*......\n..**...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n..**..*\n..*****\n..**.**\n*..*...\n.......\n....*.*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n***..\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n...**\n*...*\n*...*\n***.*\n.....\n```\n\n\n## Output without wrap\n\n```\n....*\n.*..*\n....*\n*...*\n**.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*...\n.....\n.....\n.*.**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n...**\n*.**.\n..*.*\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n**.*.\n*..*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n......*\n*....*.\n.*..*..\n.***...\n.**.*..\n*...*.*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n**.***.\n*......\n*...**.\n.*.**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*......\n.*.....\n.*.**..\n**....*\n....*..\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***..*\n****...**\n**...**.*\n.**.*****\n```\n\n\n## Output without wrap\n\n```\n**.**..**\n...*....*\n.........\n***.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..\n......*.\n......**\n........\n...**...\n...*....\n........\n...*....\n..*.....\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n.....***\n......**\n........\n...**...\n...**...\n........\n........\n..*.....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n.....***\n......**\n........\n...**...\n...**...\n........\n........\n..*.....\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..\n..*....\n..**..*\n.*.....\n..*...*\n.......\n*....**\n..*....\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.*.*...\n.*.*...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n*..*...\n...*...\n**.*...\n**....*\n......*\n*....*.\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n.*.*..\n...*.*\n..**..\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*.*.\n...*..\n.*....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n*.*.*.\n...*..\n**...*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n..*\n***\n...\n...\n...\n...\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.**\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n**...\n*****\n.**..\n*.*.*\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n...**\n..*.*\n.***.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.**.\n...**\n..*..\n*.*.*\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n****\n.*.*\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**....**\n*..***.*....\n*..**..*.***\n.****...****\n***.........\n```\n\n\n## Output without wrap\n\n```\n............\n**...*..*...\n**.....*.**.\n.......***.*\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n.....*..*...\n.......*.*..\n.....***....\n....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n..**....*.\n..*...*...\n..........\n.....*.*..\n*......*..\n......*...\n.....*....\n..........\n..........\n..........\n..........\n..*...**..\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n.***......\n...*......\n..**......\n......*...\n......*...\n.......*..\n......*...\n..........\n..........\n..........\n..........\n..........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n...*......\n..**......\n......*...\n......*...\n.......*..\n......*...\n..........\n..........\n..........\n..........\n..........\n......**..\n.**...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n**...*\n****.*\n*...**\n****..\n.*.*..\n*.*..*\n...*..\n```\n\n\n## Output without wrap\n\n```\n....**\n*..*.*\n..**.*\n.....*\n*..*..\n...**.\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...*..\n..**..\n......\n...*..\n...***\n*****.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*.*.*.\n*...*.\n..*.*.\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n....*.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n....*.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*.....*..\n*..*.*..*\n.***.....\n*.**.**..\n.....*...\n.*..*..*.\n......*..\n....**...\n...*....*\n...***...\n*...*...*\n.......**\n*..**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....**...\n...*..*..\n.*.*.....\n..**.....\n..**..*..\n....*.*..\n...***...\n...*.*...\n..**.**..\n..*..*.**\n...*.****\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*.......*\n....**...\n*..*..*.*\n...*...*.\n..**.....\n..**..*..\n....*.*..\n...***...\n...*.*...\n*.**.***.\n*.*..*.*.\n*..*.***.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*......\n.......\n.......\n..*....\n.*..*..\n.......\n.*..*..\n*......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n**..*.\n*...**\n......\n....**\n......\n.*...*\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n**..*.\n**..**\n......\n......\n....**\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n**..*.\n**..*.\n*.....\n......\n*...**\n*.....\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n......\n..***.\n.**.*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n.**.*.\n....**\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n...*..\n.**.*.\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n*...*.*..\n*..*.**..\n.*.*.....\n..***....\n...**....\n...*.....\n.........\n......**.\n*.*.*.***\n.*...*.**\n```\n\n\n## Output without wrap\n\n```\n.....*...\n**..*.*..\n****.**..\n.*...*...\n.........\n.........\n...**....\n.........\n.....**.*\n.*.......\n.*...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.*.\n**..*.*.*\n****.**..\n.*...*...\n.........\n.........\n...**....\n.........\n.....**..\n**.......\n.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*......\n......**.....\n.....*.*.....\n```\n\n\n## Output without wrap\n\n```\n......**.....\n.......**....\n......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.......\n....**.......\n....**.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n....*\n...*.\n..***\n.*..*\n.....\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..*..\n..*.*\n..*.*\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..***\n..*..\n*.*.*\n*.*.*\n.***.\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*****\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...**.\n..*.*.\n..*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*..*\n..*.**\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**..*\n*.*.**\n.*...*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n*****.\n**.***\n**..**\n****..\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..**.\n...*.\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n....*\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*.*\n**.*...*.\n*.**.....\n..****...\n..*.**.*.\n*.**.**.*\n*...*..*.\n....*...*\n.*...*..*\n```\n\n\n## Output without wrap\n\n```\n**.......\n*........\n.....**..\n......*..\n......**.\n......*.*\n...**.*..\n....**..*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.*\n*..***.*.\n.....****\n*.....*..\n......***\n*.....*..\n**.**.**.\n.**......\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*..*\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.**.\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..........\n**..***......\n.............\n...***.......\n.*.*........*\n.***......***\n.*.......**.*\n.......*.*.*.\n...***.*.*...\n.....***.....\n...***.*.....\n.............\n*.*..........\n```\n\n\n## Output without wrap\n\n```\n.............\n..*.***......\n...*.*.......\n..***........\n**..*......*.\n**......***.*\n***.....*...*\n....*.**.*.*.\n....**.**.*..\n.......**....\n...****......\n...***.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*........\n.*.*.**......\n...*.*.......\n..***........\n.*..*......*.\n.*......***.*\n..*.....*...*\n....*.**.*.*.\n....**.**.*..\n.......**....\n...****......\n...***.......\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n**.\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..***.*.\n*...**.....*.\n*...**.....*.\n*....*....*..\n.....**.....*\n....**...***.\n.....**...*..\n......**.....\n......**.....\n*......**.***\n```\n\n\n## Output without wrap\n\n```\n....**..*.*..\n**.*..*.*..**\n**....*...**.\n...........*.\n......*..*...\n....*....***.\n....*..*.***.\n.............\n...........*.\n......***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..****.*...\n**.*..*.*..*.\n**....*...**.\n*..........*.\n......*..*..*\n....*....***.\n....*..*.***.\n.............\n...........**\n*.........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n......\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n......\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*****\n****..*..\n****..***\n***.*.***\n.**.*****\n..**..**.\n*..******\n.*****..*\n***.*.***\n```\n\n\n## Output without wrap\n\n```\n.....**..\n....*.**.\n.........\n...***...\n.........\n.........\n.........\n........*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...***...\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*.**\n.....\n...*.\n**...\n*....\n...*.\n*....\n*...*\n**.*.\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.*...\n..*.*\n.***.\n**...\n**...\n.....\n.....\n**...\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n..*.*\n.**..\n.*..*\n.*.*.\n.*..*\n.....\n.....\n.*...\n**...\n*....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.....*.\n..*....\n...**..\n.*.....\n..*....\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..***..\n.......\n..**...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..***..\n.......\n..**...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n..*..\n.*.*.\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n.***.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n**.\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n..*...\n*.*..*\n...*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n.*..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*.*...\n......\n.**...\n.**...\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n..*...\n.**...\n.**...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*....\n..*...\n.**...\n.**...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n*.*..*\n....*.\n.*.**.\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*.**\n.*...*\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**...*\n***.*.\n....**\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*....*\n*....*.\n***....\n*....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n*.*....\n*....**\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n..*....\n.....*.\n*.....*\n......*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n****\n..**\n....\n....\n....\n**..\n....\n...*\n..**\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*..*\n...*\n....\n....\n....\n....\n....\n..**\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n..**\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n.**\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n...\n..*\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n*..*.*..\n*****..*\n...***..\n.*..*.**\n..*.*..*\n```\n\n\n## Output without wrap\n\n```\n........\n*.......\n**....*.\n*......*\n..*...**\n...*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...\n*......*\n**....**\n........\n*.*...**\n***..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*..**\n.**..\n..**.\n*.*..\n*.***\n.....\n..**.\n.....\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.***.\n.*..*\n...**\n..*.*\n..***\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**.*\n..**.\n.....\n**..*\n***..\n*.***\n*****\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n******\n....*.\n.**.*.\n......\n......\n..*.*.\n....*.\n..*.*.\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n......\n....*.\n...**.\n....*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n....*.\n...**.\n....*.\n**.**.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..**\n***...****\n*..*...*..\n.*..*.....\n..*.*.....\n...***....\n....***...\n.....*.*..\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n***.......\n*.*..**.*.\n*..*.***..\n.**.......\n.***......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**....\n.**..***..\n...*.***..\n.**.......\n.***......\n..........\n..........\n....*.*...\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**..**\n..****.....\n..*...*****\n*...***....\n...*..***.*\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n...*.****..\n..*.*...**.\n..*****..*.\n...***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....***\n..*....*...\n***.*...***\n*...*..*..*\n..***...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*..*\n...*\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.**\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n.*...*\n.*..*.\n******\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.**...\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n***.\n.*..\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n***.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n.*..\n.*..\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..***.\n..*...\n..*..*\n...*..\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..**..\n.**.*.\n..**..\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n..**..\n.**.*.\n..**..\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**..\n***.\n..**\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*..*\n....\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.....\n.**.*..*..\n.*...*.**.\n.**...*.*.\n....*****.\n........*.\n.**.*.....\n```\n\n\n## Output without wrap\n\n```\n.***.***..\n*...*****.\n*.......**\n.****.**.*\n..*...*.**\n....*.*.**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n.**....***\n*.......*.\n.****.**..\n*.*...*.**\n..***.*.**\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*..\n*....**...\n....***...\n....*.*...\n**.*..*...\n..........\n```\n\n\n## Output without wrap\n\n```\n......*...\n....**.*..\n....**.**.\n...**.**..\n....***...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*...\n....**.*..\n....**.**.\n...**.**..\n.....**...\n..*.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*\n.*...........\n*.*.......*..\n......**.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.*...........\n.*...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n**...........\n.*...........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.....\n.....\n.....\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n...**\n.....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...*..\n...*..\n...**.\n....**\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n......\n.....*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n..**..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n**...\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*...\n*.**\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*.*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*...\n*.**\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n.***\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*..*\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n..*.\n..*.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n***\n..*\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n*.*\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*.......*\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n*.*..*\n*..*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n**...*\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n***..\n.**.*\n****.\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n.....\n*...*\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n**..\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**..\n***.\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....****\n.*..**.***\n.....*....\n**.*.*..**\n**..*.***.\n**...**..*\n*...*****.\n****..*.**\n**..**.**.\n*.*....*..\n*..*.*****\n***.**....\n****.*.*..\n```\n\n\n## Output without wrap\n\n```\n....***...\n.*..*...*.\n*.**.*...*\n*.*****.*.\n.*......**\n...**.....\n..***.....\n..*..*....\n.*..*...**\n.***.**..*\n.****...*.\n.....*.*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**...\n..*****...\n.***.*....\n.******...\n..........\n...**.....\n..***.....\n..*..*....\n....*.....\n..**.**...\n..***.....\n.......**.\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.*..*\n*****\n*****\n**.**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n...***.\n.......\n.......\n*.**...\n***.***\n*.*....\n..*...*\n```\n\n\n## Output without wrap\n\n```\n...**..\n.....*.\n...**..\n.....*.\n.*.*.*.\n*.*...*\n*....*.\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n.......\n...**..\n.....*.\n...*.**\n.**..**\n..*.*..\n.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n***.*\n***..\n```\n\n\n## Output without wrap\n\n```\n*....\n..**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n***\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n...*....\n.**.....\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.**.....\n...*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.**.....\n...*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.\n.*....*..\n*..*..*..\n..*.*****\n......*..\n..*...*..\n..*..**..\n..**.....\n***.**...\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n***...**.\n.****....\n...**....\n...*.....\n......**.\n.**..**..\n......*..\n....*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*.\n***...**.\n*****...*\n...**...*\n...*.....\n......**.\n.**..**..\n......*..\n*...*....\n..**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.....*.....\n.....*.....\n.....*.....\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....***....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n....***....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n....\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*.....\n......\n.....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**....\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*..**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**..*\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*..*\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n***.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...**.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..*..*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.**...\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*...\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*.......\n......*.*.....\n......*..**..*\n........**.*.*\n***.....*.....\n.***......*.*.\n```\n\n\n## Output without wrap\n\n```\n.....*.*......\n......*..*....\n..........*.*.\n.*.....**...*.\n*..*....*.***.\n*..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.*......\n......*..*....\n..........*.*.\n.*.....**...**\n*..*....*.****\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n***..\n..*..\n**.*.\n****.\n***..\n.....\n.....\n.....\n..**.\n.*.**\n*.*.*\n*.*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..*.\n...*.\n*..*.\n...*.\n*..*.\n.*...\n.....\n.....\n..***\n.*..*\n*.*.*\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n...**\n*..*.\n...*.\n*..**\n.*...\n.....\n.....\n..***\n.*...\n..*..\n*.*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*****\n****.\n***.*\n**.*.\n*.***\n.*...\n*****\n*****\n..***\n*****\n***.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.....\n.....\n...**\n.....\n...**\n.....\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....**\n*.****\n.***.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*\n***..*...*\n..*.*....*\n.....*..**\n...****.*.\n......**..\n..........\n......***.\n*...*****.\n....*.*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.*...**\n..*****...\n......**..\n.........*\n.....*.*.*\n........*.\n.......***\n.....*.*..\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n.**.*...**\n..*****...\n......**.*\n.........*\n.....*.*.*\n........**\n.......*..\n.....*.***\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n..*\n.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..**\n.............\n..*..........\n..*..........\n..**.........\n...**...*....\n..*******....\n..*...*......\n*.....***....\n......****..*\n......**.*..*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.**..........\n..*.*........\n......*.*....\n..*...*.*....\n.**.*........\n.....*...*...\n.....*...*...\n......*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..**\n.............\n.............\n.**..........\n..*.*........\n......*.*....\n..*...*.*....\n.**.*........\n.....*...*...\n*....*...*..*\n*.....*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*....\n.*.*.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n...*......\n..*.......\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..\n*.*.**..\n*.*.**.*\n.**.*...\n...*....\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n**......\n*.**.*..\n*.*..*..\n....**..\n.****...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***\n..**....\n*.*..***\n*...***.\n..***...\n........\n**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n..**\n.***\n**.*\n.**.\n**.*\n....\n**.*\n***.\n*..*\n..**\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n....\n*...\n*..*\n...*\n**..\n....\n*...\n...*\n*..*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n**.*\n....\n...*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n*...*..\n*....*.\n**...**\n.*..**.\n....**.\n.......\n**.....\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n**..*.*\n......*\n**...*.\n.......\n.......\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...*..*\n....*.*\n.......\n.......\n.......\n.......\n*......\n.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**.*.\n.*..*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n*****\n*....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**...\n**..*\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..**.\n*....\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n..*.*\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..***\n..*..\n*..**\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n..*\n..*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n***\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n***\n.**\n...\n...\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.***\n*..***...\n***..***.\n*.**..*.*\n**.*.....\n.......**\n```\n\n\n## Output without wrap\n\n```\n...*..**.\n*.......*\n*......*.\n...****..\n**.*....*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*..\n*........\n.......*.\n...****..\n.*.*.....\n..***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n***.....\n.**.....\n..*....*\n..*.....\n.*.....*\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n*.*.....\n*..*....\n..**....\n.**.....\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n*.*.....\n...*....\n..**....\n***.....\n**......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...**\n*....****\n.*.****.*\n**.******\n.*.*.*...\n*.**...**\n*..*.....\n.*.*.*.*.\n*.*.*****\n***......\n```\n\n\n## Output without wrap\n\n```\n***.....*\n*........\n.*.*.....\n**......*\n.....*...\n*..*.....\n*..*..***\n**.*.*.**\n*...**.**\n*.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.........\n.*.*.....\n.*......*\n.....*...\n*..*....*\n*..*..**.\n.*.*.*.*.\n....**.*.\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*.\n*......*\n......**\n........\n..**....\n.*.*....\n.*...**.\n```\n\n\n## Output without wrap\n\n```\n**......\n**....**\n......**\n........\n..***...\n.*..*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.....*..\n.......*\n.......*\n..***...\n...****.\n..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n..*..\n.*.*.\n**.**\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..**\n.....\n...**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n**...\n.*.**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*...***\n...**..\n*.**...\n.*.***.\n.*.**..\n.*.*.**\n.***..*\n.......\n```\n\n\n## Output without wrap\n\n```\n......*\n...**.*\n.**....\n.*...*.\n**...*.\n**....*\n**...**\n.*.****\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*..**..\n***....\n.*...*.\n**...*.\n.*....*\n.*...**\n.*.****\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n**...*\n..***.\n....*.\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n*...*.\n.*****\n..*.**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.****\n.***..\n***.**\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**....*.\n..............\n.**..........*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*\n.........\n.........\n.........\n....**.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.**..**\n***.*..\n****.**\n**.***.\n*.*.***\n..***.*\n**....*\n..*.*.*\n**.*..*\n*..*..*\n.***.*.\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n...****\n...**.*\n....*..\n.......\n.......\n.*...*.\n*..*..*\n.*..*.*\n*.....*\n**....*\n*.**...\n***..**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n..*.*..\n....*..\n.......\n.......\n.......\n...*.*.\n.*..**.\n**...*.\n.......\n..**.*.\n..*..*.\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n.....*.*..\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n....*..*..\n....*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n.*........\n..*.......\n.*........\n*.........\n.........*\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n***.......\n.**.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n***.......\n***.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..**.*\n..*.**\n.*...*\n**....\n```\n\n\n## Output without wrap\n\n```\n.***..\n..*..*\n.**..*\n***.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.*..*\n.**..*\n.**.**\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n..****\n**...*\n.*.***\n.*****\n*****.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.***.\n***..\n*....\n....*\n*..*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*.**\n....*\n*..*.\n*....\n.....\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n*...*\n*...*\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n..*..*..\n.*.*....\n**..**..\n......**\n.**....*\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n**.*.*..\n***.***.\n*.*..***\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.*.....\n**.*.*..\n***.****\n..*..***\n.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.***\n**.*\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*...\n*.*.\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n..****\n....**\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..*...\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***..\n*****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n..**.\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n..**.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n......\n......\n....*.\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n...*.\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*..*.\n*....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.\n********\n****.***\n**.****.\n***..***\n*.*.**..\n**.*****\n****.**.\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n.......*\n........\n.......*\n*..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..**..*...\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n....*.\n......\n.*....\n******\n......\n*.....\n.*..**\n...**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n..*...\n*...*.\n.....*\n*...*.\n..*..*\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....*.\n..*..*\n.*....\n......\n......\n***...\n**.**.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n..*.\n..**\n....\n.***\n*.*.\n***.\n*...\n.*.*\n*.*.\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n...*\n.*..\n***.\n*..*\n*...\n*.*.\n*.**\n....\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n....\n....\n....\n..**\n....\n....\n*...\n****\n*...\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n...*\n***.\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**.*\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n**.**..\n....*.*\n.**.*.*\n**.****\n*.**..*\n**.**.*\n.......\n**..***\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n..*...*\n*...*..\n***...*\n*.....*\n......*\n**.***.\n..**..*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*....\n....*.*\n.**....\n.......\n.......\n.*.****\n..**...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*.*\n...*.*\n*..*..\n...***\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..***.\n.*....\n.*...*\n**..*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.****\n......\n......\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n**..**..\n.*..*..*\n*...*..*\n....*...\n.....**.\n....***.\n...*....\n.*..*...\n.**.....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n*.*.**..\n........\n**....*.\n..*...*.\n...**.*.\n......**\n.....*..\n..***...\n**.**...\n**......\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n.*...**.\n.*.....*\n..*.....\n*..**...\n......*.\n.....*..\n..***...\n**.**...\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......**\n......**\n**.....*\n*.......\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n...*\n.*..\n*..*\n....\n.*..\n.*..\n....\n*.*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n.***\n**..\n....\n....\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*..**\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.****\n.**.*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*...*\n***..***...\n*.*.***..*.\n**..**....*\n..*...****.\n****.*....*\n..**....*.*\n****...*...\n*...***...*\n..*....*...\n*...**.*..*\n```\n\n\n## Output without wrap\n\n```\n***..***...\n*.***..*...\n..*....*...\n*.*.*.....*\n......*****\n....*.*...*\n.........*.\n*....***.*.\n*...****...\n.*.*...*...\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....*\n..***..*...\n..*....*...\n*.*.*......\n......****.\n*...*.*...*\n.........**\n.....***.*.\n*...****..*\n.*.*...*...\n**...*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***........\n**..*.****..*.\n**..**....*..*\n*..**.*.*.**.*\n**.*.*..*.**..\n**..**.....*.*\n**...*.....***\n...*....**.**.\n**.*...*****.*\n.*****...*.**.\n...*..*...*..*\n```\n\n\n## Output without wrap\n\n```\n**.******.....\n..*...****....\n..*.......*..*\n...*..**......\n...*..**......\n.....**......*\n***..*.......*\n....*..*......\n**.....*.....*\n**...***.....*\n...*.*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....**....\n..*...****....\n..*.......*...\n...*..**......\n...*..**......\n.....**.......\n.**..*........\n....*..*......\n**.....*.....*\n.*...***......\n**....*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....***.\n..***.....**..\n...*......**..\n```\n\n\n## Output without wrap\n\n```\n..*.*.....*.*.\n..*......*....\n..***.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..*.\n..*......*....\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n***.\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.....\n.....\n.**.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n.....\n.....\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*.**.\n..*.*\n.****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n....*\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n...*.\n*....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n....*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*...\n**....***\n.......*.\n...*..**.\n..**.....\n..**.....\n.*.......\n.**..****\n```\n\n\n## Output without wrap\n\n```\n......*.*\n......*.*\n..*.....*\n...*.....\n....*....\n...**....\n**.*..**.\n.**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n**....***\n*.*......\n...*.....\n....*....\n**.**....\n...***.*.\n*..***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n**....\n.**.**\n***..*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*.**\n...***\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.*.\n...**.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*\n..*.*..*\n.**.**.*\n....**..\n....**..\n...***..\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n.*......\n*..*....\n.*......\n........\n........\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.*\n...*..**\n**......\n.*......\n........\n......*.\n.*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n.....**.\n.....**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....**.\n....*..*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*****\n*..*****\n*..*****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..*.*..\n...*.**....**\n.*....*..*..*\n..*...*.....*\n*.*...*..****\n***..*...**.*\n..***.....**.\n**.*.**......\n**..*..***...\n**..*....*...\n..***.*******\n```\n\n\n## Output without wrap\n\n```\n....***....*.\n......**.****\n..*...**....*\n..*..***.*..*\n*.**.**..*..*\n*...**......*\n......*..***.\n*....******..\n...**.****...\n*...*.*....*.\n.*****.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*....\n*.....**.****\n..*...**....*\n..*..***.*...\n..**.**..*...\n....**.......\n......*..***.\n*....******.*\n...**.****..*\n....*.*....*.\n***...**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n*...*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n..*\n.*.\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*..\n*.*\n.*.\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n.*.\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n....\n***.\n.*..\n....\n..**\n.*.*\n**.*\n.***\n..*.\n.***\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n***.\n***.\n..*.\n..**\n**.*\n*..*\n*..*\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n...*\n.*..\n***.\n***.\n..*.\n*.**\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*..*.\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n..**.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*.**.\n..**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*....\n.*...\n.....\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**..*\n.....\n.....\n...**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n....\n.***\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n.*.*\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*\n**.**..\n******.\n*******\n*****.*\n*.****.\n```\n\n\n## Output without wrap\n\n```\n**.***.\n.......\n......*\n......*\n......*\n*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n**..*.\n*.*.*.\n**...*\n**...*\n..***.\n```\n\n\n## Output without wrap\n\n```\n.*.***\n.**...\n......\n.**...\n.....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n....*.\n..*.*.\n.*..*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**\n...*.*.\n..*.*..\n***...*\n.*..*.*\n**...*.\n.*.*...\n**.*.**\n.*.....\n....**.\n....***\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.***\n.*.....\n..*****\n.*.*.*.\n*....*.\n....*..\n......*\n*.*...*\n*.**...\n.***..*\n....*.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n...*...\n*.***..\n**.*..*\n*.....*\n....***\n.......\n***..*.\n.***...\n*.**.*.\n*.****.\n.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**....*\n*....**...*\n*..****....\n*.**.*...**\n**.*.**..**\n**.*.**....\n...*.*.....\n....*......\n...........\n*..*......*\n....*.**.*.\n.....*****.\n*...**..***\n**..*.....*\n```\n\n\n## Output without wrap\n\n```\n....**.....\n**.*.*.....\n*.**.....**\n.***....*..\n***......**\n.*.*.......\n.***.*.....\n...***.....\n...........\n...........\n...........\n.........**\n**..**.....\n**..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......\n...**......\n..**.......\n..**....***\n..*........\n...*.......\n..**.*.....\n...***.....\n...........\n...........\n...........\n...........\n..*........\n..****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..**\n...*....\n........\n..**....\n.*.*....\n.....*..\n......*.\n...*..*.\n..**.**.\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n..**....\n..**....\n...**...\n........\n.....**.\n..***.**\n.******.\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*\n*.*....*\n..**....\n..**....\n...**...\n........\n.....**.\n..***.**\n.*******\n*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n....*.........\n...*..*.......\n...*..*..***..\n.*..***..**...\n.**......***..\n*.............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n...***....*...\n..**..**.*.*..\n.*.****.*.....\n***..*...*.*..\n.*........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n...***....*...\n..**..**.*.*..\n.*.****.*.....\n***..*...*.*..\n.*........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*\n.***...*\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*....*..\n*....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.****\n*..**\n.*...\n*.*.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.**.*\n***..\n*...*\n***.*\n*.*.*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.**..\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*..\n**.*.*..*\n..**..*.*\n**.....**\n```\n\n\n## Output without wrap\n\n```\n******...\n*.....**.\n.*....*.*\n..**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n...*..*..\n..*...*..\n...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n****.....**\n.*..*..*.*.\n..*....*.**\n*****......\n...........\n*.......***\n.*.........\n.*......*..\n*........**\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n.**........\n****....***\n*..........\n*...*....**\n.***.......\n*.**.....*.\n.........*.\n**......*..\n**.......*.\n.........*.\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......*\n****....***\n...........\n....*....**\n****......*\n..**.....*.\n*........**\n.*......*.*\n.*.......**\n*........**\n..........*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n*....*.\n..****.\n..*....\n.*.*...\n.......\n.......\n.......\n..*....\n.*.**..\n***...*\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.**\n.*.*.**\n.*..*..\n.......\n.......\n.......\n.......\n..**...\n.*.*...\n*..**..\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n*..*...\n**.*.**\n**..**.\n.......\n.......\n.......\n.......\n..**...\n...*...\n*..*.**\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......*.**\n.....**.*....\n.*...*.......\n.*..*...***..\n*...*.*......\n..***...*....\n```\n\n\n## Output without wrap\n\n```\n.............\n....*........\n*.***..**....\n***.*....*...\n***.....*....\n..****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...*\n*.*......*...\n..***..**....\n***.*....*...\n..*.*...*...*\n*........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.*.\n...\n...\n...\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.*..\n**.**...*....\n.**.*..*.*..*\n*.*.*.*.**..*\n.*......*..*.\n**.*.....****\n**.*.....*...\n```\n\n\n## Output without wrap\n\n```\n.......*.*...\n**.***..*....\n....*..*.*...\n*.*..*...****\n...*...**....\n........**.**\n**.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..**....\n**.***..*....\n....*..*.*..*\n..*..*...****\n...*...**....\n........**.*.\n.*......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.*...\n*.....\n*.*...\n..*..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.*..*.\n.*..*.\n.*..*.\n..*.**\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n....*\n.*.**\n..*..\n....*\n.****\n.....\n.....\n....*\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n..***\n..*.*\n.*..*\n..***\n..**.\n.....\n...*.\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*..**\n*.***\n*.*.*\n**..*\n*.***\n..**.\n.....\n...*.\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*..*\n***.\n****\n.***\n****\n*.**\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n....\n....\n....\n*...\n....\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*.*\n..**.\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.*..*\n..**.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n.*.**.\n***...\n.***..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..**\n**....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n**..*.\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.*\n********\n**...***\n.*******\n*..**.**\n```\n\n\n## Output without wrap\n\n```\n*....*.*\n...*....\n........\n........\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....*.\n......\n......\n......\n......\n*...**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.....*\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*..\n***.\n**..\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n..*.\n...*\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n......\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n......\n...**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.*....\n.*...*\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*...*\n*.....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n......\n...**.\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*...\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n..**.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n........\n........\n........\n........\n........\n........\n........\n........\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.......\n...*...\n..**...\n.*...*.\n*.....*\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*.*..\n....*..\n.......\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n.*.*...\n..*.*..\n*...*..\n.....**\n..**.*.\n..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*\n****..*.\n*.*.**..\n..******\n***.****\n*..**..*\n***...**\n*******.\n.*..****\n****.***\n```\n\n\n## Output without wrap\n\n```\n.....**.\n......**\n......**\n**......\n........\n........\n........\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n*.*....****\n...*..*...*\n...**.**...\n....*...*..\n....*......\n****.....**\n```\n\n\n## Output without wrap\n\n```\n...........\n........**.\n.......****\n..*****...*\n...**.**...\n....*..*...\n.**.*....*.\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......*\n........***\n*......****\n*.*****...*\n...**.**...\n....*..*...\n***.*....**\n****......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n**.*.\n*.*..\n.*.*.\n..*..\n...*.\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*..*.\n*..*.\n.*.*.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n*..**\n*..*.\n.*.*.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*.**..\n***.**\n*.***.\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*.**.\n.*.*.*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.....*\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n....**\n...***\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n...*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*.*\n*..*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*.*..*\n*.**..*...*.\n****.***....\n*****.****.*\n*.***..*****\n```\n\n\n## Output without wrap\n\n```\n..*.**.*....\n*...........\n.........**.\n...........*\n*...***....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*...\n............\n.........**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..**...\n.***...\n.*.....\n**.....\n..*....\n*......\n***.**.\n**...**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.*...\n.*.*...\n.......\n***....\n*......\n*.**...\n..*.***\n*.*.***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.*...\n.*.*...\n.......\n***....\n*......\n*.**..*\n..*.**.\n..*.**.\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.....\n..**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***......\n*.....**...\n.....***.**\n...**......\n```\n\n\n## Output without wrap\n\n```\n.*.*.......\n.*.**..**..\n....**.**..\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.....\n**.**..**..\n....**.**.*\n..*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n*.**.*\n**..**\n```\n\n\n## Output without wrap\n\n```\n.*****\n*.**..\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n.*.****\n*.*****\n*.*****\n.**...*\n.******\n*******\n*.****.\n*****.*\n```\n\n\n## Output without wrap\n\n```\n**....*\n.......\n*......\n*......\n*......\n.......\n*......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n....*.*\n.**....\n..*..*.\n.*****.\n**....*\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n..**...\n.*.....\n****..*\n****..*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*..**..\n.***..*\n.....**\n..**..*\n*.**..*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*..***\n*.**.*...*.*\n.**.**.*.*..\n.*******.**.\n*.**.*..**..\n**....**.*..\n*.*..*.*.**.\n.**...****..\n```\n\n\n## Output without wrap\n\n```\n.*..........\n*........*..\n**....*..*..\n**......*...\n**..*.*.....\n*..****.....\n*.*..*.****.\n.**...*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n.....*..*.*.\n......*..*.*\n*.......*.*.\n**..*.*.....\n...****...*.\n***..*.....*\n.....*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**.*.\n.**....***\n....*..*..\n....*...**\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n.**...*.**\n.***.*...*\n...*...*..\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...\n.***.*...*\n*..*...*..\n*.......**\n*....*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...**......\n..*.*......\n..*........\n....*......\n..*.*......\n...*.......\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...**......\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...**......\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......**...*\n......**......\n......***.....\n*.......***...\n****....***...\n*.***...*....*\n**.*....**....\n```\n\n\n## Output without wrap\n\n```\n.......**.....\n......*.*.....\n..............\n.*............\n.*.*.....***..\n**..**.*..*...\n...**...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*.....\n..............\n..............\n..............\n...*.....***..\n....*****.....\n..***...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n...****..\n....*....\n```\n\n\n## Output without wrap\n\n```\n...*..*..\n...*..*..\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n...*..*..\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n**..*\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n*.***\n....*\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...*...*\n...*....\n........\n..*..*.*\n........\n........\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n*..*.*\n******\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*.....\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**\n.....**.\n...*....\n...*....\n...*.*.*\n....*.**\n.....**.\n....***.\n*....*..\n*...*.**\n```\n\n\n## Output without wrap\n\n```\n.......*\n....*..*\n....*.*.\n..**....\n..**..*.\n....*.*.\n........\n........\n.....**.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*.\n...**.**\n....*.*.\n..**....\n..**..*.\n....*.*.\n........\n........\n*......*\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n**..\n*..*\n.**.\n...*\n*...\n....\n*..*\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n....\n...*\n*..*\n.*.*\n....\n....\n.*.*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*..*\n..**\n.*.*\n....\n*..*\n....\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n*..*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.*.\n.*.*\n***.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.\n...*.*.\n....**.\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**.**\n...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..*.\n.**...*.....\n.*..*****.*.\n*.....*.*.*.\n*.....*.....\n...**.**.*..\n.*..*.*...**\n.**..*...**.\n.*.*....*..*\n```\n\n\n## Output without wrap\n\n```\n............\n*.**...***..\n...*...**...\n*.*.....*...\n.....**.**..\n...**.....*.\n**......***.\n**.*****.*..\n***.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..*.*\n...*....**.*\n...*...**..*\n..*.....*.*.\n.*...**.**..\n.*.**.......\n.*......**..\n...*.....**.\n...**.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..***\n*..*.\n.*.**\n*.***\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*.*\n.....\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..*.\n*..*\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**..*\n*..*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...\n.*..***\n**..*..\n....***\n.****..\n.*.*.**\n*.**..*\n*.*.**.\n```\n\n\n## Output without wrap\n\n```\n******.\n....**.\n**.*...\n*......\n.*.....\n*....**\n*.....*\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....***\n.*.*...\n......*\n.*.....\n.....**\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*...\n....\n....\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........***...\n...**........*\n**.........*.*\n*.*......*..**\n..*....*.*..*.\n.*.*.*.......*\n```\n\n\n## Output without wrap\n\n```\n.........*....\n.........**.*.\n****.........*\n*.*.....*.**.*\n..**....*...*.\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....*....\n.........**.**\n.***..........\n..*.....*.**..\n..**....*...*.\n..*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.......\n..****.....\n....***....\n......**...\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.*....*....\n.......*...\n......**...\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........\n.*....*....\n.......*...\n......**...\n...........\n...........\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.*..\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*****\n*.*..\n*.*..\n*..*.\n.....\n***..\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n*....\n*.**.\n.*...\n*.*..\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n*.**.\n.*..*\n*.*.*\n*****\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****....\n.....**.\n..**...*\n...*...*\n```\n\n\n## Output without wrap\n\n```\n........\n.*..**..\n..*.**..\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...\n........\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*****..\n...**.**..\n...*..**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..*..*..*.\n...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...***\n.***...***\n.***...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.**..\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n..*..\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.**..\n**...\n..*..\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n*....\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..***\n*....\n*.*.*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n...*\n..*.\n..*.\n....\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n..**........\n..**........\n............\n.........**.\n.........***\n```\n\n\n## Output without wrap\n\n```\n............\n..**........\n..**........\n............\n.........*.*\n.........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n..**........\n..**........\n............\n.........*.*\n.........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n*.*.\n.*.*\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n****\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...**.\n....*.\n*.*.*.\n......\n*...*.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n....**\n...*..\n.*.*..\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.....*\n....*.\n...*.*\n.*.*..\n*...*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.\n.****..*\n.*.**...\n...*..*.\n*.....*.\n**....**\n...****.\n*....***\n```\n\n\n## Output without wrap\n\n```\n........\n**..**..\n.***.*..\n*.**....\n*.....*.\n..*.*.*.\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n****.**.\n..**...*\n......*.\n..*.*..*\n...*....\n****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n..*..*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n********\n*****.*.\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n.**...\n......\n....*.\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*.*...\n.*....\n......\n..*.*.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***..\n*****\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n....*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**\n******..\n........\n........\n........\n......**\n*....*..\n.*...*..\n..****..\n```\n\n\n## Output without wrap\n\n```\n.*.*..*.\n*.....*.\n.*......\n..**....\n........\n........\n..*.**..\n.*....*.\n.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......**\n..**....\n........\n*.....**\n***.**..\n**.*.*.*\n*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n....**\n***..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**..*\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n..*...*.\n**...***\n.*.**...\n.**..**.\n...**.**\n....***.\n.....***\n**......\n```\n\n\n## Output without wrap\n\n```\n......**\n*.......\n**.*****\n...**..*\n.*....**\n..**...*\n...*....\n....*..*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n........\n**.*****\n...**...\n**....**\n..**...*\n...*....\n*...*..*\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*..*.*\n......\n..**..\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*...*\n..***.\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n******\n...*..\n......\n......\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n*.***.*.\n*..*.**.\n..****..\n...**...\n..**.*.*\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.....***\n.....***\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n........\n.....***\n.....***\n........\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n....\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n.*..\n*.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*...*.\n.*...*****\n..****....\n```\n\n\n## Output without wrap\n\n```\n.....**..*\n..**......\n..****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***********\n..******.**\n******.*.**\n```\n\n\n## Output without wrap\n\n```\n...........\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.\n****.***\n**.*****\n.******.\n****..**\n***.*.**\n****..**\n****.***\n..****..\n**.*.**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.**\n***.*.****\n****.*..**\n.***.**..*\n*..***.**.\n.****.****\n.*****...*\n..****..**\n*.***.****\n```\n\n\n## Output without wrap\n\n```\n*...*.*..*\n..........\n..........\n.........*\n*.........\n*........*\n..........\n..........\n.**...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n....\n.*.*\n...*\n.**.\n....\n....\n.**.\n*..*\n*...\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n.*.*\n..*.\n....\n....\n.**.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n*.*.\n.*.*\n..*.\n....\n....\n****\n*.**\n*..*\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n*.*.\n**.*\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.*..*\n............\n******.....*\n.***..*....*\n*.*....*..**\n.*.....*..*.\n**..*****.**\n*****....**.\n.*.*.......*\n*****......*\n.*..*...*.*.\n***.*.***.**\n........**.*\n```\n\n\n## Output without wrap\n\n```\n.*..........\n....**......\n*...**......\n.....**....*\n*..*..**..**\n..*..*......\n....*****..*\n......****..\n...........*\n*...*.....**\n....*...*.*.\n****.*.....*\n.*......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*****\n....**......\n....**.....*\n.....**.....\n...*..**..*.\n..*..*......\n....*****...\n......****..\n............\n....*.....**\n....*...*.*.\n.***.*......\n...*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.**\n...*.....\n.*.......\n*.....**.\n.*.....**\n*........\n...*...*.\n.**...*..\n.***.*.*.\n.....*..*\n*....*.*.\n........*\n.........\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n.........\n**....***\n**....***\n.......**\n.**......\n.*..*.**.\n.*.***.*.\n.**..*.**\n......***\n.........\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n..*......\n.........\n**....**.\n.*....**.\n*......*.\n.**......\n.*..*.**.\n**.***.*.\n***..*.**\n*.....**.\n........*\n.......**\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n***....\n....*..\n**.....\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.*.*...\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***..*\n.*..*.****\n.******.**\n```\n\n\n## Output without wrap\n\n```\n..........\n*...*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n***...*\n.*....*\n..**...\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n***..*.\n*..*...\n..**.*.\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*\n.**..**\n...*..*\n*.**.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*..**\n...****.....\n..***.....**\n..***..*....\n```\n\n\n## Output without wrap\n\n```\n....*.*.....\n.......*....\n......*.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n.....***....\n......*.....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n*****\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.*..*\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n**..*\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n***\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n.**\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n..*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..***\n......\n*..***\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.....\n***......\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n*..*.....\n.........\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n........*\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n****\n****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....**\n....***.*\n*..*..*.*\n*.**.***.\n```\n\n\n## Output without wrap\n\n```\n.....****\n.*.****.*\n.***....*\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n.*.****..\n****.....\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........***..\n***.......**.\n......*.**...\n**..*.*.**...\n*....*..*****\n.*..*...*...*\n*.***...****.\n....*..*...**\n.......****.*\n*.*....*...*.\n****....*..**\n.*.**....***.\n**.*.***....*\n..***.....**.\n```\n\n\n## Output without wrap\n\n```\n.*.......***.\n.*.....*...*.\n..*..*..*....\n**....*....*.\n*...**....***\n***.**.*....*\n.**.**.****..\n....*..*....*\n......**.**.*\n*.**...*.....\n*...*...**..*\n.....******..\n**...**..*..*\n.******....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n.*.....*...*.\n..*..*..*...*\n**....*....*.\n....**....**.\n.**.**.*.....\n***.**.****..\n*...*..*.....\n*.....**.**..\n..**...*.....\n....*...**...\n.....******..\n**...**..*..*\n*********.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*..*\n.........*\n...*...*..\n...*.*.*..\n.........*\n..........\n..*...**..\n.......*..\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n....*.*.*.\n....*.*.*.\n..........\n..........\n......**..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.......*.\n....*.*.*.\n....*.*.*.\n..........\n..........\n......**..\n......**..\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n.**...\n..*...\n**.*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.**...\n*..*..\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n***...\n*..*..\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n******\n******\n****.*\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.**..\n.....\n.*...\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*....\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*.**\n*....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*****\n..*.*\n***..\n...*.\n....*\n..***\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n....*\n....*\n.**..\n.***.\n..*.*\n..*.*\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n.....\n***.*\n*****\n..*.*\n..*.*\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.....\n......*....\n.****.....*\n*...*......\n....*..****\n....*....**\n*....***..*\n......**..*\n..**..*.**.\n.*..*.*..*.\n*..***....*\n.....*..**.\n...*..*...*\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n..*........\n.*****.....\n.**.**..*.*\n...***..*.*\n....*......\n.....*.**.*\n..........*\n..**..*.***\n.*....*****\n...*..*.*.*\n...*.**..**\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***....\n..*........\n******.....\n***.**..*..\n*..***..*..\n....*......\n*....*.**..\n*.........*\n..**..*.***\n**....****.\n*..*..*.*.*\n*..*.**..*.\n......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..*.\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n..*.*.\n.**..*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n....**\n.**.**\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*...**\n.**.**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.***\n*...\n....\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*..\n****\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....*....\n*.*...*...\n..**......\n...*......\n*.....*..*\n.......*..\n.....*.**.\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.***......\n.***......\n..**......\n..........\n.......*..\n.......**.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.***......\n.***......\n..**......\n..........\n.......*.*\n.......**.\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n**.**....*\n..**.....*\n****.....*\n.*........\n****......\n```\n\n\n## Output without wrap\n\n```\n.***......\n.*..*.....\n........**\n*..*......\n..........\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*\n**..*....*\n........*.\n...*.....*\n.........*\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.....\n*.*.*\n..**.\n*...*\n...*.\n..*..\n*.*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.**..\n..*.*\n..*.*\n...*.\n.***.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n**..*\n.**.*\n..*..\n..*.*\n...**\n.***.\n*.**.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n...\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...\n**.***.*\n.*.*.***\n```\n\n\n## Output without wrap\n\n```\n******..\n...*...*\n**.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n*.......\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**......\n**......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n..*\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n......\n......\n......\n*...*.\n*...*.\n......\n......\n**....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n...*.*\n.*.*.*\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n......\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n......\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***..\n..*.....\n...**...\n........\n.......*\n**..****\n.*...*..\n**...***\n.....**.\n........\n***.....\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n.*......\n..*.....\n........\n....**..\n.*..**..\n..*****.\n.*....*.\n**....*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n.**.....\n..*.....\n........\n*...**..\n*...**..\n..******\n**.....*\n.......*\n*****...\n*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...**\n*......*.\n.....***.\n....*..*.\n...*...*.\n*.*.....*\n*..*...*.\n*.....**.\n**.*..*..\n.***..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n....**.**\n....**...\n...*.....\n.***.....\n*..*.....\n*.......*\n*..*****.\n***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.*\n*........\n....**.*.\n....**.**\n**.*...*.\n****...*.\n*..*.....\n*........\n****.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n...**\n*.**.\n***..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..***\n.*..*\n*...*\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..***\n.*...\n*....\n*.***\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*........\n..*...........\n****.*...***..\n....***....*..\n....*.*****.**\n***.***...*.**\n..***.*****.*.\n**.*.*.*..*.**\n***********.*.\n.**.*.*..*...*\n```\n\n\n## Output without wrap\n\n```\n..............\n.*..*.....**..\n.*.*......**..\n*..*.......*..\n*........*....\n.**.....*.*...\n.*............\n.........*..**\n.........**.**\n.........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**...\n..**..*...**..\n...*......**..\n...*.......*..\n.........*...*\n***.....*.*...\n.*............\n.........*....\n.........**.**\n.........***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n*****\n*..**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.***..\n**..**\n.*....\n**....\n.*..*.\n**...*\n****.*\n..**.*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...*..\n*.*...\n..**..\n..**..\n..**..\n.....*\n*....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n...**.\n*.*.**\n..**..\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..***.\n**...***.\n**...***.\n```\n\n\n## Output without wrap\n\n```\n*.*..*.*.\n....*...*\n**...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*....*\n......*....\n*.....*..**\n.....*...*.\n```\n\n\n## Output without wrap\n\n```\n...........\n.....**..**\n.....**..**\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...*\n.....**..*.\n.....**..**\n.....**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........*\n.*..*****..\n.*.*****.*.\n**.**..*.**\n..*..*****.\n***..**...*\n.**.*....**\n...***..***\n...**......\n.**.****...\n***.**.....\n.*..**.....\n...........\n```\n\n\n## Output without wrap\n\n```\n***...***..\n.*....*****\n.*......*.*\n**.......**\n**.........\n...........\n.....*.*...\n......*....\n......****.\n.......**..\n*.****.....\n*****......\n.****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*****\n.*....*****\n.*......**.\n**.........\n...........\n...........\n.....*.*.*.\n......*...*\n*.....****.\n.......**.*\n*.****....*\n*.***......\n...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.*..*\n*....\n.**.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*.**.\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n..***\n..*.*\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n...*.\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.********.\n**.*****..*.**\n*...*..*****..\n*****.****...*\n*.**.**.******\n******..******\n*****..*******\n***..*********\n```\n\n\n## Output without wrap\n\n```\n.........*..**\n.........***.*\n.............*\n............*.\n..............\n..............\n.....*........\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...**\n*....\n..**.\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n....*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**.*.\n...**\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..***\n******.**\n***.*****\n.*.*****.\n...****.*\n.*.******\n*.****...\n*...*.*.*\n*.*..*.**\n*.***....\n```\n\n\n## Output without wrap\n\n```\n*....**.*\n.........\n.........\n**.......\n........*\n.*......*\n*.*.....*\n*.*...*.*\n*.*..****\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.........\n.........\n.*.......\n........*\n.*......*\n..*......\n..*...*..\n..*..***.\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*........\n.*.*........\n.***........\n```\n\n\n## Output without wrap\n\n```\n............\n**.**.......\n.*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.......\n**.**.......\n**.**.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n*.**\n**.*\n..**\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n..**....\n.*......\n...*...*\n*....**.\n**...**.\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n...*....\n......*.\n**..**.*\n**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*\n.**.....\n...*....\n*.....**\n**..**..\n**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n***.\n.*.*\n*.*.\n**..\n.*.*\n*..*\n...*\n....\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*...\n...*\n*.*.\n*...\n.*..\n...*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n...*\n....\n..*.\n....\n.*.*\n...*\n*..*\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n**...........\n.*........*..\n..*..........\n..*..........\n**...........\n**..........*\n*...........*\n.............\n.............\n.............\n...*.........\n*...........*\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n*.*..........\n.............\n*..*.........\n..**.........\n.*...........\n*............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n*.*..........\n.............\n*..*.........\n..**.........\n.............\n*............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**.\n.****...\n***.....\n.....***\n..**.*..\n*..*....\n...*.***\n```\n\n\n## Output without wrap\n\n```\n...***..\n........\n........\n..*.....\n..*.....\n..**.**.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.***\n....*...\n........\n.**.....\n..*.....\n.....*.*\n****..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******\n********\n**.**.**\n.**.*.**\n*****.*.\n*..**.**\n**.*****\n****..*.\n**..**.*\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n...*\n.*..\n.***\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n*...\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*..\n*..*\n..**\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**..*....\n..***....*...\n....**...*...\n....*.*..*.**\n*..*.**.*.*..\n*..*......*..\n.*.*..**...**\n```\n\n\n## Output without wrap\n\n```\n..*.**.......\n..*.....**...\n........**...\n...*..****.*.\n...*.***..*..\n**.*.*...**..\n..*........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...****....\n..*.....**...\n........**...\n...*..****.**\n*..*.***..*..\n**.*.*...**..\n.*.*.***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....****..*\n.**.*...**....\n.*.***........\n**..**.....***\n.**....*..****\n```\n\n\n## Output without wrap\n\n```\n.****.*.......\n.****.*....*..\n....*......*..\n*..........***\n**............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**.....\n......*.....**\n....*......*..\n.....***......\n.....*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n*...*\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.**.*\n*.**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..**\n*.**....\n***...**\n...*....\n.***...*\n.*.*...*\n.**...*.\n```\n\n\n## Output without wrap\n\n```\n..*.....\n***.....\n........\n*****...\n**.***..\n*..**...\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n.......*\n.......*\n*.***..*\n...*****\n...*.***\n..*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n**.\n.*.\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***.**\n*.**.**.*\n*..*..**.\n*..**..**\n***.*****\n*********\n*.**..**.\n*****.***\n*..*..*..\n****.**..\n.***.**.*\n***.*..**\n*.***.***\n.***..***\n```\n\n\n## Output without wrap\n\n```\n.***.*.**\n*.*.....*\n*........\n*........\n.........\n.........\n.........\n*...*...*\n.........\n*........\n........*\n*........\n*...*....\n.*..***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*......\n.........\n.........\n.........\n.........\n.........\n....*....\n.........\n........*\n.........\n.........\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n.**\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n....***.\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n......**\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.....*..\n.....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.*..*\n****.\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..**\n**..\n****\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n....\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n..**\n....\n.*..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n...*\n.*.*\n....\n....\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*...\n.*.*\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.**\n********\n*.******\n.**.****\n***.****\n**.*****\n********\n.*******\n*****.**\n********\n**.*.***\n**.*****\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*....\n..*.*\n*.*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n....*\n*.***\n*.**.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**....\n*...**....\n..........\n*****.....\n****....**\n.*......**\n*.*....**.\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n....**....\n...*..*...\n.*.*.*....\n.*.***....\n...**.....\n..**...*..\n..*.....*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*...\n...****...\n...*.*....\n...***....\n...**.....\n.***...***\n**.**.****\n.*.****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**..*\n**....***.\n*........*\n*........*\n..........\n..........\n.****..***\n.*..*.*..*\n```\n\n\n## Output without wrap\n\n```\n.....*..**\n**...*...*\n.......*.*\n..........\n..........\n.*.....***\n.*...*.*.*\n.*...*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......***.\n.......*.*\n..........\n.........*\n.*.....***\n.*...*****\n.*..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n...*..\n.*.*..\n..**..\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n**.*..\n...**.\n.*....\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n.*.*..\n...**.\n.*....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.*.\n...*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.*.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n*..*\n*...\n....\n.*..\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n....\n....\n..*.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n*..*\n*..*\n....\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n**.***\n******\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....***\n........*..\n........*..\n...........\n...........\n.......**..\n.....**....\n.......**..\n....***....\n...........\n...***.....\n...*.*.....\n.***.*.....\n...*.......\n```\n\n\n## Output without wrap\n\n```\n.......***.\n.......***.\n...........\n...........\n...........\n......**...\n.....**....\n.......*...\n....**.*...\n.......*...\n.....*.....\n.....**....\n...*.*.....\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*.**\n..**...***.\n...........\n...........\n...........\n......**...\n.....**....\n.......*...\n....**.*...\n.......*...\n.....*.....\n.....**....\n...........\n..**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*..\n*..*\n....\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n*...\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n......\n......\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n......\n******\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***\n*....*.*\n.*.*****\n.**...**\n.*.*.**.\n**...*.*\n**...*.*\n```\n\n\n## Output without wrap\n\n```\n....**.*\n.*......\n**.**...\n**......\n....**..\n.....*.*\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n.*......\n.*.**...\n.*......\n....**..\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.*.*.\n..*....*.....\n***..*.......\n.**.*....***.\n..*.......**.\n......*....*.\n...***......*\n..*.**.*.....\n*.*..**......\n..*...*.**...\n**.....*.*..*\n......**...*.\n**.......**..\n```\n\n\n## Output without wrap\n\n```\n.......*.....\n.......*.*...\n.*.......**..\n*.*......*.*.\n.***.....*..*\n..........***\n...*.......*.\n.**..........\n..*..*.***...\n..**.*.**.*..\n.*...*.......\n........**.*.\n..........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*..**..\n.***.....*...\n**.......***.\n..*......*.*.\n.***.....*...\n*.........***\n...*.......*.\n.**..........\n..*..*.***...\n..**.*.**.***\n**...*......*\n.*....**.*...\n......**.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n...**.\n**.*..\n.*.***\n**....\n```\n\n\n## Output without wrap\n\n```\n....**\n**...*\n***..*\n...***\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n.**.*.\n.**.**\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*......*\n..**..*.\n..*.*...\n....*.*.\n...*...*\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n.*.*....\n.**.**..\n.....*..\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n......*.\n...*...*\n.**.**..\n.....*..\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..**\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n....\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n.*.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....*..\n....*.*.....\n*..*.*...**.\n......***...\n...*....**..\n..*....*....\n..*.*.****..\n*.*....*...*\n.*...*.*..*.\n....*..*..*.\n```\n\n\n## Output without wrap\n\n```\n...***......\n.........**.\n....**..**..\n....*.**..*.\n......*..*..\n..*...*.....\n..*...*.....\n..**.*...**.\n.*.....**.**\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.......\n.........**.\n....**..**..\n....*.**..*.\n......*..*..\n..*...*.....\n..*...*.....\n*.**.*...***\n**.....**.*.\n...****.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n**....\n.....*\n*.*...\n**.**.\n......\n.****.\n***...\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*...*\n*...*.\n*...*.\n*..*..\n**....\n*.**..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*...*.\n**....\n......\n......\n...*..\n.*....\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*..*.\n*.*..*.**....*\n*.*..*.*.*...*\n....*...*****.\n.....****.....\n.....**.*.*...\n...**..**.....\n..*....*.**...\n***...*.......\n.....*...*.*.*\n......*..*...*\n****..*...**..\n....**.*..**..\n```\n\n\n## Output without wrap\n\n```\n........*.....\n.......*.*..**\n...***.*...*.*\n....*.....***.\n....*.........\n..............\n...***....*...\n..*...**.*....\n.**...*.**....\n.*...**...*.*.\n.**..**..*.*..\n.****.**.*.**.\n.******...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.*****\n*......*.*..*.\n*..***.*...*..\n....*.....****\n....*.........\n..............\n...***....*...\n..*...**.*....\n***...*.**....\n.*...**...*.**\n.**..**..*.*.*\n*****.**.*.**.\n.******..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*..\n......*.*\n.....*..*\n.........\n*..*....*\n..*.***..\n...**.*..\n.......*.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n......*..\n.......*.\n.........\n...***...\n..*...**.\n...**.**.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n*.....*.*\n.......*.\n*.......*\n...***...\n..*...**.\n...**.**.\n......**.\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n**...*\n......\n......\n......\n......\n......\n.*....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**....\n**....\n......\n......\n......\n......\n**....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*.***.\n.*****\n```\n\n\n## Output without wrap\n\n```\n**...*\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.*\n*.*...*.\n**..****\n*...***.\n...*..*.\n********\n```\n\n\n## Output without wrap\n\n```\n..*****.\n*.*.....\n*..**..*\n**.*....\n*.......\n.*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n...**...\n**.*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**\n.......\n***...*\n****..*\n.*.**..\n*......\n...****\n.......\n.....**\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.***..*\n.....*.\n...***.\n.....*.\n.......\n....*.*\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n.**.**.\n*.**..*\n*.....*\n...**..\n*......\n*....**\n*...*..\n*....**\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.**\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.**.\n*.****.****\n.******.**.\n**.********\n```\n\n\n## Output without wrap\n\n```\n*....**...*\n*.........*\n...........\n**........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n.*.......*\n.*.......*\n.***.....*\n*...******\n*.....*..*\n......**..\n.**...*.*.\n*..*.*..*.\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n*..****...\n.........*\n*......*.*\n.***.....*\n.**..**.**\n*....*....\n.**...****\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.......*..\n.*.****..*\n**........\n.......*..\n*.**....*.\n..*..**.*.\n.....*....\n..*...*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*..*.\n...**.*..*..*\n**....***..*.\n**.....*....*\n..*...**...*.\n***....*.*..*\n```\n\n\n## Output without wrap\n\n```\n....**.......\n....*.*..****\n***..**.*..**\n*.*........**\n..*...**...**\n.**...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***********.\n*...*.*..****\n.**..**.*..*.\n..*........*.\n..*...**...*.\n***....*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n***\n...\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n***\n*.*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n........*\n.*.......\n......*..\n.*.......\n........*\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n..*.\n....\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**.**\n*....\n.**.*\n```\n\n\n## Output without wrap\n\n```\n**...\n*..**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.*..*.\n**..**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n**.*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n.*.**.\n***...\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n**...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n**..*\n**...\n*.*..\n*.**.\n*.*..\n*.***\n.**..\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n..*..\n*.**.\n*.**.\n*...*\n*....\n.*..*\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...**\n..*..\n*.**.\n*.**.\n*....\n*...*\n**...\n.*.*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n...*\n.*.*\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n.*.*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n*..*\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n*....*\n.....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n....*.\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*....*\n.*...*\n***...\n*.*...\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n..*...\n*.*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n..*..*\n..*..*\n..*...\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..\n.....*****\n...*.*.***\n...*...*..\n...*.*****\n....*.*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n......*.*.\n.....**...\n..**.**...\n..**.**...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***..**\n*...**..**\n.....**...\n..**.**...\n.....*....\n*..*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n*...\n....\n....\n.*.*\n.*.*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n.*..\n....\n....\n....\n....\n**.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*..\n....\n....\n....\n....\n.*.*\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...**\n*...*\n*...*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n....*\n....*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n...*....\n*.....*.\n.....*..\n.*..*.*.\n..*.*.*.\n......*.\n....***.\n****...*\n```\n\n\n## Output without wrap\n\n```\n...**...\n...**...\n....**..\n....***.\n...**...\n..*.....\n........\n.*......\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n...**...\n....***.\n....****\n...**...\n..*.....\n.*......\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*...*\n*.....\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...***\n*.....\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n*.*******\n*********\n**.******\n*..******\n*******.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n***.*\n*..**\n.....\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n*.*.*\n*...*\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n...**\n***.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..**\n**...**..*\n..**.*....\n.*.*.*.*..\n**.*****..\n```\n\n\n## Output without wrap\n\n```\n***..**.**\n*..*.**.**\n*..*.*....\n**.....*..\n**.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n...*.**.**\n...*.*....\n**.....*..\n...*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n**..**\n**.***\n```\n\n\n## Output without wrap\n\n```\n***..*\n......\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....**.*.\n.**....**..*\n..*....**.*.\n```\n\n\n## Output without wrap\n\n```\n.*.....****.\n*..*..*...*.\n.**....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******.**.\n..******.**.\n..******.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.....*\n*.*...\n...***\n....*.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n..**.*\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*.**.*\n*.**..\n...***\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*.....*\n....*.*......*\n*......*....*.\n*...*..*......\n**..*..*..*...\n.*...**.......\n.*.....*..*..*\n..**.....**...\n.**.*...**....\n....*...*...*.\n```\n\n\n## Output without wrap\n\n```\n...*..**......\n...*..........\n....*.........\n**......*.....\n*.*...........\n..*..*.**.....\n.*...***.**...\n.*.*......**..\n..*.*...*.*...\n..**....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****......*.\n*..**...*...*.\n**..*.........\n*.......*....*\n*.*...........\n..*..*.**.....\n*....***.**...\n*..*......**..\n.**....**.*...\n.**...*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n...**.\n...*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n...*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*..***\n**.*..\n**.*..\n*.*...\n***.*.\n*.*.*.\n*.*.*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*.*..\n......\n......\n......\n...*..\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n.*.*.*\n......\n....*.\n......\n...*.*\n...*.*\n......\n......\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*****\n..*.*\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.**..\n..*..\n.....\n..**.\n...**\n..*.*\n.....\n.....\n...**\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..*.\n.....\n....*\n..*.*\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.*..\n.....\n....*\n..*.*\n*...*\n.....\n.....\n.....\n.....\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*..*.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*.*.\n.*...\n***..\n.*...\n...**\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n*.*..\n*.*..\n*..*.\n.*.**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n*.*..\n*****\n**..*\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n****..*\n*.*****\n*.*****\n**.**.*\n```\n\n\n## Output without wrap\n\n```\n*...***\n.......\n*......\n*......\n**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**.*.\n**..*.....\n*..**...**\n*.**......\n..*.***..*\n.**.*.*.*.\n.*..*.***.\n**.***..*.\n.*.*....*.\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n*.*.....*.\n..****..*.\n*......*..\n...*.*.**.\n.**..*.*..\n...*..*..*\n*..**.*...\n..*.***.**\n*..**.....\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.***.*\n...*.*..*.\n.*.....***\n**.*.*.**.\n..*..*.*..\n.*.*..*...\n...**.*.*.\n..*.***..*\n.*.*.****.\n*.*..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.********\n*********\n.********\n*.*.*..**\n```\n\n\n## Output without wrap\n\n```\n*.......*\n*........\n.........\n..*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**....*\n......*.....\n............\n.....*....**\n.......*....\n.......*....\n**......*...\n........*...\n............\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n.....**.....\n............\n............\n......*.....\n.......**...\n.......**...\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n.....**.....\n............\n............\n......*.....\n.......**...\n.......**...\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n***.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*.....\n*.**..\n**..*.\n.....*\n.**..*\n..*...\n*....*\n**..**\n**.*..\n*.*...\n*.....\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n*.**..\n*****.\n*.*.**\n.**...\n..*...\n*...**\n..*.**\n...**.\n*.*...\n*.....\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.*..*\n*.**..\n*****.\n..*.**\n***...\n..*..*\n....*.\n..*.*.\n...**.\n*.*..*\n*.....\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n....\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**.*\n....\n....\n....\n....\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.\n....*..\n*...*..\n*...***\n...*.*.\n...**.*\n...***.\n```\n\n\n## Output without wrap\n\n```\n....*..\n..*..*.\n..***..\n..**...\n..**...\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.***.**\n..***..\n****..*\n****..*\n**....*\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...**.***\n.*.*...**.***\n***.....*.*..\n```\n\n\n## Output without wrap\n\n```\n**.*...**.*.*\n...*........*\n***....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*.*.\n****\n*.*.\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.**\n*..*\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n....\n....\n..*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n...*\n.**.\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*.**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..*\n.**.*..*\n........\n...**...\n*...*...\n**.**..*\n.**.**..\n........\n*..*.*.*\n*****...\n........\n*.*.*.*.\n.**..**.\n.......*\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.*....\n..*.*...\n...**...\n***..*..\n*.......\n***.**..\n.***.**.\n*..*....\n*****...\n*...**..\n..**..*.\n.***.***\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**\n.*.*...*\n..*.*...\n...**...\n***..*.*\n.......*\n.**.**..\n****.**.\n*..*...*\n*****..*\n*...**.*\n..**..**\n****.**.\n.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n..*.**\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n...**.\n.*..*.\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..***..*\n*.*.....\n**..*..*\n...*....\n....**..\n*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n...*....\n.***....\n*.*.*...\n****....\n...*.*..\n....**..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..*\n.***....\n..*.*...\n****...*\n*..*.*..\n....**..\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*.*\n*.**.**.**\n.....*....\n.*....*...\n**......*.\n.*..**...*\n...*..*...\n..*..*****\n**....*...\n*.*.*..***\n.*.*..*.*.\n.........*\n***.**..*.\n...*..*..*\n```\n\n\n## Output without wrap\n\n```\n.*****.*.*\n*......*.*\n...***.*..\n...****...\n...***....\n*...**....\n*....*....\n....*.....\n*....*****\n*.........\n*.........\n*....***.*\n*......*.*\n.*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*....\n.....*.*..\n...***.*..\n...****.*.\n...***...*\n....**..**\n.....*....\n....*...*.\n*....****.\n..........\n.*.......*\n.....*****\n**........\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n*.***\n.*.**\n.*...\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n....*\n***.*\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n*....\n***..\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n..***.......\n..***.......\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n...*........\n..*.*.......\n..*.*.......\n...*........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n...*........\n..*.*.......\n..*.*.......\n...*........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n**.\n*.*\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n***\n*..\n...\n...\n...\n...\n...\n...\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.......\n..******......\n.**...*.......\n*.............\n...**.........\n..............\n..........**..\n```\n\n\n## Output without wrap\n\n```\n..............\n.***...**.....\n*.....**......\n.*.*..........\n..*...........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n.***...**.....\n*.....**......\n.*.*..........\n..*...........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n**....*\n*......\n...**..\n..***..\n...*...\n**.....\n**....*\n**.....\n.......\n..***.*\n****..*\n```\n\n\n## Output without wrap\n\n```\n.....**\n**...**\n**.....\n..*.*..\n..*....\n.*.**..\n***....\n..*....\n**.....\n.***...\n....**.\n.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.*...*.\n**....*\n..*.*..\n..*....\n.*.**..\n.**...*\n..*...*\n.*....*\n****...\n....***\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**..**.\n***.*********\n*...*****..**\n.*****.*****.\n*.*****.*.**.\n.*.***.*.***.\n```\n\n\n## Output without wrap\n\n```\n*...*.......*\n*............\n*............\n*............\n*...........*\n.*.....***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n*............\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*\n..*....\n.*.....\n.*...*.\n.****.*\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n...*...\n.*.*...\n.......\n.....*.\n.......\n*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**\n...*...\n*......\n.....*.\n.*....*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*..**\n*.*..\n*...*\n**.**\n..*..\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.*..*\n*.*.*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*...\n.....\n.***.\n.***.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n..*\n...\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.......*.\n..*******\n...***.**\n.........\n.........\n.........\n.*.*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...***.**\n..*......\n..*.....*\n....*....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...***.**\n..*......\n..*.....*\n....*....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*\n......*.\n........\n........\n........\n.*..*..*\n....**.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.....*..\n....*.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.*\n........\n........\n........\n.....*..\n***...**\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n..........\n..........\n.*.*......\n........*.\n.*...*....\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..*.......\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..*.......\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.*....\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n...*..*.\n.....**.\n*****.**\n...*...*\n......**\n.**...*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n........\n....*.**\n.*......\n.****..*\n.*.***..\n..*...**\n..*..**.\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******\n....*.**\n**......\n*****...\n.*.***..\n*.*...**\n..*..**.\n...*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....****\n.....*.**\n......**.\n.......**\n**.......\n.**......\n.........\n.....*...\n.........\n....*....\n```\n\n\n## Output without wrap\n\n```\n.....*..*\n.....*...\n.........\n......***\n***......\n***......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...\n*....*...\n.........\n*.....***\n***.....*\n***......\n.........\n.........\n.........\n.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..**\n..**\n.*..\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n....\n**.*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.**.\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.***\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n.*.*\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**..\n.*..**\n.**..*\n......\n...**.\n..*..*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n.*..**\n.**.**\n..***.\n...**.\n.****.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..***.\n.*..**\n.**.**\n..***.\n...**.\n******\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**.*\n.**.*.*.*\n****..*..\n.....**..\n..*....**\n```\n\n\n## Output without wrap\n\n```\n...**.*..\n***...**.\n...*..**.\n...*.....\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*..\n......*..\n*..*..*..\n......*.*\n.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*...\n*.........\n**........\n```\n\n\n## Output without wrap\n\n```\n**........\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n.........*\n.........*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n*...\n....\n*...\n**.*\n*.*.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n.*..\n....\n....\n**..\n*.*.\n....\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n*...\n....\n**.*\n..*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.*..........\n.*..........\n**..........\n............\n.......**...\n.......**...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.**.........\n**..........\n............\n.......**...\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.**.........\n**..........\n............\n.......**...\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n****.**\n*******\n*******\n***.***\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n....***...\n..........\n.**.......\n..........\n..........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....*.*...\n.....*....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n....*.*...\n.....*....\n..........\n..........\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n***.*.\n...*..\n.*....\n*..*.*\n..*...\n.**...\n.***.*\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n.*.**.\n..*...\n.*....\n.***..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...**\n*..*..\n*.*...\n*.....\n*.**.*\n.*.*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n........**.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n..*.*\n*..*.\n.....\n....*\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...*.\n*..**\n...**\n.....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*.*\n.*.*\n...*\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n**.*\n**.*\n...*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n...*\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.....**.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n.....**.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n.....**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.....*\n***.........\n.*.........*\n*.*..**...**\n.****.**..**\n.*....*.....\n*.*.*.*.....\n***.*.*.....\n.....*......\n..........**\n.*........**\n```\n\n\n## Output without wrap\n\n```\n..*.........\n*.*.........\n..........**\n*...****....\n*..**..*..**\n*...*.*.....\n*.*...**....\n*.*.*.*.....\n.*...*......\n..........**\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......**\n..*........*\n..........*.\n....****....\n...**..*..*.\n....*.*....*\n*.*...**....\n*.*.*.*.....\n**...*.....*\n*.........**\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n**.*.\n*..*.\n*....\n*..**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n*.*.*\n**..*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*.**\n*.**.\n*..*.\n*..*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n..**\n....\n.***\n..*.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.***\n*...\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n.***\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***.*\n..**......\n......*...\n.....*.**.\n*....*....\n*.**.*...*\n```\n\n\n## Output without wrap\n\n```\n..***.*...\n..****.*..\n......**..\n.....*.*..\n.*...*..*.\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.**\n..****.*..\n......**..\n.....*.*..\n**...*..*.\n*.**.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n****.\n**.**\n*.*.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n......*......\n.....*.*.....\n...*.*......*\n.***.*......*\n*..*.........\n.**..........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n......*......\n....**.......\n...*.*.......\n.*.*.........\n*..**........\n.**..........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n......*......\n....**.......\n*..*.*.......\n.*.*........*\n*..**........\n.**..........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n..*.*....*.*.\n..*.*......*.\n..........**.\n..........*.*\n........*.*.*\n.........****\n.........*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n..........*..\n...........**\n..........*.*\n..........*.*\n............*\n........*...*\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n..........*..\n...........**\n..........*.*\n..........*.*\n*...........*\n........*...*\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.**.\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n...*.*.*.\n.....*.*.\n....*...*\n...*...*.\n..*......\n.........\n..*...*..\n*..*....*\n..*......\n```\n\n\n## Output without wrap\n\n```\n....*....\n.....*...\n.....*.**\n....*.***\n...*.....\n.........\n.........\n.........\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.....*...\n.....*.**\n....*.***\n...*.....\n.........\n.........\n.........\n.***.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........*\n...........\n...........\n...........\n...........\n.*.........\n...........\n..*..*.....\n....**.*...\n...........\n.....*.....\n..*.......*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.....*.....\n....*.*....\n...*...*...\n....*.*....\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.....*.....\n....*.*....\n...*...*...\n....*.*....\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******...\n...*..*..\n....*..*.\n.....****\n*.....*.*\n***..*.**\n*.**....*\n```\n\n\n## Output without wrap\n\n```\n.*****...\n.*.......\n.....*.*.\n.........\n.*.....*.\n*.**....*\n..**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..*\n.....*.**\n*....*...\n.........\n.........\n.....***.\n....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n..**.\n**..*\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.***.\n.***.\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n..**.\n*****\n*****\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..**.**\n.......\n..**.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***..\n*.**.\n*.***\n*****\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*...*\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.**...\n***...\n......\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n.*....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n**...*\n**....\n.*....\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n..**.*\n.**...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n*..*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*.*..\n.*..*.\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n****\n....\n....\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n****\n....\n....\n****\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.****..*\n..*.*......\n.***......*\n...........\n...........\n...........\n.....**....\n....*..*...\n....*...*..\n....*....*.\n......*..*.\n.....**..*.\n....*...*..\n**..*...*..\n```\n\n\n## Output without wrap\n\n```\n....***....\n....*.*....\n.***.......\n..*........\n...........\n...........\n.....**....\n....*.**...\n...***..*..\n.....*..**.\n......*.***\n.....*****.\n....*..***.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.**...\n*...*.*....\n.***.......\n..*........\n...........\n...........\n.....**....\n....*.**...\n...***..*..\n.....*..**.\n......*.***\n.....*****.\n....*..***.\n**..*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........**\n...*......*.\n.......*.**.\n.****.*.*...\n.*...*.*....\n..*.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n............\n........*..*\n..*.*.**..*.\n.******...*.\n.*.*....**..\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...*.\n...........*\n..*.*.**..*.\n.******...*.\n.*.*....**..\n......*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n...*\n...*\n..**\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n.*..\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n....\n....\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.**..\n.**..\n.....\n.*.*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n***..\n.*...\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n***..\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n*........\n*...**...\n.*.**..**\n.*.**..**\n.*.*...*.\n```\n\n\n## Output without wrap\n\n```\n**.......\n..*.*....\n..*.****.\n....*.**.\n***..**..\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*.\n..***....\n.**.****.\n.*..*.**.\n..*..**..\n****...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**....\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*...*\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n.**...\n.*....\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.*.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.*.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*......\n**......\n*...**.*\n....*.**\n....**..\n...**...\n..**....\n.*......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n..*.....\n***.*.*.\n....**.*\n......*.\n..*.**..\n.**.*...\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n.**.....\n.**.*.**\n*...****\n......**\n..*.**..\n.**.*...\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.*.*\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.*....\n..*..*\n......\n....*.\n.*....\n..*..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n*.**.*\n......\n......\n......\n......\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......**.\n..**.**......\n..*.*........\n.............\n..........*..\n..........**.\n.*...........\n*.*..........\n*..*........*\n...***.....*.\n....*.....***\n*..*...*.*..*\n*..*.......*.\n```\n\n\n## Output without wrap\n\n```\n..***........\n.*...*.......\n..*.**.......\n.............\n..........**.\n..........**.\n.*...........\n*.*..........\n.***.........\n...*.*....*..\n.....*....*.*\n...**.......*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........***\n.*...*.......\n..*.**.......\n.............\n..........**.\n..........**.\n.*...........\n*.*.........*\n****........*\n*..*.*....*..\n*....*....*..\n*..**........\n**.**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n.****...\n.*...*..\n..***...\n```\n\n\n## Output without wrap\n\n```\n...*....\n.****...\n.*...*..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n....*...\n.*...*..\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.*....*.\n........\n.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*..\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*..\n........\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n.*....*.\n.....**.\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n.....***\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..***\n......**\n.....***\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n.*...**.\n*.*..*..\n.*.*...*\n*..*..**\n**.****.\n.*.*.*..\n.**.**..\n...**...\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.****.\n*.*.**..\n**.**..*\n*..*...*\n**.*...*\n........\n.*...*..\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n.*.****.\n*.*.**.*\n.*.**...\n...*....\n.*.*....\n........\n.*...*..\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n******\n**..*.\n**..*.\n....**\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n...*.*\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n...**.\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n...*.*.*.\n..*.**...\n*..*.*.**\n**.*.*.*.\n....**.*.\n**.....*.\n*..***.*.\n****.****\n*.*..*..*\n..*****..\n*.**.****\n```\n\n\n## Output without wrap\n\n```\n.........\n..****.*.\n.**..*.**\n*..*.*...\n*....*...\n.....*...\n.*.*.*.**\n***.*..**\n.........\n.......**\n.*.....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n..**.*...\n.**..*..*\n*..*.*.*.\n*....*.*.\n.....*.*.\n.*.*.*..*\n..*.*....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........***.\n.....*..***...\n.*.........*..\n.***....*.....\n...*........*.\n*.......****..\n.......*..*.*.\n....*...*...*.\n....**..*...*.\n....**.**...*.\n.*...***....*.\n....***.*..**.\n............*.\n.*...*....*...\n```\n\n\n## Output without wrap\n\n```\n..........**..\n.........*....\n..*......*....\n**........**..\n........*.**..\n.......**...*.\n......**..*.*.\n....**........\n....***.......\n.......****...\n..............\n.....*.....*..\n.....*.....***\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*..\n.........*....\n..*......*....\n**........**..\n*.......*.***.\n*......**....*\n*.....**..*...\n*...**........\n*...***.......\n*......****...\n*.............\n.....*.....*..\n.....*........\n...........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**...\n..**....\n........\n.*......\n.*....**\n..**...*\n........\n*.......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n..*.*...\n..*.....\n........\n......**\n......**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n..*.*...\n.**.....\n**.....*\n.*....*.\n**....*.\n.......*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.***\n.***..**\n*.*****.\n*...****\n**.*.*..\n**..*.**\n.**.****\n```\n\n\n## Output without wrap\n\n```\n....*...\n**..*...\n**......\n.*......\n........\n....*...\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.****\n*****\n*****\n*****\n*****\n*****\n**.**\n****.\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n.*..\n***.\n****\n....\n....\n....\n.**.\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.**.\n*..*\n.*.*\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n.*..\n****\n****\n****\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n*......\n.......\n.*....*\n.......\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n**.....\n**.....\n.......\n......*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n...*......\n..*.*.....\n*******...\n.*.*..*...\n.**...***.\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..........\n*.....*...\n..........\n.*.*..**..\n.**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..**......\n..........\n*.....*...\n..........\n.*.*..**..\n..**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n*****\n**.*.\n.****\n*****\n*****\n****.\n***.*\n**..*\n*.***\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n....*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n.*..***..\n.*....*.*\n..****...\n*....**.*\n........*\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*.....*.\n**.....*.\n.*.**....\n...*.***.\n.......*.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n*......*.\n.........\n...**....\n...*.**..\n*........\n........*\n.........\n.........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..*.**\n*.....\n*.*...\n*.....\n.*..*.\n*....*\n..*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n...*..\n*.....\n*.....\n**....\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**...*\n*..*..\n*....*\n*....*\n.*....\n**...*\n**...*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**........*\n.*.*.........\n.*.*...***...\n.....*****...\n.*......****.\n...*......*..\n...*.....**.*\n.*..*.....*..\n...*......*..\n.*..*....***.\n.***......**.\n.*.**........\n**..*........\n**.*.........\n```\n\n\n## Output without wrap\n\n```\n.***.........\n**.**...*....\n....*....*...\n..*...*......\n......*....*.\n..*.....*....\n..***....**..\n..***.....*..\n..***........\n.*..*....*...\n**.......*.*.\n....*........\n....*........\n***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.......*\n.*.**...*....\n....*....*...\n..*...*......\n......*....*.\n..*.....*....\n..***....**..\n..***.....*..\n..***........\n.*..*....*...\n**.......*.*.\n....*........\n....*........\n...**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....*.\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n*.*\n**.\n...\n.*.\n***\n...\n..*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n*.*\n...\n...\n*..\n*.*\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.*.*.**\n.**....\n**..*.*\n...*.**\n.*..*..\n.*.....\n.*.....\n**.....\n*.**..*\n.......\n....*..\n...*...\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n...**.*\n**.**.*\n****..*\n..*.**.\n***....\n.**....\n*......\n*.*....\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n**.*...\n...**..\n.*.**.*\n.***..*\n*.*.**.\n***....\n.**....\n......*\n*.*...*\n...*...\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*....*.\n....**...*..\n...**.......\n.*.........*\n..**..*...*.\n*..***....**\n.**....*****\n.*....*..*..\n.***.*..*...\n**...*.**.**\n.***...***..\n```\n\n\n## Output without wrap\n\n```\n....**......\n...*.*......\n...***......\n....*.......\n.***.*....*.\n....*****...\n*********..*\n*..*..*.....\n....**..*.*.\n*.........*.\n***...**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**...*.\n...*.*......\n...***......\n....*.......\n.***.*....*.\n*...*****...\n.********...\n...*..*.....\n....**..*.**\n..........**\n....*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n.....**\n....**.\n*...*..\n.*.**.*\n*.**.**\n**.***.\n```\n\n\n## Output without wrap\n\n```\n.....**\n.......\n....*.*\n.......\n**....*\n*.....*\n**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n*......\n....*..\n*.....*\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n....\n.**.\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n****\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*......\n..**.*.*....\n....****.*.*\n*......*****\n*.......*..*\n.****..*..**\n*....*....**\n.*...*.....*\n```\n\n\n## Output without wrap\n\n```\n..*.*.*.....\n..**...**...\n...***...*.*\n.....*.....*\n*.**........\n*****....*..\n*..*.**.....\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*......\n..**...**...\n*..***...*.*\n.....*......\n..**........\n.****....*..\n...*.**.....\n.*..***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.**....\n.......\n*.**...\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n*.**...\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n*.**...\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n**.*\n*..*\n*.**\n****\n*...\n*...\n.*..\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n**..\n*...\n**..\n*...\n*.*.\n**..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n...*\n*.*.\n....\n....\n....\n.*..\n**.*\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n*.***\n**...\n..*..\n..*..\n.....\n..**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.***.\n..**.\n.....\n..**.\n..**.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*..*.\n*.*..\n***..\n*.*..\n.....\n..**.\n..**.\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n......\n..*...\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....*.*\n....*...*..\n....*.**.*.\n*****....*.\n...*.....**\n..****.....\n....*......\n***.*......\n....**....*\n*.........*\n.**...*....\n...**..*...\n.....*****.\n```\n\n\n## Output without wrap\n\n```\n..*........\n**.**...**.\n*.....*..*.\n.**.***..*.\n.***.**..**\n...........\n...........\n...***.....\n****.*.....\n**...*.....\n.*.........\n.*....**...\n....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...\n...*.*.**..\n......*....\n..*.***....\n*.**.**..*.\n..........*\n.*.........\n*..***.....\n..**.*....*\n.....*....*\n..........*\n...........\n......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n*..\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.**.**\n**.**.*.*..\n****...*..*\n*...*.**...\n**.********\n**.**...**.\n```\n\n\n## Output without wrap\n\n```\n**.**.****.\n......*.*.*\n........*..\n..........*\n..........*\n**.*..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n......*.*..\n........*.*\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n*.***.....\n*.*.*...*.\n.**.*...*.\n.*.......*\n***..*.*.*\n..*.**.*..\n*.*.*.*.**\n......***.\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n.**.......\n..*.*.....\n*...**....\n*.*.....**\n...*.....*\n*.****....\n*.*.*..*.*\n.*..*....*\n...*.**.**\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..*.*....*\n*...**....\n..*.....*.\n...*.....*\n..****...*\n..*.*..*..\n.*..*....*\n*..*.**.*.\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*.*.\n.*...\n.....\n.*...\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.*.\n.*.*\n*.**\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n****\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n.**......*..\n.**......*..\n.*..........\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n.*..........\n*...........\n.*..........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n.*..........\n*...........\n.*..........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n...*.\n...**\n*..*.\n*.***\n.**..\n.*...\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..***\n..***\n.*...\n*...*\n*....\n.....\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..**.\n..***\n..**.\n**...\n*....\n....*\n.....\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..*.\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**..\n....\n....\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*..*\n*..**\n**.**\n**...\n.****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.**.\n.....\n.....\n.*..*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.......\n.......\n.......\n.......\n***....\n.......\n*.**..*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n***....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n.......\n.......\n.......\n.......\n*.*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n..*...\n......\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..**..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.*.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n........*..\n........*..\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n.........\n.*...*..*\n.....*..*\n***....*.\n*........\n.......*.\n..*...*..\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n..***....\n..***....\n.**....*.\n*......*.\n*......*.\n**.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*.*....\n.**....**\n.......**\n**.....*.\n**.......\n.........\n.....**..\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n..*.**\n......\n..*...\n...**.\n```\n\n\n## Output without wrap\n\n```\n.*...*\n.*...*\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n...*..\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***.***\n...*..**..*\n*****..**.*\n..*.*..**.*\n.*.*****.*.\n.*...***.**\n**....*.**.\n..*.*.*****\n```\n\n\n## Output without wrap\n\n```\n...****.***\n*.........*\n.*..**....*\n*.........*\n.*.*.......\n.*........*\n***........\n.*...**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*......\n...........\n.*..**....*\n..........*\n.*.*.......\n.*.........\n.**........\n..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.**..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.**.**\n***..*\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.**..*\n.*...*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********...\n.****.**...\n*****.*..**\n**.*...*.**\n*.***.*..**\n```\n\n\n## Output without wrap\n\n```\n*......*...\n........*..\n......*..**\n......**...\n*.***...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n........*..\n......*..*.\n......**...\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.**..\n.....\n.....\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..*..\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*...*\n.**..\n**.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n..**.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..*.*\n***..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.........*\n***..*....\n...*...**.\n.*....*..*\n.....**...\n......*...\n....***..*\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n***.....*.\n.*...**.**\n........*.\n....*...*.\n....*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..*.......\n..*.......\n.*...**...\n.........*\n....*...*.\n....*..*..\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.*...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n....**\n**..**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*..*\n..*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n*....\n*..*.\n*....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**.*.\n***.*\n.**..\n***.*\n*****\n****.\n**.**\n*.***\n****.\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.***..\n.**...\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.........\n..............\n..............\n..............\n..............\n..............\n..............\n........*.....\n....*....*....\n...*..........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.**....*\n...*..**\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**...**\n.*.*..**\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n.**...**\n**.*..**\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*..*.\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*****\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n****.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n***.*\n.*...\n.*...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.**..\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n...*.\n*.*.*\n**.*.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n......*.\n**..**..\n**..**..\n***.....\n**......\n........\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n.*****..\n.**.*...\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n*..**...\n*.......\n.*****..\n***.*.**\n.*......\n........\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*..*.\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n....*\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n.*..........\n*..........*\n............\n............\n............\n.....*...**.\n....*....*..\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n***.....\n**.....*\n****...*\n...*...*\n......*.\n....*...\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n...*....\n*..*..**\n.*.*..**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n..*....*\n...*....\n...*..*.\n.*.*..**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.***.*\n**.**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*.**\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n..*........\n...........\n.....***...\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n......*....\n......*....\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n......*....\n......*....\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n.......\n....*..\n.......\n.......\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n....**.\n.....**\n*...*..\n*....*.\n*....**\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....**.\n....*.*\n......*\n....*.*\n....*..\n....*.*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....*.*\n*.....*\n**..*..\n**..**.\n**..**.\n......*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.**.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.*.*\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*..*\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*..**\n*.*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*.*.*\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n**....\n.**...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n...**.\n*.**.*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n****..\n..*..*\n.*...*\n...*..\n```\n\n\n## Output without wrap\n\n```\n**....\n*.***.\n.**.*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n**.*..\n***...\n*.*.*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***.*\n*...*.*..\n......**.\n.....*.*.\n.*.*...**\n```\n\n\n## Output without wrap\n\n```\n.*.**.**.\n.*.**....\n.......*.\n.........\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*.*\n**.**...*\n.......**\n.........\n.*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*..\n*.....*..\n*....*...\n.*...*...\n.****....\n.....***.\n.........\n.....***.\n.........\n....*....\n```\n\n\n## Output without wrap\n\n```\n.*...*...\n*.....*..\n**...**..\n**.*.*...\n.****....\n..*****..\n.........\n......*..\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n*.....*..\n**...**..\n**.*.*...\n.****....\n..*****..\n.........\n......*..\n.....**..\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.**.\n....*.*..\n*...*.**.\n......**.\n.......**\n*......**\n..*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.\n.....*..*\n.........\n.........\n.........\n**.......\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......*.\n........\n........\n*...**.*\n.....***\n.....***\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....**.*\n........\n.....*.*\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*...**.*\n........\n.....*.*\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n.*.\n*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n*..*..........\n............*.\n..............\n......*.......\n*.....**.....*\n............**\n............*.\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n......**......\n......**....**\n...........*..\n............**\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n......**.....*\n*.....**....*.\n*..........*..\n............**\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*..**\n..*..**\n..*....\n.......\n...*...\n...*...\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.***\n..*.***\n..*....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*.***\n*.*.***\n..*....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n***...\n......\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n...***\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n.*.*\n....\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*.**.*\n*..*..\n.*....\n.*...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*.**..\n*..**.\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n*.**..\n*..***\n.**...\n.**...\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n****\n****\n*.*.\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n....\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n.*.*\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*.*\n**.*\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.....\n........**...\n.......*.....\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n.......**....\n.......**....\n.......**....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n......***....\n.............\n......*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n****.\n**..*\n*....\n..***\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.*..*\n*..*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*..**\n.*...\n....*\n.*...\n*....\n..*..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..***\n**.**\n...**\n.....\n.....\n.*...\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**.**\n...*.\n*....\n*....\n.*...\n*****\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.*.*.\n...*.\n*...*\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n...**\n..***\n**...\n**.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n...**\n*.**.\n**..*\n.*.*.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.....**\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.....**\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n.......\n.....**\n.....**\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.**\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n...*.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n......**\n......**\n...**.*.\n...**.**\n.....**.\n......*.\n.......*\n........\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n........\n...**...\n...*...*\n....*...\n.....***\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n*.....**\n........\n...**...\n...*...*\n....*...\n.....***\n........\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**..\n....\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n***.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*..**.\n****.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*\n....*...*\n....*...*\n....*...*\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*....*\n...*.*.**\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.*.\n.**......\n.**..*.*.\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n....*.*..\n.........\n.........\n.........\n.....*...\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*...\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n*..*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n.*.....*\n.*......\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n.*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n*..*....\n*..*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......*.**.\n*.............\n***.........**\n*...........*.\n*...***....*..\n.*.**..*....*.\n.**.*****....*\n*......******.\n```\n\n\n## Output without wrap\n\n```\n..............\n**...........*\n..............\n*....**.......\n..*.***.......\n......*.....**\n..*.**....*..*\n***.**...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...........***\n............*.\n.....**.......\n***.***.......\n......*.......\n.*****......**\n****.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n...**\n.....\n**.*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n..***\n**.*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*..**\n*.**.\n**.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n**.\n**.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*....\n.**..\n**..*\n*..**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n..*..\n*...*\n*.*.*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*.*..\n..*.*\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n*.*.\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*...\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.........\n*..*........\n*..*........\n*..*........\n***.........\n.......*....\n```\n\n\n## Output without wrap\n\n```\n***.........\n....*.......\n*...*.......\n....*.......\n*.*.........\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***........*\n....*.......\n....*.....*.\n....*.......\n***........*\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**..*\n.......*..**\n.......*...*\n```\n\n\n## Output without wrap\n\n```\n.......**.**\n......**..**\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***..*\n*.....**..**\n*.....**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.\n........*.\n......*.*.\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......**.\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.......**.\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n....\n....\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**...*.\n........*...\n*...******..\n*.*.....*...\n..*....*..*.\n*..**..**..*\n.**.**..*...\n**..........\n***.......*.\n*******...**\n```\n\n\n## Output without wrap\n\n```\n............\n....*...*...\n.*...**..*..\n...*.*......\n..*....*.*..\n....******..\n..*.**.**...\n...*........\n....**....**\n*..***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..**.**.\n....*...*..*\n.*...**..*..\n...*.*.....*\n*.*....*.*..\n*...******.*\n..*.**.**..*\n...*.......*\n....**....*.\n...**.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......*..\n......*.*.\n..........\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n.......*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n.......*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**...\n....**..*\n....*..**\n...*.***.\n*...*.*..\n.*..**...\n**...*...\n***.....*\n*.......*\n```\n\n\n## Output without wrap\n\n```\n....****.\n...*.****\n..***...*\n..***..**\n..***..*.\n...**.*..\n...***...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****.\n*..*.***.\n*.***...*\n..***....\n..***....\n...**.**.\n...***...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*....*\n......\n*.....\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....*.\n....*.\n....*.\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.....\n.....\n.*...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*..*..\n*.**.*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.***..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n******\n******\n......\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........**\n*..........**\n.............\n.***.........\n.***.........\n.**.....***..\n.**......**..\n.**..........\n.*...........\n.............\n.............\n............*\n*...........*\n```\n\n\n## Output without wrap\n\n```\n...........**\n...........**\n.**..........\n.*.*.........\n*........*...\n*.......*.*..\n*..*....*.*..\n*............\n.**..........\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n*..........*.\n***.........*\n.*.*.........\n*........*...\n*.......*.*..\n*..*....*.*..\n*............\n.**..........\n.............\n.............\n*...........*\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*....\n*....*\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.*...\n..*..*\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n....**.*\n..*.*.*.\n.*.*.**.\n*.***.**\n..**...*\n.*......\n.***....\n.***...*\n*.....**\n.*...*..\n..*.*...\n......**\n```\n\n\n## Output without wrap\n\n```\n....***.\n...**...\n..*....*\n.*......\n.......*\n....*.**\n.*......\n*..*....\n*..*..**\n*.....**\n.*...**.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*\n...**...\n..*....*\n**......\n*.......\n....*.**\n**......\n...*....\n...*..**\n......**\n**...***\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.****\n.*...\n...*.\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.*..*\n.*..*\n.....\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n**..*\n.....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*\n*.*.*......\n...........\n..........*\n*.........*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n*.........*\n*.........*\n*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n..*...\n..*...\n......\n......\n..*.**\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**.*.\n......\n......\n......\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n**...*\n......\n......\n**...*\n***..*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..**......\n..**.....*\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..**....**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**......\n..**....**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.***..\n......\n.***..\n.***..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n..*...\n......\n..*...\n***...\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.****\n***..\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n****.\n****.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n...**.\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.....*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.*\n*........\n*....****\n****..*..\n.**......\n.*....*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n**......*\n*.*..***.\n*..*.**..\n...*...*.\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.*\n.*.......\n..*..***.\n...*.**..\n...*...*.\n.**..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n..*.\n.*.*\n.**.\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.***\n.*.*\n*..*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**.*\n.**.\n**.*\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...*...\n...*.......\n.*.........\n...*.......\n...**.*..*.\n..*..*....*\n..*..*.....\n.....*...*.\n.*..*.*....\n```\n\n\n## Output without wrap\n\n```\n..**.......\n.*.*.......\n.*..*......\n.*...*.....\n.*....*....\n..*........\n...*...*...\n...........\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n.*..*......\n.*..*......\n.*...*.....\n.*....*....\n..*........\n...*...*...\n..*....*...\n.*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***..*.\n*....*.***\n********..\n.**.*.**..\n**..***.**\n..**.*****\n.**.****.*\n*..*.*..**\n..*..*..**\n```\n\n\n## Output without wrap\n\n```\n**..******\n.........*\n*.........\n..........\n*........*\n*.........\n.*........\n...*......\n....*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*....\n..........\n..........\n..........\n..........\n..........\n.*........\n...*......\n..*..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.*......\n........\n........\n........\n........\n........\n........\n...*....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n........\n........\n........\n........\n........\n........\n........\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n.*......*\n.*......*\n.*......*\n*..*.....\n*..*.....\n*..*..**.\n****....*\n..*.*....\n.........\n*........\n**......*\n```\n\n\n## Output without wrap\n\n```\n.......**\n........*\n***....**\n***......\n***......\n*****....\n*..**..*.\n*...*..*.\n..*......\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n........*\n.**....**\n.**.....*\n***.....*\n*****....\n...**..*.\n*...*..**\n*.*......\n.........\n**......*\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n..*\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n*******.*.\n.*.******.\n**.**.*.**\n*.****...*\n********..\n.**.*.****\n*..*******\n*..*.***.*\n*.*.*.****\n```\n\n\n## Output without wrap\n\n```\n.*****....\n**......**\n..........\n*........*\n.........*\n*........*\n.........*\n*.........\n*.*.......\n.*.**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**......*.\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..*.*..**\n*...**.*.....*\n..**..*..***..\n....*.*...*...\n...**...*.....\n.***..........\n......*.*.....\n*.............\n.......*.*.*..\n..........*...\n*.....*.....*.\n.*....**.....*\n*...*..*...*.*\n```\n\n\n## Output without wrap\n\n```\n**.****.*...**\n*...**.*.*.*.*\n...*..**.***..\n..*.*..*..**..\n....**........\n..***..*......\n.**...........\n.......**.....\n..........*...\n..........**..\n......**......\n**...***.....*\n......**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*......\n....**.*.*.*..\n...*..**.***..\n..*.*..*..**..\n....**........\n..***..*......\n.**...........\n.......**.....\n..........*...\n..........**..\n*.....**.....*\n.*...***......\n..**.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n..*..\n..**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*...\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.*...\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......***\n*.*.......\n..***..***\n..*..*...*\n**....****\n.*...**...\n.*..*..**.\n..**......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.***....**\n.**.**....\n..*.**.*..\n*...***.**\n.....*...*\n.*...**...\n..**.**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n..**......\n*.*.**...*\n..*.**.*..\n*...***.*.\n.....*....\n.*...**...\n..**.****.\n.**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n......\n..*...\n....*.\n......\n......\n......\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n**..**\n.**.*.\n*..**.\n*...*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.*****\n*....*\n..*...\n*.*.**\n*...**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.....\n..*...\n*.*.*.\n*...*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n...*..\n.**...\n......\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n...**.\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..**.\n..*...\n..*...\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**\n.......**\n.........\n**.*.....\n.**.....*\n.*.......\n.........\n.........\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n**.......\n.........\n.**......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.......**\n*.......*\n**.......\n.........\n***......\n.........\n.........\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**....*.**.\n*******.****.*\n.**...*.****.*\n***.******.*.*\n*******.******\n**.**...**.***\n..*****.******\n**.********.**\n*.*.*********.\n.***.***.*****\n.*******.*.***\n*..*****..*.**\n```\n\n\n## Output without wrap\n\n```\n**..........*.\n**...........*\n............**\n..............\n..............\n..............\n..............\n..............\n**............\n**............\n**......**....\n........**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........*.....\n........*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n*.*...*\n..*....\n**.....\n.......\n.......\n*......\n.....*.\n...*.*.\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.***...\n...*...\n..**...\n.*.....\n.......\n.......\n.......\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.***...\n*.**...\n.......\n.......\n.......\n.......\n.......\n..*.**.\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*.*.\n.**..\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n..***...\n..**....\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n.*..*...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n.*..*...\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.***.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........*.\n..........\n..........\n..***.....\n..........\n.**.**....\n...***....\n...*.***..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..*.*.....\n..*.*.....\n..........\n....***...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n..........\n..........\n..........\n..*.*.....\n..*.*.....\n..........\n....***...\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n......\n......\n......\n......\n.***..\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..*...\n.***..\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n......\n......\n..*...\n.***..\n*.....\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..*.*\n*..**\n*.**.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*.*\n....*\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n*....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n......*..\n......*..\n*..*.*...\n.*.**.*..\n....**...\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....***.\n....*....\n..**...*.\n......*..\n..****...\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....***.\n....*....\n..**...*.\n......*..\n..****...\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.*\n*.*.*..*\n**...*.*\n*..*..**\n*.*.**.*\n***..***\n****..*.\n*....*.*\n.*.*****\n.**....*\n```\n\n\n## Output without wrap\n\n```\n.******.\n*.*....*\n*.****.*\n*.**...*\n*.*.*...\n.......*\n...**...\n*......*\n**.***.*\n.*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*\n..*.....\n..****..\n..**....\n..*.*...\n........\n...**...\n........\n.*.***..\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n...*\n....\n*...\n....\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n.***\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n..*\n...\n...\n.*.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..*...\n**...*\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*..*\n**....\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n***\n...\n***\n.**\n.**\n*.*\n.**\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n...\n*.*\n...\n*..\n*..\n*.*\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****..***\n**.********\n**.********\n****.******\n```\n\n\n## Output without wrap\n\n```\n*.*.......*\n...........\n...........\n*..*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*.\n.**.*...\n...****.\n.**.*...\n```\n\n\n## Output without wrap\n\n```\n.**..*..\n.**..*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n...*..*\n.***...\n.*..*..\n.***...\n*.....*\n.*....*\n.*...*.\n**...*.\n.....**\n...*...\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*..*..\n.*.**..\n*...*..\n****...\n*......\n**...**\n.**..**\n**..**.\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.*..*..\n**.**..\n*...*..\n.***...\n......*\n.*...**\n.**..*.\n**..**.\n*...***\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n..*\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n.**\n**.\n...\n...\n...\n..*\n***\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.**\n.*.\n...\n...\n.**\n.**\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n..*\n***\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n**..*..\n*...*..\n```\n\n\n## Output without wrap\n\n```\n***.*..\n....*..\n***.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n.*.\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n*.*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n.*.*.*\n.***.*\n**.**.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**..*\n....**\n.*..**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*..*\n*.**\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n....*.*\n....***\n**....*\n..*.***\n*.*...*\n**...*.\n.....*.\n*.....*\n..*.*..\n..*.*..\n.......\n.......\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n...**.*\n....*.*\n.*.*...\n*.**..*\n*.***.*\n**...**\n**...**\n.....*.\n.*...*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n*..**.*\n....*..\n.*.*...\n..**...\n..***..\n**...*.\n.*...*.\n.....**\n.*...*.\n.......\n.......\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**...\n.*..*\n..**.\n.....\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.*.*.\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n**..*\n..***\n.....\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.\n..........\n**........\n..*.......\n..*......*\n.*......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n.*........\n..*.......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n**.......*\n.*........\n*.*.......\n.**.......\n**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.*****.\n******....*..\n*..***..*****\n..****...**..\n******.****.*\n```\n\n\n## Output without wrap\n\n```\n*....**.****.\n*......*....*\n*.....*.*....\n*......*....*\n.*...**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.....\n.......*.....\n*.....*.*...*\n.......*.....\n*......*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.....\n......\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.*.**.\n.**...\n..*.**\n...**.\n..**.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n.*...*\n.**.**\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*..*.\n**...*\n.**.**\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n**.\n.**\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n***\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n.**\n...\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**.**\n.*...\n**..*\n*....\n*****\n```\n\n\n## Output without wrap\n\n```\n.*...\n.***.\n...*.\n...**\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n...*.\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n**.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n..*..*.\n**..***\n*....**\n**.....\n.*.....\n.......\n....**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n****.*.\n******.\n.....*.\n**.....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**\n**.**..\n*****..\n.......\n**.....\n**.....\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n...**.\n.**..*\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n*..***\n.**.*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...**.\n.**.*.\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n....*.\n......\n......\n....*.\n......\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n.*..\n..*.\n.*.*\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n***.\n.*.*\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*....\n.*......*...*\n.*........*.*\n*.**.......**\n...*.......**\n.............\n*..***.*.....\n***.*.*...**.\n..*..**.**...\n..**.*.......\n...***.....*.\n..*........*.\n.**.*........\n**..........*\n```\n\n\n## Output without wrap\n\n```\n.............\n.**......*.*.\n**..........*\n.***......*..\n..**.......**\n...*.........\n*.*****......\n*.*.....***..\n......**.**..\n..*..........\n.....*.......\n.**..*.......\n*.**.........\n***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........*\n.**......*.*.\n.*...........\n.***......*..\n*.**.......*.\n...*........*\n*.*****.....*\n*.*.....***.*\n......**.**..\n..*..........\n.....*.......\n.**..*.......\n..**........*\n*..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n**........\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...***\n**..**\n.*....\n.*...*\n..**..\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*.*..\n*....*\n....**\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n.*.**.\n.*..*.\n......\n....*.\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n.*.\n...\n...\n*.*\n*..\n.*.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n.*.\n...\n...\n...\n...\n**.\n.*.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*.**.\n.****\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*..*.*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n**.\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*****.\n....**..*\n*.**.....\n**..**...\n....*....\n.....**..\n*...*.*.*\n*.**.**.*\n****.*.*.\n*.*.**.**\n...*.*.*.\n..**..**.\n**.....*.\n```\n\n\n## Output without wrap\n\n```\n...*..**.\n..*....*.\n*.**.....\n***.**...\n....*.*..\n....*.**.\n.*.**....\n*.......*\n*........\n*....*.**\n.*...*...\n.****..**\n.**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*.\n..*....**\n*.**....*\n***.**...\n....*.*..\n....*.**.\n**.**...*\n.........\n.........\n*....*.*.\n.*...*...\n.****..*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*.**.*\n.......*.*..\n**..*......*\n*..*.....*..\n.*..*.**.**.\n```\n\n\n## Output without wrap\n\n```\n.......****.\n.......*.*..\n**......*.*.\n*.****..**..\n........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**....*\n.......*.*..\n**......*.**\n..****..**..\n.**..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*...**\n***...\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n..***.\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n.***..\n.***..\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**...\n....*..*...\n.**....***.\n.......*...\n...**..*...\n*....*.....\n*........*.\n```\n\n\n## Output without wrap\n\n```\n......**...\n..**.......\n......**...\n..**..**...\n....*.*....\n....*......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***..\n..**.......\n......**...\n..**..**...\n....*.*....\n....*.....*\n......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*.\n..............\n..............\n.............*\n..............\n..............\n.........*....\n.........*.*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..........*...\n..........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..........*...\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.*....\n......\n......\n...**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n......\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.*.....\n..**...*\n***.*.*.\n****..*.\n*.*...*.\n*.**...*\n*..*...*\n*.......\n**.....*\n.*...***\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.**.....\n*.*****.\n.....*.*\n........\n.*...*..\n*.**..**\n*.**....\n*.*.....\n......**\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.**...*.\n..*****.\n.....***\n......**\n.....***\n..**....\n..**....\n..*.....\n*.......\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**..\n.*..**..*\n.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n..*..**..\n**.*...*.\n..*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**.\n.*.*...*.\n.*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n****\n**.*\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.*.*.*.\n.*.....\n.......\n.......\n....*..\n.......\n.......\n..*..**\n.......\n..*....\n.**....\n```\n\n\n## Output without wrap\n\n```\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n..*.*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.*...\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n..*.*...\n..**.**.\n*.***.**\n*..*.**.\n*.*....*\n```\n\n\n## Output without wrap\n\n```\n.***....\n....**..\n......**\n.......*\n*....*..\n.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n....**..\n......*.\n*.......\n.....*..\n*.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n......*..\n.........\n.........\n.........\n.........\n.........\n.......*.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n*..\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n..****\n*.***.\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n**.**.\n*.*.*.\n**.**.\n.*.*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.***..\n.****.\n....**\n...***\n.****.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.....*\n......\n...***\n..****\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*********.\n*******.*.**\n*****.**.***\n.*..*....***\n************\n**.******.**\n*******..*.*\n.****..****.\n```\n\n\n## Output without wrap\n\n```\n*.......*.**\n............\n......**....\n............\n............\n............\n...........*\n*.....*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n......**....\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.***.\n*....\n...**\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n.*..*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*****\n**...\n.*..*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n.***\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**...\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n....*.*..\n....**..*\n**..**.*.\n.*...**..\n.*....*.*\n*****....\n.*****...\n.*.*....*\n..***....\n..**.....\n..*......\n..*......\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n.....*...\n....*.*..\n...*...*.\n**.....*.\n.**.*....\n...**.**.\n*........\n.....*...\n.*...*...\n.*..*....\n.*..*....\n.**......\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n....*.*..\n*..*...**\n**.....**\n.**.*...*\n...**.**.\n.........\n.....*...\n**...*...\n.*..*....\n.*..*....\n.**......\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.***.*\n.*..**\n*...**\n```\n\n\n## Output without wrap\n\n```\n**..*.\n....*.\n***..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*..*.\n.*.**.\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.******\n.*.**...*.*\n**...**.*.*\n.....*.*...\n.......*...\n....**.*...\n.*....*****\n.*........*\n**.......**\n....*.*....\n*...*.****.\n..****.....\n```\n\n\n## Output without wrap\n\n```\n..*.*.**.*.\n...*....*..\n.**.***.**.\n.*.......*.\n....**.*.*.\n..........*\n.....*.*.**\n***....*...\n.........**\n**....*.*.*\n....*...**.\n....**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*...\n.*...*..*..\n***.***.**.\n**.........\n....**.*.*.\n..........*\n.....*.*.**\n.**....*...\n.*.........\n*.....*.**.\n......**...\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.......\n**...***...\n..***.....*\n.......**.*\n..........*\n....****..*\n```\n\n\n## Output without wrap\n\n```\n*.*...*....\n*....**....\n.*****..**.\n...*......*\n.....*..*.*\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......*\n.....**...*\n.*****..***\n*..*......*\n*....*..*.*\n.******...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n***\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*..\n...*\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n***..*\n**.*..\n*.****\n.****.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n***...\n......\n.....*\n*....*\n*.....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n......\n......\n......\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n....**..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.*...\n.....\n...*.\n....*\n.....\n*...*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n.*.*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n...*.\n.....\n.....\n....*\n*....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**\n..**...\n.**....\n.*.....\n.......\n**.....\n**.....\n**.....\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.***...\n*..*...\n.*.*...\n.**....\n**.....\n**.....\n..*....\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n...*..*\n.*.*...\n.**....\n**.....\n**.....\n..*...*\n..*...*\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n..***....\n...*..***\n*....*...\n*....****\n......*..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n...**....\n..******.\n..**.***.\n....**...\n.....*.*.\n.........\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..\n..******.\n..**.****\n*...**...\n*....*.**\n........*\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n..........\n*.**......\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n.*..*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n..**......\n..........\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n****\n*.*.\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n*.**\n....\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*.*.\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n**.....*\n....****\n**....**\n**....*.\n```\n\n\n## Output without wrap\n\n```\n*.******\n***.....\n.....*..\n**......\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****..\n.**.....\n.....*..\n.*......\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*............\n.......**.....\n.......***....\n.......**.....\n..............\n*....*.*.....*\n*.....*......*\n..............\n..............\n.........**...\n.........**...\n..............\n..............\n.*....*.......\n```\n\n\n## Output without wrap\n\n```\n..............\n.......*.*....\n......*..*....\n.......*.*....\n......***.....\n......*.......\n......*.......\n..............\n..............\n.........**...\n.........**...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n.......*.*....\n......*..*....\n.......*.*....\n......***.....\n*.....*......*\n*.....*......*\n..............\n..............\n.........**...\n.........**...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n.........\n.....***.\n.....*..*\n.....*...\n**...*..*\n.**.***..\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n.....***.\n....**.*.\n....***..\n***......\n***.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*...\n......*..\n.....***.\n....**.*.\n....***.*\n***......\n..*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n..*\n...\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n..*\n..*\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n..*\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*...\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n...*.\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.*.*\n...*.*....\n..*.*...*.\n.*..*..*.*\n.*...****.\n.*.....*..\n***....*..\n*..*...***\n```\n\n\n## Output without wrap\n\n```\n......*...\n..**.**.*.\n..*.**..*.\n.****....*\n***..*....\n..........\n*.*...**..\n*.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*..\n..**.**.**\n..*.**..*.\n*****....*\n.**..*....\n..........\n..*...**..\n...**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***\n.****....\n.*.*..***\n.*..*....\n*.......*\n.*..*....\n.***.*..*\n*...*..*.\n**...*...\n**..***..\n..*.**.*.\n```\n\n\n## Output without wrap\n\n```\n..**...*.\n.*.***...\n**...*.*.\n***.....*\n**.......\n**.**....\n****.*...\n*..****..\n.........\n*.**.....\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....***\n.*.***...\n.*...*.*.\n.**......\n**.......\n.*.**...*\n.***.*..*\n...****..\n.........\n*.**....*\n**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n***.\n*.**\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.**\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n...*\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*.\n*..*..**\n***.*.**\n.*......\n.*...*..\n*.*.*.*.\n**.***..\n*..*.***\n.**..*..\n*.****..\n.*......\n..**.***\n**....**\n```\n\n\n## Output without wrap\n\n```\n********\n........\n*.**.***\n.....**.\n***..*..\n*.*...*.\n*......*\n*..*....\n*.......\n*..***..\n.*......\n*.*..*.*\n.**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n..**.**.\n.....***\n***..*..\n*.*...**\n........\n...*...*\n........\n*..***..\n**.....*\n..*..*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..\n.**....\n..**...\n*..*.**\n**....*\n*****..\n...**..\n```\n\n\n## Output without wrap\n\n```\n.***...\n.......\n...**..\n*..****\n......*\n*...**.\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.......\n*..**.*\n...***.\n.......\n....***\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*..*.*\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n****..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*...**\n****..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n*...**\n*...*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n....**\n**.***\n**.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n**.**.\n**.**.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...\n.*.*...\n.**....\n```\n\n\n## Output without wrap\n\n```\n**.....\n...*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*....\n**.**\n```\n\n\n## Output without wrap\n\n```\n****.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*..*\n....\n**.*\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*\n**.*...\n.......\n*...*..\n*.*.**.\n...*.**\n..*....\n**..*..\n..*....\n...**..\n...*...\n...*..*\n```\n\n\n## Output without wrap\n\n```\n**.**..\n...**..\n.....*.\n.*..**.\n**....*\n*.....*\n*....**\n*....*.\n....*..\n....*..\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n...*...\n.......\n....***\n.......\n.......\n.......\n......*\n....*..\n....*..\n.*.....\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n...*..\n......\n......\n......\n..***.\n.*....\n*...**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n...*..\n..**..\n.**..*\n**..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..*...\n......\n......\n...*..\n..**..\n***...\n**..**\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n..*...\n.**.*.\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.***..\n.**...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.***..\n.**...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.****\n**.*...*.\n*.**..***\n.*...****\n...**..*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.***\n**.*.*...\n*..***...\n.*...*...\n....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*...\n.*.*.*...\n...***...\n.*...*...\n*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*....*..\n*.*....*\n..*.**..\n*......*\n......*.\n*.*....*\n....**..\n.**.....\n**..*...\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n...****.\n...*..*.\n.....**.\n.*....**\n.....**.\n..**....\n******..\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**.....*\n*..*****\n...*..*.\n.....***\n.*....*.\n.....***\n*.**....\n******..\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n.***\n.***\n**.*\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n*...\n....\n*...\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.***\n*..*\n*.*.\n*...\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n*..*\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n....*\n*....\n.***.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n...*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*...*\n*****\n...*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n..........**.\n........****.\n.........*.*.\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n...........*.\n........*...*\n........**.*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n...........*.\n........*...*\n........**.*.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........*\n........*..\n...**.**..*\n*.*.*..*..*\n.***..***.*\n.*........*\n.**.......*\n***.......*\n.......**.*\n***.*....**\n**.**...*..\n*.*...*....\n*...***....\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.*.*.\n...*****.**\n..........*\n...**.***.*\n......**..*\n.*.......**\n..........*\n..**......*\n....**..*.*\n....**.**..\n.*..*..*...\n.*...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.....\n**.....*.*.\n*..*****...\n...........\n*..**.***.*\n*.....**..*\n*........**\n..........*\n..**.......\n....**..*..\n.*..**.**.*\n**..*..*.*.\n.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n..***.\n......\n**...*\n***.**\n```\n\n\n## Output without wrap\n\n```\n.**...\n*...**\n*.....\n*.....\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n....*.\n*.....\n*.*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n......\n.****.\n......\n.****.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n....*.\n..**..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n....*.\n..**..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n**..\n..**\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n...*\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n.*.*\n*.*.\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..*.\n..*.\n....\n*.*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*\n..*....\n..*...*\n```\n\n\n## Output without wrap\n\n```\n..**...\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n***...\n.*....\n***...\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n**..*..*..\n*.*.*.*...\n*.*.***...\n..........\n......*...\n```\n\n\n## Output without wrap\n\n```\n.....**...\n**.**..*..\n*.*.*.**..\n....*.*...\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n**.**..*..\n*.*.*.**.*\n....*.*...\n......*...\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..**.\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****......\n*...*.*...***\n*......*.....\n.*.**...*.*..\n.**.....*.*..\n***...**...**\n```\n\n\n## Output without wrap\n\n```\n...**.*....*.\n.*..*.**...*.\n**.***.*.**..\n**.*...**....\n........*.*..\n*.*....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....*..\n**..*.**...**\n**.***.*.**..\n**.*...**....\n........*.*.*\n*...*.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..***....\n**.*.*..*.*.\n...****.*...\n.**.....**..\n...*.**..***\n*.......**..\n....*.*..***\n```\n\n\n## Output without wrap\n\n```\n*.*******...\n*..*....**..\n*..**...*...\n..**..*.*...\n.***..*.....\n......*.....\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*....\n...*..*..*.*\n*..**...*..*\n..**..*.*..*\n*.**..*....*\n..*..**.**..\n..**.**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n......\n......\n......\n....*.\n...*.*\n..*.*.\n..**..\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n...*.*\n..*.**\n.*..**\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n..*...\n......\n......\n....*.\n...*.*\n..*.**\n.*..**\n.*....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n..*..\n*.*..\n**.*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*.**.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..*..\n*****\n*.**.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n**.*.*\n.**.*.\n*.*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*....*\n....**\n..*.**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.....*\n....*.\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.....*\n.*...*........\n..........*...\n..***.........\n...*....*.....\n......*......*\n.*......*....*\n***...........\n*..........*..\n..........*..*\n........*.....\n.....*..*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..***.........\n..***.........\n..***.........\n.......*......\n***...........\n*.*...........\n*.............\n..............\n.........*....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.......\n*.............\n..***.........\n..***.........\n..***.........\n*......*......\n.**..........*\n..*..........*\n*............*\n..............\n.........*....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***\n.........\n.........\n.........\n....*....\n.*....*..\n*.*....**\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......*.\n.........\n.........\n.........\n.*.....*.\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n.......*.\n.........\n.........\n.........\n**.....**\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.......\n.......\n.......\n.......\n.***...\n.***..*\n...**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..*....\n.*.....\n...*.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*******\n**.....\n.......\n.......\n.**....\n**.....\n.**..*.\n...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*..\n.....**.**..\n*.*..***.**.\n*...*..****.\n**..*..****.\n.***....**..\n.......*.**.\n......*...*.\n..*....**.*.\n**.**....**.\n*...........\n**...*.*.**.\n.*..*****.*.\n.*...*...*..\n```\n\n\n## Output without wrap\n\n```\n.....*****..\n............\n.*..*.......\n*..**......*\n*...*.......\n****........\n..*....*..*.\n......*...**\n.***...**.**\n****....***.\n..*.*...*...\n**..**.*.**.\n.**.*..*..*.\n....**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**.\n............\n.*..*.......\n*..**.......\n*...*.......\n****.......*\n..*....*..*.\n......*...**\n.***...**.*.\n****....***.\n..*.*...*...\n**..**.*.**.\n.**.*..*..**\n....*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***......\n..**..**..\n..**.*.***\n.*.*.....*\n*.*....**.\n....*....*\n.***.*....\n.*..**..*.\n..******..\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..*...***.\n..*..*.*..\n**.**..*.*\n.*...*.***\n....*...**\n.****.....\n.*.*...*..\n.***.*.*..\n..**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.*....***.\n***..*.**.\n...**..**.\n.....*.**.\n....*...*.\n..***...*.\n*..*...*..\n.**..*.*..\n.**..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*..*\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n*****\n*.***\n**..*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n....*\n.****\n*.**.\n.*.*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.*..*\n*....\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n....*\n.*...\n*....\n**...\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n......\n......\n......\n......\n......\n*...*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n......\n......\n......\n......\n....**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*..*.\n...*..\n.*.*..\n.*..*.\n....**\n...*..\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n......\n..*...\n.....*\n.....*\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n......\n*.*...\n......\n.....*\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.**\n.......*..\n..........\n......*...\n.....*..*.\n.*....***.\n***.......\n*.*.......\n.*....*...\n*....*...*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n..........\n..........\n.....*..*.\n***...***.\n*.*....*..\n*.*.......\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....****\n.......**.\n..........\n..........\n.....*..*.\n***...****\n*.*....*.*\n*.*.......\n.*.......*\n*....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n*......\n*..**..\n*.....*\n*..*...\n*...*..\n....*..\n*......\n....*.*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.**..\n.......\n**.....\n.......\n....*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***\n**.....\n...**..\n......*\n.*...**\n.......\n....*..\n.......\n.....*.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.......**\n...*.**.*\n.*..*....\n*****....\n*.....**.\n....*.*..\n***....*.\n..**..*..\n.......**\n*.***.**.\n.....*..*\n*....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n....**..*\n....****.\n***...*..\n*.*.***..\n*.*....*.\n*.***....\n.****....\n...*....*\n.........\n...*..**.\n..**.**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n....*...*\n*...*****\n.**...**.\n..*.***..\n..*......\n*.***....\n*.***..**\n*..*....*\n.*.....**\n**.*..*..\n.***.....\n**..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.....**..\n.....**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....**..\n....*..*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n....*..*.\n....*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n*..\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.***.\n*..**\n.*..*\n..***\n**..*\n*.*..\n...*.\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**..\n*...*\n.*...\n*.*.*\n*...*\n*.**.\n..**.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.**..\n.....\n.*...\n..*..\n.....\n*.**.\n..***\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..***.**\n*..........\n*..........\n...*.*.....\n....*......\n...*.......\n...........\n..*........\n.***.......\n.*.*.***...\n..******...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...**......\n...**......\n...........\n..*........\n.*.**......\n**.**......\n.*..*.**...\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n**.....*..*\n...........\n...**......\n...**......\n...........\n..*........\n.*.**......\n**.**......\n.**........\n.......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n....\n.*.*\n*..*\n...*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..**\n...*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...*.\n..*......*\n*......**.\n.*.*..***.\n**.****..*\n```\n\n\n## Output without wrap\n\n```\n.***......\n........*.\n*..*.....*\n...*..****\n**.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.\n..*....***\n...*......\n.........*\n***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*..*\n.*...\n.*...\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n***..\n**.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n.**..\n.*.**\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***.\n..*......\n.**....**\n......*..\n.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.**....*.\n.**...***\n.**...**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.***\n*.**.****\n..*...**.\n*..*.*.*.\n*.***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.****\n*.***\n**.*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n*....\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.***.*\n*...**\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.....\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.......**....\n.*.....****..\n........*.**.\n*...*...***..\n.........**..\n.....**..*...\n.....***.....\n......*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.......*.....\n..........**.\n...........*.\n........*....\n.....*.......\n.....*.****..\n.......*.....\n.....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.......*.....\n..........**.\n...........*.\n........*....\n.....*.......\n.....*.****..\n.......*.....\n.....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*....\n.....\n...*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*...*\n*....\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n....*\n*..**\n.....\n..*..\n.....\n**...\n.**..\n***..\n.**..\n...*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...**\n...*.\n.....\n.*...\n***..\n.....\n*..*.\n*..*.\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n*..**\n...**\n.....\n.*...\n***..\n.....\n*..*.\n*..*.\n...**\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********.\n********.*\n********.*\n*******.**\n**********\n****.**.**\n*********.\n*********.\n*.*.******\n********.*\n```\n\n\n## Output without wrap\n\n```\n*.......*.\n.........*\n.........*\n..........\n..........\n..........\n..........\n..........\n.........*\n*.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*.****\n**.***\n*.****\n******\n****.*\n******\n******\n***.**\n******\n.*****\n*.***.\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.....\n......\n......\n......\n......\n......\n......\n......\n......\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**....\n...*..........\n..*...****....\n..*...**......\n```\n\n\n## Output without wrap\n\n```\n..............\n..**..........\n..**...*......\n.......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..*......\n.*..*...*.....\n.*..*..*......\n.*..*.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...****...\n....**....\n..........\n..........\n..*......*\n...******.\n....*...*.\n.***.*....\n..*...*...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n....**....\n...*..*...\n..........\n..........\n....****..\n...*.....*\n...*.....*\n........**\n.*..*.....\n.*........\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n...*..*...\n..........\n..........\n....****..\n...*.....*\n...*.....*\n........**\n.*..*.....\n.*........\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n.........\n..*......\n.*.*.....\n...**....\n..**.*...\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..*......\n...**....\n.........\n..*..*...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n.........\n..*......\n...**....\n.........\n..*..*...\n...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**...*\n.**..*\n.**...\n*.*...\n......\n..*...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***.**\n......\n*..*..\n..*...\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.**.**\n.....*\n...*..\n..*...\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.***\n.****\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n**...*\n.*....\n.*...*\n.....*\n**.*.*\n.*.*.*\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*.*...\n*.**..\n*.....\n*.*...\n......\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n....**\n..****\n......\n.**...\n.*..**\n.**..*\n***...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n.*.*\n.*.*\n...*\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n**.*\n...*\n..**\n****\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n.*.**..*\n.*******\n*.******\n*******.\n********\n```\n\n\n## Output without wrap\n\n```\n......*.\n**....*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n.*........\n..**......\n..........\n..........\n..........\n..***.....\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..**......\n..........\n..........\n..**......\n....*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..**......\n..**......\n..........\n..........\n..**......\n..*.*.....\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*...\n.**.*.\n*.....\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n.*..*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n.*..*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n*.*.\n*.*.\n*...\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*...\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*...\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n..**...\n.....*.\n*...***\n.......\n*..*...\n.......\n***...*\n...***.\n*.....*\n..**..*\n.....*.\n...**..\n*...***\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n...*.**\n....***\n....**.\n.......\n*.*....\n.*****.\n*.*****\n..*...*\n.....**\n..*..*.\n...*..*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*******\n..*....\n...*.*.\n....***\n*...**.\n.......\n..*...*\n*******\n..****.\n*.*...*\n*....**\n..*..*.\n...*...\n*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n...***\n...***\n..***.\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*..*\n......\n..*..*\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*..*\n......\n..*..*\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n..*..*.\n..**.*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n..*..*.\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*.*....\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n***.\n*.**\n....\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*.**\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.****.\n......\n.****.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*..*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...*..\n**...**...\n.*...*...*\n*.***...**\n.*.....*..\n.*...****.\n**..***..*\n```\n\n\n## Output without wrap\n\n```\n*.*...*...\n*...***...\n...*.**.**\n*.***...**\n**.***...*\n.**.*...*.\n**..*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*..\n....***..*\n...*.**.*.\n..***...**\n.*.***....\n.**.*...**\n...**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....*.\n.**.......*\n*.**.....*.\n***....****\n.**.......*\n```\n\n\n## Output without wrap\n\n```\n..*........\n.*.*.......\n..........*\n*..........\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*.\n*........*.\n.........**\n...........\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n*.....**.\n......**.\n.........\n.........\n.........\n.........\n.*.......\n.**......\n.........\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....*...\n.........\n.........\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.....*..*\n.......**\n.......*.\n.........\n.........\n.........\n.**......\n.**......\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n.*.*\n*..*\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n****\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..**.........\n.***.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..*..........\n**.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n...*\n*.**\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n.***\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n***.\n..*.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n.....**\n..*...*\n```\n\n\n## Output without wrap\n\n```\n..*****\n..**...\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*.***\n.*.******.*\n*...*****..\n**.*.**.***\n.*.***.*.**\n*..*.***.**\n****.*.*..*\n.***..**..*\n```\n\n\n## Output without wrap\n\n```\n*****.*.*.*\n.***......*\n*.........*\n**.*......*\n.*.*.......\n*......*...\n*....*....*\n*..**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.***.......\n...........\n.*.*.......\n.*.*.......\n.......*...\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*...*\n*..***\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.*.*\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*\n...***.\n..**...\n..*.*..\n.**.**.\n*..*...\n...**.*\n...*...\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n.*....*\n...*..*\n.**...*\n.*****.\n.*...*.\n..*.*..\n..*.*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n.**...*\n.****..\n*.....*\n***.**.\n..*.*..\n..**...\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*..\n.......*.\n........*\n*........\n.........\n.*.*..**.\n...*..**.\n.*.....*.\n..**..*..\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......*.\n......*.*\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.......*.\n.........\n.........\n.........\n.......*.\n......*.*\n.......*.\n..**.***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**.\n*.....*..*\n*.....*.*.\n..........\n......*..*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n**....*..*\n.......*..\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***.\n**....*...\n*......*..\n.......*.*\n.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*******\n*..**.**\n********\n.**..***\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n***\n*..\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.**\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.**\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..\n*.*..*.*\n.**.*.*.\n...*..*.\n...*..**\n...**...\n***..*.*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n..*.*..*\n.**...**\n.*......\n.......*\n.*.....*\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n*.*...*.\n*.......\n.......*\n........\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*..***\n......\n******\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*...*.\n*....*\n*....*\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*..*\n.***\n.**.\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n**.*\n**.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n*****\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n..*..*\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.**..*\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*\n*.**.**\n......*\n.....**\n.....*.\n*....**\n*...**.\n.....**\n..**...\n...**.*\n*.*.*.*\n..*****\n```\n\n\n## Output without wrap\n\n```\n..**.**\n..*...*\n...**..\n....**.\n......*\n.....*.\n....*.*\n..**.**\n..**..*\n.*...*.\n*......\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...**..\n...**.*\n....***\n*....*.\n**....*\n*...**.\n*.**.**\n.***...\n.....**\n..**.**\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n.....*\n..****\n.*...*\n..*...\n**...*\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n...*.*\n..*.*.\n.*.**.\n*..**.\n.***.*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n**..*.\n**.*..\n..*.**\n.*.*.*\n...*..\n******\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***\n.......*.*\n*.....*...\n*.....*...\n.........*\n......***.\n..........\n..........\n..........\n.....**...\n*...*..*.*\n....*..**.\n*....***..\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n......**.*\n......**..\n..........\n......*.*.\n.......**.\n.......*..\n..........\n..........\n.....**...\n....*..*..\n....*.....\n.....*....\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.*\n*.....**.*\n*.....**.*\n*........*\n......*.**\n.......**.\n.......*..\n..........\n..........\n.....**...\n....*..*.*\n*...*.....\n.....*...*\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n*....**\n*******\n.*****.\n*...*..\n***....\n****...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....*.\n.....*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n....*..\n.......\n.....**\n*....**\n....*..\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*.*\n..*.*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*..**\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..*.......\n***.......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..*.......\n.**.......\n.*........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..*.......\n.**.......\n.*........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.*...\n***.*\n*****\n****.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n....*\n....*\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...***\n**..*.*.\n*.****.*\n*.****..\n*..**.**\n.*..*...\n........\n.***....\n*.**..**\n.*......\n**......\n```\n\n\n## Output without wrap\n\n```\n**...***\n*.......\n*.......\n*......*\n*.....*.\n...***..\n.*.*....\n.*.*....\n*..*....\n........\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.\n........\n........\n........\n*.....**\n*..***.*\n.*.*....\n**.*...*\n*..*...*\n........\n.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n.******\n**.****\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.......*.\n.........\n.........\n...*.....\n.........\n.*.......\n.........\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..****\n*****.**\n*.****.*\n*****.**\n*******.\n***.***.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.*..*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n*..*.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..\n..*..*..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n.....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n...*...*\n...*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*.....\n.....*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n*....*\n**...*\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n...**.\n***..*\n..****\n..*..*\n....**\n*...*.\n....*.\n***.**\n..**..\n....**\n```\n\n\n## Output without wrap\n\n```\n..**..\n.....*\n.*...*\n.....*\n..*...\n...***\n...**.\n*...*.\n.**.**\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n**....\n......\n*.*...\n*..**.\n...**.\n....*.\n***.**\n..*...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n.*.*..\n..*...\n......\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n**.\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*..**\n.....\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n....*\n*****\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.*.\n*.*.\n..*.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n..*.\n..*.\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**...*\n*.****\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n****.*\n..**.*\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n..**..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**...*\n.**..*....\n.....*...*\n**......*.\n*.*.......\n.**...**.*\n*........*\n..........\n...*....*.\n...*......\n```\n\n\n## Output without wrap\n\n```\n.*...**...\n*....**...\n*..*......\n*.*.......\n*.*....**.\n*.*.....**\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...\n*....**...\n...*.....*\n***.....**\n*.*....**.\n..*.......\n.*........\n........**\n..........\n.****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n***\n***\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n*...*\n*....\n.*..*\n*....\n....*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n*..**\n.*..*\n.*..*\n.*.*.\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........***\n..........*..\n.........**..\n*.......*..**\n*..**...*..**\n*****...*.*..\n........***..\n..........*..\n......****...\n........*....\n*.........*..\n```\n\n\n## Output without wrap\n\n```\n..........**.\n.............\n.........**..\n........*...*\n*...*..**.*.*\n***.*..**.*..\n.***....*.**.\n..........*..\n.......***...\n........*....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.*\n.............\n.........**.*\n*.......*....\n....*..**.*..\n***.*..**.*..\n.***....*.**.\n..........*..\n.......***...\n........*....\n.........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n...*..\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n.***..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n.*.*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..*\n..**.**.\n..**....\n..**.**.\n```\n\n\n## Output without wrap\n\n```\n..*.***.\n.*...**.\n.*......\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n.*...**.\n.*......\n.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...*\n.***.*..\n**.*.*..\n....*...\n....*.**\n*....*.*\n........\n**......\n*.*.....\n.**....*\n*.*....*\n***.....\n*.***..*\n```\n\n\n## Output without wrap\n\n```\n........\n..**.*..\n..**.**.\n..**..**\n...**..*\n.....*.*\n**......\n..*.....\n*.**....\n*.**....\n*.**....\n*.**....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.....*..\n.***.*..\n..**....\n.*.**...\n.*...*..\n.*....**\n.**....*\n..**...*\n*.**..**\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n.....*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n*....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*.*...\n.*.***\n.*.*.*\n*..*.*\n*.*...\n.**...\n.*.**.\n.*...*\n....**\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n**.*.*\n**.*.*\n*..*..\n*.**..\n*.....\n**.**.\n..**.*\n.....*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n.*.*.*\n.*.*..\n...*.*\n*.**.*\n*.....\n.*.**.\n..**.*\n.....*\n*..*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n**....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n*.*\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.....\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..*.\n*...\n..*.\n....\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n........**..\n........**..\n.........**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n........**..\n............\n........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n........**..\n............\n........***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.**....\n.**....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.**....\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n.**....\n.**....\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n**..*.\n*****.\n.**.**\n*.**.*\n***.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n.*..**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..**\n....*.**.\n......***\n**...*.**\n*...*.***\n```\n\n\n## Output without wrap\n\n```\n...*.****\n...*.....\n.........\n**...*...\n**...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*....\n*..*.....\n.........\n.*...*...\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n*...\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n******\n******\n******\n.*****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n...*.....\n.....*...\n...*.....\n...*.....\n.........\n......*..\n.........\n*........\n..*....*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....*....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n*...\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...\n............\n............\n...*....**..\n....*.**.**.\n...****.*...\n*..*.*.**...\n*...*****..*\n....*..*.*..\n....**..**..\n*..**....***\n*..........*\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n........**..\n.......****.\n.......**.*.\n............\n..***.......\n..***...**..\n....*....**.\n...*.*..*...\n....**....*.\n....*.....*.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n........**..\n.......****.\n.......**.*.\n..........**\n*.***......*\n*.***...**..\n*...*....*..\n...*.*..*..*\n*...**.....*\n....*.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***..\n******.*.\n**.******\n*****.*..\n**.***...\n*...**.**\n.***.*.**\n...******\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n*.....*..\n........*\n........*\n.........\n.......*.\n*......**\n.**......\n*........\n..**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.***\n**..*...*\n..**.**..\n..**..*..\n***.....*\n```\n\n\n## Output without wrap\n\n```\n**...*.**\n*...*...*\n.....***.\n....****.\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n....*....\n*....***.\n*...****.\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.*....\n....**\n...*.*\n...*.*\n**...*\n.....*\n***.*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n....**\n...*.*\n..*..*\n.....*\n..*.**\n.**.**\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n*..*..\n*...**\n*..*.*\n..*..*\n.....*\n..*.*.\n***.*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......*..\n..........***\n......**...*.\n*..........**\n***..........\n**...*.......\n*...**.......\n.....*...**..\n.........**..\n```\n\n\n## Output without wrap\n\n```\n...........*.\n...........*.\n............*\n.............\n.*.*.........\n..*.*.*......\n.*....*......\n....*.*..**..\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.\n.............\n*..........*.\n.*..........*\n.*.*........*\n*.*.*.*......\n**....*......\n....*.*...*..\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.**\n***.*...*\n*..****.*\n```\n\n\n## Output without wrap\n\n```\n.......**\n.**..**.*\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n.*.*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*...\n....*....\n.....*...\n......*..\n....*....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n.....*...\n.....*...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n.....*...\n.....*...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n...**\n.....\n...**\n..***\n...*.\n..**.\n....*\n```\n\n\n## Output without wrap\n\n```\n....*\n...**\n.....\n..*.*\n..*..\n.....\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..**\n.....\n..*.*\n..*..\n.....\n..***\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n*...\n.**.\n....\n....\n....\n....\n*.*.\n..*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n.*..\n....\n....\n....\n....\n..*.\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*.**\n.*..\n....\n....\n....\n....\n..*.\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n.**\n**.\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n...\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.*.\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n...**\n...*.\n**...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n....*\n*....\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n*....\n.....\n.....\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..*.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*....\n***...\n......\n..*...\n..***.\n...**.\n**..**\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n.**...\n..**..\n.**...\n.***..\n.**...\n.*.**.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.**...\n..**..\n.**...\n..**..\n..*...\n...*..\n..***.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*.*.*\n.*....\n*.*.*.\n..*.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n...*..\n.**.**\n.****.\n..*..*\n.**.**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*..**.\n.***..\n***..*\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...\n.......\n...*...\n*...**.\n..*..**\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n....*..\n...****\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*\n..*....\n....*..\n...***.\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*****..\n....*...**..\n..****.**...\n**....*...*.\n**.*...*.***\n..***.*.*.*.\n....***..*..\n```\n\n\n## Output without wrap\n\n```\n.....***.*..\n............\n.********...\n*....**...**\n*..******..*\n.**...*.*..*\n....*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n............\n.********...\n.....**...*.\n...******...\n***...*.*...\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n***..*\n*..***\n....**\n.*....\n*..*..\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.**.*\n*.**..\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..**..\n..**..\n...*..\n*...**\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..*.\n...**.*...**\n...*..**..**\n..*..*......\n*..*.....**.\n***....*****\n*..*........\n.***.......*\n..*...*.....\n***....*..*.\n```\n\n\n## Output without wrap\n\n```\n.....***..**\n...**....*..\n..**..**..**\n..***.*..*.*\n*..*.......*\n*.**....*..*\n*..*....**.*\n.*.*........\n*...........\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.***.**.\n...**....*..\n..**..**..**\n..***.*..*..\n*..*........\n..**....*...\n...*....**..\n**.*........\n...........*\n.**....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n**.*.*\n.*.*.*\n.*....\n***...\n```\n\n\n## Output without wrap\n\n```\n*****.\n*..**.\n**....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n....**\n......\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n.*.....*\n........\n..*.*...\n..*.*...\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.**\n**.****.\n********\n**.*****\n******.*\n**..****\n*.******\n..******\n```\n\n\n## Output without wrap\n\n```\n****..**\n........\n........\n........\n........\n........\n*.......\n.**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.***.\n..**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n..*..\n..*..\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...*.\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n......\n..*...\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**..\n*....*..\n**.**...\n....**..\n.....*..\n**.*..**\n**..*...\n.**.....\n```\n\n\n## Output without wrap\n\n```\n....**..\n*.*..*..\n***.....\n..*.....\n.***....\n.******.\n...***..\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*.\n*....*.*\n***.....\n.**...**\n****...*\n.*****.*\n..**....\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*..*.\n**.*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..**\n**.**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*..*.\n**.*.\n*..*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n..***.\n......\n......\n***...\n*..**.\n....**\n**.**.\n.**...\n..**..\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**.**\n...*..\n.*....\n****..\n*.****\n***..*\n**.***\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.**.**\n...*..\n.*....\n****.*\n*.***.\n.**...\n**.**.\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*.*.*\n.*.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*.*\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*..\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n......\n......\n......\n......\n**....\n......\n*...**\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n***.*.\n.*.*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n......\n......\n......\n***...\n**.**.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..***..\n.......\n...**..\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n..*....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n..*....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n*****.**\n*.******\n.*******\n*******.\n.***.***\n********\n********\n******.*\n******.*\n********\n.*****.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n...*\n*.**\n*..*\n**..\n***.\n.*..\n**..\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n**.*\n.*.*\n....\n....\n..*.\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n....\n..**\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.*..\n*..*.\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.*..\n.*.*.\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n.*..*\n.*..*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n.****...\n........\n.****.*.\n......*.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n..**....\n..***...\n........\n..*..**.\n..*.**..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.\n..*..*..\n........\n..*..**.\n..*...*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n....***.\n........\n........\n........\n*.......\n*.......\n.*......\n*.......\n*....*..\n```\n\n\n## Output without wrap\n\n```\n......**\n.....***\n.....*..\n........\n........\n........\n**......\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n.....***\n.....*..\n........\n........\n........\n**......\n**......\n**......\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n..***....\n...**....\n.........\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n...**....\n..*..*...\n...*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n..*..*...\n...*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n****.*\n.*.***\n....*.\n...**.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n**....\n.**.*.\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n..*.\n**..\n....\n*...\n.***\n.**.\n..**\n..**\n..**\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n..*.\n*...\n..*.\n.**.\n....\n....\n....\n.*..\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*.**\n..**\n....\n....\n.*.*\n....\n**..\n**..\n....\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n*..*......\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n........\n........\n..*...*.\n........\n........\n**..*...\n.*......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n....**......\n...***......\n...**.......\n```\n\n\n## Output without wrap\n\n```\n............\n...*.*......\n............\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*......\n...*.*......\n............\n...*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..\n**.......\n.........\n..*.**.*.\n..*.**.*.\n.*.***.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n***......\n.........\n.**......\n.**..**..\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****..\n**.***...\n.........\n***......\n***...***\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n...*.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n.....\n*..**\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n***\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n..*.\n....\n....\n*...\n....\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*.\n*****.*.\n*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n*..*.*..\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n**...**.\n**...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n*....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**..*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n***.**\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*.*...\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n....***\n.**..*.\n.**....\n......*\n*....**\n......*\n*..*.*.\n...*.**\n```\n\n\n## Output without wrap\n\n```\n....*.*\n..***.*\n.******\n.**....\n.*...**\n.....**\n....*.*\n.....*.\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*.***.*\n*******\n***....\n.*...**\n*....*.\n....*..\n*....*.\n*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*..\n***\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n***\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.\n***..***\n*.****..\n..**....\n......**\n*..*....\n.***....\n.**.....\n..*.....\n..**....\n****....\n.**.....\n..***...\n```\n\n\n## Output without wrap\n\n```\n........\n**..*.*.\n*....*..\n.******.\n...**...\n.*.**...\n..*.....\n........\n........\n........\n........\n*.**....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n**...*.*\n.*****.*\n...**...\n.*.**..*\n***....*\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...*.*\n*.**.*...**\n**.**.****.\n.***..****.\n*.*....*..*\n.**....****\n```\n\n\n## Output without wrap\n\n```\n*****.....*\n.....**...*\n*..........\n....**....*\n*.........*\n.**....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*...\n.....**....\n...........\n....**.....\n...........\n..**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n**..*\n**...\n.....\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n*....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n*..**\n....*\n.*..*\n.*..*\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n..*.*\n....*\n..*..\n..***\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.***.\n.***.\n...**\n*.***\n..*..\n*..**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..*\n.***...**.\n..*.......\n..**......\n***.*...*.\n***.**....\n.....**..*\n**.***...*\n*.*....*..\n```\n\n\n## Output without wrap\n\n```\n.*.*...**.\n.*.*...**.\n..*.......\n..........\n.*.***....\n.*.**.*...\n*.....**..\n*....*....\n*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.***...**.\n***.....**\n..........\n...***....\n*..**.*..*\n**....****\n**......**\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n....*.\n....*.\n*...*.\n...*..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...***\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...***\n...**.\n...***\n...**.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n*....*\n*..***\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*..*\n**...*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.*.\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****.\n*.***.*.\n**.*..*.\n**.****.\n**.****.\n*.*..*..\n```\n\n\n## Output without wrap\n\n```\n..*...*.\n*.....**\n......**\n.......*\n........\n*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*.....*.\n......*.\n........\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n..*..*\n.*...*\n.*..*.\n.***..\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..**.*\n.**.**\n**.**.\n.***..\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n*.**.*\n.**.**\n.*.**.\n.***..\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n....*.**.\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n......**.\n...**.**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..\n...**.**.\n...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n.**.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..\n..*.**.\n..*.*.*\n....*.*\n..**..*\n.......\n.......\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n..****.\n.**....\n....*.*\n..*.*.*\n...*.*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n....*.*\n*.*.*.*\n...*.*.\n.......\n.......\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..******\n.**......*\n.******.*.\n...*..*...\n.....*....\n......*...\n*....*...*\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n.*....****\n*.*.*....*\n....**.**.\n..........\n....*.....\n....*..*..\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.*\n.*.......*\n*...**.**.\n..........\n....*.....\n....*..*..\n.....*.*..\n.*..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n..*..\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n*****.\n*.**.*\n******\n***.**\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***\n..****.\n****.*.\n.******\n```\n\n\n## Output without wrap\n\n```\n.**...*\n*......\n*......\n*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*....*\n.......*...*\n....*..*...*\n.....**...*.\n............\n..........**\n*.......**..\n.*......*...\n......*.****\n```\n\n\n## Output without wrap\n\n```\n............\n.....***..**\n.....*.*..**\n.....**.....\n..........**\n.........**.\n........***.\n............\n.......****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**.*\n.....***..**\n.....*.*..**\n.....**.....\n..........**\n.........***\n*.......****\n*..........*\n.....*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........\n***.......\n.**.....*.\n..........\n.........*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*........*\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n****.\n.....\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.**..\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n.**..\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...*..\n......\n......\n......\n......\n......\n..*...\n..*...\n..*...\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..*...\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n......\n......\n......\n......\n......\n..*...\n..*...\n..*...\n......\n...*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*...**\n......\n......\n......\n......\n**....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*....*\n.....*\n......\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n*.......*\n.........\n.........\n*....*..*\n**...*.**\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**....***\n**..**.**\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*.......*\n.........\n.........\n.*....**.\n.*..**.*.\n*.....*.*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n..**.\n.***.\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.*.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n.*.*.\n*****\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n..**.....\n..*.*....\n**.*...**\n.*.*.**..\n*......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...*.....\n.*..***..\n****..**.\n***.*....\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.........\n.........\n...*.....\n....***..\n.***..*..\n.**.*....\n*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*......*\n.*.....*\n.**...*.\n*.....*.\n......**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n***...**\n***...**\n.*...**.\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n.**...**\n.**...*.\n**...**.\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.....**\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*..***..\n.*.*..*....**.\n.....*...*..*.\n.**........**.\n```\n\n\n## Output without wrap\n\n```\n...*.*....***.\n.***.*...*..**\n.....*....*..*\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***........\n.*****......*.\n.*.*.*...***..\n.**.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n**.***\n******\n**.***\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.*...**\n..*.**.\n...*.**\n......*\n*..*...\n.*.*...\n.**....\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*.****\n..**...\n...*..*\n....***\n..*....\n**.*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.****\n*.**...\n...*..*\n*...***\n*.*....\n**.*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n**........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n**........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n**........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...*.\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n....\n....\n*..*\n*..*\n*..*\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n****\n.**.\n*...\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.**\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n..**\n*.**\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n...****..\n...*.*...\n...*.*...\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n..**.**..\n..**.....\n..**.**..\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..\n..**.**..\n..**.....\n..**.**..\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*\n..*.***\n...*...\n......*\n```\n\n\n## Output without wrap\n\n```\n...**.*\n....*.*\n...**.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..\n*...*.*\n...**.*\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n...\n*.*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n*..\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n**.\n...\n*.*\n**.\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*......\n..*..*.......\n...**........\n.............\n.............\n.............\n.............\n*...........*\n.*...........\n.*..***.....*\n...*.........\n```\n\n\n## Output without wrap\n\n```\n.............\n....**.......\n...***.......\n.............\n.............\n.............\n.............\n.............\n.*..**.......\n.*.*..*......\n...***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n..*..*.......\n...***.......\n.............\n.............\n.............\n.............\n*............\n.*..**......*\n*.*...*......\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n*.*....*\n........\n...*.*.*\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n.*....*.\n*.....**\n*.......\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n..**..\n......\n......\n......\n*.....\n.***..\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n*.*...\n*..*..\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n......\n......\n......\n*.*...\n*..*..\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n..***\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n****.*\n***.*.\n*..***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n..*...\n*.**.*\n.*.*.*\n..*...\n**.*..\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...**.\n...*..\n*.....\n.**..*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n***...\n...*..\n...*.*\n......\n**....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.......**\n...**....\n..*.*....\n.**.**...\n.*.*.*...\n......**.\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n..**.....\n.****....\n**..*....\n..*.***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n.........\n..**.....\n.****....\n**..*....\n..*.**...\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n**......*\n**.....*.\n**....*.*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n..*....**\n.*.....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*........\n**......*\n.**....*.\n**.....**\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..*.***.\n...*..........\n..*...**..*...\n..*...*.**....\n...*..*.......\n....**........\n..............\n*............*\n.***..........\n............*.\n..**.......*..\n**.........*..\n*.....***.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.*...*...\n..*......**...\n..............\n.........*....\n..*....**.....\n...****.......\n..............\n.**...........\n*.............\n*.............\n..........*.*.\n..........*...\n*.*.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......*..*\n..*.......**..\n..............\n.........*....\n..*....**.....\n...****.......\n.*............\n..*..........*\n.............*\n............**\n..........*...\n..*....****...\n*...*...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..*.\n.*.*\n...*\n....\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n..*.\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n.*..\n..*.\n..*.\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n...**\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.*..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.\n..*..***.\n.***.***.\n*.*....**\n..*...*..\n*........\n**...*.*.\n*****.*..\n***......\n...*.*.*.\n*......**\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*..*...\n....**...\n.....**..\n......**.\n....*.**.\n...*...*.\n...*...*.\n.*.*.....\n.*......*\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n**...*...\n*...**...\n**...**..\n.*....**.\n*...*.*.*\n...*.....\n...*.....\n...*....*\n.*...****\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*...\n.....***..\n......*...\n*....***..\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.....*.*..\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n.....*.*..\n..........\n**...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n*.**.*\n.**..*\n..*...\n.....*\n*..*..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**..\n.***..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n..**.*\n.*****\n**...*\n......\n**.**.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****.\n..*.*.*.\n..*.**..\n```\n\n\n## Output without wrap\n\n```\n...**.*.\n..*...*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n..*...*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*..*.\n....*\n.*...\n.....\n.**..\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n*.*..\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n*...*\n**...\n.**..\n*.*..\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n.....\n.****\n.....\n..**.\n.....\n.....\n...*.\n**.*.\n**...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n.****\n..**.\n.....\n.....\n.....\n.*...\n.*...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n..**.\n.****\n..**.\n.....\n.....\n.....\n**...\n**...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....**..*..\n.....*****.*..\n.....*....**..\n......****..*.\n.....*.*....*.\n.*....****..**\n*.......***..*\n........*.***.\n.......****...\n......*..**...\n```\n\n\n## Output without wrap\n\n```\n.........**...\n.....*...*.**.\n.....*.....**.\n.....*.****.*.\n.....*.....**.\n......*...****\n.............*\n............*.\n.......*......\n.......*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....*..\n.....*...*.**.\n.....*.....**.\n.....*.****.*.\n.....*.....**.\n......*...***.\n*.............\n............**\n.......*......\n......*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n.**.*\n...**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n****.\n***.*\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.**.*\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n......\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n.**...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*.*\n***.\n*.**\n***.\n***.\n.***\n.*..\n.**.\n*..*\n*.**\n****\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n*...\n...*\n....\n....\n...*\n*..*\n***.\n*..*\n*...\n*...\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n...*\n...*\n.***\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*.**.*\n..**..\n.**..*\n.*.***\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n*.*..*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...*.\n....**\n....**\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..*...\n..**..\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*..*\n**..\n....\n.*..\n..*.\n*.**\n...*\n....\n.**.\n...*\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n**..\n**..\n....\n..**\n.***\n..**\n..*.\n..*.\n...*\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n**.*\n**..\n....\n*.*.\n***.\n*.**\n..*.\n..*.\n*..*\n.*.*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..*...*.\n.*...*..*..**.\n.*...*..*...*.\n```\n\n\n## Output without wrap\n\n```\n...........**.\n***.******.***\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.******..**\n***.******.***\n***.******..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n**.**.\n*.***.\n***..*\n**..**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n******\n......\n.....*\n.....*\n..****\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.**\n*.*\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.**\n....*.**\n..**.**.\n.....**.\n*...**.*\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n..***...\n...*....\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n*****...\n..***...\n...*....\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*.\n........\n........\n..*.*...\n..*.*...\n.****.*.\n.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....*...\n.*..*...\n.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n........\n....*...\n.*..*...\n.*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n........\n*......*\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n...*.\n.*..*\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**..*\n**.**\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n......*..\n..***....\n..*...**.\n*..*....*\n.***.**..\n......***\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n..**.***.\n.**.*..*.\n...***...\n.******.*\n..*..*..*\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n....**...\n..**.***.\n.**.*..**\n*..***..*\n.******..\n*.*..*..*\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n...*\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*.**\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n..*..\n***..\n**..*\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n....\n....\n....\n....\n....\n....\n.*.*\n*...\n..**\n.**.\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n....\n....\n....\n....\n....\n.*.*\n..**\n....\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n....\n....\n....\n....\n....\n*...\n**..\n*.**\n*...\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n.**.*.\n..****\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n.*..*.\n..*..*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*..*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n....*.....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n.....\n.....\n..**.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.....\n.....\n.....\n..***\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n.**\n*.*\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*..\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n.....\n*....\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n**..*\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.**....\n..*....\n.......\n..*....\n..*...*\n**....*\n.*.....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.**....\n.......\n.......\n..*....\n*..*...\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n...*...\n.**....\n.......\n.......\n***....\n...*...\n..*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*..*\n....**\n....**\n.*....\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.....*\n*..*..\n*...**\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.*\n****.*...\n*********\n*******.*\n********.\n*****.***\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n....*..\n.......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n....**.\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.******.\n*******.**.***\n*.*.**********\n*****..***.***\n**..****.****.\n*.***.*****..*\n*..**.*.**.***\n*******.**.***\n.***.******.*.\n*..*..***..***\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n.*............\n*.............\n..............\n....*......**.\n....*......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n.......*\n*..*****\n.*.*...*\n*****..*\n..*..***\n```\n\n\n## Output without wrap\n\n```\n........\n.......*\n..****.*\n.......*\n*...**.*\n..*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*\n*......*\n..****..\n........\n....**..\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n...*\n*...\n*.*.\n**..\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n.*..\n*...\n...*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n**..\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*..\n**...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*.*.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*.*\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**.*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n***..\n.....\n.....\n...**\n..*.*\n.....\n.....\n.....\n.....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n...**\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n.*...\n.....\n...**\n....*\n.....\n.....\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n*..\n.*.\n.**\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n***\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n.**\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..\n*.*..*.*\n.**.**.*\n```\n\n\n## Output without wrap\n\n```\n**....*.\n*.**.*..\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n..**.*.*\n..****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n****.*\n*..***\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.*.*\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n...*.*\n......\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...*.\n..**.\n.....\n*..*.\n.....\n.**..\n.*...\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n..*.*\n..**.\n.*.*.\n.**..\n.....\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n..*..\n..*.*\n.*...\n.**..\n.....\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..*.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..**\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...**.*\n**.******....\n..*...*.*.*.*\n*.*..*......*\n..***..**....\n*********..**\n.*.***.......\n*......*...**\n.**.*..*.*.**\n.......*..**.\n****...**..*.\n```\n\n\n## Output without wrap\n\n```\n..***..***...\n.*.**.....*..\n..*.**.....*.\n...*.*.....*.\n.*...*..*.***\n.......***...\n........*..*.\n.....**.**.*.\n**.......***.\n*.*......**..\n.*....*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...*..\n.**.....*....\n..*.**.......\n**.*.*.......\n.*...*..*.**.\n.......***..*\n........*..**\n.....**.**...\n.........**..\n*..*.........\n*****......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*.....\n..*.*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n***...\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n...**.\n......\n**....\n*.*...\n.*.***\n```\n\n\n## Output without wrap\n\n```\n..**..\n..***.\n......\n**....\n*.***.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n..***.\n......\n**....\n..***.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......*\n*.........\n..........\n..........\n..........\n....**....\n*..*.*....\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n..........\n..........\n....**....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*.\n*........*\n..........\n..........\n..........\n...***....\n****.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*\n.*....*.\n.*****..\n...***..\n.*.*.*.*\n***..*.*\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n.*......\n***..**.\n.**..**.\n.*......\n***.*...\n*..*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...\n.*...***\n.**..***\n.*....**\n.**.*..*\n.....*.*\n....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n.*.\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n...\n***\n***\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....*.\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n...*\n....\n**.*\n.**.\n.**.\n.*..\n**..\n.*..\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n**..\n...*\n*...\n....\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..**\n**.*\n....\n*...\n....\n***.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n........\n........\n........\n........\n*.....**\n...**.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.....***\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.\n........\n........\n........\n.......*\n*....**.\n*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n*..\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**.**\n*..*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.......\n.**.*.**...\n.**.**..*..\n..**..*....\n..***.**...\n*.**.**...*\n**.*......*\n**.*.....*.\n..***...**.\n...**...***\n```\n\n\n## Output without wrap\n\n```\n...........\n...***.....\n......**...\n...........\n.....*.*...\n......***..\n......**..*\n........*.*\n.*......*.*\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...*.\n**..*.**..*\n......**...\n...........\n.....*.*...\n......***..\n......**.**\n........***\n**......*.*\n..*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*...*\n**.*.\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*...*\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n.....\n*...*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*...**\n...*.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n*...**\n*..*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....*....\n...**.*.*.*..\n......*......\n..*.*..*....*\n.*...........\n```\n\n\n## Output without wrap\n\n```\n..***..*.*...\n...***...*...\n....*.*......\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..*.*...\n...***...*...\n....*.*......\n.............\n**...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n..*......\n***......\n.........\n....*....\n....**...\n...*.*.**\n...***...\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*......\n.**......\n.*.......\n....**...\n...*.**..\n...*.....\n...*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n..*......\n.**......\n.*.......\n....**...\n...*.**..\n...*.....\n..*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n****\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.*.*\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n**..\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***..**.*\n****...*..***\n*............\n.*.....**...*\n..*.*...****.\n**.*.........\n*...*........\n**.......****\n..*......**..\n.**...*..***.\n*.**...*.**..\n```\n\n\n## Output without wrap\n\n```\n*.*****..**.*\n*.*****..**.*\n*......**...*\n.*.....**.**.\n*.**...*****.\n*****....**..\n..*.......**.\n**.......*.*.\n*.*.....*...*\n...........*.\n..**....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.....\n..*****..**..\n.......**....\n**.....**.***\n..**...******\n*****....**.*\n..*.......**.\n**.......*.**\n..*.....*....\n...........*.\n*.***..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n**...\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n**...\n.**.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n**....\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n***...\n***...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n.***\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*.*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n****\n*..*\n.***\n.***\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*..\n***\n...\n..*\n.**\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n**.\n..*\n.**\n.**\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n...\n***\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..****\n.....*\n..***.\n..**..\n.*....\n```\n\n\n## Output without wrap\n\n```\n..*..*\n..*..*\n.....*\n..*.*.\n.*..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n.....*\n..*.*.\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...*.\n..*..\n..*..\n.*...\n.**..\n..*..\n.....\n.**..\n**...\n**.**\n*.**.\n.*..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..**.\n.**..\n.*...\n.**..\n.**..\n.**..\n***..\n...*.\n...**\n*....\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...**\n..**.\n.**..\n.*...\n.**..\n.**..\n.**..\n***..\n...*.\n...*.\n.....\n.**..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n************\n.***********\n********.***\n.*..******.*\n************\n*******.**.*\n*******.****\n****.*******\n*.*****.****\n****..******\n****.*.*****\n*****.******\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n....***.....\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*.*\n.....*...*\n******...*\n.*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n...****.*.\n.........*\n**.*.**.**\n**.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...*\n.........*\n.*.*.**.**\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n****.\n**..*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n...**\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..***.\n*..**.\n*...**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n.**...\n**.*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*.**\n***...\n.*.*..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n...**\n.*.**\n***..\n...**\n.....\n...*.\n**.*.\n*.**.\n.**.*\n*.*.*\n...**\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n...**\n...*.\n**.**\n.*..*\n.**..\n*****\n*...*\n.*..*\n.**.*\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*...\n**...\n...**\n.*...\n.....\n.**..\n*****\n.....\n.....\n..*..\n**...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n****.*.\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n*....**\n*......\n.**.*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.**.*.*\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n.....***\n.....***\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.*\n**.***.*\n**.***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...*.....\n....****.\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n....*.*..\n....*.*..\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n....*.*..\n....*.*..\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**\n....*.*.\n....*.*.\n.*.*...*\n*..*....\n***.....\n*.......\n*.*.*..*\n**.....*\n...*....\n........\n.....**.\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n...**.**\n....*.*.\n...**.**\n..***...\n*..*....\n*.*.....\n*.**....\n*.......\n****....\n........\n........\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n....*.*.\n...**.**\n*.***..*\n...*...*\n*.*....*\n..**....\n........\n.***...*\n*.......\n........\n....***.\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*\n*.**...\n.***..*\n```\n\n\n## Output without wrap\n\n```\n*****..\n*...*..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n...*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*.**\n*.*.*.\n..*.**\n....*.\n....*.\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n..*...\n.*..**\n....*.\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..**\n*.*...\n.*..*.\n....*.\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.....\n**..**\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*...\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.**...*.\n....*..*..***\n**...**.*.*.*\n*..*****.*.*.\n.*..*.......*\n............*\n```\n\n\n## Output without wrap\n\n```\n...*.****.*.*\n......*.*.*.*\n**..........*\n*......****..\n..***..***..*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...***.*.*\n......*.*.*..\n...........*.\n.......******\n*.....****...\n*.*....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*\n.........\n.........\n**......*\n..*.****.\n...*.....\n..*.**...\n...*..**.\n..*..****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.*...***.\n.*******.\n..*......\n..*.***..\n..**....*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.*\n.........\n*........\n**...****\n*********\n..*......\n..*.***..\n..**....*\n****.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n....*.*.*.\n.**.*..**.\n*..*..*.*.\n..**.*.**.\n........*.\n...***....\n...**.....\n..*...*..*\n..........\n*........*\n```\n\n\n## Output without wrap\n\n```\n....**....\n..***.*.**\n..*.*.*.**\n.*....*...\n..***....*\n..*.....**\n..****.*..\n..***.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n..***.*.**\n..*.*.*...\n.*....*...\n..***...*.\n..*.....*.\n..****.*..\n..***.....\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n..*.*\n....*\n.....\n**..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*...\n.....\n...*.\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n...**\n.*...\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.....\n.....*\n.....*\n*....*\n...*..\n......\n..*...\n......\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....*.\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n....**\n*...**\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n****.\n.*.**\n*****\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n*....\n.....\n**...\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.*...\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n***\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n....*\n...*.\n..**.\n.*...\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.*..\n..*.*\n..*..\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n..**..*..\n.......*.\n.......*.\n.....****\n...***.*.\n.....*...\n....**...\n...*.....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.....\n......**.\n.........\n.....*..*\n.......**\n...*.....\n....**...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..**.....\n......**.\n.........\n.....*..*\n.......**\n...*.....\n....**...\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.*.\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n....*.\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.***\n****..***\n********.\n```\n\n\n## Output without wrap\n\n```\n*...***.*\n.........\n*...**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****....\n.**.*...\n......*.\n........\n.**.....\n.***....\n*.**....\n**......\n*..*....\n******.*\n*.**..**\n.**....*\n```\n\n\n## Output without wrap\n\n```\n*..*....\n*.......\n........\n........\n.*.*....\n*.......\n*..*....\n*..*....\n...*....\n*....*.*\n*....*.*\n.***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n........\n........\n.*.*....\n*.......\n*..*....\n*..*...*\n...*....\n.....*..\n.....*..\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*..*\n....*\n*****\n.*.*.\n.**..\n**...\n.****\n.*..*\n**.**\n.*.*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*...*\n**..*\n....*\n.....\n*....\n...**\n.....\n**.**\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n....*\n.....\n.*...\n.....\n.....\n....*\n...**\n.....\n.*.*.\n.*...\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..***\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n..*.*\n.....\n.....\n..*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*.**\n.....\n.....\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n......\n.*....\n......\n..*..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.\n**.*...\n..*.*..\n.*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n*....*.\n.*...*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.\n*......\n.*..*..\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..****.*.\n**..*..*..*..*\n*...*..****.*.\n*...**.*....**\n.*...*.*******\n**.....*......\n*.**..*.******\n.**..****....*\n***..**..**...\n*.***.........\n..*.**.**.**..\n```\n\n\n## Output without wrap\n\n```\n***.*********.\n**...**.....**\n..**.......***\n***.........*.\n.*..***...*...\n**...**.*....*\n....*.....****\n....*...*..*.*\n.......***....\n*......***....\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*..*....*.\n***...*.....*.\n****.......*.*\n..*...........\n....***...*...\n.....**.*...*.\n....*.....**..\n....*...*..**.\n.......***....\n...........**.\n*..*.****.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n***.**\n*****.\n***.**\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n.....*\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.*.**\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n*****\n.****\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.***.\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.**..\n...........\n........***\n**....*.***\n***.*.**..*\n..***.*.***\n..*....**.*\n..***.*...*\n***..*...**\n**.**....**\n...*......*\n.*..*..***.\n.*****..*..\n```\n\n\n## Output without wrap\n\n```\n...........\n.......**..\n.......**..\n.*...**....\n.*.**.**...\n......*..*.\n....*...*.*\n....*...*..\n...*...*...\n*.***......\n**.*....**.\n.....*.*..*\n.*****.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***..\n...........\n.......**..\n.....**....\n...**.**...\n*.....*....\n*...*...**.\n*...*...**.\n...*...*...\n..***......\n**.*....*..\n***.....*.*\n*....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n**..**..\n........\n........\n........\n**...**.\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n....**..\n........\n........\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n*.....\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n*..**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n....\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n****\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.....*\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....*.\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n**..\n*...\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n*...\n*...\n*...\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*\n...*..**.\n*..*..***\n.*..*.**.\n.....*.*.\n..*...**.\n*....**..\n.**..*...\n...*.**..\n```\n\n\n## Output without wrap\n\n```\n....**...\n..*......\n..*..*...\n....**...\n.........\n.......**\n.**...*..\n.**.*....\n.***.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.*...*...\n*.*..*..*\n**..**..*\n*......**\n.......**\n.**...***\n.*.....*.\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n****.*\n*.****\n******\n******\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.***\n........*\n.........\n.........\n..*......\n***......\n.**.....*\n**.....**\n....*****\n....*.*.*\n```\n\n\n## Output without wrap\n\n```\n.......**\n........*\n.........\n.........\n..*......\n*..*.....\n.......**\n***..*...\n....*....\n....*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.*\n........*\n.........\n.........\n..*......\n*..*.....\n.......*.\n.**..*...\n....*....\n*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**.**\n*.*.*\n*****\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n..*.*\n..*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........*\n............\n............\n*..........*\n.*..........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n............\n............\n*...........\n.*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n.**.\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n.*..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n.*..\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*.*\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...*.\n*.*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*****.\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.**..\n..**.\n..*.*\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.**.*\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.*...\n.....\n.**.*\n***.*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*.*\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n.*.*\n***.\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....**...\n......*..*.*.*\n.**.......**..\n*..*...*...*..\n...*.*.*....*.\n****..**....*.\n..**..***...*.\n.......****..*\n.**......**..*\n**..**...**..*\n*...*.*..**...\n**..*.*****...\n```\n\n\n## Output without wrap\n\n```\n.........**...\n.*.*.....*.**.\n.**........*..\n.*.**.*...***.\n*..*...**..**.\n.*...*.....***\n...*.......***\n.*.*..*...****\n***........***\n*.****..*..*..\n...**.*....*..\n**....***.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**....*..\n.*.*.....*.**.\n***........*..\n.*.**.*...***.\n*..*...**..**.\n.*...*.....**.\n*..*.......**.\n**.*..*...****\n.**........***\n..****..*..*.*\n...**.*....*..\n***.*.**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..**.\n.*...\n***..\n.*...\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n*..*.\n*.*..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..***\n*..*.\n*.*..\n***..\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*\n...*.**\n****...\n*..*.**\n.**..**\n```\n\n\n## Output without wrap\n\n```\n...**.*\n*.....*\n***....\n*..*..*\n.****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...*..\n..*..**\n..*.*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n.**.***\n**.****\n*******\n**.****\n***...*\n*.***.*\n*.**.**\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....*.\n.....*.\n**...*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....**\n.......\n.....**\n.......\n*...***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.......\n.......\n.......\n*...*..\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**...\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.....\n.....\n.....\n****.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n*....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n.....\n*..*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*..*.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*.****\n......\n......\n*.....\n******\n..**.*\n***.*.\n```\n\n\n## Output without wrap\n\n```\n..*..*\n..*..*\n...**.\n......\n*.***.\n*....*\n.....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n...***\n......\n*.***.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*..*..\n*.....\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**....\n******\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n**.*.*\n....**\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.****.\n*..*..\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****......\n.......*......\n**......*...**\n.....*..**....\n*....**.*...**\n*.............\n....*.......**\n*.****.....***\n.*.*..........\n*..***.......*\n```\n\n\n## Output without wrap\n\n```\n.....***......\n.....*.**.....\n.......***....\n**...**.**....\n.....*****....\n.....*........\n.*..**.....*.*\n.**..*.....*.*\n**...........*\n..***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*......\n*....*.**....*\n*......***...*\n.*...**.**....\n*....*****...*\n*....*........\n.*..**.....*..\n***..*.....*..\n.*............\n*.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****...*.\n..*.**....\n..*.*.*...\n*.****..**\n*..*.....*\n.....*....\n..****....\n*.*......*\n```\n\n\n## Output without wrap\n\n```\n.**.**....\n..........\n..*...*...\n..*..*..**\n.***.*..**\n..*..*....\n.*****....\n.**.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...*\n..........\n..*...*..*\n*.*..*..*.\n****.*..*.\n..*..*....\n.*****....\n*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..\n.**..*..\n.**..*..\n.**.**..\n```\n\n\n## Output without wrap\n\n```\n.*****..\n*.***.*.\n*.......\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....\n**......\n**.*....\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n**....\n*.....\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n**....\n*.*...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***..***..\n***********.**\n**************\n****.**.******\n****....*.**.*\n```\n\n\n## Output without wrap\n\n```\n............*.\n............*.\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n**.........*\n**....*.....\n......*.....\n....***.....\n...****.....\n............\n............\n.....*......\n.*..........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n**..........\n**..........\n......**....\n.......*....\n...*.**.....\n....**......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n*...........\n.*.........*\n............\n......**....\n.......*....\n...*.**.....\n....**......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n*.*.\n*..*\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*.**\n*...\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n*.*.\n.*.*\n*..*\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n**.\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*\n...*.**.\n..**.*.*\n*.******\n..*..***\n**.*..*.\n.**.*.**\n*...*...\n*..*.**.\n.*......\n```\n\n\n## Output without wrap\n\n```\n....***.\n.....*.*\n......*.\n........\n........\n.*.***..\n..*.*.**\n*.*.*..*\n**.***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..**.*..\n.*......\n**......\n........\n...***..\n.**.*...\n*.*.*.*.\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n....**\n.*.*.*\n......\n.*..**\n.*.***\n*.*...\n*.***.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n....**\n..**.*\n...*.*\n**.*.*\n*.*.*.\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*.*.\n.*..**\n.***.*\n**.*..\n**.**.\n*.*...\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n...*\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.*\n**....***\n..*...*.*\n```\n\n\n## Output without wrap\n\n```\n*.*...*.*\n*....**.*\n.*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..\n.....**..\n..*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n.*.\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*...*\n..**.\n..***\n.*.**\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n*.**.\n***..\n*.**.\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*.*..\n*.*..\n*.*..\n.**..\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..***....\n**.***...\n*...***..\n.*....***\n*.......*\n```\n\n\n## Output without wrap\n\n```\n..*......\n***......\n*..*.....\n..*....*.\n***....*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n***......\n*..*.....\n*.*......\n***......\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....**...\n.**..****.*..\n...*.*.......\n...*....*...*\n.......****..\n....**....*.*\n....*..***...\n**...*.**....\n.*..**.*.....\n```\n\n\n## Output without wrap\n\n```\n..*...*.**...\n.********....\n...*.*..**...\n....*..**....\n....*..**.*..\n....***...**.\n....*..*.*...\n**...*...*...\n**..**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***....*...\n.********....\n...*.*..**...\n....*..**....\n....*..**.*..\n....***...**.\n*...*..*.*...\n**...*...*...\n..*.**.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n....***\n....**.\n*.**..*\n*..*...\n*.....*\n*...***\n..**..*\n..*.***\n***.*..\n**.*..*\n..***..\n..****.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*..*\n.......\n.***.*.\n*.**...\n**..*.*\n.*.**.*\n.**....\n....*.*\n*...*.*\n*....*.\n.......\n.....*.\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*..*\n*......\n****.**\n..**...\n.*..*..\n.*.**..\n.**....\n....*.*\n....*..\n.....**\n*.....*\n.....*.\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*..**\n*....\n*...*\n.***.\n.****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.**.\n**.**\n*.**.\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n.*.*.\n*.***\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.*\n....*.***\n.....**..\n.*.*.*.**\n********.\n....*.*..\n.***.**..\n**..**.**\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n.....*.*.\n.........\n***......\n..*......\n.........\n...*.....\n*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n**......*\n.*.......\n.**.....*\n.**.....*\n........*\n****.....\n**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*....\n..*....*...\n..**.*.**..\n....*..*...\n.....**....\n```\n\n\n## Output without wrap\n\n```\n...........\n..*.*..**..\n..***..**..\n...**..**..\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***...\n..*.*..**..\n..***..**..\n...**..**..\n....****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*\n**..*..*\n.**....*\n....****\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n***.....\n....*.**\n*......*\n**.....*\n...**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.****\n......*.\n......**\n.....*.*\n*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....**.*..\n.*.*.*...*\n*.*..*..**\n*....*...*\n.*...*....\n.*........\n```\n\n\n## Output without wrap\n\n```\n.....*....\n..*****...\n.***...***\n*.*.......\n*...*.*.**\n**...*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..*****...\n.***...*..\n.**.....**\n....*.*...\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**\n*..*.....\n......*..\n........*\n..*...*..\n***...***\n.*.....*.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......*.\n.*....*.*\n*.**.....\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.\n.........\n........*\n.........\n.*....*.*\n*.**...*.\n..*...*..\n*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n...***\n.*...*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n...*.*\n.*...*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n...*.*\n...*.*\n.*....\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n**...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*.*..\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........\n*****....**\n*****.....*\n*..........\n...........\n```\n\n\n## Output without wrap\n\n```\n*.**.......\n....*....**\n....*....**\n*.**.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.......\n....*....*.\n....*....*.\n*.**......*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..*\n***.*****\n**.******\n****.****\n*****.**.\n****.*.**\n**.*****.\n*.*...***\n*******.*\n******..*\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***...\n.*.*..*..*\n.....**...\n**....****\n**.......*\n.*......*.\n**......**\n*..**.**.*\n*..**.*.*.\n```\n\n\n## Output without wrap\n\n```\n....***...\n.......*..\n***..*...*\n**...*****\n..*......*\n..*.....*.\n***......*\n*.***.*..*\n...**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*...\n*......*..\n.**..*....\n.*...****.\n..*.......\n..*.....*.\n.**.......\n..***.*...\n**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n***..\n.*.**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n***..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n*.***\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n....*\n...*.\n.*...\n**.*.\n*....\n.****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n*.*..\n..*..\n*..*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n.*..*\n..***\n..***\n**...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.....\n..*......*....\n......*.......\n.......*......\n**............\n..............\n.........*....\n.........*..*.\n........**.*..\n..*........*..\n.*....*....*..\n........**..*.\n.............*\n.......*.....*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........***...\n........**.**.\n.........*...*\n..........*..*\n..............\n............**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........***...\n........**.**.\n.........*...*\n..........*..*\n..............\n............**\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.**.....\n....*........\n...**..*.....\n.............\n....*.......*\n.............\n**...*.*.*...\n.*......*....\n*.*..*.......\n.*.*.......*.\n.......*.*...\n.*....*......\n```\n\n\n## Output without wrap\n\n```\n.....**......\n...**.*......\n.............\n...**........\n.............\n.............\n.*.....*.....\n*.*....*.....\n..**.........\n..**.........\n.**..........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n...**.**.....\n.............\n...**........\n.............\n**...........\n**.....*.....\n*.*....*.....\n..**.........\n..**.........\n.**..........\n.....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....**\n.****...**\n**.**.....\n```\n\n\n## Output without wrap\n\n```\n.*......**\n....*...**\n**..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n....*...*.\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n*.*\n**.\n...\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*.*\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n..*...**.\n..*...*..\n.*....*..\n.*.......\n*......*.\n```\n\n\n## Output without wrap\n\n```\n......*..\n.*...***.\n.**..**..\n.**......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*...***.\n.**..**..\n.**......\n**.......\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*.*\n.*.*\n**.*\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n**.*\n.*.*\n**.*\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*.*\n.*.*\n.*.*\n.*.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n...**\n...*.\n...*.\n...*.\n.....\n.....\n.*...\n*....\n...*.\n.****\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n..*..\n..*.*\n...*.\n.....\n.....\n.....\n.....\n.*.**\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n..*.*\n..*.*\n...*.\n.....\n.....\n.....\n.....\n**...\n***..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n***...*..*\n.........*\n..*....**.\n..*.......\n**.*...*.*\n....*.....\n```\n\n\n## Output without wrap\n\n```\n**........\n**......**\n.*.....*.*\n..**...**.\n.*.*......\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n*.......**\n.......*.*\n****...*..\n*..*....**\n...*....*.\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..*.\n***.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n****.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..**.\n*****\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..**\n...*\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n..**\n.*..\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*.**\n.*..\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*.*\n***.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n........\n........\n.....*..\n*.....*.\n*....**.\n*...**..\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......*.\n**..*.*.\n....***.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n......*.\n**..*.*.\n....****\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n....*\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n....*\n*..**\n*..*.\n***..\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n**..*\n...**\n*..**\n*...*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n*..*.\n...*.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.\n.*.*...\n..***..\n.**.*..\n**..*..\n.....*.\n*******\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n..***..\n..*..*.\n....*..\n*.*....\n****..*\n*.....*\n.***..*\n.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n....**.\n....*.*\n*.*....\n****.*.\n......*\n***....\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.*\n....*...*\n*........\n...*.*.*.\n...*.*.*.\n.*...**.*\n....*.*..\n*****.*..\n***.*.*.*\n...**..**\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n.........\n.........\n.........\n.....***.\n.........\n**....*..\n*.*...*.*\n.********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.***\n*...**.**\n*.......*\n*.......*\n.......**\n.....***.\n.......*.\n......*..\n...*..*..\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n**.....*\n......*.\n.*....**\n***...*.\n```\n\n\n## Output without wrap\n\n```\n........\n.**...**\n........\n.....*..\n*.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n***..**.\n........\n*.*.....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**.\n.*.....*\n.*.***..\n***.**.*\n**.....*\n..*..***\n.**.*.*.\n*..**.**\n..**.*..\n***.**.*\n```\n\n\n## Output without wrap\n\n```\n.**...*.\n**......\n...*.*..\n.....*..\n*..**..*\n*.**.*.*\n.**.*...\n......**\n*......*\n.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n.*.....*\n...*.*.*\n.....*.*\n...**...\n..**.*..\n.**.*...\n*.....**\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..**\n..*..\n.....\n.*.*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n..*..\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n..*..\n*.**.\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..*...\n.*..*.**.**.\n**..*.....**\n**....**...*\n.*...**.**..\n.**.***.....\n**.....**.*.\n```\n\n\n## Output without wrap\n\n```\n.....*****..\n.**.*.******\n..*.....**.*\n..*...****.*\n....*...*...\n..*.*.......\n***..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*....**\n.**.*.*****.\n..*.....**..\n..*...****..\n....*...*...\n..*.*.......\n*...*..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n*..*.....\n.**......\n.......**\n..*.*.*..\n.*..*.*.*\n.*.**....\n.**.*....\n.*..*....\n*...*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n*........\n.*.*...*.\n.*.**.*.*\n******.*.\n..***....\n.........\n*.****...\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*.**....\n........*\n...*...*.\n...**.*..\n.*****.*.\n..***...*\n.........\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n.*.*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**..*\n.*.*.\n**.**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n**.*.\n...*.\n*..**\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n**.**\n...*.\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n...*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n..*...\n....*.\n...***\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n....**\n*....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n.*..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n*......\n.*...*.\n..*..*.\n..****.\n```\n\n\n## Output without wrap\n\n```\n.**....\n*......\n.*.....\n.**..**\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*......\n.*....*\n.**..**\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........*.\n*.........**.\n*.....*.....*\n...***.......\n...*.*.......\n*....***.....\n**..*****....\n***.*........\n.*..........*\n*.....*..***.\n...*..**.**.*\n....**.***.*.\n```\n\n\n## Output without wrap\n\n```\n..........**.\n**........***\n....**.....*.\n...*.**......\n...*.........\n**......*....\n..***...*....\n..***.**.....\n..*.......**.\n......****..*\n....*.......*\n....**.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.*.\n**........**.\n*...**.....**\n...*.**......\n...*.........\n**......*....\n..***...*...*\n..***.**....*\n..*.......***\n*.....****...\n....*.......*\n....**.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n..**......\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n.*........\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n.*........\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.****..\n.***.**.*..\n.***.**.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.*..*..\n*.......**.\n.*.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**.\n*.......**.\n*.......**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.***\n....*...\n..*...*.\n..**.*..\n*.**.**.\n....*.*.\n********\n.*.*...*\n....***.\n***.....\n```\n\n\n## Output without wrap\n\n```\n....***.\n..***..*\n..*.**..\n.....*..\n.**...*.\n*.......\n**.....*\n**.....*\n*..****.\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*****\n..***..*\n..*.**..\n.....*.*\n.**...**\n........\n.*......\n.*......\n...*****\n****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n..**...\n..**...\n.*.....\n**.*..*\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n.*.**..\n...*...\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.**..\n**.**..\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**.\n.........\n*...**...\n.*.*.**.*\n..*...*..\n..**..*..\n.......**\n*....*..*\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....*.*..\n..***....\n.***...*.\n.*..*.*..\n..**..*..\n......*.*\n......*.*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*.*..\n*.***...*\n*.**...**\n*...*.*..\n****..*.*\n**....*..\n.*....*..\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.**\n*...*.*..\n.....***.\n.*.......\n......*.*\n.**...**.\n.........\n.*...*..*\n.....****\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n...*****.\n...*....*\n....****.\n.....*.*.\n.....***.\n.....*...\n.....*..*\n.**..*..*\n........*\n....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n*.*..*...\n....***..\n.*...*.*.\n.*...***.\n.....*...\n**...*...\n..*..*...\n*********\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.**.\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n..*.\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*.*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.*..\n..***.*...\n...****.*.\n*******.**\n```\n\n\n## Output without wrap\n\n```\n.*...**...\n.*........\n........**\n.**...*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.*........\n*.......*.\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n...***..\n......**\n.*.....*\n*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....**..\n....****\n.*.....*\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.\n....**..\n*...****\n.*.....*\n**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.....\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n..**.\n..*..\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n....*.\n...*..\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n.......\n..*.*..\n..*.*..\n.......\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n..**...\n.......\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.**...\n**....\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*.*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n****\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n...*.\n.*.*.\n.***.\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*.**\n**.*.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n.*.**\n**.**\n*.*.*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*\n...**..*\n..*.*...\n.**..*..\n...*.*..\n.*.*.***\n****.*.*\n*.**.*.*\n..*.*...\n..**....\n```\n\n\n## Output without wrap\n\n```\n...***..\n.**.....\n......*.\n*....**.\n...*.*..\n**...*..\n*....*..\n....***.\n...**...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n..*.....\n......*.\n.....**.\n...*.*..\n.*...*..\n*....*..\n....***.\n...***..\n.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n..****\n.*****\n*.**.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*...*\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n..*.*..\n.......\n......*\n..*....\n*..**..\n..*..**\n..*...*\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n.*....*\n.*....*\n..***.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n....*..\n.......\n.......\n...*.*.\n.......\n.......\n.*.*...\n...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..*..*\n***.*.\n```\n\n\n## Output without wrap\n\n```\n...***\n..*..*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*.*..\n.*..*\n****.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n.....\n****.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n...*.\n....*\n*****\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n*.*.....\n...*....\n*.*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.*......\n.**.....\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.**.....\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n.....*.\n*..*.*.\n...*.*.\n**.****\n```\n\n\n## Output without wrap\n\n```\n.....**\n.**..*.\n.....**\n**.*...\n..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n***..*.\n.....*.\n.*.*...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n.*****\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...**.\n......\n......\n**....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..*.*.\n......\n......\n**....\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*...*.**\n**...*..\n*....*..\n*.**.**.\n*...*..*\n....***.\n.***.*..\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n*....**.\n**..**..\n*.*..*..\n*..*.**.\n.*.....*\n.**...*.\n.***...*\n.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.....**.\n.*..**..\n*.*..*..\n*..*.**.\n**......\n***...**\n****....\n*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n..*.\n....\n..*.\n*.*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n***.\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n*..*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n.*...\n.*.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n..*..\n**..*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.*........\n.*..*.....\n.*........\n..***.....\n..*.......\n....*.....\n...*.*....\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n***.......\n.*..*.....\n.***......\n..*.*.....\n...**.....\n...*.*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n***.......\n.*..*.....\n.***......\n..*.*.....\n...**.....\n...*.*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*..**\n.**...***.**\n**.*.**...**\n**..****.**.\n..***.*..*..\n*.*.**.***.*\n.*.**.***.**\n******..**.*\n.**.*****.**\n..**..*.*.**\n**..*..***..\n**.***..***.\n**.**.***..*\n```\n\n\n## Output without wrap\n\n```\n...*...****.\n..***..**.*.\n...**..*.*..\n.*......*...\n.*......*.*.\n............\n............\n............\n**..........\n**..........\n..........**\n**....*..***\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n...*.*......\n...**..*.*..\n........*...\n........*...\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n....\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n...**..\n.......\n.......\n....*..\n..***..\n..*....\n.*.****\n**..*.*\n.*..*.*\n**..*..\n**.....\n*.*....\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*.*.\n.......\n.......\n....*..\n..*.*..\n.*.....\n**.**.*\n**....*\n..***..\n..*..*.\n..*....\n*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n...*.*.\n.......\n.......\n....*..\n..*.*..\n.*.....\n.*.**.*\n.*.....\n..***.*\n..*..**\n..*...*\n*.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n***\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n.*.*..\n...*..\n.*.*..\n..**..\n*.*.**\n.**.*.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*.*..\n...**.\n...**.\n......\n....**\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n**.*..\n...**.\n...**.\n*....*\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......*..\n.........\n.........\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.**.\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n*..*\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..*.....\n*.............\n...*.*.....**.\n.*.*....*....*\n..*......*....\n**..*..**.....\n...........*..\n.**...**..*..*\n*..**.*......*\n```\n\n\n## Output without wrap\n\n```\n.*............\n.***.*........\n..*.*.......*.\n...**.......*.\n*.**...*.*....\n.*......*.....\n*.*...*.*.....\n.***.***....*.\n.***.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.......*\n.***.*........\n*.*.*.......**\n...**.......*.\n..**...*.*....\n.*......*.....\n..*...*.*.....\n.***.***....**\n....*.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.***.\n******.***\n...**..*.*\n*.**.**.**\n******.***\n***.*.****\n***.******\n```\n\n\n## Output without wrap\n\n```\n*...*.*..*\n*........*\n*.........\n*.........\n..........\n..........\n*.*.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n....*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n*.***.***.\n**.*******\n******.***\n*.********\n**********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.**\n..*.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***....\n......*.*..\n..*...*.*..\n*.....*.*.*\n..**..****.\n......*....\n.*.*.**..**\n.*.*..*****\n**...***..*\n.*..**.*.**\n```\n\n\n## Output without wrap\n\n```\n.....***...\n.***..*....\n.....**.*..\n.***.**....\n.....**.**.\n...**.....*\n....**....*\n.*.........\n**.........\n**..**.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****...**.\n.***..*....\n.....**.*..\n.***.**...*\n.....**.***\n...**.....*\n....**....*\n.*.........\n.*.........\n...*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...*..\n..****\n..*...\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.***..\n.**.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.***..\n.**...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.*.*..\n.*.*..\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.*.**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.*.**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n*...***\n.*..*..\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n.....**\n...*..*\n**....*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n*..*..*\n.*.....\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*\n**.......\n**..*.*..\n..*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.**.....\n*..*.....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...**\n**.......\n****...**\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*......\n....*..\n......*\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**\n..*****\n....*..\n.....*.\n...**.*\n....***\n*.....*\n.***...\n.*.....\n.***...\n.......\n.**..**\n***.***\n*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n....***\n..**..*\n......*\n*...*..\n*......\n*......\n.**....\n....*..\n.**.**.\n*.*.*..\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*.....*\n.....**\n....***\n..**.*.\n.*....*\n*...**.\n......*\n*......\n***....\n....*..\n..*.*..\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*******\n*.*******.\n****.*.*..\n.*.*.****.\n**.*.*.*.*\n*.*....*.*\n.*.*******\n```\n\n\n## Output without wrap\n\n```\n.*.......*\n*........*\n*.........\n...*.*....\n*..*.*...*\n*........*\n.*******.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n*.........\n...*.*....\n...*.*....\n..........\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*..**\n*.*.*..***.\n....*......\n......*....\n....*.*.*..\n```\n\n\n## Output without wrap\n\n```\n......**..*\n..*.**....*\n....*......\n....*..*...\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*...*\n*.***....*.\n....*....*.\n....*..*...\n.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***.\n......***..\n.......**..\n```\n\n\n## Output without wrap\n\n```\n......*..*.\n......*....\n......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n......*....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n......\n......\n.*....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.*....\n......\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.*..\n.....\n..*..\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*..*.\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*...\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n...**...\n...**...\n.***....\n.***....\n..***...\n..****..\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*..*..\n........\n.*......\n........\n.....*..\n..*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*..*..\n........\n.*......\n........\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......**\n.....****.*\n.....*.....\n**....*...*\n......*....\n..*..**.***\n*..*..***..\n.****..*...\n...**......\n....**.....\n....**.....\n.***...**..\n****.......\n```\n\n\n## Output without wrap\n\n```\n.....*....*\n.....*....*\n....*...**.\n.....**....\n......**.*.\n.........*.\n.....*...*.\n......**...\n......**...\n...........\n...........\n.*.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n*...**.....\n*...*...***\n*....**...*\n*.....**.**\n.........**\n*....*....*\n*.....**...\n......**...\n...........\n...........\n**.......*.\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n...*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n.**.*.\n...**.\n.***..\n......\n*****.\n....**\n....**\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n***.*.\n****.*\n.**.*.\n....**\n......\n*...**\n.*....\n...***\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n..*...\n..*.*.\n....*.\n*.....\n*...*.\n......\n*..***\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.\n......*.\n..*.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.*..*\n*.*..\n..*..\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n..**.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**.*\n*.**.\n*...*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*..**\n....*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*..\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**.*..\n*..*..\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.**.*\n**.*.\n*..*.\n**.**\n.**..\n..*..\n...*.\n*.*.*\n***..\n```\n\n\n## Output without wrap\n\n```\n..*..\n....*\n*..**\n...*.\n*..**\n*....\n.***.\n.***.\n*.*..\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n...*.\n...*.\n...*.\n....*\n.***.\n.****\n*.*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n..**.\n...**\n*****\n**...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n*...\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n***.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*****\n..*...\n......\n.....*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.****.\n.**.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.****.\n.**.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n**.*..\n*..*..\n***.**\n```\n\n\n## Output without wrap\n\n```\n**.**.\n**.*..\n...*..\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n.*...\n***.*\n.**..\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n****.\n*..*.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n*.*.*\n**...\n..*.*\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.****\n**.*....\n*.**....\n.*...***\n.......*\n...*..**\n....**..\n..*.*.**\n```\n\n\n## Output without wrap\n\n```\n*******.\n*....**.\n*..**.*.\n.**...**\n.....*..\n....****\n....*...\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.....**.\n...**.*.\n.**...**\n.....*..\n....****\n....*...\n***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n..**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n*.........\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n..*......*\n..*......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*...\n*.**\n*..*\n..**\n**..\n***.\n****\n.***\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*.**\n....\n*.**\n*..*\n...*\n....\n...*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n..*.\n....\n..*.\n....\n....\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n....**.....\n...***.....\n...........\n...........\n...........\n...........\n.........*.\n*..........\n**.....*...\n**.........\n...........\n.......*...\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...*.*.....\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...*.*.....\n....*......\n...........\n...........\n...........\n*..........\n*.........*\n..........*\n*..........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.*...\n*.*.*\n*.*.*\n.....\n.....\n..*..\n.**..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.*...\n.....\n.....\n.....\n.*.*.\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.*..*\n....*\n*..**\n.....\n.....\n*..*.\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n*..*.....\n***......\n**.......\n....*....\n.......*.\n...*....*\n...**....\n*.*...*.*\n...*...**\n.........\n......***\n.*...*.**\n.**..*...\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*......\n..*......\n*.*......\n.........\n.........\n...**....\n..***..*.\n..*.*...*\n.......**\n......*..\n......*.*\n.**..*..*\n.**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***..\n*.*......\n..*.....*\n*.*......\n.........\n.........\n...**....\n*.***..**\n*.*.*...*\n*......**\n......*..\n*.....*.*\n.**..*..*\n***.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n......\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***.*..\n........******\n............**\n..............\n..............\n...........*..\n........*****.\n....*..*....*.\n.**.*****...**\n.*.*.**..**.**\n.*.*.........*\n**............\n.......**.....\n```\n\n\n## Output without wrap\n\n```\n..............\n........*.*.*.\n..............\n..............\n..............\n........**.**.\n........*...*.\n..**......**..\n**..*...*.....\n*..*....***.*.\n...*........*.\n***...........\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.....\n..........*.*.\n..............\n..............\n..............\n........**.**.\n........*...*.\n..**......**..\n.*..*...*.....\n.*.*....***.*.\n...*........**\n***..........*\n.*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.....*.\n.*.....\n.**.**.\n..***.*\n...*..*\n....**.\n.......\n..**...\n...**..\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.**.**.\n.*..**.\n.*....*\n..*...*\n....**.\n...**..\n..***..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n....**.\n.**.**.\n**..**.\n**....*\n..*...*\n....**.\n...**..\n..***..\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n...**..*..\n...**..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n.*......\n........\n........\n........\n..*.....\n..*.....\n..*.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.***....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n.***....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..*.\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*..\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n...**.\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*...*.\n**.**.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n******\n......\n****..\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*.\n*.........*\n.........*.\n..........*\n...........\n.*.........\n.**........\n...*....**.\n.......**..\n.....*.....\n**.*.......\n*.*........\n*..........\n```\n\n\n## Output without wrap\n\n```\n.........*.\n........*.*\n........*.*\n...........\n...........\n.**........\n...*....*..\n.**....*.*.\n.......*.*.\n.*......*..\n*.*........\n*.*........\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n*.......**.\n........**.\n...........\n...........\n.**........\n...*....*..\n.**....*.*.\n.......*.*.\n.*......*..\n*.*.......*\n..*.......*\n.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*....\n...**.*..\n**..**...\n*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n...***...\n..**.....\n***......\n*..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...*\n..**.....\n***.....*\n..*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.......*\n...****.....*\n...*........*\n...........**\n..**.......*.\n**.........**\n.............\n.............\n**...........\n..*.........*\n..**.**.....*\n```\n\n\n## Output without wrap\n\n```\n.............\n...*.*.....**\n...*.........\n.*.**......**\n..........*..\n.**........*.\n.............\n.............\n..*..........\n.*.*.........\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**....*..\n..***........\n...*.........\n...**......**\n..........*..\n..*........*.\n...........*.\n.*..........*\n***..........\n...**......*.\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n*....\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n.....\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n****.\n**...\n***.*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n...*.\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n....*.\n...**.\n......\n......\n......\n......\n..*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*....*\n...*.*\n...**.\n......\n......\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n....\n.*.*\n.*..\n....\n....\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n..*.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n*.*.\n*.*.\n*.*.\n....\n....\n.**.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n.*...*\n.*...*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n.*****\n.**...\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n...***....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n..........\n..........\n..........\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n.*.\n..*\n***\n***\n..*\n.**\n***\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n.*.\n*..\n**.\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n........\n..*.....\n........\n........\n.*......\n........\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n........\n........\n........\n........\n*......*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n......\n......\n......\n.*.*..\n......\n.....*\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**\n..***...\n*.*.**..\n..**.**.\n***.*.**\n****..*.\n.*.*.*.*\n...**..*\n**.**..*\n.*.*****\n**...***\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.....***\n......**\n........\n**....*.\n**......\n..*....*\n***...*.\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*\n......**\n.....**.\n........\n........\n........\n........\n.**.....\n*.*.....\n..*.....\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.\n..*....\n..*..*.\n..*..*.\n.....*.\n.**....\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.**....\n..**...\n.***...\n....***\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n..**...\n.***...\n....***\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.**.*\n..**.\n...**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n....*\n.*...\n..*.*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*.*.**\n..**.*\n```\n\n\n## Output without wrap\n\n```\n..*..*\n......\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**\n*...***\n*.*.*..\n.*..*.*\n**..***\n...****\n```\n\n\n## Output without wrap\n\n```\n......*\n*.....*\n*...*.*\n..*.*.*\n***....\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n....*..\n..*.*..\n.**....\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.*..\n*....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*.*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*....\n.*..*\n.*...\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.*...\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*.....\n...*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n**...\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n..*..*\n...***\n*...*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n.*....\n.**..*\n...*.*\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n.**...\n*..*..\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n*.......*\n......*..\n.**..*.**\n.....**.*\n***.*....\n.....*..*\n.....*...\n.*..*.*..\n..**.**.*\n.....*...\n.*...*...\n...**....\n*.**.**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.*....*.*\n.....*..*\n*..****.*\n.*..*.**.\n.*..**...\n....***..\n..***.**.\n..**..**.\n..*..*...\n.....*...\n.*.*..*..\n..**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.****\n.......*.\n.*....*..\n*....*..*\n...****.*\n**..*.***\n**..**...\n....***..\n..***.**.\n..**..**.\n..*..*...\n.....*...\n.*.*..*..\n.**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n.*..........\n*.*.....*...\n.**.........\n***...*.....\n............\n............\n.........**.\n...*.....**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.*..........\n.**.........\n..**........\n.**.........\n.*..........\n............\n.........**.\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.*..........\n.**.........\n..**........\n.**.........\n.*..........\n............\n.........**.\n.........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.\n.*...*.\n...*...\n..**..*\n.......\n..*....\n..**..*\n*....**\n*..***.\n..****.\n**...*.\n.......\n```\n\n\n## Output without wrap\n\n```\n*.*.**.\n*.*..*.\n....*..\n.......\n.*..*..\n.......\n....***\n*....**\n*..*...\n*......\n.***...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..*....\n*...***\n.......\n.*..*..\n*.....*\n....*.*\n.......\n...*..*\n.......\n****.**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..\n*....*..\n*....*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n.....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n..**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*..\n..***.*.*\n*....**..\n..*......\n.***.....\n..***....\n*....*...\n```\n\n\n## Output without wrap\n\n```\n.*...**..\n.........\n......**.\n......*..\n..*.*....\n....**...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.........\n......***\n......*..\n..*.*....\n.*****...\n....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..**..\n***..*\n.**.*.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n*...*.\n*...*.\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..**.*\n*...**\n....*.\n*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n*.......**.\n.......**..\n...........\n...........\n...........\n...........\n....**.....\n.....*.....\n.........*.\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.......***.\n.......***.\n...........\n...........\n...........\n...........\n....**.....\n....**.....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.......***.\n.......***.\n...........\n...........\n...........\n...........\n....**.....\n....**.....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*..**\n***..\n*..**\n*****\n```\n\n\n## Output without wrap\n\n```\n..***\n*...*\n....*\n*.*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n***..\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n***.*\n....*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*****\n.**..\n....*\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**\n**....*\n*......\n.*.*.*.\n**..*..\n```\n\n\n## Output without wrap\n\n```\n***..**\n*....**\n*.*....\n.**.*..\n***.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.....*.\n..*....\n.**.*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n..........\n.*.*......\n....*.....\n.***.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.*..*.....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n..........\n..........\n.*..*.....\n..**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.*...\n*.*...\n*.*...\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n*.....\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n....**.*\n....*.*.\n**......\n...*...*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n....**..\n...**.*.\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n...**...\n*....**.\n......*.\n**.....*\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**..**\n.....*\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n**....\n*..**.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.....\n***..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n..*\n...\n...\n...\n*.*\n.**\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n..*\n.**\n*..\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n.**\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*....\n.....\n..**.\n..***\n...*.\n.**..\n****.\n..*..\n*.*..\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n.**..\n...*.\n....*\n.....\n**...\n**...\n.*...\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.**.*\n...*.\n....*\n...**\n.*.*.\n.*.*.\n**.**\n*****\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*.*.*\n.****\n**.*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n***.....*\n.**.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***..**\n*.***..**\n*.***..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..**\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n..*..\n.....\n.....\n.....\n**.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n*..\n*..\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n......*....\n.....*..*..\n......*....\n......***..\n...........\n...........\n...........\n*......**.*\n........**.\n.........*.\n***........\n```\n\n\n## Output without wrap\n\n```\n......*....\n.....*.*...\n....*...*..\n........*..\n.....*..*..\n......**...\n...........\n...........\n.......**..\n.......*...\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n.....*.*...\n....*...*..\n........*..\n.....*..*..\n......**...\n...........\n...........\n.......**..\n*......*..*\n*.......**.\n.**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n...**.*.\n....*.*.\n....*...\n........\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n...**.**\n...*..**\n...**.*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***\n...*..**\n...**.*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n**.\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n......\n......\n......\n...*..\n..*.*.\n..*.*.\n...*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n..*.*.\n..*.*.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n..*.*.\n..*.*.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.....*.....\n....*.*....\n....*.*..*.\n........*.*\n...*...*...\n..*.*.....*\n..*.*...*..\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.....*.....\n.....**....\n......**.*.\n.......*.**\n...*.....*.\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.....*.....\n.....**....\n......**.*.\n.......*.**\n...*.....*.\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.......\n*.*.......\n*.*......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....\n*...*.....\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n.***\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n***.*\n...**\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*....\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*...\n.*..\n.**.\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n*..*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n...*\n..*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.*.*.*.\n*.*.*.*.\n........\n***...*.\n*..**.*.\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n*.**.*..\n****.*..\n*...*...\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n........\n........\n*.**.*..\n****.*..\n*...*...\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n..**....\n...**...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*......\n..**....\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n.*......\n..**....\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.**..*.\n*.*...*****.*\n....**...*...\n..*.*........\n*.**.........\n**.**.......*\n*..*.*.......\n*...*.*.****.\n*.***...*....\n*.......*...*\n*.***.***..**\n.*...**.*....\n.....*.*....*\n*...*......**\n```\n\n\n## Output without wrap\n\n```\n.***......**.\n.**.......**.\n.*..****.**..\n.**.**.......\n*............\n*............\n*.**.*...***.\n*.*....****..\n*..***..*.**.\n*....*..**.**\n*.***.*.**.**\n.***....*..**\n....**.*...**\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.......\n.**.......***\n.*..****.**..\n.**.**.......\n*...........*\n............*\n..**.*...***.\n*.*....****..\n*..***..*.**.\n.....*..**.*.\n..***.*.**.*.\n.***....*..*.\n....**.*...**\n*..***.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.....*\n*...**\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...*.\n......\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n.*..\n....\n***.\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*...\n*.*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n....\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*.*.\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n...*\n...*\n***.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n*.**..\n***.**\n**.**.\n..**.*\n*...**\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n......\n.*....\n.*.*.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n......\n.*....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*************\n****.***.*.*.\n*****.*******\n*.****..*****\n*********.**.\n**.**.**.**.*\n.*********.**\n***.*..******\n.**********.*\n**.*******..*\n.*.***.******\n.************\n.*****.*..***\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......*.\n........\n......*.\n.......*\n.*......\n*.......\n.......*\n..*....*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n**......\n*......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n......\n......\n......\n......\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n...*......\n..*.....*.\n...*.....*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*...\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*..\n.*.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.****\n.*.*..\n*.....\n.****.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*.*.\n*.***.\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*...\n.***..\n*...**\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n.....*...\n..*.***..\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n..*.***..\n..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n...**....\n..*.***..\n.**.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..**..\n..**..\n..***.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n.*....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*.*.\n.*....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n**.....*\n*.**...*\n**....**\n.*....*.\n*.....**\n......*.\n.......*\n*......*\n...**.**\n........\n.*..*...\n.***....\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n..*....*\n*.....**\n.*...*..\n.....***\n......*.\n......**\n.......*\n......**\n...***..\n.*.*....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n..*.....\n......*.\n.*...*..\n*....**.\n*.....*.\n*.....**\n*.......\n*.....**\n...***..\n.*.*....\n**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n....**......\n....**......\n............\n.*.........*\n.*.........*\n*...........\n```\n\n\n## Output without wrap\n\n```\n............\n....**......\n....**......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n....**......\n....**......\n............\n............\n*...........\n*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n*..*\n.**.\n....\n....\n...*\n*.*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.**.\n.**.\n....\n....\n....\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n**..\n****\n****\n....\n....\n...*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n........*..\n...........\n...........\n...........\n......*....\n.....*.*...\n*....***...\n**....**...\n......*.*..\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n......*....\n.....*.*...\n**...*..*..\n**......*..\n......*....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n......*....\n.....*.*...\n**...*..*..\n**......*..\n......*....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.....*...\n....***..\n.*.**....\n.*...**..\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*...\n....***..\n..**..*..\n..*...*..\n..*.*.*..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....*...\n....***..\n..**..*..\n..*...*..\n..*.*.*..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...**.\n.*.*......\n**........\n...**..**.\n..***...*.\n...*.....*\n.*........\n..**......\n...**....*\n```\n\n\n## Output without wrap\n\n```\n.***......\n*.........\n...**.....\n**..*..*.*\n..*.*..*.*\n..***...*.\n..........\n..........\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n**.**....*\n...**...*.\n.*..*..*..\n*.*.*..*.*\n..***...*.\n..........\n..*.*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.*.*.\n**.*.*****\n*.*..**.**\n```\n\n\n## Output without wrap\n\n```\n*.***.*.**\n...*......\n*.*.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n**.\n.*.\n**.\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n..*\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n**.\n...\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n..*..*\n..*.*.\n*****.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n.*...*\n.**...\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n*...*.\n..*.*.\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n..*.\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*.*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n....\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**\n.**...**\n.**..***\n```\n\n\n## Output without wrap\n\n```\n.**...**\n*..*....\n.**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...*....\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****\n**.****\n****.**\n****.**\n*.*.**.\n*****..\n****.**\n*******\n*.*****\n```\n\n\n## Output without wrap\n\n```\n*.*...*\n.......\n.......\n.......\n......*\n......*\n......*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*\n.*.****....\n...****....\n*...*...**.\n**...*....*\n**.***.**.*\n...*..**...\n....*.**...\n......*....\n....**.**..\n*..*.*.***.\n***.*....*.\n*.....**.**\n..........*\n```\n\n\n## Output without wrap\n\n```\n....**.....\n..**..*....\n..*...**...\n**.*..*..*.\n..**.***..*\n**.*.*.***.\n..**.......\n...........\n....*...*..\n....**...*.\n*.**.*.*.*.\n*.****.....\n*.......***\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.....\n..**..*....\n..*...**...\n**.*..*..*.\n..**.***...\n.*.*.*.****\n*.**.......\n...........\n....*...*..\n....**...*.\n*.**.*.*.*.\n..****.....\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.**..\n..*...*.*.\n****.*****\n*..****..*\n*..*.**...\n*.*..***.*\n*.*.**.**.\n*.**...**.\n*.*...*...\n.*....**..\n......***.\n...*.*..**\n```\n\n\n## Output without wrap\n\n```\n.******...\n*.*****.*.\n**......**\n*.......**\n*.**......\n*.*.*.....\n*.*.**....\n*.*...****\n*.**..*.**\n.**.******\n.....***.*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n...*.*....\n..........\n..........\n.***......\n..*.*....*\n*.*.**....\n*.*...***.\n*.**..*.*.\n.**.*****.\n*.**.**.**\n.**...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n..*\n...\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n...\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*...**.*\n.*.*.**..**.**\n*.*....*.*...*\n.***.*..*...**\n**.........*..\n```\n\n\n## Output without wrap\n\n```\n..*..**..***.*\n.*.*.*****...*\n*....*.*.***..\n...*....*...**\n**..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..*...*\n.*.*.*****....\n.....*.*.***..\n...*....*...*.\n...*......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n......**\n.....**.\n.**.....\n.**.....\n........\n........\n........\n..*.*...\n...*....\n*..**..*\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....***\n.....***\n.**.....\n.**.....\n........\n........\n........\n...*....\n..*.....\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....***\n.....***\n.**.....\n.**.....\n........\n........\n........\n...*....\n..*.....\n*..**..*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n.*.......\n.......**\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*........\n*......**\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*..*..\n.**...\n......\n...***\n......\n*.**.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n.*..*.\n.**.*.\n..*.**\n...***\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.*..*.\n.**.*.\n.**.**\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n...*\n....\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n....\n.**.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n....\n....\n....\n....\n....\n*..*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n....\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..*.\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.**.\n**..\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*.\n..*....**.\n.***......\n..........\n..........\n..........\n........**\n*.*.....**\n.**.....**\n```\n\n\n## Output without wrap\n\n```\n..**...**.\n.......**.\n.***......\n..*.......\n..........\n..........\n........**\n..*....*..\n.**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n.......**.\n.***......\n..*.......\n..........\n..........\n*.......*.\n..*....*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....*...\n......*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....****\n.....*.*.***\n*....*..**..\n..........*.\n...*....*...\n.......*...*\n*.....*..***\n*..**.**...*\n....*..*..*.\n.*..*.....*.\n*...**.....*\n```\n\n\n## Output without wrap\n\n```\n........*..*\n.*....**...*\n......*.*..*\n........*...\n............\n.......***.*\n.....**.*..*\n...**.****.*\n....*.**..**\n...**.....**\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***.*...\n.*....**....\n......*.*...\n........*...\n............\n*......***.*\n.....**.*...\n*..**.****..\n*...*.**..*.\n*..**.....*.\n..****......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n...**\n.***.\n.*...\n*..*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n**.**\n**.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..**.\n.*.*.\n.*.*.\n*...*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.**.\n.*........\n***.*..*.*\n*.*..*.*.*\n.*......**\n*...****.*\n**.*.***..\n**.......*\n**....**..\n...**..*.*\n...***..**\n*...*.....\n.*.*.....*\n```\n\n\n## Output without wrap\n\n```\n***.......\n...**.**..\n*.**..*...\n*.**..**.*\n**..*....*\n*.*.*....*\n..*....*..\n.....*..*.\n***...**..\n..**...*.*\n.....*..**\n..*..*..**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...**\n...**.**..\n..**..*..*\n..**..**..\n.*..*.....\n..*.*.....\n..*....*..\n.....*..**\n.**...**..\n..**...*.*\n*....*..**\n*.*..*..*.\n.*.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..***\n**..*\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n*.**.\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.**..\n***..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****...*.\n**...**.**.\n****.**..*.\n```\n\n\n## Output without wrap\n\n```\n...****...*\n..*.......*\n.....**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**\n......**.**\n......**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n...**........\n.*.*..*......\n```\n\n\n## Output without wrap\n\n```\n.............\n..***........\n..***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***........\n..***........\n..***........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n***....\n***....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*.*....\n...*...\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...*..*\n...*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******........\n...**..*..*..*\n.*.**.......*.\n.******...*..*\n*.*.***..**..*\n*.*.*..*..***.\n..*...*..*.*..\n.***....*.****\n.*.*.*.*****.*\n.**.*......*.*\n```\n\n\n## Output without wrap\n\n```\n.*............\n*.*.........*.\n**...........*\n**....****....\n.*....**.*...*\n......*.....**\n..*.***..*..**\n......*..*..**\n*....*.***..*.\n.***...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............*\n...........*..\n..............\n*.....****...*\n......**.*....\n.*....*......*\n*.*.***..*....\n......*..*...*\n.....**.**...*\n*.....*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...*..\n..**..\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n....*.\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n*.*****\n.......\n**....*\n.**.**.\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n...***.\n*.***.*\n***..*.\n*.*.**.\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...****\n...****\n..***..\n***..**\n..*.***\n.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*....\n*****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*..*.\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****...**..\n...**...*....\n..*.*..*****.\n*...**.*.....\n.......*....*\n***..........\n*.****.......\n..*..***.*...\n******.*.*.**\n*...*.*.**...\n*...**...***.\n```\n\n\n## Output without wrap\n\n```\n..*..*...*...\n.*.....*...*.\n......**.**..\n...***.*.***.\n*.....*......\n*.*.*........\n*...**.......\n*......*..*..\n*.*......*...\n*.*...**....*\n....**..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*..*.\n.*.....*...*.\n......**.**..\n...***.*.****\n......*.....*\n*.*.*.......*\n*...**.......\n.......*..*..\n*.*......*..*\n..*...**.....\n*.*...*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***.\n..***...*\n...**...*\n.**..***.\n.**....*.\n..*.*****\n.*....*.*\n**.**.*..\n```\n\n\n## Output without wrap\n\n```\n.**.****.\n.**...*.*\n.*....*.*\n.*..*****\n....*....\n..**.*..*\n**......*\n***..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.\n***...*.*\n**....*.*\n**..*****\n*...*....\n..**.*..*\n.*......*\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**\n.******\n*...**.\n*..**..\n*..**..\n......*\n.......\n..**.*.\n...*...\n.**.*.*\n...****\n....*..\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n*.**...\n*.*....\n**..**.\n....*..\n....*..\n...*...\n..***..\n.*..**.\n.**..**\n.......\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n*.*....\n.*..**.\n**..***\n....***\n...*...\n..***..\n**..***\n..*..*.\n.......\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n....\n....\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*.***\n*.*..\n.*..*\n.....\n*....\n*....\n*.***\n....*\n.****\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*.*.*\n*.*.*\n.*...\n.....\n.....\n*..*.\n.*.**\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n..*..\n**...\n*....\n.....\n*..*.\n**.*.\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.*..***\n***.*..\n*.*.***\n.**....\n**...**\n```\n\n\n## Output without wrap\n\n```\n.***.*.\n*.**.*.\n*.*....\n..*.**.\n*.*.**.\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n**..**.\n***...*\n..*.**.\n***....\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..****\n*.*.******\n.**.....**\n.....**.*.\n```\n\n\n## Output without wrap\n\n```\n.*****....\n*....*....\n.*****..*.\n..**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*...\n.....*....\n.***..*...\n*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.***\n*...\n*.**\n*.*.\n**..\n*.*.\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n*..*\n*.**\n*...\n*.**\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n****\n.*.*\n..*.\n....\n*...\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n...*...*.*\n...*****..\n...*......\n.*.....*..\n*.........\n```\n\n\n## Output without wrap\n\n```\n.******.*.\n.*.......*\n.*.*.*.**.\n..**.*.**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*...\n**........\n.*.*.*.**.\n..**.*.**.\n..*..**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n****..\n.**...\n.**...\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n......\n......\n**...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n***..*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.**..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*..**.\n.**.*..*...\n.*..*.....*\n*....*.*...\n*.*..*.....\n..*.*...*..\n.*...*.*.**\n....*.*.**.\n***.**....*\n.......*..*\n....*.*....\n.......**..\n....**.....\n......*.*..\n```\n\n\n## Output without wrap\n\n```\n..**....*..\n*.*.**..**.\n*******....\n*...***....\n...****....\n..*****.**.\n...*****..*\n*.***.***..\n.*.******.*\n.*.**.*....\n......*.*..\n....*.**...\n.....**.*..\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.**.\n..*.**..***\n.******....\n*...***...*\n...****....\n*.*****.***\n...*****..*\n..***.***..\n**.******.*\n.*.**.*...*\n......*.*..\n....*.**...\n.....**.*..\n....*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n***.**\n....*.\n*...**\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*****\n.*****\n.***.*\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n**...*\n******\n..***.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n****\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n****\n*.*.\n****\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.\n*..*.**\n*..*..*\n..****.\n..*****\n..*..*.\n.......\n....*..\n*...***\n**...*.\n.....*.\n**.**..\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.***.**\n*..*.**\n.*....*\n.*.....\n.*....*\n..*..**\n.......\n....*..\n**..*.*\n**.....\n..*..*.\n***.**.\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.\n...*.*.\n**.....\n**.....\n.*....*\n..*..**\n.......\n....*.*\n**..*..\n**.....\n..*..*.\n***.***\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n...*..\n..***.\n.*..*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n..*.*.\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..*.*.\n.**.**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**..\n**..\n..**\n....\n....\n....\n*..*\n.**.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n.*..\n.*..\n....\n....\n....\n.*..\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n****\n....\n****\n****\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..**..\n***...\n**....\n```\n\n\n## Output without wrap\n\n```\n..**..\n...**.\n.***..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n...**.\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n***.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**..\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n***.\n....\n***.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....\n....*.....\n..........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n...**.....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.****..\n.*..****.*\n.*..****..\n```\n\n\n## Output without wrap\n\n```\n..**......\n..*.*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n...*.....*\n...*.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n..*......\n..*......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n..*......\n.........\n.........\n.........\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n..**...\n..*.*..\n.......\n.......\n.......\n.......\n.......\n....**.\n...***.\n...**..\n```\n\n\n## Output without wrap\n\n```\n..*....\n.**.*..\n..*....\n.......\n.......\n.......\n.......\n.......\n...*.*.\n.......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.**.*..\n..*....\n.......\n.......\n.......\n.......\n.......\n...*.*.\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.........\n...*.....\n..*......\n...*.....\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..**.....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..**.....\n.*..*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n***..\n.....\n*****\n.**.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n*...*\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n***..\n.....\n....*\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*...**\n.*.*.*....*\n...........\n...........\n.**..*..***\n*....*..**.\n**....*..*.\n...**......\n...........\n..*.*......\n......*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.....**\n.*.*.....**\n...........\n.........*.\n.*......*.*\n*.*..***...\n**..**..**.\n...........\n....*......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**..**\n.*.*.....**\n...........\n.........*.\n**......*.*\n..*..***...\n**..**..**.\n...........\n....*......\n...........\n.*..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.....\n............\n.....*......\n............\n............\n............\n............\n.**..**.....\n.**..*......\n```\n\n\n## Output without wrap\n\n```\n............\n.....**.....\n............\n............\n............\n............\n............\n.**..**.....\n.**..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**.....\n.....**.....\n............\n............\n............\n............\n............\n.**..**.....\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n**......*\n.....*...\n....***..\n******...\n....*....\n...*...**\n...*...*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n.**..**..\n.***..**.\n*....**..\n.*.*****.\n....*.***\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.\n..*..***.\n..*..****\n*.**..**.\n.....***.\n.*.****.*\n.*.***...\n*...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n.*..**..\n.....**.\n....**..\n...**...\n..**....\n.**.....\n.**.....\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n........\n.....**.\n..****..\n........\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n........\n.....**.\n..****..\n........\n.**.....\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..***\n.....*...*\n*.....*.**\n..........\n..**.*.**.\n.*******..\n*...***...\n**........\n.***......\n.***.***..\n```\n\n\n## Output without wrap\n\n```\n....*...**\n....***...\n........**\n......*..*\n.*...*.**.\n.*......*.\n*......*..\n*..***....\n...**.*...\n.*.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*.*\n....***...\n*.......**\n......*...\n.*...*.**.\n.*......*.\n*......*..\n*..***....\n...**.*...\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n**.**\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.**..\n**.*.\n..*..\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*..*.\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*..*.\n*..*.\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...**......\n.....*.....\n...*.......\n...***.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n....*......\n...*.......\n...*.*.....\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n...........\n...........\n...........\n...........\n....*......\n...*.......\n...*.*.....\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n**.**\n****.\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...**.\n..*.*.\n..*.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n..*.**\n.**.**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.*.\n..*.**\n.**.**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*\n.*...***\n**...**.\n*....*..\n*.....**\n**.....*\n...*...*\n**.**..*\n*......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**.....*\n..*..*.*\n**..*..*\n*....*.*\n*.....**\n**.....*\n...**.**\n*****.**\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n..*..*..\n.*..*...\n.....*..\n......*.\n.*......\n...**.*.\n.****.*.\n.*.....*\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n*...\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n***\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n***\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n****\n....\n....\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n...*\n*...\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n....*........\n....*........\n....****....*\n........*....\n.....****.*..\n.........*.*.\n.........*.*.\n.........*...\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...**.*......\n....****.....\n....*...**...\n......***.*..\n......**.*.*.\n........**...\n..........*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n...**.*......\n....****.....\n....*...**...\n......***.*..\n......**.*.*.\n........**...\n..........*..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n..*.*.......\n..*.........\n..*.*.......\n............\n............\n............\n**..........\n..*........*\n*.*.........\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n..*.........\n..**........\n..*.........\n............\n............\n............\n.*..........\n*.*.........\n.*..........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..*.........\n..**........\n..*.........\n............\n............\n............\n**..........\n..*.........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*..**...\n...*....\n.**....*\n.*..*..*\n.*.*****\n.*...***\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n.*.**...\n.***....\n**..*..*\n**.*....\n..*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***.\n...**...\n**.**...\n.***....\n.*..*..*\n.*.*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.***..**\n**.******.****\n..***.*.******\n*****..***.***\n********.*****\n**************\n**************\n****.*********\n*.**********.*\n****.*********\n**************\n*.**********.*\n**************\n**************\n```\n\n\n## Output without wrap\n\n```\n*........**..*\n*.............\n..............\n*.............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n..*....*\n...**...\n.****...\n...**...\n..*...*.\n..*..*.*\n*..**...\n*.**..*.\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..***...\n.....*..\n...*....\n..*.....\n.**....*\n........\n.***....\n.****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.***\n.***....\n..***...\n.....*..\n...*....\n*.*....*\n***.....\n*.......\n*.*.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******...*\n***...*....\n*.*.**.**..\n.*...*.*...\n.*.*.*.....\n.*.........\n.**..**..*.\n*.*.***.**.\n.**...***..\n.*****.**.*\n.*....*...*\n```\n\n\n## Output without wrap\n\n```\n....**.....\n.**....*...\n*.**.*.**..\n........*..\n...*.......\n........*..\n*.*...****.\n*...**.*.*.\n**.*.*.....\n****...**..\n..**..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..*.....*..\n*.**.*.**..\n........*.*\n...*......*\n........**.\n..*...***..\n.*..**.*...\n*..*.*....*\n....*....*.\n......**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n*****.****\n**********\n******..**\n**.*******\n**********\n**.*.*****\n.*********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n..........\n**.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*..*\n..**\n*.*.\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n..**\n.***\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n*.*.\n***.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n...*..*\n..**..*\n......*\n..**..*\n.......\n..**.**\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n..**.**\n.....**\n.......\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n...**..\n*.**.**\n*....**\n.......\n....***\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.....\n....**\n.....*\n.*.**.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*.*\n..*..*\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*...*.\n...*..\n***...\n.**...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..**.\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*.*\n*.***..*.\n....*..**\n...**.**.\n..***....\n..**....*\n.......**\n*...***..\n```\n\n\n## Output without wrap\n\n```\n*...*..*.\n*...***..\n..*.....*\n..*...***\n.....*.*.\n..*.*..**\n...******\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n....***..\n..*......\n..*...***\n.....*.*.\n..*.*..**\n*..******\n..*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n.*..\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n..*.\n**.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n..*.\n.*.*\n.*..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n.*..\n***.\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...*..*\n..**.....*.*\n......*.....\n.....***....\n..*..*.*....\n***..**....*\n******.....*\n..*..*..***.\n.....*..*.*.\n```\n\n\n## Output without wrap\n\n```\n..**........\n..**..*.....\n....**.*....\n....**.**...\n......*.....\n.*..........\n.*.......*.*\n.......**..*\n.......*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.**..*\n..******....\n....**.*....\n....**.**...\n......*.....\n............\n.........***\n...*.**.*.*.\n***.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n..*.........\n........*...\n............\n............\n............\n............\n........*...\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n**.**.\n******\n***.**\n******\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n...*......\n...*......\n..........\n......***.\n......****\n.*.*...*.*\n...*......\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*......\n...*......\n..........\n........*.\n......**.*\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..*.*.....\n...*......\n..........\n*.......**\n.*....**..\n**.*....**\n.*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n...*\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..*...**.\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*****.\n.........*.*.\n.......****..\n```\n\n\n## Output without wrap\n\n```\n..........*..\n...........*.\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n.*..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...\n.*......\n**..*...\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n***.....\n...**...\n**...*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******..\n...**...\n**...*..\n..*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*.*.\n....\n.**.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*.**\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n......\n...*..\n......\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n......\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***..\n***..\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***.\n...*....\n....**..\n.**...*.\n*..*.*..\n.....*..\n..**.*..\n....**.*\n```\n\n\n## Output without wrap\n\n```\n...***..\n......*.\n.*...**.\n......*.\n.......*\n.*......\n........\n...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**..*.\n.*...**.\n......*.\n.......*\n.*......\n...*.**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.****\n.****\n*..*.\n**.*.\n***.*\n.*.*.\n**.**\n*.*..\n.****\n***.*\n...*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n...**\n...**\n...**\n.....\n...**\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n**..**\n...***\n..**..\n...***\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n.*...*\n..*...\n..**.*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n.*....\n..*...\n*.**.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n.**\n***\n...\n***\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*.*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*..*.*.***\n*....*.*..\n.....*.*..\n.......**.\n.*..**....\n***...*...\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......***.\n.......*..\n....**.*..\n.*..**..*.\n*.**...**.\n*.*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**...\n**...*....\n*......*..\n....**.*..\n.*..**..*.\n*.**...***\n*..*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*....\n....**\n......\n*.****\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n..***.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**...*\n......\n*.....\n*.****\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*..*.\n*.***.....*\n***..***...\n*.*.**.....\n.**.*.*...*\n****.*.....\n*..***.....\n...........\n....****.*.\n......*..*.\n..*...****.\n**.........\n.*.......**\n*****.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.***.....\n*..**.*....\n.....***...\n.....***...\n.....***...\n.....**....\n....*......\n.....*.*...\n......****.\n.....*....*\n***...**...\n***...**..*\n...*....*..\n.***.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*.\n...........\n.....***...\n.....***...\n*....***.**\n*....**...*\n....*......\n.....*.*...\n......****.\n*....*....*\n.**...**...\n***...**...\n.*.**....**\n...**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.******\n***.*.***\n.****.*.*\n*******.*\n******.**\n*.****.**\n```\n\n\n## Output without wrap\n\n```\n*..**...*\n.........\n........*\n........*\n.........\n*....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****......\n..**.**....*.\n..*..*....***\n*.*..*...***.\n..**.*.*.*.*.\n...*...*.....\n...*.***.....\n...*...**...*\n*..*.***...**\n...*..**..***\n*...*...*.*.*\n*...*********\n.***..*..**..\n.*.*..**.*...\n```\n\n\n## Output without wrap\n\n```\n..**..*......\n..*.......***\n..*..*...*..*\n..*..*..**...\n.***.....*.*.\n...*.*.*.....\n..**.........\n..**....*..**\n..**.*....*..\n...*....***..\n...**........\n*.*.*.*.....*\n**.*.........\n.*.*..*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n..*.......***\n..*..*...*...\n..*..*..**...\n.***.....*.**\n...*.*.*.....\n..**.........\n*.**....*..**\n*.**.*....*..\n...*....***..\n...**........\n..*.*.*......\n.*.*........*\n.*.....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........\n....*....*.\n...........\n...........\n...........\n...........\n...........\n....*......\n..**...**..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...*.......\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*..\n...........\n...........\n...........\n...........\n...........\n...........\n...*.......\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.......\n.*....*.......\n.*....*.......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*....*.......\n.*....*.......\n.*....*.......\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...**...*....*\n...**...*....*\n...**...*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n...\n...\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n....\n....\n....\n..**\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n....\n....\n****\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**....\n*.....\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*....*\n**....\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*****\n****.\n****.\n*****\n*****\n*****\n*****\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*.**\n..*..\n..***\n***.*\n..*.*\n*****\n**...\n..***\n***.*\n```\n\n\n## Output without wrap\n\n```\n..***\n...**\n..***\n.....\n...**\n...**\n.....\n.....\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.**.*\n.***.\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.**.***.\n.......*....*.\n.........**...\n....***.***...\n*.....*..*...*\n**..**........\n.*..*.*.......\n.**..***..***.\n```\n\n\n## Output without wrap\n\n```\n.*....***..**.\n.*....**....*.\n.....***..**..\n.....****.....\n**....*****...\n**..*.*.......\n...**..*...*..\n.**..***...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****..***...\n.*....**....**\n.....***..**..\n.....****.....\n**....*****..*\n.*..*.*......*\n...**..*...*..\n........***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........\n*...........\n*...........\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*.\n..*.......*.\n..*.......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**...\n..*.*....\n....*....\n..*......\n..**.....\n...**....\n...*..*..\n...**.*..\n.**...*..\n.**.**...\n```\n\n\n## Output without wrap\n\n```\n...***...\n...***...\n.........\n...*.....\n.........\n.........\n....**...\n..**.***.\n.*....**.\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n.........\n...*.....\n.........\n.........\n....**...\n..**.***.\n...**.*..\n**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n*..*.\n.**..\n*.***\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n*...*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n.**..\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.\n...*...**\n*..*....*\n...*...**\n```\n\n\n## Output without wrap\n\n```\n.......**\n..***..**\n..***....\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*..\n*.***..*.\n*.***....\n*.***..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.....*.\n.*.......**.\n....*.....*.\n*****...*...\n.....**.**..\n.***...***..\n```\n\n\n## Output without wrap\n\n```\n.........*.*\n...........*\n.*..*...*.**\n*****.**....\n....**......\n.....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n*........*..\n**..*...*...\n.****.**....\n*.......*...\n.****..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*****...\n.*..*..*..\n.*..*..*..\n**.****...\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n....*.....\n..*...*...\n..*...*...\n.*.***.*..\n.*..**.*..\n*.....*...\n**....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.**.......\n..........\n..........\n..........\n..........\n....*.....\n..*...*...\n..*...*...\n.*.***.*..\n.*..**.*..\n****..*...\n*.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*...*\n*....\n....*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n*.*.*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*\n.............\n.............\n.............\n.............\n.......**....\n*...........*\n...........*.\n**..........*\n.*..........*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n**.........**\n..*........**\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...........*.\n.*........*..\n.**........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........***..\n.*..*.....**..\n****.*.....*..\n.*.****..**.*.\n...*....**....\n.**.....*.....\n**............\n...........*.*\n....*...**.**.\n...*****.****.\n...***..**..*.\n```\n\n\n## Output without wrap\n\n```\n.........*.*..\n**.**....*..*.\n*.....*..*..*.\n**...**.****..\n.*.*.*.**.*...\n***.....**....\n***...........\n..........**..\n...**.****...*\n......**.....*\n...*...***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..*...*.\n**.**....*..*.\n*.....*..*..*.\n**...**.****..\n.*.*.*.**.*...\n***.....**....\n***...........\n*.........**.*\n...**.****...*\n......**.....*\n...*...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*.*.\n..*..\n....*\n*.***\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n....*\n....*\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.*...\n.....\n*...*\n*.**.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..**..\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*....\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n.*.*..\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n..*...\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.*.*..\n..*...\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n....****..\n....**....\n.........*\n.........*\n..........\n..........\n..........\n..........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n......**..\n....*..*..\n....*.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n....*..*..\n....*.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*....*\n....*.\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...*.\n*..*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.**.\n.*..\n....\n.*.*\n*.*.\n**.*\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n..**\n...*\n.***\n*..*\n****\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n....\n....\n*.*.\n****\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..***.\n.......**\n......**.\n.....*.**\n.....****\n......*..\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n......***\n.....*..*\n.........\n.....*...\n.....*..*\n.....**..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n.....*..*\n.........\n.....*...\n.....*..*\n.....**..\n.........\n.........\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*****\n*****\n*.***\n.****\n**.**\n.****\n****.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..*.....\n.*.**..*.*....\n.....****.....\n..*..***..**..\n.**......*....\n**.......*....\n*.....*..*....\n****...*..*...\n*........**..*\n..*..*****....\n*...*.***.....\n```\n\n\n## Output without wrap\n\n```\n.*..*.........\n........***...\n........*.....\n..............\n*.**...*......\n..............\n.......*...*..\n.*......*.**..\n*.*.......**..\n.........**...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*........\n....*...**....\n........*.....\n..............\n*.**...*......\n*............*\n.*.....*...*..\n*.......*.**.*\n..*.......**.*\n.***.........*\n..****.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.**\n.....***.*\n.....*****\n```\n\n\n## Output without wrap\n\n```\n..........\n....**..**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***...*\n**.***...*\n**.***...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*\n.....*...\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n....***..\n....***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n.*..\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*..*\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...*\n***.**.*.\n.******..\n...*..**.\n.*.*..*.*\n.****....\n```\n\n\n## Output without wrap\n\n```\n.*****...\n*......*.\n*........\n.*.......\n.*...**..\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n*......**\n*.......*\n**.......\n**...**..\n.*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**.....\n.***..**.....\n***..***.....\n```\n\n\n## Output without wrap\n\n```\n..*....*.....\n...*....*....\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***...\n.......***...\n.......***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n..*..\n***..\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n.**..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n..***\n.**..\n.*...\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..**.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*\n...*....\n........\n.**.....\n........\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*.*....\n........\n.**.....\n.*......\n*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n.**\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.****\n********.\n******..*\n**.**..**\n.****.***\n.....*.*.\n******..*\n..***.***\n**.*.*.**\n*.***.***\n******.**\n.*..*.***\n**.******\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n........*\n.........\n**.......\n*........\n.*......*\n.........\n*........\n.........\n*........\n.........\n*****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.*.......\n.........\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*.*...\n***...\n.....*\n******\n..*.*.\n..*...\n......\n......\n.....*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n*.*...\n.....*\n.**..*\n....**\n...*..\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n*.*..*\n......\n***...\n*...*.\n...*..\n......\n......\n....**\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n...*......\n....*.....\n...*......\n```\n\n\n## Output without wrap\n\n```\n..**......\n..*.*.....\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n..........\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*...**\n.**...\n..**..\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n*....*\n.**.*.\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n***.**\n*..*..\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*.**.\n**.*.\n*****\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n*...*\n.....\n....*\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.....\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....**.\n..........**.\n.*....**.**..\n***..*.**....\n.....*.**....\n...**...***..\n*.****...*...\n.....*.....*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.*.......*...\n*.*...*...*..\n....**....*..\n*..***.......\n....******...\n..****.***...\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**\n**........***\n*.*...*...*.*\n....**....*.*\n*..***.......\n....******...\n.....*.*****.\n...........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...**\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*..\n...**\n....*\n.....\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n*..**\n..*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**..*\n.*..*\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*...\n..*..\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******..*\n.*.*.**.**.\n.*********.\n**.***..*..\n***..*.***.\n..**...*..*\n*.***.****.\n```\n\n\n## Output without wrap\n\n```\n.*.*...***.\n*.........*\n...........\n...........\n*....*.*.*.\n*....*....*\n.**.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n..........*\n..........*\n...........\n.....*.*.*.\n.....*.....\n*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*.***\n*..*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.****\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n****.\n*....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****\n*.***.*\n*.****.\n.***.*.\n*..****\n***.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.*...**\n.......\n**.....\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*....*\n.*..**\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.....*\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n......\n.*..**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n..**.....\n..**.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..**.....\n.*..*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...\n******...\n******...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.....*.\n.*..*.......*\n****...*...*.\n.*.*...*.....\n....**.......\n```\n\n\n## Output without wrap\n\n```\n....**.......\n.............\n****.........\n****.*.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.....*\n*....*.....*.\n*.**........*\n*..*..*......\n.*.*.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*.*.*\n....*\n*.***\n.*.**\n.****\n```\n\n\n## Output without wrap\n\n```\n*****\n*.*.*\n..*.*\n.**..\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n..*..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..*.*\n***.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..........\n...**.........\n..*.*.........\n.....*......**\n..*..*.....*..\n....**.....*.*\n```\n\n\n## Output without wrap\n\n```\n...**.........\n..*.*.........\n....**........\n...***......*.\n.....**....*.*\n....**......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*........\n..*.*.........\n....**........\n...***......*.\n.....**....*.*\n...***......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n...\n..*\n.*.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n.**\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****..\n..*...*.\n...**..*\n..*.*..*\n```\n\n\n## Output without wrap\n\n```\n..****..\n.**....*\n....*.**\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**\n..*.....\n.**....*\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n..**\n..**\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.**.\n....\n**..\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**.*\n....\n....\n....\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n*...\n....\n....\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n..**....\n........\n........\n.....*..\n....*.*.\n.....**.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n........\n........\n.....*..\n....*.*.\n.....**.\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..**....\n..**....\n........\n........\n.....*..\n....*.*.\n.....**.\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...**....\n*..*.***.....\n.**.****...**\n.....**.*...*\n*..**........\n```\n\n\n## Output without wrap\n\n```\n.............\n.*.**..**....\n*..*.......**\n.*..*......**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.**....\n.......**..**\n...*.........\n.*...*.*...**\n.*...**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*..**\n*....*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n**...*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*..*.\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.....*\n...*..\n..*...\n....*.\n.....*\n......\n......\n....*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n......\n...*..\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.*.\n......\n...*..\n......\n......\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n******\n.*.***\n**.**.\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n**..*.\n**..*.\n......\n*.*...\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n....*.\n......\n.**...\n*..*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*...**\n....*.\n*..*..\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n**.***\n*.....\n...***\n.***..\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n*..**.\n****..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........*\n....*.....**\n.....*.**...\n.........*..\n..........*.\n```\n\n\n## Output without wrap\n\n```\n..........**\n..........**\n........***.\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*\n*.........**\n........***.\n........**..\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n*.*.\n*.*.\n.*..\n.*.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n*.*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n****\n....\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.**.\n....\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n...*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.**.\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**......\n*...**....*\n*..........\n*..*.....*.\n*.***...***\n...*.....*.\n...**..****\n.***..*.*.*\n*.**.....**\n*.........*\n...........\n```\n\n\n## Output without wrap\n\n```\n..**.*.....\n**.........\n.........*.\n*...**..*.*\n.**.*..**.*\n...*...***.\n...........\n...........\n***......**\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...*.\n...........\n.........*.\n....**..**.\n*.*.*..***.\n...*...**..\n**........*\n*..........\n***........\n**.........\n....*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n*...*...\n.**.*..*\n...*...*\n...*...*\n```\n\n\n## Output without wrap\n\n```\n........\n*.*.*...\n.**.*...\n...**.**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..*\n*.*.*..*\n.**.*..*\n...**.**\n*.***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n.........\n.........\n.........\n..*......\n.........\n.*.*.....\n*.**.....\n..**.....\n.........\n.........\n*........\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..*......\n..**.....\n.*..*....\n..**.....\n..*......\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n.*.......\n.........\n.........\n.........\n..*......\n..**.....\n.*..*....\n..**.....\n..*......\n.........\n**.......\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.....**\n.**.***...*.\n*****.....**\n*..*..*....*\n.*.*.......*\n.***.......*\n..*.*.......\n```\n\n\n## Output without wrap\n\n```\n**.**.....**\n.........*..\n*.....*...**\n*..........*\n**.**.....**\n.*..*.......\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**\n.........*..\n......*...*.\n............\n.*.**.....**\n.*..*.......\n....*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n.*..*....\n....*....\n.**......\n```\n\n\n## Output without wrap\n\n```\n....*....\n...**....\n..**.....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n....*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n.*....\n......\n...*.*\n*....*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.*...\n......\n**..**\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.......*\n...****......\n.......*.*...\n***...*.*...*\n**.*.**.*....\n.**...*....*.\n...*....*....\n**........***\n```\n\n\n## Output without wrap\n\n```\n..**.........\n..**.**......\n.****..**....\n*.*..**.**...\n...*.**......\n**.****......\n*.........*.*\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*........*\n..**.**......\n*****..**....\n..*..**.**..*\n...*.**......\n**.****......\n..........*..\n.*.**......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..*..*\n*.*...\n...*..\n*..*..\n....**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*..*.\n*...*.\n.*..*.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n**..*.\n......\n**....\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.......\n....**.......\n....*........\n```\n\n\n## Output without wrap\n\n```\n...*.*.......\n.............\n....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n...**.\n...**.\n...*.*\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.....\n......\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n..*...\n......\n......\n...*.*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n..**..\n......\n......\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*.....\n.*..**\n.*..*.\n.*.**.\n..*.**\n..*..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n..*...\n......\n*..**.\n.*.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*...**\n.*..**\n.**..*\n.....*\n...***\n...***\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n*..***\n****..\n......\n.***.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n*.....\n*.***.\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.....\n.***..\n*...*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....**..*\n*..*.**....**\n.*...****..*.\n..**.*...*.*.\n*..*.*.*..***\n*..***.*..***\n.**..***..*..\n....*...**.**\n.*.*..*.*...*\n*.***...*.*..\n..**..*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.****......**\n*..*.*...****\n.*.*...**..*.\n.***.*...*...\n.*...*..**...\n*..*...***..*\n.**....*.....\n.*.**...*****\n.*...*..*.*.*\n....**..*.**.\n.**.*....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*****...\n...*.*...***.\n**.*...**..*.\n****.*...*...\n**...*..**...\n...*...***...\n.**....*.....\n.*.**...*****\n.*...*..*.*.*\n*...**..*.***\n*......*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n.**.*.\n..**..\n..*...\n.***..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n....*.\n......\n......\n.*.*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....*.\n......\n......\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n*****\n*.***\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n***.**.\n**..***\n.******\n*.*****\n.*..*..\n.*.*.*.\n****.**\n**.*.*.\n.*..***\n*****.*\n.**.***\n*.****.\n..*...*\n```\n\n\n## Output without wrap\n\n```\n...***.\n...***.\n.......\n.......\n**.....\n**....*\n..*....\n..**.**\n....***\n.......\n.......\n.......\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n.*.*...\n.......\n.......\n.......\n.......\n..*....\n..**...\n....*..\n.......\n.......\n.......\n**....*\n*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***.\n*.*.**.**\n*.*.**.**\n..*.**.**\n*********\n.**......\n```\n\n\n## Output without wrap\n\n```\n..**.*.**\n*.*......\n..*......\n*........\n*.......*\n*...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*.\n..*......\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.....\n..**.....*\n**.****...\n..........\n....*....*\n```\n\n\n## Output without wrap\n\n```\n..........\n..***.....\n..***.....\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n*.*..*....\n*****....*\n**.*......\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n*.*..\n*.*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*...\n**.*.\n***.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******..*.\n.**.*.*.....\n.*.**.......\n.....***.*..\n...*.....*.*\n*.*..*..***.\n```\n\n\n## Output without wrap\n\n```\n.....***....\n.**.*...*...\n.*.**...*...\n..*.....*...\n...***.*..*.\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*..\n**....*....*\n.*.**...*...\n..*.....*...\n.**......*.*\n**..**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..**\n.....\n.....\n.....\n..**.\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*..*.\n....*\n.....\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*..*\n**..\n*..*\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*.**\n*.**\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*.*.\n..**.**..***\n...**.**....\n*.***......*\n*.***.**...*\n***...*...**\n.**...*.*...\n**.**.......\n*****..*.***\n..*.....*.*.\n```\n\n\n## Output without wrap\n\n```\n..***.....**\n..*..**.****\n.*....**...*\n............\n*...*.**...*\n*.....*...**\n.....*.*....\n....**.****.\n*...*...****\n..*.....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..**...\n..*..**.****\n**....**....\n*..........*\n....*.**....\n......*...*.\n.....*.*....\n....**.****.\n....*...***.\n*...*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*****\n*..**\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.*\n...*......\n.......*..\n.......*..\n.......*..\n......*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......*.*.\n......*.*.\n......*.*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*.\n..........\n......*.*.\n......*.*.\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........*\n............\n............\n*..........*\n*..........*\n*.*.........\n.****.......\n..***.......\n............\n.......*....\n**....***...\n**..**..*...\n..*******..*\n.**...*...**\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n*...........\n*.*.........\n....*.......\n.*..*.......\n...*........\n......***...\n**...**.*...\n*........*..\n*.......****\n.**.*.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........**\n............\n............\n*..........*\n............\n*.*........*\n....*.......\n.*..*.......\n...*........\n......***...\n**...**.*...\n.........*.*\n........****\n.**.*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**..*.*..\n.....*...*...\n.**..........\n.....*.....*.\n....**.......\n.*.**........\n```\n\n\n## Output without wrap\n\n```\n...***.......\n...***.......\n...*.........\n....**.......\n...*..*......\n...*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n.**.**.......\n...*.........\n....**.......\n..**.*.......\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..**\n....\n....\n....\n....\n....\n....\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n....\n....\n....\n****\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n..*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n**.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n..*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.\n.*..*..*.\n*..******\n....*.*.*\n......*.*\n*....****\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.****....\n.*.......\n...**..**\n....**..*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*...\n**.**....\n.*.......\n...**....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n...*.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*....\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.**.***\n.......\n**...*.\n*....*.\n.*.....\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n..*....\n*.*.*..\n*......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.\n.....*.\n.**.**.\n**.....\n**.....\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***\n.......**.\n*....****.\n....**....\n...*.*....\n*...***.*.\n.....***.*\n..**..*...\n....*.....\n....***..*\n...**.****\n*..**.*.*.\n.....***..\n......*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n..........\n....*.....\n..........\n..........\n...**...*.\n...**.**..\n...**.*...\n.....*....\n........**\n........**\n....*****.\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*..**\n........*.\n....*...*.\n........*.\n........**\n...**....*\n...**.***.\n...**.*...\n.....*....\n..........\n.........*\n....*...**\n*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n*...*.\n.*...*\n...**.\n**..**\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n*..*.*\n.*...*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n**.*.*\n...**.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*....\n*.***\n*..*.\n.***.\n..*.*\n*..*.\n*****\n*****\n*****\n**.*.\n```\n\n\n## Output without wrap\n\n```\n***..\n*...*\n*..*.\n*.*.*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n.*..*\n*.*..\n.*...\n**..*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.....\n..........\n..........\n..........\n..........\n*..*.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n..........\n..........\n..........\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n..**\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*.**\n***.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*..\n.**.**..\n*..*.***\n.***....\n.*......\n........\n........\n*....***\n```\n\n\n## Output without wrap\n\n```\n........\n**..***.\n*...***.\n***.*.*.\n***.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****..\n........\n....**..\n.**.*...\n*.*.....\n........\n.*......\n.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*....\n*.*.*\n.*..*\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*..*.\n.**.*\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n**.*.\n...**\n.**.*\n.**.*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*..\n...*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....\n.....*...\n.........\n...*.....\n....*...*\n*...**.**\n*..**...*\n..***....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....*....\n....**.**\n..**.*...\n.***..***\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****...\n.........\n.........\n....*...*\n....**.**\n..**.*.*.\n*.*.....*\n*...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n*...*.\n..*.**\n.....*\n*..**.\n```\n\n\n## Output without wrap\n\n```\n**....\n*...*.\n...***\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n*...*.\n*..**.\n*.....\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n*..\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..\n..***..\n***....\n```\n\n\n## Output without wrap\n\n```\n...*...\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n...***.\n...***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n.....*.\n.......\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.....*.\n.......\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n....*.\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.....*\n....**\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n.*...*..\n.*.*....\n........\n.****...\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*...\n..*.....\n.*..*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*..\n..*.*...\n..*.....\n.*..*...\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n*..*..\n*...*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*..*...\n.**.....*..*..\n....*....*..*.\n..**.....*...*\n.............*\n.........*...*\n......****...*\n.....*........\n.....*......*.\n......*....*..\n.......*..*...\n```\n\n\n## Output without wrap\n\n```\n..**..........\n..*.*...****..\n.*......***.*.\n...*........**\n............**\n.......*.*..**\n......****....\n.....*.**.....\n.....**.......\n......*....*..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*****..\n..*.*...****..\n.*......***.*.\n...*........**\n*...........**\n*......*.*..**\n......****....\n.....*.**.....\n.....**.......\n......*....*..\n......**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n**..\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n**.*\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*\n*...**.*\n.***..*.\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n****.*..\n*......*\n*.**....\n..**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n........\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n.*....\n*...**\n*..***\n...*..\n..**.*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n..*..*\n.....*\n..**.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*....*\n*.....\n.**.**\n***...\n**...*\n..****\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*...\n*.........*...\n............**\n.....*....**..\n```\n\n\n## Output without wrap\n\n```\n..............\n...........*..\n..........*.*.\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*....\n.........*.*.*\n..........*..*\n............**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*.**.\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..**\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*..*.\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n*.***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n*.***\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**.*\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.*\n*..**..**\n..*.***..\n*..***.*.\n*..*.....\n*...*....\n*...****.\n**....**.\n.*.*....*\n**.******\n```\n\n\n## Output without wrap\n\n```\n***..**.*\n*.......*\n.**.....*\n.**......\n**.*.*...\n**.**.*..\n*...*..*.\n***.*...*\n...*....*\n**.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n***......\n.**.....*\n**.*.*...\n**.**.*..\n*...*..*.\n.**.*....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..*.*\n.*.*.\n.*..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.**\n.*..*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n**.*.\n.....\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.....\n..*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.*.*\n**...\n****.\n...**\n**.**\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*.*.*\n.....\n*..**\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n...*.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*.*\n***.*.**.\n....*...*\n***.*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*...*..\n*.*.*.*.*\n....*.*.*\n.*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..\n..*.*.*..\n....*.*..\n..*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*....\n..............\n..............\n..............\n.............*\n............*.\n..............\n...*..........\n...*...*......\n..**..........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..***.........\n..***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..***.........\n..***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.*.*\n....\n....\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n*......\n**.**..\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***....\n**....*\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n****.*\n*...*.\n*.....\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n..*..*\n*.***.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n*.*...\n*.****\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********..****\n*.**.*.***.***\n**.*********..\n.*****.**..*.*\n.*.*********..\n```\n\n\n## Output without wrap\n\n```\n*....*.*.**..*\n.............*\n*............*\n..............\n.*.......****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n***.\n***.\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n.**..*\n***...\n**.*.*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n**.***\n.....*\n...**.\n*..*.*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n**.*..\n*.***.\n.*****\n***.*.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n*..**.\n......\n*....*\n.....*\n*.....\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..**.*\n...*......*\n.*.**....*.\n.....*.....\n*..........\n.*.........\n.........*.\n**..*......\n```\n\n\n## Output without wrap\n\n```\n..***....*.\n........*.*\n..***......\n....*......\n...........\n...........\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....**\n........*.*\n..***......\n....*......\n...........\n...........\n**.........\n*****...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*......\n..*.*....**\n*.*.*...**.\n*..*.....**\n*...*......\n*.***.....*\n****.*...**\n.*..***..**\n.*.*..*..**\n**...**..**\n```\n\n\n## Output without wrap\n\n```\n.****....*.\n..*.**..**.\n..*....*...\n..*.**..*.*\n*...**.....\n*....*...**\n.....***.*.\n......*.*..\n***..*..*..\n***...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.**.\n..*..*..**.\n..*....*...\n..*.**..**.\n....**...*.\n.....*.....\n.....***...\n......*.*..\n........**.\n..*.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n......\n.**..*\n....**\n*....*\n.**..*\n**.*.*\n**.*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n....**\n.*..**\n.*...*\n..*..*\n...*.*\n**.*.*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n*...**\n.*..*.\n.*....\n..*...\n...*..\n.*.*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*...\n*..*...*.*\n**....**.*\n**..*.*.**\n.*.*.*..**\n*.*...*.*.\n.*.*..**.*\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*......*..\n..*..**..*\n....*.*...\n...****...\n*..****...\n.**...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*..*\n.......*.*\n..*..**...\n....*.*...\n...****...\n...****...\n...*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*****..*\n.****.*.\n```\n\n\n## Output without wrap\n\n```\n*.**....\n*...**..\n*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....**.*\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*...\n****\n.***\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*******\n.**..**.\n*.*.****\n.****...\n***.**.*\n..*.*.*.\n**.***..\n.*.***.*\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n......**\n......**\n**......\n***..**.\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n........\n......*.\n......**\n.*....*.\n*.....**\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n*......\n*.....*\n*......\n.......\n.......\n....*..\n.......\n.......\n.......\n*.....*\n.......\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.....*.\n.*.....\n.*....*\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n*....**\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n.....*\n..****\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*.....\n......\n......\n.**...\n**....\n***...\n***...\n***...\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n.*....\n.*....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n.*....\n.*....\n**....\n....*.\n*....*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n...***.\n**.*.**\n.*.*...\n**....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n.***..*\n.*.*...\n...**.*\n.*...*.\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n*.**.*.\n**.*...\n...***.\n**....*\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....***..\n...****...\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n.......**.\n....*.*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n.......**.\n....*.*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.**....\n*..*...\n..*....\n***....\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.**....\n...*...\n*.**...\n.**....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.**....\n...*...\n*.**...\n.**....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*.**\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.....*.\n*.........**..\n.....*..*...**\n....**...*....\n..*.*..**.....\n.....*.....*.*\n**.**.*..*....\n*.**..***.....\n```\n\n\n## Output without wrap\n\n```\n...........*..\n.....*.....*.*\n....**...****.\n...*****.*....\n...**.*.*.....\n.**..****.....\n**.**.*.*.....\n*.*******.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**....*..\n*....*.....*..\n....**...*****\n...*****.*....\n...**.*.*.....\n***..****.....\n**.**.*.*....*\n*.*...*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**\n*.*.....\n........\n.....*..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.......*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n.**...\n**....\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n***...\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n***...\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n.****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**\n**........\n***.......\n..*....*..\n.......**.\n```\n\n\n## Output without wrap\n\n```\n**........\n..*.......\n*.*.......\n..*....**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**.\n..*.......\n*.*.......\n..*....**.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*....\n...*..\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..*.*...*\n.*......*.*..*\n*****.*..*...*\n.*...***......\n.*...*.*..*...\n```\n\n\n## Output without wrap\n\n```\n.......***....\n...****...*...\n...****.......\n...*.*...*....\n......***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....***..\n*..*......****\n...****.....**\n..**.*...*....\n..*.**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n.....*\n..*.*.\n....**\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n..*..*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n..*..*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.*.\n**.*.\n..*.*\n..*.*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.*...\n*...*\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n...*.\n**.*.\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*...\n*...*\n*....\n*..**\n*.***\n***.*\n*****\n...**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n.....\n...**\n*.*.*\n.*...\n.....\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*..*\n.*.**\n.*.**\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n....*\n.....\n.....\n.....\n..*.*\n.**..\n.**.*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n...*.\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n...*.\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n**..\n..*.\n....\n.*..\n.*..\n.***\n```\n\n\n## Output without wrap\n\n```\n..**\n*.**\n*.*.\n.*..\n....\n....\n**..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*.*.\n.*..\n....\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*..*\n**.*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*.**\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*..*\n.***\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n.**.\n****\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n...*\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.*.....\n.......\n**....*\n.*.*.**\n...***.\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n*.*....\n.....**\n*..*...\n...*.**\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.......\n***....\n.*.....\n.*.*...\n...*...\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.**\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.***..\n..**.*\n***.**\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n.*...\n.*...\n***.*\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n...**\n...*.\n..*..\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.*.**\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.*...*...\n*....**.*\n....*.*.*\n....*....\n..*.*..*.\n.*.....*.\n.*......*\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n....*.**.\n...**.**.\n...***...\n..**...**\n..*....**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**\n*....*.*.\n.*..*.*..\n*..**.*..\n...***.**\n****...*.\n***....*.\n*......*.\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n*..*...\n..*.***\n.....*.\n..*..*.\n.*.....\n.*.**..\n***.***\n```\n\n\n## Output without wrap\n\n```\n..***..\n..*...*\n......*\n...*.*.\n..***..\n..***..\n*......\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**.....\n.*.....\n...*.*.\n..***..\n..****.\n*.*...*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...*.\n.....\n..*..\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n..*..\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n...*.\n.....\n..*..\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....**..\n*..*....***\n.**..*.**.*\n*........*.\n***...*.**.\n.*..***..**\n*..*****..*\n..***.***.*\n**....**...\n*.....****.\n**.*....***\n.*.*.***..*\n*...***...*\n```\n\n\n## Output without wrap\n\n```\n***....**..\n*..*..*...*\n***....*..*\n*.....*...*\n*.*...***..\n..........*\n.*........*\n*.*.....**.\n****.......\n..*...*...*\n**..**....*\n.*.*...**.*\n....*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*******..\n...*..*....\n.**....*...\n......*....\n..*...***..\n...........\n.*.........\n..*.....***\n****.......\n..*...*....\n.*..**.....\n.*.*...**..\n...**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n........*\n.*.......\n*.......*\n.........\n.........\n...*.....\n..*......\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n..*......\n........*\n*........\n.........\n.........\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*\n**......**..*\n*...*...**..*\n....*.....***\n....**.......\n.......****..\n.......*.*...\n```\n\n\n## Output without wrap\n\n```\n.............\n**......**.**\n**......*...*\n...**....****\n....**..*....\n......**.**..\n.......*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..*\n.*......**.*.\n.*......*....\n*..**....****\n....**..*....\n......**.**..\n.......*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n....*..**.\n..*.*....*\n*.....****\n...*..*...\n.........*\n....***...\n*.**...*.*\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n........*.\n...*....**\n...*.**..*\n...*.*****\n......*..*\n....*.*...\n...****.*.\n...*...**.\n...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n...*....**\n*..*.**...\n*..*.*****\n*.....*...\n....*.*...\n*..****.**\n...*...**.\n*..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..****\n.*..**\n.***.*\n*..***\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**..\n**....\n**....\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n.*....\n.*....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n..*.\n****\n***.\n***.\n***.\n*.*.\n**.*\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.**\n*..*\n....\n...*\n...*\n...*\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*.*\n..*.\n....\n....\n....\n....\n....\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..**\n.*..**.**\n****..***\n.**......\n..*...**.\n...**.**.\n..*****..\n......*..\n...*.....\n***.*....\n..*.*..*.\n.*..***..\n**..*..*.\n****..**.\n```\n\n\n## Output without wrap\n\n```\n.********\n.....*...\n*..****.*\n*.......*\n.**..***.\n.........\n..*......\n..*...*..\n.***.....\n.**.*....\n*.*.*.*..\n***.*.**.\n....*..*.\n*.**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*...\n...****..\n.........\n.**..***.\n.........\n..*......\n..*...*..\n.***.....\n.**.*....\n*.*.*.*..\n***.*.***\n....*..*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*...\n..***.***.\n...*.*.*..\n.**.**.*..\n*.*..*..**\n...*.*....\n...*.*....\n..*.**....\n..*..*....\n..*...*.**\n```\n\n\n## Output without wrap\n\n```\n..*.**....\n**..**....\n**........\n.**...*...\n.....*.*..\n.*.....*..\n.*.....*..\n.......*..\n.****.*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.*.\n.**.......\n........**\n..*...*...\n.....*.*..\n*......***\n.*.....*..\n.......*..\n*.........\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n.***\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.***\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*\n..*.......*\n..*.......*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*..\n.*......*..\n.*......*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n.....\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n*****\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....**..\n**....*****\n..*....*.*.\n..**.....*.\n*...*.....*\n...*.....*.\n***......*.\n```\n\n\n## Output without wrap\n\n```\n**.........\n*..*.**....\n...*..***.*\n.*..*..**.*\n....*......\n.........**\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n**...**...*\n*..*..****.\n*...*..***.\n....*.....*\n***.*...*..\n..**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.*.*\n.***.\n..**.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*..*\n...**\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n*..\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.**\n.*.*.\n***..\n.**.*\n.*.**\n.**.*\n**.**\n.*.*.\n***..\n```\n\n\n## Output without wrap\n\n```\n**.**\n**...\n..***\n...**\n.....\n.....\n.....\n...**\n*.***\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n..***\n...**\n*..**\n.....\n.....\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n.....*\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n*.....\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.......*\n...***......\n....***.*.**\n......***..*\n*......*....\n*......*.***\n......*.....\n......*..*..\n*****.....*.\n............\n............\n.*.*********\n```\n\n\n## Output without wrap\n\n```\n..**........\n..**..*...**\n...*....****\n........****\n.........*.*\n......***.*.\n......****..\n.***.*......\n.***........\n.***........\n....*******.\n....*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***.*\n*.**..*...**\n...*....****\n*.......****\n*........*..\n*.....***.**\n......****.*\n.***.*......\n.***........\n.***........\n....*******.\n...*********\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*.***.\n...**.\n*.*..*\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.....*\n..*.*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n*....*\n....*.\n..*.*.\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*....\n*...**.*.*.\n.**.**.***.\n*.*.*...**.\n*..*....***\n*.**...**..\n**.*.**..**\n..*.****...\n*..**.*.***\n*....***..*\n```\n\n\n## Output without wrap\n\n```\n**..*.*....\n*.*....*.*.\n*.*....*..*\n*.*.**.....\n*...*.....*\n*..*..**...\n*........*.\n*.*........\n.*.*....***\n....*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...*..\n*.*....*.*.\n*.*....*...\n*.*.**.....\n*...*......\n...*..**...\n*........**\n..*........\n**.*....**.\n...*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n**...\n....*\n***..\n*...*\n.****\n*....\n..**.\n.....\n**.**\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*..*.\n.....\n****.\n....*\n***.*\n.**.*\n.....\n...**\n..***\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n....*\n..**.\n.*.*.\n.**..\n.**..\n**...\n**...\n*.***\n*.*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*..*.\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.**\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n**.*.\n*.**.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..****.\n*.***..*.\n**.**..*.\n*.**.****\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n.**.****.\n*......**\n*........\n*.**.*..*\n....**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*.\n*......*.\n.........\n..**.*...\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..\n...*..*....\n*..*.*..**.\n*...*......\n*..*.*...*.\n.*.*...*.*.\n.*.......*.\n..*...**.*.\n*.......*.*\n..*...*....\n.**..*.....\n.*.**..**.*\n```\n\n\n## Output without wrap\n\n```\n...........\n....*..***.\n...*.*.....\n**.*.*..**.\n****....*..\n**..*....**\n.*....**.**\n.*.....*.**\n.*....*.**.\n..*........\n.*..****...\n.*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...**.\n....*..***.\n...*.*....*\n**.*.*..**.\n****....*..\n**..*....*.\n.*....**.**\n**.....*.*.\n.*....*.***\n*.*........\n**..****...\n**.**..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..***\n.**.*\n.***.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n*...*\n....*\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.\n..**.*...\n....**...\n.*.***...\n....*...*\n.......**\n*.....**.\n```\n\n\n## Output without wrap\n\n```\n....**...\n....*.*..\n.........\n...*.***.\n...******\n....*....\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n....****.\n.........\n...*.****\n*..******\n*.....**.\n....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n....*.\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...**.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n..*...\n....*.\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n.**.*.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n....*.\n..*..*\n.*....\n...***\n```\n\n\n## Output without wrap\n\n```\n.****.\n....**\n......\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*...*.\n......\n*.**.*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..*..\n*.*...\n*.*..*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n*.**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*.**.*\n*.**..\n*.**.*\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.\n*********.\n.**.***.*.\n**********\n*********.\n**********\n.*.*******\n..********\n..***.***.\n***.******\n.**.******\n**...*.*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.........*\n..........\n*.........\n...**.....\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n**..\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n.*.**...\n..*.*...\n*.*.**..\n*...*.*.\n.*****..\n***.*...\n.....***\n....*.*.\n*..**..*\n*..*****\n*.**....\n```\n\n\n## Output without wrap\n\n```\n........\n.*****..\n..*.....\n....*...\n*.....*.\n........\n*.......\n.*.**.**\n...**...\n.......*\n*....***\n.***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*\n******.*\n..*.....\n....*..*\n*.....**\n.......*\n*......*\n**.**.**\n*..**...\n*.......\n.....**.\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*..**\n*..**\n*....\n..***\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n**..*\n**..*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*.**.\n...*.\n**...\n**.**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n.**.*.\n******\n```\n\n\n## Output without wrap\n\n```\n.****.\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n..*....\n*.*.*..\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n...*...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n...*...\n**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..**\n*...*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n.....\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..**\n*.*..**.\n***.**..\n.*.*****\n***.****\n**...***\n**.**.**\n.****.**\n*...*..*\n.****.**\n****.***\n..**.***\n**.*****\n*****...\n```\n\n\n## Output without wrap\n\n```\n***..***\n.......*\n*......*\n.......*\n........\n........\n........\n........\n*.......\n........\n*.......\n........\n*......*\n*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*.***.\n**.**.\n**.*..\n..***.\n..*.*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*....*\n......\n*.....\n....*.\n..*.**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.....\n......\n*.....\n....**\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.***\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n...*\n....\n....\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n*.**\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n**.*.*\n.**.**\n..***.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n**....\n*...*.\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*....\n...**..*..*.*.\n..............\n...*.......*..\n.....*........\n**.......*....\n..*.....*.....\n.......*.*....\n....*........*\n..*....*.....*\n........**.*.*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n........**....\n.......**.....\n.......***....\n.......***....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.**.\n..........***.\n..............\n..............\n..............\n..............\n........**....\n.......**.....\n.......***....\n.......**....*\n........*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.........*.\n.*.........\n...........\n......*....\n*....*.....\n...........\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*...*\n...*.**...\n***...**.*\n...**.*...\n```\n\n\n## Output without wrap\n\n```\n....****..\n.*.***.**.\n.*...*....\n.*.*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...*\n*..**.****\n.**..*...*\n*..**.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n......\n..**..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n*......\n*......\n**....*\n```\n\n\n## Output without wrap\n\n```\n**.....\n*......\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n**********\n**********\n**.****.**\n*********.\n****.*****\n*******..*\n****.*.***\n.*********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n.........*\n..........\n..........\n*....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.\n.*****..\n***.*.**\n..*..*.*\n*.**.**.\n*.****..\n```\n\n\n## Output without wrap\n\n```\n.*....*.\n.......*\n*......*\n*......*\n........\n..*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n........\n.......*\n........\n*.......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**.**\n*....\n*..**\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.**..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n.**\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n..*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n...*..\n..***.\n...**.\n......\n**....\n.**...\n.**...\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.**...\n...*..\n..**..\n.*....\n.**...\n......\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.*.*..\n.**...\n...*..\n..**..\n.*....\n.**...\n......\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n***.\n....\n...*\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*...\n*..*\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n*.*.\n.*.*\n*...\n.*..\n.*.*\n*..*\n...*\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n...*\n...*\n....\n*...\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n....\n.*.*\n...*\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***.*..\n........**....\n.***..........\n****..........\n.*..*.........\n..............\n..............\n..............\n..........*...\n..........*...\n........*.**..\n```\n\n\n## Output without wrap\n\n```\n.......*.**...\n..*....*.**...\n*..*..........\n*...*.........\n**.*..........\n..............\n..............\n..............\n..............\n..........*...\n.........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...*..\n..*....*.**...\n*..*..........\n*...*.........\n**.*..........\n..............\n..............\n..............\n..............\n..........*...\n.......**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**...\n........*....\n...**..*.....\n....*..*.....\n....****.....\n..**...**....\n..*.*.*.**...\n..*..........\n```\n\n\n## Output without wrap\n\n```\n.......*.*...\n...**........\n...**.*......\n...*.****....\n........*....\n.***....**...\n.***....**...\n..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*...\n...**........\n...**.*......\n...*.****....\n........*....\n.***....**...\n.***....**...\n.**....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n......**..\n......*...\n.**.......\n***.......\n..........\n```\n\n\n## Output without wrap\n\n```\n......**..\n........*.\n......**..\n..........\n*.*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n........*.\n......**..\n..........\n*.*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....****.\n..........\n..........\n..........\n..........\n....**....\n.*........\n..........\n..........\n....*.*...\n..........\n..*..*....\n.....***..\n```\n\n\n## Output without wrap\n\n```\n......**..\n......**..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*.\n......**..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**.\n.*.***.**\n..**.**..\n.****.*.*\n.*..*****\n**.*.****\n.**...***\n...**.*.*\n.*****..*\n*...*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....***\n.*......*\n........*\n.*......*\n.........\n*..*.....\n**.......\n......*.*\n.**...*..\n.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n**......*\n........*\n.*......*\n.........\n...*.....\n.*.......\n......*.*\n.**...*.*\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.\n.....*.\n...*.*.\n**..**.\n..*.*.*\n.*.....\n*.***..\n.......\n*.**.**\n```\n\n\n## Output without wrap\n\n```\n...****\n...*...\n.**....\n.**.*.*\n*...*..\n*....*.\n.***.*.\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.*....*\n..*...*\n***.***\n....*.*\n*....**\n..**.*.\n*..**..\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*.*\n**.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n.*.*****\n*.***.**\n.***.*.*\n.*.**.**\n*****..*\n******.*\n```\n\n\n## Output without wrap\n\n```\n**.....*\n........\n*.......\n*.......\n.......*\n.......*\n*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.*\n....**...\n.**..**..\n*..**.*..\n......*.*\n.........\n.***.....\n```\n\n\n## Output without wrap\n\n```\n....*....\n.*.**..*.\n.**...*..\n.****.*..\n.....*.*.\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*....\n**.**..*.\n.**...*..\n*****.*..\n.....*.*.\n..*......\n****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*.*\n*..**..**\n**..*..**\n**.......\n```\n\n\n## Output without wrap\n\n```\n...***..*\n*.*...*..\n..***..**\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****...\n..*...*..\n..***..*.\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.\n*..*****\n**..*..*\n*..***.*\n*.*.***.\n**.*.***\n********\n```\n\n\n## Output without wrap\n\n```\n.**....*\n*......*\n***....*\n*.*....*\n*.*.....\n........\n*..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n..*.....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n....****..\n*........*\n.**......*\n.*.******.\n*..*......\n...*.....*\n******.**.\n*.........\n....*....*\n......***.\n*.........\n..*.....*.\n```\n\n\n## Output without wrap\n\n```\n....***...\n....***...\n.*...**.*.\n********.*\n**.******.\n...*.****.\n*.......*.\n*****...*.\n*.*..*..*.\n.......**.\n.......**.\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****..\n....***...\n**...**.**\n.*******.*\n.*.*******\n*..*.*****\n........**\n*****...*.\n*.*..*..*.\n.......***\n.......***\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.**.\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n...***\n......\n......\n*....*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n...***\n....**\n.....*\n**...*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.*......*\n*........\n*........\n....**...\n...*.*...\n.*.**....\n.**...*.*\n.........\n****.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n...***...\n..*...*..\n.*...*...\n**.......\n*..*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.......**\n*.......*\n*........\n...***...\n.**...*..\n*....*...\n*........\n...*.....\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n***..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n***..\n***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...........\n...*.........\n.............\n...*....*....\n*..........*.\n..*..........\n.............\n..*..........\n.............\n.............\n*.......*....\n......*......\n...**......*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**..\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*...*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n...\n*.*\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*.*\n*.**\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*.**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n..*.\n**..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n.........\n**.......\n..*......\n*........\n```\n\n\n## Output without wrap\n\n```\n..*......\n*........\n.*.......\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n*........\n.*.......\n*........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.......\n.......\n.......\n.*.....\n...*...\n..*.*..\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..**...\n.**.*..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.......\n.......\n.......\n.......\n..**...\n.**.*..\n.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*****\n.****\n...**\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n*....\n.*...\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.....\n.....\n.*...\n*..**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n.......*\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.*....*.\n.*....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n*.*..\n.*...\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**...\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.........\n.........\n.........\n.........\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.........\n.........\n.........\n.........\n.**......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*....\n.*.*...\n...*...\n*...*..\n*...*..\n**.*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n..*....\n.....*.\n*****..\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n..*....\n.......\n*******\n**....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n**.*.\n*.*..\n.**.*\n.****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n**...\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n..***....\n.........\n....*....\n....*.*..\n....*.*..\n......*..\n......*..\n.........\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.....\n...**....\n...*.*...\n....***..\n.....***.\n......**.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.**.*....\n...**....\n...*.*...\n....***..\n.....***.\n......**.\n.........\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*...*\n..*..\n*****\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n*...*.\n...*..\n..**..\n.***..\n..**..\n```\n\n\n## Output without wrap\n\n```\n...***\n.....*\n..***.\n.*..*.\n.*..*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n..***.\n.*..*.\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*..\n.......**\n....*....\n.**.*....\n..*.*....\n.....*.*.\n.***..**.\n*.*..*..*\n.**.*.*.*\n.....*.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n.*...*...\n*........\n*......**\n***....**\n*.......*\n.***....*\n..*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*****\n.........\n...*.....\n.*...*...\n*........\n........*\n***....*.\n.......**\n.**...***\n**..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n***.\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n...*..\n.**...\n...*..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n......\n..*...\n..*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n.*..**\n..*..*\n....*.\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n*...*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..**\n.......*..\n...***.***\n.......*..\n```\n\n\n## Output without wrap\n\n```\n....*...*.\n.......*..\n....*..*..\n....*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.***.\n.......*..\n....*..*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..******\n*..***......\n.***....**..\n..*...*..***\n***.....*...\n.*...*....**\n*...*.....*.\n*.....*.....\n......*...**\n*..........*\n****.*....*.\n*..***.....*\n*.****...*.*\n```\n\n\n## Output without wrap\n\n```\n.**.**.***..\n*.........*.\n**...*.***..\n*.......**..\n.........*.*\n*.*......*.*\n.*..........\n.........*..\n............\n..**........\n*.**......**\n*..****....*\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...**.\n.*...*.....*\n.*...*.***..\n.*......****\n.........*.*\n..*......***\n**........*.\n**.......**.\n...........*\n..**........\n..**........\n......*.....\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.*..*\n...*.\n.....\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n..*..\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.*.\n*...******\n.....*..*.\n....******\n*......**.\n```\n\n\n## Output without wrap\n\n```\n......*.**\n....*....*\n..........\n....**...*\n.....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n*...*.....\n*.........\n....**....\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........**\n..........**\n....**....*.\n....**......\n............\n```\n\n\n## Output without wrap\n\n```\n..........**\n.........*..\n....**....**\n....**......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n.........*..\n....**....**\n....**......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n.**\n.*.\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n..*\n..*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**...*\n.***..***.*.\n**..*..*....\n.**.*....*..\n..**...**...\n.*..***.....\n*.*.........\n.**.....*...\n.......*.*..\n..***.*...*.\n...**..**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.**.*...\n..***...*...\n*...****.*..\n*...*..*....\n......***...\n.*..****....\n*.**.*......\n.**.....*...\n.*.....***..\n..*.***...*.\n..*.**.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.....**\n..***...*...\n*...****.*..\n*...*..*....\n......***...\n.*..****....\n*.**.*......\n.**.....*...\n.*.....***..\n..*.***...*.\n..*.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n..*...*\n..*...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n.***.**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**\n****.**\n****.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.\n..*****\n*...*.*\n*......\n.**....\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n.**...*\n*.*...*\n.*..*.*\n*......\n***....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n**..*..\n*.....*\n.**...*\n...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*..*.\n**.*.*.*.....\n...*.......*.\n..*..*.....*.\n........*..*.\n...*...**...*\n*....**.**..*\n....**.**..**\n*...**..*...*\n```\n\n\n## Output without wrap\n\n```\n....**.*.....\n..**...*.....\n..*...*....*.\n.......*..*.*\n.......*.....\n......***.*..\n..........*..\n....*..**.*..\n.....***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....***...\n.**...**.....\n..*...*.....*\n.......*..*..\n.......*.....\n*.....***.**.\n*.........**.\n........***.*\n........**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....**\n...*..\n..***.\n......\n...*..\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*..*\n.**.**\n..*.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*..*\n.**.**\n..*.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..***\n*..**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**....\n.*...*\n.*.*..\n...*..\n...*..\n....*.\n.*....\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n.*....\n....*.\n...**.\n...**.\n......\n..**.*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n.*...*\n.*....\n*...*.\n...**.\n...**.\n......\n*.**.*\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n....*.**.\n..**.**..\n*.*.**..*\n****.*...\n*...****.\n..******.\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....**..\n.*.......\n*.*......\n*........\n.*....***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n.......*.\n.*......*\n*.*....**\n**.....*.\n......**.\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*\n..**...\n**.*...\n...*..*\n****.*.\n*..*.*.\n*..*.**\n...*...\n.*.****\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n.......\n.*.**..\n...*...\n**.*.**\n*..*.*.\n..**.**\n...*...\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n......*\n**.**..\n...*..*\n**.*.*.\n...*.*.\n*.**.*.\n...*...\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.......\n......*...*..\n.*...*...**..\n.*...*...*.*.\n*...*....*.**\n...*.....*.*.\n....*...*...*\n.*****.**....\n....*.*.*....\n.****.***....\n..*...*......\n..*...*......\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n....*.*..**..\n......**...**\n....*.**.....\n.......*.....\n...***.....**\n...****......\n......*...*..\n.***.*...*...\n.....*.*.....\n.....*.*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**.....\n....*..*.**..\n......**...*.\n....*.**...*.\n**.....*...*.\n...***.......\n...****......\n......*...*..\n.***.*...*...\n.....*.*.....\n...*..*......\n..*...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n..**.....*\n.........*\n..**.....*\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**\n........**\n*.......**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...\n....*.....\n....****..\n..........\n...**.....\n.....*....\n....*.*...\n.....*....\n.....**...\n```\n\n\n## Output without wrap\n\n```\n....*.....\n...*......\n......**..\n...*..*...\n...***....\n...*.*....\n...**.....\n....*.*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**..\n...*...*..\n......**..\n...*..*...\n...***....\n...*.*....\n...**.....\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n..*.*...\n..*.*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n.**.**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..\n.**.**..\n.**.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****\n.....**\n*..*..*\n....*..\n```\n\n\n## Output without wrap\n\n```\n....*.*\n...*...\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n...*...\n*...*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****\n*..**..\n*..***.\n.......\n....*.*\n**.....\n......*\n..*....\n**.**..\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n..**.**\n..***..\n....*..\n.......\n.......\n.*.....\n*......\n.*...*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n*****..\n*.*****\n*...***\n*....*.\n.......\n.......\n.....*.\n....***\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.....\n.....\n.....\n..**.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n...*.\n...*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....*\n.****....\n.*.*.****\n```\n\n\n## Output without wrap\n\n```\n.....*...\n***......\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n*...*...*\n*...*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n*..*..\n*.....\n*.**.*\n.*....\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n*.**..\n*...*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n*.***.\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.**....\n**....*\n......*\n.......\n......*\n*......\n.*..*..\n.......\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n***..*.\n***....\n.......\n.......\n.......\n.......\n.......\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.**..**\n.**...*\n......*\n.......\n.......\n*......\n.......\n.**....\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.****..\n.......*\n..****..\n```\n\n\n## Output without wrap\n\n```\n...**...\n...**...\n.*....*.\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n...**...\n.*....*.\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n....\n..**\n**.*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n...*\n.***\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n.***\n**.*\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*...*\n**....\n*....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n*.*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n.**.**\n.**...\n.**...\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n...*..*.\n.*..*.*.\n..**..**\n*..*.*..\n*..*.***\n..**.***\n```\n\n\n## Output without wrap\n\n```\n........\n.....***\n....*.*.\n.***..**\n.*.*.*..\n.*.*...*\n..**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.*\n.....***\n....*.*.\n****..**\n**.*.*..\n**.*....\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.**...\n.**...\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n*.....\n...***\n....*.\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n...*..\n...*..\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*..*.\n*..*..\n*..*..\n...*.*\n...*..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.***.\n.....\n.....\n...*.\n..*.*\n**...\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n..*..\n..*..\n.....\n...*.\n.***.\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*.*.\n..*..\n..*..\n.....\n...*.\n*****\n***..\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..**\n*.**\n**.*\n.*.*\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.**.\n*..*\n***.\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n.*..\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n***..*\n..*...\n****..\n..*..*\n***...\n**....\n.*..**\n***...\n```\n\n\n## Output without wrap\n\n```\n..***.\n....*.\n......\n...*..\n......\n*.*...\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...**\n.....*\n*..*..\n.....*\n..*..*\n......\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..\n*.....*.\n.*....**\n**...**.\n.*..*..*\n*...*...\n```\n\n\n## Output without wrap\n\n```\n......*.\n**....**\n.......*\n*.*..**.\n***..*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.\n..*..*.*\n........\n.**..**.\n....*.**\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*\n..*.**..\n..**...*\n```\n\n\n## Output without wrap\n\n```\n....***.\n.**.**..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..\n***.**..\n****.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.**.**\n....**\n.*..*.\n....*.\n***..*\n*.**.*\n**.***\n.*....\n......\n......\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n**.**.\n.*..*.\n.....*\n..*..*\n..*..*\n.*...*\n*.**.*\n*****.\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n.*..*.\n.*..*.\n..*.*.\n..*...\n......\n..***.\n..***.\n......\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n....\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n.*..\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n*.*.\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n***\n..*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.\n.....**\n.....**\n.......\n..*.***\n**.*.*.\n*......\n*....*.\n.......\n..**...\n..*...*\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*..\n....**.\n..*....\n*.....*\n*.....*\n*.****.\n.......\n.......\n..**...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....*..\n....**.\n.**....\n.......\n.......\n*.****.\n.......\n.......\n..**...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.....*...\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n**..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n..***..\n**.*...\n**.**..\n***.**.\n.....*.\n.......\n.......\n.......\n*...***\n```\n\n\n## Output without wrap\n\n```\n....*..\n.**.*..\n*......\n.....*.\n*.*..*.\n.*..**.\n.......\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.**.*..\n*......\n.....*.\n*.*..*.\n.*..***\n.......\n.......\n.....**\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.***.\n..**.\n.*.*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n*.*.*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.********\n*.***.*****.*\n*************\n.***.********\n***.*********\n.************\n*..*******.**\n*********.***\n*************\n**.*********.\n**********.**\n***.****..***\n*********.***\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.........*...\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*.*\n**..\n.*..\n....\n....\n.*..\n.**.\n.*..\n....\n....\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n**.*\n**..\n**..\n....\n....\n.**.\n***.\n.**.\n....\n....\n....\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*..\n**..\n....\n....\n.**.\n***.\n.**.\n....\n....\n....\n***.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**.*.\n.**..\n.....\n**...\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n***..\n*.*..\n*..*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.**\n***..\n*.*..\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n..*...\n.***..\n....*.\n**....\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.****.\n*.....\n**.**.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....*.\n******\n*....*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*..*.\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*..*.\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n***.*.\n**..**\n.*****\n.*****\n****.*\n**.***\n*****.\n***.*.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n.*....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n***..*\n..*..*\n...*.*\n**..*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.....*\n.....*\n.....*\n*....*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n.....*\n.....*\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*****.\n**.***\n**..**\n```\n\n\n## Output without wrap\n\n```\n*...*.\n......\n......\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n.**.**...*\n.***.*...*\n...**....*\n*.**.*....\n**.**.....\n*........*\n...*....*.\n..*.....**\n```\n\n\n## Output without wrap\n\n```\n....**....\n..*...*...\n.....**...\n....***...\n.....*....\n*....*....\n***.*.....\n.***....**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.**.\n....*.**..\n.....**.**\n....***...\n*....*...*\n.....*....\n***.*....*\n........*.\n..****.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n**.*\n..**\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n...*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n.........\n.........\n.........\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n.*........\n......**..\n.....***..\n....**..*.\n....*.....\n..***.....\n....*.....\n...*.**...\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n.....*.**.\n....*****.\n..........\n....**....\n..........\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n.......*..\n.....*.**.\n....*****.\n..........\n....**....\n..........\n...*..*...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*....\n.**.*..*\n**......\n.***...*\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n...*....\n*..*....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.**\n*..*..**\n*.**..**\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..**.\n...*.\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.****\n..**.\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n*........\n...**....\n.***.....\n.**......\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..***....\n**..*....\n..*......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..***....\n**..*....\n..*......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n..**\n*..*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n..*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n......***\n**.......\n**.......\n.........\n....*....\n.....**..\n.**..**..\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n.....*.*.\n**.....*.\n**.......\n.........\n.....*...\n....*.*..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n*.....***\n.*.....*.\n**.......\n.........\n.....*...\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****\n**.****\n******.\n****...\n*****..\n**.****\n**.**.*\n.*****.\n```\n\n\n## Output without wrap\n\n```\n*.*...*\n.......\n......*\n.....*.\n.......\n......*\n......*\n**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.....*.\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n**.*.*.\n...*..*\n..***..\n*..****\n*...***\n.*.....\n....**.\n.**...*\n..*....\n.*..*..\n.....*.\n*..*.*.\n```\n\n\n## Output without wrap\n\n```\n**..*..\n***..**\n.*...*.\n..*...*\n.**...*\n**.*..*\n......*\n.**..*.\n.***.*.\n..**...\n.......\n.....*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.\n***..*.\n**...**\n*.*....\n***....\n.*.*...\n*......\n***..*.\n.***.*.\n*.**...\n.......\n.....**\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....***\n........**\n..........\n..........\n..........\n..........\n..........\n*.........\n.*......**\n......****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n....\n....\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n****\n****\n****\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n**.\n*.*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.****..\n**..***\n....***\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n...**..\n**....*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n...**.*\n.*.....\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*.\n....*....\n...*....*\n*.*..*...\n.*.***...\n**.**...*\n..*...**.\n```\n\n\n## Output without wrap\n\n```\n...**....\n.....*...\n..****...\n..**.*...\n*.*..*...\n**....**.\n***...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...**\n......*..\n.*****...\n****.*...\n..*..*...\n..*......\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*...*.\n**...*\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n**.***\n..**..\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*..**.\n*.**..\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n*...*..\n...*...\n...**..\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*.*..\n...*...\n...**..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n..*.*..\n...*...\n...**..\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n....*...*\n*..*.....\n*..*....*\n....*...*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**....\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n........*\n*..**....\n*..**...*\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......*\n*....*....*\n..*........\n*.*..**.*..\n....*....*.\n.*..*.*...*\n*......**..\n...*..*.*.*\n..*...**...\n*....**....\n..*...*..**\n......*....\n.*.........\n**.*.**....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....***....\n...*...*...\n...*...*.*.\n.........*.\n.....*.....\n.....**.**.\n...........\n......*....\n......*....\n.*...*.*...\n*.*........\n*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....*\n.........*.\n.*..***...*\n.*.*...*.*.\n.*.*...*...\n...........\n*....*.....\n.....**.***\n.........*.\n*.....*....\n*.....*....\n**...*.*...\n*.*..*.....\n...**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*.**\n.....\n...**\n**..*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n.*..*\n.**.*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n**.\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n*.****\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**...\n***.*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n..**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*..**\n*.*.*\n*.*..\n*..**\n```\n\n\n## Output without wrap\n\n```\n*****\n*...*\n*.*.*\n*.*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n**.*.\n*****\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*.**.\n.....\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n..*\n*.*\n*.*\n*..\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n..*\n*..\n*.*\n*..\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.*.\n.....**....*.*\n....***....**.\n....**......*.\n.....**.......\n.......*......\n.......****...\n.*.*..*.......\n.*........*...\n.....*........\n....*.........\n```\n\n\n## Output without wrap\n\n```\n...........**.\n..........*..*\n..........**.*\n.....*.....**.\n.....**.......\n.........*....\n......*...*...\n......*.......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....**.\n.....*....*..*\n..........**.*\n.....*.....**.\n.....**.......\n.........*....\n......*...*...\n......*.......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n***.....\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n*.*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n*.*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****..\n....**....\n....*.....\n........**\n.......***\n...**..**.\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n...*......\n....**....\n.......*.*\n..........\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n...*......\n....**....\n.......*.*\n..........\n...**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n......\n.....*\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n.....*\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n***\n***\n*.*\n***\n***\n**.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n.*..*..\n.*..*..\n.*.....\n..*.*..\n..*....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*..*..\n***....\n.***...\n.***...\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.*..*..\n***....\n.***...\n.***...\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n****\n...*\n....\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n...*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n****\n.*..\n*.*.\n....\n.**.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*...\n...*\n.*..\n..*.\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n...*\n....\n.*..\n..**\n**.*\n**.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....*.\n..*..***...*\n...****.**.*\n.....*....*.\n.....*....*.\n```\n\n\n## Output without wrap\n\n```\n...****.....\n..*....***.*\n...*....**.*\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....**\n..*....***.*\n...*....**.*\n..........**\n.....*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n**...*\n*.*...\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**...\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*...\n***.*.\n......\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.*.*..\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*..*.*\n...**.\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.***....\n*...*...*....\n*...*.***..*.\n.*.**.*....*.\n..*.*..**..*.\n...*.**..**..\n**..**.**.***\n.*...*.****.*\n****.*.*...**\n*....**.***..\n.*.*.**.**...\n*...*.*.*....\n.*..**...*.*.\n```\n\n\n## Output without wrap\n\n```\n...***..*....\n***...*..*...\n....*..*.***.\n*.*...*...***\n.......***...\n*..*....*..**\n*...*........\n*..**........\n.***.......*.\n*.*.......**.\n...*......*..\n*.****...*...\n.*****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.**..\n....*.*..*..*\n....*..*.***.\n*.*...*...***\n*......***.**\n*..*....*...*\n....*........\n.*.**........\n..**.........\n.**.......**.\n*..*......*.*\n...*......*.*\n......*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n****\n*.*.\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.**\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n..*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...***\n*.*..*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*..*.\n**.*.*\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.*.*..\n**.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n*.*\n.*.\n...\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*....\n.**......\n**.**..**\n.*.*.****\n**...*.*.\n.**..*.**\n```\n\n\n## Output without wrap\n\n```\n***......\n....*....\n*..***..*\n...*.*...\n*....*...\n***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n....*....\n...***...\n...*.*...\n.....*...\n..*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.......*\n......*.\n.*......\n*.*..**.\n..*....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*...**.\n..*...*.\n.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.*...***\n*.*...**\n.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*...*.\n......\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n*.**..\n..*...\n.***.*\n**..**\n...*.*\n.*....\n*..*.*\n.****.\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**.*.\n.****.\n**...*\n.....*\n*.*...\n*.**..\n....*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.*..*.\n*****.\n*...**\n.*..*.\n.**...\n..**.*\n***.**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n.**\n.*.\n..*\n***\n**.\n*..\n*..\n***\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*..\n.*.\n*.*\n*.*\n..*\n*..\n*..\n..*\n*..\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n...\n*..\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n.**.\n***.\n.*..\n....\n...*\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n*.*.\n**..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n***.\n..*.\n...*\n****\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n.**\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n***.\n.*..\n....\n....\n*...\n....\n....\n....\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*...\n***.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n...*\n***.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..*..\n...*.*\n*.**..\n.*....\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.*.*..\n.****.\n...*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n....*.\n**.*.*\n*****.\n...*..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n..**.\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...*..\n....**\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****..*\n*******..*\n**.***.*.*\n.*.*.*.***\n.*.**.*..*\n********.*\n*.**.*..**\n****.*****\n*******...\n**..***.**\n.****.**.*\n*..***.***\n**...**.*.\n```\n\n\n## Output without wrap\n\n```\n*.....*...\n.......*.*\n.......*.*\n.*.....*.*\n.........*\n*......*.*\n..........\n.........*\n..........\n........**\n..........\n*........*\n**...**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.......*..\n.......*..\n.*.....*..\n..........\n.......*..\n..........\n..........\n..........\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n..*.***..\n.........\n.........\n.........\n.........\n...***...\n....*....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n..****...\n..*.**...\n.....*...\n.........\n.........\n....*....\n...***...\n...***...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****...\n..*.**...\n.....*...\n.........\n.........\n....*....\n...***...\n...***...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......**\n.....***\n......**\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n....**..\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n*...**.*\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n...\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n...*.\n..***\n```\n\n\n## Output without wrap\n\n```\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n......\n*....*\n....*.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n....*.\n*.....\n*...*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n..*.*.\n***...\n*..***\n..*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n..*...\n...*..\n.*.**.\n*....*\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n..****\n**.*..\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.*****\n*....*....*.\n..*........*\n***..**.*..*\n*.*..****...\n....*..*.*..\n.....******.\n.....***....\n*......*...*\n.....**...*.\n.....**.**..\n.....*...***\n```\n\n\n## Output without wrap\n\n```\n....*.*.***.\n.*.*....*...\n*.*......*..\n*....**..**.\n..*..*...*..\n....**....*.\n....**.....*\n........***.\n......*.....\n......*..**.\n....*......*\n.....**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**...*\n**.*.....*.*\n*.*......*.*\n*....**..*.*\n***..*...*.*\n....**......\n....**......\n........**.*\n*.....*.....\n*.....*..*.*\n*......**..*\n*...**.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***..**.\n******.***.**\n.*.*.***.****\n.*.**.*.**..*\n..***.**.****\n```\n\n\n## Output without wrap\n\n```\n.***.*.*.****\n**.*.........\n.............\n.*...........\n..*.*.**.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.*.*.........\n.............\n.*...........\n*.*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.****\n***..***.\n.*****.**\n*...*..**\n*********\n.***.****\n*...****.\n```\n\n\n## Output without wrap\n\n```\n*.*.**..*\n*........\n.........\n*........\n*........\n.........\n.****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....*.\n..*..****.\n*.*.*...**\n**...*....\n*..*.*****\n.****.....\n*.*....**.\n```\n\n\n## Output without wrap\n\n```\n.....***..\n..*.***.**\n......*...\n*....*...*\n*.**...**.\n.*.***.**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.*\n.....*...*\n......*..*\n.*...*....\n..**...**.\n....**....\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n****..\n******\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n..*\n.**\n...\n*..\n.*.\n..*\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n...\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n...\n*.*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.**..\n.*...\n.*.*.\n.....\n..**.\n..*..\n.....\n**..*\n**...\n*...*\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n***..\n**...\n..*..\n...*.\n..**.\n..**.\n.*...\n**...\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n**...\n..*..\n...*.\n..**.\n..**.\n**...\n.*..*\n.....\n.*..*\n.*..*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n*....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.*..*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......*.*\n....*......*.*\n.............*\n**............\n.*...........*\n*.......******\n........*.***.\n......**..*.*.\n........*.**.*\n*.....*.*.**.*\n*.*..........*\n...**.........\n...**.........\n.....*...***..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n**........***.\n**.......**.*.\n........*.*.*.\n........**....\n........**....\n......*.**...*\n..*....*...*.*\n.*.*.......**.\n..*.*.........\n...*.*........\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....**.*\n*............*\n............*.\n..........**.*\n.*.......**...\n........*.*...\n........**....\n*.......**...*\n*.....*.**..**\n.**....*...*..\n**.*.......***\n***.*........*\n..**.*....*...\n...*.**...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...\n*.*.*..*\n*..**.*.\n*...*.**\n....***.\n.....*..\n........\n..**....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n****....\n*.*.**..\n.*.*.*..\n.....***\n....*..*\n....***.\n...***..\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**..\n....*...\n...*.*..\n.....*..\n....*...\n....**..\n...***..\n.****...\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.....\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.*.*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*.\n*.......*\n.....**.*\n.......**\n.*......*\n.*.......\n.....*...\n.....*...\n*.*....*.\n**.......\n***......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....**.*\n......*.*\n.......**\n.........\n.........\n.........\n.........\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.......*.\n*....**.*\n......*.*\n*......**\n........*\n.........\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n..*..........\n.............\n......*....*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..........**..\n............*.\n..........*.*.\n..............\n..........*...\n..........*...\n..........*...\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n...........*..\n..........*.*.\n...........*..\n...........*..\n..............\n.........***..\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...........*..\n..........*.*.\n...........*..\n...........*..\n..............\n.........***..\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n****\n..**\n....\n....\n.*..\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n....\n...*\n....\n....\n....\n**..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n....\n....\n**..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n...**\n.*.*.\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n..***\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n..***\n.....\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*.*****\n****.**\n*******\n*******\n*******\n.**.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n...*\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*...\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n****...\n.......\n.......\n.......\n....*..\n...**..\n...**..\n..**...\n```\n\n\n## Output without wrap\n\n```\n**.*...\n**.*...\n.**....\n.......\n.......\n...**..\n.....*.\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n**.*...\n.**....\n.......\n.......\n...**..\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...*\n.*........\n.**...*...\n*........*\n..........\n..........\n...*.**.*.\n.......*..\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n***.......\n.*........\n..........\n..........\n......**..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n***.......\n.**.......\n**........\n..........\n..........\n......**..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n..*.*.\n***.**\n*.**.*\n..****\n*.*.**\n**.*..\n*.*.**\n*****.\n*.....\n```\n\n\n## Output without wrap\n\n```\n.***..\n....**\n*....*\n*.....\n......\n*....*\n*.....\n.....*\n*.*.**\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n....*.\n......\n......\n......\n......\n......\n......\n..*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***.\n....***...\n.*....*...\n.*....**..\n.......*..\n...*.***..\n```\n\n\n## Output without wrap\n\n```\n......**..\n..........\n..........\n......**..\n.....*..*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n..........\n......**..\n.....*..*.\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n..*.**\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n...***\n..*...\n..*.**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...***\n*.*...\n..*.**\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n.....*\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n.....*\n*...*.\n*...*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n....\n....\n....\n....\n...*\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.***\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n....\n....\n....\n****\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n*..\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n*.*\n*.*\n**.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n....*\n**...\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.***.\n.....\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*****\n*....\n*.*..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n..**...\n.**....\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n.***...\n...*...\n.***...\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n...*...\n.***...\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***........\n..*.*.....*...\n..*.*...****..\n...*....*.....\n........*...*.\n....**.**....*\n**.*.**.......\n.....*.*......\n**......*****.\n.....*........\n.*...**.......\n.***.*...*....\n..*..*........\n```\n\n\n## Output without wrap\n\n```\n...**.........\n..*..*...***..\n..*....**...*.\n...**..*...*..\n...****...*...\n....**.*......\n...*......*...\n.....**....*..\n.*..*.......*.\n**......*..*..\n.*........*...\n**.*.**.......\n.*.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.......\n.**......***..\n..*....**...*.\n...**..*...*..\n...****...*...\n*...**.*.....*\n**.*......*.*.\n.....**....**.\n**..*.........\n**......*..*..\n.*........*...\n**............\n.*...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*\n.******\n.**..*.\n**.****\n.......\n...**.*\n...*..*\n..**..*\n..*.**.\n...**.*\n....*.*\n*....*.\n*.*...*\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n...*..*\n.******\n.**...*\n...****\n...**.*\n.....**\n.....**\n...*..*\n....*.*\n..*.***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n.....*.\n...*...\n*******\n***....\n...****\n*..**.*\n.*...**\n*....**\n...*..*\n.*..*..\n.*...*.\n**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n..***.\n.*..*.\n.*..*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*..*\n.*..**\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n.*..**\n******\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*.*..*\n.***.*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n**....\n*..*.*\n...*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...*..\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n**....\n..*...\n..**..\n.**.**\n..*.**\n```\n\n\n## Output without wrap\n\n```\n**....\n*..*..\n...*..\n..***.\n.***.*\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n...*..\n******\n*....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.....\n**.*.\n*...*\n..*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n**...\n*.**.\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n**...\n*.***\n*..**\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.......*.\n.........*\n..........\n..........\n..........\n...*.*....\n...**.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n...*......\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.........*\n.........*\n..........\n..........\n..........\n...*......\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...*.\n.*..*****.\n.*..**...*\n*..**..*.*\n.***...*.*\n.***.*.***\n*..****.*.\n```\n\n\n## Output without wrap\n\n```\n.***.**.**\n*....**..*\n..*..*...*\n*.....*..*\n**...*...*\n**..**.*.*\n....***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.*.\n...*...**.\n.**..*...*\n*.....*.*.\n.....*....\n......*...\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n**.\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n..*\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...*.\n.**..\n.**..\n..*..\n.***.\n..***\n...**\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.*.*.\n...*.\n.....\n.*..*\n.*...\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...**\n.*.*.\n...*.\n.....\n.*..*\n**...\n..*.*\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.**.*\n*.*...\n*..*..\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.***..\n..**..\n*.*.*.\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*.**.*\n*.*.*.\n*.**..\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n..*......\n*.*......\n........*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n*.*......\n**.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*.......*\n.*.......*\n.*.......*\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n.*........\n.*........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.**..\n***..\n**..*\n.*.**\n****.\n*..**\n*.**.\n**..*\n```\n\n\n## Output without wrap\n\n```\n*.**.\n.....\n...*.\n....*\n....*\n*....\n*...*\n*.*..\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n...**\n.....\n.....\n.....\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**\n*.**.**\n.*...*.\n**.....\n.*.****\n***.**.\n..**.*.\n.......\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..**...\n**..***\n....*.*\n**.....\n..***..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n..**.*.\n....*..\n....*..\n.......\n..***.*\n*.**.*.\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*.\n*.**.*....\n....*.***.\n....*.....\n*......*..\n****.**...\n...*......\n.**..*....\n...*.***.*\n..*....**.\n```\n\n\n## Output without wrap\n\n```\n.*...*....\n.*....*...\n..*.....*.\n..........\n*.........\n*......*..\n*.....*...\n.*........\n...*.*.**.\n....*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n***.*....*\n..*......*\n..........\n*........*\n*......*.*\n*.....*...\n.*........\n.*...**...\n**....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.....\n..*...*.....\n..*...*.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*...*.....\n..*...*.....\n..*...*.....\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n*.......*...\n*.......*...\n*.......*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n...*.*\n.*.**.\n*.....\n.....*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.***..\n*....*\n..***.\n....*.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.....*\n*.****\n*...**\n.*...*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n....*\n...*.\n..**.\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n....*\n....*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n*..*\n....\n....\n**..\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n*.*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.**\n*.**\n....\n*...\n.*.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...*\n.***.*..*\n*..****.*\n*.*..**.*\n.***.**..\n*****.*.*\n*...**..*\n```\n\n\n## Output without wrap\n\n```\n**.**....\n......*.*\n*.......*\n*........\n.........\n*.....*..\n*.*.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n......*..\n.........\n........*\n.........\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n***\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n*.*\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*..\n***\n...\n***\n..*\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n....***\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*.*\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....*.*\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.....\n...*.......\n....***....\n..***......\n..***....*.\n*.*......**\n*........**\n.*........*\n*.........*\n*.........*\n*..........\n...*....*..\n.*......**.\n```\n\n\n## Output without wrap\n\n```\n...**......\n..**.*.....\n..**.......\n...*.......\n...*.....*.\n.........*.\n*..........\n.........**\n..*......**\n**.........\n...........\n........**.\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n.....*.....\n..**.......\n...*.......\n.*.*.......\n...........\n.*.........\n...........\n***........\n.*........*\n*........**\n...*....*..\n..*.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n....\n....\n....\n..*.\n.**.\n....\n....\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n*.*..*.\n...*..*\n...*..*\n.*.*.*.\n...*..*\n*..*...\n.*..*..\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*****.\n..*****\n...*.**\n...*.**\n...*...\n..***..\n*****..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******.\n*******\n*.*****\n*..*.**\n*..*.**\n*..*..*\n*.***..\n*****..\n******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n****\n****\n..*.\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n....\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**\n**.**.*\n*.*****\n.......\n.......\n.......\n.....*.\n......*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n**...*.\n*.**..*\n.*.***.\n...***.\n....*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.***...\n...***.\n...***.\n....**.\n.......\n......*\n......*\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n***.....\n..***...\n**.**...\n**......\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n*..*....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n...**\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..*.\n.*..\n....\n.*..\n***.\n*.*.\n..*.\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n....\n....\n***.\n*.*.\n*.**\n..**\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*..*\n....\n....\n***.\n*.*.\n*.*.\n..*.\n..**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*....\n**...\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.*..\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n***.*.\n*....*\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n..*...\n*.*..*\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...*..\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n..**.**.\n.**.....\n***.*...\n*.**.*..\n..*...*.\n....*...\n........\n....**..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.**...*.\n*.*.....\n**.*....\n*.......\n.*.***..\n...*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n.***..*.\n*.*.....\n**.*..*.\n*.....**\n**.****.\n...*....\n....**..\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n.....**.\n........\n*.....*.\n..**....\n..*...*.\n*....***\n..**....\n*...**.*\n```\n\n\n## Output without wrap\n\n```\n....**..\n....***.\n.....**.\n........\n.***....\n.***.***\n.***.***\n.*.*...*\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n....***.\n.....***\n........\n.***...*\n.***.**.\n.***.***\n.*.*....\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n.*...***\n.*.....*\n.....***\n........\n........\n........\n........\n......*.\n*......*\n*....***\n.*.....*\n.*...***\n```\n\n\n## Output without wrap\n\n```\n.......*\n***....*\n........\n......**\n......*.\n........\n........\n........\n........\n.....*.*\n**.....*\n**......\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**....*\n........\n*.....**\n......*.\n........\n........\n........\n.......*\n*....*..\n.*......\n.*......\n.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n.*...\n*.*..\n...*.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.**..\n....*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.*...\n.**..\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*\n.*.......\n......*..\n...**....\n..*....*.\n....***..\n*.....**.\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...*.....\n......*..\n.....*...\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.........\n.........\n...*.....\n......*..\n.....*..*\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n*.****\n******\n******\n...***\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n***.**\n.....*\n**.**.\n......\n```\n\n\n## Output without wrap\n\n```\n.*****\n.***.*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*.**.*\n......\n*...**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n.........*..\n........*...\n............\n*...........\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n**..**.\n..**.*.\n..**..*\n..*...*\n**.....\n.......\n...*...\n...**..\n.......\n.......\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n***.***\n*......\n.....**\n.*..***\n..**...\n.*.....\n.......\n...**..\n...**..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****\n*......\n*....*.\n.*..***\n..**..*\n**.....\n.......\n...**..\n...**..\n.......\n.......\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***.\n..**..*.\n..*..*..\n..***...\n**.*****\n*.***...\n.**..***\n.**..*.*\n*..***..\n..**...*\n```\n\n\n## Output without wrap\n\n```\n.***.**.\n..***.*.\n........\n........\n........\n**....*.\n**....*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*..\n....*..*\n.*......\n.*......\n*.....*.\n*.......\n......*.\n.......*\n.*......\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n*.....\n*.**.*\n*...*.\n..***.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n*..**.\n.....*\n.**.*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*..*.*\n*..**.\n*.....\n.**.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n..**.\n.*...\n**.**\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n**.**\n....*\n*....\n.**.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*...\n.....\n.*.*.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n.......*...\n.......*...\n.......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n......*.*..\n......*.*..\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*..\n.....*.....\n.....*..*..\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n*..*.\n.*.*.\n**..*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*****\n.*.**\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n****.\n.*.*.\n....*\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**\n*.**.***\n**.*****\n********\n.**.*.**\n**.*****\n**..****\n*.****.*\n.*******\n*.***.*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n....**.\n.*...**\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*...\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.*\n..**..**\n*..*****\n```\n\n\n## Output without wrap\n\n```\n........\n.*...**.\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**...\n.*..**...\n.....**..\n.*..*....\n**..*..**\n..*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n.....***.\n*.***...*\n....**...\n**.**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***.\n.........\n.....**..\n.****....\n..*.*....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n**.\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.....**.\n.....*.*\n......*.\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n.....*.*\n......*.\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n.....*.*\n......*.\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n....\n....\n....\n*...\n...*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n....\n....\n....\n**..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*..\n..*....**.\n.*..**..*.\n.*....*...\n.*..*.*.*.\n..*..****.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.***..***.\n.**..**.*.\n***.*.*...\n.**.....*.\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n.***..***.\n.**..**.*.\n***.*.*...\n.**.....*.\n.***.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...*.*\n.*...**.....\n*....*.*.**.\n*.......**.*\n...*...*....\n*..........*\n*...**...**.\n.....*.***..\n*.......*...\n........*...\n*.....*.....\n```\n\n\n## Output without wrap\n\n```\n....***.....\n**..*..****.\n**..**.*..*.\n......**....\n.......**.*.\n....*.....**\n...*...*.***\n....*..*.**.\n.....*.*....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**....**\n..*.**..**..\n.*..**.*....\n**....**....\n.......**...\n*...*.......\n*..*...*.*..\n....*..*.***\n.....*.*....\n............\n.*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*****\n*.**..*.*\n*.*..***.\n*.***....\n*.......*\n.**.*....\n..*.*..**\n*****....\n```\n\n\n## Output without wrap\n\n```\n.**.***.*\n*.......*\n*....***.\n*.******.\n*...*....\n.**....**\n*...**...\n.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.........\n*....***.\n*.******.\n*...*...*\n.**....*.\n....**..*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..*.\n.*..\n....\n....\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*....\n.****..*\n***....*\n...*...*\n.*.**.**\n**..****\n..*.*...\n*..*.*..\n...**.**\n*.***.*.\n```\n\n\n## Output without wrap\n\n```\n...**...\n....*...\n....*.**\n*.******\n...**...\n........\n*.*...*.\n..*..***\n.***....\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.\n*...*..*\n....*.**\n..****..\n...**...\n.*......\n.**...*.\n*.*..***\n........\n..*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n......\n..**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*..*..\n.*.*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.........*\n.**.......**\n**.*...**...\n..***...*...\n...**.......\n............\n............\n............\n*...........\n```\n\n\n## Output without wrap\n\n```\n***.......**\n..........**\n*...*..***..\n.*.....**...\n..*.*.......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*.\n..........*.\n*...*..***.*\n.*.....**...\n..*.*.......\n............\n............\n............\n**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n..**\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****.*.*\n.*...*.*.**\n..**.*.*.*.\n..........*\n...**....**\n..*.....***\n........*..\n...........\n.......**..\n...**..*...\n...*..*.*..\n.....*.....\n....**.....\n```\n\n\n## Output without wrap\n\n```\n.....*****.\n...**..*..*\n...*....***\n..*.....*..\n..**...**..\n.......**..\n........*..\n.........*.\n......*.*..\n...**...*..\n...*...*...\n.......*...\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......****\n...*...*...\n*..*....**.\n*.*.....*.*\n*.**...**.*\n.......**..\n........*..\n.........*.\n......*.*..\n...**...*..\n...*...*...\n.....*.*...\n....*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..*...\n.*.*..\n*.*...\n.*....\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n.*.*..\n*.*...\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n.*.*..\n*.*...\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n****.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*..*..\n....**\n.....*\n*.....\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n.***.*\n....**\n....**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n****..\n*...**\n*...**\n*...**\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*\n*..***.\n..**..*\n.......\n*******\n*....*.\n.***...\n..*.***\n.*....*\n```\n\n\n## Output without wrap\n\n```\n...**..\n.*....*\n..**.*.\n......*\n*******\n*....**\n.***..*\n....***\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*\n**.....\n..**.**\n.......\n******.\n.....*.\n****...\n....***\n.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n..**.\n..*..\n.****\n..***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n....*\n.*..*\n.*..*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n....*\n**..*\n**..*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n**..........\n..*..*.....*\n*..*****...*\n.*..****....\n..**..*.*...\n............\n............\n............\n*...*...**..\n**.**...**.*\n***.........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.*..........\n*.**.*......\n.***...*....\n.*......*...\n..***.*.....\n............\n............\n............\n**.**...***.\n...**...***.\n*.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n............\n**..........\n..**.*.....*\n****...*...*\n**......*...\n..***.*.....\n............\n............\n............\n**.**...****\n...**...****\n..**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n*******\n*.*****\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*....\n..*...\n.*....\n.....*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n*..*..\n..**..\n.*.**.\n*.*...\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n...**.\n.*....\n.*..*.\n*.*..*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*..***\n.*....\n.*..*.\n*.*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.\n.*......*.\n*........*\n..........\n..........\n........*.\n.......**.\n.......*..\n..........\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.......**.\n......*..*\n.......**.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n.*......*.\n*........*\n..........\n..........\n.......**.\n......*..*\n.......**.\n..........\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n**.*\n..*.\n....\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*..*\n.**.\n...*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n*..*\n****\n*...\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..\n....**.\n.**....\n.....**\n.*.....\n....**.\n```\n\n\n## Output without wrap\n\n```\n...***.\n.*..**.\n....*.*\n.**....\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.*..**.\n....*.*\n***....\n....*.*\n..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.....\n.......***....\n......***.....\n......*....*..\n...*...**.....\n...*..*....**.\n...*.......*..\n...*.....*.*..\n..*.*....*....\n...*.*........\n....***.....*.\n......***...*.\n```\n\n\n## Output without wrap\n\n```\n.......***....\n......*..**...\n.....***......\n.....**.......\n...*.***...**.\n..*.****..*...\n.*...*.....**.\n.*...*........\n..*.**........\n...***........\n.....***......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.......\n.....***......\n.....***......\n.....**.......\n...*.***...**.\n..*.****..*...\n.*...*.....**.\n.*...*........\n..*.**........\n...***........\n.....*.*......\n.....*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.***\n*.*.*.*.*\n**..***.*\n```\n\n\n## Output without wrap\n\n```\n.......*.\n*.*.*....\n******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**...\n.**.**...\n.**.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n.*..\n....\n....\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n*....*\n*..***\n****.*\n..****\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**..*\n*.*...\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*.*..\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.*..\n......*..**.\n....**.*.**.\n*.......*..*\n....*...****\n.*...**..*.*\n...****.....\n*........*..\n......*....*\n.*..*...**.*\n.*.*.*.*.*..\n.*.*..*.....\n..**.*.*..*.\n***...***..*\n```\n\n\n## Output without wrap\n\n```\n........***.\n....*.**....\n.....***...*\n....**.*...*\n.....*.**..*\n...*..****.*\n....*.*...*.\n....*.*.....\n........**..\n..*.******..\n**.*.***.**.\n.*.*.*.**...\n*..***..*...\n.***..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*...*.*\n....*.**....\n.....***....\n*...**.*....\n.....*.**...\n*..*..****.*\n*...*.*...*.\n....*.*.....\n........**.*\n..*.******..\n.*.*.***.**.\n.*.*.*.**...\n...***..*..*\n***.**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.******\n*****.*.*...*\n***.....*.*.*\n**.***...*..*\n*...*..*.*..*\n*..*****.****\n*.****....*..\n****.**.***..\n..***..*.**.*\n****.***.****\n****.*.*...**\n**.*****..*..\n.*...*.**.***\n```\n\n\n## Output without wrap\n\n```\n*...*********\n....*.*.....*\n.......**...*\n...***...**.*\n*.*....*.*..*\n*.*....*.*..*\n*............\n*.....***....\n............*\n*....*.*.*...\n.........*..*\n...*.....**..\n***..*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n....*.*......\n.......**....\n...***...**..\n..*....*.*...\n..*....*.*...\n.............\n*.....***...*\n.............\n.....*.*.*...\n.........*...\n...*.....**..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*.*\n.*..\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*.*\n.**.\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n.*.*.*.*\n.***.*.*\n**.*....\n.**....*\n**.*..*.\n**.*****\n*.*.....\n.**....*\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.*.*....\n**.*....\n..***...\n..**....\n..**.**.\n...*...*\n.**....*\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**\n......**\n...*...*\n*.***.**\n..**..**\n..**.**.\n...*..*.\n........\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*..*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n....**\n*..**.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**...*\n*.*...\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n*...*.\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n..*...\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n......\n*.*...\n*..***\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........*\n......**..***\n.....***.**..\n......*..***.\n**.........**\n.*......*..*.\n```\n\n\n## Output without wrap\n\n```\n........**.*.\n......*.**..*\n....**....*.*\n.....*****.**\n**....**.**.*\n**.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**..*..\n*......****.*\n....**....***\n**...*****..*\n**....**.**.*\n.*........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*....\n**....\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..*...\n**....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.*\n........*.*\n........*.*\n.**....***.\n.***..***..\n....*.**.**\n.**.*..****\n..**.......\n..**....**.\n```\n\n\n## Output without wrap\n\n```\n.......***.\n.......**..\n.........*.\n....*......\n...*.*.....\n.*.......**\n....*.**.**\n.*..*..*...\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..*\n...........\n.........*.\n....*......\n.*.*.*....*\n.........*.\n.*..*.**.**\n....*.....*\n...*..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n..*\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n..*\n.**\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n..*\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n......*..\n.........\n**...****\n..**.**..\n*****.***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....***..\n....***..\n.****..*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**\n..*....*.\n....****.\n.*..****.\n..****.*.\n...*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n........*\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.......**\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*..*\n*.*.\n*.*.\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*...\n*...\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*..*..\n....**\n.....*\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.*.*..\n*..*..\n*..*..\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**\n.....*.\n*****.*\n..*..*.\n..*.*..\n***.*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...*..*\n..****.\n.*....*\n.*****.\n.***...\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n...*...\n.****..\n.......\n*.****.\n.***...\n.**....\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..\n....**..\n........\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n..*....**\n***......\n.*.....**\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n*.*......\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n*.**....*\n..*......\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**...\n........**..\n.......***..\n```\n\n\n## Output without wrap\n\n```\n.......***..\n............\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n.......*.*\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n.*......*.\n.*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*..\n*..*.\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n....*\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*..*\n....\n*...\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n*..*\n*..*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.*\n...........\n..***......\n.*.**.**...\n.**.**.....\n*****.**..*\n.**.***....\n*.*.*....**\n***.*.*...*\n..*.***...*\n***.**.....\n..**.*.....\n.....*.....\n........*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.......\n..*.**.....\n.*....*....\n...........\n*......*...\n......**.**\n*...*.*..**\n*.*.*.*...*\n......*....\n...........\n..**.**....\n....*......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...*.......\n..*.**.....\n.*....*....\n...........\n.......*...\n......**.*.\n....*.*..*.\n..*.*.*....\n......*...*\n*..........\n..**.**....\n....*......\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n******\n***.**\n*.*.**\n*.*.**\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n*.***\n....*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n...**\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**.*\n*..**\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n*..\n***\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.*.*..***\n**.**..*.\n.***..***\n*.......*\n......***\n```\n\n\n## Output without wrap\n\n```\n....*.**.\n**.*..**.\n***......\n.****....\n..**....*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n*..*..*..\n..*....*.\n..***....\n****.*.*.\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n..***..\n.......\n....***\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*.*..\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n..**...\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n**....\n......\n*...*.\n.****.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n.**.*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*....*\n**...*\n.**.**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**...\n....*....\n.*..***..\n...*.****\n```\n\n\n## Output without wrap\n\n```\n....**...\n...*..*..\n...*.....\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**\n...*..*..\n...*.....\n*..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.****\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n.......\n.......\n.......\n.......\n.......\n******.\n*....*.\n.......\n*....**\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n.......\n..**...\n*....*.\n*....*.\n*......\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*....**\n.......\n.......\n..**...\n*....*.\n*....*.\n*....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n***\n*..\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n....\n....\n.**.\n....\n.*.*\n.***\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n**..\n**..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n***.\n.*.*\n.*.*\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.*\n.*.*.....*\n...*......\n....**....\n....**.*..\n.*....*...\n.*....***.\n****....**\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..***.....\n..**.*....\n....**....\n.......***\n.*........\n.*.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**......\n..***.....\n..**.*....\n....**....\n.......*..\n..........\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******.\n.****...*\n*.****.**\n*********\n**.***.**\n```\n\n\n## Output without wrap\n\n```\n.*...***.\n*.......*\n*........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n..*...*.\n.*..**.*\n..***.*.\n....*...\n*....***\n......*.\n***.....\n..**..**\n```\n\n\n## Output without wrap\n\n```\n........\n.**...**\n.*.*.*.*\n...*.***\n.......*\n....*...\n.**.*...\n.*.***.*\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***..\n...**...\n...*.*..\n...*.*..\n.......*\n....*..*\n***.*...\n*****...\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n..*\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.......\n..**.......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n..**.......\n..**.......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..**.......\n..**.......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...*..\n.*...**..*\n*.*..*..*.\n..****....\n.***.*..**\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n..*...*...\n**..*****.\n..*.......\n.....**.**\n.*...**...\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**....\n.*..******\n*.*......*\n*....**.*.\n.*...**...\n*.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.\n.......**.\n........**\n....*..**.\n*......***\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......*..\n.........*\n..........\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.......*..\n.........*\n*.........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.**....\n...*...\n.*.*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.*.*...\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n.*.*...\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n*.*.*.\n.*....\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**...*\n*****.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*..*.*\n**...*\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.....\n*.*.*\n...**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n....*\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*..\n*...*\n*..**\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*...*\n**.....*.*....\n.........*..**\n*.............\n..............\n..............\n...........*..\n.........*.*..\n.........*.*..\n...........*..\n.............*\n```\n\n\n## Output without wrap\n\n```\n..............\n.........*....\n.........*....\n..............\n..............\n..............\n...........*..\n..........*.*.\n..........*..*\n............*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........***\n*........*..*.\n.........*..**\n*.............\n..............\n..............\n...........*..\n..........*.*.\n..........*..*\n............**\n...........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*.*\n*......*...*\n*..*..****.*\n..*.*..*.***\n.**.*.**.*..\n.*.*...*...*\n***.**....*.\n**.***.**.*.\n***.*.**.*..\n.*.*..**...*\n*..**.*..***\n```\n\n\n## Output without wrap\n\n```\n..........*.\n***...****.*\n**.*.****..*\n.**.*..**..*\n...*****.*.*\n....*.......\n...........*\n......**....\n...........*\n...****.**.*\n...****...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.....*.\n**....**.**.\n**.*.****.*.\n.**.*..**...\n...*****.*.*\n*...*......*\n............\n......**...*\n..........*.\n....****....\n..*.****..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******\n***.**.*\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*.*.\n.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..*..\n***.*.***.*\n****.*..***\n*.*.**.****\n.****.*.*.*\n****....***\n*..***..**.\n**.*.*.****\n.**.**.**..\n***...*...*\n**.**.**.*.\n**..*.***..\n```\n\n\n## Output without wrap\n\n```\n*...***.**.\n......*...*\n...........\n*..........\n......*....\n*.........*\n.....**....\n*.........*\n....**....*\n.........*.\n...**....*.\n*****.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......*....\n...........\n...........\n......*....\n...........\n.....**....\n...........\n....**.....\n.........**\n...**....*.\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n..**\n*.**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n.**.\n.*..\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n*.**\n....\n*.**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..*.\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**..\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.......\n.......\n.......\n.......\n.......\n.....*.\n.....*.\n.......\n....*..\n....*..\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*....\n....*\n.....\n.....\n..*..\n....*\n*...*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n.....\n*..**\n*..**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n*...**\n.*..**\n.**...\n..***.\n*...**\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n.....*\n*.....\n...*..\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*.....\n....**\n......\n..*.*.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n*..........**\n....**....*..\n*..*.........\n...*.*....*.*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n....*.....***\n...*.*.......\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n...........**\n*..........*.\n....*.....**.\n...*.*......*\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n*...*..\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n....**\n**....\n...*.*\n***...\n*...**\n.*....\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**.*.\n*.**..\n....*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*....*\n*.....\n***...\n*****.\n*...*.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....**..*\n.......*..**.\n..*....*..***\n..*....*..**.\n..*.....***..\n**.........*.\n.............\n**........***\n```\n\n\n## Output without wrap\n\n```\n........****.\n.......*.....\n......****..*\n.***...*....*\n..*.....**...\n.*.......**..\n..........*.*\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**...\n.......*.....\n......****..*\n.***...*....*\n..*.....**..*\n.*.......**..\n..........*..\n**.......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n***.*\n***..\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n.*.**\n***.*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n**..\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n....\n*...\n..*.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.****.*\n.*****.***\n**..**....\n```\n\n\n## Output without wrap\n\n```\n..........\n**.....*.*\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**.**\n....*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*.**.\n.**..\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...*.\n**...\n.**..\n...**\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*....\n*..*.\n*..*.\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.....\n**.**\n....*\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n.....*...\n*.*......\n.........\n.*.......\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.........\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*.......\n.........\n.*.......\n.........\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n..*.*\n..*.*\n.....\n.***.\n.....\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n.**..\n.....\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n.**..\n.....\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.....\n*.*....*...\n*..*..*.*.*\n*..*....***\n```\n\n\n## Output without wrap\n\n```\n*****......\n*.*..***...\n*.**....*.*\n.......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...**.\n..*..***...\n..**....*..\n...*.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n*.*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..***\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n..***.\n***...\n.*..**\n...*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n**.*.*\n**...*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n.*..*.\n*..*..\n....**\n..**.*\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n...*....\n.....*..\n.......*\n.*....*.\n*..*....\n*..*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n.*......\n.**.....\n..**....\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n.......*\n......*.\n..*....*\n*.**....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n****\n****\n*.**\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.*.\n.**...**..\n*...*....*\n*..*.*....\n*....*..*.\n***....***\n..*..*****\n*.****..*.\n*.**.**.**\n```\n\n\n## Output without wrap\n\n```\n.***.**...\n.**.*.***.\n*.*****...\n**...*....\n*.*.*.****\n*.*..*....\n*....*....\n..........\n..*..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*.\n***.*.****\n*.*****..*\n**...*....\n..*.*.***.\n..*..*....\n.....*....\n*.........\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..\n.***..*\n..*..**\n*....**\n.....**\n*......\n*......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.*..*..\n......*\n..***..\n....*..\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n......*\n..***..\n*...*..\n.....*.\n*......\n.......\n.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n........\n........\n..**....\n..*.....\n*.*.*...\n......*.\n...*....\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..**....\n..*.....\n.*.*....\n...*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n..**....\n..*.....\n.*.*....\n...*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*\n......*\n.......\n.*.*...\n.*..*.*\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*....**\n..**..*\n.*.....\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n...*\n...*\n....\n...*\n...*\n*.*.\n**.*\n*...\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..**\n*.**\n*.*.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n....\n....\n....\n*.**\n..*.\n..*.\n**.*\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n...***\n*.****\n```\n\n\n## Output without wrap\n\n```\n.**...\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*....\n.**..\n**..*\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*...*\n.*...\n*.*.*\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.*\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.**......\n.**......\n.........\n......***\n*....*...\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.**......\n.**......\n.......*.\n......**.\n.....*.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.**......\n.**......\n.......*.\n......***\n.....*.**\n*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n.**......\n.**......\n*.**.....\n*.*.***..\n...**..**\n..*......\n......**.\n*....*..*\n..***....\n```\n\n\n## Output without wrap\n\n```\n..*......\n.**......\n....*....\n.*..**...\n..*....*.\n.**.*...*\n..**....*\n...*....*\n...*...*.\n...*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n....*....\n*...**...\n*.*......\n.**.*....\n..**.....\n*..*.....\n*.......*\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*.\n...*....*.\n.......*..\n.****.**..\n*..*.*.**.\n...**.....\n.***......\n*..**.....\n*......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n....*.***.\n.*****....\n.*...*.**.\n.*........\n.*........\n*..**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.......**.\n....*.***.\n.*****....\n.*...*.**.\n.*........\n.*........\n*..**....*\n...**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.\n*.**.**\n..*....\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n***.***\n*.*****\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.\n*.****.\n*.**..*\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n*.*..\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*.*.\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..**\n**.*.\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n*...\n....\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n*...\n**..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n...*\n.*..\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.\n......*..\n*.*......\n*.*......\n....*....\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n.....*.*.\n......*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n.....*.*.\n......*..\n....*....\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.\n.....*.\n*.....*\n....**.\n...*.*.\n...*.*.\n....***\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**...**\n....*.*\n....***\n...*.**\n...*...\n....***\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.*...*.\n....*.*\n....**.\n...*.**\n...*...\n....***\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n....*.\n......\n....*.\n..****\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n...*.*\n....**\n.**...\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n..***.\n...*.*\n......\n**...*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.***.**\n.*.*.*.\n.*.***.\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..**.**\n**.*.**\n**...**\n..**.*.\n...*.*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.\n**.*.**\n.*...*.\n..**.*.\n...*.*.\n....*..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..**.\n**..*\n*....\n.*...\n***..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n***..\n*..*.\n.*...\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n*****\n....*\n...*.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....*....\n..*..*...\n........*\n.....*...\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n...\n...\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.....\n.....\n**..*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n*....\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**..*.*.*\n****.*.*.***..\n..****.**.....\n.....*........\n........**.*..\n..*........*..\n......***.....\n**............\n.........*....\n*.*...***.....\n*......**.*...\n```\n\n\n## Output without wrap\n\n```\n......****.**.\n....**......*.\n....**.....*..\n....**.*......\n......*.*.*...\n.........**...\n.......*.*....\n......*.......\n......*.*.....\n**....*..*....\n.......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......*\n....*..*.*...*\n....**.....**.\n....**.*......\n......*.*.*...\n.........**...\n.......*.*....\n......*.......\n......*.*.....\n......**......\n..*..**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n*.*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n*.*.*\n*.*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n..**...\n....*..\n*...**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n...*.*.\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n...*.*.\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....\n.***.**.\n....*...\n..****..\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n.*...*..\n.*....*.\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.*...*..\n.*....*.\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n*.........\n.*.......*\n........*.\n........*.\n*......***\n........**\n.***......\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........*.\n........*.\n.*.*....*.\n..........\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*........*\n*.......*.\n*.......**\n........**\n.*........\n...*....**\n*.........\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...**...\n.********.*.*\n*..*.***..**.\n**..*.**.***.\n.*.**..**...*\n**.*.**.****.\n```\n\n\n## Output without wrap\n\n```\n......*.**...\n.*........*..\n*...........*\n**.......*..*\n...*........*\n**.*.**.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n**........*.*\n.............\n.*.......*...\n...*.........\n**...**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..**.\n....*\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*..\n****..\n*..*..\n*....*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n*****.\n*.....\n*.***.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**.***\n**....\n.***..\n**..**\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n..*.*...\n...**...\n.*..***.\n......*.\n**......\n.....**.\n........\n..*.*..*\n.....**.\n.*......\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....**..\n.***.*..\n....*.**\n.....**.\n........\n.....**.\n....*..*\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n....**..\n****.**.\n*...*...\n.....*..\n.......*\n.....**.\n....*..*\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*........*\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*\n**.**.*\n.**..**\n.....**\n...**.*\n......*\n```\n\n\n## Output without wrap\n\n```\n****.*.\n.....*.\n*......\n....*..\n...***.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n*...*..\n.*.....\n*...*..\n**..***\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..**.\n.*.*..**.\n..**..**.\n```\n\n\n## Output without wrap\n\n```\n..******.\n.*..**..*\n..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..***\n.***..***\n.***..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*....\n...*.\n..*..\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n...**.\n..*...\n*.....\n.***..\n*..*.*\n*..*..\n..**.*\n.**.**\n.**.**\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n......\n.*....\n**..*.\n*.....\n..*.*.\n......\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*....*\n......\n......\n.*...*\n......\n.**...\n*.....\n*...**\n.**.**\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..***\n*..**\n*..**\n.*...\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.*...\n.*...\n*****\n**..*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.*...\n.***.\n.*...\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**...\n...*.**......\n........**.*.\n....*......*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.......*..*..\n....**....*..\n..........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.......\n.......*..*..\n....**....*..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**...*\n***...\n......\n...*..\n......\n......\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n*.*...\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n..*..*\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.***\n*.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*.*.\n*..*.\n*..*.\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.....\n....*\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*..*\n**.*.\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.*...*\n.*...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n***.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n......**..\n......*...\n.*........\n..........\n.....***.*\n.....***.*\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.....*....\n.....*.*..\n......**..\n......*...\n.....**...\n....**.**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n.....*..*.\n.....*.*..\n......**..\n......*...\n.....**...\n....*****.\n....*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n.***...*..\n**......*.\n*.*..*.*..\n........**\n...***....\n.*..*.....\n***.*.....\n.**.*.....\n***.*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n......***.\n....**...*\n...*.****.\n..**.**...\n**.*......\n**..**....\n.*.***....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......***\n*.....****\n*...**....\n...*.*****\n*.**.**..*\n**.*......\n**..**....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n..*.\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n*...\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..........\n.*.*........**\n.*.*..***..*.*\n......*......*\n......****.**.\n....**.*......\n...*.*.***....\n```\n\n\n## Output without wrap\n\n```\n...*..........\n...*..**....**\n....*****.**.*\n......******.*\n....**......*.\n....******....\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.*.....\n...**.***...**\n....*****.**..\n*.....******.*\n....**......**\n....******....\n...*.*****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n..*..*.\n..*.*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...*...\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*....\n...*..**..*.*\n*....*.....**\n*.*..**....*.\n...*.*.***.**\n**...**.*..*.\n......*.*...*\n.*..**..**..*\n**........*..\n**.........*.\n*............\n```\n\n\n## Output without wrap\n\n```\n.......*.....\n....*...*..*.\n...........*.\n***.**.*..*.*\n.*..******.**\n*..***.**....\n**..*.*.*...*\n*.*..***.....\n.*.......*.*.\n.*........*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.....\n**..*...*...*\n.............\n*.*.**.*..*.*\n*...******.*.\n**.***.**....\n.*..*.*.*....\n.**..***.....\n.........*.**\n**........***\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.***\n.**.\n..**\n....\n.**.\n....\n*..*\n*.*.\n.***\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n.*.*\n.*.*\n.*.*\n.*..\n.**.\n***.\n**..\n***.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n.*.*\n.*.*\n....\n....\n....\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n.**....*.*\n......*...\n...**..*..\n..........\n.***.*.*..\n*.***...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.**....*..\n..**...*..\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n.**.......\n..**...*..\n......*...\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n..**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*...\n*...\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n**..\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.....\n*.*.*.*.*..\n.**.****...\n***..*.....\n.....**.*..\n....**.*.*.\n..******...\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.*.***.....\n..*.*......\n.***...**..\n.**........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**........\n.*.........\n..*.*......\n.***...**..\n.**........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n.........\n.*..*....\n******...\n.*.......\n..*.*..*.\n..*...**.\n.*..**.**\n.*****.*.\n**......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.*.*...\n*..*..*..\n*....*...\n*..****..\n*......*.\n.*.**....\n**.*.....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n**.*.*...\n*..*..*.*\n*....*..*\n*..****..\n.......**\n**.**...*\n*.**.*.*.\n..*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n.....\n***..\n.**..\n..*..\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n*.*..\n*..*.\n.***.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n*.*..\n*..*.\n.***.\n...*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..*..*\n*...**\n**.*..\n*....*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n*.****\n**...*\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*..*..\n..***.\n.*....\n***.**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n...***\n.***.*\n*..*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n***...\n.*....\n...***\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****....*\n..*......\n.........\n.........\n.*.......\n.........\n.*.......\n*.*.....*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n..**.....\n.........\n.........\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n*.**.....\n.........\n.........\n.........\n.........\n**.......\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n......*.*.\n......*.*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..**......\n.*........\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n....*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n....\n....\n....\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n...***\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*..*.\n.*..**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n*...**\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**..*.\n......\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n.*...*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n*...**\n...*.*\n......\n.**.**\n****.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n.....*\n...*.*\n.**..*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..***.\n*....*\n.*.*..\n*..***\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n*..\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...****\n**.*.**.\n..*.**..\n*.**....\n```\n\n\n## Output without wrap\n\n```\n**..*..*\n****...*\n*....**.\n.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n****....\n*....***\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n..***.\n.*..**\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.**..\n**.**.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.....\n*.*.*\n*..**\n*.*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n..*.*\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.*...\n*.*..\n.*.*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.*...\n**...\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n*....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n*....\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n......\n*..**.\n***..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*.*.\n*.***.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*.*.*.\n*.***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n..**\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n...*\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*\n...***..\n***..***\n**....*.\n*.***.*.\n**......\n..***.**\n**..*.*.\n```\n\n\n## Output without wrap\n\n```\n......*.\n...*...*\n...*....\n.*..*...\n...****.\n.*.....*\n..*.*...\n.**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*....\n....*...\n...***..\n.*....**\n...*.*.*\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n**..**\n..**.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n***.**\n*....*\n.***.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n.***..\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*..\n.......*.\n****..***\n.*..**..*\n**.......\n..*...***\n***.****.\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n*.......*\n*******.*\n...****.*\n***..**.*\n..**....*\n*.**....*\n*.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.........\n.******..\n...****..\n.**..**..\n..**.....\n*.**.....\n*.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n...*..\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n**..*.\n.*....\n....*.\n```\n\n\n## Output without wrap\n\n```\n**....\n***...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n***..*\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n...**\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*...*.\n*...*.*..*..\n*.....******\n.*....*.....\n*.*..*...*.*\n*.*.*.......\n**...***....\n**..........\n.*...*....*.\n.....*..***.\n...*.**...**\n..*..**..*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.......\n*...****.**.\n..*...*..***\n....****.**.\n*....**.....\n......*.....\n..*..**.....\n..*..**.....\n.*..........\n............\n....*..*....\n.....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****.**.\n...**.*.....\n.**...*..***\n....****.*..\n*....**.....\n*.....*....*\n.**..**.....\n..*..**.....\n**........**\n..........*.\n**....***...\n*.*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*..*\n.......**....\n........**.**\n```\n\n\n## Output without wrap\n\n```\n...........*.\n......**.***.\n.......*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............\n*............\n*............\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***\n*.*****\n**.*.**\n**.****\n***.**.\n..*.***\n*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....*\n*.*....\n.......\n.......\n*......\n*.*...*\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*....\n.......\n.......\n.......\n..*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n.*.*....*\n..*...*..\n*........\n*...*....\n.***.....\n.....*..*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n.**......\n.*.......\n*.**.....\n.****....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n..*......\n***......\n.*.......\n*.**.....\n*****....\n*.*......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n.**....\n.*.*.*.\n.**...*\n..*...*\n**.....\n```\n\n\n## Output without wrap\n\n```\n.***...\n**..*..\n**.*.*.\n**.**..\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..\n..***..\n*..*.*.\n*..****\n...****\n**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*....**\n..*.........\n*......*..*.\n.**.......*.\n...**.*..*..\n....*....*..\n...*.......*\n..*..*..*...\n..*.....*...\n...*..*...*.\n.........***\n...*........\n*.....*....*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n...*.....*.*\n.*.......**.\n.*...*.....*\n..*......**.\n..*..*......\n............\n..**......*.\n........*..*\n.........*..\n...........*\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*..\n.**.......*.\n...*.....*.*\n**.......*.*\n.*...*......\n..*......**.\n..*..*......\n............\n..**......*.\n........*..*\n*........*..\n*........*..\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n**.**\n.**.*\n**..*\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*...*\n....*\n**..*\n.**.*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.*...\n.**..\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n...*\n....\n....\n....\n....\n....\n....\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*.*..\n....*\n.*.**\n.....\n.***.\n....*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**...\n*..*.\n.**.*\n...**\n.*..*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...*.\n.**.*\n*..**\n**..*\n..**.\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n....\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.**\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..*.......\n.*.*......\n.*.*......\n..*.*.....\n...*.*....\n...***....\n*.*..*....\n**.***...*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..*.......\n.*.*......\n.*.**.....\n..*.*.....\n..*..*....\n..**.**...\n*.*...*...\n******....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..*.......\n.*.*......\n.*.**.....\n..*.*.....\n..*..*....\n..**.**...\n*.*...*..*\n******...*\n*...*.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........\n..*.**...*.\n...........\n.....*..*..\n....*.*.***\n......*.**.\n..***......\n**....*..*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....***....\n....**.*...\n.....**.*..\n..*****.*.*\n.*.....***.\n.*.**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*\n**..**.....\n....***....\n....**.*...\n.....**.*..\n..*****.*.*\n.*.*...**.*\n...*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*..*..\n.....**.....\n......*...*.\n*...*.....*.\n..*....*.**.\n***....*****\n.*...****...\n.*.**..*...*\n.*..*.......\n*...***.....\n....*...**.*\n..*.*...**.*\n*...***.....\n```\n\n\n## Output without wrap\n\n```\n......**....\n.....***....\n......**....\n............\n..**......**\n..*.........\n*....*......\n*.....**....\n*....*.*....\n.*****.**...\n....**.*.*..\n......**.*..\n...***..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..\n.....***....\n......**....\n............\n.***.......*\n.**.........\n**...*......\n.*....**....\n**...*.*....\n*.****.**..*\n.*..**.*.*..\n...**.......\n**.**.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.***.\n***********\n**.******.*\n****.***.**\n****.***.**\n.***.*....*\n.********.*\n***.**.****\n*..****.***\n****.**.*.*\n****.****.*\n...***...**\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.........*.\n.......**.*\n.......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.....*\n.....*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n...*\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.****\n*******..*.\n*****.****.\n*..*.*.**.*\n*.*..******\n.***..**.**\n****.*.***.\n...*****.**\n***.*.***..\n*.*.**.*.**\n```\n\n\n## Output without wrap\n\n```\n*......****\n...........\n..........*\n*.........*\n*....*.....\n...........\n*..........\n..........*\n*.*........\n*.*.**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...\n...........\n...........\n...........\n.....*.....\n...........\n...........\n...........\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n***..*\n......\n**....\n***...\n*.*.*.\n..*.**\n***.*.\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.**..\n..*...\n*.*...\n..**..\n*.*.**\n*.*.**\n*...**\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.**.*\n..*..*\n*.*...\n..**..\n*.*.*.\n..*.*.\n*...*.\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n*...*\n*...*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n...*.\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..*.*\n.**...*..*..\n..*...*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*..****..\n*..*..*****.\n.*.*..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**\n*.........**\n*.........**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*.*.\n*....**.*.\n*....**..*\n...**.**..\n**.*..***.\n****.*.*.*\n....*.*.*.\n.*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*.***\n....*...**\n****......\n*.........\n**....***.\n......***.\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.**.*\n.......**.\n....*...*.\n****.....*\n..........\n......***.\n.......**.\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.**\n*.*\n...\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.**\n*.*\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*\n..****.\n..****.\n*.**..*\n..**.**\n..*.***\n**.****\n.****.*\n*.****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n**.\n***\n*..\n***\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n..*\n...\n..*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..**.*\n*...**....\n.*........\n.*..*...*.\n.*....*.*.\n.**.***..*\n**.*......\n*..*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.*.**.*...\n*.*.......\n....*.....\n......***.\n*.......*.\n**.......*\n*......**.\n****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.*\n......*..*\n....*....*\n......***.\n.*.......*\n*........*\n..**.*...*\n...**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*.*.*\n.*..*.**.*.\n...***.**.*\n.*.*****...\n*...*.*....\n```\n\n\n## Output without wrap\n\n```\n...*.....*.\n...*....*.*\n.........*.\n...*...**..\n...*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*.\n..**....*..\n..........*\n..*......*.\n.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n........\n.***....\n...*....\n.***.*..\n.*.*...*\n**.*..*.\n.**...*.\n*......*\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..**....\n...*....\n..*.....\n...**.**\n..**.*..\n.**...**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**....\n..**....\n.*.*....\n*.*....*\n*..**.**\n..**.**.\n***...*.\n**.....*\n*.......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n.*..\n..**\n..**\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n**..\n**..\n.*.*\n.*.*\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n.*.*\n**.*\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....****\n*.******.***\n..*******.**\n*..****.****\n**********.*\n.*.****.****\n************\n************\n*...*..*.***\n*****.******\n*..*********\n*.***.*.****\n```\n\n\n## Output without wrap\n\n```\n......**....\n......**....\n............\n............\n............\n............\n............\n............\n............\n.*..........\n*.*.........\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****\n*.*.****\n..*.*..*\n```\n\n\n## Output without wrap\n\n```\n...*....\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n.***....\n.***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n........\n........\n....*...\n...*....\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n........\n........\n........\n........\n........\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n..**..\n.*.*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*.**.\n.*....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.**.\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..**\n.*.*\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n**.*\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*.*\n.*.*\n.***\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n.*....*..\n.*...**..\n.**.*.*..\n.*.***...\n..*......\n..*......\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**....**.\n..*...**.\n...***...\n.*****...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n......*..\n**....***\n..*...***\n...***...\n.*****...\n.........\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**..\n***.****\n.**..*.*\n........\n.*****.*\n..*..*.*\n.*******\n****...*\n**.***..\n*.******\n.**...**\n**....**\n```\n\n\n## Output without wrap\n\n```\n*.*.*...\n*......*\n*.****.*\n.....*..\n.*****..\n.......*\n*....*.*\n.......*\n.......*\n*......*\n....*...\n***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n........\n..****.*\n.....*..\n******..\n.......*\n.....*..\n........\n........\n........\n....*...\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**..*\n*..*..*..*\n*.....*..*\n```\n\n\n## Output without wrap\n\n```\n....***...\n**..*.****\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*****.\n.*..*.***.\n.*..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*...\n**...\n**...\n.....\n.....\n*****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n****.\n...*.\n..*..\n**...\n.....\n.***.\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n...*.\n..*..\n**...\n.....\n*****\n*****\n*****\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*****\n...*.\n..**.\n**..*\n*****\n..*..\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.****\n.....\n.****\n*...*\n*...*\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*****\n*****\n*....\n****.\n.....\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n..**\n**..\n..**\n.**.\n....\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*..*\n**.*\n*..*\n**.*\n*..*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n*.**\n****\n...*\n*.**\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.....\n.*...*.....\n.*...*.....\n```\n\n\n## Output without wrap\n\n```\n**.........\n.**.***....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***....\n.**.***....\n.**.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*..\n****\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n*.*.\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n**.*...*\n.*.*....\n.*.*...*\n.......*\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n.*.**...\n........\n.......*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.......\n**......\n.*.**..*\n........\n*......*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n.*....\n......\n*....*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n*.....\n**...*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*..**\n*...*\n```\n\n\n## Output without wrap\n\n```\n**.**\n*..**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**.**\n..*****.*\n******.**\n*********\n```\n\n\n## Output without wrap\n\n```\n.**....**\n*........\n*........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.**\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..**\n*.*.\n....\n....\n....\n****\n*...\n*...\n....\n....\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n...*\n...*\n.***\n....\n....\n.**.\n***.\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.**.\n....\n....\n****\n****\n..*.\n....\n....\n....\n*..*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.\n...*.*.\n...*.*.\n...*.*.\n.......\n.**....\n...**..\n```\n\n\n## Output without wrap\n\n```\n...***.\n......*\n..**.**\n..**...\n..**...\n.*.....\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n...*...\n..**.**\n..**...\n..**...\n..*.*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.***\n*..*...*\n......*.\n.***....\n.**....*\n.***...*\n```\n\n\n## Output without wrap\n\n```\n....*.**\n....**.*\n.*.*....\n.*.*....\n*.......\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n*...**..\n**.*...*\n**.*....\n........\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n****..***\n...*....*\n.**......\n*.*......\n***.....*\n..*.*..*.\n....*..*.\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.**..*..*\n.*****..*\n*..*....*\n.***.....\n*..*.....\n*.*......\n..*....**\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n******...\n...*....*\n****.....\n...*....*\n*.*.....*\n*.*....*.\n.*......*\n.....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.*....\n..*...\n......\n...*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n..**..\n......\n......\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...**....\n..*..***.....\n....*.**.....\n...*.........\n....*.**.....\n*..**.*****.*\n*****.*.....*\n..*.........*\n..*......*...\n...*......*..\n..*.**.....**\n```\n\n\n## Output without wrap\n\n```\n..**...**....\n..*.**.......\n...**..*.....\n...**........\n....*.*..*...\n*.......**.*.\n*...*.*.**..*\n.............\n..**.........\n..***.....**.\n...**......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....**....\n..*.**.......\n...**..*.....\n...**........\n....*.*..*...\n........**.**\n....*.*.**...\n............*\n..**.........\n..***.....**.\n..*.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n......\n......\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....**...\n..***.*.*.**.\n**.**......*.\n..**.....*.**\n..***....**.*\n```\n\n\n## Output without wrap\n\n```\n.**.*..****..\n*....*.**.**.\n.*...*...*...\n.........*..*\n..*.*....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**...*\n*....*.**.**.\n**...*...*...\n.........*...\n*...*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.....*..\n.....**..*..\n****......*.\n.....**...*.\n```\n\n\n## Output without wrap\n\n```\n............\n.........**.\n.**......**.\n.***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*...\n....**..*...\n*...**..*...\n*...**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n****..*\n.......\n....**.\n..*....\n...**..\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n.**....\n.*****.\n.......\n.....*.\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n***....\n***....\n*******\n.......\n.....*.\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n..*...\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*.*....\n*.***..**.*..\n****.***.*.**\n.**.**.*..*..\n.......*....*\n...*.........\n```\n\n\n## Output without wrap\n\n```\n..*.....**...\n*...*.....**.\n*........*.*.\n*...**.*..*.*\n..***.*......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...**...\n....*.....**.\n.........*.**\n....**.*..*..\n..***.*......\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.*......\n.*......\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.....***\n.*.....*\n.*...**.\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n......**\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n......*.\n*.....*.\n........\n......*.\n*.....**\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.***..\n***...\n**...*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...*..\n.*...*\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*....*\n...*.*\n...*..\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.*\n.....***..\n..**.**...\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n.....*.**.\n....*...*.\n..*.**.*..\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*..\n....*...*.\n..*.**.*..\n*.*..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n**********\n.*********\n**.**..**.\n*******.**\n******.***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..*..\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n...****..\n..**.....\n.........\n.........\n.........\n.........\n.........\n..*......\n..***....\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n......*..\n..**..*..\n..**.*...\n.........\n.........\n.........\n.........\n.........\n..*......\n..*.*....\n..***....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n..**..*..\n..**.*...\n.........\n.........\n.........\n.........\n.........\n..*......\n..*.*....\n..***....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*\n**..*.**\n****.***\n********\n********\n**.*****\n***.*.**\n*****..*\n****.*.*\n.******.\n********\n.*******\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n**...\n**...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..\n..*.*...\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n.****...\n.**.*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.\n..*...*.\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n**.\n**.\n.**\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.*\n*.*.***.*\n*.*.**.*.\n.**.**..*\n..******.\n*.**.**..\n**.***.*.\n.***..***\n...**.*.*\n*****.***\n```\n\n\n## Output without wrap\n\n```\n*.**.....\n*.......*\n.......**\n........*\n.........\n.........\n*........\n**.......\n*.*....*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.*......*\n**.......\n.*.....*.\n*........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n....*\n*..*.\n.....\n.*...\n....*\n.*...\n.....\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n..**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.*..\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n**..\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......**...*\n..............\n.*......*.*..*\n.*.....*....*.\n.*.....*..*.*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.*.....*.*....\n.*......*...*.\n.*......*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.**..*\n........**...*\n**.....*.*..*.\n.**....*.*****\n.**....*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n..*\n**.\n.**\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n.*.\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.*..*\n*.***\n```\n\n\n## Output without wrap\n\n```\n****.\n....*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.......*.*.\n.......*.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n...**\n.*...\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*****.*\n..**.*.*..\n***..*....\n.*.*......\n**...**...\n.**.**....\n.*......*.\n*.**.....*\n```\n\n\n## Output without wrap\n\n```\n..**.*.**.\n.......**.\n*.....*...\n....***...\n*..*.**...\n..*.***...\n*...*.....\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*.*\n*......**.\n*.....*...\n....***...\n*..*.**...\n..*.***...\n....*....*\n****.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.**....*\n.....**......\n......*......\n*....**....**\n.*.*.***.**..\n...***.**.***\n```\n\n\n## Output without wrap\n\n```\n......**.....\n.............\n.......*.....\n....*.....**.\n..**.....*...\n..**.*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*...*\n.............\n.......*....*\n*...*.....***\n..**.....*...\n.*........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.**\n......**\n..*...*.\n.*...*..\n.*..*...\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n...*.***\n.**.....\n.....***\n.**..*..\n***.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*..\n***.....\n.....***\n.**..*..\n.**.....\n.*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.\n..*..**\n.*.....\n..***..\n```\n\n\n## Output without wrap\n\n```\n..*****\n.***.**\n.*..**.\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n****.**\n.*..**.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n..*..\n..*.*\n*.*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.***.\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...\n***....\n*....*.\n***....\n```\n\n\n## Output without wrap\n\n```\n*..*...\n...*...\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...*...\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n..*....\n**.*.**\n.......\n.**...*\n..*.*..\n......*\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.**....\n*..*...\n*..*.**\n.*.**..\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n...*..*\n***...*\n...*..*\n*..*..*\n*..**..\n*......\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n**..\n.*.*\n....\n..**\n**..\n....\n****\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n*..*\n*..*\n*..*\n.*.*\n.**.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*..*\n....\n....\n....\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*\n*.*....*\n..*.....\n........\n.*......\n*.*....*\n.*......\n*.*.....\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n..**....\n.*......\n........\n.*......\n*.*.....\n*.*.....\n.*......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*\n*.**...*\n.*......\n........\n**......\n*.*.....\n..*....*\n.*......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n..*\n*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....***\n.*......**\n*..*****..\n..*.**.*..\n.*.*....*.\n.*.**..*..\n```\n\n\n## Output without wrap\n\n```\n..***...*.\n.*..*.*...\n*.....**..\n*..*......\n.*.****.*.\n....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..*\n......*..*\n......**.*\n...*......\n...***....\n...***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n**.**...\n.****...\n```\n\n\n## Output without wrap\n\n```\n**......\n..***...\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*.*...\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n**.**\n*.*.*\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n****.\n*.***\n*...*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**...\n.**..\n...*.\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.********\n**********\n**.****..*\n*****.****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n....***...\n.....***..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....*....\n....*..*..\n....*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..........\n.....*....\n....*..*..\n....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.*.*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..*.......\n..*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n****\n.**.\n****\n****\n****\n***.\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..**.\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*..\n.**.*\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*...*\n.***......\n..........\n..........\n.....*....\n.....*....\n.....*....\n..........\n..........\n.*.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n...**.....\n.*..*.....\n..**......\n..........\n.....*....\n.....*....\n.....*....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***...*\n**.**.....\n.***......\n..........\n.....*....\n.....*....\n.....*....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n...**.\n.....*\n**..**\n..**..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*****\n...*.*\n.*****\n.****.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n.****.\n...*..\n******\n******\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..*.....\n*.*..*...*...\n.*...*...*...\n.*.*.*.**....\n.**.**.......\n*.**.**.....*\n.**.*..**....\n***..**......\n```\n\n\n## Output without wrap\n\n```\n.****........\n*....**.*....\n**...*...*...\n**.*.*..*....\n*......*.....\n*.....**.....\n....*..*.....\n*.**.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n*....**.*....\n**...*...*...\n**.*.*..*....\n.......*.....\n*.....**.....\n....*..*....*\n*....**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.*.\n.***\n.*.*\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.*.\n...*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.****\n***..\n....*\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n*...*\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n....*\n.....\n*.**.\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......***..\n*...*..*...**\n*..**....***.\n**.*....*.***\n*..*...*.....\n```\n\n\n## Output without wrap\n\n```\n**.......***.\n*...*......*.\n*.......**...\n....*...**...\n*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......****..\n....*..*.....\n........**...\n...**..***...\n..*....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.\n.***....\n...***..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n**...**.\n**...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.*..*.\n**.**.\n**..*.\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*****\n...***\n..***.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.****.\n...**.\n..***.\n**....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*.*.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n....**...\n....*....\n.*.*..*..\n..***....\n......*..\n.*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*.*...\n...*.....\n..*..*...\n...*.....\n.....*...\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..\n.........\n...*.....\n..*..*...\n...*.....\n..*..*...\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*.***.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.....\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..***.\n.**.*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.**...\n....*.\n.*....\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....**\n**....\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.........\n..**.....*...\n.......*...*.\n...*...*.....\n```\n\n\n## Output without wrap\n\n```\n..**.........\n.*..*........\n..**.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***........\n.............\n..**.........\n..*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n**.**.*...\n...*......\n....*.*...\n..........\n..........\n..........\n..........\n.**.......\n*..*......\n```\n\n\n## Output without wrap\n\n```\n..***.....\n...**.....\n..**......\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*......\n...**.....\n..**......\n..........\n..........\n..........\n..........\n..........\n.**.......\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n...*\n....\n....\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n....\n....\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.***\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n...*\n*.**\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n...**...\n........\n.....**.\n........\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....**..\n........\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n....**..\n........\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...*..\n...*.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.......**\n*........\n.........\n.........\n......*..\n....*....\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n...**.\n.*....\n......\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n...**.\n..***.\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..***.\n......\n......\n....*.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...\n..........\n**........\n**........\n..........\n.*........\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n**........\n..*.......\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..........\n**........\n..*......*\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n..*..*.\n*.*...*\n.***...\n....*..\n.*...**\n.......\n.......\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n.*.*...\n.*.*.*.\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n***.***\n......*\n...*.*.\n*..*.*.\n.....**\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.....\n.......*.....\n.............\n.............\n.............\n.**..........\n*............\n...**........\n**.***.......\n*..*..***....\n.....****....\n.............\n.............\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.*...........\n...**........\n...*.*.......\n.....***.....\n*.*.**..*....\n.**...*.*....\n......**.....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.....\n.......*.....\n.............\n.............\n.............\n.*...........\n...**........\n...*.*.......\n.....***....*\n*.*.**..*....\n.**...*.*....\n......**.....\n.............\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n..**.\n..*.*\n....*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..*.*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n..**.\n..*.*\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n..***.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.*.....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.*.....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.******.\n****..****\n***.***.**\n****...*..\n*...*****.\n*..****.**\n```\n\n\n## Output without wrap\n\n```\n**.***...*\n..........\n....**...*\n.........*\n*........*\n...*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....**....\n..........\n..........\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..*..\n*.*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n****\n..*.\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n*...\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n**..***\n*******\n****..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***\n*..*..*\n**.**.*\n.*.****\n..*****\n*.**.**\n```\n\n\n## Output without wrap\n\n```\n....***\n*.*.*.*\n.......\n**.....\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*.....**\n*.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n*....*\n*...*.\n*..**.\n*..**.\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n...*..\n****..\n**...*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n**.**.\n..***.\n..*...\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...**.\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*...*.\n.**..*.*.....\n.*.**.*.*.***\n..*.***.*..*.\n.........**..\n..........**.\n.............\n```\n\n\n## Output without wrap\n\n```\n......*......\n.*****.**.*.*\n.*......*****\n..*.*.*.*...*\n.....*...*...\n.........***.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n******.**.*.*\n**......*****\n..*.*.*.*...*\n.....*...*...\n.........***.\n..........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n***...\n.....*\n.*****\n.*....\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*....*\n*....*\n**...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*.**.*\n.....*\n.*****\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n*.......*\n*.......*\n.........\n.........\n*......**\n*......**\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n*.......*\n*.......*\n*.......*\n........*\n*......*.\n*......*.\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.**.*\n.*...*\n****..\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**.*.\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...*.*\n*.*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*.*\n****\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n...*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n*..\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n*..\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n*..\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n...***...\n..*..*...\n.****....\n..*......\n.........\n..*...*..\n****...**\n..*.**.*.\n*.*.**..*\n.***.....\n```\n\n\n## Output without wrap\n\n```\n..***....\n..**.....\n.*.*.*...\n**.......\n.**......\n.*.*.....\n...**.***\n...***.**\n.......**\n.***.**..\n..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n..*.*....\n.*.*.*...\n**.......\n.**......\n*..*....*\n**.**.**.\n**.***...\n.........\n**...****\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.***\n**...\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n*....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**...\n.*..**...\n.........\n**.......\n.........\n*.......*\n........*\n.*.......\n```\n\n\n## Output without wrap\n\n```\n...***...\n...***...\n**.......\n.........\n**.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****...\n...***...\n**.......\n.........\n.*......*\n*.......*\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n**....*...\n..*.....*.\n*.........\n.*........\n*.*.......\n....*....*\n..*....*..\n.......*..\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.....*..\n*.........\n.*........\n**........\n.*........\n.*.*......\n........*.\n......**..\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***\n.*.....*.*\n*........*\n.*........\n**........\n**........\n.*.*......\n........*.\n......**..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**..**...*\n**..*...**...*\n*....*..**.**.\n*....**.**.***\n.*.......*.*.*\n*.....*.......\n..**...**....*\n*..*.*..*...**\n**.*.****...*.\n```\n\n\n## Output without wrap\n\n```\n**..**..*.....\n...*...**.....\n....*.......*.\n..........*...\n.....*...*...*\n....*......*..\n*...***..*.*..\n*........*.*..\n***.*****...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.........\n...**.*.......\n....*.........\n..........*...\n.....*...*..**\n....*......***\n....***..*.**.\n.*...****..***\n...*.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n....\n....\n.**.\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*..**\n*....\n*.***\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*..\n*.*.*\n*...*\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...***..**\n*..*.**...*..\n***.....*....\n.*...*...**..\n..*....*...*.\n```\n\n\n## Output without wrap\n\n```\n....**.**.*..\n.*.*....**.*.\n*..**.*....*.\n.*...*....**.\n..........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.......\n*.......*....\n*..**.*....*.\n*.**.****....\n...*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....***.\n.**....***.\n....*.*....\n*...***...*\n.*..*.....*\n.*.**......\n.*.........\n.*.**......\n**.*.......\n```\n\n\n## Output without wrap\n\n```\n.*.*....*..\n*...***..**\n.*....*.**.\n*...*..*...\n*....*.....\n...*.......\n...........\n...**......\n**.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.**\n.*...**....\n......*.*..\n....*..*...\n.*...*....*\n...*.......\n**.........\n.*.**......\n*.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.***..\n..*...\n......\n*...**\n...***\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*....\n.***..\n......\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*....\n.***..\n.....*\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n**..***\n.......\n......*\n*..*.*.\n*.***.*\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n.....*.\n..*..**\n.*...**\n.*....*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n*....**\n***...*\n.....*.\n....**.\n*.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**......\n*..........**.\n...*.......**.\n**.......**...\n.............*\n...*..........\n..**..........\n```\n\n\n## Output without wrap\n\n```\n..............\n...........**.\n..........*..*\n...........**.\n...........*..\n..**..........\n..**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.......*.\n***........***\n.*........*...\n...........**.\n**.........**.\n.**.*.........\n.*..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.*.\n...\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.**.\n....\n....\n....\n.***\n....\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n.**.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.**.*\n.*.**..*...*.\n*****.******.\n************.\n.****.****.**\n***.*********\n*************\n```\n\n\n## Output without wrap\n\n```\n**...****.**.\n............*\n............*\n.............\n.............\n.............\n*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n.**.*\n.*.*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n****.\n....*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.****\n....*\n**..*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n........\n.*.....*\n*..*.**.\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..***.*.\n..*...*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n*.......\n..***...\n........\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....****..\n......**...\n..****.....\n.*....*....\n...*..*....\n....**...**\n.........**\n...........\n.....**....\n```\n\n\n## Output without wrap\n\n```\n...........\n..**.****..\n..******...\n......**...\n....*.*....\n....**...**\n.........**\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..**...**..\n..******...\n......**...\n....*.*....\n....**...**\n.........**\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n****.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.*.\n*..\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n**.\n..*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.**..*.\n.****......**\n**.....*..*.*\n.**....*..**.\n**....***.**.\n```\n\n\n## Output without wrap\n\n```\n.**.**.....**\n..*******.*.*\n*.........*.*\n..*.........*\n***...******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..**...\n..*******.*..\n..........*..\n..*..........\n*.*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n*...\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***\n.*.*......\n*..*...***\n***.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n*..*......\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..........\n.*.*......\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**........*\n....**.......*\n*....**.......\n.*****........\n***.*.........\n*..*.........*\n```\n\n\n## Output without wrap\n\n```\n...***........\n...*..*.......\n..*..***......\n.*...**.......\n.*............\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.........\n**.****......*\n***..***......\n**...**.......\n..............\n....*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n*.......\n**.***..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n........\n**..**..\n**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n....*\n.....\n...**\n...*.\n***.*\n...*.\n.*...\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n..***\n.*..*\n****.\n.***.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n*.***\n.*...\n.**.*\n.****\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n........*....\n....*.*.*....\n......*......\n*...........*\n```\n\n\n## Output without wrap\n\n```\n.............\n.......*.....\n.....*.......\n.....*.*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......*.....\n.....*.......\n.....*.*.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n...\n...\n**.\n...\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..**.*\n......*.*.\n.*....***.\n.***......\n.***......\n```\n\n\n## Output without wrap\n\n```\n......***.\n.....*...*\n......***.\n**.....*..\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..******\n..*..*....\n**....**.*\n.......*..\n.****.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*..\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........\n*..........\n...........\n...........\n...........\n...........\n...*.......\n...........\n....**.....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n....*......\n...........\n...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n....*......\n...........\n...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.......\n.......\n...*.*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n.**\n.**\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n......**\n*..*....\n*..*....\n...**.**\n..*.....\n...*....\n.*.**.**\n....*...\n......*.\n*...****\n.....*.*\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n..*.*...\n.*..*...\n..*..*..\n........\n..*...*.\n..*....*\n....*...\n...**..*\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*.....*.\n*.......\n*.*.*..*\n....*...\n..*..*..\n........\n..*...*.\n..*...**\n....*.*.\n*..**.*.\n*...****\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.***.\n**.*.\n**..*\n**...\n..*..\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n...**\n...**\n.....\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n...*.\n...*.\n.....\n..*.*\n.*...\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n..*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n**..*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.*.*.\n..**.\n.....\n.....\n***..\n****.\n**.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*...*\n..**.\n.....\n.*...\n*..*.\n...*.\n...**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*....\n..**.\n.....\n.*...\n*..**\n...*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n......\n**....\n..*.**\n*..***\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n..*...\n..****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**..*\n***...\n..*..*\n..**..\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....*\n....*.*...*\n...........\n.........**\n```\n\n\n## Output without wrap\n\n```\n....**.....\n....*......\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**....*\n....*......\n.........**\n.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..*.**\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n...***\n.**...\n.*..**\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***.*\n***.**\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*.***\n..*.*.\n..*..*\n.*...*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.....*\n..**.*\n.**...\n.*****\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n*.**.*\n***...\n******\n.**.**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*.*.*\n**.*.\n*...*\n.....\n..*..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n....*\n*.***\n**...\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n**..*\n.....\n.***.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n.*..\n*.*.\n.*..\n....\n....\n***.\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n.*..\n....\n.**.\n***.\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n.*..\n*.*.\n.*..\n....\n.*.*\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n*..*....\n.....*..\n.**..**.\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n....*.*.\n.......*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n....*.*.\n...*...*\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n..**..\n.***..\n.***..\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..*..*\n..*..*\n.****.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*...\n..*..*\n..*..*\n**....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*..\n....***.*.\n.....****.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...**.\n......*.*\n.*....*.*\n.*......*\n.*......*\n.**...*..\n..*...*.*\n*.*...***\n***.*.*..\n....*..**\n.**..***.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.*....**.\n*.*..**.*\n........*\n***.....*\n**.....*.\n.**......\n..**.**.*\n*.*...*.*\n*.*...*..\n*...*...*\n.....*...\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*..\n..*..**.*\n........*\n.**.....*\n.*.....*.\n.**......\n..**.**.*\n..*...*..\n..*...*..\n....*...*\n.....*...\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.*.*\n**.*..\n*...**\n.**.*.\n*****.\n*.*..*\n.***..\n.*.***\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n.....*\n...*.*\n*...**\n......\n*...**\n*.....\n*....*\n**...*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n....*.\n......\n....*.\n.....*\n......\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.****\n..**.\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..***.*\n..********\n.******.*.\n*******.**\n*****.**..\n**.**.****\n*..******.\n```\n\n\n## Output without wrap\n\n```\n.**......*\n*........*\n*.........\n........**\n..........\n.........*\n****.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n........*.\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*\n..*..**\n.*.....\n.**..**\n..*****\n.*.*..*\n**..*..\n.******\n*****.*\n***.*.*\n***.***\n*****..\n*.***..\n***.**.\n```\n\n\n## Output without wrap\n\n```\n.**..**\n*.*..**\n.*.....\n.*....*\n.......\n**....*\n*.....*\n......*\n......*\n......*\n......*\n.......\n.......\n*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..*..**\n.*.....\n.*....*\n.......\n.*....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*.....**.\n*.....***\n.......*.\n.........\n.***.....\n*.......*\n.*..*...*\n....*....\n...**....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n......*.*\n.......**\n.**....*.\n.***.....\n.**......\n....*....\n...***...\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......***\n.........\n..*......\n****.....\n.**.....*\n....*....\n...***...\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...***.\n...**..\n..*.**.\n...****\n...*.*.\n.***.*.\n*.*.***\n..*...*\n```\n\n\n## Output without wrap\n\n```\n....*..\n...**..\n..**...\n.***...\n.......\n.......\n.......\n..*..*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.\n..**.*.\n..**...\n.***...\n.......\n**.....\n**.....\n..*....\n****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n...*\n....\n...*\n...*\n.*..\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.***..\n**.*..\n.*.*.*\n..*.*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n.**...\n**.*..\n...**.\n*.....\n**.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n**.*..\n.*.*..\n.*...*\n.*.*.*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n.....*\n*.....\n.***.*\n**..*.\n..****\n....**\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**.*.\n..*.*.\n......\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n***...\n..*...\n.*..*.\n.*....\n*.....\n*....*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n..........\n.....*.*.*\n.....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n......*.*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n......*.*.\n..........\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n...**.\n......\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....*.\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n....*.\n......\n..*...\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n.*.*\n**.*\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.....\n.....\n.....\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n......\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n......\n......\n..**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n*..\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n.*..*\n..*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**.*\n**..*\n..*.*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n...*......\n...*......\n..........\n..........\n..***.....\n..........\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..***.....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..**......\n..........\n..........\n..........\n..***.....\n...*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n****.*\n*..***\n.*.***\n******\n.*.**.\n******\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****..*\n****.***.**\n***...*.*.*\n.*.******.*\n.*********.\n****.**..*.\n**...*..***\n**.***.**..\n```\n\n\n## Output without wrap\n\n```\n*...*..****\n..........*\n..........*\n..........*\n..........*\n...........\n..........*\n***.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n..........*\n...........\n...........\n...........\n...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*...*\n****.\n.**..\n.**..\n..***\n*..*.\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**...\n...*.\n*..*.\n.....\n.....\n....*\n....*\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n...*.\n.....\n*....\n*...*\n*....\n*.**.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n*.........**\n.*.......*..\n**.......**.\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n..........*.\n**.......*.*\n**.......**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n*.........**\n*.........**\n.*.......*..\n**.......**.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n.*..*...\n..*.**.*\n.**.*...\n..*.**..\n.*..**..\n**.....*\n........\n.**...*.\n...*.**.\n.*..*...\n*.....*.\n***.*.*.\n*..**.**\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.*..**..\n..*.**..\n.**...*.\n..*.....\n*******.\n**......\n*.*.....\n..*..**.\n.*.****.\n....*.*.\n*.**....\n*.*.*.*.\n*.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.*\n**..**..\n*.*.**..\n.**...*.\n..*.....\n.******.\n**......\n..*....*\n..*..**.\n.*.****.\n....*.**\n*.**....\n..*.*.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n****.*\n...***\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n*.****\n***...\n.....*\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**...\n.....*\n..**..\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n...*....\n....*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n***..\n.*.*.\n..***\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n**...\n*....\n.....\n....*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n**...\n*....\n.....\n....*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.\n**..*...\n**.**..*\n..*..***\n..*....*\n```\n\n\n## Output without wrap\n\n```\n....**..\n***...*.\n*..**..*\n..*.**.*\n.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*****\n.**...*.\n...**...\n..*.**..\n...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..***.\n.....*\n...***\n*....*\n***...\n.**...\n**..**\n*....*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..***.\n..*..*\n.....*\n*.**.*\n*.*...\n...*..\n*.*.**\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n..***.\n..*..*\n......\n..**..\n..*..*\n...*..\n..*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n........\n........\n........\n......**\n........\n*...*...\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.......*\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.....*\n*....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....*.\n*...**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n....*.\n..*.*.\n..**..\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n...***\n....*.\n..*.*.\n..**..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n....*.\n..*.*.\n..**..\n.**...\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.....*\n.....*\n..**..\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....*.\n..**..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n....**\n....*.\n..**..\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......\n...*.....*\n..*......*\n..*......*\n*..*......\n.....*....\n**....*...\n*..**.*...\n*..*......\n*..*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n....*.....\n.*.*......\n*.........\n**........\n....*.....\n.....*....\n*.........\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n....*...*.\n...*....*.\n.........*\n**........\n....*.....\n.....*....\n.....*..*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*....\n.*.......*\n**.....*..\n```\n\n\n## Output without wrap\n\n```\n.*........\n..*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....**\n****....**\n****....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n*..**\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*...*\n...*..\n.*.*..\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n....*.\n...*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.*...\n*...*.\n...*..\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....*....\n*..**.**....*.\n*.........*...\n..***....*..**\n....*.***.***.\n*..*.**.***.*.\n.............*\n.....***.*....\n.**..*****....\n.*..*.........\n.*.****...*...\n*.*..*....*.**\n```\n\n\n## Output without wrap\n\n```\n.****.........\n*..**.........\n.**..*.....***\n...***.***..**\n..*...*.......\n....***.*.*.**\n....*.....*...\n.....*...*....\n.**.*....*....\n**......**....\n**.*..*....*..\n.***.**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....**.\n*..**........*\n***..*.....**.\n...***.***..**\n..*...*.......\n....***.*.*.*.\n....*.....*..*\n.....*...*....\n.**.*....*....\n**......**....\n.*.*..*....*.*\n*....**..***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*\n*........\n......**.\n....*..*.\n.*...*...\n.........\n..*......\n..**.....\n....*....\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n.......**\n.......*.\n.........\n.........\n..**.....\n....*....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n*.....*..\n.........\n.......**\n.........\n.........\n..**.....\n....*....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.....\n..***..\n.*...*.\n..*....\n.....*.\n...*.*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.****..\n.*..*..\n.......\n....*..\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n.****..\n.*..*..\n.......\n....*..\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n.....*\n.**...\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**.**..**\n*..*.****....*\n**...*...**...\n.***********.*\n*.*...*..*.*.*\n***..*******..\n..****......**\n***.**.*...**.\n.*.*.*...*.*..\n***.**...*.***\n....*.******.*\n**..***....*.*\n.*..*.*.**..**\n```\n\n\n## Output without wrap\n\n```\n.........*.***\n.*.......**...\n..........*..*\n...........**.\n.......*..*.*.\n........***.*.\n.........*.*.*\n.........**..*\n*............*\n.**....*.*..**\n.......**....*\n*..****......*\n******......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n............*.\n..........*..*\n...........*.*\n.......*..*...\n........***...\n.........*.*..\n.........**...\n**............\n.**....*.*....\n*......**.....\n.*.**..*...*..\n**.*.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n**..*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n***.*.\n....*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n**.*.\n....*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n.......\n*...*..\n.*.....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.*.*.\n.....***.*.*.\n.....*.*****.\n.*...*.**....\n.*...........\n*.*..........\n.**..........\n***...*....**\n*.**.**....**\n...........**\n....***......\n...*..*......\n....*........\n....*...**...\n```\n\n\n## Output without wrap\n\n```\n.....*.*.....\n.....*.....**\n....**.....*.\n.......*..*..\n***..........\n*.*..........\n...*.........\n*....**....**\n*.**.**...*..\n...*.......**\n....***......\n...*..*......\n...***.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n.....*.....**\n....**.....*.\n.......*..*..\n***..........\n*.*..........\n...*.........\n.....**....*.\n..**.**...*..\n*..*.......*.\n....***......\n...*..*......\n...***.......\n.....*.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n....**.\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*..*\n...*.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n...*..*\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n*.*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n*.*\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n..***.\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n....*.\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n....*.\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n*......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n***.**\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n*....*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n*..\n..*\n...\n...\n..*\n*..\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n.**.*.\n..*.*.\n..***.\n...*..\n..*...\n......\n......\n**...*\n..*.*.\n..**..\n.*.*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.***..\n.*..**\n....**\n....*.\n...*..\n......\n......\n......\n......\n.***..\n.*..*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**...*\n**..**\n....**\n....*.\n...*..\n......\n......\n**...*\n....*.\n..***.\n......\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n......\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..*\n..**.....*\n.*.*.**..*\n..*...*...\n**....*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..**....**\n.*.****...\n*.*...**..\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**..*\n..**....**\n**.****...\n..*...**..\n**....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*..*..\n...*...*.*..\n.***........\n*..*........\n..**.*......\n....*.......\n......*...*.\n```\n\n\n## Output without wrap\n\n```\n............\n..***.......\n..***.......\n....*.......\n..**........\n..***.......\n....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....******..\n..**..*.*...\n..***.......\n....*.......\n..**........\n..***.......\n.......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n**.....*\n*..*...*\n.**.....\n****....\n.**.*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n........\n**......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n.*.....*\n*.......\n*......*\n*......*\n........\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*...\n.***.....\n***.**.*.\n*..**.***\n*.**.....\n...*....*\n*..***...\n******...\n```\n\n\n## Output without wrap\n\n```\n.*.**....\n.....**..\n*....*.**\n*.....***\n.**.....*\n.*.......\n*....*...\n***..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...\n.....**.*\n.....*.*.\n......**.\n***......\n**......*\n*....*..*\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n.**.*.\n*....*\n****..\n.**.*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..*...\n*.*.**\n*...*.\n*..**.\n....**\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n..*.*.\n....**\n...**.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n*..\n***\n...\n***\n...\n...\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n**.\n**.\n**.\n...\n...\n.*.\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n*..\n***\n...\n...\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..***..\n.****...*.\n........*.\n**......*.\n*.*.....**\n**........\n..*.......\n***...**..\n..*...*.**\n```\n\n\n## Output without wrap\n\n```\n.*.....*..\n*........*\n*..*.*...*\n***.......\n*.*....***\n..**......\n..*....*..\n.***..*.*.\n..**..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n***.....*.\n*..*.*....\n***.......\n*.*....**.\n..**......\n*.*....**.\n*......*..\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n**......**\n..**.*..**\n*****...**\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n.**....*..\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..***.\n..*...***.\n.**...***.\n......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..**.\n...*.\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n....*\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n....*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.*..*\n*.*..*\n.***..\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.**..\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...*.*\n..*..*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....**.*\n..*....**.*\n.*.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.**....**..\n..*...*...*\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*...*\n..*...*...*\n.*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****....*.*\n...*..*......\n.****..**....\n....*...*....\n.....****....\n**..........*\n.*.*..*.*....\n***.**..**..*\n..*..***..*..\n..*.*..*...*.\n........**.*.\n..........*.*\n```\n\n\n## Output without wrap\n\n```\n...****......\n..*....**....\n....**.**....\n....*....*...\n..********...\n.***.........\n*.**.***.....\n....***......\n...**.**...*.\n......**.....\n............*\n........**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**......\n..*....**....\n.*..**.**....\n.*..*....*...\n*.********...\n****.........\n*.**.***.....\n**..***....*.\n**.**.**...*.\n*.....**.....\n*.*.....**...\n*.*..*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n.....*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n...*.\n....*\n*..*.\n..*.*\n*.*.*\n.....\n**.*.\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n..***\n...**\n...**\n..*.*\n.*...\n*.**.\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..***\n...**\n*..*.\n..*..\n**..*\n..**.\n.....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n*.**\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n...*...*.\n.......*.\n.**....*.\n........*\n..*.....*\n........*\n...*...**\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n......*.*\n.**......\n......*..\n.........\n.........\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**\n..*...*..\n......*.*\n..*......\n.*....*..\n.........\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*****\n.*.**\n*.**.\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**\n.**...*\n*.***..\n...**.*\n*.**..*\n**.*..*\n*..***.\n.***.**\n*.*..*.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.....**\n......*\n.......\n.......\n.......\n**.....\n**.....\n.*...**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n...*...\n*.....*\n*....**\n.......\n.......\n.......\n.......\n*.*.*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..*.....\n.**.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n....*.*.\n.....**.\n....***.\n........\n.....**.\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n.......*\n....*.*.\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......*.\n.......*\n....*.*.\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n....\n....\n....\n**.*\n**..\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.**.\n...*\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n****\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n..*.*..\n..*.*..\n..**...\n.......\n.......\n*....**\n.....**\n...***.\n```\n\n\n## Output without wrap\n\n```\n...***.\n.**..*.\n.*..**.\n.***...\n.......\n.......\n.......\n....*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n..*.**.\n.*..**.\n.***...\n.......\n......*\n*......\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*....\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.*.\n.......**\n****.....\n*.*...*..\n```\n\n\n## Output without wrap\n\n```\n.....**.*\n.*.*.*...\n*.**..***\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****....\n.....*...\n**...*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..*.\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n...*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n**....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n*..\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n**.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**..*\n....*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...\n*....*...\n.*****...\n***......\n..****...\n**....*.*\n...****.*\n........*\n```\n\n\n## Output without wrap\n\n```\n....**...\n.*....*..\n...***...\n*........\n...***...\n.*....*..\n....***.*\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.*....*..\n...***...\n*........\n...***..*\n**....*.*\n....***.*\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*.\n.*....**.\n.*.*...**\n...**.**.\n.*..*...*\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.......*.\n**.......\n...***..*\n...****..\n...**....\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.*.......\n*..***..*\n...****..\n...**....\n*...****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.*\n**********\n**.*******\n********.*\n********..\n*****.**.*\n*..*******\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n***.**\n***.**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.*...\n.*.*.*\n.***.*\n**.*.*\n...**.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*..*..\n...*.*\n**...*\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n...*.*\n...*.*\n.*...*\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n*......\n.......\n..*.**.\n..*....\n.**..**\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n.**....\n.***...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**\n..*....\n.......\n...*...\n..*..**\n..*.*..\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.\n..**..*\n.*..*.*\n.***...\n*....*.\n*..*.*.\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.*..**.\n*.....*\n......*\n*....*.\n*....*.\n*.*****\n*.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..****.\n.*.....\n.*....*\n*......\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n***\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n**.***\n**...*\n```\n\n\n## Output without wrap\n\n```\n.****.\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n***\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*..\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n**....\n..*...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**..\n.**.**...\n......***\n......**.\n........*\n*......**\n*......*.\n..*..**.*\n..*..**.*\n**....**.\n.....***.\n...***.*.\n```\n\n\n## Output without wrap\n\n```\n.******..\n.****....\n........*\n......*..\n......*.*\n.......**\n.*.......\n.*...*..*\n..*.....*\n.*......*\n........*\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.****....\n........*\n......*..\n*.....*..\n*......*.\n**.......\n**...*..*\n..*.....*\n**.......\n.........\n...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**\n.*.*.**.\n....*.**\n**.***..\n*.*.***.\n```\n\n\n## Output without wrap\n\n```\n.*.**.**\n.*......\n**.....*\n***....*\n*.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n.*.....*\n***.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n..***.\n...**.\n***.*.\n*..***\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n.....*\n***...\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n..*...\n......\n***...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n*.*\n...\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.*..\n*....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n...*\n*.*.\n...*\n.*.*\n..*.\n**..\n....\n.*..\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n.*.*\n...*\n*.*.\n.*..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*.*.\n*.*.\n.*.*\n*..*\n..**\n.*..\n**..\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**....\n....*.*.....\n....*.*.....\n```\n\n\n## Output without wrap\n\n```\n......**....\n...**.*.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**....\n...**.*.....\n...**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**..*\n.*...\n**..*\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n**.\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n****.\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*....\n.....\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.**....\n.*.*...\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.*.*...\n..*....\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n.*.*...\n..*....\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n...*..\n*..*.*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n...**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n.***..\n......\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n*..*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n*......*\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n*......*\n*......*\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..**\n**.****.\n**.**...\n.*.****.\n*..*...*\n.*.*.**.\n**.****.\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n.....*.*\n***...*.\n**..*..*\n...**.**\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n.**...**\n.*..*.**\n.*.**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n.........\n*..**....\n.........\n......*..\n.*....*.*\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n......*..\n......**.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.........\n.........\n.........\n......*..\n.*....***\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n*.*.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n**...\n**..*\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*..*.\n.**..\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n...*.\n...**\n.**..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n**..\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n..*.\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....\n.*..*.....\n*....*....\n*..*.*..*.\n.***.*..*.\n..*.....*.\n..*......*\n*.**......\n.*..*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n**..**....\n..*.......\n*....****.\n..*.*.**.*\n..*....*.*\n..**......\n..........\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n......*...\n..*......*\n.....****.\n*.*.*.***.\n*.*....*.*\n****....**\n*.**.....*\n.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*..\n...*....**..\n............\n............\n......**....\n......**....\n..*.*..*....\n........*...\n..*....**...\n*..*...*....\n......**....\n```\n\n\n## Output without wrap\n\n```\n........**..\n........**..\n............\n............\n......**....\n.....*..*...\n......***...\n...*....*...\n.......**...\n............\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*..\n........**..\n............\n............\n......**....\n.....*..*...\n......***...\n...*....*...\n.......**...\n............\n......***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n...**.\n**....\n**..*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n*****.\n*****.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*****.\n*****.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*\n*.*****.\n*.*...*.\n******.*\n.*....**\n....*.**\n**...*.*\n.*...*.*\n*....***\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*.***.*.\n*.*..*.*\n*...*.*.\n..*.*...\n..*.....\n..*.**..\n**.*...*\n.......*\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..\n*.***...\n..*..*..\n....*...\n..*.*...\n***.....\n***.**..\n...*..*.\n...*..*.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..**..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..**..\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n..**..\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*....*\n...**.\n.....*\n..****\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..****\n..*..*\n..*..*\n.*....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..*...\n***..*\n.***.*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.....\n.....\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*..\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*.*\n*.*.\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*..*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n.**...\n......\n*.*...\n****..\n.*..**\n.....*\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.***..\n..*...\n*.**..\n*..**.\n**.***\n....**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**\n.***..\n..*...\n*.**..\n...**.\n.*.***\n*...**\n....*.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*....\n*...*..*\n...***..\n....*...\n........\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n...*.**.\n...*.*..\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n....*.*.\n...*.*..\n...*.*..\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n.**.\n....\n....\n....\n....\n....\n....\n....\n.*..\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n**.*\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n**.\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n.*.*..\n*..*..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n.*.**.\n.*.**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*.**.\n.*.**.\n..**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*....\n.**.*\n*****\n..**.\n..**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.**..\n.....\n.....\n*....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n.**.\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n*...\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**.*\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n***..*\n......\n....*.\n***..*\n***...\n..**..\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n.**...\n**....\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*...\n..*.*.\n......\n.**..*\n**...*\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.**...\n.*....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*..*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n*****.*.**\n.*********\n**********\n**.***..**\n***.******\n*********.\n*******.**\n*****.****\n***.**.***\n*.********\n**********\n```\n\n\n## Output without wrap\n\n```\n*.....*..*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....***\n..***..\n.*..*..\n..***..\n..**...\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n....**.\n.**....\n.*****.\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n....**.\n.**....\n.*****.\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n*....\n....*\n.*.**\n.....\n.....\n.....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n.....\n*..*.\n....*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n*.***\n.**..\n.*.*.\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n....*\n..*.*\n*...*\n**.*.\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n*.*.*\n.....\n**.**\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n...*..\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n.**...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.**.**\n....*.\n.*..*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n......\n.....*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.......\n*...***..*.*.\n........*...*\n...*...*.....\n..*...*.*...*\n.............\n```\n\n\n## Output without wrap\n\n```\n....***......\n....***......\n....*****....\n.......**....\n.......*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***......\n....***.....*\n....*****...*\n.......**....\n.......*.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.....\n.............\n....*........\n...*.........\n.......*.*...\n..........*..\n*..*.*......*\n.....*...*...\n...........*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n....*........\n....*........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n....*........\n....*.......*\n......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*....*\n**....*\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n..*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**..**\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n...**...\n...***..\n.....*..\n.....*..\n.....**.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n..**.*..\n...*.*..\n.....**.\n....**..\n....***.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n..**.*..\n...*.*..\n.....**.\n....**..\n....***.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.*.**\n...**.\n...**.\n*.....\n*.****\n*****.\n**.***\n*..**.\n```\n\n\n## Output without wrap\n\n```\n.*....\n......\n...*..\n.*.**.\n.***.*\n.*....\n......\n.**.*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n*..***\n******\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...\n..***...\n..***...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*.*...\n.*...*..\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.*...*..\n.*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**.\n***.....*\n..*..**..\n..***....\n*******..\n```\n\n\n## Output without wrap\n\n```\n.***...*.\n.**.*....\n....**...\n.........\n.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n***.*...*\n*...**...\n.........\n.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*.\n...........\n.....*...*.\n.........**\n.........**\n.........**\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.........*.\n........*..\n........*..\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n...........\n.........*.\n........*.*\n.......***.\n........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.........\n.**.........\n............\n............\n.*..........\n*...........\n..*.........\n.***........\n...*........\n............\n............\n```\n\n\n## Output without wrap\n\n```\n.**.........\n.**.........\n............\n............\n............\n.*..........\n..**........\n.*.*........\n...*........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........\n.**.........\n............\n............\n............\n.*..........\n..**........\n.*.*........\n...*........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n....*.*....\n...*..*....\n..*..*.....\n..*.*......\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....*.....\n...**.*....\n..*.**.....\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.....*.....\n...**.*....\n..*.**.....\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n...*.\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*.**.\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**.*.\n*..*.*....\n****...***\n.....****.\n```\n\n\n## Output without wrap\n\n```\n.******...\n*.........\n*..*.**.**\n*..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....\n...*.....*\n.*...**...\n.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n..*...\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n.**\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n......\n.....*\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n**.*\n*.*.\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n*...\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.*..\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.****\n**.*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n....*\n**.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.....\n**.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..**.\n....*\n**...\n....*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.***.\n*****\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.*....*\n...*.**\n**....*\n*..*..*\n*.*....\n***..*.\n..*....\n......*\n*.*..*.\n..*..*.\n...*...\n...*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n***..**\n***.*.*\n*.*....\n*.**...\n*.**...\n..*....\n.*.....\n.*...**\n.****..\n..***..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*.....*\n.**..*.\n.**.*..\n..*....\n..**...\n*.**..*\n*.*...*\n.*....*\n.*...*.\n.****.*\n..***..\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n.*.*..\n**.***\n.*.**.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n**....\n...*..\n**...*\n......\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...*..\n.*...*\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****....**\n...**.**..\n.***.*....\n...**.....\n.**.......\n..........\n*....*.*.*\n.*...*.**.\n..*...*.*.\n...***...*\n*....*****\n.........*\n```\n\n\n## Output without wrap\n\n```\n.*****..*.\n.***....*.\n....*.....\n...***....\n..**......\n..*.......\n..........\n..*...**.*\n..**.*..**\n..***....*\n....**.*.*\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.....\n.***......\n....*...*.\n...***....\n.***......\n***......*\n.........*\n.**...**..\n..**.*...*\n*****...*.\n.*.*****..\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...*..*\n..**..*\n.....*.\n...**..\n.*.....\n.......\n.....*.\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*..*.\n.*...**\n..*...*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*..*.\n.*...**\n..*...*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*.*\n.....\n...**\n*....\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n....*\n.....\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n....*\n....*\n*****\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.*..*\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n*....\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n...*..\n..***.\n...**.\n...*..\n*...*.\n..*...\n..**..\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n......\n..*...\n......\n...*..\n...*..\n.**...\n..*.*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n......\n..*...\n......\n...*.*\n...*..\n.**...\n..*.**\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*...*\n*.....\n.*...*\n....**\n*.....\n*.....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n.*...*\n....**\n....**\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n......**\n.**.....\n..*....*\n..*.....\n**......\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n........\n...*....\n..**....\n*.*.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n..*...*.\n.......*\n...*....\n*.**...*\n.*.....*\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***\n...*...\n*......\n..**...\n```\n\n\n## Output without wrap\n\n```\n...***.\n.*.***.\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***\n**.***.\n..**...\n*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.....*..\n.....**.\n.....**.\n........\n........\n........\n........\n*.*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n....*...\n.....*..\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....*..\n....*...\n.....*..\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*.*.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n...*..\n***...\n..*.**\n..**..\n*..**.\n*...**\n..**..\n..**..\n.****.\n***..*\n**.*..\n*.**.*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*.*..\n....**\n.*****\n*..***\n*..*..\n.**...\n.*....\n......\n......\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n...**.\n...**.\n....*.\n..**..\n...*..\n...*.*\n..*...\n*...**\n....**\n.....*\n....*.\n*..*.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....*\n..****..*.\n.....**.*.\n..**.....*\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n......***.\n.........*\n..*......*\n..****.**.\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**.\n.....*...*\n..*......*\n..*....**.\n..*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.**.*\n*...*\n.*...\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**.*\n*.**.\n**.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.**.*\n..***\n.*.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n...**.\n*..*..\n*..**.\n*.*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*....*\n..*...\n*.***.\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n..*...\n*.***.\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n.*....\n***..*\n..*.*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n...*..\n*.**..\n..*.**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n...*.*\n*.**.*\n*.*.*.\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n....*...\n..*.....\n*.....*.\n..*.....\n...*....\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*.....\n........\n.*......\n........\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n..*.....\n........\n.*......\n........\n..**....\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*...*....\n..*..***...*.\n.*..........*\n..**....*..**\n..**.**......\n.**.*....*...\n.*.**..****..\n..*...*****..\n**..**......*\n...******...*\n```\n\n\n## Output without wrap\n\n```\n.***.***.....\n*.**.***.....\n.*.*..**....*\n.*.**......**\n.....*.......\n.*....**.**..\n.*..***......\n*.*...*...**.\n.**........*.\n...*..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*...*\n..**.***....*\n**.*..**....*\n**.**......**\n.....*.......\n.*....**.**..\n.*..***......\n..*...*...**.\n***........**\n......***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........**\n.......*...\n........***\n..........*\n*........*.\n...........\n...........\n*........*.\n.......***.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n........***\n........*.*\n...........\n...........\n...........\n.........*.\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.**\n*..........\n........***\n*.......*..\n..........*\n...........\n...........\n.........**\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.**...\n.***.*\n**..*.\n..****\n```\n\n\n## Output without wrap\n\n```\n*..**.\n.....*\n...**.\n*.....\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n.*.*.*..\n....*...\n.....*.*\n..**..**\n........\n........\n........\n*......*\n.......*\n*.....**\n**.....*\n*.......\n```\n\n\n## Output without wrap\n\n```\n....*...\n...*.*..\n....***.\n...***.*\n......**\n........\n........\n........\n........\n.......*\n**....**\n**....**\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*.*..\n....***.\n...***.*\n......**\n........\n........\n........\n*......*\n........\n.*....*.\n.*....*.\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n......*.....*.\n......**....*.\n..............\n..............\n..............\n..............\n.........*....\n..............\n..........**..\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n......**......\n......**......\n..............\n..............\n..............\n..............\n..............\n..........*...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n......**......\n......**......\n..............\n..............\n..............\n..............\n..............\n..........*...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n.*.*...\n***....\n..*..*.\n.....*.\n.*..*..\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...**..\n...***.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*\n*******\n.......\n...****\n*..**..\n.*.**..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.*..\n..*......*\n*..*......\n...*....*.\n*.....*...\n***.......\n.....*....\n.........*\n*.....*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..***.....\n..**......\n..........\n*.*.......\n**........\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..***.....\n..**.....*\n.........*\n*.*......*\n**........\n**........\n..........\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*..*\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n....*....\n...***...\n.*...*...\n**...*...\n.........\n**..**...\n.*.......\n.....**..\n.**......\n..**...*.\n....**.*.\n......***\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*.*...\n.*.*.....\n*.*.***..\n*.*.*.*..\n.........\n**..*....\n.........\n.....*...\n*...**...\n.*....*..\n.........\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n...*.*...\n.*.*.....\n*.*.***..\n*.*.*.*..\n.........\n**..*....\n.........\n.....*...\n*...**...\n.*....*..\n.......*.\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n*...*\n..*.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*..**\n.*..*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.*....*.*\n..*......\n..*.**..*\n....****.\n**...*...\n..*..**..\n*.**.*..*\n.........\n....**..*\n....*....\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.****.*..\n.*..*..**\n..*...***\n**.**..*.\n*......*.\n.*.......\n.........\n...*..*..\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n......*..\n*.***.*..\n....*..*.\n***...**.\n.*.**....\n*........\n.*......*\n**.......\n...*..*..\n*...**..*\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....*.*..\n......*..\n....*.*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*..\n.....**..\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*..\n.....**..\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..*.*.\n**.*..\n**.**.\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*..*..\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n*.*...\n*..**.\n**....\n**..*.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*..*.\n....*\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**\n*..*****\n*....*..\n****.***\n***..**.\n..**...*\n...**.*.\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n........\n......*.\n...**...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n........\n........\n........\n........\n*......*\n**.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n.**.\n....\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.**.\n....\n***.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**\n.***.....\n*........\n.*......*\n..*..*.*.\n**..**.*.\n..*.*..**\n**..*...*\n.**....**\n```\n\n\n## Output without wrap\n\n```\n*.*......\n*.*......\n*.*......\n**.......\n*.*.**.**\n..*......\n..*.*.***\n*.**..*..\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n.**......\n..*.....*\n**......*\n..*.**.*.\n..*....*.\n..*.*.***\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n.......\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....*.\n*.*.*.\n**.*..\n.**..*\n**.*..\n..*..*\n**.***\n*.****\n```\n\n\n## Output without wrap\n\n```\n....**\n....*.\n.*..**\n.**..*\n..*..*\n...*.*\n....*.\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n....*.\n..*...\n..*...\n...*.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n.....*..\n..*...**\n......*.\n**.....*\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n.....***\n.*....*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n......*.\n.....***\n.*....*.\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n***.\n**.*\n*.**\n**..\n*...\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n..**\n.*..\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n*..*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*\n......**.\n.........\n.........\n.........\n.......*.\n......*.*\n*.....*..\n*....*...\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n.........\n.........\n.........\n.........\n.....*...\n.....***.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...\n......***\n.........\n.........\n.........\n.......*.\n*....*...\n.........\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***\n....*.**\n..*.**..\n.**.....\n***....*\n..*....*\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n..**...*\n.**.***.\n*.****..\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**...\n*.**..**\n.**.**..\n..*****.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*..**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*..**\n.**..\n*.***\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.*\n*.*.*.*\n.......\n......*\n.*....*\n.*...*.\n.....*.\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.*..\n*.*.**.\n.......\n.....**\n.....**\n.......\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n*..**.*\n**...*.\n*......\n.....*.\n*......\n..**...\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.***\n*....*..\n...**...\n******..\n*......*\n*.**...*\n....****\n.....*.*\n***..*.*\n..****.*\n```\n\n\n## Output without wrap\n\n```\n**..***.\n*...***.\n*.......\n*.......\n*..*..*.\n..**...*\n...*.*.*\n.*.*.*.*\n.*...*..\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......*.\n**....**\n...*..**\n..**..*.\n...*.*..\n**.*.**.\n***.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n..*..\n...*.\n...*.\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*..*\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.*...\n.*..*\n..**.\n...*.\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..**....\n...*....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**....\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**..*..**\n.*.*.**...*..\n****.*.**....\n.....*****.**\n****.***.***.\n.**.*.*.*...*\n..***.*...***\n.********.***\n....**.*****.\n*.***...***.*\n...*...**.**.\n....****.*..*\n```\n\n\n## Output without wrap\n\n```\n....***....*.\n...*....**.*.\n**.*......**.\n...........**\n*..*.........\n*.......*...*\n........*.*..\n.*...........\n.............\n..*..**.....*\n..*.........*\n....****.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....*****\n...*....**.*.\n**.*......***\n...........*.\n...*.........\n........*....\n........*.*..\n**...........\n.............\n..*..**.....*\n*.*..........\n*..*.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n**.\n**.\n.**\n*..\n**.\n..*\n*..\n***\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n..*\n*.*\n**.\n*..\n*.*\n*.*\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n**.\n..*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**.\n.......***.\n........*..\n...........\n.**.**.....\n.****......\n..*........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n.......*...\n.......***.\n...........\n.*..**.....\n....**.....\n.**........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n.......*...\n.......***.\n...........\n.*..**.....\n....**.....\n.**........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.....\n...........\n...........\n...........\n...........\n....*......\n....*......\n***..*.....\n..*.*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n....*......\n.*.*.*.....\n.*...*.....\n.****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......\n...........\n...........\n...........\n...........\n....*......\n.*.*.*.....\n.*....*....\n.**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*..*.*\n.....*\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...**\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*...*.*.\n.....**...*..*\n*.*..*....*.*.\n...***..**.**.\n....*....**..*\n..*...*.......\n.....*...*....\n```\n\n\n## Output without wrap\n\n```\n......*....*..\n.*.**.*..**.**\n...*......*.**\n...*.*..*...**\n....*...*****.\n.....*...**...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..***..\n.*.**.*..**.**\n...*......*.*.\n...*.*..*...*.\n....*...*****.\n.....*...**...\n...*.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n...*..\n....*.\n.*..**\n..*.*.\n*....*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...***\n....**\n.*.**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n...***\n....**\n.*.**.\n...***\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.*..**\n...**...*..**\n...**.***...*\n```\n\n\n## Output without wrap\n\n```\n...******....\n..*......**..\n...*******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**...*.*\n*.**.**...*.*\n*.**.**...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..***\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n..*..\n..**.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..**.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.***\n****.\n.*..*\n**...\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.***.\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n..***\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.****..\n.**.***\n.**....\n*..****\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*...*..\n*...**.\n*......\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n....*..\n....**.\n.......\n*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n*...\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.***.*.*\n..*....*...*.\n..*..***...*.\n**...*.....*.\n**...........\n.**.*...**...\n***....*.*..*\n.*..*.......*\n..***.....***\n..*.**..**..*\n.***...**....\n..*....*****.\n```\n\n\n## Output without wrap\n\n```\n.***...*..***\n....**..**...\n..*.***...*.*\n.*....*....*.\n.............\n........**...\n........***..\n*.........*..\n.*..........*\n.**..****...*\n.*.****....*.\n.***......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.......\n.**..**...*.*\n..*.***...***\n.*....*....**\n*...........*\n*.......**.**\n........****.\n*.........*..\n.*..........*\n..*..****...*\n.*..*.***....\n**.*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*****.\n****.*\n**.***\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n.....*\n......\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*..*.\n.....\n.....\n..*..\n.*...\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.....\n.*...\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.*.\n***.\n*..*\n*..*\n.*..\n*...\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*.**\n*..*\n***.\n**..\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*...\n..*.\n....\n.***\n.*.*\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.*.*\n****\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********.\n*.*..***.*\n*****.****\n******..**\n*********.\n.********.\n**..*.****\n***.*****.\n.***.*****\n..*..*****\n.*.***.*.*\n```\n\n\n## Output without wrap\n\n```\n*.***...*.\n.........*\n..........\n..........\n..........\n..........\n.........*\n..........\n*.........\n..........\n..****.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.**\n.........*.*\n.....***.**.\n............\n............\n............\n............\n...*........\n..*.*.......\n*.*.*.**....\n..*.*.*.**..\n***...*.*..*\n..***..*****\n**.......*.*\n```\n\n\n## Output without wrap\n\n```\n........****\n...........*\n......*.***.\n......*.....\n............\n............\n............\n...*........\n.**.**......\n..*.*.***...\n*.*...*.**..\n....*.*....*\n...*...*...*\n.***.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n...........*\n......*.***.\n......*.....\n............\n............\n............\n...*........\n.**.**......\n..*.*.***...\n..*...*.**.*\n*...*.*....*\n...*...*....\n.***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.**..*\n....*.\n.....*\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n****..\n*...**\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n**....*.\n.*..*...\n....*...\n.*...**.\n.*.....*\n*......*\n```\n\n\n## Output without wrap\n\n```\n**......\n***.....\n**...*..\n....*...\n.....**.\n**.....*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.**....*\n**...*..\n....*...\n*....**.\n.*.....*\n.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n......\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n..*.\n*..*\n*.**\n*.*.\n....\n.*.*\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n...*\n*.**\n..**\n.**.\n**..\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.**.\n*...\n..*.\n*.*.\n****\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n.***.....\n.**......\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.....\n.*.*.....\n.*.*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.*.*.....\n.*.*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*..\n..*.\n.*..\n....\n...*\n*...\n...*\n....\n...*\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..***\n....*...*.\n.*....****\n...*.*.*.*\n*****.**..\n.*.*..*.*.\n**..***...\n.*..**....\n```\n\n\n## Output without wrap\n\n```\n...**..***\n...****...\n....***..*\n*..*.*...*\n**........\n..........\n**.*..**..\n**..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...***\n*..****...\n*...***..*\n...*.*...*\n**.......*\n.........*\n**.*..**..\n.**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n.**..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n*.*..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n*.*..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........***\n.......*.**\n..*.*...**.\n.**.*......\n...*.*.....\n...........\n.......*.*.\n......*..**\n..***..**.*\n**..*.*..*.\n**..*...*.*\n....*....*.\n.....*...**\n```\n\n\n## Output without wrap\n\n```\n........*.*\n.......*...\n.**.....***\n.**.**.....\n..***......\n...........\n........***\n...*..*...*\n.****.***.*\n*...*.....*\n**.**...*.*\n....**..*..\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n.......*...\n.**.....***\n.**.**.....\n..***......\n...........\n........***\n...*..*...*\n.****.***..\n....*......\n.*.**...*..\n....**..*..\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n*.*\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n*......*.*\n*.*.......\n**...*..*.\n.......*..\n...***..*.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.*.....*..\n*.......*.\n**........\n.....****.\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**..\n**.....*.*\n........*.\n**.......*\n.....*****\n....*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n.....**.*.\n..*.*.*...\n.*.*.*....\n*.........\n..........\n*...*.*...\n....*****.\n......*...\n*.........\n*.........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n......*...\n...***.*..\n.*.....*..\n.*...**...\n..***.....\n..........\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n...***.*..\n.*.....*..\n.*...**...\n..***.....\n..........\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n***.**\n******\n******\n**.***\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n***..*\n******\n****.*\n******\n.*****\n******\n******\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n*.****\n......\n.....*\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***\n......*\n...**..\n.......\n..**.*.\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n..*....\n.*..*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*....**\n.......\n..*....\n..**...\n*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*\n*******\n****.**\n.****.*\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n......*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.**.\n.*...*.**.\n.*..**.**.\n```\n\n\n## Output without wrap\n\n```\n....**.**.\n***......*\n....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......*\n***......*\n***......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**..\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n**..\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.....*\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n***...\n*.*.*.\n*...*.\n*.*.*.\n*.*.*.\n*.*..*\n.*.**.\n.*....\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.**..\n*.*.*.\n*..***\n*.....\n*.....\n*.*..*\n*....*\n...**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n*.**.*\n*.*...\n*..*..\n*...*.\n*.....\n*.*...\n.*....\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n..***\n...**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*...\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**...\n**..*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*.****\n******\n***.**\n.**.**\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n......\n......\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*****\n**.**\n*.*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n...*\n.***\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n**..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.*.*\n*.*.\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n***\n**.\n**.\n.**\n.*.\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n...\n...\n..*\n*..\n*.*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*...*\n....*\n.*.**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n....*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n**.**\n.....\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.****\n*****.\n*.**.*\n*****.\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*..**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*......\n.*...*.....\n.*....*....\n..**...***.\n....*.**..*\n....*..*.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n.**..*.....\n.*....***..\n..**.*..**.\n....***...*\n.....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.....\n.**..*.....\n.*....***..\n..**.*..**.\n....***...*\n....*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*\n....****.*\n..*......*\n..*.****..\n```\n\n\n## Output without wrap\n\n```\n.....**.*.\n...*.**..*\n..........\n...*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*..*.**..*\n..........\n.**..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n..*\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n....*....\n....*....\n...*...**\n.......**\n........*\n.......*.\n.......*.\n.........\n*........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*.*...\n...*.*...\n.........\n.......**\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n...*.*...\n...*.*...\n........*\n*......*.\n*......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n**.*\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*....*\n....*.\n.*.**.\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...***\n**....\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n*.*..*\n.*.*..\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.*.*\n*....\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n*..*.\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n....**\n*...**\n......\n.*....\n......\n*.**.*\n..**.*\n..*...\n**.**.\n...*.*\n...*..\n**..**\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n......\n.**...\n.***..\n......\n......\n.*.**.\n...*..\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n...*..\n*...*.\n*....*\n......\n***...\n****.*\n*....*\n*....*\n**.***\n*..*.*\n..**..\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n.**\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.******\n*.***..***\n*.********\n*****.****\n**********\n*.***.**.*\n.*********\n```\n\n\n## Output without wrap\n\n```\n.*...*....\n*....*....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n********\n*.******\n*.******\n****.***\n***.****\n```\n\n\n## Output without wrap\n\n```\n*......*\n*.......\n*.......\n*.......\n........\n*...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n***.*.\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n*.**..\n..**..\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..**..\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..........\n..............\n*............*\n**..........**\n*...*.........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n**..........**\n..*.........**\n**............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.**..........*\n**............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n**.\n...\n...\n*..\n**.\n...\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n**.\n..*\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n***\n...\n***\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n...*..*\n....*..\n.......\n****.**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n....*..\n.......\n.*.**..\n*...*..\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n**...**\n...***.\n....*..\n..*...*\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n.....\n.....\n*..**\n*.***\n*.*.*\n.**.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**.*\n*.*..\n*...*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n***..\n..*..\n.....\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.*.*.*\n....*.*\n.....**\n*.*...*\n*..*...\n....*.*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n...***.\n....*.*\n..*.***\n..*.***\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n...**..\n....*..\n***.*..\n***.*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n..........\n.......*..\n..........\n....***...\n...**.....\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.....**...\n...*......\n..**.*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..........\n..........\n.....**...\n...*......\n.....*....\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n...\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.........\n....*.******..\n....****...*..\n.....*..*****.\n*...*.*.*.*..*\n*....***......\n*......******.\n***..*..*.*.*.\n..****......*.\n**..*..*......\n...**..*****..\n```\n\n\n## Output without wrap\n\n```\n....*..*...*..\n...***.*...*..\n...**...*.**..\n.........*.*..\n.........*..**\n**..**...*..**\n*...**.*.*..*.\n.*..*..*.**.**\n.*............\n....*......*..\n......**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....*..\n...**....**...\n...**...*.***.\n*........*.**.\n.*.......*....\n.*..**...*..*.\n*...**.*.*..*.\n.*..*..*.**.*.\n.*..........*.\n...........*..\n...**......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.*.\n.**\n.**\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n*..\n.**\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n.**\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.*.\n**..\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n*.*.\n**.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n....**.\n.......\n......*\n......*\n*....*.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n*....*.\n*....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*.*\n.*.***\n.*...*\n```\n\n\n## Output without wrap\n\n```\n...**.\n..**.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..**..\n.*.**.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n**.\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n****\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n.*......\n.*......\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*......\n.*......\n.*......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.*......\n.*......\n.*......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n....*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n....*\n....*\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n...\n...\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n.***..\n.**.*.\n..**.*\n*.*.**\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n....**\n.*...*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*...*.\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n...\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n*......**\n**..*..*.\n.*****.**\n...*****.\n.....*..*\n*....****\n```\n\n\n## Output without wrap\n\n```\n......*.*\n**...*..*\n.......**\n**.......\n.........\n......*.*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***.*\n....***..\n**.......\n.........\n**.......\n**......*\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n*..*\n**..\n.***\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n...*\n..**\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.**.*\n*****\n*****\n.***.\n****.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n.....\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n**.*.\n.**..\n.*...\n..**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n***..\n*..*.\n.....\n.*.*.\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n...**\n.....\n.*.*.\n****.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n..*.*.*..\n..*.*.*..\n....*....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n....*....\n...***...\n...***...\n....*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n...***...\n...***...\n....*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...**.\n**..**..*...\n*.*..*..**..\n*.*..*..*...\n...***..*.**\n........*..*\n......*..*..\n.......*....\n...***......\n```\n\n\n## Output without wrap\n\n```\n**.**.*..*..\n*.*.......*.\n..*.......*.\n.**.......**\n...*......**\n...*.*....**\n........*...\n....****....\n....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......**.\n............\n..*.........\n..*.........\n**.*......*.\n*..*.*....**\n........*...\n....*.......\n.**....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*..*\n**.*.\n.****\n**.*.\n.*..*\n.*..*\n*****\n.....\n```\n\n\n## Output without wrap\n\n```\n.****\n*.*.*\n.....\n.....\n...**\n...**\n*....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n.....\n.*...\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.*...*..*\n..***.....*...\n**..*..*....**\n*.**........**\n*.**.**.......\n```\n\n\n## Output without wrap\n\n```\n..*.**........\n...........***\n*...*......***\n*....**.....**\n..***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n...........**.\n....*......**.\n.....**.....*.\n*....**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......*.*\n*......*.\n......***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n*......**\n*.....*..\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n...*.*\n.*....\n*.*..*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.*.*.\n.....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n*...\n....\n.*..\n****\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**..\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n.*.*\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*.*\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.***\n*********\n********.\n*********\n*.*******\n*****.***\n******..*\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n*....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..****\n**.*.*..*\n..*.**...\n..**...*.\n****.*.**\n```\n\n\n## Output without wrap\n\n```\n*********\n*.**....*\n....***.*\n........*\n....***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n*...*****\n*...***..\n*...**.*.\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n..**...\n.......\n.......\n.......\n*.....*\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n.*....*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.**.*\n*..**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n***..\n*.**.\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.*\n....**...\n.........\n...****..\n**.**.*.*\n.........\n.*.*.....\n...*.....\n****.....\n*........\n```\n\n\n## Output without wrap\n\n```\n.....**..\n....***..\n...*..*..\n..**..**.\n..**..**.\n**.**....\n..*......\n*..**....\n****.....\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n....***..\n...*..*..\n*.**..**.\n*.**..**.\n.*.**....\n..*......\n*..**....\n****.....\n*..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...........\n.............\n.............\n.............\n.............\n.........****\n***......*...\n**...........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.........*.*.\n.*.......*..*\n*.*......*.*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............\n.............\n.............\n.............\n*........*...\n**.......*...\n.*.......*...\n**..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***.\n**...*.*.\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n**..**.**\n**..**.**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*.\n**.*...*.\n...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n....\n....\n....\n....\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n....\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n***.\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n*...\n**..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n**.***.**\n***.*****\n******.**\n*********\n*.*****.*\n**.******\n********.\n*.*******\n********.\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n........*\n.........\n........*\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n*.**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n***.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..****\n....*.\n...**.\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n..*..*\n.**.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...**.\n..*..*\n.**.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..****\n*****.***\n*****..**\n******.*.\n.******.*\n**.**.***\n*..*.**.*\n....*..*.\n*******.*\n**...****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n*.*....**\n*.*....**\n*......**\n*.**...**\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..*......\n..*......\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n.*.\n...\n...\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..**.\n...*.\n.**.*\n.****\n.**.*\n.*.*.\n***..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n.**.*\n**.**\n**.**\n...**\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*..*\n.**.*\n...**\n...**\n*...*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n*..*..\n.*..*.\n.****.\n**.*.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n**..*.\n*.**.*\n**..*.\n.....*\n*..*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..**..\n**..**\n......\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n..*..*\n**.**.\n**..**\n..****\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*......\n..***......\n*.*.....***\n*.*...*.*..\n*.....*.***\n......*.**.\n.......*.*.\n..*.*...**.\n```\n\n\n## Output without wrap\n\n```\n..*.*......\n..*.*....*.\n..*....***.\n*..........\n.*...**...*\n......*....\n.......*..*\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.....\n..*.*....**\n*.*....****\n...........\n**...**....\n......*....\n.......*..*\n........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n.***..\n.*....\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n..*...\n.**...\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n..*...\n.**...\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*.**\n*.....**..\n.**.......\n..*...*...\n*.**....*.\n....*....*\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n..*..*..*.\n..*...*.*.\n...*......\n..**......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*....\n...**.....\n***...*..*\n*..*......\n.***......\n....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*..\n..*.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*..*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*.**\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n****\n****\n*.**\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*...\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*.\n...**.*.*.\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n....**.*..\n....*.*.**\n....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**\n....*.*.**\n.....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n***..*\n******\n*.***.\n****.*\n******\n*****.\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n......*...\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n*....*\n*.....\n**...*\n*.*...\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*..**\n*...**\n*.....\n*.....\n*.**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n....*.\n......\n.....*\n..**..\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*...*\n*..**\n...**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*..*.\n.....\n*..*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...***.*\n....***.*.**\n....*.***..*\n***.*..*.*..\n....***.**..\n.....***.**.\n.......*..*.\n.**..***....\n..*..***...*\n...*..*.**.*\n```\n\n\n## Output without wrap\n\n```\n...******.*.\n...*..***..*\n..*.**.....*\n**..**....*.\n..****...**.\n...**....**.\n.........**.\n.*..*.....*.\n.*.**.**....\n..****...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n.****.....*.\n.**.**......\n.*..**....**\n******...***\n...**....**.\n.........**.\n*...*.....**\n.........**.\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n.*....\n.*..*.\n.....*\n*...*.\n......\n**...*\n.*....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n....*.\n......\n......\n**....\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n******\n*...*.\n*...*.\n....**\n.*....\n***...\n.**..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n******\n***..*\n```\n\n\n## Output without wrap\n\n```\n*...**\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*...\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...*..\n*........*.\n..**.......\n.*.........\n*.**.......\n*..........\n......**...\n.....*..*..\n..**..*..**\n*.*.*..*...\n```\n\n\n## Output without wrap\n\n```\n.*.........\n..*........\n.**........\n.*.........\n*.*........\n.*.........\n......**...\n.....*..**.\n.*********.\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*..\n..*.......*\n.**........\n.*.........\n*.*........\n.*.........\n......**...\n.....*..**.\n.**********\n*.*.**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.*.\n.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n**...*\n......\n......\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.*...*\n*.....\n......\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*.\n****.....*.\n*........*.\n*........**\n...........\n*........**\n..**.......\n**..*....**\n.****.....*\n*....*....*\n****.......\n```\n\n\n## Output without wrap\n\n```\n*.*........\n*.*.....***\n*.*.....**.\n.........**\n...........\n...........\n*.**.......\n*...*....**\n..****....*\n*..........\n***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*.*.....**.\n..*.....**.\n*........*.\n...........\n..........*\n..**.......\n....*....**\n..****.....\n..........*\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n.*.*......\n..*.......\n.*....*...\n..*..***..\n..**...*..\n...*......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*..*......\n*..*..*...\n*...**.*..\n.....*.**.\n......*...\n..*.*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n*..*......\n*..*..*...\n*...**.*..\n.....*.**.\n......*...\n..*.*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.**.*.\n**.*..\n***...\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n...*..\n*.*...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n....**\n...*.*\n*.*...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*...*.\n.....*\n......\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...*.\n.....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**........\n.*.......*..\n..**.....*..\n............\n............\n............\n.......**...\n.**...*..*..\n.*..**....*.\n..*.*..*..*.\n........***.\n.........**.\n```\n\n\n## Output without wrap\n\n```\n............\n.**.........\n............\n............\n............\n............\n.........*..\n.**.*.....*.\n.*.........*\n...*..***..*\n....*..**..*\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.\n.**.........\n............\n............\n............\n............\n.........*..\n.**.*.....*.\n**.........*\n*..*..***..*\n....*..**..*\n........*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n****.***..\n**********\n****.*****\n****.**.**\n```\n\n\n## Output without wrap\n\n```\n*.......*.\n..........\n.........*\n..........\n*..*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.**.*\n......*.*...\n.......*....\n........**..\n......***...\n*.....*.*...\n*****.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.....**.**..\n.....*....*.\n.....*.*.**.\n......***...\n.....**.**..\n*..*****....\n*..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....*\n.....**.....\n.....*.*.**.\n......***...\n.....**.***.\n...*..*.****\n*..*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..***.\n*.....*...\n*.........\n.*........\n....**....\n...**.*...\n****..*...\n```\n\n\n## Output without wrap\n\n```\n**....**..\n*.....*...\n**........\n..........\n...***....\n.*....*...\n.*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**...\n*.....*...\n**........\n..........\n...***....\n.*....*...\n*.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**************\n**.******.****\n**.*****.*****\n*****.******.*\n***.********.*\n*********.****\n**************\n***.***.****..\n***.**********\n**************\n**************\n*.*****.******\n*************.\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n.............*\n.............*\n..............\n.............*\n..............\n.............*\n..............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.**.\n*.**\n***.\n*.*.\n*..*\n.*.*\n**.*\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n**..\n*.**\n*.**\n*..*\n.*.*\n*..*\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*..\n***.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n*...**...*\n.....*.*..\n.......***\n..........\n..........\n....**..**\n```\n\n\n## Output without wrap\n\n```\n....****..\n.......**.\n....*....*\n.....**..*\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*\n....*...**\n....*....*\n.....**.**\n........*.\n......*.*.\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*.*.\n*....\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n..**.\n*.*..\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n..*.*\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n...**.\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n...\n**.\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.....*..\n.....*..\n..*.*...\n........\n..*...**\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....*...\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n....*...\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n**.......*\n......**..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*.........\n*.........\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n****\n....\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n**.*\n*..*\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*....*\n*...**\n```\n\n\n## Output without wrap\n\n```\n**....\n*....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*.*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n...*.*\n*.***.\n.*....\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n.****.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n**...*\n******\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****.\n**.*..*.\n...****.\n..**..**\n**.*..*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n..*****.\n.......*\n.*......\n.*.....*\n.*.****.\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n........\n**......\n**......\n**.****.\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n......*.\n....*.*.\n....*.*.\n.*.***..\n**.*.*..\n..**.*..\n****.*..\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n.....***\n.....**.\n***...**\n***.*..*\n**..***.\n.*......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*......*\n.....*.*\n*....**.\n***...*.\n***.*...\n**..***.\n**....*.\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n*.*..\n*.*..\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..*..\n..*..\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n*.*..\n*.*..\n...**\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*...\n.****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.*..*\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n*...**\n.*.**.\n.*..*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n**....\n*.****\n****..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n..***.\n.***..\n.*..*.\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.*.\n......*.*\n**.....*.\n.*...***.\n*****....\n.....****\n..***....\n```\n\n\n## Output without wrap\n\n```\n......**.\n**...**.*\n***.....*\n......***\n.**.....*\n.*......*\n....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*..\n..*.*...*\n.**......\n......*.*\n***......\n.....***.\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**....\n..*...\n......\n**....\n***...\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n.**...\n***...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n***...\n.**...\n***...\n*.*...\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n*...\n.*..\n*.*.\n*...\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n*...\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n*...\n.***\n....\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....**.*.*\n*****...**.*.\n.**..****.**.\n```\n\n\n## Output without wrap\n\n```\n*......**.**.\n*...**......*\n*...*****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......*\n....**.......\n....***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n*.*.*.\n*....*\n.**.*.\n*.*.**\n..*.**\n...*..\n.*....\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.*..**\n..*...\n*.*...\n..*.**\n..*...\n.*..*.\n.....*\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*.....\n..*.*.\n..*...\n*.*..*\n*....*\n....*.\n**....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.****\n.****\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.**..\n..*..\n***..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*..*.\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n*..*.\n..**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.\n*..*...\n*...***\n```\n\n\n## Output without wrap\n\n```\n*****..\n*......\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..**...\n..**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**..\n........***.\n........**..\n```\n\n\n## Output without wrap\n\n```\n........*.*.\n.......*..*.\n........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n.......*..*.\n.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n.*...*..\n..**.*..\n...**.**\n..*..***\n```\n\n\n## Output without wrap\n\n```\n........\n..*.***.\n..*.**..\n..*..*..\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n*.....*.\n..*.**..\n**..*.**\n..***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*....\n.....*........\n......*.......\n.*............\n**..*...*.....\n....*..*.....*\n.**.*.**....*.\n.....**.......\n...*..**......\n..*..*........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n**............\n**............\n*.*.*.***.....\n...**..*......\n..***.........\n....*..*......\n......*.......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n**............\n**............\n..*.*.***....*\n...**..*......\n..***.........\n....*..*......\n......*.......\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*....\n..******...*\n***....*...*\n.*****.*...*\n```\n\n\n## Output without wrap\n\n```\n...******...\n...***...*..\n...*....**..\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*.*\n*.........**\n*.........**\n*.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*.*.**\n****..\n*.****\n***.*.\n...*..\n*..*.*\n*...**\n```\n\n\n## Output without wrap\n\n```\n....**\n*...**\n*.....\n.....*\n*....*\n*..*..\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n......\n*.....\n...*..\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.*.*\n..*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.**.*\n....*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n***..\n..**.\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n...*.\n****.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n**...\n...*.\n*****\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.**...\n..*.........*.\n.......**.***.\n..**...*.*....\n....**.***..*.\n.*...*.*......\n.........**...\n*...*.*..*..*.\n.*..*.*.**....\n.***....*.....\n..*.....****..\n..*.*..****.**\n```\n\n\n## Output without wrap\n\n```\n..............\n.......*....*.\n..**...******.\n...**.......*.\n..****.*.*....\n....**.*..*...\n.....**.***...\n.......*......\n**..*...**....\n.*.*..........\n...........**.\n...*...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*..*.*.\n.......*....**\n..**...******.\n...**.......*.\n..****.*.*....\n....**.*..*...\n.....**.***...\n.......*......\n**..*...**....\n.*.*..........\n...........**.\n.*.*...*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...\n........**..\n.........*..\n```\n\n\n## Output without wrap\n\n```\n........**..\n.......*..*.\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n........**..\n.........*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...****\n*.*....*.\n.*...**..\n.**...*..\n.*...**..\n.....*...\n....*..*.\n*..*...*.\n```\n\n\n## Output without wrap\n\n```\n**.....**\n*....*..*\n*.*...***\n*.*....*.\n*.*****..\n...**....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.*....*..\n*.*...**.\n*.*....*.\n*.*****..\n...**..*.\n*..*..*..\n**.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n...*.**\n...**..\n..*....\n*..*...\n...*..*\n......*\n*.....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*.*.\n..****.\n..*.*..\n..**...\n.......\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*.*.\n..****.\n..*.*..\n..**...\n*.....*\n.....**\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..........\n***...........\n.**....*.*...*\n...*...*.*...*\n```\n\n\n## Output without wrap\n\n```\n.*............\n*.**..........\n.***..........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.......**\n..***.......**\n...**.......**\n...**.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.....**..\n.......*.\n......*.*\n.......**\n.......*.\n..*...*..\n*..*.****\n*...***..\n**...*.**\n**....**.\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....*.*.\n.....*.*.\n......*.*\n......*.*\n......***\n.....*..*\n.*.*.....\n*........\n....*...*\n**....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*.*.\n.....*.*.\n......*.*\n......*.*\n......***\n.....*...\n**.*....*\n.........\n....*....\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....**.\n...**..\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n...***.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...***.\n...***.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n......\n......\n......\n..***.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n...*..\n..*.*.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n..*.*\n*.*.*\n.**.*\n*....\n.*.**\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.*...\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.....**...\n*...**....\n..****....\n*.*...*...\n*....**...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n.....*....\n......*...\n..........\n.**...**..\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n.....*....\n......*...\n..........\n.**...**..\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.*.*\n****.*.*.*\n**.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n*..*.*....\n.....*.*.*\n*..*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n.....*.*..\n.....*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n*..\n.**\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n*..\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n.......**.....\n.......**.....\n..............\n...........*..\n.........**.*.\n.........***..\n..............\n..............\n..............\n..............\n..............\n....**........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.......**.....\n.......**.....\n..............\n..........**..\n.........*..*.\n.........*.*..\n..........*...\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.......**.....\n.......**.....\n..............\n..........**..\n.........*..*.\n.........*.*..\n..........*...\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.*.....\n...*...\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n......**.*\n.....*..*.\n..........\n..........\n..........\n.......*..\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......***.\n......***.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n......***.\n......***.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n*..*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.*.*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*.*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.*.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*.\n...*.*.*.\n*..*.***.\n.**...*..\n..**..*.*\n..**..*.*\n****.....\n*.*......\n...**....\n```\n\n\n## Output without wrap\n\n```\n..***.*..\n...*.*.**\n.*.*.*.*.\n.*..*....\n.....**..\n....*....\n*........\n*...*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..\n...*.*.*.\n.*.*.*.**\n**..*...*\n*....**..\n....*...*\n*.......*\n*...*....\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n......**\n...*.***\n*..*..**\n.*..*.**\n**..**..\n*.......\n*....**.\n**.....*\n```\n\n\n## Output without wrap\n\n```\n........\n..*..*.*\n....**..\n..**....\n.****..*\n**..***.\n*...*.*.\n*.....*.\n**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.\n*.*..*.*\n....**..\n..**....\n.****...\n.*..***.\n*...*.*.\n......*.\n..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n..**\n**..\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n*.**\n.*.*\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**..\n..**\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n...*.\n*....\n..*.*\n.***.\n..***\n...*.\n**...\n.....\n.....\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.**..\n**.**\n..***\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n*..**\n..*..\n..**.\n....*\n***.*\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..*.*\n****.\n*.**.\n*.*.*\n*..**\n...**\n*...*\n****.\n```\n\n\n## Output without wrap\n\n```\n..***\n*...*\n*...*\n*...*\n*.*.*\n.**..\n.....\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n..*..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.......*....\n........**..\n.....*....*.\n....****.*..\n.....***.**.\n.....*..*...\n......***...\n.......**...\n............\n..........*.\n..........*.\n..........**\n```\n\n\n## Output without wrap\n\n```\n............\n........*...\n........**..\n....**.*..*.\n....*..*.*..\n.........**.\n.....*......\n......*..*..\n......*.*...\n............\n............\n.........**.\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n........*...\n........**..\n....**.*..*.\n....*..*.*..\n.........**.\n.....*......\n......*..*..\n......*.*...\n............\n............\n.........**.\n..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n*****.\n*.*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n*...*.\n*.*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n*...*.\n*.*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........*\n............\n............\n............\n............\n............\n............\n*..........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*\n............\n............\n............\n............\n............\n............\n*..........*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n..***.\n.***.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n******\n......\n......\n......\n......\n*.***.\n....*.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*....*\n..**..\n......\n...**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n******\n......\n...*..\n.....*\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*..\n*..**.*..\n.......**\n...**..**\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.......*.\n....**..*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.***\n....*..**\n*.*....**\n*.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.......\n.......\n.......\n.......\n..*....\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n..***\n.****\n.*.**\n..*..\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.*...\n.*..*\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n.*..*\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n......\n....*.\n****..\n.*....\n.***..\n...*..\n****..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n*..*..\n*..*..\n*..*..\n......\n*...*.\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.**\n...***\n*..*..\n*..*..\n......\n*...*.\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n...***\n.....*\n*....*\n*....*\n.....*\n****.*\n***.**\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.....*\n.....*\n......\n...*..\n.*.*.*\n*...*.\n****.*\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n......\n...*..\n...*..\n......\n..***.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..***\n*.*..**.*\n*....*..*\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.**..**.*\n*.*.**..*\n...*****.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*.*\n..*.**...\n*..******\n.******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*..*\n..****...*\n...*.*....\n....*.....\n...*..*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n..*...*...\n..*..*....\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...****\n..*...*...\n..*..*....\n...***....\n...**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n*.*.\n.*..\n....\n**..\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*.*.\n..*.\n*.*.\n*.*.\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n..**\n....\n*.**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n***..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.*.....\n..*....\n.......\n*....**\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.*.....\n.......\n......*\n......*\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*****\n.....\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*..*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.........\n*........\n........*\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n*.......*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***....\n***...*..*\n.**...*...\n*.*...*.**\n...**.*..*\n...***.*.*\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n**.***....\n*...*.*...\n...*.**.**\n..*...*.**\n..*...*..*\n..*..**.*.\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...*\n....*.*...\n...*.**.*.\n*.*...*.**\n..*...*...\n*.*..**.**\n***...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n.***....\n..*.**..\n..*.*...\n...***..\n....*..*\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n........\n....**..\n...*.**.\n....***.\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n........\n....**..\n...*.**.\n....***.\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n...*\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*..\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n**.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n*.....*.\n..*.*.*.\n***.....\n..*....*\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n.*...***\n*.**.*..\n..*.....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n**...**.\n*.**.*..\n*.*....*\n*.**....\n*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n..***..\n.*...**\n.**...*\n..*..**\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n..*...*\n.*....*\n*......\n.*....*\n..**..*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..**...\n..*...*\n**....*\n.......\n*.....*\n****...\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n.*.*\n....\n..*.\n*...\n*...\n****\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n..**\n....\n....\n.*..\n..*.\n.***\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n...*\n...*\n..*.\n..*.\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.\n*...*...**\n.**.*...*.\n.*.....*..\n...*..*...\n....*...**\n.*......**\n........**\n```\n\n\n## Output without wrap\n\n```\n........**\n*..*...***\n****...***\n.*.*...*..\n.......**.\n.......***\n.......*..\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..\n*..*...**.\n.***...**.\n.*.*...*..\n.......**.\n*......***\n.......*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*...*.\n*.*...\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n*.**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**...\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**......*..\n*.............\n*.**.....*....\n....*.*..*..**\n......**..*.*.\n.......**...**\n......*..*****\n..*....*...**.\n.......*....*.\n.*.*..*.*.....\n.**.....*.*...\n```\n\n\n## Output without wrap\n\n```\n..............\n.**.*.........\n.*.*..........\n...*.*********\n.....**..*....\n........*.....\n......*..**...\n......***.....\n..*...***..**.\n.*......**....\n.**....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..........\n.**.*.........\n**.*..........\n...*.*********\n.....**..*....\n........*.....\n......*..**...\n......***.....\n..*...***..**.\n.*......**....\n.*..*..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.\n..*...*\n.......\n.....**\n.....**\n....*..\n.......\n*.*....\n..**..*\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n....*..\n....*.*\n.....*.\n..*....\n.*.*...\n.*..*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*......\n*......\n*...*..\n....*.*\n.....*.\n..*....\n.*.*...\n*....*.\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n..**..\n*.***.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*****\n.**...\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....*...\n.....*..\n....**..\n........\n........\n........\n........\n........\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n....**..\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....**..\n....**..\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.*....\n*....*\n*..**.\n...*..\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n*****.\n..*..*\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n..*...\n.****.\n.**...\n...*.*\n*....*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n**..*.\n...*.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*...*\n.....*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.***..\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*\n*.*.....*.\n.*.....*..\n.**.....*.\n```\n\n\n## Output without wrap\n\n```\n.*........\n*......**.\n*.*....**.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n.*........\n..*....*..\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.......\n.......\n.......\n.*...*.\n**.....\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n**.....\n..**...\n.......\n.*.....\n...*...\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n...*...\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.**....\n...*...\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.\n.........\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*.**.*\n**.***\n.*.*..\n..***.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*.....\n*....*\n**...*\n*...*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n*...**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n.**.*.\n**..**\n.*..*.\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..**\n*.....\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n....**\n....**\n*.****\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n*****.\n*.****\n**.***\n.***.*\n****.*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*....*\n......\n*.....\n.....*\n*....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n...*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.*.**.\n.*.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n..****.\n..*..*.\n..*.**.\n..*..*.\n...*.*.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..*..*.\n.**...*\n.**.***\n..*..**\n...*.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n..*..*.\n.**...*\n.**.***\n..*..**\n...*.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.....*\n*.....\n*.....\n..*...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*.....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.*...\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*..*\n.**...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n**......\n.*......\n........\n.......*\n**......\n**.....*\n*......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n..*.....\n**......\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n..*....*\n**......\n**......\n........\n........\n*.......\n........\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n*..*\n*...\n....\n....\n....\n.**.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n.**.\n*..*\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n..*..***\n.***..*.\n...*.**.\n...*...*\n...*.***\n***.***.\n*..****.\n```\n\n\n## Output without wrap\n\n```\n.....***\n...*.*.*\n.*.*....\n...*.***\n..**...*\n.*.*...*\n***.....\n*.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....\n*..*.*.*\n.*.*....\n...*.***\n..**...*\n.*.*....\n***.....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n..........*\n.......*..*\n.*.........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*..\n*.*.*****\n*..*****.\n**.*****.\n***..****\n*********\n..*.**.**\n..*.*.***\n.**.****.\n**.*.****\n*.*..**.*\n*.**..***\n...*.*..*\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*..\n*.......*\n*........\n.........\n.........\n*........\n.........\n..*......\n*........\n*..*....*\n*........\n..**....*\n*.......*\n..**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*.*......\n.........\n...*.....\n.........\n..**.....\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.....*\n.............\n..*.*.*......\n.*..*....**..\n*.*.**....***\n....*....***.\n..*.*.*.*...*\n....*.*.....*\n.............\n*.*.*........\n*.........*..\n.............\n...........*.\n*............\n```\n\n\n## Output without wrap\n\n```\n.............\n....*........\n..**.*.......\n.**..........\n**..**...**..\n...**...****.\n...**....**..\n...*..*.*....\n..*.*........\n..*..........\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n....*........\n****.*.......\n..*........**\n....**...***.\n.*.**...****.\n*..**....**..\n...*..*.*....\n..*.*........\n..*..........\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n......\n.**...\n.**.*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n*..*..\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*.*..\n*..*..\n....*.\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......*..\n......*......\n......**.*...\n.............\n*............\n......*..**..\n.....**..*...\n....*........\n...*.......*.\n```\n\n\n## Output without wrap\n\n```\n.............\n......**.....\n......**.....\n.............\n.............\n.....**..**..\n.........**..\n....***......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*........\n......**.....\n......**.....\n.............\n.............\n.....**..**..\n.........**..\n......*......\n..*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n***....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n***....\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*****\n****.\n.*..*\n*.***\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n.*.*.\n.*.*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**.**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.*.*.\n.*.*.\n*...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*..\n*.............\n.**..........*\n.*............\n```\n\n\n## Output without wrap\n\n```\n..............\n.*............\n***...........\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n**............\n.**...........\n***...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.**.**\n*.**..\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n.....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*.*.\n*.*.*.****\n*****.**.*\n.****.****\n********.*\n******.***\n```\n\n\n## Output without wrap\n\n```\n........**\n**......**\n..........\n..........\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n....*.\n.*....\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n.*....****\n.*....*...\n..*...*...\n**.....**.\n*...*...**\n*...*.***.\n*...*.*...\n......**.*\n```\n\n\n## Output without wrap\n\n```\n........**\n......*.**\n.**..**.*.\n*.*...*...\n**.....***\n*....**..*\n**.**.*.**\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*.....*.**\n***..**.*.\n*.*...*...\n**.....**.\n.....**...\n**.**.*.*.\n*.........\n.....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*..**\n.*...\n*.***\n```\n\n\n## Output without wrap\n\n```\n...*.\n**.*.\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..*.\n****.....\n**.......\n.*..*..*.\n```\n\n\n## Output without wrap\n\n```\n*........\n...*.....\n...*.....\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n...*....*\n...*....*\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.......*.\n...*..*..\n....*.*..\n...*..*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n....**.*.\n....*..*.\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*..\n....**.*.\n....*..*.\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**.\n*......*.\n*...**..*\n.*..**.*.\n```\n\n\n## Output without wrap\n\n```\n**....**.\n*....*.**\n**..**.**\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*.\n.....*.*.\n**..**.*.\n.*..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*...\n.......**.\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*****\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......**.\n.......**.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......***.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.......***\n.......**.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......***.\n.....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n..**..\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*....\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*....\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.***.\n*..*.\n...*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.**\n.*.**\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*.*.\n.*.*.\n.***.\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n...***\n......\n**.*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n..**.*\n..**.*\n.*...*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n****.*\n.****.\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n**.\n**.\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n...***\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....\n*...*....\n*...*....\n*...*....\n*....*...\n*.*...***\n*..*...*.\n*........\n*...***..\n***.....*\n*..*..**.\n*...*....\n```\n\n\n## Output without wrap\n\n```\n.........\n**.***...\n**.***...\n**..**...\n*....***.\n*.....***\n*.....***\n**..***..\n*....*...\n*.***....\n*.**...*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***..*\n**.***..*\n**.***..*\n**..**..*\n*....***.\n*.....**.\n*.....**.\n**..***..\n.....*...\n..***....\n..**...*.\n**.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n...*..\n*...*.\n....**\n.*....\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...*..\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.**...\n*..*..\n...***\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n***.\n****\n****\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*..*\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n**.**.\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n..***.\n**...*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n**.\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**.*....\n..*..*......*.\n...***.**....*\n*...*.....*..*\n...***....***.\n...**.*..*..*.\n...****...**..\n.....*........\n..............\n**.....*..**..\n***..***..***.\n.****.......**\n*..**.*..*....\n**....*.***...\n```\n\n\n## Output without wrap\n\n```\n......*.......\n..**.*........\n...*.**.....**\n......*..**..*\n.........**.**\n..*...*..*..*.\n...*..*...**..\n.....**.......\n..............\n*.*....*..*.*.\n....****..*..*\n.......*..*.**\n*...*..****...\n**...*.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..***.**...\n..**.*........\n*..*.**.....**\n*.....*..**..*\n.........**.*.\n..*...*..*..*.\n...*..*...**..\n.....**.......\n..............\n*.*....*..*.**\n....****..*...\n.......*..*.*.\n....*..****...\n***...*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*...\n.*.*.\n**...\n.****\n```\n\n\n## Output without wrap\n\n```\n.*...\n**...\n.*...\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**...\n.*...\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n*....\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**.*.\n.**..\n*****\n```\n\n\n## Output without wrap\n\n```\n*..**\n....*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n....\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n***.**..*.\n*...*.*.*.\n..*.****..\n..****.**.\n*..*....*.\n***.....**\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n**.****.**\n*.*.....*.\n.**.......\n.**.....*.\n*.........\n***.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..\n**.****.*.\n*.*.....*.\n.**......*\n.**.....**\n*.........\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n..*.\n.***\n.**.\n..**\n.***\n.***\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n...*\n....\n....\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n*..*\n....\n....\n....\n.*.*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n.***\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n**..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.......**\n..*.......***\n.*....*......\n..*...**.....\n..*..........\n*......**....\n.......**....\n...*...*.*.*.\n.*........*..\n....**.**....\n..*.**.*..*..\n.*..*....*.*.\n*.*.......***\n```\n\n\n## Output without wrap\n\n```\n.***......*.*\n...*......*.*\n.**...**...*.\n.**...**.....\n.*....*.*....\n.......**....\n......*..*...\n.......*.**..\n....*.**.**..\n...***.***...\n.......*.**..\n.**.**...*..*\n.*........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n...*......*.*\n.**...**...*.\n.**...**.....\n.*....*.*....\n.......**....\n......*..*...\n.......*.**..\n....*.**.**..\n...***.***...\n.......*.**..\n***.**...*...\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.\n.**.***\n.*.*...\n**.**.*\n..****.\n*.*.**.\n.***.*.\n*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.**..*.\n.**...*\n**.....\n**.....\n**.....\n.....**\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n**....*\n.......\n*......\n*......\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n*..*.\n*..*.\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**..*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...****.\n...**.**..**.\n*.*...**..**.\n....*....**..\n.*...***.*..*\n```\n\n\n## Output without wrap\n\n```\n...******....\n....*....*...\n.***..***....\n..........*..\n........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.....\n***.*.*......\n..**..***...*\n*..*........*\n.******.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...*\n.*.*..**.*\n.**.*.....\n..*.*.***.\n.*.**.....\n.*.*.***..\n```\n\n\n## Output without wrap\n\n```\n..*.*.*.*.\n.*.*.**.*.\n.*..*.....\n....*..*..\n.*......*.\n...*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n.*.*.**.*.\n**..*.....\n....*..*..\n.*......*.\n*..*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n...**\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.***.\n.....\n.*.**\n*..**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.*..*\n.****\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.***.\n**..*\n*****\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....\n.***......\n..........\n.*...*....\n*..**.....\n```\n\n\n## Output without wrap\n\n```\n.***......\n.***......\n.*........\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....\n.***......\n.*........\n....*.....\n**.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n***..\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......\n.**..*.*.*..\n...****..*..\n...*....*...\n...*...**...\n....*...*...\n....*....**.\n.....**.....\n..**...*..*.\n.*..*...**..\n```\n\n\n## Output without wrap\n\n```\n......*.....\n..**....*...\n...*.***.*..\n..**.**.**..\n...**..***..\n...**..**...\n....*....*..\n...****..**.\n..********..\n..**....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***..*..\n..**....*...\n...*.***.*..\n..**.**.**..\n...**..***..\n...**..**...\n....*....*..\n...****..**.\n..********..\n..***...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**...\n.....\n.....\n...**\n..*.*\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n...*.\n..*.*\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*..*\n*....\n.....\n...**\n***..\n*.*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n****\n***.\n**.*\n**..\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n....\n....\n*...\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n*..*\n**..\n**.*\n**.*\n***.\n****\n*.*.\n.**.\n****\n****\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n....\n....\n...*\n....\n...*\n*...\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*************\n*.****.***..*\n**.**.....***\n*****..******\n..**.***...**\n*****.**.*.*.\n```\n\n\n## Output without wrap\n\n```\n*.........***\n.............\n......*......\n*......***...\n.............\n.*..*..**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n......*......\n.......***...\n.............\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...**\n..*..*.*..\n*...*****.\n.**...*...\n..*..**..*\n...*......\n```\n\n\n## Output without wrap\n\n```\n...*....*.\n.*.......*\n..***...*.\n.****...*.\n.***.**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...*.\n.*........\n..***...*.\n*****...**\n.***.**...\n..****..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n**.**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....***\n*.*..**...\n.**.***...\n**..*..***\n.........*\n```\n\n\n## Output without wrap\n\n```\n****...**.\n*.*.**..**\n*.........\n.**.**.*.*\n.***...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**.\n.**.**..**\n..........\n.**.**.***\n**.*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.***..\n*....*\n.**.**\n..*...\n..**..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.**...\n*....*\n.*****\n....*.\n.*....\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n***...\n.....*\n.*****\n....*.\n.*....\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n....\n****\n***.\n.*..\n***.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n...*\n*..*\n...*\n....\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n....\n....\n....\n....\n...*\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n****.***.\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..**..\n..**..\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n......\n.***..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n......\n.***..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*......**.\n...*......*..\n*.........*.*\n.*.*.........\n.............\n....*.*......\n....*.*......\n.............\n...........*.\n***.........*\n```\n\n\n## Output without wrap\n\n```\n..........**.\n.........**..\n..*........*.\n.............\n.............\n.............\n.............\n.............\n.*...........\n.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......**.\n*........**..\n*.*........*.\n*............\n.............\n.............\n.............\n.............\n**..........*\n***.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n*..**.\n.***..\n......\n....*.\n***...\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n.*..*.\n....*.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.....\n**....\n....*.\n....*.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n....\n.**.\n*...\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*...\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n*.*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..*.\n*..*.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**...\n*.**.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n....\n....\n....\n*.*.\n..**\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.***\n...*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n.**.\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n*.****\n...***\n**...*\n***...\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.**..\n*.*...\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.**...\n..**..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.**.*.\n.*****\n*****.\n*.***.\n**.**.\n******\n```\n\n\n## Output without wrap\n\n```\n.*..**\n*.....\n.....*\n*.....\n.....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n..**...\n.*.....\n.**....\n.*.*...\n*..****\n...*.*.\n.......\n..****.\n*.*....\n..*....\n*.*....\n*.*..**\n**..*..\n```\n\n\n## Output without wrap\n\n```\n..*....\n.**....\n.*.*...\n**.....\n**.*.*.\n...*.**\n...*.**\n..*..*.\n.****..\n..*.*..\n..**...\n..**...\n*.**.*.\n**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...\n.**....\n.*.*...\n**.....\n.*.*.**\n*..*.**\n...*.*.\n..*..*.\n.****..\n..*.*..\n..**...\n*.**...\n..**.*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n***\n...\n***\n...\n...\n...\n...\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n***\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n***\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n....*....\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n....*....\n....**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n****\n.**.\n....\n....\n.*..\n****\n....\n*.**\n....\n*.**\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n*...\n*..*\n*..*\n....\n....\n**..\n***.\n*...\n....\n....\n.***\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n....\n....\n.*.*\n****\n....\n...*\n....\n***.\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*..*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n****\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.**\n....*.*...\n*..*...*..\n.......**.\n..........\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n.....***..\n....*.*.*.\n......***.\n.......**.\n......***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...**\n*...*.*.*.\n......***.\n.......**.\n......***.\n.....*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.....*.\n.....*.\n...***.\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n...*..*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n...*..*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...**.\n.....*\n.....*\n......\n......\n.*.*..\n**.*..\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n...*..\n...**.\n.....*\n......\n......\n......\n**....\n*..*..\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n...**.\n.....*\n......\n......\n......\n**....\n*..*..\n*.**.*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*\n.***.**..\n...*...*.\n.*.*.*.*.\n....*...*\n.*..**...\n..*......\n..*.*....\n**.*....*\n```\n\n\n## Output without wrap\n\n```\n.*.**....\n.*....**.\n.*.*.*.*.\n..**..***\n..**..*..\n...***...\n.**.**...\n..*......\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.*....**.\n.*.*.*.*.\n..**..***\n*.**..*..\n...***...\n.**.**...\n*.*......\n**..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**.\n..*..***\n..*.**.*\n**.***..\n```\n\n\n## Output without wrap\n\n```\n..***.*.\n.*..*..*\n.***...*\n.***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..***.\n..*...\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n.**.*.\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n......\n.**.*.\n..*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n....***..\n...**.*..\n.*.......\n**.*...*.\n**..*..**\n***.**.*.\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n...**.**.\n.........\n..****.*.\n...*.****\n.........\n...*...**\n...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****\n...**.*..\n.........\n..****...\n...*.**.*\n.......**\n...*...**\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.*...*.\n*.***.*\n*.*..*.\n....*..\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.******\n*.***.*\n..*..*.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.*****.\n*.***..\n*.*..*.\n.....**\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*....*\n.***..\n*....*\n.***..\n*....*\n....**\n...*.*\n......\n......\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n*...**\n....**\n*...**\n*..*.*\n..*..*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.**...\n**..*.\n*...*.\n....*.\n*..***\n.**.**\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.**..\n..*...*...\n*....*.***\n*.*.*...*.\n..*.*.....\n**.***...*\n...*......\n..*..*....\n.**...*...\n```\n\n\n## Output without wrap\n\n```\n...*.***..\n.*.*......\n...*.*****\n....**.***\n*.*.......\n.*...*....\n.*.*.*....\n.***......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**..\n.*.*.....*\n*..*.****.\n*...**.**.\n..*.......\n**...*....\n**.*.*....\n.***......\n.**...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*....*\n...*....*.*..\n....*.*......\n...*...*..*.*\n...*...*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..***........\n........*....\n..*......*.*.\n...****.....*\n........*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.*...\n..*..***.*.*.\n..*......*.*.\n..*..........\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.\n....*.......\n.....*...*.*\n...*..*.....\n.*.......**.\n...*....*...\n.......*..*.\n......*..*..\n........**..\n..*......**.\n....*.......\n............\n...**.......\n.......*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n........***.\n.......*..*.\n.......*....\n.......*..*.\n.......*....\n........**..\n.........*..\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n........***.\n.......*..*.\n.......*....\n.......*..*.\n.......*....\n........**..\n.........*..\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*****.*\n*..*...*.**\n*.***....**\n........**.\n..****..**.\n...*..**..*\n...**...**.\n```\n\n\n## Output without wrap\n\n```\n....*****.*\n.**....*...\n.****......\n.*...*.....\n..*****...*\n......**..*\n...**..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**....\n.**....*...\n*****......\n.*...*.....\n..*****...*\n......**..*\n...*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n*...\n.*..\n..*.\n.*..\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n....\n***.\n***.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..*.\n..*.\n....\n***.\n.*.*\n**.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.\n..........\n.....*....\n.....**...\n..........\n.*........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n*..*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.......**\n....*..**\n.....**..\n....**...\n...***...\n....*...*\n**..****.\n.*..***..\n...*..*..\n..*..*...\n.**.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n........*\n......**.\n.........\n.........\n..*......\n*..*.....\n*...*....\n*....*...\n....**...\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n.......**\n........*\n......**.\n.........\n........*\n.**....*.\n...*...*.\n....*..*.\n*....*...\n....**...\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*........\n......*....*..\n.*.....*....*.\n..*....*..*...\n..**.**.......\n..*..*........\n.*............\n```\n\n\n## Output without wrap\n\n```\n..............\n......**......\n..*...**......\n.*.....*......\n*......*......\n.*....*.......\n..****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n......**......\n..*...**......\n.*.....*......\n*......*......\n*.....*.......\n.*..**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.......\n**........\n**.....**.\n*......*..\n.*........\n.*........\n.........*\n*.........\n**.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......**.\n**.....**.\n**........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......*..\n**.....*..\n.*......*.\n*........*\n**........\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.**.*.**.\n.*.*..*..**.**\n.***..*.**.*.*\n.**.*.*.**.*.*\n```\n\n\n## Output without wrap\n\n```\n..*..*****.***\n**.**.*......*\n*...*.*....*.*\n.*...*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*.......\n.*.**.*......*\n....*.*....*.*\n....*.*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*...**\n*...**\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n.*.***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*..*..\n**.**.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*.***\n***.*\n.*..*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n...**\n*.*.*\n.****\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*.*\n.**.*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n...*..*.\n***...*.\n**..**.*\n*...***.\n.*..***.\n.**.*.**\n.*...*..\n*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*....\n..*.****\n.....*.*\n*...*...\n....*...\n....*...\n*...***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*\n*....*.*\n.**.**.*\n.....*..\n.*..*...\n**..*...\n**..*...\n*...**..\n*.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.***...\n***....\n*.....*\n.......\n.......\n.......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.***...\n*..*...\n*..*...\n*......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n*..*...\n...*..*\n*.....*\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*.*****\n***.***\n******.\n*******\n***.***\n*******\n*******\n*******\n*******\n*******\n****.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.*.......*\n........*.\n.*........\n*.......**\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........**\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*.........\n*.......*.\n*........*\n.........*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.........*.\n...........**.\n.*..*.....***.\n..............\n.........*****\n.........*....\n*............*\n.............*\n```\n\n\n## Output without wrap\n\n```\n.*.........**.\n*.*.......*..*\n..........*.*.\n.........*...*\n.........****.\n.........*.*.*\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........**.\n*.*.......*...\n..........*.*.\n.........*...*\n.........****.\n*........*.*..\n*............*\n............*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n**.\n...\n*..\n...\n*..\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...**.\n...**.\n..*..*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....**\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*...**\n*...**\n*.**.*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n.......*.*\n..........\n..........\n....**....\n..........\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n...*\n.*.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**..\n....\n....\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n....\n....\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.**\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n****.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.****\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n***.\n**..\n..*.\n****\n.***\n*..*\n..*.\n****\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n*...\n...*\n*...\n....\n...*\n*...\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n*...\n....\n....\n....\n*...\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n***...\n**....\n.*....\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n*.....\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n*.....\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n..*..*\n.....*\n.*.**.\n....*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n..*..*\n..**.*\n...***\n..*..*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..*..*\n*.**.*\n...***\n..*..*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.\n*****.**\n.*******\n**.*..**\n.*.**.**\n..*****.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n**......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*******\n**********\n**********\n****.*..**\n**..***.*.\n.*.**..***\n*.*.***.**\n*********.\n*******.**\n**.*****.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n*..*..\n.*.**.\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n*...*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*....\n.***..\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***.****\n.***.*****.*\n*..*****...*\n*****..*.**.\n****.*.*.**.\n**.****..***\n*.***..**..*\n```\n\n\n## Output without wrap\n\n```\n............\n.*........**\n...........*\n........*.*.\n........*.*.\n......*...*.\n.......**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n........*...\n........*...\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****.**...\n.....*...*...\n.....*...*...\n..****...*...\n.....*...*...\n```\n\n\n## Output without wrap\n\n```\n...***..***..\n..**.........\n..**.**....*.\n..**....*.*..\n.....**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..*.\n..**.**....*.\n..**.**....*.\n.....**....*.\n....***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*..**\n..***\n*.***\n*.*.*\n*....\n..*.*\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**..*\n*..*.\n*..**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*..*\n*.**\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n**..\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***...\n....**...**.\n*.*.........\n..****......\n****.**....*\n.*..*.*....*\n.**.*.*....*\n*...***.*..*\n.***.**.**..\n...***.*.***\n```\n\n\n## Output without wrap\n\n```\n.....*****..\n.....*****..\n.**.........\n*....**.....\n*.....*.....\n....*.**..**\n***.*.*...**\n*.......***.\n.**........*\n...*.*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*...*\n.....*****..\n.**.........\n.....**....*\n......*....*\n....*.**..**\n.**.*.*...**\n........****\n.**.........\n...*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*..\n*.......**\n..........\n..........\n......*.*.\n........*.\n....**...*\n....**.*.*\n```\n\n\n## Output without wrap\n\n```\n........*.\n........*.\n..........\n..........\n.......*..\n.....*.***\n....***..*\n....***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**..\n*.......**\n.........*\n..........\n.......*..\n.....*.***\n....***..*\n*...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n.*.*\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n***.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n**.........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n***.*\n**..*\n**.*.\n....*\n*.*..\n*.**.\n*...*\n*.***\n*.*..\n*.***\n*.***\n```\n\n\n## Output without wrap\n\n```\n*.**.\n..*.*\n....*\n*****\n*.**.\n..*..\n*.**.\n*...*\n*.*.*\n*....\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n.***.\n..***\n*.*..\n*.**.\n.....\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**....\n*.*..*....\n**..*.*...\n........**\n```\n\n\n## Output without wrap\n\n```\n...***....\n*.**..*...\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*....\n..**..*..*\n.*****....\n.***.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**\n.**.*.*\n..*.*.*\n*.*.***\n*.*..*.\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n***..**\n*.*.*.*\n..*.*.*\n..*.*.*\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..*.*..\n..*.*..\n*.*.*..\n*.*....\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.....**...\n***..***..\n**....*...\n..........\n..........\n..........\n..........\n...*......\n.*****....\n.*..*.....\n...**.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*....*...\n*.*..*.**.\n......**..\n......*...\n..........\n..........\n..........\n..........\n..*.......\n..*.*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*....*...\n*.*..*.**.\n......**..\n......*...\n..........\n..........\n..........\n..........\n..*.......\n..*.*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*.\n..**..*.\n..**....\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*..*...\n..*.*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**\n...**.*.\n*..***..\n...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n.*.\n...\n*..\n.**\n*.*\n*.*\n...\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n***\n...\n.*.\n*.*\n*.*\n...\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n***\n...\n...\n*.*\n...\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..*.\n..******..\n*..*...**.\n*...**....\n*....**...\n*..*.*...*\n.***......\n*.***.*...\n........*.\n...**...**\n.*..**.**.\n..****.*..\n```\n\n\n## Output without wrap\n\n```\n.**..*.*..\n.....*....\n.**....**.\n**..**.*..\n**....*...\n*..*.**...\n*....*....\n....*.....\n..*..*.***\n...***...*\n.......*.*\n..**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n.....*...*\n.**....***\n**..**.*..\n**....*...\n*..*.**..*\n.....*...*\n....*.....\n..*..*.**.\n...***...*\n.......*.*\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n*....*.\n.....**\n.......\n...*...\n..***..\n.****..\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.....**\n.......\n..***..\n.*.....\n.*..*..\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....*.\n.....**\n.......\n..***..\n.*.....\n.*..*..\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..*.*....\n...**....\n.........\n.....*...\n.....*...\n...***.*.\n..*.*....\n..*....**\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n...***...\n...**....\n.........\n....***..\n...*.....\n..*....*.\n..*.*.**.\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n....**...\n...***...\n...**....\n.........\n....***..\n...*.....\n..*....*.\n..*.*.**.\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n*........\n.*..**..*\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*........\n.*.......\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.****.\n**.*..\n.**..*\n*.***.\n```\n\n\n## Output without wrap\n\n```\n.*..**\n.....*\n*.....\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n**.*...\n..**...\n..*.*..\n..*....\n.**..**\n.*...**\n....*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*.*.\n.*.**..\n.***...\n...*.**\n....*.*\n.****.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.***...\n...****\n.***...\n*..*.**\n....*.*\n..*.*.*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...**.\n......\n******\n***.*.\n......\n.....*\n**....\n...***\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n.*...*\n*...**\n*...**\n.*....\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n**....\n....*.\n....*.\n**...*\n*.....\n*.....\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***...*..\n.....*..**..\n.*..*...***.\n.*....*.***.\n*.**...***.*\n*..*..**.*.*\n```\n\n\n## Output without wrap\n\n```\n...***......\n...*.**.....\n.*.*........\n**.**.......\n*...*.....*.\n.*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*.*..*.\n.***.*......\n...*........\n...**.......\n..***.*.....\n.*...*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.**.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*..\n****\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n...*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*****\n****.\n.....\n.***.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n**...\n***..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**..*\n.***.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n***...\n*.....\n.**...\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**...*\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n...**.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...**.\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n...**.\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*...\n...*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.\n...*.*.\n*...*.*\n..*....\n.*.***.\n.*.....\n.*...**\n...*..*\n..**...\n..*....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.*..**.\n......*\n....**.\n.*...*.\n...*...\n**.**.*\n.***...\n......*\n.*...*.\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.......\n....***\n.*....*\n...*.**\n.*.**.*\n.***...\n**.....\n*....**\n.*..*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***..*\n**...**...\n**......*.\n***.**.***\n**.***..*.\n**.**.....\n..**......\n...*...***\n```\n\n\n## Output without wrap\n\n```\n.*..*.*...\n*.*.*.**..\n....*...**\n.....***.*\n......****\n*....*....\n.*......*.\n..**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****....*\n..*.*.**..\n....*...*.\n.....***..\n......***.\n*....*...*\n**......**\n.....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**.*.**.\n..**.***.*.**\n.***..***.***\n**.****....**\n*..**.**..**.\n..*****..*.*.\n.**.**...**.*\n.*......***.*\n.**.......*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*..*****\n.............\n*.......**...\n*.......**...\n*......*.....\n.......***..*\n.*....*.....*\n*..*....*...*\n.**.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*....\n.............\n........**...\n........**...\n*......*.....\n*......***...\n.*....*.....*\n...*....*...*\n...*...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*.**.\n*...*\n.****\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n*....\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n....\n....\n.*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**.***\n****.*\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**.\n...*...*\n*..*...*\n....****\n***..*..\n*.***...\n```\n\n\n## Output without wrap\n\n```\n......*.\n..***..*\n...*.*.*\n*.****.*\n*.*.....\n*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..***\n*.***..*\n*..*.*..\n..****..\n*.*.....\n*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***..*\n***..****.\n.*.*.*..*.\n...**.....\n..*..***.*\n.***.***.*\n***.*.*...\n```\n\n\n## Output without wrap\n\n```\n.*.*....**\n*......***\n***.*.....\n**..*.***.\n.......**.\n**....**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n*...*..**.\n*.*.*.....\n....*.**..\n*......*.*\n*.......**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.....\n...**......\n...........\n...........\n...........\n...........\n...........\n.......*.*.\n......*..*.\n...........\n.*.*.*.....\n.*..****...\n```\n\n\n## Output without wrap\n\n```\n...*.*.....\n...*.*.....\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...****....\n...****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........\n....*......\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n..**.......\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**..*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n*****..\n*...***\n**...*.\n.*..***\n*...*..\n***.***\n..****.\n**.*.*.\n....**.\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n**...*.\n..*....\n*.**.*.\n.......\n.*.....\n***....\n***..*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n.**....\n..**...\n.*.....\n.*.....\n..*....\n.......\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.....\n..............\n............*.\n..............\n.......*.....*\n..*...........\n.....***......\n..*...**.....*\n.*..........*.\n..*.....*.....\n.*............\n.............*\n...........*..\n............*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n......*.......\n.......**.....\n.......**.....\n.**...*.......\n.**...........\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n......*.......\n.......**.....\n.......**.....\n.**...*.......\n.**...........\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**.*\n*.......**\n..**......\n..*.......\n***...***.\n**.......*\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n.*.*...*.*\n.*.*...*..\n...*...**.\n......*...\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.*\n...*...*.*\n...*...*.*\n.*.*...*..\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******..*..***\n.*..*****..*..\n......*.***.**\n....*.***.**..\n.....**...*...\n.....**..*....\n.**...*..*...*\n```\n\n\n## Output without wrap\n\n```\n*.*...........\n*..*.......**.\n..............\n.........*..*.\n.......**.**..\n.....*******..\n......*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........**.\n.........****.\n..............\n.........*..*.\n.......**.**..\n......*.......\n......*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n**..*\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n**.*.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.*.**\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n...***..\n...**...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.....**.\n....*...\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..\n.*.*...\n***.*..\n```\n\n\n## Output without wrap\n\n```\n..**...\n*...*..\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.....*\n**......**\n.**.....*.\n*..*......\n..*....***\n..........\n**........\n**.*......\n.*.*...*.*\n..*.**..**\n```\n\n\n## Output without wrap\n\n```\n.*......**\n..**...*..\n..**...*..\n.......*.*\n.......***\n***.......\n***.......\n..........\n.*.**...**\n.****...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n....*.....\n..**...***\n.......*..\n.*.....*..\n..*.....*.\n..*.....*.\n.........*\n*.........\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.**\n*.**....*.*\n...****..*.\n**..*.*....\n.*....**.*.\n.**....***.\n*..*....***\n*.**.**.*..\n...*......*\n*..*.*...*.\n..*.*..*...\n**.*...*...\n..**.......\n**.*..**...\n```\n\n\n## Output without wrap\n\n```\n...*....***\n..*...***.*\n*.....**.*.\n*****...*..\n.....**..*.\n***...*....\n*..**.*...*\n.***...**.*\n.*.*.**..*.\n..**.......\n*.*.*.*.*..\n.*..*......\n...**.**...\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.*.\n*.*...***..\n......**.*.\n*****...*.*\n.....**..**\n.**...*....\n*..**.*....\n****...**..\n**.*.**..**\n..**......*\n*.*.*.*.*.*\n.*..*......\n...**.**...\n**.**.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*.*.*\n...**\n..***\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n.*...\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.*...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..*\n**..**..\n**.*****\n**.***.*\n**.*****\n***....*\n***.*.**\n********\n```\n\n\n## Output without wrap\n\n```\n*.****..\n.......*\n.......*\n........\n.......*\n........\n....*...\n*...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n....*...\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*....\n**..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n**..*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**.**\n***..\n.*...\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n..*..\n..*.*\n.....\n.*...\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..*..\n.......*.*...\n.....**.*....\n.....*.**....\n....*.*......\n.....*.*.....\n.............\n.............\n.............\n.............\n.............\n........*.*..\n.......*..*..\n```\n\n\n## Output without wrap\n\n```\n........*....\n.......*.*...\n.....*...*...\n....*...*....\n....*...*....\n.....**......\n.............\n.............\n.............\n.............\n.............\n.........*...\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**..\n.......*.*...\n.....*...*...\n....*...*....\n....*...*....\n.....**......\n.............\n.............\n.............\n.............\n.............\n.........*...\n.......**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......*\n..*......**\n**.*.......\n........*.*\n.**...*...*\n..***.*....\n..*.*......\n*....**...*\n```\n\n\n## Output without wrap\n\n```\n..*......**\n.*.*.......\n*..*......*\n*.......***\n.*......*..\n....*.*....\n...**......\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*.\n...*......*\n...*.......\n........**.\n**......**.\n*...*.*....\n***........\n******.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n.*.*.\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*..**.\n....*..***...\n*.**..*..****\n...*..*.*....\n***.***.**..*\n......*.****.\n.***...*.*...\n....*..**.*..\n.*..*..*....*\n..**.***....*\n```\n\n\n## Output without wrap\n\n```\n.....*.**....\n.......***...\n...*.......**\n......*...*.*\n*****.*....**\n....*.**..***\n.****.*...*..\n.*..*.**..*..\n.**.....*....\n..*.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........****\n.......*.*..*\n...*.......*.\n......*...*..\n*****.*....*.\n....*.**..*..\n*****.*...**.\n*...*.**..*..\n..*.*........\n*.*..*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...**.*\n....*..*.*.\n..*..**.*.*\n*....**.**.\n*.....*.*..\n...*..*....\n*...*..*...\n..***...*..\n```\n\n\n## Output without wrap\n\n```\n...*...***.\n..*.**....*\n....*.....*\n.*......*..\n......*.**.\n.....**....\n..*.**.*...\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*...\n..*.**....*\n....*.....*\n**......*..\n......*.***\n.....**....\n..*.**.*...\n.**.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n...*.\n.****\n*...*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.**\n*...*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**.**\n....*\n****.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.\n...****.*\n.*.**.***\n*..*****.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n........*\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.........\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.\n....***..\n...***...\n....*....\n.........\n..**.....\n..**..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n...**.**.\n..**.**..\n..**.*...\n.........\n....*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**\n..***.**.\n..**.**..\n..**.*...\n.........\n.....**..\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n*.*\n*.*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*...\n......*....\n...**.***.*\n.*.**.**.*.\n....**..*..\n....**.*...\n....**.*...\n.*..*..**..\n...**..*..*\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.***.\n..*.**.***.\n..*......*.\n.......***.\n.......**..\n......*....\n...**.*....\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n......*.**.\n..*.**.***.\n..*......*.\n.......***.\n.......**..\n......*....\n...***..*..\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n*..\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n****.\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n*....\n*..*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..**\n*..**\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*..*..\n*.*..*\n.*....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n*.**..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*..**.\n..**..\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*...**\n*.....\n....*.\n...**.\n....*.\n...*..\n..***.\n..*..*\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n....**\n...**.\n...***\n....*.\n..*...\n..*.*.\n..*..*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*...*.\n*...*.\n...***\n...***\n....*.\n..*...\n..*.*.\n..*..*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*.......\n**.......\n*.......*\n...*....*\n...*.....\n.........\n......*..\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.......\n.*......*\n.*......*\n*.......*\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*\n***.**..\n***.*.*.\n****.***\n.*..***.\n**.*****\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**...*.\n........\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.*.**\n**.**.*..*.\n.***.*..***\n.**.***.**.\n.**...**.*.\n**..**..*.*\n*...****...\n**...*.***.\n.**********\n********...\n```\n\n\n## Output without wrap\n\n```\n*.**.**.***\n*.....**...\n..........*\n*...*......\n..........*\n*.***...**.\n...........\n*.........*\n..........*\n*........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n......**...\n...........\n....*......\n...........\n..***...***\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n....\n..**\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n.***\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n....\n.***\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*.....\n*.*.*.\n......\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n.*....\n.**.*.\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*..*..\n.*...*\n.**.**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.....\n...*..\n**....\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*.....\n......\n**....\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*..\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.....\n.*.*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n**..*\n...**\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**..\n.****\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****...**\n..*....****.\n*.**....*..*\n*.*...*.**.*\n*.*.*.*...*.\n**..*.*.****\n.*...***..*.\n*.......**..\n```\n\n\n## Output without wrap\n\n```\n..***...**..\n.*......****\n.*****...**.\n..*.......*.\n*.*.**.****.\n*.***.**....\n.******..**.\n.....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*..\n.......*....\n.*****...*..\n..*.........\n.**.**.***..\n.****.**....\n.*...*.***..\n*......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n..**\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.....\n........\n........\n........\n.**.....\n*.......\n........\n...*....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.........*\n............\n.....*......\n....***.....\n.....**.....\n..*..**...*.\n***..*...**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....***.....\n....*.......\n.......*....\n..*.*....**.\n.**..**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......**\n*...........\n....***.....\n....*.......\n.......*....\n..*.*....***\n..*..**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**..*\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n...*.\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*.***\n*.*.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n........*.....\n......*.*.....\n..............\n..............\n..............\n..............\n..............\n..............\n**...........*\n.*..........*.\n*...........**\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n**..........**\n............**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n**...........*\n.*...........*\n.*..........*.\n*...........*.\n*...........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..*....\n*...**.*..**\n......*..***\n***..*..**..\n***.**.****.\n*..**...****\n..*..****..*\n```\n\n\n## Output without wrap\n\n```\n....***.....\n....**.***.*\n*...*.**...*\n*.****.....*\n.....***...*\n*..........*\n...******..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.....*.\n*...**.***..\n....*.**....\n..****......\n.....***....\n............\n.**..**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n**.*\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*..*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n**.**\n*****\n.***.\n.*..*\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n.....\n.....\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n**..*\n**.*.\n.***.\n**...\n.****\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n...*.\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.**\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n..**.\n.....\n.*..*\n.*.*.\n*.*..\n*.*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n..**.\n..*..\n**.*.\n*.**.\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..**.\n..**.\n*.*..\n.*.**\n*.***\n*.***\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..****...\n..*.*...**....\n.*****.**.*...\n```\n\n\n## Output without wrap\n\n```\n.......*..*...\n......*.......\n.**.**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...*...\n......*.......\n.*...**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....\n.........\n...*...*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.........*..*.\n.......******.\n.**...**.*..*.\n..*....**.***.\n......******..\n.....**..**...\n.....*.*......\n....*****...*.\n..***...*..*..\n...*****.**.*.\n...**..***.***\n*..*..**.**..*\n*......**.....\n```\n\n\n## Output without wrap\n\n```\n..............\n.........*..*.\n......**....**\n.**...*......*\n.**.........*.\n.....*......*.\n.....*.....*..\n.........*....\n........*.....\n..*.......***.\n......*......*\n..*..........*\n...**.*...**.*\n......****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.....\n.........*..*.\n......**....**\n.**...*......*\n.**.........*.\n.....*......*.\n.....*.....*..\n.........*....\n........*.....\n..*.......***.\n......*......*\n*.*...........\n*..**.*...**..\n*.....****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n****.\n*..**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*....\n*.*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.**...\n.**...\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*.*.\n.....\n...*.\n...*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n.**..\n...*.\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n****.\n.**..\n...*.\n*.***\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.*..**\n**....\n......\n.*.***\n*.**..\n.**.**\n.*.***\n...***\n```\n\n\n## Output without wrap\n\n```\n****.*\n...***\n**....\n***.*.\n.*.**.\n*.....\n*....*\n.*....\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...**.\n**...*\n.**.**\n**.***\n......\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*....\n*...**\n.***..\n*..**.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*..**.\n***..*\n.*....\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*....\n*..***\n.**...\n**...*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n......**.\n......*..\n......**.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......*..\n.....*...\n......*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n......*..\n.....*...\n......*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n....*.........\n..*.**......*.\n...*.**.*.*...\n*.....***.....\n.*.....*.....*\n```\n\n\n## Output without wrap\n\n```\n..............\n...***........\n......*.......\n...*....**....\n.....*..**....\n......***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...***........\n......*.......\n...*....**....\n*....*..**....\n*.....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.**.\n..*..**..**\n***.*.*.*.*\n*...*...***\n......*..**\n....*..****\n...**......\n*.*..*...**\n.....***..*\n.........*.\n****.**....\n*.*.**.*...\n*.*.***..*.\n.****.*.**.\n```\n\n\n## Output without wrap\n\n```\n...**.*****\n..*...*...*\n*.*.*.*.*..\n*..*....*..\n.....*.....\n...***.**.*\n...***.....\n...*.*...**\n.....**.*.*\n.**.*..*...\n*.**.**....\n*......*...\n*........*.\n.**.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*....\n..*...*....\n..*.*.*.*..\n...*....*..\n.....*.....\n...***.**.*\n*..***.....\n*..*.*...**\n*....**.*..\n***.*..*..*\n*.**.**...*\n*......*...\n*........*.\n.*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n..*...\n....*.\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n....*.\n....**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***..\n.*.*.*...\n..**.***.\n.*.****..\n**.*....*\n*.*.*...*\n*..***...\n.*...**..\n```\n\n\n## Output without wrap\n\n```\n..*****..\n.*.***.*.\n.**......\n**.......\n*........\n*.**..*..\n..***.*..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n**.......\n.**....**\n........*\n*......**\n****..*..\n*..*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n...*....*\n..*.....*\n.*......*\n.........\n.........\n........*\n..**.....\n.***.....\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*.*.....\n..*......\n.........\n.........\n.........\n.........\n..*......\n**.**....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n...*.....\n..*.....*\n........*\n.........\n.........\n.........\n..*......\n***......\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....*.\n...*.*.\n....*..\n.*...*.\n*..*.*.\n...**..\n...*.*.\n.*..*..\n.*.**..\n*.*.*..\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n....***\n...*.**\n..**.**\n.*...**\n..**.**\n.***.**\n****..*\n******.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....*.\n....*..\n...*...\n*.**...\n.*.....\n..**.*.\n.***.*.\n****...\n*******\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n*....\n*..*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n***..\n....*\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n..****\n..**..\n......\n......\n..**..\n....*.\n**...*\n......\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**.*.\n.***..\n......\n......\n...**.\n..***.\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.*****\n.***..\n......\n......\n**.*.*\n.***..\n..**..\n**...*\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.**\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n**..\n***.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n*.....\n**...*\n..*...\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n...**.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n.....*\n**...*\n**...*\n...**.\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...**.....\n.**..*...*\n......**..\n..*.......\n.**.......\n**......**\n.*....**..\n..****....\n```\n\n\n## Output without wrap\n\n```\n...*......\n..*.......\n......*...\n....*.*...\n*..*......\n*.*.......\n*.****..*.\n**......*.\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...\n.*....*...\n......*...\n....*.*...\n*..*......\n***......*\n..****....\n*........*\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n.*..**\n....*.\n.****.\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*****\n**.*.*\n**..**\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*...*\n......\n..*...\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....**.\n.....*.\n....*..\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n....**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n....**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n......\n......\n*.....\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n*.....\n.*...*\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n..*.**\n.****.\n.*..*.\n**..*.\n..**..\n.**.*.\n*..**.\n.****.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.....*\n.*....\n....**\n**..*.\n*...*.\n.*..*.\n*....*\n.....*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n**....\n....*.\n**..**\n*...**\n.*..**\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.**\n..........\n...*......\n...*.....*\n..........\n.....*.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n..........\n..........\n..........\n........**\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n**..\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..*.*\n*....\n.**.*\n****.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n*..**\n....*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n....***.....\n...*........\n...*..**....\n...*.*......\n.....*......\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n....**......\n....***.....\n..**.**.....\n..***.*.....\n...***......\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n....**......\n....***.....\n..**.**.....\n..***.*.....\n...***......\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***.*\n.....\n.....\n.....\n.....\n.*.*.\n**.**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.*...\n.....\n.....\n.....\n**.**\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n.....\n.....\n.....\n.*.*.\n**.**\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.....\n..****.....\n.**.*......\n...*.......\n..*.*.....*\n.*.*......*\n*.**..**.**\n*.*....****\n..*....**.*\n***.....*.*\n...*..*....\n*******.*..\n*......**.*\n```\n\n\n## Output without wrap\n\n```\n.**..*.....\n*..........\n.*...*.....\n.*..*......\n..*.*......\n.*..*.....*\n*..*..**...\n..*........\n*.**......*\n.***....*..\n......*..*.\n*******.**.\n*.********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**...*\n*..........\n.*...*.....\n.*..*......\n*.*.*......\n.*..*......\n...*..**...\n..*........\n..**.......\n****....*.*\n......*..**\n*******.***\n.......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n..*..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*.**\n*..**\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n.**\n..*\n***\n.*.\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n*..\n*.*\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n..*\n.**\n...\n...\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*...*.*...\n*...***.*.....\n.*.*...**....*\n.*.*..*.*..*..\n****..*.**.*..\n.***.*.*.*.*..\n.**..*....*..*\n***...*.......\n.**....*.**..*\n..*...........\n.*.*..**..*..*\n```\n\n\n## Output without wrap\n\n```\n...**.***.....\n*....**.......\n****..*.**....\n*****.***.*.*.\n.......***...*\n........**..*.\n....**..*.....\n...*.*...**...\n..***.*.......\n..**...***....\n.......***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*.**....\n*...**..*.....\n..**..*.**....\n..***.***.*.**\n.......***....\n........**..**\n....**..*...*.\n...*.*...**...\n..***.*.......\n...**.**.**...\n**.**.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n*.....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*..*..\n..**..\n*.*.*.\n.*....\n....**\n*.**..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..*.*.\n..*...\n.*.***\n.****.\n.****.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n..*.**\n..*...\n**.**.\n******\n******\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n**.***.\n..*.***\n....*..\n......*\n.**...*\n```\n\n\n## Output without wrap\n\n```\n.***.*.\n.*.....\n.**...*\n...**.*\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n**.....\n***...*\n...**.*\n*....*.\n***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.**\n*..\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n..*..\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.....\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.*.\n..*.\n...*\n..*.\n.**.\n....\n...*\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n.***\n..**\n.***\n.**.\n..*.\n.*.*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n.**.\n..**\n.***\n.**.\n..*.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*.....*\n*...**.\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n**...*.\n**...**\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**...*.\n.*...*.\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.*.**..*\n.***.***.*.**\n..*.*.*.*.**.\n....**.***..*\n***.***.***.*\n********.*.**\n.***********.\n*****.***.*.*\n.***...****.*\n```\n\n\n## Output without wrap\n\n```\n.........****\n.........**.*\n.**..........\n..*..........\n...........**\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.*...........\n***..........\n*.*..........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******\n.*....*.\n*......*\n*.......\n*..**...\n***..*..\n```\n\n\n## Output without wrap\n\n```\n.*...**.\n*.....*.\n...*....\n...*....\n....*...\n*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*...\n.*..*..*\n...*...*\n...*....\n..**...*\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**....\n.*..*.*****\n*...*.*....\n.*...*....*\n**.*****..*\n..**.*..*..\n***.****.**\n*.***...**.\n*.*...**..*\n***..*.....\n.....*..**.\n*...*.*****\n```\n\n\n## Output without wrap\n\n```\n.....*.***.\n....*.*...*\n**..**..*..\n...**.**.*.\n**.*...*.*.\n**....*.*.*\n.......*.*.\n**..*....*.\n*..**....*.\n*..*......*\n.*..*.....*\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.....\n*..**..****\n.*..**..*..\n.*.**.**..*\n.*.*...*.**\n*.....*.***\n.......*...\n....*......\n...**....**\n...*.....**\n...****.***\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.**\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n......*\n.......\n**.*.*.\n.......\n.*.....\n.......\n....*..\n.......\n*...*.*\n..*...*\n......*\n.....**\n..**..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n.*.....\n.*.....\n.......\n.......\n.......\n.....**\n.....**\n......*\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n......*\n.*.....\n.*.....\n.......\n.......\n.....*.\n*....*.\n.......\n.......\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n*..\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*\n..*.*....\n.....*..*\n.........\n.*.*.....\n.*...*...\n....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..*.*....\n.........\n.........\n..*......\n..*.**...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.*.\n..*.*....\n.........\n.........\n..*......\n*.*.**...\n*.****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n...*.....*.*..\n.*.......*.*..\n..*....***.*..\n.......*.*....\n...***.*.*....\n.........*....\n...***.....*..\n...........*..\n...***.....*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n........*.*...\n...*.....*....\n...*****.*....\n...**.*...*...\n.......*..**..\n..........*...\n..........**..\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..........**..\n........*.*...\n...*.....*....\n...*****.*....\n...**.*...*...\n.......*..**..\n..........*...\n..........**..\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.\n*.*****.*.\n.*.....*.*\n**........\n*.*****.*.\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n.*.......*\n.*........\n.*......*.\n.**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n***.......\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n*...****\n...*.***\n.......*\n```\n\n\n## Output without wrap\n\n```\n....*...\n...*...*\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n*..*....\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*.***\n******\n...***\n****.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.*.*.\n.**.**\n...**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n.....*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*...\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n....\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n..*...\n*.*.*.\n*...**\n...*.*\n...**.\n*.*.**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n.*...*\n...*.*\n..*...\n.*...*\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n*...*.\n**....\n*..*..\n*.*...\n**....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**..\n..**\n..**\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n...*\n...*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n****\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n**......\n..*.....\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****\n.***.**\n.**.*.*\n```\n\n\n## Output without wrap\n\n```\n......*\n*......\n.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n*....*\n..**..\n*....*\n..*...\n..*...\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*..*.\n.***..\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*..*.\n.***..\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n**..*.\n.*...*\n.*...*\n..***.\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n*...**\n.*...*\n..***.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n......\n.*..**\n.*....\n*.****\n...***\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n*..\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n.*.\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n.*.*\n.*.*\n....\n.*.*\n.*.*\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*..*\n....\n....\n....\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n...*..*\n....**.\n..*..**\n..***.*\n..*...*\n..*...*\n..*...*\n***....\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*****.\n...**..\n..*...*\n.**.*.*\n.**...*\n.***.**\n..**...\n.**....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n*******\n...**..\n..*...*\n***.*.*\n***...*\n****.**\n..**..*\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..*.\n*...\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**\n***..***\n**..**.*\n...***..\n..***...\n..**....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.*...\n..***.*.\n*.**....\n......*.\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n..***...\n.***....\n........\n.*...*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n*.*.**.\n*.*....\n.......\n....*.*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n..*..*.\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*.*.**.\n...****\n.......\n....***\n*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...*.\n.....*...\n........*\n..*...*..\n....*....\n.........\n.........\n......*..\n....*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....*.\n*..*.**.....\n.*.....*..**\n.*..*.*.....\n******......\n**......*...\n.**....*.**.\n...**..*..*.\n.*..**..**..\n**..*....***\n```\n\n\n## Output without wrap\n\n```\n....*.*.....\n.*.....*....\n.*..*..*....\n.**...*.....\n...*........\n.*...*..***.\n**.....*..*.\n.....*.*..**\n........*..*\n*.*.**..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**.**.\n*.***..*.**.\n.*..*..*..**\n*.*...*.....\n...*......*.\n.*...*..**.*\n.*.....*....\n.....*.*..*.\n........**.*\n....*.***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n......\n......\n.....*\n*..***\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.....*\n.***.*\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**..**\n..***.\n......\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***....\n...**....\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n....***..\n....***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n*.***.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...*.**.\n***...**......\n....*****.***.\n.*.*.**...*...\n****..***.*.**\n.*.*....*****.\n*..*.**.**.*.*\n.*..**..*.....\n...*..*......*\n.**.*..*.*....\n..*.**.*..*.*.\n.*.*****....*.\n***.**.**...*.\n```\n\n\n## Output without wrap\n\n```\n.*....*.......\n.*..*....*....\n*..**...****..\n**.*......*..*\n*..*.**.*...**\n...*.*........\n**.*.**....*..\n..**....**..*.\n.*.*..***.....\n.**.*..**.....\n.......*...*..\n*...........**\n***....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.....**.\n.*..*....*...*\n*..**...****..\n.*.*......*...\n...*.**.*...**\n...*.*........\n**.*.**....*.*\n..**....**..**\n**.*..***.....\n.**.*..**.....\n.......*...*..\n*...........*.\n***....**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.....\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n.......*...\n.....*.*...\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n...\n**.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n**.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n*.**...**\n**.*..*.*\n.**...*..\n..*...**.\n.*.***...\n**.*.....\n.**......\n*......**\n..*....**\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*..*...**\n*..*..*.*\n*..*.**..\n....*.**.\n**.****..\n*..*.....\n..*......\n..*....**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n...*...*.\n...*..*..\n...*.**.*\n....*.**.\n**.****..\n*..*.....\n..*......\n*.*....*.\n**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*.*\n....\n.*..\n....\n***.\n*.*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n.*..\n....\n*.**\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.**.\n....\n....\n*.*.\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n***....\n*.**..*\n*.*.**.\n**..**.\n.**.**.\n**...*.\n```\n\n\n## Output without wrap\n\n```\n..*....\n*......\n*...**.\n*.*...*\n*.....*\n..**..*\n***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n.......\n....**.\n..*....\n*......\n..**...\n*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n.*....*..\n...**..*.\n..*.*....\n.........\n....***..\n.....**..\n.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n..*.**...\n.....*...\n..*......\n...**....\n...***...\n.......*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.....*...\n.....*...\n..*......\n...**....\n...***...\n...*...*.\n..*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..*..\n*..*..\n*..*..\n..**.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n*****.\n*****.\n.*.*..\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n******\n******\n**.*.*\n*.**.*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n***.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n.***\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****\n..**.*.\n**..***\n.******\n.******\n***..**\n*******\n..***..\n.******\n*.*****\n.**.***\n```\n\n\n## Output without wrap\n\n```\n.*.*.**\n.......\n*......\n.......\n.......\n.......\n*.....*\n*......\n......*\n*......\n.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*....\n..........***.\n****.*......*.\n..............\n..............\n..............\n..............\n......*.*..*.*\n....**.**..*.*\n....*.*....*.*\n....*......*.*\n.........*.*..\n```\n\n\n## Output without wrap\n\n```\n..........**..\n.**.......***.\n.**.........*.\n.**...........\n..............\n..............\n..............\n.....**.*.....\n....*...*.**.*\n...**.**..**.*\n.....*.....*..\n..........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..*.\n.**.......****\n.**.........**\n.**...........\n..............\n..............\n..............\n.....**.*.....\n*...*...*.**.*\n*..**.**..**.*\n.....*.....*..\n........*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n***\n...\n***\n...\n...\n...\n...\n...\n**.\n**.\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n.**\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n.*....\n.**.**\n.*....\n```\n\n\n## Output without wrap\n\n```\n***...\n......\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n.*.\n...\n.*.\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n**.\n...\n***\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n.*.\n***\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...\n....***..\n...**.***\n...*.....\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n....***..\n.........\n...*..**.\n...**..*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.........\n...*..**.\n...**..*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n...*\n....\n....\n....\n....\n.*..\n*...\n..**\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n.**.\n*.*.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n....\n....\n....\n....\n....\n****\n..**\n****\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n**.*...\n**.....\n**.....\n*.*.**.\n*.*.***\n*..*...\n*..**..\n..*..**\n.......\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n.*.*...\n..*..*.\n*.*..*.\n*...**.\n.*...*.\n.*....*\n..*..*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n*....**\n.......\n...*...\n..*....\n..*....\n*...*..\n*......\n*......\n..*...*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...**.*\n.*.*.....*\n..*.......\n.**..***.*\n....******\n...*.....*\n...*..**..\n*..***....\n*........*\n```\n\n\n## Output without wrap\n\n```\n***.....*.\n*..*....*.\n...*..*.*.\n.****....*\n..***....*\n...*.....*\n..**.**...\n...****...\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n...*....**\n...*..*.*.\n*****....*\n..***....*\n...*.....*\n..**.**...\n*..****..*\n..*****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.......**\n.*....*..\n.**......\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.**...***\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.*......*\n*.*...**.\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*.**\n**..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*.*.\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n*..***\n*....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n*..*.....\n.*...*...\n*....**..\n......*..\n...*...**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**..***..\n.....**..\n.....**..\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n*........\n**..***..\n.....**..\n.....**.*\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*\n*....*.*\n*.*.**..\n.*.**.**\n*..**..*\n****...*\n*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n....*...\n.****...\n*.*...**\n*......*\n*......*\n*......*\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****.\n**.**...\n..*....*\n........\n........\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..\n...........\n...........\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*.*\n......*\n....***\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n....*.*\n.....**\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n*...*.*\n.....**\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n.*.*\n.***\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n...*\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n..**...\n...**..\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n...*.*.\n...***.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..**...\n...*.*.\n..*..*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.*....\n.*.*.*\n**....\n.*...*\n*.***.\n***.*.\n*.****\n**....\n```\n\n\n## Output without wrap\n\n```\n***...\n......\n.*....\n**..*.\n...**.\n*...**\n*.....\n....**\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n.*....\n.*..**\n...***\n....*.\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*....\n.**..*...*.\n*...*****..\n*...**..*..\n...*.*.....\n...****...*\n*...*..****\n*...**....*\n```\n\n\n## Output without wrap\n\n```\n.**........\n*...*..***.\n.*.....*.*.\n..***..***.\n..***...**.\n......*.*..\n....**....*\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.**.\n*....*..*..\n**.....*..*\n..***..**.*\n..***...**.\n......*.**.\n...*.......\n..*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n***.\n**..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n...\n**.\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n....\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**.*\n**..*\n..*..\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n.*...\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*.*..\n....*\n*****\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n*......\n.***..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n**.*...\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*\n*.*..*.*\n*.**.*.*\n..*..**.\n*..**...\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.**.*.*\n..**.*.*\n..*..**.\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n..**.*..\n*.**.*..\n*.*..**.\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*....\n*.....*.******\n.***.....*....\n....*....*....\n....*.....****\n...*....***..*\n***....*.*....\n```\n\n\n## Output without wrap\n\n```\n.......*.****.\n.*.*...*.*...*\n........*....*\n.*..*.........\n.*..*...****.*\n.*..*...*.**.*\n.*.*.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*..*..\n...*...*..*...\n........*.....\n....*.........\n**..*...****.*\n....*..**....*\n*..*...*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n...*...*..\n...*.**.*.\n...***..*.\n.......**.\n.......***\n***....**.\n***...**..\n....***...\n```\n\n\n## Output without wrap\n\n```\n..........\n...*.***..\n..**.**.*.\n...*.*..**\n....*.*...\n.*....*..*\n*.*......*\n*.**....*.\n.*...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*...\n...*.***..\n..**.**.*.\n...*.*..**\n....*.*...\n**....*...\n..*.......\n*.**....**\n.*.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.....*........\n..............\n..............\n.**..*........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.***..\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n**.**.\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n**.**.\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*..\n.*.........*..\n......*....*..\n.....*.**.....\n....**.*......\n....*..*......\n...***........\n....*.........\n....**........\n**...........*\n..............\n.*............\n```\n\n\n## Output without wrap\n\n```\n..............\n..........***.\n......**......\n....**.**.....\n....**.*......\n..............\n...*.*........\n..............\n....**........\n..............\n**............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..........***.\n......**......\n....**.**.....\n....**.*......\n..............\n...*.*........\n..............\n*...**........\n*.............\n.*............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.....*\n*....*\n*....*\n*.****\n****..\n.....*\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n*..*.*\n*....*\n*....*\n*.***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n....*.\n...*..\n......\n......\n..****\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.*\n**....**\n.**..**.\n*.***.*.\n```\n\n\n## Output without wrap\n\n```\n**...*.*\n*...*..*\n....*...\n..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*...\n....*...\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n....**...\n....**...\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n....**...\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n....**...\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n****\n.***\n.**.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*.\n...........\n.*.......*.\n..*........\n.*........*\n.......*.*.\n.*.........\n.........*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.*.........\n.*.........\n*..........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n***..\n.....\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.**\n**.*\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n...*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n...**....\n..*.*.*..\n...*..*..\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...***...\n..*.*....\n...*..*..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...***...\n..*.*....\n...*..*..\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*....\n**..*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*..*\n..**.\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n*.*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*..*\n..**.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*...\n*...\n*...\n.*..\n****\n.*..\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**..\n**..\n....\n*...\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n**.*\n**..\n....\n...*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n****\n*..*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*...\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n..**\n..*.\n.**.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n...*\n**.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n..**...\n.......\n...*...\n.....*.\n......*\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.......\n.......\n.......\n.......\n*....**\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*\n.*......*\n**......*\n```\n\n\n## Output without wrap\n\n```\n.........\n***......\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n...*..*..\n...*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n....*\n*..*.\n..*..\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**.**\n...**\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n*...\n*...\n....\n*..*\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n..**\n....\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.\n.*..***.\n..**....\n*......*\n.*....**\n.**....*\n..*....*\n**...*..\n```\n\n\n## Output without wrap\n\n```\n.***..*.\n.*....*.\n.******.\n.**...**\n***...**\n.**....*\n*.*...*.\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n.*....*.\n********\n***...**\n.**...*.\n.**....*\n..*...**\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......**.*.*\n.*......*.**..\n**.....*......\n**.***..*....*\n....*..*......\n.**...........\n.**..........*\n........***...\n```\n\n\n## Output without wrap\n\n```\n.......***..*.\n............*.\n*...*.....**..\n***......*....\n*......*......\n*..**.........\n.*.*..........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*......\n......*...*...\n.*..*.....**.*\n*.*......*....\n.......*......\n*..**.........\n...*.....*....\n..*.....***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......**..\n..*...........\n.........**...\n.....*..*.....\n*...*.........\n..*...........\n.............*\n***....**.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..........*...\n........**....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...........\n..........*...\n........**....\n..............\n..............\n..............\n*.*...........\n*.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.*.\n*..\n*.*\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n.*.\n**.\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n....\n....\n**..\n.*..\n....\n...*\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n.**.\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n****\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....*.**.\n****....**.*.\n**.***...*...\n*.**......**.\n....**....*..\n*...*........\n.....***.*..*\n....**.*.**.*\n..*.**..**...\n.....**.*.*..\n.....**.**.*.\n*....**.*.**.\n.....**..***.\n.**....*****.\n```\n\n\n## Output without wrap\n\n```\n.........***.\n.......**..**\n........*..**\n.*......*...*\n.*.***...*.*.\n....**...*...\n........**.*.\n........**..*\n...........*.\n..........**.\n.........*.*.\n....**.....**\n.....**.*..**\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.....\n........***..\n........*....\n**......*....\n.*.***...*...\n....**...*...\n........**..*\n........**...\n...........*.\n..........*.*\n.........*.*.\n....**.......\n***..***.....\n***...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n....*......\n....*......\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*****\n.*..*\n..*..\n.***.\n*..*.\n**.**\n***..\n***..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.....\n.....\n.....\n..***\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*..*.\n*...*\n..***\n.....\n.....\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..***\n.***.\n.****\n..*..\n..**.\n.**..\n**...\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n...**\n...**\n.***.\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n.....\n*...*\n*..**\n...*.\n.***.\n*....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*..*\n*...\n...*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n...*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**.*\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*..*\n**.*\n....\n***.\n....\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n***.\n*.*.\n....\n...*\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n..*.\n**..\n....\n*.*.\n*.**\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n*.***.*\n.......\n**.*.**\n...**..\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n*.....*\n......*\n.**..**\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.**.*\n.......\n*.***.*\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n.**.\n*.**\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n...*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n*.**\n*.**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.*.\n..*.\n....\n....\n....\n....\n....\n....\n....\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n....\n....\n....\n....\n....\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..\n**.**..\n**.....\n**....*\n......*\n.......\n.......\n.**....\n..**...\n```\n\n\n## Output without wrap\n\n```\n**..*..\n....*..\n.......\n**.....\n.......\n.......\n.......\n.***...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n....*..\n.......\n.*....*\n......*\n.......\n.......\n.***...\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....*...*.\n...**.....\n...**.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....*.....\n.....*....\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....*.....\n.....*....\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n.*.....\n***....\n*..**..\n*.*.**.\n*.***.*\n*.*....\n.**....\n..**...\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n..*....\n.......\n*.**...\n*...**.\n*.*....\n*.*.*..\n*......\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n*.**...\n*...**.\n*.*....\n*.*.*..\n*.....*\n.......\n...*...\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...**.\n......\n......\n*.****\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n...*.*\n......\n...***\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n*..*\n.*.*\n.***\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.*.*\n**.*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n****\n**.*\n.*..\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n........\n....*...\n..*.*.*.\n..*...*.\n....*.*.\n........\n........\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n...*.*..\n........\n......**\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n...*.*..\n........\n......**\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n*.*\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*...\n.*.*.......\n.**........\n.**........\n...........\n......**...\n.....***...\n......**...\n...*......*\n...**.....*\n```\n\n\n## Output without wrap\n\n```\n.**.*......\n**.........\n*..**......\n.**........\n...........\n......*....\n....**.**..\n.....**....\n...*.*.....\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.......\n*****.....*\n*..**......\n.**........\n...........\n......*....\n....**.**..\n.....**....\n...**......\n**.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*.....\n.*....**..*...\n****..**.*.*..\n..*.***.*.....\n..**.*.*......\n...........**.\n*..........***\n****........*.\n*..**.........\n****.....**..*\n..........**..\n.......*****..\n.......**.*...\n```\n\n\n## Output without wrap\n\n```\n..............\n**......***...\n........*.*...\n..*.....**....\n..............\n.***........*.\n..*........*.*\n..*.*.......**\n*....*........\n*...*.....**..\n*.........**..\n...........*..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...*..\n**...*.**.*...\n........*.*...\n..*.....**....\n..............\n.***..........\n.**........**.\n.**.*.........\n*....*.......*\n....*.....****\n..........***.\n.*.........*..\n.......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*..**\n.....\n***..\n..**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n.....\n*...*\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*...*\n*....\n.*...\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***.**.*\n*..**.*.....\n.*.*...**.**\n**.**..***.*\n**.**.**...*\n***.****.**.\n..*.**......\n...*....**..\n..*.**.****.\n.**.*.*****.\n*.***..*****\n```\n\n\n## Output without wrap\n\n```\n.*..*.**....\n*.....*....*\n.*...**...**\n.....*...*.*\n...........*\n*......**.*.\n..*....*..*.\n..*...**..*.\n.**.**......\n............\n..*.***....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.....\n......*.....\n.*...**...*.\n.....*...*..\n............\n.......**.*.\n..*....*..*.\n..*...**..*.\n.**.**......\n*...........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.**.\n.*...\n.....\n.....\n....*\n.....\n.....\n...*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n*.*.\n*.*.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n..**\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*.....\n*.....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*..*.\n.*...*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....*...\n**........**\n.*...*......\n..*.......*.\n```\n\n\n## Output without wrap\n\n```\n*.*.........\n............\n*.*.........\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*.\n.*.......*.*\n............\n*........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.*..*\n.*..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.*..*\n..**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n.*...*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.*..**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n....\n...*\n*...\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n**.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n***.**\n*..***\n******\n```\n\n\n## Output without wrap\n\n```\n*.**.*\n*.....\n......\n***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n.***.\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n....*\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*****\n.....\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..*...\n..**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..*.*.*.*\n..*.....*..*.*\n..*.*...*.*.**\n.*...**.******\n..****.*.**..*\n*.*....**.....\n..*....**.....\n..*.*..*...*..\n*.....*....***\n..***......*.*\n```\n\n\n## Output without wrap\n\n```\n.***...***....\n....*..**.....\n.*.*..*.*.....\n.*....*.......\n.**.**........\n.**.*.........\n.**..**.......\n.*.**.**..***.\n.*..****..**..\n..***.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**.**..\n.**.*..***..*.\n.*.*..*.*.....\n**....*.......\n.**.**........\n.**.*.........\n.**..**.......\n...**.**..**.*\n.......*..**.*\n..*........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n........\n........\n*.......\n*.*..*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.*......\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n..*..*\n..**..\n......\n......\n****..\n```\n\n\n## Output without wrap\n\n```\n.*****\n.....*\n..**..\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n..**..\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...*\n*.......**\n......****\n...*..*...\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*****\n..........\n.....***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.*\n**..*.**..\n.........*\n....*.....\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n......\n.**.**\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n..***.\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n.***..\n..***.\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n..***...\n**..*...\n*.***.*.\n*.*.....\n*.*.*.**\n**.**.*.\n.*....**\n```\n\n\n## Output without wrap\n\n```\n.*..*...\n....*...\n..*..*..\n*...***.\n*.*.*..*\n*.*.*.**\n*...*...\n*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.***\n..***...\n*.*..*.*\n*...***.\n..*.*.*.\n.**.*..*\n...**.*.\n*.**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.***.\n*...*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**.***\n*...**\n***.**\n.....*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.***..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.....*\n**....\n......\n.**..*\n.*....\n**.***\n..**..\n***..*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n*.....\n..*...\n.***..\n*..*..\n..**.*\n**..*.\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n.*....\n*.*...\n.***..\n...*..\n*.****\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*..\n**.***..\n.*..***.\n**.*****\n***.*.*.\n***.*...\n```\n\n\n## Output without wrap\n\n```\n***.....\n**......\n........\n.......*\n......**\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n........\n........\n........\n.......*\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.\n.*.***.\n..***..\n..*..**\n..*...*\n.**...*\n...*.*.\n.***.*.\n..*.**.\n...***.\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.\n.*...*.\n.*....*\n.**.***\n..**..*\n.***.**\n...*.**\n.*...**\n.*....*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*...*.\n.*....*\n.**.***\n..**..*\n****.**\n*..*.**\n.*...**\n.*....*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n***.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n***.\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n***.\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n....*\n*.**.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.****\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*....\n****.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..**\n*.**\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.**.\n*.*.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n.*..\n.*..\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n..***\n**.**\n.*.**\n***..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n**...\n**...\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n***.*.*.*\n..*..****\n.....*...\n.****....\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n*....*...\n*.***...*\n..***...*\n.*...*.*.\n.****....\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****...\n..***....\n..***...*\n.*...*.*.\n.****....\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**.*\n..*..*...\n.***.**..\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.......*.\n.******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.......*.\n.*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.......\n.......\n.......\n**.....\n..*...*\n..*..**\n*..**..\n***..*.\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..***.*\n.**....\n*.....*\n..*.**.\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.......\n.......\n.......\n**....*\n..***..\n..*....\n.......\n*.*..*.\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n**...*..\n**...*..\n```\n\n\n## Output without wrap\n\n```\n........\n**..***.\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n**..***.\n**..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.***.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.........\n........*....\n......*...*..\n..........*..\n.............\n.............\n.......*.....\n.*..*...*....\n....**...*...\n....*......*.\n..*..........\n...*.....*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...*.*.......\n......*......\n..*..*.......\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...*.*.......\n......*......\n..*..*.......\n.............\n..**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...****\n.....*..\n........\n.***.*..\n*....**.\n*.....**\n.*..*.**\n..***...\n........\n........\n......**\n..*...**\n**...*..\n```\n\n\n## Output without wrap\n\n```\n....***.\n....**..\n..*.*...\n.**.***.\n*.*.**.*\n**......\n.**.*.**\n..****..\n...*....\n........\n......**\n.*...*.*\n.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..*\n....**.*\n..*.*...\n.**.***.\n*.*.**..\n.*......\n.**.*.*.\n..****..\n...*....\n........\n......**\n.*...*..\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..*..\n.........*..\n...****.....\n..*..***.**.\n..*.**.**...\n....*...**..\n.....*...*..\n```\n\n\n## Output without wrap\n\n```\n............\n........**..\n...*....***.\n....*.......\n....**..***.\n...***.*.**.\n.......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.***.*.\n....***.....\n...*....***.\n....*.......\n....**..***.\n...*..****..\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..***\n.*....\n**...*\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n.**..*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*...**\n.**...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*.\n..*.****.*\n**.**..*.*\n.**....*..\n**.....*.*\n.****.**.*\n.*..*.***.\n```\n\n\n## Output without wrap\n\n```\n...**.***.\n*.*...**.*\n*...*..*..\n...*..**..\n*......*..\n...**....*\n.*..*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*....*\n..*...**.*\n....*..*.*\n...*..**..\n.......*.*\n...**....*\n.*..*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*\n.....**.\n....**.*\n*....*..\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.......*\n....*...\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n.......*\n....*..*\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.**..*\n...*.***..*.\n.*..*..*..**\n*..**.***..*\n**...*......\n.*..*....**.\n............\n......*.*.*.\n.*.....*....\n*...*....**.\n.*.*...*...*\n.....*.*....\n***.*..**..*\n*..*...*.*..\n```\n\n\n## Output without wrap\n\n```\n..*****.**..\n.*.*.**....*\n.....***....\n*...*.......\n.....*....**\n*.....***.*.\n............\n.......***..\n.*.....**...\n.*......*.**\n*.*.**..*...\n*.....***...\n*.....***...\n*...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..*...\n...*....*...\n.*...***...*\n....*......*\n*....*....**\n**....***.**\n............\n.......*****\n.*.....**.*.\n.*......*...\n..*.**..*...\n......***...\n**...*..*..*\n.....*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n..*..*\n*.....\n*.....\n....*.\n*.**.*\n.**.**\n.*....\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*****\n*.****\n.*....\n......\n.*.**.\n..*..*\n*...**\n.*.*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..***.\n**...*\n.....*\n**.**.\n*.*...\n....**\n.*.*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.**.*\n....*.\n*.****\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n.**.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.......*.\n.........\n..*......\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.....*\n*.....\n...*..\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.\n.*.....*.\n.*.....*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.....*.\n.*.....*.\n.*.....*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...*.*...\n...*.*...\n...*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.....*\n*....*\n*.....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*....*\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...\n.....*...\n.....*...\n......*..\n...*..*..\n.......*.\n........*\n.........\n....***..\n```\n\n\n## Output without wrap\n\n```\n....**...\n.....**..\n.....**..\n.....**..\n......**.\n.......*.\n.........\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.....**..\n.....**..\n.....**..\n......**.\n.......*.\n.........\n.....*...\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n....\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.****\n*.***\n*****\n*****\n.****\n****.\n***.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n*....\n.....\n.....\n.....\n.....\n....*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n.***.\n.***.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**..*\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n****.\n*.*..\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n*..**\n....*\n*...*\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*..**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*...\n.*..*...\n.*..*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.****...\n.****...\n.****...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n......**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n**.*.*\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n*.**.*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n.....*\n..*...\n*.*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n***...\n...*..\n.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..**..\n.*.**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**..*.\n**........\n.****..*.*\n```\n\n\n## Output without wrap\n\n```\n**........\n..........\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..**..\n*..*..**..\n*..*..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*.*.\n.*..\n.***\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**.*\n..**\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n**..*\n.*.**\n.**.*\n*..**\n*.*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**..*\n....*\n**...\n*...*\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.*...\n.....\n.*...\n.....\n**.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*...*.\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n......\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n.**.**\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n***\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n***\n***\n***\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n.......\n.......\n.......\n....*..\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n*....*..\n*.......\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n......*.\n.*....*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n..***\n**...\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n*****\n**...\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*\n*......*\n*.......\n.*..*...\n........\n*.......\n....*..*\n**.*....\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n........\n........\n........\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*......*\n**.....*\n........\n........\n........\n.*.....*\n*......*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n***\n..*\n*.*\n***\n***\n...\n***\n...\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n*.*\n*.*\n*.*\n...\n*.*\n...\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n***.*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***..\n.....***..\n........**\n....*.*.*.\n....*.*...\n.....*....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n.....*....\n........**\n........**\n....*.**..\n.....*....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n.....*....\n........**\n........**\n....*.**..\n.....*....\n..........\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*...*\n.....\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*...\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.*\n*.......*..\n.*.......*.\n..*....**..\n....*......\n.......*...\n..*.**.*...\n*.**...*..*\n```\n\n\n## Output without wrap\n\n```\n...........\n........**.\n.......*.*.\n.........*.\n....*****..\n..*****....\n.*.....*...\n.*..**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*....\n.*........*\n*......*.**\n.........*.\n....*****..\n..*****....\n..........*\n....***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n.*.*\n**.*\n.*.*\n....\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n....\n....\n.*.*\n*...\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...\n...**..\n...*...\n.***...\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.****..\n.*..*..\n.......\n.*.**..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.*..*..\n.......\n.*.**..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n..*..\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.*..\n..*..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*...\n...***\n*.....\n*...**\n***...\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*..*\n...**.\n...*..\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*..*\n...***\n*..*..\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n....\n....\n*..*\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n...*\n****\n.*..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*...**\n**.**.**..\n....*.*.*.\n*.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n***.**.**.\n**..*.*..*\n*.*.*.*...\n...*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.**\n**..*.*...\n*.*.*.*..*\n*.*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n**.*.*\n.*..**\n**.*.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*...*\n***...\n*...*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n..*.*.\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*.****\n******\n*...**\n*.**.*\n******\n***.*.\n***.**\n.*****\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n**....\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**..\n........**\n*.........\n*.*......*\n..*......*\n**........\n*......***\n..........\n..........\n..........\n..........\n..***.**..\n.*..*.*.**\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n.*......**\n..........\n*.*.......\n**.......*\n**......*.\n........*.\n..........\n..........\n...*......\n..***.***.\n..*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*...\n*......***\n**......*.\n*........*\n..*......*\n.*........\n**......**\n........**\n..........\n..........\n...*......\n..***.***.\n**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n**.*.*\n..****\n..*.**\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n..*.*\n**.*.\n.*.*.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*...*\n.*..*\n*..**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n**.*.\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............*\n*.*.......***\n.*...........\n*...***....*.\n...*..*......\n..*...*......\n..*..***.**..\n...**.*.*..*.\n.....*.***.*.\n*.*........**\n..*........*.\n```\n\n\n## Output without wrap\n\n```\n...........**\n**..........*\n**..***.....*\n...*...*.....\n..*...**.....\n..*..*.***...\n..*.*....**..\n..*...*....*.\n..**.*****.*.\n..*.***.**...\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*..\n..*.......***\n.*..***....**\n...*...*.....\n..*...**.....\n..*..*.***...\n..*.*....**..\n..*...*....*.\n..**.*****.**\n***.***.**.*.\n..*.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..***.\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n...*..\n...***\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n..*.\n**..\n*.**\n*...\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*...\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n***...\n.*..*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n***...\n*.*...\n**.**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n.*.***\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n.***..\n.***..\n.*....\n**....\n...**.\n...***\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n.*.*..\n*..*..\n......\n***...\n..**.*\n...*.*\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n...*..\n.*.*..\n*..*..\n......\n***...\n*.**..\n...*.*\n..***.\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n......*\n.......\n.......\n.**....\n*.*....\n*.....*\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n.**....\n*.*....\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*....**\n.......\n.......\n.**....\n*.*...*\n......*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n****.\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..**\n*..*\n.*..\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n*..*\n*..*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n*..*\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n...*\n..*.\n.*..\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n..**\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**.*\n....\n.***\n*...\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*....\n....*\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*.**\n.*..\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.***\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n****\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n...**\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***\n**...***\n**...***\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*......\n..*.**..\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..\n.**.**..\n.**.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.**..\n...**\n....*\n**..*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.**.*\n.....\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n*.***\n*....\n..**.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n........*\n*......**\n....***..\n.*.**.*..\n....*....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n........*\n....**..*\n...**....\n..*...*..\n...***...\n....*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n*........\n.*..**...\n*..**....\n..*...**.\n...***...\n....*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n***\n...\n***\n...\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***\n...*...*\n*.**....\n.**....*\n**......\n.*......\n........\n...**...\n..******\n```\n\n\n## Output without wrap\n\n```\n......**\n...**..*\n...*....\n...*....\n*.......\n**......\n........\n..*...*.\n..*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n...**...\n*..*...*\n...*...*\n........\n**......\n........\n..*...*.\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..*..*\n.**...\n**.***\n*.**.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*....*\n.*.*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...**.\n......\n......\n*.**..\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.\n...***.\n..****.\n....**.\n*..*...\n....*.*\n****...\n```\n\n\n## Output without wrap\n\n```\n..*..*.\n.*....*\n..*...*\n..*..*.\n...*...\n*...*..\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.*.....\n..*...*\n..*..**\n...*..*\n....*.*\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..**...\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..**...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n..**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.*....\n....**\n......\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n*.*...\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.*..\n...**.*..*\n...*.**.*.\n.**.......\n.*.....*.*\n.....*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.**...\n..**....*.\n...*.***..\n.**...***.\n.**...**..\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.*.*\n..**....**\n...*.***..\n***...***.\n***...**..\n*...*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n***\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.*....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***..\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n****..\n...*..\n..**..\n...*..\n......\n......\n......\n*.*.**\n.*****\n***.*.\n*..**.\n.***.*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*..*..\n....*.\n..***.\n..**..\n......\n......\n......\n..*..*\n......\n*.....\n*....*\n*.....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*..*..\n....*.\n..***.\n..**..\n......\n......\n.....*\n*.*...\n......\n......\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******..*\n*..**...*\n....***.*\n*.**..**.\n***...*.*\n**.***.**\n*.*..**..\n```\n\n\n## Output without wrap\n\n```\n**.......\n*....**..\n*.*..*..*\n..**....*\n..*....**\n..*****.*\n..**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.....**..\n.**..*...\n.***.....\n..*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n*......*\n........\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.......\n*.......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n.**\n...\n...\n...\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**......\n***.***.****.\n.*.......**..\n.............\n```\n\n\n## Output without wrap\n\n```\n*..*..**.**..\n*...*.***..*.\n***..*..*..*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..**.**..\n*...*.***..*.\n***..*..*..*.\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*.*..\n....*.**.*..\n**...*..**.*\n.**.****..*.\n**......****\n........**..\n..*..***....\n****.***....\n...*..*.....\n**........*.\n```\n\n\n## Output without wrap\n\n```\n..**...**...\n*....*.*....\n*...........\n....*..*....\n*.***.......\n*.....*.....\n.*.***......\n............\n..*****.....\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.***\n.....*.*.*..\n**........*.\n....*..*..*.\n..***......*\n......*....*\n...***......\n............\n.*.*.**.....\n........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n**.*.\n*.**.\n*.*..\n.**..\n.....\n.....\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*.*\n**...\n*.*..\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.***.\n*....\n*.***\n**...\n.....\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.*.\n*****.\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.\n*.....**.\n*.......*\n.**.....*\n**.....**\n```\n\n\n## Output without wrap\n\n```\n......**.\n**....***\n*.......*\n..*.....*\n***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**....**.\n.........\n..*......\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.*.*..\n......\n......\n*.**.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n......\n......\n*...**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n*****\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*\n....*..\n...*..*\n.....*.\n....*.*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n..****.\n....**.\n....***\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***\n*.****.\n....**.\n....***\n....*.*\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*.**.\n*..*.....*...\n...***.......\n*.**..*......\n*...*..***...\n....*..*..**.\n.....***...*.\n```\n\n\n## Output without wrap\n\n```\n.**......**..\n**.......**..\n**....****...\n***.*........\n.****......*.\n....*........\n.....**..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*......*\n.*....**.....\n**....****...\n.**.*........\n.****.......*\n....*.......*\n.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n....*.\n*....*\n.*...*\n**...*\n...*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n...***\n....**\n.*..**\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n*...**\n.*..*.\n.**.**\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*...\n*....\n....*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.\n.*.**.*\n*.*****\n.******\n****.**\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.\n*.....*\n*......\n.......\n.......\n*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n***\n.**\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*...\n.**.......\n.**.......\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*.........\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*.........\n*.........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n....**\n.*.***\n***...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n**.*.*\n*...*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n...*..\n.*.*..\n*...**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n.........*\n.**.*..**.\n......*...\n.*..*.....\n.....*.*..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n...*..***.\n..*.**.**.\n..*.**.*..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*.....***\n*..*..****\n..*.**.**.\n..*.**.*..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*..***\n*.....\n....*.\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*....*\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.**.**\n..***.\n......\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*****\n....*\n**..*\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n.****\n....*\n...**\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*****\n*****\n.....\n*..**\n*.**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n..*.....\n*****...\n.*..**.*\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n.*....**\n*...**.*\n....*..*\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n.....*\n*.****\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n..****\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*....\n.*....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*..*...*\n...*....*\n.........\n........*\n...**....\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*........\n*........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.****\n**.*..\n...***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*...*.\n**....\n..***.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*...**\n.*....\n*.****\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..**\n*.*.\n***.\n.*.*\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.**.\n*..*\n....\n**.*\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n..*.\n****\n****\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n.*..\n.*..\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n***.\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.**.\n***.\n***.\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....*....\n*****....*...\n**..*...**...\n```\n\n\n## Output without wrap\n\n```\n.............\n...***..**...\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*..**\n*........*.**\n*.......**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n*.**\n***.\n*.*.\n...*\n**..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n*.**\n*.**\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.**.\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..****.\n***.*.***\n**.**...*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*....*.**\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....****\n......****..\n....*..*.*.*\n...*.*...**.\n*.**.*..*...\n.........*.*\n..*.....***.\n..*.**......\n...*.*......\n.**....**...\n.*...*...*..\n...*..****..\n.....*..*...\n.*......**..\n```\n\n\n## Output without wrap\n\n```\n..........*.\n......*....*\n....**.*....\n..**.**..**.\n..**....*...\n.***........\n...*....***.\n..*.**...*..\n.*.*.**.....\n.**.*.*.*...\n.*.......*..\n....****.*..\n......*.....\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........*\n*.....*.....\n....**.*....\n..**.**..***\n..**....*..*\n.***.......*\n...*....***.\n..*.**...*..\n.*.*.**.....\n.**.*.*.*...\n.*.......*..\n....****.*..\n......*.....\n**.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*....*.**\n....**......*.\n...*.*.....**.\n..*........**.\n..**.......**.\n```\n\n\n## Output without wrap\n\n```\n.....*.....***\n...*.**.......\n...*.*.......*\n..*.*.....*..*\n..**.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.......*\n...*.**.......\n...*.*.......*\n..*.*.....*..*\n..***.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n.....***\n.......*\n.*..*...\n**......\n*.*.....\n*....*..\n.**.....\n```\n\n\n## Output without wrap\n\n```\n......*.\n......**\n.....*.*\n**......\n*.*.....\n*.......\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n......**\n*....*.*\n.*......\n*.*.....\n*......*\n*.*.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n...**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n*...\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n***.***\n.*..*.*\n***.*.*\n*.***..\n..**.*.\n***..*.\n...***.\n```\n\n\n## Output without wrap\n\n```\n**.*.*.\n***.*.*\n*..*...\n.....*.\n**.....\n**...**\n**.*..*\n.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*.**...\n...*.*.\n.....*.\n*....*.\n**.....\n**..*.*\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n**.........\n**.........\n..*........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n**.........\n*.*........\n.*.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n**.........\n*.*........\n.*.........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**...\n...*****\n.....***\n......*.\n.*......\n*.*...**\n*.******\n.***....\n.*.*****\n*.**..**\n....**.*\n...**.**\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n.......*\n.....*.*\n.*......\n*..**..*\n*..****.\n**..**..\n*.......\n.**.....\n..**....\n.**...*.\n..**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n........\n*.......\n*....***\n**....*.\n.*.**...\n...***..\n....**..\n........\n.**.....\n..**....\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n.**\n**.\n...\n***\n..*\n...\n...\n...\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n*..\n*..\n.**\n.**\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n.**\n**.\n...\n***\n..*\n...\n...\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n.*.......*\n.*.*.....*\n....*.....\n.*......*.\n.........*\n.......*..\n....**...*\n...*..*...\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.***......\n..........\n..........\n..........\n.....*.*..\n....*.*...\n....*.*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..**......\n.*........\n..........\n..........\n.....*.*..\n....*.*...\n....*.*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.....*.\n.*....*.\n*.*....*\n.*.*....\n**.*...*\n.*....*.\n*......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n*.*.....\n*.*.....\n**......\n***.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*....*.\n***....*\n.**....*\n**......\n.**...*.\n**.....*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n**..**\n......\n***.*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n......\n.....*\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n......\n...*..\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n****..\n*..*..\n.**...\n**...*\n..*.*.\n..***.\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n****..\n*..*..\n..*...\n*..*..\n..*.**\n..*.**\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n****..\n*..*..\n..*..*\n*..*.*\n*.*.*.\n*.*.*.\n******\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n**.\n..*\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n*.*\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n..**.....\n.........\n....**...\n*..**....\n......*..\n.*.......\n...*.....\n..*......\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n.....*...\n.........\n..*..*...\n...*.*...\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n..*..*...\n.........\n..*..*...\n...*.*...\n.........\n.........\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n..***\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..***\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..***\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..**......\n....*.....\n..*.......\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*......\n..*.......\n....*.....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...*......\n..*.......\n....*.....\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........\n.....*.....\n...*......*\n.........**\n*..*....*..\n*..........\n....**.....\n....*...**.\n.*.*....*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.........**\n........*..\n.........**\n....**.....\n...........\n...*.*..**.\n....*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..........*\n*........*.\n*.......*..\n*........*.\n....**.....\n...........\n...*.*..**.\n..*.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*\n*.*****\n.******\n*******\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n.**.\n**.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n...*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n***..\n*.*..\n.***.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**...\n**.**\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n..........\n..........\n..........\n...*......\n..........\n..........\n..........\n..........\n......*...\n......*...\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....\n..*.*..**.\n.*.....**.\n.***...*..\n....*.....\n..**......\n.***......\n....**....\n```\n\n\n## Output without wrap\n\n```\n...*...*..\n..*....*..\n.*..*.....\n**.*...*..\n**..*.....\n***.......\n.*..*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n.*..*.....\n**.*...*..\n**..*.....\n***.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.**...\n...***\n..****\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*...*.\n.*...*\n.*....\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....**\n**...*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....\n.*.**.....\n.***......\n..*.*.....\n..**......\n..****....\n```\n\n\n## Output without wrap\n\n```\n.****.....\n**..*.....\n**........\n..........\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n***.......\n**........\n..........\n....**....\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*...\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.**\n.*..\n....\n*..*\n.*..\n.*.*\n**..\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.***\n....\n....\n**..\n....\n*.*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n**.*\n.**.\n...*\n..*.\n*.**\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..*..\n*.**...*..*...\n*.*..**...*..*\n..*........*..\n.*...*........\n.*...*........\n....**........\n.*............\n..***.........\n..............\n****......*.**\n.*..**....*...\n......*...*...\n........*..*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..**..**.***..\n..*...*...**..\n..*..**.......\n.**...........\n.....**.......\n....**........\n..*..*........\n..**..........\n....*.........\n*****......*..\n**.***...**...\n.....*...***..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*****..\n*.**..**.***.*\n*.*...*...**.*\n*.*..**.......\n.**...........\n.....**.......\n....**........\n..*..*........\n..**..........\n*...*........*\n*****......*.*\n.*.***...**..*\n.....*...***..\n.......*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**....\n.........\n.........\n.........\n.........\n...*.....\n..****...\n.........\n..****...\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..*.*....\n..*.*....\n..*.*....\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.........\n.........\n.........\n..*.*....\n..*.*....\n..*.*....\n.........\n..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n.........\n.........\n....**...\n......**.\n*..**....\n.***.****\n..**.*...\n**..*...*\n.*......*\n.*......*\n***....**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....**..\n..**..**.\n...**....\n***..****\n*.*..*.*.\n*..**..**\n****...**\n*........\n.*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n.........\n.....**..\n..**..*..\n.*.**....\n.**..****\n.**..*...\n.*.**..**\n.***...**\n.**....**\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n.***...\n*****..\n....*..\n.*...**\n**...**\n.*.....\n..*....\n**.*...\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n...**..\n*......\n*...*..\n*...*..\n**..*.*\n***..**\n***....\n*.*....\n**.*...\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*\n*......\n*...*..\n....*.*\n.*..*..\n.**..*.\n.**...*\n*.*....\n**.*..*\n**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..**\n...**.**\n...**...\n........\n........\n...**...\n.****...\n....**..\n```\n\n\n## Output without wrap\n\n```\n.*******\n.*....**\n...***..\n........\n........\n....*...\n..*.....\n..*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n.*....*.\n...***..\n........\n........\n....*...\n..*.....\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....*.\n...*.*\n...*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n.....*\n..**.*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..**.*\n*....*\n**...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...**....\n...*.*..*\n*..***...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n..*..*...\n...*.*...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...**....\n..*..*...\n...*.*...\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n**.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**..\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*...\n.....**......\n**....*..*..*\n.*..***..**.*\n.*.**....*.**\n...**...**.**\n...**...*...*\n..****..*...*\n....*.*.*....\n....**...*.**\n....**...*...\n...***...*.*.\n...**....**..\n```\n\n\n## Output without wrap\n\n```\n.....**......\n....***...*..\n*****..*.***.\n******.***.*.\n....**.*.....\n.......***...\n.......*.....\n......*...***\n......*....*.\n.....**......\n...........*.\n.......*...*.\n........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..***..\n*..*.**.*...*\n.****..*.****\n*.****.***.*.\n....**.*.....\n.......***...\n.......*.....\n*.....*...**.\n......*....*.\n.....**......\n...........*.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*..\n.*.*..**....\n*....**.****\n*......**.*.\n***.***.**.*\n..*******...\n***..*****..\n**.**..***.*\n.***...**..*\n..*.....*...\n***.**..****\n*.*..**...**\n*.*.***..*..\n*..*.*****.*\n```\n\n\n## Output without wrap\n\n```\n..*.........\n..*.****....\n**...*....**\n*...*.......\n*.*.......*.\n..........*.\n*.........*.\n....**......\n*...*.....*.\n*...*......*\n*.*.*****..*\n*.*....**..*\n*.*......*.*\n.*.*...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*...**.\n*.*.****...*\n**...*....*.\n....*.......\n*.*.......**\n..........**\n..........**\n....**.....*\n....*.....**\n....*.......\n..*.*****...\n..*....**...\n..*......*..\n****...*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****..\n....**.*..\n..........\n..........\n.....***..\n.......*..\n.*...***.*\n***.**..**\n..*******.\n...**.....\n....**.**.\n.....*.*..\n.....***..\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n......**..\n......**..\n.*...*.**.\n**......*.\n*....*...*\n.......***\n.........*\n..........\n....*..**.\n.....*.*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n...**.....\n..........\n......**..\n......**..\n.....*.**.\n..........\n**...*...*\n.......*..\n.........*\n..........\n....*..**.\n..........\n...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n..**.*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n*.*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..*...\n*****.\n....**\n****.*\n*.*...\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..**\n...***\n.....*\n.*.*.*\n.*.**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n.*.*.*\n......\n...***\n...***\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***\n*....*.\n......*\n...**..\n```\n\n\n## Output without wrap\n\n```\n**..**.\n**.*..*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...\n.****.*\n.......\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n..**.\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.***.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.**..\n.****\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n**.*\n*..*\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n***.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n.***\n..*.\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n.*......\n.*.....*\n..*...**\n**.*..**\n.**.**..\n*****.**\n....****\n*...**.*\n*...*...\n**.*.*.*\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n*..*....\n*.*...**\n.*.*....\n........\n.*......\n.*......\n.***....\n*****...\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n...*....\n*..*....\n.**.....\n...*....\n........\n........\n........\n..**....\n**.....*\n**..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n*...*.\n**.**.\n.*...*\n.*....\n*....*\n.....*\n*.....\n.*...*\n...*..\n.*..*.\n*.....\n..*...\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n*.....\n....**\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n......\n**....\n.*...*\n.*....\n....**\n....*.\n*....*\n*.....\n.*...*\n.*....\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**\n....*..***\n.......**.\n..........\n.....*....\n..........\n.*........\n.*........\n........*.\n..........\n..........\n*.........\n*........*\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n..........\n.......*.*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n*.........\n.......*.*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*........*\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n*..\n*.*\n...\n.*.\n...\n***\n.*.\n...\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n.*.\n.*.\n.*.\n...\n*.*\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n***\n...\n...\n***\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*.*\n....*\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**.**.\n.....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.*.*\n**.*******\n.******.**\n```\n\n\n## Output without wrap\n\n```\n*.*....*.*\n*.........\n**.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n......\n......\n......\n..*...\n**....\n..*..*\n**....\n..*...\n.*.*..\n***.*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.**...\n.**...\n...*..\n..**..\n*.**..\n*..**.\n*....*\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n***...\n*.*...\n...*.*\n*.**.*\n*.**.*\n.*.*.*\n...**.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..*\n............\n.......*....\n*.....*.*.*.\n..*.*....*.*\n....**......\n.........**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.......*....\n.......****.\n...**....**.\n...***...*..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.\n............\n.......*....\n.......*****\n...**....***\n...***...*..\n.........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.****\n...*.\n.**.*\n*...*\n*..*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.*..*\n.**..\n*.*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**.**\n.....\n.***.\n..**.\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n.*...\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n**.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n..*..\n.*.*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n*....*\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*....*\n....*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n*..*\n*..*\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n*..*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n**.*\n***.\n.**.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n*****\n.....\n**.**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n.*..*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n...*.\n..*..\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**...\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.***\n*...\n.*.*\n....\n..**\n.**.\n...*\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n...*\n.*.*\n**.*\n***.\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n....\n....\n.*..\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*...\n.*...**....\n.*..*......\n*...*......\n*...***....\n.*.....*...\n```\n\n\n## Output without wrap\n\n```\n......*....\n***..**....\n**..*......\n**.**......\n**..***....\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*...\n***..**....\n**..*......\n**.**......\n**..***....\n**...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*..*.*\n...**.\n*..*.*\n*.....\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..**.*\n...*..\n*.***.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n*..*.*\n..**..\n*..*.*\n*.***.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*****\n.......**.*..\n.*....*..***.\n.***......**.\n*.*...*..*.**\n*..**..*...*.\n.*.*.*..*.*..\n.....*.....*.\n...**.******.\n```\n\n\n## Output without wrap\n\n```\n.......**..*.\n......*..*.*.\n.......**....\n**...........\n**....***..**\n.**....***..*\n.*......**...\n..*.....*...*\n...*********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n*.....***....\n.......**....\n.............\n......***...*\n***....***.*.\n.*......**...\n..*....*..***\n...**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.***\n*.***\n*****\n**.**\n.****\n*.**.\n*****\n*****\n*****\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*...\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n**...\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*****.\n******\n**.***\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n*...*.\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.*.\n.*...\n**...\n*.*..\n***..\n.....\n...*.\n*..**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**...\n.**..\n***..\n..*..\n..**.\n..**.\n.**..\n.*.**\n.*...\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.**.*\n.**..\n*.**.\n*.*.*\n*.*..\n.***.\n*....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..........\n.......***..\n..*...*..*..\n..*....*.**.\n.........*..\n..*......**.\n...*.*..*..*\n.....*..**..\n.....*...**.\n...........*\n..........*.\n```\n\n\n## Output without wrap\n\n```\n.......***..\n.......***..\n.......*..*.\n............\n........*...\n........**..\n.....*..*...\n.....*..*...\n.......**.*.\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.**.\n.......*.*..\n.......*..*.\n............\n........*...\n........**..\n.....*..*...\n.....*..*...\n.......**.*.\n*.......**.*\n*.......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n...*...*\n...*...*\n.*.....*\n........\n...**...\n...**...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n...**...\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n.......*\n.......*\n........\n...**...\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n.....\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n....*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.*.\n.***\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n...*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n.......\n*.*....\n..*...*\n.*.*...\n.......\n.......\n......*\n*..*..*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n.***...\n..**...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n**.....\n..**...\n.***...\n.......\n.......\n*.....*\n.......\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n*..***.\n.*...*.\n.......\n...**..\n..**.*.\n...*.*.\n..**.*.\n.****..\n.*.....\n**...**\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.****..\n.*.*...\n.....*.\n....**.\n..*.**.\n..*..**\n....***\n....***\n..**...\n*..*.*.\n*.**.**\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.*.....\n*......\n....*..\n..*.**.\n..*..**\n....***\n*...***\n*.**..*\n.*.*..*\n..*....\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.\n....*.*.\n......*.\n*...*...\n****....\n.*.*.*.*\n.....*..\n..*.....\n*****..*\n```\n\n\n## Output without wrap\n\n```\n.*..*.**\n.*..*.**\n........\n.***....\n*..**...\n**.***..\n..*.*...\n....**..\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.....***\n......**\n*.**..**\n.*.**.**\n...*****\n..*.*..*\n.*....*.\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*****\n***.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n....*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..*..*\n**.**.\n******\n*.*.*.\n....**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.****.\n.*....\n.*....\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n*.......\n**.....*\n*..**...\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n**.....*\n.*.....*\n*****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*..****\n.*..**...*..*\n.**.**.*****.\n```\n\n\n## Output without wrap\n\n```\n.***......***\n*.....**....*\n.***********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***....\n.......**....\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.\n.....***\n........\n........\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n.....*.*\n......*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*....*.*\n......*.\n........\n........\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n**.*\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n*.****\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n*...*****\n...*.....\n.*.....*.\n......*..\n.........\n....*..*.\n......*..\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n....**..*\n.........\n....*...*\n.........\n.........\n.........\n......*..\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n*...*.*..\n....*...*\n.........\n.........\n.........\n......*..\n.....*.*.\n.....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n*...\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.*.\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.***...\n.....****....\n......**.*..*\n...*....*....\n*.**....****.\n....**...*...\n...*.....**..\n***.**.***.*.\n..*.*.**...*.\n.*...***.***.\n```\n\n\n## Output without wrap\n\n```\n....**...*...\n....*........\n.....*...*...\n..**.......*.\n..**....*.*..\n..*.*......*.\n.***..*......\n.**.**.*.*.*.\n*.*.*......**\n.....*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n....*........\n.....*...*...\n..**.......**\n..**....*.*..\n..*.*......*.\n.***..*......\n.**.**.*.*.**\n*.*.*......*.\n...*.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n*..*.*\n*...*.\n****..\n**.*.*\n..**..\n**.**.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n**..*.\n*..*.*\n*...*.\n...*..\n*.....\n......\n**..*.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n...*..\n....*.\n...*..\n.....*\n......\n**..**\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n........\n........\n........\n**...*..\n.....*..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.**...\n**....\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n....*.\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....**\n....**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n....**\n...*..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n**.\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n...*..*.\n*.**..*.\n.*..*...\n.*......\n....**..\n........\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n..***...\n.*...*..\n...*.*..\n**......\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n.*...*..\n...*.*.*\n**....*.\n....*...\n........\n........\n........\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*...**.*.\n**....****.*..\n..........*...\n*.........*..*\n.*....****....\n*.*...*......*\n.*****........\n..............\n**......*.****\n........*....*\n*****....*..**\n```\n\n\n## Output without wrap\n\n```\n......*..***..\n.**.........*.\n**........**..\n..........**..\n**...**.......\n*...*.*.**....\n***...........\n.*...*....**.*\n...**....*...*\n...*.....**...\n..**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.......**\n*........***..\n.*........***.\n**........**..\n**...**.......\n*...*.*.**....\n***.........*.\n.....*....**..\n*..**....*....\n...**...*.....\n.**...*.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n..*.....*\n..*.....*\n.*......*\n*.......*\n.........\n.........\n.........\n.........\n..*.*....\n..*......\n...**....\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..*......\n.**....**\n.*.....**\n.........\n.........\n.........\n.........\n.........\n...*.....\n..*.*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....\n..*.....*\n.**....**\n.*.....**\n*.......*\n.........\n.........\n.........\n.........\n...*.....\n..*.*....\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**..*\n*****.***.\n.***..*...\n***..*.***\n```\n\n\n## Output without wrap\n\n```\n....**.*..\n....*..***\n.........*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**.\n..........\n....**.**.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.......\n..............\n......**......\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n......**......\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n......**......\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...*.\n***.*.....\n*.**.*....\n*..*****..\n****.....*\n..*..**..*\n..***.****\n```\n\n\n## Output without wrap\n\n```\n**.**.....\n*....*....\n*.........\n*....**...\n*......**.\n.....**..*\n..***.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n*....*...*\n*........*\n.....**...\n.......***\n.....**...\n**....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n......**\n........\n........\n........\n.....*..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n**......\n**......\n.*......\n...*....\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n..*.....\n..*.....\n***.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n..*....*\n..*.....\n***.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.\n.****.*\n*******\n******.\n***.***\n```\n\n\n## Output without wrap\n\n```\n**.***.\n......*\n......*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n*.*..*\n**....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n*.....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.*...\n**....\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.***..\n.***..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.....\n.........\n*........\n**.......\n.**......\n.......*.\n.........\n.....*...\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n*.*......\n..*......\n*.*......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.........\n*.*......\n..*.....*\n*.*......\n.*.......\n.........\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*.*...\n*..*..\n*...*.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n*.....\n*****.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.....*\n*.....\n**.***\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.**.\n**.***.*..\n.*.*****..\n```\n\n\n## Output without wrap\n\n```\n..........\n*..**.***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n*........*\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.........\n*........\n.*......*\n.*.......\n..*......\n..*.*....\n*........\n**..*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n***......\n...*.....\n*..*.....\n**.**....\n*........\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n**.......\n.........\n..*......\n*..*.....\n...*.....\n**.**....\n........*\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.\n.....*..\n........\n........\n...*.***\n.......*\n.***....\n**.....*\n**....**\n**....**\n...*....\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n........\n......*.\n......**\n...**..*\n***.....\n......**\n..*.....\n***...**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n....**..\n........\n......*.\n......**\n*..**..*\n.**....*\n......*.\n..*.....\n.**...*.\n*.*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...*.*\n*.....\n....*.\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*.....\n*...*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n*...*.\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*.*\n.***.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*..*\n*..*\n.***\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*..*\n...*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....\n.*.*....\n.***....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n**.**...\n.***....\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n**.**...\n.***....\n..*.....\n........\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n.*....\n.*....\n.....*\n......\n......\n*...*.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.***..\n.*....\n......\n......\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n**.......\n.*.......\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.*.*..\n.*..*..**...\n**..****....\n..*.*...*.**\n..*..*.***..\n..*..**..*..\n...***...*..\n.....**.**.*\n*...*.**.*..\n*...*....*..\n*...*.**.*..\n```\n\n\n## Output without wrap\n\n```\n..*****.....\n*......*....\n.**..*......\n*...*.*.....\n.**.***.***.\n.**.*..*.**.\n..**.....*..\n...**.**.**.\n..*.**...*..\n...**.**.**.\n....*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....****\n...*......**\n..*..*......\n....*.*...*.\n*.*.***.**..\n.**.*..*.**.\n..**.....*..\n...**.**.*..\n.**.**...*..\n..***.......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*............*\n.......*.*....\n...*.*.***....\n...**.*..*....\n....*.*.......\n....*.*.......\n..............\n.**.**....*...\n*.........*...\n*...**...**...\n```\n\n\n## Output without wrap\n\n```\n..............\n......**.*....\n...*.*.*.**...\n...*..*..*....\n....*.**......\n..............\n...**.........\n.*............\n*..*......**..\n.........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......***..*\n......**.*....\n...*.*.*.**...\n...*..*..*....\n....*.**......\n..............\n...**.........\n.*............\n*..*......**..\n**.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n***.\n*.**\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*..*\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n*..*\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....\n....*...*\n.......**\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*......*.\n.........\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*....\n.*......**....\n.*.......*....\n```\n\n\n## Output without wrap\n\n```\n........**....\n***.....***...\n........**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......**...\n***.....***...\n***......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........\n.*.........\n.*.........\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...........\n***........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***........\n***........\n***........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**\n**..*....\n*...*..*.\n****.....\n...**....\n```\n\n\n## Output without wrap\n\n```\n.*.......\n**.*...**\n....*....\n***......\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...*\n**.*...*.\n....*....\n***.....*\n*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.**.....\n..**....\n........\n.***.*..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n.***....\n.*..*...\n..*.....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.***....\n.***....\n.*..*...\n..*.....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*..*..\n......\n...*..\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n.***...\n.***...\n**.....\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.*..*..\n...*...\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n.*..*..\n...*...\n**.....\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....**.\n..*...*...\n..*....*..\n...*...*..\n..........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..*....*..\n.*.*..*.*.\n.*.*..**..\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..*\n.*.*.*..*.\n.*.*..**..\n..........\n..........\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n.***.\n.**..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.*.**\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n.......\n*....**\n**..***\n...**..\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**..*.*\n**.*..*\n..*....\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n......*\n.*..*..\n.*.*...\n*.*...*\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n*.**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.***.\n*..**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n....\n....\n....\n...*\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n....**.*.\n.......**\n....**.*.\n.*****...\n..**.*...\n....***..\n```\n\n\n## Output without wrap\n\n```\n.........\n......***\n.........\n......***\n.**......\n..*.**...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n......**.\n.........\n*.....***\n***......\n..*.**...\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n**.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n.*.\n...\n...\n..*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n...\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n........**..\n**........*.\n............\n.*.......*..\n.........*..\n.........**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n........***.\n........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*.\n........***.\n............\n............\n............\n........***.\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n....*.\n......\n*.....\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n......***\n.........\n.........\n.....*...\n....**.*.\n....*..*.\n.....*.*.\n......**.\n.........\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n......*.*\n.......*.\n.....**..\n....*.*..\n...*...*.\n....*..**\n.....*...\n......***\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n......*.*\n.......*.\n.....**..\n....*.*..\n...*...*.\n....*..**\n.....*...\n......***\n.........\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n***\n***\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n.*...\n.**..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.\n..*.*.*..\n*.....*..\n*......*.\n*.....*..\n**....**.\n.***..*.*\n..**....*\n*.*......\n***.*...*\n```\n\n\n## Output without wrap\n\n```\n......**.\n..*.*....\n***..*...\n**.......\n*........\n**...**..\n.....**..\n.......*.\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*....\n.****....\n.**..*..*\n.*.......\n**......*\n.....**..\n.....**.*\n.......**\n*.....*..\n*..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n.*.**..\n....*.*\n*****.*\n**...*.\n```\n\n\n## Output without wrap\n\n```\n..***..\n..***..\n*......\n*.***.*\n*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.\n*.***..\n......*\n..***..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*...*\n.***.*\n.*.***\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n**...*\n*..*.*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*.**.*\n*...*.\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n****\n*..*\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n*..*\n*...\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n.....\n.....\n...**\n....*\n.*...\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n*..**\n*.*..\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****.**.\n......*****.\n....*..*....\n...****.....\n```\n\n\n## Output without wrap\n\n```\n............\n...***...**.\n............\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*..\n....*....**.\n...**....*..\n..**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n**...\n**...\n.**..\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.....\n**...\n.*...\n.*...\n.....\n.....\n.....\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.**.........\n.....**.....\n..***.......\n..*.***.....\n....*.......\n..**.**.....\n...*.**.....\n....*.*.....\n**.........*\n..*.........\n*.*.......**\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.*..**......\n..*.........\n..*.........\n..*.........\n..**..*.....\n..**...*....\n....*.*.....\n.*..........\n*.*.......**\n.*..........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.*..**......\n..*.........\n..*.........\n..*.........\n..**..*.....\n..**...*....\n*...*.*.....\n**..........\n..*.......*.\n.*.........*\n...........*\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n....*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*....\n.***.\n*...*\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n...*.\n*.**.\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n.***.\n...**\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..**\n*.*.\n***.\n....\n...*\n*.*.\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n...*\n...*\n*...\n*.*.\n.**.\n....\n.*..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n*...\n*.*.\n****\n...*\n**..\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.....\n...*.......\n...*...*.*.\n......*..**\n*.....*.*..\n......***..\n.**........\n```\n\n\n## Output without wrap\n\n```\n....*......\n...*.......\n........***\n......*..**\n.....**.*..\n.*....*.*..\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***......\n...*.......\n........***\n......*..**\n.....**.*.*\n.*....*.*..\n.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n**.**\n***.*\n*****\n**.**\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.*...*...\n.....***.\n*.*...*.*\n..*..**..\n*.***.***\n.***.....\n..*.***..\n**.....**\n```\n\n\n## Output without wrap\n\n```\n**.......\n**...*...\n.*...*.*.\n.*.......\n..*.*...*\n....*.**.\n.........\n*...****.\n.*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n**...*...\n**...*.**\n.*......*\n..*.*....\n*...*.***\n*.......*\n....*****\n..*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n........\n........\n*....*.*\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.......*\n.......*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n.**......\n.........\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**......\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*.*.*\n..*..\n.....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n.*.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.*.*.\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n*..**\n..**.\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n..*.*\n.**.*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n*.*..\n.**..\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..****\n**....\n.*.*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..***.\n**....\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n*.****\n**...*\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.**.\n..*.\n...*\n.**.\n*.**\n.*..\n*..*\n..*.\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n**.*\n**.*\n**..\n*...\n*..*\n....\n**..\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n.*.*\n***.\n....\n...*\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n*****\n****.\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.*.*\n.*.**\n***..\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*..*\n.....\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*...*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*\n.*.*..**.*\n.*..**..**\n**...*....\n*.****....\n......*..*\n```\n\n\n## Output without wrap\n\n```\n......**..\n..*.****.*\n.*..**.***\n*.....*...\n*.*****...\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n..*.****.*\n.*..**.***\n......*...\n*.*****..*\n*..****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n***.\n*..*\n.***\n.*..\n..**\n**..\n**.*\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*..*\n**..\n....\n*.*.\n*.**\n****\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n.*.*\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*..***\n**....\n..**.*\n***..*\n.*.***\n***..*\n******\n.**..*\n.****.\n..*.*.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.***.*\n*..*.*\n***..*\n**..**\n...*.*\n....*.\n....*.\n......\n.....*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..**..\n..*..*\n....*.\n...*..\n......\n......\n......\n.....*\n*....*\n*..**.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.......*\n...*...*\n..**....\n.......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n..**....\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n..**....\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n...\n.*.\n...\n***\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n*.*\n*.*\n*.*\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.**\n..*.\n..*.\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n..*.\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..**\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.***\n..*******\n.**.....*\n.*.****.*\n.**.***.*\n.******..\n*****.*.*\n*****....\n****.****\n```\n\n\n## Output without wrap\n\n```\n..*.....*\n.........\n.*......*\n*.....*.*\n*........\n.........\n......**.\n........*\n*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.*......*\n......*.*\n.........\n........*\n......***\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....***..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....*...\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****\n*****.*\n***..**\n**...**\n.***.**\n.*.****\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n...*...\n...*...\n.*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...*...\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*....\n*....**.\n......**\n.*..**..\n...*...*\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....***\n....*..*\n...****.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*.\n**..*.*.\n.*..*...\n....***.\n*..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*....*\n*.....\n.....*\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n**...*\n**...*\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.......*.\n...*.*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n....*.\n...*.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***...\n.....*.**.\n...*......\n*....*....\n*....*....\n.....*.*..\n........*.\n...*......\n....*.....\n.....*.*.*\n....*.....\n*...*....*\n```\n\n\n## Output without wrap\n\n```\n....****..\n.....*.*..\n....*.*...\n....*.....\n....**....\n......*...\n..........\n..........\n....*.....\n....**....\n....**..*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.****\n.....*.*..\n....*.*...\n....*.....\n....**....\n......*...\n..........\n..........\n....*.....\n....**....\n*...**..**\n*..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**..\n**..\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n..*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n..*.\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n....*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n*.......\n.***....\n*..*....\n....*..*\n.......*\n....**.*\n........\n*....*.*\n........\n*....**.\n........\n.***.**.\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n*..*....\n*...*...\n**.**...\n...*.*..\n.....**.\n......*.\n.....*..\n....**..\n........\n........\n.**.**..\n.*....*.\n..**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*..*....\n....*...\n...**...\n...*.**.\n*....*..\n........\n.....***\n*...****\n........\n**......\n.**.***.\n.*...**.\n..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.**...\n..**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*....\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n...*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n***.*\n*****\n*..**\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n......**\n.....***\n```\n\n\n## Output without wrap\n\n```\n......**\n........\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.......\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.*...\n.....\n*....\n*..**\n..**.\n...*.\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.****\n..*..\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n****.\n..*..\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n***..**\n**.***.\n..*****\n*..*.*.\n..**.*.\n.**.*.*\n...****\n```\n\n\n## Output without wrap\n\n```\n.*...**\n*.**..*\n*......\n*.....*\n.*.....\n.....**\n.*....*\n..***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n..**...\n.......\n.......\n.*.....\n*....*.\n**....*\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......**.\n..........\n.......*..\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.....\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n..***\n...*.\n...*.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....*.*\n*..**...*...\n....*.**....\n*.........**\n*...*..*..**\n****..*..*..\n```\n\n\n## Output without wrap\n\n```\n...**.......\n...**..**...\n...***.*....\n.....***..**\n*.**.....*.*\n****......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..****\n*..**..**..*\n*..***.*....\n*....***..*.\n..**.....*..\n..****..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n**.*\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*..*\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..*.\n....\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n...\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.**\n...\n.**\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n..*\n...\n..*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.......\n..........*\n..**....**.\n..*..**...*\n.**......*.\n```\n\n\n## Output without wrap\n\n```\n...........\n..**.....**\n..**....*.*\n.*.*......*\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.*.......**\n..**....*.*\n**........*\n.***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n***..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n...**\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*......\n...........\n........*.*\n...........\n*.......*..\n.*....****.\n.*...*..**.\n*...*...*.*\n...*....*..\n..*..**....\n..*..*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.........*.\n........**.\n**....*....\n**...**...*\n....*..**..\n...***.*.*.\n..*****....\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n...........\n...........\n.........*.\n........**.\n**....*...*\n.*...**....\n*...*..**.*\n...***.*.*.\n..*****....\n.**.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.****\n*********.*\n***.*******\n**.********\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n*..*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*...*..*\n....*....*..*.\n..........***.\n..............\n.....*.*......\n....*...*.....\n....*...*.....\n....*.*.*.....\n......*.*.*.*.\n*.......*...*.\n*.......*.*.**\n.**.*.....*..*\n.**.*.*...****\n```\n\n\n## Output without wrap\n\n```\n..............\n..........*.**\n..........*..*\n..........***.\n..............\n...***.***....\n...***...*....\n....*..**.....\n.......***....\n...........***\n.*.........***\n*.*.......*...\n.**.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*..*..\n...**....*..**\n..........*.*.\n..........***.\n..............\n...***.***....\n...***...*....\n....*..**.....\n.......***..**\n...........**.\n...........*.*\n.........***..\n.*..**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n*..*....\n*..*....\n*..*....\n*..*....\n```\n\n\n## Output without wrap\n\n```\n...*....\n....*...\n*....*..\n*...*...\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n*....*..\n.....*.*\n.....*.*\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.***..\n..*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n.***..\n......\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....**\n**..**\n..***.\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n.**...\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...*..\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..*..\n...*.\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..**.\n.*.*.\n.**..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.....*\n.**..*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*...**\n*..*..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n***..\n*.*..\n..*..\n**...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n*.**.\n*.**.\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*.***\n*.**.\n*.***\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*\n......*\n.**..*.\n.**..**\n*......\n....*.*\n.....*.\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*....**\n.**..*.\n*.*..**\n.*....*\n.....*.\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**\n.....**\n.**..*.\n..*..**\n**.....\n.....**\n...***.\n*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n***...\n.**..*\n...*.*\n*.*.*.\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n.****.\n..*..*\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n*.*..*\n*.**.*\n*.*...\n***...\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*..*\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.****\n*****\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n....*\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****\n******.\n******.\n*****.*\n.******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n......*\n......*\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..**\n*.......*.\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*.\n*.**....\n.***....\n..*..*..\n..**.**.\n```\n\n\n## Output without wrap\n\n```\n.***....\n....*...\n....*...\n.....**.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n....*...\n....*...\n.....**.\n.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n...**..**...\n............\n............\n*...........\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.\n**.**.*\n*...*.*\n*.....*\n******.\n*****.*\n**...**\n```\n\n\n## Output without wrap\n\n```\n******.\n****..*\n*..**.*\n*.*...*\n......*\n......*\n*..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.***...\n...**..\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n****.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n***\n.**\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n*.*\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*...\n*..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n...**\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*..**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..***.*\n*.****.***\n***.*..*.*\n*...*****.\n.******..*\n*.****..*.\n.*.*.*.*..\n***.*..***\n....*.*.**\n```\n\n\n## Output without wrap\n\n```\n.**..*.*.*\n*........*\n*.*......*\n*........*\n*........*\n*......**.\n.....*.*.*\n***.*....*\n.*.*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..........\n..*.......\n..........\n..........\n*......***\n.....*.*..\n.**.*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*..\n.....*....\n.....***..\n....**....\n.*.*......\n...***....\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....**...\n..........\n...**.....\n..**.*....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...**.....\n..**.*....\n...**.....\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.****\n.****\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n**.*.\n....*\n.....\n*...*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..**..\n..*..**.**.\n*.*.*.*..*.\n.......*.*.\n......*....\n*.*..*.**..\n.*....***..\n.....*.*...\n.....*.*...\n*...*.**...\n.*..*.*.***\n..*...**...\n```\n\n\n## Output without wrap\n\n```\n..********.\n.*.........\n.*.......**\n.....*..**.\n........*..\n.....**....\n....***....\n.....*.....\n....***.*..\n...***.*.*.\n....***...*\n......**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....**\n**..**..***\n.*.........\n.....*..**.\n........**.\n.....**....\n....***....\n.....*.....\n....***.***\n.*.***.*...\n.*****..*..\n*...**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.*..*\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.****\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**...\n.*.*.***\n.***.*.*\n*..*.***\n```\n\n\n## Output without wrap\n\n```\n....***.\n**.*.*..\n........\n**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n.*..*...\n..*.*...\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n*****\n*****\n**.**\n**..*\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n......\n*....*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*.....\n......\n.....*\n*...**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*...\n....*...\n.*......\n***....*\n.*...***\n****....\n.***....\n..**....\n**..*...\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*.**....\n***.....\n*.*....*\n...*..**\n*..**.*.\n*...*...\n*...*...\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**..\n*.**....\n.**.....\n..*....*\n...*..*.\n...**.**\n*...*...\n*...*...\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n*.***\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*..*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.**.\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.******\n.........*\n*.........\n*.*.******\n```\n\n\n## Output without wrap\n\n```\n.....*****\n.....***.*\n.*...***.*\n.*...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n*....***.*\n**...***..\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n*.*.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n.*.\n*.*\n...\n...\n***\n*..\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.*.\n...\n**.\n**.\n*..\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***\n**.****\n*******\n****..*\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*..*\n*.*.\n*.**\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n*.*.\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n.*..*...\n....*..*\n.*..*..*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n.......*\n...***..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...**...\n............\n............\n............\n*...........\n*...........\n***....**...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n**..........\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....**...\n............\n............\n............\n............\n*..........*\n..*....**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n*.....\n.*....\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n**....\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n..........*..\n..........**.\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n..........**.\n..........**.\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n..........**.\n..........**.\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*...\n.*....*...\n.*....*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*....*...\n.*....*...\n.*....*...\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...**...**\n...**...**\n...**...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**...\n..**.****.\n......*...\n..*....*..\n..*......*\n..**......\n..**.**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.*....\n.*.*......\n..**.*..*.\n..........\n.**.......\n.*..*.....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*.*......\n..**.*..*.\n..........\n.**.......\n.*..*.....\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n**.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.**...\n......\n.***.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*..*..\n..*...\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n..**\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.......*\n....*.......*\n..**...*....*\n*.*...*....*.\n*.*.*..*...*.\n******....**.\n....*......*.\n```\n\n\n## Output without wrap\n\n```\n...*.........\n.*..*......**\n.***.......**\n..*...**...**\n*...*.*....**\n*.*..*....***\n.**.**....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.....**\n.*..*......**\n****.......**\n*.*...**...*.\n*...*.*....*.\n*.*..*....**.\n..........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.*.\n.*.........\n..........*\n*..*.*...**\n..*........\n...*.......\n.**.....*.*\n*..........\n......**..*\n..**.......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.........**\n...*.....**\n..***......\n.*..*......\n**.........\n.**........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n*........*.\n*..*.......\n.****....**\n....*......\n...........\n..*.......*\n*.......***\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...**..*.\n.*......**....\n.*......**....\n```\n\n\n## Output without wrap\n\n```\n........**....\n***....*..*...\n........**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*..*...\n***....*..*...\n***....*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*.*.*\n*.*.......*\n*.....*..**\n*.**...**.*\n```\n\n\n## Output without wrap\n\n```\n.*.......*.\n*......*..*\n*.**...**.*\n.*.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*..\n.......*...\n..**...**..\n..**..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*...*\n.***.\n.....\n*.***\n*.*..\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n.*..*\n.****\n.*..*\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...*.\n..**.\n.....\n*.**.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n..**....**\n......*..*\n*.**.****.\n*........*\n........*.\n.***....*.\n**.**.....\n...***....\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n.*......**\n.*........\n***.*....*\n**...**...\n...*....**\n...**.....\n*....*....\n.**.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n****..*..*\n..........\n..*.*.....\n.....**.*.\n...*......\n...**.....\n.**..*...*\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n...\n...\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n***\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n....\n.***\n..*.\n.**.\n*.**\n.**.\n****\n*..*\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n*..*\n.**.\n..*.\n....\n....\n....\n....\n*..*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n****\n*.*.\n**.*\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.****.*\n**.**.*..*\n..*.*.****\n*..******.\n****.****.\n```\n\n\n## Output without wrap\n\n```\n***.*.***.\n*........*\n*.*......*\n*.........\n****....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..*.......\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.*..*\n.****\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*..\n............*.\n**..........**\n..............\n**...........*\n..............\n```\n\n\n## Output without wrap\n\n```\n............*.\n...........*.*\n..............\n............**\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n*..........**.\n*.............\n*...........*.\n.............*\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n.**....\n...*...\n...*...\n....**.\n*....**\n**....*\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*.*...\n...*...\n...*.*.\n...**.*\n**..*..\n**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n***....\n.*.*...\n...*...\n...***.\n....**.\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**....\n.**..*...\n...*.....\n.*****...\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n.****....\n.**......\n.....*...\n.*.......\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....\n.**......\n.....*...\n.*.......\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...**....\n......*..*..\n..*.*....**.\n..*..**....*\n....****...*\n****..**.*..\n**...*..****\n```\n\n\n## Output without wrap\n\n```\n.....*...*..\n..*.**....*.\n..*.**.....*\n.......**..*\n...*....****\n.*.*.......*\n.*.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........*\n..*.......**\n..*.**.....*\n.......**..*\n...*....****\n..**....*..*\n..**.*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n**.*\n****\n*..*\n..*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.*\n...........\n...........\n...........\n*....*...*.\n.....*.***.\n**...*.*..*\n.......****\n..........*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n......*..*.\n**..**.*.**\n..........*\n......***.*\n........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n...........\n...........\n...........\n......*..**\n.*..**.*.*.\n*..........\n......***..\n*......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**....\n.*.*..\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n**.*..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n***...\n**.*..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**\n.....*.\n*..*.**\n.......\n......*\n...**..\n...*.*.\n.**.**.\n...**..\n```\n\n\n## Output without wrap\n\n```\n....***\n..**...\n....***\n.....**\n.......\n...***.\n.....*.\n..*..*.\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**\n*.**...\n....***\n*....*.\n.......\n...***.\n.....*.\n..*..*.\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n****.\n.....\n****.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n***\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.*.*.*\n.**....**.*.*\n......*.*....\n..*.***.**...\n*.*...**.....\n..*....***..*\n.**..*.*...**\n*..***.*.....\n*......*.**..\n*.*.*.****.*.\n..*.*....****\n......***...*\n.**...*.*.***\n```\n\n\n## Output without wrap\n\n```\n.*......*....\n.*....*.*....\n.***..*......\n.*.*....**...\n..*..........\n..**.......**\n.**..*.*...**\n*.****.*..**.\n*........**..\n.....***....*\n.*..........*\n.***.**.*....\n......*.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.*..\n.*....*.*...*\n.***..*......\n.*.*....**...\n..*..........\n..**.......**\n.**..*.*...**\n*.****.*..**.\n*........**..\n*....***.....\n**...........\n.***.**.*....\n.*...**.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n*..*..\n...**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.....*\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**.\n....*...*.\n....*....*\n*.....**..\n*..**...*.\n..*..****.\n..*.......\n```\n\n\n## Output without wrap\n\n```\n.......**.\n...**..***\n.....*.**.\n...***.**.\n.*.**...*.\n.**.*****.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**.\n...**..***\n.....*.***\n*..***.**.\n.*.**...*.\n.**.******\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n**...\n..*.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.**.\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..**.\n*.*..\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n***\n***\n***\n**.\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..***.\n.*...*\n......\n******\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n..***.\n*..*.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..***.\n..***.\n...*..\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*.*.*....\n.*.*.....\n.........\n....*...*\n...**....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.....\n.***.....\n.........\n...**....\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.***.....\n.***.....\n.........\n...**....\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n**...\n**.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..**.*\n...*.*\n.*...*\n.**..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n...*.*\n.*...*\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.**.*\n...*.*\n.*...*\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n******...\n**.**...*\n...**....\n.........\n*......**\n**......*\n*........\n```\n\n\n## Output without wrap\n\n```\n.****....\n*.***....\n.*.**....\n...*.....\n.***.....\n**.....**\n..*....**\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n*..**...*\n*..**...*\n*..*....*\n****....*\n*......**\n.**....*.\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..*..\n*.....*..*.*\n......*..*.*\n```\n\n\n## Output without wrap\n\n```\n......****..\n......****..\n......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.......\n*...*......*\n....*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n**.***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n*.....\n*..**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***..*\n..........\n..........\n.**.......\n*..*......\n*...*.....\n*....*....\n.*....*...\n.**....*..\n.*.*...*.*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*....\n..........\n.**.......\n*.**......\n**..*.....\n**...*....\n***...*...\n**....***.\n.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***.*.\n.....*....\n..........\n.**.......\n*.**......\n**..*....*\n**...*....\n***...*...\n.*....***.\n.*.***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.....\n..*..\n.***.\n.*...\n*****\n**.*.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.***.\n.*.*.\n....*\n...**\n....*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.**..\n.***.\n.*.*.\n.....\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*....\n.*.***\n.***.*\n**.***\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*...*\n**.*.*\n......\n**.*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n**...*\n.*.*.*\n......\n.*.*.*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.****.**.\n***.**.*...*.\n**.....*..***\n.....*...**..\n****....*...*\n.......*.*..*\n...*..*.**..*\n....**.......\n...***......*\n..*..**......\n.*...***...*.\n.**.....*****\n..***..*...*.\n```\n\n\n## Output without wrap\n\n```\n...*.**.***..\n.**....*...*.\n.....*.....*.\n..**...*....*\n.**....*.....\n.*.***.....**\n....**...**..\n....*.*.*....\n..**.........\n..***.**.....\n.*.*.*.*.****\n**.****......\n.****...*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....**..\n...*.*.......\n.....*.......\n*.**...*....*\n.**....*.....\n.*.***.......\n....**...**..\n....*.*.*....\n..**.........\n*****.**....*\n...*.*.*.***.\n.*.....*.***.\n.*..**..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*...*.\n**...*......\n**...*.*.*..\n....*.......\n............\n........*.**\n**.*.*.**.*.\n*....*.**...\n*......*....\n...*........\n```\n\n\n## Output without wrap\n\n```\n.*..........\n..*.***.....\n....***.....\n.....*......\n............\n.........***\n**......*..*\n**...*.****.\n.......**...\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.........\n..*.***....*\n*...***.....\n.....*......\n...........*\n**.......**.\n.*......*.*.\n**...*.***.*\n.*.....**...\n*.*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.**.*\n*****\n*....\n.***.\n..**.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.*.\n....*\n*...*\n*...*\n.*.*.\n....*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*.**\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n..*..*\n..*..*\n.**...\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.*..*.\n*..*..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n.*.**.\n**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n**.*.*\n....**\n**.**.\n...*..\n.*****\n```\n\n\n## Output without wrap\n\n```\n***.*.\n***..*\n.*.*.*\n.....*\n.*...*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n**.**.\n......\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......**..\n..............\n..**..........\n..............\n..............\n..............\n..............\n..........**..\n.........*..*.\n.........*..*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..........**..\n..........**..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**..\n..............\n..............\n..............\n..............\n..............\n..............\n..........**..\n.........*..*.\n.........*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n..*.....\n...*....\n...*.*..\n..**..*.\n*....**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..***...\n...*....\n..**..*.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n........\n..***...\n...*....\n..**..**\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.......\n****.*****\n*.********\n.*...*****\n*..*.*****\n**.**.*..*\n**.**..**.\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n*......**.\n*.........\n**........\n**........\n****....*.\n....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n..........\n..........\n..........\n..........\n....*.....\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*****\n*.***\n***.*\n***..\n.*...\n****.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n..**.\n**...\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n**...\n***..\n**..*\n*..**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.**.*\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n..**.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**\n...***.*\n....*.*.\n......**\n.......*\n```\n\n\n## Output without wrap\n\n```\n...**.**\n...*...*\n...**...\n.....***\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...\n*..*....\n...**...\n.....***\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.\n*........*\n*.........\n**......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n*.*.\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n*....\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*..*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...*\n.....**.*.\n.....**..*\n..........\n```\n\n\n## Output without wrap\n\n```\n.....****.\n....*...*.\n......**..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*.\n....*...*.\n.....*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**..**\n.*.*.*.***\n**....****\n*.*....*.*\n*****.*.**\n```\n\n\n## Output without wrap\n\n```\n***.****.*\n.....*....\n*.........\n.....*....\n*.**...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n..........\n.....*....\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n..*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..***.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n..*.*.*\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*.\n......***.\n........**\n.......*..\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n****\n***.\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n...**.\n....**\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n**..\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.*.*...\n.*.....\n**....*\n.*....*\n..**...\n....*.*\n.*..*..\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n***....\n.......\n..*....\n*..*...\n..**.*.\n..*..*.\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n..*....\n.......\n.**....\n...*.**\n*.**.*.\n..*..*.\n*...***\n..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...***.\n.*.**.*..\n..***....\n.........\n.........\n.........\n***.*....\n*.......*\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n..*.****.\n.*....**.\n..*.**...\n...*.....\n.........\n.*.......\n**.......\n*...*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.\n.*....**.\n..*.**...\n...*.....\n.........\n.*.......\n**......*\n....*...*\n.**.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n*...***\n..***..\n..*...*\n.***..*\n..****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.**...*\n.**.*.*\n.****.*\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n*.*....\n*.*.*..\n..****.\n.*.....\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.****\n.....\n*****\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n*....\n.***.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.***.\n.....\n*****\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n***..\n..*..\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..*..\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n****.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.*....\n...*.*\n*..***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..**..\n****.*\n*.....\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*..*\n.***\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n**..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n....\n..*.\n.**.\n....\n...*\n....\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n..*.\n....\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n....\n.**.\n.**.\n..*.\n....\n*.*.\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n..**\n*...\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*...\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*.*.\n.*.*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**..\n..**\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n....*.\n**..**\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...***\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n**.**\n.***.\n*.***\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.**\n.***\n..**\n****\n**.*\n...*\n..**\n*.*.\n.*.*\n*...\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n....\n*...\n*...\n*..*\n.*.*\n.***\n....\n***.\n***.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n***.\n*...\n.***\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n...*\n.**.\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*..*\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n...*\n....\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n*..\n*.*\n***\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**...*\n....***.**\n..*......*\n.....*....\n**...***.*\n```\n\n\n## Output without wrap\n\n```\n...**...**\n...**.*...\n...**.*...\n....*...**\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n*..**...**\n...**.*...\n.....*....\n.**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....**\n..*.......\n........*.\n..........\n..........\n..........\n.....*....\n.....*....\n....**....\n...*......\n.*.**.....\n```\n\n\n## Output without wrap\n\n```\n.**.......\n..*.....**\n..........\n..........\n..........\n..........\n..........\n.....**...\n....**....\n..**.*....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*.*.....*.\n..........\n..........\n..........\n..........\n..........\n.....**...\n....**....\n..**.*....\n.*.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...*.*\n..*....*..\n*.*...*..*\n.***.**.*.\n...**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**....*..\n.**..**.*.\n.....*..**\n....*.*.**\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n.*........\n**...*..*.\n**....*.*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...***.....\n*.............\n***.........**\n......*.**...*\n...**...**..**\n*...*.......**\n...........*..\n..*.........*.\n```\n\n\n## Output without wrap\n\n```\n.*.....*......\n*......*......\n**..........**\n.***...***....\n...***.***....\n...**......*.*\n...........*.*\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*......\n.......*......\n.*..........*.\n.***...***....\n...***.***....\n*..**......*..\n...........*..\n.**....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..****\n*.*..*\n.*****\n.*..**\n**....\n....*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n.***.*\n......\n*.....\n.....*\n**..**\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.***..\n......\n......\n......\n**..*.\n**....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n***\n**.\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**.*\n.*....*..*\n**..*.***.\n...**..*..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n*....**..*\n*.........\n.*...*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...***.\n.....**...\n........**\n**...*****\n...*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.*..\n.......*....\n............\n............\n............\n............\n............\n...*........\n...*...*....\n.**.*.......\n**..........\n**.........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n.*.**.......\n.****.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*\n*...........\n............\n............\n............\n............\n............\n............\n.*.**.......\n*****.......\n.**........*\n..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n......**.....\n......*.....*\n......*.....*\n.............\n.............\n.............\n.............\n..**.........\n..**.........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.....***.....\n.....***.....\n.............\n.............\n.............\n.............\n.............\n..**.........\n..**.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.....***.....\n.....***.....\n.............\n.............\n.............\n.............\n.............\n..**.........\n..**.........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n**.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..*......\n*.*......\n.*.....**\n.*.......\n.....**..\n...*.....\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n..*......\n***......\n......**.\n.........\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*.......\n*.*.....*\n.**.....*\n*.....**.\n.........\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.**\n**..*****.\n*...*...*.\n.**.****.*\n*.*.*..***\n.**.**..*.\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n**...*.***\n*.*.......\n*..*....**\n*.*.*.**.*\n.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...\n.*........\n..*.......\n...*......\n.**.*.*...\n.**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n**...*\n..*.**\n*..*.*\n..*...\n****.*\n```\n\n\n## Output without wrap\n\n```\n***.*.\n**.*.*\n*.**.*\n.***.*\n*.....\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*.*..\n..**..\n****.*\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n....*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.\n.*.....\n...**..\n*..*...\n...*...\n..*.*.*\n.**...*\n**.***.\n```\n\n\n## Output without wrap\n\n```\n**.....\n***.*..\n..***..\n..**...\n..***..\n.**..*.\n*.....*\n**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n***.*..\n..***..\n..**...\n..***..\n***..*.\n......*\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.*.....\n*.**...\n*......\n..*....\n**...**\n*...*.*\n.......\n...**..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n*.*....\n..**...\n*......\n**...**\n**....*\n...***.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.**....\n*.*....\n..**...\n.......\n.*...*.\n.*.....\n...***.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n*...**\n.*..**\n**...*\n*.....\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n......\n.*....\n**..**\n*.....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n*.....\n.*....\n.*..*.\n.....*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n**....\n.**...\n.*.***\n.**...\n..***.\n.**...\n```\n\n\n## Output without wrap\n\n```\n***.*.\n*....*\n..*..*\n..**.*\n....*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*.*...\n..*...\n..**..\n*...**\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n..*...\n**.***\n.***..\n.*..*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n....**\n**..**\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*..*.\n.....*\n.*..*.\n******\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..**.\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n****\n.*.*\n.**.\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n**.*\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n.**.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n......\n......\n..**..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n.*.*..\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n***...\n.*.*..\n...*..\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n..*...\n......\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..*\n*...****\n*.....**\n........\n........\n........\n........\n........\n........\n....**..\n```\n\n\n## Output without wrap\n\n```\n*****...\n*****...\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..\n........\n........\n........\n........\n........\n........\n........\n....*...\n***.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....****\n..*.....\n...*....\n........\n........\n........\n.....***\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.......*\n....*.*.\n....**..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n...*..*.\n....*.*.\n....**..\n........\n........\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n....**\n......\n*....*\n*...*.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n....**\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n**...*\n*...*.\n*....*\n*.....\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n*.......\n....*...\n**......\n.*....*.\n..*..**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n........\n*.*..**.\n.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n........\n**......\n......*.\n..*..*..\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*.**.\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n**.**\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*..\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*..\n....**\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*...*.\n*...**\n*..**.\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..**.\n*....\n**..*\n..**.\n****.\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n*.**.\n****.\n....*\n*..*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.****\n*.**.\n*****\n.....\n*..**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n..*..*.\n...*...\n.**....\n.****..\n.*.*...\n..**.*.\n```\n\n\n## Output without wrap\n\n```\n...*...\n..***..\n.*.**..\n*****..\n**.....\n.**.*..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n.*.**..\n*****..\n**.....\n.......\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n...**........\n..***........\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..*.*........\n.............\n.*...........\n..**.........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n..*.*........\n.............\n.*...........\n..**.........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*.***\n.**..\n**.**\n.....\n.....\n.****\n***.*\n.....\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.*.*.\n.....\n.*.*.\n...*.\n.*..*\n*...*\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n*.*..\n.....\n.*.*.\n.....\n*..*.\n....*\n*..*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n***\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.*....*\n.**..**\n.....**\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.....**\n*......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n..*..\n..**.\n**.*.\n..***\n..***\n...**\n*..**\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n...*.\n.*...\n.....\n.....\n.....\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.**.*\n...**\n**...\n.....\n*....\n.....\n*....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...*..\n.*....*.....\n.**..*.**...\n.*....*.....\n....**..**..\n........**..\n**..**......\n```\n\n\n## Output without wrap\n\n```\n.....*......\n.**.*.***...\n***..*.*....\n.**.*.*..*..\n.....*.***..\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*.....\n.**.*.***...\n***..*.*....\n.**.*.*..*..\n.....*.***..\n........**..\n....**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n*..*.\n**...\n..**.\n.....\n.....\n....*\n**.*.\n.**..\n**...\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n*....\n***..\n.....\n.....\n.....\n.....\n.....\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n*...*\n***..\n.....\n.....\n.*.*.\n.*.*.\n.....\n**.**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***.\n.*..****\n**..***.\n```\n\n\n## Output without wrap\n\n```\n**..*..*\n..**...*\n**..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n..**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....*.\n..**..*..*\n.*.***.*.*\n.*..**..**\n*.....*...\n.*.***....\n....****..\n......*...\n```\n\n\n## Output without wrap\n\n```\n..*...*...\n.*....**..\n.........*\n...*..**.*\n*...*.*...\n.*.**.**..\n.......**.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...**.\n.*.....*.*\n..........\n...*..**..\n....*.*..*\n**.**.***.\n..**..**..\n....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n*..\n...\n..*\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...*.*...*\n.*...*....\n.*........\n*.....**.*\n.*....*...\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n..*.*.....\n**....*...\n**....**..\n......*.*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n*.*.*.....\n.*....*...\n**....**..\n*.....*.*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*..\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n*..\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*..*\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n*..**.*\n..**..*\n**...**\n...****\n**..**.\n.**....\n.**....\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...***.\n.**....\n..**...\n.*.....\n*.*....\n.*.*...\n*......\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n***.*.*\n*.**...\n.*.....\n*.*....\n.*.*...\n*......\n..*....\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n*..\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n..*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*...*\n*..**\n.*.*.\n**.*.\n**..*\n.....\n.....\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n....*\n**...\n*..**\n.***.\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...**\n**.*.\n.*.**\n**.**\n*****\n**...\n.....\n.**..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*****.\n......\n.**...\n......\n...*..\n......\n*...**\n*****.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*.*.*.\n.*.*..\n......\n......\n......\n...***\n*.*...\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*.*.*\n.*.*.*\n......\n......\n......\n...***\n.*..*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.***..\n...*..***..\n...**..*...\n```\n\n\n## Output without wrap\n\n```\n...****.*..\n..*........\n...**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........\n..*........\n..*........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..*\n*......*..\n*.........\n***.......\n***...***.\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n*.........\n.......*..\n..*...*.*.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n.*......*.\n*........*\n.......*..\n.*....****\n.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*..\n*.*\n**.\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..***.\n**..**\n...*.*\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n.**...\n.....*\n*....*\n*..*..\n*...*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.**.*\n.*..*.\n...***\n*...**\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*****\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..**\n.**.\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..*.\n****\n..**\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n....\n*...\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....***\n....*..\n....*..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n...*.*.\n...***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n...*.*.\n...***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...*\n**..*....\n..*.*....\n*..***...\n*...*.*..\n.....*...\n**.*.**.*\n*.*.*.*.*\n.*.*.***.\n```\n\n\n## Output without wrap\n\n```\n*..*.....\n*.*.**...\n*.*......\n.*.......\n...*..*..\n**.....*.\n****..*..\n*.......*\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.***\n*.*.**..*\n*.*......\n.*.......\n...*..*..\n.*.....**\n.***..*.*\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n.....**.\n........\n........\n.....**.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n.....**.\n........\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n....*\n.***.\n.*...\n.....\n..*.*\n..*.*\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.***.\n.*...\n.....\n.....\n.**.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n****.\n.*...\n.....\n.....\n***.*\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*..*..\n....***.*.\n.*...**.*.\n..*.**.*..\n.*..***.*.\n.......*..\n.*.....*.*\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n....**.*..\n.....*..*.\n.......***\n.......***\n...**..**.\n....*..**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.***\n.*..**..*.\n.......***\n.......***\n.*.**..***\n....*..***\n.*.....**.\n..**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n......*\n*.....*\n**.....\n.......\n**....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n*.....*\n.*...*.\n.*...**\n.*....*\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n*.*...\n***..*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n*...*.\n*.**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*.....\n...*.*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n***..\n..***\n**.**\n*****\n**...\n.**..\n***.*\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*....\n....*\n*....\n....*\n.....\n...*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...*...\n..**...*.**\n.*.........\n..........*\n..*....*...\n```\n\n\n## Output without wrap\n\n```\n..*........\n.*.*....*..\n.........*.\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...*.**\n.*.....**..\n*........**\n*.**.......\n**........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.......*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n*...*\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n**...\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n..**\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n..**\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..*..*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...***\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n..**.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..**.*\n...*.*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n****\n*...\n.***\n.*.*\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n*...\n**.*\n**.*\n**.*\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n****\n....\n.*.*\n.*.*\n.*.*\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.*.**\n*..*.....**\n*.***.*.*.*\n*.*..*....*\n**.**..*..*\n.*..*..*.**\n...*.....*.\n*.*..*.*..*\n.***..*.***\n```\n\n\n## Output without wrap\n\n```\n..***...***\n*.....**...\n*.*.**....*\n*....***..*\n*..****.*.*\n**..*....**\n.****.*..*.\n....*.**..*\n.***..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***...\n......**...\n..*.**.....\n.....***...\n...****.*..\n.*..*....*.\n.****.*..*.\n*...*.**...\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n...*..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n...*.*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n..*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.*.**\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n**.*.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n....*..*..\n**..*.***.\n..**.**...\n..***.....\n.....**...\n....*.....\n...*.*.**.\n...**...*.\n..........\n..****.**.\n..*.*.*.*.\n.**...*.**\n******....\n```\n\n\n## Output without wrap\n\n```\n...***....\n..*....**.\n..*.**..*.\n.***......\n..........\n..........\n....**.**.\n...*.*....\n..**.*...*\n..*......*\n....*...*.\n...**....*\n...*..**..\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**.**\n....**.**.\n..*.**..*.\n.***......\n..........\n..........\n....**.**.\n...*.*....\n..**.*...*\n..*......*\n....*...*.\n...**....*\n*.....*.**\n**...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n......\n....*.\n.....*\n.....*\n...*..\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........*\n*........**\n....*....**\n...........\n....*......\n....**.....\n...*.......\n...........\n...........\n.***.......\n*..........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...*.*.....\n...*.......\n...***.....\n...........\n.**........\n...*.......\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........*\n..........*\n...........\n...........\n...*.*.....\n...*.......\n...***.....\n...........\n.**........\n*.**.......\n*.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n***.....\n..*.....\n******..\n........\n....***.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.**.....\n.**.....\n....*...\n.*..**..\n.*..**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.**.....\n.**.....\n....*...\n.*..**..\n.*..**..\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.....*...\n.*....*..\n.*...*...\n*........\n.........\n.....*.*.\n*.....*..\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....**..\n**.......\n.........\n.........\n......*..\n......*..\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.....**..\n**.......\n.........\n.........\n......*..\n......*..\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*..*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*.**\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*....\n*..*..\n......\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n***...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n***...\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n...*..*..\n......***\n......***\n......***\n......**.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n....**...\n....***..\n....***..\n.....*...\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n....*..*.\n....**...\n....***..\n....***..\n....***..\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....*...\n........\n..*.....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n***.\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.***.*\n*****.\n**.*.*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.***\n.....*\n.....*\n.....*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n**.*\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.*.*\n.**.*\n*.***\n**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n**.**\n*.*.*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n.*.\n.*.\n..*\n*..\n...\n*..\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n..*\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n***\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n*.........\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n.***\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..***\n*...*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*.*\n*....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n**..*.\n*..***\n.***.*\n****.*\n...*..\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n.*..*.\n....**\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n...\n***\n...\n...\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*.*...***\n***.****.\n*.*******\n*******.*\n***.**...\n*.****.**\n.********\n*.*.*..**\n****.*...\n.***..*.*\n*.*.*****\n```\n\n\n## Output without wrap\n\n```\n*.****..*\n.........\n*........\n........*\n........*\n........*\n*.......*\n*........\n*.......*\n*....**.*\n........*\n..*.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n.....**.\n.....*.*\n.....*.*\n......**\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n....***.\n....*..*\n....**.*\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n....***.\n*...*..*\n*...**..\n*.....**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.....\n.*.**\n..**.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n....*\n....*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..***\n*...*\n..*.*\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.*..*\n.*..*\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*...*\n....*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n....*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n......\n......\n...*..\n****.*\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*..*.\n*...*.\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.....\n......\n*...*.\n....*.\n*....*\n..*..*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****..*.\n***....*..\n**.*..**.*\n..*..**.**\n```\n\n\n## Output without wrap\n\n```\n*.***.....\n.....*.*..\n*..*.*...*\n.**..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..*.\n.....*.*..\n...*.*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*.*\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n..*......\n.*.*.....\n....*....\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n..**.....\n..***....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n..**.....\n..***....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n.*.*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n...**\n**...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**.*\n*********\n.*****.**\n********.\n*******..\n****.****\n*****.***\n*********\n******.**\n**.******\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n........*\n........*\n........*\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.**...\n***...*..*\n*.*.*.....\n*.**.....*\n*...*....*\n**....*.*.\n*.....***.\n*.*.*...**\n.*.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n*....**...\n....*.*...\n*.........\n*.*.*.....\n*.**....**\n**...**.**\n*....**...\n*.***....*\n.*****.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n....*.*..*\n..........\n..*.*.....\n..**....*.\n.*...**.*.\n.....**...\n*.***.....\n...*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*.****\n.*.*..\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n...***\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.....*\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n..*..\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.**...\n**....\n```\n\n\n## Output without wrap\n\n```\n***...\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n**...\n**.**\n.**.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n***..\n...**\n...**\n....*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*...**\n....**\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*...*.\n....*.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n*.*..\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.....\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n....*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**..\n.**.*.**..\n....**.*..\n..*.......\n.*........\n..........\n..........\n..........\n.....***..\n```\n\n\n## Output without wrap\n\n```\n..*.****..\n**.*....*.\n.**.**....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..**.\n**.***.**.\n.**.**....\n..........\n..........\n..........\n..........\n......*...\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n***\n.**\n***\n.**\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n......\n.*..*.\n**....\n..***.\n**...*\n..**..\n.*..**\n.****.\n...***\n.**.**\n..*.*.\n**.*.*\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**..*.\n..***.\n.*....\n*.**.*\n.*...*\n.*....\n......\n.**...\n*.....\n.*...*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n**....\n**..**\n..***.\n**...*\n..**..\n**...*\n.*....\n......\n***...\n......\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n**..\n**.*\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n*..*\n*.**\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*.*\n....\n.*..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n..*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*...*\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n*..*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...**\n**..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..****...\n**********.**\n..*..**...*..\n.*.**.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n**........*..\n*.........**.\n.*.*........*\n...*......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*..\n............*\n*.........*..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***....\n.........**...\n......**.*.*..\n*.....**.****.\n**........**.*\n............**\n.............*\n*.............\n........*....*\n...****.**..*.\n....****.**.*.\n.......***..**\n*......*....**\n```\n\n\n## Output without wrap\n\n```\n........***...\n......*.......\n......**....*.\n**....**.*....\n**.......*...*\n...........*.*\n............**\n..............\n....**.***....\n...*......****\n...*......*.*.\n.....*...**...\n.......*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.**..*\n......*.......\n......**....*.\n**....**.*....\n.*.......*....\n...........*..\n*...........**\n*............*\n....**.***...*\n...*......****\n...*......*.*.\n*....*...**...\n*.....*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.....\n..*.......\n..*.......\n......**..\n*.........\n.*...***..\n....*.*...\n....*.*...\n..........\n*.......*.\n.*......**\n*.*.......\n*.........\n.**.......\n```\n\n\n## Output without wrap\n\n```\n...*......\n.**.......\n..........\n..........\n.....*....\n.....***..\n....*.....\n..........\n..........\n........**\n**......**\n*.........\n*.*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.**.......\n..........\n..........\n.....*....\n.....***..\n....*.....\n..........\n..........\n*.......*.\n.*......*.\n*.........\n*.*.......\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**....*\n*.***.....*\n*..*..***.*\n**..**..**.\n*.**.****.*\n....*....*.\n```\n\n\n## Output without wrap\n\n```\n.*...**....\n*.......**.\n*.....*.*.*\n*.......*.*\n.***......*\n..****..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......**\n.*...*.....\n......*.*..\n........*..\n.**...**...\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n...**..\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n....****..\n*.....***.\n*.*.*.*..*\n*..*......\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n......**..\n..**..*.**\n**.*.*.*..\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..*\n.*....**.*\n****..*.*.\n.....*.**.\n**.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n..*...*\n*.....*\n.*****.\n*.*..**\n......*\n.....*.\n...*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n....*.*\n*.***..\n..*...*\n......*\n....**.\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*\n.....**\n*...*.*\n..***..\n*.*....\n*......\n....**.\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*.*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.***\n***.\n*.*.\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..***...*\n..****......\n***...**...*\n...**.......\n```\n\n\n## Output without wrap\n\n```\n.....*......\n.**...*.....\n.*.*........\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n.....*......\n...***......\n..*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n...*.\n*...*\n*...*\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.....\n....*\n..***\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......\n.....**....\n........**.\n.......*..*\n..........*\n.......***.\n...........\n...........\n....*.*....\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n.....*.....\n......****.\n........*.*\n.......*..*\n........**.\n........*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....\n.....*.....\n......****.\n........*.*\n.......*..*\n........**.\n........*..\n...........\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.**..\n*.*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n..*..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n..*..\n*.*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....***\n**....*..*\n.**..**.*.\n....****.*\n```\n\n\n## Output without wrap\n\n```\n.*.....***\n*....**..*\n***.*...**\n....*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.....**...\n.**.*...*.\n*****....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n*......\n......*\n*......\n...*.*.\n*.*....\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n.......\n.......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n...*...\n*.....*\n......*\n.*....*\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.***...*.\n...**..**\n....*...*\n..*..**.*\n.*......*\n*.......*\n*.......*\n....**...\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.....**..\n....*.*.*\n.....*..*\n**......*\n**.....**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n*..**..*.\n.....**..\n....*.*..\n.....*..*\n.......**\n.*.....*.\n*.......*\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n....\n*...\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n*...\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..*\n...***......\n.**.....*.**\n********..*.\n.*..*.*..*.*\n.*.....***.*\n*.......*.*.\n*......*****\n**....*.....\n**...*****.*\n.*...*..*...\n**......*.**\n```\n\n\n## Output without wrap\n\n```\n....*.......\n..***....***\n*......*.***\n*...*.***...\n....*....*.*\n**.....*...*\n**..........\n*......**.**\n.....*.....*\n..*..*..**..\n..*..*.....*\n**.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....***\n*.***....***\n.......*.***\n....*.***...\n....*....*.*\n.*.....*...*\n.*..........\n.......**.*.\n.....*......\n..*..*..**.*\n..*..*......\n.*.....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.....\n......\n.....*\n......\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.***\n...**.....*.\n...****..*..\n....*.......\n...***.**..*\n....*......*\n............\n.......*.*..\n```\n\n\n## Output without wrap\n\n```\n....********\n....******.*\n............\n............\n...*.**.....\n...*.*......\n....*.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...*..\n....**.**.*.\n............\n............\n...*.**.....\n...*.*......\n....*.......\n.....*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..*\n.*....**\n.***..**\n.*..*.**\n.*..*..*\n```\n\n\n## Output without wrap\n\n```\n.***..**\n*...**..\n**.*....\n**..*...\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.*\n....**..\n.*.*....\n.*..*...\n.*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.***.\n.*...\n```\n\n\n## Output without wrap\n\n```\n*..*.\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..***\n.....\n*....\n**..*\n*....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n...*.\n**...\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n**..*\n.*..*\n**..*\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n..........**.\n.........*..*\n..........**.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n..........**.\n.........*..*\n..........**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n..........**.\n.........*..*\n..........**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*.*\n....*****.\n.....**...\n.*.**.....\n.*........\n....*.*...\n**........\n****......\n**.**.....\n....*....*\n```\n\n\n## Output without wrap\n\n```\n....**.*..\n....*...*.\n...*......\n..*.**....\n..****....\n**........\n*..*......\n...**.....\n*...*.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n....*...*.\n...*......\n..*.**....\n..****....\n**........\n*..*......\n...**....*\n....*....*\n...***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n..*...\n..*.**\n***.*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n..*.**\n..*.**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..*...\n*.*.*.\n*.*.*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n***..\n.*.*.\n.**.*\n...**\n```\n\n\n## Output without wrap\n\n```\n.*...\n****.\n...*.\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*****\n...**\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*....\n..*..*....\n***..*...*\n*.*.....*.\n*....*..**\n..*..*...*\n```\n\n\n## Output without wrap\n\n```\n...***....\n.**.**....\n.....*....\n..**....**\n.......*..\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.....*..*\n*....*...*\n*.**....*.\n*....*..*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**...\n***..\n...*.\n..***\n**.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n...*.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n**...\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*....*\n**...*\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n**....\n....**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*....\n****..\n*.....\n*..*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n*.*...\n*..*..\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*..*..\n*.*...\n*..*.*\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n....\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.**.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n.*..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**......*\n.............\n.....*.......\n.....*.......\n*...*.......*\n.*..*......*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n....**.......\n....**.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........*\n**..**......*\n.............\n....**.......\n*...........*\n.***.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n***..\n*....\n.*.**\n**.*.\n**.*.\n*****\n**..*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.*..\n*..*.\n.*.**\n...*.\n.....\n....*\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*.*..\n...*.\n.*.*.\n...*.\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...........*\n.......*.....*\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...........*\n**...........*\n**...........*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*\n*.....*..\n**.....*.\n.*.....**\n**......*\n*.***...*\n.**.....*\n.**.....*\n```\n\n\n## Output without wrap\n\n```\n**.......\n..*....*.\n**....***\n..*....**\n*..*....*\n*..*...**\n*......**\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**\n..*....*.\n.*....**.\n..*....*.\n...*.....\n...*...*.\n.......**\n...*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...*\n***....*\n.***....\n....*...\n...*....\n*.......\n..*.....\n*.....*.\n.*....**\n........\n..***...\n..****..\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n........\n........\n........\n........\n........\n......**\n..*...**\n..**..*.\n.**.*...\n..*..**.\n...***..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n..**..**\n........\n........\n........\n........\n.*.....*\n.*....*.\n*.*...*.\n.***..**\n.**.*...\n..*..**.\n...***..\n..*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.*.\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..\n*.*..*.\n*...**.\n**...**\n**.....\n*..*.*.\n.**....\n*..*..*\n*.*.*..\n*..*...\n*.**...\n*...***\n.....*.\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n.****..\n..*..*.\n.*.**.*\n......*\n...**.*\n*......\n*.***..\n*......\n*...*..\n*.*.**.\n*.*...*\n.*.*.**\n...*..*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.\n...*..*\n...**.*\n.......\n...**..\n*.....*\n.*****.\n*....**\n....*..\n*.*.*..\n..*....\n*..*.*.\n...*...\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*.*\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.*****\n******\n****.*\n*****.\n```\n\n\n## Output without wrap\n\n```\n.*...*\n......\n......\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.****\n*.***\n****.\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*...\n***.\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*.*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n*****...**\n**.*.*****\n*****..***\n**.*******\n.*.*******\n*..****...\n```\n\n\n## Output without wrap\n\n```\n*....***.*\n..........\n.....**...\n..........\n..........\n.*.......*\n..**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....**...\n..........\n..........\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.*...\n*....\n...**\n..*.*\n....*\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n***..\n..*..\n.....\n...**\n....*\n.....\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..*..\n*...*\n*..**\n*...*\n.....\n.***.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n******\n**.*.*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*..*.*\n....*.\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n***.**\n******\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*.***\n*.***\n.****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n*.*\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n..*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n...*..\n..***.\n.**..*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n.*..*.\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n......\n..***.\n.*..*.\n*....*\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........\n*.*....*...\n.**...*....\n.*..***.*.*\n......*.*.*\n*.**.**.*..\n*..*.......\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*.*........\n*.**..*....\n.**...*....\n.***....*..\n.******..*.\n.****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***........\n*.*........\n..**..*....\n.**...*....\n.***....*.*\n*******..**\n*..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..**.\n..*..\n.....\n.....\n.*...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n..*.*\n..**.\n.....\n.....\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.........\n.*..........\n.*..........\n***.....**..\n..*.*..*....\n***.*...**..\n...***......\n.....*.***..\n.....*.*....\n........**..\n............\n.*..........\n*.......**..\n```\n\n\n## Output without wrap\n\n```\n.**.........\n**..........\n............\n*.**....*...\n.......*....\n.**.....*...\n.***.***....\n.....*.**...\n.......*....\n........*...\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.........\n**..........\n............\n*.**....*...\n.......*....\n.**.....*...\n.***.***....\n.....*.**...\n.......*....\n........*...\n............\n............\n*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**.*\n..*.\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n**.*\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n.*..\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n....*...\n........\n........\n........\n........\n*...*...\n......**\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....**..\n........\n........\n........\n........\n.......*\n....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n....*\n*.***\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n**.*.\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n**..\n.*..\n*.*.\n**..\n.*..\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.**.\n*.**\n..**\n*.*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n***.\n....\n....\n....\n****\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*\n**......*\n...**...*\n........*\n```\n\n\n## Output without wrap\n\n```\n**.......\n***....**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.**....*.\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*..*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n*****\n*...*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*.*.\n..*.*\n**...\n.**.*\n***..\n*..**\n*...*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n*.**.\n.***.\n.....\n.**.*\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.**..\n*.*..\n...**\n..*.*\n.....\n..*.*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.******.**\n.*.*...*.****.\n.***.*........\n**.****.......\n```\n\n\n## Output without wrap\n\n```\n.*******....**\n.***.*.*.....*\n**...*.....**.\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.....\n......*.....*.\n......*.****..\n.........***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****....\n....*....\n.....*...\n...***...\n```\n\n\n## Output without wrap\n\n```\n.****....\n.**.**...\n...*.*...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**.**...\n...*.*...\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.**.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*...*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*....\n.**.*.**..\n....***..*\n....*...*.\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n.*.****...\n.*..*..*..\n..*.*.*..*\n...***.***\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n.**.*...*.\n..*.*.*..*\n......****\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n.**...\n***..*\n**.***\n..**..\n*..***\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n.*....\n......\n.*.**.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n**....\n.*....\n......\n......\n.**...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n**.\n*..\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n..*.\n***.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n*.**\n..*.\n..*.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n*.*\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n....*.\n**.*..\n**..**\n```\n\n\n## Output without wrap\n\n```\n.***..\n*...*.\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*.*..\n.....*......\n............\n..*.*.....*.\n..*.*..*....\n.**...*.....\n.....*.*....\n....**......\n.**.*****...\n......****..\n.....****..*\n```\n\n\n## Output without wrap\n\n```\n...****.....\n...*.**.....\n............\n............\n..*..*......\n.***.***....\n....**......\n...*....*...\n...**....*..\n....*....*..\n.....*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*....\n...*.**.....\n............\n............\n..*..*......\n.***.***....\n....**......\n...*....*...\n...**....*..\n....*....*..\n...*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.*.***...\n..*..*.*.\n.........\n...*.....\n....*....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n..*...*..\n..*...*..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n..*...*..\n..*...*..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n*....*.\n.......\n.......\n..*....\n......*\n.......\n.......\n.......\n.......\n...**..\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.*..*\n*.**.\n**...\n..**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n..***\n.*..*\n*.**.\n*.**.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n**..*\n.**..\n..***\n*...*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*....*\n*..*........**\n*.***.......**\n....**.......*\n...**.......**\n...**........*\n........*.*...\n.............*\n.......*..*.**\n..*....*......\n```\n\n\n## Output without wrap\n\n```\n............**\n.****.........\n.**..*........\n..*..*........\n............**\n...**.......**\n..............\n.........*.***\n............**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........**\n.****.........\n.**..*........\n..*..*........\n*...........**\n...**.......**\n..............\n.........*.***\n............**\n.......**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.*.\n...*.....**.\n...**...***.\n*..***...**.\n*.***..**.*.\n...*..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..........*.\n...**......*\n..*..*..*..*\n.*...*.*...*\n.**...***.**\n..***...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.*.\n...**.......\n..*..*..*...\n.*...*.*....\n.**...***.*.\n.****...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*.*...\n.**...\n..*...\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*...\n..**..\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*..*\n..**..\n.**...\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n*..*..\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n*....*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*.*\n.*..*.\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*.*\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.*..*.\n*..*..\n**.***\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n*...***\n....***\n....*.*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n....*.*\n.......\n...*...\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n...*...\n*...*..\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....**\n*.*.......\n.*........\n..........\n..........\n.......*..\n......*.*.\n.......*..\n.......***\n**........\n```\n\n\n## Output without wrap\n\n```\n.*........\n..*.......\n.*........\n..........\n..........\n.......*..\n......*.*.\n......*..*\n.......**.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n*.*......*\n.*........\n..........\n..........\n.......*..\n......*.*.\n......*..*\n*......***\n**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.**\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.*...\n.***.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.*...\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n*...*.\n*.*.*.\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n...**.\n*...**\n*..*..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n*...*.\n*..*..\n**....\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**..\n****.....\n...***..*\n***.*.***\n..****..*\n..*..****\n**.***.*.\n*..*.****\n**.*..*..\n```\n\n\n## Output without wrap\n\n```\n**.**....\n**....*..\n.....**.*\n.*....*.*\n.........\n........*\n**.*.....\n...*....*\n***.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..\n**....*..\n.....**..\n.*....*..\n.........\n.........\n.*.*.....\n...*.....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n***.*\n*****\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.*.**\n**.*.\n...*.\n**.**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..***\n**..*\n**.*.\n...*.\n**...\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n**.*.\n...*.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..*\n...**.*.**\n.**..**.*.\n*..**.**..\n***.*.**.*\n..*.**.*..\n```\n\n\n## Output without wrap\n\n```\n...*.*.***\n.*.**.*.**\n.**.....**\n*...*.....\n*.*.......\n..*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..*\n**.**.*.**\n***.....*.\n....*.....\n*.*......*\n..*.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n*..\n***\n***\n*..\n***\n***\n**.\n*..\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*.**.\n****.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*.*..\n.*.....*.*.\n...........\n....*..*...\n...**..*.*.\n....*..**..\n**..*.***.*\n```\n\n\n## Output without wrap\n\n```\n..*....**..\n..*....**..\n........*..\n...**...*..\n...*****...\n....*......\n.....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**...*\n..*....**..\n........*..\n...**...*..\n...*****...\n*...*.....*\n*****.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*......*\n..**..**....\n.*..*.....*.\n..*.*....**.\n....*.*.*..*\n.*.**..*....\n*..........*\n.*......*...\n*..*......*.\n```\n\n\n## Output without wrap\n\n```\n.***........\n.**.**......\n.**......*.*\n....*......*\n......**...*\n....****.*..\n*.***.......\n*.*.........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....*\n..........*.\n***......*.*\n....*......*\n......**....\n*...****.***\n*****.......\n...*.......*\n...*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n....**\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n*...*.\n*...*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***..*..\n*......**...\n*...*.......\n***.........\n............\n.....*......\n......*.....\n............\n............\n......**.*..\n.....*....*.\n.....*..**..\n.*.*.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.....****...\n**..*.***...\n*...........\n**..........\n.*..........\n............\n............\n............\n............\n......*.....\n.....*.*..*.\n.....*.**.*.\n....*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**...*..\n**..*.***...\n*..........*\n**..........\n.*..........\n............\n............\n............\n............\n......*.....\n.....*.*..*.\n.....*.**.*.\n..*....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.*..\n*.***\n*****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n..**\n..**\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n...*\n...*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n..*.\n..*.\n*.*.\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*..\n....\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n*...\n.***\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**..**..\n*..**.......*\n*...*...**..*\n*.......*...*\n.*......*....\n***.**.****..\n***........**\n..*.........*\n..*.........*\n.**.*..**..**\n```\n\n\n## Output without wrap\n\n```\n...***.......\n**......*.***\n...**......**\n*..*...***...\n.**.......*..\n.......*....*\n..**...*....*\n.***.....**.*\n............*\n.***.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........*\n.*....*....*.\n.*.**......**\n.*.*...***.**\n*.*.......*.*\n.......*....*\n..**...*...*.\n..**.....***.\n*...*.*****.*\n**.***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..**\n**..\n****\n..*.\n....\n....\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n.***\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n....\n....\n....\n....\n....\n**..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n....\n....\n....\n....\n....\n****\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n***.\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n....\n....\n....\n****\n****\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*...\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*...\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....*.\n...........\n.......*.*.\n......**..*\n.......*.**\n```\n\n\n## Output without wrap\n\n```\n...........\n........*..\n......***..\n......**..*\n......*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***\n........*..\n......***..\n......**..*\n......**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n*............\n...*......*..\n.....*...*...\n.............\n....*........\n..........*..\n.........*...\n*............\n....*........\n.....*...*...\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n...*..\n.**...\n*.....\n......\n*.....\n......\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*.*..\n.**...\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*.*..\n.**...\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*............\n...........*.\n..**.........\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*.*..\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...**\n........**\n..**....**\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n........**\n..*.*..*..\n...*...*..\n...*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*..\n*.*.*..*..\n...*...*..\n..*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.*.\n....\n...*\n....\n....\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n*..*....\n*..*....\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.\n..**..*.\n..**..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*\n.*..**..*\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n....**...\n....**...\n....**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n....**...\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n**..\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.*.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n*...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*****\n*..*.\n**.*.\n...**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*****\n.....\n**.*.\n*...*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n****.\n.....\n**.*.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*\n..*....\n**....*\n*....**\n.*..***\n```\n\n\n## Output without wrap\n\n```\n..**...\n*..**..\n**..**.\n**..*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..**.*.\n....*..\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n*.*..\n*.***\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.***.\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*.*.*\n*.*..\n*.***\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n*.........\n.*....*..*\n.*...**..*\n..*......*\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**...**...\n.**..**.**\n*.*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n.*........\n.*...**..*\n.**..**.**\n..*......*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n....*.\n*...**\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n**.***\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n.*.**.\n*.....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n**.\n**.\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n*.*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.....*.......\n.....*.......\n.............\n*.......*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n...**.*.*\n...*.**.*\n......*.*\n.........\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n...**.*..\n...*..*.*\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n...**.*..\n*..*..*.*\n.....**..\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n*.*.....\n*..*..*.\n**.**.*.\n```\n\n\n## Output without wrap\n\n```\n**......\n*.***...\n*....*..\n***..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n.**.....\n.**..*..\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n..*.*\n*.*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n....*\n..*.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.*.*.*\n.*..**\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n**...*\n**.*.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*.*.*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.****\n***......\n***......\n..*....**\n.**.**.**\n.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n......**.\n.***..**.\n........*\n**..****.\n***.*....\n..*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n....**.*.\n.........\n....***..\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..****...\n.*...*.*.\n.*.**..*.\n.*****.*.\n.*...*...\n.*...*...\n..****...\n```\n\n\n## Output without wrap\n\n```\n..*......\n..*...*..\n**.*.*.*.\n..*...*..\n....*.*..\n.....*...\n**....*..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n..*****..\n.*.*.*.**\n..*...*.*\n....*.*..\n.....*...\n**....*..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*..*\n...*..\n...***\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*...\n..**.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..**.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n....*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n*..\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n**.\n.*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n***\n***\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n**.....\n..*...*\n**.....\n*.....*\n.****.*\n*.*..**\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.*....\n..*....\n***....\n*..*.*.\n*.***.*\n*.***.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*..*...\n..*....\n*.*..**\n...*.*.\n..***.*\n**.....\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n...*...*..\n.****.*...\n.**...*.**\n..**....*.\n....*.*...\n.....***..\n```\n\n\n## Output without wrap\n\n```\n....***...\n...*...*..\n........**\n.*........\n..*...****\n...*....*.\n....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n...*...*..\n**......*.\n..........\n.**...***.\n...******.\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*..\n..*...*..\n*..***...\n...*.....\n...***...\n....**...\n....**...\n....**...\n.........\n......*..\n**...*...\n.**.***..\n**....*..\n```\n\n\n## Output without wrap\n\n```\n..**.*...\n.**...*..\n..****...\n..*......\n...*.*...\n......*..\n...*..*..\n....**...\n.....*...\n.........\n***.*....\n..*.*.*..\n***...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..**.\n.**...*..\n..****...\n..*......\n...*.*...\n......*..\n...*..*..\n....**...\n.....*...\n.........\n***.*....\n..*.*.*..\n*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n..**.**\n..**.**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*....\n.*.....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n..*...*\n..*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.***\n****\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n.......\n*...*..\n*..*...\n.*.....\n.****..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**.....\n...*...\n****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.......\n.......\n**.....\n...**..\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*.**.*\n****.*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n*..*.*\n*..*.*\n*.*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n...*..\n...*..\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n....*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n*...\n.*..\n..*.\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n*...\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n*...\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n..*\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.*.*\n..**\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.*.*\n..**\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n***.\n.*.*\n*.**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.....\n....*......\n.......*..*\n..........*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*.*..\n.*..*\n**.*.\n.****\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n.***.\n...**\n*****\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.*..\n..*.*\n...**\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..*..\n...*.\n..*.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*..*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*..*\n.*..*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*...*\n*.**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*....\n*.**.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..****.\n....**.*.\n.........\n....*....\n....*....\n...***..*\n**.**.**.\n```\n\n\n## Output without wrap\n\n```\n.........\n...**.*..\n....**...\n.........\n.........\n..**..**.\n..**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*\n**.***..*\n....**...\n.........\n.......**\n**.....**\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**.\n**..****\n.***.**.\n..****.*\n......*.\n**.*....\n..**..**\n.*..****\n```\n\n\n## Output without wrap\n\n```\n.*..*..*\n*......*\n*.......\n.*.....*\n.*...**.\n.*.*..**\n*..*...*\n..****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n*.......\n........\n.*.....*\n**...***\n**.*..*.\n...*....\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n*.....\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n..*.*..\n..*.*..\n....*..\n.......\n.......\n.....**\n...**..\n.....**\n...*.*.\n.......\n.......\n...*...\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.**.**.\n....**.\n...*...\n.......\n.......\n....**.\n....*..\n...*.**\n....***\n.......\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.\n.**.**.\n....**.\n...*...\n.......\n.......\n....**.\n....*..\n...*.**\n....***\n.......\n.......\n...*...\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n******\n******\n***.*.\n******\n.*****\n******\n**.**.\n**.**.\n.*****\n*..**.\n**.*..\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n......\n......\n.....*\n*....*\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n*....**\n***....\n.**....\n*.**.**\n.**.***\n..*...*\n......*\n...***.\n***.*.*\n***....\n```\n\n\n## Output without wrap\n\n```\n.....*.\n*.**.*.\n.*.....\n.*.....\n.......\n.***.*.\n..*....\n......*\n.**....\n*...**.\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..*....\n.......\n.......\n.......\n..**...\n*.*....\n.......\n*.*....\n..*.**.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.**\n.*.*\n.*.*\n**.*\n*.*.\n*.**\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n**.*\n.*.*\n*..*\n*...\n*.**\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n.*.*\n....\n....\n..*.\n***.\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.......\n.....*.*\n*...*...\n*.......\n..*.....\n.*....*.\n.**..**.\n...*.*..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*......\n.*......\n.*...**.\n.**.***.\n..*..*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*......*\n*......*\n.*......\n.*......\n.*...**.\n.**.***.\n..*..*..\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n*......*..\n*......*..\n........**\n..........\n........*.\n.......*.*\n.......*.*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n.......**.\n.......***\n.......***\n.......*..\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n*......*..\n*......*..\n*......*..\n.......*..\n.......*..\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.*.\n...*.*.*.\n*...****.\n*.*.*****\n*..**...*\n..**.**.*\n..*.**...\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**...**\n.*.......\n*.......*\n........*\n.**...**.\n..*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n..**...*.\n**.......\n.........\n.........\n***...***\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***...\n****.**..\n..***.*.*\n***.*****\n***.**.**\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.....***.\n.......*.\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n......***\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*....\n..**.....\n.........\n.**......\n..***....\n....*....\n...**....\n```\n\n\n## Output without wrap\n\n```\n..*......\n..**.....\n.*.*.....\n.**......\n.**.*....\n..*..*...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n..**.....\n.*.*.....\n.**......\n.**.*....\n..*..*...\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..**..\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.*.\n....\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*****\n***.*\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*....\n....*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***....**.\n*..*........**\n..*....*.*....\n*.*****..**.**\n.*.**.*.......\n*..*..**...**.\n```\n\n\n## Output without wrap\n\n```\n..*...*....*.*\n.**....*.*...*\n.**...........\n.*...**.......\n.****.....*...\n.******.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n*.......**.***\n..*...........\n**...**.......\n.**...*...*...\n...*.*.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*........\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n..............\n**............\n..............\n.....*........\n.....**.......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.....**.......\n.....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.......\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n....*.*.......\n....*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*....\n*....\n**...\n.....\n.....\n**..*\n.*...\n..***\n.....\n....*\n.....\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n**...\n.....\n.....\n**...\n**..*\n..**.\n....*\n.....\n...*.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n*...*\n**...\n.....\n*....\n**...\n.*...\n..**.\n....*\n.....\n...*.\n..**.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.\n....***\n....*.*\n.*.*...\n.......\n.....**\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.....**\n...*..*\n...***.\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n.......\n*..**.*\n.......\n......*\n**....*\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*..**\n.***.*...*\n********..\n.**..***..\n...*.**.**\n********.*\n```\n\n\n## Output without wrap\n\n```\n*..**...**\n.......*.*\n*......**.\n*.........\n*........*\n.***...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.......*..\n.......**.\n.........*\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.*.*.....\n***.**...\n**.**...*\n*..*....*\n*.**..*.*\n.***.....\n```\n\n\n## Output without wrap\n\n```\n.**......\n...**....\n.....*...\n.....*...\n*.......*\n*...*..*.\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n...**....\n.....*..*\n.....*...\n.........\n....*..**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*..\n*.*..*.**\n***..***.\n*..*..*..\n.******..\n.******..\n*..*..**.\n```\n\n\n## Output without wrap\n\n```\n*.*...**.\n...*.*..*\n*.****..*\n*........\n*......*.\n*........\n.*.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...\n...*.*...\n..****...\n*.......*\n*......*.\n*........\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........\n*.**....**..\n*...*.*.....\n...*..*.**..\n..**.**..*..\n.....*..**.*\n.**..*..*...\n```\n\n\n## Output without wrap\n\n```\n............\n*..**.......\n.*..**......\n......**....\n.*...*....*.\n...*.*.*..*.\n.......*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....***.\n*..*.......*\n**..**......\n......**....\n.*...*....*.\n**.*.*.*..*.\n**..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.**\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n...*.\n.**..\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.....**..\n*...*.**.....\n.......*.....\n.......*..*..\n..*.*..***...\n...*..*..*...\n............*\n..*..........\n.*........**.\n.*.......**..\n.............\n...*..*...*..\n```\n\n\n## Output without wrap\n\n```\n**.....*.....\n**....*.*....\n.........*...\n.........**..\n.........**..\n......**.**..\n.............\n...........*.\n.........*..*\n........*....\n.........*.*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***....*..\n*..**........\n.........*...\n.........**..\n.........**..\n......**.**..\n.............\n...........*.\n.........*..*\n........*....\n........*....\n..*.***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n......\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n******\n..*...\n*.....\n*.....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n*...**\n*..*..\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...***\n...***\n.**..*\n.**..*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*..\n....*....\n..***....\n.........\n......**.\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n...**....\n...**....\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...**....\n...**....\n...**....\n......**.\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**..*\n**...\n....*\n*..**\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n**.**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n.*...\n.*.*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.......\n....*.*......\n........**...\n.*.....***...\n.*.*...**....\n..**.........\n.******......\n```\n\n\n## Output without wrap\n\n```\n...***.......\n...**........\n.........*...\n..*..........\n.*.*...*.*...\n.....***.....\n.*..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n...**........\n.........*...\n..*..........\n.*.*...*.*...\n.....***.....\n.*....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**..\n.**.\n*...\n**..\n....\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n*.*.\n*...\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n***.\n....\n....\n..**\n.*.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..**\n..**\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n.*..*.\n*.*...\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.*...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n*.*...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.**..\n.***.**...\n**..**....\n..****....\n..***.*...\n...*.**...\n..*..**...\n.*****.*..\n```\n\n\n## Output without wrap\n\n```\n......**..\n......**..\n..........\n..........\n......**..\n......**..\n.*.**.*...\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.\n..........\n..........\n..........\n......**..\n......**..\n......***.\n**....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....**..\n.....*...\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....*....\n.....*...\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n..*..\n..***\n*..**\n**.**\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n.**.*\n*....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*..*\n***..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**........\n.....*........\n...***........\n..............\n........*.....\n.......*......\n...**..*.**...\n...**...*.....\n..............\n..............\n.*............\n...*..........\n```\n\n\n## Output without wrap\n\n```\n....**........\n...*..*.......\n....**........\n....*.........\n..............\n.......*.*....\n...**..*.*....\n...**...**....\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**........\n...*..*.......\n....**........\n....*.........\n..............\n.......*.*....\n...**..*.*....\n...**...**....\n..............\n..............\n..............\n....*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.*..\n.*.*..\n.*.*..\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n**.**.\n.*.**.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n**.**.\n**.**.\n.*.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n..*..\n***..\n**.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n*....\n....*\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.**...**\n......*.\n..*.....\n.*......\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......**\n.**...**\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n......**\n.**...**\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****...**\n**.*....*.*\n*****...**.\n.*.....*.**\n.****..*..*\n........***\n...........\n...........\n....**.....\n..**..**...\n*.........*\n.****.**...\n```\n\n\n## Output without wrap\n\n```\n*.***....**\n.....*..*.*\n...**..*...\n.......*..*\n.***...*...\n..**....***\n.........*.\n...........\n...****....\n...****....\n....**.....\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*****.\n.....*..*..\n...**..*...\n.......*...\n.***...*...\n*.**....***\n.........*.\n...........\n...****....\n...****....\n*...**.....\n......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...*.***.\n.************\n.***...***.*.\n***.***.*****\n.*.**.*.****.\n.***.**..*.**\n.**.**..***.*\n*.*.*******..\n****.******..\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.*....*\n*....*......*\n.............\n*.....*.....*\n.............\n*.....*.....*\n*...........*\n*............\n*.**......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.....*.......\n.............\n......*......\n.............\n......*.....*\n............*\n............*\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..**...\n..*...*...*...\n.....**..*.*..\n.....*.*......\n***..*.*.*..*.\n..*.*..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n..........*...\n......****.*..\n....**.**.**..\n.*.....*****..\n.*.....*.***..\n.*...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...*.**.\n....*....*.*..\n....**.**.**..\n.*.....*****..\n.*.....*.***..\n.*.......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..*..\n**..*\n...*.\n***.*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.***.\n...**\n***.*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n*****\n...*.\n***..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*...\n...**\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n...**\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n...**..*..\n..........\n..........\n**.......*\n..........\n.......**.\n.......**.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.......**.\n.........*\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n*......**.\n..........\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n........\n........\n........\n........\n..*.....\n*.*....*\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n.*......\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n*.....***\n*...*.**.\n**...*...\n.....***.\n.......*.\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n.......*.\n........*\n**.......\n**.......\n....***..\n.....*..*\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n**.......\n*.......*\n....*****\n.....*..*\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*..*.\n*..*.\n..*..\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.***.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*..*.\n.***.\n*.*.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n...*..\n..****\n.*...*\n**...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*....\n*..*..\n*..*..\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n......\n...***\n...*.*\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n.......*.*..\n............\n............\n...........*\n*.......*...\n*..........*\n............\n............\n...........*\n..*.........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n*..........*\n*..........*\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.**.\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n**...*\n*...**\n...**.\n..*...\n...*..\n```\n\n\n## Output without wrap\n\n```\n**....\n....*.\n**.*.*\n.*...*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n...***\n...**.\n....*.\n..*.*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n*****.\n**.***\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n*.*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.****\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n...*.\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.**\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n**.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n**.\n**.\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*...\n......*...\n...*...*..\n....*..*..\n....*..*..\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n......**..\n...**.***.\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......**..\n......**..\n...**.***.\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n*...*.*.\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n..***...\n..**....\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*.*\n.......\n.......\n.......\n....*..\n.......\n.......\n.*..*..\n.......\n*...*..\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.......\n....***....\n......*....\n......*....\n...........\n.........**\n.........**\n...**......\n...**......\n....*......\n...........\n..***......\n```\n\n\n## Output without wrap\n\n```\n...***.....\n...****....\n......**...\n...........\n...........\n.........**\n.........**\n...**......\n.....*.....\n...**......\n....*......\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........\n...****....\n......**...\n...........\n...........\n.........**\n.........**\n...**......\n.....*.....\n...**......\n....*......\n..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n....***.\n.....***\n....*.*.\n...***..\n..***...\n..*.....\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n...*.**.\n...**.**\n........\n..**....\n.***....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n...*.**.\n*..**.**\n........\n..**....\n.***....\n........\n........\n........\n........\n........\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n......\n..**.*\n**...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n.**.*.\n***.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n.**.**\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*...\n*..*\n..**\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.***\n..**\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n**..\n***.\n..*.\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*****\n*********.\n.*********\n*********.\n*******.**\n*****.**.*\n.********.\n******.***\n**********\n.******.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.*...\n..............\n..............\n........*.*...\n........*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.........*....\n.........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*....\n..............\n..............\n.........*....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**....\n..............\n..............\n.........**...\n.....****.....\n...........*..\n.....*........\n......**..*...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.......**.....\n......*...*...\n.....*....*...\n.....*...*....\n.....***......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*....\n........*.....\n.......**.....\n......*...*...\n.....*....*...\n.....*...*....\n.....*........\n......*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*****..\n.....*..*.*..\n........*..*.\n..*.....*....\n...**...****.\n...*.*.*..*..\n...**.**...*.\n......**.**..\n```\n\n\n## Output without wrap\n\n```\n.....*.*.***.\n.....*....**.\n........****.\n..***.*...**.\n..*.*....***.\n..*..***.*.*.\n...**....**..\n....*******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....**\n......**..**.\n........****.\n..***.*...**.\n..*.*....***.\n..*..***.*.*.\n..*..*....*..\n...**......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n****.\n*.*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...*.**..\n....***..\n....**..*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....***.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....***.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.***\n..*.\n.***\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.*.*\n....\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n.*.*\n....\n.*.*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n.**.\n.***\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n...*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n**.*\n.**.\n****\n****\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n...*\n....\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n.*.*\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n.*.*\n*..*\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n************\n*.**********\n****.*******\n.***********\n****.***..**\n***.********\n***.********\n.***********\n************\n************\n*********.**\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n*.....*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n...*..*\n.*.*..*\n.*.....\n.......\n.......\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n***....\n.*.....\n.......\n.*.....\n**.....\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n....**..\n....***.\n.*..**..\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...***..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.\n.....**.\n...***.*\n*....*..\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*****\n*****\n***..\n*..*.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.**.*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...***\n*.*.......\n*.**......\n**.**.*.**\n...***..*.\n.**.*.*...\n..*..****.\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.*......\n*......*.*\n**.....*.*\n*.*.......\n*..*.*..**\n.*.*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.....\n.*.*.....*\n**.....**.\n.......***\n*.*.....*.\n.*...*.*.*\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n...*.\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...**......\n*..**......\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...**......\n...**......\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...**......\n...**......\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n.***\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n..*.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n..**\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n***.\n...*\n*..*\n**.*\n```\n\n\n## Output without wrap\n\n```\n*...\n***.\n*..*\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***...\n*..**..**\n**...*.*.\n***.*****\n*..***.**\n****..**.\n**..**.**\n.**.*.*.*\n..*...***\n..***.**.\n**.*.*..*\n**..*.***\n.*..**.**\n......**.\n```\n\n\n## Output without wrap\n\n```\n..**.*...\n*..*...**\n.........\n..*......\n.........\n.........\n....*...*\n*.*.*....\n....*...*\n....*....\n*.......*\n...*.....\n**..*....\n.....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*...\n...*...*.\n.........\n..*......\n.........\n.........\n....*....\n..*.*....\n*...*...*\n....*....\n.........\n...*.....\n.*..*....\n*.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n......**..\n.*...**...\n......*...\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....***..\n.....*....\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....***..\n.....*....\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....**\n....*.....\n*...*.*..*\n*.**..*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n...*.*..**\n.*..*..*..\n.*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....***\n*..*.*..*.\n**..*..*.*\n*.**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....**\n*..***\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.***.\n....***...*.*\n............*\n......*.*....\n.....***.....\n.....*.......\n.....**......\n.............\n.*...........\n**..........*\n**..........*\n*.....**.***.\n```\n\n\n## Output without wrap\n\n```\n....*..*.*.*.\n....*....*..*\n....*...*.**.\n.....*.......\n....**.*.....\n....*..*.....\n.....**......\n.............\n.*...........\n.*...........\n.*........*..\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....**..\n....*..**.**.\n....*...*.**.\n.....*.......\n....**.*.....\n....*..*.....\n.....**......\n.............\n.............\n.............\n**...........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**......\n......***...\n......**....\n......**....\n............\n..**........\n..**........\n*.*.........\n............\n*...........\n**..**......\n```\n\n\n## Output without wrap\n\n```\n......**....\n.....*.*....\n......**....\n......*.....\n............\n............\n.*..........\n.**.........\n............\n..*.........\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......\n............\n......**....\n......*.....\n............\n............\n.*..........\n.**.........\n............\n..*.........\n**..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n***.*...\n**.*....\n*..*....\n..**....\n*.***.*.\n..*..*..\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*...\n.....*..\n...**...\n...*.*..\n...***..\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n....*...\n.....*..\n*..**..*\n...*.*..\n...***..\n.**.***.\n.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*..\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.****.\n*..***\n*****.\n****.*\n.*.***\n*.*.**\n**..*.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n.*....\n*.**..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*..\n...*.**.*\n*..*.**.*\n.*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.*..*..*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n.*.....*.\n*......**\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.........*\n**........\n*.........\n...**.....\n..*.......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n**........\n***.......\n..*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**.......*\n.........*\n.**......*\n..*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n...*.*.\n..**.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*..*...\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n......\n.***..\n*...*.\n..*.**\n...***\n..*..*\n......\n.*.*..\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.***..\n....**\n......\n..*...\n...*.*\n..*...\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.***..\n*...*.\n*.....\n*.*...\n...*.*\n..*...\n.*.*..\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*..*\n**....**..\n.......*..\n.....*.**.\n....*...**\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.....****.\n..........\n......**.*\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..*\n*....****.\n..........\n......**.*\n...**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*.*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.*.\n*..*.*.*.\n**.*.*.*.\n.***.*.*.\n.....***.\n.......*.\n.....*...\n.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*.*...**\n*..*.*...\n**.*.*...\n.***.*...\n...*...**\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*...\n*..*.*.*.\n*..*.*.*.\n**.*.*.*.\n****.*.*.\n...*...**\n....*.*..\n..**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**..\n**..*.**\n...*....\n*...*...\n*....***\n.****..*\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n*...*.*.\n......*.\n*.......\n*.*....*\n.*..*..*\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*\n**....*.\n.*......\n.**....*\n....*...\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****..\n.....*....\n..........\n.**...*...\n.***.**...\n*.**.**...\n...**...*.\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....*.*...\n......*...\n......*...\n.....*.*..\n......***.\n...*..**..\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**..\n....***...\n......*...\n......*...\n.....*.*..\n......**..\n..........\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n*...\n....\n....\n...*\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.*..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.**\n....\n....\n....\n....\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n..*...\n...*..\n..***.\n*.**..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n....*.\n.*..*.\n.*....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n..***.\n....*.\n.*..*.\n.*...*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n***\n*..\n...\n..*\n*.*\n***\n...\n..*\n***\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*..\n*..\n...\n.*.\n*.*\n*.*\n..*\n..*\n.**\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n*..\n...\n***\n...\n...\n...\n..*\n***\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n***..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n**.*..\n**.***\n.**...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..*...\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n..**..\n..*..*\n..**..\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**...\n**...\n*....\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.*...\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n...**\n.....\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n..***.....\n....*.....\n.....*....\n..........\n..........\n..........\n....*..***\n*.*.**...*\n....*....*\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..*.*.....\n....**....\n..........\n..........\n..........\n........*.\n...***..**\n....**...*\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n..*.*.....\n....**....\n..........\n..........\n..........\n........*.\n*..***..**\n*...**....\n**..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****\n**.*****\n********\n**.*****\n***.****\n********\n*..*.***\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n****.**\n*******\n****.**\n*****..\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n......*\n*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*.***.\n**.*.*\n*...**\n....**\n..*..*\n..*..*\n..*..*\n.*...*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*..*.*\n*.*...\n***.*.\n...*..\n.....*\n.*....\n......\n....**\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..*...\n..*...\n*..*..\n......\n......\n......\n......\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n*.......*\n.*.......\n*.*..**..\n.....**..\n.........\n.........\n.........\n*........\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**...**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n*........\n.*.......\n*....***.\n.....**..\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*.\n**.**..*\n*****.**\n*..**.**\n**.*..*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.******.\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n....**........\n....**........\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n....**........\n....**........\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n....**........\n....**........\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n...**\n.***.\n.*..*\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n...**\n..***\n.**..\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n.**..\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..*.......\n..........\n..........\n..........\n...*......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**.*.\n*.***.....\n***....**.\n..***.*...\n....*.**.*\n...*.**...\n***..***.*\n....**.*.*\n```\n\n\n## Output without wrap\n\n```\n...**.*...\n.*.*...*..\n.*.*...*..\n.*.*.***..\n..........\n..........\n*.....*...\n.*.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.*.\n*...*.....\n...*...*..\n*..*.***.*\n........**\n.........*\n........**\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*...**\n......\n......\n..*...\n..*..*\n*..*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*...\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*....*\n......\n..*...\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*.\n*.****..*.\n..**...**.\n*...**...*\n```\n\n\n## Output without wrap\n\n```\n.**.......\n........**\n..*...****\n...**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*.\n........*.\n*.*...***.\n.*..*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n*.....**\n...*....\n..*...*.\n..*....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.\n*......*\n......*.\n..**....\n.***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..*.\n..***\n..***\n*..**\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.*...\n.*...\n..*.*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n**...\n.*...\n*.*..\n....*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*....\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..*.*....\n.........\n.**......\n.*.......\n*..*.....\n.**......\n....*....\n.*..*....\n.**......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.***.....\n.**......\n**.......\n*........\n.***.....\n.***.....\n.***.....\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.***.....\n.**......\n**.......\n*........\n.***.....\n.***.....\n.***.....\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n..**\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n...*\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.\n*......*.\n*...***..\n.*..*....\n.*..****.\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n.........\n**..**...\n....**.*.\n...*...*.\n*.*.*.*..\n.*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..*.*....\n....**...\n...*...*.\n....*.**.\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n.*..\n....\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n..*.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n..*.\n*...\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n*.*.*\n.**..\n*..**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**.*\n....*\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n***..\n..***\n.....\n*..**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n....*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*......*\n.*.*.......*\n.*.**......*\n```\n\n\n## Output without wrap\n\n```\n***.........\n**..*.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*..\n.**......*..\n.**......*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.**.\n**..\n.**.\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n*.*.\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n***.\n**..\n....\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n*...***\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.*\n...**.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.......**...\n......*..*..\n......*.....\n......*.*...\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.......**...\n.....**.*...\n.....**.....\n......*.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.......**...\n.....**.*...\n.....**.....\n......*.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...*.*\n.........*\n.......*..\n.*........\n**...*...*\n....**....\n....**....\n..*.***...\n**...*.*..\n****..***.\n**.*...*.*\n.......*.*\n.*..*..**.\n....*..***\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.**.......\n*.*.......\n**........\n**...*....\n.....*....\n..........\n..........\n..***.....\n...**.....\n*..**...*.\n***...***.\n.*....*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*......\n**.*......\n***.......\n**........\n**...*....\n**...*....\n..........\n*........*\n*.***....*\n...**....*\n...**.....\n***...**..\n**....*...\n.***.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.......**\n.......*.\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......**\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n..*.**\n**..**\n..*.*.\n****..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.***..\n.*.***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.....*\n*.**..\n...**.\n*..*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*.*...\n...***\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..***\n..**.\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*.*\n...*.\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*....\n*...*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*****\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..*..\n***..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*.**\n*..**\n**...\n.*..*\n..**.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.***.\n***.*\n.....\n.....\n.....\n**..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.**\n....*\n**...\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........\n.*.**..*...\n.*.**..*...\n```\n\n\n## Output without wrap\n\n```\n.***.......\n.*..*......\n..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n...**.....*\n...**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*.*\n*******.**\n.**....*.*\n.......**.\n.*.*.*..*.\n*...*.***.\n****...***\n*.*..*.*.*\n..*.*..*.*\n.*........\n```\n\n\n## Output without wrap\n\n```\n.***.**.*.\n*.*......*\n**.*.....*\n......*..*\n....*..**.\n.*....*...\n*.......*.\n......*.*.\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*....\n...*......\n*..*......\n*.....*...\n*...*..*..\n......*...\n..........\n......*...\n*.**.****.\n*..******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n.........\n.........\n..***....\n.*...*...\n*.....***\n**.......\n*.*..***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n..***....\n.*******.\n*.....**.\n*....*..*\n*.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****..\n.........\n...*.....\n..***....\n*********\n......***\n.....*...\n*.*****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..\n**.*..*\n..*.*..\n****.**\n.*..*.*\n.*.*..*\n.*....*\n....*.*\n**..*.*\n*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n.*...*.\n......*\n......*\n**....*\n.*....*\n..*..**\n*.*...*\n..***.*\n**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.....**\n*......\n.....*.\n*....*.\n*....*.\n.**..**\n.**..*.\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n...*..\n.****.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n**....\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n...**.\n.*...*\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.......\n.......\n.......\n.......\n.......\n....*.*\n...***.\n**...**\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n...*.*.\n*..**..\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n.......\n.......\n.......\n.......\n...**..\n*..*.**\n*.*.*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*..**.\n..*..*\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n*****.\n*.....\n*....*\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.....\n......\n.*...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n***\n...\n**.\n***\n.*.\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n..*\n*.*\n..*\n...\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n............*\n............*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*.\n*********\n***.*****\n*********\n**.**.***\n*********\n.**.*****\n**..*****\n*.***.***\n******.**\n```\n\n\n## Output without wrap\n\n```\n*......**\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n.........\n*....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n.....*\n***.*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n.*.**.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.....*\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*....\n..*.....\n.*......\n*.......\n.**.*...\n*.*.***.\n.*****..\n.....*..\n.*..**..\n..***...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.**.....\n*.**....\n*..*....\n*.**....\n***.....\n.*......\n.**..**.\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..\n...*....\n........\n.**.....\n*.**...*\n*..*....\n*.**....\n***....*\n.*......\n.**..**.\n.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n........\n......*.\n........\n....*...\n........\n........\n........\n........\n.*..*..*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n........\n........\n........\n........\n........\n........\n........\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....\n.........\n*.......*\n**......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n*.......*\n.*......*\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*.**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n*...**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n.*.*..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..*\n.***.***\n**.***..\n.**...*.\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n**..*..*\n*.***.*.\n*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**...\n*...*....\n.....****\n......*..\n..**..*..\n.**.**...\n.****....\n```\n\n\n## Output without wrap\n\n```\n....**...\n....*..*.\n.....***.\n.........\n.****.*..\n.....*...\n.*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*...\n*...*..*.\n.....****\n.........\n.****.*..\n.....*...\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n***\n***\n***\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n**..*\n.****\n```\n\n\n## Output without wrap\n\n```\n*.***\n*....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n....*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.....\n.....\n.....\n.....\n*****\n...*.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.*..*\n.*..*\n.*...\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*...*\n.....\n*****\n.....\n.....\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n.*.....\n.*.....\n.......\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.*.....\n***....\n.......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n***....\n.......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....\n....*.**\n...*....\n..****.*\n.*.*....\n..*..*..\n.*..*.*.\n....***.\n..**.*..\n..**....\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*.....\n........\n......*.\n.*.*.**.\n.*......\n.*....*.\n..*.*.**\n.**.***.\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n........\n......*.\n.*.*.**.\n.*......\n.*....*.\n..*.*.**\n.....**.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n******\n*.****\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*...*.\n*.***.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n******\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n......\n..*...\n.*....\n......\n*.....\n....*.\n......\n......\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**...*\n..*.........\n.....*......\n......*....*\n.........*..\n```\n\n\n## Output without wrap\n\n```\n............\n......*.....\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n......*.....\n............\n............\n......**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.****.\n....*.**.***\n****.**.*.**\n*.********.*\n*.*.**...**.\n**...**..*.*\n..**.**..*.*\n***..*...*.*\n*.*..*..***.\n.*.***.*..**\n```\n\n\n## Output without wrap\n\n```\n...**.......\n.*.**.......\n*..*........\n*...........\n*..........*\n.*......**.*\n........**.*\n....*...***.\n*.**...*.***\n.*******.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..***.......\n...*........\n............\n............\n........**..\n........**..\n....*...**..\n..*..*......\n.***..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.**.*\n.***.\n*....\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n*..**\n***..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*..*\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....**\n....**....\n.....*.***\n*.**.**..*\n....*.*.**\n********.*\n.*.*...*..\n.**.*..**.\n**.**...**\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n...*****..\n...*.*.**.\n.........*\n**........\n**........\n........*.\n...**..*.*\n...**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..\n****.*....\n**.*.*.**.\n*.......*.\n*.........\n*.........\n*.......*.\n..........\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*....*..\n......*..\n..*....**\n*........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......*.\n.......**\n*......**\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.**.\n*..*\n****\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n*.*.\n*...\n***.\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n.*..\n*.*.\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n.*.*\n*.*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.......*..\n........*.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n****.***\n.*******\n.*******\n******.*\n***.***.\n*.****.*\n******.*\n******.*\n***.***.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......**\n......**\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n**....*.\n.**.....\n.*....*.\n**......\n........\n........\n.*......\n*.......\n```\n\n\n## Output without wrap\n\n```\n**......\n*.*.....\n..*.....\n........\n**......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n..*....*\n........\n**......\n........\n........\n........\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*...\n.*...*...**..\n*.......**..*\n..*..*...**..\n.*.....**....\n..*....*.....\n..***.***....\n....*.....*..\n.*.....*.***.\n.........*...\n```\n\n\n## Output without wrap\n\n```\n.........**..\n.*........*..\n.*......*..*.\n.*.....*..*..\n.**...****...\n.**..........\n..*.*****....\n..*.***...**.\n........**.*.\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**...\n**........*..\n**......*..*.\n**.....*..*..\n.**...****...\n.**..........\n..*.*****....\n..*.***...**.\n........**.*.\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n*.**.\n**..*\n**.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.**..\n*....\n.****\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.****\n....*\n..***\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n*.***\n*.**.\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*....\n*....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n....\n....\n....\n***.\n*...\n..*.\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n.*..\n....\n**..\n*.*.\n*.*.\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*..\n.*..\n....\n.**.\n...*\n....\n...*\n.*..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.......\n....*..\n.......\n.......\n.....**\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.......\n.......\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.....\n*.*...*.*.*.\n.....**..*..\n***...**..*.\n```\n\n\n## Output without wrap\n\n```\n......*.....\n***..*.*.**.\n*.*..*.****.\n.*...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*...\n..*........*\n..*.....**..\n..*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*..*.\n.*.*..\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n**.**.\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**..*.\n**.**.\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.**.**\n****.*\n**..**\n***.*.\n.***.*\n..*..*\n*.****\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n**...\n**...\n..**.\n..**.\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.....\n.....\n...**\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n*....\n...*.\n....*\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.*\n....***.\n..**...*\n.*.****.\n**..*...\n..**.***\n.***..*.\n*.......\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n..*.*...\n*.*..*.*\n*.*...**\n.......*\n*.*.....\n**.**..*\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n....*...\n..*..*.*\n.**...**\n.*......\n..*.....\n**.*....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..........***.\n....**.....*..\n...**.........\n...**.........\n....*.........\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n...........*..\n..........***.\n...***....***.\n..............\n.....*........\n...**.........\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*..\n..........***.\n...***....***.\n..............\n.....*........\n...**.........\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.*..\n.*.*..\n..**..\n...*..\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n**...*\n......\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**....\n**....\n......\n......\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.********\n***..*****\n*.**..****\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n.*.*......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...**\n*..*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n*..*.\n*...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.\n.....*.\n****.*.\n..*..**\n.*.....\n```\n\n\n## Output without wrap\n\n```\n....***\n.*.*..*\n**.....\n.*.*.**\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*..*.*.\n**.....\n.......\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n...**.\n...*.*\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n......\n.*....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*..*..\n......\n.*....\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n.*.**.\n.*.**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**.\n**...*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**...\n..*.*\n.....\n.....\n.....\n.....\n.....\n.....\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n****.\n.....\n.....\n.....\n.....\n.....\n*.*..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.**\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n...**\n...*.\n..**.\n*.***\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...*.*..\n....**...*.*..\n....**...*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.*........\n......*.**.**.\n....**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.**.**.\n......*.**.**.\n......*.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*****.\n.****..****\n.*..***.***\n**...**.***\n****.**..**\n....***.**.\n.******..*.\n.***.******\n*****...*.*\n****.*****.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n..**.......\n.***.......\n*.*........\n...........\n...........\n......***.*\n......****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n..**.......\n..**.......\n.**........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n**.*.\n*...*\n**.*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n*....\n*...*\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n....*\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n..*.\n*...\n***.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n*.*.\n*..*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n***.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.*\n******.**\n*********\n*****..**\n*.*******\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**...*\n..***.\n***.**\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n.*.**.\n.*.**.\n.****.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.***.\n******\n...*..\n...*..\n..***.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*\n...*...\n**.****\n*..**.*\n..**.*.\n.**....\n.**.**.\n.**..**\n*.**.**\n```\n\n\n## Output without wrap\n\n```\n.......\n*..*..*\n**....*\n*.....*\n.....*.\n.....*.\n*...***\n*......\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**.\n...*...\n.*.....\n.......\n*....**\n.....*.\n....***\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n*.*...\n*.**..\n*.*.*.\n.*.**.\n.*.*..\n.*.*..\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n*.....\n*..*..\n..***.\n...**.\n...**.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n..*.*.\n*.....\n...**.\n..***.\n...*..\n.*.***\n**.*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n......*\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**.\n*..**.....\n**........\n..........\n..........\n..........\n****....**\n*.........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n...**.....\n*****.....\n**........\n..........\n..........\n.**.......\n***.......\n*.*.....*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..**.\n*****....*\n**........\n..........\n..........\n***......*\n***......*\n*.*.....*.\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**..*\n....*\n**..*\n.**..\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.*...\n.*...\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..***\n*....\n.*..*\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..**\n.**.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n..*.*.....\n..***..***\n...*...***\n```\n\n\n## Output without wrap\n\n```\n...**.....\n..*..*..*.\n.**.****.*\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...***\n.**.**.***\n...*..**.*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n****\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*.**\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n***.*\n.**..\n.**..\n*....\n.....\n.*...\n**...\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n.....\n*.*..\n.*...\n.....\n**...\n*.*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n.....\n*.*..\n.*...\n.....\n**...\n*.*..\n*....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*****\n**.**...**\n.*....***.\n......*.**\n***....*.*\n*.....*.*.\n.******.**\n*.**.*.*..\n**.....*..\n*.*....*..\n```\n\n\n## Output without wrap\n\n```\n***..**...\n.......*..\n*.*.***...\n..*...**..\n*.....**..\n*....*.***\n**...****.\n**....**.*\n**....***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n..**......\n.**.***...\n..*...**..\n......**..\n.....*.*..\n.....***..\n......**..\n......****\n...*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.*...\n.....\n.....\n.....\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n..*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.*.*......\n..........\n..........\n**........\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*****...\n**..*.*.****\n.*...****..*\n.*......***.\n```\n\n\n## Output without wrap\n\n```\n**..*.*.*.*.\n***.*.....**\n.**..**....*\n......*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*.....\n.**.*.....**\n.**..**.....\n.**.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*\n.*..****\n***.*.*.\n..*..*.*\n..*.*.**\n```\n\n\n## Output without wrap\n\n```\n...****.\n......*.\n.**.**..\n.**.*..*\n...*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n.*..*...\n..*.**..\n....**..\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n***...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***********.*\n..**********.*\n********.**.**\n*********..***\n...*..********\n**************\n.****.********\n***..**.*****.\n```\n\n\n## Output without wrap\n\n```\n.*.........*..\n*............*\n*.............\n*.............\n..............\n*.............\n..............\n*...***......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**\n.*.**..\n*....*.\n.*....*\n.*..*..\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..*.\n......*\n*.*...*\n*.....*\n.*.***.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**\n...*...\n.**....\n.......\n****...\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n.**.**\n..*...\n....*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n..****\n..*.**\n.**.**\n...***\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.**\n.**.**\n...**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n**..\n....\n....\n....\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n*...\n**..\n....\n....\n....\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**.*\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*.*.\n.*.**.\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n*.*.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.....\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...**...\n***....*.*.**.\n..**....*...*.\n..**........*.\n*..**......**.\n*.**.....***..\n.**..*.....*..\n*.....****....\n.*....*...*...\n.*....*****...\n*..*...*.**.**\n....*.......**\n*.......*.*...\n```\n\n\n## Output without wrap\n\n```\n.*......****..\n.**.*....*.**.\n........*...**\n.*..........**\n....*.......*.\n*.............\n*.**..**...*..\n*.*..******...\n**...*....*...\n***...*.......\n......**..*.**\n........*.*.**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............*\n.**.*....*.***\n........*...*.\n.*..........*.\n....*.......*.\n*............*\n*.**..**...*..\n*.*..******...\n**...*....*...\n.**...*......*\n*.....**..*.*.\n........*.*.*.\n....**....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n*.*\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.\n**....*\n..*...*\n.*..**.\n**.*..*\n..****.\n*...***\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n***.**.\n*...*.*\n*.*...*\n...**.*\n...**.*\n*.*....\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n..*....\n..*....\n.*.***.\n**.****\n..*....\n*..*...\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*.*\n.*.*\n.*..\n*.**\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n....\n....\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.*..\n.**.\n*...\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n.**\n..*\n..*\n..*\n*..\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n*..\n*.*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.***\n.***.\n***.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**....\n.*****....\n..*..*....\n.*........\n..*.......\n..**......\n..*..**...\n***...*...\n***.......\n....**....\n```\n\n\n## Output without wrap\n\n```\n.**..*....\n.*....*...\n.....*....\n.**.......\n.***......\n.***......\n.....**...\n*..*.**...\n*.**.*....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*...\n.*....*...\n.....*....\n.**.......\n.***......\n.***......\n.....**...\n*..*.**...\n*.**.*....\n..*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n...**.........\n..............\n..............\n............*.\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.*\n*.***...\n*.......\n****.***\n.*...*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*...\n*.***...\n*....**.\n*.*.**.*\n**..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n..***...\n.....**.\n..*.**..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n*.*.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n.....\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n.*.***\n**.*.*\n***...\n.*..**\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.**..*\n.....*\n...*.*\n...*.*\n....**\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n...*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.****\n*.********\n.**.***.**\n****.**.**\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n*.*.\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n*...\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n...**\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.*..\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n***...*\n.......\n....***\n.......\n****..*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.*....*\n.....*.\n.****.*\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n**.....\n.*.....\n.....*.\n.****..\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n.......**\n.....**..\n....*..*.\n....*.*..\n..*.**...\n......*..\n.*.......\n....*....\n...***...\n```\n\n\n## Output without wrap\n\n```\n.......**\n........*\n.....**.*\n....*..*.\n....*.*..\n...**.*..\n.....*...\n.........\n...***...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.***\n........*\n.....**.*\n....*..*.\n....*.*..\n...**.*..\n.....*...\n.........\n...***...\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.......\n..**..*\n.......\n...*...\n.......\n....*..\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.......\n..**...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n***....\n.......\n..**...\n.......\n.......\n.......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n.*.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n.**.........\n.**......*..\n........**..\n............\n....***.....\n.....*......\n....*.*.....\n.....**.....\n...........*\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.**.........\n.**.....**..\n........**..\n.....*......\n....***.....\n............\n....*.*.....\n.....**.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n.**.........\n.**.....**..\n........**..\n.....*......\n....***.....\n............\n....*.*.....\n.....**.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*....\n....*.*......\n**.*..*..*..*\n..*....*..*..\n.*..*........\n```\n\n\n## Output without wrap\n\n```\n.............\n..*.**.*.....\n.*.*.*.*.....\n...**.*......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n*.*..*.*.....\n*..*.*.*.....\n...**.*......\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....***\n.**..**...\n*.*..**...\n..*..***.*\n.**.**.***\n...**....*\n...***...*\n***.....**\n.**.....*.\n```\n\n\n## Output without wrap\n\n```\n.***..***.\n.....**.*.\n....*.....\n........*.\n.**......*\n.**...*..*\n.....*...*\n*.........\n.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..****\n*....**.*.\n....*....*\n........**\n.**......*\n.**...*.*.\n.....*....\n....*.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.*.\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n****\n*...\n....\n....\n.*..\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*..*\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**.*\n*.......**\n.***...**.\n.*.*.***..\n.*.****...\n..**..*...\n.**...**..\n*.....**..\n```\n\n\n## Output without wrap\n\n```\n........*.\n*.**.....*\n...*....**\n..........\n**........\n.*........\n.**...*...\n.*....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**...\n.***.*....\n**.*......\n**........\n**........\n.*........\n***.*.....\n*...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*****\n..*.*\n...**\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*...*\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.******\n************\n****.*******\n************\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n.*.*\n....\n....\n....\n....\n....\n....\n...*\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n....\n.***\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n****\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***..*\n**...*..*\n****...**\n***.**.*.\n.*..*..*.\n..*.**..*\n....*...*\n..*...***\n...*.***.\n.**.****.\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n.*..***..\n.***....*\n........*\n....**...\n.........\n....**...\n......*.*\n..****.*.\n.*.......\n*........\n.*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n.........\n.......*.\n....**.**\n.......*.\n*...**...\n......*..\n..****.**\n**.......\n**.*...**\n*.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n.***.*.\n....**.\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.**....\n.***.**\n.*...*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n****.*.\n.*...**\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n***....\n**.***.\n.*.*.**\n****.*.\n```\n\n\n## Output without wrap\n\n```\n*......\n..**.*.\n...*.**\n......*\n**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..**.*.\n...*.*.\n.......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n*.**..*.\n*..*..*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.**.***\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**.\n*.**.**.\n*.**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n.***\n.**.\n.**.\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....**.*\n.*.*..*.**.*..\n**.***.....**.\n.....*..*.***.\n..*..*..*.*.*.\n.*.*.**....*.*\n```\n\n\n## Output without wrap\n\n```\n.........****.\n**.*..*..*....\n**.*.****.....\n.***.**...*..*\n..*..*.*..*..*\n..*.***....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.*.*..\n.*.*..*..*...*\n**.*.****....*\n.***.**...*...\n..*..*.*..*..*\n*.*..**..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n*..*.*.\n....**.\n....*..\n*..*...\n```\n\n\n## Output without wrap\n\n```\n....***\n.......\n...*.*.\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.......\n...*.**\n...***.\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n..........\n..**......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n...*\n*.**\n*..*\n*.*.\n..**\n**..\n.***\n....\n....\n**.*\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n**.*\n...*\n..*.\n..**\n*..*\n*.*.\n..*.\n..*.\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n.*.*\n.*.*\n.*.*\n.***\n*.*.\n*.*.\n**.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n**.*\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.**\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n..*\n...\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*******\n..**.*....\n***.*..***\n..***.****\n*******.*.\n.******.**\n*.*.***..*\n.....*..*.\n*****....*\n```\n\n\n## Output without wrap\n\n```\n......**..\n......***.\n..........\n..........\n..........\n........**\n.......*..\n........**\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....***\n.......***\n..........\n..........\n..........\n..........\n.......*.*\n*.*......*\n**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*\n..*.**...\n..*****..\n.**.*****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n***......\n***......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..*\n....*...*\n*..*..*.*\n***.....*\n.*...*.**\n**.**..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n..****..*\n..*.***.*\n*...*....\n.**.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n.....**..\n..****...\n..*.****.\n.*..*..*.\n.*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n**..*\n.*.*.\n.....\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n*****\n***..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n.****\n.**.*\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*..\n*......*\n..**....\n*****...\n```\n\n\n## Output without wrap\n\n```\n........\n.*.**...\n*...*...\n.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n**.**...\n....*..*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n....***.\n........\n........\n........\n........\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*..\n.....*..\n.....*..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n.....*..\n.....*..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*.*\n..**.\n...**\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n***..\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n*.*...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.***.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*.**\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n*.*...\n**...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n....*\n..***\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.**..\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n***..\n*.*..\n*****\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..**\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n******\n******\n***.**\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*...**...*\n**.**.........\n.***..*****...\n.**..*..*.*...\n*.******.*.***\n*...*.*.*..*.*\n*....*...*...*\n*.......*..*..\n.......*..*...\n......*...*...\n..............\n```\n\n\n## Output without wrap\n\n```\n***.*.........\n*...**....*...\n.....****.*...\n*...........*.\n*.*......*.*.*\n*.......**.*.*\n**...*.****...\n........***...\n.......*.***..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.........\n....**....*...\n.....****.*...\n............**\n..*......*.*..\n........**.*..\n.*...*.****...\n*.......***..*\n.......*.***..\n..............\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n......*\n*...*..\n..*....\n..*....\n*......\n.......\n.......\n....*..\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.......\n.*.*...\n.*.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n.......\n.*.*...\n.*.....\n.......\n.......\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*....\n***.**\n*.****\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.....\n*..*.\n...*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n*..*.\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.**.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n..*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..*.*.\n**..**....**\n..***.**.*.*\n...*.*.*..*.\n...****....*\n*..**.......\n....*......*\n.....**...**\n.....**.....\n....**....*.\n..*........*\n*......*..**\n.......****.\n...*..***.*.\n```\n\n\n## Output without wrap\n\n```\n...*.*...***\n.*.....**..*\n.**....***.*\n.......**.**\n..*...*.....\n............\n...**.....**\n....*.*...**\n..........**\n....***.....\n...........*\n.......*...*\n............\n......*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*.*.\n**.....**...\n.**....***..\n.......**.**\n..*...*....*\n*..........*\n*..**.....**\n....*.*...**\n..........**\n....***.....\n*...........\n*......*....\n............\n...*.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*..***\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n*...*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*.*\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n.....\n.....\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n**.*\n****\n*.**\n.**.\n...*\n*..*\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n...*\n....\n*...\n.*..\n.*.*\n..**\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n.*..\n.*.*\n*.**\n.*..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n***..**\n..*....\n..*..*.\n..*.*..\n***...*\n..*..*.\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.**....\n..**.**\n.**....\n..*..*.\n..*..*.\n..*.**.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**....*\n***...*\n*.**.*.\n.**....\n*.*..**\n*.*..**\n*.*.***\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*****\n**...\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n**.**\n...**\n*....\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n........*.\n..........\n..........\n..........\n..........\n......*...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n**....\n*..***\n*....*\n.....*\n....*.\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n****..\n*.****\n...*.*\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*****\n...**.\n....*.\n....**\n....*.\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n.*.\n*..\n.*.\n**.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n***\n**.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n...****\n...*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.*.\n..**..*\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...*.*.\n..**..*\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n.**.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*..*\n....\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n*...*\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*..*\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*\n....*...\n...**...\n.......*\n.*....**\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n...**...\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**\n*..**...\n...**...\n*.....**\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n***...\n.**...\n```\n\n\n## Output without wrap\n\n```\n*.*...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..\n.***...\n****...\n.***...\n```\n\n\n## Output without wrap\n\n```\n.*..*..\n.......\n*...*..\n*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.......\n*...*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*\n*...*.*.\n.....*..\n.*..*...\n*....*..\n.*....*.\n........\n....*.*.\n.*......\n.....*..\n......*.\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n....**..\n....**..\n**...*..\n........\n.....*..\n........\n.....*..\n........\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*\n....****\n....**..\n....**..\n**...*..\n........\n.....*..\n........\n.....*..\n........\n.....*..\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n..*...\n**...*\n*****.\n**.**.\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**..*\n....**\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*..*\n......\n......\n*....*\n*....*\n*..*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n......***....\n.......**....\n.............\n........*....\n........*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.......*.....\n......*.*....\n......*.*....\n.......**....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.......*.....\n......*.*....\n......*.*....\n.......**....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....*\n.*..***.\n*.*...*.\n....*.*.\n..*..***\n```\n\n\n## Output without wrap\n\n```\n.*...**.\n*.**.***\n.*.**.**\n.*.*....\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...\n..**.**.\n.*.**.*.\n.*.*....\n**.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*...\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*.*\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**..*\n....**.*.*.\n...*...*...\n*..........\n**....**..*\n...*.......\n**.**...**.\n.......*..*\n.....*..*..\n........*..\n.*.*.....**\n```\n\n\n## Output without wrap\n\n```\n....*****..\n...***.*...\n....*.*.*..\n**....**...\n**.........\n...**..***.\n..***...**.\n....*..*...\n.......***.\n........*..\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.***..*\n...***.*...\n....*.*.*..\n**....**..*\n**........*\n...**..***.\n*.***...***\n*...*..*..*\n.......***.\n........*..\n*.*....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........\n............\n............\n..*.........\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*....*.\n.**.*.*......\n..*.*.**.....\n...*.***..*..\n***.***..****\n..*..**..*...\n.**...**....*\n..**..****.*.\n..**...*...*.\n..**.**.*****\n```\n\n\n## Output without wrap\n\n```\n.**..........\n*....*.......\n.***.....*...\n...*....*.*..\n.*.....*...*.\n*.*........*.\n........*...*\n.........***.\n..*******....\n..**********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*****\n............*\n..**.....*...\n...*....*.*..\n.*.....*...*.\n..*........**\n........*....\n*........***.\n..*..**..**.*\n.*.*..*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******...*\n**.*..*.**\n.****.****\n**.*.***..\n*******.**\n*...*.**.*\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**..**\n..........\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.**..*\n**....\n.**...\n.....*\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n*.....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n..*..*\n......\n.**...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n..*..\n...*.\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n.***.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n.....\n.***.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.**..*\n****.****..*\n..*.***.....\n......*....*\n*....***..**\n*.....*.*.*.\n*.*.***.*.**\n****.*.*.*.*\n.*..**.***..\n.....**.....\n**..****....\n.*****.**.*.\n```\n\n\n## Output without wrap\n\n```\n....*.......\n.*...*......\n...*........\n...***...*.*\n....**...*.*\n.*.***..*..*\n*..*........\n*.**....**.*\n..*.......*.\n........**..\n.......**...\n*.*....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.\n..........**\n...*........\n**.***...*..\n*...**...**.\n...***..*...\n...*........\n..**....**..\n***.........\n........**.*\n**..........\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n...*\n....\n**..\n....\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*...\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n*...\n....\n...*\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n.....*\n*.....\n*.**..\n..*...\n...*.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n...*..\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.*...*\n.*..**\n...***\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....**\n.**.....\n..**....\n..**....\n...*....\n........\n.......*\n........\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n***.....\n*.*.....\n........\n...*....\n...*....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*.*...**\n........\n...*....\n...*....\n........\n........\n........\n........\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n...*\n....\n..*.\n.*..\n...*\n....\n....\n....\n....\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.***\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n****\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*....\n.....***....\n............\n............\n............\n....*.*.....\n....*.*.....\n............\n............\n............\n.....*.*....\n```\n\n\n## Output without wrap\n\n```\n......**....\n......**....\n......**....\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*...\n.....*..*...\n......**....\n............\n............\n............\n............\n............\n............\n............\n......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n........*\n.*..**...\n*....*...\n.........\n.........\n.........\n....*....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n...*..*..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n...*..*..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n..**.*\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n......\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.**\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*.*.\n**..\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n*......**.\n*......*..\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......***.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*\n......****\n......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***********\n*************\n*************\n*********.***\n*************\n*.*******.**.\n*************\n************.\n*************\n****.*******.\n```\n\n\n## Output without wrap\n\n```\n*...........*\n.............\n.............\n.............\n.............\n.............\n............*\n.............\n............*\n*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.....\n*....*\n*....*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n.*....\n*.....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.**.*\n*.*.*\n.....\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n**..*\n.....\n.....\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****....*...**\n..*...*.......\n**..*****.*...\n..*......*.*..\n*...*..**....*\n....*....*..*.\n*.....*..*.*..\n...*....*.....\n......*....*..\n*..******....*\n*..*.*........\n..**.***.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**..........\n....*.*...*...\n.**...*.......\n.*...**.......\n...*..........\n.......*......\n......**......\n.......*..*...\n......*.*.....\n..*....*......\n...**.*.......\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........*\n***.......*..*\n..*...*.......\n*....**.....**\n*..*........*.\n.......*....*.\n......**......\n.......*..*...\n......*.*.....\n***....*.....*\n**......*.....\n.*..*****...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.....\n.....\n*.***\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.*.\n....*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*..*\n*...******\n**...****.\n***...*..*\n...**..*.*\n*....*****\n```\n\n\n## Output without wrap\n\n```\n.***......\n....**....\n..*.*.....\n.....*....\n..*...*..*\n....***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.*........\n..*.*.....\n.*...*....\n.*..*.....\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n**.......\n.*..*....\n...**..**\n...*...**\n.**......\n.........\n......**.\n*..**.*.*\n....*.***\n...*.**..\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*...*....\n*....*...\n.....*.**\n....*..**\n...*.....\n......*..\n....****.\n....***.*\n...**..*.\n...*.*...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n.....*...\n.....*.*.\n.....*...\n*...*..*.\n...*....*\n......**.\n....*****\n*...***..\n*..**...*\n.........\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n.*..\n*.**\n**..\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*.*.\n....\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n****\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.**.**....\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.***......\n.***......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.***......\n.***......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....*..\n....*..\n.......\n.......\n...**..\n.......\n...*...\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*.***.*.\n.*..****..*.*.\n.**...*.****.*\n**.....*...***\n......*.....**\n......*...**.*\n**.*..**.*.**.\n.*.*...*.**.**\n**.***.*.*.*.*\n....***...***.\n**....*...*.**\n```\n\n\n## Output without wrap\n\n```\n.*****...*....\n....**.*..*.**\n*.**.....*..**\n.**...*...*...\n.*........*...\n.....*..***...\n....*..*.**...\n....*..*.**...\n.*.*...*.**...\n.***..**.**.**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.....**.\n....*...*..***\n.***.....*....\n.**...*...*...\n..........*...\n.....*..***...\n....*..*.**...\n....*..*.**...\n...*...*.**...\n*..*..**......\n.*..*..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*****\n.......**.\n*..***....\n...**..***\n...***.*..\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**.**\n......**.*\n....*....*\n...*.*.*..\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n......***.\n....*....*\n*.....**.*\n*...*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.**\n**.*\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n....\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n....**....\n.....*....\n......*...\n.....***..\n.....*....\n..*.*.....\n..***...*.\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n...*......\n....***...\n....*..*..\n....**....\n...*......\n..........\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n...*.**...\n....***...\n....*..*..\n....**....\n...*......\n......*...\n.**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n***\n*..\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n..*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..**.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n....\n...*\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n.*..\n.*..\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**.*\n*.*.\n.***\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*..*\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.***\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n...*\n..*.\n.***\n.**.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**.*\n...*\n*.*.\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......**\n**.....*....\n*.*....**...\n............\n........*..*\n**..*.......\n............\n***.***.....\n*........**.\n*.....**..*.\n*....*......\n```\n\n\n## Output without wrap\n\n```\n.*..........\n*.*....**...\n*......**...\n.......**...\n............\n............\n..***.......\n**...*......\n*......*.**.\n**....*..**.\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n*.*....**...\n*......**...\n.......**...\n*...........\n*...........\n..***.......\n**...*.....*\n*......*.**.\n**....*..**.\n**....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*\n*.**.....\n.**..*..*\n....*....\n*.**...**\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*..*.....\n.**.*....\n....*..**\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n...*....*\n***.*....\n....*..*.\n*.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******......\n*..**.***.**\n***.*.**.*..\n*.....*....*\n...*..**.**.\n.*.**.*.*.*.\n**.***.*...*\n**..**..***.\n*.**.**..*.*\n```\n\n\n## Output without wrap\n\n```\n***..***....\n........***.\n*.*.*....*.*\n*.**.....*..\n..***.*.****\n**......*.**\n.......*...*\n.......***.*\n*.**.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..\n........***.\n..*.*....*..\n*.**.....*.*\n*.***.*.***.\n.*......*.*.\n.......*....\n.......***..\n......*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*.*.\n..........\n..........\n..........\n..........\n.**....*..\n......*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.*\n.*........\n..........\n..........\n..........\n..........\n.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*.**\n..*..\n.***.\n..*..\n.....\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n**..*\n.*.**\n.*.*.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n...**\n.*...\n.*.*.\n.*.*.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.*...\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n*......*..\n*......*..\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......*..\n.......*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n.....*...*\n.....*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..**.\n*.*.*\n*****\n**...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*.*\n*...*\n....*\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n*.*..\n.....\n.....\n.....\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......*\n..........\n*.........\n*.*.....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n.*........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n**.......*\n.*.......*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***\n.**.....\n*..*.***\n*..*....\n*..*....\n.*..*...\n..*.*...\n*.*...**\n*....*..\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n......*.\n.**.*...\n*..**.*.\n****..*.\n*****...\n.**.*...\n..*..*..\n...*.**.\n*....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*\n.**.*...\n*..**.**\n****..*.\n*****...\n.**.*...\n*.*..*.*\n*..*.***\n.....*..\n*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*.\n..*..****..**.\n......***..*..\n```\n\n\n## Output without wrap\n\n```\n......**...**.\n.....*..*..**.\n.....*..*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......*.\n.....*..*..**.\n.....*..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n..*.*.....\n........*.\n......*..*\n*.....*...\n*.........\n...*.....*\n.....**...\n..*......*\n...*......\n....*..*..\n..**...*..\n.*.....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...*......\n..*.*..*..\n.**....*..\n..**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..........\n..........\n*.......**\n..........\n*........*\n..........\n..........\n..........\n...*......\n..*.*..*..\n.......*..\n.*.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.***\n*.***..*.*\n.*.....**.\n..*.*..*.*\n*.......*.\n**...***.*\n*..*****.*\n.***.**...\n```\n\n\n## Output without wrap\n\n```\n.*...***.*\n*....*...*\n.*..*.**.*\n.*.....*.*\n*....*...*\n**.......*\n*..*......\n.***...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n.....*....\n.*..*.**..\n**.....*.*\n.....*....\n.*........\n...*.....*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n*...\n.*.*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**..\n***.\n*...\n.**.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n......\n..*...\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n........\n........\n......*.\n......*.\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n......*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n......*.\n......*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*..*.\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..******.\n*********.*\n*.*..***.**\n*...*******\n***.**...**\n***********\n..*..***..*\n********.*.\n****.*...**\n..*..*.***.\n***.****..*\n****.******\n```\n\n\n## Output without wrap\n\n```\n*........*.\n..........*\n*.*........\n*.*........\n...........\n*..........\n..........*\n*......*.*.\n*.........*\n.......*...\n*.........*\n*..*....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n..*........\n..*........\n...........\n...........\n...........\n.......*.*.\n...........\n.......*...\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*\n..**.*.\n*.**.*.\n..*.*.*\n*..***.\n**....*\n```\n\n\n## Output without wrap\n\n```\n...****\n...*...\n.......\n.**.*.*\n*.*.*.*\n***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n.....**\n.*.....\n.**.*..\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n....\n*.*.\n.*..\n....\n.*..\n*.*.\n.*..\n*...\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n..*.\n.**.\n....\n....\n.*..\n*.*.\n*...\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n***.\n*..*\n**..\n....\n....\n.*..\n..*.\n....\n....\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.*\n*********\n**.**.***\n*******.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***...\n******.*\n*.***.**\n**.***..\n.*..**.*\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n......**\n*.*....*\n***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n....*....**..\n.........*.*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.........**..\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.........**..\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**.\n***....*\n..*.....\n.*.*....\n**....*.\n......**\n**...*..\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n*.*...*.\n*.**..*.\n*..*....\n**......\n***...**\n.....***\n**...*..\n*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n*.**..**\n...*....\n**......\n***...*.\n.....**.\n.*...*..\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n*..\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*...\n...*....*..\n....***....\n.......**..\n...........\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n......*....\n.......*...\n........*..\n....*..*...\n......*....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***....\n...*...*...\n........*..\n....*..*...\n......*....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*.....*\n....***.\n...***..\n...*....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n...*..*.\n...*..*.\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n...*..*.\n...*..*.\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n.*..*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n.****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n....*\n..*.*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n*.*.*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*...\n*.....**..\n.......*..\n..........\n..........\n.....*....\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n**....**..\n**...*..*.\n......**..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**..\n**...*..*.\n......**..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*..*\n****\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n*..*\n****\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*.**.\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*****\n*....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n****.\n****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.*.......\n........*\n.*....**.\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......*.\n..*....*.\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n*........\n*......*.\n*.*....*.\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n......\n......\n......\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.*..\n......*...\n........*.\n*.........\n..........\n..........\n.*.....**.\n*.*.******\n***.....**\n.*...**...\n```\n\n\n## Output without wrap\n\n```\n......*...\n......**..\n..........\n..........\n..........\n..........\n.*...*...*\n*.**.**...\n*.***....*\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*..\n......**..\n..........\n..........\n..........\n..........\n**...*....\n..**.**...\n..***.....\n.*..******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*.*\n...**.**.*\n...**..*.*\n```\n\n\n## Output without wrap\n\n```\n..*..*.*..\n.......*.*\n...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*.*\n*......*.*\n*......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.***..\n..***.\n**..**\n.****.\n...**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n**.*.*\n**..**\n*.....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.*...*\n**....\n......\n.*....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*\n........\n........\n........\n**.....*\n........\n**..*.*.\n*******.\n...**.*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.....***\n**....**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....**.\n........\n........\n........\n.......*\n.....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n*.....\n**....\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.*...*\n.*...*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n..*...\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*..\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*..\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**\n..**.*.\n..*....\n..*.*.*\n...**..\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n..*...*\n.......\n.**....\n..*....\n..*....\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n...*...\n.**....\n..*....\n..*.*..\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n....\n.**.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n*..*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.*.*\n*...*.\n.***..\n..*.**\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.*..\n*...*.\n.**..*\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n.*.*.*\n*...**\n***...\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...**..\n.***.*.....\n....**...**\n....*....*.\n.......**..\n*..........\n*.......*..\n*.......*.*\n****.*.....\n.*..**.....\n.***...*...\n..*........\n...*..*....\n...*.***...\n```\n\n\n## Output without wrap\n\n```\n..*.**.....\n.*.*.**.***\n...........\n....**..*.*\n.......**..\n.......***.\n**.......*.\n*.**.......\n..*****....\n.*...**....\n..*.**.....\n.*....*....\n..**...*...\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....\n***.**....*\n*..........\n....**..*.*\n.......**..\n.......***.\n**.......*.\n..**.....*.\n..*****..**\n.....**....\n..*.**.....\n.*....*....\n..**.***...\n...*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n..*\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.***\n.*......*\n.*....*.*\n.*.****..\n```\n\n\n## Output without wrap\n\n```\n......***\n.*...**.*\n.**.*....\n.*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****.*\n*.***.*..\n*.***.*..\n*.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n***..*\n.*.***\n*****.\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*..*.\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**...\n.......*...\n***....***.\n***...*.*..\n***..*....*\n....*....*.\n.....*...*.\n```\n\n\n## Output without wrap\n\n```\n...........\n.*....**...\n.**....*...\n...*******.\n.***.**.***\n.*****...**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*..\n**....*.***\n***....*.**\n**.******..\n****.**.***\n****....**.\n....*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n........*\n*......*.\n......*.*\n......**.\n..*......\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.......**\n......*.*\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.*......*\n*......*.\n......*.*\n......**.\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**...\n.**......\n.******..\n.........\n.........\n.........\n...***...\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*...*...\n......*..\n..*..*...\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***..\n.*.*..*..\n......*..\n..*..*...\n.....*...\n....*....\n..**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n.*........\n**........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n**........\n..*.......\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n**........\n..*......*\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.**...\n.**...\n*.*..*\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n......\n.*..*.\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...**.\n......\n.*..*.\n.**.**\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***********\n**.***.****\n*****...**.\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n*....*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n...*.*\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*....*\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*.*\n****\n.**.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n**....\n***...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n*.....*\n.*...*.\n.**.*..\n..*....\n.......\n.......\n.......\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n***..*.\n.***...\n.***...\n.......\n.......\n.*****.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n**....*\n.**..**\n.***...\n.***...\n.......\n.......\n*******\n*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n...\n...\n...\n...\n..*\n..*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..*....\n....****.*....\n.**...........\n*..*..........\n....**........\n*....*........\n*...**........\n....*.........\n**.******.....\n```\n\n\n## Output without wrap\n\n```\n....*.***.....\n..*******.....\n.******.......\n.****.........\n....**........\n......*.......\n....**........\n**.....*......\n...*****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....*....\n..*******.....\n.******.......\n.****.........\n....**........\n......*.......\n....**........\n**.....*......\n..**..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****...*\n*****.*.*\n*********\n```\n\n\n## Output without wrap\n\n```\n.....***.\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n...*.*\n...**.\n...*..\n...**.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*...\n.*..*.\n.**...\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n.*....\n.*..*.\n.**...\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n.**\n.*.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n..*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..*.*\n.*...\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..***\n.**.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.**.*\n.....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n..**.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.....**\n**.**..\n**.*...\n..**...\n...*...\n.......\n.*.....\n***...*\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*.*.\n**.*.*.\n*....*.\n.*.**..\n..***..\n...*...\n*.**...\n*......\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n.......\n.....**\n*..*..*\n.*.*...\n**...*.\n.*.**..\n..***..\n.*.*...\n****..*\n.....*.\n*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n**.**.*\n**.**.*\n```\n\n\n## Output without wrap\n\n```\n.**..**\n*.....*\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*.*.\n**..\n.***\n**..\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*..*\n....\n*..*\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n...*\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n...**.\n.**...\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n..*...\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*.*..\n..*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n**.\n*.*\n*.*\n*..\n..*\n..*\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n*..\n.*.\n...\n.**\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n*..\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*..**\n.**..\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n...**\n*...*\n.**..\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n***.*\n...*.\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.\n..*.....\n..*.....\n.......*\n......*.\n........\n...*....\n..*.....\n....**..\n...*...*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n...**...\n.....*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n........\n........\n........\n........\n........\n........\n...**...\n..*..*..\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*.*..\n*.....\n.*..**\n.*....\n..*.*.\n.....*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n.....*\n*****.\n.*....\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.....\n..*.*.\n......\n.*****\n......\n..*.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....**....\n...*..*...\n...*..*...\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n...*..*...\n...*..*...\n....**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n....**....\n...*..*...\n...*..*...\n....**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..***.\n.**...\n*****.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**.*.\n**....\n*..*..\n.***..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n***.*.\n**..**\n*..***\n.***..\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.***..\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n.*..*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.**......\n**......*\n.*..*.*.*\n.*.*..*.*\n...*.*...\n.........\n.........\n.........\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..*......\n*......*.\n.*...*..*\n...*..*..\n..*.*....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n..*.....*\n.......**\n.*...*..*\n...*..*..\n..*.*....\n.........\n.........\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.***\n.**.***.*\n*******.*\n..*******\n**....*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.*.*\n........*\n*.......*\n........*\n.****.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.****.\n*.****\n**..*.\n**.*.*\n*****.\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*....*\n*....*\n......\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n*..*.\n*...*\n**...\n..*.*\n*****\n.....\n.....\n...**\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*.**.\n*..*.\n**...\n*...*\n.*..*\n.*.*.\n....*\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n*..*.\n.***.\n.*.**\n.....\n...**\n.....\n.....\n.*...\n..***\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*..**.\n**.*****..**\n*.....**....\n*...*...*...\n*****..**..*\n**..*.***...\n.*.****.****\n*.**...**...\n**.*.......*\n```\n\n\n## Output without wrap\n\n```\n**.**..*...*\n*...*......*\n*.......*.*.\n..*.*.*.**..\n.*..*.**....\n..........*.\n......**..**\n**....**....\n**....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****.....\n..***.....*.\n.*......*...\n..*.*.*.**..\n....*.**....\n...........*\n......**....\n*....**.....\n..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n.*.*\n***.\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n***.\n**.*\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n****.***\n*.***.**\n*.***.**\n*****.**\n********\n******.*\n.**.****\n********\n*******.\n********\n.*******\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n**.**.\n...***\n******\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*...*\n......\n.**..*\n.****.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n**....\n......\n***...\n******\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n***.\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*..*\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n****\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.....*\n......\n.*....\n..*.**\n.*.***\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n.**..*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*...**\n......\n......\n.**..*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.....*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...***....\n......*.*.\n...****.*.\n```\n\n\n## Output without wrap\n\n```\n....*.....\n....**....\n......*...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n....**....\n......*...\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.***..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*****..\n....*.*.*.\n..***.*.*.\n.****.*..*\n..**.***..\n*.*..*****\n.......**.\n```\n\n\n## Output without wrap\n\n```\n...**.**..\n..*.....*.\n.*....*.**\n.*......*.\n.........*\n.*****...*\n.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n..*.....*.\n.*....*.**\n.*......*.\n..........\n.*****...*\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n**..**\n****.*\n******\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n....**...\n....*.*..\n...***.**\n*....****\n*.*..*.**\n.***.*...\n.***.....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n....*....\n....***..\n.......*.\n..*....*.\n.*.*.....\n*.***....\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*..\n.........\n..*......\n.*.*.....\n..***....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.........\n.........\n.........\n.......**\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n.........\n.........\n........*\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.*****\n**..***..*.**.\n*******.****.*\n*.**..****.***\n*..*********.*\n*********.**.*\n*.*.***.******\n**.***.******.\n*..***..******\n*.*.*******.**\n**************\n*.******..**..\n*.**.*******.*\n```\n\n\n## Output without wrap\n\n```\n........*.....\n........*.....\n..............\n............**\n**..........**\n............**\n..............\n..............\n**............\n**............\n**............\n.*...........*\n............*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.....\n*.**.*....\n...*......\n.*****....\n```\n\n\n## Output without wrap\n\n```\n*.*.*.....\n*.........\n.....*....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*.........\n.....*....\n*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n...***\n..***.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n..*..*\n..*..*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n..*..*\n..*..*\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*....*\n....**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*.....\n*...**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.**..*\n.****.\n...*..\n```\n\n\n## Output without wrap\n\n```\n..****\n.*...*\n..****\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.**...\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n***\n..*\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n*..\n..*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n..*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n*...*\n****.\n.*...\n*.*.*\n**...\n*.*.*\n...**\n.*...\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n*...*\n*.**.\n.....\n*.*..\n*.*..\n*.*.*\n.****\n..***\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...**\n*....\n..**.\n.....\n..*.*\n..*..\n..*..\n.****\n..***\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*..***\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...***\n*..*..\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*.*...\n......\n...*..\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n.*....\n......\n..**..\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n....*\n.*.*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n*...*\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*...\n.**.***...\n.****.....\n.**.**....\n```\n\n\n## Output without wrap\n\n```\n.*.**.*...\n*.....*...\n*.....*...\n.*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...\n*.....*...\n*.....*...\n*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.***\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n.*..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....*..\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....**..\n....**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n*.**.*\n.**...\n**..*.\n.*..*.\n*.*..*\n..***.\n```\n\n\n## Output without wrap\n\n```\n.*****\n*..*.*\n....*.\n*..*..\n..****\n..*..*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...*.*\n....*.\n*..*.*\n..***.\n*.*..*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n****\n.**.\n*..*\n.***\n....\n....\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n....\n*..*\n.***\n..*.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.***\n..*.\n....\n****\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****..\n.*.**.*..\n.*.**.*..\n....*****\n.*......*\n```\n\n\n## Output without wrap\n\n```\n**.*..*..\n.*....**.\n.........\n..***.*.*\n.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**.\n.*....**.\n*........\n..***.*.*\n.***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n*****\n*..**\n..***\n**.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..........\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n***.......\n***.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.****...\n***...*....\n.....*...**\n....*...*..\n....*...*..\n....*..*...\n*...*..*.**\n.*..*......\n..**.......\n..*........\n**.....*...\n.**.......*\n**........*\n......*....\n```\n\n\n## Output without wrap\n\n```\n..**.***...\n.****..*...\n.*...*...*.\n....**..*..\n...***.**..\n...***.*.*.\n...***..*..\n.**.*......\n.***.......\n..**.......\n*..........\n..*........\n***........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*...\n*****..*..*\n**...*...**\n....**..*..\n...***.**..\n...***.*.**\n*..***..*.*\n***.*.....*\n.***.......\n..**.......\n*..........\n..*.......*\n.**.......*\n**....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n...\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.*.*..\n......\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.*.*..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.*.*..\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*.....\n......\n.*.*..\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.....\n......\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.***\n......*.*....\n.....*..*....\n*.......*...*\n.*...*.......\n.*.*.*..**.**\n**.*.**......\n.*..**.**....\n.*...........\n******......*\n.....*.*...*.\n.*...*.*..*..\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.......*.*.*.\n........*..*.\n........**...\n.............\n***.*...**.**\n.*...*.......\n**.*.....*...\n.*..**.*.....\n......*......\n*******......\n*..*.*.....*.\n..........**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..***\n........*..**\n........**...\n*............\n.**.*...**.*.\n.*...*......*\n.*.*.....*..*\n.*..**.*.....\n......*......\n*******.....*\n...*.*.....**\n..........**.\n*.........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n...\n...\n...\n.**\n***\n...\n...\n...\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n...\n...\n...\n...\n*.*\n.*.\n...\n.*.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..**.*....\n*.**.**..**.**\n...*..*.....**\n.....*.....*..\n...**.......*.\n...*.....*....\n....*...*...**\n*..****.....*.\n********.....*\n```\n\n\n## Output without wrap\n\n```\n.*.********...\n.*.*.*..******\n..**..*...*..*\n...*.*.....*.*\n...**.........\n...*........**\n............**\n*...........*.\n***....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.*.\n**.*.*..*****.\n*.**..*...*...\n...*.*.....*.*\n...**.........\n...*........**\n............**\n............*.\n........*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n.........\n.........\n.........\n.........\n**.......\n.*.*....*\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n***......\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n.........\n.........\n.........\n***......\n........*\n*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*..*\n*******.**\n*****.***.\n.*.******.\n***.******\n****...*.*\n.**..***..\n.*******.*\n*..***.***\n.*******.*\n```\n\n\n## Output without wrap\n\n```\n**....****\n.........*\n..........\n..........\n.........*\n.........*\n..........\n*........*\n*........*\n.**....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.........*\n.........*\n..........\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...*.*....\n...*..*****..*\n*...****.*....\n*...*...***..*\n....*...**....\n*..*....**..**\n.....*...*...*\n.....**.....**\n*..*.....*..**\n```\n\n\n## Output without wrap\n\n```\n..**..**.**...\n.***......*...\n...**.........\n...**.*...*...\n...**..*....**\n....*.....*.**\n....***.**....\n....***.......\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.**....*.\n****......*..*\n*..**.........\n*..**.*...*..*\n...**..*....*.\n*...*.....*.**\n....***.**....\n....***.......\n*****.*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..**\n**.*****.*\n*.********\n**.*******\n*******.**\n**********\n*.********\n***.******\n*.****.**.\n**********\n.*****.*..\n****.***.*\n```\n\n\n## Output without wrap\n\n```\n*......***\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n..........\n*........*\n.........*\n*....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.......*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.....*\n..**..\n*.*.*.\n.*.***\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n.****.\n.***.*\n.**.*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n*.....\n******\n******\n**....\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n....***\n....***\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*.*\n...*...\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*..*...\n*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...**......\n...........\n...........\n...........\n..*....*...\n.*.*..*.*..\n*.....****.\n*.......*..\n......**...\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n..*....*...\n.**...*..*.\n**....*..*.\n.........*.\n......**...\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n...........\n...........\n...........\n...........\n..*....*...\n.**...*..*.\n**....*..**\n.........**\n......**...\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n.***\n*.**\n*..*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n....\n*...\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n..***\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n**..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n.**...\n*..*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*..*..\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.....\n*..*..\n*..*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.\n.****..*\n**.*****\n*****.*.\n..****.*\n*.*****.\n..**..*.\n.*****..\n.*.*****\n***....*\n```\n\n\n## Output without wrap\n\n```\n.*...**.\n.......*\n.......*\n*.......\n*......*\n.......*\n......*.\n.*.....*\n.......*\n******.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n........\n........\n........\n........\n........\n......**\n**.....*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n***\n...\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**...\n.*......*..\n.*.......**\n.....**...*\n.....**....\n.****......\n...*****...\n```\n\n\n## Output without wrap\n\n```\n.......*...\n.......***.\n.........**\n.....**..**\n..**..*....\n..*....*...\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*..\n*......***.\n.........**\n*....**..**\n..**..*....\n..*....*...\n.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*****\n**.******\n*...***.*\n..*******\n*******..\n..*.****.\n**.*.***.\n..*******\n***.*****\n****.****\n```\n\n\n## Output without wrap\n\n```\n..*......\n***......\n*........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n**.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.**....\n**....*\n.***...\n**....*\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..*....\n*..*...\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n..*...*\n...*...\n.......\n**.....\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***..\n......**...\n.......*...\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n......*.*..\n...........\n......**...\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*..\n...........\n......**...\n...........\n...........\n.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n....**..\n.*....**\n.*.*.**.\n.*....**\n..*...**\n**.....*\n......*.\n....***.\n....****\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....*..\n..*....*\n**...*..\n.*......\n*.*.....\n.*.....*\n......**\n....*...\n....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*....*..\n*.*....*\n.*...*..\n.*......\n..*.....\n**......\n*.....*.\n....*...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*...**\n*....*\n.*...*\n**..**\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n**...*\n..*..*\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n***...\n**....\n***...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n***..*\n**...*\n......\n....*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*.**.\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*...**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*..\n.......*.*\n**........\n*.*....**.\n*..*.****.\n*....*....\n*.*....**.\n..**.****.\n```\n\n\n## Output without wrap\n\n```\n...**.*.*.\n.****.*.*.\n**.....*..\n*.*.....*.\n*...**..*.\n*...**....\n..****..*.\n.***..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....\n*****.*.*.\n**.....*..\n*.*.....*.\n*...**..*.\n*...**....\n..****..*.\n.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n.*..\n*...\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n**..\n**..\n....\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****...**.\n.**.*.**....*\n....*..*.*..*\n..**......**.\n.......*.....\n......***....\n```\n\n\n## Output without wrap\n\n```\n.***..***..*.\n*...*.....*.*\n.*.****...*.*\n....*.....**.\n......*......\n......*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*..**\n....*.....*..\n...****...*..\n*...*.....***\n...**...*....\n..****..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n..*....\n.*...**\n..****.\n...*...\n.....**\n*..**..\n.*.*...\n.*...*.\n.*.....\n.*....*\n.***...\n*.*****\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.**..**\n.*...**\n..**.**\n..**..*\n...*.*.\n..****.\n**.*...\n**.....\n***....\n**.....\n*.....*\n....***\n...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**..**\n.*...**\n..**.**\n..**..*\n...*.**\n*.*****\n**.*...\n**.....\n.**....\n.*.....\n.......\n*...***\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*.*.\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.\n..*.....\n*.*.....\n*.*...**\n*.*.....\n*....*.*\n*.......\n```\n\n\n## Output without wrap\n\n```\n.**.....\n..**....\n..**....\n*.**....\n*......*\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n..**....\n*.**....\n*.**....\n........\n*......*\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.*.\n***\n***\n...\n...\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n*.*\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.....\n.....\n..*..\n.**..\n.....\n..*..\n.***.\n.*...\n.***.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.**..\n.**..\n.**..\n.***.\n.*.*.\n*....\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n.....\n.**..\n.**..\n.**..\n.***.\n.*.*.\n*....\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***....\n............\n............\n............\n.....*......\n....*.*.....\n....*.**....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.....**.....\n.......*....\n.....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n......*.....\n............\n............\n.....**.....\n....*.*.....\n....*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..*...\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*\n*****..\n*.***..\n*.*****\n**.*.**\n*.....*\n***..**\n...**..\n```\n\n\n## Output without wrap\n\n```\n*...**.\n.......\n*......\n*.....*\n*..*...\n....*..\n*******\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n.......\n.......\n...*...\n....*..\n.*****.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..**\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n.........\n....*....\n**...*...\n*........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.\n.....**\n....***\n....*..\n.......\n.*.....\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n.....*.\n.....*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.....*.\n.....*.\n.....*.\n.......\n.......\n.*....*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n*.........\n*..*.....*\n..........\n.........*\n..........\n*.........\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*........*\n*........*\n*........*\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*.*.\n......\n.....*\n......\n..**..\n...***\n.**...\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n......\n......\n..**..\n.*..*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...*..\n......\n......\n......\n..**..\n.*..*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..**..\n..*...\n..***.\n*.**.*\n***.**\n*.*...\n*..***\n*..*..\n****..\n*..***\n.**...\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n....*.\n*....*\n*...**\n*.*...\n*.***.\n*.....\n*.....\n*...*.\n.****.\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n..**..\n.*..*.\n....**\n......\n....*.\n..*...\n*.***.\n......\n......\n....**\n******\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n*.*.*..\n*...*..\n*...*..\n**.***.\n*.***.*\n*...**.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n....*..\n**.*...\n**.***.\n**.....\n*......\n*......\n.*....*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.\n**.*...\n**.***.\n*....*.\n.......\n.......\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..*...\n**.*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n*..*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n*..*..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.*...\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*..**\n**.*.*.**.\n*.****....\n*.*..**..*\n**....*..*\n....***.**\n```\n\n\n## Output without wrap\n\n```\n.***..****\n*....*.***\n*......**.\n*.*...*...\n**..*....*\n.....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n*....*.**.\n.......**.\n..*...*...\n.*..*.....\n.****.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n.**\n**.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..**\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.\n............\n.....*......\n....**......\n...........*\n*...........\n.*.......*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....**......\n....**......\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n....**......\n....**......\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.....\n.**..*.....\n**.........\n...........\n...........\n*........*.\n.*......*.*\n*.*..***.*.\n.******.**.\n...**....**\n```\n\n\n## Output without wrap\n\n```\n.*.***.....\n*.*.**.....\n*.**.......\n.*.........\n...........\n.......***.\n**.....**.*\n*......*.*.\n..........*\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****..**\n*...**.....\n*.**.......\n.*.........\n..........*\n*......****\n.*.....***.\n*......*...\n**.......*.\n**.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***.....\n.*...........\n..***........\n...*.**......\n```\n\n\n## Output without wrap\n\n```\n..***.*......\n.*....*......\n.............\n..*..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.....\n.*...........\n.............\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............**\n............*.\n.......*......\n.......**.....\n..........*...\n**.......***..\n*........****.\n```\n\n\n## Output without wrap\n\n```\n............**\n............**\n.......**.....\n.......**.....\n........*.**..\n**..........*.\n**.......*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n............**\n.......**.....\n.......**.....\n........*.**..\n**..........**\n**.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n**.**.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*....\n.*.*...\n.......\n.***...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.***...\n.*.*...\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.***...\n.*.*...\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*...*\n*.**.\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*..*.\n*.*..\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****\n********\n***.****\n**.*****\n.*******\n.***.**.\n*.*.*.*.\n..*.**.*\n***.****\n*****..*\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n........\n*.......\n.......*\n*.*....*\n*......*\n*...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n*.......\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n.*........\n..........\n.......**.\n.......***\n*.......*.\n.*......*.\n**......*.\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.......*.*\n.........*\n..........\n.*.....***\n***.......\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n..........\n..........\n.......*.*\n..........\n*.........\n.*.....**.\n***......*\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.*\n*...***.\n..*.*.**\n.*...*..\n**...***\n********\n***.**..\n.**...**\n.*..*.**\n..****.*\n```\n\n\n## Output without wrap\n\n```\n.*..**..\n....*...\n.*.**..*\n***.*...\n...*...*\n.......*\n........\n....*..*\n.*..*...\n..****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n*...*...\n**.**..*\n.**.*...\n...*....\n........\n........\n....*...\n.*..*...\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...***..*\n*..*..****..*\n...***..*.**.\n.***.****....\n....**..****.\n.*.*..**.*...\n******.*.****\n.*.....**.*..\n.***...*.*.**\n***.*..*.****\n*.**.**.*.**.\n```\n\n\n## Output without wrap\n\n```\n.**..**......\n**...**...**.\n.**........*.\n.**.......**.\n***..........\n***.*......*.\n**..*.*......\n...*.*.*.....\n....**.**....\n.**..........\n.*.*...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*........\n.*...**......\n..*........*.\n..*.......*.*\n.**..........\n*.*.*......*.\n....*.*......\n...*.*.*.....\n....**.**....\n....*..*.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n..*.*...*\n*.*.*..**\n...*.*..*\n.***...*.\n.*....*..\n***.**...\n...**...*\n....**.*.\n```\n\n\n## Output without wrap\n\n```\n...*.....\n.**.*..**\n.**.**.**\n......*.*\n.*.**.**.\n....***..\n***.**...\n.**...*..\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n***.*..**\n***.**.*.\n......*..\n**.**.**.\n....***..\n***.**...\n***...*.*\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n.***.....\n.***.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.*.....\n*...*....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n*...*....\n*...*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n.*.*\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*....\n***.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.*..*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n...*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n...*.*\n.*...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.***.\n*..**\n****.\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.****\n*...*\n*****\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n****.\n.....\n****.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n...*\n*..*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n*.**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n..**.\n...**\n...**\n.....\n*..**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..***\n..*..\n.....\n...**\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n..***\n..*..\n.....\n...**\n*....\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n...**.\n.*.**.\n..*.**\n.*..**\n...**.\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n......\n.**...\n..*...\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.**...\n*.*...\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***.\n..........\n..**......\n.**..**.*.\n**...***.*\n**........\n*........*\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......*..\n.***......\n*..***..*.\n.....*.**.\n......*.*.\n**......*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.\n.......*..\n.***......\n...***..**\n.....*.***\n......*.*.\n.*......**\n*.....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**.....\n*......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n..***...*\n****.....\n...**....\n```\n\n\n## Output without wrap\n\n```\n.**......\n....*....\n.*.......\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n....*...*\n**.......\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n........\n..*.**..\n.....**.\n..***...\n....****\n........\n.....**.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n....***.\n..*...*.\n...*...*\n....***.\n....*..*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n....***.\n..*...*.\n...*...*\n....***.\n....*..*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n....\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.....**.\n........\n........\n........\n....*...\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n*.*.*\n*....\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**.*\n**..*\n**..*\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*...****.\n********.**.**\n***.**.****...\n**.*****.*.*.*\n...***.**.****\n.**..*********\n*.***.*.**.***\n.********...**\n...*****.*****\n****.***.**.**\n*.***.*******.\n```\n\n\n## Output without wrap\n\n```\n........*...**\n........*.....\n.............*\n..............\n**............\n**............\n**............\n**............\n**............\n**............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*.\n**...***.\n*...*...*\n*..*....*\n...*.*...\n....**...\n........*\n*......*.\n**...**..\n*...**..*\n```\n\n\n## Output without wrap\n\n```\n**...*.*.\n**..**.**\n*...***.*\n...*.....\n...*.*...\n....**...\n.........\n**....**.\n**..****.\n**..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*..**.*.\n....***..\n*..*....*\n...*.*...\n....**...\n........*\n**....**.\n.*..****.\n....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n******\n.*****\n******\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n*..**.\n.....*\n......\n*.....\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.***.\n**...\n..**.\n*...*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.***.\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*.*.\n*.*..\n..*..\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....**\n.**..**.*\n**.......\n**...*...\n....*..*.\n.*....*..\n..**..**.\n*...*....\n**...*..*\n**...****\n....***.*\n...**....\n```\n\n\n## Output without wrap\n\n```\n.**...***\n......*.*\n.....**..\n**.......\n**...**..\n..**.**..\n.***.***.\n*.******.\n....**..*\n**......*\n...*....*\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*****\n......*.*\n.....**.*\n**......*\n**...**..\n..**.**..\n.***.***.\n*.******.\n....**...\n.*.......\n...*....*\n*.***.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n.*.....*\n........\n........\n........\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n*.......\n........\n........\n........\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n...*\n.*..\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n***.\n**..\n....\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n***....*\n***.....\n........\n........\n........\n*.......\n........\n..**....\n........\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n*.*.....\n.*......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n..*....*\n***.....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n...*.*.\n...*.*.\n.*.*.*.\n.*.***.\n...*.*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n....*..\n.....**\n...*.**\n...*.**\n...*.**\n..**.**\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n...*.**\n...*.**\n...*.**\n..**.**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****.*.\n*.*..*..**\n******..**\n.*****.*..\n***.*..**.\n***.******\n.***.***.*\n.****..***\n*..****..*\n******.***\n**.***.***\n*.*.***...\n**********\n***.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n**********\n..........\n*......*.*\n.......*.*\n.........*\n.........*\n..........\n*........*\n*.........\n..........\n.........*\n..........\n........**\n*...*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n..........\n.......*..\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n....**\n*.*.*.\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n......\n.*...*\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n*.....\n*.....\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n*..........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.*...\n...***\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..*..*\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n*.*...\n*.*...\n...*.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n***\n..*\n***\n..*\n***\n..*\n***\n***\n.*.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n...\n*..\n...\n..*\n...\n..*\n...\n*..\n...\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...*.....\n..***.**.*..*\n..*.*........\n.*.*..*......\n......*......\n*...***.....*\n.**..***.*...\n.*..*...***..\n....*****.*..\n*.***..****..\n*..*.**......\n*....**......\n..*..**.**...\n....**.***...\n```\n\n\n## Output without wrap\n\n```\n....*...*....\n...**........\n..*.....*....\n..**.........\n..*.*.*......\n**..*****....\n*........**..\n....*....***.\n*.........**.\n*........**..\n*..*.....*...\n.**.....**...\n........*....\n........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.*...\n*...*...*....\n.**.....*....\n.***.........\n*.*.*.*......\n*...*****....\n.........**..\n*...*....***.\n*.........**.\n.........****\n*..*.....*...\n***.....**...\n.............\n........***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.\n...*..**\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n...**..*\n...**...\n...**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*.....*\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****.*.\n..*..*....\n.**......*\n*...*.**..\n```\n\n\n## Output without wrap\n\n```\n..***.*...\n.*.....*..\n*..****...\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...**\n*....**...\n........*.\n....*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**..\n***..\n.****\n.*..*\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*...*\n*...*\n*....\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.\n*......\n..**...\n...**.*\n.*.....\n**..**.\n....**.\n....**.\n......*\n.......\n...*...\n.....*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n**.....\n*.*....\n.**.*..\n.......\n*....*.\n*...**.\n...*..*\n....*.*\n.....*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n*.*...*\n.**.**.\n.*...*.\n.*....*\n.*..***\n...*...\n....**.\n.....*.\n.......\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*..*\n.*.*.*\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.*.**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.*.*.\n.*.**.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*....\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n**..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n......*\n.......\n.....*.\n....***\n.....**\n**....*\n**.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....***\n....*..\n....*..\n**...**\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n....***\n....*..\n....*..\n.*...*.\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n*...\n***.\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n..*.\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*...\n.*.*\n....\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n..*.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*..*\n*...\n..*.\n.*..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n******\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n.**........\n.**........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.**........\n.**........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.**........\n.**........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....***.\n**.....*.*.\n......*...*\n.*......*..\n.*.....**..\n*...*..*.*.\n.....*.*...\n*.*...***.*\n*.*.**...*.\n..**..*..*.\n....*****..\n*...*..*.**\n...*....*..\n```\n\n\n## Output without wrap\n\n```\n*.*...**.**\n......*...*\n*.*...*....\n..........*\n.......*.*.\n**....*....\n....*.**.*.\n..**..*....\n.**.**....*\n.**.**...*.\n..*.*....**\n...**...***\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*.\n......*....\n..*...*....\n...........\n**.....*.*.\n......*....\n**..*.**.*.\n..**..*....\n..*.**.....\n***.**...**\n*.*.*......\n**..*.....*\n....*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....\n.**.*...*\n.*.*....*\n.****...*\n.*....***\n.*****..*\n***.**.**\n..*...**.\n*.*..****\n```\n\n\n## Output without wrap\n\n```\n.**......\n***......\n*.***..**\n**......*\n**.....*.\n.......*.\n.*.......\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*....\n...*.*.*.\n..***..**\n........*\n*......*.\n.........\n.........\n...*.....\n.**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n**...\n.....\n.**.*\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n***..\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*\n**....*.*\n.*..**..*\n.*....*.*\n........*\n```\n\n\n## Output without wrap\n\n```\n*.*......\n.....*..*\n*.*.***.*\n.....*..*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....**\n.....**.*\n.**.***.*\n.....**.*\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*..*..\n***..*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*..*..\n*...*.\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....***.*\n..**......*.\n.***.***..**\n*.*.*...**.*\n.**.......**\n*.*...**....\n.*..*.*....*\n*****...****\n**..*.****..\n.****.*.**..\n.**.*..*.***\n.**..*.*..**\n.**...**..**\n```\n\n\n## Output without wrap\n\n```\n..**....***.\n....*.......\n.....****..*\n*...******..\n*.*....*****\n*.**.***..**\n....*.*.**.*\n....*.*....*\n......*.....\n....*.*.....\n*...*..*...*\n*....*.*....\n.**...**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....****.*\n*...*.......\n.....****...\n....******..\n..*....****.\n..**.***..*.\n....*.*.**..\n....*.*.....\n......*.....\n....*.*....*\n....*..*...*\n.....*.*....\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*..*..\n.....*\n*...*.\n..*...\n.**...\n*...**\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n.*.*..\n.*.*..\n.*.**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*..\n......\n*..*.*\n...*.*\n...*.*\n...*..\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..*\n**....*.....\n............\n*.**........\n...*.......*\n...**.*..*.*\n....***.....\n............\n..*......*..\n...*.....**.\n......****..\n..**...***..\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n*.*.........\n..**........\n..........*.\n...*..*...*.\n...**.*.....\n.....*......\n.........**.\n.......*..*.\n..**..*.....\n......*..*..\n........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n*...........\n*.*.........\n..**........\n*.........**\n...*..*...*.\n...**.*.....\n.....*......\n.........**.\n.......*..*.\n..**..*.....\n......*..*..\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*.*.\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n*.*\n.**\n***\n...\n***\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n*..\n...\n*.*\n...\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n.......*....\n............\n............\n............\n....**......\n....***.*...\n....*.*.....\n....*.*.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n....*.*.....\n...*..**....\n...**.*.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n....*.*.....\n...*..**....\n...**.*.....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.....*\n......\n.*.**.\n***.*.\n...***\n....*.\n...***\n..*.*.\n......\n.**...\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n**.**.\n**....\n.**..*\n......\n.....*\n....**\n.***..\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n....*.\n**.***\n**....\n***...\n......\n.....*\n....**\n.***..\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n......\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.....*\n*..**.......\n.*.**.......\n*.***.......\n***..**.....\n...****.....\n....*.......\n.......*....\n......***...\n*....**.*.**\n*....*....**\n```\n\n\n## Output without wrap\n\n```\n..**.*......\n**..........\n**...*......\n*...........\n*.....*.....\n.***..*.....\n...**.*.....\n......***...\n.....*..**..\n.....*..*.**\n.....**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*....*.\n**..........\n**...*......\n*...........\n*.....*.....\n.***..*.....\n...**.*.....\n......***...\n.....*..**.*\n*....*..*.*.\n.*.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n.....*....\n..........\n......***.\n......***.\n.......**.\n..........\n..........\n..........\n......*...\n```\n\n\n## Output without wrap\n\n```\n.....**...\n..........\n..........\n......*.*.\n........**\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n..........\n..........\n......*.*.\n........**\n..........\n..........\n..........\n..........\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...*\n.*.....*...*\n**.*...*...*\n.*.****.....\n**.*.......*\n.*.*........\n.*..........\n............\n....*.......\n***.*.*...*.\n.*....*....*\n```\n\n\n## Output without wrap\n\n```\n.*.....*....\n*.*...***...\n*..*.*..*...\n...*.*......\n**...**.....\n**..........\n............\n..*.........\n**.**.......\n...*........\n*..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.**..*..**..\n.*.*.*..*.**\n*..*.*......\n.....**.....\n.*..........\n............\n..*.........\n.*.**.......\n...*.*....**\n...*.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n*.**..*.\n....**..\n.*......\n***.....\n........\n.......*\n*.*....*\n...**...\n```\n\n\n## Output without wrap\n\n```\n.***....\n.**..*..\n.*****..\n***.....\n***.....\n.*......\n........\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.**..*..\n.*****..\n***.....\n***.....\n**......\n*......*\n*..*...*\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...**...\n........\n........\n........\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***....**\n.*.*.**...**\n..****...**.\n..*......**.\n*..*........\n.*.*........\n.**.........\n...***......\n```\n\n\n## Output without wrap\n\n```\n**.*.**...**\n**....*.....\n.*...**.....\n.**......**.\n.*.*........\n**.*........\n.*..........\n..***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*.\n.*....*.....\n.*...**.....\n.**......***\n.*.*........\n**.*........\n.*..........\n.....*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.\n.....**\n***..*.\n**.**..\n**.....\n.......\n.....*.\n....*.*\n```\n\n\n## Output without wrap\n\n```\n....***\n..*....\n..**.**\n*...**.\n.***...\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..***..\n..**...\n....*..\n.***...\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n***.\n.**.\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*...\n*.*.\n...*\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.*.\n....\n**.*\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n.*.*.*\n***..*\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**....\n****....*\n...*...*.\n.**.*****\n.*..**..*\n```\n\n\n## Output without wrap\n\n```\n**.......\n**..*....\n*.*......\n*...*....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n*........\n..*.....*\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n..*.*\n*...*\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*..\n.*...\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n**..*\n*..**\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.\n****.**\n*******\n*******\n*******\n*******\n*******\n*******\n*******\n..*****\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n...**\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n*.**.*.*\n*..*.*.*\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n.**.*...\n..*..*..\n.*.*.*..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.\n*.*..*.*\n**.*.*.*\n..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*...*.**\n*.....*...*.**\n*.....*...*.**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n............**\n**...***.**...\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***.**...\n.*...***.**...\n.*...***.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.***\n.....\n...*.\n.*.*.\n.....\n*....\n...**\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n..*.*\n..*..\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..***\n..*..\n..*..\n..*..\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n..**...\n.***...\n..*....\n*......\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n...*...\n..*....\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n...*...\n..*....\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**.*\n.........*\n*........*\n*******..*\n..**....*.\n..*.......\n.*..**.**.\n```\n\n\n## Output without wrap\n\n```\n........*.\n.........*\n*.****..**\n*...**..**\n.....*....\n.**.*..**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****.*\n.........*\n..****..*.\n....**..*.\n*....*...*\n.**.*..**.\n..****.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..**.*...\n..**.**..\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.**..\n.....**..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**.**..\n.....**..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**.**\n....*......*..\n........*.*...\n........**..**\n.....*.**.....\n...***..***...\n****.....**...\n..*..........*\n*.**.......**.\n...*.....*....\n```\n\n\n## Output without wrap\n\n```\n..........*.*.\n.........*...*\n..........*.*.\n......**.**...\n....**.*......\n..*.**..*.**..\n***...**..*...\n*........**.*.\n.*.*........*.\n.*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..*.\n.............*\n..........*.*.\n......**.**...\n....**.*......\n***.**..*.**..\n***...**..*.**\n.........**...\n**.*......*..*\n.*.*.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n.**.\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n.**.\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n.**.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....*.*\n......*.*.*.\n.....*.**...\n.*...*.**.**\n***.........\n...*.....**.\n........*.**\n..*****....*\n**..........\n```\n\n\n## Output without wrap\n\n```\n.........**.\n............\n.*....*...**\n*.*....***.*\n...*...*...*\n*..*.....*.*\n.....*...*..\n......*...**\n.*...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n*...........\n*.....*....*\n..*....***.*\n...*...*....\n...*.....**.\n.....*...*..\n...*.**.....\n...*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.*\n*....*.*\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***.\n***.***.\n***.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n**.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n...**.*\n.****..\n**.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n****.*.\n***.*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n****.**\n***.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*....\n...**\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..***\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n..***\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.**..\n.***.\n*.*..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n**.**\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*....*..\n.........*....\n....**........\n...*..........\n..............\n.............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n....**........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n....**........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n**...*\n*...*.\n...***\n.**.*.\n**..*.\n.....*\n**...*\n*.**.*\n*.*..*\n*.****\n***..*\n```\n\n\n## Output without wrap\n\n```\n.*****\n***..*\n**.*..\n.**..*\n***...\n******\n....**\n***..*\n*.**.*\n*....*\n*....*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.**...\n.*.*..\n***...\n.**...\n*****.\n....*.\n.**...\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.**...\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.*..**\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n***.\n..*.\n.*..\n....\n**.*\n..*.\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n..*.\n*.*.\n*.*.\n..*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n*...\n*...\n....\n*..*\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.***..\n..***.\n..***.\n.*.**.\n.....*\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n***...\n*.....\n*.....\n.**..*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....**...\n..........\n..........\n..........\n..........\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n*.*....**\n*.**..***\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.....\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..***.\n.**..***.\n.***.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n...*\n***.\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.*..\n*.**\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....*\n...*..*....\n...........\n...........\n......*....\n*...*....*.\n...........\n...........\n...........\n........*..\n*..........\n.***..*....\n....*..*...\n......*..*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.*.*.......\n....*.*....\n.*.**.*....\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.*.*.......\n....*.*....\n.*.*.**....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*.*..\n.***.\n..*..\n.....\n*****\n*.***\n..*.*\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**..\n.*.*.\n..**.\n.***.\n.....\n.....\n.....\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.*.**\n****.\n*****\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**..\n***..*.*\n.*...**.\n........\n........\n..*.....\n.**.....\n*.*.....\n****...*\n*..*....\n.***...*\n*.****.*\n```\n\n\n## Output without wrap\n\n```\n*.**.*..\n....*...\n*.*.....\n.*......\n........\n.***....\n..**....\n.***....\n**......\n**......\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n***....*\n***...**\n......*.\n........\n.***....\n.***....\n..**....\n........\n......**\n.....***\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n*..*..\n**.*..\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n****..\n*...*.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****..\n....**.**.\n.....****.\n*.......*.\n*..**...**\n...**..*..\n.....*.**.\n......**..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n....**..*.\n....*.*...\n......**.*\n...*.....*\n...*.....*\n....**.**.\n.....***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....**....\n....*.*...\n......**.*\n...*....**\n...*.....*\n....**.*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......\n...........\n...........\n...........\n.....**....\n....*......\n...*.**....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n....*......\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n...........\n...........\n...........\n...........\n....**.....\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*..\n....*........\n.......*..**.\n....*....*.*.\n...**....*..*\n*..*......*.*\n```\n\n\n## Output without wrap\n\n```\n.............\n..........**.\n..........**.\n...**...**.**\n...**....*..*\n...**......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........**\n..........**.\n..........**.\n...**...**.**\n*..**....*..*\n*..**....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*.\n..*...*.\n.*......\n```\n\n\n## Output without wrap\n\n```\n.***.*..\n*....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.*\n*....*.*\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*...\n****\n*.**\n**..\n***.\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n*..*\n...*\n...*\n..*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n****.*\n.*****\n***.**\n*****.\n******\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n*.**..\n*..***\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*.....\n*....*\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n......\n.*...*\n.*...*\n*.*...\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*..*..\n*.*...\n*...*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.**.**\n...***\n.**.*.\n.****.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n*.*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*...\n....\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n***.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*..\n.........*\n...*......\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..........\n...*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n.*.*..\n*...*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n**.*..\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n...***\n...***\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..**\n.*...**.\n**..*..*\n*.**....\n.*.*...*\n****....\n.**.*..*\n.*.***..\n```\n\n\n## Output without wrap\n\n```\n.***.**.\n*......*\n..*...*.\n........\n....**..\n....**..\n...*.*..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.\n..*....*\n..*...*.\n.......*\n....**..\n....***.\n....***.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..*.*.**\n*.**..*...*..*\n**.****...***.\n*.***.**..****\n***.********.*\n.**.***.*.**.*\n```\n\n\n## Output without wrap\n\n```\n.....**...****\n**...**.****.*\n..............\n..............\n.*..........*.\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.........**...\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....*.*..\n.********.*.*\n*....**.*.**.\n*...*...*..*.\n*.**...*****.\n```\n\n\n## Output without wrap\n\n```\n.**.**.*.*...\n..*.*...*.*..\n*.*....*.....\n*..****.....*\n..**.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*.\n*.***......**\n*.*....*...**\n*...****.....\n*.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*..*\n.*..*.\n.*..*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.*****\n***.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.***..\n******\n.**.**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*.***.*\n*****.***.*.**\n*****.*.*.**.*\n***..******..*\n***...****.*.*\n*..*.****.*.**\n.*.***.**.**.*\n**.*.*.******.\n*.**.*.*******\n```\n\n\n## Output without wrap\n\n```\n..........*.*.\n..........*..*\n............**\n...**........*\n...**........*\n...*.........*\n***.*.........\n*..**.........\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n...**.........\n...**.........\n...*..........\n..*.*.........\n....*.........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.****\n*.***\n.****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n*....\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n...*\n....\n..*.\n.***\n....\n....\n*.*.\n****\n....\n....\n..*.\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.***\n..*.\n....\n*.**\n*.**\n.**.\n....\n....\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*...\n....\n.***\n.***\n..*.\n....\n*.*.\n*.*.\n****\n....\n....\n..**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.......\n.*........*\n*...*.....*\n**.*.......\n...*.......\n```\n\n\n## Output without wrap\n\n```\n***........\n...*.......\n*.*........\n*****......\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.......\n...*......*\n..*.......*\n*****.....*\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n.*..**\n**...*\n*.*...\n.**.*.\n..*.*.\n...**.\n......\n.**...\n**.**.\n```\n\n\n## Output without wrap\n\n```\n******\n...*.*\n*.*.**\n*.**..\n..*...\n.**.**\n...**.\n..**..\n****..\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*.*.\n..**..\n..*..*\n.**.**\n...**.\n..**..\n****..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.*....\n.*.***\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n**....\n..*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.*....\n*.*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n...*..\n..*...\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***...*.\n*.**.....*.*\n*.*..*..**.*\n*.*.....*...\n...*....*...\n**.*...*...*\n..**...*..*.\n*..*....*.**\n```\n\n\n## Output without wrap\n\n```\n..****...**.\n.**..*.**...\n..........*.\n..**........\n.*....*..*..\n**....*.....\n.*.....*...*\n..***......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..\n....**.***..\n*.........**\n****......**\n......*..**.\n*.....*....*\n**........*.\n.*.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..*.\n....\n.*..\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n..*.\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n****..*\n*....**\n....*.*\n...***.\n.*..*..\n.**.*..\n*...***\n.....**\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*....*.\n*...*.*\n.....*.\n..*....\n**.*...\n*...**.\n**..*..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.......\n....*..\n.......\n..*....\n**.*...\n....**.\n**..*..\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*....\n*.*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........\n.*......*..\n..*......*.\n..****...*.\n.**........\n*..***..**.\n...........\n.........**\n........***\n```\n\n\n## Output without wrap\n\n```\n...........\n.**........\n.***.......\n.***.......\n.*..*......\n.****...*..\n..*.*......\n.......**.*\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......**\n.**.....*.*\n.***.......\n****......*\n**..*....*.\n*****...*..\n..*.*....*.\n.......**..\n*......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*....\n**..**\n*.....\n...*..\n******\n.**.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n..*.**\n..*...\n*...*.\n**..*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.....\n.**.**\n***.**\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n...***..\n...*.*..\n.....**.\n**....**\n**....*.\n**......\n**.....*\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n...*.*..\n...*....\n....**.*\n**.....*\n..*...**\n..*.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n....*...\n...*.*..\n...*....\n*...**..\n.*......\n..*...*.\n..*.....\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*.****\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.*...\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n...***...\n.....*...\n.....*...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*....\n....**...\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....*....\n....**...\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n*.*\n..*\n**.\n*.*\n**.\n...\n...\n*.*\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*.*\n*.*\n*.*\n..*\n**.\n...\n...\n...\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n**.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..**.....\n.........\n..**.**..\n...**.*..\n....**...\n........*\n*........\n..*....*.\n...*.....\n*........\n.****....\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*....\n..**.**..\n..*...*..\n...***...\n.........\n.........\n.........\n.........\n.*..*....\n.****....\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....*....\n..**.**..\n..*...*..\n...***...\n.........\n........*\n.........\n.........\n.*..*....\n.****....\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**\n***.*..\n.*...**\n*.....*\n*...***\n....*..\n```\n\n\n## Output without wrap\n\n```\n*.****.\n*...*..\n..*..**\n**..*..\n....*.*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**\n....*..\n..*..*.\n.*..*..\n*...*..\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*..\n*...\n...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******.\n******..**\n**..***.**\n..*...**.*\n**.**..***\n.***.***..\n***.......\n*******.*.\n*.***...**\n*..***.**.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n..........\n.*........\n.....**...\n.....**...\n.....*....\n........**\n.*........\n.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.....**...\n.....**.*.\n.....*....\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.***\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*....\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*.*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*.*.\n****\n....\n*..*\n..*.\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*.**\n.***\n.***\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*.*.\n.*.*\n...*\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n...***....\n....*.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n...***....\n...***....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....*.....\n...***....\n...***....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*..*.\n*****\n```\n\n\n## Output without wrap\n\n```\n*****\n.....\n*****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.*.*.\n..***.\n......\n**.**.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n.**.*.\n.*....\n**.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**.**\n.**.**\n.*...*\n**.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n.....*.*.\n.....*.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n*..*.....\n*..*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n*...\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n*..*.\n.**..\n.....\n.....\n.....\n.....\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n.*.**\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n**.*.\n.**..\n.....\n.....\n.....\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**....*.\n.........**.\n**.......***\n.**.*.......\n.*.*...*..**\n.*.*..*...**\n...*.....**.\n.***.******.\n```\n\n\n## Output without wrap\n\n```\n............\n*.*......*..\n*.*.......*.\n...**....*.*\n..........*.\n**...*......\n.....***....\n..******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.**...\n....*.......\n***.......*.\n...**....*..\n..........*.\n.*...*.....*\n**...*.*....\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******.\n***..*.**\n..***.**.\n.*..*.**.\n```\n\n\n## Output without wrap\n\n```\n..****.**\n........*\n*...*....\n..*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*........\n....*....\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**...\n.*.*.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.**.\n***..****\n.*.**.***\n*.*******\n*..*.*.**\n.**.***.*\n**.*.*.**\n```\n\n\n## Output without wrap\n\n```\n****.....\n**.*.....\n**.......\n.........\n.........\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n.***.*\n...***\n```\n\n\n## Output without wrap\n\n```\n..*...\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..*...\n....*.\n...*..\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n**.\n**.\n**.\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..........\n..............\n..............\n.*.*..........\n.*............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n..............\n..............\n..*...........\n.*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..**.\n..***\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.*..*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*...*\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n*..*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**....\n.**...*...\n*...*.**..\n*.*..*.*.*\n***..**...\n*.....***.\n....**.***\n```\n\n\n## Output without wrap\n\n```\n.*.****...\n*...*****.\n*....*....\n*...*.***.\n*.*..*..*.\n.*..**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.***.\n....***...\n*....*....\n*...*.**..\n.**..*..**\n....**....\n***.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.**.\n***.*.***.\n.******.*.\n*.*..*..**\n*.***...*.\n......***.\n.**.***.*.\n.*.***.***\n*****.***.\n```\n\n\n## Output without wrap\n\n```\n**..*.....\n**..*.....\n........**\n...**.**..\n...**.*...\n.*..*.**..\n........**\n*.*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.........*\n.*.**.**.*\n.*.**.*...\n*...*.**.*\n.*........\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**...*\n....***....\n.*.***..**.\n.*.*.***...\n.*..***...*\n*..*....*.*\n...**.**.*.\n**..*.*...*\n```\n\n\n## Output without wrap\n\n```\n......*....\n..*....*.*.\n...*....*..\n**.*...***.\n**.*.....*.\n..**....*.*\n*****.*****\n...**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..*\n..*....*.*.\n...*....*..\n.*.*...***.\n.*.*.....**\n*.**....*.*\n.****.****.\n*.*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n**.....\n***....\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**\n*.*.***\n***..**\n```\n\n\n## Output without wrap\n\n```\n.***..*\n*......\n*.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n......\n......\n*...**\n.*....\n.*....\n*.....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n**....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n.....*\n*....*\n.*...*\n**....\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n........*.*...\n.........**...\n.......*.**...\n........**....\n.......**.....\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..........*...\n...........*..\n..............\n..........*...\n.......***....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..........*...\n...........*..\n..............\n..........*...\n.......***....\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n******\n****.*\n***.**\n**.***\n.*..**\n***.**\n*.*.*.\n****.*\n.***.*\n*.***.\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.*....\n......\n......\n.*..**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n****\n*...\n*..*\n*..*\n****\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.**\n....\n***.\n*.*.\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n...*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*............\n..............\n..............\n..............\n.**...........\n.**...........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n.**...........\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*............\n..............\n..............\n..............\n.*............\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*...*.\n*.....\n*....*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**....\n**...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.*......*\n.*....*..\n.*....*.*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n***......\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n.**......\n.........\n*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...*..\n*....***..*\n..**.*....*\n....*..***.\n...**...*..\n......*....\n.***.*.*..*\n*.*..*.*..*\n*..**.*....\n.**.*......\n..*....*...\n```\n\n\n## Output without wrap\n\n```\n....****...\n..*..***.*.\n...*.*....*\n..*..*.***.\n...***..**.\n.....***...\n.*****.*...\n*....*.*...\n*...*.*....\n.**.**.....\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..*..\n*.*..***.**\n*..*.*....*\n..*..*.***.\n...***..**.\n.....***...\n.*****.*..*\n.....*.*..*\n*...*.*...*\n.**.**.....\n.**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n*....***\n***..*.*\n*..**..*\n***..*..\n.....*.*\n*.****..\n```\n\n\n## Output without wrap\n\n```\n......*.\n*..***.*\n*.**.*.*\n...***..\n****.*..\n*....*..\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n...***..\n..**.*..\n...***..\n.***.*..\n.....*.*\n.**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n******\n***.*.\n**.**.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*...*\n**...\n*.***\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.**.\n*.*.*\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..***\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n....\n....\n*...\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n....\n....\n.**.\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.***\n....\n....\n****\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*.*\n..*......\n**....*.*\n**....*..\n...**.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n*.**.*...\n*.*....*.\n***...*..\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*.*\n..**.*...\n..*....**\n.**...*..\n..***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**.**\n.*...\n..*..\n.**..\n*..**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n**.*.\n..*..\n.**..\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n***.*\n.*.**\n..*..\n***.*\n*****\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n..**..\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n..**..\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n*.*....\n*.*....\n**.****\n.*.**..\n***.***\n.*...*.\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*..**.\n.*..**.\n.......\n.......\n*.***.*\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*******\n.......\n....***\n....***\n.....**\n.......\n.****..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n***.\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*...\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n.*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*****\n.****.*...*\n*..*.******\n.****...***\n.*****.****\n*.*.****.**\n**.**.***.*\n*.*********\n***.**.****\n******..***\n*.**.****.*\n*..*****.*.\n*.******.**\n.*.******.*\n```\n\n\n## Output without wrap\n\n```\n.......***.\n**...**.**.\n**.........\n**.........\n**.........\n**.........\n...........\n...........\n...........\n...........\n...........\n**.........\n**.......*.\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..\n..*.*....\n.**.*...*\n*..*.....\n*.****.**\n.*....*..\n*...*.**.\n********.\n.*.**..*.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*..*...\n.**.*....\n*....*.**\n*.******.\n***.....*\n*...*....\n*.......*\n**.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**...\n..*..*...\n***.*....\n.....*.*.\n*.*******\n.**......\n*...*....\n*........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n......\n......\n......\n......\n.*..*.\n....*.\n....*.\n....*.\n...**.\n*.....\n......\n..*..*\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n......\n......\n...***\n...***\n....**\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n......\n......\n......\n......\n...***\n...***\n....**\n...***\n......\n......\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n*..**..*.\n..*......\n......*..\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n...*....*\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n......*..\n...*.**.*\n......**.\n...**...*\n.......*.\n....*.*.*\n..*......\n...*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.....***.\n.....*...\n...*..*.*\n......*.*\n...***.**\n.......*.\n...*...*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....***.\n.....*...\n...*..*.*\n......*.*\n...***.**\n.......*.\n...*...*.\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....**\n......*..\n....*...*\n*.*.*....\n..*......\n*...**.**\n.*....*..\n*.*****..\n*..*..*.*\n*..*.**..\n.*...*...\n**.......\n..*......\n```\n\n\n## Output without wrap\n\n```\n.*.....*.\n.*......*\n...*.*...\n.*.......\n....**...\n.*...***.\n***......\n*.***.*..\n*........\n***..***.\n.**.***..\n***......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....**\n.*.......\n...*.*...\n.*.......\n*...**...\n**...****\n.**......\n*.***.*.*\n*.......*\n***..****\n.**.***..\n***......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.*..\n*.........\n.***.*.*.*\n*...*.***.\n..*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n**........\n....*.....\n******..*.\n.*.....**.\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.*..\n......*...\n.*****...*\n*.......**\n..*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...\n**...**\n.....*.\n...***.\n...***.\n.*.*...\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n*.**.*.\n*.**.*.\n.****.*\n.......\n....***\n..*..*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.\n******.\n*.****.\n......*\n....***\n......*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.*....\n...*.*\n...*.*\n*****.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..*...\n.*...*\n*.....\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n..***.\n*.*...\n.*...*\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..**\n...*\n...*\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n...*\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**.*\n*..*\n*.*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n**....\n*.*..*\n..****\n***...\n```\n\n\n## Output without wrap\n\n```\n***...\n*..**.\n*.*..*\n*...**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...**.\n..*...\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n.*..**\n*.****\n.*****\n.*.**.\n*****.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.***.\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n.*...*.\n.*...*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*...*.\n.*...*.\n.*...*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*********\n*******.***\n.*********.\n```\n\n\n## Output without wrap\n\n```\n*.........*\n*..........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....*.\n**.*...***\n*.......*.\n*....*..*.\n*.......*.\n****..*.**\n..**..****\n..........\n..........\n.......*..\n...*..*.*.\n..*.***.**\n.**.******\n.......*..\n```\n\n\n## Output without wrap\n\n```\n***....*.*\n*.*....*.*\n*......*.*\n*......***\n*.*.....**\n.***...*..\n......*.*.\n.......**.\n.......**.\n.......**.\n..**...**.\n.*..**..**\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**......\n..*.......\n.......**.\n.*.....***\n.**.....**\n..**...*..\n......*...\n.......*..\n.......**.\n.......**.\n****...***\n....**..*.\n..*.**....\n....**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***..\n..........\n*........*\n.*........\n.....*.***\n**..*...*.\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.........*\n........**\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.....***..\n..........\n*.......**\n*.......**\n*...***...\n....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.**.\n....*.*.**\n*....*....\n.*........\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n....*.*..*\n....*....*\n.....*....\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.**\n*..*......\n.*...*..*.\n.*.......*\n***.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.*...\n*.*.*\n.**..\n....*\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n..**.\n*.**.\n.**..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n*.**.\n.**.*\n*..*.\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*...**\n.*.*.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n***.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n**..\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n***.\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n...\n*.*\n...\n.*.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*..***\n**...*\n......\n......\n.*.*..\n...*.*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.....*\n*.**..\n**...*\n......\n......\n..*.*.\n**.*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..**..\n.*....\n*.....\n......\n..*.*.\n.*.*.*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......*.\n..**..**\n..**...*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n..**..**\n..**..**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......**\n..**..**\n..**..**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******..\n***.*****\n****.*.*.\n**.******\n******.**\n..****..*\n*.**..***\n****.*.**\n****.*..*\n**.******\n.*.*.**..\n***..**.*\n***.*.**.\n*..*.*.**\n```\n\n\n## Output without wrap\n\n```\n*........\n........*\n.........\n.........\n*........\n*........\n*........\n.....*...\n.........\n........*\n...*....*\n.........\n....*....\n*.****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....*...\n.........\n.........\n...*.....\n........*\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n...*.\n****.\n*.**.\n*.*.*\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n*...*\n*...*\n*...*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*....\n*....\n.....\n*....\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n....*..\n.......\n...*...\n...*...\n...*..*\n*......\n*......\n*......\n.......\n.***...\n**.**..\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n.......\n.......\n..***..\n.......\n.......\n**.....\n.......\n.**....\n**.**..\n**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n...**..\n.......\n.......\n..***..\n.......\n*.....*\n**....*\n.......\n.**....\n**.**..\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*..*\n.***\n*.**\n****\n*.**\n****\n****\n**.*\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n*...\n*...\n*...\n....\n....\n....\n...*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*....\n*....\n.*.*.\n*..**\n**.*.\n.*...\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n*****\n*..**\n**.**\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n**..*\n**..*\n.***.\n...*.\n.*.*.\n...**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n...*.\n.....\n.....\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n.....\n.....\n..*..\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*.\n...*.*.*.*\n*..*..**..\n..*..*....\n...*..*...\n```\n\n\n## Output without wrap\n\n```\n........*.\n..***..*..\n..**.*.**.\n..****.*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.***.\n..***..*.*\n..**.*.**.\n..****.*..\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.\n*.**....*\n*.*....**\n**...*...\n**..**...\n*...*.*..\n.*...*.**\n...***.*.\n....*..*.\n.....*...\n......***\n```\n\n\n## Output without wrap\n\n```\n***......\n*.**....*\n*.**...**\n..*.***..\n....*.*..\n*...*.**.\n...*...**\n...*.*.*.\n...*.....\n.....*..*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n..**.....\n..**...*.\n..*.***..\n....*.*.*\n....*.**.\n*..*...**\n...*.*.*.\n...*.....\n.....*..*\n*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n...*\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n*.**\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**\n...*.*..\n.....*..\n*......*\n.**.....\n*..*..**\n***...*.\n.*.*..*.\n..*...*.\n.**.****\n......*.\n.*******\n......**\n**.**..*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....*.*.\n.....*..\n***..***\n*.*...**\n*..**...\n****....\n...*...*\n.*..**.*\n..**....\n.*..*...\n...*....\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n.......*\n.....*..\n***..*.*\n***....*\n...**.**\n..**....\n...*..*.\n*...***.\n****....\n*...*...\n...*....\n.*...*..\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*..\n**...*.**\n.**.**.*.\n.*.....**\n**.......\n....**...\n...****..\n....**...\n.....*...\n.....**..\n.....**..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n**....**.\n*.*.**.**\n..*.**...\n......***\n**.......\n...*..*..\n...*..*..\n...*.....\n.........\n....*....\n....*..*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n..*.**.*.\n..*.**...\n......***\n**......*\n...*..*..\n...*..*..\n...*.....\n.........\n....*....\n....*..*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*......*\n*....*....\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*...*\n...*.\n...**\n***..\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..**\n*....\n.*..*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n**.*.\n.....\n****.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...\n..........\n....*.*...\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..........\n.....*....\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*....\n....*.....\n**.....*..\n......*...\n*.***.*...\n.*...*.***\n..........\n..........\n..........\n..........\n..........\n..........\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n....*.....\n....*.....\n..........\n*.**.***..\n.****.*.*.\n.********.\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n....*.....\n..........\n*.**.***..\n*****.*.**\n**********\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...*\n..*.....\n**.....*\n**.....*\n*......*\n*......*\n.**...**\n.*..**..\n..**..**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*....**\n........\n*....*..\n*.*.**.*\n*......*\n..**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n..**..*.\n........\n......**\n........\n.....*.*\n***.***.\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**..***\n.**...**...\n.*...**.*..\n**....*.**.\n***.**..***\n***..**.*..\n**...***...\n....***.*..\n*...*..*.**\n.*******..*\n*.*..*.*...\n..**..*..*.\n*.****...*.\n*.*..***..*\n```\n\n\n## Output without wrap\n\n```\n.**..*****.\n***.*......\n.....*..**.\n....*.*...*\n...**.....*\n...*....*..\n*.*.....*..\n**..*...**.\n.**......**\n*.*....*.**\n.......**..\n......*.*..\n.......****\n..*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...***\n.**.*......\n.....*..**.\n....*.*....\n...**......\n...*....*..\n*.*.....*..\n.*..*...**.\n***......**\n..*....*.*.\n*......**.*\n......*.*..\n*......***.\n..*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*.*..\n..**.\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.****\n*.*.**\n.*****\n******\n******\n*.****\n******\n******\n*****.\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n...***\n..****\n****..\n*.*...\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**.*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n..*......*\n..*......*\n```\n\n\n## Output without wrap\n\n```\n..........\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n.***......\n.***......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n...*..\n.*.*..\n.*.*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..*.*.\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n..*.*.\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.....*\n.*...*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n....*\n*....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n*.*.*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...**\n*..**\n..*..\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n***.**\n...*..\n```\n\n\n## Output without wrap\n\n```\n*.*.*.\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n***.**\n...*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*...\n***..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n...*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n****\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n...*\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n*..*\n****\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n..**\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n..*...*\n..*...*\n*.....*\n...*...\n.****..\n*....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n.**...*\n.*...**\n.......\n.*.**..\n.****..\n.****..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n.**...*\n.*...**\n*.....*\n**.**..\n.****..\n.****..\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n**.*\n....\n****\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n...*\n***.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n****\n....\n****\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n..*....\n.***...\n****..*\n*.*....\n.......\n.......\n..*...*\n....**.\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n*......\n*......\n.*.....\n.......\n.......\n....**.\n.....*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.**....\n.......\n*.....*\n*.....*\n.......\n.......\n....**.\n...*.**\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*\n**.****\n*****.*\n*******\n*.*.***\n.***.**\n**.****\n****.**\n***.***\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*\n......*\n.......\n.......\n*......\n.......\n.......\n.......\n.......\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n.....*.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...*..*\n...*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..***.\n..**..\n..***.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..**..\n.**...\n..**..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n..**..\n.**...\n..**..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n...\n...\n...\n...\n*..\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n***\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.*.\n...\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*.*..\n*.**.*\n**.***\n****..\n.*....\n*.....\n.**...\n***...\n**...*\n*.***.\n*.*...\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n**..*.\n....*.\n......\n......\n.*....\n.*....\n......\n....*.\n.*.***\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.*...\n......\n......\n......\n......\n.*....\n.*....\n......\n....**\n...**.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*...*.*..\n.**.*....***.\n*.*.....*.**.\n**......*.*.*\n.*...........\n.......*.....\n.**...**.*...\n*..*.....*...\n*.*....***...\n***.....****.\n*.*.....*....\n***....*.****\n*..**...***.*\n```\n\n\n## Output without wrap\n\n```\n.*...........\n*..*.....*.*.\n*.**.....*...\n*.**.........\n*......*.....\n......*.*....\n*..*.*...*...\n*..*..*.*....\n*...*....**..\n....*........\n...*.......*.\n..*....**..**\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.**...*\n*..**..***..*\n****.....*.**\n.***.........\n**.....*.....\n*.....*.*....\n*..*.*...*...\n*..*..*.*....\n*...*....**.*\n....*........\n.*.*.........\n...*..***....\n...******....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**.*\n.***\n..**\n...*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n....\n.**.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n..*.\n..*.\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**....**\n****.*....*..\n*...*.*..*.*.\n***...*.**.**\n...*..*.*....\n*.**.**..**..\n```\n\n\n## Output without wrap\n\n```\n...........*.\n....*...***.*\n*.**.**......\n***...*......\n*..........**\n..*...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.**\n.......*...*.\n.***.**....**\n.**...*....*.\n*..***..*..*.\n........**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n..*.....*\n*...**...\n.*..*..*.\n..*...**.\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n.*.***...\n.*.**..*.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..\n...**....\n**.***..*\n.*.**..**\n...*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.\n**********\n******.**.\n**********\n**********\n**********\n*******.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*.......\n**.......\n*.......*\n........*\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n..*......\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.......\n.**.....*\n.*.....**\n*.......*\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..**...\n**.*.......\n....*......\n..*.**.....\n.***.*.**..\n*.*...*.*..\n.***..*.*..\n```\n\n\n## Output without wrap\n\n```\n**.........\n**.**......\n.**.**.....\n.**..**....\n.....*.**..\n*...***.**.\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**...\n**.**......\n.**.**.....\n.**..**....\n.....*.**..\n*...***.**.\n*..*.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.*.\n*..*.\n*....\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n**.**\n.*.*.\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n***..\n*....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n****\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n**.*\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n*.**...\n...*...\n.*.....\n*.*..**\n..**.*.\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*...*..\n*...*..\n.*...*.\n......*\n.*....*\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n....*..\n.......\n.......\n*......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n......\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.**..\n**..*\n...**\n..*..\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n*...*\n***.*\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*..*.\n.*..*\n.**.*\n*.*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n.*......\n........\n........\n........\n........\n...*....\n..**....\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n........\n........\n........\n........\n..**....\n........\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n*.....\n*....*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n*....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n.....*.*.\n.*....**.\n..**.*.*.\n....*..*.\n.....***.\n.*.*.*.**\n```\n\n\n## Output without wrap\n\n```\n.........\n....**.**\n..*......\n..*......\n..*....**\n...*.*...\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n.....*...\n*.*......\n*.*......\n..*....**\n.....****\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n***.\n..*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n*.*.\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..***\n.*.*..*..\n......***\n...****..\n.........\n...***...\n......*..\n.**...*..\n```\n\n\n## Output without wrap\n\n```\n......*..\n.**...*..\n..**..*..\n...****..\n......*..\n....*.*..\n...**....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n*....**..\n.***..*..\n...****..\n......*..\n....*.*..\n..*...*..\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...*.....\n.........\n.........\n.........\n.........\n.........\n.*....*..\n......*..\n*.....**.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....***.\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....***.\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*.*\n.****.***.\n******..**\n**********\n***...****\n******.***\n****..***.\n****..***.\n**********\n****.*..**\n```\n\n\n## Output without wrap\n\n```\n*....*.*..\n..........\n..........\n..........\n..........\n....**....\n..........\n..........\n..........\n*....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***..\n...*....\n.*...**.\n....***.\n**.*..*.\n**...***\n*......*\n*..*...*\n**......\n```\n\n\n## Output without wrap\n\n```\n.****...\n.*.***..\n...*.***\n*.**....\n*.....*.\n*.*...*.\n.*....*.\n*.......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..*\n**.***..\n...*.*..\n*.**....\n*.......\n.**.....\n........\n........\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*..**.\n****.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***..\n*....*\n*....*\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.**..\n.**.....*.\n....****..\n*....***..\n.........*\n....*.....\n..**.**...\n...**..***\n..*.*....*\n..*..*****\n...*.***..\n*....***..\n```\n\n\n## Output without wrap\n\n```\n.**....*..\n.****...*.\n.*..*...*.\n....*..**.\n.....**...\n...***....\n..*..****.\n......****\n..*.*.....\n..*......*\n..........\n....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*.\n.****...*.\n.*..*...*.\n....*..**.\n.....**...\n...***....\n..*..****.\n......****\n*.*.*.....\n..*......*\n.........*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n***.*.\n*...**\n*...**\n....**\n****.*\n****.*\n***.*.\n..**..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n..*...\n*.....\n...*..\n*.*...\n*....*\n.....*\n*...*.\n*...*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n......\n...*..\n..*...\n......\n......\n....*.\n*...*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......***\n..*.......*\n.**....*..*\n..**.....*.\n*.**...****\n**.....*...\n*.....*.**.\n......*..*.\n....**.**..\n```\n\n\n## Output without wrap\n\n```\n.........**\n........*..\n........***\n...........\n.*....*****\n*.*...*...*\n**...**.***\n.........*.\n.....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.*\n.......**..\n**......***\n.*.......*.\n......***..\n*.*...*..*.\n**...**.**.\n...........\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..\n.....*.\n*..***.\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*...*\n.**....*..*.\n.**.....*.*.\n******.**.**\n*.*.....*.*.\n*.*.........\n*.*..**.....\n.*.**..*....\n```\n\n\n## Output without wrap\n\n```\n........***.\n...*...**.**\n...****.....\n...**.*.....\n*...*..**.**\n*.*...**....\n*.....*.....\n.**...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....*\n.....*....**\n...****...**\n...**.*...**\n....*..**..*\n..*...**...*\n*.*...*....*\n*..*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.*....*\n.....*.\n.....*.\n.*.*...\n.......\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n....***\n.....*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n....***\n.....*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*.****\n**..**\n***.*.\n*.*.*.\n.*****\n**.**.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n......\n......\n..*.*.\n*.....\n.....*\n*.....\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*.*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.**.*.**\n*....*..*...*\n**...**.*....\n.......***...\n.......*.*.**\n...***..**.**\n*..***..****.\n```\n\n\n## Output without wrap\n\n```\n.*.**********\n*..*....*****\n***.....*..*.\n.......*..**.\n....*..**.**.\n...*....*....\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**....\n*.**.*..*...*\n.**.....*....\n.*.....*..*..\n....*..**.**.\n**..**.*.....\n***..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.......*\n....**.....*\n.....**....*\n.....*.**...\n....*.**..**\n...**.......\n.........*..\n...*.....*.*\n*..*.....**.\n```\n\n\n## Output without wrap\n\n```\n....*.......\n....***...**\n.......*....\n....*...*.**\n...**.***...\n...***....*.\n...**.....*.\n........**..\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.......*\n*...***...**\n.......*....\n....*...*.**\n...**.***...\n...***....*.\n...**.....*.\n........**.*\n*.***....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n...\n**.\n**.\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n******\n***..*\n...***\n....**\n...**.\n..****\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n*.....\n.***..\n......\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.***..\n......\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n*.......\n....*...\n..*.*.*.\n.*.***.*\n.....***\n**....*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n...*.*..\n..*...*.\n..**...*\n***....*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n.*......\n...*.*..\n..*...*.\n*.**...*\n.**.....\n***..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*.*.**.\n.*****.\n.******\n*.**.**\n...****\n*******\n.***.**\n*.****.\n*****.*\n*****.*\n*******\n```\n\n\n## Output without wrap\n\n```\n*.*...*\n*......\n*......\n*......\n.......\n*......\n*......\n.......\n*......\n......*\n......*\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...\n............\n............\n....*.*.....\n.....**.....\n***.**......\n.*..........\n**..........\n**......*...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n......*.....\n.*.*..*.....\n***.***.....\n............\n..*.........\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n......*.....\n.*.*..*.....\n***.***.....\n............\n..*.........\n**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n.......\n.......\n..*..*.\n...****\n*....**\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*.**\n...*...\n...*...\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n.......\n.......\n...*.**\n*..*...\n*..*...\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**....\n........**....\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n........**....\n........**....\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........**....\n........**....\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n*.......*\n.*.......\n*........\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n*.*......\n.*......*\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.****\n..***\n**...\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n**..*\n*....\n*...*\n.*...\n.****\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n**...\n*****\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n***.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*....*\n.............\n..........*..\n.*...........\n.............\n.............\n.............\n......*......\n.........*..*\n.*...*....*..\n*...*.....*..\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..........*..\n.........*.*.\n.........*.*.\n..........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..........*..\n.........*.**\n.........*...\n...........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n******\n***.**\n**.**.\n.*.**.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.....*\n*.....\n......\n......\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...*.*.\n...*.*.****.*\n..***...*.*.*\n.*.......****\n...*....*.*..\n.***...**.**.\n```\n\n\n## Output without wrap\n\n```\n......*..*.*.\n.....***....*\n..***..*....*\n....*...*...*\n.*.*...**...*\n..**...**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........*\n.....***....*\n..***..*....*\n*...*...*...*\n**.*...**...*\n...*...**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.**.....\n.*...*..\n....*...\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n.**.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n.**.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n....\n...*\n****\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n.*.*\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..**..\n.**...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n..*...\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n..****\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**...\n*.*..**.**\n*.....*...\n.**.***...\n*..*..*.*.\n*.****.**.\n..*..*..**\n```\n\n\n## Output without wrap\n\n```\n.*...***..\n..........\n*.***.....\n*****.*...\n*.......*.\n..*..*....\n.**..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.....\n*........*\n*.***.....\n*****.*..*\n*.......*.\n*.*..*....\n..*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*..*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*.*\n*.*.......\n****......\n.*.*......\n****......\n......*.*.\n***...*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n*****.....\n..***.....\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..**......\n..........\n*****.....\n..***.....\n.*.*......\n..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**...\n.*........\n.....**...\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n*.*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n..*.*.\n**.***\n.***..\n.****.\n***..*\n```\n\n\n## Output without wrap\n\n```\n.****.\n......\n*....*\n.....*\n....*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..**.\n....***..\n*....*..*\n**.**..**\n.*.*.****\n..*....*.\n*...*.*.*\n...**....\n```\n\n\n## Output without wrap\n\n```\n....*.**.\n....*....\n**.*....*\n**.*.....\n**.*.*...\n.****....\n....**.*.\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.\n*...*....\n.*.*.....\n.*.*.....\n.*.*.*...\n.****....\n....**.**\n*..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*...\n*........*\n*.....*..*\n*.....*...\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*\n.*.......*\n.*........\n**...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n**.*.\n...**\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..**\n.*.**\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**..*\n.*.**\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n..*...\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*..*.*\n*...**\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n*.*..\n*.*.*\n....*\n**.**\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*.*..\n.....\n*.*.*\n...**\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.**..\n*.*..\n*...*\n..*..\n*..**\n.**..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..*.\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n***\n***\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n...\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.**\n*********\n**.******\n*******.*\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n........*\n*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........\n...........\n*......*...\n......*....\n...........\n...........\n...........\n...........\n..*........\n......**...\n...........\n........*..\n...........\n......*....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.......*...\n...........\n...........\n...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.......*...\n...........\n...........\n...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n*.**\n*.*.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*..\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..\n*.......\n.***..*.\n..*..*.*\n...***..\n...*.*.*\n...*...*\n........\n.*..*.**\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n.***..*.\n.*...*..\n..**.*..\n..**.*..\n....*.*.\n......**\n.....***\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n*......*\n****..**\n.*...*..\n..**.*..\n..**.*..\n....*.*.\n*.....**\n.....***\n.**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n***\n**.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..**..\n.**.*.\n.****.\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*.*.\n......\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*...**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.*...\n****.\n*.**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n...**\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.***.\n..*..\n.....\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.*.\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*.*.\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n......\n...*..\n****..\n**....\n..*...\n.**...\n.**...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*.*..\n*..*..\n*..*..\n*.*...\n...*..\n*..*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n.*.*..\n*..*..\n*..*..\n*.*...\n...*..\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n***.*\n.**..\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n*....\n.****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n*.****\n*.****\n*****.\n***..*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n*.....\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n...\n***\n**.\n...\n***\n***\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n..*\n..*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n...***........\n..............\n...**....*.*..\n....*....*.*..\n....*.*..*.*..\n.....*...***..\n..............\n.........**...\n..............\n...**.........\n```\n\n\n## Output without wrap\n\n```\n..............\n....**........\n...*.*........\n...***........\n....**..**.**.\n....**........\n........**.*..\n..........*...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n....**........\n...*.*........\n...***........\n....**..**.**.\n....**........\n........**.*..\n..........*...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n****\n*.**\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n.....*....\n......*...\n..........\n....*.....\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n***\n...\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n**.*..\n*.*.*.\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n**..*.\n*.*..*\n.*.**.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n.**..****\n.******.*\n**.*.*.*.\n*.*..****\n*.*..*..*\n.*.*****.\n**.*.*.**\n*.**.*.**\n```\n\n\n## Output without wrap\n\n```\n*..**...*\n.........\n........*\n*........\n*.**.*..*\n*.*.....*\n...*.....\n*........\n*.**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..**.*...\n..*......\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.........\n...........\n...........\n...........\n*.....*....\n**...*.*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n**.........\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n...........\n...........\n...........\n*..........\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....\n.*.**....\n**.*.....\n```\n\n\n## Output without wrap\n\n```\n..***....\n**...*...\n**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n.*.**....\n**.*.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*...\n....*..*.....\n..........*..\n.....*.......\n.............\n.......*.....\n......*......\n............*\n........*..*.\n.......**....\n............*\n*......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.......**....\n.......**....\n.......**....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.......**....\n.......**....\n.......**....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n.*.*......\n..........\n*......***\n..........\n*......***\n..........\n..........\n..........\n***.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.........*\n*.......*.\n*.......*.\n..........\n........**\n........**\n..........\n***.......\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*\n**..........*\n..*.........*\n.*........*.*\n**........*.*\n```\n\n\n## Output without wrap\n\n```\n.............\n.*.........**\n*.*.........*\n***.........*\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.*.........**\n..*.........*\n.**.........*\n.*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*.**\n*.**\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n.......\n.......\n....***\n...*..*\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n....***\n...*..*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.......\n.....*.\n....***\n...*..*\n...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.........*\n.......**.\n........**\n..........\n..........\n..........\n..........\n..........\n.**.......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.......*.*\n.......**.\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.......*.*\n.......**.\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*..*..\n....**\n......\n*...*.\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n....**\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*...**\n....**\n....*.\n......\n**.**.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*.....\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....*.\n...*.*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n.....*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n..*..*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n..**.*\n....**\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*..*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*..\n...*.**.*...\n..**......*.\n..*****.....\n...*........\n..........*.\n............\n.*..........\n............\n.........*..\n..........*.\n```\n\n\n## Output without wrap\n\n```\n.....***....\n..******.*..\n.......*....\n.....*......\n..**.*......\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.*..\n..******.*..\n.......*....\n.....*......\n..**.*......\n............\n............\n............\n............\n............\n.........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n......\n......\n......\n......\n......\n....*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n......\n......\n......\n......\n....*.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.**\n.....\n*.*.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**.*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.**..\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.**.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n.*.*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.**..\n*...*..*..**\n...*.***.***\n...**.*...*.\n....**...***\n.....*.**..*\n*.....*..***\n**....*.*...\n****..*.*...\n.*****.***..\n```\n\n\n## Output without wrap\n\n```\n........***.\n...**.......\n..**...*.*..\n..***.*...*.\n...*.....*..\n....**.....*\n..........**\n..........**\n....*.......\n.....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.....*\n..***..**...\n..**...*.*..\n..***.*...*.\n...*.....*..\n....**......\n..........*.\n..........*.\n......**....\n**...**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.......\n.......\n..*....\n.......\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.**..\n.*.**\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n.*..*\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n...**\n.*..*\n*....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*\n**.**...\n...**.**\n```\n\n\n## Output without wrap\n\n```\n*.**....\n*.....*.\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..***\n***..***\n***..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n*...**...\n*.*......\n**...*...\n```\n\n\n## Output without wrap\n\n```\n.........\n*........\n*...**...\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..*\n*.......*\n*...**..*\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.......*.\n......*..\n.....*...\n.........\n.........\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n......**.\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.***\n***.*\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*....\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*.*\n*.*.\n.***\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n*..*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n..**..**..\n.....*.*..\n****......\n**.......*\n**.......*\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n......***.\n....*..*..\n*.*.......\n..........\n........**\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**\n......***.\n....*..*..\n..*......*\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n...*\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*...\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n*....**.\n*....*.*\n.....***\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n.*......\n*....**.\n....*..*\n.....*.*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n*....**.\n*...*...\n*....*.*\n......*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..***\n...*.**..\n*.*.*..*.\n..*..****\n..*......\n**..*****\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...*****.\n.**.....*\n.*..*...*\n.....****\n........*\n.*.....*.\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**..\n.....*...\n.*..*..*.\n.....***.\n.........\n*....****\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.**..\n.*..*\n***..\n***..\n**.**\n..*.*\n...**\n.**..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.**..\n****.\n...*.\n...*.\n.....\n*...*\n.**..\n.*..*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.****\n...*.\n...**\n.....\n.....\n.**..\n**..*\n**...\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.***.\n*....\n.*.**\n.****\n.*.**\n*****\n*****\n*..**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n*..*.\n*...*\n**..*\n**...\n.....\n.....\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n*....\n.*...\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....\n.****...\n*..**.*.\n.*...**.\n*.....**\n```\n\n\n## Output without wrap\n\n```\n....*...\n**..**..\n**...*..\n**.....*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n*...**.*\n*....***\n**......\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..**.*\n......\n..****\n******\n..*..*\n**....\n***...\n......\n...*.*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n.....*\n.....*\n......\n.....*\n*.....\n*.*...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**\n..***.\n.....*\n......\n......\n......\n.....*\n*.*...\n***...\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n*.*.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.**.\n***..*\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n*....*\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.**.**\n.....*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n..*......\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....\n.*.*...*\n.**....*\n...*....\n**......\n*..*.*.*\n**......\n.*.*.***\n```\n\n\n## Output without wrap\n\n```\n........\n**.*....\n.*.*....\n*.......\n***.*...\n..*.....\n**...*.*\n***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*\n.*.*....\n.*.*....\n........\n***.*..*\n..*....*\n.*...*..\n.*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..*..*..*\n**......*\n.****...*\n....*....\n..*.**...\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*...*....\n*.***....\n**...*...\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*......**\n.*..*..**\n.****..**\n**...*...\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n*.....\n*..*..\n.*..*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..*..\n*..*..\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n...**.\n...*..\n.*****\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n*.....****\n*.....****\n.......*..\n**......**\n.*......*.\n*....**.**\n.....***..\n..*.*.*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n**.....*.*\n..*....**.\n**.....*..\n........**\n.....**.**\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.........*\n**........\n.*.....**.\n.**....***\n.*.....*..\n*.......*.\n*....**...\n.......**.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.*.\n....\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..**\n.*..\n..*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n*.***..\n**...*.\n*....*.\n*...*..\n.*.*...\n.......\n..**...\n.*..***\n**.....\n.**....\n******.\n**.*...\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n.....*.\n*.*..*.\n*.*..*.\n**..**.\n.......\n..**...\n.*...*.\n**....*\n**.*.*.\n....**.\n.......\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*...***\n*.*....\n..*....\n**..*.*\n*......\n..**...\n......*\n*......\n...*...\n*...*.*\n.......\n*..***.\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n*.....\n......\n......\n.*.*..\n......\n......\n......\n***...\n...**.\n....*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.*....\n*...*.\n.*..*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..*...\n......\n......\n......\n......\n......\n.*....\n......\n**...*\n.*..**\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*.*....\n*......\n......*\n***....\n..*...*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n*.*....\n*.*....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*...*.\n..*..*.\n.**..**\n..*..*.\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.*......*\n.......*.\n..*.....*\n.**....*.\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......**\n.**....**\n*........\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n........*\n**.....*.\n..*......\n.......**\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**..\n...*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n**..\n....\n....\n....\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n....\n....\n....\n....\n...*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.**\n..***.**\n..***.*.\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n***.....\n***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n....**.....\n....*......\n*.*.*.****.\n*.****...**\n***..**..*.\n....**.*.*.\n****...*.**\n..**....**.\n.*..*.*.*.*\n**.**.**.**\n*...*...**.\n*.****....*\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.....\n....*.***..\n..*...*****\n*.........*\n*.*......*.\n....**.*.*.\n.*....**..*\n*...*......\n**..*.*...*\n*****.*...*\n*.....***..\n.*.***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....**.....\n....*.***..\n*.*...****.\n...........\n*.*......*.\n....**.*.*.\n**....**...\n....*......\n.*..*.*....\n.****.*....\n......***..\n**.***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.*..*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*..*..\n*....*..****\n*..**..**...\n.**.........\n...*.....*.*\n...*....*..*\n```\n\n\n## Output without wrap\n\n```\n**..**..**..\n*.*..**...*.\n*.***..**.*.\n.**.*...*...\n...*......*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.*....\n..*..**...*.\n*.***..**.*.\n***.*...*...\n*..*......*.\n...*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n...*.*\n.**..*\n*.....\n******\n.**..*\n.***.*\n*...**\n*****.\n*.*.**\n**....\n**....\n*.****\n```\n\n\n## Output without wrap\n\n```\n..**..\n...*.*\n.**.*.\n*....*\n*..***\n.....*\n*..*.*\n*....*\n*.*...\n....**\n..*...\n...**.\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...*.*\n.**.**\n......\n...**.\n......\n...*..\n......\n..*...\n....*.\n..*...\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***..**.\n....***...**.\n.....**..***.\n```\n\n\n## Output without wrap\n\n```\n...........*.\n...**.......*\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........**\n*..........**\n*..........**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..****\n***.*******\n***********\n***********\n.****..*..*\n.*******..*\n```\n\n\n## Output without wrap\n\n```\n*...*.....*\n...........\n...........\n...........\n..........*\n.*...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.**\n*.**...*.\n*.****.*.\n```\n\n\n## Output without wrap\n\n```\n.***..***\n..*.*...*\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*......*.\n*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n.*.*\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n...*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.**\n.**.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n***.*.\n******\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*....\n......*.*....\n.....*..**...\n....*........\n.......***...\n....***......\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.....**.*....\n.....*.***...\n.......*.....\n....*.***....\n.....****....\n.....*.......\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.....**.*....\n.....*.***...\n.......*.....\n....*.***....\n.....****....\n.....*.......\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**.....\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*.*......\n.*.*......\n.*.......*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.*........\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.....\n**...*\n*...**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**..**\n**..**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n.*..*.\n.*..*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.**.*\n.***.\n.*...\n****.\n*****\n***.*\n*.***\n*...*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*...*\n*..*.\n.....\n....*\n....*\n.....\n*.*.*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n...*.\n....*\n.....\n.....\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n**.*\n....\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n**..\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n*...\n.*.*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n.....**\n.*.*.**\n..**.**\n**.**.*\n**..*..\n*.*.*.*\n.....**\n..*..**\n.*.*..*\n......*\n*.**...\n**...*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n***.*..\n...*...\n*......\n*.....*\n....*..\n*..**.*\n.*.**..\n..*.*..\n..*...*\n.*.*...\n*.*....\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.**.*..\n...*...\n.......\n.......\n....*..\n...**..\n.*.**..\n..*.*..\n..*...*\n.*.*..*\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...\n.*.*...\n.**....\n.......\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n*......\n..*....\n.......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.\n**...*.\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.*..**.\n..*.**.\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.\n.**..*.\n.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*..\n*.*..*...\n.*....*..\n.*.*****.\n....*...*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*...*..\n*......*.\n.*......*\n..*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.*\n..*.***..\n*......*.\n*....***.\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........***\n..............\n..............\n...........***\n```\n\n\n## Output without wrap\n\n```\n..............\n...........***\n...........***\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.*\n...........***\n...........***\n...........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n.....*.*..\n......**..\n```\n\n\n## Output without wrap\n\n```\n......*...\n.....*.*..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**.\n....**.**.\n....**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n*...**\n.***..\n**...*\n......\n*...**\n*..*..\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n*.****\n..**.*\n**....\n**..**\n....*.\n*.***.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n..***.\n..**..\n**....\n.*..*.\n*...**\n*.***.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n***\n.*.\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*\n*..*...\n.*.*.**\n..****.\n.......\n**.....\n......*\n..*...*\n```\n\n\n## Output without wrap\n\n```\n....**.\n..*.*.*\n.*.....\n......*\n.*..**.\n.*.*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n.......\n.......\n**..***\n*..*...\n.*...*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n......***\n......**.\n.**...**.\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n.......*.\n......*.*\n.....*...\n.**...**.\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n.......*.\n......*.*\n.....*...\n.**...**.\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*.\n..***....\n..**.....\n..***....\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n.*..*....\n.*.......\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*..*....\n.*.......\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*...\n..*.\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.*..\n..**\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n.*............\n..**..........\n.***..........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..*...........\n...*..........\n.*.*..........\n..*...........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..*...........\n...*..........\n.*.*..........\n..*...........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...*.*\n.....*\n...*.*\n..*...\n.*....\n.**.*.\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n.....*\n....*.\n..*...\n.*.*..\n...*..\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n*....*\n*....*\n....*.\n..*...\n.*.*..\n...*..\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n***.**\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..\n.*..****\n.*..*...\n*...****\n.....*.*\n*..*.*.*\n.**..**.\n...**.*.\n```\n\n\n## Output without wrap\n\n```\n....**..\n.****.*.\n**.*....\n....*..*\n.......*\n.**..*.*\n.**....*\n..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n*****.*.\n.*.*....\n*...*..*\n........\n***..*.*\n***.....\n.*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n...*..\n......\n.*..*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n.*....\n***...\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*..\n***..***.\n.......*.\n***...***\n*.*...*..\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n....**.*.\n.....*.*.\n.....***.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n..***.*.*\n.....*..*\n.****.*..\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n......\n......\n....**\n*..*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n....**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n.....\n.....\n.....\n.....\n...*.\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..***\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.***.\n*.*....*...\n.....*.****\n.*...**...*\n..*.***.*..\n```\n\n\n## Output without wrap\n\n```\n.***..***..\n.****.....*\n.*...*.****\n..........*\n....*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...*.\n.****......\n.*...*.****\n*.........*\n.**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n..*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.\n.....**\n*....*.\n****...\n....***\n...*..*\n*...*..\n.*.....\n...***.\n```\n\n\n## Output without wrap\n\n```\n....*.*\n...*...\n*.*.*..\n*......\n**..*.*\n....*.*\n....*..\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.**..**\n*.*.**.\n.......\n....**.\n.*..*..\n*...*..\n......*\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.**\n...*.*\n.*..*.\n....*.\n..**..\n**....\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..*...\n.....*\n.*...*\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n***...\n**....\n.*...*\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n...*\n*.*.\n*.*.\n....\n....\n....\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n..**\n....\n....\n....\n....\n....\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*.*\n*.*.\n....\n....\n....\n....\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**..*\n.****\n**..*\n****.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n....*\n....*\n....*\n...**\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**..\n*.***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.....\n.***.\n***.*\n.*.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n**.**\n...**\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n........*..\n.......*...\n........*..\n.......*...\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.......**..\n.......**..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.......**..\n.......**..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n..****\n..***.\n....**\n...*.*\n**.***\n*.*.*.\n**....\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*...*\n..*...\n..*..*\n..**..\n**...*\n..*.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*...*\n..*...\n..*..*\n..**..\n.*....\n..*.*.\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**....\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.**....\n.......\n....*..\n...*.*.\n..*.**.\n.*..*..\n*.**...\n****..*\n..**.**\n.....*.\n....**.\n....***\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n....*..\n...*.*.\n..*..*.\n.*..**.\n*...*..\n*....**\n...*.**\n...*...\n.......\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.\n.**....\n.......\n....*..\n...*.*.\n..*..*.\n.*..**.\n....*.*\n.....*.\n...*.*.\n...*...\n.......\n...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*..*\n.*.*.\n..**.\n..*.*\n.*..*\n*...*\n*..*.\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n.*...\n.*.**\n.*..*\n.**.*\n.*..*\n**.**\n...*.\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*..*\n**.**\n.*..*\n***.*\n.*..*\n.*.*.\n*..*.\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*..\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n.***\n****\n**.*\n**.*\n*.**\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n...*\n...*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n*.*....\n..*....\n***...*\n.*....*\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n*.**...\n*......\n*.*....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n****...\n......*\n.**..**\n**....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.....**\n.......\n.***...\n*..*..*\n**.**..\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.***...\n.***...\n*......\n..***..\n*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****.\n.......\n..**...\n****...\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n....\n.**.\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n*.*.\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n*.*.\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*..\n*..*..*\n...*..*\n......*\n...*...\n..*..**\n**.*.*.\n*.*.*.*\n*......\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n.*.*.**\n.....**\n.......\n..*.***\n.***.**\n*.....*\n*.*....\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.*...\n.......\n.......\n.**.**.\n****.*.\n*......\n..*....\n.......\n**.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*..\n*.*...******\n**.......***\n.......***..\n*....****.**\n.**..**..*..\n****..*..*..\n..*.****..**\n*....*..*...\n**..***..*.*\n.*...**..*.*\n.**.*.*..***\n*.*.**.**.*.\n.**.***.*...\n```\n\n\n## Output without wrap\n\n```\n.......*.*..\n*.*....*...*\n**....*....*\n**..........\n.*...*....*.\n...**....*..\n*.......**..\n*.*.*..****.\n*..*....**.*\n**..*..***..\n...*...***.*\n*.*.*......*\n*.......*.**\n.**.*.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**......*\n..*....*....\n.*....*.....\n.*..........\n**...*....**\n...**....*..\n*.......**.*\n..*.*..*****\n...*....**..\n.*..*..***.*\n...*...***..\n..*.*.......\n*.......*.*.\n.**...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n****\n.*..\n****\n*.**\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.........\n...*...*......\n........*..*..\n..*.**....*.**\n*........*.*..\n*...*..*.**...\n*....*..*...*.\n*.*.*..**.*...\n...*....**....\n.*.***........\n..*....*...*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..........***.\n..*..*..**...*\n***.*...*...*.\n**....*.*.....\n*..*.**..*.*..\n**.*...*.**...\n.....***.*....\n.....*.***....\n..*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...**.........\n..........****\n*.*..*..**....\n.**.*...*.....\n......*.*.....\n...*.**..*.***\n.*.*...*.**...\n*....***.*....\n..********....\n..*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*.*\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n....*\n*.**.\n.*.*.\n*****\n*..**\n*.***\n.....\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.****\n.....\n*....\n*....\n.**.*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**.*\n****.\n.....\n.....\n.....\n***..\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*\n**.*.***\n...*.*..\n**...***\n.**....*\n*....***\n.**.....\n........\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n..***.*.\n..***.*.\n....*.*.\n.*......\n*....*.*\n.*....**\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....\n**.**...\n....*.**\n........\n*....*.*\n.*....*.\n*.....*.\n*......*\n........\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.**...\n*.....\n*.*..*\n**.***\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*..*.\n..*.*.\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.**.**\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*****\n***.**\n.*****\n*.***.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.....\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n*.....\n*.....\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n.*....\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*....*\n.*....\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.*\n*...***.\n*...**.*\n.***...*\n...*..**\n**.**.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*......*\n*.*....*\n.***.*.*\n*....***\n..******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n........\n..*.....\n.***.*..\n.....**.\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n****..*..\n.....***.\n......**.\n*......**\n*......**\n........*\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n*..*.**..\n.**..*...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*\n*..*.***.\n***..*.**\n**.......\n.........\n*........\n........*\n........*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******..****\n.*..*.*******\n*.******.****\n**..**..*****\n****.*****.*.\n*...*******.*\n*****.**.*.**\n*************\n```\n\n\n## Output without wrap\n\n```\n*****.*.....*\n.............\n*.*..........\n.............\n..**.........\n............*\n.............\n*........*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n..*..........\n.............\n..**.........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*\n..***...\n*.*....*\n.**....*\n*.**..**\n..**.*.*\n**......\n........\n....***.\n```\n\n\n## Output without wrap\n\n```\n...*....\n...*....\n.*......\n........\n...**.**\n.****...\n.****...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.\n.*....*.\n.......*\n........\n...**...\n.****...\n.****...\n.*..***.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n*....*\n**...*\n.....*\n.*....\n```\n\n\n## Output without wrap\n\n```\n....*.\n*.*..*\n**..**\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..*...\n.*..*.\n.*...*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..*\n..*.*..*\n**..**.*\n..*..*.*\n```\n\n\n## Output without wrap\n\n```\n..**....\n....***.\n.**.....\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.\n........\n.*...**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........***...\n........***...\n....**........\n....**........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n........*.*...\n....**...*....\n....**........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*...\n........*.*...\n....**...*....\n....**........\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.**..\n.*.*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..**.\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n**.**\n*.*..\n.****\n**..*\n*.**.\n...**\n```\n\n\n## Output without wrap\n\n```\n*..**\n....*\n*....\n....*\n*...*\n*.*..\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..\n**.**...\n**......\n.**.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n***.**..\n...***..\n...*....\n*.*.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..\n...***..\n...*....\n*.*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**.**\n***.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..**\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n...*.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....**\n*..*..*...\n........**\n..*...*...\n..........\n.*.*..*...\n.***......\n.*.....*.*\n*.*...*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n.......*..\n..........\n..*.......\n.*.*......\n**.*......\n*..*....*.\n.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**.\n*......*..\n.......*.*\n..........\n..*.......\n.*.*......\n.*.*......\n...*....**\n..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*...*\n...**\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n..*..\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n**.**\n*.*..\n.****\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...*\n.*.....*.\n.*....**.\n****...**\n......**.\n*.**.**.*\n.......**\n...*....*\n....*....\n....*..**\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*.*..***\n......*..\n***.....*\n*...**...\n.....*..*\n..***.*.*\n.......**\n...**..**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...*\n**.*..***\n......*..\n***......\n....**...\n*....*...\n..***.*..\n.......**\n...**..**\n....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.*...\n*..*.\n**...\n**.**\n.*.**\n*...*\n****.\n****.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n..*.*\n..*.*\n..***\n...**\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n..*.*\n..**.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**.**\n.****\n.*.**\n.....\n..**.\n..***\n**.*.\n*.*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n***..\n*...*\n.....\n.*..*\n....*\n..*.*\n....*\n*....\n..**.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*..*\n....*\n..*.*\n*....\n.....\n..**.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*...**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n...\n...\n...\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.....\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n**...\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*....**.\n*....**.*..*\n*.*.....*.*.\n**..**.****.\n**.***....*.\n.**.*.*.*...\n..*.*......*\n***.*.*..*..\n.***.*...***\n..**.**..*.*\n..**.**.....\n```\n\n\n## Output without wrap\n\n```\n**....*.***.\n*...***.*..*\n....*.......\n.....***....\n......**.***\n............\n**..........\n**.......*..\n........**.*\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******.*.**.\n.**..****.**\n....*.......\n.....***..**\n......**.***\n............\n............\n.........**.\n*.......**.*\n.........*..\n..**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n*****.\n.*****\n```\n\n\n## Output without wrap\n\n```\n**..**\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n**.***\n*.***.\n*.*..*\n.*..**\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n*.....\n*.**..\n*.**.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n......\n......\n.***..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n**.**.\n..**.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*....\n.**..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n**...*\n***..*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n.****..*.\n*.***..**\n.***..*..\n*.**....*\n*.**.***.\n..*...*..\n*........\n.*.....*.\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.*..*....\n.......**\n*....****\n*.......*\n*....*...\n....****.\n..**.***.\n.*.......\n.**......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*......*.\n*....****\n.........\n*....*..*\n*...****.\n..**.****\n.*.......\n.**......\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**..*...\n.**...........\n.**.....*.*..*\n*.....*****...\n.....*..***...\n```\n\n\n## Output without wrap\n\n```\n..*...........\n...*....**....\n.**....****...\n.*.....*.***..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*****...\n...*..*...*...\n*.*....****...\n.*........**..\n*.*..*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**.*\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....\n...*.....\n.**.*..**\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*..*....\n*...*....\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*...\n**...*...\n..*.**...\n.**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n.*.\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..***\n*...*\n*....\n.....\n.....\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**.*\n.***.\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n..*..\n**..*\n.....\n.....\n..**.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*...*\n...*.\n..*..\n*..**\n***..\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n.*..*\n..*.*\n..**.\n*.**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n*.*..\n*.***\n*.*..\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n........\n....**..\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**...\n..*..*....*.\n........**..\n..*......*..\n..........*.\n.....**...**\n...*....**..\n.....**.*...\n...*........\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n........**..\n.......*..*.\n............\n........*...\n........*...\n.......*...*\n.......*..*.\n........*...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n........**..\n.......*..*.\n............\n........*...\n........*...\n.......*...*\n.......*..*.\n........*...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n..*\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n..*\n...\n***\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*\n*...*...\n....**..\n.***....\n...***..\n........\n..***...\n........\n..**....\n.......*\n.*...*.*\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n.**.**..\n..*.....\n...**...\n..*..*..\n...*....\n....*...\n........\n..*...*.\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n...***..\n.**.**..\n..*.....\n...**...\n..*..*..\n...*....\n....*...\n........\n*.*...*.\n*.......\n*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***********..\n*.*.********.*\n**.**..*****..\n.*****.****.**\n.*.********.**\n```\n\n\n## Output without wrap\n\n```\n.**........**.\n*.............\n*............*\n.............*\n.*........*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.............*\n..............\n..............\n.............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*.*..***\n.******..**.*.\n..*..*.*....*.\n*.....*......*\n**.**..*....**\n.****..**..*..\n**.*....*.**.*\n```\n\n\n## Output without wrap\n\n```\n**....**.*****\n*.......***...\n..*....*...***\n*.******.....*\n*...*****...**\n.......*****.*\n**.**..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.....\n........***...\n*.*....*...**.\n..******......\n....*****...*.\n.......*****..\n.....*..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.***.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.****\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n****.\n.*.**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.........\n***......\n........*\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n*........\n.*.......\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n*........\n**.......\n..*.....*\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*..*\n..**\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.**.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n*....\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**..*\n.*..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n...**.*\n*......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*.*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n...*...\n.......\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n...*.\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n*........*\n..........\n..........\n..........\n..........\n.***......\n*..*....*.\n****....*.\n*.......**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..*.......\n.***......\n*...*.....\n*.**...**.\n*.*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.........*\n..........\n..........\n..........\n..*.......\n.***......\n*...*.....\n..**...**.\n*.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n....\n....\n*.**\n.*.*\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.***\n**.*\n.*..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n...*\n****\n.*.*\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n*....*\n.....*\n**...*\n**...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*..**\n**..**\n**..**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n.*..*.\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n*...\n*..*\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.....\n*...***.**.\n......**...\n...**....*.\n*....***...\n....*....**\n```\n\n\n## Output without wrap\n\n```\n**..**.....\n**.**...*..\n...***.*.*.\n...**.....*\n......*.**.\n....****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.*...\n.******.*..\n*..***.*..*\n...**.....*\n...*.*.***.\n*.***.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.****\n.*****\n**.**.\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*...\n*...*\n.....\n.....\n.....\n..*..\n.*...\n**...\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n.....\n***..\n*....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n*....\n.....\n.....\n.....\n.....\n***..\n*....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n....\n..*.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*....\n*..*.....\n....***.*\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n...*.*...\n...*.*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n...*.*...\n...*.*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n......**.**..\n*.....****...\n........*....\n.............\n*....*.......\n......*......\n.....*.*.....\n....****.....\n...****......\n```\n\n\n## Output without wrap\n\n```\n.............\n......*..**..\n......*...*..\n........**...\n.............\n.............\n.....**......\n....*..*.....\n...*...*.....\n...*...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.....\n......*..**..\n......*...*..\n........**...\n.............\n.............\n.....**......\n....*..*.....\n...*...*.....\n...*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*.....\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.....\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.........\n..............\n..............\n..............\n..............\n........*.....\n..............\n............*.\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*...*\n.*.**\n.*.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n.....\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n***..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.***\n.**********\n.**********\n***....****\n***********\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*.*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.*.*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n***..\n*****\n..**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n....*\n*...*\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n...**\n.....\n.....\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n.....*....\n***.*.....\n**....**.*\n.*........\n...*..**..\n..........\n....*..*..\n.*.**.....\n.....**...\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n*.*..**...\n..........\n***.....*.\n..........\n......**..\n...**.....\n...**.*...\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**........\n..*..**..*\n.........*\n.**.....*.\n..........\n......**..\n...**.....\n...**.*...\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n...\n...\n**.\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n..*..\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n**..*\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n..*....\n**....*\n*.....*\n*.*....\n.***.*.\n..*..**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n**.....\n*......\n*.**...\n...****\n.******\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n**.....\n.*....*\n.......\n*.**...\n*..***.\n.******\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n***.\n**..\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n...*\n*.*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n****\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n...**\n.....\n.**.*\n.*...\n.....\n....*\n....*\n...*.\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n..*.*\n.**..\n.**..\n.....\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..**\n*..**\n*.*.*\n***..\n***..\n.....\n.....\n...**\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n*.*.\n****\n*...\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n...*\n*.**\n*...\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**....\n.....**....\n....***....\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.......*...\n....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...\n.......*...\n....*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........**.\n..............\n..............\n..............\n..............\n..............\n...........*.*\n.............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*.\n..............\n..............\n..............\n..............\n..............\n............*.\n...........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n**...\n**...\n..*..\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n*.*..\n..*..\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n..*..\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n..*.\n..*.\n..*.\n....\n*...\n.***\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n.*.*\n.*.*\n..*.\n....\n.**.\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n.*.*\n..*.\n****\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.\n.*....*\n*.....*\n...*.*.\n.......\n.......\n*.*....\n```\n\n\n## Output without wrap\n\n```\n**...*.\n**....*\n....***\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n..**...\n....*..\n*....**\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.********\n****.*****\n*..*...*.*\n..*****..*\n***.****.*\n*****.**..\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**........\n**........\n**......*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n...*\n....\n*.**\n*...\n*...\n..*.\n*.*.\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n...*\n.**.\n**..\n....\n....\n..*.\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n....\n*...\n*..*\n*.**\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n.***\n****\n****\n****\n*.**\n****\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n**...\n***..\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n*....\n.....\n..*..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n..*.*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.**\n****..*.\n.......*\n...**..*\n.....**.\n.....*.*\n.*...*.*\n.*..*.**\n*....**.\n**..*.**\n....****\n..*....*\n..******\n```\n\n\n## Output without wrap\n\n```\n.***.*.*\n*.**....\n.**....*\n....*..*\n.......*\n.......*\n...*...*\n**.**.*.\n...***..\n***.**..\n**.**...\n.*....*.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..\n..******\n*.*....*\n....*..*\n.......*\n*......*\n...*...*\n...**...\n...***..\n..*.**..\n**.**...\n..*.*...\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**.\n..*.....\n.***....\n....*...\n.******.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.***....\n........\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n.***....\n........\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.*.*..\n.....*\n.*.*..\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*.*.\n....*.\n.**.*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n..*.*.\n*...*.\n.**.**\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n...*.*.\n..*...*\n*..*.**\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.*.****\n..*.*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*\n.***...\n...**..\n....*..\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.***.\n.*...\n...**\n.*...\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n**.**\n.*.*.\n.***.\n..**.\n*.*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**.*\n...**\n..**.\n*.***\n*.**.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....\n..*.*....\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n*..*.....\n*..*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.*.\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*..\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n****\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**..\n....*.*...\n.*...**..*\n.....*.*..\n.*..*.**.*\n**..*.**..\n*.....*...\n...*...*..\n.****..**.\n```\n\n\n## Output without wrap\n\n```\n.....***..\n....*.....\n....*..*..\n....*..*..\n**..*.....\n**......*.\n**...**...\n.*.**.***.\n..***..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n....*.....\n....*..*..\n....*..*..\n.*..*.....\n.*......**\n**...**...\n.*.**.***.\n....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..****.\n*.......**.\n..*...*...*\n.**.*.*...*\n*..*..*....\n..**.**..*.\n*****.*..*.\n****....*.*\n.*.....***.\n.**.****...\n**......*.*\n*...*.*....\n.*..****...\n.....**.*.*\n```\n\n\n## Output without wrap\n\n```\n***........\n*..**.*****\n...***.*...\n.***.*..*..\n.*...*..*..\n.....*...*.\n.....**.***\n....*.**..*\n...**.*....\n.**...*....\n..*.*.*....\n.*..*......\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*******...*\n*..*...*..*\n...***.*..*\n.***.*..***\n.....*..*.*\n*....*...*.\n.....**.*..\n....*.**..*\n...**.*..**\n*.*...*...*\n*.*.*.*..**\n*...*.....*\n*..***....*\n..****....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n***.\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.***\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......\n...*......\n........*.\n.*..*....*\n.*****....\n**.*.*....\n*.*.*..*.*\n.*.*......\n.*.*...*..\n...*......\n...*.....*\n*.......*.\n.....*.**.\n*......***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n....**....\n..........\n....***...\n*..**.....\n***..*....\n.....*....\n...**.....\n........*.\n.......**.\n......*..*\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n..........\n..........\n....**....\n*.........\n....***...\n*..**...**\n..*..*....\n.....*....\n...**.....\n........*.\n.......***\n......*.**\n**....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.*\n*.****.***\n**..**....\n....**..**\n```\n\n\n## Output without wrap\n\n```\n..***.*...\n*..**..*..\n*.*.*.*.*.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.***......\n.***..**..\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.****\n.****..**\n.**.*.***\n.**.*.*..\n*....*..*\n...*.**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.**.*\n*........\n*...*.*.*\n*.*.*.*.*\n.***.....\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n....*.*.*\n..*.*.*..\n****....*\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n...\n..*\n...\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....***..\n...*.******\n.*...**.*.*\n*.**...*.*.\n***.***.*..\n**...*.****\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n....*.....*\n.*.*.*....*\n*..*.....*.\n....**....*\n*.*.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*......\n....*.....*\n.*.*.*.....\n...*.....*.\n....**.....\n..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n*.*\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*.*.\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*\n.**.*...*\n....*.*..\n.*.*.**..\n....*****\n..*..**.*\n.*...****\n*..**....\n..*...*..\n**..***..\n```\n\n\n## Output without wrap\n\n```\n*..*.....\n...***.*.\n**..****.\n...**..*.\n..**.....\n.*.......\n.*..*....\n*...*....\n*...*.*..\n.*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*...*...\n**..****.\n...**..*.\n..**.....\n........*\n....*...*\n....*..**\n....*.*..\n***.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.***\n.*..\n.*.*\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n**.*\n**.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n...**\n...**\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n..*..\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...**\n.**.*\n**.*.\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***\n.....*.*\n.*...*..\n......*.\n..**....\n*...*...\n..*.*...\n**.*...*\n.*......\n*.....**\n....**..\n........\n...*.*..\n.*...**.\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n.*..***.\n........\n.*.*....\n.**.*...\n*...*...\n*..*....\n***..***\n........\n....*...\n........\n........\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***..\n*...***.\n....***.\n........\n.*.*....\n.**.*...\n....*...\n*..*...*\n..*..**.\n**......\n*...*...\n.......*\n....***.\n.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n**.*.\n****.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*...\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...**.\n......\n......\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....*.\n......\n......\n....*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n....\n***.\n.*..\n***.\n.***\n.*..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n***.\n....\n*..*\n...*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n.*..\n***.\n....\n....\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*.*\n....*.\n**....\n***...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n.*.*..\n*.**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n....*.\n**.**.\n*..**.\n..**.*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.***\n.*..\n.***\n*...\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n*...\n***.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n.***\n****\n*...\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*******\n**.*.**.*.**\n**..*.******\n**.*********\n```\n\n\n## Output without wrap\n\n```\n*.**.*..*..*\n...*........\n............\n*****......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n...*........\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n*.....*.\n*....*.*\n....*.*.\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*.*\n....*...\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n....*...\n......*.\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n.***..*.\n*..*.*.*\n*....*..\n...****.\n***...*.\n...***..\n..**..**\n....*.**\n*****.**\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*....*.\n*..*.*..\n...*....\n*.***.*.\n.**...*.\n....**.*\n..*....*\n....*...\n.****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n**....**\n*..*.*.*\n*..*....\n*.***.*.\n.**...**\n*...**..\n..*....*\n....*...\n**..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n...***.**\n*******.*\n..**.*.*.\n*..**..**\n*........\n...**....\n```\n\n\n## Output without wrap\n\n```\n.......**\n........*\n.........\n*..*....*\n.***...*.\n..**...*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n**....***\n.........\n...*....*\n****....*\n*...*...*\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.....\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n**.*.\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n***..\n.....\n.....\n*....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n**...\n.....\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*...**\n**...*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n**.*..\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n...\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n***\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.*.\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n..****\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*****\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n.**..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.**..\n*..*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*...*....\n.***.**..*....\n..**.*...**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.**.......\n.*...**.**....\n.*.*.**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..**....\n.*...**.**....\n.....*..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n......*\n*....*.\n*....**\n*....*.\n...*..*\n..*.*..\n..*....\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n....*..\n......*\n.......\n...*.*.\n..*..*.\n.***...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n*.....*\n....**.\n**.....\n**.....\n...*..*\n***....\n..****.\n.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*..*\n...*\n*.**\n.**.\n....\n....\n..*.\n....\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n.*.*\n...*\n.***\n....\n....\n....\n.*..\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n*...\n***.\n....\n....\n....\n.*..\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*..\n.......**....\n*...*.....*..\n.*.*.........\n*.*.......*.*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.**..........\n*..*.........\n*..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........*\n..........*..\n..*..........\n...*.......**\n*..*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n...*...*..\n...*..*...\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n..**\n.*..\n.*.*\n***.\n*.*.\n*.*.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n..*.\n.***\n*.**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n...*\n*.*.\n...*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**...\n..**...****\n**.**......\n.**.*...*.*\n*.**.....**\n....**.*...\n....**...*.\n....*.*....\n*....*....*\n..*.**.....\n...........\n```\n\n\n## Output without wrap\n\n```\n...*.**..*.\n.*.**....**\n....*.**..*\n...***..*.*\n....*****..\n....*****.*\n....*.**.*.\n...***.....\n...*..*....\n....**.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....**\n...**....**\n....*.**.*.\n...***..***\n....*****.*\n....*****..\n....*.**.*.\n...***.....\n...*..*....\n....*......\n....*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.....\n*....*....*\n*......****\n*........*.\n......*..*.\n.*...*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*.....*.*.*\n**......*.*\n.......*...\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***....\n......*.*..\n.*......*..\n*......*...\n........***\n.**..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n.*...*\n.*..*.\n..**..\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n.*.**.\n..**..\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.**.**\n**.**.\n..**..\n..*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n..**..\n......\n.****.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n.****.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n*....*\n.*..**\n*.....\n..***.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n**...*\n**..**\n.**..*\n.****.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n.*..*.\n***...\n.*****\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n***...\n..****\n***.**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.*.*.\n.....*\n.**..*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.*.*.\n......\n***...\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n.******\n***.***\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*..\n......*.*..\n......*.*..\n......*.*..\n......**...\n......**...\n```\n\n\n## Output without wrap\n\n```\n...........\n.....**.**.\n.....**.**.\n.....**.*..\n.....*..*..\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*..\n.....**.**.\n.....**.**.\n.....**.*..\n.....*..*..\n.....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n*............\n...*....*....\n..*..*.*.....\n..**.*.*.*.**\n..**.**.**...\n......*..*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n..*....*.....\n.*...*.*.**..\n..**.*...*...\n.....*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n..*....*.....\n.*...*.*.**..\n..**.*...*...\n.....*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n.*.\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.*.*.\n***.*\n.*.**\n*..**\n*****\n.*.*.\n.****\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**.*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***.*.\n**...*.***\n*.*.......\n*.*.*.....\n*.****.**.\n.*....****\n```\n\n\n## Output without wrap\n\n```\n***.***.**\n*..***.***\n*.**....*.\n*.*.**....\n*.*.**...*\n.******..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n...***.**.\n..**....*.\n*.*.**....\n*.*.**....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n........*...\n........*...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n*...\n..*.\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*...\n......****\n..*.....*.\n**.*...**.\n*.**...*.*\n.....*.*.*\n....*.....\n.....**...\n*......**.\n```\n\n\n## Output without wrap\n\n```\n........**\n.....**.**\n.**...*..*\n*...*.**..\n.**..***..\n..*.......\n...**..*..\n.....*.*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...\n.....**..*\n***...*.*.\n*...*.**..\n***..*****\n..*.......\n...**..*..\n....**.**.\n.....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*...*\n.....\n..*..\n****.\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.**\n.....\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.......**\n***....**\n.***...*.\n.*.....**\n.***...**\n.**...**.\n......**.\n......*.*\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.......**\n.*.......\n*..*..*..\n...*..*..\n*.....*..\n*..*.....\n.*.*.....\n.....*..*\n......*..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.*.......\n...*..*..\n...*..*..\n......*..\n...*.....\n**.*.....\n.....*..*\n......*..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n.....\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.*...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*..*\n.****\n.*.*.\n..**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**..*\n**..*\n.*...\n.*.**\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.*...\n.*..*\n**...\n.*.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*.*.\n**..*\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n..*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.**.*\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.*....*\n*....**..***\n....*****.**\n*...*.*.*.**\n**.*......**\n**........*.\n**..*...****\n.*.*.**...*.\n*****.......\n.**...*.....\n```\n\n\n## Output without wrap\n\n```\n***.........\n******.***..\n....**..*...\n.*****.*....\n.***........\n............\n....**....**\n......*...**\n.....*......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..**...\n..**.*..**..\n....**..*...\n..****.*....\n..**........\n............\n....**......\n......*.....\n.....*.....*\n...**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n..*.*\n**.**\n*****\n*.***\n.****\n.**.*\n*****\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n*....\n.....\n*....\n*....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n***\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n......\n..**..\n......\n......\n......\n...*..\n...*..\n.*****\n...*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n..*.*.\n......\n......\n......\n......\n......\n......\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.**..\n****.\n*.*.*\n.*.*.\n*....\n*.*..\n..**.\n..**.\n*.*..\n*...*\n....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n*....\n*...*\n****.\n*.*..\n..**.\n.....\n.....\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n....*\n.....\n.....\n.***.\n*.*.*\n..***\n....*\n....*\n*.*..\n**.**\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n....\n..*.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n..*.\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****..*\n*...*..*..\n.....**...\n*...*.....\n..*.*..***\n......***.\n*.*****..*\n*..**.**..\n```\n\n\n## Output without wrap\n\n```\n.*.****...\n.*.....*..\n....***...\n...**.***.\n...*.**..*\n.**.......\n.**.......\n.**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....**\n**.....*.*\n....***...\n...**.****\n...*.**..*\n***.......\n***......*\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n**........*\n.*.......*.\n**...**.*..\n.......**.*\n.....**.**.\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n..*......*.\n**....*.*..\n...........\n......*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**\n**........*\n..*......*.\n**....*.*.*\n*.........*\n......*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*..*.\n*..*.\n.*.*.\n.*.*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..**\n.....\n.....\n...**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n...*.\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*\n.......*\n..*....*\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*.....**\n*.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*.....\n......\n**..*.\n**.*.*\n..****\n*....*\n**....\n.**...\n***...\n.*...*\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*...\n..*...\n*....*\n*.**.*\n*.....\n..**..\n.*....\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*..*.\n..*.*.\n.**..*\n.*....\n..**..\n.*..*.\n..**..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.........\n.*..*....**.\n.......*.*..\n...**..*....\n*.*....*....\n*.***...**.*\n```\n\n\n## Output without wrap\n\n```\n***.........\n***.....***.\n...**....**.\n...*..**....\n..*....*....\n..**....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*...\n***.....***.\n...**....**.\n...*..**....\n*.*....*...*\n........*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*...*..**\n*.*..*.*...***\n............*.\n*.*...*....*..\n*....*.......*\n*..*..**..**..\n....*..*..**..\n*..**.*.......\n........*...*.\n*..*........**\n..*.*.....*.*.\n```\n\n\n## Output without wrap\n\n```\n**..........*.\n**...***......\n............*.\n......*.....**\n....**.*..*..*\n....*..***....\n.......**.....\n.....**...**..\n..*..*.....*.*\n..**..........\n...........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.......\n...**.**......\n**...........*\n.*....*.....*.\n....**.*..*...\n*...*..***....\n.......**....*\n.....**...***.\n..*..*.....***\n.............*\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*..*...\n.**.*...**....\n....*.*.*.*.*.\n...***..*.**..\n.*.......****.\n*...******...*\n.*..*...*..***\n..*****.******\n*****...*..***\n**.*.**..*****\n****.**..**.*.\n.*****..***.**\n..**.*.***..**\n**.*****.**.**\n```\n\n\n## Output without wrap\n\n```\n..****..**....\n..*...*.*.**..\n..*.....*.*...\n...***.**.....\n...*........*.\n**..****.....*\n.**...........\n*.......*.....\n*.......*.....\n......***.....\n.......*......\n*.............\n*.............\n.*.*.*.*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..**.*\n..*...*.*.**..\n..*.....*.*...\n...***.**.....\n*..*........**\n.*..****......\n.**...........\n........*.....\n........*.....\n......***.....\n.......*......\n..............\n..............\n**........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n*...**\n.*....\n.*....\n......\n....*.\n...*..\n***.*.\n.***.*\n**....\n```\n\n\n## Output without wrap\n\n```\n**..**\n....**\n**....\n......\n......\n..**..\n.****.\n.*...*\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....**\n......\n......\n......\n..***.\n.***..\n.*....\n*..*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.......*..\n...*...**.\n..*....**.\n...*....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.......**.\n......*...\n..**.....*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.......**.\n......*...\n..**.....*\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n*.**\n*...\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n..**\n*..*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*...\n*****\n..**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**..*\n*...*\n*....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*...\n*...*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*..\n*..**....\n***.*....\n.*..*...*\n.*......*\n.........\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n******...\n.........\n*.*.**...\n...*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n........*\n..*.**..*\n...*....*\n.........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*..\n....****..\n.....***..\n.......*..\n.......*..\n..........\n..........\n..........\n...**.....\n```\n\n\n## Output without wrap\n\n```\n....*..*..\n....*...*.\n....*...*.\n.......**.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n....*...*.\n....*...*.\n.......**.\n..........\n..........\n..........\n..........\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.........\n.**......\n.........\n......*..\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.........\n.........\n.........\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.**\n***.*.\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n.**...\n....**\n....**\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n******\n....**\n*.*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n*..\n...\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......*..\n......**.\n.........\n.........\n.....*...\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n......**.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......**.\n......**.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.....\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n*....*..\n**...*..\n*...*...\n*..*....\n.**.....\n........\n........\n........\n....*.*.\n....*.*.\n..**.*..\n**...*..\n```\n\n\n## Output without wrap\n\n```\n....***.\n**...*..\n**..**..\n*...*...\n*.**....\n.**.....\n........\n........\n........\n........\n....*.*.\n.***.**.\n.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.*\n**...*.*\n**..**.*\n*...*..*\n*.**....\n.**.....\n........\n........\n........\n........\n....*.*.\n.***.**.\n****.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n........\n........\n........\n........\n........\n........\n........\n....*...\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n........\n........\n........\n........\n........\n........\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*.....\n.*.*...**....\n**.....*.*.*.\n**..*......**\n.*.*....**..*\n..**..*.**...\n...*.*...*...\n.....*.*.***.\n*...**.**...*\n```\n\n\n## Output without wrap\n\n```\n..***.***....\n..***......*.\n........*.*.*\n.......*.....\n..***..*....*\n.*.....*..*..\n..**...*.*.*.\n...*.*.*...*.\n....**.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.*..\n......*.....*\n........*.***\n.......*.....\n..***..*....*\n.......*..*..\n..**...*.*...\n*****..*.*...\n*........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....*.\n**..*.....\n.*...*.***\n.***.*.*..\n...*.*.*..\n.....*.***\n.....*.*..\n*...******\n```\n\n\n## Output without wrap\n\n```\n*****.....\n*.....**..\n...*.*.*..\n...*.*.*..\n..*..*.**.\n....*.....\n....**.**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....****\n.....*...*\n*..*.*.*.*\n*..*.*.*.*\n..*..*.**.\n....*.....\n*.**.**..*\n*...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n*****..*.\n*...****.\n.....*..*\n..***.***\n**...*.**\n*...**...\n```\n\n\n## Output without wrap\n\n```\n.****....\n****...*.\n*.*....**\n........*\n.****....\n***.....*\n**..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**.*\n****...*.\n*.*....*.\n*........\n.****....\n.**......\n**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n......\n*.....\n*....*\n....**\n...***\n..*..*\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n....**\n...*..\n...*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...*..\n*....*\n*...*.\n...*..\n*..*..\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.**...\n......\n**..*.\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n*.*...\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..**.*..\n*..*....***.\n*.**......*.\n.*...*..**.*\n.*........**\n.*.......***\n...*.....*..\n..*.......**\n..***.*****.\n......*..*..\n```\n\n\n## Output without wrap\n\n```\n.***...*.**.\n*...*..**.**\n*.***...**.*\n..........*.\n*.*.....**..\n..**....***.\n.**.....*...\n.**.**.*..*.\n..*.....**.*\n..**.*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*********...\n*...*****..*\n*.***...**.*\n*...........\n***.....***.\n*.**....***.\n*.*.....*..*\n*.*.**.*..**\n***..****...\n**..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n***\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n...\n.*.\n***\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n......\n......\n......\n......\n*.*...\n*...*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.*....\n*.....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n......\n......\n......\n......\n......\n.*...*\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n.*..*...\n*.......\n.....**.\n.....**.\n.**.....\n..**....\n........\n....***.\n```\n\n\n## Output without wrap\n\n```\n...***..\n...***..\n.....*..\n.....**.\n.....**.\n.***....\n.***....\n...***..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n...***..\n.....*..\n.....***\n.....**.\n.***....\n.***....\n...***..\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n..**\n*.**\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n*..*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**..\n*.*..\n*....\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n...*.\n..**.\n*.*..\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.****\n..***\n*.*.*\n*.*..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**....\n.**..*..*...\n....***.*...\n****........\n............\n....**......\n```\n\n\n## Output without wrap\n\n```\n..**...*....\n.****...*...\n......**....\n*...........\n.*...*......\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**....\n.**.....*...\n......**....\n*...........\n.*....*.....\n.*....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n*.......*\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n*......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n**.....*.\n........*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.\n*.....*.*\n*.......*\n........*\n......**.\n```\n\n\n## Output without wrap\n\n```\n......**.\n......*.*\n........*\n........*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n*.....*..\n.........\n*.......*\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n****\n**.*\n*.**\n***.\n**.*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n...*\n....\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n*.**\n.*.*\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n...*\n.*.*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*...\n.*.*\n....\n....\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.**\n.*...*...*\n.*...*....\n.*.**.*.**\n.**..*.***\n****.**.**\n....**.*.*\n****.*.*.*\n...*.*.***\n.*...***.*\n.*...*..**\n.*.**...**\n.**..*...*\n...*.*..**\n```\n\n\n## Output without wrap\n\n```\n.....*..**\n....***.**\n**...**.**\n**.**.*..*\n..........\n*..*......\n.......*.*\n.***.*.*.*\n*..*.*...*\n..*..*....\n**...*....\n**.***....\n.*...*....\n..*.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**..\n....***.**\n.*...**.**\n.*.**.*..*\n..........\n...*......\n.......*..\n.***.*.*..\n...*.*....\n..*..*....\n.*...*....\n.*.***....\n.*...*....\n..**.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.........\n....*..***....\n.....*.**.....\n```\n\n\n## Output without wrap\n\n```\n.....****.....\n.....*...*....\n.......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....**...\n...*.....**...\n...*.....**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.\n*.*..**\n..*.*..\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.******\n..*...*\n..**..*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n*.*...*\n..**...\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n*..**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n**.**\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.......\n.......\n.......\n.......\n.......\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n.......\n.......\n.......\n.**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........*\n...........\n...........\n...........\n...........\n*.........*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*\n...........\n...........\n...........\n...........\n*.........*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*...\n.***.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n**.**\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..***\n******.*.*\n...*..*...\n*.***.**..\n**....*.**\n**.*..*..*\n......*.**\n..***.*.**\n**.*...*..\n```\n\n\n## Output without wrap\n\n```\n....**.*..\n.*..**.*.*\n*.*****.**\n.*.**...*.\n*...*.*.**\n*****.*...\n.......*..\n**....*.*.\n.*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.***\n*......*.*\n..*****...\n...**...*.\n....*.*..*\n.****.*...\n*......*..\n...*...*..\n**.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..*..*\n..***.\n***...\n..*...\n....**\n.**.**\n*.*..*\n.*...*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*.*.\n....*.\n......\n..**..\n.**.**\n.**...\n*.**.*\n*..*.*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n..*.**\n*...**\n......\n*.**.*\n***.**\n.**...\n..**..\n...*..\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n..**\n.***\n*.**\n**..\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n..*.\n....\n*..*\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.***\n.***\n*...\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n*..\n.*.\n..*\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n***\n.**\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***..*\n*********.\n.***.*..**\n*....*.**.\n...**..*.*\n******.*..\n..****..**\n*****.****\n.*****.***\n*********.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n......*.*.\n**.....*..\n..........\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*.....*.*.\n.......*.*\n*.......*.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*..*\n...*\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n...*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n...*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n.***...\n.***...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.*...\n*...*..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n*...*..\n*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****.\n..*...*.\n.**...*.\n*...*.*.\n*..**..*\n****....\n........\n........\n.......*\n*......*\n```\n\n\n## Output without wrap\n\n```\n..***.**\n.*......\n*...*...\n*.*.*..*\n*.....*.\n*...**..\n*.......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n**.....*\n....*.*.\n..*.*.**\n......*.\n*...**..\n........\n**......\n*.....**\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n***\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n..***..\n..**...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n....*..\n..*.*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..***..\n....*..\n..*.*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n...*..\n****..\n......\n****.*\n.***.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n..**..\n.*..*.\n....*.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n...*..\n..***.\n*....*\n*....*\n....*.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n...\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n**.*.**\n*.*.**.\n.**...*\n.***.**\n**.****\n*****..\n.****.*\n.***..*\n..***..\n.*.****\n**..**.\n```\n\n\n## Output without wrap\n\n```\n**..*..\n*..*.**\n*...*..\n*.....*\n.......\n......*\n......*\n.......\n.......\n......*\n**....*\n****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*.*.\n....*..\n.......\n.......\n.......\n.......\n......*\n.......\n......*\n.*....*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n*......\n*.....*\n.**....\n..**.**\n..*...*\n..*...*\n*..*...\n*..*.*.\n...****\n......*\n*.***..\n```\n\n\n## Output without wrap\n\n```\n**.....\n*......\n*......\n.***.**\n...*.**\n.**...*\n.***...\n.****..\n..**.**\n...*..*\n..*...*\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n.......\n*.....*\n.***.*.\n*..*.**\n***...*\n****..*\n*****..\n*.**.*.\n*..*...\n*.*...*\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.......\n.......\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*.**..\n..**.*\n*.....\n****..\n*****.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....*.\n.*..**\n....**\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n**....\n......\n**....\n...**.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n....**\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n..**.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***....**..\n...**.....*...\n..............\n.........*....\n**...........*\n*.....**.....*\n.**...*.....*.\n*.*...*.......\n..**.*....*..*\n```\n\n\n## Output without wrap\n\n```\n...*.*....**..\n...*.*....**..\n..............\n..............\n**............\n*.*...**....**\n*.*..**.......\n.....**.......\n.***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...***..\n...*.*....**..\n..............\n*.............\n.*...........*\n..*...**....*.\n..*..**.......\n*....**......*\n.**..**...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n..*..\n*....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n.*.\n...\n***\n*..\n...\n***\n*..\n..*\n...\n...\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n*.*\n**.\n*..\n*..\n**.\n*.*\n...\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n***\n*..\n...\n***\n...\n...\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n*.*\n.**\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*..\n..*\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*.**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n*.......\n........\n.....*.*\n........\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***...\n*.....*.*..\n....*.*...*\n.........*.\n*......*..*\n*..*.....**\n..*.*...**.\n.......**.*\n```\n\n\n## Output without wrap\n\n```\n.*...***...\n.*.........\n.....*.*.*.\n.........**\n........*.*\n.*.*......*\n...*...*...\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*...**\n**........*\n.....*.*.**\n*........*.\n*.......*..\n**.*.......\n*..*...*...\n.*.*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.**..\n.*.**\n****.\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..**.\n*..*.\n***..\n***..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n*****\n...**\n.***.\n.**.*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n..*.....\n...*....\n....*...\n.*..*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n...*....\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n...*....\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*.\n...*.***.\n...**.**.\n```\n\n\n## Output without wrap\n\n```\n...*.*.*.\n..*.....*\n...**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n..*.....*\n..*.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..*\n....*.....\n....*...*.\n....*..*.*\n*....*....\n.......*..\n...*.*.*..\n...*......\n```\n\n\n## Output without wrap\n\n```\n.....*....\n....*.....\n...***..*.\n....**..*.\n......*.*.\n....*.....\n....*.*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n....*.....\n...***..*.\n....**..**\n......*.*.\n....*.....\n....*.*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.**\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****\n.**...*\n*..*.**\n*..*...\n.**...*\n```\n\n\n## Output without wrap\n\n```\n.******\n.*.....\n*..****\n*..****\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n.*.....\n...***.\n...***.\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n.*..\n**..\n.**.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n*...\n*.*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n*...\n*.**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n.**\n.**\n...\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n..*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n.**\n.**\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n.***\n****\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.....*.\n..*...*\n.*...**\n**...*.\n.....**\n.**.*..\n.......\n.......\n.....**\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*....*\n*.*..**\n....*..\n*..**.*\n....***\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n*....*.\n**...**\n.**..**\n**..*.*\n...**.*\n....***\n.......\n.......\n.....**\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.....\n.....\n....*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n*.....*\n......*\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.*..*..\n*...*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*****\n**.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........\n.*.*........\n.......*....\n........*...\n..*.........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n.*****\n******\n***.**\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.**\n.*********\n***.*.****\n***..*****\n*.**.*.***\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n*.****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*..*.\n*...*.\n**.**.\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n*.*.**\n...***\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n*.*.*.\n...**.\n.**.**\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*......\n........*.....\n.......*......\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.......*......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.....\n.......**.....\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.....**..\n*****..**\n**......*\n....*.**.\n.*.*..**.\n.***..***\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.*******.\n*.*******\n*...***.*\n***..**.*\n.*.**....\n.*.*....*\n..*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n*********\n..******.\n....***..\n.**..**..\n**.**....\n**.*....*\n..*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**....\n*..**...*\n.........\n.........\n.........\n***..**..\n.**..*...\n.....**..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n.........\n.*.......\n*.**.*...\n....*....\n...**....\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..**\n*..**...*\n.........\n.........\n.*.......\n*.**.*...\n....*....\n...*.*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*..\n.*.*\n*...\n..*.\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n***.\n.**.\n..**\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n.**.\n****\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n..*\n...\n.*.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......**.\n*......**.\n*....*....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n......***.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......***\n......***.\n.........*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..*..*\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n.**..*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n***..*\n***..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n...\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n***\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n*.*..\n*....\n.....\n.....\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*.***\n.*..*\n*....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*.*\n***.\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n****..\n*..**.\n**.*..\n..*...\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n***...\n*****.\n..***.\n**.**.\n****..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n*****.\n..***.\n**.***\n.*****\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n*..*..*\n***...*\n.*...*.\n....*..\n..**...\n```\n\n\n## Output without wrap\n\n```\n..**...\n*..*...\n*.*..**\n***..*.\n..***..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n...*..*\n..*..*.\n.**..**\n..***..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n***\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.*\n....**.**\n*****.***\n......*.*\n*******.*\n.......*.\n```\n\n\n## Output without wrap\n\n```\n..*......\n....*....\n..**.....\n.......*.\n.*......*\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n*...*....\n..**.....\n.........\n******...\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n.........*\n........*.\n......**..\n......*...\n......*...\n.....**...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*.*\n..........\n.....*..*.\n.....*....\n.......*..\n.....***..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.......*.*\n..........\n.....*..*.\n.....*....\n.......*..\n.....***..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.***\n....\n*...\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n***...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n..**.*\n....*.\n*..*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..**.*\n..*.*.\n..***.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n*.**.*\n..*.**\n..***.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....\n.........\n....**...\n...*****.\n......*.*\n*.*.*.*..\n.........\n.*.**.*.*\n...*..**.\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n...*.....\n...*...*.\n.........\n.....*.*.\n.**.*..*.\n..*****..\n..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n....*....\n...*.....\n...*...*.\n........*\n.....*.*.\n***.*..*.\n..*****..\n*..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.*.*...*..\n..*...**..\n........*.\n.........*\n*........*\n.*.......*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..*...**..\n..*...***.\n.......**.\n........**\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*...**..\n..*...***.\n.......**.\n*.......**\n........**\n.........*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*....*.\n**..*.****..*\n....*.*.**...\n**..*.*.*.*..\n*..**..**..*.\n*..*.*..**...\n.**.*.*.*****\n```\n\n\n## Output without wrap\n\n```\n.***.**.*....\n.**.*.*..**..\n...**.*...*..\n**..*.*...*..\n*.**..*...*..\n*....**.....*\n.*****.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*......\n***.*.*..**.*\n...**.*...*.*\n**..*.*...*.*\n*.**..*...*..\n*....**......\n**..*.*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n.*..\n****\n....\n...*\n*.*.\n....\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n...*\n***.\n.*.*\n....\n....\n*.*.\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n.*..\n...*\n...*\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..**.\n.....\n***..\n....*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..*..\n.***.\n.**.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n..***\n..*.*\n.**..\n*.*.*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..*.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.****\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n****.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n****\n*.**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............*\n.*.*.....**...\n*........***..\n.......*****..\n..*.*...*.....\n..*..*.*..*...\n....****..*.*.\n.*....*.**..*.\n...*.*....*..*\n......*...*...\n......*...*.*.\n*..*..*....*.*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..........*...\n..............\n......*....**.\n.......***.*..\n.......*....*.\n.....****...*.\n.....*.*....*.\n....*...**....\n.....*.*.**.*.\n......*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*...\n..........****\n..........*...\n..............\n......*....**.\n.......***.*..\n.......*....*.\n.....****...*.\n.....*.*....*.\n....*...**..*.\n*....*.*.**.**\n*.....*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n......\n..*...\n.***..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n.*.*..\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n..*...\n.*.*..\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*...*.\n*.....\n*****.\n..***.\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n*.*.*.\n*...*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n*.*.*.\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n...*.*\n...*..\n*..*.*\n*...*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n....**\n..**.*\n..**..\n......\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n...*..\n..**..\n......\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.........*...\n.....*....*..\n.............\n.............\n............*\n.............\n....*........\n..........*..\n.........*.*.\n....*.....*..\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..........*..\n.........*.*.\n..........*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..........*..\n.........*.*.\n..........*..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..*.\n*.*.....*\n.........\n...*.....\n.**...**.\n*..*..***\n....*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*.*.....\n.........\n..*......\n.***..*.*\n.***.**.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.*.*....*\n.........\n..*......\n****..*..\n****.**.*\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n...*.\n..**.\n*.*.*\n*.**.\n***..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..*.*\n.*.*.\n.*.*.\n*.*..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.**..\n.*...\n**.*.\n*****\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n****.\n*.***\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.\n.**....\n**.****\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n......*\n**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n......*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n.**.*.\n*..*.*\n.*....\n*...*.\n.*...*\n*..**.\n.....*\n..**..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*...*\n*..**.\n..***.\n....*.\n***..*\n.*****\n..*..*\n..*.*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n*..***\n.***..\n.*..**\n.**.*.\n******\n.**..*\n..***.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n*...****\n*...***.\n*...**.*\n```\n\n\n## Output without wrap\n\n```\n**...**.\n*...*..*\n**.*....\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n....*...\n.*.*....\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n*.**.......\n***.*.*....\n*...*.*....\n...*..*....\n...........\n..*..*.....\n..**.......\n.*......*..\n..*.*......\n.*..*......\n**..*......\n```\n\n\n## Output without wrap\n\n```\n...........\n*.**.......\n*.*.*......\n*.*.*.**...\n.....*.....\n...........\n..**.......\n.***.......\n.*.........\n.***.......\n***.**.....\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.......\n*.**.......\n*.*.*.....*\n*.*.*.**...\n.....*.....\n...........\n..**.......\n.***.......\n.*.........\n.***.......\n***.**.....\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.....\n.....\n.....\n*.*..\n.*.*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*..**\n.....\n.....\n.****\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n......*.*.\n.......*.*\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n......*.**\n......*..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**\n......*.**\n......*..*\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*.....\n*....*\n*...*.\n**....\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n**....\n*.....\n....**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*...*.\n**....\n......\n....*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....*\n..**..**..**\n...*..**....\n............\n............\n**.........*\n**.....*....\n*.......**..\n........***.\n...*..**.*..\n.....***..*.\n*.....*.....\n......*.....\n.....***....\n```\n\n\n## Output without wrap\n\n```\n......*...**\n..****....**\n..***.*.....\n............\n............\n............\n............\n.........*..\n............\n............\n............\n............\n......*.....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...**\n..***.*...**\n..***.*.....\n............\n*...........\n*...........\n.*........*.\n*........***\n*.........*.\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*.\n..***..*.\n..***.*..\n...******\n*...*..**\n*....****\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n.*..*....\n.....***.\n........*\n..*.....*\n...*.....\n**..**..*\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n.....***.\n........*\n*.*......\n...*.....\n.*..**...\n.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*.....\n.*...*....*.\n......*...*.\n```\n\n\n## Output without wrap\n\n```\n..*.........\n..*..**.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.....\n..*..**.....\n..*..**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n.....\n..*..\n...*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...**\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*.*..\n.....*..**.\n*.*.*..***.\n.**...**..*\n*...**....*\n......*....\n.**.*.....*\n...........\n*.**.*.*..*\n```\n\n\n## Output without wrap\n\n```\n..****.***.\n.....**....\n..**.*....*\n*.*.*.**..*\n.*...*.*...\n.*.**......\n...........\n....*......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.*.*\n.....**...*\n*.**.*.....\n..*.*.**...\n**...*.*..*\n.*.**.....*\n...........\n....*.....*\n*....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*.*.**\n.*****\n**..*.\n****.*\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*.....\n......\n......\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.**....\n.***...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.*...\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.*...\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.*...\n**....*\n.......\n**.**.*\n.*.***.\n...*..*\n.*..***\n.*...*.\n.....*.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n***....\n..*..*.\n**.*...\n**....*\n...*..*\n..*.*.*\n.......\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n***....\n..*..*.\n**.*..*\n.*.....\n...*..*\n..*.*.*\n*......\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..\n........\n*......*\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n........\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n*..*.**\n*..*...\n.*..*..\n..*.*..\n.......\n.......\n.......\n*.....*\n.*...*.\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n***....\n*..**..\n****.*.\n.**.*..\n...*...\n.......\n.......\n.......\n.......\n**...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n...**..\n****.*.\n.**.*..\n...*...\n.......\n.......\n.......\n*.....*\n.*...*.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n...**\n**...\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n*..*.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*..\n.....\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n...***\n.*****\n**.***\n****.*\n.*****\n***.**\n*..***\n******\n.*****\n*.****\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.*.*...\n*****..\n..**...\n.......\n*......\n**....*\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**.**..\n*...*..\n....*..\n.......\n**.....\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n**.**..\n*...*..\n....*..\n.......\n**....*\n......*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*..\n..**\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n**..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n......\n*.**.*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n..*......\n.........\n.*.*.*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..*......\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..*......\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..*..\n**.*..***.*.\n..*....*....\n***.**..*...\n.*****...*..\n..**..*..*..\n.**..**.....\n.*.....*.*..\n...*.***.*.*\n.....***.*.*\n...***...***\n...*.*...**.\n```\n\n\n## Output without wrap\n\n```\n.....**.**..\n.***.**.**..\n....**...*..\n*....**.*...\n*.....*.**..\n......*.....\n.*.*.****...\n.*..*..*..*.\n....**...*..\n...*...*.*.*\n...*.......*\n...*.*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*....*\n.***.**.**..\n....**...*.*\n*....**.*...\n*.....*.**..\n......*.....\n.*.*.****...\n**..*..*..*.\n*...**...*..\n*..*...*.*.*\n...*.......*\n...*..*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*.*..\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n.*..\n*..*\n****\n....\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n.**.\n*..*\n****\n*...\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**..\n.***\n....\n.**.\n....\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........***\n........*.*\n........***\n```\n\n\n## Output without wrap\n\n```\n...........\n.......**..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....***.*\n**....***.*\n**....***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n***...\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n***...\n.**...\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n.*.*..\n*.**..\n......\n*.***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.*..\n.***..\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n......\n.*.*..\n.***..\n....**\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...*..\n..*...\n*.....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...*..\n***...\n.*...*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n******\n******\n**.***\n****.*\n******\n**.***\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n*.*.\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.*...\n**.**\n*..**\n.....\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n**.**\n*****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...*.\n.*.*.\n.***.\n....*\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n****\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.***\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n***.*\n.....\n.....\n.....\n.....\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n*..*.\n...*.\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n...*.\n.....\n.....\n.....\n*...*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**..\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.....\n.*..*\n..*..\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n*..**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n......*\n*......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*..\n..***....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..**.*.*.\n.*.*.**..\n```\n\n\n## Output without wrap\n\n```\n....**...\n..*..*...\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n..**.**..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**..\n..****...\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n..*......\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.....\n..*..\n.....\n****.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n...*.\n.***.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*.*.\n.....\n...*.\n.****\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****..***\n*...*.*...*.\n*.**.......*\n*....*..*...\n...*....**..\n......*.....\n*...**.****.\n..***.*.*..*\n*..**...*.**\n*....*.*.*..\n```\n\n\n## Output without wrap\n\n```\n**.**.*..***\n*.....*..*..\n*..***......\n.****...**..\n.......***..\n....***...*.\n....*...***.\n.**...*....*\n.**...*.*.**\n....*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...***..\n......*..*..\n*..***......\n*****...**.*\n.......***..\n....***...*.\n....*...****\n.**...*.....\n***...*.*.*.\n..*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*............*\n..............\n............**\n............**\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n............**\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........**\n*...........*.\n............**\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.*..**\n*.....\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*.*.**\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n..*.**\n..*..*\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n**..\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n....**...\n...****..\n```\n\n\n## Output without wrap\n\n```\n....**...\n.........\n...*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n**....*\n..***..\n..*....\n.*..*..\n*....**\n.**....\n...*...\n.*..*..\n..*.*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n.......\n.*..*..\n*..***.\n*.*....\n*..*...\n.*.*...\n..*.*..\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n..**.*.\n......*\n....**.\n...**..\n..*....\n...*.*.\n...*...\n..*.*..\n...*...\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*....\n.**..\n....*\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*.*.\n..*.*\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n..*..\n...**\n..*..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**......**\n...**.*...***\n...*.***..*..\n..******.*.*.\n...*......***\n.*.........*.\n```\n\n\n## Output without wrap\n\n```\n...***....*.*\n..*...**..*.*\n........**..*\n..*....***..*\n...*.**.....*\n..........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****.......\n*.*...**..*..\n........**..*\n..*....***..*\n...*.**.....*\n..***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.*...\n*....\n.**.*\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n***..\n..*..\n*.*..\n..**.\n*.**.\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*..\n*.*..\n..***\n..***\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.......*.\n.........\n.......*.\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.........\n.........\n......*..\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n..*.\n..**\n.*..\n**.*\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n....\n**.*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n.***\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*...*\n....*.....\n..........\n......**..\n.*......*.\n**.*.**.**\n.*.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.*......*.\n*.*..*.***\n....**....\n**...*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*****\n...***...*\n..........\n..........\n.**..*.*..\n**...*.*..\n.*.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...*.\n.*..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n**...\n.....\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n**...\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n**...\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....**.\n.*.....*..\n.*.....*..\n.*.....*..\n.*.....*..\n**.....**.\n..........\n```\n\n\n## Output without wrap\n\n```\n***...***.\n..........\n...*.*....\n...*.*....\n..........\n***...***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...***.\n..........\n...*.*....\n...*.*....\n..........\n***...***.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n*..*\n..**\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n*...\n.***\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n.***\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..****..\n..***...*....\n.*.*.....*.*.\n*....**.*****\n......***.*.*\n........**.*.\n..**.....***.\n..*.***.*.*..\n.*...*.*.*...\n**..***.**...\n.**....***...\n...*....**..*\n*****..**...*\n*.**.**.*..*.\n```\n\n\n## Output without wrap\n\n```\n....*..***...\n.*.....*.....\n.*.*.*.*...**\n.....**.....*\n.....**.....*\n............*\n..****.*...*.\n.**.*****..*.\n****......*..\n*...**....*..\n*******...*..\n*...*........\n*....**....**\n*....**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...*..\n.*.....*.....\n**.*.*.*...*.\n*....**......\n*....**......\n............*\n..****.*...*.\n.**.*****..*.\n****......*..\n*...**....*..\n.******...*..\n....*.......*\n.....**....*.\n.....**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.....*\n.*...*\n*.*...\n..*..*\n*..**.\n.*.***\n...*..\n.*....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n..*...\n..*.*.\n.*....\n.....*\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n.*...*\n*.*..*\n*.*.**\n**....\n*....*\n*..*..\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.**....\n..*....*\n..*.....\n.*.....*\n*.......\n........\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.***....\n........\n.**.....\n.**.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*.*....\n*.......\n*.*.....\n..*....*\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*\n....***\n*****.*\n.**.**.\n*......\n***.**.\n```\n\n\n## Output without wrap\n\n```\n.*....*\n....*.*\n*.....*\n....**.\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n....*..\n.......\n....**.\n*......\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..***.\n*.*.*.*..\n.**..***.\n..*..****\n**.*.****\n**.**...*\n```\n\n\n## Output without wrap\n\n```\n...****..\n.**.*.**.\n..*.*....\n.****....\n*..*.*...\n******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n..*..*..*\n..*.*....\n..***....\n..***....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.\n..****.\n...**..\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n....***\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....***\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n....\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....**.**\n***..**.****.\n....*.*****..\n.*..*********\n.*...**...*.*\n*..***.****.*\n*******.**..*\n**.***.**.*..\n...*.**.*..**\n```\n\n\n## Output without wrap\n\n```\n*..*...**..**\n*...***.....*\n*.***.......*\n....*.......*\n****........*\n*.........*.*\n.............\n*.........*.*\n..**.**.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n*...***......\n..***........\n....*.......*\n.***.........\n..........*..\n.............\n..........*..\n.....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*.\n...*...*.\n...*.*...\n.........\n.........\n.........\n**......*\n..*......\n..*..*.**\n.***.*.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n.........\n.........\n.........\n.........\n.........\n.......**\n.*..*.*..\n..***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.***\n..***..*.\n.........\n.........\n.........\n**.......\n**......*\n**.....*.\n****..**.\n.*.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n.........\n.........\n*...*...*\n**..**..*\n.*......*\n.........\n.........\n*........\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n**..**...\n**..**.**\n**.......\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n.........\n.........\n.*..**..*\n.*..**.*.\n.*......*\n.........\n.........\n.*.......\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n**.\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**...\n***.*...*.\n*.*......*\n*........*\n..........\n..........\n.**.......\n.**.......\n.......**.\n.....*****\n```\n\n\n## Output without wrap\n\n```\n*.*..*....\n..**.*....\n*.**....**\n.*........\n..........\n..........\n.**.......\n.**.......\n.........*\n......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n..**.*....\n..**....*.\n**.......*\n..........\n..........\n.**.......\n.**.......\n.........*\n*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...*\n....*....\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*........\n*........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*...\n.*........\n*....*.**.\n..*.......\n*...*..*..\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n**....**..\n.*........\n.*....***.\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**....**..\n.*........\n.*....****\n...*......\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.....\n.....\n.....\n...*.\n.*.*.\n**..*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n*..**\n...**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n...**\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....***..\n....*.....\n.***....*.\n*.........\n*....****.\n.*..*.....\n..**......\n```\n\n\n## Output without wrap\n\n```\n......*...\n.....**...\n..******..\n.***......\n*.*...*.*.\n**...***..\n.*******..\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.....**...\n..******..\n.***......\n*.*...*.*.\n**...***.*\n.*******..\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*........\n**........\n**........\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n..*.......\n..*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*........\n..*.......\n..*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n..*.*.\n..*...\n.*....\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n.**.**\n.***..\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.**.**\n.***..\n..*...\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n*...*....\n....*...*\n*....*..*\n*....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n....**...\n....****.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***.*\n*...**..*\n....**..*\n*...*****\n**..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.*..**\n.*...*\n.*...*\n**....\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n**..**\n***..*\n.**...\n***...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.*..*.\n.**..*\n.**..*\n.**...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n**........*\n.*.......*.\n.*.......*.\n*.........*\n...........\n....*.*....\n....*......\n.....**....\n```\n\n\n## Output without wrap\n\n```\n...........\n***........\n..*......**\n***......**\n...........\n...........\n.....*.....\n....*.*....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........*\n..*.......*\n..*......*.\n.**......*.\n*.........*\n...........\n.....*.....\n....*.*....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.......*.....\n......*.*....\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.......*.....\n......*.*....\n.......*.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n.......*.....\n......*.*....\n.......*.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.*\n.*..*..**\n***.**...\n....**...\n****..**.\n```\n\n\n## Output without wrap\n\n```\n........*\n.***.**.*\n.***.**..\n*...*.*..\n..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.**...*\n.***.**..\n.....**..\n*****.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n..**\n.**.\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n*...\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....\n*..*.....\n****...*.\n*...****.\n*....*...\n......*..\n...*.*..*\n..**.***.\n**......*\n.....**.*\n.....*.*.\n*...*.***\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n...*.....\n....*....\n*....*...\n..*..*.**\n.......*.\n......*..\n.*.......\n.....****\n.*..*...*\n...***.*.\n....*...*\n....*****\n.....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*.\n.....*...\n*....*.*.\n*.*..*.*.\n.......**\n......**.\n.*.....*.\n.....****\n....*...*\n...***.**\n*...*....\n.*....*..\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*.**\n.*..*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..***\n**.**\n**..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*.*.\n.*...\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.......\n*....**..**..\n*....**..*.*.\n......*.*....\n.*.*.....*...\n.**.*....****\n```\n\n\n## Output without wrap\n\n```\n**...*.......\n**...*..***..\n......*......\n......*......\n.*.**.*....*.\n.*.*....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n........***..\n......*....*.\n*.....*....**\n*...**.......\n*.*.*...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n..*....\n.....*.\n.*.....\n...*...\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.*.*...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n.......\n.*.*...\n.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n.........*\n.......*.*\n*.......**\n..........\n...*......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.........*\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*.......*.\n*.......**\n*.......**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n***.\n**..\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.***.*\n..**..\n*.**..\n*.***.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n.*..**\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.**..*\n**...*\n*....*\n*....*\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n..*.\n..*.\n***.\n....\n*...\n....\n*.*.\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n...*\n.***\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.***\n*...\n.*..\n**.*\n..**\n*.*.\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.*.*\n*.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n.*****\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**...*\n**...*\n..***.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n..***.\n......\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n......*..\n.........\n.........\n.........\n*******..\n*.*....**\n*......**\n.......*.\n....*..*.\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n.*.......\n*......*.\n*.*......\n.*....*..\n......*.*\n........*\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n.*.......\n.........\n*.*....**\n.*....**.\n*.....*..\n........*\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n*.*..*...\n*..*.*.*.\n.*.**..*.\n....**..*\n.*....*..\n.......*.\n.....**.*\n..*.*..*.\n..*..*..*\n.*.*.*..*\n......**.\n..*....**\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..****...\n*..*.*...\n..**...**\n..******.\n.....***.\n.....*.*.\n.....**.*\n...**..**\n.**..****\n..*.**..*\n..*...*..\n........*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..\n..****..*\n*..*.*...\n*.**...*.\n*.******.\n.....***.\n.....*.*.\n.....**.*\n...**..**\n***..****\n*.*.**..*\n*.*...*..\n........*\n.***..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..*.\n**.*\n....\n....\n....\n*...\n.*.*\n.*.*\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.**.\n....\n....\n....\n....\n....\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n*.*.\n*.*.\n....\n....\n*...\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n..**.........\n............*\n.*..........*\n*............\n.............\n..**.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n**..........*\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n...***\n...*..\n...*..\n..**..\n*.....\n*.....\n......\n......\n......\n....*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..*...\n....*.\n..***.\n..*...\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.***..\n..*...\n....*.\n..***.\n..*...\n......\n......\n......\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*.....*\n*.*.**....*...\n*..**.*...*.*.\n...**.........\n***.........**\n.*...***.**..*\n***...***.....\n**.**.***.....\n......***..*..\n.*.......*...*\n*.......*.*..*\n**...***....**\n```\n\n\n## Output without wrap\n\n```\n..****........\n.*..**........\n*.***.*...**..\n*.....*....*.*\n****..*.......\n.*....*.....**\n...**.........\n*..*.*........\n***.....**....\n*....*....*...\n**....*..***.*\n**....*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..*..***\n*.....*....*.*\n..***.*...**.*\n......*....*..\n..**..*......*\n*.....*.....*.\n...**........*\n**.*.*........\n***.....**...*\n.....*....*...\n......*...****\n..*......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n........\n.**.....\n..**...*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n.*.*....\n.*..*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n*..*....\n.*.*....\n....*...\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n.*.*.*\n**...*\n......\n**...*\n.*.**.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n**....\n***.*.\n......\n***.*.\n***.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n.*...*\n.**.**\n......\n***.**\n.**.**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.........*...\n.............\n**....*.....*\n.*....*******\n**....*......\n*.....**...**\n.............\n.......*...**\n****...*****.\n....*......*.\n***........**\n.*....*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.........*...\n.*...**.*...*\n..*..**.....*\n*.*..*...*.*.\n**...*.**....\n*.*..........\n.*.*.....**..\n.*.*...*.....\n*..*...*.**..\n*.*..........\n*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n*........*...\n**...**.*...*\n***..**....*.\n.**..*...*.**\n.*...*.**...*\n..*........*.\n...*.....**..\n...*...*.....\n...*...*.**..\n..*........**\n..*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**...*\n.**...\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n***...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n***...\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n............**\n*.....*.....**\n......*.......\n......*.......\n..............\n..............\n*......*.*....\n...*....*.....\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n............**\n............**\n.....***......\n..............\n..............\n..............\n........*.....\n........*.....\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n*...........*.\n*...........*.\n.....***.....*\n..............\n..............\n..............\n........*.....\n........*.....\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.**\n....\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n*......\n...*...\n.*.*...\n......*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**\n*****.*\n.******\n**.*..*\n.*.***.\n*..**.*\n*******\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n.......\n.....**\n**...**\n*.*..**\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.**.\n*....*.**.\n........**\n.*.******.\n..****..*.\n```\n\n\n## Output without wrap\n\n```\n******.**.\n*.**.*....\n.........*\n......*...\n..*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*.**.*....\n*.........\n......*...\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***....\n*.*.....*.\n....*..**.\n..**....*.\n**..*....*\n....**....\n....**....\n```\n\n\n## Output without wrap\n\n```\n...**.....\n.....*.**.\n.**....***\n.****..***\n.**.**....\n...*......\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n.....*.***\n.**....**.\n*****..**.\n***.**...*\n*..*......\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n***.***\n..****.\n*.**.*.\n...**.*\n...****\n.******\n.***.**\n***..**\n**..***\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*.....*\n*......\n.*....*\n......*\n.......\n.*.....\n.......\n.......\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.....\n*......\n.......\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n....*\n.*.*.\n.*...\n*....\n.*...\n.*...\n.....\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.....\n*.*..\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n...**\n.....\n..*.*\n....*\n**...\n**...\n*...*\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n**..*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*....\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n*......\n.**....\n.......\n**.*...\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.*.....\n*......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n***....\n.*.....\n*......\n*.*....\n...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...*..\n...***\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*...\n...**.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*...\n...**.\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......**..\n**...*..*....\n***.**..*....\n*.*.*.**.....\n...**.....***\n...**.*****..\n*...*******..\n.***...*.**..\n...***...*...\n***......*.*.\n```\n\n\n## Output without wrap\n\n```\n*........*...\n...***..*....\n..*.*...*....\n*.*...**...*.\n..*.......**.\n.............\n.*.........*.\n.**....*.....\n*...*....*...\n.****.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....***..\n...***..*...*\n..*.*...*...*\n*.*...**...*.\n..*.......***\n............*\n.*.........*.\n.**....*.....\n*...*....*...\n*.*.*...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.....\n**.*.....\n**.......\n.**......\n.**......\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..*.\n*..*.*...**.\n.*..........\n```\n\n\n## Output without wrap\n\n```\n.........**.\n.........**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***\n.........***\n.........***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*\n..*....*\n..*..*..\n..*.*...\n...**...\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n.*..**..\n.**.**..\n......*.\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n......**\n....****\n.**.**..\n..*.....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n...\n.*.\n...\n...\n.**\n.**\n.**\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n...\n.*.\n*..\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*.**.\n...***..*..\n**..*.***.*\n.**.*.*....\n..*...***..\n..***...*..\n***....**..\n..*.......*\n....*......\n.***.....*.\n..**.......\n..****.....\n.**..**....\n```\n\n\n## Output without wrap\n\n```\n....*..***.\n.**........\n**....*.**.\n*.*......*.\n....*.*.*..\n......*..*.\n.......***.\n..**.......\n.*.........\n.*..*......\n...........\n.....**....\n.**..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.**.\n***.......*\n**....*.**.\n..*......*.\n....*.*.*..\n......*..*.\n*......***.\n*.**.......\n.*.........\n.*..*......\n...........\n.....**....\n.*....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*....\n.....\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..**.\n.****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.*.*\n**......*...\n......****.*\n.....*.**...\n```\n\n\n## Output without wrap\n\n```\n......***...\n.....*......\n......*..*..\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...*..\n*....*.....*\n*.....*..*..\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n**.**\n.*.*.\n*.*..\n.****\n.....\n.....\n.....\n.....\n..*.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n****.\n*..**\n...**\n*...*\n.***.\n..**.\n.....\n.....\n.....\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...*.\n*....\n*****\n..**.\n.....\n.....\n.....\n.**..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.*...\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n...*\n....\n....\n.**.\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n...\n...\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n..**.\n*.*.*\n***.*\n****.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n*...*\n....*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*..\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n***.\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n.**.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******..*\n***.*.***\n******.**\n*********\n**.******\n*********\n********.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.....*...\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**.*...\n..***.*.....*\n..*.*..**...*\n.........**.*\n....****.....\n.*...**...**.\n....*....*...\n...***.......\n....**.......\n......***....\n....****.*...\n```\n\n\n## Output without wrap\n\n```\n.*..*.**.....\n......*......\n..*.**.***..*\n...**....*.*.\n....*..*.*...\n.......*..*..\n...*..*...*..\n...*.........\n...*...*.....\n........*....\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n*.....*......\n*.*.**.***..*\n...**....*.*.\n....*..*.*...\n.......*..*..\n...*..*...*..\n...*.........\n...*...*.....\n........*....\n..*.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n...***\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n....*.\n......\n**.***\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..***.**\n....*.**...\n..*.......*\n....***..*.\n```\n\n\n## Output without wrap\n\n```\n......**...\n...*.....*.\n...**.**.*.\n....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.......\n..**...*..*\n..*...*...*\n..*....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.***\n**.***\n**.***\n*.****\n**.***\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*.....\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n...**\n...**\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***........*.\n.*.*.....*.*.\n*........*..*\n....*.....*..\n...........*.\n..***.***...*\n*.*.*.*..**..\n....*......*.\n....*..***..*\n.....*.*.**.*\n...........*.\n*..........*.\n*............\n```\n\n\n## Output without wrap\n\n```\n***.......*..\n...........**\n.........*.*.\n..........**.\n....**.*...*.\n.**.*.******.\n.**.*.*.****.\n....*..*...*.\n....****.*..*\n......**.**.*\n...........**\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......*..\n...........*.\n*........*.**\n..........***\n....**.*...*.\n.**.*.*******\n.**.*.*.*****\n....*..*...**\n....****.*..*\n......**.**.*\n...........*.\n.............\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**..*.\n....*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n...**.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n**...\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**...*.*.\n.**..**...*.**\n..*..**...*.**\n```\n\n\n## Output without wrap\n\n```\n.**..**.....**\n.****..*.**...\n.**..**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***..*.**...\n*****..*.**...\n*.***..*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n..*..\n***..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n****.\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..*.\n.....*...\n.........\n.........\n.........\n...**....\n..*.*....\n**.......\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n*...*....\n...*.....\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n*........\n.........\n.........\n.........\n..***....\n*...*....\n*........\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n...\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.....*\n.....**......*\n.....*.*.....*\n```\n\n\n## Output without wrap\n\n```\n..............\n....***.......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.....*..\n.*.***.....*..\n.*.***.....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.*.\n...***\n*...*.\n*....*\n.*....\n......\n*...**\n....**\n.*..*.\n***...\n.**...\n```\n\n\n## Output without wrap\n\n```\n...**.\n...***\n...*.*\n......\n......\n......\n......\n....*.\n.*....\n**....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n...*..\n...***\n**...*\n.*...*\n......\n**....\n*...*.\n.*...*\n.*..*.\n*....*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**..*\n..*.****.....\n....*.**....*\n```\n\n\n## Output without wrap\n\n```\n.....****....\n...**........\n...**..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...*...*\n*..**.......*\n*..**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..**\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*....\n.....*..**\n..*..*....\n.***..****\n*.*....*.*\n..**..****\n```\n\n\n## Output without wrap\n\n```\n.....*....\n..*...*...\n..*....*..\n...*.**...\n...*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*..\n......*...\n***....*..\n**.*.**...\n*.**.....*\n.**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n....*\n**...\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*....\n.*..*\n*....\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n...*..\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.*\n*.*...*.\n*...*.*.\n....*.**\n***.****\n..**.**.\n```\n\n\n## Output without wrap\n\n```\n*.******\n*......*\n****.***\n*..*....\n.**.....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.*.....\n.***.*.*\n...*...*\n.*......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*......\n**....*\n*.**..*\n.***...\n..**...\n..**...\n*....**\n.*..*..\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n*.*....\n*..*...\n....*..\n....*..\n.****..\n.*****.\n**..*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.......\n..*....\n...*..*\n*...*..\n....*..\n.****.*\n*******\n.*..*..\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n**.\n*.*\n***\n.**\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n..*\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n**.*.\n*.*.*\n****.\n*..**\n**.*.\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.....\n.....\n...**\n...**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....*\n.*..*....\n.*..*....\n....*...*\n....*.**.\n..***.*..\n.*..*....\n.*.*.**..\n*..**.*..\n*......**\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.....*...\n..*..*...\n.......*.\n....*...*\n...*.....\n**.*..*..\n...**.**.\n*..*****.\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n.....*...\n***..*..*\n.......**\n....*...*\n...*.....\n**.*..*..\n...**.**.\n....*.**.\n....****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**.*.\n****.\n.*..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.**\n...**\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n...**\n..*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**.\n**..*.**.*\n*..*..*...\n......*.*.\n..*.*..**.\n..**......\n....****..\n*.**.*..*.\n.........*\n```\n\n\n## Output without wrap\n\n```\n**....***.\n**...**...\n**....*.*.\n...*.**.*.\n..*....**.\n..*.....*.\n.*...***..\n...*.*.**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**..\n.*...**...\n**....*.*.\n...*.**.**\n..*....**.\n..*.....*.\n.*...***..\n...*.*.***\n**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*...\n*....\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n*....\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n..*......\n...*.....\n....*....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*.*....\n...*.....\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n..*.*....\n...*.....\n...**....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..*\n...*.....\n...*...*.\n.**.***..\n***...*.*\n**.*.....\n.***...**\n****..***\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n...*..*..\n...*.....\n...**.**.\n...**.*.*\n...***..*\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n......**.\n...*..*..\n...*....*\n...**.*.*\n...**.*..\n....*....\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*..****.\n*.****..*..*.*\n*.*..***.*.**.\n*..*......**..\n```\n\n\n## Output without wrap\n\n```\n**.*.*...****.\n*.......*....*\n*.*..*****....\n.*....*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*....\n........*.....\n*.*..*****....\n*..***.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n**.\n***\n..*\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n.*.***\n..*.*.\n..*.*.\n***.*.\n*.****\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*..***\n.*****\n..**..\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n*.**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*\n**......\n.**..*..\n...**..*\n.*......\n........\n**.*....\n...*..*.\n.*.**.**\n**..**..\n*...*...\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n*.**....\n*...*...\n**..*...\n*..*....\n.**.....\n...*..*.\n*..***.*\n...**...\n....****\n*..*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.***...*\n.*..*...\n**..*...\n...*....\n.**.....\n*..*....\n**.*****\n.*.**..*\n....***.\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*\n********\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n........\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*...*\n*...*.*...*.\n*...*.***.*.\n*.....*.*.*.\n*......*..*.\n*....***.***\n```\n\n\n## Output without wrap\n\n```\n....***.....\n...**...****\n**....*.*.**\n**...**.*.**\n**...*......\n......******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..***..\n*..**...***.\n**....*.*.*.\n**...**.*.*.\n**...*......\n*...**.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..*..\n.*....\n*...*.\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**..**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n**..*.\n*...*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n..*.\n....\n..*.\n...*\n....\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n*..\n*..\n..*\n.*.\n...\n***\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n.*.\n.*.\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.***\n****.*..*.*\n*.**.*.*.*.\n.**.***....\n***..**.***\n*****.*..**\n***.....*..\n*.***..*...\n**....*.***\n..*****..*.\n**.****..**\n**.*....*..\n*..*.*.***.\n```\n\n\n## Output without wrap\n\n```\n*...*****.*\n...*.*....*\n*......***.\n..........*\n........*.*\n....*.*...*\n.....*.***.\n...*...*...\n*.....*.***\n...........\n*.....*****\n...*......*\n***.*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....\n...*.*.....\n.......***.\n...........\n........*..\n....*.*....\n.....*.***.\n...*...*...\n*.....*.**.\n...........\n......****.\n...*.......\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n.**\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n*......*\n*......*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n**....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.*....*.\n.*....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n**....\n***.*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...\n....***..\n.....*...\n.....**..\n.....*.*.\n.........\n...**....\n...***...\n```\n\n\n## Output without wrap\n\n```\n...*..*..\n...*..*..\n.........\n....**...\n.....*...\n....*....\n...*.*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*..*..\n.........\n....**...\n.....*...\n....*....\n...*.*...\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n*...*..\n*...*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n**.***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.****\n**.****\n**.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n*****.\n*..***\n***...\n..**..\n..****\n.*...*\n.*.*.*\n.*...*\n..***.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**..**\n*.....\n.....*\n*.....\n......\n.*...*\n.*...*\n**...*\n.*...*\n..***.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n......\n......\n*.....\n*....*\n**...*\n.*...*\n.*...*\n.*...*\n..***.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**\n*..**.*.\n...*****\n....*.*.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n......*.\n.......*\n..**....\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n.*.*....\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n....**..\n...*..**\n.**..*..\n*..**...\n.**.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....**..\n..**..*.\n.**..**.\n*..**...\n.***....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n....**..\n..**..*.\n***..***\n*..**...\n.***....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..***.\n.........\n......*..\n.....*.*.\n.**......\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....*.*.\n.....***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.*.\n.....*.*.\n.....***.\n.....***.\n.**..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n........\n........\n........\n........\n........\n.....*.*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n........\n........\n........\n........\n......*.\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*.**\n.***.****.\n*.****...*\n.**.*..***\n*.******..\n***.*...**\n...**.*...\n**.**.*...\n*********.\n.*.*.*..**\n.***.***..\n.*........\n*.*.....*.\n***...*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n**......**\n**......*.\n**......*.\n**.....**.\n.......*..\n..........\n........*.\n........**\n......*..*\n***.**..*.\n*..***....\n*.**...**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.......***\n.......***\n..........\n........**\n*.......*.\n......*..*\n*.*.**..**\n*..***...*\n..**...***\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.\n.......\n...*..*\n*.....*\n***....\n*..***.\n..*....\n```\n\n\n## Output without wrap\n\n```\n..*....\n...**..\n.......\n*.*....\n*.****.\n*..**..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n...**..\n*.....*\n..*...*\n..****.\n*..**.*\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*....\n....***.*....\n.*.***.......\n..*..........\n...****......\n....**.......\n*...*.......*\n.....***.....\n...***.**....\n..***..*.....\n.*.*.........\n..**...*...*.\n..*.*.*.*...*\n...**..**....\n```\n\n\n## Output without wrap\n\n```\n....*..*.....\n......**.....\n..**..*......\n..*...*......\n...*..*......\n......*......\n....*........\n...*...**....\n..*.....*....\n.....****....\n.*...........\n.*..*..*.....\n..*.***.*....\n...***.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**...\n......**.....\n..**..*......\n..*...*......\n...*..*......\n......*......\n....*........\n...*...**....\n..*.....*....\n.....****....\n.*...........\n.*..*..*.....\n..*.***.*....\n....*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.........*....\n......*..*.*..\n....*.*.....*.\n..............\n..............\n.......*......\n....*....*...*\n****..........\n..............\n.......*......\n*.....**......\n*.............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..........*...\n.....*....*...\n.....*........\n..............\n..............\n..............\n.***..........\n.***..........\n.**...........\n......**......\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..........*...\n.....*....*...\n.....*........\n..............\n..............\n..............\n****..........\n****..........\n.**...........\n......**......\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*...*..\n.....*.*...\n*...*.*....\n..**..*..*.\n*...*.*.*.*\n..........*\n**..*...*..\n*.*.***....\n.*....****.\n...**.**..*\n```\n\n\n## Output without wrap\n\n```\n....***....\n..**...*...\n........*..\n........*..\n**.*.*.**..\n**.*.*.....\n......*....\n*...**..**.\n.**.*.*****\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..*.....*..\n**......*..\n**......*..\n...*.*.***.\n.*.*.*...*.\n......*....\n....**..*..\n.......**..\n....**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**.*.**\n..***.*.*****\n....*.***..**\n*.***......*.\n.*.....**..*.\n.***.....*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.***.*..*\n..***........\n.*....*.*....\n.******...**.\n*...*...*..**\n.**.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..****.....\n..***........\n**....*.*....\n*******...**.\n*...*...*..*.\n.*....*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..*.\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*..\n.*...\n..*..\n.*.*.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.**..\n.**..\n.*..*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*..\n.**..\n.**..\n**..*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****\n*...*.*\n*****..\n.*.**..\n*******\n.***.*.\n****..*\n..*...*\n```\n\n\n## Output without wrap\n\n```\n**.**.*\n......*\n*......\n.......\n*.....*\n.......\n*...***\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n.......\n......*\n.......\n......*\n.......\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n..***....\n.**.*....\n..*.*....\n...***...\n.....*..*\n...**.**.\n....***..\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*.*.*...\n**..**...\n.***.*...\n..*......\n....*.*..\n...**..**\n...**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.**.***..\n**..**...\n.***.*...\n..*......\n....*.*..\n......***\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.****\n*.***\n***..\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n...**.\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........***\n.*.......*...\n.........**..\n...*......*..\n...**.....*..\n*..........**\n**..........*\n.............\n.............\n.............\n.........*...\n**......*.*.*\n.**........*.\n**.........**\n```\n\n\n## Output without wrap\n\n```\n..........*..\n.........*.*.\n.........*.*.\n...**......*.\n..***.....*.*\n***.......*.*\n**.........**\n.............\n.............\n.............\n.*.......*...\n.**......*.*.\n...*.....*..*\n.**........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..........\n.........*...\n.........*.*.\n...**........\n..***.....*.*\n*.*.......***\n**..........*\n.............\n.............\n.............\n*........*.*.\n*.*......*.**\n...*.....**.*\n.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n......*..\n....***..\n.....**..\n........*\n......***\n```\n\n\n## Output without wrap\n\n```\n.....***.\n....*....\n....*..*.\n....*.**.\n.....*..*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n....*....\n....*..*.\n....*.**.\n.....*..*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.\n......*\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.\n**.**..\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n*.*\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*....*\n**..**........\n*..**...*....*\n```\n\n\n## Output without wrap\n\n```\n**..**........\n***..*........\n**.***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..........*\n.**..*........\n..**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.*...**...\n.**.......\n..*.......\n..........\n.......***\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**.......\n.**.......\n.**.......\n........*.\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.**.......\n.**.......\n.**.......\n........*.\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**\n.....*.\n....*..\n.......\n***..**\n..*****\n..**...\n..*.***\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*.*\n.....**\n.**....\n.**..**\n.**....\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.......\n.......\n..*...*\n..*....\n*.*....\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n****.\n.*...\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n**.**\n...**\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n.*.*.\n***.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n****\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n***\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n....**\n......\n...*.*\n.**...\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*.*\n...*..\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*..*.*\n*..*..\n....**\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......***\n**.*...**.*.\n.*..*.**...*\n....*..*..*.\n..**.**...**\n.....*......\n.........**.\n***..**..***\n...****..**.\n..******....\n....*..*....\n.**....*.*.*\n.****.*.*.**\n..*.....*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.....****\n*..*..***...\n*******..***\n..*.*..*..*.\n...*.**...**\n....***..*.*\n.*...**..*.*\n.***..*.*..*\n........**.*\n..*....**...\n.*..*..*....\n.*..****.*.*\n........*..*\n.**....*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*....\n...*..***...\n.******..***\n*.*.*..*..*.\n...*.**...**\n....***..*.*\n**...**..*..\n****..*.*...\n*.......**..\n..*....**...\n.*..*..*....\n.*..****.*.*\n........*..*\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n****\n....\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*..*\n*...\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n..*..\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.********\n**********.*.\n*************\n**.****.*****\n*.***.******.\n**.*****.***.\n**********.**\n*.*****.*****\n*.**.****.*.*\n.****..******\n*.**.********\n```\n\n\n## Output without wrap\n\n```\n*..........**\n.............\n.............\n.............\n.............\n.............\n.............\n*............\n*............\n*............\n.....**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.....\n....*..*.*\n.*....**..\n.*.*..*...\n.**.****..\n.....*....\n...*..*.*.\n..*.....*.\n.*...*.*..\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....*..*.\n.***....*.\n*.......*.\n*.........\n.*..*.....\n..**...*..\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*...*.\n*.........\n*.**....*.\n*.......**\n*.........\n.*..*.....\n..**...*..\n.......*..\n.*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..****\n..*.**\n****..\n***.**\n******\n*.****\n*.****\n**.***\n```\n\n\n## Output without wrap\n\n```\n..*..*\n..*...\n.....*\n*.....\n.....*\n......\n*.....\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n......\n......\n......\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*****\n**..*.....*\n.****.....*\n**...*.****\n*..***.*...\n```\n\n\n## Output without wrap\n\n```\n**...*.****\n*...*..**.*\n...***..*.*\n*....*.****\n**..**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...****.\n....*..**..\n...***..*..\n.....*.***.\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..*\n.*..***.\n.****.*.\n**..**..\n...*...*\n```\n\n\n## Output without wrap\n\n```\n*****.*.\n......**\n......*.\n**...**.\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*\n......*.\n......**\n**...***\n...*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n**.**.\n.*.*.*\n*..*.*\n****.*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n**..*.\n...*..\n.*.*.*\n***..*\n*.*..*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**....\n...**.\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n.*****\n..*...\n**.***\n***...\n..****\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n...*.*\n**....\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n*..*..\n....*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n*.*\n...\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*..\n*..\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n*.*\n...\n**.\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...**\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*.*\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n....*\n....*\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n.*..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*...*\n*.*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*.*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.**.*.\n.*.*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n.*.**...\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*..*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....***.\n....***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n....*\n.....\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........**\n**......*.....\n.............*\n..........*...\n..............\n..........***.\n..............\n...........**.\n..............\n.........**...\n..............\n**.......**..*\n.*............\n```\n\n\n## Output without wrap\n\n```\n**............\n**............\n..............\n..............\n..............\n..........**..\n..............\n..........**..\n..............\n..............\n..............\n**............\n**............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............**\n.**..........*\n..............\n..............\n..............\n..........**..\n..............\n..........**..\n..............\n..............\n**............\n*.*..........*\n.............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*****\n*.*.**.**\n*********\n.*...****\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*...\n........*....\n.............\n....*........\n......*......\n*............\n.........**..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*..\n.........*...\n.............\n.............\n.............\n.............\n........*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n**.*.*\n..*...\n...*..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n*****.\n.....*\n*.....\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n*.....\n.....*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n*..****\n*******\n.******\n******.\n**.****\n*.*****\n***.***\n*******\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.****...*\n****.**.**..\n*.*..***..**\n...***.*****\n*..*...*..**\n....***.*.*.\n...**.*.*.**\n****..******\n..*.**.*.*..\n..*....*.*..\n```\n\n\n## Output without wrap\n\n```\n*...*..**...\n*.......**.*\n*..........*\n.***.*......\n...*........\n......*.*...\n.*..........\n.*.........*\n....**......\n...*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....**.\n........**..\n............\n.***.*......\n*..*........\n*.....*.*...\n.*..........\n**..........\n*...**.....*\n..*....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.......\n............\n............\n............\n............\n....**......\n....*.......\n....*.......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n....**......\n...**.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n....**......\n...**.......\n...***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...**...\n....**.*\n...**...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n....*...\n....**..\n......*.\n....**..\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....**..\n......*.\n....**..\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.**\n.*..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n****\n****\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*...\n...*..\n..***.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n....**\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n....**\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.****\n.****.*.*\n********.\n*****.***\n.***...**\n.******.*\n********.\n***.****.\n*****.**.\n*********\n.*.***.**\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n.......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*.***\n.*.*.*\n.....*\n.*....\n*.*...\n*.*...\n...*.*\n...*.*\n****..\n```\n\n\n## Output without wrap\n\n```\n**.**.\n**...*\n.*.*.*\n..***.\n.***..\n..**..\n......\n.*..*.\n.*....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..*..*\n*..*.*\n******\n*.**.*\n..**..\n......\n......\n.*....\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.**\n*.*.**..*.\n**...*.*.*\n*..*****..\n.......*..\n*.*..****.\n...*.***..\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.***\n*.****....\n*.*....*..\n**..**.*..\n.*.*......\n....**..*.\n....**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....**\n..****....\n..*....*..\n**..**.*.*\n.*.*.....*\n....**..*.\n.****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n**...*\n****.*\n.*..*.\n****.*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n*..*.*\n...*.*\n.....*\n*..*..\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n...*..\n...*..\n......\n...*.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*...\n..*...\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**...\n.**...\n.*....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n.*.\n...\n...\n.*.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n.*.\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n...**.*\n*.....*\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n**...*.\n..*.*.*\n**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.*\n.*.***.\n*...*.*\n.*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**..\n.......***..\n........**..\n............\n............\n...........*\n........*.*.\n```\n\n\n## Output without wrap\n\n```\n.......*.*..\n.......*..*.\n.......*.*..\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n.......*..*.\n.......*.*..\n............\n............\n............\n........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........**.\n............\n............\n............\n.........**.\n........*...\n.....****...\n**.*****....\n*...*..*...*\n....***.....\n......*.....\n....**...*..\n.........*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.........*..\n......*.*...\n........*...\n**.*........\n**.....*....\n....*.**....\n......*.....\n.....*......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.\n............\n............\n............\n.........*..\n......*.*...\n........*...\n**.*.......*\n**.....*...*\n....*.**....\n......*.....\n.....*......\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..*.*.*\n.*.**.**..**\n.*.*...****.\n```\n\n\n## Output without wrap\n\n```\n***.*..*....\n**.........*\n....*.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**......\n***.***.....\n***.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**\n*...****\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n....*..*\n...**...\n....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...\n*..**...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n....*.\n...*..\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n..*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n....**..\n.....*.*\n*.....**\n*......*\n....***.\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....**..\n....**.*\n.......*\n.......*\n.....**.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n....**.*\n*...**.*\n........\n*.......\n.....***\n.....*..\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.***\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*..***\n****..\n.**...\n......\n*....*\n**....\n*.*...\n.*..**\n```\n\n\n## Output without wrap\n\n```\n....*.\n*..**.\n*.....\n*..*..\n.*....\n**....\n*.....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n...***\n......\n*..*..\n**....\n**...*\n......\n..*...\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n.***....*\n.........\n***.....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*.*.....\n*..*.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.*.*.....\n...*....*\n****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.**\n*****...\n********\n**......\n..**.*..\n*..*.*.*\n.**...*.\n*****...\n..**.**.\n.****.**\n.*..**.*\n```\n\n\n## Output without wrap\n\n```\n........\n....*.*.\n........\n.*...**.\n.****...\n..**.*..\n......*.\n........\n**...***\n**...*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*.*\n........\n.....*.*\n*.***.**\n*.**.*..\n........\n........\n.....**.\n........\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....*..**\n..***..**.***\n*.***..**...*\n***.....*..**\n*.**..****...\n**.*......*..\n```\n\n\n## Output without wrap\n\n```\n........****.\n**.**...*.*..\n**...*....*..\n...***.**...*\n*****.*....**\n..*....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***.\n.........*...\n.....*....**.\n...***.**..*.\n...*.*.***..*\n...**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n.***\n.*.*\n.**.\n*.**\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n...*\n*.*.\n**..\n**..\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n...*\n*.*.\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.*****\n**.***\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n.**\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****...*\n.*.***.**\n.*..**..*\n.*.**....\n....*...*\n.****....\n...*..**.\n.*.***.*.\n***.*.*.*\n.*****.*.\n.*.*.***.\n```\n\n\n## Output without wrap\n\n```\n**......*\n..*..*...\n*.....*.*\n*.*...**.\n.*...**..\n.**.**.*.\n***..****\n**......*\n**.....**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.**...*..\n.*....*.*\n..*...***\n.*...**..\n*.*.**.**\n.**..***.\n*......*.\n.........\n.......**\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.***.\n.***.\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...***.*\n.*....*.****\n..***.*.*.*.\n.....**.....\n....**......\n..**.*......\n*..*.***...*\n```\n\n\n## Output without wrap\n\n```\n***....*...*\n*...***....*\n..***.*.*.**\n......**....\n...*........\n..**........\n..**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n....***.....\n..***.*.*.**\n......**....\n...*........\n..**........\n.....*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n**..*\n.....\n....*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*..**\n....*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**....\n..*......*\n..........\n......*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n..........\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n..**.\n*....\n*.***\n.**.*\n...*.\n*....\n```\n\n\n## Output without wrap\n\n```\n..***\n.****\n....*\n*.*.*\n.*..*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n*....\n..*..\n.*...\n*****\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...**\n..*...*.\n........\n......**\n.......*\n**......\n.*......\n*......*\n......*.\n......**\n```\n\n\n## Output without wrap\n\n```\n.**...**\n.**..*..\n.....*..\n.....*..\n......**\n**......\n**......\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..***\n*.*..**.\n*....*..\n*....*..\n......*.\n.*....*.\n.*.....*\n.*....*.\n**....*.\n..*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n....*.*\n.......\n.*.....\n.......\n.*.*...\n.......\n*..***.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..**...\n...*...\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..**...\n...*...\n....**.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n*........\n*.......*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n*.......*\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n**.......\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.***\n.**.*.**..\n...*..***.\n**......*.\n*......*.*\n...*..*.**\n.*.***.**.\n```\n\n\n## Output without wrap\n\n```\n.*.***.**.\n.**.*....*\n*..*.**.*.\n**....*..*\n**.....*.*\n..**.**..*\n..********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n***.*.....\n*..*.**.**\n**....*...\n.*.....*..\n..**.**...\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.*\n....*........\n....*........\n.............\n....*..*.....\n.....*.*.....\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n..*..\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n..**.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.**.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n*.***\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n**...\n.*..*\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n**...\n*..*.\n.....\n*...*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n....*\n.*..*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...*..**\n........\n......*.\n........\n........\n........\n.*......\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*.**.*\n***.**\n.*..*.\n*.***.\n**.***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*....*\n*....*\n......\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n***.**.\n.*.*...\n..*....\n..*....\n...*...\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.****..\n**..*..\n*..**..\n.***...\n..**...\n...**..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**\n**..*..\n*..**..\n.***...\n..**...\n...**..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**..***\n*..*******.*\n**.*********\n.*****.*.***\n*.*******.**\n**.*.*..**.*\n.****..**..*\n*********.**\n.**.*******.\n```\n\n\n## Output without wrap\n\n```\n..**.....*.*\n*...........\n*...........\n............\n*...........\n*..........*\n...........*\n*..........*\n*.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n*.*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n...**\n**.**\n*...*\n**.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.....\n.*...\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n...*.\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**...*.*\n***..*......*\n..*.***..****\n*.**.**.**.*.\n**.****.*...*\n***.***.*.***\n```\n\n\n## Output without wrap\n\n```\n.**.***....*.\n.**......*..*\n*......***..*\n*.......*....\n........*...*\n*.*...*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.**..\n.**......*...\n.......***...\n........*....\n........*....\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n***..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n.*...\n.*...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.....*\n.**......*\n**......**\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n**......**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n......*.*\n.....*..*\n.....*...\n.....**.*\n..*.**.*.\n.*...*...\n.**.*...*\n.*.**...*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......*.\n....**.**\n....**.**\n....**.**\n.....*.*.\n**....*..\n**.*..*..\n******...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......*.\n....**.**\n....**.**\n....**.**\n.....*.**\n**....*..\n.*.*..*..\n..****...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.*....\n*.*.*.......*\n*.***...*.**.\n*.*.*.*.....*\n```\n\n\n## Output without wrap\n\n```\n.*...........\n*.*.**....***\n....**.....**\n.*..**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.....\n......***.***\n.*......*....\n.....***..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n*......*\n*.....**\n.*..***.\n**...*..\n.*.*.**.\n.**.**.*\n*.*..**.\n*.**.**.\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n........\n**....**\n..*....*\n..*.....\n***.....\n**......\n........\n**.....*\n****.*.*\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*\n.*......\n***.....\n.**.....\n.**....*\n......**\n*......*\n*......*\n****.**.\n.*.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n....*...\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...**\n**.*.\n*.***\n**..*\n***..\n**..*\n*.***\n....*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n....*\n.*..*\n**...\n....*\n....*\n..**.\n....*\n*.*.*\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.*...\n.*...\n.....\n.....\n..**.\n.....\n..*..\n.**..\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..\n.*......\n...*....\n......*.\n....***.\n.....*..\n.*......\n.*......\n**......\n.**.....\n.......*\n***.*...\n**...*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...**.**\n....*.*.\n.....*..\n.*......\n*.......\n*.*.....\n*..*....\n*.**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...**.**\n....*.*.\n.....*..\n.*......\n*.......\n.**.....\n.*.*....\n..*.*.*.\n**.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..**\n..*......\n...**.***\n***.**..*\n..*.*.***\n******...\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*..**..\n....*.***\n.**......\n......***\n.**.****.\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n..*..**..\n....*.***\n.**......\n......**.\n***.*****\n**...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.**\n****\n.***\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n..*.\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n*..*\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**.\n*.*.*...*\n.*.***.*.\n*...****.\n.*..**.**\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.**..*.*\n..*....**\n*.**.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*.*......\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n*.*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.*.\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*...\n.*...\n*.***\n**.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n**...\n**.*.\n*..**\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n.*.**\n...*.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**...\n*....**..\n....**..*\n```\n\n\n## Output without wrap\n\n```\n....***..\n......*..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*.....*.*\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.**\n.**.**.**\n*....*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.***..\n*.*......\n...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**..\n.**.***..\n.**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*..*\n.**....**..\n.**...***..\n.***..**...\n.*.*.***...\n..**.***...\n********...\n*..**.**...\n.**.**....*\n.**.*..*.*.\n...**...***\n....*..*.**\n....***..**\n....****.**\n```\n\n\n## Output without wrap\n\n```\n.*.....**..\n*.*......*.\n*..........\n*..**......\n.*......*..\n*.......*..\n*.......*..\n*......*...\n*......**..\n.*.........\n..*.**.*...\n......**...\n...*.......\n....*..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*....*\n..*......*.\n*..........\n*..**......\n.*......*..\n*.......*..\n*.......*..\n.......*..*\n.......**.*\n.*.........\n*.*.**.*...\n*.....**...\n*..*.......\n....*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*......*\n*......*\n.....***\n.....**.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n......*.\n....*...\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*.....**\n*......*\n........\n....*.*.\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****....\n.....***...\n......*.**.\n........***\n*......***.\n.*......**.\n.*****.....\n```\n\n\n## Output without wrap\n\n```\n...**..*...\n...*....*..\n.....**...*\n..........*\n.......*...\n**.**..*.*.\n.****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*...\n...*....*..\n.....**...*\n...........\n*......*...\n**.**..*.**\n.*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*........\n.*.....*.....\n*........*.*.\n.............\n.........*...\n.....**....*.\n..*..*.......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.....**......\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n.............\n.............\n.............\n.............\n....*.*......\n....*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.....\n*..*.\n*....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*..*.\n....*\n....*\n.*...\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*.\n...*..**.\n...*.....\n..*..**..\n...*.*...\n...*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.*.*.\n.......**\n.*.....*.\n.*.......\n..**.*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.**\n.*.......\n.*.....*.\n.*.......\n.*...*...\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***********\n*.***..****\n..***.*.***\n```\n\n\n## Output without wrap\n\n```\n...........\n*...*.*....\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n***..\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n*....\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...***\n......*...*\n...*.......\n...**.****.\n.........*.\n....**.....\n....**...*.\n*.*.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.........**\n...*......*\n...****.**.\n...**..***.\n...*..**.*.\n....**.....\n......*.**.\n...**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*..\n...*......*\n...****.**.\n...**..***.\n...*..**.*.\n....**.....\n......*.***\n.*..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n...***.\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n....*..\n....*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n....*..\n....*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****.****\n****..***.*...\n***..*.*****.*\n****..*...**.*\n```\n\n\n## Output without wrap\n\n```\n*..***..*.***.\n.............*\n....**........\n*..*..***..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.....\n..............\n....**........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n..*\n*..\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.....\n...........\n...........\n...........\n..*......*.\n..**.......\n...**......\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n..**.......\n..*.*......\n..***......\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n..**.......\n..*.*......\n..***......\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..*..*\n...*..\n*..*..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....*.\n.*....\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.*...*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*\n.**..***\n..**.***\n********\n***.*.*.\n```\n\n\n## Output without wrap\n\n```\n....*...\n**..*...\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n......\n...*..\n......\n......\n......\n..*.*.\n.*....\n.**...\n**....\n..*...\n...**.\n****.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n......\n......\n......\n......\n......\n.*.*..\n..*...\n*.....\n.***..\n....*.\n*....*\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..***.\n......\n......\n......\n......\n......\n.*.*..\n..*...\n*.....\n.***..\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n..***..\n...*..*\n....**.\n...*.*.\n...***.\n......*\n....*..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*..*.\n..*....\n...*.**\n...*..*\n...*.**\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..*..*.\n..*....\n...*.**\n...*..*\n...*.**\n...*...\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*....\n.*...\n.*.*.\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n***..\n.*...\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*..**\n***..\n.*...\n.**..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n**..*\n..*..\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n**.*.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*.**\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*...\n....\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n.**\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..*..*\n..*...\n***..*\n..*...\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n..**..\n..**..\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n..**..\n..**.*\n*.**..\n..**.*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.....\n..*..\n..***\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n.**..\n..*..\n*.*..\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.*....*\n*....*.\n...*...\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*.....*\n*.....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....**.*\n.*........*..*\n*....***..*.*.\n*...*****.....\n......*...*..*\n.*..*......*..\n*...*****...**\n.*****..**..*.\n*...**.*.**...\n**..*********.\n.....*.*..***.\n.***.......*..\n........*.****\n```\n\n\n## Output without wrap\n\n```\n.....*...****.\n....**..*.....\n...**..*...**.\n...**..***....\n...**.....*.*.\n......*.*.**.*\n*......***....\n*......****...\n..*...........\n**............\n*.*...........\n.***......***.\n..........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....**.**\n....**..***.**\n**.**..*...***\n*..**..***...*\n...**.....*...\n*.....*.*.**..\n**.....***...*\n.*.....****...\n*.*.........*.\n.*..........*.\n..*.........*.\n.*.**...*...*.\n*...........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*****\n***.*\n.****\n*****\n*.***\n*****\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n******\n******\n******\n***.**\n*****.\n****.*\n*****.\n..****\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n.*..**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n..*....\n...*..*\n...*..*\n..**.*.\n...**..\n*.*....\n*.**..*\n*...**.\n*....*.\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n..**...\n...*.**\n..*..*.\n.*..*..\n..*.*..\n*.****.\n*..****\n**..***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n*.*....\n..**...\n...*.**\n..*..*.\n.*..*..\n*.*.*.*\n*.****.\n*..***.\n**..**.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..*...\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*.*.\n**..*\n...*.\n*...*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n**.**\n**.**\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n...*.\n**.**\n.*.*.\n**..*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n..*...\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*....\n**.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n*.**.\n****.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..**.\n*...*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n*.*.......\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n.........*\n.........*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*\n....*....*\n....******\n*........*\n.**....**.\n***..*....\n```\n\n\n## Output without wrap\n\n```\n..........\n....*..*..\n....*..*.*\n....**.*.*\n..*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*****..\n*..*...*.*\n.*..*..***\n.*..**.*..\n..*....**.\n*.**.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n**.*\n.***\n.***\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n....\n....\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****\n********\n**.*****\n.**.****\n********\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n***.\n.*..\n.*.*\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n***.\n..*.\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n****\n....\n...*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n*...*..\n...*..*\n*.*....\n.......\n..**...\n..**...\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n....*..\n..***..\n..**...\n.*.*...\n.*.*...\n....*..\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n...*...\n****.**\n...*...\n.*.*...\n....*..\n.*..*..\n***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*\n...***.\n*****..\n*.*....\n.....**\n***.**.\n*******\n```\n\n\n## Output without wrap\n\n```\n..****.\n*....*.\n*....*.\n*.*.**.\n*.*****\n*......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n*....**\n*.*.**.\n..****.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n**....\n**....\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..****...\n*....*...*...*\n*.........**.*\n*.......*.**.*\n........**.**.\n........**....\n........**....\n........**....\n.........**...\n```\n\n\n## Output without wrap\n\n```\n.........***..\n.........*.**.\n...........*.*\n...........*.*\n.......**...*.\n......***..*..\n..............\n........*.*...\n.........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............**\n*..........***\n.*.........*..\n*..........*.*\n.......**...**\n......***..**.\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n***\n..*\n.**\n.**\n*.*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*..\n.*.\n...\n.*.\n*..\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n***..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n....***\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n....***\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n....*..\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n**.**.\n.*..**\n*..***\n...*.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n..***.\n**.*.*\n.*....\n..**..\n.*...*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**.*..\n.*....\n..**..\n.*...*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******..\n******..*\n****.**..\n.***.*.**\n*.***.**.\n*..**..**\n*..*.**..\n****..***\n**.***.**\n****.****\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.......**\n.........\n.........\n**.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n************\n*.****..****\n******.*****\n*********.**\n.***********\n**********.*\n```\n\n\n## Output without wrap\n\n```\n*.....**...*\n............\n............\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n***\n.*.\n**.\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n..*\n...\n*..\n...\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........**.\n..**....**...\n.*..*..*.....\n.......*..*..\n***.**.*..*.*\n*..*.*.*.....\n.*.*.*.*..*..\n.*.*.*.*.***.\n*...........*\n.............\n..........*.*\n..........*.*\n............*\n```\n\n\n## Output without wrap\n\n```\n........*.*..\n..**.........\n......**.....\n*....*...**..\n*........****\n.....*.....**\n.......*....*\n***.....*...*\n............*\n..........**.\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n..**.......*.\n.*....**.....\n*....*...***.\n**.......**..\n.....*.......\n.*.....*.....\n.**.....*....\n.*...........\n*.........*..\n...........*.\n*..........**\n*........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n......**.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*****\n***.*****.\n***.*****.\n.*****.***\n*******.*.\n*********.\n```\n\n\n## Output without wrap\n\n```\n*..*.....*\n..........\n..........\n.........*\n..........\n*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n...**\n.***.\n*....\n.****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.**.*\n*....\n*....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n*....\n***.*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n*.*..*\n**.***\n******\n..***.\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n.****.\n.****.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.....\n.*...*\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*.*...\n......\n...*..\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n...*.*.*\n.*.*.*.*\n.*.*...*\n..**....\n*..*..*.\n..*.....\n*..**...\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n...*..**\n...*....\n**.**...\n**......\n.*..*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..**\n..**....\n*..*..**\n.*.*..*.\n.*.**..*\n.......*\n**..*...\n.*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.\n*....*...*\n..*.....*.\n.***...*..\n**..*..*..\n.......*..\n........*.\n....*...*.\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.....**\n.***......\n*..**.*..*\n***...*..*\n.........*\n.......**.\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.....\n..**....*.\n..**......\n...**.*...\n***...*...\n..........\n.......**.\n...**...*.\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n*.......\n........\n........\n....*.**\n.*..*...\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....**..\n...*..*.\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n........\n........\n........\n....**..\n...*..*.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n**...\n*.*..\n**...\n....*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n..**.\n*.**.\n*....\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n..*..\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..***\n....*\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n..*.*\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*.*\n..*.*\n..***\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.....*..\n..*.....\n..*.*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.*...\n*....\n..**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*.*.\n.*..*\n.....\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*.*\n.*...\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.**.\n**.*\n...*\n.*..\n*.**\n**.*\n.*..\n.*..\n*.**\n*.*.\n.***\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n**.*\n**..\n.*.*\n*..*\n*..*\n.*..\n**..\n*.**\n*...\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n.*..\n....\n....\n.*..\n.*.*\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*\n*.......\n.*.*....\n......*.\n*......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*......*\n*......*\n*......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.***\n**..*.***\n**.******\n..*******\n********.\n.********\n.********\n****.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*.**.....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**.\n*.....*..\n*.......*\n*.**.....\n```\n\n\n## Output without wrap\n\n```\n**....**.\n*.....*..\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...**.\n......*..\n*.......*\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n...*.\n...**\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*.*\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n*..**\n..***\n.*...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n..**\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**..\n..**\n....\n.*.*\n**..\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.***\n*..*\n.***\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n.**.\n....\n****\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..**.\n.....\n.....\n*..*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*..\n.....\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n...*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n....***.\n........\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.*.*.**\n***.**..\n...****.\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n*.*.*.*.\n*.*....*\n*.**..*.\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.*.*.**\n*.*.....\n..**..*.\n....****\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**......*\n....*..**.***.\n*...**.*.**..*\n.......*...***\n```\n\n\n## Output without wrap\n\n```\n.....****.*..*\n....*....**..*\n....**........\n.....*********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.....*.\n....*.....**.*\n...***......*.\n....*.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n...*....*.\n..*..*....\n...*.*..*.\n.*........\n***.*.*...\n*.*.......\n....*.....\n..*..*....\n.*.*....*.\n*..**..*..\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n..***.....\n..........\n.*..*.....\n.....*....\n*....*....\n*....*....\n*...*.....\n.*........\n.*..*.....\n..........\n..........\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n.*........\n.*..*.....\n.....*....\n*....*....\n*....*...*\n*...*.....\n.*........\n.*..*.....\n..........\n...**.....\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.****.\n...*******.\n...***..**.\n```\n\n\n## Output without wrap\n\n```\n...........\n..**.....**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....**\n****.....**\n****.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n....**.\n....**.\n....**.\n..*..*.\n..*..*.\n..***..\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...***.\n.......\n...*..*\n...*..*\n...*.**\n.**..*.\n..***..\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.......\n...*..*\n...*..*\n...*.**\n.**..*.\n..***..\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.*..*.\n**...*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*...**\n.**..*\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..**\n...*.**.\n..*...*.\n*.....*.\n.**.*...\n.**.**..\n.******.\n......*.\n..*.*.**\n*****.*.\n```\n\n\n## Output without wrap\n\n```\n..******\n.*.***..\n......**\n..**.*..\n*.*.*...\n*.....*.\n.*....*.\n.*......\n..*.*.**\n.**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*.***..\n......*.\n..**.*.*\n*.*.*...\n*.....*.\n.*....*.\n.*......\n*.*.*.*.\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....*..*\n......***...*\n..****..**.*.\n..*.**..*....\n..*.*.**..**.\n```\n\n\n## Output without wrap\n\n```\n...*...**....\n......**..***\n..*......*...\n.**.....*..*.\n....*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....**.*\n......**..***\n..*......*...\n.**.....*..*.\n.**...******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n.*.....\n**...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n.**...*\n***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.......*\n.**......*.*\n..*......*..\n.*........*.\n```\n\n\n## Output without wrap\n\n```\n.**.........\n.*.*........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*\n***........*\n*.*........*\n**.*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..**\n*..**...*\n.*.*....*\n****...**\n.***...*.\n..**..**.\n*.**...**\n```\n\n\n## Output without wrap\n\n```\n.*.....**\n.*......*\n........*\n.......**\n...**..*.\n.**.*.*..\n..**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n...**....\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.....\n.....**.....\n............\n............\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n.....**.....\n............\n............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....**.....\n.....**.....\n............\n............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n***.*\n****.\n*...*\n*.***\n.*.**\n***..\n..**.\n*****\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n...**\n.*.*.\n.*.*.\n.*.*.\n...**\n...**\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.*...\n*.*...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n*.****\n****..\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n....\n....\n....\n..*.\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n....\n....\n.**.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n.........*\n......*.*.\n.**....***\n***....***\n*..**.....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n........**\n.........*\n..........\n.*........\n*......**.\n...**...*.\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*........*\n..........\n..........\n.......*..\n...**...**\n*..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.**.*.*\n...*...**...\n**.........*\n***...**.*..\n........*.*.\n**.....*...*\n...*...*.**.\n....*..*....\n*...*...*.*.\n............\n*.........*.\n```\n\n\n## Output without wrap\n\n```\n.*....*.*...\n**...*..*...\n*.*...*...*.\n......*...*.\n.*....*....*\n...........*\n......***.**\n......**....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n.*...*..*...\n***...*....*\n......*....*\n.*....*.....\n**..........\n......***...\n*.....**..*.\n..........*.\n..........**\n*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..*.\n*.*.\n*.*.\n....\n..*.\n****\n*...\n**.*\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n..*.\n..*.\n...*\n.*..\n*..*\n***.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n..*.\n****\n*.*.\n....\n****\n.*.*\n.*.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*...**\n*...**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n**.**.\n*...**\n*...**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n....**..\n**..**..\n**..****\n*..*....\n*.******\n.*.....*\n.....***\n........\n***.**.*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....**..\n.*.*....\n*.**....\n.......*\n*...***.\n.*......\n.*.*..**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.*.\n**......\n...*....\n..**....\n......*.\n.*..**..\n**......\n*..*...*\n.*..*...\n...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.\n.....**.\n*....*.*\n***.*.**\n....**..\n```\n\n\n## Output without wrap\n\n```\n.*..*...\n.*...***\n*...*.**\n**.....*\n**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.*..*...\n*...*...\n...**...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*.*\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n**..\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.*...\n***..\n.*.*.\n**...\n*.*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n*....\n.....\n*..*.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n*....\n....*\n...*.\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n.**.\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.*..\n**.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...*\n..***...*\n..***...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.**.**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n..*.**...\n..*.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.**..*\n.*...*\n...***\n..*...\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*...*.\n*....*\n.....*\n.....*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n......\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n...*......\n......*...\n..*.*....*\n.*..*....*\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n..**......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....*.....\n..**......\n.....**...\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..*.**\n..*...\n...*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...***\n....**\n..*.*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n..*.*.\n..**..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....**\n*.....*.**..\n.*......*...\n.*..**..*.*.\n*...*..**.**\n*....*.....*\n*....*..*...\n......**.**.\n.*........*.\n```\n\n\n## Output without wrap\n\n```\n..........*.\n.......*..*.\n**..***....*\n..*.*...*.**\n..**........\n**..*.......\n....*.......\n......*....*\n.......*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**...\n.......**...\n.*..***.....\n.**.*...*..*\n****......**\n**..*.......\n*...*.......\n.....*.....*\n*.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.\n*.**....\n..*.*.**\n......**\n..*.....\n..**.***\n**..****\n....*...\n..*..***\n..***.*.\n```\n\n\n## Output without wrap\n\n```\n..***...\n.......*\n.*****..\n.*.*...*\n.....*.*\n....*.*.\n.*..*...\n.*.*..**\n.*....**\n..**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*.*..**.\n*.****..\n*..*...*\n.....*..\n....*...\n*...*...\n...*...*\n*.......\n.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n******\n***.**\n***.**\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n*...\n....\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n**.*\n....\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n***.*.\n*.**.*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n.****.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*...\n......\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*..**\n.**..\n..*..\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.*.*.\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.....\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n..*****.\n*.******\n..**.**.\n********\n.**.**.*\n.***.***\n********\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n***\n...\n***\n..*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n.....**...\n.....**...\n.....***..\n.....***..\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....*..*..\n....*.....\n....*.....\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....*..*..\n....*.....\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*...\n**.*.*.**\n****.*.*.\n```\n\n\n## Output without wrap\n\n```\n**....*..\n...*.*.**\n*..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.*.\n...*.*.*.\n...*.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*.*.\n*.***\n****.\n..**.\n****.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.***\n....\n....\n....\n**..\n*..*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.**.\n....\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n*.*.\n....\n*...\n.*.*\n....\n.***\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n***\n..*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n....\n....\n..*.\n..**\n..*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n....\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n**.*\n....\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.*.\n.**....**\n*..*.**.*\n...*.....\n****.*.**\n***.***.*\n*..*...**\n```\n\n\n## Output without wrap\n\n```\n..**..***\n*....*..*\n.*.**.*.*\n*..*.*..*\n*....*.**\n.....*...\n*.*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.....*...\n**.**.*.*\n...*.*...\n.....*.*.\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......**\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n.**.\n.*..\n.*..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..*.\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n***.\n..*.\n*...\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n**.*.\n.*.**\n**.**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**..*\n*...*\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**..*\n*..*.*....\n.***.*.*..\n..*....*..\n.***......\n**........\n*......*..\n*...****..\n***.*.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.**...\n.....*....\n.*.*......\n....*.*...\n*..*......\n*.........\n*....*.*..\n*..**..**.\n**.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n*....*....\n.*.*......\n....*.*...\n*..*......\n*.........\n*....*.*.*\n...**..**.\n..*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.*.\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...*\n*.*....*\n........\n........\n***.**.*\n..*..***\n*.*..*.*\n.*..**..\n.....**.\n........\n.**..*..\n***.****\n*..*.**.\n.****.**\n```\n\n\n## Output without wrap\n\n```\n***.....\n*.*.....\n........\n.*......\n.*****.*\n*.*....*\n..**...*\n.*..*...\n....***.\n.....**.\n*.****..\n*......*\n*.......\n.****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n..*....*\n........\n**......\n******.*\n..*.....\n*.**...*\n**..*..*\n....***.\n.....**.\n..****.*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n......\n.**.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.\n..*****.*\n*****..*.\n*********\n*******.*\n.********\n**...****\n.....*.**\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n..*......\n*........\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.........\n.........\n.........\n.........\n.........\n..*......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n....\n**.*\n****\n*..*\n*..*\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n..*.\n*..*\n...*\n*..*\n.***\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n....\n....\n....\n***.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n.**..\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*.**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.....\n.....\n..**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..*.\n..*...***.\n.**..**...\n*..**..***\n...****...\n.....**...\n```\n\n\n## Output without wrap\n\n```\n.*....*.*.\n*.*.....*.\n.**.**...*\n.*.....**.\n...*....*.\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..**\n*.*.....**\n***.**....\n**.....***\n...*....**\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**..*.\n.*.....*.**\n**......***\n........*.*\n*..*..**.**\n```\n\n\n## Output without wrap\n\n```\n......*.***\n.**...**...\n**.....*...\n**.........\n.......****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.....\n.**...**...\n.*.....*...\n.*.........\n*....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n...\n.*.\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n.*.***.\n...**..\n***..*.\n.******\n***.**.\n****.*.\n..*****\n```\n\n\n## Output without wrap\n\n```\n..*....\n***....\n**.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*...*.\n**....*\n*.....*\n.......\n.......\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*....\n..*...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n***...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n***...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........*...\n..........*...\n*..........***\n...........*.*\n***........**.\n...*..........\n...*........*.\n..*......**..*\n.*......*..*.*\n*.......*..***\n*........*....\n```\n\n\n## Output without wrap\n\n```\n..............\n..........*.*.\n.........**..*\n.*........*..*\n***.......*..*\n.*.*.......**.\n.*.*..........\n.***.....***..\n***.....*....*\n**......****.*\n.........****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........*.\n*...........*.\n*........**.**\n..........*...\n.**.......*...\n...*.......*..\n...*..........\n*.**.....****.\n.**.....*.....\n.**.....*.....\n**..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n.*...*.\n**.*.*.\n.*.*..*\n***...*\n*...**.\n*..**..\n***....\n**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**...**\n***....\n*......\n..*...*\n*.....*\n..*..*.\n.*.**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n***.***\n..*..**\n.....*.\n..*....\n......*\n.**..**\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n.*.**\n*...*\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n*.*.*\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n..*..\n*.*.*\n*****\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...****..\n.*..*.**.*.*.\n...**..*..*.*\n*..**...***..\n.******...**.\n..***..***..*\n.....*...**.*\n...*.*......*\n*...*...*.*..\n```\n\n\n## Output without wrap\n\n```\n.****.**..*..\n.*..*...*.*..\n.**.....*....\n.**..*..*....\n***...*......\n.**..*.****.*\n.....******..\n....***..***.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n..*.....*....\n..*..*..*....\n..*...*....*.\n..*..*.****..\n.....******..\n..****.**....\n..*....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..*..\n.*.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.***.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..**...**\n..*****.*.**.*\n*.*****.**..*.\n*..*..*.***.*.\n...**.*.**....\n```\n\n\n## Output without wrap\n\n```\n.*.....***.*.*\n.*.....****...\n.............*\n....**...****.\n....**...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*...*\n.*........*...\n............*.\n.....*....*..*\n.*...*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n....**\n.**...\n*..***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n*...*.\n.*..*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n........\n.*......\n.*.*..**\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n.*......\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n*.*.....\n.*.....*\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**..**..\n..**..*..*.**\n.***..*..**.*\n...***.*.*..*\n**..**.*...*.\n*.**.****..*.\n*.*.....**.*.\n```\n\n\n## Output without wrap\n\n```\n...****.****.\n..***.......*\n.....*...*.**\n*.....**.*..*\n*.*.....**...\n*..**...*...*\n.****...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*....\n.*.**.......*\n.....*...*.**\n.*....**.*..*\n***.....**.*.\n*..........*.\n*.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.**..\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n.....*....\n.....*....\n....*.**..\n.....*.*..\n.....*..*.\n......*..*\n.......*.*\n*.*.......\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....**....\n...*...**.\n....**....\n....**...*\n......*..*\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n....**....\n...*...**.\n....**....\n....**...*\n*.....*...\n.*.....*..\n........*.\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.***.*\n..*.**\n*...**\n**....\n*...**\n.....*\n....**\n...***\n*.**..\n***...\n*....*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n**..*.\n*..*.*\n..*...\n*..***\n**....\n**..**\n......\n...*..\n..*..*\n*.....\n*.**..\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n..*...\n...**.\n.*....\n.*..*.\n......\n*..*..\n*.*...\n*.....\n..**..\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.*..\n*.**.\n***..\n.*...\n...**\n*****\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n*..*.\n*..*.\n**.*.\n*...*\n.**.*\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*...*\n*..*.\n*..**\n.*.**\n.....\n***..\n*****\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n**..\n.**.\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n...*\n***.\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n****\n...*\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n**..\n*...\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*...\n..**\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n...**...*\n**..*....\n****.....\n...*...**\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*..*....\n.....*...\n*****....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..*.\n.**.**.**\n.....*...\n...**....\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.\n....*..*\n*.....*.\n....**.*\n.****.**\n```\n\n\n## Output without wrap\n\n```\n...***..\n...**.**\n....*.**\n.**.*..*\n..***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n...**.**\n*...*.*.\n.**.*...\n*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n..*....\n*..*.**\n...*...\n***..**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..***..\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.......\n.......\n......*\n..***.*\n...*...\n***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n*.*\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n*.*.**\n**.**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n*....*\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n**.*\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.*.*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*..*.\n*...*\n**...\n*.*..\n*.*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.**.\n*....\n*....\n*.*..\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*.**.\n.....\n.....\n*.*.*\n*.*..\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..*...\n.*.*.*\n*..*.*\n*.**..\n***...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.*.*..\n*..*..\n*..**.\n*.....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*.*.\n.*.*.*\n...*.*\n...**.\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n*.......\n*.......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n..*.***\n*..***.\n*..**.*\n*..***.\n...*..*\n...*...\n..*....\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.......\n*..*...\n.....**\n.*..*..\n..***..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n...*..*\n*......\n....*.*\n..***..\n.**....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******\n********\n********\n*******.\n**.*****\n*******.\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n.......*\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n**........\n**........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n..*.......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n..*.......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n.*.*\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n*..*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*.*.\n..**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n**.\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*..*.\n...*.\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n...**\n..**.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...*.\n*.**.\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n**.*.*\n..*..*\n......\n.**.**\n**..*.\n*.....\n......\n**....\n**...*\n.....*\n***..*\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.*...*\n.**.*.\n.*****\n******\n*.****\n**....\n**....\n**....\n**....\n..*.**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.**.**\n******\n.*****\n..***.\n**...*\n**....\n.*...*\n.*...*\n..*.*.\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n.**.\n..*.\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n..**\n*.*.\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n..*.\n*.**\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.*....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..*.\n....\n....\n**..\n**..\n....\n..*.\n....\n....\n...*\n.*..\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n**..\n**..\n.*..\n....\n....\n....\n....\n**..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.**.\n....\n....\n**..\n**..\n.*..\n....\n....\n....\n....\n.*.*\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n...*\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n***.\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n.....*..\n.......*\n*.......\n*.......\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.....**.\n.......*\n*......*\n......**\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n***\n*..\n*.*\n..*\n***\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n.*.\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n..*..\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n......*...\n........**\n..........\n..........\n..*.......\n...**...*.\n*.........\n.........*\n..........\n.*...*....\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****..*.*.\n**.***...**.\n**....*....*\n....****....\n.......*....\n....***.....\n.....*.*....\n..***..**...\n.*..*..**...\n.*......**..\n```\n\n\n## Output without wrap\n\n```\n.**..*....*.\n*.....*..***\n****...*..*.\n.....*.*....\n.......*....\n....**.*....\n.......**...\n..****......\n.*..*.......\n.......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..*.**\n......*..**.\n.***...*..**\n*....*.*....\n.......*....\n....**.*....\n.......**...\n..****......\n.*..*.......\n.*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***\n....**..\n*.......\n........\n........\n........\n........\n.**.....\n*.**.***\n```\n\n\n## Output without wrap\n\n```\n...*.**.\n.*.***..\n........\n........\n........\n........\n........\n.***..*.\n..**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n**.***..\n........\n........\n........\n........\n........\n****..**\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n....*...\n......*.\n....**..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....*..\n......*.\n....*...\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n......*.\n....*...\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n***\n.*.\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*..\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n.....*..*.....\n...***.*....**\n....*.........\n..*..**.......\n.*..*.........\n..............\n...*.........*\n*............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n....***.......\n....***.......\n...*..*.......\n....**........\n.....*........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n....***.......\n....***.......\n...*..*.......\n....**........\n.....*........\n..............\n*............*\n*............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.........\n*..**....\n..*......\n.......*.\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*.....\n...*.....\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n*......*..\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n.....***..\n.....***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.........*\n...*..****\n....*.....\n...*......\n**.*....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*.*\n.......***\n...**..**.\n..***.....\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......*.*\n.......***\n...**..**.\n..***.....\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n*.*...\n**..*.\n*....*\n.***..\n.**.*.\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n..*...\n*...*.\n**.**.\n*****.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.**.**\n......\n...*.*\n*.**.*\n*..*..\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..*...\n......\n.**...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.**...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n...*..\n.**...\n***...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n...*.\n.****\n...*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*****\n*..**\n...**\n.**..\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n*...*....*\n*...**....\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n**..**....\n**..**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*..**....\n**..**....\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n.....\n.....\n*..*.\n...**\n.*...\n.....\n.....\n.....\n.....\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*.*\n..*.*\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n..**.\n..***\n...**\n.....\n.....\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..\n...........\n.......*...\n.....*.....\n...*..*....\n..*........\n.**...*....\n........*..\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n......*....\n...........\n.***.......\n.**........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n......*....\n...........\n.***.......\n.**........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*..*..\n*.****..**.*.*\n.**.*........*\n.*.*.*..*...**\n...*.*.......*\n*........****.\n...*....*..***\n**..**.*......\n.*...*.*....*.\n```\n\n\n## Output without wrap\n\n```\n....*...*.**..\n....*..*...*..\n.**.*...*.*.**\n.**.....*.*.**\n..***....*****\n.*.*..........\n*.*.*..*....*.\n..*...****..*.\n*.*****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....**.\n..***.*....***\n.**.*...*.*.*.\n..*.....*.*...\n*****....***.*\n.*.*..........\n..*.*..*......\n..****........\n.....*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***..\n.*.*.*****\n.**...*..*\n```\n\n\n## Output without wrap\n\n```\n**.*.*....\n...*.....*\n.**..**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n...*.....*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.***.\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n..*.*..\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.***\n.****.\n```\n\n\n## Output without wrap\n\n```\n......\n***.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n*****.*.\n****.***\n****.***\n..******\n.**.***.\n********\n**.*****\n..******\n.***.***\n```\n\n\n## Output without wrap\n\n```\n*.....**\n........\n........\n*.......\n*.......\n*.......\n........\n*.......\n*.......\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n...*.\n..*..\n*....\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n...*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.....\n..*..\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..*.\n....\n...*\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..**\n....\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n.*......\n*.......\n...*.***\n**.....*\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n......*.\n**....**\n.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n**......\n*.....**\n.*....*.\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.**.\n..**.\n**..*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*...*\n****.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.****\n.....\n*****\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**..\n.***..\n***...\n**...*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n*.....\n...*..\n*.*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n*.....\n...*.*\n..*..*\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*****.**\n*******.*.***\n.*.*********.\n.*****.******\n*********.***\n***..***.***.\n**.**.****..*\n...****.*****\n*.**.****.**.\n******.*.****\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n**...........\n**...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.**..\n...**\n..*..\n...**\n..*..\n..*..\n..***\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n**.*.\n.*.*.\n.*...\n.***.\n.....\n.*...\n.*.*.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n.*...\n.***.\n.....\n.*...\n.*.*.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****........*\n*.**........*\n..**........*\n```\n\n\n## Output without wrap\n\n```\n*..*.........\n*...*......**\n.***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......*.\n....*......*.\n....*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..**.*\n....*.\n......\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.....\n...**.\n......\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n.*.*\n*.*.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n....\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n....**.\n.......\n.......\n*.....*\n.*...*.\n.*.**..\n.......\n.......\n**.....\n*.*...*\n...*...\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.......\n.......\n***.**.\n..*.*..\n.......\n.......\n**.....\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.....*.\n.......\n.......\n*.....*\n.**.***\n..*.*..\n.......\n.......\n**....*\n*.*...*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n...*..*\n..*....\n**....*\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.**....\n*......\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...\n..**...\n.**...*\n*......\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.*....\n.*..**\n*...*.\n*.**.*\n*.*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n***...\n...***\n..****\n*.****\n..*...\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n.*****\n*.**.*\n..*..*\n*.*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....\n.........\n.........\n.........\n.........\n.*......*\n.**.....*\n*........\n***......\n.........\n.***..*.*\n.*.*..*.*\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n*.*......\n*.*......\n..*......\n**.......\n*........\n.*.*.....\n**.**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n..*......\n.........\n.........\n.........\n***......\n.**......\n..*.....*\n*........\n**.......\n...*.....\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..*..\n*..*.\n**...\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n*.*..\n**...\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..***\n*.*.*\n**..*\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n**..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n*.****\n****.*\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n..*.*\n..*.*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..*..\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n..*.*\n..*.*\n**...\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n**.*.*\n***.*.\n*****.\n```\n\n\n## Output without wrap\n\n```\n.*****\n.***.*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n**.*.*\n.*.**.\n..*...\n*.****\n**.***\n```\n\n\n## Output without wrap\n\n```\n***...\n...*..\n**.**.\n**...*\n**..**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...*.*\n.*.*.*\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..***\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n**.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.......\n.....**\n*.....*\n....***\n...*..*\n...*...\n**.....\n*.....*\n.*.*.**\n....**.\n..**.*.\n.*.*...\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n....*..\n....*.*\n...*..*\n..*....\n**.....\n*.*..**\n......*\n.......\n..**.*.\n.*.**..\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n*....**\n*...*..\n....*..\n...*..*\n*.*....\n**....*\n..*..*.\n.......\n.......\n..**.*.\n.*.**..\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n.......\n.......\n*.**...\n*...*..\n**...**\n*.*....\n*..**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.*...\n*.****.\n*....*.\n*.****.\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n.......\n.......\n.*.*...\n..****.\n.....*.\n..****.\n*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n.....*..\n.**..*..\n...**...\n........\n..***...\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.**.***.\n......*.\n.*..*...\n..*.*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.*....*.\n......*.\n.*..*...\n.*......\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n...\n**.\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***..\n.*..*\n*.*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n***..\n.....\n*.*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n***..\n....*\n..*.*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n....\n...*\n***.\n....\n*...\n**..\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*.*.\n*.*.\n....\n..*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n...*\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n...\n...\n..*\n..*\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.**.\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.******...*\n.*..*....**.*\n....*.....*.*\n.**..........\n...*..*****..\n```\n\n\n## Output without wrap\n\n```\n..****.....*.\n.............\n.*....*......\n.......*...*.\n..**...*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*..*..\n.*.....**.**.\n.*....*......\n*...*...*..*.\n.*.**...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n....\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n*..*...*\n.*....*.\n.*.*....\n.*.*****\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n........\n**.*.**.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*\n.*....**\n.*....**\n.*..*..*\n.*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*...\n...........\n...........\n*..*.....**\n*.*.....*..\n.*..*......\n......**...\n......*..*.\n.*....*.**.\n***.*..*..*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.*.......*.\n*.**.....*.\n.*.....*...\n.....***...\n.....**..*.\n***..**.***\n***....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*\n...........\n..........*\n**.......**\n*.**.....*.\n.*.....*...\n.....***...\n.....**..*.\n.**..**.**.\n..*...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n****.\n*....\n...**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n****.\n*...*\n*.***\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n****.\n*....\n..**.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.....\n*.............\n.......**....*\n....*...**.***\n..*.....***.**\n```\n\n\n## Output without wrap\n\n```\n..............\n.......*.*....\n.......*.*....\n.......*..*.*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**....\n..............\n.*.....*.*..*.\n**.....*.**...\n*............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n...*.....\n..*....*.\n......*..\n....*..*.\n.....*...\n.....*.*.\n......***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....***.\n....*..*.\n....*..*.\n....**..*\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.......*.\n.........\n.....***.\n....*..*.\n....*..*.\n....*****\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n...*.\n.**.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n****.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***.*\n.*....*...\n.....*....\n**...*.**.\n.........*\n.....**...\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....*.**.\n.......**.\n.....*..*.\n......***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*..\n*......***\n.*.....*..\n.....*....\n.*...*....\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.***...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.***...\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.***...\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n..**\n****\n****\n*.*.\n**.*\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*...\n....\n....\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.*.\n....\n....\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....*.\n.***..**..\n..........\n.***......\n..*.......\n.**.......\n...*......\n..........\n..........\n..........\n*.......*.\n**....***.\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n.*.*......\n..........\n..*.......\n..........\n.***......\n.***......\n..........\n..........\n..........\n**.....**.\n**.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...**.\n.***......\n..........\n..*.......\n..........\n.***......\n.***......\n..........\n..........\n..........\n**........\n*......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n.*.\n***\n...\n***\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.**.\n.**.*****\n****.****\n.*.***.**\n*.*.**.**\n**..*****\n*.****.**\n*********\n*.*****..\n*.*******\n```\n\n\n## Output without wrap\n\n```\n*...*...*\n.........\n*........\n.........\n*.*......\n*........\n.........\n*.......*\n*........\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..*......\n.........\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..*..\n.*...\n*....\n..***\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n.*...\n.***.\n.****\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..*..\n.*...\n*****\n*****\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*.*\n**..*..**\n.....*.*.\n*..*..***\n*.....*.*\n......*.*\n......*..\n........*\n.....***.\n*.....**.\n```\n\n\n## Output without wrap\n\n```\n**.......\n..*.**...\n**....*..\n.......*.\n....*....\n.....***.\n.....**..\n.........\n....**...\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.........\n**....*..\n.........\n*...*..**\n.....***.\n.....**..\n.........\n.........\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n...***.\n.......\n.......\n.......\n.......\n...****\n****...\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*.*\n....*..\n.......\n.......\n...*.*.\n.*....*\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n....*..\n....*..\n.......\n.......\n*..*...\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..**..\n.*....\n......\n.**...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n..*...\n.**...\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**...\n..*...\n.**...\n.**...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..*...\n*....*.*...*\n*..........*\n...*........\n...**.***...\n```\n\n\n## Output without wrap\n\n```\n....***.....\n....***.....\n............\n...**..*....\n...**..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*...\n*...***....*\n*..........*\n...**..*....\n...*..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*..*..\n*...**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n**.***\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**..*.\n**.**.\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.*.*\n*..**\n...**\n.***.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.**..\n.*...\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n***..\n.**..\n.*...\n**...\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*\n....****\n.**.....\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n*.*..***\n.****...\n..*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n..*..***\n.****...\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n..***\n..*.*\n...**\n**...\n*..*.\n.....\n...*.\n*....\n..*..\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.....\n....*\n*...*\n....*\n*..*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n***.*\n.....\n*....\n.....\n.....\n.....\n....*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*..\n........*\n..*...**.\n.........\n.........\n......*..\n..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*......\n..*......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.*.\n.*.**.**.\n.........\n.........\n.........\n......*..\n.*.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n****\n.*..\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n...*\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n...*\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n......*.*\n.....*...\n......***\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.........\n.....*..*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n.....*..*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..**\n.***\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..\n*..****\n*....*.\n......*\n```\n\n\n## Output without wrap\n\n```\n*****..\n*****..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.\n..***..\n*.....*\n.**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n...*.*\n..*.**\n....*.\n*...**\n...**.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*.*.\n......\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n....**\n.....*\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*..\n*........\n.......*.\n*..*.**..\n****.....\n.*.***..*\n*.......*\n..**....*\n.**.*...*\n.*..**...\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n......*..\n*..**.*..\n*.....*..\n...**....\n.*.....**\n..**...**\n.*..**...\n.*..**...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.*.......\n......*.*\n*..**.*.*\n......*.*\n...**...*\n.*.....**\n..**...**\n.*..**...\n**..**...\n.*.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.*.\n*.**.**.*.\n..****..*.\n.**....**.\n***.**....\n*****..*.*\n*.*..***.*\n********.*\n..**.*.*..\n*.*....***\n*.*****.*.\n*..*****..\n.*...*****\n..**..***.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......***\n......*...\n....*....*\n.....*....\n.....*.**.\n..........\n..........\n..........\n.*......**\n.*......**\n*.......**\n.*......**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......**.\n*.....*...\n....*....*\n.....*...*\n.....*.*..\n..........\n..........\n..........\n.*........\n*........*\n..........\n**.......*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....\n....***...\n......*...\n..........\n..*.***...\n***.****.*\n.....**..*\n.....**.*.\n*......**.\n.*.....***\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n..........\n.....***..\n.....***..\n.....***..\n.***..***.\n.***...**.\n.**....*.*\n........**\n......**.*\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***..\n..........\n.....***..\n.....***..\n*.**..**..\n..**...*..\n.**....*..\n*........*\n**....***.\n***..*****\n*******.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n.*....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*..*.\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n....*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........*\n........*....\n*..*.*.......\n..**..*.*....\n..........*..\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n...*.........\n..*.*........\n..*.*........\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n...*.........\n.**.*........\n..*.*........\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**..\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.**\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..****.\n....*..*...\n*****..***.\n.*...**.*..\n.*******...\n....*...*..\n.*..*******\n.**......**\n**.***..*.*\n```\n\n\n## Output without wrap\n\n```\n...*..***..\n....**.....\n*****....*.\n.........*.\n.***....*..\n.*.........\n.*******..*\n...........\n**.**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*..**\n....**....*\n*****....*.\n.........*.\n.***....*..\n**.........\n.*******..*\n...........\n....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**.*\n.**...*.*\n*.****...\n..*......\n....**...\n...**....\n.....***.\n....**..*\n*........\n```\n\n\n## Output without wrap\n\n```\n*.*..**..\n......*..\n....**...\n.**......\n....**...\n...*.....\n...*..**.\n....**.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.*\n......*.*\n*...**...\n.**......\n....**...\n...*.....\n...*..**.\n....**.**\n....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.**..\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*.....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*..**\n.....*\n*.*...\n*****.\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n.*..**\n*.*.*.\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n.*..**\n*.*.*.\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n.....**...\n*.........\n..........\n..........\n.....*....\n..........\n..........\n...*...*..\n..........\n......**..\n...*.*....\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n......*...\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n......*...\n......**..\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.**..\n...**\n.*...\n..**.\n.....\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.*.**\n..**.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.*.*.\n*****\n....*\n*..**\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....*.\n.**...\n......\n*.*..*\n.*.*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n...*..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*...\n...*.*\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*\n*.*...*\n.***.**\n***..**\n.*...*.\n*...***\n**...*.\n.****.*\n```\n\n\n## Output without wrap\n\n```\n*.**...\n*...*.*\n...**..\n*..*...\n..*....\n*...*.*\n*......\n******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n...**..\n...*...\n..*....\n....*..\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***..*.**\n..*...*...**.\n.*..*......*.\n*****.*....**\n*.**..***.*.*\n****...*..***\n**..*.....*..\n*...*...*..**\n.....*.....*.\n*.*.*.......*\n.*.**.....**.\n....*......*.\n```\n\n\n## Output without wrap\n\n```\n..*****......\n.****.*......\n*.*.*........\n....*.**..**.\n....*...*.*..\n....*.*......\n...**.***...*\n***......*..*\n......*......\n*.....*...*.*\n.*.......*..*\n..****....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......*\n***..........\n.**.*........\n....*.**..*..\n....*...*.**.\n....*.*....*.\n...**.***....\n***......*.**\n......*......\n......*...*..\n....**....**.\n*.*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n**.*.\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.....\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*....\n.....\n*..**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*****\n**..*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..*.*.\n..*..*\n.***..\n***.*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n....*.\n*...*.\n*.....\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.*.*\n....*.\n....**\n*.....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n......\n......\n.*....\n.*....\n.*....\n*.....\n......\n......\n.....*\n......\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n*.*...\n*.*...\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*....\n*.*...\n*.*...\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n**.\n..*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.******\n*.*.****.\n.*.*.**..\n.....****\n```\n\n\n## Output without wrap\n\n```\n***......\n*......**\n.****..**\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n*........\n**.*.....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.\n*.....**.\n*.*......\n...**....\n.........\n.......*.\n.*...**..\n*.*......\n*..*.....\n.........\n.*..*....\n....**..*\n*........\n```\n\n\n## Output without wrap\n\n```\n......**.\n*.....**.\n.*.*.....\n...*.....\n.........\n......*..\n.*....*..\n*.*......\n.*.......\n.........\n....**...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.\n*.....**.\n.*.*....*\n...*.....\n.........\n......*..\n.*....*..\n*.*......\n.*.......\n.........\n....**...\n*...**...\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n****..\n.**.**\n...*..\n**..*.\n.****.\n****.*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n**..*.\n*..*.*\n**..**\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*....*\n....**\n...*..\n*...**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*..**.\n.*....\n.*..*.\n.*..*.\n.****.\n.*..*.\n...**.\n...**.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*.....\n....*.\n.....*\n...***\n..*...\n***..*\n....**\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n...**.\n..*...\n.**...\n....**\n.**.**\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n...*\n..*.\n.**.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n.***\n.***\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n.***\n.***\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**\n***.**.*\n...*.**.\n**.**..*\n```\n\n\n## Output without wrap\n\n```\n**.**.**\n**.....*\n.......*\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n*..........\n..*...*....\n.....**....\n...*.......\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n***.*\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....**.\n*.*.*...**\n....*.....\n.**.......\n.....**...\n*...***...\n*.**...**.\n......***.\n..***.****\n*..*..*.**\n.**......*\n.****...**\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n**.....*.*\n*.*....*.*\n........*.\n.....*....\n..***.....\n**........\n**........\n.*...*....\n..*...*...\n......*...\n...**.***.\n....**.***\n...**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.*\n...*...**.\n**......**\n**...*....\n*.***.....\n.*........\n.*........\n**...*....\n.**...*...\n......*...\n...**.***.\n....**.**.\n....*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n**.....\n*..*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..*\n..**.*.**\n**.****.*\n*..*.*...\n```\n\n\n## Output without wrap\n\n```\n...*...**\n*.**....*\n....*..*.\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n*..**....\n.*.......\n*..**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...***..**\n.*..*....*.**.\n*.*......*...*\n..*.***...*..*\n...**.**.*..**\n.....**...*...\n*.***..*....*.\n***..****...*.\n.**..*...***.*\n```\n\n\n## Output without wrap\n\n```\n..*.....**.**.\n.*...........*\n..*..*.*...*..\n.**.****.....*\n.*.*..*.......\n.**.*..**....*\n..***.........\n*.*..*.......*\n.*.....*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.....**.\n.**.*........*\n*.*..*.*...**.\n.**.****......\n.*.*..*......*\n.**.*..**.....\n.****........*\n.....****...*.\n...*.**.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........**..\n*.........*...\n..............\n....**........\n```\n\n\n## Output without wrap\n\n```\n..........**..\n..........**..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**..\n..........**..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....***....\n........**...*\n**....**....*.\n..**..**......\n**...*.**.*...\n.**....*......\n.**...***.....\n**....*.***.**\n**..*..*.*.*.*\n.....*..***...\n..**...*...*..\n..*.*...*..*..\n```\n\n\n## Output without wrap\n\n```\n........*.....\n***...***.....\n*.*..**.......\n..**..........\n..............\n..............\n.....**...***.\n..........**.*\n**.*....*....*\n*..........*..\n....*****.***.\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*.*...\n.**...**.....*\n..*..**.....**\n..**.........*\n..............\n..............\n.....**...***.\n..........***.\n**.*....*....*\n*..........**.\n*...****.*.**.\n.**.....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*.*.\n....*.*...\n*...***...\n**..*....*\n.**......*\n**....*...\n..*..***.*\n*****.*.**\n......*.*.\n.*.*.*****\n```\n\n\n## Output without wrap\n\n```\n...*...*..\n.*..*.*...\n**.**.*...\n*.***.....\n..*.......\n*....****.\n....*....*\n.****....*\n*.........\n.....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...**\n.*..*.*...\n**.**.*..*\n..***....*\n..*......*\n.....*****\n....*.....\n*****.....\n..........\n**.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n....*.*\n.*..*.*\n****..*\n..*....\n.***...\n*.*....\n**.****\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n**....*\n**..*.*\n*..*.*.\n*......\n...*...\n*....*.\n******.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.*....*\n.*..*.*\n...*.**\n.......\n...*...\n.....*.\n*******\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**.....\n.*******....\n.*....**....\n......*....*\n*...**..**..\n...**....***\n..*......**.\n.*..........\n*.*.........\n..**........\n..**.*......\n```\n\n\n## Output without wrap\n\n```\n.***........\n**..*.......\n...***......\n..*....***..\n...*..*****.\n.....*..**.*\n.*........*.\n.*..........\n.***........\n....*.......\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***.....\n**.**.......\n**.***......\n*.*....***.*\n*..*..****.*\n*....*..**.*\n**........*.\n.*..........\n.***........\n..****......\n.....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n.*.\n**.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n***\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****....\n***..*...*\n*..**...*.\n*.......**\n.......*.*\n......***.\n......*...\n****..****\n..**....*.\n..*.*....*\n**.......*\n**..*.....\n```\n\n\n## Output without wrap\n\n```\n.*.***....\n*....*....\n.*.**...*.\n...*...*.*\n......*..*\n.....*****\n.**..**..*\n.*.***..**\n..**...*..\n.**.......\n*.**......\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n...*.*....\n...**.....\n.*.*...*.*\n......*..*\n*....***.*\n..*..**.*.\n...***...*\n.***...*..\n..*.....**\n..***...**\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n..*\n***\n**.\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n..*\n..*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n.*...*..\n.**..*..\n..**....\n..*...*.\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n**...**.\n.*.**...\n...*....\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n**...**.\n.*.**...\n...*....\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n.*..**\n*..*..\n.**...\n...**.\n```\n\n\n## Output without wrap\n\n```\n.**.**\n**.***\n*..**.\n.**.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n.*.***\n*..***\n.**.*.\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n*.**\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n***.\n*.**\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n...**.\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*.*.\n......\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*..\n....\n....\n*...\n..*.\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*........\n....**........\n*............*\n.*.......***..\n.*.*.....**...\n.*.*...**.*...\n*.*....*..*...\n*......****.*.\n*...........*.\n....*........*\n...*.*........\n```\n\n\n## Output without wrap\n\n```\n.....*........\n....**........\n..........*...\n***......*.*..\n**............\n**.*...**.**..\n*.*...*...*...\n*......****...\n........**.***\n....*.........\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.......\n....**........\n*.........*...\n.**......*.*..\n**............\n**.*...**.**..\n*.*...*...*..*\n*......****...\n*.......**.**.\n....*........*\n...*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....\n..**....\n........\n...**...\n*..*...*\n.*.*....\n.***..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n....*...\n..*.*...\n..*.*...\n........\n**.**...\n**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n.***....\n..*.*...\n..*.*...\n*.......\n*..**...\n*.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n.**\n*.*\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n.....*...\n......***\n.......*.\n.........\n.........\n.........\n.........\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....*..*\n.........\n......*.*\n.......*.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.....*..*\n.........\n......*.*\n.......*.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n..***\n..***\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*.*\n.*...\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...***\n*.*.**\n..*..*\n.**.**\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*...\n.**...\n..*...\n.**.**\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*...\n***...\n..*...\n***.**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*.*\n..*.\n.***\n..*.\n***.\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n....\n.*.*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.***..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*..*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.....\n.....\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n....*\n.....\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.****\n.....\n.....\n.....\n****.\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n..***\n..**.\n.....\n.**..\n.****\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..***\n..**.\n.....\n.**..\n****.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*..**\n.***.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n**...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*...*\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n.**.......\n.......**.\n**.....*.*\n*.......**\n*........*\n..........\n..........\n..........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.**.......\n*.*....**.\n**.....*.*\n*........*\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n.**.......\n..*....***\n.*.....*..\n..........\n*.......*.\n..........\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..**.\n*.******....*\n**...**.**...\n..*...*.**...\n.***..*.*...*\n...*..**...**\n...*****.....\n```\n\n\n## Output without wrap\n\n```\n..***......*.\n.****...**.*.\n*.**.....*...\n***.*******..\n..*.***.*****\n..**....*****\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*....\n..**....**...\n****.....*...\n.**.********.\n.**.***.****.\n.**.*...*....\n.......**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*****\n.**...**..**\n..*...**...*\n****.......*\n....*..***.*\n```\n\n\n## Output without wrap\n\n```\n.......**...\n.*........*.\n*..*..**....\n*..*..*...**\n.*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........\n............\n*..*..**....\n**.*..*.....\n**.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*\n**.....\n.......\n*......\n**....*\n***....\n**.....\n.*....*\n..*...*\n***...*\n..*...*\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n..*....\n*.*....\n..*....\n.......\n..*....\n*.*....\n*...***\n..***..\n.****..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n*.*...*\n..*....\n..*...*\n..*...*\n.......\n***....\n.**...*\n....*..\n.******\n....***\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*.**.\n.**.*\n.**..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n*...*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....*.\n...*........\n............\n........*...\n............\n........*.*.\n..*..*......\n.*.....*...*\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.***\n*.*..\n*****\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..**.\n*....\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*.***\n.....\n*.***\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n**.\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n..*\n..*\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**.*....\n.....***..*.*\n*..**..*....*\n*..**.....*..\n...****..**..\n*..**.*....**\n..**........*\n.....*..*..**\n.*.....*..***\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n...*....*..*.\n...*...*.....\n..*...*..***.\n..*...*..**..\n......*...***\n..**.*.......\n..*.......*..\n..........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..***.*\n*..*....*..**\n*..*...*....*\n*.*...*..****\n*.*...*..**..\n*.....*...***\n..**.*.......\n..*.......*..\n*....*.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**...\n.*....**...\n**....**...\n......**...\n**....**...\n.*....**...\n```\n\n\n## Output without wrap\n\n```\n......**...\n**...*..*..\n**..******.\n....******.\n**...*..*..\n**....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.******.\n..*.******.\n**..******.\n....******.\n**..******.\n..*.******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..**.\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n........*.*.\n........*.*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**\n*.**...\n**.*...\n*...***\n```\n\n\n## Output without wrap\n\n```\n*.**...\n...**..\n*..*.*.\n**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n...**..\n...*.*.\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*........\n*.*.........\n.**.*.......\n.*...*......\n............\n............\n...**.......\n....**......\n..***.......\n```\n\n\n## Output without wrap\n\n```\n.*..........\n*..*........\n*.**........\n.***........\n............\n....*.......\n...***......\n..*...*.....\n...***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n*.**........\n*.**........\n.***........\n............\n....*.......\n...***......\n..*..**.....\n.*****......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n....\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........*.\n..**.........\n....*.....**.\n*...*.......*\n.*..*........\n.*...*.......\n..**....**...\n*...**.*....*\n.*.....*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.........\n..**......**.\n..*..*.....**\n...*.........\n**...........\n......*......\n*.....*.**...\n.*..*....*...\n..**.**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n..**......*.*\n*.*..*.......\n*..*.......*.\n.*..........*\n......*......\n......*.**..*\n....*.....*.*\n...*.**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n.*.\n..*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n*.*\n.**\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n..***..\n..*....\n.**....\n.*.....\n*.*....\n.*.....\n.......\n.......\n..*....\n..*....\n...**..\n```\n\n\n## Output without wrap\n\n```\n..*..*.\n..*..*.\n.......\n.**....\n*......\n*.*....\n.*.....\n.......\n.......\n.......\n..*....\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n..*..*.\n.......\n.**....\n*......\n*.*....\n.*.....\n.......\n.......\n.......\n..*....\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n..**..\n.****.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.....\n...*****.\n.......*.\n..******.\n.........\n..**.....\n.........\n.........\n*........\n*.**.....\n```\n\n\n## Output without wrap\n\n```\n..**.**..\n..******.\n..*.....*\n...*****.\n.....**..\n.........\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.*\n..*******\n..*.....*\n...*****.\n.....**..\n.........\n.........\n.........\n.*.......\n*.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*...\n..**.....\n*.***...*\n....***.*\n.*.....*.\n.....*...\n```\n\n\n## Output without wrap\n\n```\n..***....\n.........\n.**....*.\n.**.***.*\n....*..*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n***....**\n.**.***.*\n....*..*.\n..*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.......*\n***..***...***\n.*.**.***..**.\n****....*...**\n.*.**...*..*.*\n...*.....***.*\n*..*.*...*.**.\n```\n\n\n## Output without wrap\n\n```\n.*..........*.\n.*..........*.\n.......**...*.\n**..**.***..*.\n**..*..*..*..*\n...**...**.*.*\n........***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....***..\n...**....*....\n.......**.....\n....**.***....\n....*..*..*...\n...**...**..*.\n**......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...*.*\n....*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...*.*\n..*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.***.\n*..*..****\n..**.**.**\n.*****.***\n***.***.**\n```\n\n\n## Output without wrap\n\n```\n****.**..*\n*.........\n..........\n*.........\n*.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n....*.\n*.**.*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*.***\n*....*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n...*..\n*....*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*......\n*.........\n.*.*......\n***.......\n......****\n*......**.\n.....**.**\n*........*\n*.........\n```\n\n\n## Output without wrap\n\n```\n**........\n*.........\n..........\n***....**.\n*.....*..*\n.....*....\n......*..*\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n*.........\n..........\n***....***\n......*...\n*....*....\n......*...\n*.......*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n...*..\n......\n......\n......\n...**.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.**.\n...*\n**.*\n****\n....\n****\n.**.\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n**.*\n***.\n****\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*...\n*...\n....\n....\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n......\n......\n**....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...*.*\n...**.\n*...**\n*....*\n....**\n....**\n....**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...*..\n...*.*\n......\n......\n...*..\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*.*\n*..*..\n*..*..\n......\n......\n*..*..\n*..*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.*....\n.**...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n***\n.*.\n***\n...\n...\n**.\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n...\n***\n.*.\n...\n**.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...*......\n..........\n...*......\n..........\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n..........\n..........\n..........\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.\n..*.*....\n....****.\n.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n...*.....\n....*..*.\n..*.*.**.\n....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n....*..*.\n..*.*.**.\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n*....\n.....\n*...*\n*.*.*\n..*..\n*.***\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..**.\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.**..\n.*..*\n.*.*.\n.*.*.\n..*..\n**..*\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**.....\n*...**....***\n.***.****.**.\n**.*.*.****.*\n.*****.*..***\n.....*.****..\n.....*.....**\n***.*******..\n..*.*........\n*.*.*******..\n```\n\n\n## Output without wrap\n\n```\n.....*...***.\n....**...***.\n.........*.*.\n***.*........\n**.*..*.*....\n*..*..*.*....\n.*..**.....*.\n*.**...*****.\n*.*.*........\n.*...****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*..\n...*.....*...\n.........*...\n..*.*........\n**.*..*.*....\n...*..*.*..*.\n....**.......\n..**...****..\n*.*..*.....*.\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n..**....\n....*...\n***.....\n.***..*.\n.*.*...*\n......**\n......**\n**...***\n..***.*.\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n..**....\n..*.*...\n........\n*.......\n...*....\n.*.*...*\n........\n........\n.****...\n*......*\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.*...\n........\n*.......\n...*...*\n.*.*...*\n........\n........\n*****...\n........\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n**.*..\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*.**\n****\n****\n****\n****\n***.\n***.\n****\n****\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n**..****\n.**.*.*.\n..***...\n....*...\n..******\n...*..**\n...***.*\n...****.\n```\n\n\n## Output without wrap\n\n```\n.*******\n*****...\n*...*.**\n.*...***\n.***....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.\n*******.\n....*.*.\n.....*..\n.***....\n.......*\n**.....*\n.......*\n..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n*..\n...\n...\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n...\n...\n.*.\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.........\n...*...*.\n......*.*\n.........\n.......*.\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......***\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n......***\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.....*..*\n.........\n......***\n.........\n.........\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......*.\n......***\n......**.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.......*.\n.......*.\n......***\n......**.\n......*..\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.*...\n.*..*\n**..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n*....\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.*...\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n*......*\n**....*.\n*.....*.\n.......*\n```\n\n\n## Output without wrap\n\n```\n......**\n**.....*\n**....**\n**....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.*......\n.*....*.\n**....*.\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.......\n**.*.*.....*\n.*.*........\n...*.*......\n```\n\n\n## Output without wrap\n\n```\n.****.......\n*...........\n*..**.......\n.***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*........\n**.*........\n**.**.......\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..*.*.**..\n..........\n.**.......\n..........\n...*.*.*..\n.....*....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..*.......\n..*.......\n.*.*......\n..........\n...*......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..*.......\n..*.......\n.*.*......\n..........\n...*......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n..*\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..*..\n.*...\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****...*\n......***.*.\n.........***\n******.***.*\n**.*.*****..\n.*.*.*......\n......*.....\n```\n\n\n## Output without wrap\n\n```\n.....*..*...\n........*...\n.*****.....*\n*..*.*.....*\n.........**.\n**...*..*...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n........*...\n.*****......\n...*.*......\n.........***\n**...*..*...\n.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.**\n.**.**.\n***...*\n.......\n...***.\n```\n\n\n## Output without wrap\n\n```\n..****.\n......*\n.....*.\n.*...*.\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n..****.\n.......\n.......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n**....\n..*...\n......\n.**...\n.**...\n..*..*\n......\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n......\n*.....\n.*.*..\n...*..\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*..*\n......\n*.....\n*..*..\n*..*..\n***...\n......\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.....*...\n.........\n.........\n.........\n.........\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n*..\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n*.*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n..**\n....\n....\n....\n....\n*...\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n....\n****\n....\n....\n*...\n.*.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.*.*\n...**\n*.*.*\n*.*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n..*.*\n..*.*\n..*.*\n*.*..\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n..*..\n*.*..\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.......*.*\n.*.*.*....*.**\n****.*.*.*.***\n.*.*.*.*.*.*.*\n.****..***.***\n.......*......\n..*****..*****\n.**..*.......*\n.*.*********.*\n.***...*......\n.*..***.**....\n.**..*.*.*.***\n***.**.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n..............\n****.*....*...\n.....*..***...\n..**.*...*....\n..*.*..*..*...\n**.....**....*\n**.****....***\n**.*...**....*\n*.......**....\n**..***.......\n**......***.*.\n.*....*.**..*.\n...**.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...**..\n..**..*...*...\n.....*..***...\n..**.*...*....\n.**.*..*..*...\n.......**.....\n...****....**.\n.*.*...**.....\n*.......**....\n....***.......\n........***.**\n......*.**...*\n....**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*\n..*.*..*\n****.**.\n**.*****\n.*.***.*\n.**.****\n*.**.***\n*******.\n......*.\n**.*****\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.*...**.\n........\n........\n........\n........\n**......\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..\n.........*\n**.....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**.\n**.....**.\n**.....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n****..\n*..*..\n.***..\n..*...\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n*****.\n**.**.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n**.**.\n******\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.**..\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*.*..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n*.*..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**\n*.****.*\n.***.**.\n***.**.*\n..**....\n**.**...\n.**.....\n**.*..**\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n********\n*......*\n.......*\n*....*..\n.....*..\n*...*...\n....*...\n*..**.*.\n.****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*....*.*\n.....*.*\n*...*...\n....*...\n*..**.**\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n...*\n...*\n....\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n....*...\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n..*..*..\n..*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n.....*.\n....*.*\n.*.*...\n.......\n**...**\n.*..*.*\n****.**\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n.......\n.*.....\n*.*....\n*..***.\n.......\n.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n...**..\n.......\n.....*.\n.**..**\n.*.****\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n....*.\n....**\n...***\n..***.\n....*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n..*...\n..*...\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n....**\n......\n..*...\n..*...\n.*..*.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n***.\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n..*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n**..\n..*.\n....\n*...\n..*.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n*...\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*..\n....\n....\n....\n*...\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...***\n***...*.\n**......\n.....*..\n.*..**..\n..*.**..\n**..*.**\n```\n\n\n## Output without wrap\n\n```\n*.*..***\n..*..***\n*.*.....\n**..**..\n...*..*.\n*.*.....\n.*.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*..**.\n*.*....*\n**..**..\n...*..*.\n..*....*\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*....\n.............\n.**.....*....\n........***..\n.........**..\n.........*...\n.......***...\n........***..\n.........*...\n........**...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.........*...\n.........*...\n.............\n.............\n.............\n.............\n........**...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**...\n........**...\n.........*...\n.........*...\n.............\n.............\n.............\n.............\n........**...\n........**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n........\n.....*..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**....*..\n..**..*..*....\n....********..\n.......*.*....\n.......****...\n*......*.....*\n**.*.......*..\n...**.....*.*.\n...**.*.*.....\n.........****.\n....*..**.....\n.*.*.**.......\n..*.*.***.....\n.*.*...*.*****\n```\n\n\n## Output without wrap\n\n```\n..**..........\n..*...*.......\n..**.*....*...\n.....*....*...\n......**.*.*..\n*..*..**.*....\n*.***......**.\n.*...*.....*..\n...*..*.....*.\n.......*....*.\n..*...***..*..\n..**..*.....*.\n.*..*..**...*.\n..**...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***.....*\n.*.....*.*....\n..**.*....*...\n.....*....*...\n*.....**.*.*..\n...*..**.*..**\n..***......**.\n.*...*.....*.*\n...*..*.....*.\n.......*....*.\n..*...***..*..\n.***..*.....*.\n*...*...*...*.\n......*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*.*******\n.**.*.***\n****.*.**\n**.***.**\n```\n\n\n## Output without wrap\n\n```\n*.......*\n*........\n.........\n.........\n*..*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n.*..\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n.***\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n**...*\n..**..\n****.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*.\n*.....\n...*..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.....*\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....***\n....*.***..\n..**.......\n........*..\n**.....*...\n```\n\n\n## Output without wrap\n\n```\n........**.\n.**....**..\n...*....*..\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..**\n.**....**.*\n...*....*..\n.**........\n**.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n..**..\n....*.\n..*.*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n..*.*.\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n..*.*.\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n...*.\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.****\n.....\n.....\n....*\n..*.*\n***..\n...*.\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..**.\n..**.\n.....\n...*.\n..*..\n.**..\n.***.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..**.\n..**.\n.....\n...*.\n..*.*\n***.*\n*****\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*.*\n..*\n**.\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n*.*\n*..\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.*....\n.*....\n......\n.*..*.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.**...\n......\n.*....\n*.*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*****\n*..**\n*..*.\n*.***\n```\n\n\n## Output without wrap\n\n```\n**.**\n*....\n*....\n*....\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n*..**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.*\n.**.*..*.\n.*...***.\n**..*..**\n```\n\n\n## Output without wrap\n\n```\n.....***.\n...*...*.\n**..*****\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n....*....\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.....\n.....**.*....\n**....*......\n......*......\n**....*.***.*\n........*....\n.........****\n*....*......*\n.....*.....*.\n**...*......*\n.....***.....\n```\n\n\n## Output without wrap\n\n```\n.....***.....\n.....*.......\n.......*.....\n.....*****...\n......*..*...\n.......*....*\n........***.*\n.....*.......\n....*.*....**\n.............\n....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.....\n.....***.....\n.......*.....\n.....*****...\n......*..*...\n*......*...*.\n*.......*****\n**...*.......\n.*..*.*......\n**..........*\n*...***.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*..*.*\n*****.\n**.**.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.***..\n*....*\n.....*\n......\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..**\n.***\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.****\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**..\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**\n.*.....\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**\n.*...*.\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n...*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n.....\n...*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...*.*\n.......*.*\n..*.**....\n..*.**....\n.*....*..*\n*...**...*\n.*..**.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.*...\n....***...\n.**.*.*...\n.*.*..*...\n**..*...*.\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*.*\n*..**.*..*\n....***...\n.**.*.*...\n.*.*..*..*\n.*..*...**\n.*.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*......\n**........**\n.**....***.*\n*.*...**....\n.*..........\n*...........\n.**.*.......\n```\n\n\n## Output without wrap\n\n```\n.........**.\n.*.........*\n.*....*....*\n*.*...*.....\n*.*.........\n*.*.........\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....*..\n..........*.\n.*....*...*.\n*.*...*.....\n*.*........*\n*.**........\n.***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...***\n.....**..****\n....*.*****..\n...*.*...*...\n..**...*.....\n...*...*.....\n```\n\n\n## Output without wrap\n\n```\n......*..*..*\n....*.......*\n....*..*.....\n..**.*...**..\n..**..*.*....\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.*..*\n....*.......*\n....*..*.....\n..**.*...**..\n..**..*.*....\n..***.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*.\n....***..\n.....*..*\n..*******\n```\n\n\n## Output without wrap\n\n```\n....*..*.\n....*..*.\n...*....*\n....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n.....****\n...*....*\n*.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n...**\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.*.*.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*....\n.....\n.....\n.....\n**...\n..**.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n.....\n..**.\n.*..*\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.*....\n*..*..\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n*.....\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*...\n*.....\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n....**...\n..*.*.*..\n..****...\n....*....\n.........\n.**......\n.**......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n...***...\n..*.**...\n...*.*...\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n...***...\n..*.**...\n...*.*...\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...*.**...\n...*......\n.....**...\n...**.....\n.....**...\n..****....\n....*.....\n.***.*.*..\n...*.*.**.\n**.***.**.\n...*.**..*\n**.*.*...*\n...*.**...\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n..........\n...*.*....\n....*.....\n..*...*...\n...*..*...\n.*....*...\n..**.*.**.\n*....*....\n...*.....*\n...*...*.*\n...*......\n..*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n..........\n...*.*....\n....*.....\n..*...*...\n...*..*...\n.*....*...\n..**.*.**.\n*....*...*\n*..*......\n...*...*..\n*..*.....*\n*.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n.*****\n*.*..*\n***.*.\n.*.*.*\n.***.*\n******\n*.**.*\n******\n******\n.*..**\n***.*.\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n*....*\n*...**\n.....*\n.....*\n*....*\n......\n......\n......\n......\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n.....*\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n...\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n....\n*.*.\n....\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*..*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..**.\n..*...*.*..\n.*..*....*.\n.*****....*\n......*....\n*.....*.*..\n.*.....**..\n..*...*.**.\n```\n\n\n## Output without wrap\n\n```\n.......***.\n.....*.**..\n.*..*....*.\n.*****.....\n.****.**...\n......*.*..\n.*....*....\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n.....*.**..\n**..*....*.\n******.....\n*****.**...\n......*.*..\n.*....*....\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.*.*.\n*.*..\n*....\n**.**\n```\n\n\n## Output without wrap\n\n```\n...**\n*.*.*\n*.*..\n*.**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**.*\n.****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n******\n**.***\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*...*.\n.*..*.\n...***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n...**.\n......\n..**.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..**.\n*.....\n*.**.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n**.\n.**\n*.*\n..*\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n..*\n..*\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n**.\n...\n...\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n*...****\n*..**..*\n*.***...\n...**...\n.*.*....\n*****.*.\n..**..**\n.**..**.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n....*...\n...**.*.\n..**..*.\n*.*.....\n........\n**..**..\n*...**.*\n*.*....*\n.******.\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..**...*\n*.*.....\n......**\n**..****\n**..****\n.**.....\n..***...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n.*...\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*...*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n***..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n...*.*..\n..*..*..\n...*....\n........\n**.....*\n......*.\n*...*.**\n```\n\n\n## Output without wrap\n\n```\n....***.\n..**.**.\n..***...\n........\n........\n........\n.....*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n...*..*.\n..***...\n........\n*......*\n**....**\n.....*..\n*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*..*\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.**.\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*..*.\n*......*.****.\n*.......**..**\n......**.**...\n...*....*..**.\n....*...***...\n....*.....***.\n..*.*.*.......\n..*.*.***.....\n..*****.......\n..........**..\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n............**\n...........*.*\n..............\n...**.....**..\n....*.....**..\n...*.*....**..\n.**...........\n.**.*.........\n...***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....***..\n**............\n**...........*\n...........*..\n..............\n...**.....**..\n....*.....**..\n...*.*....**..\n.**...........\n.**.*.........\n...***...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n..**.....\n.........\n.........\n.*...**..\n.*...**..\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.........*\n**.......*\n..........\n..........\n..........\n*.....**..\n.**.......\n..........\n..........\n...*......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*........*\n*........*\n*........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n*....\n...*.\n...**\n...**\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n..*..\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n.....\n...*.\n..*..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****\n*..*...*\n*.*...**\n...*..*.\n.**.****\n********\n....****\n..***.**\n***...**\n********\n```\n\n\n## Output without wrap\n\n```\n*******.\n*.......\n.*......\n.*.**...\n........\n........\n........\n........\n.*...*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*.*....\n.*......\n.*.**...\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.....*\n....*.\n*..*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..*..*\n.....*\n..***.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n**.\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n........\n....*...\n*..*...*\n......*.\n....*...\n........\n**......\n........\n......*.\n......*.\n....**..\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n........\n........\n........\n........\n........\n........\n........\n........\n......*.\n.....*..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....*..\n........\n.......*\n.......*\n........\n........\n........\n........\n........\n......*.\n.....*..\n....**..\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n...*.*........\n...*.*........\n....*.........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n...*.*........\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n...*.*........\n....*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..**..*.*\n********.*.*..\n.**.*..**.....\n***.********.*\n********.****.\n****.*********\n*..*.*********\n.**.***.******\n*.***..*******\n*****..**.**.*\n**..*.*.******\n.*****.***.***\n**.**.**..*.**\n*.*.**...***..\n```\n\n\n## Output without wrap\n\n```\n.*......*.*...\n.*......***.**\n..........***.\n..............\n..............\n..............\n..............\n**............\n..............\n..............\n..............\n..............\n.*...**...***.\n.*...**...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.*.*\n*.........*...\n*.........**..\n.............*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n....*...\n*..*...*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*...\n..........\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.....*....\n.....*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n..***.*\n**...*.\n.*...*.\n*.*....\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.**.\n..***.*\n**.*.**\n..*....\n*.*.*..\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**\n*.***.*\n**.*.*.\n..*....\n*.*.*.*\n.*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n**..\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n*..*\n*...\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n***.\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n.***\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....\n.***....\n.***....\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*...*...\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n*...*...\n*...*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..***.....\n..*.**....\n...*..*...\n...*.**...\n.....*.*..\n.*...*.*.*\n*.........\n*.........\n....*.*...\n..*.*.**..\n..*.**.*..\n..**.*....\n..***.....\n```\n\n\n## Output without wrap\n\n```\n...*......\n..*.**....\n..*..*....\n..**..*...\n.....*.*..\n.....*.**.\n........*.\n**........\n..........\n...*..**..\n....*..*..\n.**....*..\n.*...**...\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.**....\n..*..*....\n..**..*...\n.....*.*..\n.....*.**.\n*.......*.\n**.......*\n..........\n...*..**..\n....*..*..\n.**....*..\n.*...**...\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****\n*.*....\n....***\n.*...*.\n..***.*\n..**.*.\n...****\n.**....\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n*.....*\n.*.*.*.\n.**...*\n.......\n.....**\n..**.**\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****\n..*....\n...*.*.\n..*....\n**.....\n.....**\n*......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n....*.**..\n.......*..\n....*.**..\n..........\n..........\n.......*.*\n.......*..\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.......*..\n........*.\n.......*..\n..........\n..........\n........*.\n.......*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.......*..\n........*.\n.......*..\n..........\n..........\n........*.\n.......*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..***..\n*..**.***..\n....**...*.\n.*...*.**.*\n...*.*.....\n*.*.*......\n*........*.\n..*....*...\n*.....*.*.*\n..*..*.**.*\n*....*..***\n.*......*..\n..*........\n..*.......*\n```\n\n\n## Output without wrap\n\n```\n...***.....\n..**.*..**.\n....*....**\n...*.**.**.\n.*.*.**....\n.*...*.....\n...**...*..\n..*....***.\n***...*.*..\n***..***.*.\n***......*.\n**.........\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*****.\n.....*.....\n....*......\n...*.**.**.\n**.*.**..**\n.*...*....*\n.*.**...*.*\n.**....**..\n..*...*.*.*\n..*..***.*.\n..*......**\n.........**\n...*.......\n.....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.*...*.\n*...*..\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*....**\n*....**\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n....\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*\n.*......*.\n.*.**....*\n.....*....\n...*****.*\n..*..*....\n..*..*....\n...*......\n....**....\n..........\n..**......\n.*........\n....*.....\n.**..***.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.*....**\n..*.*.....\n..*.....*.\n...*......\n..*.......\n..***.....\n...*.*....\n....*.....\n...**.....\n..*.......\n..**......\n.**..**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**.*\n.*.*....**\n*.*.*.....\n*.*.....*.\n...*......\n..*.......\n..***.....\n...*.*....\n....*.....\n...**.....\n..*.......\n..**......\n***..**...\n****.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n****.\n*****\n...**\n.....\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*...*\n*....\n.*..*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.....\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n*.......\n....*...\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n...**.\n...***\n....**\n**...*\n```\n\n\n## Output without wrap\n\n```\n...***\n..*...\n......\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n*.*...\n......\n...*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*******\n...**..*..\n....***...\n*....*....\n.*.......*\n.*.......*\n*..*.*...*\n...*.*..**\n..*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.****.\n..........\n...*..*...\n....***...\n**........\n***.....**\n..*......*\n..**.**.**\n...***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n..........\n...*..*...\n*...***...\n.*.......*\n.**.....**\n..*.......\n..**.**.*.\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.**.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n..**\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n..**.\n****.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n**.....\n......*\n*.....*\n.......\n...**..\n...*...\n```\n\n\n## Output without wrap\n\n```\n.**....\n.......\n***....\n.......\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n...*...\n..*...*\n*.....*\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.....\n.....\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n....*\n.**..\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.*..\n..*..**..*\n.**..*.*.*\n*.*...**..\n*......***\n..*...**.*\n```\n\n\n## Output without wrap\n\n```\n..**.**...\n.*...*....\n.**..*..*.\n.***....*.\n.........*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..*.\n*....*.*..\n..*..*..*.\n.***......\n.*........\n..**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.*....\n..*...***...\n....*...*...\n.....*......\n*******..**.\n**...*.**..*\n*.*...***..*\n***..*....**\n*.**..*.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.*.**...\n....*.*.*...\n.....**.*...\n.**...*..*..\n*.**...****.\n...........*\n..*..*..**.*\n*....*..****\n*.**......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**......\n....*.*.*...\n.....**.*...\n.**...*..*..\n..**...****.\n............\n..*..*..**..\n.....*..***.\n......**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.........\n*...*........\n.*..*........\n..*..........\n..........***\n..........*..\n....**....*..\n...***.......\n```\n\n\n## Output without wrap\n\n```\n..**.........\n.*..*........\n.*.*.........\n..........**.\n.........*.*.\n.........***.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.......\n.*..*........\n.*.*.........\n..........**.\n.........*.*.\n.........***.\n....*........\n..**.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n...*....*.\n*...*.....\n*..*.*....\n.***...*.*\n*.....*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...**.....\n*....*....\n*...*.**.*\n*.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*.\n*.......**\n...**...**\n**...*..**\n....*.***.\n*......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n.*.***\n.*****\n.***.*\n***.*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.*\n*.....\n*.....\n.....*\n*...**\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*....\n..**..\n..*.*.\n****..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.***..\n.**.*.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n*.....\n.***..\n***.*.\n*..**.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*..**\n.****\n*.**.\n..***\n*..**\n.****\n```\n\n\n## Output without wrap\n\n```\n***.*\n*....\n*....\n.....\n.....\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....**.\n....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.***.*\n*...****.***\n*...**......\n..****.*..*.\n**..**.*....\n..**...*****\n..*.***..***\n.*.*.**..*..\n.*.*****.***\n....*.*...**\n```\n\n\n## Output without wrap\n\n```\n....**.*.*.*\n.*.*...*.*.*\n.*.....***.*\n*.*.........\n.*...*.*...*\n..*....*...*\n.*.........*\n.*..........\n...*...***.*\n...**.**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........\n**.*...*.*..\n**.....***..\n*.*........*\n**...*.*....\n..*....*....\n**.........*\n.*..........\n...*...***.*\n..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*..****\n****.*******.\n*..*.***.**..\n***..**.****.\n****.*.*.*.**\n```\n\n\n## Output without wrap\n\n```\n*..**.*.....*\n............*\n...*.........\n............*\n*..***.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n...*.........\n.............\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*....*\n**.***\n*....*\n.**..*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.**.*\n**...*\n*..*.*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n.*....\n...*..\n.*...*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..**..**.\n.........\n..**..**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.*.*.\n*.*******.*\n*.**..*.*..\n*.********.\n..****.*..*\n***.**.*.**\n.**.*.*.**.\n......***.*\n****.*.*.**\n**.*..*****\n***.*.*..*.\n.**.******.\n```\n\n\n## Output without wrap\n\n```\n.**..*.*.*.\n...........\n*..........\n.........*.\n*.........*\n*......*..*\n*.*.*......\n*...*.....*\n*..***.....\n...........\n....*......\n*.*.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n*.........*\n*..........\n*........*.\n...........\n.......*...\n..*.*......\n....*......\n...***.....\n...........\n....*......\n*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*******.\n****.*****.**\n****.*******.\n*.*.**.**.*.*\n**..*...**.*.\n**...********\n*.***...*.*..\n*..***.**..**\n```\n\n\n## Output without wrap\n\n```\n*..*.*.....**\n............*\n.............\n............*\n..***........\n.....**.....*\n*.*..........\n.**..*.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n..***........\n.....**......\n..*..........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n****.*.***\n.*********\n*..*******\n*********.\n****.****.\n**********\n**.*******\n****.*..**\n.********.\n.*********\n**********\n**.*******\n```\n\n\n## Output without wrap\n\n```\n*....*...*\n..........\n..........\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n****.\n***.*\n****.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n**.........\n...........\n*.*........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n....\n...*\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n...*\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...***\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n........**...\n...*......*..\n*..*.........\n..**....*....\n...*.**.*....\n*.....*......\n....**....*.*\n.*...*....*..\n..**......*..\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.........*...\n.........*...\n...**........\n..**...*.....\n..*****......\n......**.....\n....***....*.\n..**.*...**..\n..*..........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.........*...\n.........*...\n...**........\n..**...*.....\n..*****......\n......**.....\n*...***....*.\n..**.*...**..\n..*..........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*...*.\n.**.*.\n..***.\n..*.**\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n*..***\n.**.**\n......\n..*.**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..**.\n.**.*.\n......\n*.*.**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.\n****.**\n.*****.\n*******\n****..*\n***.***\n***....\n.**.***\n*****.*\n***.***\n***..**\n.*.***.\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n......*\n.....*.\n....*.*\n.......\n.......\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n..*..*.\n*****.*\n*.*.*..\n*.**...\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*...\n....*..\n*...**.\n*.*.**.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*\n**.***.\n*...*.*\n**..*..\n.*.**.*\n.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.......*..*\n..*.......*...\n.......**.....\n.......**.....\n.......**.....\n*.*...**..***.\n**....****..*.\n.******.****..\n.........*....\n....**........\n*.............\n......**......\n..............\n**............\n```\n\n\n## Output without wrap\n\n```\n.**...........\n..*......*....\n.......***....\n......*..*....\n.........*.*..\n*.........***.\n*...*.......*.\n*******....*..\n..*...*.**....\n..............\n.....**.......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........*\n*.*......*....\n.......***....\n......*..*....\n.........*.*..\n*.........***.\n*...*.......*.\n*******....*..\n..*...*.**....\n..............\n.....**.......\n..............\n..............\n..*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n*.*.\n*.*.\n*.*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.**\n*.**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n*.*.\n*.*.\n.*.*\n.*.*\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n*.**\n*.**\n**.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n****\n....\n*.*.\n****\n....\n....\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n*..*****\n****.*.*\n.*..**..\n*..*.*..\n*.******\n......**\n```\n\n\n## Output without wrap\n\n```\n.......*\n*..*...*\n*......*\n.....*..\n*.......\n.***...*\n...**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n...*....\n........\n.....*.*\n*.......\n****....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n**.\n**.\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n..*\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*..**\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n.**\n*.*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*.\n....*....**..\n.....*...*.**\n.........*...\n.........***.\n........*.*..\n......*...*..\n......*.*.*..\n........*....\n.............\n.........**..\n```\n\n\n## Output without wrap\n\n```\n.............\n........**.*.\n...........**\n.......*...**\n........**...\n..........**.\n.............\n..........*..\n........*....\n........*....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**.\n........**.**\n...........**\n.......*...**\n........**...\n..........**.\n.............\n..........*..\n........*....\n........***..\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***....\n..........\n..***.....\n..****....\n```\n\n\n## Output without wrap\n\n```\n....*.....\n..*..*....\n..*..*....\n..*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....\n..*..*....\n..*..*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n......\n.*.*..\n.*....\n***...\n......\n......\n......\n.*..*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*...\n......\n***...\n.*....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*...\n......\n***...\n.*....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..**.\n.**..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n*****\n***..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*...\n....\n....\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*..*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n*..*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.*..*\n....*\n```\n\n\n## Output without wrap\n\n```\n**...\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*.**\n.*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*.***\n*****\n**.**\n...**\n*...*\n*****\n```\n\n\n## Output without wrap\n\n```\n**..*\n.....\n.....\n*....\n***..\n*....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..***\n**..***...*\n**...*.*...\n*******.***\n.*******.**\n*.**.***.*.\n```\n\n\n## Output without wrap\n\n```\n*.**..*..**\n.......**.*\n.......**.*\n..........*\n...........\n.......*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n.......**..\n.......**..\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.*.\n**.*\n.***\n....\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*..*\n**.*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n.*.*\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*.......\n**......\n.*.....*\n**......\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n**......\n..*.....\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n**......\n.*.....*\n..*....*\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n*.....**\n*.*...*.\n......**\n..*....*\n.**....*\n*.**....\n.*......\n```\n\n\n## Output without wrap\n\n```\n......**\n.*...***\n.*...*..\n.*....**\n.**....*\n........\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n**...**.\n**...*..\n**....*.\n.**....*\n.......*\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*....*\n...***...*...\n..*...*....**\n**...........\n..***.*....*.\n.*....*.....*\n*............\n..*...*......\n.............\n.....*...*...\n```\n\n\n## Output without wrap\n\n```\n..**.*.......\n.*....*......\n.*...........\n*....**......\n*..*.**......\n*..*.........\n.*...........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.....\n.......*...**\n.............\n.....**....*.\n...*.**....*.\n...*........*\n............*\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**....\n**.*..\n****..\n..*...\n..**..\n.**.**\n***.**\n**.*..\n..***.\n*..**.\n**...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n...*..\n*..*..\n......\n....*.\n*....*\n.....*\n*....*\n*.....\n*....*\n..*..*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n...*.*\n*..*..\n......\n....*.\n......\n......\n......\n*.....\n*.....\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n**..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**.*.\n**.**\n*.***\n***.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*..**\n.....\n.....\n.....\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n**.*.\n..*.*\n***..\n.....\n....*\n*...*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n.....\n.***.\n.*...\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n....*\n****.\n**...\n*...*\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n*.**....\n.***....\n.**...*.\n..*..**.\n..*..**.\n...*..*.\n....***.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.*.....\n........\n......*.\n..*..*.*\n....*.**\n..*....*\n....***.\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n*.*.....\n.......*\n......**\n..*..*.*\n*...*.**\n..*....*\n....***.\n....***.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*...\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n..**..\n.*....\n**...*\n....**\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..*..\n..*.*.\n...**.\n*.*...\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n**..*.\n.**.**\n**.**.\n.**..*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.....***\n..*.*.......**\n....***.....**\n.*..**......*.\n...........*..\n*.........*..*\n.........*...*\n..........**..\n.....*........\n...***.....*..\n```\n\n\n## Output without wrap\n\n```\n.***.*........\n.***..*.....*.\n......**...*..\n.....*....*..*\n..........*...\n..........*..*\n.........*..*.\n.........*..*.\n....**....**..\n....**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.........*.\n..*.........**\n**....**...*.*\n.....*....*...\n..........*...\n.*........*...\n*........*....\n.........*...*\n..........**..\n*..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n.**.\n....\n....\n*.*.\n*.*.\n*.*.\n*.**\n*...\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n....\n....\n....\n....\n*.**\n*.*.\n*.**\n*...\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*..*\n....\n....\n....\n....\n*.*.\n*.*.\n*.*.\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*........\n..*****.....\n.....**.....\n............\n............\n.*..........\n.......*....\n.*..........\n............\n........**..\n.*......**..\n............\n```\n\n\n## Output without wrap\n\n```\n..**.*......\n..**..*.....\n...*..*.....\n............\n............\n............\n............\n............\n............\n........**..\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*......\n..**..*.....\n...*..*.....\n............\n............\n............\n............\n............\n............\n........**..\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***...\n..**....*..\n.****.....*\n..*.***.**.\n.**.*..*.*.\n...*..*.***\n...*...**.*\n.*...*.*...\n.*.***..**.\n*.*..*..**.\n**..***..*.\n**.*.*..**.\n...*..*.***\n```\n\n\n## Output without wrap\n\n```\n..***.**...\n.*...***...\n.*.....**..\n......*****\n.**.*......\n...**.*...*\n..*.*.....*\n...*.*.*...\n**.*.*.*.*.\n*.*....*..*\n...*..**..*\n**.*.......\n..*.*..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**....\n.*...***...\n.*.....**..\n*.....*****\n.**.*......\n*..**.*...*\n*.*.*.....*\n*..*.*.*...\n**.*.*.*.**\n*.*....*...\n...*..**...\n.*.*.......\n*..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n***.\n....\n....\n....\n....\n....\n....\n****\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n....\n....\n....\n....\n....\n.**.\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n....\n....\n....\n....\n****\n....\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n******\n......\n...***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n.*..*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*...\n.*..**\n*.*.*.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.*..*\n.*..*\n**..*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.****\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*..*\n.****\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.....*.*\n*..***.....**\n..*..*.......\n....***......\n*....**......\n.*..*...*..**\n.*..**.**.**.\n.*..**.**....\n```\n\n\n## Output without wrap\n\n```\n***..*......*\n*....*.....**\n.............\n....*........\n......**.....\n**..*...*****\n****......***\n....**.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n.....*.....*.\n............*\n....*........\n*.....**....*\n.*..*...*****\n.***......***\n.......**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*.......\n**.....*\n........\n........\n........\n**.....*\n*......*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n........\n........\n........\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n.*......\n**.....*\n**.....*\n........\n*.......\n.*.....*\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n*..*.\n.....\n.*...\n...*.\n*.***\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*.**\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**.**\n....*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n****.****\n*.*.*.*.*\n******.**\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n*.*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**..\n**........\n*........*\n*..**..**.\n.***.*.**.\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n*......**.\n*..****..*\n.******.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...***.\n**........\n.*.....**.\n*...******\n.***.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*******\n..*..*.\n....**.\n*...*..\n..**...\n.......\n```\n\n\n## Output without wrap\n\n```\n.*....*\n......*\n.*....*\n...*.*.\n.....*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...*..*\n......*\n....*..\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****...\n.**.....\n...*....\n..*.....\n...**...\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*..*...\n.*.*....\n..*.*...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n.*..*...\n.*.*....\n..*.*...\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..*.....\n.......*.....\n.......*.....\n.*....*......\n*.*...*....**\n.**.*.*......\n**..***......\n..*........*.\n..*.*.*.....*\n```\n\n\n## Output without wrap\n\n```\n.............\n......***....\n......**.....\n.*....**.....\n*.**..**.....\n..*.*.**.....\n*...*.*......\n..*.*.*......\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***.....\n......***....\n......**.....\n**....**....*\n*.**..**....*\n..*.*.**.....\n*...*.*......\n*.*.*.*.....*\n.**..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n.....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n..*..\n**..*\n.*..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n****.\n..***\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n**...\n.****\n..**.\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n.**..\n***..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n*..*.\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*..*.\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*...*\n.***.\n*.*..\n.**.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*.**.\n*....\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*.***\n..**.\n*...*\n***.*\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...**\n..*...\n.*.*..\n.**...\n....**\n**..*.\n....*.\n*....*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.****.\n.*.*..\n.****.\n*.****\n...**.\n**..**\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n******\n.*.*..\n*****.\n..****\n*..**.\n.*..*.\n*.....\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.**.\n*.**\n*.*.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n**..\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.**.\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**..\n....\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.*...*\n**.*.*\n.*.**.\n.***..\n*....*\n.*..**\n.*...*\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***.*.\n**..*.\n....*.\n***.*.\n...*.*\n......\n*.****\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.**.**\n.*..*.\n.....*\n..*..*\n...*.*\n.*....\n.*****\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n....****..\n....***...\n......**..\n..*....**.\n..*..*.*..\n...**.*.*.\n..*.*.***.\n..*****...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n.**.**....\n.**..*.*..\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..........\n..........\n..........\n..........\n....**....\n.**.**....\n.**....***\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....*.*..\n.....*.*.*\n.....*.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n....**.*..\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n........*.\n....**.*..\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n***...\n..**..\n.**.*.\n....**\n.**...\n....**\n.*....\n*....*\n```\n\n\n## Output without wrap\n\n```\n.***..\n**.*..\n*.*...\n.*.***\n..*..*\n..***.\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n******\n..*.*.\n.*.**.\n..*...\n..***.\n****.*\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n.*.*.\n.*.**\n..**.\n.....\n.....\n..***\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n****.\n*..**\n**...\n..***\n..*.*\n..***\n..*..\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n****.\n...**\n.*...\n.****\n..*.*\n..***\n..*..\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*.*..\n.............\n.......*.....\n.......*....*\n*.....*...***\n*.*...*..*.*.\n...*.**.**..*\n.......*..**.\n.....*.*..**.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n......**....*\n.*....**..*.*\n.*....*.**...\n.....**.**..*\n....**.*....*\n......*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***.\n.............\n.............\n*.....**....*\n**....**..*..\n**....*.**...\n.....**.**..*\n....**.*....*\n......***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n.****.\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n**....\n***.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n*.*..*\n*.****\n.*****\n******\n****..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n**********\n**********\n*****.**..\n.**..**.*.\n*.*.**..**\n..********\n*.***.**.*\n.....*****\n*..*******\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.........*\n........**\n..........\n..........\n.**.......\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n*.*.......\n*.*.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.***.\n...*.\n..*..\n*.**.\n*.*.*\n..*..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n*..*.\n.*.*.\n..**.\n.**..\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.**\n.....\n....*\n..*..\n*.*.*\n..*..\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..*..\n.....\n.*.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n....**\n......\n..*..*\n****..\n*..*..\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n..**..\n*..**.\n*.....\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*....*\n....**\n*.**..\n*..***\n*.....\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n..*..*.*.....\n..*..........\n..*...*......\n.......*.....\n...........*.\n.........**..\n.......*.....\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.***..*......\n.............\n.............\n..........*..\n..........*..\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.***..*......\n.............\n.............\n..........*..\n..........*..\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n***.......\n..*.......\n****......\n.**.....*.\n..**......\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*........\n..........\n..........\n*..*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n*****\n..***\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n.*..*\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n*****\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*****\n******.**.*\n..*.*****.*\n***.***.*.*\n***..**..*.\n*******..*.\n.****.**..*\n***********\n*.****.****\n**.***..*.*\n*******.***\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*...*\n*.........*\n..........*\n*.......*.*\n........***\n........***\n..........*\n*..........\n...........\n...........\n*.....***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n........*..\n........**.\n........**.\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..**.....\n*.*......\n......*..\n....*....\n.........\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.....\n.***.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.***.....\n.***.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**.*..\n.**...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**....\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n...**\n.**.*\n.*.*.\n.***.\n..*..\n**.**\n.*.**\n.****\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.****\n.*..*\n*...*\n.*.*.\n*...*\n**..*\n.....\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.****\n.*..*\n....*\n.*.*.\n.....\n.*...\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n...***\n*..*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n*.**.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n.......*......\n.......*......\n..............\n..............\n..............\n..............\n.........*....\n........*.*...\n.........**...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.........*....\n........*.*...\n.........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.........*....\n........*.*...\n.........**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.*...*\n...*...**.**.*\n*.**...*****..\n*******.*.....\n....*.****...*\n***......**.**\n.*.*.....*..*.\n.*.*..****..**\n*.*..****.**.*\n***.....*.....\n```\n\n\n## Output without wrap\n\n```\n..*.......**..\n.**...*.......\n*.*........**.\n.....*.......*\n*.**......*..*\n.****.**..*..*\n......*....*.*\n**.*.**.....*.\n*..*.**..**.*.\n.*.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**..*\n.***..*.......\n..*........*..\n*....*........\n****......*.*.\n..***.**..*.*.\n.*....*....*..\n...*.**.......\n...*.*....**..\n..**........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n..*...\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n.*....*\n***...*\n.*...**\n```\n\n\n## Output without wrap\n\n```\n.......\n..*..*.\n*.*...*\n***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n..*..**\n..*....\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*......\n.....**\n.....**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n*....*.\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.*.*\n..*..*..*.\n..*.***...\n......**..\n*..*.....*\n.*.*.***..\n.*.....*.*\n.*.*....**\n```\n\n\n## Output without wrap\n\n```\n..*****.*.\n..*...***.\n..*.***.*.\n..*...**..\n.**.....*.\n*.*.*.**..\n*.**.***.*\n.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*....*\n.**....***\n..*.***...\n..*...**..\n***.....**\n.**.*.**.*\n.*..*.....\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n...*\n....\n*..*\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n****\n*..*\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n*...........**\n*...........**\n*.............\n............**\n..............\n**............\n..*......*....\n***.......*...\n..............\n............**\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n............**\n..............\n..............\n..............\n..............\n..*...........\n.**...........\n.**...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n**............\n**............\n*............*\n.............*\n*............*\n**............\n..*...........\n..*...........\n***...........\n.*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n***.**\n****.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*****\n.***.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*.**.\n*....\n..**.\n.*...\n**.**\n....*\n.....\n**.*.\n```\n\n\n## Output without wrap\n\n```\n**..*\n*.*.*\n.....\n***..\n....*\n*....\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.*.*.\n.**..\n.....\n.*..*\n.*...\n*.*..\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n......*...\n...**.*...\n.**.......\n.**.*.*...\n...*..*...\n....**....\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....*....\n..**.*....\n.*..*.....\n.*...*....\n..**..*...\n...*..*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....*....\n..**.*....\n.*..*.....\n.*...*....\n..**..*...\n...*..*...\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n**....\n......\n..****\n***...\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n**.*..\n.*..*.\n.....*\n.*..*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n...**.\n......\n......\n....*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.*.**...\n..*.*..**.*...\n.**..*.****..*\n*....*...*....\n.**...*......*\n.*...***....*.\n.*...*..**..**\n*...*******.*.\n*...**..*.*.*.\n*..*........**\n**.*.*..***...\n```\n\n\n## Output without wrap\n\n```\n...****...*...\n.*.....***.*..\n.**..*..****..\n*....*.*.**...\n..*....*.*....\n......***..***\n..*......*..**\n..........*.*.\n...**.....*.*.\n........*.*.**\n*.*.*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.*...**.\n..........**.*\n*.*..*..****.*\n.....*.*.**..*\n.**....*.*..**\n.*....***..***\n.**......*..*.\n..........*.*.\n*..**.....*.*.\n*..*.**.*.*.**\n**.*.*..*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....*.\n...**.\n..*...\n**.***\n.***..\n*..*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...**.\n.**..*\n*...*.\n......\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n....*.\n...**.\n***...\n*...**\n......\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n...*......\n..***.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..***.....\n..***.....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..***.....\n..***.....\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n..*...\n......\n....**\n....**\n*...**\n*.....\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n....**\n...*..\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..*...\n......\n....**\n...*..\n*...*.\n*.....\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n..**..*......\n..*..*.......\n..***..**....\n...*.........\n....*....*...\n.*...*.....*.\n.*......**...\n```\n\n\n## Output without wrap\n\n```\n.............\n..*...*......\n.*..***......\n.***.***.....\n.............\n........*....\n.........*...\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.........\n.***..*......\n.*..***......\n.***.***.....\n.............\n........*....\n.........*...\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*****.\n......\n..**..\n..*.*.\n..*.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.**.*.\n.**.*.\n....**\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n.**.**\n.**.*.\n*...**\n*...**\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n...*.\n**.*.\n***..\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**.*.\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*....\n.*.*.*\n.***.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n**.*..\n.*...*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.*...\n.*.*..\n.*...*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.....\n***..\n..*.*\n*.*..\n*****\n*.**.\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.....\n.***.\n*.*..\n*...*\n*...*\n*....\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n****.\n..*.*\n.....\n.....\n.....\n.*..*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n**.\n*.*\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n***.\n.***\n..*.\n....\n....\n....\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n*..*\n.***\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n.***\n....\n....\n....\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..**.*\n...*..\n......\n..**..\n**..*.\n*.***.\n**.***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*...\n..***.\n..**..\n.***..\n*...*.\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..***.\n..**..\n.***..\n*...*.\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n*...*\n...**\n...*.\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n...**\n...**\n..***\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*..*\n*..**\n*..*.\n..***\n.*...\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.\n..**..**\n**.*.*.*\n*...*...\n```\n\n\n## Output without wrap\n\n```\n......**\n*.**.*.*\n...*..*.\n***.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n*.....*.\n...*....\n**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**.*.\n.....\n.**.*\n*.***\n.**.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n***.*\n*.*.*\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.**..\n*.*.*\n***..\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n*..*\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n..*.\n*.**\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***.\n*....*..\n........\n........\n..*.....\n.***....\n***.*...\n**.**..*\n..**.*.*\n....***.\n```\n\n\n## Output without wrap\n\n```\n....***.\n....***.\n........\n........\n.***....\n*.......\n....*...\n*....**.\n.**....*\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n....***.\n........\n........\n.***....\n*.......\n....*..*\n.....***\n.**....*\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.**\n...*\n*.**\n...*\n*.**\n.*..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n....\n.*..\n.**.\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n....\n....\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n****\n**..\n....\n....\n*.*.\n**.*\n*...\n.*..\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*.**\n*.**\n...*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n****\n....\n....\n....\n....\n.*.*\n..*.\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n...*.\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**.*\n*****.**.\n*..***...\n*.*..*...\n*.***.*..\n```\n\n\n## Output without wrap\n\n```\n*..*.**..\n*......*.\n*........\n*.*...*..\n..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n*........\n*.*...*.*\n*.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.....\n..*..*.......\n..*..**.*....\n....*.*.***..\n*......**..*.\n..........***\n..*...*.*....\n**....*****..\n*..**......*.\n...*.*..***.*\n.*.*...*..***\n*.*.**..**..*\n```\n\n\n## Output without wrap\n\n```\n....*........\n...*.***.....\n...*..*......\n.....**.**...\n.......**...*\n..........***\n**...**......\n........***..\n*.....*....*.\n*.......*..**\n.*...***..*.*\n.*.*******.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n..*.....*....\n...*..*......\n.....**.**...\n.......**....\n..........***\n.....**......\n........***..\n......*....*.\n*.......*....\n.*.*......*..\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n***\n*.*\n..*\n**.\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n*.*\n*.*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.....*\n..***.\n.*.**.\n...*.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*..*\n.....*\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*..*\n..*..*\n.....*\n*..*..\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*...*\n*.*.*\n*.***\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*.*.*\n*...*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.**..\n..**.\n.....\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n**.*.\n..**.\n...*.\n...*.\n...*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.**\n.....\n.....\n..*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.*.**\n.....\n*....\n..*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*.\n.....*..*\n........*\n.........\n.........\n*......*.\n.........\n**.**..*.\n*.*...*..\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n..*......\n*..*.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n..*......\n.........\n.........\n.........\n.........\n........*\n..*......\n...*....*\n*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.*.*.\n***..*.**.*\n*.*...*****\n**.*.***.*.\n..**...****\n**.*...*..*\n..**...****\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.**.*....**\n..*........\n..*..*.....\n..**.......\n.*..*..**.*\n.***...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....\n..*..*.....\n..*........\n..*..*.....\n..**.......\n..*.**.....\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n...*\n..**\n....\n*..*\n.*..\n.*..\n....\n....\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*..\n..**\n...*\n.*..\n.*..\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*.**\n*.*.\n*.*.\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*...**\n....*......\n...*.*.....\n.......**..\n*.*..**....\n*.*....**..\n....**.....\n*......****\n....***....\n```\n\n\n## Output without wrap\n\n```\n....*......\n...*.*.....\n...*..*....\n....***....\n...*..**...\n.....***...\n......*....\n.....*...*.\n......*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*...\n...*.*.....\n...*..*....\n....***....\n...*..**...\n.....***...\n*.....*..**\n*.......***\n....**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n..***\n**...\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.....\n..*...**..*\n.**....*.*.\n.*......**.\n.*.***.**..\n**.......*.\n...........\n```\n\n\n## Output without wrap\n\n```\n.***.......\n*.......**.\n..*......**\n*..**.*..**\n....*..**..\n****.......\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......**\n........*..\n..*........\n...**.*..*.\n....*..****\n.**.**...**\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n*.....*....\n.*.........\n..........*\n.*.....*...\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*.*.\n**..*\n.*.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.....\n*.**.....\n*.*.....*\n**...*..*\n.........\n***.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*.*......\n*..*.....\n*.*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.........\n***......\n.*.*.....\n..**....*\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.*..\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*\n.*...**.\n.***.*..\n**.*....\n**......\n...*...*\n..*.*.**\n```\n\n\n## Output without wrap\n\n```\n....***.\n.*...**.\n...*.**.\n...**...\n**......\n.***..**\n...*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***..*\n**...**.\n...*.**.\n...**...\n.*.....*\n.***..**\n*.*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.....\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*...\n...*.*..*\n...***...\n**...****\n.....*..*\n....*****\n*.**.*.**\n..*..*..*\n..*****..\n.*..*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.*...**..\n..**....*\n.......**\n.........\n...*.....\n.***.....\n........*\n.**...**.\n..*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**..\n**...**..\n..**.....\n*......**\n.........\n...*.....\n****.....\n*.......*\n.**...**.\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*...\n.*..\n.**.\n**..\n*...\n...*\n**..\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n***.\n..*.\n*.*.\n**..\n**..\n***.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n***.\n..*.\n*.**\n**.*\n.*.*\n.***\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.\n*.*.*..**.\n**********\n*********.\n*****..*.*\n***..****.\n****.*****\n*.******..\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n**.\n**.\n*.*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n..*\n..*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.***.\n...*.\n*....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**.**\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n........\n........\n...**...\n...**...\n....***.\n.....***\n*......*\n*...****\n.*.**...\n..*...**\n..***.*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n....*...\n....*...\n........\n...**...\n........\n...*...*\n....*..*\n....*...\n**.*****\n.****...\n.*....**\n..*.*.*.\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n....*...\n........\n...**...\n........\n...*...*\n*...*...\n....*...\n.*.****.\n.****...\n.*....**\n..*.*.*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n**.***\n*.***.\n..*.*.\n.....*\n.**...\n..*...\n.**..*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n*...**\n*...*.\n*...*.\n.*....\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*.....\n*.....\n*.....\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n***\n..*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n*...\n****\n.**.\n....\n****\n....\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n*.*.\n....\n****\n*..*\n****\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n****\n****\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.*\n....*..*..\n.....***..\n.*****.*..\n........**\n........*.\n.**....*.*\n```\n\n\n## Output without wrap\n\n```\n........*.\n....**.*..\n..*....**.\n..****.*..\n..***..***\n.......*..\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..**..\n....**.*..\n..*....**.\n..****.*..\n..***..***\n*......*..\n*.*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.....**\n*...*.*\n...*...\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*.*\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n*..**..\n*..**.*\n*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n.....\n*....\n*....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n.*....\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*....\n.*.*..\n.**...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n*...***\n*...*..\n...*.**\n**..***\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n...*.*.\n..****.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**.**..\n**.*...\n.*.**..\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.**\n.**..*....\n***.**....\n**...*....\n*.......**\n.....****.\n```\n\n\n## Output without wrap\n\n```\n***..**...\n...*......\n...****...\n..*.**....\n**...*..**\n......****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...**\n...*......\n...****...\n..*.**....\n**...*..*.\n.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.*..\n..*..\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....*\n.***......\n..........\n..***.....\n***....*.*\n...**..*.*\n*..*...*..\n...*....*.\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n.***......\n.*..*.....\n..**......\n.*........\n*..**.**..\n..**...*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**....*\n****......\n.*..*.....\n*.**......\n**.......*\n...**.**.*\n..**...*.*\n*.***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*...\n....\n*..*\n....\n....\n..*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..**.\n...*.\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***.....*.\n**.........*..\n*..........*..\n*....*...**.**\n...***...**..*\n..****......**\n....*.**...**.\n......**...**.\n......*.....**\n*....**.***.*.\n*...*...*****.\n*..*...**...*.\n```\n\n\n## Output without wrap\n\n```\n**...*........\n**...*.....**.\n*..........*..\n.....*...*..**\n..*...*..**...\n..*.......*..*\n....*..*......\n..............\n........***..*\n.....**.*.....\n**..***.....**\n.......**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****...**.\n**...*.....**.\n...........*..\n*....*...*..*.\n..*...*..**...\n..*.......*..*\n....*..*......\n..............\n........***...\n*....**.*.....\n**..***.....*.\n**.*..***.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*..**.*..\n...**..*.\n*.***...*\n.*.*....*\n.**....**\n.**......\n*......**\n***.....*\n*........\n```\n\n\n## Output without wrap\n\n```\n....*....\n....*....\n..*.*.***\n**.....**\n**.......\n*..*...**\n*........\n*......**\n**.....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n....*....\n.**.*.**.\n.*.....*.\n.........\n...*.....\n.......**\n.........\n.......*.\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..***....\n.*..*....\n**.......\n....*....\n*..*.....\n***......\n.*.*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..***....\n.**.*....\n*...*....\n..*......\n.........\n*.**.....\n*..*.....\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..***....\n.**.*....\n*...*....\n..*.....*\n........*\n*.**....*\n*..*....*\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.**\n...*\n.**.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n...*\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n*.**\n....\n***.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*....*\n*.****\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.**...\n......\n..*..*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**.*****\n**....***.*.*.\n.........*....\n..............\n.*......*....*\n```\n\n\n## Output without wrap\n\n```\n**.........***\n**....*...****\n.......**.....\n........*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.*.*.**\n***...*.**....\n.......**.....\n..............\n.......*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......\n....**...*..\n..**.......*\n..***....**.\n```\n\n\n## Output without wrap\n\n```\n....**......\n...***......\n..*..*...*..\n..*.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...**.\n...***......\n..*..*...*..\n..*.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*******\n*..****.\n**.*****\n*******.\n.*****.*\n***.**..\n**.*.*..\n.*.**.**\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n........\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.....\n.*..*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*\n..*.....*\n..*...***\n**...*..*\n.....*...\n......*.*\n........*\n.........\n....**...\n.........\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.**.....*\n..*...*.*\n.*...*..*\n.....***.\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.**.....*\n..*...*..\n**...*..*\n.....****\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n**.\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n.*.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n....*\n...**\n..**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*.**.\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n*...........\n............\n......**....\n.......*....\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n......**....\n......**....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n......**....\n......**....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*..*.\n*..*.\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.****\n.****\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n****.\n****.\n***.*\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..*...\n*....**......\n******.....**\n*.*****.....*\n.....*.**.*.*\n.*.....*.**.*\n.*....*..*..*\n.......*.*...\n......*.*....\n.....***.*...\n....*....*...\n```\n\n\n## Output without wrap\n\n```\n.....**......\n*.**.........\n*..........**\n*......*....*\n.***.*.**.*.*\n.......*..*.*\n......**.*.*.\n......**.*...\n.....*...*...\n.....***.*...\n.....**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*......\n*.**.........\n...........*.\n.......*.....\n.***.*.**.*.*\n.......*..*.*\n......**.*.*.\n......**.*...\n.....*...*...\n.....***.*...\n....*..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n..**.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n***\n**.\n**.\n**.\n***\n***\n***\n***\n***\n.**\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*\n*.**.*.*\n..*.*.**\n..******\n*.****.*\n**..***.\n**.*.***\n.*...*.*\n******.*\n.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.******.\n.**.***.\n........\n........\n........\n........\n........\n......**\n***.*..*\n***.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n.....***\n..*.....\n........\n.......*\n**....**\n.*..**..\n.*......\n..**....\n...***..\n.**...*.\n...*..*.\n*....*..\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n.....**.\n......**\n.....*.*\n***.....\n...*...*\n.*..**..\n.*...*..\n.*..**..\n..***.*.\n.**..**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n....*..*\n.....**.\n......**\n*....*.*\n.**.....\n.*.*...*\n**..***.\n.*...*..\n.*..**..\n*.***..*\n.****..*\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*..*.\n**.*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.****\n.*...\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....****\n.....***.\n......*..\n**.......\n**.....**\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*..*\n......***\n**.....*.\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*.*.\n......***\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n.*.***\n......\n....*.\n...*..\n*.....\n```\n\n\n## Output without wrap\n\n```\n.**..*\n.*...*\n...*.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**...*\n...*.*\n......\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n..*.*\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n*...**.\n**....*\n*.*...*\n*.*....\n.*.....\n**.....\n....**.\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n....*..\n**..*.*\n*.....*\n*.*....\n*.*....\n..*....\n**.....\n******.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.*..*..\n.......\n..*....\n*.*...*\n..*....\n**.....\n******.\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*...**\n......\n**.**.\n*.***.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n****.*\n....**\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.**.**\n.***..\n*..*.*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.\n..**.**.\n.**.**..\n.**..*..\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n....*...\n..***...\n..***...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.\n..**....\n....*...\n..***...\n..**..*.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n*.**.\n.*...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n*..**\n**.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**.**\n.....\n**.*.\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.*..........*\n.*..........*\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....\n*.*.....\n..*....*\n...*...*\n```\n\n\n## Output without wrap\n\n```\n..**....\n*.......\n.*.*....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n....*.*.\n....*.*.\n....*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n**....\n**.*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n***...\n***..*\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n..**.\n.**..\n..**.\n*****\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n**...\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n..*.*\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*....\n***..\n*....\n*..*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n*....\n*.*..\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n....*\n*...*\n*.*..\n**.*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n....\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n*.**.**\n*.*****\n****.**\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n*......\n*......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*..**\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n...\n.*.\n...\n*..\n*..\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.....\n.........*\n***....*.*\n......*.**\n...*......\n.**....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n*..*....*.\n.*.....*.*\n.**....***\n..*....**.\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****......\n...*....**\n.*.....*..\n.**....***\n..*....**.\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*....\n.....\n.....\n.....\n.....\n.....\n.*...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n..*.*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............*\n.............*\n.**.*........*\n....*.........\n.***..........\n.*...........*\n.*.**....*.**.\n*....*...*.**.\n...**.........\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n...*..........\n....*.........\n.***..........\n**..*.......*.\n***.*......*.*\n..*..*.....**.\n....*.........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n............**\n*..*..........\n*...*.........\n****..........\n.*..*.......*.\n.**.*......*..\n..*..*.....***\n....*.........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n..****\n.***..\n.*....\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.*...*\n.*....\n.*....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n.*...*\n**....\n.*....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.***.\n..**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*..*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*..*\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..*...\n.......*****..\n........***...\n..........*...\n```\n\n\n## Output without wrap\n\n```\n..........**..\n......***.**..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.**..\n......***.....\n.......**.**..\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n...***\n*...**\n```\n\n\n## Output without wrap\n\n```\n...*.*\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.....*....*\n*..*......*\n....*....*.\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....*....**\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*.........*\n*...*....**\n..........*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..*.\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n.******\n*******\n*******\n*******\n***.***\n*.*****\n****.**\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n.*.*.*\n**..*.\n*...*.\n..**..\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*.*\n******\n*.*.*.\n...*..\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*.*..\n.****.\n*.*.*.\n...*..\n...**.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n..**.....\n.*.**....\n**...***.\n****...**\n.*..***.*\n..**.*...\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n.*.......\n**.****..\n.....****\n...*....*\n*....**.*\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.......\n**.****..\n.....***.\n...*.....\n.....**.*\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.\n***.*....\n.*..*....\n.........\n...*..**.\n*.....**.\n..**.*..*\n.*.*.....\n.*...*.*.\n........*\n```\n\n\n## Output without wrap\n\n```\n***......\n*.**.....\n****.....\n.........\n......**.\n..****..*\n.****.**.\n.*.*..*..\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*\n*.**.....\n****.....\n.........\n......***\n..****...\n*****.***\n**.*..*..\n*.*......\n*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n..*\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.***..*\n*......\n*..*.*.\n****..*\n..**..*\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*......\n*...*..\n**.*...\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n.***.**\n**..**.\n...*.*.\n...*.*.\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*\n.*......*\n*...**...\n.....*...\n*.*..*.*.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n**.......\n....**...\n.*...*...\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**\n.*......*\n*...**...\n.*...*..*\n........*\n*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.*..*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n***.*.\n******\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n.****.\n.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n...***\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n*...*.\n*.....\n......\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n**..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...***\n.....*\n......\n*....*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n....**\n....*.\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**..\n**..\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n*....\n...*.\n*.*..\n*....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.*...\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n....*\n.*..*\n.*..*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n....*...\n...*.*..\n..*.....\n..*.....\n....*...\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n...**...\n..**....\n...*....\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n....**..\n...**...\n..**....\n...*....\n........\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n***....\n.......\n.......\n...*.*.\n...*.**\n..*....\n****.**\n.....*.\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.*.....\n.......\n.....**\n..**.**\n.......\n.******\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n**.....\n.*.....\n.......\n.....**\n..**.**\n.......\n*******\n*..*.*.\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.***..\n..**..\n.**.*.\n.**.**\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*.*..\n....**\n...*..\n..*..*\n..***.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*.*..\n*...*.\n*..*..\n..*...\n******\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n......*.\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.***.\n..*.*\n...**\n.....\n*...*\n*....\n*..**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*...\n.*..*\n...**\n...**\n.....\n**.**\n**.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**..*\n...**\n*..*.\n*...*\n.*.*.\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**..*\n...**\n****.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n.....\n*****\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n**.*\n**.*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n...*\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**\n......*\n..*..*.\n**...**\n...***.\n*..**.*\n.*.***.\n**....*\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*.*\n.*...*.\n.***..*\n****...\n......*\n.*.*..*\n***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n....*.*\n.*...*.\n****...\n.***...\n*.....*\n.*.*...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....*.*\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n....**.....\n.........*.\n...***...*.\n.......*...\n..**.......\n.......*...\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...*.......\n....*...*..\n..*........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...*.......\n....*...*..\n..*........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...*..\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.*.\n......\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.****\n*********.\n.***.*.***\n******.***\n.*****.*.*\n*********.\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n*.........\n.........*\n*......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.....\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n......\n*.**.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n..*...\n..*.*.\n...*..\n*...**\n......\n......\n.....*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**.*\n...**.\n....*.\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.**.**\n..**..\n...**.\n....**\n....**\n....**\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......*\n......**...*.\n.....***.....\n......*.*.***\n.....***..***\n..*.***...*..\n*...**.....**\n..*..**...*..\n*...*....*...\n```\n\n\n## Output without wrap\n\n```\n......*......\n.......*.....\n.....*..*.*.*\n........***.*\n....*.......*\n...*...*..*..\n.*........**.\n.*.*..*...**.\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....*\n.......*.....\n.....*..*.*.*\n........***.*\n....*.......*\n*..*...*..*..\n.*........***\n**.*..*...**.\n....*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n..*.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n.***\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n**.\n**.\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..***\n.***.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*..*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*.*.*\n.***.*\n..**.*\n.***.*\n.****.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n.*...*\n.....*\n.....*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*...*\n.*...*\n.....*\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...**..\n.**.*..**.**\n..*....***.*\n*..****..***\n.**.***.**..\n*.**..*.*..*\n...**..**...\n**.****.*..*\n```\n\n\n## Output without wrap\n\n```\n...*...****.\n.**........*\n..*.........\n...........*\n*.......*..*\n......*.....\n*.......**..\n..**.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n***........*\n..*.........\n*..........*\n........*...\n*.....*.....\n........**..\n*.*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n..***.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n...*..\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n...*..\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.......*.....\n......*.*....\n......*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n......**.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n......*......\n......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***........\n.***..........\n.**...........\n**........*...\n***.***.......\n.**.**..*.....\n*.....***.....\n......**......\n*.***.*.......\n```\n\n\n## Output without wrap\n\n```\n...**.........\n.*............\n...*..........\n...*.*........\n....*.*.......\n..*.*...*.....\n.*......*.....\n.*.*....*.....\n...*.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*........\n.*............\n...*..........\n...*.*........\n....*.*.......\n..*.*...*.....\n.*......*.....\n.*.*....*.....\n..*...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n*.*\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*..\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n..*..*\n....**\n.*...*\n***...\n*...*.\n*..*.*\n.....*\n*...*.\n**....\n....**\n.*..**\n*..**.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....**\n***.**\n*.*...\n*.***.\n.....*\n.....*\n**....\n**..**\n**..**\n......\n*.*...\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n*..*.*\n....**\n.**.**\n..*...\n..***.\n*.....\n......\n**....\n**..*.\n.*..*.\n......\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n***......\n..***....\n..**.....\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.**......\n.*.*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.........\n.........\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n........***\n........***\n.......*...\n...........\n...**.....*\n...*.......\n....*.....*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.........*.\n........*.*\n.......*..*\n........**.\n...........\n...**......\n...*.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.........*.\n........*.*\n.......*..*\n........**.\n...........\n...**......\n...*.......\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.....**.\n....*...\n....*.*.\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*..\n....*.*.\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n....*.*.\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n*..*.\n****.\n.....\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n*..*.\n*...*\n*..*.\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n*..*.\n.....\n.....\n*****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*..\n......\n......\n......\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.....\n......\n......\n......\n**....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..***\n*.***....\n*..**.**.\n........*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.....****\n.***..***\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.....***.\n.....**..\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......*.*\n......***\n.*.......\n.***.....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......*.*\n.**....*.\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.......*\n.*....*..\n..*....*.\n*.*......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*.*..\n*..*.\n*..*.\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*.**.\n*..*.\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*****\n*.**.\n*..*.\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*.*\n.***...**\n**..*.*..\n**..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.........\n**...*.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.*\n......*..\n......*..\n...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........\n*........**\n*......*...\n.....*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n......*..**\n......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**.\n**.........\n*.....*..*.\n......*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*..\n...***...*\n.........*\n..*....*..\n.*.......*\n..**......\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n...*.*..*.\n...**...*.\n........*.\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...*.*..*.\n...**...*.\n*.......*.\n.*.*......\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.*..**\n.**..*\n```\n\n\n## Output without wrap\n\n```\n....**\n**..**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*..**\n.**..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n*.*.\n..*.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.*..\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*..*\n.*.*\n.*.*\n.*.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.....**\n*.*...*..***.*\n.**...**..**.*\n*.....**...**.\n```\n\n\n## Output without wrap\n\n```\n.*........****\n*.*..**..*...*\n*.*..*..**...*\n.*....**..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.......\n..*..**..*....\n..*..*..**....\n.....*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**.**\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*...*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n*....*..\n......**\n.....*..\n**..****\n..***...\n........\n........\n.*..***.\n*.***...\n```\n\n\n## Output without wrap\n\n```\n....**..\n....*.*.\n......*.\n......*.\n.*..*...\n.*..**..\n...*.*..\n..**.*..\n.*...*..\n.*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*..\n*.**...*\n.......*\n.*......\n....*.*.\n....***.\n**.*.***\n..**.*..\n.******.\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..**\n..*..\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**..\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...**\n***..\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n..*..\n*.*.*\n*...*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n..*..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..***\n*.*..\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n..........\n*...**....\n**.......*\n.......***\n**.....**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n**........\n**......*.\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n.*........\n.*.......*\n.*........\n..........\n*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.*.**\n.*.*.\n**..*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n**...\n.*.*.\n...**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*.*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n*.*\n**.\n.**\n..*\n.**\n**.\n*.*\n***\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n*..\n*.*\n...\n*.*\n*..\n..*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n.**\n***\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....\n...**.....\n....*.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n...**.....\n.....*....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n.....*....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n*...*.\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n*...*.\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.....\n..*.*.....\n..........\n..........\n..........\n..........\n..........\n..........\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**....\n...*......\n..........\n..........\n..........\n..........\n..........\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n***..*\n*.****\n.*****\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...*.*\n........*.*\n..........*\n..........*\n....*......\n...*...***.\n...***.....\n.......***.\n```\n\n\n## Output without wrap\n\n```\n...........\n..........*\n..........*\n...........\n........**.\n...*.*..*..\n...**.*....\n....*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n*.........*\n*.........*\n...........\n........**.\n...*.*..*..\n...**.*....\n.....*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n*...\n..*.\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n****\n****\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*.*.....\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.*....*.\n.*....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n**...*\n......\n**....\n..***.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n.*..*.\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.**...\n.....*\n.*....\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*.\n.......*\n**..****\n...*....\n**.**...\n.*.*.*..\n.*.*.*..\n**...*..\n```\n\n\n## Output without wrap\n\n```\n........\n.....*.*\n...***.*\n..**..**\n**.*....\n.*...**.\n...*.**.\n***..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**\n.*.*....\n...*****\n.***..*.\n**.*....\n.*...**.\n*.*....*\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.*\n*............\n*.........**.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n.....*\n.....*\n**..*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n....**\n*...*.\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n........\n........\n........\n........\n.....*..\n.....*..\n.....*..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n....***.\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n....***.\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.......\n.......\n.**....\n.....*.\n....*..\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.......\n.......\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**..*\n**...\n*.*..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n..*..\n*.*..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n..*..\n*.*..\n.**..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n.....*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.*.\n*.*......\n...*****.\n**.....*.\n*...*....\n.**.***..\n*.....*..\n*.......*\n...**..**\n.*.......\n...*.*...\n....*.*.*\n*....*.*.\n...*...**\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.**....*.\n*.******.\n**.*...*.\n*.***.*..\n**.**.*..\n*.....**.\n........*\n.......**\n..**.....\n....**...\n....*.**.\n....**...\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.**.\n.**....**\n*.******.\n**.*...*.\n*.***.*.*\n**.**.*..\n*.....***\n*........\n.......**\n..**.....\n....**...\n....*.***\n*...**...\n*....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n*....****.\n*........*\n..........\n**....**.*\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.....*...*\n......*.*.\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....***\n**...*....\n**....*...\n.*....*...\n**......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*.*\n.*.*\n....\n....\n....\n....\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n....\n....\n....\n.**.\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*.*\n....\n....\n....\n....\n****\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n***.*.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n..*.**\n*.....\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*.*\n*......*..\n*........*\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n..**...\n..**...\n..**...\n...*...\n.*.*...\n.*..*..\n*..*.**\n..**.**\n.....**\n.....**\n*......\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n.*..*..\n....*..\n...**..\n...**..\n**.***.\n.*.*..*\n..**...\n.......\n.....**\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..**...\n.*..*..\n....*..\n...**..\n...**..\n.*.****\n**.*...\n..**...\n*......\n*....*.\n*...*..\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*...*.\n*..*..\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*.....\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*.\n***.**..**\n......*...\n......*.*.\n......*...\n.........*\n**..*..**.\n**.**.....\n.....*.*.*\n...**.*..*\n```\n\n\n## Output without wrap\n\n```\n....****.*\n***.*.....\n......*.**\n.....**.*.\n.......**.\n.***...**.\n*.......*.\n*.......*.\n..*.....*.\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*.**.\n.....*..*.\n.*....*.*.\n.....**...\n.......*.*\n****...*.*\n..........\n*........*\n***.....**\n****..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n***.*\n*****\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...\n...*.*...\n...*.**..\n```\n\n\n## Output without wrap\n\n```\n..***....\n..**.**..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...\n...*.*...\n...*.**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.**\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n***.*\n.****\n```\n\n\n## Output without wrap\n\n```\n*.*..\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*..*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n**.*.\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.*.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n**..**\n*.****\n**.***\n**....\n******\n.****.\n******\n******\n***.**\n****.*\n******\n******\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n..*...\n.*....\n***...\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..*..\n*.....\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*.....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n**.\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*.*\n..*.\n.*.*\n****\n...*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n.*.*\n*..*\n**.*\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n**.*\n.*.*\n....\n.*..\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n..*...\n..**..\n..**..\n...*..\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n......\n..**..\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n......\n..**..\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***.\n...**.***\n***.*.*.*\n```\n\n\n## Output without wrap\n\n```\n...***..*\n*...*...*\n.**.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n....*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n.*.\n*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...****.*.**\n*...*....**.*.\n*..*.....*.***\n.**.....**...*\n**.......****.\n.****.........\n.**.****..*...\n...**...**....\n......**.*....\n.......*..*...\n...........*..\n..*..*......*.\n....*.**..**.*\n*....*..*.****\n```\n\n\n## Output without wrap\n\n```\n....*...*.....\n*****...*..*.*\n*.******....*.\n..**....*....*\n.......**.***.\n.....**....*..\n..*.*.**......\n..**.*........\n...*.**....*..\n......*.*.**..\n.....*...***..\n.....***.**.*.\n....*.......**\n.....*.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.....\n.*......*.....\n.*******......\n..**....*.....\n.......**.***.\n.....**....**.\n..*.*.**......\n..**.*........\n...*.**....*..\n......*.*.**..\n.....*...***..\n.....***.**...\n....*.******..\n...**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..*.*\n.****\n...**\n***..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n**...\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n...*..\n......\n*.*...\n.*..*.\n......\n....*.\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n*..**.\n.*...*\n..*..*\n**.***\n**.**.\n......\n**....\n...***\n*.****\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*..*..\n.***.*\n*.**.*\n*....*\n**.*.*\n..*...\n....*.\n*....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.***.*\n..**..\n......\n.*.*..\n..*..*\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*..\n..***..\n*.*....\n......*\n*......\n......*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n...*...\n.......\n.**....\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n....**.\n.**....\n..*...*\n.....*.\n.......\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*....\n...**\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.**..\n*.*.......*\n.**........\n.......*...\n.....*.****\n...........\n*........**\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*..*.......\n.**........\n......*..*.\n......*..*.\n.......**..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*..\n*..*.......\n***.......*\n.*....*..**\n......*..**\n*..........\n**......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n*******\n..****.\n*******\n.*****.\n****.*.\n*.**.*.\n****.**\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*......\n.......\n*.....*\n.......\n*....**\n.....*.\n*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n.......\n*....*.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*.*.\n*******.*.\n*.*.*.....\n***...*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*..*...\n*.....*...\n....*.*...\n*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n*.....*...\n....*.*...\n*.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n....*.\n*..***\n**..**\n.*....\n******\n*.*.*.\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n*....*\n*..**.\n*.**.*\n....**\n*.*..*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*..**.\n**....\n.*.*..\n..**..\n......\n....**\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..\n**.*.*.\n**.***.\n**.****\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n*****..\n.....*.\n.......\n.......\n**.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**\n**.**.**\n*..*****\n*.***.*.\n***..*..\n*...**.*\n*.*..**.\n**...**.\n...*****\n```\n\n\n## Output without wrap\n\n```\n**.**.**\n**......\n*.......\n*......*\n*.*.....\n*.***...\n*......*\n****....\n....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*......\n........\n........\n..*.....\n..***...\n........\n****....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.**\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n..*\n...\n..*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n..*\n...\n..*\n.**\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n..*\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n..**..\n.*..*.\n....*.\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..**..\n..*.*.\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..**..\n..*.*.\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n**.*\n****\n.**.\n**..\n**..\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*..*\n...*\n...*\n....\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n....\n....\n...*\n....\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n.**.....\n****....\n..*....*\n.....*..\n.....**.\n....*.**\n**......\n.*......\n**......\n....*...\n....**..\n....*...\n....*..*\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n.***....\n..***...\n...**...\n.....*.*\n......**\n.*......\n..*.....\n.*......\n...*.*..\n........\n...*.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n.***....\n*.**...*\n.****...\n...**...\n*....*.*\n.*....*.\n.*....*.\n..*....*\n.*......\n...*.*..\n........\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n**.*\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.*.*\n*....\n.*.*.\n*....\n.....\n.*..*\n*..**\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n*.**.\n**...\n.....\n.....\n...**\n**.**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*.**.\n**..*\n.....\n*....\n...**\n.*.*.\n**...\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*****\n...**\n*.*.*\n.***.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.\n**..**.*\n..******\n*.....*.\n*..**..*\n..**.*.*\n..*.****\n**.***.*\n```\n\n\n## Output without wrap\n\n```\n*.*..**.\n....**.*\n*..*....\n*.....*.\n*...*.*.\n.*..*..*\n...*..**\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n*..*....\n*.......\n....*...\n*...*...\n...*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.\n...*.*..\n..***...\n......*.\n.....***\n```\n\n\n## Output without wrap\n\n```\n....**..\n..*...*.\n..*.....\n..*....*\n....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n..*..**.\n..*.....\n..*...**\n*..***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..........\n.....*.*......\n......*.......\n```\n\n\n## Output without wrap\n\n```\n..............\n......*.......\n......*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n......*.......\n......*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n...****\n....**.\n.......\n**.....\n.*.....\n*......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...**.*\n.......\n.......\n**.....\n..*....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n.......\n*......\n**.....\n..*...*\n.**....\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..\n...*.*..\n*..*.**.\n.**.**.*\n.**.*...\n```\n\n\n## Output without wrap\n\n```\n..***...\n...*....\n.*.*....\n*..**...\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n*****...\n**.*...*\n..*...*.\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.......\n.........**\n*.......**.\n........*.*\n........*..\n...........\n...........\n........***\n.......**.*\n....******.\n..**.**....\n..**.......\n```\n\n\n## Output without wrap\n\n```\n.........*.\n........**.\n...........\n.......***.\n........*..\n...........\n........**.\n........*.*\n....*...*.*\n...**....*.\n..*........\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*.\n........***\n*..........\n.......**.*\n........**.\n...........\n........**.\n........*.*\n....*...*.*\n...**....*.\n..**.......\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**.\n.....**..*\n..*.......\n.*.*...*.*\n.....*.*..\n..**...*.*\n.*...*****\n..*.****..\n.*.***.*..\n...**.***.\n```\n\n\n## Output without wrap\n\n```\n.....*.**.\n.....****.\n..*...*.*.\n..*...*.*.\n...**..*..\n..*.**...*\n.*.......*\n.**.......\n..........\n..**..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n.....****.\n*.*...*.*.\n..*...*.*.\n*..**..*..\n*.*.**...*\n**.......*\n***.......\n..........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.*..*.\n*...*.\n*.**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**.*.\n*.*.*.\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.**.**\n*.*.*.\n.*.*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n**.**\n***..\n.*.**\n.***.\n.***.\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n*..**\n....*\n.....\n....*\n*....\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n.....\n.*.*.\n..*..\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n.****\n.....\n.....\n.....\n.....\n....*\n*.**.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n....*\n.*..*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.*..*\n.....\n.....\n.....\n....*\n.*.*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*...\n.............\n.........**..\n```\n\n\n## Output without wrap\n\n```\n.............\n.........**..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n.........**..\n.........**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..*.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.*****\n***.**\n......\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****.\n**.*.*..\n..**.*.*\n..*****.\n****..**\n....**.*\n*.***.*.\n..*.*.**\n..*...**\n...*....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n........\n........\n........\n*.*.....\n.***....\n..*..**.\n...*.**.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*.\n.*......\n.*.....*\n.*.....*\n........\n..*.....\n*.**....\n*.*..**.\n*.*.****\n..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.****.*.*\n*.***.*..****\n****..******.\n*...**.****..\n```\n\n\n## Output without wrap\n\n```\n.**..****.*.*\n*...........*\n*...........*\n*.****.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........\n.............\n.............\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....**\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n....**\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.**\n**...*...\n**...*..*\n*...*..**\n****.*...\n....*.***\n**.**..*.\n```\n\n\n## Output without wrap\n\n```\n.*...***.\n.*.*....*\n...*.....\n.*......*\n.***.....\n.*......*\n....**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n.......**\n...*....*\n.......*.\n..**.....\n*.....*..\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..*..*\n...*.*\n*...**\n*...**\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n...***\n..*..*\n...*.*\n...*..\n....**\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.*..*\n...*..\n...*..\n*...*.\n...*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*.*\n....*...*.\n....*.*..*\n........*.\n.......**.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......***\n..........\n..........\n......*...\n.......***\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......***\n..........\n*.........\n......*...\n.......***\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**.*...\n**...*.....*\n......*.....\n***....*...*\n...**..*....\n............\n*.....**....\n*.*.*.*.*.**\n......*.....\n.......*.**.\n*...***...**\n```\n\n\n## Output without wrap\n\n```\n***.***.....\n**..**.*....\n..*...*.....\n.***..**....\n.***........\n......**....\n.*...***....\n.*....*.....\n.....**.*..*\n.......*.***\n.....**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*..*.\n**..**.*....\n..*...*.....\n****..**....\n****........\n......**....\n**...***....\n**....*....*\n.....**.*...\n.......*.**.\n*****...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n***\n***\n...\n...\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*...\n..*...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n..*...\n..*...\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n..*...\n..*...\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*..*\n..**\n*...\n*.*.\n....\n....\n....\n**.*\n.*.*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.***\n..**\n.*..\n....\n....\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*...\n.**.\n*.*.\n.*.*\n....\n....\n*...\n.*.*\n.*.*\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*..*...\n....*.***..*.*\n...***.*..*.*.\n....*.*..*.*..\n...*.*....**..\n.**.*.....**..\n```\n\n\n## Output without wrap\n\n```\n...*..***.....\n..*.....*****.\n...*.....**.*.\n......*..*..*.\n..**.*...*..*.\n..***.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*******.*.\n..*.....*****.\n...*.....**.*.\n......*..*..*.\n..**.*...*..*.\n.*..*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..........\n..............\n.**.....*.....\n*.*.*******...\n*.*.*..**..*..\n....***..*.*..\n.....*....**..\n..............\n....***.......\n...*..****....\n...***..**....\n..*.*.........\n```\n\n\n## Output without wrap\n\n```\n..............\n.***..........\n......**......\n..*.*.**......\n........**.**.\n...**.****..*.\n........*****.\n...*..........\n...**.**......\n...*...***....\n...*.**.......\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..........\n.*..*.........\n......**......\n..*.*.**......\n........**.**.\n...**.****..*.\n........*****.\n...*..........\n...**.**......\n...*...***....\n..*****.......\n..*****.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n*...**\n***...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.****.\n*...*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n******\n....**\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n****.*.\n***.***\n.***.*.\n*******\n*.*****\n*.**.*.\n*.*****\n```\n\n\n## Output without wrap\n\n```\n*..*.**\n.......\n......*\n.......\n*......\n*......\n*......\n..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*\n..***.*\n..*.***\n```\n\n\n## Output without wrap\n\n```\n.***...\n.**....\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n...*.*.\n...*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n.*.**\n*.*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n..***\n.*..*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n.....\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n..**\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n....\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**...\n.*......*.....\n***....*..*...\n.*..*..*.*....\n.*..*..*.*....\n*..*...**.....\n***....**.....\n.*.....**...**\n........*...**\n```\n\n\n## Output without wrap\n\n```\n.*.......*....\n*.*.....*.*...\n*.**..**......\n*...**...**...\n**..*....*....\n*...*.*..**...\n*.**....***...\n*.*....*.*..**\n.*......*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........***.\n*.*....*..*...\n*.**..**......\n*...**...**...\n**..*....*....\n*...*.*..**...\n..**....***...\n***....*.****.\n**.....*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*.***.\n**.*.*\n**.*.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n.*..**\n*.*...\n.....*\n**.*.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n..*...\n......\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n....*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n..**.**.....\n..**...*....\n...***.*....\n......*.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n...*........\n...*........\n.......*....\n...*...*....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n............\n............\n............\n............\n...*........\n...*........\n.......*....\n...*...*....\n......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n....\n..**\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n...*\n..*.\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....*..\n*.*..*.\n...***.\n..**...\n.*.....\n..**...\n.....*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..*.*..\n.**....\n.*.*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*....**\n*.*.***\n***....\n.*.*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..***.*.***\n*.**...**..**.\n********.*****\n```\n\n\n## Output without wrap\n\n```\n..............\n.*.**...**.**.\n.....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n****\n.*..\n.*.*\n.*.*\n****\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*\n..*.....\n...*...*\n...*....\n****....\n........\n...*....\n..*.....\n..**....\n.*.*....\n...**...\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n.*......\n.**.....\n..**....\n.*.**...\n.***....\n.*.*....\n........\n..*.....\n.*.*....\n........\n.*......\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n.**....*\n..**....\n**.**...\n.***....\n.*.*....\n........\n..*.....\n.*.*....\n........\n.*......\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n**.*....*\n.*....*..\n```\n\n\n## Output without wrap\n\n```\n***......\n*........\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n..**...\n***.*..\n..*...*\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n...*...\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n...*...\n.*.*.**\n**...**\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n.....**.\n..***...\n...*.*..\n*.....**\n...*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n..*....*\n.*.....*\n..*...**\n...**.*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.\n..***..*\n.*......\n..*.....\n*..**...\n...*..**\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**.*.\n.***.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n***..\n...**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n**...*\n**....\n.*....\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n..**..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.**...\n..**..\n...*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n**..*.\n.*.*.*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n***...\n...**.\n.*.*.*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...**.\n.*.*..\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*...*\n.**..\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n..*.*.\n*..*..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n....*.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n....*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n.*..\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n***.\n...*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n..**.\n*....\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n...**\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n**.*.\n*****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.***\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*..\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*..\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....**...\n.*.**.*..\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n....*....\n..*..*...\n.....*...\n..*.*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..*..*...\n.....*...\n..*.*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n**.\n*..\n*..\n*..\n**.\n***\n..*\n**.\n.**\n***\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n*..\n**.\n*..\n..*\n*.*\n..*\n*..\n...\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n**.\n*..\n***\n*..\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.***.*\n..*.*.*.**.\n*..*.*.****\n.......**..\n...*....**.\n..*.*....*.\n..........*\n.....*.**..\n.....*.....\n....****..*\n*..**.*.*..\n.*.**...***\n```\n\n\n## Output without wrap\n\n```\n.***.......\n.*.........\n..****.....\n......*..**\n...**..*...\n.......*..*\n.......**.*\n.......***.\n.......*...\n.......***.\n..*..**....\n..********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........\n.*****.....\n..****.....\n......*....\n...**..*.**\n.......*..*\n.......**.*\n.......***.\n.......*...\n.......**..\n***...*....\n.**..**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**...\n.....\n.....\n.....\n.*...\n...*.\n..**.\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n.*...\n.....\n.....\n.....\n..***\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**...\n.....\n.....\n.....\n..*..\n*...*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n*...*\n.*.*.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n.*.......\n....*..*.\n..*...*..\n**...*...\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..*......\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.**.*....\n.....*...\n....***..\n**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.......*\n......**\n.......*\n..**....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n.....*..\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.....*.\n*....*..\n*.....*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*...*\n***..*..*\n...*..***\n****.....\n.*..*....\n....*....\n****.....\n*..*...*.\n```\n\n\n## Output without wrap\n\n```\n.*.***...\n.**...*.*\n***.....*\n**....***\n..*.**...\n....**...\n*.*.*....\n*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..\n.........\n*.*......\n.*....**.\n..*.**...\n....**...\n***.**..*\n***.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n**.*\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.*....\n......\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n***...\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n***...\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n*.......*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...**\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...*.\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.*..*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**..\n**.*.....\n.**....*.\n...*.****\n..***.*.*\n.*.*.....\n*........\n*..*.***.\n```\n\n\n## Output without wrap\n\n```\n**.**....\n*..**.*..\n**.**..**\n.*...*..*\n......*.*\n.*.**....\n***.*.*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.**\n*..**.*..\n.*.**..*.\n**...*..*\n*.....*.*\n**.**....\n***.*.*.*\n*..*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*...\n.***\n*..*\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*.**\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.**..\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******\n*..*.*..\n....*..*\n*.*.....\n........\n.....***\n....*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*..*.\n*....**.\n.*.*....\n........\n......*.\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n........\n...*...*\n......*.\n......**\n.......*\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.*.**..\n*....**.**.**\n*************\n.***.*..**.**\n***.*..*.**..\n```\n\n\n## Output without wrap\n\n```\n.****.....**.\n*.***.....**.\n.............\n..........**.\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*.*\n*..*\n.***\n.***\n...*\n*..*\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n*..*\n*...\n.*..\n.*.*\n.***\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n....\n....\n.*..\n.*..\n***.\n**..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n*..\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.........\n...........**.\n*.*......**...\n..**....**....\n...**.........\n```\n\n\n## Output without wrap\n\n```\n..............\n..*........*..\n.*.*....*.....\n....*...*..*..\n.**.*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.........\n....*......*..\n.*.*....*.....\n....*...*..*..\n.**.**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.******\n*.*******\n*.*.*****\n**.***..*\n```\n\n\n## Output without wrap\n\n```\n**......*\n*........\n*........\n****....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n.*.*.*\n.**..*\n..*..*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.*****\n*..*.*\n.*.*.*\n.....*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.*.*.*\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n**....\n.**..*\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.**...\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n***...\n..*..*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.....\n******\n*.*...\n.**...\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n*.*.*.\n*...**\n*...**\n**..**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.**.*.\n....**\n......\n...*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...**.\n.....**..**\n**.*...*...\n.**.*..*...\n*..*....*..\n*.......*..\n.........**\n...**..**..\n.....**..*.\n...***.....\n.....*..*..\n.....*..*..\n....**...*.\n.........*.\n```\n\n\n## Output without wrap\n\n```\n....**.**.*\n...*......*\n...*.......\n*....*...*.\n...*.....*.\n.........*.\n.....*...*.\n.....*.....\n........**.\n.....*.....\n.....***...\n........**.\n....******.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**..\n.*.*.......\n.*.*.......\n.....*....*\n.*.*.....*.\n**.........\n*....*....*\n.....*....*\n........**.\n.....*.....\n.....***...\n........**.\n.......*...\n......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n*.*.\n....\n....\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.***\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n*..\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*.......\n......*.*.\n.......*..\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*..\n.......*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......*..\n.......*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n.....\n.....\n..*..\n.**..\n*....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n*....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n*....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n..**...\n***....\n*..*...\n.***...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.***...\n*..*...\n.*.*...\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.***...\n*..*...\n.*.*...\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........*..\n**.*.......***\n............*.\n..*..*.......*\n******.......*\n*.*..*........\n..............\n..............\n**.**.........\n.****..**.....\n..*.*.**....*.\n**...***....**\n```\n\n\n## Output without wrap\n\n```\n.**........*..\n.**........*.*\n.**........*..\n..*..*......**\n*....**.......\n*.*..*........\n..............\n..............\n**..*.........\n*.....***.....\n*...*.......**\n.*...*.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*....*..\n***........*.*\n.**........*..\n..*..*......**\n.....**......*\n*.*..*.......*\n..............\n..............\n**..*.........\n*.....***.....\n....*.......*.\n****.*.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n*..**..\n..*.*..\n**.*...\n..**...\n....*.*\n....*..\n```\n\n\n## Output without wrap\n\n```\n...***.\n.......\n*.*.*..\n.*..*..\n.****..\n....**.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n......*\n*.*.*..\n.*..*..\n*****..\n....**.\n...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**.*\n*...\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n*...\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n**.*\n.*..\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n**.....\n**.....\n.*.*...\n.****..\n```\n\n\n## Output without wrap\n\n```\n**.....\n..*....\n.......\n...**..\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..*....\n.......\n...**..\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.....\n.****...\n*......*\n**...*..\n..**.*..\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.***....\n*..**...\n***.*.*.\n.***.**.\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n****....\n...**..*\n***.*.**\n.***.**.\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n.*........*\n.*........*\n..........*\n...........\n...........\n...........\n...........\n......**...\n.....*..*..\n......**...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.........**\n...........\n...........\n...........\n...........\n...........\n......**...\n.....*..*..\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n.........**\n*..........\n...........\n...........\n...........\n...........\n......**...\n.....*..*..\n......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n.*...*..\n......*.\n.....**.\n..**...*\n..*..*.*\n*..*.*..\n**.**...\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n....*.*.\n....*...\n...*...*\n.*****.*\n.*......\n*....*..\n******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***\n.****.**\n....*...\n...*...*\n..****..\n........\n...**.*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.....*\n..*...\n....*.\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n****\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n...*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...**...*\n..*.**....**\n****.....**.\n*.*........*\n**...****...\n.**..*******\n...*....****\n......***..*\n*...***.**..\n.*......**..\n```\n\n\n## Output without wrap\n\n```\n......*...**\n**.*..*..*.*\n...**.......\n....*******.\n*.**.*.***.*\n*.*****.....\n..*...*.....\n....*.*.....\n....*...***.\n.....*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...*...*\n.........*..\n...**.......\n....*******.\n..**.*.***..\n.******.....\n*.*...*.....\n**..*.*....*\n.*...**..*..\n.**.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n*......*.*\n.*.**..*..\n****.***.*\n*..*...*..\n...*....**\n*.**..**..\n**...*..*.\n...**...*.\n.....*...*\n*...***.**\n.****.***.\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*..\n...***.*..\n*....*.*..\n*..*...*.*\n.*.**.*.*.\n*.***.**.*\n**...**.*.\n....**..**\n...*..**.*\n.**......*\n.****.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*...\n*......*.*\n...***.*..\n.....*.*.*\n...*...*..\n**.**.*.**\n*.***.**..\n**...**.*.\n*...**..*.\n*..*..**..\n***.......\n*****.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*.*\n........**\n..........\n..........\n..........\n..*.*.....\n..*.*.*...\n....*.*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n........**\n..........\n..........\n..........\n..........\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........**\n........**\n..........\n..........\n..........\n..........\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n.........\n.*.....**\n**..***.*\n*...****.\n....***..\n...**.***\n*.*...***\n.*.**..*.\n.*....*.*\n.....*..*\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**...****\n**..*...*\n**.*.....\n........*\n...**...*\n.**......\n**.*.*...\n..*.***.*\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.......*\n.*...****\n.*..*....\n**.*.....\n.........\n*..**....\n***......\n.*.*.*...\n..*.***.*\n*....**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..**.**.**\n..*....*..*.**\n*..*.*.....*..\n..*....*.**...\n```\n\n\n## Output without wrap\n\n```\n..**..*...****\n.*..**.......*\n.*..*......**.\n..*......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...**..\n....**....*...\n.....**....***\n....**...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*.*..\n.*...\n.*...\n.*.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n...*.\n...*.\n...**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n*..**\n....*\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n.***.\n.*...\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*...*\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n.....\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.*.......*\n....***...\n....*.....\n*******..*\n.*.*....*.\n*.*.***.**\n..*.**.*..\n.***.*.*..\n..........\n***......*\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n....**....\n.**.......\n**...*....\n........*.\n..*...*.**\n.......*..\n.***.*....\n*..*......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n.....*....\n....**....\n***.......\n**...*...*\n........*.\n*.*...*.**\n*......*.*\n.***.*....\n...*......\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n..****\n..***.\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n***....\n.......\n...****\n**..*..\n.*..*..\n*....**\n**.....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n*...*..\n.*...*.\n*....*.\n***..*.\n..*....\n*......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*.*.**.\n.......\n.......\n..*....\n.**....\n*....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....**\n.**...*..*\n**..**..**\n*.**.*..**\n..*...***.\n..*....**.\n...*.*.*..\n...***..*.\n.*....*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.....**\n...*.*.*..\n*...****..\n*.**.*....\n..*...*...\n..**......\n..**.*.*..\n..**.*.**.\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n...*.*.*..\n....****..\n..**.*....\n..*...*...\n..**......\n..**.*.*..\n..**.*.**.\n.*.***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*.*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n...*..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*..*.\n*...*\n.**.*\n.*..*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n****.\n*..**\n*.*.*\n***.*\n**..*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n..*..\n.**.*\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*.*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..***..*\n*....*.......\n*..*.*.......\n*..*****.....\n.**..***....*\n.....*..*....\n.....**..*...\n```\n\n\n## Output without wrap\n\n```\n........*....\n**...**.*....\n**.*.........\n*..*...*.....\n.***....*....\n....*...*....\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..***..*\n**...**.*....\n**.*........*\n*..*...*....*\n****....*....\n....*...*....\n....***..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n....**\n**..*.\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n...*..\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n**.\n...\n...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***\n..........\n..........\n..........\n....*.....\n..*.*.****\n*.*.*.*...\n*...*.**..\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n....**..*.\n...**.*.*.\n...**...*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n........**\n..........\n..........\n....**...*\n*..**.*..*\n.*.**.....\n**...***.*\n*.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n*....\n**...\n*....\n*...*\n*.*..\n.**..\n**.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n*....\n*....\n.***.\n.*.**\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.*...\n.*..*\n.*..*\n.*...\n**...\n.**..\n.*...\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.*....*.*\n**.....**.\n```\n\n\n## Output without wrap\n\n```\n..........\n*......*..\n**.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n*......*.*\n**.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*.*\n....\n....\n*.*.\n****\n****\n...*\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n....\n*.**\n....\n*...\n.*.*\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n....\n*.*.\n....\n....\n.*..\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..*..*.\n***.*.....***.\n.**...*.....*.\n**.....*..**..\n.....**.......\n....**....*...\n....**..**....\n.....**...*...\n....****...*..\n**.*.***..**..\n.....*...*.*..\n```\n\n\n## Output without wrap\n\n```\n.**.........**\n.****.......**\n*..**.*.....**\n.***.*....***.\n.*..***...**..\n.....*...*.*..\n..............\n........*..*..\n.......*...**.\n..........***.\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*******..*....\n****..*.....*.\n*..**.*.....*.\n.***.*....***.\n.*..***...**..\n.....*...*.*..\n..............\n........*..*..\n.......*...**.\n.......*.*....\n.....*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*...\n......*....\n.....*...*.\n...*.*.....\n.*..*...*..\n....*..*..*\n```\n\n\n## Output without wrap\n\n```\n...........\n.....**....\n....***....\n.....*.....\n...***.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***...\n.....**....\n....***....\n.....*.....\n...***.....\n...***.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....**.\n***..*.**.*\n.*.*....***\n..***..*.*.\n*....***..*\n***...*..*.\n.....****.*\n..*****...*\n**.*..****.\n*.*.*.***.*\n...*.**.*.*\n```\n\n\n## Output without wrap\n\n```\n**.....***.\n*..**..*..*\n*.....*...*\n.*****.*...\n*...**.*.**\n**.......**\n........*.*\n.***......*\n*.........*\n*.*.*.....*\n...****.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.....\n...**..*...\n......*....\n.*****.*...\n*...**.*.*.\n.*.......*.\n........*.*\n.***......*\n...........\n..*.*......\n.*.*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******..**\n**.*******\n******.*.*\n********.*\n****..****\n.*******..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n**.\n**.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..****.\n...***...*.\n.....*...*.\n.....*....*\n.........**\n.....*...**\n*.......*..\n*.*...*****\n.***.**.*.*\n*.*...*..**\n```\n\n\n## Output without wrap\n\n```\n.....*.*.**\n...........\n....***.*..\n.........**\n.........*.\n...........\n.**..***.*.\n*.**.**....\n.......*.**\n..**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.****.*\n..**.*.*.**\n*...***.*..\n*........**\n*.........*\n*.........*\n***..***...\n.***.**....\n..**.**....\n..*.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..**.\n.....\n..*..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n..**.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n...*.\n..**.\n.***.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n..**...\n..*.**.\n....***\n...*.**\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n..**...\n..*....\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.......\n...*...\n..**...\n..*....\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n.*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.....\n..***\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.....\n..*.*\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n..*.*\n***.*\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n*****.\n.*****\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.***\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n**.\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..*..**...\n.......*..\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n......*...\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n......*...\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n*..*...\n*....*.\n.......\n.......\n.......\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**..*..\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*\n**..*..\n......*\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...***.\n***.*..\n....*..\n*..*...\n*.*....\n```\n\n\n## Output without wrap\n\n```\n..*.**.\n.*..**.\n*....*.\n*......\n**.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*...*.\n*....*.\n*......\n**.*...\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*...\n****..*..\n*..*.....\n**.*.*...\n.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n...**....\n..***....\n...*.....\n**.**....\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n...*...*.\n...*....*\n*..*.....\n..**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*..*\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n**..\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n*..***.*\n...*****\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...**.**\n...*.*.*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*.\n.*.**.*.\n*..*..**\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..**\n**.*\n*.*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*..*\n*.**\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n..*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.****\n.****.*..\n....*.*..\n....***..\n...**.*..\n```\n\n\n## Output without wrap\n\n```\n...*.***.\n..*......\n..*...**.\n......**.\n...**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*......\n..*...**.\n......**.\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n........*\n.......**\n.........\n*.***....\n..*..*...\n*.**.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n...**....\n..***....\n.....*...\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*.\n*.......*\n*......**\n*..**..**\n..***....\n.....*...\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n.*..**\n**....\n......\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n**..**\n..*.**\n**....\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*.*.\n**...*\n......\n.*....\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n****.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n........\n.....***\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n......**\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n......**\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*...*.\n.*****....\n.*.*......\n.**.....*.\n.......***\n.......***\n```\n\n\n## Output without wrap\n\n```\n**..**....\n**..**....\n*.*.....*.\n.*......*.\n.......*.*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.*.\n....***.*.\n..*.....*.\n........*.\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*...\n*.**\n.**.\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*.**\n*.**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*...\n*.*.\n..*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...*\n.*.....*\n.......*\n...*....\n....*...\n.*..***.\n.*.**...\n***.*...\n.***....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*...**\n........\n........\n...**...\n..*.....\n........\n*...*...\n*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n..*...**\n*.......\n........\n...**...\n..*.....\n........\n*...*...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.......\n**..**..*..\n.....*.***.\n**...*....*\n```\n\n\n## Output without wrap\n\n```\n....*.***..\n....*....*.\n....*.....*\n......*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.......\n....*.....*\n...........\n*...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***........\n......*..*....\n*..****......*\n...*..*.**.***\n...*.*..**.**.\n....*..*..*...\n........*..**.\n**..........*.\n.........*..**\n..**.**.......\n***..**...*..*\n..**....*..***\n***........*..\n*..**........*\n```\n\n\n## Output without wrap\n\n```\n.....*........\n...*..**.*....\n..***.*.*.*.*.\n..*...*.*....*\n..**.**.***.*.\n....***....**.\n...........*..\n...........*.*\n.**.**......**\n.****..*...*..\n..*....*..**.*\n....***...**.*\n.**.*.....**..\n.*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.......\n...*..**.*....\n*****.*.*.*..*\n***...*.*...*.\n..**.**.***...\n....***....*.*\n...........***\n...........*..\n*.*.**......*.\n..***..*...*..\n..*....*..**.*\n....***...**..\n....*.....***.\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***\n.........\n.........\n.........\n.........\n.........\n......***\n.........\n*....**.*\n.........\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......*.\n.........\n.........\n.........\n.......*.\n.......*.\n.....*..*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.......*.\n.........\n.........\n.........\n.......*.\n.......*.\n*....*...\n.........\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**....\n......\n......\n*****.\n**.*.*\n*...**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n.****.\n.*.**.\n**...*\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*....\n...*..\n..***.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n..***\n..*.*\n**...\n*....\n*..*.\n*..*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.*.*.\n**...\n.....\n**...\n...**\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.*..*\n.*.**\n.....\n**..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n.*.****\n.***.**\n**.****\n*.*.*.*\n...*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n.*.***.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n...***\n...*..\n******\n*...**\n.**...\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n*..**.\n*.*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*.**\n...*..\n.**...\n...*..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n..*.\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n..*.\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n....*.\n......\n......\n..*.*.\n...***\n**.*.*\n**.**.\n**....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n**...*\n***..*\n...**.\n.***..\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n*.....\n..*...\n...***\n******\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....*\n*.*.**.***\n..*...*...\n**..*.**..\n...*...*.*\n..***....*\n...*****..\n**......**\n.*...*..*.\n..*.*.***.\n```\n\n\n## Output without wrap\n\n```\n.*.**....*\n..*.******\n*.*.*.....\n.***.****.\n.*...***..\n..*....*..\n.*...***.*\n***.....**\n***..**...\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......\n*.*.*****.\n..*.*.....\n****.****.\n.*...***.*\n..*....*..\n.*...***..\n***.....**\n.**..**...\n*********.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.***.\n....*\n....*\n*.**.\n..*.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.*..*\n..*.*\n.**.*\n.**.*\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n..*..\n..*..\n..*..\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*.*.*.\n**...**.*..*\n.**..**.****\n**.*******..\n***.*.*.*...\n**.***.**.**\n.*.*..***.**\n```\n\n\n## Output without wrap\n\n```\n*.*..**..*..\n...**...*..*\n...*.......*\n............\n..........*.\n..........**\n**.*.**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*.*.\n...**...*...\n...*........\n............\n..........*.\n..........*.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*....\n...*..*...\n....*.....\n.******...\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..****....\n......*...\n..*.......\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****....\n..****....\n......*...\n..*.......\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****\n*****.*\n***.***\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n....*....*\n.*.*...*..\n.*.*...*.*\n....*..*.*\n...**..*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n...**.....\n...**.**..\n..*.*.**.*\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...*.\n*.*.......\n...**.....\n...**.**..\n..*.*.**.*\n*..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.*.*.\n.*..*\n.*..*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n**.**\n**.**\n***.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.**\n.*.**\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..........\n...*****......\n....****......\n...**.........\n....*....*....\n...*.**.......\n....***.......\n............*.\n...........***\n...........***\n*.............\n*....**.......\n....**........\n```\n\n\n## Output without wrap\n\n```\n...*.**.......\n...*...*......\n.......*......\n...*..*.......\n..............\n...*..*.......\n....*.*.......\n.....*.....***\n..............\n...........*.*\n............*.\n....***.......\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n...*...*......\n.......*......\n...*..*.......\n..............\n...*..*.......\n....*.*.......\n.....*.....***\n..............\n*..........*..\n*...........*.\n....***.......\n....***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n***.\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n.***\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n***.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n*..*..\n.**...\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*...\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.*...\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n.*.\n.**\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n*.....**..\n*....**..*\n...**..*..\n......*...\n...*.*....\n....*.....\n........**\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n**...***..\n....**..*.\n....*..*..\n...*.**...\n....**....\n....*.....\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*\n**...***.*\n*...**..**\n....*..*..\n...*.**...\n....**....\n....*.....\n*.......**\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n***...\n.....*\n..*..*\n*.**..\n.**...\n..**..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n*..**.\n*.....\n*.....\n.*..*.\n...**.\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n**...*\n.....*\n......\n*..*..\n......\n*.....\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*...**\n...*..\n....*.\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*...**\n....**\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*****\n*.***\n...**\n.***.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......**\n.*.......*\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n**......**\n**......**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**.*\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.****\n**.***.*.\n.***.*..*\n*.*******\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n......*.*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..****...\n..*...*..\n..*...*..\n..*....*.\n....*....\n.....***.\n.........\n```\n\n\n## Output without wrap\n\n```\n..*..*...\n.*.......\n......**.\n.*..****.\n...**..*.\n....**...\n.....*.*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.*.......\n......**.\n.*..****.\n...**..*.\n....**...\n.....*.*.\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n....\n....\n..*.\n*.*.\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n....\n....\n....\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.*.*.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n**.*..\n...*.*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n**.*.*\n.***.*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...*.*\n...*.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n...*.*\n...*.*\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*\n*.....***.\n...****...\n..*.*.....\n***.**....\n*...**..*.\n...*.*...*\n...**....*\n...*..****\n...*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n...*..***.\n...**.*...\n..*...*...\n*.*.......\n*.*...*...\n...*.*..**\n..**.***.*\n..**..**.*\n......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..*\n...*..****\n...**.*...\n..*...*...\n*.*......*\n*.*...*...\n*..*.*..**\n*.**.***.*\n*.**..**.*\n*.***.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*........*\n.*...*.**.**.\n***......**..\n........*...*\n......**...*.\n........**...\n.............\n```\n\n\n## Output without wrap\n\n```\n***........*.\n........*.**.\n***....*..*..\n.*.....*****.\n.......*.*...\n.......**....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***........**\n........*.**.\n***....*..*.*\n**.....******\n.......*.*...\n.......**....\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n*..****...*\n......*.***\n..*.*****.*\n```\n\n\n## Output without wrap\n\n```\n....**.....\n....****..*\n........*.*\n.....**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**\n*...****..*\n........*..\n.....**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..****...\n.*....****..\n..*...**.*..\n.**..*...*..\n********.*.*\n*....****.*.\n.*..**..*.*.\n.....*.***..\n*.**........\n.....****.*.\n...*.*.**...\n*....*.....*\n**.*.......*\n```\n\n\n## Output without wrap\n\n```\n.**.........\n.*......**..\n.*......***.\n.*......**..\n**.......*..\n.........***\n.********.**\n..**..****..\n.*..........\n...*.**.**..\n...*******..\n*.*.........\n*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.*.*.\n........**..\n........***.\n........**..\n.........*..\n.........*..\n..*******.**\n..**..*****.\n.*..........\n...*.**.***.\n**.*******..\n....*.***..*\n*...**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n**.....**...\n**.....*.*.*\n*...*...***.\n**.......*..\n..*..*******\n**.*****.*.*\n.**...*..*..\n...*.**.....\n...**..****.\n...**..**..*\n..*.**.*...*\n..*.*.*....*\n..*.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n............\n.......**...\n.......**...\n......*.....\n.**.........\n*.**.*....**\n*..**.....**\n****.*...***\n.**.......**\n..**.....***\n.***....*..*\n..*....*.*..\n.***..*.****\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*...\n*......***..\n.......**...\n......*.....\n.**.........\n****.*......\n...**.......\n..**.*...***\n..*.......**\n..**.....***\n*.**....*...\n..*....*.*..\n..**..*.*...\n..*....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*..*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*..\n***..***\n.*..****\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n*....**.\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n..***...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..**.\n...*.\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..***\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..***\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..*\n*.**...*\n*.......\n**...*..\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n.*......\n..*.....\n*.**....\n..*.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n.....*..\n..**....\n***...**\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***...*\n***....***.\n.*....***..\n***..**.**.\n*......*...\n....*.**.*.\n.*...*..*..\n......**.*.\n..****.*.**\n...*.**....\n*..*.****.*\n*.....*.**.\n......**..*\n*..*.*..***\n```\n\n\n## Output without wrap\n\n```\n***..*****.\n*.*......*.\n.....*.....\n*.*..*...*.\n*........*.\n.....***...\n.....*...*.\n..**...*.**\n..**...*.**\n..........*\n........*..\n..........*\n.....**...*\n......*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****....\n..*......**\n.....*.....\n*.*..*...**\n*........*.\n.....***...\n.....*...*.\n..**...*.**\n..**...*.**\n*..........\n*.......*.*\n*..........\n.....**....\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**.*\n.*..\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n..*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*.\n..**.**..\n......*.*\n.........\n...*.*.*.\n.....*...\n*...*.*..\n```\n\n\n## Output without wrap\n\n```\n..***....\n..**.*...\n.....*.*.\n.........\n......**.\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n..**...*.\n.....*.*.\n.........\n......**.\n....***..\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...\n....**......\n............\n...*..**....\n............\n..........*.\n...*........\n.........*..\n.*..........\n......**....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....***.....\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***....\n............\n....***.....\n............\n............\n............\n............\n............\n............\n.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..***\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n****..\n*.**..\n..**..\n...*..\n..***.\n.*..*.\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n......\n...*..\n......\n.*...*\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*...**\n*..**.\n.....*\n...*..\n......\n.*...*\n*...*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n....*.**...\n....**.....\n...........\n...........\n...........\n...........\n...........\n*..........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n....*.*....\n....***....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*.*....\n....***....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n....\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***..\n.****...\n*..*....\n*......*\n*......*\n*.....**\n```\n\n\n## Output without wrap\n\n```\n.*...*..\n**...*..\n*..**...\n**......\n**.....*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.\n**...*..\n*..**..*\n.*......\n.*......\n.*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n.......*\n****..**\n...***..\n*.*.....\n........\n....***.\n```\n\n\n## Output without wrap\n\n```\n........\n.*.**..*\n**.*...*\n.*.....*\n...*..*.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.*.*....\n**.*...*\n**......\n...*..*.\n...*..*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....****...\n........*...\n.....***.***\n.........*.*\n.*......*...\n***....**..*\n.**.....***.\n*.**.....*..\n**..........\n.*..........\n............\n*..........*\n***.........\n.**.........\n```\n\n\n## Output without wrap\n\n```\n......***...\n..........*.\n......**.*.*\n......**.*.*\n***....****.\n*......*..*.\n.......*..*.\n*..*....***.\n*...........\n**..........\n............\n*...........\n*.*.........\n*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***...\n..........*.\n......**.*.*\n*.....**.*.*\n.**....*****\n.......*..**\n.......*..*.\n*..*....****\n*...........\n**..........\n*...........\n*..........*\n..*........*\n*.*...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n***..*\n*.****\n.**..*\n***...\n..*..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n......\n......\n......\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*..\n*......**.*\n.........*.\n.......**..\n...........\n...........\n...........\n...........\n...........\n...........\n.....**....\n....*......\n*...*.*..**\n```\n\n\n## Output without wrap\n\n```\n.......***.\n.......**..\n.........*.\n........*..\n...........\n...........\n...........\n...........\n...........\n...........\n.....*.....\n....*.*....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*..\n*......**.*\n.........**\n........*..\n...........\n...........\n...........\n...........\n...........\n...........\n.....*.....\n....*.*...*\n*....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n..*\n...\n...\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n...\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n*....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...**.\n......*...\n**.....**.\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n......*...\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n.....*....\n.....***..\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n.**\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n...**\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..***\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.**.***\n.*.**.*\n...*.*.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.**.*.*\n.*....*\n..**.*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.**.*.*\n.*....*\n..**.*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n..........\n..........\n..........\n.....***..\n....*.....\n..**.*...*\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n......*...\n.....**...\n...**.....\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n..........\n......*...\n.....**...\n...**.....\n...**....*\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n*.*.\n.*..\n*...\n....\n**.*\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n*..*\n**..\n....\n**..\n**.*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n**.*\n....\n.*.*\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n.**.\n.**.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n*..*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.**.....\n**.*....\n*..*....\n...*...*\n..*...**\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n***.....\n*..*....\n**.**...\n..**..**\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n***.....\n*..*....\n**.**..*\n*.**..**\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......***\n*.*..*....\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n......*..*\n.......*.*\n......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n.***..\n**.*..\n```\n\n\n## Output without wrap\n\n```\n**.**.\n......\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n...*\n..*.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n...*\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n...*\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....****\n...*...*..**\n....*..*..**\n........*...\n...****.*...\n.**.*.*.**..\n****...**.*.\n**........**\n*....*****..\n....*......*\n```\n\n\n## Output without wrap\n\n```\n........**.*\n...**..*....\n.......*****\n...*..*.**..\n..***.*.*...\n*.....*.....\n...*...**.**\n..........**\n**...*****.*\n.....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...**..\n*..**..*....\n.......*****\n...*..*.**..\n..***.*.*...\n*.....*.....\n...*...**.*.\n..........*.\n.*...*****..\n*...***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n..*..*.....\n.....*.....\n......*....\n.....*.....\n........*..\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**..\n*.**.*...\n..****...\n```\n\n\n## Output without wrap\n\n```\n.***.**..\n.........\n.**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.*...\n.*.*..*\n**...*.\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*..*..\n*...**.\n***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n*......\n.*..*.*\n....**.\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n**.\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.*.....\n.....*.\n.......\n....*..\n...*...\n**.....\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.*....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n.**....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.***.\n.....\n..*..\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n..*..\n.*.*.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n****.\n..*.*\n.*.*.\n.****\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......*..\n.***.....\n**.*.....\n..*......\n**....*.*\n....**.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n**.*.....\n*..*.....\n..*......\n.*...***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n..*......\n**.*.....\n*..*.....\n..*.....*\n**...****\n*....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**..*\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n..*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*..*.*\n**.**.\n.*...*\n*.**.*\n*.**..\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n**.*.*\n.....*\n*..*..\n*..*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n...*.*\n.*.*..\n......\n...*.*\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*....\n.....*....\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n.....*....\n....**....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n....*..*..\n....*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n....\n*..*\n...*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*..*\n*..*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n.*......\n**......\n.****...\n.*.*....\n........\n........\n.*......\n**......\n**...***\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n**......\n*..*....\n...**...\n.*.**...\n........\n........\n**......\n..*...*.\n**...*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n**......\n*..*....\n...**...\n.*.**...\n........\n........\n**......\n..*...*.\n.*...*..\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n......\n......\n......\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n......\n******\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n**.*......\n*.**......\n**....**..\n```\n\n\n## Output without wrap\n\n```\n***.......\n*..*......\n...*......\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*..*......\n...*.....*\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n...*..\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n..*\n**.\n***\n***\n***\n***\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n*..\n...\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n..*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n..*.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...**.\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n...**.\n...**.\n....*.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n***\n***\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***..***\n*.*******.****\n*******.*...*.\n.*...*..***.*.\n..**.**.*****.\n*.***.*.**.***\n```\n\n\n## Output without wrap\n\n```\n.........**...\n..........*...\n..............\n..............\n.*...*.*....**\n.....*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.............*\n.............*\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n**........\n..........\n..........\n..........\n....*....*\n....*...*.\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**\n.*...***\n...*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n..*..*..\n....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*..*..\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n*......\n.***...\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.*****.\n.**....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*******\n.**....\n..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*....*\n...*...*...**\n...*...*..***\n.**....*...**\n**.....**.**.\n.*.....******\n.*....*.*.**.\n.*.....*...*.\n```\n\n\n## Output without wrap\n\n```\n...........**\n..*...***.*..\n...*..***.*..\n***...**.*...\n*.....*......\n.**...*.....*\n***...*......\n.......*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...***....\n..*...***.*..\n...*..***.*..\n.**...**.*...\n......*......\n.**...*......\n.**...*......\n.**...***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***..\n*....*..*\n*.....*..\n.*...**..\n.........\n....*....\n....**...\n```\n\n\n## Output without wrap\n\n```\n**..***..\n*...*..*.\n**....**.\n.....**..\n.....*...\n....**...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.*\n....*..**\n**....***\n.....**..\n.....*...\n....**...\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....**..\n**.*.......\n*.*........\n*******....\n....*.**...\n.......**..\n**.*....*.*\n*.**.*....*\n```\n\n\n## Output without wrap\n\n```\n***........\n...........\n.....*.....\n*.*.*.**...\n.**.*...*..\n......*.**.\n**.**..**..\n*.***....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......\n..........*\n.....*....*\n*.*.*.**...\n.**.*...*..\n*.....*.**.\n.*.**..**.*\n...**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n..*...*\n..*.*.*\n....**.\n.......\n.......\n...*.*.\n*.....*\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n......*\n...***.\n....*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n***.***\n*......\n...***.\n....*..\n.......\n.......\n.....**\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*.....*\n.....*.\n*....*.\n.....**\n*****.*\n*..*...\n..***.*\n**...**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n....**.\n*.**..*\n*****.*\n*......\n*.***.*\n.******\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n*....*.\n....**.\n..**...\n.****..\n.......\n..***..\n*******\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*.\n..**..*..*\n*.**...*..\n*.*......*\n.....*....\n..**.**.**\n..**...*..\n*..**....*\n***..*...*\n****.***.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n.......**.\n.*...*.***\n.*......**\n..........\n.***.....*\n....*..***\n...*..****\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n.......*..\n**.....*..\n.....*.**.\n*.......*.\n........*.\n****......\n*...*..***\n...*...**.\n...*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*.....\n.*...*\n.....*\n..*...\n.**...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n.....*\n*.....\n.**...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*\n*..*.*.\n.****.*\n**.**.*\n***.**.\n.***..*\n..*..*.\n..*.*..\n**.*.**\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n.....**\n.....**\n.....**\n......*\n...**.*\n.**.*.*\n.**.*.*\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.......\n.......\n.......\n.......\n.....*.\n...****\n*.*.*..\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**...*\n....*.\n..**..\n*..**.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.****.\n..*...\n.*...*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*...**\n******\n..*..*\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.*..\n.***......\n...*......\n.*........\n.*........\n**........\n..**...*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n.*.*......\n.*.*......\n..*.......\n.**.......\n**........\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...\n.*.*......\n.*.*......\n..*.......\n.**.......\n**........\n*..**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....\n..****..\n..*.....\n..**..*.\n...*...*\n....*...\n**.**..*\n*...**.*\n..**....\n..*.**..\n..***.*.\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n..***...\n.*......\n.*..*...\n....**..\n*****.*.\n*....***\n***...*.\n**...**.\n.**..**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....**..\n..***...\n.*......\n.*..*...\n**..****\n..***...\n.*...*..\n***....*\n**...**.\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n...*........\n....*.......\n...**.......\n...**.......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n...*.*......\n....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.......\n...**.......\n............\n...*.*......\n...*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.....*\n...***\n*....*\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*....*\n*....*\n**...*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n***\n*.*\n***\n***\n*.*\n..*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n...\n...\n...\n...\n*.*\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n**...*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***...\n.*.*.*..*.\n*.**..*..*\n.*.**.**.*\n..*.*..***\n.......***\n**....**..\n*...*.....\n**.**..***\n*****.*.**\n***.***..*\n```\n\n\n## Output without wrap\n\n```\n.******...\n*.***..*..\n**...****.\n.*.**.*...\n.*****....\n***..**...\n**.**.**..\n.*****..*.\n...**..*..\n.....**..*\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n*.....**.*\n*....****.\n...**.*...\n.*****....\n***..**...\n**.**.**..\n.*****....\n...**..*..\n.......*..\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*.*\n*..*.****\n.**.*.***\n***.*.***\n**..*.***\n```\n\n\n## Output without wrap\n\n```\n.******.*\n*........\n....*....\n....*....\n*.**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n....*....\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*..*..\n*..*..\n.....*\n...*.*\n*.*...\n***...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n....*.\n......\n....*.\n*.**..\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n*...**\n*....*\n*...**\n*.**.*\n*.*..*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n..*.\n.***\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n...*\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*.*\n.*.*\n.*..\n.*..\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.**.*\n*....*\n....*.\n......\n..*...\n..**.*\n.***..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*.....\n.*.*..\n......\n......\n...*..\n..**..\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*...\n**.*..\n*.....\n......\n...*..\n..**..\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*****\n.*.*.\n**.**\n...*.\n...*.\n..*.*\n..*.*\n..*..\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n**.**\n..***\n.*...\n..*.*\n....*\n.**..\n*..*.\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n***..\n*....\n***..\n*...*\n***..\n.....\n*.**.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*******\n**..****.\n**..*..*.\n*****..*.\n.*.***..*\n.**.....*\n.**..**..\n```\n\n\n## Output without wrap\n\n```\n*.**....*\n.........\n.......**\n......***\n.....*.**\n*.....**.\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......*.\n......**.\n.....*.**\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n***.\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*..\n..****....\n...**..*..\n.**.*...*.\n..*..*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n.***.*....\n.*.**.....\n*...****..\n.*.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*....\n..*..**...\n.*.**.....\n.***.*..*.\n....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n**..*..\n*......\n.....*.\n*....*.\n*......\n*....**\n....**.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n.......\n....*.*\n....*..\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*....*\n.*....*\n*......\n.......\n**..**.\n**..**.\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...**\n.*..**.*.\n**..***.*\n...*.*...\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.****.***\n.........\n****...*.\n.*.*.**..\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***\n.........\n****...**\n**.*.**..\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n***..\n.****\n**.*.\n.****\n..**.\n*..**\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n.....\n.....\n.....\n.....\n*.**.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*.*****.*\n...**.*..\n.***.....\n.***.....\n**...****\n***.*....\n*...*.*.*\n.....*.**\n```\n\n\n## Output without wrap\n\n```\n...****..\n...**..*.\n......**.\n.....*...\n...**..*.\n..*.....*\n..*.....*\n..*...*.*\n....***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*...\n.*....**.\n.*....***\n*....*...\n*..**...*\n..*.....*\n..*......\n..*...*.*\n*..*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n..**.....\n..**.....\n..**.....\n..**.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..**.....\n.*..*....\n******...\n.*..*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...\n******...\n******...\n******...\n******...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*..\n.*....**.\n.....*...\n.*..**..*\n.*.....**\n*.***....\n.........\n.*.*.....\n.*.*.**..\n```\n\n\n## Output without wrap\n\n```\n.....***.\n......**.\n....**.*.\n....*****\n**...*.**\n.***.....\n.*..*....\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*....\n......**.\n*...**.*.\n....*****\n.*...*.**\n****....*\n.*..*....\n....*....\n**.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n*..\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...\n**..*...\n**..*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.****...\n..***...\n.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n**.....*\n**.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n****.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n******\n******\n***..*\n**.***\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..**.....\n.*...*...\n.........\n..***....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**......\n..*.*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.**......\n..*.*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*.*.*\n.*.......*...*\n..*...........\n```\n\n\n## Output without wrap\n\n```\n..........*.*.\n..........*.*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*.*.\n*.........*.*.\n*.........*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*........\n....*.........\n.......*......\n*............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n.*..\n*..*\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n....\n*...\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*..*\n****\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.**...\n***...\n....**\n...*.*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.....\n*.**..\n.*****\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.....\n*.**.*\n.*****\n*..*.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.*.\n..*\n*..\n.*.\n*..\n*.*\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n**.\n**.\n.**\n**.\n*..\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n*..**\n*.**.\n*.*.*\n..*.*\n*****\n....*\n****.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.****\n*.*..\n..*.*\n*...*\n.**.*\n....*\n****.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n****.\n..*..\n*.*..\n.....\n.**..\n.....\n****.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n...*..\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n.*...*\n.*****\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...*.*\n.***.....**\n.*.......**\n........*..\n...........\n..........*\n.**......*.\n.***....**.\n.*......**.\n.***....**.\n```\n\n\n## Output without wrap\n\n```\n**.**.....*\n...**...*..\n.*......*.*\n.........*.\n...........\n...........\n.*.*....***\n*..*......*\n*......*..*\n.**.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*..\n...**...*..\n.*......*.*\n.........*.\n...........\n...........\n**.*....***\n*..*......*\n*......*..*\n...**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....**\n..****...\n.......**\n....****.\n*..*..*.*\n...*..*.*\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n.**.**.*.\n......**.\n....*..**\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.****....\n......***\n*...*..*.\n*..*.*..*\n.**.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*.*\n*......**\n.....***.\n..*..*...\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n......*.*\n....**.**\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n......*..\n....**...\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n..*..*\n.*..*.\n..*.*.\n**....\n..*...\n.*..**\n.**...\n**.*..\n**.*.*\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n..**..\n.*...*\n*.....\n*.....\n*.....\n.*.**.\n......\n..*..*\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.***..\n......\n.....*\n.....*\n....*.\n**.*..\n......\n..*...\n*..*.*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.*...\n*.....\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*..*..\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*..*..\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n.*......**\n**..*..*.*\n.**.***.*.\n```\n\n\n## Output without wrap\n\n```\n........**\n**....**.*\n.........*\n***.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..**\n**.***.**.\n.*......*.\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n..*...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*.*\n****\n..**\n.*.*\n****\n....\n....\n....\n*...\n.***\n*.**\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n*...\n*...\n***.\n....\n....\n.**.\n*.*.\n**..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n.*.*\n****\n****\n****\n****\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*..\n*......*\n*.....*.\n**...**.\n**....**\n....**..\n*.......\n***.*.*.\n**.*..**\n.....*.*\n*...***.\n...*.*..\n..**.**.\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n........\n**...***\n.....*.*\n**..**.*\n**..*...\n..**.**.\n*..*...*\n.**..***\n*..***.*\n**......\n.**.....\n..***...\n.....**.\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*.\n...**.*.\n.....***\n....***.\n....*.*.\n.***.***\n**.*...*\n..*..***\n...***..\n........\n*.*.....\n..***..*\n.*.*.*..\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n..***.\n...**.\n..***.\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*..\n....**\n..*.*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n...*..\n....**\n..*.*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..**..\n.*....\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.***\n*...*....\n**.**.*.*\n```\n\n\n## Output without wrap\n\n```\n...***.*.\n***...*.*\n**.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n.**...*..\n.**...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.*.*.\n.*.*.\n..**.\n**..*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n.*...\n.*.**\n*..**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n.*..*\n.*.**\n...*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...*.*\n***.*.\n****.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*...*\n*....*\n*....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n**...*\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*......*\n........*\n..*.....*\n.*.......\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n*.......*\n........*\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.**.\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*.*\n**.*\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n.......*.\n.........\n.........\n.........\n.........\n........*\n.........\n.........\n.........\n....**...\n.....*...\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n......**.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n*....\n*.*..\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*....\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n*...*\n....*\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*.*.\n.***\n.*.*\n****\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n*..*\n....\n**.*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n....\n....\n.*.*\n****\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n*..*..\n.*.*..\n..*...\n**..*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*.*..\n.*.*..\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n**.*..\n.*.*..\n*.**..\n**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n....\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n....\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.**.\n**.*\n...*\n....\n**.*\n..**\n....\n*.**\n*.**\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n**.*\n..*.\n..*.\n.*.*\n.***\n.*..\n..**\n*...\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.***\n.*.*\n..**\n..**\n**.*\n.***\n**..\n*.*.\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...**.\n.....*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n*.........\n..........\n...*......\n..........\n..........\n..........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n........\n.**...*.\n...*.*..\n..***.**\n*...*..*\n.*....*.\n..**.**.\n*..***..\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n..*.....\n.*...*.*\n..*...**\n.**.*..*\n.****.**\n.***..*.\n..**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.*......\n..*.....\n.*...*.*\n*.*...**\n***.*...\n*****.*.\n.***..**\n.***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.*.**.\n.*.*..\n.*.*..\n.*..*.\n..***.\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*..*.\n**.*..\n**.**.\n.*..*.\n..*.*.\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.*..*.\n**.*..\n**.**.\n.*..*.\n..*.*.\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*..*\n*.********\n****..**.*\n.*..**.*..\n****....*.\n.****...**\n*.*..**..*\n*.*******.\n```\n\n\n## Output without wrap\n\n```\n.*****....\n*.*.**..**\n....**..*.\n....**.*.*\n.........*\n....**.*..\n.....**..*\n...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n....**....\n....**.**.\n..........\n....**.**.\n.....*.**.\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n.**...\n*.****\n...***\n......\n...*..\n......\n..*..*\n...*..\n...*..\n....**\n```\n\n\n## Output without wrap\n\n```\n.**...\n*....*\n.....*\n..*..*\n...*..\n......\n......\n......\n..***.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n......\n*.....\n*.*...\n...*..\n......\n......\n......\n..***.\n...*..\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n......**.\n....*.*..\n....***..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....***.\n....*....\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n.........\n.........\n.....***.\n....*....\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n*..***\n..**..\n...*..\n*..*..\n*.....\n......\n......\n......\n......\n.*...*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n****.*\n*....*\n..*...\n...**.\n......\n......\n......\n......\n......\n......\n***.*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n..*..*\n...**.\n......\n......\n......\n......\n......\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*\n..*.*..\n****.*.\n..*..*.\n*.**..*\n.***.**\n***..**\n..*..**\n..**.**\n```\n\n\n## Output without wrap\n\n```\n...***.\n*......\n.....*.\n*....**\n......*\n.......\n*......\n.......\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.......\n.....**\n.....*.\n*......\n.......\n.......\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.....*.\n.....*.\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n....***\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....***\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n...*\n....\n....\n....\n.***\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n.*.*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*...\n....\n....\n..*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.**.**\n..*..*\n.*****\n***..*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n......\n*....*\n*.....\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**.\n..*...**..\n.***......\n*...*.**..\n*......*..\n.......***\n.....*.*..\n....*...*.\n*.*.*...*.\n...**..*.*\n...*.**..*\n...*....*.\n..*....*..\n..***..*..\n```\n\n\n## Output without wrap\n\n```\n..*...*.*.\n.*.**.*.*.\n*....*..*.\n...**.*...\n......**..\n......***.\n....**....\n...*......\n.........*\n..*......*\n.*.......*\n.*.......*\n.*..***.*.\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.\n......***.\n*....*..*.\n*..**.*...\n**....****\n*.....**.*\n*...**...*\n...*.....*\n*.........\n***......*\n*........*\n.*.......*\n.*........\n.**...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..***\n*****.**.\n**.*****.\n.********\n******.**\n**..*****\n***.*.***\n*********\n***..***.\n********.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.....*...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..*.*\n.**..\n**.**\n*....\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n*...*\n*..*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n***.*\n.....\n...**\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*.*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*...**.\n....*..\n*..*...\n*......\n..**..*\n....**.\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.*.\n...*.*.\n.......\n..**...\n...**..\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...*..*\n...*..*\n.*.....\n****..*\n.*.****\n...*..*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*..\n*...\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n*...\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.**.\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n...*.*\n***..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n...*.*\n***..*\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n...*..\n.**..*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n.***.\n.****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.*...\n...**.*..*...\n**..*.**.*..*\n**.*..**.****\n****...*..*..\n.***..*****..\n*.*.....**.*.\n..*......*...\n..*......*...\n*.*......**.*\n........**.**\n...*...*.*...\n```\n\n\n## Output without wrap\n\n```\n.....****....\n...**....**..\n**..*....*..*\n...***...*..*\n....*........\n......*....*.\n.............\n..**.....*...\n..**....**...\n.*..........*\n...........**\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****.**..\n*..**....**..\n.*..*....*...\n...***...*...\n....*........\n......*....**\n.............\n..**.....*...\n..**....**...\n**..........*\n*..........**\n......**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n...*\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.*****.\n******..******\n*.*****.****.*\n*.********.***\n*.**.****.****\n*..*****.*.***\n*..******..***\n**************\n*..*****.*****\n*.*.****.****.\n*****.*.******\n****..****.*.*\n*.********.*.*\n```\n\n\n## Output without wrap\n\n```\n*.....***....*\n.............*\n*.............\n*.............\n*.............\n*........*....\n*.............\n*.............\n*.............\n*.............\n.............*\n.............*\n*...**...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n.........*....\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*...*\n*.*.*\n*...*\n.*..*\n*****\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.**\n*.*.*\n*...*\n*...*\n....*\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..**...*..\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**......\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n**.*\n.*..\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n...*\n....\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*..*\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*...*\n...**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........****\n.**..**.....\n.........**.\n****........\n............\n.**.........\n..****......\n*.*.........\n*.****......\n*.*.........\n.........**.\n.....**.....\n```\n\n\n## Output without wrap\n\n```\n.........**.\n........*..*\n*..*........\n.**.........\n*..*........\n.**.*.......\n....*.......\n............\n*.*.*.......\n..*.*.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.**.\n........*..*\n*..*........\n.**.........\n*..*........\n.**.*.......\n....*.......\n............\n*.*.*......*\n..*.*......*\n............\n........*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n*******\n*******\n*******\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n*.*\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*....\n..**...\n.......\n.**....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.*..*..\n...*...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n.*..*..\n...*...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.****\n.*******.\n**.******\n***.****.\n******.**\n....*****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.\n....***.\n**...*.*\n..***.**\n**....*.\n......**\n****...*\n.*..***.\n*.***.**\n```\n\n\n## Output without wrap\n\n```\n.....*..\n...*.***\n.**.*.**\n....*...\n.*..*.**\n*...*.**\n.***..**\n*....***\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.......\n*.*.*...\n....*...\n.*..*...\n*...*...\n..**....\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n.......**...*.\n*.....*.....**\n.*...*.*****..\n.*...*.*....*.\n.*..........**\n*.........**..\n*.......*.*..*\n*.......*.....\n*.......*.....\n........**...*\n```\n\n\n## Output without wrap\n\n```\n..............\n...........***\n......*...*...\n*.*....*......\n..*...**......\n........*.....\n..*......*...*\n..*.....*..**.\n**.....***....\n..............\n.......***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*....\n......***..**.\n*.....*...*.**\n.**....*......\n.**...**.....*\n.*......*....*\n.**......*....\n..*.....*..***\n.......***..*.\n**...........*\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..**....**\n..**..*...*.**\n.*.*.*...***..\n...**.****....\n....**.**.*.*.\n****.*.....**.\n*..**...***.*.\n........*....*\n**.**.*.......\n.*.**..****...\n*..*...**..*..\n```\n\n\n## Output without wrap\n\n```\n..****.**.****\n...*.*.**.*..*\n...*.*....***.\n..*.........*.\n*..*..*....***\n*.*******.*...\n...**....*.***\n.....****.....\n...*...***....\n**....*..**...\n..*****..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.*....*\n**.*...*****..\n...*.*....**..\n..*..........*\n...*..*....***\n..*******.*.*.\n...**....*.**.\n.....****....*\n...*...***....\n...*.**..**..*\n...*..**..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n*...\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.*.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.*..\n*..*\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n**..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n.*.*\n*...\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*.*.\n...*.\n**...\n..*.*\n***.*\n.****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n...*.\n....*\n*..*.\n..*..\n...*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**.*\n.....\n.....\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n**....\n...*.*\n******\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*.**.\n.*...*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..***.\n...*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.**..\n.....\n.....\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n....\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n...*\n.***\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n***\n***\n*.*\n***\n**.\n.**\n***\n***\n***\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*..\n***\n***\n***\n***\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**....\n.*.*.***.....\n.***.*...**..\n.....*...**..\n.....*...*.*.\n..**.......**\n.......**.*.*\n..***.....*.*\n.*.**.....**.\n*.**.........\n...*......**.\n..*.........*\n.............\n```\n\n\n## Output without wrap\n\n```\n..*.*..**....\n.*.*.*.*.*...\n.*.*.*..***..\n..*..**.*..*.\n....*....*.**\n........**..*\n....*....**.*\n..*.*.....*.*\n.*........**.\n.*...........\n.*.*.......*.\n...........*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..**....\n.*.*.*.*.*...\n.*.*.*..***..\n..*..**.*..*.\n....*....*.**\n........**..*\n*...*....**.*\n*.*.*.....*.*\n**........***\n.*..........*\n.*.*.......**\n...........*.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n....\n....\n***.\n*...\n..*.\n...*\n*...\n.**.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n**..\n*.*.\n*...\n....\n....\n.**.\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.**.\n.**.\n...*\n..*.\n*.**\n.*..\n.*.*\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n.*..\n..*.\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n.**.\n.*..\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.***\n.*..\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.**.\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.**\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n.**\n*.*\n*..\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n*.*\n..*\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n..*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n***\n*..\n***\n***\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n..*\n...\n.*.\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.***..\n**....*...\n..**..*.**\n.*..**.**.\n```\n\n\n## Output without wrap\n\n```\n***..***..\n*...*...*.\n*.***.*.**\n..********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n*...*...**\n..***.*.**\n**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..*.\n**..\n....\n...*\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n....\n....\n....\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*...\n...*.***.\n........*\n*.....**.\n.....*.**\n```\n\n\n## Output without wrap\n\n```\n.....*...\n....**.*.\n.....*...\n......*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.....\n....**.**\n.....*..*\n*...*.*..\n**..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n......*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n*.*\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.****.\n**..**\n..*.*.\n.....*\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.....*\n*....*\n.*.**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n*.....\n.*.**.\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.**......\n**.*.....\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.**......\n...*.....\n**.*.....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n...*.....\n**.*.....\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*.*.\n*.*.*.....\n*.........\n.....*....\n......*...\n*...***...\n.*.*.*...*\n.**.**.***\n**.**.....\n........**\n......*...\n..*.*.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*.......\n.*........\n..........\n..........\n...**.**..\n....*..*.*\n...*.*...*\n....**.**.\n.....*....\n......*...\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**..*\n*.**.....*\n.*........\n..........\n..........\n*..**.**..\n....*..*.*\n...*.*...*\n....**.*..\n*....*..*.\n......*...\n.*.*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n..*.*.*\n.***..*\n*..*..*\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..***..\n.**.*.*\n**..*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*\n.**.*.*\n.*..*.*\n.....**\n.......\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n.**..*.*\n*.*.....\n*.***.*.\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.**..**\n..*.***.\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*.*\n....*...\n*.*.....\n**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*.*.*\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*.*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.**.*\n*****\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.**..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*....\n*....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n*........\n.........\n.*....*..\n......**.\n.....*.*.\n....***..\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n......**.\n.....*.*.\n....*..*.\n....***..\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n......**.\n.....*.*.\n....*..*.\n....***..\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....*.....\n....**..**\n.......***\n```\n\n\n## Output without wrap\n\n```\n..........\n....***...\n....**....\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n....***.*.\n....**....\n......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.***\n*****.*..\n.****.*.*\n****.****\n....*****\n.**..**.*\n```\n\n\n## Output without wrap\n\n```\n*...*.**.\n*.....*.*\n........*\n*........\n*........\n....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n......*..\n.........\n.........\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*..*.\n...**\n***.*\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n**.**\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n.....\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n.*..*.\n.*..*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n.*...*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n*..**.*\n......*\n.......\n...**..\n.*.**..\n**..*..\n*.**...\n...*..*\n....**.\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n.*.*...\n..*.*..\n...**..\n.****..\n***..*.\n*.*.**.\n..*..*.\n.**..*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n..*.**.\n...****\n.****..\n***..**\n..*.*..\n*.*....\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**.\n....****.\n....*.**.\n```\n\n\n## Output without wrap\n\n```\n....*..*.\n...**...*\n....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*\n...**...*\n...**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n...**\n**.**\n**...\n```\n\n\n## Output without wrap\n\n```\n...*.\n.***.\n*....\n...*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n...**\n**..*\n**...\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n*......\n.***...\n..**...\n.......\n......*\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n**.*...\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n***...*\n.*.*...\n.......\n.......\n.....**\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.***..\n.....**.**.\n***.....*..\n```\n\n\n## Output without wrap\n\n```\n......*.**.\n.*...**..*.\n.*.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*....\n.*...**..*.\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n.**.\n.**.\n.*.*\n*.**\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n...*\n*..*\n*..*\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n...*\n...*\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*..***\n***.**\n...*..\n..**.*\n*..***\n**.***\n..**.*\n***.*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n*.*...\n***..*\n.....*\n..*..*\n*.....\n**....\n.....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n.**...\n......\n*.*..*\n......\n.*....\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***....\n..******.\n.*..**..*\n..*......\n*......**\n*......**\n```\n\n\n## Output without wrap\n\n```\n......**.\n.**...**.\n.........\n***...*..\n......*..\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*..\n*.....**.\n.*.......\n.**...**.\n***...**.\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n..*.*\n**.*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.**.\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**..*\n..***\n*....\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*....\n.****\n.*.**\n*...*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.....\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..*..\n**...\n***..\n**...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.*...\n****.\n*.*.*\n*****\n*.***\n..**.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n*..*.\n....*\n*....\n*....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n...*.\n.....\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....*\n.***...*..\n***...***.\n.....***.*\n*...*.**.*\n*..*..****\n.....**..*\n....***.**\n*....*.***\n```\n\n\n## Output without wrap\n\n```\n.***......\n...*..**..\n*..*.*....\n*........*\n....*....*\n....*....*\n..........\n....*.....\n....**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**..\n...*..**..\n*..*.*...*\n..........\n....*.....\n....*.....\n..........\n....*.....\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n....\n....\n....\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n***.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n....\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.\n**.***.\n.**.***\n.***.**\n***.***\n**.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........\n....**..*..\n...*.*....*\n*.........*\n...........\n......*...*\n....*......\n....*......\n......*....\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.....\n.....*...*.\n...........\n...........\n...........\n.....*.....\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n....**.....\n*....*...**\n*.........*\n*.........*\n...........\n.....*.....\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n...*.\n..**.\n.....\n.....\n.....\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.*.\n.*.*.\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*.*.\n.*.*.\n..**.\n.....\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**********\n***.**********\n**.***********\n****.*.******.\n**..******.*.*\n*.*...*.******\n.**********.**\n********.*.***\n********.*****\n**.**.*******.\n****.******.**\n**************\n*********.****\n***.*******.**\n```\n\n\n## Output without wrap\n\n```\n*.*.*........*\n..............\n..............\n..............\n....*........*\n*.............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n*.........*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n....*.........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n..........\n..........\n**.......*\n..*......*\n***.*....*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..*.......\n...*......\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n**........\n**.......*\n***......*\n...*....*.\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n******.\n******.\n*.*****\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...*.\n*.*.**.*.*...\n**........**.\n.*..*.....**.\n.............\n....***.*...*\n.....***....*\n*.*.....*...*\n..**...***...\n**..*....**.*\n.**....*.*...\n...*......*.*\n```\n\n\n## Output without wrap\n\n```\n.............\n.*.**.*.***..\n*.****...*.**\n***..*.....**\n..........**.\n...***.....**\n..*.*........\n.*..*...**..*\n*..*....****.\n*......*..**.\n*.**....**...\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..*....\n***...*.*....\n..****...*...\n***..*.......\n*.........**.\n...***.....**\n.**.*......**\n**..*...**...\n...*....****.\n*......*..*.*\n****...**...*\n**..*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.*..\n...*..*.**\n....*.....\n....****.*\n....**....\n..***...*.\n```\n\n\n## Output without wrap\n\n```\n..****..*.\n..*......*\n..*****.*.\n...**..**.\n...*.***..\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...**....*\n..*****.*.\n...**..**.\n......**..\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n.**...\n..**..\n.*.*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*..*.\n...**.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n**..*.\n*..**.\n*..*..\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........**\n.*..........\n*....**..**.\n......*..***\n****......**\n***...*.....\n**..........\n............\n............\n.......**...\n*......**...\n.**....*****\n..*....**..*\n..*.......*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n*....**.....\n.*..***.....\n.****.......\n.***........\n............\n............\n............\n.......*....\n.**...*..***\n.*.*..**..**\n.***......**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..*......*..\n.*...**.....\n....***.....\n..***.......\n..**........\n............\n............\n............\n*......*...*\n.**...*..**.\n...*..**....\n...*.....*..\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n.*..*...\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*...\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n**..*\n**..*\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.**..\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.**.*\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n...\n***\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n..*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...******\n**.***.***..*\n.*.**********\n****.***.****\n.*...*.**.*.*\n...*..**.**.*\n***.*.*******\n.*.*.****.***\n.**..*.******\n**.****.*****\n**...**.*****\n```\n\n\n## Output without wrap\n\n```\n**.*..**..***\n**...........\n.............\n*..*.........\n**.*.*......*\n*..**.......*\n**..*........\n...*.........\n.............\n...*.........\n***...*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n.*...........\n.............\n...*.........\n.*.*.*.......\n...**........\n.*..*........\n...*.........\n.............\n...*.........\n...*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....\n*.......\n*..*....\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.\n..**..*.\n..**..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n****\n..*.\n...*\n...*\n*.*.\n**.*\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n..**\n..**\n....\n....\n.*.*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n***.\n*...\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*.**\n****\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*..*\n*..*\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n...*\n....\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*....\n**...\n.**.*\n....*\n...*.\n.....\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n...*.\n*....\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n***..\n....*\n.....\n*.*.*\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........**..\n..............\n..............\n**.......**...\n*....******..*\n.....*..**..**\n..*..*.*....**\n.....**.*.....\n........**..*.\n..**....**.*..\n...*....****..\n.......*..**..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n**...*.*...**.\n**..*..*....*.\n.......**.*...\n.......*.*...*\n....**********\n......*****..*\n..**.......**.\n..**...**...*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*..\n..............\n*.............\n**...*.*...***\n.*..*..*....**\n.......**.*..*\n.......*.*...*\n....**********\n......*****..*\n..**.......**.\n..**...**...**\n............*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*\n****.*.\n.**.**.\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n**.**..\n*....**\n......*\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.....*.\n.......\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**\n...*...\n....**.\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..**..*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**\n..**..*\n..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n.*..\n*...\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*..**\n*...*.\n*...*.\n*....*\n..***.\n***...\n*.*...\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n**....\n...***\n...*..\n...*.*\n.....*\n*.***.\n*...*.\n*.**..\n*.....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n...**.\n...**.\n*...*.\n..***.\n*.....\n..**..\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*....\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n.....*\n.....*\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.....*\n.....*\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.**.\n...*.*****\n.*.*.*..*.\n..*..*.**.\n...**.*.*.\n...*..**..\n...*.*...*\n*....*.**.\n```\n\n\n## Output without wrap\n\n```\n.....*...*\n...*.*...*\n...*.*....\n..*..*..**\n..***...*.\n..**..***.\n.....*....\n....*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...*.*...*\n...*.*....\n..*..*..**\n..***...*.\n..**..***.\n.....*...*\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.....*...\n.....*...\n.........\n.........\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n*....*.*\n....**.*\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n*....*.*\n....**.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n***.*...\n**..*...\n...**.**\n.....*..\n*.**.*.*\n*.......\n.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n*.......\n..**....\n*...*...\n...**.*.\n..*..*.*\n.*..*.*.\n*..*.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.*\n..**...*\n....*...\n*..**.**\n*.*..*..\n**..*.**\n*..*.*..\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*\n..**.**\n***.*..\n*.**.**\n.......\n.......\n..***..\n.*..*..\n..**...\n.......\n..**...\n....*..\n```\n\n\n## Output without wrap\n\n```\n.*..*.*\n......*\n*......\n*.****.\n.......\n...*...\n..***..\n.*..*..\n..**...\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.......\n.......\n*.*****\n......*\n...*...\n..***..\n.*..*..\n..**...\n.......\n...*...\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**.....\n.*..**....**.\n***.***..*...\n......*....**\n..*..........\n..**......**.\n...*....*..*.\n**..*...***..\n**.*.....*...\n*.**.**....**\n..**...*....*\n```\n\n\n## Output without wrap\n\n```\n...****......\n.......*.....\n......**.....\n.....*.....*.\n.*..*.....*..\n.*.......**.*\n**.........*.\n**...*.**.**.\n****.*.***.**\n.*....**.....\n.***.*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.*..\n.......*.....\n......**...*.\n.....*.....**\n*...*.....*.*\n**.......**..\n.*...........\n.*...*.**.*..\n*.**.*.***.*.\n..*...***..**\n*......*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...*.*.\n**.....*..**..\n.**........**.\n**.....*.**...\n```\n\n\n## Output without wrap\n\n```\n..........*...\n***.......*...\n..*.....**..*.\n***.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***....*\n***.......*..*\n..*.....**..**\n***......**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.**.\n****.\n.*...\n*****\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n...***\n...*..\n*.**..\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..***.\n.....*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n**.\n**.\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**...*.*\n*....***..***.\n*.....**.....*\n..............\n**....***.....\n.*........*...\n.**......*....\n..*....****...\n*.....**..****\n```\n\n\n## Output without wrap\n\n```\n**...*.*..**..\n*....*..*.**.*\n.....*.*...**.\n**......*.....\n**.....*......\n.......***....\n.**...........\n..*...**....*.\n......**..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.....\n.....*..*.**..\n*....*.*...***\n.*......*....*\n**.....*......\n.......***....\n.**...........\n*.*...**....**\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n.*.*.****.\n....**.*..\n.......**.\n........**\n*.*......*\n.*....*.**\n**.....*..\n*.*...*.**\n****......\n*.*.*...**\n.*****.*.*\n*.......**\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n.....****.\n.....***..\n.......*..\n......**.*\n..*...***.\n.***..*..*\n.*....***.\n......**.*\n*...**.**.\n*.*......*\n.**..*.*..\n..***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....****.\n.....****.\n*......*..\n.*....**..\n.**...***.\n..**..*...\n......***.\n......**..\n....**.**.\n*.*.....**\n***.....**\n.*****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.**.*\n...*.......*\n***.........\n...**.......\n.....*..*.*.\n*..*..*.*..*\n.*.*...*.**.\n..***..*...*\n**..***..***\n..**....*..*\n........*.*.\n....*******.\n...*.....*..\n***.........\n```\n\n\n## Output without wrap\n\n```\n..*..*......\n.*..........\n*...........\n.*...*......\n.*...****...\n..***......*\n.*...**..*.*\n**...*.....*\n**.*.*...*.*\n.*.........*\n........****\n........*...\n.*.....****.\n.*..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n..........*.\n...........*\n.....*......\n.....****.**\n*****......*\n**...**..***\n.....*....*.\n.*.*.*...*..\n**........*.\n........****\n........*...\n*...........\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.\n*.*.*..*\n*.**....\n*.....*.\n.*..*..*\n.**.***.\n.**....*\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n.*..**..\n*...**..\n*.*.....\n*.......\n*......*\n*.....**\n*.***.*.\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.*.**..\n*.*.....\n*......*\n.*.....*\n*.....**\n...*...*\n..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n...*...**.\n...****..*\n..*..*****\n*...**.*.*\n.*.***...*\n.*.***..*.\n*...*...*.\n.......*..\n```\n\n\n## Output without wrap\n\n```\n........*.\n..***....*\n..***...**\n.*.*.....*\n***......*\n.........*\n***.*..*.*\n....*..***\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n..***.....\n..***.....\n.*.*......\n***.......\n.*......*.\n..*.*..*..\n*...*.**.*\n....**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***..***.*\n*...*.*..**.*\n**.*****.*.**\n**..**...*..*\n*.*..*..*....\n*..***..*.***\n.*.*.***..***\n.**....*.....\n.**..**.*..*.\n*.***.**..*..\n..*.**.*.*..*\n```\n\n\n## Output without wrap\n\n```\n...***..*.*..\n*.*.........*\n..**...*.*..*\n.......*.****\n*.*...*.*.*.*\n*..*....*.*.*\n**.*.*.****.*\n*..**...*.*.*\n*...**..*....\n.........***.\n.**.**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.....\n..*..........\n..**...*.*...\n.......*.***.\n..*...*.*.*..\n...*....*.*..\n.*.*.*.****..\n...**...*.*.*\n*...**..*....\n*........****\n..*....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*..\n......**...*..\n......*.*.****\n*.....**.*..*.\n**.....*....**\n**.*..*.......\n***.**.*.**...\n**..***.*....*\n*....*.......*\n............**\n......*...*.**\n*.....*...*..*\n```\n\n\n## Output without wrap\n\n```\n..............\n......****....\n.....*..*.*...\n.*....*...****\n.****.........\n...***........\n..*..*........\n.*****...*....\n.********.....\n.....*........\n...........*..\n............*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..****\n.....*......*.\n.....*..*.*...\n......*...**..\n..***.........\n...***........\n..*..*........\n..****...*....\n..*******.....\n.....*........\n..............\n..........*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n......*....\n......**...\n.....*.*...\n......*....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n......**...\n.....*.*...\n.....*.*...\n......*....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......**...\n.....*.*...\n.....*.*...\n......*....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n***\n...\n...\n...\n.**\n.**\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n.*.\n...\n...\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...**.\n...**.\n......\n......\n......\n..***.\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...**.\n...**.\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.***\n****.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n.........*.\n...........\n...........\n...**......\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n*******\n.***.**\n******.\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...*.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**....\n.**...\n...*.*\n**..**\n..**..\n*...**\n...*..\n.....*\n.***..\n.**...\n*.....\n```\n\n\n## Output without wrap\n\n```\n*.***.\n....*.\n***...\n*..*.*\n.*...*\n*.**..\n..*.*.\n.....*\n...**.\n.*.*..\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n....*.\n.**...\n...*.*\n**...*\n..**..\n..*.**\n*.....\n...**.\n**.*..\n*..*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.**.*\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**.*\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.**.*\n..***\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*....*\n**...*......\n.....*......\n*...***.**..\n***....*.*.*\n.*..*...**.*\n...*......**\n....**.**.*.\n.......*....\n...*.*......\n......**....\n....**.**...\n.****.......\n***.........\n```\n\n\n## Output without wrap\n\n```\n**..***.....\n..*.***.....\n........**..\n*.*.*...**..\n*.*.........\n**...*..*.*.\n..**.*.....*\n....*....***\n.....*....*.\n............\n............\n...***.**...\n.*.****.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......**\n..*.***....*\n........**..\n..*.*...***.\n.**........*\n.*...*..*.**\n*.**.*.....*\n*...*....***\n.....*....*.\n............\n............\n...***.**...\n............\n*..*..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.***..\n..**..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...**\n.*.*.....\n..*****..\n..**.....\n.**.**...\n.*.*....*\n****.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.*...***.\n.*...*...\n......*..\n.*..*....\n.........\n**.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*\n**...***.\n.*...*...\n......*..\n**..*....\n.........\n...**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..***.\n...*..\n......\n......\n.****.\n**.***\n**.*..\n..**..\n.*.*..\n*..***\n..*.*.\n***..*\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n...**.\n....*.\n.**...\n.**.*.\n**....\n....*.\n**....\n***.*.\n***...\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....**\n...**.\n....*.\n..*...\n..*...\n......\n......\n**..*.\n..*...\n..*..*\n....*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n..*.\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***..*\n*..*..\n*..*..\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n***...\n*..**.\n*..*..\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n***..*\n...**.\n*..*..\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.....\n*****\n*.*..\n***.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n.*..*\n**..*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n...**\n...**\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...*..\n*...*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n...*..\n*...*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n.**\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n******\n..*...\n*****.\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n.***.*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n**.***\n.*..**\n*...**\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n*.**..\n*..**.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n.......\n.*.*...\n*..*...\n***..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n*..*...\n****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n...*...\n*.*.***\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.*...\n.....\n*....\n**..*\n*...*\n...*.\n.....\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n**.**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**..*\n.*...\n.*.*.\n....*\n....*\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n*...*.*.\n.*......\n.*..**..\n........\n**...*.*\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n........\n....*...\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n**..**..\n........\n**..*...\n.....*..\n**..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n*......\n.......\n.*.....\n*......\n*....**\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.....**\n.......\n.......\n**....*\n*......\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.....\n..***.....\n..........\n..........\n..........\n**.*......\n*.**......\n```\n\n\n## Output without wrap\n\n```\n.*..*.....\n.*..*.....\n...**.....\n..........\n..........\n**.*......\n*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*....\n.**.*.....\n...**.....\n..........\n..........\n*.***.....\n.****....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n.*..\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n.**.\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n..**..\n..**..\n..**..\n......\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.***..\n.*..*.\n.***..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n.***..\n.*..*.\n.***..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n***.\n*.**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*..*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n..**....\n..**....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..**....\n.*..*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n.*..*...\n.*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.....*\n*.....*\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n*....*.\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n**..**\n****.*\n**.**.\n***..*\n****.*\n******\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n.***.*\n......\n....**\n....**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.********\n**.*****..*\n********.**\n**.********\n*******.***\n***********\n.********.*\n****.******\n********.**\n```\n\n\n## Output without wrap\n\n```\n**.*....***\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n*.**\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*.*...\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*....\n*****\n**...\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n..**.\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*....\n..**.\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n**.\n***\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n...\n*.*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.*...*\n*....*\n....*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.*..*.\n*...**\n....*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*....*\n*.*.*.\n*...*.\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n*.....\n.*....\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n***.*.\n.*..*.\n*.*.*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n**.**\n.*.*.\n*.***\n**..*\n*.**.\n*..*.\n*....\n..*..\n***.*\n*..*.\n**.*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n**.**\n.....\n*...*\n*...*\n*.***\n*.**.\n.*...\n*.**.\n*.*..\n...**\n**.**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.*.*.\n.....\n.....\n.....\n..**.\n*.**.\n.*..*\n..***\n*.*.*\n...*.\n**.*.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n.**\n*..\n.*.\n*..\n.**\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n*.*\n*.*\n*.*\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*.**...\n..**.*.*.*.*..\n*.*......**..*\n*.*......*..**\n........******\n........*..*..\n*.............\n*...*...***..*\n*..*....*..*.*\n.***...*...***\n..**....*.....\n..*..****.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*......*...\n.*.......*.**.\n.***......*.*.\n............*.\n..............\n.......**.....\n.......**.*...\n**........*.*.\n*.***......*.*\n....**.....*..\n..*.***...*...\n...*...*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......**..\n.*.**.....*...\n..**......*...\n.*............\n..............\n.......**...**\n*......**.*..*\n*.........*.**\n*.***......*..\n....**.....**.\n...***.**...*.\n...*.*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*...\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...**..\n.**..*....*..\n*...**...*...\n****.....**..\n.........***.\n***..**...**.\n****..*......\n.*...**......\n.....**...***\n*.**.***.**.*\n..*.*....**.*\n..*..*...**..\n.*.*.*...**..\n```\n\n\n## Output without wrap\n\n```\n.**......**..\n.***.**...*..\n*...**...*...\n*****...*..*.\n...*.........\n*..*.**..*.*.\n...**..*.....\n**..*..*...*.\n.**......**.*\n.***...**...*\n..*.*........\n.**..*..*....\n..*.*....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**....*.\n.***.**...*..\n*...**...*...\n*****...*..**\n...*.........\n*..*.**..*.*.\n...**..*....*\n.*..*..*...**\n.**......**.*\n****...**....\n*.*.*.......*\n.**..*..*....\n.*.*.**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..***\n*..**\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n**.*\n...*\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n..*.\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.*......\n.*****.*....**\n*.*.*****..*..\n*.......***...\n........**....\n*.....**..**..\n.**...**....*.\n.*.....**....*\n*.**...**....*\n.**...*......*\n**.*..........\n.***..........\n.......***....\n.......***....\n```\n\n\n## Output without wrap\n\n```\n..............\n..*.........*.\n.*........*.*.\n.*........*.*.\n.....**..*.*..\n***...........\n*.*..........*\n*..*..........\n.......*....**\n.......*......\n***...........\n**.*....*.....\n.**....*.*....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...........*\n*.*.........*.\n*.........*.*.\n.*........*.*.\n.....**..*.*..\n***...........\n.**..........*\n...*..........\n*......*......\n.......*....**\n*.*...........\n.*.*....*.....\n.**......*....\n.**...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n....*..\n*......\n*.....*\n.*.....\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*....*\n.*...*.\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..........\n**...........\n............*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........*\n..*.........*\n..*.........*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n.***.**\n***.***\n*******\n***.***\n*******\n.******\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n*..\n.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n..***.\n..*...\n*.****\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..***.\n......\n..**.*\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n..**..\n..**..\n.*...*\n*.****\n...*..\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.***\n**.*****\n*....***\n*******.\n```\n\n\n## Output without wrap\n\n```\n...*....\n.*.*....\n....*...\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.*.\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n**.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*..*..\n*..*..\n*..*..\n**....\n*.....\n*.*.**\n..**..\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n*****.\n*.*...\n**....\n*.....\n..*.*.\n......\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.***..\n******\n*.*..*\n**...*\n......\n*.*.**\n.....*\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n*.*....\n*.*....\n*......\n..*....\n.......\n...*..*\n.*.....\n.......\n...***.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..**...\n*......\n.......\n.......\n.......\n.......\n.......\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..\n..**...\n*.....*\n.......\n.......\n.......\n.......\n.......\n....*..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n...\n...\n...\n...\n..*\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n**..\n.*.*\n****\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n....**\n**..**\n.....*\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..*...\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*..*\n...*.*\n....**\n```\n\n\n## Output without wrap\n\n```\n...*..\n..***.\n..*..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n*.....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*.....\n*.*..**.*...**\n**.....*...*..\n****......**..\n...***...*...*\n.**...***.....\n........*...*.\n.*.*.....*.*..\n...**...**....\n```\n\n\n## Output without wrap\n\n```\n.....***......\n*....**.*...*.\n...*..**..**..\n*..*......***.\n*...*******...\n..********....\n.*......**....\n..***....**...\n..***...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.*....*\n*....**.*...**\n...*..**..**..\n...*......****\n....*******...\n..********....\n.*......**....\n..***....**...\n..***...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n******\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n*....*...\n.....*...\n.........\n.........\n..*..***.\n.***.....\n..*.*..**\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.....*...\n.........\n.........\n..*......\n.****.**.\n*...*...*\n.****....\n.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n....**...\n.........\n.........\n..*......\n*****.**.\n....*...*\n.**.....*\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*..*.\n**..*\n.....\n...**\n.*.**\n..***\n```\n\n\n## Output without wrap\n\n```\n.****\n...**\n..***\n.*..*\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**.*\n*.***\n.....\n..***\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n..****\n**..**\n**.***\n......\n******\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.*...\n*.....\n****.*\n......\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n.***..\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n...**.\n..**..\n.**...\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..***.\n.*..*.\n**.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n...*..\n..***.\n**..**\n...*.*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....*\n....***.\n..***...\n**.****.\n.***...*\n..*...*.\n**..**..\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n.*...**.\n....***.\n.**.....\n*....**.\n*......*\n*...***.\n.*..***.\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..*\n*...****\n.**....*\n*....***\n.......*\n....****\n.*..****\n...****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n.*...*\n.***..\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n**....\n.*....\n*.*...\n*....*\n*....*\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n..*...\n*.....\n*.....\n*...**\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*...\n..*...\n*....*\n......\n....*.\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.....\n......*...*.\n....*.....*.\n*...........\n**.........*\n...*......*.\n........*.*.\n```\n\n\n## Output without wrap\n\n```\n............\n.....*......\n............\n**..........\n**..........\n.........***\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*..\n.....*......\n...........*\n**..........\n**.........*\n*........**.\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..*...*\n...**......*\n*...*......*\n*...**....**\n....*..**...\n*...**.****.\n..*..*..*.*.\n........***.\n.......**...\n.......*.**.\n**.*.**...**\n```\n\n\n## Output without wrap\n\n```\n..***.......\n..*..*....**\n...........*\n...***....**\n...*...*...*\n...***....*.\n....***....*\n..........*.\n.......*....\n.......*.***\n......*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.....\n..*..*....**\n............\n*..***....*.\n*..*...*....\n...***....**\n....***.....\n..........*.\n.......*....\n*......*.**.\n.*.*.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.***\n*.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*...\n.*...\n**..*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*.*..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n*.*..\n..**.\n***..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..**\n*.*..\n..*.*\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n..*.*\n..*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**.**\n*.*..\n*.*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.**.*\n....*\n...*.\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**.*\n..*.*\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*.*\n***..\n..*..\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*....*.*.\n****....*..**\n..*......*.*.\n..........***\n```\n\n\n## Output without wrap\n\n```\n*.*.......***\n*.......**.**\n..**.....*...\n..........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*...\n*.......**.*.\n..**.....*...\n.*.*.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...*.*...\n...***.*.\n.**...*..\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.......*.\n..*****..\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....**..\n.......*.\n..*****..\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n****.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*..\n*...........\n.........*.*\n............\n.*..........\n*.**.*......\n*.....*.....\n..*.......**\n.*........*.\n```\n\n\n## Output without wrap\n\n```\n............\n..........*.\n............\n............\n.**.........\n*.*.........\n..**........\n.*........**\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..........*.\n............\n............\n.**.........\n*.*.........\n*.**........\n**........**\n.........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.*.*\n.******.**\n.*.**.*.**\n.*..*.*..*\n*.**..***.\n*.**.**..*\n*.**.*.***\n*.**......\n*.********\n**.*.*****\n*****.*.*.\n**********\n***..*.*..\n******....\n```\n\n\n## Output without wrap\n\n```\n..........\n*.........\n.....*....\n.....*.***\n*....*..**\n**....**..\n**....*.**\n**.......*\n..........\n..........\n..........\n..........\n....***...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....*....\n.....*.*..\n.....*....\n......***.\n......*...\n..........\n..........\n..........\n..........\n..........\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n*..*.*\n*.**.*\n*.**..\n.*.***\n.*****\n***..*\n....*.\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.***.\n**....\n**....\n......\n......\n.*.*.*\n.*.***\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n......\n......\n...*..\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n*.**.*\n.**.*.\n..***.\n*....*\n.*...*\n.*...*\n***.**\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*....*\n.....*\n..*.**\n.***.*\n**..**\n.....*\n*...**\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n*.....\n*.*.*.\n****.*\n.*..**\n......\n....**\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**....\n...*..\n...*.*\n...*..\n.**.**\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n...*..\n.**...\n..*...\n...*..\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n..*..*\n*.*...\n*..*.*\n.*..*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n...*...\n...**..\n*...*.*\n*....**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n...***.\n...**.*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n...***.\n*..**..\n*....*.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n....\n....\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.....*.....\n.....*.....\n.....*.....\n...........\n...........\n...........\n*.......***\n**......**.\n**........*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.....*.....\n.....*.....\n.....*.....\n...........\n...........\n.........*.\n........*..\n........*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.....*.....\n.....*.....\n.....*.....\n...........\n...........\n*........**\n*.......*.*\n.*......*.*\n*........**\n*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**...\n**..*\n*...*\n*...*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n*..**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*..*\n.....\n...*.\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n..*..\n.....\n.*..*\n.*...\n.**..\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n.*...\n***..\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n..*.*.***\n***......\n...*...**\n***..*..*\n```\n\n\n## Output without wrap\n\n```\n........*\n*.**...**\n.**...*..\n...*...**\n.**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**..\n..**...*.\n***...*..\n...*...*.\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***...\n......\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.*....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n****\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n*...**\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n.*..**\n.*..**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n**..**\n.....*\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*.*\n.*.*\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n.*..\n**.*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n.*.*\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n..*.\n....\n.*..\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n.**.\n**..\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.******\n******.*.***\n***********.\n*******.****\n*.*.*.*****.\n*******.***.\n*****.******\n```\n\n\n## Output without wrap\n\n```\n*.....**...*\n............\n............\n...........*\n............\n............\n*.....*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n.**..\n.*...\n*****\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*..*.\n*..*.\n*..*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n**...\n.....\n.....\n.....\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n**......\n*.**....\n...*....\n**..*...\n..*.*...\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n*..*....\n*.*.....\n*...*...\n.**.*...\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n...*....\n*.*....*\n*...*...\n.**.*...\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n....\n....\n....\n..*.\n*..*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n....\n....\n....\n...*\n...*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n***.**\n***...\n..****\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*.**.\n*.**..\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**....\n****.*\n***...\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n*......**\n.......**\n*........\n........*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*......*.\n.......*.\n*......*.\n*.......*\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*.*.*\n*..*..\n***.**\n.*.**.\n*...**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*....\n*..*.*\n*....*\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n**...*\n...*..\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n....*....\n*..*.....\n.......*.\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.......\n.........\n........*\n.........\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**.*.\n*.......*..\n....*...***\n.....*..*..\n......**...\n...........\n......**...\n.....*..*..\n....*...*..\n.......*...\n...**.*....\n*....**..**\n```\n\n\n## Output without wrap\n\n```\n.......**..\n...***....*\n.......**..\n.....**.*..\n......**...\n...........\n......**...\n.....**.*..\n.......**..\n...***.*...\n....*.**...\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**.*.\n...***.....\n.......**.*\n.....**.*..\n......**...\n...........\n......**...\n.....**.*..\n.......**..\n...***.*...\n....*.**..*\n........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**.*\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*....\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.*...\n......\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**....\n......\n......\n......\n......\n......\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n......\n.*...*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n********\n******.*\n********\n*******.\n********\n*****.**\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n.......*\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*.**\n.**.*****.\n.*****.*.*\n********..\n*****.****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...**\n****.**.\n*.******\n*.***..*\n*.*****.\n```\n\n\n## Output without wrap\n\n```\n*..*.***\n........\n*......*\n*......*\n..*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.**..\n..**.\n.**.*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.**..\n.***.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.\n*..*...*\n.**.....\n**.*..**\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n...*..**\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.\n*..*...*\n...*..*.\n*..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.......*\n.*....**......\n.....*........\n.....**.*.....\n.........*....\n*.*...*.......\n..*......*....\n*......**....*\n..*...........\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n.....**.......\n....*.........\n....*..*......\n.....*.*......\n........*.....\n.......**.....\n.......**.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.......\n**...**.......\n....*.........\n....*..*......\n.....*.*......\n*.......*.....\n**.....**.....\n*......**.....\n.*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..**...\n.*.....\n.*.**..\n..*....\n.......\n**.....\n......*\n.*.....\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.*..*..\n.*.*...\n..**...\n.*.....\n.......\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n.*..*..\n.*.*...\n..**...\n.*.....\n*......\n.*.....\n......*\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n.*..***\n..**...\n.......\n**...*.\n.*...*.\n..*...*\n..*...*\n***....\n...*...\n..*....\n....***\n*.***..\n```\n\n\n## Output without wrap\n\n```\n***..*.\n*.....*\n*....*.\n*...*..\n.......\n.....**\n*...***\n....*..\n.*..*..\n.......\n.....*.\n..*....\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n......*\n*.....*\n....***\n......*\n.....*.\n....**.\n....**.\n**..*..\n.*.....\n......*\n**....*\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n*.*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..**....*\n...*.*.*.*....\n**...........*\n***......*****\n....*.***.**..\n**..*.***.*.**\n..*.......*...\n**....*...***.\n***...**.....*\n..**..****..*.\n***..**.*.**..\n```\n\n\n## Output without wrap\n\n```\n....*.***.....\n..*.*.**......\n*.......**.*.*\n*.*....***...*\n..**..*.......\n.*.*..*.*.*.*.\n..*..**...*..*\n*.....**..***.\n*..*.*...**..*\n...*.....****.\n.***.**.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....*..*\n..*.*.**......\n........**.*..\n..*....***....\n..**..*.......\n**.*..*.*.*.**\n..*..**...*...\n......**..***.\n...*.*...**...\n...*.....****.\n....**....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...**.\n...**.\n...*.*\n...*.*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n.**.*.\n.*....\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**...\n.**.*.\n.....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n.**\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*..\n......*..\n....*..**\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.*..*....\n.*..*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n...*\n....\n....\n....\n.***\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n..**\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n.**.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n..*\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n..*\n..*\n...\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n....*\n***.*\n....*\n**.**\n.*...\n*.*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*..*\n....*\n*****\n...*.\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..***\n.*..*\n.....\n.****\n...*.\n*.*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n*...*....\n*.*.*....\n.......*.\n.*.*.....\n..*..*...\n.........\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n**.**....\n.*.*.....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*.....*\n.*.**...*\n**.*.....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n***...\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*\n...*......\n.....*....\n.....*....\n..*..**...\n.........*\n*.........\n........*.\n.*..*..**.\n*..**.*.**\n.....*..**\n*......*..\n*....*.*.*\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n....*.....\n....**....\n.....**...\n..........\n..........\n.......**.\n...***....\n...**.*...\n....***..*\n.......*.*\n.*......*.\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n....*.....\n....*.....\n....**....\n.....**...\n..........\n.........*\n.......***\n*..***....\n*..**.*...\n....***...\n*......*..\n**......**\n*...*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*..\n*...*.....\n.*.....*..\n....****..\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*****.\n...*...**.\n....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n....*.*...\n....*****.\n....**....\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*\n......*.*\n.*......*\n..***...*\n.........\n.....*..*\n*.....*..\n.***....*\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n..***....\n.........\n..***....\n..**.....\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.****\n*......**\n*****...*\n.*.......\n..***....\n****....*\n...*...**\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*..*\n..**\n....\n....\n....\n....\n****\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n..**\n....\n....\n....\n.**.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n*.**\n....\n....\n....\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.****..*\n*..******....*\n..***.*.**...*\n```\n\n\n## Output without wrap\n\n```\n***......*....\n*.........*.**\n..*...*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*.\n..........*.*.\n..........*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...*..\n.*..**\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*.*\n..***.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.......\n.....*.\n.......\n.......\n.......\n**....*\n**....*\n**..*.*\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n..*....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n*......\n**.....\n.**....\n****...\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n..***.\n****.*\n..**..\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n*....*\n......\n...**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n*....*\n*..**.\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.******\n***.****.*\n*****.****\n***.*.***.\n**.*******\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n*.*.*....*\n..........\n.........*\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**\n*..**.*\n*.**.**\n***...*\n..***..\n****.**\n*......\n**...**\n*..*..*\n.******\n```\n\n\n## Output without wrap\n\n```\n...*.**\n*......\n*.....*\n*.....*\n....*.*\n*....*.\n....*..\n**...**\n*..*...\n.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n....*..\n*....**\n....*..\n.*...*.\n...*...\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n**.**.\n.*.***\n*.****\n******\n******\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.**\n*.**..*.**\n*.**.*****\n********.*\n.*..****.*\n***.**.*.*\n********..\n.*******.*\n******.***\n..********\n*.**.**.*.\n*.********\n```\n\n\n## Output without wrap\n\n```\n*...***.**\n*.........\n*.........\n*........*\n.........*\n..........\n..........\n.........*\n*.........\n*.........\n..........\n..*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.........*\n..........\n..........\n..........\n..........\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*.*.\n*....\n.*..*\n..*..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n*....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n....*\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....***.\n*****.**.\n**.***..*\n***.**..*\n*...*...*\n```\n\n\n## Output without wrap\n\n```\n*.****.*.\n........*\n........*\n..*....**\n*..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n.........\n..*....*.\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n.....*\n*..**.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.....*\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n*..*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n..*.*\n...*.\n.....\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n...*.\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.*..\n...*.\n.....\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*.\n**....**.\n*.*...*.*\n***......\n*........\n```\n\n\n## Output without wrap\n\n```\n......**.\n.*...**..\n.*.....*.\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.**.\n****\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..*\n*.*.**.....\n**.*.**...*\n**.*...*..*\n*.*..***...\n*.**.......\n..*.*.....*\n*.***...*.*\n**..*......\n.......***.\n```\n\n\n## Output without wrap\n\n```\n.....**....\n*.***..*...\n...*.**....\n...*...*...\n*...*.**...\n..*.***....\n....*....*.\n*.*.**...*.\n***.*..*...\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.**\n..***..*...\n...*.**....\n...*...*...\n....*.**...\n*.*.***...*\n....*....**\n..*.**...**\n***.*..*...\n*.....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n.******\n****.**\n*******\n**...**\n*******\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***..\n***.******\n**.******.\n*.**...***\n.********.\n.***.**.**\n**..******\n.***.****.\n****.****.\n```\n\n\n## Output without wrap\n\n```\n*.**......\n.........*\n..........\n*........*\n*.........\n..........\n*.........\n..........\n*..*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.**....\n*......\n*......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..*....\n.**....\n*......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.**....\n*......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*...\n*.*.....*\n....**.**\n.........\n...***..*\n**.*.*...\n.....**..\n....*..*.\n*.*......\n.........\n.......**\n**....*..\n..*......\n```\n\n\n## Output without wrap\n\n```\n..*.****.\n..*.***.*\n..**.....\n..***.*.*\n......**.\n..**.**..\n....***..\n.....**..\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....****\n.*.****..\n.***.....\n.****.*..\n*.....**.\n..**.**..\n....***..\n.....**..\n.........\n*......**\n.*.......\n.*.....*.\n*.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n..*.\n.***\n****\n***.\n...*\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*...\n....\n*...\n*..*\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n...*\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**..\n..**\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n*.**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n.*.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n...*.*...\n..*..*...\n.*..*....\n...**....\n.**......\n.........\n.........\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.**..\n.*.......\n.*...*...\n.*...*...\n..***....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**..\n.*.......\n.*.......\n.*...*...\n.*...*...\n..***....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*****\n*.**.**.*\n****.*.**\n***.*****\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.***.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**\n..**.**\n.***.**\n```\n\n\n## Output without wrap\n\n```\n.***.**\n.......\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..\n*.**..*\n...**.*\n*......\n```\n\n\n## Output without wrap\n\n```\n**.**..\n*......\n.*****.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n......*\n.******\n***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*....\n.*....*.*..\n**......*..\n.*.....*...\n......*....\n..***.*....\n.....**....\n...........\n.*******...\n..*...*.*..\n...***.**..\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n..*....*...\n**.........\n***.....*..\n**.....*...\n..**.***...\n...**.**...\n...****....\n..**...*...\n.*******...\n.*......*..\n...***.**..\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..***...\n**.........\n***.....*..\n**.....*...\n..**.***...\n...**.**...\n...****....\n..**...*...\n.*******...\n.*......*..\n...***.**..\n..*..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n*.**.*\n*.***.\n```\n\n\n## Output without wrap\n\n```\n......\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*****\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*.*\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.**..\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*.\n..*.....*.\n.*.......*\n.*.......*\n*.........\n..........\n..........\n.**.......\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.....**\n.**.....**\n**........\n..........\n..........\n..........\n.*........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n.**.....**\n.**.....**\n.*.......*\n*.........\n..........\n..........\n**........\n*.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......**\n*...**..\n.***....\n......*.\n.....*.*\n*.***...\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n.******.\n.*****..\n..*...*.\n...****.\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n.....***\n********\n.*****..\n..*...*.\n...*****\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n**..\n....\n....\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****...*\n...*......\n.......*..\n......****\n......*..*\n..*..****.\n***.*.*.**\n```\n\n\n## Output without wrap\n\n```\n..***.....\n...*......\n......**..\n......*..*\n.........*\n..**......\n.***..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..**\n...*......\n......**..\n......*..*\n.........*\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.**\n..**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..*.\n.......**.\n......*.*.\n....**...*\n```\n\n\n## Output without wrap\n\n```\n......****\n.....*....\n....*...**\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....\n*.........\n*...*.....\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*\n.....*.\n*****..\n.**...*\n**....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n....**.\n*..***.\n.....*.\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n....**.\n*..****\n.....**\n.**...*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.*...\n.*..*.\n*.....\n**.*..\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.*...\n..*...\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n..*..*\n..*.*.\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*..***\n.***..\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*....*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n.*....*.\n*...**.*\n..**..*.\n....**..\n*.***.*.\n...*..*.\n.*.*..**\n.*.**...\n***.*.*.\n..*.****\n**...*..\n*...*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n..****.*\n..*****.\n.*.*..**\n..*..***\n.**..***\n..*.....\n....*...\n....*...\n...*....\n*.**...*\n*..**.*.\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n..*****.\n******.*\n...*....\n..*..*..\n..*..*..\n.**.....\n**..*...\n*...*...\n...*...*\n*.**...*\n*..*...*\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*.*\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*..\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n**.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n..*\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******..\n*******.*\n***.*****\n```\n\n\n## Output without wrap\n\n```\n.......*.\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.**..........\n.**..........\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.**..........\n.**..........\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.**..........\n.**..........\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n***..\n**...\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n*.*..\n.....\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n.....\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n.....*\n...**.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....*.\n*..*..\n*..*..\n...*..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........***\n............\n..**.....**.\n****........\n*........*.*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n.***........\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*\n*.........**\n............\n..**........\n**......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n...***\n..*..*\n***...\n.....*\n*..***\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.*...*\n..*..*\n.**...\n*.**.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*...*\n..*..*\n***..*\n..**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n***..*\n*....*\n.**...\n```\n\n\n## Output without wrap\n\n```\n*.**..\n..****\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n.....*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.......\n.***...\n.*....*\n**.*...\n...***.\n***.*..\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.**....\n...*...\n**.*.*.\n.....*.\n*.....*\n*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.\n..*....\n***....\n...*...\n**.*.**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.*\n..*....*\n**.....*\n*.......\n........\n........\n......*.\n.*****..\n.***.**.\n.**.*.**\n```\n\n\n## Output without wrap\n\n```\n.**...*.\n..*....*\n**......\n**......\n........\n........\n..****..\n.*......\n*......*\n.*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n..*.....\n.*.....*\n**.....*\n........\n........\n..****..\n.*......\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...*.*.....\n..**.......\n.*.*....*..\n.**...***..\n......*..*.\n.......*..*\n........*.*\n.........**\n```\n\n\n## Output without wrap\n\n```\n...*.......\n..***......\n...........\n.*.*...***.\n.**.....**.\n......*...*\n.......**.*\n.......**.*\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n..***......\n...........\n.*.*...***.\n.**.....**.\n......*...*\n*......**.*\n*......**..\n*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n.***..\n.*.*..\n*.***.\n...*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n**....\n*.....\n.*..*.\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n*.....\n.*..*.\n.*....\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....\n.*..*...\n......**\n....**..\n.......*\n*.*..*..\n*......*\n.......*\n..**....\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n*.**....\n.*...**.\n.......*\n....*..*\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n.**.**.*\n*....***\n.......*\n*...*...\n.*......\n......*.\n......*.\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.**.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n******\n.....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*...**\n*.*.*.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**...*\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n*.....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**...*\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n..........\n.......*..\n....*.**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..........\n......**..\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.........*\n.***.........\n.*.*.........\n..***..**.*..\n..**...**.**.\n......*..***.\n.....*....*..\n....**.*.*...\n*......****..\n**.****.*.*.*\n*****...*.*..\n.**.*...**...\n...*....**...\n**...........\n```\n\n\n## Output without wrap\n\n```\n..**.........\n.*.*.........\n***..........\n.***.*.*.....\n...*..*..*...\n...**.*.*....\n....*...*....\n...*.**...**.\n..........**.\n.............\n.....***..**.\n.......*..**.\n........**...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*........*\n..*..........\n..*..........\n.***.*.*.....\n...*..*..*...\n...**.*.*....\n....*...*....\n*..*.**...*..\n*.........*.*\n.............\n*....***..*.*\n*......*..*..\n..**....**...\n.***........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..*...\n***..**.*..\n***...*....\n..***...*..\n```\n\n\n## Output without wrap\n\n```\n*..*****...\n....***....\n*...*.*....\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***..\n....***....\n*...*.*....\n*...**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..**\n*******.\n*.**.*.*\n******..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n*.*.*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n....*....\n.........\n*........\n**..***.*\n**..***.*\n..*.*....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n**...*...\n....*.*..\n*.*...*..\n..*.*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n...**....\n.........\n**...*..*\n....*.*..\n..*...*.*\n*.*.*....\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n**.\n...\n*.*\n**.\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*.*\n*..\n*..\n*..\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n*..\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n*..\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n*..\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*.*.\n....*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n**...\n.*.*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n***..\n**...\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**..*\n...*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n****\n****\n****\n.*..\n.*..\n....\n...*\n.*..\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..**..\n..*.......****\n.**........*.*\n.**.......**.*\n*.......*.***.\n.*.*......*.**\n***...........\n.*.**.......**\n```\n\n\n## Output without wrap\n\n```\n..............\n..*...........\n...*........**\n.*............\n.*.......**.**\n..........***.\n**........***.\n**............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......*..\n.............*\n...*........**\n..............\n.........**...\n..........**..\n.............*\n**.**.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......*\n.*.........\n...........\n....*......\n.****.....*\n..*.*.....*\n```\n\n\n## Output without wrap\n\n```\n.**........\n.**........\n.***.......\n.**.**.....\n....**.....\n.**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......*\n*..*.......\n..**.......\n..*.**.....\n***.**....*\n....**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.*\n***......\n.........\n..*.....*\n.*.....**\n```\n\n\n## Output without wrap\n\n```\n*.*......\n*..*.....\n..*......\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n*.*.....*\n..*......\n..*....*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n...*.****\n**....***\n***.*..**\n......***\n```\n\n\n## Output without wrap\n\n```\n.***....*\n...*.....\n*..**....\n*.*..*...\n.*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n...*.....\n...**....\n..*..*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...\n.....*...\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n....*..*.\n....*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n**..*\n....*\n....*\n.....\n.....\n.....\n*....\n*...*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n***..\n**.**\n..***\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..***\n..***\n.....\n.....\n.....\n.....\n*..**\n*..**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n....**.**.\n**.*....**\n.*.......*\n*..*.**...\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n....*..***\n***.*..*.*\n.*..*...**\n....**....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*...*..**.\n.**.*..*..\n.*..*...*.\n*...**....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*.**\n.*.*\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.**\n*..*\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n**.*\n.*..\n..*.\n.**.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n**.*\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n.*.*\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*.*\n.**.\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n**.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**..\n.***\n*...\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n....\n....\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n**..\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......*..\n*....*...\n*.....**.\n.**..*...\n........*\n....*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*...\n.....*...\n.....***.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*....*.**\n.*...*...\n.*...**..\n*......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*******..\n.*..*.*..*..**\n*.*.****.***.*\n.*.******.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...********.\n*.**.*******.*\n..*.........**\n.***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n***...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.*...\n*...*\n***.*\n.**.*\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**.*\n*.**.\n*.*.*\n*...*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.**..\n..***\n..*..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n.*...*...\n**..*....\n..*.**...\n.*.......\n*...*****\n*..*..***\n*.**...*.\n.........\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n....**...\n**...*...\n*****....\n*.****...\n.*.*...*.\n**..**..*\n*.**.....\n.***..***\n..***....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n**...*...\n*****....\n*.****...\n**.*...**\n.*..**...\n..**.....\n****..**.\n..***....\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...*.\n*........\n.....*...\n*...*.*..\n.........\n.*..*....\n.........\n.....*...\n.........\n.....*...\n.........\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*...\n.....*...\n.....*...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n.........\n.....*...\n.....*...\n.....*...\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*..\n.......*..*.\n............\n**..........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........*\n............\n............\n**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.*..*\n.*..*\n**.**\n..*..\n***..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n**..*\n.*..*\n**.**\n.....\n*....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*..*\n.*...\n.*.**\n.....\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**..\n..*.\n...*\n..**\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*..*\n...*\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....**\n.***..\n.***..\n.****.\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n..*..*\n.*....\n*.....\n*...*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*..*\n**....\n*.....\n....**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n**...\n****.\n*..**\n*....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.**\n..*..\n*****\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..***\n..***\n..*..\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.***.\n**.....*.*.\n.....**..**\n***.**.**.*\n....*.***.*\n...*.**.**.\n.......*...\n.......****\n..........*\n```\n\n\n## Output without wrap\n\n```\n......**.*.\n.....*.*...\n..*.**....*\n.*.**.....*\n.**.......*\n....**...*.\n..........*\n.......****\n........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.*.\n*....*.*...\n..*.**.....\n.*.**......\n.**.......*\n....**...*.\n..........*\n.......****\n......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.....*\n...*..\n**.*.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*...\n*..**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n*.*.*.\n*.*.**\n**.**.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**........\n...**........\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n...**........\n...**........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...**........\n...**........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n.**..*..*\n**.*****.\n.*.*...**\n*******.*\n*....****\n......**.\n........*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..**.*..*\n*..*.*...\n........*\n*..*.....\n*.**....*\n.....*...\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n..**.*...\n...*.*...\n.........\n...*.....\n..**.....\n*....*...\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n****\n.***\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.*\n.*..*.*.\n*.*..*..\n..******\n***.****\n.*.*.*.*\n*..*.*..\n*.*****.\n..**..*.\n.*****.*\n*****..*\n*...****\n...*...*\n```\n\n\n## Output without wrap\n\n```\n.******.\n*...*.*.\n..*....*\n*......*\n*.......\n...*...*\n*.......\n......*.\n.......*\n*....*.*\n*......*\n*....*.*\n....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*\n....*.**\n*.*.....\n........\n........\n...*....\n*.......\n......*.\n*.......\n.....*.*\n........\n.....*..\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..........\n..........\n..*.......\n..*.....*.\n.........*\n.*..*.....\n*....*....\n..........\n..........\n..........\n..........\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**.*.\n****.\n***.*\n*.**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n*..*..\n.*.**.\n......\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n**.*..\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n**.*.*\n..***.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n...**..\n*......\n.***...\n.*..*..\n.****..\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n...**..\n.*..*..\n****...\n*...*..\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n...**..\n.*..*..\n****...\n*...*..\n.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n........*.\n........**\n........**\n..........\n..........\n..........\n..........\n.*........\n.**....*..\n..**....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*.*\n........*.\n..........\n..........\n..........\n..........\n.**.......\n*..*......\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....***\n.......***\n.......*.*\n........*.\n..........\n..........\n..........\n..........\n.**.......\n*..*......\n**.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n**.\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n..**\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n.*..\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***.\n.*.*..**\n**.**..*\n...*..**\n***.***.\n```\n\n\n## Output without wrap\n\n```\n..******\n*......*\n....*.*.\n*......*\n..******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n....*...\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n.**...\n..*.**\n...**.\n......\n......\n.***..\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*....*\n.*...*\n..**.*\n...**.\n...*..\n.*.**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n****..\n.*...*\n*.**.*\n...**.\n...**.\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n***.\n.*..\n....\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*..*\n...*\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n*...\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.*...\n***...\n..*...\n..*...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n*.**..\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n*.**..\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*....\n.....**.*....\n.*...*.*.*..*\n......**.....\n...*..**...*.\n...*.**......\n*............\n*...........*\n.*...**.....*\n..*....*.*...\n```\n\n\n## Output without wrap\n\n```\n.......*.....\n.....**.**...\n.....*.......\n.....*.......\n....*........\n....****.....\n.............\n**...........\n.*....*......\n......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**...\n*....**.**...\n.....*.......\n.....*.......\n....*........\n....****.....\n*...........*\n.*..........*\n.*....*.....*\n**....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..*.*.\n..*...\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.....\n*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n**..\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n..**\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n..........\n..........\n.........*\n.......*.*\n..........\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........*.\n........*.\n......***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n..........\n..........\n........*.\n........*.\n......***.\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n....*\n*....\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.*.**\n.*.**\n.*.**\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n..*\n**.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.**\n.**\n*.*\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*...\n***...\n..*...\n*...*.\n*.****\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n..**..\n*.**..\n..*.**\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*...\n..**..\n*.**.*\n*.*.*.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n....*\n***.*\n..**.\n..*.*\n..**.\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.**.*\n....*\n.*..*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*.*\n***.*\n.....\n.*..*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*\n.*.*.**\n.*.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*.*\n**.*..*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*\n.*.*..*\n.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*\n....*.*\n..***.*\n....*.*\n.......\n...**..\n**.**.*\n..*.***\n```\n\n\n## Output without wrap\n\n```\n...*...\n....*..\n...*...\n.......\n..*....\n..*...*\n.*....*\n.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n.......\n**.*..*\n......*\n..*...*\n*.*....\n....***\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n**.\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n**.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*.\n*....*..\n.......*\n...****.\n...*.*..\n.*****..\n*.*.*...\n***....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n........\n....***.\n....**..\n*.****..\n.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n......*.\n.....*.*\n......*.\n....***.\n....***.\n....***.\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.**.*.*\n..***.*..***.\n.**..*.***...\n*..***..****.\n..*...***..*.\n.*****.**.*..\n**...*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......**.....\n**......*....\n....*........\n....*........\n...........**\n****.**..*.*.\n****.**..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....**\n*.....*....**\n....*........\n....*........\n.............\n*...**....*..\n.....*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*...\n...**.....\n....***...\n.....*....\n```\n\n\n## Output without wrap\n\n```\n...***....\n......*...\n...*..*...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n......*...\n...*..*...\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n.*.....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n**...*\n**...*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n.*...*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n..*\n*..\n...\n...\n..*\n...\n.*.\n...\n.*.\n...\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n..*\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n.*.\n..*\n.*.\n...\n***\n*.*\n***\n...\n**.\n.**\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n.**\n..*\n...\n...\n...\n.*.\n*.*\n.**\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n*.*\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***.\n****.*.*.\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*.*.*.\n*..*.*.**\n.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.*.\n*..*.*.*.\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...*\n.....*......*\n**...*..*...*\n..**....*.*.*\n.*........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n...........**\n.**.*....*..*\n*.*..........\n..*......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*.\n...........**\n.**.*....*..*\n..*.........*\n*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..**......\n*.**......\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..*.......\n.*.*......\n.*.*......\n..*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..*.......\n.*.*......\n.*.*......\n..*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**.*.\n*...*\n.....\n.....\n*..*.\n*****\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.*.\n**...\n.....\n.....\n*..**\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n**..*\n.....\n.....\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*****\n*.....**.\n.....****\n.......*.\n.....**..\n....**.**\n*.....*..\n.......*.\n......***\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n.........\n....**.**\n....**.**\n....*..**\n.....**.*\n.....*..*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n....**...\n*...**..*\n....*..**\n.....***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..*.*\n.....*.***.\n....*..**.*\n*..***.*...\n...**.**...\n```\n\n\n## Output without wrap\n\n```\n....*****..\n.....*....*\n...*.......\n...........\n...*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n.....*....*\n...*......*\n...........\n.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n...\n...\n...\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n******\n*.***.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..**.\n.....*.*.*..\n........****\n*..........*\n........*.**\n**......*..*\n.........*.*\n..*.....*...\n*.**.....*.*\n*......*.*.*\n*...*....*.*\n............\n......*..*..\n```\n\n\n## Output without wrap\n\n```\n....***.***.\n....**.*...*\n........**.*\n........*...\n**.......***\n........*..*\n.*......***.\n.***....**..\n..**.....*..\n*..*.....*.*\n........*...\n..........*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.**.\n....**.*...*\n*.......**.*\n*.......*...\n.*.......**.\n........*...\n.*......****\n****....**.*\n*.**.....*.*\n...*.....*..\n*.......*..*\n..........*.\n......*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n***..\n.*..*\n*....\n.....\n.***.\n..*..\n.....\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n****.\n..*..\n.....\n.**..\n.***.\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*.**\n*****\n..*.*\n*....\n.**..\n.***.\n.***.\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.**\n*.......\n........\n.**.....\n*..*....\n*..*..*.\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*..*....\n*..*....\n***.....\n.*.*....\n...*.*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n....*.*.\n...*....\n.**.....\n**.*....\n.***.**.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n**..\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n***.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n.*.*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.***...\n.......\n*......\n..*....\n.**.*..\n*******\n*......\n....***\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.*...\n.**....\n.*.*...\n...*...\n.*..**.\n*..***.\n.*..**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n**.*...\n.**....\n.*.*...\n...*...\n....*.*\n...**.*\n....*..\n.....**\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..*...*..\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.*..*.\n....*.\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...***\n*..**.\n**...*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*....\n*...*\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n*....\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n....*\n..**.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..\n*.*......\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*.....*.\n.*.....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**.**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**.**\n**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..........\n*.....**......\n*.***.........\n..*...**......\n```\n\n\n## Output without wrap\n\n```\n..............\n....*.........\n..**.*........\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..........\n....*.........\n..**.*........\n....*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***........\n.*.*........\n.***........\n```\n\n\n## Output without wrap\n\n```\n.*.*........\n*...*.......\n.*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.......\n*...*.......\n*...*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n*..*.\n*....\n.*...\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n....*\n*....\n**..*\n..*.*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*....\n****.\n..*.*\n..*.*\n*..*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*.**.\n....*\n.**.*\n*..**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*....\n*.**.\n....*\n***.*\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n...***.*.\n....*****\n....*..*.\n.........\n.........\n.........\n*.....*..\n*....****\n......***\n```\n\n\n## Output without wrap\n\n```\n...**....\n...*...**\n.........\n.......**\n.........\n.........\n.........\n.....**..\n....**.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..**\n*..**..**\n*........\n.......**\n.........\n.........\n.........\n.....**..\n**...**.*\n*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n*..\n.**\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n*..\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*..*..*\n....*..\n.*..*..\n..*.*..\n....*..\n****..*\n.......\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n...*.*.\n......*\n...*..*\n..*..*.\n.***..*\n.*.**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.***.**\n...*.**\n.......\n...*...\n*.*..*.\n****.*.\n.*.**..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n*.**\n**.*\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..**..\n..*...\n......\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*...*.\n.*.**.\n...**.\n.*.*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*....*\n......\n..**..\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.*.*.*.....\n...*..*....\n..*..*.*...\n****.......\n```\n\n\n## Output without wrap\n\n```\n...........\n...***.....\n...*..*....\n....*.*....\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n..*........\n...*..*....\n....*.*....\n.**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n****.\n....*\n...**\n**..*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n.*..*\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*...\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n........\n.*......\n.****..*\n**..*..*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*.*....\n...**...\n**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n*.......\n**.*....\n...**..*\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n..*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.**\n**.*..**\n*****.**\n```\n\n\n## Output without wrap\n\n```\n......*.\n.**.....\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*...\n****\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.*...\n.....\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..**.\n.....\n.....\n..**.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n***\n***\n**.\n***\n*.*\n***\n***\n***\n***\n*.*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.*.\n.**..\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n**.**\n...**\n.*.*.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*..\n...*\n*...\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*..*\n*...\n*..*\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..**.**\n.*.****.****..\n*..*....*.****\n*****..*..****\n*.*.......*.*.\n*.****...*....\n.**.***....*.*\n****.*..**.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*.*.*.....\n*****...**....\n*.*...*.......\n**...*...*..**\n**...*...**.**\n.....****...**\n......*..*....\n.....***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*....\n..***.*.......\n..*...*.......\n.....*...*....\n.....*...**.**\n.....****...*.\n......*......*\n......*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....\n.*......\n.*.*....\n.*.*....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n.**.....\n**.*....\n**......\n**.**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n**.*....\n**......\n**.**...\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n.*.*.*\n...*..\n..*...\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n....**\n..*.*.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n...***\n......\n..*.*.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n....\n*..*\n.***\n..**\n..*.\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.*.*\n.*..\n....\n....\n.***\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n**.*\n.*..\n*...\n....\n****\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*.*\n........**\n..........\n..........\n.....*....\n.***...*.*\n.*....**.*\n.*.*....**\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n........**\n..........\n..........\n.**.......\n*..*..***.\n*..*..*..*\n.**...**.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........**\n........**\n..........\n..........\n.**.......\n**.*..***.\n.*.*..*..*\n*.*...**.*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n******\n.***.*\n*...*.\n**...*\n.*...*\n....**\n```\n\n\n## Output without wrap\n\n```\n**...*\n*.....\n.....*\n*..***\n**..**\n**...*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n...**.\n.*..*.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.***\n.*...*..**.\n***.*.**.**\n......**.**\n.***.......\n..**.......\n......**..*\n......***.*\n```\n\n\n## Output without wrap\n\n```\n....**.**.*\n**.........\n***........\n*....***.**\n.*.*.......\n.*.*.......\n......*.**.\n......*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*...*\n.*.........\n.**........\n.....***.*.\n.*.*.......\n.*.*.......\n......*.**.\n*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n..*...\n..*.**\n*....*\n...*..\n...*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n.*.***\n...*.*\n....*.\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n**.***\n*..*.*\n....*.\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n..***\n.....\n*****\n*..*.\n...**\n*..**\n...*.\n*.**.\n.*.*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...*.\n.....\n*****\n*....\n..*..\n..*..\n.*...\n.*.**\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n...*.\n.....\n****.\n.....\n..*..\n*.*..\n**...\n.*.*.\n.*.**\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n.**\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n......\n......\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n******\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n........*...\n*...*...***.\n......***.*.\n..........*.\n....**......\n.*.*........\n..*.*....*..\n.....*...*.*\n...*........\n..*.........\n..**........\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n........*...\n..........*.\n.......**.**\n.....***.*..\n....*.......\n..**.*......\n..***.....*.\n...**.....*.\n............\n..*.........\n..**........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n........*...\n..........**\n.......**.*.\n.....***.*..\n....*.......\n..**.*......\n..***.....*.\n...**.....*.\n............\n..*.........\n..**........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n***......\n..**.....\n**.*.....\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.*.*.....\n.*.**....\n..*......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*.......\n.*.*.....\n.*.**....\n..*......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n**...*\n..*.*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n***.*.\n**...*\n*.***.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***\n**...*\n..****\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*...***\n**.*.......*\n.****.*....*\n*...*.*....*\n*..***.****.\n**...***..*.\n.**...**..*.\n*....*.***..\n.*****......\n*..........*\n*..***....*.\n.*.*.*.....*\n```\n\n\n## Output without wrap\n\n```\n**..*.....**\n*....*.....*\n....*.....**\n*.....*.**.*\n*..*....****\n*..*......**\n..*.......*.\n*....*.***..\n*******.*...\n*...........\n****.*....**\n..**.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*........\n.....*......\n....*.....*.\n......*.**..\n...*....***.\n*..*......*.\n..*.......*.\n*....*.***..\n.******.*..*\n*..........*\n.***.*....*.\n.*.*.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n**...*\n*...**\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*....*\n.....*\n*....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.**\n...*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.*.\n.*..\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n.*..\n*..*\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n***.\n.**.\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n.**.\n****\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.......\n...........\n.....*.*...\n...*..*....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n......*....\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n......*....\n....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.....\n.*..*\n.****\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*..*\n.****\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.*..*\n.****\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....**\n*.....\n*.*.**\n..*..*\n***..*\n*.*...\n.*.*..\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..**.*\n.*.*.*\n..*..*\n*.***.\n*.....\n*.....\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n....**\n****..\n*..***\n.**..*\n..**..\n*....*\n..**..\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.....*\n.........**.\n.*..*.*...*.\n*.***....**.\n.**.....*.**\n...*.****.*.\n..*.*.*.*...\n***..*.....*\n......*.*..*\n*....****...\n....*..**...\n.*..*.**...*\n..*...*.**.*\n***....*...*\n```\n\n\n## Output without wrap\n\n```\n..***....***\n.*...*...*.*\n***...*....*\n*.**........\n****.....***\n.*.*..*.*.**\n........***.\n.*****.***..\n.**.***.....\n............\n....**...**.\n..**..**.**.\n...****.*..*\n.***..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*****..\n.*...*....**\n..*...*...*.\n*.**........\n.***.....*..\n...*..*.*.*.\n........**..\n..****.***..\n.**.***...**\n............\n....**...***\n****..**.**.\n*.****..*..*\n*.*****.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....*..\n.......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n...*\n.*.*\n.*..\n....\n....\n.*..\n....\n*...\n....\n....\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n*...\n****\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n....\n***.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.**..\n**.*******\n*****.****\n*.**.*****\n.*.**..***\n**..******\n**.*....**\n**********\n```\n\n\n## Output without wrap\n\n```\n*.........\n.........*\n..........\n*.........\n..........\n.....**...\n..........\n*..*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..**.\n...***...\n**.*...**\n*.*.*....\n*.****...\n........*\n.**.....*\n.**..*...\n......***\n...*.****\n```\n\n\n## Output without wrap\n\n```\n....***..\n*.*..*...\n**..***..\n*....**..\n...***...\n.**.**...\n.***.....\n.......*.\n.***.*..*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n........*\n*...***..\n.....**..\n*..***..*\n..*.**..*\n.***...*.\n.......**\n..*.*..**\n**.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n...***....\n......*...\n...**.*...\n.....*....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n....**....\n......*...\n....*.*...\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n....**....\n......*...\n....*.*...\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*\n*******..\n.*..*....\n.***..**.\n.*.*..**.\n.*..***.*\n***....**\n```\n\n\n## Output without wrap\n\n```\n..*.**...\n*...**...\n.......*.\n**.*****.\n**.*....*\n...***..*\n***..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n*...**...\n.......*.\n**.*****.\n.*.*....*\n...***...\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n...**....\n*....*...\n.*.......\n.........\n*.......*\n.........\n..*.*....\n....*....\n.**..*...\n```\n\n\n## Output without wrap\n\n```\n...***...\n...**....\n....*....\n.........\n.........\n.........\n.........\n...*.....\n.**.**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n...**....\n....*....\n.........\n*........\n.........\n.........\n...*.....\n.**.**...\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n..**.\n..*..\n.*...\n*.*..\n.*..*\n.....\n..*..\n..*.*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n.***.\n.**..\n*.*..\n.*...\n.....\n...*.\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.****\n.***.\n.**..\n*.*..\n**...\n.....\n...*.\n*.*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***....*\n....**.....*\n.....**.....\n.*........*.\n............\n```\n\n\n## Output without wrap\n\n```\n............\n....*.*.....\n.....*......\n.....*......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n....*.*.....\n.....*......\n....*.*.....\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.\n.....***\n....*.*.\n...***..\n*...****\n*....*.*\n.******.\n*****.**\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n....*..*\n...*...*\n...*...*\n...*...*\n*.*....*\n........\n*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n....*...\n...*...*\n...*....\n*..*....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n......*..\n....*....\n*...*.*..\n........*\n........*\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.....*...\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.....*...\n*......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n****..\n......\n....*.\n...***\n..****\n```\n\n\n## Output without wrap\n\n```\n*..*..\n*..*..\n.***..\n...***\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n.***..\n...***\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n..*..*\n**...*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*****\n*.*..*\n**..*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n..*...\n.*..**\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n**...\n.....\n....*\n.*.*.\n*.*..\n...*.\n*.*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n.***.\n..**.\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*...*\n*....\n.....\n*****\n.****\n*.**.\n*****\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n***.\n**..\n....\n....\n....\n....\n.*..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*.*.\n*.*.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n..*.\n*.**\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*....\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n**....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.**\n.*..*\n....*\n.**.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n**.**\n**...\n....*\n....*\n*...*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n**.*.\n....*\n....*\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n.....\n*...*\n*...*\n..*.*\n.**..\n.*...\n.....\n.....\n..***\n..*.*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*..*\n..*..\n.***.\n.**..\n.....\n...*.\n..*.*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n*...*\n.*...\n..*.*\n****.\n.**..\n.....\n...*.\n..*.*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......*..\n*.......*..*\n........*.**\n.**.......**\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n***.........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n..*......*..\n.*.........*\n**........*.\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*...*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n..*..\n*...*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.*\n**********\n*******.**\n.**.**..*.\n**.*..****\n.***.***.*\n*****..**.\n.***.***..\n*.******..\n*.*.***.**\n****.*****\n**.*..****\n*.**.**.**\n.****.****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*........*\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n*.*...*\n.**.**.\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n.**....\n*.****.\n*.....*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n*.**...\n**.....\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n*.......*.\n*..**..**.\n*..*....*.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.........*\n**.**..***\n...**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n**.**..**.\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n**....\n......\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**...*\n*.....\n......\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n..*..*\n..*..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**.**\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***......\n...*.......\n..**.......\n..**.......\n...*.......\n...**......\n```\n\n\n## Output without wrap\n\n```\n...*.......\n....*......\n...........\n...........\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........*\n*......***.*\n*.......****\n...**.......\n..*..*......\n..*...*.****\n**..........\n............\n.....*.****.\n...**....*.*\n```\n\n\n## Output without wrap\n\n```\n............\n.......**.**\n........*..*\n...***..**.*\n..*.**..*..*\n.***....*..*\n............\n............\n..........*.\n........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...*..*\n***.....*...\n........*.**\n...***..**.*\n***.**..*...\n..**....*...\n.*..........\n*...........\n....*......*\n*...*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n..*\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*...*\n...**\n...*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n***..\n**.**\n.*...\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*.*.\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**\n****.**\n**..**.\n*..***.\n..*.*..\n..**...\n**.....\n****..*\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*.*..\n.*.....\n..*....\n.......\n..**...\n..**...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n..*....\n.......\n.***...\n..*..*.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.**..\n**....*...**\n..*..**.....\n..*...*.....\n..**..*.***.\n***.****...*\n```\n\n\n## Output without wrap\n\n```\n**...***.**.\n**.......**.\n..*..***....\n.**...*..*..\n....*...***.\n.**.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...**..\n**.......***\n*.*..***...*\n.**...*..*..\n*...*...****\n*.*.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n......\n***...\n****.*\n*..**.\n**.**.\n*.****\n.*.**.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n*.....\n**...*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*....*\n......\n......\n......\n......\n......\n......\n......\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.*\n.*.****.\n...*....\n..**....\n.**.....\n..**..*.\n...***.*\n```\n\n\n## Output without wrap\n\n```\n...*....\n......*.\n.....*..\n.*.*....\n.*......\n.*...**.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.....*.\n.....*..\n.*.*....\n.*......\n.*...**.\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.\n.....*..\n........\n........\n........\n........\n........\n*.......\n*.*...**\n**....*.\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n........\n........\n........\n........\n........\n.*......\n*.....**\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**\n....**..\n........\n........\n........\n........\n........\n**......\n......*.\n****..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*..**\n***..*..**\n***..*..**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*.*.....**\n...*****..\n*.*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****..\n...*****..\n...*****..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n...*\n....\n*.*.\n...*\n.*.*\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.**\n*..*\n...*\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n***.\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n......\n...*.*\n....**\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.....*\n.*****\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n.....*\n.*****\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n......\n..*.*.\n..**..\n......\n......\n.**...\n.**...\n..*...\n......\n**...*\n.*...*\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*...\n..**..\n......\n......\n.**...\n...*..\n.**...\n.*....\n**....\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n...*..\n..*...\n..**..\n......\n......\n.**...\n...*..\n.**...\n**....\n.*...*\n....**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......*\n*...*..*...\n.*.......**\n...........\n.*..**...*.\n*.....**...\n.*..*......\n.......*..*\n.......*...\n..*...*.*..\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n.*.......**\n...........\n.........**\n.....**....\n**..*.*....\n......**...\n...........\n......***..\n........*..\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n**.......*.\n*.........*\n*........**\n.....**....\n**..*.*....\n*.....**...\n...........\n......***..\n........*..\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..*\n*.*..*....\n*.*...*...\n**...*...*\n```\n\n\n## Output without wrap\n\n```\n..........\n..**.**...\n*.*..**...\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***..*\n*.**.**..*\n..*..**...\n.**..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n..**....\n..**....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..**....\n..**....\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n........\n........\n........\n..**....\n..**....\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n***.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n..........\n..........\n..........\n.....***..\n......**..\n......**..\n......*.*.\n.......*..\n..........\n..........\n..........\n.......**.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n......*...\n......**..\n......***.\n........**\n......*.*.\n.......*..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n......*...\n......**..\n......***.\n........**\n......*.*.\n.......*..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n*..**.\n*....*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*.....\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n**.....\n..*****\n**....*\n*...***\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n......*\n*.****.\n*......\n*.*..**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n......*\n.****..\n.*...*.\n.*.....\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n.....\n.**..\n*....\n.....\n.....\n..*..\n**...\n...*.\n*....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n.....\n.*...\n.**..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n.....\n.*...\n.**..\n**..*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n......\n.**...\n**.***\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n**.*..\n*.***.\n....*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n.***..\n*.*..*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n**....\n*..**.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n**....\n***...\n*..**.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n***...\n...**.\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.....*\n..***.\n.....*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n..**.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.*...\n*.**.*\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n***\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n..****\n******\n.*****\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*..*\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n........*.\n.........*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.**.*.\n.....*\n..*..*\n....*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*.**\n.*****\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n..*.**\n******\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.......\n..**.*.\n.......\n...**..\n...****\n...****\n...**.*\n...*.*.\n...**.*\n**.**..\n.**..*.\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.......\n..*....\n...*...\n..*...*\n..*....\n..*...*\n..*...*\n.......\n**.....\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..**...\n.......\n..*....\n...*...\n..*...*\n*.*....\n..*...*\n..*...*\n*.....*\n**....*\n.......\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...**....\n...*....*....\n...*....*...*\n...*.****....\n...**..*.....\n...**.***....\n...*.*.****..\n*.**.**.**...\n**...*.......\n.*...........\n..*..*.*.....\n```\n\n\n## Output without wrap\n\n```\n...*...***...\n..*.*........\n.*....*......\n.*..***.**...\n.**..........\n.............\n.***.........\n.*.*.**......\n*...*.*......\n**....*......\n.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*......\n.*....*......\n.*....*......\n.*..***.**...\n.**..........\n.............\n.***.........\n.*.*.**......\n*...*.*.....*\n*.**.........\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*.*.\n*............\n.............\n.............\n....*.*......\n....*.*..*...\n.**....**.**.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n...*..*.***..\n.......****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**.*.\n............*\n.............\n.............\n.............\n...*..*.***..\n.*.....**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n...\n...\n...\n*.*\n..*\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.**..\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*..\n*...\n..**\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n.**.\n*.*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.**.\n****\n..**\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..***\n*.*..\n****.\n```\n\n\n## Output without wrap\n\n```\n....*\n....*\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***...\n**.*....*\n.***...*.\n*.*....*.\n..***.***\n**..****.\n*.....*..\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n*****....\n*........\n...*...**\n....*....\n*.*.*...*\n***.*...*\n*...*..*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..*\n........*\n...*...*.\n*...*....\n..*.*....\n***.*....\n*...*..**\n.*.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*.\n..*****..\n..***....\n.........\n.........\n**.**..*.\n.*.**....\n*....*...\n**......*\n.*.....**\n```\n\n\n## Output without wrap\n\n```\n.........\n..*...*..\n..*......\n...*.....\n.........\n**.**....\n.*.*.*...\n*.*.*....\n**.....**\n**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**\n..*...*..\n..*......\n...*.....\n.........\n**.**....\n.*.*.*..*\n..*.*...*\n.*.....*.\n.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n.*..**\n******\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n.****.\n.****.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.\n*******.**\n..*..*.***\n******.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.****.....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**.*\n..**...\n..*...*\n**...**\n..**...\n****.*.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n..*.**.\n..**.**\n.*.*.**\n...*.**\n.*...*.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..***..\n..*.**.\n..**.**\n**.*.**\n...*.*.\n.*...**\n.******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*....\n.*....\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....\n.....*...\n......*.*\n.........\n.........\n.........\n.*..*.*..\n.*******.\n..*.**.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n**....*.*\n.**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..****.*\n....**...\n.........\n.........\n.........\n.........\n.*.....**\n..*...*..\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n**.*\n****\n.***\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n.*....*\n***....\n*......\n```\n\n\n## Output without wrap\n\n```\n***....\n.......\n*.*....\n*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n......*\n..*...*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.*..\n...**\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n...*.\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n...**\n*****\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n.....\n*...*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*....\n...**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n**.......\n.***.....\n..****...\n....**...\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n*........\n.*...*...\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.......\n*........\n.*...*...\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n.**.\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n....\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n.**.\n.*.*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..***\n.*.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n*....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..*..*\n**....\n**...*\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*..*.\n*...*.\n*.*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n......\n*...**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.**.*....\n.*.*....*\n.*.......\n*.......*\n.........\n```\n\n\n## Output without wrap\n\n```\n..**.....\n**..*....\n...*.....\n*.*......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n**..*....\n...*.....\n.**......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n...**\n***..\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n****\n*.*.\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*****.\n****..****\n**..******\n**...*.*.*\n****..**.*\n..*.*.**.*\n..*.*..**.\n*....*.*.*\n.*..**.*.*\n.**.*****.\n*..*.***.*\n..*.***.**\n**.**.****\n***..**.**\n```\n\n\n## Output without wrap\n\n```\n*...**...*\n..........\n...**.....\n...*.....*\n*..**....*\n....*....*\n.*..*....*\n.*.*.*.*.*\n****.....*\n***......*\n.........*\n*.*.......\n*.........\n*.*****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n...**.....\n...*......\n...**.....\n....*....*\n**..*.....\n**.*.*.*.*\n.***.....*\n.**.......\n*.........\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.**..*\n...**.\n.**...\n......\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n..***.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n*.*...\n*.....\n..***.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......*\n..***.****\n**.***.**.\n.******.**\n*.*..***..\n.*..**.**.\n***.***.**\n...*..*.**\n```\n\n\n## Output without wrap\n\n```\n.*......*.\n*.......*.\n..........\n..........\n........**\n*.........\n*.......**\n*..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.**..\n.*....*...\n..........\n..........\n..........\n.*........\n..**......\n*...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....***.\n......*.**\n*.........\n***.......\n..........\n..**......\n.**...**..\n..*......*\n..***...**\n**.**...*.\n```\n\n\n## Output without wrap\n\n```\n......*.**\n......*.**\n*.........\n**........\n...*......\n.***......\n.*........\n.......*.*\n....*...**\n.*..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**...\n*.....*.*.\n*.........\n**........\n...*......\n.***......\n.*........\n*......*.*\n....*...*.\n**..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n.**\n***\n...\n...\n...\n***\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n.*.\n...\n.**\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n.*..\n***.\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.**.\n*.**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n***.\n....\n***.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n**.....\n***...*\n..**...\n.......\n.......\n.......\n..*....\n.***...\n..**...\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n...*...\n..**...\n.......\n.......\n..*....\n.**....\n.*.....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n**.*..*\n..**...\n.......\n.......\n..*....\n.**....\n.*.....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n**..**\n**..**\n*.**.*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.****.\n.****.\n*.*...\n..**..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.*...\n.**...\n.**...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n.....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n*.....\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n**.*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.*...\n.*.*.\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*.*.\n.**.*\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.**...\n.**...\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*..**.\n***...\n.**..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n*.***.\n*...*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*\n*.***.\n....*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.\n..****.\n*..*..*\n***...*\n******.\n*.****.\n**.**.*\n***.*.*\n*******\n**.**.*\n***.***\n*****..\n.****..\n*..***.\n```\n\n\n## Output without wrap\n\n```\n.....**\n**...**\n......*\n.....**\n.....**\n.....**\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.\n**.***.\n.******\n****.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*****\n...**\n...*.\n*.*.*\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*....\n.*.*.\n.**..\n.....\n.***.\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n*.***\n.....\n*.**.\n.**..\n.....\n.....\n.....\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*....\n*..*.......\n.**........\n*.*........\n...........\n..*.*......\n..*.....*..\n.....*..*..\n```\n\n\n## Output without wrap\n\n```\n**.........\n*..*.......\n*.**.......\n..*........\n.*.*.......\n...*.......\n...*.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.....\n*..*.......\n*.**.......\n..*........\n.*.*.......\n...*.......\n...*.......\n.*...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n**..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*..*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*.*.*\n*.**.\n.*...\n*....\n***..\n.*...\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n*.**.\n*....\n*.**.\n*.**.\n*..*.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...**\n*.**.\n.....\n..*..\n*.***\n*..*.\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****\n*..**..\n.....*.\n......*\n*......\n**.....\n**..*..\n**.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*..*\n....**.\n.......\n**.....\n.......\n.......\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*..*...\n....***\n......*\n**....*\n......*\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*.\n.*.*...*.\n.*...**..\n..*......\n.***.*.*.\n..*......\n...**....\n```\n\n\n## Output without wrap\n\n```\n......*..\n***.**.*.\n.*....*..\n...***...\n.*.*.....\n.*.......\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.*\n***.**.**\n.*....*..\n...***...\n.*.*.....\n.*.......\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*..\n*...**..\n.**.....\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n****.*..\n*...**..\n.....**.\n*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n*...**..\n.....***\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*******\n*********.**\n.*.*.****.**\n..**********\n*.**.****.*.\n.***********\n***.**.**.*.\n**.*.**.*.**\n.**.*.**.***\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n............\n............\n............\n............\n............\n.***...**...\n.***...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*******.\n.*****..**.\n.***.**.**.\n..*****..**\n...*.*..**.\n*.....**.**\n..*********\n.***.....*.\n...*...*...\n.*.....**..\n*.*.*.*..**\n******..***\n*..*****.**\n..*****.*.*\n```\n\n\n## Output without wrap\n\n```\n**....**.*.\n..........*\n...........\n.*........*\n..**.......\n..*........\n....**.....\n.*...*...**\n.*.*...*...\n.***..****.\n*...*.*...*\n*..........\n*..........\n..*.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n...........\n*..........\n.*........*\n*.**.......\n*.*........\n....**.....\n.*...*...**\n.*.*...*...\n****..*****\n....*.*....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n*.*.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n*...\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*..*\n.**.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*.*\n....*.**.*\n....*..**.\n..........\n....*.....\n.***.*....\n..........\n.*.......*\n*....***..\n```\n\n\n## Output without wrap\n\n```\n.*..*.**..\n.*........\n.....****.\n...*****..\n..*.*.....\n.*..*.....\n..**......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**.\n.*..*.*..*\n.....****.\n...*****..\n..*.*.....\n....*.....\n****......\n**..*.**..\n**....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.**...\n***...\n**....\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.*.**\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.....*...\n.***.*.**.***\n.**...****.**\n.*.*...*.***.\n*...**..*..*.\n.**....*....*\n.****.**.*...\n.**.**...*..*\n**.*.*..**...\n.***.********\n...*...*.*...\n```\n\n\n## Output without wrap\n\n```\n...**....***.\n....**...***.\n*............\n***...***....\n*.**..***....\n**.**........\n......**.....\n......***....\n**........**.\n****......***\n..***.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***.**.\n.....*......*\n.............\n..*...***....\n*.**..***...*\n...**.......*\n......**.....\n......***....\n..........**.\n...........*.\n.*.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n.*...***\n.*******\n.*.....*\n**.....*\n*......*\n.****...\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.*.....*\n**.**...\n...***.*\n**....**\n*..*....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*.\n.*.....*\n.*.**...\n...***..\n.*....*.\n...*...*\n*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*..*\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n...*.*...\n...*.*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*.....*.\n.*.....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n...**.\n....**\n..*..*\n..*..*\n..*..*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...***\n.....*\n...*.*\n.*****\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...***\n.....*\n*..*.*\n******\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.\n***.***\n*.**...\n*.*...*\n.****.*\n**.****\n.******\n*...***\n.******\n******.\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*\n......*\n*...*.*\n*...**.\n......*\n*......\n.......\n*......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n....***\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.......\n....*..*.*.\n....*.*....\n.........*.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...***.....\n.....*..*..\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...***.....\n.....*..*..\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.*...........\n.......*.....\n*............\n*............\n.*..........*\n.............\n.............\n..........*..\n....*......*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n*............\n**..........*\n**..........*\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........*\n***....*****\n.*.*....*..*\n*.**...**..*\n.*.....**...\n.......*....\n*..**..*..**\n**.....*..**\n....*.***..*\n.***..*....*\n```\n\n\n## Output without wrap\n\n```\n.*.....*.*..\n.***...*.*.*\n..***....*..\n.*.*........\n.**...**....\n*.*..*..*...\n***.*...***.\n...*.....*.*\n*......*....\n..**.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.......\n.......*.*..\n..***....**.\n**.*........\n.**...**..*.\n..*..*..*..*\n.**.*...****\n...*.....*..\n*..*...*.**.\n..*..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.****\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*..*\n.*..*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n.*..*\n.....\n.....\n.....\n.....\n.....\n..**.\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n....*\n.....\n...*.\n...**\n...*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n..***\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n.....\n.....\n...**\n..***\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.***..\n******\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n*.....\n*....*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*...\n.....*\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n..*...\n...*..\n....**\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*....\n...**.\n...*.*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*....\n...**.\n*..*..\n*...*.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*..*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n.**.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n...*.*\n......\n......\n..***.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n...*..\n..***.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n*...**\n......\n...*..\n..***.\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.**...\n..**.***.***\n.....*..**..\n**...**....*\n..******.**.\n..***..*..**\n.**....**.**\n.****..*.*..\n.***..*.....\n*.........*.\n*.**..***.*.\n..**.*..*..*\n...*.***.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*...***.\n....*..*...*\n.........**.\n.*.*...*..*.\n..*.....*...\n......*.....\n.....****.*.\n......***.*.\n**....*****.\n.*..*.*.***.\n.****.******\n.*.........*\n..*.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....*.*\n...*.....**.\n.........***\n*..*...*..*.\n..*.....*..*\n......*.....\n.....****.**\n......***.**\n......******\n*...*.*.**..\n..***.*****.\n*********...\n.*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.***\n*.***\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*.*\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..**\n....*\n**..*\n*..**\n.*.**\n**..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n**..*\n**..*\n*....\n.*...\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*....\n.*...\n.*...\n.....\n.*...\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n***.**\n*.***.\n.**...\n****..\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*.....\n....**\n...***\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n...***\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.****\n....*\n**..*\n*...*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n**..*\n*...*\n**.**\n*.***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.*.*.\n..**.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n********\n**..****\n********\n*.*****.\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n******\n**.*..\n...***\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n.....*.*..\n.....*.*..\n......*...\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.....*.*..\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.....*.*..\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.***\n.****\n..***\n****.\n*****\n***.*\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.....\n*....\n*....\n....*\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**...\n*...*\n*....\n*..*.\n*.*..\n.***.\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n*....\n**...\n*....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.*.**\n**..*\n*...*\n....*\n....*\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n.***\n.*.*\n*...\n****\n...*\n*.*.\n...*\n.*.*\n...*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*.*.\n**.*\n...*\n*..*\n*...\n.*.*\n...*\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**..\n....\n..**\n****\n.*.*\n...*\n..**\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n..*...\n....*.\n*..*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*..*.\n....**\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.**..\n..*..\n..*..\n..***\n..*..\n....*\n....*\n....*\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n***..\n*.*..\n..**.\n.**..\n.**..\n..*.*\n...*.\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*.*..\n..**.\n.**..\n.**..\n..*.*\n...*.\n*..**\n*..**\n*..*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*....*..\n******.*.**.*.\n..*...******..\n.*.....**.***.\n**....**......\n.....*.*......\n.....***...*..\n.....*******..\n........*.***.\n.......*.....*\n***....*......\n***........***\n.*....**...**.\n```\n\n\n## Output without wrap\n\n```\n.....*.....*..\n**.**......*..\n*..***........\n..*...........\n*.*...........\n..........*...\n....**........\n..............\n...........**.\n.*.........***\n.*....*.*..*.*\n*.*..........*\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**.....*\n*..**.......*.\n...***......*.\n..*.........*.\n*.*..........*\n..........*...\n....**........\n..............\n*..........**.\n**.........***\n**....*.*..*.*\n.....*.*......\n....**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n....**...\n...*.*...\n..****...\n**...*..*\n****..***\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....*...\n.**...*..\n.*******.\n*..***...\n*.*..**.*\n.**...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n.........\n.....*...\n..*...*..\n.******..\n...***...\n..*..***.\n.**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.***.*\n**.****.***.\n....*.......\n**.**.*..***\n..*.*****..*\n**...*...*..\n**....*...**\n***..*.***.*\n**.**..*...*\n*...*..*****\n*....*......\n..***..**.**\n```\n\n\n## Output without wrap\n\n```\n**..*.*.....\n**..**..*...\n*....**.*..*\n.**...*....*\n..*........*\n.*.*.*...*.*\n...........*\n...*...**..*\n..*........*\n..**...*****\n..*.....***.\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.....\n......*.....\n.....**.*...\n***...*...**\n*.*........*\n...*.*...*..\n............\n...*...**...\n..*.......*.\n..**...***..\n.*........**\n.**.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...**\n.....\n.....\n.*.*.\n.*..*\n.*..*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n..*..\n**.**\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n.....\n.....\n*.*..\n.*.**\n.**.*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n****...*\n..*.**..\n*****...\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.****.*.\n.....*..\n.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n*****.**\n.....*.*\n***.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n.*..**\n*.*..*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n.....*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n....*.\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**...\n*....\n***..\n...*.\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n*.**.\n*.**.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***.*\n..*.*\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n..**.\n*..*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..***\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..**.\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n..*\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**...*\n*....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n.**.*.\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*.*...\n*.**..\n***...\n*..*..\n**....\n......\n*.....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n**....\n......\n**....\n**....\n..*...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n****.*\n.*....\n......\n.*...*\n.*...*\n..*...\n..*..*\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n...*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..**.\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..***\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...*....\n........\n........\n........\n........\n........\n..*.....\n.*.**..*\n*****.**\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n..**....\n*...****\n**..****\n.***..**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n..**....\n....****\n.*..***.\n.***..**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.**....\n.**....\n..*...*\n.*..**.\n.**....\n..*..**\n..**.**\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.*.**..\n...*...\n.*...**\n.*....*\n.*....*\n..*...*\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...\n***....\n*..**..\n*..*...\n.....*.\n.......\n.......\n..*....\n..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n***\n*.*\n***\n***\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n...\n...\n..*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n..**\n.*.*\n*..*\n*..*\n....\n****\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n.*.*\n**.*\n....\n*..*\n*..*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n.*..\n*..*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n**..\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*...\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n***\n***\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n.*.\n*.*\n...\n*..\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**..*\n*.*.*\n**.*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n..**.\n.**.*\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.***.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..**\n.**.*****\n****.**.*\n```\n\n\n## Output without wrap\n\n```\n.**.*...*\n*........\n*..*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.........\n........**\n.....**...\n..........\n..........\n..........\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n.........*\n.........*\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*..\n***\n***\n.**\n***\n*.*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n...\n...\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.......\n..*.*..\n..*.*..\n.......\n*...*..\n...**..\n.*.*..*\n*.***..\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n...**..\n..****.\n.*...*.\n.**...*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n.......\n.......\n...*...\n...**..\n*.****.\n**...*.\n***....\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n********\n*.******\n********\n****.**.\n******.*\n***.**..\n********\n***...**\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n....*.*.\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n......**.\n.......*.\n*.......*\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......**.\n......***\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n......**.\n......**.\n*......*.\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*\n...****\n***.*.*\n.**.***\n.*.*.**\n.*.*.*.\n**...*.\n*....**\n....*.*\n*...**.\n*..****\n```\n\n\n## Output without wrap\n\n```\n..**..*\n*.....*\n*......\n.......\n**.*...\n.*...*.\n***..*.\n**..*.*\n....*.*\n.......\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n.*.*...\n.*...*.\n.**..*.\n.*..*..\n....*..\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n..***.***\n****.*..*\n..*..*..*\n..*******\n..**.*...\n```\n\n\n## Output without wrap\n\n```\n..***..*.\n.....****\n.....*..*\n........*\n.*.....**\n..*..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.....****\n.....*...\n.........\n.*.....**\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*......\n..**...*...**\n..**...*..*.*\n..........*.*\n..........*.*\n*...*....**..\n*..***.......\n*..*.*...*...\n***..*...*...\n.**...*.*****\n...*..*.**...\n....**.***...\n.............\n..**.........\n```\n\n\n## Output without wrap\n\n```\n..*..........\n.*.*.......**\n..**.....**.*\n.........**..\n....*........\n..**.*.....*.\n**.*.....*.*.\n*..*......*..\n****...*.....\n.*.....*..***\n..*.......*..\n..*...***....\n...**.***....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........*\n...*.......*.\n..**.....**..\n.........**..\n.*..*........\n..**.*.......\n.*.*.....*...\n.*.*......*..\n*.**...*...*.\n.......*..***\n..*.......***\n..*...***....\n...**.***....\n..**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n*.*\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**..*\n...*.**.*.\n**.*.*.*.*\n*...***...\n*.*..*.**.\n..*.......\n.*....***.\n```\n\n\n## Output without wrap\n\n```\n..**.***..\n*..*....**\n****...**.\n*.**......\n...***.*..\n..*.......\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.....*\n...*....*.\n****...***\n..**......\n...***.*.*\n..*......*\n**.*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n******...\n**.****.*\n*..**..*.\n.*.**..**\n.*.**...*\n**.*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.....***.\n......**.\n**......*\n**....***\n.....****\n***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n.....**..\n......**.\n.......*.\n*.....*..\n..*..****\n....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*....\n..*.****.\n****.....\n...******\n..***.*.*\n*.*.*****\n```\n\n\n## Output without wrap\n\n```\n...**.*..\n...**.**.\n......*..\n.**....*.\n.***.*...\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.\n..*..*..*\n**....***\n..*......\n.**.....*\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....*......\n.......*......\n.......*......\n......*..*....\n.........**...\n........***...\n..............\n..............\n..............\n*...........**\n..*........*..\n..*.......*...\n...*.......*.*\n*.*....*.....*\n```\n\n\n## Output without wrap\n\n```\n.*............\n.*....***.....\n......***.....\n........***...\n..............\n........*.*...\n.........*....\n..............\n..............\n............*.\n.*.........**.\n..**......***.\n.***........*.\n............*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...***....*\n.*....***.....\n......***.....\n........***...\n..............\n........*.*...\n.........*....\n..............\n.............*\n............**\n.*.........***\n..**......***.\n****........**\n..**........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.......***\n*.*.........*.\n**...........*\n.*..........*.\n.*..........*.\n.**.........*.\n..***........*\n..*...........\n..*...........\n**............\n```\n\n\n## Output without wrap\n\n```\n..**.......**.\n...*.......*..\n..**.......*.*\n..*...........\n*..........*..\n**.........*.*\n.**...........\n.**...........\n..*...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***......**.\n..**.......*..\n.***.......**.\n..*...........\n...........*..\n.*.........*..\n..*..........*\n.**...........\n.***..........\n..**.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.........\n........*\n........*\n........*\n.........\n.........\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......**\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n*......**\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*...\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*...\n*.........\n...*.*...*\n..*.......\n...*......\n..........\n........**\n...*......\n...*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..***.....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n..........\n..***.....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....**.*\n.*.*.*......\n.......*.*..\n..*......*.*\n.**.......*.\n............\n..**.*.*....\n**........*.\n...*........\n```\n\n\n## Output without wrap\n\n```\n..*.........\n..*......**.\n..*.....*.*.\n.**.....**..\n.**.......*.\n.*.*........\n.**.........\n.*.**.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.......\n..*......**.\n..*.....*.*.\n.**.....**..\n.**.......*.\n.*.*........\n.**.........\n.*.**.......\n***......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n.*..\n*...\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n*...\n***.\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..**..*.\n..*.*...***.*\n..*.*..*....*\n.**.*.**.....\n..****.*....*\n*...*........\n*......**....\n....***...***\n....*....**..\n....*....*...\n.**.*....*...\n*........**..\n.....**..*.**\n```\n\n\n## Output without wrap\n\n```\n..***...*.**.\n.**.**......*\n.**.*.**.*.*.\n.***.........\n.**..*.......\n...**...*....\n...*.....***.\n........****.\n...*.........\n..*..*....*..\n..*..*.*.....\n..*..........\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*.*.**\n..*......****\n*.*.*.**.*.*.\n*.**.........\n..*..*.......\n...**...*....\n.*.*.....**..\n........*****\n...*.......*.\n..*..*....*..\n.**..*.*....*\n.*..**.....**\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n.*..\n....\n....\n....\n....\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**...\n***.*\n*....\n.***.\n*...*\n**..*\n**.**\n..**.\n..*.*\n*.***\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n*..*.\n*.**.\n*...*\n.*..*\n...*.\n.....\n.....\n**..*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.*...\n..*..\n.*.*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.......\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n*......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*..*.\n*****\n*....\n.....\n.....\n..**.\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n*....\n..*.*\n.....\n.....\n..**.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*.**\n.*...\n.****\n.....\n.....\n..**.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n*.*\n...\n..*\n...\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n*..\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n...\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..**\n**.**.*.\n.*..*.*.\n*..*****\n..*.....\n...****.\n.**.*...\n.*.*.**.\n.*.*.*.*\n.***...*\n```\n\n\n## Output without wrap\n\n```\n**.*****\n...**.*.\n.*......\n.****.**\n..*....*\n.*..**..\n.*......\n**.*.**.\n**.*.*.*\n.*.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n...**.*.\n.*......\n*****.**\n..*.....\n.*..**..\n.*......\n.*.*.**.\n.*.*.*.*\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n*.*...\n***...\n*.....\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*.*...\n*.*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n*.*...\n*.*..*\n..*...\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n.....**...\n......*...\n......***.\n......*.*.\n.....**...\n....*.*...\n.....***..\n..*...**..\n.*......**\n*.*....**.\n.......***\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n..........\n.....**.*.\n........*.\n......*...\n....*.....\n..........\n.....*....\n.**...*..*\n.*........\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****\n.....**...\n..........\n.....**.*.\n........*.\n......*...\n....*.....\n..........\n.....*....\n***...*..*\n**........\n**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n...**.....\n****.....*\n***.....**\n..*......*\n...**.....\n..........\n.......**.\n.......**.\n```\n\n\n## Output without wrap\n\n```\n...**.....\n.*..*.....\n*...*...**\n*.......**\n..*.....**\n...*......\n..........\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n**..*.....\n....*...*.\n........*.\n..*.....**\n...*......\n..........\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****.\n...**....\n....*....\n....****.\n```\n\n\n## Output without wrap\n\n```\n...****..\n...*..**.\n....*.**.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n......**.\n......**.\n......**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n.*....**\n.*....*.\n*......*\n........\n...*....\n...*....\n........\n..**....\n..**....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n**....**\n**....*.\n........\n........\n........\n........\n..**....\n..**....\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n.*....*.\n.*....*.\n*......*\n........\n........\n........\n..**....\n..**....\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**..\n...*.**..\n..**.**..\n.**.**...\n..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n......*..\n..*...*..\n.........\n**.......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n.*.*...\n.****.*\n.***.**\n...**.*\n*.**.*.\n..**.*.\n*.*.*.*\n..*.***\n```\n\n\n## Output without wrap\n\n```\n******.\n......*\n*.....*\n.*....*\n......*\n.*...**\n.....**\n..*...*\n.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n......*\n.*....*\n.......\n.*...*.\n*....*.\n*.*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n....\n....\n....\n....\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n****\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n...\n...\n*..\n.*.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n.*.\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n...\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....**.\n.*...*.*..\n.....****.\n.......*.*\n..***..**.\n.*.*.*.*.*\n.**...**.*\n..*....***\n```\n\n\n## Output without wrap\n\n```\n***...***.\n***..*....\n.....*....\n...***...*\n..***..*.*\n.*...*...*\n.*.*.....*\n.**...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......\n***..*...*\n.....*....\n...***...*\n*.***..*.*\n.*...*...*\n.*.*.....*\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*..*\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n****\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n***...\n***...\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.**.\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n**..*..\n*****..\n.**.***\n...*.*.\n*.*....\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n***....\n....*..\n.......\n*.....*\n...*.**\n.**....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n....*..\n.......\n......*\n*..*.*.\n.**....\n.*.....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n***\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*******\n***.******\n*.**.*..*.\n..**..*.**\n****.*.***\n.**.**.***\n..********\n..**....*.\n***.*..*.*\n```\n\n\n## Output without wrap\n\n```\n*..*.....*\n..........\n*.........\n*....**...\n*....*....\n*.........\n..........\n..........\n.**.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.....**...\n.....*....\n..........\n*.........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n......\n......\n.*.*..\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.**...\n......\n...*..\n..***.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*...\n**.**....*\n.**.....**\n*.*.**...*\n.**.**...*\n.*.*.*...*\n***.******\n*.********\n```\n\n\n## Output without wrap\n\n```\n**.**.....\n**.***..**\n.....*....\n....****..\n.....***.*\n.......*.*\n.*......*.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*.***\n.....*..**\n....******\n.....****.\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**..*.\n*....**...*\n....*.*...*\n*....**...*\n```\n\n\n## Output without wrap\n\n```\n.....**....\n....*..*.**\n....*..*.**\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..*.*.\n*...*..*.*.\n....*..*.*.\n*...*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**\n.*.***..\n........\n......*.\n*...*.**\n.*..*..*\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n........\n...*...*\n....*..*\n........\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.**\n***.....\n...*...*\n....*.**\n.....***\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.****\n..***\n*.**.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..***\n**....*.\n..*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*....*.\n*....*.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n.*.*....\n.*.*....\n.**.....\n.....**.\n..****..\n.....**.\n```\n\n\n## Output without wrap\n\n```\n..**....\n**..*...\n*.......\n........\n.*......\n..*.....\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****..\n**......\n*.......\n........\n.*......\n.....**.\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**..**\n.*..**\n******\n*.****\n*.**..\n**.***\n***.*.\n*.****\n*.**.*\n..*.**\n******\n```\n\n\n## Output without wrap\n\n```\n*.**.*\n......\n......\n*.....\n*....*\n*.....\n.....*\n......\n*....*\n......\n*.....\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.\n****...\n*.*....\n..*....\n*......\n.....**\n*......\n```\n\n\n## Output without wrap\n\n```\n*..**..\n...**..\n*......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...**..\n*......\n.......\n......*\n*.....*\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......*.*.\n...*..**..*...\n..**..*.***...\n***....*..****\n.*.*.**....***\n....*..****...\n```\n\n\n## Output without wrap\n\n```\n...........*..\n...*..***.*...\n...*..*.*...*.\n*...**.**....*\n**.****......*\n....*********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...*...\n...*..***.*...\n*..*..*.*...**\n....**.**.....\n.*.****.......\n..*********..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n...\n...\n...\n...\n...\n...\n***\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n...\n...\n...\n...\n.*.\n.*.\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*..*\n.*...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n.....*\n***.*.\n*..***\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n*....*\n*.***.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.**.*\n*...**\n*.**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n..*.*.**\n...****.\n....*...\n........\n***....*\n.*......\n...*.*..\n.....*.*\n*.*.****\n.*.....*\n..***...\n.*..***.\n```\n\n\n## Output without wrap\n\n```\n..**....\n..*...**\n......**\n...**...\n.*......\n***.....\n**......\n....*.*.\n...*...*\n.*..**.*\n.*.....*\n.****.*.\n..*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*\n..*...**\n......**\n...**...\n**......\n***.....\n.*......\n....*.*.\n*..*...*\n.*..**..\n.*.....*\n*****.*.\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*\n.**....*\n.**....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.**.....\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****..\n*.****..\n*.****..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n.*.\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n.*.\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n*........\n*....*...\n...****..\n....**...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.....**..\n...*..*..\n...*..*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**......*\n.....**..\n...*..*..\n...*..*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n...**\n.****\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n....*\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n....*\n*.*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..**.\n*...*\n...*.\n*...*\n.***.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n..*.*\n...**\n.*..*\n.****\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*****\n..*.*\n...*.\n**..*\n****.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.*.\n*.*.\n*.**\n**..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.*.\n*.**\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n*.*.\n..*.\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*.*..\n......\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..*...\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**.*...\n.........*.*\n........**..\n..*.*....*..\n............\n............\n....*.......\n...***......\n```\n\n\n## Output without wrap\n\n```\n............\n.........**.\n.......*....\n........**..\n............\n....*.......\n...*.*......\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****....\n......**.**.\n.......*....\n........**..\n............\n....*.......\n...***......\n..**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.........**\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.........**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........**\n*...**..*..\n..**..*.**.\n...*.....**\n*.**......*\n..*.....*.*\n.**.**...*.\n..***.*....\n..*.***....\n***..**..*.\n....*....*.\n.*.**...*..\n```\n\n\n## Output without wrap\n\n```\n.........*.\n.*.***.**.*\n..**.*.**.*\n.*..*...*.*\n.***......*\n....*.....*\n.*..**...*.\n......*....\n.......*...\n.**...*....\n*...*...**.\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*..***\n**.***.**..\n..**.*.**..\n**..*...*..\n****.......\n....*.....*\n.*..**...*.\n......*....\n.......*...\n.**...*...*\n*...*...***\n*..**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n......***\n**....*.*\n.****.*.*\n.*..***..\n..***..*.\n***.**.*.\n..*.*..**\n***.*....\n**.******\n..*.*....\n*******..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n......*.*\n..***.*..\n**.**.*..\n.....***.\n.......*.\n.....*...\n.....****\n.....*..*\n.........\n.*...**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**..\n..******.\n......*..\n*.***.*..\n.*.**.*..\n.*...**..\n.......*.\n*....*...\n.....****\n.....*..*\n.......*.\n.....***.\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*...\n.***\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*......*..\n.....**.......\n***....**..***\n...*....*.*.*.\n...*....*.*.*.\n...*..**.*...*\n...*..*...**.*\n.*..**.......*\n***..........*\n.*.*...*.***..\n.*.*..*....*..\n.**..*...**...\n.**..****..**.\n..**.......*.*\n```\n\n\n## Output without wrap\n\n```\n.....*........\n.**..*....**..\n.*.*.*...*.**.\n.*..*.....*...\n.*...*....****\n.*....*...**.*\n.........*..**\n**...**....***\n**...*....*.**\n**...*...**.*.\n**.....**.....\n***.........*.\n.*..........*.\n..***.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........*.**\n..........**..\n...*.*...*.***\n....*.....*...\n.....*....****\n**....*...**.*\n.*.......*..**\n.....**....*.*\n*....*....*..*\n*....*...**...\n**.....**.....\n*.*.........*.\n*.............\n.........**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n*......\n....*..\n*......\n.......\n..*...*\n.......\n.......\n*......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..**\n*.**.****\n**..*.**.\n**.***..*\n```\n\n\n## Output without wrap\n\n```\n.*..**..*\n*........\n.........\n********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*...\n*.*****..*\n*...**....\n*.**..***.\n*.....*.**\n.....**.*.\n..........\n```\n\n\n## Output without wrap\n\n```\n.*.*..*...\n*.*...*...\n*.......*.\n*..**.*.**\n.*.......*\n.....**.**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*...\n*.*...*..*\n*.......*.\n*..**.*.*.\n**........\n.....**.*.\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n...\n.**\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n....*.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.........\n.****....\n.........\n...***...\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n.....*...\n....*....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..**.....\n.....*...\n....*....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....*\n.......**.\n..........\n***.......\n..*.......\n..*.......\n..........\n.*.......*\n.*.*.....*\n.*.*...***\n```\n\n\n## Output without wrap\n\n```\n........*.\n........*.\n.*........\n.**.......\n..**......\n..........\n..........\n..*.......\n**.......*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n........*.\n.*........\n.**.......\n..**......\n..........\n..........\n..*.......\n.*.......*\n.*.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*.*..\n.*.****....\n....***....\n**...*...**\n.*..*.**.**\n**.**.*****\n****.*.**.*\n**.*.***.**\n.....*...**\n.***....**.\n```\n\n\n## Output without wrap\n\n```\n.**.*.**...\n.**........\n****.......\n**.....****\n...**......\n...........\n...........\n*..*.*.*...\n*..*.*.*...\n..*.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.**.\n.**........\n.***......*\n.*.....***.\n...**......\n...........\n...........\n...*.*.*...\n...*.*.*...\n******.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.*.*..\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n..*...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n..*\n...\n...\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n..*\n...\n...\n...\n...\n...\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***..*..\n*...*****.\n*.*...*..*\n*.*****.*.\n```\n\n\n## Output without wrap\n\n```\n.*.**..**.\n*.*.*...*.\n*.*......*\n..******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......\n*.*.*...*.\n*.*.......\n*.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*.**\n**.**\n.*...\n.*.**\n**.*.\n.*.**\n***..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n*****\n.*...\n.*...\n**...\n**...\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*...*\n..*..\n.*.**\n.*...\n*..**\n*...*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n...*..\n...**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..**..\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..***\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*..*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..***..*..\n*...***...*.**\n******.*.....*\n**.********.*.\n*.*.***.**.*..\n```\n\n\n## Output without wrap\n\n```\n.***...*...*.*\n.***...*..*..*\n.........**..*\n..........*.*.\n..........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n.........****.\n.........**...\n..........*.*.\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.****\n.*.**\n*..*.\n.****\n***.*\n.*..*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n**...\n.....\n...**\n*.*.*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...**\n..*.*\n...*.\n*....\n....*\n*...*\n.*.*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n....*\n...*.\n.....\n.....\n....*\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n***..\n*...*\n*...*\n*...*\n.....\n**...\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.....\n.....**.....\n.....*......\n............\n............\n*........***\n*.......*...\n***.*.*.....\n..*****.....\n*...*.*....*\n........****\n.......*....\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n....*..*....\n.....**.....\n............\n.........**.\n...........*\n.*......***.\n*..*.****...\n............\n.....*...*.*\n......*....*\n.......*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*..\n....*.......\n.....**.....\n............\n*........*..\n*...........\n**......**..\n.*.*.****.**\n..........**\n.*...*...*..\n*...........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.....\n*****.....\n**..*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***.**\n*...***.**\n*...***.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n.***\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n....*\n..*.*\n..***\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..*.*\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***..\n*.*.*\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n.**\n.**\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*......\n......*\n...*...\n...*...\n..*....\n...****\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n.......\n..**...\n..*..*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.\n**....*\n.......\n.......\n..**...\n..*..*.\n.******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n**.*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.**.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n****\n.**.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n***.**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..*..\n.****\n....*\n**.*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.**.*\n*...*\n*****\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n***.*\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n........\n........\n.......*\n*......*\n......**\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.......*\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*......*\n*.......\n......*.\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*.*..\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*...\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n..***.\n.**...\n......\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n..*.**\n.**...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*.*.*.\n.**...\n**....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n....\n....\n*.*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n....\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*..\n.*....*..*\n*...*...**\n..**.*.**.\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n..........\n**.....*.*\n.******..*\n.*********\n..**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**..\n.*.....*.*\n*******...\n.********.\n.***..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n**..*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n**...*\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*\n...*..*\n.*****.\n**.*.*.\n*..*...\n*.*....\n****...\n...*...\n**.*.*.\n.*.*...\n**.*.*.\n..**...\n.**.*..\n...**..\n```\n\n\n## Output without wrap\n\n```\n..****.\n......*\n**...**\n*....*.\n*..**..\n*......\n*..*...\n...*...\n**.*...\n...*...\n**.*...\n*......\n.*..*..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n......*\n.*...*.\n*....*.\n*..**..\n*.....*\n*..*...\n...*..*\n**.*...\n...*...\n**.*...\n*......\n.*..*..\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***..*\n..**.....\n.*.*.....\n.........\n....**...\n*.*......\n*...**..*\n```\n\n\n## Output without wrap\n\n```\n..**.....\n....*....\n.........\n.........\n.........\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n........*\n.........\n.........\n*........\n*........\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n...*..\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*...*\n.****.\n****..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n....*.\n*...*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*.***\n....**\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n..**.\n***.*\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**.*\n.*.*\n.*.*\n.*..\n*.**\n*...\n**..\n**.*\n*...\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.*..\n....\n....\n*.**\n..**\n..**\n..*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*.*.\n.*..\n.*.*\n*.**\n..*.\n.**.\n....\n.*..\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*...*.\n**..*.\n.***..\n.*....\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n******\n......\n*...*.\n...*..\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n*...*.\n...*..\n.*.**.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..*..\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*.**.\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*...\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n*.***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n*.***\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*......\n.....*....*..\n.*.*....**.*.\n...*....**...\n**..***..**..\n*...*...*....\n....*.*..***.\n```\n\n\n## Output without wrap\n\n```\n.............\n..*......**..\n..*.*...*....\n**.*.*.*.....\n**.***.*..*..\n**.**.***..*.\n.....*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*.*.\n..*......**..\n..*.*...*....\n**.*.*.*.....\n**.***.*..*..\n**.**.***..**\n...*...*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*...\n..**..*..*\n....*..**.\n.*...*....\n.....*....\n.**..*....\n...**..***\n```\n\n\n## Output without wrap\n\n```\n..........\n..**....*.\n..*.....*.\n.*........\n.**.......\n......*...\n..*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*......**\n..*.....**\n.*........\n.**.......\n........*.\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n...*\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.**.*\n..***\n..***\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.....\n.....\n.*...\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.***\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.***\n...*\n..*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*....\n*...*..***\n...*.*.*.*\n....**..**\n.....**.**\n.....***..\n```\n\n\n## Output without wrap\n\n```\n*****...*.\n*....*.*..\n....*...*.\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*..\n.*.*.*....\n....*.....\n..........\n..........\n...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.**.\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n......*\n.....*.\n.......\n.*.....\n..*....\n...***.\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n..*..*.\n..*....\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.....**\n.......\n.......\n...*...\n..*..*.\n.....*.\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n.*......\n.*.*....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n..*.....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n..*.....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n....*..\n..*.*.*\n*******\n......*\n...**.*\n.......\n.*.....\n.*....*\n.*....*\n**.....\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n.***..*\n.**...*\n.......\n.......\n.*.....\n*.*....\n...*...\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n.**..*.\n****...\n.**....\n.......\n.......\n.*.....\n..*....\n...*...\n..**.**\n****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.***.\n*****\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.**.\n***.*\n..*.*\n**.**\n.*...\n.*..*\n.*..*\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n**..*\n**...\n....*\n***.*\n*..*.\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*..**\n.*.**\n****.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n..**..*\n.......\n...**.*\n....***\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*.*.\n..*.**.\n...**.*\n...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n...*.*.\n..*.**.\n...**.*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.*.\n...*........\n...*.*....*.\n*...*..*....\n.**.........\n*.....*.....\n.....*.**...\n```\n\n\n## Output without wrap\n\n```\n............\n....*....*..\n...*........\n.****.......\n**..........\n.*....**....\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****..\n....*....*..\n...*........\n.****.......\n**..........\n.*....**....\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n*......\n*......\n..*....\n.**.**.\n*..**..\n.....*.\n.......\n.......\n.......\n.......\n.......\n*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.*.....\n..**...\n.**.**.\n.***...\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n**.....\n.*.....\n..**...\n.**.**.\n.***..*\n....*..\n.......\n.......\n.......\n.......\n.......\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...**\n*.*..\n*.*..\n...**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n*.*..\n*.*..\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.*.*\n.**.****..*.*\n*.*..***.****\n*.***********\n******.*.**.*\n*.****.....**\n*************\n***.*.*******\n...**.**..***\n.***..*.***.*\n.*..****.***.\n****..*******\n.**.***...*.*\n*.****....*.*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n**...........\n.............\n.............\n.............\n.............\n**...........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n*...***\n.....**\n*.....*\n.***..*\n***...*\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n....*.*\n....*..\n.**...*\n...*.**\n*..*...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n*...*..\n....*..\n.**....\n...*.*.\n...*..*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*.**.\n.*..*.\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n....**\n.**..*\n*....*\n****..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.....\n......\n****..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n...*.\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.*.*.*\n.*.*.*\n*..*.*\n...*..\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**.*.*\n...*..\n*..**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n.*.*.*\n*..*.*\n...***\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n**.\n...\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*..\n*.*\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n**.\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**\n.**.**.\n.......\n.......\n.......\n.......\n.......\n....**.\n...*.**\n...*.**\n```\n\n\n## Output without wrap\n\n```\n.***.**\n.**.***\n.......\n.......\n.......\n.......\n.......\n....***\n...*...\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.**.***\n.......\n.......\n.......\n.......\n.......\n....***\n...*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n******\n.**.*.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n*.....\n.....*\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*..\n*.......*\n.*.......\n**.****.*\n*..*.*.*.\n....*..**\n..****..*\n.**..*...\n**.*..***\n.*.**.***\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*........\n.**.**.*.\n**.*.***.\n****.....\n..*....**\n.**..****\n*....*..*\n*..*....*\n**.****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**..\n*.......*\n.**.**.*.\n.*.*.****\n.***.....\n*.*....*.\n***..****\n.....*...\n...*.....\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n......*...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....**\n.*.*..\n*..*..\n*....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n.....*\n*.....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n......\n......\n......\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.\n**.*.**\n.**.*.*\n..*.***\n..**...\n.*..*..\n.*.**.*\n.*.....\n..****.\n...*..*\n*....**\n*....**\n**..***\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n**..***\n*..*..*\n*......\n....*.*\n.**....\n.*..**.\n**.***.\n.*.....\n..****.\n..**..*\n....*..\n*......\n**.*...\n.*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n...*...\n.......\n*...*.*\n.**....\n**..**.\n.*.***.\n**.....\n..****.\n*.**...\n....*..\n.......\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....**.\n.....**.\n........\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.....**.\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n.*.\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*****.\n****.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n*...*.\n.....*\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n..**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*..\n...**....*.\n*.*........\n....*....*.\n```\n\n\n## Output without wrap\n\n```\n...**......\n...***.....\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n...*.*...*.\n...**......\n....*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n........*\n**......*\n**......*\n.........\n.........\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.....**\n**.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n........*\n.*.....*.\n.*......*\n*........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.***.\n*..*.\n*...*\n*...*\n....*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n*....\n**...\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n**.*.\n...*.\n...*.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....\n..**....*\n**...*...\n....*.*..\n..*......\n```\n\n\n## Output without wrap\n\n```\n..**.....\n*.***....\n.*****...\n.*...*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n..***...*\n******...\n.*...*...\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....*....\n..........\n...*.....*\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........\n**........*\n**.....*..*\n...........\n...........\n...........\n.........*.\n......*...*\n....***...*\n...*....**.\n....**.***.\n.*...*..***\n*.*****...*\n*.****..***\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*.*........\n**.........\n...........\n...........\n...........\n...........\n......**.**\n....****..*\n...*.......\n..*****....\n.*.........\n..*...**.**\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......*\n****.......\n.*........*\n*..........\n...........\n...........\n...........\n......**.**\n*...****..*\n...*.......\n..*****....\n...........\n.*....**...\n.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.....\n..........\n..***.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*........\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n.*........\n...*......\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.**\n..*.\n***.\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n*...\n.**.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n.***\n.*..\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.***\n**.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*...\n***.*.**.\n*.*.*.***\n*.**.****\n******.*.\n..****.**\n*****...*\n.*.*...*.\n```\n\n\n## Output without wrap\n\n```\n...***...\n.........\n.........\n**.......\n.........\n......***\n**..***.*\n**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n...***...\n.........\n.........\n.........\n......*..\n......*..\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**....*.\n*...*......**.\n***..*..**.*..\n****..*.*.....\n....*.*..**...\n.....*.***.*.*\n.*...*.*..*.*.\n.*.*...*.*...*\n.*.**.*..*..**\n*.*..****.*..*\n```\n\n\n## Output without wrap\n\n```\n...***.....**.\n*.*.*.***.***.\n....**.******.\n*..**.*.*.....\n.****.*...*...\n....**.*...**.\n..*.*..*..****\n**.*.*.*.***.*\n**.**....**.**\n.*********..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**...*...*.\n*.*.*.***.***.\n....**.******.\n*..**.*.*.....\n*****.*...*...\n....**.*...**.\n..*.*..*..****\n.*.*.*.*.***.*\n.*.**....**.*.\n***.....**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n......**.\n.**......\n.**......\n..*......\n.........\n.**......\n***.***..\n.*.*.**..\n..**.*...\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n..*......\n...*.....\n.*.*.....\n*........\n*.****...\n*..***...\n.*.**.*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n.....*.*.\n..*......\n...*.....\n.*.*.....\n*........\n*.****...\n*..***..*\n.*.***...\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n.*......\n.*....**\n*...**..\n...**...\n...**...\n```\n\n\n## Output without wrap\n\n```\n***.....\n........\n***...*.\n....*.*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n.*....*.\n.**.....\n*...*...\n...*..**\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n.***..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.***..\n**....\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....**..\n.**.**...*..*.\n....**.*.....*\n.*.*..**....**\n.*..*.........\n..*.....*....*\n.........*....\n*....***..*...\n*......*.....*\n.**...*..*....\n```\n\n\n## Output without wrap\n\n```\n..****....**..\n..*...*...***.\n.*.....**....*\n..**..**....**\n.*.*...*....**\n..............\n......****....\n......***.....\n*....*.**.....\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....***..\n..*...*...***.\n.*.....**....*\n..**..**....**\n.*.*...*....**\n..............\n......****....\n*.....***....*\n*....*.**....*\n****......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*...\n....*...*\n...*...*.\n**.*...*.\n.*......*\n.........\n..*.*....\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.****....\n..***..**\n**.....**\n***......\n.........\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...\n*****...*\n*.***..*.\n**.....*.\n.**.....*\n.........\n...*.....\n..*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n*..*...\n*.*....\n*.*....\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....**.\n....**.\n....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.**.*\n...*.\n**.**\n**.*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*...*\n*....\n**.**\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**....\n*.........\n*.**......\n*.*.*.*..*\n.....*.*.*\n......*.*.\n.....***..\n*****..***\n..*..**.*.\n*****.*...\n*.**..*...\n```\n\n\n## Output without wrap\n\n```\n****......\n*...*.....\n..........\n.**.*****.\n....**.*.*\n..**.**.**\n.*...*..**\n.*.......*\n.**.*..***\n....*.**..\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..*.\n.....*....\n........*.\n..*.*****.\n**..**.*..\n..**.**.*.\n.....*....\n.........*\n..*.*..**.\n*.....*.**\n.*....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n..**.\n***..\n***.*\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n...*.\n*....\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*.\n*............*\n..............\n..............\n..............\n.............*\n*...........*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........*.\n*............*\n..............\n..............\n..............\n.............*\n*...........*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n.**\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n***\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n*..*....\n****....\n*..*...*\n........\n**..*...\n*....*.*\n*....*.*\n....*.*.\n*..*...*\n*...**.*\n*...*.*.\n..**.**.\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*..**...\n*****...\n*.***...\n..*.....\n........\n**..***.\n...*...*\n...*...*\n..**...*\n**.**..*\n**.....*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**\n..**....\n*.***..*\n*.***..*\n.**...*.\n.*....**\n.*..****\n...*....\n...*..**\n..**..*.\n.*.**...\n**.....*\n..******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**...**\n.....*...**.\n***......**.\n..**..*.**..\n..*..***....\n```\n\n\n## Output without wrap\n\n```\n.....**...*.\n.******...*.\n.*.*...*.*..\n.*...*..**..\n..**.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**....\n....***.....\n.*.*...*.**.\n.....*.**...\n..*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n**......**\n.......***\n.......**.\n.......*..\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n........*.\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**\n**........\n..........\n.......**.\n*......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*..\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....*...\n.....**.\n....*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n....***.\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....**..\n....***.\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**\n......*\n.......\n.......\n.......\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***\n.....**\n.......\n.......\n.......\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*\n****.**\n**..*..\n*.**..*\n```\n\n\n## Output without wrap\n\n```\n*...*.*\n......*\n....*.*\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n*****.\n******\n******\n******\n******\n******\n******\n******\n**.***\n******\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.....\n.......*.....\n.............\n....*........\n.............\n.............\n..*..........\n..*..........\n..**...*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.**..........\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***....\n.............\n.............\n.............\n.............\n.............\n.............\n.**..........\n..**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*.*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..*.\n.*.*.\n.....\n**...\n*...*\n*..*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..*..\n***..\n**...\n*....\n.*.**\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*.*\n..*.*\n***..\n**..*\n.....\n**.*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.........*.\n......***.*\n.........*.\n...........\n.........*.\n..........*\n.........*.\n..*........\n..*........\n..*........\n```\n\n\n## Output without wrap\n\n```\n........*..\n.......*.*.\n......*...*\n.......*.*.\n........*..\n...........\n...........\n...........\n..*........\n..*........\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n.......*.*.\n......*...*\n.......*.*.\n........*..\n...........\n...........\n...........\n..*........\n..*........\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....**.*\n**.**.**..*\n*...*.*.***\n***..*****.\n**.****..*.\n.*.***.****\n```\n\n\n## Output without wrap\n\n```\n*.**..****.\n*.***.*...*\n....*.....*\n..*........\n...........\n**.*...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..***.*....\n....*......\n..*........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n..***\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n..*.*\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n..*.*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n**..**\n......\n*.*..*\n..*.**\n*.*.*.\n...***\n...*..\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n.**...\n.....*\n.**.**\n....*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n***.**\n.*....\n***...\n....*.\n*.*..*\n....**\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.***\n.....*****\n..*..*..*.\n*.**..****\n**...***.*\n..*.**.*..\n*..****.**\n*.*.**...*\n**..***.*.\n*****.****\n```\n\n\n## Output without wrap\n\n```\n...**.....\n.*........\n.....*....\n*....*....\n*.*.....**\n.........*\n..**.....*\n.*.......*\n..*.....**\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n*.........\n*....*....\n.....*....\n..*.......\n.*........\n..**......\n.*........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n....*\n..***\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n***..\n*.*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n.......\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.......\n*.....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.***..\n.*..*.\n**....\n*.....\n..*..*\n......\n.*....\n.*..**\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*....\n*..**.\n**....\n**....\n......\n......\n......\n******\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n****.*\n...*..\n.*..**\n.*...*\n......\n......\n*....*\n.*.***\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n**..*.*\n*******\n****.**\n```\n\n\n## Output without wrap\n\n```\n*****.*\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....***.\n.....***..\n.*...**...\n**..***..*\n*...**...*\n**........\n*...*..*..\n```\n\n\n## Output without wrap\n\n```\n.....*..*.\n**......*.\n**........\n**........\n....*.*...\n**..**....\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**\n**......*.\n.*........\n.*.......*\n....*.*...\n.*..**....\n......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*...\n.**...\n.**...\n*.**.*\n**..*.\n.*...*\n**...*\n.*...*\n...*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.**...\n...*..\n*.....\n*..**.\n*..***\n..*.**\n***.**\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**...\n...*..\n......\n...***\n...**.\n..*.*.\n.**.**\n.**.**\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*****.\n*.**..\n**..*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*...*.\n......\n*.*.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*...*.\n......\n*.*.*.\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..*.\n....\n....\n**.*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n....\n*...\n**.*\n**.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n**.\n*.*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...........\n.............\n.............\n......*...***\n.......*.***.\n...........**\n..........*..\n.........*...\n.*...........\n*.*..........\n.**..........\n..**.........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n..........*..\n........***..\n.........*.*.\n..........**.\n.............\n.*...........\n.*...........\n...*.........\n..*..........\n..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n..........*..\n........***..\n.........*.*.\n..........**.\n.............\n.*...........\n.*...........\n...*.........\n.***.........\n.***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n.*..\n*.**\n***.\n*.*.\n**.*\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n*..*\n*...\n...*\n*..*\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.**.\n****\n....\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n...*.....*.*\n.**.......*.\n**..........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n..*.........\n*..*........\n*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n............\n............\n............\n............\n............\n............\n............\n............\n.**.......**\n...*......**\n*.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n...**\n...**\n*.*..\n.***.\n.*...\n.*..*\n**...\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n....*\n*****\n*..*.\n..*..\n*.*..\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*....\n.*...\n*....\n***..\n**.**\n.**..\n.**..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.\n.*....***\n.........\n*.*....**\n..**....*\n*.**....*\n*.*......\n***..***.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n......*.*\n......*.*\n.*....*..\n.***...**\n........*\n.........\n*.....**.\n*.*...*..\n.*....*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n......*.*\n.*....*..\n****...**\n.........\n*.......*\n......**.\n*.*...*.*\n.*....*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n...**.\n*.*.*.\n..***.\n.....*\n****.*\n```\n\n\n## Output without wrap\n\n```\n..*..*\n.*....\n.**..*\n.**.**\n.....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.**...\n.**.*.\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n**.....*\n**.....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*......\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***\n.***.***\n.***.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*..**\n**.***.**.\n***..*.*.*\n```\n\n\n## Output without wrap\n\n```\n....**.**.\n.....*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n....**....\n....**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.....\n.....\n***..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*.**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.*...\n.*...\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n*.**\n....\n..*.\n****\n....\n....\n....\n.*.*\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n**.*\n*...\n*..*\n.***\n..**\n.***\n.**.\n....\n....\n....\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n*.*.\n****\n****\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.**..\n.....\n.....\n.....\n...**\n..***\n..*..\n.*...\n**..*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n.**..\n.....\n.....\n.....\n..*..\n*....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n..**.\n.....\n.....\n.....\n*.*..\n*....\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n......*\n......*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.*..*..\n.*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n..*..*.\n..*....\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.......\n****.......*.\n....*......*.\n*****.*.*.***\n*.*.*.***.*.*\n***.**.*.***.\n*.*.*.***....\n*.**.**.*....\n**...*..*....\n....*.**.....\n**..***......\n.*****.*.....\n***..*.*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*.......\n.*.**.*......\n...**......*.\n.....*...**.*\n.*........**.\n*.*.......**.\n*..*....**...\n*...*..***...\n...*.........\n.............\n**...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**......\n.............\n...**.*......\n...**........\n.....*...***.\n..........**.\n*.*.......*..\n...*....**..*\n*...*..***..*\n...*.........\n.............\n**...........\n......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n...**....\n*.*.*....\n***.*...*\n..**.....\n..*......\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*.......\n*...**...\n.*.***...\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n***.*....\n....**..*\n...***...\n**......*\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..\n*.*****\n*.*.***\n.**..**\n*.**.**\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n...*...\n*......\n.*.***.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n......*...\n.....*.*..\n......*...\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n......*...\n.....*.*..\n......*...\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n......*...\n.....*.*..\n......*...\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..**\n.***\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.*.*\n....\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...\n.....**\n..*.*.*\n*.*.*.*\n..**.**\n*..***.\n.*...*.\n*......\n*.***.*\n*******\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.****.*\n.*..*.*\n.**...*\n.**..*.\n**.....\n*....*.\n*.*****\n*..**.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**\n*******\n....*..\n..*....\n*.*....\n*.....*\n.....*.\n*.****.\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n**....\n.**...\n```\n\n\n## Output without wrap\n\n```\n***...\n*.....\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n......\n*.**..\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n......\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*..*..\n......\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****....\n.*.......\n*...*..**\n*..*.****\n.***...*.\n**.*....*\n.*..*....\n.*.**...*\n**.*...**\n***...**.\n.....*.**\n....*****\n..**...*.\n..*.****.\n```\n\n\n## Output without wrap\n\n```\n.***.....\n**..*....\n**..**..*\n*..*.*...\n...*.....\n*..**....\n.*..*....\n.*.**..**\n...**.*.*\n*.*......\n.*..*....\n...***...\n..*......\n..*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*..\n.*..*...*\n.*..**...\n...*.*...\n...*.....\n...**...*\n.*..*...*\n.*.**..**\n...**.*..\n..*......\n.*..*....\n...***...\n..*......\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...**\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*..\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.....*\n.....*\n...**.\n..**.*\n.*.*..\n......\n......\n....*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.....*\n....*.\n..*...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n.....*\n....*.\n..*...\n......\n......\n......\n....*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n*............\n.*.......*.**\n*.......**.**\n........***..\n........**...\n.............\n*...*.*...*.*\n*..*.....****\n.........**..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...........**\n........*.*.*\n...........*.\n........***..\n........*..*.\n.........***.\n.........***.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........*\n*...........*\n.*...........\n*.......*.**.\n...........**\n........****.\n........*....\n.........**..\n*........**.*\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.******.**.\n*****.*..***..\n**.*.**....*.*\n*.**.*...*.**.\n***********..*\n..*.*..*......\n***..**.**...*\n...**.*....*.*\n**.*.***..*.*.\n**.*.*..*..*.*\n.*.*.**.**.**.\n**.*..**.*..**\n```\n\n\n## Output without wrap\n\n```\n*.*.*.****.**.\n.........*....\n......*..*....\n.........*.*.*\n*......*.****.\n..........*...\n.**...*.*...*.\n...*....****.*\n**.*...*..*..*\n...*....*....*\n...*.*...*.*..\n**..****.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.........*....\n......*..*....\n.........*.*..\n*......*.*****\n..........*...\n***...*.*...**\n...*....****..\n.*.*...*..*...\n...*....*.....\n...*.*...*.*..\n...*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*..*..\n...*...*...*\n............\n..**......*.\n**.*.***..*.\n............\n```\n\n\n## Output without wrap\n\n```\n...*........\n...*........\n..**........\n.****.*.....\n.*.**.*.....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........\n...*........\n..**........\n.****.*....*\n.*.**.*....*\n*.***..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*.\n.*.*..***.\n.*.*.**.*.\n.*****.**.\n*.*.*.*...\n***..**..*\n...**.**.*\n**..*..*.*\n```\n\n\n## Output without wrap\n\n```\n..*.....*.\n**.*..*.**\n**.......*\n*.......*.\n*.......*.\n*.*.....*.\n...**..*.*\n...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****...\n**.*..*.**\n**.......*\n*.......**\n........*.\n..*.....**\n...**..*..\n.**.*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n***.\n*.**\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**..*.\n**....\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..**.....*....\n.*.....*.*.*..\n.*.*..*....*..\n.......*...*..\n.......****...\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..*......*....\n.*.*....*..*..\n..*...*..****.\n...........**.\n......*.......\n.......*..*...\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..*......*....\n.*.*....*..*..\n..*...*..****.\n...........**.\n......*.......\n.......*..*...\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n.*.*.\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..*..\n.*...\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n****...*.\n.*.***...\n...**....\n...**.**.\n.....*...\n.........\n.........\n...*.*...\n..*.**...\n```\n\n\n## Output without wrap\n\n```\n***......\n....***..\n***.**...\n.....**..\n....*.**.\n....***..\n.....*...\n.........\n...*.*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.\n***......\n***.**...\n.....**..\n....*.**.\n....***..\n.....*...\n.........\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..\n****..*\n**..*.*\n*.*.**.\n.**..**\n***.***\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.*.\n....*..\n...*.*.\n..*.**.\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n...***.\n....**.\n...*...\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.*.*.\n.***.*\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....*.\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*...**\n....**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*.*\n*.**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*...*.\n*...**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n******\n******\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n....*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.*.*..*\n**.*.*.*.*...\n*........*...\n...*******..*\n..*.....*...*\n.*.*........*\n..***.......*\n**.*.........\n..*....**....\n..***.**.....\n..**.**.**...\n**.*.*.*.*..*\n.*..*..*.*.**\n```\n\n\n## Output without wrap\n\n```\n**...........\n.........**..\n*..*.**......\n.......*...*.\n..*.....**.**\n.*.**.....***\n**.***.......\n...**..*.....\n...**..**....\n.....*.*.*...\n***.*....*...\n*..****.**..*\n*.*****...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*..*\n...**........\n...*.**......\n.......*.....\n.**.....**...\n...**.....*..\n.*.***.....**\n*..**..*.....\n**.**..**....\n.....*.*.*...\n***.*....*..*\n.*.......*.**\n.*.*.*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n....*\n..***\n..**.\n....*\n..***\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n..*.*\n..*..\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n..*.*\n..*..\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n.*....****\n*.**..*..*\n.....**..*\n**..*....*\n*.*.*.**..\n.*.*..***.\n**.*...*..\n......**.*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n***...****\n.**......*\n*.*****.**\n**.**..**.\n*.*.*.*...\n...***..*.\n**........\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.**...***.\n.**.......\n..*****.*.\n.*.**..***\n..*.*.*...\n...***..**\n**.......*\n.*....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n........**.*..\n............*.\n........*...*.\n..........*...\n..............\n..........***.\n..............\n..........***.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n........**.**.\n...........*..\n..............\n..........*...\n...........*..\n..............\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*..\n..............\n..............\n..............\n..............\n........**.**.\n...........*..\n..............\n..........*...\n...........*..\n..............\n...........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*...*\n*...*\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n*...*.\n.*..*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n...***\n*.....\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n....*.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n***.**\n*..***\n..**..\n```\n\n\n## Output without wrap\n\n```\n....*.\n**...*\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....*.\n.*..**....\n.*.*.**...\n..**....*.\n...*......\n```\n\n\n## Output without wrap\n\n```\n.****.....\n**...**...\n.*.*.**...\n...*......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n**...**...\n.*.*.**...\n...*......\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n...*....\n..*.*...\n...*....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...*....\n..*.*...\n...*....\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n........\n........\n........\n...*....\n..*.*...\n...*....\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*...\n......*...*.\n......*.*...\n............\n............\n*.**.......*\n```\n\n\n## Output without wrap\n\n```\n............\n.........*..\n.......*....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........\n.........*..\n.......*....\n............\n............\n**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n*........\n*........\n*.*......\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n*........\n*........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***..\n..*****.*\n......**.\n.*....***\n***...***\n..******.\n*.*.**..*\n***..*.*.\n..**.**.*\n*.**.****\n```\n\n\n## Output without wrap\n\n```\n.**......\n.........\n*...*....\n*.*..*...\n*........\n**.......\n**.....**\n**.....**\n*.*.....*\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.**......\n*...*....\n.**..*...\n.........\n.........\n.........\n.........\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n.*.\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*.*..\n**.**\n.*.*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n...**\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*..*\n*........*\n**.**....*\n*.**.....*\n*****....*\n*.*......*\n```\n\n\n## Output without wrap\n\n```\n.****.....\n*.*..*..**\n..*..*.*..\n...**..*..\n.*......**\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n..*..*.***\n..*..*.***\n...**..***\n....**.***\n....**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n..***\n*****\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..**.\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n.**....\n.**....\n*.**...\n.*..*.*\n**..***\n*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.**....\n...*...\n*......\n*..*...\n....*.*\n*.....*\n*.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*..*...\n*......\n*..*...\n....*..\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n**....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n**....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**..*\n...***\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n...*.*\n.....*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*.*.**\n.*.**.\n*.**.*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*.**\n*.....\n*.....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*.*.**\n......\n*....*\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.***.\n*..**.\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n.*...*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n....*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**...*\n*.*****.***\n.*.....*.**\n.*.*...*.*.\n..*..*.**.*\n...*.**..*.\n.*.**.*.*..\n.....*.*...\n.***.*...*.\n..*..*.*.*.\n.*.........\n```\n\n\n## Output without wrap\n\n```\n.......*...\n*.*.....*..\n**....***..\n**..*..**..\n..***.*.*..\n........**.\n..***..***.\n.*....***..\n.*.*.*..*..\n...***.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****...\n........*..\n......***..\n**..*..**..\n..***.*.*..\n........**.\n..***..***.\n.*....***..\n.*.*.*..*..\n.*....*....\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*..*.\n*....\n*.**.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n*.**.\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*.*.*\n*.**.\n.*..*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...**\n*..*..\n*...*.\n*...*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n**.*.*\n**.**.\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...**\n**.*..\n**.**.\n**..*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n.****.\n******\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n....*\n**.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n**..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*...\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n**.\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n.*.....\n*.....*\n.....*.\n.****.*\n**..**.\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n***....\n***....\n*..***.\n*...***\n*.....*\n.....*.\n*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.*....*\n*..****\n....**.\n.*....*\n*.***.*\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.....\n**.....\n..**...\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n*.*....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n*.*....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n...**\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..*..\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n..*..\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***.*\n**..****.\n....*.**.\n*.*.*...*\n.*..**.**\n*..**....\n```\n\n\n## Output without wrap\n\n```\n*..**....\n**......*\n*...*...*\n.*..*...*\n***..*.**\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n**.......\n....*....\n**..*....\n.**..*.*.\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***..\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*\n.....*.\n.......\n.......\n.....*.\n*..*.*.\n.*.*.**\n.***.**\n.......\n.......\n*****..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.****..\n**.*.**\n**.**..\n....*..\n.......\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*....**\n.......\n.......\n.....**\n*******\n.*.*.*.\n**.**..\n*...*..\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.**.*\n....*\n....*\n...*.\n...*.\n..*..\n.....\n.*..*\n.....\n..*..\n*....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n....*\n...**\n...**\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.***.\n....*\n...**\n...**\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*........\n..........\n...*......\n...**.....\n....*.....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...**.....\n...*.*....\n.....*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...**.....\n...*.*....\n.....*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.**.\n*.**\n**..\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*.*...**\n**.....*\n........\n........\n........\n........\n........\n.*......\n........\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.....**\n**....**\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n......*.\n.*....*.\n*.......\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n..**....\n...*...*\n..**....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.**...\n...**...\n.*.**...\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*...*\n*..**..*..\n*.**...*..\n*****.*..*\n```\n\n\n## Output without wrap\n\n```\n.****.....\n*...*.*.*.\n*....****.\n*...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**\n*...*.*.**\n.....****.\n....***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.....\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n..*.*.\n***...\n*.....\n..*.*.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n*.**..\n*.**..\n....**\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..**..\n*.**.*\n*.**.*\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n...*.\n***.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*..\n...*.**.*.\n...*.*....\n......**..\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..***.**..\n...*.***..\n.....*....\n......*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**..\n...*.***..\n.....*....\n......*...\n..........\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.**...\n..*.*.**...\n****.**.***\n*.**.*.**.*\n.**..*.**.*\n***..*.*..*\n*.*.....**.\n.***.*****.\n*.*...*.***\n.*.****.*.*\n.***...**.*\n*..*.....**\n...*..****.\n..*.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*..........\n**.......**\n.........**\n....*.*..**\n.....**..**\n**.*.*.....\n**...**....\n**.........\n*...*.....*\n****......*\n**........*\n..........*\n..**..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**..*.*\n...*.....*.\n...........\n...........\n....*.*....\n.....**....\n...*.*.....\n.....**....\n...........\n....*......\n****.......\n**.........\n*.....*....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**....\n..*.**...*\n........**\n*.**.*...*\n..**.***..\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**..**\n.**..*..**\n.***.*.*.*\n.....*.*..\n..**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*...\n....**..**\n.**..*..*.\n****.*.*.*\n.....*.*..\n.**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*..\n*.*..\n.**..\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.**.\n*.*..\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.**.\n*.*..\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***..\n*.*..***.\n...*..*..\n.*.***...\n**....*..\n*.***.*.*\n....*....\n**....**.\n...***...\n```\n\n\n## Output without wrap\n\n```\n.*..*..*.\n.*.*...*.\n.*.*...*.\n**.****..\n*.....**.\n*.***..*.\n*.*.*.*..\n...*..*..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n.*.*...**\n.*.*...*.\n**.****..\n......***\n*.***..**\n..*.*.*..\n...*..*..\n**.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.**.*\n******.**.\n**.***.***\n*.*.****..\n****.****.\n**********\n******.***\n******.**.\n*.********\n***.**.***\n```\n\n\n## Output without wrap\n\n```\n*.....**..\n..........\n.........*\n.........*\n.........*\n..........\n..........\n..........\n..........\n*.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..**.*.\n.*.....*...*\n*.***..*....\n.**.....**..\n...*.*..*...\n*.*.......*.\n*.*.**...*..\n***.....*...\n.**.*.......\n****.*...*..\n*.*.*.*...**\n*..*..*.*...\n.*....*.*.*.\n*.**.**....*\n```\n\n\n## Output without wrap\n\n```\n.......**...\n**..*.**....\n*..*...*....\n.*.....***..\n...*....*...\n..*..*...*..\n*.*......*..\n*...**......\n....*.......\n*....*....*.\n*...*.**.**.\n*.**..*...**\n**.**.*..*..\n.**..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.**.*.\n.*..*.**...*\n*..*...*....\n.*.....***..\n...*....*...\n..*..*...*.*\n*.*......*..\n*...**......\n....*.......\n.....*....*.\n....*.**.**.\n*.**..*...*.\n.*.**.*..*..\n*.*****.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.**.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.***\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n*..\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.**.*.\n******\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n*.....\n*....*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n....****...\n....**.*...\n.........*.\n.....**..*.\n......*..*.\n****...*..*\n........*..\n.***.....*.\n*........**\n........*..\n```\n\n\n## Output without wrap\n\n```\n.....**....\n....*..**..\n...***.**..\n....*.*....\n....*.....*\n.**..*.....\n*.*........\n*..........\n*.*....*...\n.**........\n........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****..\n....*......\n...***.**..\n....*.*....\n**..*.....*\n..*..*.....\n..*........\n...........\n..*....*...\n..*........\n.*....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*.*..\n*.*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n**.*.\n***..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.....\n..*..\n...*.\n..*..\n**.**\n*.**.\n.*...\n*.**.\n....*\n.**.*\n..***\n*.*.*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n..**.\n.**.*\n*...*\n*..**\n*....\n.***.\n....*\n.**.*\n....*\n..*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..**.\n.....\n..**.\n***..\n*....\n...*.\n*....\n*****\n....*\n.**.*\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..........\n.***....*.....\n........*.....\n....*.*.*.....\n...**.*..**.*.\n...**..*.**.**\n***..**......*\n***...........\n*.*...........\n```\n\n\n## Output without wrap\n\n```\n..............\n.*.**.........\n........**....\n..***..**.....\n..........*.**\n.......****...\n....******.***\n.*.***........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**............\n.*.*..........\n........**....\n..***..**.....\n..........*.**\n.......****.*.\n....******.*..\n....**........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*.**.\n..*..*.*...\n*..*...**..\n.*.*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.****..\n..*.**...*.\n.*.*...**..\n..*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.***..\n..*.**...**\n.*.*...**..\n**.*.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*..\n....**..*\n*....*..*\n...***...\n*.**..**.\n******...\n*......*.\n.*...**..\n.....**..\n*...**...\n.*..**..*\n......***\n**....**.\n```\n\n\n## Output without wrap\n\n```\n.***.....\n....****.\n...***...\n.*****.*.\n*.**...*.\n**..***..\n.....*...\n.........\n.........\n.........\n.........\n........*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***..\n***.*.*.*\n...***...\n..****...\n..**.....\n.*..****.\n*....*.*.\n........*\n.........\n.........\n*........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...**\n**...\n*.*..\n*...*\n*....\n*.*.*\n**.**\n.**..\n....*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n*...*\n*.*..\n**...\n*..*.\n*...*\n*.*.*\n**.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n*....\n..**.\n....*\n...**\n.....\n.**..\n.***.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n..........*..\n.............\n.............\n.............\n.............\n.............\n.............\n...........*.\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*....\n............\n............\n............\n...*.*......\n...*..*.....\n*.**...*....\n*.....**....\n.**...**....\n..*....*....\n...**.......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n...**.......\n.*.**..*....\n*..*...**...\n*..*....*...\n.*.*...*....\n..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n............\n............\n............\n............\n...**.......\n.*.**..*....\n*..*...**...\n*..*....*...\n.*...***....\n..***.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.***.\n*.*.*\n....*\n....*\n***..\n.*.*.\n...*.\n*.*..\n**.*.\n.***.\n..**.\n.****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n....*\n..*.*\n**.**\n...**\n...**\n...**\n*..**\n*.***\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n*....\n.**..\n.*...\n.....\n.....\n.....\n*....\n*.**.\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*..**\n.****\n*.*.*\n***.*\n...**\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n*....\n*...*\n*.*.*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.*..*\n**.***.***.**\n**.*******.**\n***.***.****.\n*.**.*.***.**\n***.********.\n```\n\n\n## Output without wrap\n\n```\n..........**.\n..........**.\n.............\n.............\n...........**\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***..\n..*.*....\n.*****...\n.*..*....\n.*****...\n*....**.*\n...***.**\n*....**..\n**.....*.\n..*..****\n**.*....*\n```\n\n\n## Output without wrap\n\n```\n...***...\n..**..*..\n.*.......\n*........\n*.*......\n**.....*.\n**.....**\n**.....**\n*.*.....*\n*.*.....*\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...\n*.***.*..\n.*.......\n*........\n..*.....*\n**.......\n........*\n**.......\n*.*......\n*..*.....\n*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n***..*\n..***.\n**..**\n```\n\n\n## Output without wrap\n\n```\n*..**.\n*....*\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*****.\n*.*.*.\n..*...\n**..**\n.*.*..\n**..*.\n.***.*\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n*.*.*.\n*...*.\n*.*..*\n**....\n****.*\n**..**\n**...*\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*.*.\n....*.\n..*...\n**...*\n..**..\n....*.\n......\n*....*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...**\n..*.*\n....*\n...**\n..***\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n....*\n...*.\n.....\n.**..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*...\n.*...\n...*.\n*....\n..*..\n...*.\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..**\n**.*.**.****\n*.***...***.\n*.*.........\n*...........\n......*.....\n```\n\n\n## Output without wrap\n\n```\n....**.*....\n**.*........\n*.****.**...\n*.......*...\n.*..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*....\n...*........\n.*****.**...\n.*......*...\n**..........\n.....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*.*.\n..*.*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.**\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n...**....\n...**....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...**....\n...**....\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...**....\n...**....\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.**..\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...*.*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n*.**.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n*.*....\n.*....*\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*...*.\n.*.....\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.\n**...**\n**.....\n*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n***.*.\n*..***\n```\n\n\n## Output without wrap\n\n```\n.*.***\n***...\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...\n.....*..\n..*.***.\n.....*..\n...***..\n.**...*.\n.**.....\n..*..*..\n........\n..*.*..*\n..*....*\n..*.....\n**......\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.*....*.\n....*.*.\n........\n..*****.\n.*..**..\n...*....\n.**.....\n...*....\n...*....\n.**.....\n..*.....\n*.*.....\n*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.*....*.\n....*.*.\n........\n..*****.\n.*..**..\n...*....\n.**.....\n...*....\n...*....\n.**.....\n*.*.....\n*.*.....\n*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******.*.\n.*..******.\n*..**.*****\n.**.*...**.\n*.********.\n*.**.******\n```\n\n\n## Output without wrap\n\n```\n.***.....*.\n**.........\n*.........*\n*..........\n*..........\n..*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.*.........\n*..........\n...........\n*..........\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n..**.\n..***\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..**..\n......*....*.\n......*....*.\n......*.***..\n```\n\n\n## Output without wrap\n\n```\n..........*..\n.....***...*.\n.....**..*.*.\n.......*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*..*.\n.....***...*.\n.....**..*.*.\n.....**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.....\n...*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*.**.\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n*.......*\n.*.......\n.*......*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n*........\n.*......*\n*........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n.**...*...*\n....*....*.\n.......**..\n...........\n...........\n.....*..*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n........*..\n.......***.\n.......***.\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n.....*...**\n.......***.\n.......***.\n...........\n...........\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.....\n****.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n....*\n.....\n**...\n..**.\n.*...\n..**.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n*.*..\n.*...\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*....\n.**..\n*.*..\n.*...\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n...*.........\n.....*.....**\n.....**...***\n.....**..*..*\n........***..\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.....*.......\n....**.....*.\n....*....*...\n.....****.**.\n......*...*..\n........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.....*.......\n....**.....*.\n*...*....*..*\n.....****.**.\n......*...*..\n........***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**.*\n...*.*....\n....*.*...\n.*...*****\n*.....**.*\n.*........\n..*....***\n**.*.*..**\n**.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n....***...\n...*****..\n...***..*.\n........**\n**......**\n..*...*..*\n*.**.****.\n*.*****..*\n**.***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**\n**........\n...***..*.\n*.......**\n..........\n***...*...\n..**.***..\n..*...**..\n**......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*\n.*...**.\n...*.*..\n.*.*.*..\n**...***\n.....*.*\n.....*.*\n.....***\n*...*...\n*....***\n```\n\n\n## Output without wrap\n\n```\n.....*..\n..*..*..\n.....*..\n**...*..\n***..*.*\n....**.*\n....**.*\n....**.*\n....*...\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n*.*..*..\n.....*..\n.*...*.*\n.**..*.*\n....**..\n*...**.*\n*...**.*\n*...*...\n.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n..*..*\n...**.\n......\n*..***\n*****.\n.*....\n.**...\n...*..\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...***\n.....*\n....**\n......\n.*....\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*.....\n...**.\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n****\n.**.\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..**\n..*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..*.\n..*..\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..***\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...\n.*...**..\n.*****...\n.*..*....\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.....**..\n***.*.**.\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n**.**.**.\n**.......\n***......\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n**....\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n*.**.\n..***\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.....\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**..**\n.....*.*..*..\n..*.*.*......\n.*..........*\n..*....*...*.\n.*.....*.*..*\n..***...*...*\n.........*...\n```\n\n\n## Output without wrap\n\n```\n......***..*.\n.....*.**..*.\n.....**......\n.***.........\n.**.....*..**\n.*.....*...**\n..**....**...\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......******.\n.....*.**..*.\n.....**......\n.***.........\n.**.....*..**\n**.....*...**\n*.**....**...\n...*...*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..**.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..*.\n.*.*\n...*\n.***\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n...*\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.**.\n*.**\n...*\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n...*.....\n.***.*...\n....*.*.*\n.......**\n..*.*....\n.*.....**\n*.*.**..*\n*...***..\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n..**.*...\n..*****.*\n...*.*.**\n.........\n.**.**.**\n*..**...*\n*.*......\n**.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...\n...*.....\n..**.*...\n*.*****.*\n...*.*.**\n*........\n.**.**.**\n...**....\n..*......\n**.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n....*...\n..*.**..\n..*.....\n..*..*..\n**.***..\n**...*..\n.*......\n..**....\n```\n\n\n## Output without wrap\n\n```\n...*....\n.....*..\n.**.**..\n.**...*.\n..*.....\n.....**.\n**..***.\n.*......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n....**..\n.**.**..\n.**...*.\n..*.....\n.....**.\n**..****\n**......\n****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n****\n****\n**..\n***.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n...*\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.........\n**....**.\n**.......\n*.....**.\n**.....**\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*......\n**.......\n.........\n......***\n**....***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*......\n**......*\n.........\n......**.\n**....**.\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.*..*\n**..*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**.*\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......***..\n.**.....****..\n.*..*..*.*....\n*...*****.....\n*...*.*..***..\n...........**.\n.......***.*..\n**......*.....\n.*..........**\n*...........**\n**........*..*\n```\n\n\n## Output without wrap\n\n```\n..............\n*...*.........\n*.............\n*........***..\n...***.******.\n......*......*\n......*...*.**\n**.....*......\n.*......*..***\n*..........*..\n**..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........****.\n**.**.......**\n*.............\n.........****.\n*..***.*******\n......*.......\n*.....*...*...\n**.....*......\n.*......*..**.\n..........**..\n.........****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n....*.\n******\n***.*.\n.*..**\n.**..*\n******\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n*...**\n*....*\n......\n....**\n......\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n....*.\n......\n......\n....*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......***.\n.**..*...***.*\n.*..**...**.**\n**...*....**.*\n.........***..\n**........**..\n*.*........*.*\n*.**.....****.\n**.*....****..\n............*.\n```\n\n\n## Output without wrap\n\n```\n.*..*.........\n.*....*.....**\n*.....*.....**\n....*.*.......\n..............\n***.....***...\n*.**....**....\n*..**...**....\n***.....*.*...\n.........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........*\n.*....*.......\n.*....*.......\n*...*.*.......\n.*..........**\n***.....***..*\n****....**....\n.*.**...**....\n**.*.........*\n...*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***...\n..*..**.*..\n........**.\n.......**..\n.*.........\n***.......*\n..*.*......\n..*****..**\n...*.**..*.\n**.***..*..\n```\n\n\n## Output without wrap\n\n```\n......*.*..\n.....*.***.\n......*...*\n.*.....***.\n*.**....*..\n*.**.......\n.**......**\n.......*...\n.*.*.*.**.*\n..*...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..**..\n..*....***.\n......*...*\n.......***.\n.***....*..\n..**.......\n.**......*.\n**.....*...\n**.*...*...\n*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*..*\n*..*\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n...*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n***.\n***.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n***..\n.**.*\n.***.\n.****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n*....\n.....\n*....\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*...*\n....*\n.....\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*.*.\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*..\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n**.*\n*.*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*...\n...*..*...\n...*..*...\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..******..\n..**.***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.***..\n..******..\n..**.***..\n..**.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n....\n.*.*\n.*.*\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n*...\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.*..*.*\n.*..*..\n.*..*..\n..*..*.\n*.*..*.\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.......\n*****..\n.*****.\n..****.\n.......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.......\n.****..\n.*****.\n..*****\n.......\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.**\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n*...\n*...\n*..*\n....\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.*.*\n.***\n..*.\n**.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....*.\n............\n.**.......*.\n............\n..*....*...*\n..........*.\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n.**.........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n.**.........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n..*...\n***...\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n....*.\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n....\n....\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n**..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.**.\n.*...\n.*...\n.....\n....*\n.*..*\n.*..*\n**...\n*....\n.**..\n```\n\n\n## Output without wrap\n\n```\n***..\n*.*..\n**...\n.....\n.....\n.....\n...**\n.**..\n**...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*.*.*\n**...\n.....\n.....\n*....\n...**\n.**.*\n.*..*\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*...\n..**.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*...\n.*...\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*.*.\n.*...\n..**.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n****.\n*****\n*****\n.****\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n*....*.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****.*\n*.*.*...*\n***..**.*\n**...****\n**.*....*\n```\n\n\n## Output without wrap\n\n```\n******.*.\n........*\n..***...*\n....**..*\n***...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n..***....\n....**...\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n....*....\n....***..\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n....**...\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...**....\n....**...\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n...*....*\n..*...*.*\n*........\n**....*..\n.....**..\n....*.**.\n*...**...\n```\n\n\n## Output without wrap\n\n```\n.........\n........*\n.......*.\n*......*.\n**...**..\n.........\n....*..*.\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n*.......*\n*......**\n*......**\n**...**..\n.........\n....*..*.\n....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n*.....*...\n.......*..\n.......**.\n.*....**..\n.........*\n.*.**.....\n...***.*.*\n..**.**.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n.......**.\n........*.\n.......*..\n..**..**..\n..**...**.\n.....*...*\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**...*\n.....*....\n.......**.\n........*.\n.......*..\n..**..**.*\n..**...**.\n.*...*....\n*.*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n*.**\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n.*......*\n.........\n*..*....*\n...*....*\n*..*.....\n......***\n..*...*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..***....\n........*\n......*.*\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.\n*........\n........*\n*.......*\n..***...*\n*........\n*.....*.*\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n*.*.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n*.*.\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n..***.\n...*..\n......\n.....*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n..*.*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*...*.\n..*.*.\n......\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n...*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n.**.\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....*\n**.*......\n**.*.....*\n.***......\n```\n\n\n## Output without wrap\n\n```\n***.......\n...**.....\n...**.....\n**.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*\n...**.....\n...**....*\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n*......*\n.*......\n.......*\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n*.......\n.......*\n.*......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**....\n...**.*...\n...*.**.*.\n..***.*..*\n```\n\n\n## Output without wrap\n\n```\n....**....\n..*...**..\n......*...\n..***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...\n..*...**..\n......*...\n..*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n.*...*..*\n.*...*..*\n*......**\n```\n\n\n## Output without wrap\n\n```\n.........\n**.....**\n**....*..\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....**\n.**....*.\n.**...*.*\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n.****\n*.*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.*...\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n........*.\n..*.....**\n..*..*..*.\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n.......***\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........**\n.......***\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n..*\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n.**\n***\n.*.\n**.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n.*.\n**.\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n..*....\n.*..*.*\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.***...\n.*..**.\n*....**\n.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n..***..\n...**..\n.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n*..*.*\n......\n**....\n....**\n.***..\n.**...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n**....\n......\n*..**.\n.*.**.\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n***...\n***...\n.*...*\n*....*\n...***\n**.**.\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n**.*.\n.....\n..***\n..***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.**\n.*..*\n..*.*\n....*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*.*.\n**...\n..*.*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*...\n..............\n.........*..*.\n........*.....\n.........*...*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n........**....\n........**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n**......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*.\n*.*....*.\n...***...\n.**.*..*.\n..**.....\n*.**....*\n.*......*\n.....**..\n....*...*\n*.....*..\n*.*...*..\n**.......\n...*...**\n..*.**..*\n```\n\n\n## Output without wrap\n\n```\n...**.*..\n..*......\n....***..\n.*...*...\n....*....\n...*.....\n.**....*.\n.....*.*.\n......**.\n.*...*.*.\n*........\n***....*.\n.****..**\n...**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.*.\n..*.....*\n....***.*\n.*...*...\n*...*...*\n*..*....*\n.**....**\n*....*.*.\n......**.\n**...*.**\n*.......*\n***....*.\n.****..**\n..*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..****\n*.***.*.*.**\n************\n..*******.**\n.***...***..\n******.***.*\n..****.*****\n***.**.*.***\n************\n*****.****.*\n*******.***.\n************\n*****..***.*\n**.*.*.****.\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n**..........\n**..........\n**........**\n............\n............\n............\n............\n............\n............\n............\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*.*\n..**\n*.**\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..**...**\n...***..*.*.**\n..****..*...*.\n..*..*........\n..**.**.*...**\n..**.*........\n*..*****...***\n*......*.**..*\n........**....\n..**.*..**....\n..*..*.***..*.\n.*****..*..*..\n*.*..**.*...*.\n```\n\n\n## Output without wrap\n\n```\n.....*****..*.\n.***..*.......\n......*.*..*.*\n.**..*.*...*.*\n***...*.....*.\n**..**.*..**..\n.***.*.**....*\n..****.*.*...*\n.......***.*..\n...*****......\n...****...*...\n.....*.*...*..\n......*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.....\n........**..*.\n*.....*.*..*.*\n.**..*.*...*.*\n.**...*.....**\n....**.*..****\n..**.*.**...*.\n*.****.*.*..**\n.......***.*..\n...*****......\n...****...*.*.\n......****...*\n.......*****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.****.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n**....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n.****.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n*...*.\n.....*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**....\n....*.....\n...***....\n...*......\n..****....\n**.......*\n..*....*..\n.*..*.***.\n****.....*\n.****.**..\n```\n\n\n## Output without wrap\n\n```\n....*.....\n...*.*....\n..........\n..........\n.****.....\n*...**....\n*....**.*.\n*.....*.*.\n**.....*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.......\n..........\n.*........\n*.***.....\n....**...*\n.*...**..*\n*.....*..*\n......*..*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...*.*....\n...*.*....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.....\n...*....\n**.....*\n........\n**.....*\n....*...\n....*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n***.....\n*.......\n........\n*.......\n*.......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....***.*.\n****....**.*.*\n....*...**..**\n..***...*.*...\n..**...***...*\n***...*..*...*\n......*..*..*.\n```\n\n\n## Output without wrap\n\n```\n..........***.\n...**..**....*\n....**....*...\n....**....*..*\n.*..**....*...\n.***.....***..\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.***...*.\n...**.***..*.*\n....**....*..*\n*...**....*...\n....**....*...\n*****.*****...\n**.**.***.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*.....\n....*.......\n..**........\n....*.......\n.**..*......\n.....*......\n..*...*.....\n*.*...*....*\n....*.*.....\n**........**\n............\n*..........*\n....*.......\n..*.*.*.....\n```\n\n\n## Output without wrap\n\n```\n...*.*......\n..*.**......\n...**.......\n.*..*.......\n....**......\n.**..**.....\n.*...**.....\n.*.*..**....\n*....*....**\n............\n**........**\n............\n...*.*......\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n..*.**......\n...**.......\n.*..*.......\n....**......\n.**..**.....\n.*...**.....\n.*.*..**....\n.....*....*.\n*..........*\n.*........*.\n............\n...*.*......\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n...*.....\n....*....\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...*.....\n....*....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n***.*\n*..*.\n*..*.\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*..**\n..**.\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n*.**.\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n**...*\n.*...*\n**....\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*...\n..*...\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**.**\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.**.*\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n...*\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*..*\n....\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n..**\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n***.\n..*.\n.**.\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n*..*\n.*.*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*...\n**.*\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..**.**\n.*.*...*.*.\n**.*..*...*\n....****.**\n........*..\n...........\n...**.*....\n......*....\n..**..*....\n.*..*.*....\n*..*.*.....\n*.**...*.*.\n.........*.\n**..*****..\n```\n\n\n## Output without wrap\n\n```\n..**..**.**\n**.**..*.*.\n**.*......*\n....*******\n.....*****.\n...........\n.....*.....\n..*.*.**...\n..**..**...\n.*..*.*....\n*..*.**....\n.****...*..\n*.****...*.\n.....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....**\n.*.**..*.*.\n.*.*.......\n....*******\n.....*****.\n...........\n.....*.....\n..*.*.**...\n..**..**...\n.*..*.*....\n*..*.**...*\n.****...*..\n*.****...*.\n******.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n...**\n*...*\n***..\n```\n\n\n## Output without wrap\n\n```\n..***\n***..\n*.*.*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.**.\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n***.*.\n*...**\n**.*.*\n**.***\n```\n\n\n## Output without wrap\n\n```\n*..**.\n*...**\n.***.*\n..*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*....\n.***..\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n.....**\n.....**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....**\n....*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n*...*..\n*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.\n*.*.*.*\n*..*...\n*..*...\n*..*...\n*......\n*..*...\n*..*...\n.....**\n.....**\n```\n\n\n## Output without wrap\n\n```\n.*****.\n*......\n*....*.\n....*..\n...*...\n..*....\n**.....\n....*..\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******\n*.....*\n.......\n....*..\n...*...\n..*..*.\n.....*.\n....*..\n**..**.\n**.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****...*\n***.*.**..\n**..******\n******.***\n.*.*****.*\n*.*...***.\n***.******\n******.**.\n*..*.***..\n*.*..**.**\n*.*****..*\n....*.**.*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*....\n..........\n..........\n..........\n..........\n..........\n........**\n.*.......*\n........**\n.*.*.....*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n****.*\n*.****\n*..*.*\n...*.*\n*.**..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n**....\n***.*.\n**....\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*...\n.*..*.\n.***.*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n..*.*.\n******\n*.....\n.***.*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n*.*..*\n*..*..\n*.*..*\n..*..*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n...*.*\n.**...\n...*.*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n******.***\n**.*******\n***..*****\n.*.*******\n**.****.*.\n**********\n****..*..*\n*****.****\n****.****.\n***.******\n*.****.*.*\n*.****.***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*..*\n....\n...*\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n....\n....\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n*..*\n....\n.***\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.....\n*..**.....\n*.***.....\n```\n\n\n## Output without wrap\n\n```\n....*.....\n.**..*....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.*.\n....***.*.\n....***.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**.\n******..\n*.******\n....*..*\n.....***\n...*..**\n..*..*.*\n```\n\n\n## Output without wrap\n\n```\n*....**.\n*......*\n*......*\n........\n....**..\n....*...\n.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n........\n........\n*...**..\n*...*...\n******.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*.*.\n......\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n*.***.\n.**.*.\n*.***.\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.....*\n*....*\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n*...*...\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n****\n*..*\n***.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n*..*\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n....*.\n*...*.\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*.*\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n...*..\n...*.*\n....**\n....*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n..**\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n..*.\n.**.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n****\n****\n..**\n.***\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n*.....**\n.*....*.\n.*....*.\n**.....*\n.....***\n*...*...\n*...*...\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*.*\n***..*..\n..*....*\n.....*..\n**..*..*\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*\n....**..\n***..***\n***...*.\n**...*..\n**..*.**\n**..*...\n*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..*.*.\n***...\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*.**.*\n*...**\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...***.*.*\n*.**....**..*\n.**.**..*.*.*\n......***.**.\n......*.*...*\n.**.**..*....\n.....*...**..\n```\n\n\n## Output without wrap\n\n```\n.***...**..*.\n*...***...*.*\n.**.***...*.*\n......*.*.*.*\n......*.*..*.\n....*****....\n....**...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..**..*.*\n....***...*.*\n.**.***...*.*\n*.....*.*.*.*\n......*.*..*.\n....*****....\n*..***....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n.***.*\n*.*.**\n*.*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n*...**\n*.**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n......\n.*...*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n***\n***\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n..*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n.*..\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**.*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n****\n.*..\n.*.*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*..*.\n*.**.\n*.*..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*..**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n*........\n.*.**....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.***.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*****.\n*.....\n......\n...***\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n*..*..\n*...*.\n*...*.\n....*.\n.*...*\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.....*\n......\n......\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n..*.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n****\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n......**..***\n.....*..*....\n.....*..*.***\n......*.*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...........*.\n......**...*.\n.....*..*....\n.....**.*..*.\n.......*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n...........*.\n......**...*.\n.....*..*....\n.....**.*..*.\n.......*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......***\n..*.........*\n**...........\n.*.*........*\n***.......**.\n```\n\n\n## Output without wrap\n\n```\n...........**\n..*.........*\n**...........\n...........*.\n***........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......*..\n..*.........*\n.*..........*\n...........**\n...*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......*.\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n...*..........\n......**......\n.......*...**.\n..............\n............*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n......**......\n......**......\n...........**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n......**......\n......**......\n...........**.\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.*.......\n***......\n.**......\n..*......\n...**....\n*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n*.*......\n*........\n.**......\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.......\n.*.......\n*.*......\n*........\n*........\n****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n..**.\n**..*\n*...*\n*..**\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*..*.\n....*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*..\n.....\n.*...\n..*..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...*...**.\n...*.**.**\n...*..***.\n.....*.*.*\n*........*\n..........\n```\n\n\n## Output without wrap\n\n```\n.......**.\n...*******\n...*****.*\n........*.\n........*.\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n...*******\n...*****.*\n*.......**\n*.........\n*.......*.\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.******\n**..****.*****\n**************\n*********.****\n*********.***.\n***********.**\n*******.******\n**************\n**************\n******.*.*****\n.*.***********\n*********.****\n*********.****\n***.***.******\n```\n\n\n## Output without wrap\n\n```\n*.**....*....*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n*.......*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n*.........\n........*.\n.*........\n..........\n.....**..*\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*.**\n*..*.****.\n**.***...*\n*.....**.*\n*..***..*.\n.*...*.*..\n*.**......\n```\n\n\n## Output without wrap\n\n```\n..........\n*..**...**\n*..*....*.\n....****.*\n..*.*...*.\n....***...\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***.*.\n.....*....\n.*.*......\n*...****..\n..*.*...*.\n...*......\n..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.***\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n...*\n*...\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*..*..\n*.**..\n....**\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n.*.**.\n.*...*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.....*\n...*..\n*...*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n***.*\n.****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...******.\n.*.**.*.*.\n*****.**..\n...***.*..\n*..**.**..\n*.**.*.*..\n*..**.....\n```\n\n\n## Output without wrap\n\n```\n.**....*..\n*.......**\n.......***\n*.......**\n**....***.\n*...*.***.\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*........\n.......**.\n*.......*.\n.*....**..\n..*...**..\n.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.....**..\n....***..\n.....*...\n....*.*..\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.......*.\n....*....\n.........\n.....*...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.......*.\n....*....\n.........\n.....*...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n...*.....\n.*.*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*.*.....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.*.*.....\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n......\n*..*..\n.*..*.\n..**..\n..*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*.*..\n.*.*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*.*..\n.*.*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**..\n*...*..\n...*.*.\n....*.*\n*.**...\n```\n\n\n## Output without wrap\n\n```\n...**..\n.....*.\n...*.*.\n..*.**.\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*\n.....**\n...*.**\n..*.***\n***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*\n....*....\n.*..**...\n.**....*.\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n.*****...\n.*****...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n....*....\n.*****...\n.*****...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n*.........\n.......**.\n.......*..\n..........\n**........\n**........\n..........\n..........\n..*.......\n.*.*....**\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.......**.\n.......**.\n..........\n**........\n**........\n..........\n..........\n..*.......\n.*.*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.......**.\n.......**.\n..........\n**........\n**........\n..........\n..........\n..*.......\n**.*.....*\n***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.***.\n..**.\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n..*..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******..*.\n*****.**.*.\n*.****..***\n***.*...**.\n**.**.**.*.\n**.*.....*.\n....*..*..*\n*..******.*\n*.**...*..*\n***...*....\n****..**..*\n..*.*..**.*\n.**..*****.\n```\n\n\n## Output without wrap\n\n```\n......***..\n........*..\n......**...\n......**.**\n....*..*.**\n*..*.*.*...\n...***.*..*\n..*....**.*\n.*.....***.\n.....**....\n.....***.*.\n*.***..**.*\n.*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n......**...\n......**...\n....*..*...\n.*.*.*.*...\n*..***.*...\n.**....***.\n.......***.\n.....**...*\n.....***.**\n.....*....*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n..*...\n....*.\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n...*.*\n*.....\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......****.**\n..*...**...**\n.*.**....*.**\n*..***..**...\n```\n\n\n## Output without wrap\n\n```\n.....***.***.\n..*..*...*...\n.*.....*...*.\n..*...******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*\n.***.***.*..*\n.*.....**.*..\n*.**.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*..***\n...*.***.*..\n..**.*.*.*..\n.*..********\n..**....*.**\n**.....**.**\n****......*.\n**.**.......\n*******.....\n.*.**.**.**.\n.*...**....*\n.*.**..**...\n```\n\n\n## Output without wrap\n\n```\n....**.*.**.\n...*.*.*.**.\n.*.*..*.....\n.*...*......\n*.*****.....\n.**..*..***.\n........***.\n..........*.\n......**....\n......*****.\n.*...*.****.\n.*...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**....\n...*....**..\n...*..*...*.\n**...*......\n*******.....\n..*..*..**..\n........**..\n..........*.\n......**..**\n*.....****.*\n*......*...*\n.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n..**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**..\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n**..*.\n**....\n***...\n```\n\n\n## Output without wrap\n\n```\n*.**..\n...*..\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.**.\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*..*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n....*....\n.*..*..*.\n.........\n.........\n.........\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.**\n*.**\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n...*......\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..**......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..**......\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.**\n.**.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*.*.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..**.\n...*.\n..*.*\n...**\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n....*\n....*\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n*...*\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.....*.\n............*\n........*....\n.......*..*..\n*............\n.*....*......\n.*..........*\n*.....**.....\n....*.*.....*\n..*..*.*...*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n**...........\n**...*.*.....\n.....*.*.....\n.......*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....**\n.............\n.............\n.............\n.............\n.............\n.*...*.*.....\n*....*.*....*\n....*........\n*....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.**\n*...\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*.**\n*..*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..*.\n*...\n.***\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n*......*.\n*.**.****\n.....*...\n*.*...*..\n*.*...**.\n..**.....\n**..***.*\n```\n\n\n## Output without wrap\n\n```\n.........\n..***.***\n.*...*.**\n..**....*\n..*....*.\n.**.*..*.\n......*..\n.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.*.\n*.**...*.\n*....*...\n*.**.....\n***......\n..*.*...*\n*.*.*.***\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n.....\n*....\n.**..\n..*..\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.*...\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...**\n....*\n.*...\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n*.*\n*..\n**.\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n*..\n..*\n..*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n*..\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*****.\n***.**\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n***\n**.\n.**\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*..*\n***.*****\n**.......\n.........\n****...*.\n****..**.\n......**.\n........*\n......***\n.*.*.....\n*.***..*.\n**...*..*\n*.***....\n```\n\n\n## Output without wrap\n\n```\n*..*.*..*\n...******\n*.*..***.\n.........\n*..*..**.\n*..*....*\n.**...*.*\n........*\n.......**\n.*.**.*.*\n*..**....\n*....*...\n*.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*****.\n..*..***.\n........*\n*..*..**.\n*..*.....\n***...*..\n........*\n*......**\n**.**.*..\n...**....\n.....*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*...**\n*.***.\n****.*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.**\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.....*\n**...*\n.*.**.\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n***..*\n....**\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.**..*\n....*.\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n*.****\n**.*..\n**.**.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n...***\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n*....\n*....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***\n..*****\n*.**.**\n****.*.\n.**....\n*.****.\n```\n\n\n## Output without wrap\n\n```\n.**...*\n.......\n*......\n*....**\n.....*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n.....*.\n.....*.\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******\n*********\n***.*****\n****.****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..\n*.*......\n*..**.*..\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.*...\n..**..*..\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..\n.***.*...\n.........\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**...\n*.........*\n......**.*.\n..**.**.*..\n***....**.*\n...*....**.\n..*.*...**.\n.*..*....**\n*....**...*\n```\n\n\n## Output without wrap\n\n```\n...........\n......*.**.\n....******.\n..**....*..\n....**.....\n..****.....\n..*.*....*.\n..****....*\n....*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.....\n..........*\n....*****..\n..**....*..\n....**.....\n*.****....*\n.**.*......\n*****.*****\n*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n...**.\n..*.**\n..**..\n```\n\n\n## Output without wrap\n\n```\n....**\n..*...\n..*..*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*...\n..*..*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..*.*.\n.....*\n..***.\n...**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n.**..*\n.**.**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..***.\n.**..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**.**.\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.\n......*..\n.........\n**.......\n..*......\n..*.....*\n**.......\n..***.*..\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n.....*.*.\n......*..\n.........\n.**......\n.**......\n.*.*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...*\n.....*.*.\n......*..\n.*.......\n*.*......\n*.*.....*\n*.......*\n*****.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.*\n..*...*....*\n..*.*.*****.\n...**.*...*.\n...*.*...*..\n.....*..*...\n....***.....\n.....**.***.\n...*****..*.\n**...*.**.**\n.***.*......\n```\n\n\n## Output without wrap\n\n```\n..........*.\n...*.**....*\n..*.*.*.****\n..*...*...*.\n...*.**..*..\n............\n....*...*...\n...*....***.\n............\n**.....*****\n***.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*......*.\n...*.**....*\n..*.*.*.****\n..*...*...*.\n...*.**..*..\n............\n....*...*...\n...*....***.\n*...........\n**.....*****\n.**.*.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.*\n*..***.*\n.....**.\n*.***.*.\n*.*.***.\n*.*.*...\n*.*.***.\n....*...\n*...*...\n*..**...\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n*..**.*.\n.*.*..**\n..**..**\n..**....\n...*....\n.*.*....\n...**...\n.....*..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...\n......**\n...*...*\n*.**...*\n..**...*\n*..*....\n.*.*...*\n*..**.*.\n....**.*\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*..*...**\n**.******.**.*\n.**.*.*.**...*\n*...**.**.....\n*..*..****...*\n*...***..*.**.\n*.....********\n.*.****.**..*.\n****.*.*.***.*\n*..*...*...***\n*..*...*.....*\n..***.......*.\n```\n\n\n## Output without wrap\n\n```\n.***.*..**.***\n*.........**.*\n..*.......*.*.\n*.*.*.........\n**.*.....**.*.\n**..*.........\n**.*.........*\n...*..........\n*....*.*.*...*\n*..*...*...*.*\n.*.........*.*\n..***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**....\n..........**..\n..*.......*.**\n..*.*.........\n**.*.....**.*.\n.*..*.........\n**.*..........\n...*..........\n.....*.*.*....\n...*...*...*..\n**.........*..\n**..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*****.\n.*..**\n.*..*.\n.**...\n.*.*..\n*...**\n....**\n......\n......\n......\n...*..\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n****..\n****.*\n***...\n**.*.*\n.....*\n**.*..\n..**.*\n....**\n......\n......\n......\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..*..*\n.*.***\n.*....\n.*.*.*\n****..\n.....*\n......\n......\n......\n...**.\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*.***.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n*...*.\n.....*\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.....*\n.***.*....\n.**.**....\n.*.*.*.**.\n...*...*.*\n**...**...\n....*.***.\n**.......*\n**....*.*.\n.......*.*\n.........*\n....*...**\n....*....*\n```\n\n\n## Output without wrap\n\n```\n....*.....\n.....*....\n.....*....\n.**..*.**.\n***..*.**.\n....**..*.\n....*..**.\n**...*...*\n**.....*.*\n.......*.*\n.........*\n..........\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n**...*...*\n.**..*.**.\n.**..*.*..\n*...**...*\n*...*..***\n.....*....\n*......**.\n.......*.*\n..........\n........*.\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n*..*\n*..*\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.*.*\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n**.***\n.**...\n******\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.....*\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n..***.\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n..*.**\n.*....\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.*....\n..*.*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**\n..***....\n.*...*...\n..*...*..\n*..***...\n.*....*.*\n*.**...*.\n*...**...\n....**.*.\n*.**.....\n```\n\n\n## Output without wrap\n\n```\n.*..*....\n.*...*...\n*....*...\n*......*.\n.........\n*.......*\n*.**...*.\n**.*...*.\n..*..**..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n........*\n.....*...\n.......*.\n.........\n.........\n*.**.....\n.*.*....*\n...*....*\n...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*...\n*..*.\n*.*..\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.***.\n....*\n*.**.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*.**.\n*....\n..*..\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.....\n.*...\n.*..*\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n*....\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n.......*.\n....*....\n.**..*...\n*..****..\n*....**.*\n.........\n.........\n.........\n.........\n.*.*.....\n..**.*.*.\n....**.*.\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n......**.\n.***.....\n..**...*.\n......**.\n.........\n.........\n.........\n.........\n..***....\n..*..**..\n..**.*...\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n......***\n......**.\n****...**\n..**.....\n**....*..\n.......**\n.........\n.........\n.........\n..***....\n..*..**..\n..**.*.**\n*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*...\n....\n*...\n.*..\n....\n....\n.*..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*....\n............\n............\n.......*....\n*...........\n...........*\n............\n....*.......\n..**.**....*\n.......**.*.\n.......*....\n....*.......\n.*..........\n...*...*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n....*.......\n...*........\n...*...**...\n....**......\n.......**...\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n....*.......\n...*........\n...*...**...\n....**......\n.......**...\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*....\n..........\n.*.**....*\n*.*......*\n*........*\n.**.*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n.*..*.....\n*...*.....\n*..*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n*..*......\n**..*....*\n*...*...**\n**.*....**\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....***.\n..*.***.***..\n..**....*.*..\n...****.*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*.****....\n..*..****....\n.**.....**...\n..***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.......\n.**....***...\n...***.......\n.......***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n...*\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....***..\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n.....*.*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n.....*.*..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n****..\n*...**\n..**..\n.*.*..\n***...\n```\n\n\n## Output without wrap\n\n```\n*.....\n.....*\n*...*.\n.***..\n*..*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n****.*\n*..*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n***.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*.*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*....\n.*.*.\n.....\n..*.*\n..*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.....\n...*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.**..\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n**.*....\n***....*\n........\n..**..**\n...*.**.\n......*.\n****..**\n..*.....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n........\n.*.....*\n.......*\n.*......\n.*....*.\n**.**...\n*..*....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......**\n........\n.......*\n*......*\n......*.\n...**.*.\n...*..**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n...\n...\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***..\n**.*.....\n.****....\n```\n\n\n## Output without wrap\n\n```\n***.**...\n*........\n**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*......\n...*........\n............\n............\n..........*.\n.....*...*..\n......*...*.\n...........*\n............\n```\n\n\n## Output without wrap\n\n```\n....*.......\n....*.......\n............\n............\n............\n.........**.\n..........*.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n....*.......\n............\n............\n............\n.........**.\n..........*.\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n***\n***\n***\n***\n.**\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n*.*\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*...*\n*.....\n..*.**\n*.*.*.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n....*.\n.**...\n.*.***\n*.*..*\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**.**\n..*.*.\n*..*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*.*.**\n******\n*.*..*\n.**.*.\n******\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n*.....\n*....*\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.....\n.**...\n**....\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*...\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*.*...\n..*...\n*.....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.**\n**..\n*.*.\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*..*\n..*.\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..***\n***..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n.........**.\n..........**\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n.........***\n.........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n.........***\n.........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n....*...**\n....*...**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n.**.**\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*.*.\n*..*.*.*.**.*.\n...**.***..*..\n..*....**..***\n..*.....******\n.**.**....*...\n*.*.***.***...\n..*...*...*..*\n...*..*.*.*...\n```\n\n\n## Output without wrap\n\n```\n.........**...\n...*.*.*.**.*.\n..****.......*\n..*...*......*\n..*....**....*\n..*.*.**....*.\n..*.*.**..**..\n.**.*.*.*.**..\n.......*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.***.*..*\n...*.*.*.**.**\n..****........\n..*...*......*\n*.*....**....*\n*.*.*.**....**\n*.*.*.**..**..\n.**.*.*.*.**..\n.......*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....**\n..**...*..\n.......*..\n*.**....*.\n*.*.**....\n..........\n..........\n.....**..*\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*.*...*..\n.*..*..**.\n.**.*.....\n..*.*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*..*\n.*..*....*\n.*..*..**.\n***.*....*\n..*.*.....\n..........\n..........\n...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n***\n*.*\n***\n*.*\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.**\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****\n*.**.*.**\n*********\n*********\n******...\n*.**.****\n.********\n```\n\n\n## Output without wrap\n\n```\n*..*.*..*\n.........\n.........\n........*\n.........\n*.......*\n.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n....**\n**..**\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.**.*\n**.*.\n*..**\n*****\n.*.**\n*****\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*.***.\n**..**\n....*.\n*.**.*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n*.*.**\n*.*...\n*.....\n*...*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.**...\n.....*\n****..\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.****\n.*...\n*****\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*...\n.....\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**...\n*...*\n...*.\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n*****.\n*.****\n..*...\n**...*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*..*.*\n*...**\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...***\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*..*..\n..*...\n.*..*.\n..***.\n*....*\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*..\n**.**.\n*....*\n.*...*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n...*..\n**.**.\n....**\n..*...\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n***\n***\n***\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*.****.\n.**.***\n**...**\n*.*****\n.******\n*******\n*..****\n*******\n**.*.**\n.***.**\n.******\n****..*\n******.\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*......\n.......\n*......\n*......\n.......\n*......\n.......\n.......\n.......\n.......\n.......\n......*\n*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*.*.\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*..*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*\n*......\n.......\n**.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n...*...\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..****.\n...**..\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..*.\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n.....**..\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....**..\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....**..\n.....**..\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.**.\n.**..\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.....\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n....*.....\n....*.*...\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....*....\n....*.*...\n.....*....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n....*.*...\n.....*....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*...\n..........\n*....*....\n*...*.**..\n...*.*..*.\n..*....**.\n..*...***.\n***....***\n*.........\n**........\n.**......*\n.*......**\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....***..\n...*...*..\n..*..****.\n.....*....\n..........\n..*....*..\n..**......\n..**....**\n..**....**\n.**....*..\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n.....***..\n...*...*.*\n*.*..***.*\n**...*..**\n*........*\n..*....*.*\n..**.....*\n.***.....*\n..**......\n.**....*..\n**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*....**.\n*..*.***.*.*.\n**.*..**..**.\n..****.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***..*.****.\n*..*..*.**..*\n*....*...*.**\n*****...*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......*\n**....**.*...\n**..*........\n**....**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n*......\n.*.....\n.......\n.......\n.......\n..*....\n...*...\n..**...\n.....*.\n.......\n*......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..***..\n..***..\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..***..\n..***..\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...\n....**..\n....*...\n..***...\n```\n\n\n## Output without wrap\n\n```\n...***..\n.....*..\n........\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.....*..\n........\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.**...\n......\n......\n......\n......\n.*.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.**...\n......\n......\n......\n......\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**..**\n....*....*..\n............\n***..*.....*\n*........*..\n......*....*\n......*....*\n```\n\n\n## Output without wrap\n\n```\n.....*....*.\n.....*....*.\n.*..........\n**..........\n*.........*.\n..........*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**..**\n.....*....**\n**..........\n**.........*\n..........*.\n*.........**\n......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n..........\n..........\n*.......*.\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n..........\n.........*\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*..\n*...**...*.*\n*........**.\n....****...*\n...***..**.*\n.........**.\n............\n.**.........\n***.........\n..........**\n**.....*.*..\n**...***...*\n....**....*.\n```\n\n\n## Output without wrap\n\n```\n....*.....*.\n....*...**..\n........**.*\n...*..**...*\n...*...***.*\n....*...***.\n............\n*.*.........\n*.*.........\n..*.......*.\n**.....**..*\n**..**.**.*.\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*.*\n*...*...**.*\n*.......**..\n*..*..**...*\n...*...***.*\n....*...***.\n............\n*.*.........\n*.*........*\n..*.......**\n.*.....**...\n.*..**.**.**\n*...**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..*..*\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n....\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n....*...\n....*.*.\n*.*.....\n..*.....\n**......\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....*.*.\n...*.*..\n.*.*....\n*.*.....\n.*......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*.*.\n...*.*..\n.*.*....\n*.*.....\n.*......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n.**\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n***....\n*.*...*\n*.*..*.\n..*....\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*..*...\n....*..\n.......\n....*..\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n.*..*..\n.....**\n.**.***\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*..*\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.***\n.***\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n.**\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n***..**.\n**..****\n..*..**.\n...*.**.\n..*.*.*.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n***...*.\n..*.*...\n*..**..*\n.***....\n..**...*\n...**..*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*\n..*.*...\n...**...\n****....\n..**...*\n...**..*\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*******\n*******\n*******\n*******\n****.**\n*******\n***.***\n**.****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n.***.*\n**.***\n**..**\n**..**\n```\n\n\n## Output without wrap\n\n```\n*...*.\n.....*\n......\n......\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.....\n*.***\n....*\n.**..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*.*.\n*..**\n.*.*.\n*..*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n**..**\n*.*.*.\n.**...\n*..**.\n*.****\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n**.***\n*.*..*\n*.*.**\n*.*.*.\n*....*\n*.*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*.*.\n*.*.*.\n*.....\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...**.\n.**.**\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..****\n*....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n..****\n.....*\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n**......\n..*.....\n**......\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.**.....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.**.....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n.**.\n.**.\n.**.\n..*.\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n....\n..**\n..**\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n*.*.\n*..*\n..**\n*.**\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*.**\n**.*...*.*\n**.*...**.\n*.**.....*\n..*.*.....\n..*.*.*...\n*.***.*.*.\n```\n\n\n## Output without wrap\n\n```\n*.**...***\n...**.*..*\n...**..*.*\n*...*...*.\n..*.**....\n..*.*..*..\n.**.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n...**.*...\n...**..*..\n*...*...**\n..*.**....\n..*.*..*..\n*.*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n..*.*\n....*\n..*.*\n*....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*...\n.*.*.\n....*\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n.*.**\n*...*\n*..**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..*\n*..***..*\n.*****..*\n.*.*.....\n.........\n..**.....\n..**.....\n...**....\n..***....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n**....**.\n.....***.\n***...**.\n**..*....\n...**....\n..**.....\n.........\n.........\n...*.....\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***\n.....****\n.**...***\n**..*....\n.*.**....\n..**.....\n.........\n.........\n...*.....\n...*.....\n.........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....\n..*......\n.**......\n...*.....\n**.*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.*.*.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.........\n.*.*.....\n*........\n.*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n*....\n.....\n.*...\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n**..*..*\n*****...\n...**...\n........\n...*....\n**.**...\n...*....\n.......*\n**......\n........\n........\n........\n.***....\n```\n\n\n## Output without wrap\n\n```\n........\n*...*...\n*....*..\n.*..*...\n...**...\n..***...\n...**...\n..***...\n........\n........\n........\n........\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n....*..*\n.....*.*\n.*..*...\n...**...\n..***...\n...**...\n*.***...\n*.......\n*.......\n........\n........\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.***.\n....*.\n......\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*..**\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.****.\n...***\n....**\n...***\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**\n*.....*\n*.....*\n...*...\n***.*..\n.*.....\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.**....\n*..*...\n*...*..\n*..**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n*......\n***...*\n...*..*\n**..*..\n*...*..\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n***..\n.*.*.\n**.*.\n**.**\n**..*\n```\n\n\n## Output without wrap\n\n```\n***..\n*..*.\n..***\n..**.\n.*...\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*..\n..**.\n..***\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*\n.**..*.*\n*.***.**\n........\n...****.\n...*....\n...***..\n.***.**.\n*......*\n*....**.\n**...**.\n..*.*...\n..****..\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.....*.*\n..******\n..*....*\n...***..\n..*...*.\n.....**.\n.***.**.\n*.*.*..*\n*....*.*\n**..*.*.\n..*...*.\n..*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n.....*..\n*.******\n..*.....\n...***..\n..*...*.\n.....**.\n****.***\n*.*.*...\n.....*..\n**..*.*.\n..*...*.\n.**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...*.\n...**.....\n..*..*....\n..........\n...*......\n.......*..\n..........\n.*...*...*\n.....*.*..\n.....*.*..\n......**..\n..*.......\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n....*.....\n..........\n..........\n..........\n..........\n.....*....\n....**..*.\n....**..*.\n.....*....\n......*.*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n.....*....\n....*.....\n..........\n..........\n..........\n..........\n.....*....\n....**..*.\n....**..*.\n.....*....\n......*.*.\n...*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n....*\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.*.\n*............\n**...........\n.....*..*....\n...*..*.*....\n*.....*...*..\n.**.....**.*.\n...*.........\n.*....*..*...\n....****..*.*\n......*......\n....*...*....\n........**...\n...*.....***.\n```\n\n\n## Output without wrap\n\n```\n.............\n**...........\n**...........\n.......*.....\n.....**..*...\n.**.....*.*..\n.**......**..\n.*......***..\n....*.**.....\n.......*.....\n....*.*......\n.......***...\n........*....\n........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.**\n**..........*\n**...........\n.......*.....\n.....**..*...\n.**.....*.*..\n.**......**..\n.*......***..\n....*.**.....\n.......*.....\n....*.*......\n.......***...\n........*....\n...........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.\n**.*.*.\n*...***\n**....*\n.****..\n*******\n..**.*.\n.******\n**..**.\n**..*..\n..*..**\n*..***.\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n**.....\n*.****.\n.*...*.\n......*\n.....**\n.......\n**.....\n.......\n.*.*..*\n..**..*\n..*...*\n..**..*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n..**...\n.**....\n**....*\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....\n.*......\n..*.....\n.*......\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.*.*....\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n.*.*....\n.**.....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..**.\n.*..*\n****.\n*....\n*.*.*\n*....\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n*...*\n*.**.\n*....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n....*\n..**.\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*..\n..***\n...**\n...*.\n***..\n.....\n.....\n.....\n.....\n.....\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n..*.*\n.....\n.*.**\n.**..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**.*\n..*.*\n.....\n**.*.\n.**..\n.*...\n.....\n.....\n.....\n.....\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.**.*\n*....\n.****\n```\n\n\n## Output without wrap\n\n```\n**.**\n*.*.*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.**.\n*..**\n**.**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n****.\n.....\n....*\n.**.*\n.**..\n.*..*\n.....\n.....\n*...*\n.*...\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n*...*\n...*.\n.**..\n*....\n.*...\n.....\n.....\n..*..\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n.....\n.**..\n*....\n.*...\n.*...\n.....\n*.**.\n*.***\n*.*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..***\n..*.*\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n**...\n*****\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n.**\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*.*...\n*..*..\n*.**..\n.**...\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n*..*..\n*..*..\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.***..\n*..*.*\n*..*..\n.*....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n....*.\n..*.**\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n.*****\n**....\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..***\n*.*..\n.....\n.***.\n*...*\n*****\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n.*...\n...*.\n.****\n....*\n.**.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.*...\n.....\n*****\n*....\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.***.\n..*..\n..*..\n.****\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*...\n......*....\n.....***...\n...*...*...\n..**.*.....\n...*.......\n.......*...\n.....*.*...\n```\n\n\n## Output without wrap\n\n```\n......*....\n...........\n.....*.*...\n..**.*.*...\n..**.......\n..***......\n......*....\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*...\n...........\n.....*.*...\n..**.*.*...\n..**.......\n..***......\n......*....\n.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*.****\n.***..\n******\n*..*..\n..***.\n...***\n******\n.**.**\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**.*.\n......\n......\n.*....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*.***\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.....*....\n....*.....\n**.......*\n.*...*...*\n**...**..*\n.....*....\n.*...*....\n***..*....\n.....***..\n.....*....\n....*.*...\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.*........\n..*.*.**..\n*.**...*..\n..........\n......*...\n..........\n***...*...\n...**.*...\n....*.**..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..........\n*.........\n**.......*\n.**.*.****\n****...*..\n..........\n......*...\n..........\n***...*...\n...**.*...\n....*.**..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n....**\n****..\n```\n\n\n## Output without wrap\n\n```\n...***\n*...**\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..****\n...**..*.\n....*..**\n...*..*..\n....***..\n..*****..\n*....*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.***.\n.........\n......**.\n...**...*\n..**..**.\n..***.*..\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....*\n****...*.\n......***\n...**...*\n..**..**.\n.***....*\n*.***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n...**.*.*...*\n***.....*..**\n.**........**\n.**.........*\n*..*........*\n.****........\n..*.*....**..\n..***.......*\n..**.**.*.**.\n*..*......*.*\n*..*...**....\n```\n\n\n## Output without wrap\n\n```\n.............\n.***...*...**\n*......*.....\n...*.........\n*..*........*\n*...*........\n.*..*........\n.....*.......\n.*...........\n.*...*...**.*\n.*.*..*.*.*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*....\n.***...*...**\n.......*.....\n...*.........\n...*.........\n....*.......*\n**..*........\n.....*.......\n.*...........\n**...*...**..\n**.*..*.*.*.*\n*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*.**.\n....*\n.**.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*..*\n*...*\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n....*\n....*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*\n****.**\n..**.**\n....***\n*****.*\n**..***\n**.....\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*...\n**....**..\n......*...\n.*.....*..\n**....*...\n```\n\n\n## Output without wrap\n\n```\n**...*.*..\n..*.......\n..*..*....\n..*...**..\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n*.*..***..\n..*..*...*\n.........*\n*.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n**.*.*\n...*.*\n.*...*\n*.****\n.*.***\n```\n\n\n## Output without wrap\n\n```\n*****.\n**.*.*\n**...*\n.*...*\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*.*\n.*...*\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.*....\n...*..\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.*..\n..**\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***.\n......***.\n......***.\n........*.\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*****\n.........*\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*....**.**\n*........*\n*......*..\n*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.*....*\n...**.*\n.*.....\n**.*..*\n*......\n..*....\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..****.\n..*..*.\n**.***.\n***....\n*.*....\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.****.\n..*..*.\n.*.****\n.**...*\n*.*...*\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*****\n*.***\n*****\n*..**\n.**.*\n*.**.\n..***\n.****\n*****\n***..\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*....\n*....\n*...*\n.....\n.....\n*....\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n***....\n*.*....\n.......\n.......\n.......\n.....*.\n......*\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.**...\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*.**...\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.**.**\n......\n*.....\n*..*..\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*...**\n.**...\n......\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.**.**\n.**.**\n.*..*.\n.*.*.*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n...\n...\n*.*\n...\n...\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..**.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.......\n*.......*.\n*...**..**\n....*....*\n****.**..*\n*****.*..*\n......*...\n******....\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n.*...*.*..\n.*....*...\n*.....*.**\n......*.*.\n.**...**..\n..****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**....\n*..***....\n.*...*.*..\n......*..*\n......*.*.\n......*..*\n*.....****\n*.*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n***.\n****\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n....*.\n..*.*.\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n.**.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n....**\n.**.*.\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n...\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n*..**..\n.....*.\n*..****\n```\n\n\n## Output without wrap\n\n```\n....**.\n....*.*\n....*.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*.....\n**.*..\n*.****\n..**..\n.**...\n***...\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n*..*..\n*.....\n......\n*.....\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n...*..\n*....*\n*....*\n*.....\n.....*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n...**...\n...**...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**...\n..*..*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******.\n.******.\n.******.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n.**\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n**.\n*.*\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*...*.*\n**....*...*..\n..***...*....\n**..*.*******\n....*.....*..\n....*...*.***\n***.**.**.*.*\n....*.*..**.*\n..*.*******.*\n..*.*..*..*.*\n```\n\n\n## Output without wrap\n\n```\n****.*.....*.\n*......*.*.*.\n..***.*.*....\n.**.*..**.**.\n...**........\n.*..*..**.*.*\n.*..*.***...*\n..*.........*\n....*.......*\n....*..*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.**.*\n*......*.*.*.\n..***.*.*....\n***.*..**.***\n...**........\n.*..*..**.*.*\n.*..*.***....\n..*.........*\n*...*.......*\n..........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n***.**\n****.*\n*.****\n******\n******\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n......\n......\n..*...\n.*....\n...*..\n*..*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n..*...\n..*.*.\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n..*...\n*.*.*.\n..**..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n.........\n.........\n..**.....\n..***....\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..*.*....\n..*.*....\n...*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..*.*....\n..*.*....\n...*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*.**.\n*.....\n...**.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*..*..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*.**\n..*.**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*...*\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...***.*\n*..**..**.**.\n*...........*\n.*......*....\n..**....**...\n**.*....*****\n.*.**......**\n*.*..*......*\n*.****..*...*\n**...***.*..*\n.*..*..**.***\n```\n\n\n## Output without wrap\n\n```\n.*..*..**.*..\n*..**..**.*.*\n**.....***.*.\n.**.....**...\n*..*...*...*.\n**......*...*\n...**....*...\n*....*......*\n*.**...**..**\n*........**.*\n**...*.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.......\n...**..**.*..\n**.....***.**\n***.....**...\n...*...*...**\n.*......*....\n...**....*...\n.....*.......\n..**...**..*.\n.........**..\n..***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.*...\n**..**.*..*\n.**..*....*\n```\n\n\n## Output without wrap\n\n```\n...*.*.....\n*.*........\n***...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n.....**....\n.....**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.***.\n..*..\n...**\n*.**.\n**...\n```\n\n\n## Output without wrap\n\n```\n....*\n....*\n.*..*\n.*..*\n*.***\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*..*\n.*..*\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..*...*..\n....**..*.....\n***.....*..*..\n..*..*.*..*...\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n.*.......*....\n.*.......*....\n.**.*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*............\n..............\n.*........*...\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n****\n....\n***.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n...*\n**..\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n****\n....\n**.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n..*..*\n*..***\n.*..*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n*..*.*\n*..**.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.....\n*..*..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n.....*\n*..*..\n.**..*\n.*..*.\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n....*.\n*...*.\n*...*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..*.*.\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*...*\n..*..\n...**\n..***\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n....*\n....*\n.*..*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n**.**\n*....\n....*\n**..*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.*...\n.....\n*.*..\n*.***\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.**..\n.**..\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*...*\n..*..\n*.***\n*.*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.........*\n...*.........*\n...*.........*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...*..........\n...*..........\n...*..........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....*..\n.....*.....*..\n.....*.....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..*.**\n...**..*...**.\n...*....*.**..\n....*...***.*.\n```\n\n\n## Output without wrap\n\n```\n............**\n...**..***...*\n...*...**.....\n........*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*..*..*\n...**..***...*\n...*...**.....\n.......**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........**.*.\n.......**..*..\n......******..\n.......**.**..\n..........***.\n```\n\n\n## Output without wrap\n\n```\n........****..\n......*.....*.\n......*.....*.\n......*.......\n.........**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..*.\n......*.....*.\n......*.....*.\n......*.......\n........*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n...**\n*....\n**...\n*.**.\n....*\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n**...\n*.*..\n*.**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..**.\n**...\n*.*..\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.....**..\n...*.......**\n......**....*\n..******....*\n**..**......*\n.............\n............*\n*........**..\n```\n\n\n## Output without wrap\n\n```\n.***......**.\n.*.*......***\n..*....*....*\n.***...*...**\n.**..........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....*...\n.*.*......***\n*.*....*....*\n.***...*...**\n***.........*\n............*\n.............\n*.*......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n......*.\n..*.....\n.**.....\n...*....\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n.**.....\n.***....\n.*.*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n.**.....\n.***....\n.*.*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n**.*\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***...\n.*..**\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n***...\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n***..*\n.....*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n**..*.\n.*...*\n*.....\n...*.*\n.****.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n.*.***\n..*...\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*.*..\n..*...\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n****..\n**.*.*\n******\n******\n******\n*...**\n******\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.....*.*.*\n......*.*.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*..\n......*.*.\n......*.*.\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......*..\n......*.*.\n......*.*.\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....\n..**.*..\n***..***\n.....*..\n..*.***.\n..*.*...\n....*...\n.**.*...\n```\n\n\n## Output without wrap\n\n```\n...**...\n*..*.*..\n.***.*..\n..**...*\n....*.*.\n....*...\n.**.**..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n...*.*.*\n****.*.*\n*.**....\n....*.*.\n....*...\n.**.**..\n.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n.*.*\n....\n*...\n*.*.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..*.\n....\n.*..\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n*.*.\n*...\n.*.*\n.*.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n..*.....\n........\n....*...\n..*.....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n..*.....\n........\n........\n..**....\n.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n******\n...*..\n*..*.*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*....*\n......\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n******\n......\n**.*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...*\n....****\n....*...\n........\n........\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n....**.*\n...*****\n....*.*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..\n...*****\n....*.*.\n........\n........\n.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n**...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n.....\n.....\n*...*\n*....\n.*...\n...*.\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.***.\n..*.*\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*..*\n.*..*\n.**..\n..*.*\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..***.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...*..\n....**\n*...**\n**.*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*..\n...*.*\n**.*.*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n...*..\n*..*..\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*.**.\n.***.\n*.*..\n..***\n*...*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n...*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.*.*\n.....\n.*...\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..**.\n**.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n**..*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.***\n.*.*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*..\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**..\n.*..\n****\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n..*...\n.*****\n*.*.*.\n*.....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..**.*\n...*..\n.*...*\n*.***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*...*.\n...**.\n*...*.\n*.***.\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n..*.\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***..\n......***..\n......***..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...........\n.....**.**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.***\n....***.***\n....***.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n..*\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n..*\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...**\n.**....*\n.***..**\n.*.*.***\n*.**...*\n.*...*.*\n**..*.*.\n*.*..**.\n****...*\n```\n\n\n## Output without wrap\n\n```\n*.*...**\n........\n*..***..\n*....*..\n*..*.*.*\n...***.*\n*.*.*..*\n....****\n*.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n...***..\n.....*..\n...*.*..\n...***..\n..*.*...\n....***.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..***\n.....\n..***\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n.....\n...*.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n...*.\n.....\n...*.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.**..\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n*.****\n..*.**\n**.***\n**.***\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n**....\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*\n*.*.**.\n..****.\n..**.*.\n.*.*.*.\n***..**\n*...*..\n```\n\n\n## Output without wrap\n\n```\n...***.\n...**.*\n......*\n....***\n*..*...\n*.**.**\n.*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*.....\n*.....*\n....***\n...*.*.\n..**.*.\n.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n.***\n****\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..**\n..**\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.......\n.......*......\n....**....**..\n.....*...*....\n.........*....\n......*....*..\n......*.......\n....*....*....\n...**.........\n.....*........\n..............\n*.....*.......\n........*...*.\n.......*.*.*..\n```\n\n\n## Output without wrap\n\n```\n..............\n.....**.......\n....***...*...\n....**...*....\n..........*...\n..............\n.....*........\n...***........\n...***........\n....*.........\n..............\n..............\n.......**.....\n........*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.....\n.....**.......\n....***...*...\n....**...*....\n..........*...\n..............\n.....*........\n...***........\n...***........\n....*.........\n..............\n..............\n.......**.....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n*..*.*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**\n****.**\n****.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***********\n************\n************\n**.*********\n*.**********\n******.*****\n..********.*\n************\n*.****.***.*\n**.**.*****.\n******.*****\n.******.****\n**.*********\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n............\n............\n............\n*...........\n............\n*..........*\n...........*\n............\n............\n............\n**.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*...\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n.**.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*..*.\n...*.\n*....\n**.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.**\n.....\n*****\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.*.\n.....\n****.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****..\n**.**....\n.*.*...*.\n..*..**..\n...**..*.\n......***\n**.....**\n```\n\n\n## Output without wrap\n\n```\n***......\n......*..\n*...*....\n.**....*.\n...**....\n.....*...\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*****.\n**......*\n*...*...*\n***....**\n...**....\n..*.**...\n..***..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n*...\n*...\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n**.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n.**...\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n..*..**..\n****.....\n...*....*\n*.*.....*\n*........\n.........\n..***....\n..*.*....\n....**...\n```\n\n\n## Output without wrap\n\n```\n......*..\n..*.***..\n.*.**....\n*..*.....\n.*.......\n.*.......\n...*.....\n..*.*....\n..*......\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..\n..*.***..\n**.**....\n...*....*\n**......*\n**......*\n...*.....\n..*.*....\n..*......\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n.........\n***.*..**\n..*****..\n**.......\n....**...\n*.......*\n....*...*\n....*...*\n*..*....*\n.......**\n..**.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.**..*...\n.**.*..*.\n....*....\n***...**.\n***..*...\n.........\n...*.****\n.........\n..*......\n...*...**\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n....*....\n..*.*....\n....*....\n***...*..\n.**..*.**\n.........\n...*.**..\n*......*.\n***......\n*.*.*...*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n....****.....\n.....*.***...\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n....***......\n.......**....\n....**.**....\n.......**....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n....***......\n.......**....\n....**.**....\n.......**....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n.*.\n***\n.*.\n*.*\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n*.*\n...\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*.....\n**....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n....**\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.**..*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.*....**.....\n.....**......\n.....**......\n.............\n.............\n..........*..\n...*.........\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n......*......\n......*......\n.......*.....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n......*......\n......*......\n.......*.....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*...\n.*.........\n.*.....*...\n.....*.....\n..*........\n....*......\n*..*.......\n*..........\n.*......*..\n...........\n..*......*.\n.........*.\n.........**\n.*.......*.\n```\n\n\n## Output without wrap\n\n```\n...........\n***........\n...........\n...........\n...........\n...*.......\n...........\n**.........\n...........\n...........\n...........\n........**.\n........***\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***........\n***........\n...........\n...........\n...........\n...*.......\n...........\n**.........\n...........\n...........\n...........\n........**.\n........***\n*.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n..*.\n..*.\n.**.\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n**..\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n...*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*.*.\n****\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n******\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n.....*..\n...**...\n........\n........\n........\n........\n........\n........\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n...*.*..\n....*...\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n...*.*..\n....*...\n........\n........\n........\n........\n........\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*.*.**\n......\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*.*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n**....\n..*.**\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.*..*\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*.*.\n..*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n..*\n**.\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n*..\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**....\n.**..*.....\n****.......\n**..*..**..\n*....**..*.\n**..**...*.\n*.****.**.*\n***..**....\n......*....\n......**...\n```\n\n\n## Output without wrap\n\n```\n.**..**....\n*...***....\n...**......\n...******..\n......**.*.\n*.*....*.**\n.......***.\n*.*........\n.*.........\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.*...\n*...***....\n...**......\n...******..\n......**.*.\n..*....*.*.\n.......***.\n*.*.......*\n.*.........\n.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.***.\n*.***\n**..*\n.**..\n..**.\n*.**.\n.....\n**...\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*....\n*...*\n*...*\n*....\n.....\n.***.\n*.*..\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n....*\n....*\n.****\n*.*.*\n***..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**....\n.**......*\n*.*.*...*.\n...*......\n..****...*\n```\n\n\n## Output without wrap\n\n```\n.*........\n..**......\n..****....\n.*..*.....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**..*\n...***..*.\n..****..**\n.**......*\n.*..***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n.*...*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....***\n....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**.****\n.*..*...**.*.*\n......***.*.*.\n...*....*.*.**\n**..*.**....*.\n.....***..*...\n.....**.......\n```\n\n\n## Output without wrap\n\n```\n.......*....*.\n.......*.****.\n............**\n........*..***\n....**..**..**\n....**..*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..*.**.*\n*....**..***.*\n.............*\n**......*..*..\n....**..**....\n....**....***.\n*...**..*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****..\n...*.**..\n****...**\n*.**....*\n..**.....\n.*...*.**\n*...*....\n.*.*.**..\n*.*......\n.****..**\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n......*.*\n...***...\n.*...*.**\n*....*.**\n.........\n.......*.\n*....**..\n.**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*......**\n......**.\n...***.**\n**...*.*.\n.....*...\n.......*.\n.........\n..**.....\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.**..*\n..*.*.\n*.**..\n....*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**.**\n....*.\n.**.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n***.**\n*...**\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..**.\n.*...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..**\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n****\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*.*.\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.***\n.*.*.\n.**.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*....\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n..**.**\n.*.****\n.*.*..*\n.*..**.\n*...***\n```\n\n\n## Output without wrap\n\n```\n..**.**\n.......\n.*.....\n**.*..*\n****...\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n*......\n.*.....\n.*.*..*\n.***...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.....\n...........\n...........\n..*........\n*.*........\n....**.....\n*....*.**..\n*.****.....\n.....*...*.\n...*.*.....\n...*.*****.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.*.........\n.*.*.......\n.*..***....\n.*.........\n.*.*.*..*..\n..*..**....\n.....*.*.*.\n.....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**..\n...........\n...........\n.*.........\n.*.*.......\n.*..***....\n.*.........\n.*.*.*..*.*\n..*..**....\n.....*.*.*.\n..**.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n.*.\n*..\n.**\n*.*\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n*.*\n*.*\n..*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n*..\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n...*.\n...**\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n...**\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n.......*\n.*....*.\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n.*......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*......*\n**.....*\n**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n.**\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.***.\n*.*.*\n..*..\n.....\n.****\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n.*.*.\n..*..\n**.*.\n*..*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n..*..\n.....\n.**.*\n**.*.\n*..*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*.*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n.*.*\n*.**\n**..\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n*..*\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******...*.**\n*****.********\n.*****.*******\n..******..****\n*******.***.**\n.*****..****.*\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n**............\n**............\n**.....*......\n.......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...*..\n..****\n**....\n......\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n.....*\n....*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n......\n......\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.*...*...\n.........\n.*.*...*.\n......*..\n...*.....\n.........\n...*.....\n.........\n.*.*.....\n.....*..*\n........*\n.........\n*.*....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..*......\n.........\n..*......\n.........\n.........\n.........\n..*......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.........\n..*......\n.........\n..*......\n.........\n.........\n.........\n..*......\n.........\n*........\n.........\n........*\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***..\n.*.*...*.\n.**....*.\n...*.....\n..*...*..\n*.*.**...\n.*.*.....\n.....*..*\n.....**..\n.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.**...*..\n*........\n**.*.....\n**.*.....\n.*...*...\n......*..\n.**......\n..*....*.\n.......*.\n....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.\n*..*...*.\n**.*.....\n**.*.....\n.*...*...\n*.....*..\n.**......\n.**....*.\n...*...*.\n****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*...**\n**....\n**.**.\n..****\n....*.\n*****.\n**....\n.....*\n....**\n*..*..\n.**...\n......\n****..\n```\n\n\n## Output without wrap\n\n```\n....**\n**..**\n..**.*\n*....*\n.**..*\n......\n*.***.\n*..**.\n....**\n....**\n.****.\n.**...\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n**..*.\n..**..\n......\n***...\n*.....\n*.***.\n...**.\n....**\n*...**\n******\n.**...\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n***.\n**..\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*...\n*.*.\n**..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n..**.\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n..*..\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n..*..\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n..***\n.....\n.....\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n....*\n...**\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*..**\n...*.\n.....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n*.*\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*..\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n...*\n.*.*\n....\n..**\n*..*\n*...\n....\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n...*\n.*..\n.*.*\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n*.*.\n....\n....\n....\n*.**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n.**\n**.\n**.\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n**.\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n*..*.**\n....*.*\n...***.\n.****..\n*......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*.....\n.......\n.......\n.*.*...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n**.....\n.......\n.*.....\n**....*\n*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n..*..*\n..*...\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*..*.\n....*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*....*\n....*.\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..**.\n..*..**..*\n.*..*****.\n```\n\n\n## Output without wrap\n\n```\n.********.\n*.*......*\n....*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*......\n..*......*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**.\n**.....*..\n..**......\n*.........\n.*....*...\n.*........\n..*.......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.**...*.*.\n*..*...*..\n..*.......\n*.........\n..........\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.*.\n*.*...*.**\n*..*...*..\n..*.......\n*.........\n..........\n.**.......\n.**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n..*....\n..**..*\n...**..\n..*..*.\n..**.**\n****.**\n..*.***\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..*.*..\n....**.\n..*..**\n.......\n.......\n..*....\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n..*.*..\n....**.\n..*..**\n.......\n.......\n..*....\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........**.\n**...........\n.**.........*\n*.........***\n```\n\n\n## Output without wrap\n\n```\n**...........\n*............\n.*..........*\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*..\n...........*.\n...........*.\n.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....***..*\n......*....*\n*....*....*.\n......*...*.\n..**........\n..**.*......\n.**.****...*\n**...*..*.**\n```\n\n\n## Output without wrap\n\n```\n......**....\n.....**...**\n.....**...**\n............\n..***.......\n.....*......\n*......*..**\n***.**.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.**..\n.....**...*.\n.....**...*.\n...........*\n..***.......\n.....*......\n.......*..**\n..*.*...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n***....\n.......\n..*...*\n*......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*.....\n*.*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.*.*....\n.*.*....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n******\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.*.\n*.****.*.\n*..*..***\n***......\n..*......\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.*...*.*.\n*.....***\n*.**...**\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.....*..*\n.*....**.\n..**...*.\n*.*.....*\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..*\n.....****\n.....*..*\n**.....*.\n**..*..*.\n**...**.*\n**..*.*..\n.........\n....***..\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n....**.**\n......*.*\n.*...*...\n..**.*..*\n..**....*\n.*.*..**.\n....*....\n....*..*.\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*.......*\n*.....***\n.....*.*.\n.***.*.*.\n.***....*\n...*..*..\n....*....\n...**.*..\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*\n*.....*\n***..*.\n......*\n```\n\n\n## Output without wrap\n\n```\n**.....\n.....**\n**...**\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.....*.\n.*...*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*..*\n*.**\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*...\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n....\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.*****\n*.****\n.*.***\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*.*..\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n***..\n*..*.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..**.*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.**..*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n***..*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.....**.\n.......*\n.....***\n...*....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.......*\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.......*\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***....\n**..**....\n.......***\n*...**....\n*.*......*\n*.*.*.....\n.*..**....\n```\n\n\n## Output without wrap\n\n```\n*..*.**...\n...*.**...\n.....**.**\n.*...*....\n*..***....\n*.*...*...\n.***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****..\n**.****.**\n.....**.**\n.*...*..*.\n...***....\n**.***...*\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n...*\n.**.\n**.*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**..\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*.**\n.*..\n**.*\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n...***\n....*.\n*****.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n.*....\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*..\n**....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.***.\n....*\n.*...\n.....\n*..**\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.*.\n.*.*.\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n**.*.\n**.*.\n.....\n*...*\n*..*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.**...\n*.*...\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n...*..\n..*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n...*..\n..*...\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.......*..*.*.\n..........*..*\n...........*.*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n...........*..\n..........*..*\n............*.\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...........*..\n..........*..*\n............*.\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.*.\n*.*\n*..\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n**.*\n**..\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n***.\n***.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n.***\n.***\n****\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.*.*.\n..*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n..*..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n***..\n..*..\n.****\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..\n..*****\n....*..\n*...*.*\n..***.*\n.**.**.\n**.**.*\n*.*.*.*\n..*.***\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n.**....\n......*\n....*..\n..*...*\n*.....*\n*.....*\n*.*...*\n..*.*.*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.**....\n*......\n*...*.*\n..*...*\n.......\n.......\n..*....\n*.*.*.*\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.*.**\n***..\n```\n\n\n## Output without wrap\n\n```\n**.**\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*..***\n*..*..\n**...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.**.\n*.**.*\n***...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n**.**.\n..**..\n.**..*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n.*...\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n.....\n***..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.**..\n...**.\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n.....*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n......\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n....*\n.****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n..*.*.\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..*.**\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n....*.\n..*.**\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n..***.\n......\n...***\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.****.\n..*..*\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.*****\n..*..*\n*..*..\n*..*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n...**\n.....\n*....\n**..*\n....*\n**..*\n.....\n.....\n.....\n.*.*.\n**.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n**...\n**...\n...**\n.....\n.....\n.....\n.....\n**.**\n**.**\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..***\n....*\n**..*\n.*..*\n...*.\n*...*\n*....\n.....\n.....\n.*.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.\n*....**\n.*.***.\n***.*.*\n**....*\n.*.***.\n*..***.\n*......\n```\n\n\n## Output without wrap\n\n```\n.*...**\n*..*..*\n...*...\n....*.*\n......*\n.*.*..*\n****.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n*..*...\n...*...\n....*..\n.......\n.*.*...\n****.*.\n*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n**...\n..*.*\n..*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n**...\n..*.*\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n*.......*\n.........\n....*....\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.*......*\n*........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n......\n......\n.*....\n.*..*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n....*.\n......\n..*...\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n***\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n...\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n***\n...\n***\n*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*.**.\n.**.........\n............\n......**....\n**...*......\n.....*.*..**\n.*...*****..\n*....*..*...\n.....*.....*\n....**....**\n..*.*......*\n.*.*...**..*\n```\n\n\n## Output without wrap\n\n```\n..*.*.......\n..*.*.......\n...*........\n......*.....\n....**.**...\n.........**.\n...*........\n........*..*\n...*..*....*\n...*........\n..*..*....**\n..***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......**.\n.**.**......\n...*........\n......*.....\n*...**.**..*\n.*.......*..\n.*.*........\n.*......*...\n.*.*..*.....\n.*.*........\n.*.....***..\n..*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.*.\n.*....*....*\n.......*....\n**....****..\n**.*.**..*.*\n*....*....**\n*...*..*..**\n*.*......*..\n*.......*...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n*.*.........\n*.****...**.\n*.*****.**..\n.*..**..**..\n**..........\n**......***.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..**\n*.......*...\n***.......*.\n******...**.\n.******.**..\n....**..***.\n............\n*.......*.**\n.*.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**..*.\n.*...*\n.*.*.*\n**.*.*\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n**....\n***...\n.*...*\n.*...*\n**.*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***\n.**..*\n.*...*\n.*...*\n.*.*.*\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*.*.\n..*.\n*..*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n..**\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n.**.\n.*.*\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.****\n**.****.*.\n**.**....*\n....******\n********.*\n.******...\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n..*..*.***\n..........\n**......**\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n....*.*.....\n....*.*.....\n............\n............\n............\n.....*.*....\n.....*.*....\n......*.*...\n......*..*..\n.......*.*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n.....*.**...\n.....**.*...\n......*..*..\n........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n.....*.**...\n.....**.*...\n......*..*..\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.***\n*.*****.**\n*.**...*.*\n.******..*\n****.*.***\n```\n\n\n## Output without wrap\n\n```\n**........\n*.........\n........*.\n.......*.*\n......*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n*.......\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*.*\n...*.*\n...**.\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**.*\n..***.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**.*\n..***.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*...\n**...\n****.\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n*...*\n*...*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**\n.**..*.\n..*..*.\n.*.....\n**....*\n```\n\n\n## Output without wrap\n\n```\n..**.**\n.*.****\n..*.*..\n*.*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...****\n*.*.***\n***..**\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n*..\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n*..\n...\n...\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*..\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*.\n...*....**\n..*.....*.\n.*......*.\n.*......**\n*......**.\n.*....*...\n.*.....*..\n.......**.\n.*.......*\n.*......*.\n.*........\n..*.....*.\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n..**......\n......*...\n*.*....*.*\n.........*\n..*....*.*\n**....*...\n......*..*\n.........*\n.*.....*..\n*.*.......\n*.*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.*\n.*....*..*\n*.....*...\n*.*....***\n..........\n..*....**.\n**....*...\n**....*...\n*.........\n*......*.*\n..*.......\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n*......*.*\n...**..*.*\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......**.*\n......**.*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n*.....**.*\n*.....**.*\n.....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n.*.*\n....\n....\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......**...\n.**....*..*..\n.*.....***...\n.....***.*.*.\n....**..*.*..\n*........**..\n*.**......*.*\n**..*........\n**.........**\n```\n\n\n## Output without wrap\n\n```\n*.*.....**...\n*..*......*..\n*.**.........\n...****.*....\n......*......\n.*...*..*....\n.*.......***.\n*..*......**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....***.*\n*.*.........*\n*.**.........\n...****.*....\n*.....*....**\n**...*..*....\n.*.......**.*\n...*......*.*\n.........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.......*.\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n**.***\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.....\n..*...*.\n.....***\n.....*.*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....***\n.....*.*\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....***\n.....*.*\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n....*.**\n*..*....\n*..*....\n*...**.*\n..*.....\n..*.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n...**...\n**.*....\n.*.**...\n.*.*....\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.......*\n*..**...\n**.*....\n**.**..*\n.*.*....\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n*.*.\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n.*......*.\n*........*\n..........\n...*......\n...*....*.\n...**.*...\n..*..*..*.\n..*.......\n..........\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n..........\n..........\n..**......\n..****.*..\n..*.**....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n*.......*.\n*........*\n..........\n..........\n..**......\n..****.*..\n..*.**....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..\n...........\n......***..\n...**.***..\n....*.**.*.\n....*....**\n```\n\n\n## Output without wrap\n\n```\n...........\n........*..\n.....**.*..\n...**....*.\n....*.*..**\n.....*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n........*..\n.....**.*..\n...**....*.\n....*.*..**\n.....*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n**..*.\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*****\n.*****\n***.**\n******\n******\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n..*...\n......\n......\n....**\n...**.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n...***\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n..*...\n......\n......\n...***\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.......\n...........\n...........\n...........\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*....\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*...*\n.....\n.....\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.\n...*....\n........\n*.......\n....*...\n......*.\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....**..\n........\n........\n........\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n..*..*\n*.*..*\n..**..\n.*..*.\n.***..\n.....*\n*.*...\n***..*\n**...*\n**...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.**...\n.**.**\n.*...*\n.*..*.\n....*.\n.***..\n.*.*..\n...*..\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n..*.*.\n..*...\n..*...\n......\n*...*.\n*...**\n.***..\n...*..\n...*..\n******\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n.*.....\n...*...\n...*...\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..*....\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*....\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............**\n.*............\n*............*\n..............\n..............\n..............\n..............\n.............*\n**.........**.\n...*..........\n...*........**\n***...........\n**............\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n..............\n..............\n..............\n..............\n..............\n............*.\n............*.\n..*........*.*\n.*.*..........\n*.*...........\n*.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........*\n............*.\n*.............\n..............\n..............\n..............\n..............\n*...........**\n*...........**\n*.*........*..\n**.*.........*\n..*...........\n..*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n..........\n..........\n..***.....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*......\n...**.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...*......\n...**.....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n******\n.*....\n.*..*.\n......\n*.....\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*****.\n.....*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n......\n......\n......\n......\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.*.*....\n...*...*\n****..**\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...*....\n....****\n*...****\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n...*....\n....***.\n....**..\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*.*...\n......\n......\n......\n.....*\n**..*.\n.*..*.\n*..***\n..***.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n......\n**..**\n.**...\n.*...*\n..*..*\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.*....\n......\n......\n......\n*....*\n**..*.\n.**...\n**....\n*.*...\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..**\n........\n.***...*\n...***..\n......*.\n..*..*.*\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*..**\n..**....\n...****.\n...*..*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.*.*..*.\n..**....\n...****.\n...*..*.\n......*.\n*.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n*********\n********.\n*.*******\n*.*******\n*********\n*.*****..\n*********\n*********\n.***.****\n***.*****\n*.*****.*\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n...\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n...*.\n.....\n.....\n.....\n.....\n***..\n.*...\n..*..\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n.....\n.....\n.*...\n***..\n*....\n.***.\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..***\n.....\n.....\n.....\n.*...\n***..\n*....\n.***.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......\n.........*..\n.*.......*..\n......**...*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n........*.*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n............\n........*.*.\n......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*.**\n*..***...*\n*.****..**\n**..*.**..\n..***.****\n```\n\n\n## Output without wrap\n\n```\n..**.*..**\n*.....**..\n*.*....***\n*.........\n.****.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...\n......**..\n..*....**.\n..........\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n......\n......\n......\n*...*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.\n.*...*.\n.*..**.\n.**.*..\n.*...**\n```\n\n\n## Output without wrap\n\n```\n.*.....\n...*.**\n*......\n......*\n*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n**.....\n.*.....\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*****\n*....\n*.**.\n..***\n```\n\n\n## Output without wrap\n\n```\n..*..\n*..*.\n*...*\n*...*\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*.**.\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**.**\n*****\n***..\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..**.*\n***..****..\n****.******\n****.******\n**.*******.\n*.**...*.*.\n***...***.*\n..**..***.*\n.****.*****\n*..***.****\n***.**.***.\n**.***.****\n.**...*.***\n.******.***\n```\n\n\n## Output without wrap\n\n```\n***..*..**.\n..........*\n..........*\n...........\n...........\n..........*\n*.........*\n*...*.....*\n.*.........\n*..........\n...........\n...........\n...........\n.*.****.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n...........\n...........\n...........\n...........\n...........\n...........\n....*......\n.*.........\n...........\n...........\n...........\n...........\n....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n***..\n***..\n.....\n...**\n.....\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n*.*..\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.....\n*.*..\n*****\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......*.*\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*...\n*..*\n.*..\n..**\n....\n....\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n**..\n.*.*\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..*.\n**.*\n.*..\n..*.\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n*********\n******.*.\n*********\n***.**..*\n*.******.\n*.*****.*\n*********\n*****..**\n*****..**\n.******.*\n.*****.**\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.....\n..*..\n..*..\n*..*.\n*...*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n.*.*.\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n**.*.\n*..*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n***..\n***.*\n**..*\n.**.*\n..***\n*..**\n**.**\n*..*.\n**...\n..**.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*....\n.....\n....*\n*...*\n.....\n*....\n**...\n...**\n**.*.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*.**\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n...*.\n**.*.\n*.*.*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n..***..\n..*.*..\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n.**.**.\n.**.**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.\n.**.**.\n.**.**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n..*.*\n*...*\n.****\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*.*.*\n....*\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n*..*\n..**\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n...*\n*..*\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n**..\n....\n****\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n.*..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n....**\n*....*\n*.**.*\n...**.\n....*.\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n.*.*.*\n.*.*.*\n.****.\n...*.*\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n*...**\n...*..\n*..*..\n..**..\n...**.\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*...\n*..*\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n***.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n....**\n....*.\n..*..*\n*...**\n```\n\n\n## Output without wrap\n\n```\n...***\n....**\n...**.\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....**\n...**.\n*..*..\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..***..\n.....*.\n.....*.\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...**..\n..**...\n...*..*\n....***\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..**...\n...*..*\n....***\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n**.**\n.*...\n```\n\n\n## Output without wrap\n\n```\n*.***\n*..**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...*...\n*.....*.****.\n**.**...**...\n*.....**.*...\n.*.*...*.**..\n.......*.*.*.\n.*..***..*..*\n*..**........\n```\n\n\n## Output without wrap\n\n```\n........**...\n*...**.*.....\n**...**......\n*..**.**.....\n.......*.*...\n..*.**.*.*.*.\n...****.*.*..\n...**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..**...\n*...**.*.....\n**...**......\n*..**.**.....\n.......*.*...\n*.*.**.*.*.*.\n*..****.*.*.*\n**.*..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n..**..\n.****.\n....*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n.*..*.\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n.*.***\n..*.**\n.**...\n.*.*..\n..*...\n...*..\n***...\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.*....\n.....*\n.*..*.\n.*.*..\n..**..\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.*....\n.....*\n**..*.\n.*.*..\n..**..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**..**\n..*.*.\n*..*..\n*.**..\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**.***\n*.*.**\n....*.\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**.**.\n..*.*.\n....**\n******\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n....***.*\n..*......\n.......*.\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n.....**..\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n....*..*.\n.....**..\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**...*\n**.*.....*\n.*.*..*...\n...*.*....\n**...*...*\n...***...*\n****....*.\n```\n\n\n## Output without wrap\n\n```\n**.**.....\n..........\n.....**...\n*..*.**...\n.***...*..\n.*...**...\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...*.\n*..*......\n.*...**...\n.*.*.**...\n****...*.*\n...*.****.\n....*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.*.***\n*..**.\n```\n\n\n## Output without wrap\n\n```\n..**.*\n**....\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n..**.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n.*...*\n......\n**...*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n.*...*\n.*..*.\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n..*.*....\n.....**.*\n.*.......\n.....*..*\n.........\n***......\n......*..\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....**..\n....*....\n.....**..\n......*..\n.........\n***......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.....**..\n....*...*\n.....**..\n**....*.*\n**.......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*\n.*....*\n.*.****\n```\n\n\n## Output without wrap\n\n```\n****.*.\n......*\n..*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n.*.\n...\n.*.\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n***\n.**\n...\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.**\n***\n...\n...\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n..**....\n*.......\n.*......\n........\n.*......\n..**....\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n.**.....\n........\n........\n..*.....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n.**.....\n........\n........\n..*.....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**..*\n***.*\n```\n\n\n## Output without wrap\n\n```\n*****\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.......\n.......\n..*....\n.......\n.......\n..*....\n.......\n.....**\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***\n.....**\n.......\n.......\n.......\n.......\n.......\n.....**\n*...***\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n..*\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.***.\n...*.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*..\n.*...*...\n.*.**....\n...**.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n.....*...\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n...*.....\n....*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n**.\n..*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n...*\n..*.\n*.**\n*.*.\n***.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n.*..\n..**\n.***\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n..*.\n*.*.\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....*..\n...***.\n..***..\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n...***.\n..*..**\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...***.\n..*..**\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n****\n....\n....\n.*.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n****\n....\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*.....\n.*........\n........*.\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........\n..*.......\n*......*.*\n..*...*...\n**........\n..........\n.......**.\n......*..*\n.......*.*\n.......*..\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**........\n**........\n..........\n..........\n.......**.\n......*...\n......***.\n.......*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n*.........\n*.........\n..........\n..........\n.......**.\n......*...\n......***.\n.......*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.....\n.*........\n..***.....\n...**.....\n.........*\n*.*......*\n```\n\n\n## Output without wrap\n\n```\n..........\n.***......\n.**.**....\n..*.*.....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....*\n**..*.....\n.**.**....\n.**.*.....\n*****....*\n...**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n*.*.**\n*.***.\n```\n\n\n## Output without wrap\n\n```\n.*****\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*........\n.....*..*.\n.*........\n...*.***.*\n**...*..*.\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.*.**...*.\n.*.*.....*\n.*..**..*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...**....*\n.*.*......\n**..**....\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*.\n.*..*.***.\n**....*.**\n**....**.*\n...***....\n....***...\n.....**...\n**...***..\n.****.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n*......**.\n.**...**..\n.*.**.***.\n..........\n..*.......\n*..*.**...\n*..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n*.*****...\n.......*..\n.**...**..\n.*.**.**..\n..........\n..*.......\n..**.*.*..\n...*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n...*..........\n....**........\n...*..........\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n...**.........\n...***........\n...**.........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n...**.........\n...***........\n...**.........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n.*.\n**.\n*.*\n..*\n.**\n**.\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n..*\n*.*\n*.*\n..*\n*.*\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n*.*\n...\n...\n...\n...\n...\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.*.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**......\n*......**.\n**.*.....*\n*.*....**.\n.**.....**\n*.........\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*.......\n*.**....*.\n*.**...*.*\n*.**...**.\n*.*.....*.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....\n.*.*......\n..**......\n..**...**.\n.***...**.\n*.*.....*.\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.*.\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.*..*\n..*.*.\n**..**\n.*....\n*.....\n.**...\n...*..\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*.**\n*.*.*.\n******\n.*....\n*.*...\n.**...\n.*.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.*.**\n..*.*.\n******\n.*....\n*.*...\n.**...\n.*.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*.*.\n.*...\n.*..*\n.*.*.\n****.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n**...\n**...\n...**\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.*...\n.*...\n...*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*****\n***.****.*\n**********\n*.***.*.**\n**.***..*.\n*.********\n..*..*..*.\n*****.*.*.\n.****..***\n*.*****...\n**.**.**.*\n*.*******.\n```\n\n\n## Output without wrap\n\n```\n*..*.....*\n..........\n..........\n..........\n*.........\n*........*\n*.........\n*.....*...\n........**\n*........*\n*.........\n*.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n*.........\n..........\n*.....*...\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n*.**\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n....\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n....\n.*..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*.\n***.****\n***....*\n```\n\n\n## Output without wrap\n\n```\n...*.***\n..*.*..*\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n...***..\n...***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**\n.**....*\n*.......\n*.......\n*....**.\n.*.....*\n........\n**......\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.**...**\n*.*...**\n*.......\n........\n**......\n........\n**......\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....\n........\n......*.\n........\n......*.\n......*.\n.*.....*\n***.....\n*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.....***\n*..*.*..\n.***....\n*..*..**\n*.****..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n....*.*.\n**.*....\n**....*.\n*......*\n.**...*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......**\n....*...\n.*.*....\n.*......\n........\n***.....\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n***...\n****.*\n*...**\n**..*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n......\n...*.*\n.....*\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n...*..\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***..\n.......*..\n....*..**.\n....****..\n..........\n..........\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....*....\n....*...*.\n....*****.\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n.....*....\n....*...*.\n....*****.\n.....**...\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.**.\n.***\n*.**\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..******.*.\n..*.....**.***\n...***....*...\n...**....*****\n***.*.***....*\n*****....***..\n*.......*.****\n```\n\n\n## Output without wrap\n\n```\n.**...**..*.**\n..*.........**\n..*..*..*.....\n.*....********\n*......**....*\n....**.......*\n*.**........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.......\n*.*.........**\n..*..*..*.....\n.*....********\n.......**.....\n....**........\n....***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***..*...\n.*..***......\n.......*..**.\n.*...*......*\n*...........*\n.*...*..**.*.\n......*......\n..*..*.*.*...\n...*.....**..\n.*.*.........\n.**.......*.*\n..*....*.....\n...***...*.*.\n..*.*....*...\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n...**........\n...........*.\n............*\n...........**\n......*...**.\n.....***..*..\n....*.*....*.\n..***..*.....\n...*....*..*.\n**.**....*...\n.*..**...***.\n.**.......*..\n...***...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**...\n.....*.......\n...........**\n.............\n...........*.\n*.....*...*.*\n.....***..**.\n....*.*....*.\n..***..*.....\n**.*....*..**\n...**....*...\n*...**...***.\n.**.**.**.**.\n......*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*.....\n*....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*.\n*..*.*..\n.*.*...*\n.*****.*\n**.*....\n.*.****.\n```\n\n\n## Output without wrap\n\n```\n.****...\n*..*..*.\n**...*..\n......*.\n*.......\n**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**\n*..*..**\n.*...*.*\n......**\n.......*\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*...\n........*...\n*.*.....*...\n```\n\n\n## Output without wrap\n\n```\n........*...\n........*...\n........*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*...*.\n***...*...*.\n***...*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n*..****\n**.**.*\n***..**\n.****..\n.*.....\n*******\n*.*.*..\n****.*.\n***....\n*.***.*\n***..**\n.***...\n..**...\n```\n\n\n## Output without wrap\n\n```\n.**...*\n*......\n.......\n......*\n...***.\n.......\n*...**.\n......*\n....*..\n.....*.\n....*.*\n*....**\n*...*..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n...****\n......*\n....***\n.......\n....*..\n.....*.\n....*..\n.....*.\n....*.*\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.*..\n.*...*.**.\n.*..*...**\n*..*.***.*\n**********\n*....**..*\n**...****.\n**...*****\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n....**.**.\n***..*.*.*\n***.*....*\n*.........\n*.**.....*\n...*.....*\n....*.....\n*.*.*....*\n.*...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.**.\n.**..*.*.*\n.**.*.....\n..........\n..**......\n...*......\n....*.....\n..*.*.....\n..***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n.*.\n*..\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n.**..\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.*.*.\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.*.**\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n..***.....\n....*..**.\n.****..**.\n***.......\n```\n\n\n## Output without wrap\n\n```\n..**......\n..***.....\n.*...*.**.\n*...*..**.\n*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n..***.....\n.*...*.**.\n*...*..***\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n...**\n*...*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n...*.\n*....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**....\n...*.***.\n..***.***\n****..*..\n***..*.*.\n.***.....\n*..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*****..\n.*......*\n........*\n*.......*\n....*.*..\n...*.....\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*.\n**.......\n*.......*\n.........\n....*.*.*\n...*.....\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n....*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.\n..*..*.\n..*..*.\n*....*.\n*....**\n```\n\n\n## Output without wrap\n\n```\n..****.\n.***..*\n.*.....\n.......\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.**....\n**.....\n**.*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n.***.**\n*******\n*******\n*.*****\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n...*...\n.......\n..*....\n...**..\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...**..\n..*....\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.......\n.......\n...**..\n..*..*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n....\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n*.*.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..**.\n....*..*.\n*...*..**\n.*..*....\n..*.*....\n*.***..**\n.*.....*.\n.*.....*.\n```\n\n\n## Output without wrap\n\n```\n...*..**.\n....**...\n...***.**\n.*..**...\n..*.**...\n..*.*..**\n**.*..**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..***\n....**...\n*..***.**\n**..**..*\n*.*.**..*\n*.*.*..**\n.*.*..**.\n.*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n.....\n...**\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*..*\n.*...\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*.*.\n.*...\n..***\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*\n**.....\n.******\n.*...**\n.**....\n*..*...\n...**.*\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.....*\n...**.*\n*.....*\n***....\n.*.**..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****\n.......\n...**..\n......*\n.**...*\n**.**..\n.*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n...**....\n..***....\n...**....\n...**....\n...***...\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*.*...\n....***..\n.........\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....***..\n.........\n.........\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n...\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n.*..**..*.\n.***.*....\n.*...*.*..\n*......***\n..........\n..****....\n*.*....*..\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.*.******.\n**.*.*....\n**..*..*..\n......***.\n...**...*.\n.****.....\n.**.*.*.*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*\n.*.******.\n**.*.*....\n.*..*..*.*\n*.....****\n...**...**\n.****.....\n.**.*.*.*.\n......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.......\n.......\n.......\n.......\n.***...\n.*..***\n.****..\n*.....*\n.*....*\n.*.....\n***.***\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.**.*..\n.*****.\n*.....*\n*.**..*\n...*.*.\n**.....\n...***.\n*.....*\n*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.......\n.......\n..*.*..\n.******\n*....**\n..**..*\n.*.*.**\n*....**\n...**..\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.*.\n...\n*..\n...\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.****.**\n*********.**.\n**.**********\n***.**.*****.\n**..*********\n********.****\n```\n\n\n## Output without wrap\n\n```\n*........*.**\n.............\n............*\n.............\n.............\n*.**........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n.***\n*.**\n***.\n....\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*...\n*.**\n*.**\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.**\n*...\n....\n....\n*.*.\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n..........\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...***...\n*............*\n*.............\n**...*..***.**\n...**********.\n..*...*.*...**\n...***.*.**..*\n```\n\n\n## Output without wrap\n\n```\n..............\n........***...\n**..........**\n*..**.......**\n*..**.......**\n.*....***...**\n...******...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.**.*...\n*.......***.*.\n.*..........*.\n**.**........*\n...**........*\n*...***....*.*\n.*******.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n..*....*\n*..**..*\n*.***...\n...**.*.\n.....*..\n*....***\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.***....\n.***....\n.***....\n.**.....\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..**...*\n..**...*\n*.**...*\n..*.....\n**....**\n***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n....\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n*...\n*.*.\n....\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*.\n.........*.\n...........\n.........*.\n*........*.\n...........\n..*....*...\n........*..\n...........\n.......*...\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*.*.\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n*...\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n......**\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*....*..\n*....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n.*..*\n*.**.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**.*\n*..*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n.**.*\n*..**\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*\n.*.*....*\n........*\n.........\n.........\n***......\n.........\n.........\n...*.....\n```\n\n\n## Output without wrap\n\n```\n..*......\n..*....**\n.........\n.........\n.*.......\n.*.......\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....\n..*....**\n*........\n.........\n.*.......\n.*.......\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n.......\n....*.*\n.......\n....***\n*.....*\n.......\n*.....*\n.......\n.......\n....*.*\n....*.*\n..**.*.\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n...*...\n....**.\n.......\n....*.*\n.....**\n......*\n.......\n.......\n.......\n.......\n.......\n....*.*\n..**.**\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n....**.\n.......\n....*.*\n*....**\n*.....*\n.......\n.......\n.......\n.......\n.......\n....*.*\n..**.**\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.....\n.....\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..*..\n.....\n.....\n.**..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n***\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**........\n...*..*.......\n..*...*.......\n..*...*....*.*\n...***....*..*\n.........*..*.\n......**.*....\n.....*..*.**..\n.....*..*.....\n......**......\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n....**........\n...**.*.......\n..**.***......\n..*.*.*.....*.\n...***....**.*\n....***.***...\n......**.*.*..\n.....*..*.*...\n.....*..**....\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**........\n...**.*.......\n..**.***......\n..*.*.*.....*.\n...***....**.*\n....***.***...\n......**.*.*..\n.....*..*.*...\n.....*..**....\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n**...\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..**\n.*...*.*.*\n.*....*..*\n.*...**..*\n*.........\n.***......\n...*..*..*\n..**...*..\n...**.....\n..*..**...\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n**....*.**\n.**..*.*.*\n***....*.*\n**...**...\n*.........\n.***......\n.*..*.....\n..*.......\n....***...\n..*..**...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..**\n.**..*.*..\n.**....*.*\n.*...**..*\n*.........\n****......\n.*..*.....\n..*.......\n....***...\n..*..**...\n***..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.****.*.***\n*.**.....**...\n....***..*****\n.****.**.*....\n.*...*.***....\n..**..*.**....\n```\n\n\n## Output without wrap\n\n```\n...*.****.....\n...*......*...\n.*.*..**...**.\n.**...*...*.*.\n.*.*......**..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.****...*..\n........*.....\n...*..**...*..\n..*...*...*...\n....*.........\n..**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**...\n........**\n...*..***.\n...*****.*\n```\n\n\n## Output without wrap\n\n```\n..........\n....**..**\n...*......\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n....**..**\n...*......\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.**....\n.....**\n***..**\n*.*.***\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n*....**\n*.**...\n*.*....\n.*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**\n*....**\n.....*.\n..**...\n..*....\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.*...*.\n.......*\n.*......\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n*......*\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..*.\n....\n..*.\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n.**.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n***.**\n******\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n*...*..\n*.*.*..\n..*....\n..**...\n.*.....\n*..**..\n.......\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.***...\n.*.*...\n.*.*...\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.\n*..***.\n.......\n.***...\n.*.*...\n.*.*...\n*..***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*****.\n*....*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.**....*\n*...**..**.**\n.*.*.**......\n*.*.**.*..***\n.***...*....*\n.**..*.....**\n.....*.*.**.*\n**.**....**..\n```\n\n\n## Output without wrap\n\n```\n.***...**..**\n*...*.*...***\n...**.**.**..\n*.*.*..*.***.\n**...**..**.*\n****..***.*..\n..**.*......*\n....**.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.**.*\n......*..*...\n.*.**.**.**..\n..*.*..*.***.\n*....**..**.*\n*.**..***.*..\n.*...**.....*\n.*..*....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*..\n............\n............\n............\n.........**.\n........*...\n........*.*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.........*..\n........*.*.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..\n............\n............\n............\n.........*..\n........*.*.\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*....\n.....\n..*..\n.****\n*.***\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*....\n.....\n.....\n.*...\n.*...\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..**\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...\n.......**...\n.......*....\n.......***..\n```\n\n\n## Output without wrap\n\n```\n.......**...\n......*..*..\n......*..*..\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n.......**...\n......*..*..\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n***.\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n**..\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*..*\n*....\n....*\n....*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*..*\n*...*\n*...*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.....*\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.....\n.**.*.....\n...*..***.\n..*.....**\n***..*....\n.....*....\n*.....**..\n..*....*..\n.*....*.*.\n........*.\n..........\n**...*.*..\n.***....*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.....\n.*..**.*..\n.*.*...***\n..**..*.**\n.**.......\n*....*....\n......**..\n.*......*.\n........*.\n.......*..\n..........\n**........\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n.*..**.*..\n.*.*...***\n*.**..*.**\n***......*\n*....*....\n......**..\n.*......*.\n........*.\n.......*..\n..........\n**........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.**...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n**.*\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*****\n*.*..**.*\n*********\n***..****\n****..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n**.\n***\n**.\n.**\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n..*\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n...\n...\n...\n.**\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n****\n....\n.***\n...*\n.***\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n**.*\n*...\n..**\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n....\n*.**\n....\n.*..\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n*..**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n...*.\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..**.\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..*..\n..**.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.....**\n...**.......*.\n....**.*....*.\n...*...*......\n.....*..*.....\n...***.*...**.\n.*.*...*......\n**.........*..\n...*..........\n......*..*..**\n```\n\n\n## Output without wrap\n\n```\n....*......***\n......*....***\n....****......\n.....*..*.....\n..**.*...*....\n.*.*.*..*.....\n*..**.**......\n***........**.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....*..\n...........**.\n....****......\n.....*..*.....\n..**.*...*....\n.*.*.*..*.....\n*..**.**.....*\n..*........*..\n............*.\n**..*.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.\n*****.**\n.*******\n..*...**\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.......\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.......\n...........\n...........\n...........\n...........\n...........\n..**.......\n.*.........\n.***.......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n..*........\n.*.........\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.......\n...........\n...........\n...........\n...........\n...........\n..*........\n.*.........\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n..*.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n...*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n....\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.**\n*.*.\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.....*.\n.......\n..*....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n...*.***\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n**.....*\n**.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*..**\n.*..*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*.*.*\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n.*.*\n....\n.*.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n..*.......**\n...........*\n*...*.....**\n*...**......\n...***......\n....*.......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n....*.......\n...*........\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n............\n..........*.\n...........*\n....*......*\n...*........\n...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.**\n..*.*\n*.***\n*....\n....*\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n..*.*\n.*..*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n.....\n*.*..\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n.***\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n.***\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.***.\n.**..\n.**..\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n....*\n*...*\n.***.\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*...*\n.....\n****.\n*..**\n**.*.\n..*..\n**...\n**.**\n.****\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n*....\n*...*\n.....\n.****\n*.*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*...*\n.....\n.*.**\n...*.\n*****\n***.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..*...\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n*...**...\n*.**.....\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.****....\n*...*....\n*.***....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****....\n*...*....\n*.***....\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.**..\n****.\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*....\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.***\n...*\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n...*\n....\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*..*\n....\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*.\n......*...*\n*......*...\n.....**...*\n..*..**....\n.***.......\n.......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n..**...*...\n.*.....*...\n......*....\n.***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*.........*\n*.........*\n****...*...\n.*.....*...\n......*....\n.***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n****\n..*.\n...*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n.*.*\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n**..\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n...***.\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n..**...*\n*.*..*..\n**......\n**......\n```\n\n\n## Output without wrap\n\n```\n.***....\n...*....\n*.**....\n..*.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n*..*....\n*.**...*\n..*....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n.....*..\n......**\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*.*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.....*.*\n......*.\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***........*.\n*.*....*.*...\n*........****\n....**.....**\n.**.......*..\n.*.......*..*\n```\n\n\n## Output without wrap\n\n```\n.............\n*.*.....**...\n***.......***\n**......***.*\n*..........*.\n.**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*..\n..*....*..*..\n***.......*..\n........***..\n.**......**.*\n***.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n**.\n***\n..*\n**.\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n*.*\n..*\n*.*\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n...*\n....\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*..*\n....\n..**\n..*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n..*.....\n........\n........\n......*.\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n**....*.*\n**......*\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.......*.\n**......*\n**.....*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n.*.......\n.*.....**\n*........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*****\n...*..\n.**.*.\n...**.\n***.**\n*.*.*.\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n..**.*\n......\n...*..\n.*....\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n****.*\n.....*\n.*.*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**.*.\n**.**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**.**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*.*.\n.*.*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.*.\n*..*\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*...\n*...\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n...**....\n..*....*.\n.***...**\n.*...*.**\n..*..**..\n```\n\n\n## Output without wrap\n\n```\n..***....\n..*.*....\n.*..*....\n**.*.*.**\n...*.*.*.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**..\n.*....**.\n**..*....\n.*.*.*.**\n**.*.**..\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..**.\n.*.*.\n.***.\n.....\n..*..\n.**..\n**..*\n*..*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n....*\n**.**\n**.*.\n*....\n*..*.\n*...*\n.**..\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*..**\n....*\n.*.**\n**.*.\n.*...\n.*..*\n....*\n.*...\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n..***\n..*..\n.....\n.....\n.....\n.....\n.....\n*....\n**...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n...*.\n.....\n.....\n.....\n.....\n.....\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n...*.\n.....\n.....\n.....\n.....\n.....\n**...\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n....*\n*....\n*...*\n**.*.\n.****\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n**...\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...**...*.\n*.***.......**\n....*...***...\n...**....*.**.\n..........**.*\n.*.*.....*.*..\n.*.*.......*..\n..**....*..*..\n```\n\n\n## Output without wrap\n\n```\n..*.*......*.*\n.**.**..****..\n..*..*.****..*\n.....*..*.*...\n..*.*.........\n..........***.\n...**......**.\n..***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*...*...\n.***..**.....*\n..*..*.****..*\n.....*..*.*...\n..*.*.........\n.*........***.\n..***.....*..*\n...**..**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**....\n...*.....\n*******..\n..*.*..*.\n.*.*...*.\n.*.*.*.*.\n.....****\n*....*...\n*....*...\n.**.*****\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..****...\n......*..\n***....**\n......***\n....*....\n.....*.**\n....**.*.\n.......**\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*..\n.*...*..*\n*.....***\n.**......\n.*....**.\n.*..*....\n**...*.*.\n**..**.*.\n**...*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**..*.*\n.*.*.*.....*\n.**...***..*\n.**..*.**.**\n.*...**.*..*\n.*.*.......*\n..*.........\n.**.....*...\n*.*.*..**..*\n****.*..**..\n.....*...*..\n```\n\n\n## Output without wrap\n\n```\n***.***...*.\n...***..*..*\n*..***..**.*\n*....*....**\n**..***.**.*\n.*..........\n...*........\n..*....**...\n*...*..*....\n*.**.***.**.\n.**.*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**....*\n...***..*..*\n...***..**.*\n.....*....**\n.*..***.**.*\n.*..........\n*..*........\n*.*....**...\n....*..*...*\n*.**.***.***\n...*.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n....**....\n......*...\n....*..*..\n.....*....\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....*.*..\n....*.*...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n.....*.*..\n....*.*...\n.....**...\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......**.\n***.........\n***.........\n**..........\n....*.*.....\n...****.....\n...**.....**\n.......*.***\n..........*.\n..........**\n.........**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n...*........\n...*.*......\n...**.**....\n..........*.\n..........*.\n............\n...........*\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**\n............\n*..........*\n...*........\n...*.*......\n...**.**....\n..........*.\n..........*.\n............\n............\n*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...***..\n...*..**..\n...*...*..\n****......\n*.**.*...*\n*.*..**.**\n..*...*...\n..*.****.*\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n..*.**..*.\n.*.**.**..\n*.........\n*....**.**\n..*.******\n..*.*....*\n...*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..*.**..*.\n.*.**.**..\n*........*\n.....**.*.\n*.*.*****.\n*.*.*.....\n.****...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n....**....\n......*...\n..........\n..........\n..*.......\n...*......\n```\n\n\n## Output without wrap\n\n```\n....**....\n......*...\n....**....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n...*..*...\n....**....\n..........\n..........\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n.*.*..\n*.*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n*...*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.**.\n...*..\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.*.\n****\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*..*\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n****\n**..\n*.**\n.*..\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n....\n*.*.\n...*\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n....\n****\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n..*..*...\n....*.*..\n......*..\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n*...\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n.**.\n..*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n....*.*..\n.....*...\n.........\n**.......\n**.......\n.........\n.........\n.**......\n.**......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n*.............\n..*..........*\n..*..........*\n*.............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.*............\n.*............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n**...........*\n**...........*\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n**..*.\n**...*\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n**..**\n....*.\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....*.\n.*...*\n.*....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*\n....**.\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....*.*\n```\n\n\n## Output without wrap\n\n```\n....**.\n....***\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*\n....**.\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.**\n**********\n.*********\n*.****.*.*\n**********\n**.**.****\n**********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n*.........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..**\n**.*\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...*.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...**\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n***.***\n****...\n**..*.*\n.*..***\n*...**.\n**..***\n******.\n***.***\n.**..**\n.***.**\n*******\n*****.*\n```\n\n\n## Output without wrap\n\n```\n*..*..*\n......*\n......*\n....*.*\n.*.*..*\n*..*...\n......*\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....*..\n.*.*...\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n***.*\n*...*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.*.*\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.*.*\n..*.\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n**.**\n..*.*\n*....\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n**..*\n*....\n*.*.*\n*...*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*...\n.*...\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*..\n.**..\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n*.*\n..*\n..*\n*.*\n***\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n..*\n..*\n..*\n*.*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n..*\n..*\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.......\n**....*\n.....*.\n.....*.\n*.***..\n*.***.*\n**.****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....***\n....***\n.......\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.*...*.\n.*...*.\n*...**.\n**..**.\n......*\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n.....\n.....\n*..**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*.***\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.....\n.....\n....*\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*..\n...........\n..*....*...\n...........\n**......*..\n*.......***\n..***...*..\n**.*.....**\n..*.**.....\n..*........\n.........*.\n.......*...\n*.....*...*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n**.........\n*......**..\n*...*..***.\n*...*..***.\n.*...*.....\n..***......\n...*.......\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n**.........\n.......****\n*...*..**.*\n....*..**..\n.....*...*.\n..***....*.\n...*.......\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n*...*\n.*..*\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*...*\n.*.*.\n.*...\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n***...\n**....\n```\n\n\n## Output without wrap\n\n```\n***...\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n**..\n**..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..*.\n**..\n**..\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n....*\n.*..*\n.*...\n*....\n.***.\n**...\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n*....\n*....\n*.*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n....*\n..*.*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.***.\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..**\n.*....*.\n*....*.*\n****....\n*..*..**\n.......*\n*.......\n**.*....\n*.*....*\n..*****.\n```\n\n\n## Output without wrap\n\n```\n..*...**\n.**..*..\n*.....*.\n*.***..*\n*..*..**\n......**\n**......\n*.*.....\n*....**.\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n.**..*..\n......**\n..***...\n...*..*.\n......*.\n**.....*\n..*.....\n*....***\n*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n...*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**\n**..*...\n..*...**\n..*..*.*\n*..***..\n.*****.*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.*.*....\n..**.***\n.**..*.*\n........\n.**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n**.*....\n..**.***\n***..*.*\n*......*\n.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n*.....\n.***..\n....**\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*****\n.**...\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n.***..\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n******\n.*.*..\n.*****\n```\n\n\n## Output without wrap\n\n```\n**..*.\n**..*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*.***\n.***.*\n.*.*.*\n.**.**\n..***.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n**...*\n*....*\n.*...*\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*...*\n.....*\n.*...*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n.**\n***\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*.*.\n..*.....*.\n..*.....*.\n.**.....**\n***......*\n***...**.*\n..*.....**\n*.*....***\n*.*....**.\n***...**..\n```\n\n\n## Output without wrap\n\n```\n.***....*.\n.........*\n.*..*..*..\n...**....*\n..***..*.*\n.*.**.**..\n....*.....\n....*.....\n.......**.\n..**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**...*.\n**..*.....\n....*..*..\n...**...*.\n..***..**.\n...**.**..\n.*..*.....\n....*.....\n....*.....\n**.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n*.***.*\n****.**\n.**..**\n..*****\n.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.**.***\n*......\n*......\n*......\n.......\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n..*.**\n.*....\n**....\n*.*.**\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n**...*\n*...*.\n*...*.\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**.**.\n**..*.\n....*.\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.**\n.....\n.*...\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n..*..\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**.\n..**...*.\n..*.*....\n.***.*...\n**.....*.\n......*..\n......*..\n....*....\n..*.....*\n..**.....\n.........\n....*....\n...*.....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.***..**.\n.***.***.\n.*..**...\n**.***...\n**...***.\n.....***.\n......*..\n.........\n..**.....\n..**.....\n..**.....\n..*.*....\n..*.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**.\n.***.***.\n.*..**...\n**.***...\n**...****\n.....***.\n......*..\n.........\n..**.....\n..**.....\n..**.....\n..*.*....\n..*.*....\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*.*\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n*...\n*...\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***.*..\n****....*.*\n.*.*..*.***\n.***..*..*.\n....****.*.\n..**..**...\n*.*....*...\n*.***..*...\n***.*.*....\n..*.*.***.*\n....***.**.\n...*..*.*..\n```\n\n\n## Output without wrap\n\n```\n.....*****.\n...**.*.*.*\n.......*...\n..***......\n**..*......\n.**.**.....\n.**....**..\n...**......\n.*..*.*.*..\n....*..*...\n....*..***.\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.*..\n....*.*.*..\n*......*.*.\n*****......\n....*......\n.**.**.....\n***....**..\n*..**.....*\n....*.*.*..\n**..*..*..*\n....*....*.\n...*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........\n...**......\n.*......***\n.*****....*\n*.*.*.*.***\n..*.*.*....\n..***......\n...........\n...........\n...........\n.*.........\n.*.*.......\n```\n\n\n## Output without wrap\n\n```\n..**.......\n.*.**....**\n***..**.***\n....**.*...\n...**..*.**\n....*..*.**\n..*.**.....\n...**......\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n.*..*....*.\n.**..**.***\n....**.*...\n*..**..*.*.\n**..*..*.*.\n..*.**.....\n...**......\n...........\n...........\n.*.........\n***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n........*\n....***.*\n*........\n....*****\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n.....*..*\n.....*..*\n.....*.*.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......*.\n*......*.\n*....*...\n.....*..*\n.....*..*\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*..*.\n.....\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n....*.\n.*....\n.*..**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*..*..\n.....*.*..\n..*.......\n*..*...**.\n*.........\n.*....*...\n.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..*..**...\n.*....**..\n**....*.*.\n..........\n......***.\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*..\n.*.***....\n**....***.\n.*....*..*\n.........*\n..*....**.\n*..*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n..*..*\n.**.**\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.*****\n.**.**\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n******\n.**.**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*****\n......\n......\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n.*.*.*\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*.*.*\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n**....\n*.....\n**.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....*.\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.*\n.***.***\n*******.\n```\n\n\n## Output without wrap\n\n```\n......*.\n**.....*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n***.*\n*....\n.****\n*..*.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n*.*.*\n*.***\n.....\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.****\n.*...\n.*..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n...**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.**\n.*..*\n.*..*\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*...*\n*.**.\n**.*.\n.***.\n**.**\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n*.***\n*...*\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***..\n..**.\n*....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*.*\n****\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.**..\n*..*.\n.*...\n*...*\n*..*.\n***.*\n**.*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n*....\n**...\n**...\n*.***\n....*\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...**\n*....\n.*...\n**..*\n..**.\n.....\n...*.\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*..\n**.\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n**.\n..*\n*..\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n*.***...***\n**..**....*\n.....*....*\n.**...*....\n.*...*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.....*.\n*.****...**\n***..*....*\n*.*.***....\n.**..**....\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...*.....**\n..****...*.\n.**..*.....\n..*.***...*\n***..**....\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..*.\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*.....\n**.**..***.***\n..**.*.**...*.\n.*......*...*.\n*.*....*.....*\n..*..*.....*.*\n.*..*.*....***\n.*..........**\n..*.......*.**\n.............*\n*.............\n....*....*....\n```\n\n\n## Output without wrap\n\n```\n..**...*******\n.*..***..*****\n**...**....*..\n.*.*...*....**\n.*..****.....*\n...****.......\n....***.....*.\n.**...........\n............*.\n............*.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*...\n.*.*..**..**..\n.....**....*..\n**.*...*......\n*...****....**\n*..****.....*.\n....***.......\n.**...........\n**..........**\n............**\n.............*\n.............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n*........\n...**.*..\n.........\n.........\n....*...*\n....*.*..\n.*.*.....\n....*....\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n.........\n.........\n.........\n.....*...\n...*..*..\n...*.*...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n**.......\n.........\n.........\n.........\n.....*...\n...*..*..\n.*...*...\n*.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*\n.....*..*\n......**.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*..*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*****\n*...*****\n*...*****\n*...*****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n......*.....\n.....*.*....\n......*.....\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n......*.....\n.....*.*....\n......*.....\n............\n............\n............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n......*.....\n.....*.*....\n......*.....\n............\n............\n............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**..*\n*.*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..**.\n..***\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*...\n.***\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n....*...\n.....*..\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....*...\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n....*...\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*****\n*****\n*..**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*.***..\n**..*.*.****.\n*************\n**********.**\n..*.*.*.*..**\n.***.*.******\n**.*.**..****\n*****..******\n*************\n..*********.*\n```\n\n\n## Output without wrap\n\n```\n*.**.*..*..*.\n............*\n.............\n*............\n*............\n*............\n.....*.......\n.............\n*............\n............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.....*.......\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n...\n...\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*..*..\n......\n....*.\n......\n*..*..\n*.**.*\n*..*..\n*..*.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..**..\n.*..*.\n*.....\n.****.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n******\n......\n......\n.***..\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n...*...\n.......\n.......\n.**....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.......\n.......\n..*....\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n*...*..\n*..*...\n....*.*\n.....**\n..*..**\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**..*..\n...***.\n....*.*\n....*..\n....*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n**..*..\n*..****\n*...*.*\n*...*..\n*...*..\n**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**...*\n*.*.**....\n..*.**....\n...**..*..\n*.**......\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.***..*...\n.**..**...\n.*..**....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.*.\n..**.**..*\n..*..**...\n.....**...\n..*.***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*..\n...*\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n...*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***......\n*..**......*\n...**....***\n*......**...\n............\n...*....*...\n```\n\n\n## Output without wrap\n\n```\n...*.*......\n..*........*\n...**...****\n........***.\n.......**...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*......\n*.*........*\n...**...***.\n........****\n.......**...\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.****\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*...*\n**...\n.....\n.....\n.....\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n**...\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*...*\n.....\n**..*\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n*..*.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..*.\n....\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n..**\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.***.\n***.*..**.\n.**.******\n***.*.**..\n...***.*.*\n***...*.*.\n*.*.***.**\n***.******\n.*.**.*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.***.*.\n*.........\n....*....*\n*........*\n....*.....\n*.*.......\n....*.....\n*.........\n**.**.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..........\n....*.....\n..........\n....*....*\n..*.......\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***.....\n*.***....*.\n.*.*.......\n..*........\n**.........\n.**.**.....\n.**........\n..**.....*.\n.*.........\n.*.........\n.....**....\n*..***.....\n...**......\n```\n\n\n## Output without wrap\n\n```\n.**..*.....\n*....*.....\n.*..*......\n*.*........\n*..*.......\n...*.......\n....*......\n...*.......\n.*.........\n...........\n.....**....\n...*..*....\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....*\n*....*....*\n.*..*......\n*.*........\n*..*.......\n...*.......\n....*......\n...*.......\n.*.........\n...........\n.....**....\n...*..*....\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**...*\n.*..****...*\n....*..***.*\n*.*.*...****\n*..**..*....\n*..**.***.**\n```\n\n\n## Output without wrap\n\n```\n..***..*....\n..*........*\n.*..*......*\n.*..**.....*\n*.*...*.....\n...******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n..*........*\n.*..*.......\n**..**......\n..*...*.....\n.*......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n*.*...\n**....\n.**.*.\n.**.**\n*.**..\n**..**\n.*....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n.*.**.\n...*.*\n....**\n**.*.*\n*.****\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..**..\n**.*..\n*..*..\n....**\n...*..\n..****\n**..**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*.\n***..*..\n*****..*\n..***...\n..**.*..\n********\n.*.***.*\n****.*.*\n********\n```\n\n\n## Output without wrap\n\n```\n....***.\n.*...**.\n....**..\n........\n........\n........\n......**\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n....**.*\n*.......\n*.....**\n*......*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.**..*\n...*.....*..\n*.**.***..*.\n..*.***..*.*\n*.....*.***.\n*****.**....\n*.**...*....\n..*...*.*..*\n```\n\n\n## Output without wrap\n\n```\n........*...\n.***.*...**.\n.**....****.\n..*.*......*\n*.......***.\n*...***..*..\n*...**..*...\n.***...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....******\n****.*...**.\n.**....*****\n*.*.*.......\n*.......***.\n*...***..*..\n*...**..*..*\n..**..*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*.*\n..........**\n...**..****.\n...**..**.*.\n...**....***\n```\n\n\n## Output without wrap\n\n```\n............\n............\n...**.*.....\n..*..***.**.\n...**...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**\n............\n...**.*.....\n..*..**.....\n...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**.*\n.**.\n*.*.\n....\n*..*\n.***\n**..\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n..**\n..*.\n.*..\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n.***\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****\n**.*.*.\n....**.\n....*..\n```\n\n\n## Output without wrap\n\n```\n..***..\n.....**\n..**.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*....*.\n*.*****\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n.*.*.**\n*..*...\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n..****.\n...*.*.\n..*.*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n*..*.**\n*.*.*.*\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**.\n.**..***\n*.......\n.*...**.\n..*.*.*.\n..*....*\n..*....*\n```\n\n\n## Output without wrap\n\n```\n..*..*.*\n*.*..*.*\n*.*....*\n.*...**.\n.***..**\n.**...**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*..\n..*..*..\n*.*.....\n.*...***\n.***..**\n.**...**\n*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.....\n*****\n.*.*.\n****.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n**.**\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n*...*\n*...*\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*\n..*.*.*\n*....*.\n*......\n```\n\n\n## Output without wrap\n\n```\n...***.\n...**..\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n...**..\n.*.....\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n...........*..\n..........*.*.\n..........*...\n............**\n...*........*.\n....*.....*...\n....*.....*...\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n...........**.\n.............*\n..............\n..........*..*\n...........*..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n...........**.\n.............*\n*.............\n..........*..*\n...........*..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.***\n**...**.*.*\n.........*.\n...******..\n*.....*....\n.*.*..*....\n.***..*...*\n*..........\n......*.*.*\n....*.**...\n..**.*.....\n..*.....**.\n.......***.\n..*........\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.....**.*.*\n....*....*.\n...******..\n.***....*..\n*..*..*....\n...**..**..\n***...*....\n..****..*..\n..*.....*..\n...........\n..*..*...*.\n.......*.*.\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n.*...**.*..\n*...*....**\n...********\n..**....*..\n.*.*..*....\n...**..**.*\n***...*...*\n******..*.*\n..*.....*..\n...........\n..*..*...*.\n......**.**\n*....**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n.****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n.**.\n.**.\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*.**\n...*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...*..\n*****.\n..**..\n..***.\n....*.\n......\n*.....\n.**...\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n...*..\n...*..\n...*..\n......\n.*.*..\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n**...*\n.*...*\n...***\n...***\n...*..\n......\n.*.***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.**.\n...*\n....\n*..*\n...*\n..*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n.***\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*..*\n....\n***.\n....\n*.*.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**..*\n........*.\n.***.*.*.*\n.**.......\n.*.*......\n........**\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n...***.***\n.*.*....*.\n*...*.....\n.*........\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****....\n...***.***\n**.*....*.\n....*.....\n**........\n..***.....\n*.****..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*.\n*..*****\n*.*.****\n*.*.****\n******..\n***.****\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n...*..**\n*.*.....\n*.*.....\n*......*\n........\n......*.\n*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.\n..*.....\n..*.....\n........\n........\n......*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.....*\n..***.\n......\n..***.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n...*.*\n....*.\n.....*\n...***\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n..**.*\n*.*..*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*..**\n..**.*\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*.*.*\n......\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***\n........*\n......*..\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.......**\n......*.*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n......*.*\n.........\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*..\n.....*...\n*......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*..\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*..\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...**\n*.*.*\n..**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.**\n.*..*\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...*.\n.....\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.**.*\n.**.*\n....*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**.*\n.**.*\n....*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n*.**\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*.*.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.**.\n*****.*...\n..**.**.*.\n..*.***..*\n.*...*....\n*.***..***\n..*.***...\n*.***..*..\n**.*******\n...*..*.**\n.*.****.**\n**..*...*.\n*..***....\n...*......\n```\n\n\n## Output without wrap\n\n```\n......**..\n......**..\n.*........\n.**.....*.\n.*....**..\n......***.\n.......*..\n**........\n..........\n..........\n......*.*.\n...******.\n*..**.***.\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*..\n.*....***.\n*.......**\n.**.....*.\n......**.*\n*.....****\n*......**.\n**........\n**........\n**........\n**....*...\n...*******\n...*.*....\n...*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n........\n.**....*\n*.......\n....*...\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n**......\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n..*....*\n**.....*\n**.....*\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.**....\n*.*.....\n**......\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n..**....\n***...**\n**.....*\n*.......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n*..*.**..\n....***..\n.**.***..\n.*.*.*.**\n*.**.*...\n..***.*.*\n...***.*.\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**......\n*.*......\n.*.......\n........*\n........*\n..*..*.*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.*.*.....\n*.*......\n*.*....*.\n........*\n*........\n*.......*\n..*..*..*\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.****.\n**.*.*.*.***\n***.**.***.*\n****.**...**\n***..*.*.***\n***.*******.\n.***..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n***....*...*\n...*.*.....*\n.......*....\n............\n............\n....*.......\n*..**.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*......\n...*.*......\n.......*....\n............\n............\n....*.......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.**\n..*...\n.**.**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.***..\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.**..\n*..*..\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n.....*........\n......*.......\n..............\n..............\n..*.*.........\n....*.........\n..**..........\n...........**.\n..............\n...........**.\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n...*..........\n..*.*.........\n...*..........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n...*..........\n..*.*.........\n...*..........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*...*.\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.....*\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***..*\n.....*....\n***.......\n.*.*.....*\n**.****...\n*.**..***.\n**.*..*.**\n```\n\n\n## Output without wrap\n\n```\n....***...\n..*.***...\n***.......\n...*.*....\n*....**.*.\n........**\n**.*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.***.\n..*.***..*\n***.......\n...*.*...*\n.....**.*.\n........*.\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n**..*..\n.....**\n.......\n.....**\n*****..\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.****..\n.**.*..\n.....*.\n.......\n.*****.\n******.\n*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*..\n***.*.*\n*....**\n.......\n*******\n******.\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*...\n.***..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.**...\n**.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.**...\n**.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*..\n......*.*..\n......**...\n...........\n.....***...\n...........\n......***..\n......*.*..\n.....*..*..\n...*.*****.\n...*.*....*\n.....*.*...\n.....*.*...\n```\n\n\n## Output without wrap\n\n```\n...........\n.....**.*..\n......**...\n.....*.....\n......*....\n.....*..*..\n......*.*..\n.....**.**.\n....**.....\n.....*.***.\n.....*...*.\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*..\n.....**.*..\n......**...\n.....*.....\n......*....\n.....*..*..\n......*.*..\n.....**.**.\n....**.....\n.....*.***.\n.....*...*.\n.....*.....\n.....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n.*..*.\n.*..*.\n.*.*..\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*..*\n**...*\n**.***\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*..*\n.*....\n**.**.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..........\n**...*......\n............\n..***.......\n...*.....*..\n............\n..*......*..\n...........*\n........**..\n.*.*.......*\n```\n\n\n## Output without wrap\n\n```\n**..........\n**..........\n.****.......\n..***.......\n..***.......\n............\n............\n........***.\n..........*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n**..........\n.****.......\n..***.......\n..***.......\n............\n............\n........***.\n*.........*.\n*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..**.\n***..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n......\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..***.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n.....\n..*..\n*....\n....*\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***\n..***..\n*..****\n....**.\n**.***.\n..**.**\n```\n\n\n## Output without wrap\n\n```\n....**.\n.**....\n..*...*\n***....\n.*.....\n.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.**....\n..*...*\n.**....\n**.....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n***.\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***\n.***.**\n***.***\n***...*\n.******\n```\n\n\n## Output without wrap\n\n```\n.**.*.*\n*......\n....*..\n.......\n*..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*****\n****..******\n**********.*\n************\n************\n************\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n***..\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n.***..\n.*.*.*\n*.**.*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n.****.\n**.**.\n*..**.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n...*.*\n*..*.*\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n*...**\n......\n......\n....**\n*...*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n......\n......\n....**\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n*..***\n.....*\n......\n....**\n*..**.\n***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.**\n..*.*...\n........\n**.**.**\n*.....**\n```\n\n\n## Output without wrap\n\n```\n.**..*..\n..*..*..\n.**.**..\n**...***\n**...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n*.*..*.*\n***.**.*\n.*...**.\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n....**...\n....***..\n.........\n.........\n.........\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....*.*..\n.....*...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n....*.*..\n.....*...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n....*....\n....*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*....\n....*....\n....*....\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..*...*..\n..*...*..\n..*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n.***..*...\n.**.......\n..........\n..........\n..........\n.**.......\n.*........\n..........\n..........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n..*.......\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.......\n..*.......\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*******\n.**.*.****\n.***.*****\n*.*.**.**.\n******.***\n```\n\n\n## Output without wrap\n\n```\n.*.**....*\n*.........\n*.........\n*.........\n*.*..*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**.....\n..**...*......\n...*...*......\n```\n\n\n## Output without wrap\n\n```\n..**...**.....\n..***.**......\n..**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.***.....\n..***.**......\n...**.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n.*...*..*.\n.......*..\n.....*..**\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......**.\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n.....**...\n.......**.\n.....****.\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n...**\n....*\n.**..\n**.**\n**.**\n...**\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n.....\n..*.*\n***.*\n....*\n**...\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n*....\n*.*.*\n.**..\n.....\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.**.\n.***\n*..*\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n*..*\n*..*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**.*\n....\n....\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.....\n.....\n.....\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n...*..\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n**.***\n******\n..****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.***.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.**.*\n*.*.*.*..*\n***.*.****\n**..**..*.\n..****.***\n*.*****...\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n..*...*..*\n.....*....\n.*.....*.*\n*.....*..*\n.*....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....**\n.**..*.**.\n.....*....\n.......*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n......*.\n........\n........\n.....**.\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.....**.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.....**.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******\n*..******\n**.**.***\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*..*.....\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n......\n***...\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n***...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.....\n.....\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*....\n.....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***...\n......\n..*...\n......\n......\n......\n**...*\n.....*\n...***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n..*...\n......\n......\n......\n......\n......\n.....*\n....**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n..*...\n......\n......\n......\n*.....\n*....*\n......\n....**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n.......*\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**\n..*....*\n.....*..\n.....*..\n..*.....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n......*.\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**\n*......*\n......*.\n........\n.**.....\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**.**\n..*..\n***.*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.*..*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n*.****\n.*.***\n.*.***\n****.*\n*.****\n..*.*.\n.*****\n**...*\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n......\n**....\n......\n......\n......\n......\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**.**.\n.*****.....*\n..........**\n......**.*.*\n```\n\n\n## Output without wrap\n\n```\n.******...*.\n.******..*.*\n..*****....*\n...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..*.*..\n.******..*..\n..*****....*\n*.....**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**..*\n*...*..**.\n*.*.*.*.**\n.***..**.*\n.**.*.*..*\n.********.\n.**.**..**\n.*..**..*.\n```\n\n\n## Output without wrap\n\n```\n...*****..\n.**.....*.\n....*.....\n*..*....**\n**........\n**........\n*.***...**\n.****...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...***\n*...*....*\n.*..*.....\n...*......\n..........\n..........\n........*.\n.*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n.....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n........\n........\n*.......\n........\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n........\n........\n........\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n**...*...\n*.*...*..\n....**..*\n..*.*...*\n....*....\n.....*...\n....*....\n```\n\n\n## Output without wrap\n\n```\n.*.......\n**.......\n*.***.*..\n...**.*..\n......*..\n...*.....\n...*.*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n**.*.*..*\n..***.*..\n.*.**.**.\n*.....*.*\n...*.....\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n...*..\n....*.\n..*...\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.*\n....**.*\n...***.*\n..*.****\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n..*....*\n.......*\n.......*\n.***.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*\n..*....*\n*......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***..*..\n..**.*.**....\n**.***.**..*.\n****..****..*\n*******...*.*\n.....*****.*.\n****.*..****.\n*..*.**....*.\n*...*.***.*.*\n.**...*.**..*\n...*.*.*.***.\n*...*****.***\n..*.***.*..*.\n```\n\n\n## Output without wrap\n\n```\n...**...*....\n.*.*.**.*....\n.........**..\n.........**..\n.........**.*\n*.*.........*\n****.......**\n*...........*\n*...........*\n*..........*.\n.*..*........\n....*....**.*\n.........****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**...\n.............\n.........**..\n.........**..\n.........**..\n.**..........\n.***.........\n.............\n.*...........\n*............\n**..*........\n*..*.........\n***..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*..*....\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n......\n......\n..*...\n*....*\n......\n....*.\n....*.\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.*.*\n.******.*.\n***.*...**\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....**..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n*.*****.*.\n....*..*..\n..........\n...*......\n```\n\n\n## Output without wrap\n\n```\n...**.**..\n..........\n...**.**..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***..\n...**.....\n...**.**..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*******\n*******.**.*\n*.**********\n*.*.********\n*****.***..*\n*****..****.\n```\n\n\n## Output without wrap\n\n```\n*..*.......*\n............\n*...........\n*...........\n...........*\n*...***..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n*.*.\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*...\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******\n*.**.***\n*..***.*\n*.**.*..\n```\n\n\n## Output without wrap\n\n```\n.*.....*\n*.......\n*......*\n.***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*.***\n*.*..*\n***...\n.*....\n```\n\n\n## Output without wrap\n\n```\n..*..*\n.*...*\n*....*\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*....\n......\n..*..*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.***..\n***........\n.*.*....***\n**.*...**..\n.*..*.*..**\n***.*..***.\n..******...\n*.*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.***...*...\n*****..**..\n..**...*.*.\n**.****..**\n.....*...**\n*..........\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*...\n*.....*....\n..***..***.\n..**...*.*.\n...****....\n*....*.....\n**.......**\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n...\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**...\n....*..**..\n...........\n.....*.....\n.*...*...*.\n.**..*.....\n....*......\n*.....*....\n..*.......*\n.....*..*..\n..*.**.....\n...........\n...*...*...\n```\n\n\n## Output without wrap\n\n```\n......***..\n......***..\n...........\n...........\n.**.***....\n.**.**.....\n.*...*.....\n...........\n...........\n...***.....\n....**.....\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n......***..\n...........\n...........\n.**.***....\n.**.**.....\n.*...*.....\n...........\n...........\n...***.....\n....**.....\n...**......\n......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n.....*.**.\n.*..**.***\n...*..*.*.\n......*...\n..**......\n**..*..*.*\n..*...*...\n...*..*..*\n.....***..\n```\n\n\n## Output without wrap\n\n```\n..........\n....**.*.*\n....**...*\n....*.*.**\n..**...*..\n.***......\n.*........\n.***.****.\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.\n....**.*.*\n....**...*\n....*.*.**\n..**...*..\n****......\n**........\n.***.*****\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n*.....\n*....*\n......\n..**.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**..\n....*.\n...*..\n..*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n...***\n*.....\n**.**.\n******\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.***.\n.....\n.*...\n***.*\n```\n\n\n## Output without wrap\n\n```\n**.*.\n**.*.\n.*...\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.**\n.*...\n.**..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***...\n...*..*...\n...***....\n........**\n.......**.\n**......**\n..........\n**........\n..........\n```\n\n\n## Output without wrap\n\n```\n....***...\n...*..*...\n...*.****.\n...******.\n......*...\n.......**.\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n...*..*...\n...*.****.\n...******.\n*.....*...\n.......***\n........**\n..........\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..**......\n...*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**......\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*.....\n**..*.\n...*.*\n.***.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n*****.\n*..*.*\n.*...*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n...*.*\n.***..\n...*..\n****..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n......\n......\n......\n.****.\n.*...*\n**.**.\n..***.\n...*..\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n.*..*.\n.*..*.\n*..*.*\n**....\n**....\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.***\n..*...\n....*.\n**..**\n...***\n.*...*\n.*...*\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.****\n**.**\n**.*.\n.***.\n.****\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.....\n.....\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n**....\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*..*\n......\n......\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n....*...\n.*...*..\n.**.*...\n....*.*.\n...*...*\n.**.*...\n*.......\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*****..\n.****...\n..*.**..\n..****..\n.***....\n.*.***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n........\n.*****..\n.****...\n..*.**..\n..****..\n****....\n.*.***..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*\n...*...*\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n....*\n..**.\n...**\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n...*.\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...**\n..**.\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n....*.\n.*..**\n......\n.*...*\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n...*..\n....**\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*...*.\n...*..\n....**\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*..\n.*.****.*\n*.**.**.*\n.*.***..*\n```\n\n\n## Output without wrap\n\n```\n.........\n**.....*.\n**....**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*......*.\n*......**\n*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.........\n.........\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****...**\n****.*..*.\n.***....**\n******.***\n******.**.\n*****.****\n```\n\n\n## Output without wrap\n\n```\n*...*...**\n.......*..\n.....**...\n.....*....\n..........\n*.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.......*..\n.....**...\n.....*....\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.**.\n*.*.\n..**\n...*\n*.*.\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n....\n.*.*\n*..*\n***.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n..*.\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n..***...\n...*....\n........\n....*..*\n...*****\n..*....*\n**....*.\n*....*.*\n*....*..\n```\n\n\n## Output without wrap\n\n```\n...**...\n..***...\n..***...\n........\n...**..*\n...***.*\n.****..*\n**....**\n*....*..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*..\n..***...\n..***...\n........\n...**..*\n*..***.*\n.****...\n.*....*.\n.....*..\n**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*...\n....*.*...\n....*.....\n..........\n..........\n..........\n*.......*.\n*.......*.\n.*.......*\n**..*.*..*\n```\n\n\n## Output without wrap\n\n```\n..***.....\n..*.*.....\n.....*....\n..........\n..........\n..........\n..........\n**......**\n.*......**\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.**..\n..*.*.....\n.....*....\n..........\n..........\n..........\n..........\n**......*.\n.*......*.\n....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**...\n.*...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n...*...\n.......\n...*...\n...*...\n.......\n...*...\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n.*....**\n.*......\n**...**.\n......**\n.......*\n..*...**\n......**\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n.**..*.*\n**...***\n.....*.*\n........\n........\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......**\n.**..*..\n**...**.\n.....*..\n*.......\n*.......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.....*...\n.........\n*........\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..*..*\n.....*\n.**..*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.**.**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n.**.**\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.**...\n......\n......\n*.....\n......\n*.*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n......\n......\n......\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n......\n......\n......\n.*....\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*.*.*\n****.\n....*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*.*.*\n.***.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n..*..\n*****\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..**..*..*\n*.......*.*...\n.*...*.*....*.\n...**.*...*.*.\n.****.*...**..\n.*.**....*...*\n.*........*..*\n....*....**...\n..**..........\n.*.....**...*.\n....**..*...**\n.**.**.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.......*.*....\n***.....**.*..\n....****.*....\n.*....**..*.*.\n.*.......****.\n**..**...*.**.\n..***.....*...\n..**.....**...\n..**....**....\n..***..**...**\n.*****......**\n...****.**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*****..*..*\n***.....**.*.*\n....****.*...*\n.*....**..*.*.\n**.......****.\n.*..**...*.**.\n..***.....*...\n..**.....**...\n..**....**....\n..***..**...**\n******......**\n.**....*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n..**\n*.*.\n*.**\n....\n***.\n.***\n**.*\n.*.*\n.*.*\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n....\n..**\n*..*\n*..*\n...*\n*..*\n.*.*\n.*..\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*.*.\n....\n*...\n....\n....\n.*.*\n.*.*\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n....\n....\n...*\n..*.\n..*.\n*...\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.**.\n....\n....\n..*.\n.**.\n*...\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n*.**\n.*..\n...*\n**.*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**.*\n**.*\n****\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n...*\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n.**.......\n.**.......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.**.......\n*..*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****....*\n*****....*\n*****....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n***..*\n......\n..*...\n......\n......\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n*.....\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n......\n......\n......\n.****.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..**..\n......\n..**..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.*...\n***.*....*..\n....*.*.*...\n....*...*.**\n.......****.\n...*...**.*.\n....*..*..**\n```\n\n\n## Output without wrap\n\n```\n.*.*.*......\n.*..*...**..\n.*..*..**.*.\n.....*....**\n............\n......*.....\n.......*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..*****\n.*..*...**..\n**..*..**.**\n.....*....**\n............\n......*.....\n...****...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n***.\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n***.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n.*..\n***.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n*......*\n........\n*......*\n........\n........\n........\n........\n.**.....\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n**......\n........\n........\n........\n........\n........\n........\n........\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**..*\n.*...\n*.*..\n*.**.\n****.\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n*.**.\n..**.\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n..*..\n*.*..\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n***.**\n******\n******\n*.*.*.\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*\n***.....*\n*.*.....*\n```\n\n\n## Output without wrap\n\n```\n*.*......\n...*...**\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n...*...*.\n...*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n***.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*..**\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.***\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**.*\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*.*..\n*.*..\n*..*.\n.***.\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n*.**.\n*..*.\n.*.*.\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*...*\n*.**.\n*..*.\n.*.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*.\n***.*...*\n...**....\n..**.....\n.*.......\n..*.....*\n..*..**.*\n.*...***.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n...*.....\n.........\n.**.**...\n..*.*....\n.*..*....\n*..*.....\n.**...***\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*.\n.*......*\n.**.**...\n.**.*....\n*...*....\n...*.....\n..*...**.\n..*...**.\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n*......\n**....*\n*..*...\n**....*\n*.....*\n**.....\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*....\n**.....\n..*....\n**.....\n.......\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n..*...*\n.*....*\n..*....\n.*.....\n.......\n.*.....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.***..\n....**\n*.....\n**..**\n*.**..\n```\n\n\n## Output without wrap\n\n```\n...**.\n**....\n....*.\n*.....\n*...*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n......\n..*.*.\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*..\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n.......\n...*...\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**....*\n*..**.*...*\n....*.*....\n.....**....\n*....*.....\n```\n\n\n## Output without wrap\n\n```\n**.***.....\n**....**...\n..***.**...\n...**......\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*\n*..*..*....\n..***.**...\n*..**.**...\n***..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**..*.*..\n**...*..*..*.*\n**........**.*\n**.*...***.*..\n.*..**.*..*...\n.*....*.***.*.\n....*.*...*.*.\n*.*.**.***....\n..***..****...\n.*...**.****..\n*.*...*..*.**.\n.*.*.....**.**\n..**....***.**\n*.**.**.*...*.\n```\n\n\n## Output without wrap\n\n```\n**...**...*.*.\n.....**..*.*..\n.......*...*..\n....*.****.**.\n.*..**........\n....*.*.*.*...\n.*.**.*...*...\n.**........*..\n..*........*..\n.*..***.....*.\n*.*..***.....*\n.*.*..........\n.......**.*...\n.****..**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....****..\n.....**..*.*..\n.......*...*..\n....*.****.***\n.*..**........\n....*.*.*.*...\n.*.**.*...*..*\n.**........*..\n..*........*..\n.*..***.....*.\n*.*..***......\n.*.*..........\n.......**.*...\n*.**.**.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...***\n...*.*\n.*.*..\n******\n**...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n.**..*\n..*..*\n***..*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..**.*\n***.**\n*.*.*.\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n..*...\n......\n......\n.**...\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n......\n......\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n......\n......\n..*...\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n...**...\n........\n..***...\n........\n....**..\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n...**...\n...**...\n..*.*...\n........\n.....*..\n....***.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n..***...\n..*.*...\n........\n.....*..\n.....**.\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n...*\n...*\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*..*\n**..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.**...\n**....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n***...\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n***...\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*.\n*..*......\n..........\n....*...*.\n..**......\n.**.*.....\n......*.*.\n..........\n*..**...*.\n**..**.*..\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*........\n..........\n...*......\n.**.*.....\n.**.......\n..........\n.......*..\n**.***....\n**.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.....\n.*.......*\n..........\n...*......\n.**.*.....\n.**.......\n..........\n.......*.*\n**.***...*\n*.*.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.**.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.**.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n.*..*\n**..*\n..**.\n.***.\n....*\n.*..*\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*...*\n...**\n*..**\n**.**\n..*.*\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n.*..*\n.....\n.....\n.....\n..*.*\n..**.\n*..*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*\n..*.***\n*..***.\n*...***\n.*****.\n....*..\n..**...\n.......\n*.*...*\n**...**\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.**..*.\n***....\n*.*....\n***..**\n.*.....\n.*.**..\n.****..\n*...***\n**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.**...\n..*...*\n..*...*\n*.*...*\n**.....\n.*.**..\n..***..\n.*..*..\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.****\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n*.***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.**..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n****.\n*.*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*..\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n**...\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n.*..*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*....\n*...........\n....**......\n....**.*....\n...**.**....\n......***...\n```\n\n\n## Output without wrap\n\n```\n............\n.....*......\n.....**.....\n...*..*.....\n....****....\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***...\n............\n.....**.....\n...*..*.....\n....*.......\n....***.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n...***\n*..*.*\n...*.*\n****..\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n...*.*\n..**.*\n*..*..\n*..**.\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n....*.\n*..*.*\n*.**..\n...*.*\n...***\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**..*\n......***\n*****.**.\n.*....*..\n*.....***\n**.***...\n...**.*..\n..*..***.\n****.****\n*.*.**...\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.....**.*\n*.......*\n****....*\n...*....*\n*.*.*.**.\n****.....\n.*.....*.\n........*\n*.......*\n*.*.....*\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n.........\n****.....\n...*.....\n..*.*.***\n****.....\n.*.....*.\n*........\n*........\n*.*......\n**.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*\n.*.**..\n*.**.*.\n.....**\n...**..\n..*.***\n***.*.*\n*...**.\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n..***..\n.*...*.\n.***.**\n..*..**\n...*...\n..*...*\n*.*...*\n*.....*\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n**...**\n****.*.\n..*..**\n...*...\n..*...*\n..*....\n.......\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**\n..**..*.\n........\n.....**.\n.....**.\n....*.**\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..**\n.*.**...\n..*.*...\n....*.*.\n....*.*.\n....*..*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.**.*...\n..*.*...\n....*.*.\n....*.*.\n....*...\n******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n*..*..\n.....*\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n.....*\n....*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n*.....\n*...*.\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******.****\n*.************\n***********.**\n***.**********\n*****.**.*****\n***..*********\n*****.********\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*\n**.......\n.........\n*.*.**..*\n..*..***.\n*****.*..\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n*........\n.*.***.*.\n*......*.\n.****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n**.......\n........*\n.*.***.**\n.......*.\n*...*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.***..\n.****.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n...**\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n..*..\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*..*.\n*.*..\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n..........\n..........\n..........\n..........\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.*.\n*.*.\n***.\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n*.**\n*.**\n*...\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*.*.\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...**..\n.*.****.**\n.***.*..**\n*.**..**.*\n......*..*\n..*..*.**.\n.****....*\n*..***....\n.....*....\n....*.....\n*..*......\n*..****...\n*...**.*..\n**.....*..\n```\n\n\n## Output without wrap\n\n```\n.***...**.\n*.**...**.\n....***.*.\n.*.*.**.*.\n.*.......*\n*...*....*\n**..*...**\n..*.***...\n.....*....\n...**.....\n..***.....\n**.**.....\n......**..\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*.\n..........\n....***...\n**.*.**...\n..........\n....*.....\n....*.....\n.**.***...\n.....*....\n...**.....\n*.***.....\n.*.**...**\n...**..*..\n*.*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n**.***.\n*..**.*\n*******\n*******\n*******\n**...*.\n*******\n***.***\n..*****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*.***.\n******\n******\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n*...*.\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n....*\n*....\n**..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n....*\n.*...\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n**.**.\n......\n```\n\n\n## Output without wrap\n\n```\n..**.*\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**..\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...***..\n........\n........\n.***....\n*.......\n........\n........\n..**....\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n....*...\n....*...\n....*...\n..*.....\n.**.....\n.**.....\n........\n........\n........\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*...\n....*...\n..*.....\n.**.....\n.**.....\n........\n........\n........\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.*.\n...*\n***.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n*..*\n.***\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n***.\n....\n***.\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n....**\n...*.*\n...*.*\n**.***\n.*...*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*...\n...*.*\n...*.*\n**.*.*\n***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n*..*.*\n...*..\n.*.*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***.*\n.*.*...*.\n......***\n.........\n..**..***\n.*.****.*\n.***.**.*\n...*.*...\n.**..*...\n```\n\n\n## Output without wrap\n\n```\n....***..\n....*...*\n.......*.\n......*.*\n..*....*.\n.*.....*.\n..*......\n..***....\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**..\n..*.*...*\n.......*.\n*.....*..\n***....**\n.*.....**\n.**......\n*..**....\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n...*.*\n*.*.*.\n*..*..\n.*.**.\n.****.\n...**.\n......\n.*.***\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*.*\n.**.*.\n*.....\n**....\n.*...*\n....*.\n..*..*\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.*.*.*\n***.*.\n*.....\n**...*\n.*...*\n....*.\n..*..*\n...*.*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n*...*\n*...*\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n*.*.*\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n**...\n*...*\n..*..\n...**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*****\n*..**\n*****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n...*....\n....*...\n...**...\n...*.***\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n....*...\n...*..*.\n...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**\n...**...\n....*...\n...*..*.\n..**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****...\n**.....*\n*.*****.\n****..*.\n*...****\n..***.*.\n***..**.\n*.....*.\n**.*.**.\n.*.*..**\n```\n\n\n## Output without wrap\n\n```\n***.....\n*.***.**\n.....***\n.....*.*\n*.......\n*..*..**\n.....***\n*...*..*\n**.*...*\n**..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*...*\n.....***\n.....*..\n........\n...*...*\n.*...*..\n.*..*...\n....***.\n...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.****\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n**.**\n.**.*\n*.*.*\n***..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n.....\n*..**\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n***....\n*.*....\n*.*....\n```\n\n\n## Output without wrap\n\n```\n**.....\n*..*...\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n**.**.*\n*...*.*\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n**.....\n.*....*\n*.....*\n.**....\n.......\n.......\n.......\n.*....*\n**...*.\n**...**\n..*..*.\n*..*.**\n.....**\n```\n\n\n## Output without wrap\n\n```\n**.....\n***....\n.*.....\n*.*....\n.*.....\n.......\n.......\n.......\n**.....\n..*..*.\n*.*.***\n*.*....\n.......\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.**....\n.*....*\n..*...*\n**.....\n.......\n.......\n.......\n.*....*\n..*..*.\n..*.**.\n..*....\n*......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n.***.*.\n*.***.*\n*.*.***\n****...\n....***\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n...**..\n.*...*.\n*.....*\n*.....*\n*.*....\n*.....*\n...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n**...**\n.......\n.......\n..*....\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n**...\n..**.\n.*.*.\n....*\n.*..*\n***.*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.***.\n*..*.\n...**\n..***\n***.*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...**\n*****\n*..**\n...**\n..***\n.**.*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n***.**\n*..*.*\n*.**.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*....*\n*.*.*.\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n***...\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*.*.*\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.****\n.**.*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.**\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n**..**\n.***.*\n....**\n******\n.*****\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*.....\n*.*...\n*.*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.**...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n**..\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n**..\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*.*.\n**.*\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.\n*****.*\n..***.*\n*******\n*******\n*****.*\n*.*.*.*\n.******\n***.***\n```\n\n\n## Output without wrap\n\n```\n*....*.\n*.....*\n......*\n*......\n.......\n......*\n*.....*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**..\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n*....\n*..*.\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n*.*..\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.*..\n*.*.*\n.....\n..**.\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.....\n**.*.\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n***..\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n***..\n***..\n****.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*.\n....*.......\n........*.*.\n.***....*.*.\n```\n\n\n## Output without wrap\n\n```\n............\n.........*..\n..**........\n..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....*.*\n.........*.*\n..**........\n.**.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n**.*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..***\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*.**...\n.....*.*...*..\n.......***.*..\n.........*.**.\n...*..**...**.\n......***..**.\n............**\n..***......***\n..*...*.......\n...*...*......\n```\n\n\n## Output without wrap\n\n```\n....***.......\n....*..*.*.*..\n.......*......\n.....**.*.*...\n.....**.......\n......*.......\n..**...*......\n..*.*.......*.\n..*.........*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n....*..*...*..\n.......*......\n.....**.*.*...\n.....**.......\n......*.......\n..**...*......\n..*.*.......*.\n..*..*......*.\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**.*\n...*\n..**\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n.*.*\n..**\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*..\n..**\n..*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......\n...........\n..........*\n*..........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n...*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n...*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.....*.\n..*..*.....*.\n******......*\n..******.....\n*.*..*.**....\n**.**.*.....*\n*..**.**.....\n...*.....****\n**.....**...*\n**.....**..*.\n**.**....***.\n```\n\n\n## Output without wrap\n\n```\n....**.......\n....**.......\n.......*.....\n.......**....\n**......**...\n*.......**...\n...*.****.*.*\n...*.**.***.*\n*.....***....\n.......*.*..*\n.*......*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**....*.\n**.........*.\n*......*...*.\n.......**..*.\n*.......**.**\n........**.**\n**.*.****.*..\n*..*.**.****.\n.*....***..*.\n.****.**..*.*\n...****.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*....\n*.....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n*.**..**.\n*.******.\n...*..*.*\n.....****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**...**\n........*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**.\n...*.....\n..**....*\n**.***..*\n..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n...\n***\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...**\n..*..*.***\n..*...*.*.\n.*.*...*..\n.**....*.*\n*..*.....*\n*..*......\n...*.....*\n....*...*.\n....****..\n.....*....\n```\n\n\n## Output without wrap\n\n```\n...**..*.*\n..*.***...\n.***..*..*\n.*.*..**..\n**.*......\n*..*....*.\n..***.....\n...**.....\n...**.***.\n....*.**..\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****.*\n..*.***...\n.***..*..*\n**.*..**..\n.*.*.....*\n...*....**\n*.***.....\n...**....*\n...**.***.\n....*.**..\n...*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***\n*..**.*\n*...***\n*.*.***\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n..***..\n*****..\n*.*....\n*.**...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n..*....\n..*....\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*..*.\n.......*.*...*\n*....*.***.*..\n**...*.....**.\n....**..***...\n**......*..**.\n....**..*.....\n.***...*...*..\n..*..*.....*..\n*.*.**.*...***\n....*..*.*.*..\n....*.....*...\n....*.**...*..\n```\n\n\n## Output without wrap\n\n```\n..............\n.......*.*..*.\n**.....*.*.*..\n**...*.*...**.\n....**..***...\n.......**.**..\n*..**..**..**.\n.***.**.......\n.....*....**..\n.*..**..*..*..\n....*.*.*..*..\n...**.***.**..\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*.*.\n.......*.*..**\n**.....*.*.*..\n**...*.*...***\n....**..***...\n.......**.**..\n*..**..**..**.\n.***.**.......\n*....*....**.*\n.*..**..*..*.*\n....*.*.*..*.*\n...**.***.**..\n.....****.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n.*...*\n.....*\n*..*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*..**\n*...**\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..****.*\n.***.....*..\n.*.**...*...\n..**.**.....\n***.***.*..*\n...*..*.***.\n```\n\n\n## Output without wrap\n\n```\n.*.*...****.\n**.......**.\n.*...*......\n*.....*.....\n.*......*.*.\n.****.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*....*\n.*.......**.\n.*...*......\n......*.....\n**......*.**\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n*...\n..**\n....\n*..*\n*...\n*..*\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n**..\n....\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n***.\n*.**\n.**.\n**..\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n.*..\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n**.*\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n*.**\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n*.*\n...\n.*.\n***\n...\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n...\n...\n*.*\n..*\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n***\n...\n***\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*.*.\n.**..\n..*..\n.*.**\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.*.\n.*.*.\n.....\n**.**\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*.*.\n.*.*.\n*....\n.*.**\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n.*..\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....**\n**.....**\n.**.*..**\n.**......\n```\n\n\n## Output without wrap\n\n```\n***....**\n*..*..*..\n...*...**\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n...*..*..\n...*...*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n*....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.***\n*****.*****\n***********\n******..***\n***********\n******.****\n***********\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.*...\n*.***.*....\n**.*****..*\n```\n\n\n## Output without wrap\n\n```\n..*.***....\n*..........\n**....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...\n...........\n.......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*..*.\n*..*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.***.\n**..*\n*....\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...*.\n...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..***..\n..****....\n.*.....**.\n*.**....*.\n....******\n..**..**..\n*........*\n*..*..*..*\n```\n\n\n## Output without wrap\n\n```\n.**..**...\n...***..*.\n.*....***.\n**.*.**.*.\n.*........\n.*....**.*\n..***..**.\n..*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*\n..***.*...\n......****\n...*.**...\n.........*\n......**..\n****......\n...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*.....*.\n..**.**..\n.*.*.*.*.\n.***.*...\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..*...*..\n.*..**...\n**...*...\n.*.......\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*...*..\n.*..**...\n**...*...\n.*.......\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n*...*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n.......\n.......\n.......\n*.....*\n*...**.\n.*.*...\n****...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n....**.\n...*...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.......\n.......\n......*\n**..**.\n.*..*..\n.*..*..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n***.\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*...\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n..**\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n**.....\n..***..\n.**....\n.**....\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.**....\n.......\n.**....\n***....\n***....\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n...**.\n....*.\n....*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...***\n...***\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...***\n...***\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*...\n*..*\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*..\n**.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.*.*\n..*****.*.*\n..*.*.****.\n.*........*\n.*.......**\n**.......**\n*.*........\n**.....****\n```\n\n\n## Output without wrap\n\n```\n.**.*.*....\n....*.....*\n.**.*.*.*.*\n.**....*..*\n.**........\n*.*......**\n..*........\n**......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....\n....*.....*\n***.*.*.*.*\n.**....*..*\n.**........\n..*......*.\n..*........\n.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n**.*\n.**.\n..*.\n*.*.\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n*...\n*..*\n..**\n..*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n...*\n....\n..*.\n..**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n*..\n***\n*..\n**.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n...\n*..\n***\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*...*\n..*..*.*..\n..*.......\n.*.....*..\n.*.****...\n..........\n..........\n.*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n.***......\n...*.***..\n.*....**..\n.*.....*..\n..*.......\n...**.*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*....\n...*****..\n.*....**..\n.*.....*..\n..*.......\n...**.*...\n....**....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n*.*\n**.\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n**.\n**.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n**.\n***\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....**\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n*.....\n***...\n*..**.\n*..*..\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n*.**..\n*..**.\n**.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*.**..\n*..**.\n**.*..\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..***\n****.\n*.***\n**.*.\n*****\n*...*\n****.\n****.\n.****\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n.....\n.....\n.....\n.....\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.**.\n**..\n.*.*\n.*.*\n..**\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n*...\n.*..\n.*.*\n*..*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n.*.*\n.*.*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n***..\n.*...\n*.*.*\n.*.**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..***\n*.*.*\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*..\n*.*..\n*.*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n..*.\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*..\n...\n...\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*.*.\n*...*\n*....\n**...\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..***\n**...\n*....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.**.\n**..*\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.........*.\n.*....*....*.\n*...........*\n.............\n.............\n.............\n**.....***...\n.**.....*....\n**.....**....\n*.......**...\n*......*..*..\n..........*..\n........*..**\n```\n\n\n## Output without wrap\n\n```\n**...........\n.*.........**\n.............\n.............\n.............\n........*....\n***....***...\n..*..........\n*.*....*.....\n*........*...\n........*.*..\n.........**..\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........**.\n.*.........*.\n*...........*\n.............\n.............\n........*....\n***....***...\n..*..........\n*.*....*.....\n*........*..*\n........*.*..\n.........**.*\n*.........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.......\n*.....*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n*..*.*\n*..*.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n****.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.....*.......\n.............\n.............\n...........*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n**....\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.*...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*...\n...*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.*.*\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*...*\n****.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n..*...\n.*.**.\n...*.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*..*.\n....*.\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*..*..\n*...*.\n....**\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*******\n**.*...****\n*.**.*..**.\n***.*******\n...******.*\n.******.***\n**.*.****.*\n*********.*\n```\n\n\n## Output without wrap\n\n```\n******.....\n*.**..*....\n...........\n...........\n*..........\n**.........\n**.......*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n...*.....\n.**.*....\n..**.....\n.****....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*..*....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......****..\n.........*..\n.......***..\n...***..***.\n......**.**.\n...*..**.**.\n...*....**..\n....***.....\n......*...*.\n.....**.....\n.*...*......\n```\n\n\n## Output without wrap\n\n```\n.......***..\n......*..*..\n....*.*.....\n...***......\n....**......\n.........**.\n....*...***.\n...*****.**.\n....*..**...\n....*..*....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**..\n.....**..*..\n....*.*.....\n...***......\n....**......\n.........**.\n....*...***.\n...*****.**.\n....*..**...\n....****....\n.....*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*...*\n*..*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**.*.\n.*.*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n*..**\n.*..*\n*..**\n***..\n.....\n..*..\n...*.\n*.*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n*.***\n***..\n*..**\n****.\n..*..\n.....\n.***.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*..\n..**.\n.**..\n...*.\n****.\n..*..\n.....\n.****\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n***.\n*...\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*.**\n..*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******\n........\n*..***..\n**.**.**\n.****...\n...**...\n........\n*....*.*\n*..***..\n```\n\n\n## Output without wrap\n\n```\n...***..\n........\n*.**.**.\n.....**.\n**......\n........\n....*...\n......*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**\n.....*..\n****.*..\n.....*..\n*.....**\n........\n....*.**\n*....***\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n****\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*....\n..........\n*......***\n..........\n..........\n..........\n..........\n..........\n..........\n...***....\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n........*.\n........*.\n..........\n..........\n..........\n..........\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*....\n........**\n........**\n........**\n..........\n..........\n..........\n..........\n....*.....\n..**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n..**.....\n.........\n...**....\n..*..*...\n..*..*...\n...**....\n.........\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...*.....\n..*.*....\n...**....\n..*..*...\n..*..*...\n...**....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n...*.....\n..*.*....\n...**....\n..*..*...\n..*..*...\n...**....\n....*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.**.**.\n.....*.\n...*.*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.....**\n.*....*\n...***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*....**\n.*....*\n...***.\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.**\n*.**....\n...*..*.\n...**.*.\n**..**.*\n.*......\n.*...*..\n*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n.****...\n.**..***\n.....*..\n..**..**\n*******.\n.**.***.\n***...*.\n.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n***..**.\n.....*.*\n*.**..*.\n********\n.**.***.\n.**...*.\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n**.\n***\n***\n*.*\n***\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*....**\n.......\n.......\n.......\n.***...\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n......*\n......*\n.......\n..*....\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n*.*...\n.*....\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.....\n***...\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**...*\n*....*\n***...\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n****\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n****\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n.**.\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n...***\n**....\n*..*..\n.*..*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n***.**\n****..\n*.*...\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*....*\n.**.**\n****..\n*.*..*\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.***.\n..*.*\n.*..*\n...**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.**.*\n.**.*\n.*...\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n..*.*\n*.*.*\n**...\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..**..\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..*.*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..*.*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**\n*...***.\n...**.**\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.**\n........\n.......*\n....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.**.*\n..***\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*...*\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*..\n.*.**........\n.*...*.......\n.*.**........\n.......**....\n.......**....\n....**.......\n....**.......\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.*...........\n.**.**.......\n.*...........\n......*.*....\n........*....\n....*........\n....*.*......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.*...........\n.**.**.......\n.*...........\n......*.*....\n........*....\n....*........\n....*.*......\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...*\n*.**.**.\n****.***\n```\n\n\n## Output without wrap\n\n```\n..***.*.\n*....*..\n*..*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...****..*\n....*...*..*\n......*..**.\n.*....******\n***......*..\n...*......**\n..*...*...*.\n```\n\n\n## Output without wrap\n\n```\n......***...\n........*...\n.*...**.....\n*.*..*.*....\n*..*..***..*\n.**......*.*\n.........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.*...\n.*......*...\n**...**....*\n..*..*.*....\n...*..***...\n*..*..*.**.*\n..*.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.***.\n*..**.****\n*...*.****\n.....***..\n*....**...\n*......*..\n.....***..\n*...**..*.\n*...*.*...\n.......*..\n```\n\n\n## Output without wrap\n\n```\n...**.*..*\n...**.....\n...**....*\n....*.....\n.....*....\n.......*..\n....**.**.\n....*.....\n....*.**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n*..**.....\n*..**.....\n*...*.....\n.....*....\n.......*..\n....**.***\n....*....*\n....*.**.*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n....*..\n.......\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n........**\n..****..*.\n..****....\n**........\n..*......*\n****...***\n.*....***.\n.....***..\n.....**...\n```\n\n\n## Output without wrap\n\n```\n.......***\n...**....*\n..*..*..**\n.....*....\n.*..*.....\n...*.....*\n*..*..*..*\n**...*...*\n........*.\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****\n...**....*\n..*..*..**\n.....*....\n**..*.....\n...*......\n...*..*...\n.*...*....\n........*.\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**......*\n*...*........*\n.....**.......\n.....*........\n......*.......\n....***.......\n...***........\n...*........*.\n..............\n..............\n..............\n..............\n..............\n......*.......\n```\n\n\n## Output without wrap\n\n```\n..............\n....*.*.......\n....*.*.......\n..............\n....*.*.......\n...**.**......\n..***.........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*......*\n*...*........*\n....*.*.......\n..............\n....*.*.......\n...**.**......\n..***.........\n..............\n..............\n..............\n..............\n..............\n..............\n.....**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...*.....\n.*...........\n..**.........\n.............\n.............\n.............\n.............\n.............\n......*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.**..........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.**..........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..**\n....\n....\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n****\n****\n****\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n....*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n....*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.....\n.***.....\n.........\n.........\n**......*\n```\n\n\n## Output without wrap\n\n```\n*..*.....\n*..*.....\n..*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n*..*.....\n..*......\n*........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n*..*\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*..*\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n..**.****\n.*..*.**.\n.****....\n*.*.*..**\n.**.....*\n..*....**\n.**......\n...*....*\n```\n\n\n## Output without wrap\n\n```\n..**.**..\n.****...*\n.*......*\n*...*.*.*\n*...*..**\n..*......\n...*...**\n.***...**\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***.*\n.****...*\n**......*\n....*.*..\n....*..**\n..*......\n...*...**\n****...**\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.....***\n*.......\n*....*..\n*.....**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....**.\n.....**.\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......**\n.....***\n**...*..\n.*...**.\n.*....*.\n*.....**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**..*\n**.**\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n...*..**\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*......\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*...\n.....*..**.*.\n.....***.*.*.\n*...*....*..*\n..*.*....*.*.\n***.*......*.\n...*.........\n.***.........\n.............\n.............\n.......*.....\n.....*.*.*...\n```\n\n\n## Output without wrap\n\n```\n........***..\n....*..*...*.\n.......*.*.**\n.......**....\n..*.........*\n*.*.*......*.\n....*........\n.***.........\n..**.........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.*....\n...*...*.*...\n.......*.*.**\n.......**..**\n***..........\n***.*......**\n*...*........\n.***.........\n..**.........\n.............\n.............\n.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n....*....\n.........\n.........\n...**....\n...**....\n.........\n..***....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n..*.*....\n..*......\n.*..*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.........\n.........\n.........\n.........\n...**....\n..*.*....\n..*......\n.*..*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.*.*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n...\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*..\n**...***.\n...*.....\n..*....*.\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n*.*..*.*.\n.....*..*\n*..*...*.\n.***.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.*.\n.....*...\n...*...**\n.***.....\n..**.....\n..*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n*.....*...\n*.....*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n..*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n**..**\n...*.*\n*.....\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n...***\n...*.*\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...**.\n...*..\n..*..*\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n*...\n****\n*.*.\n****\n**.*\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n..**\n....\n..**\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.*...*.\n*.*...*\n****.**\n*.***.*\n.*.*...\n*.*....\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n*..**.*\n*.....*\n*.....*\n*...*..\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.*.....\n...**..\n.......\n.......\n....*.*\n*.*...*\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*..**\n...*.\n.*.**\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n..*.*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n.**.*\n***.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n....*.\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n****.\n.....\n***..\n.*...\n.....\n.....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n****.\n...*.\n***..\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n****.\n...**\n***..\n***..\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*\n...*..*\n..*..**\n...*..*\n*.....*\n.....*.\n....**.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n..***.*\n..*****\n......*\n.....**\n....***\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..****\n..***..\n*.*****\n.......\n*....**\n....**.\n....**.\n...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n***.\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n**...*\n......\n......\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n**...*\n*.....\n......\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...**.\n...**.\n..***.\n..***.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n*..*\n.*.*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n..*.\n.*..\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*..*.\n**.**\n.*.**\n.***.\n```\n\n\n## Output without wrap\n\n```\n...*.\n*....\n**...\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.*.\n*.....*.*.\n**...*....\n*.**.*....\n*.**.*....\n**..*.....\n....*.....\n**..*...**\n*...*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....**...\n*..**..*..\n.*.....*..\n*..*......\n*.**......\n***...*...\n......*.*.\n**.*...*.*\n***.*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..*\n*...*.*..*\n**.....*.*\n...*......\n..**......\n***...*..*\n......*..*\n......****\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.....\n......*.....\n..**.*.....*\n...*.....*..\n**.....*..*.\n..*.*..*....\n....******..\n```\n\n\n## Output without wrap\n\n```\n............\n..*****.....\n..***.......\n.*.**.....*.\n.***....*...\n.*.**....*..\n...******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*...\n..*****.....\n..***.......\n**.**.....**\n.***....*...\n.*.**....*..\n....*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......***\n*..*.......\n..***..****\n**.*...**..\n***...*..**\n*.....****.\n.........*.\n......*...*\n...*****...\n```\n\n\n## Output without wrap\n\n```\n.........*.\n.****..*...\n*...*..*.*.\n*...*.*....\n..*...*...*\n*.....**...\n......*..**\n....*.**...\n....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.******\n*****..*...\n....*..*.**\n....*.*....\n..*...*....\n*.....**...\n......*..*.\n....*.**...\n*...*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..**..\n*...*.\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*.*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.**.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.**\n.*..\n**.*\n.*..\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n...*\n**..\n...*\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n...*\n....\n.*..\n....\n***.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****\n********\n*.***.**\n.*******\n********\n*.*.****\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**.\n......*.*..\n......***..\n...........\n.**........\n.***.......\n```\n\n\n## Output without wrap\n\n```\n.......***.\n......*....\n......*.*..\n.......*...\n.*.*.......\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....***.\n......*....\n......*.*..\n.......*...\n.*.*.......\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*.\n*.*.****\n**.**.*.\n.***.**.\n..*.****\n```\n\n\n## Output without wrap\n\n```\n......**\n.*....**\n*.......\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n........\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n..***\n..*.*\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n..*..\n.**.*\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n*.*..\n.**.*\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...***\n..****.***.\n*...**.*.**\n...*...*.*.\n*........*.\n***......**\n*.......*.*\n.******.***\n...*..*..*.\n....***..*.\n..**.*.**..\n...*.*.....\n*.******.*.\n..*.*...**.\n```\n\n\n## Output without wrap\n\n```\n.**...*....\n.***...**..\n.***.*.**..\n.*.*.**.***\n.*......***\n*......**..\n*.*.....*..\n.***..*.**.\n.*..**...*.\n..**....*..\n.***....*..\n.*.*..*....\n*..*.**..*.\n.***.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n.**...*....\n..**.*.**..\n...*.**.*..\n.*......**.\n.......***.\n..*.....**.\n..**..*.*..\n.*..**.....\n..**....*..\n.***....*..\n**.*..*..*.\n..*...**..*\n*.*...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n*..**\n..*..\n....*\n..**.\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n....*\n.....\n..*..\n.***.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*....\n*....\n.....\n.***.\n.***.\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*******....\n*.....*...*..*\n*......***.*.*\n.......**.*...\n........**....\n..***.........\n..**..........\n..**..........\n........*.....\n....*.****....\n```\n\n\n## Output without wrap\n\n```\n....******....\n**..*.....*.*.\n......*....**.\n..........*...\n...*...***....\n..*.*.........\n.*............\n..**..........\n...*....**....\n.......***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.....*..*\n.*..*.....*.*.\n*.....*....***\n..........*...\n...*...***....\n..*.*.........\n.*............\n..**..........\n...*....**....\n...**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n*....*.\n.......\n..*..*.\n.......\n*...*..\n*.*.**.\n**.....\n.....**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.***.\n*..***.\n**..*.*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n......*\n......*\n.......\n.......\n.*.****\n*..***.\n**..*..\n*.....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....**\n..*....*..\n***..*.***\n****.*...*\n**..**...*\n.*.....*..\n```\n\n\n## Output without wrap\n\n```\n.......*..\n...*..**..\n....**.*..\n...*...*.*\n..**.**...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.***.\n..**..*...\n....**.*..\n...*...**.\n......*...\n**....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.....*\n*..*..\n.**...\n***..*\n...**.\n....**\n***..*\n.**..*\n*...*.\n*..*..\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n.***..\n.*..*.\n*..**.\n*.....\n.....*\n.....*\n......\n*....*\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**.*.\n..**..\n**...*\n...***\n......\n....*.\n.....*\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.**...\n*..****.*.**\n......*.**..\n........***.\n......*..*..\n......****..\n**...*.*.*..\n......**....\n..***..*....\n```\n\n\n## Output without wrap\n\n```\n........**..\n...**..****.\n..........**\n.....*......\n.........**.\n.....**..**.\n..**.*..***.\n..**.*.**...\n...*.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......**.\n**.......***\n..........*.\n.....*......\n.........**.\n.....**..**.\n..**.*..***.\n.******.....\n*...*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n*..\n...\n.*.\n...\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n...*.\n*.*..\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*..\n***..\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..******\n*......*..*\n*....***...\n*.....**.*.\n*....*.....\n..*.***....\n..*.*......\n**.*****.**\n*.*.....*..\n```\n\n\n## Output without wrap\n\n```\n.......****\n*.....***.*\n...........\n..*...***..\n.**..****..\n.***.***...\n.*.**......\n..*......*.\n.*.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n**.........\n..*...***.*\n.**..****..\n.***.***..*\n...**......\n*..*.*****.\n........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n....*\n****.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n***.*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*..*\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*.*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..***\n*.*.*\n*.**.\n..**.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*.*\n....*\n....*\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*..\n*....\n*....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...*.\n.**..\n.....\n.....\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n..*..\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n..*..\n.....\n.....\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.\n....***\n....**.\n....**.\n*.*..**\n....**.\n..*..*.\n*...**.\n*...***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..***..\n...*...\n...***.\n...*...\n..****.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n..***..\n...*...\n...**..\n**.*...\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n*.......\n***.*...\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n*.......\n..**....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n..***.\n..*.**\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n..*..*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.\n....**.\n**.*.*.\n.****..\n```\n\n\n## Output without wrap\n\n```\n....**.\n..*..**\n**...*.\n**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**\n..*..*.\n**...**\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*.*\n...\n...\n...\n.**\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n...\n.*.\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n*.*\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n*.*..*\n**....\n*...**\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*.**..\n*...**\n*....*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n....*.\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......*..\n.*....*...\n..*.**..*.\n..*..*...*\n...*......\n........**\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....***..\n.******...\n..*..*....\n........**\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....***..\n.******...\n..*..*....\n........**\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*..*\n*..*..\n*..*..\n...**.\n*..**.\n*...**\n*.**..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.****.\n..**..\n..*...\n......\n*.*..*\n*.**..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n******\n..**.*\n..*...\n*.....\n*.*...\n*.**..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.*\n.*...*.*.\n.***.*.**\n.**......\n.*.......\n```\n\n\n## Output without wrap\n\n```\n......**.\n**..**...\n*..**..**\n*..*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**.\n.*..**...\n...**..**\n...*.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..**..........\n..**..........\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..**..........\n..**..........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..**..........\n..**..........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.**...\n*..*..\n*.....\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*....\n*.*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n*.*...\n**...*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.*.....\n.**..***.....\n...*...*...**\n*......**.**.\n*.*.*..******\n...**.***.*.*\n......*.***.*\n*......*.*.**\n.**..**.*..*.\n***..***.....\n```\n\n\n## Output without wrap\n\n```\n..*.**.**....\n**.*.*.**..*.\n**....**...*.\n**.***......*\n......*......\n...*..*....**\n......*....**\n....**......*\n..*.**.....**\n.*....*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**...\n..*....***.*.\n......**...*.\n...***.....*.\n**....*......\n...*..*......\n......*......\n.*..**.......\n*........*..*\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n....**..\n...*.*..\n.*.*....\n.*.*....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....***.\n..**.*..\n...*....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....***.\n..**.*..\n...*....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n...*\n*..*\n....\n*..*\n..*.\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*..\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n*..*\n*..*\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....****\n.**..*.*.\n.*****.**\n....*.**.\n****..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n**.......\n*.....*.*\n.**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.**.*...*\n**.......\n...*....*\n***..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...*..\n..*.*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.***..\n.*.*..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.......\n..**...\n..***..\n..**...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..*.*..\n.*..*..\n..*.*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n..*.*..\n.*..*..\n..*.*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*****..\n*****..*...*\n.*****..**..\n***..*..**.*\n....**...***\n*****.*****.\n.**********.\n*.**.....**.\n*..*****...*\n*.**.*.*..**\n*.***.***...\n```\n\n\n## Output without wrap\n\n```\n*....****...\n*.........*.\n.....***.*..\n*.....*....*\n...........*\n*...........\n...........*\n*..........*\n*....*.***.*\n*.........**\n..*.*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..\n..........**\n.....***.*..\n......*....*\n............\n*...........\n............\n*...........\n.....*.***..\n..........*.\n*.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*....*\n****..\n*...**\n....*.\n*..*.*\n.....*\n.****.\n*....*\n***...\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n*.**.*\n*.*.**\n...*..\n.....*\n.*...*\n.*****\n*...*.\n*.*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.....*\n..**..\n*.*.*.\n...*..\n*....*\n.*...*\n.****.\n....**\n..*..*\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n.*****\n**..*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*..\n*...\n....\n....\n....\n*.*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*.*\n....\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n...*\n....\n....\n....\n....\n*...\n*..*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n....\n....\n*..*\n**.*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n***.\n...*\n....\n*..*\n***.\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*...\n*..*\n.**.\n....\n*.*.\n****\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n*..*\n*.**\n.**.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n*....*..\n....*.*.\n...**...\n........\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n...**...\n...***..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....*..\n...**...\n...***..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n..**.*.\n...*...\n...*.*.\n****.**\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*..*..\n.*...*.\n.*.*.**\n*..*.**\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....***\n.....*.\n...*.*.\n...*.*.\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.*.*.\n*.*.*.\n......\n......\n......\n......\n***...\n*.****\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n..*.**\n......\n......\n......\n......\n.*....\n*.*.*.\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.*.*.\n......\n......\n......\n......\n.*....\n*.*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...**.\n...*..\n.....*\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..***.\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n..*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*\n*....*..\n.......*\n........\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n*......*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****\n*..****\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..**...\n..**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*.....\n.....***......\n......**.*....\n....**.**.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n...\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*............\n..*...........\n.**...........\n.........**.*.\n.........****.\n..........**..\n```\n\n\n## Output without wrap\n\n```\n..............\n.**...........\n.**...........\n..............\n...........***\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.**...........\n.**...........\n..............\n...........***\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n....\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..***.\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n....**\n....**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*..*\n...****.**..\n..*..*...***\n***...**.*.*\n```\n\n\n## Output without wrap\n\n```\n...***.***..\n..*******..*\n..*........*\n.**...*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*......*\n..*******..*\n..*........*\n..**..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*..*.\n...*.\n*....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n.....\n...*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n...\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....*...\n****.*....*...\n.....*...*.*.*\n.**.......*..*\n```\n\n\n## Output without wrap\n\n```\n.*..*.....*...\n*....*...*.**.\n.*.**....*..*.\n..........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...*....*\n***..*..*....*\n...**...*.....\n...**...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n......\n**....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n*...\n****\n....\n****\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n***.\n....\n**.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n...*\n....\n****\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***...\n..*...*.\n....***.\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n.***....\n.**...*.\n....*..*\n....*.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n.**...**\n....*..*\n....*.*.\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n......**\n*.......\n***.**..\n...***..\n.......*\n..*.....\n........\n........\n........\n........\n......*.\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n.....***\n.....***\n*....**.\n***..*..\n.***.**.\n...**...\n........\n........\n........\n........\n........\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.....***\n*....**.\n***..*..\n****.**.\n...**...\n........\n........\n........\n........\n........\n.....*..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******.\n***.*...*\n.***.*..*\n.**.****.\n*.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n*...****.\n*.......*\n........*\n*.......*\n..*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n........*\n.........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n....*\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n...**\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.......\n***....\n*..*...\n.****..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n***....\n*...*..\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.*.....\n***....\n*...*..\n.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*.\n.*.....**.\n..........\n..........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n.......**.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*.*\n....\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.**.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.**..*.\n.**...****.**\n...*.*.....**\n**....***..**\n.*......****.\n.*..***..***.\n*.**.*....**.\n**.**...**...\n*..**..*..***\n*...*.******.\n..*.**..*....\n```\n\n\n## Output without wrap\n\n```\n*.**.....***.\n..****..**.*.\n...***.*.*...\n*.*...***....\n....*...*....\n*..****......\n*.....*.*..**\n*....**.**.**\n*....***...**\n.****.*....*.\n....****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**.\n.**...*..*...\n...***.*.*...\n.**...***....\n....*...*....\n*..****.....*\n**....*.*...*\n.....**.**...\n.*...***.....\n****.*......*\n*.**......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..*..\n.**....**.\n*....*....\n.*.*...***\n..**......\n.***......\n```\n\n\n## Output without wrap\n\n```\n.***...**.\n.***..***.\n*.....*..*\n.*.**...*.\n....*...*.\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n.***..***.\n*.....*...\n**.**...**\n*...*...*.\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.*.*.\n.*.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n**.**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**.**\n**.**\n**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.....**\n*.....*.\n*...*.*.\n*....***\n...**...\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n**....**\n***...**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n**......\n........\n..*.....\n**.....*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.**.*\n*....\n.**..\n*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n*..*.\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n*..*.\n****.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n.*.\n*.*\n***\n.*.\n.*.\n*..\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n*..\n*.*\n*.*\n...\n**.\n**.\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*..*\n...*\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n*...\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*****\n*****.****\n.******..*\n*******..*\n***.**.***\n**.****..*\n.*****...*\n```\n\n\n## Output without wrap\n\n```\n*....*...*\n*.........\n.........*\n.........*\n.......*.*\n.......*.*\n**....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.......*..\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n***\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...*.\n.....*....\n.*.*.*..*.\n*.*..*....\n..*.*.....\n**.*.*.***\n**...*....\n*.*.....*.\n...*..**..\n```\n\n\n## Output without wrap\n\n```\n...**.....\n.***.**...\n.*...**...\n..*....*..\n..*.......\n.*.*....**\n.*.**.....\n.....*....\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n.*.....*..\n.*...**...\n..*....*..\n..*.....**\n...*....**\n*..**.....\n*.*.*....*\n**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n.***\n.***\n.***\n..**\n....\n*.*.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n....\n*...\n....\n.*.*\n.***\n..**\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n**.*\n.**.\n*.*.\n****\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.*\n*..*****.\n...*...**\n....**.*.\n.*.*...*.\n*.***.*..\n*.***.*..\n..*......\n```\n\n\n## Output without wrap\n\n```\n...**....\n..**.....\n.........\n..***..**\n.***...**\n......**.\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n*****...*\n.........\n..***..**\n.***.....\n*.....*..\n.*.*.**..\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n..*...\n....**\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*.**\n*..*.\n.....\n.....\n.....\n*...*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n..***\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.***.\n*.**.\n.....\n.....\n.....\n*...*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*...*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n***.\n*...\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..**\n**.*\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.***.\n.....\n....*\n.**..\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.****\n..**.\n.....\n.**.*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n****.\n..**.\n.....\n.**..\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n*.**\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n****\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*.*\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*******.\n*******.***.\n************\n```\n\n\n## Output without wrap\n\n```\n*.........*.\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.**\n***.\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*...\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n*****\n..***\n.*.*.\n*.***\n.**..\n***..\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n**...\n**...\n.....\n.....\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*....\n*....\n*.**.\n*..*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n........*.\n*.......*.\n.........*\n**.......*\n........*.\n*.......*.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........**\n**......**\n........**\n**......**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.........*\n........*.\n.*......*.\n*.......**\n.*......*.\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*.\n.....*.*..\n..........\n..........\n..........\n..........\n*........*\n......*.*.\n*...*.*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*..*.\n.....*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*.\n..........\n..........\n..........\n..........\n..........\n.........*\n.....*..*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*....\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n....*.\n*.*..*\n...*.*\n*.*...\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n...***\n..**.*\n.....*\n.*..*.\n*.....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.***..\n**....\n......\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n...\n...\n...\n*.*\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n...\n.*.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n.***..\n...*.*\n...*.*\n...**.\n......\n......\n......\n.....*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**.**.\n...*..\n..*...\n..***.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n**.**.\n**.*..\n..*..*\n..***.\n......\n......\n......\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.\n.***...*\n.......*\n.*.**.*.\n........\n........\n.....*..\n*..*...*\n*.......\n```\n\n\n## Output without wrap\n\n```\n..****..\n.......*\n..******\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n.*......\n..******\n........\n........\n........\n........\n**.*...*\n*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n..........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n...*..*...\n...*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..*...\n.**...\n***...\n..**..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**...*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n.*.**.*...\n**.**..*.*\n.....*****\n```\n\n\n## Output without wrap\n\n```\n.***......\n....**....\n**.*.....*\n....****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****...*.\n....**....\n.*.*.....*\n...*****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*.*\n...**...*.*\n....*.....*\n....*.*....\n....*.*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.**....\n......*.*..\n.....*...**\n...**......\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.*\n*..***..*.*\n.....*...*.\n.......*.**\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n*...*.**\n........\n........\n........\n........\n........\n.....**.\n...**..*\n*......*\n.***....\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n........\n........\n........\n........\n........\n....***.\n....**.*\n.*..*...\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**..\n*....*.*\n.......*\n........\n........\n........\n........\n....***.\n*...**.*\n**..*..*\n.***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***....\n.*...*..**.\n*.*.**..*.*\n..*...**...\n*.*****...*\n.......*.*.\n........**.\n.........*.\n.**.......*\n.**........\n...........\n....***....\n....*.*....\n```\n\n\n## Output without wrap\n\n```\n....*****..\n.......***.\n.*..*.*....\n......**.*.\n.*........*\n......**..*\n....****...\n........*.*\n.**......*.\n.**........\n.....*.....\n....*.*....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*..**\n.*.........\n....*.*....\n......**...\n.*........*\n*.....**...\n....****...\n.*......*..\n..*......*.\n*.*........\n.*...*.....\n....***....\n...**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n*...\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n*...\n*.**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..\n..*.....\n...*.*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n...\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n**.\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n...*.\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n.***......\n.***......\n...**.....\n...**.....\n....**....\n....***...\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*.*......\n..........\n..........\n..........\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.**.......\n..........\n..........\n..........\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n*...\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*.*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...***..\n..**.*.*..\n...***....\n****.**...\n..........\n***.......\n```\n\n\n## Output without wrap\n\n```\n..*.**.*..\n..**...*..\n..........\n.***.**...\n...*......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.*..\n..**...*..\n..........\n.***.**...\n...*......\n***...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n.*.*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**..\n*.*.*...\n*.*****.\n**....**\n*.****.*\n.*.*....\n..*.*...\n.*.*.***\n.**....*\n*.****..\n**......\n*.**..**\n...***..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n**.***..\n*.*...*.\n*.*.*.**\n*......*\n*..***.*\n.*...*..\n.*..***.\n.*.*****\n*......*\n*..**...\n*....**.\n*.**.**.\n..**.*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***..\n*.*...*.\n..*.*.*.\n........\n...***..\n**...*..\n**..***.\n.*.*****\n.......*\n...**..*\n.....**.\n*.**.***\n..**.*.*\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*.**.\n......\n..**..\n..**..\n..*...\n.***..\n..**..\n.*.*.*\n*...*.\n...**.\n...**.\n**...*\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n....*.\n..**..\n.*....\n......\n.*....\n......\n.*.*..\n..*..*\n.....*\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.***..\n....*.\n..**..\n.*....\n......\n.*....\n*.....\n**.*.*\n*.*...\n......\n*.**..\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*....\n...........\n...........\n...........\n.......**..\n**.....**..\n**...***...\n.*..*.*....\n......*....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.......**..\n**.........\n..*..*..*..\n**.........\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n.......**..\n**.........\n..*..*..*..\n**.........\n......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......**..\n*.*.......\n*.*.......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..**......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..**......\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**...\n....*.*..\n.........\n.........\n**.....**\n*.*...***\n**....**.\n.....**..\n...*.....\n.........\n....*....\n```\n\n\n## Output without wrap\n\n```\n....**...\n....*....\n.........\n.........\n**....*.*\n..*......\n**......*\n.....***.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n....*....\n.........\n*.......*\n.*....*..\n..*......\n**.......\n.....***.\n.........\n.........\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.....*...\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...**\n.*.*...***.*\n...*.*.....*\n.*.....**..*\n.*.*....*.*.\n..**......**\n**..........\n............\n......**....\n....*.***...\n...**..*....\n.*.*........\n**.****....*\n```\n\n\n## Output without wrap\n\n```\n.......*****\n..*.*.****.*\n....*.*..*.*\n....*..*****\n.*.*...**.*.\n*..*.....***\n.**.........\n............\n.....**.*...\n...**...*...\n..*******...\n**....*.....\n**.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*.**..\n..*.*.****.*\n....*.*..*.*\n....*..*****\n.*.*...**.*.\n...*.....***\n***........*\n............\n.....**.*...\n...**...*...\n..*******...\n.*....*.....\n.*.****...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n......\n**....\n*....*\n.*..**\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n**....\n..**.*\n**....\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n**..**\n.****.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n..*.*\n..*..\n...**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n..*.*\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.**.\n..*.*\n.*.*.\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*.**\n*.*..\n..*.*\n...**\n*..*.\n**.**\n.**..\n```\n\n\n## Output without wrap\n\n```\n..***\n.*..*\n..*.*\n.**.*\n*.*..\n***.*\n...**\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n...*.\n..*..\n..*.*\n..***\n.**..\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n*.*.\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n..**\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.........\n.*........\n..*.......\n...**..*..\n.....*..*.\n...*.*...*\n*....**.*.\n*.*....*..\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n..**......\n...**.....\n...*.**.*.\n.....*.***\n.*..*****.\n*.....**..\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.*........\n..**......\n...**.....\n...*.**.*.\n.....*.***\n**..*****.\n*.....**..\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***********\n***********\n****.******\n******..***\n.******.***\n***********\n********.**\n***********\n*******.**.\n**.********\n***********\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.***\n*..*\n*...\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n...*\n.*.*\n*..*\n*.**\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*..\n....\n..*.\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n..**..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*..\n.***..**..\n.**...*...\n.....**...\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n...*..*...\n..*...*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..***.\n..........\n.*.*......\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n.*.*.*\n.*.**.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n**...*\n**.*.*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*...*\n.*.*.*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n*.....**\n.......*\n**......\n**....*.\n```\n\n\n## Output without wrap\n\n```\n......**\n........\n**....**\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n.*....*.\n.*......\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*......\n..**......\n*.*......*\n.*.*.....*\n****....**\n...*****..\n...***..*.\n****...**.\n***..***.*\n......****\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*......\n..........\n...*.....*\n**...*****\n.*....**.*\n.*......*.\n*........*\n*..*.*...*\n.*...*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**.\n*..*......\n*........*\n...*......\n.*...*****\n**....**..\n.*......**\n..........\n...*.*....\n.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***.*\n..**.*..**\n.**...*..*\n*****.****\n*.*.******\n*.*.****.*\n*..****.**\n**...*.*..\n****.*.**.\n.**..***.*\n***..*.***\n***.*.****\n.***.*.*.*\n******.**.\n```\n\n\n## Output without wrap\n\n```\n.***.***.*\n.....*...*\n*.....*...\n*...*.....\n*.........\n*.*.......\n*.**.....*\n.........*\n...*.*....\n.....*...*\n....*.....\n....*.....\n.........*\n*....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n......*...\n....*.....\n..........\n..*.......\n..**......\n..........\n...*.*....\n.....*....\n....*.....\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...**.\n*....*\n*...**\n*.****\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*..*\n....*.\n..*...\n..**..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.**...\n......\n***...\n***...\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n....*.\n.**.*.\n...*..\n**.*..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...***\n.....*\n.*....\n*....*\n....*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*.*.*.\n.*..*.\n*.....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*......\n......*......\n......*......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.............\n.....***.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.....\n.....***.....\n.....***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*...\n***..\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**...\n.....\n**.**\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..***.\n*.*.*.*...**\n*...*.**....\n......**..**\n.*.*....*.**\n*...***.*.**\n..*.****.*.*\n..*...*.**..\n.**..*..*...\n.*.*...*.*.*\n.*.*......*.\n.**.........\n...**..*....\n...**.****..\n```\n\n\n## Output without wrap\n\n```\n.*.*.*...***\n....*.*.*.**\n.*.*........\n.....**.****\n....*...*...\n.**.....*...\n.*..*......*\n..*.*....**.\n.*.*..*...*.\n**.**...***.\n**.*......*.\n.*..*.......\n....****....\n...******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........\n*...*.*.*.*.\n**.*........\n.....**.***.\n....*...*...\n.**.....*...\n**..*......*\n..*.*....**.\n**.*..*...*.\n.*.**...***.\n.*.*......*.\n.*..*.......\n....****....\n..*...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n..*.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n..*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**.*.*\n.**.**\n**.**.\n```\n\n\n## Output without wrap\n\n```\n**....\n**..*.\n****.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**\n...*..**\n..*..*..\n.**.*...\n*.**...*\n*..*...*\n.**.*...\n.****...\n...**...\n....*...\n....**..\n```\n\n\n## Output without wrap\n\n```\n.....***\n...**..*\n.**.***.\n....*...\n*...*...\n*...*...\n*...*...\n.*...*..\n.....*..\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*\n...**..*\n.**.***.\n*...*...\n....*..*\n....*..*\n....*...\n.*...*..\n.....*..\n........\n...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n.**\n**.\n*..\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n*.*\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**..*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**\n....***\n......*\n.......\n*.*.*.*\n.**...*\n.*...*.\n*.**.*.\n*.*....\n.*.....\n.***..*\n....*..\n....*..\n.*....*\n```\n\n\n## Output without wrap\n\n```\n......*\n....*..\n......*\n.....*.\n..**.*.\n*.**..*\n*..****\n*.***..\n*.**...\n*..*...\n.***...\n..*.**.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...*..\n......*\n*....**\n*.**.**\n..**..*\n...***.\n*.***..\n*.**..*\n...*...\n****...\n..*.**.\n.....*.\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.**.*..\n.*...**\n.**.*.*\n....*..\n.......\n.......\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*...*.\n*...*.*\n.**...*\n...*.*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n**...**\n....*.*\n*.*...*\n...*.*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n*...*.*.\n....*.*.\n....*.*.\n.....**.\n.......*\n......**\n```\n\n\n## Output without wrap\n\n```\n.....*..\n......**\n...**.**\n....*.**\n.....***\n.....*.*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n......*.\n...**.*.\n....*.**\n.....***\n.....*.*\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..**..\n.....*..*.\n.......**.\n..*.*.....\n.*........\n```\n\n\n## Output without wrap\n\n```\n.......*..\n......*.*.\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.\n......*..*\n.......***\n..*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n*..*\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n****\n****\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*..*..\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n*****.\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n*....\n.***.\n*.*..\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*..*.\n.***.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n***..\n*..*.\n***..\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*.*.*\n.*.*.*\n..***.\n*..*..\n.****.\n......\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*...*\n.*....\n......\n.****.\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n.*...*\n**...*\n.....*\n.****.\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....**\n*..**..\n***....\n......*\n..*****\n...*.*.\n...*.*.\n...*.*.\n.......\n...*.*.\n**.*.*.\n*.****.\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n*.****.\n****...\n....*.*\n..**..*\n.......\n..**.**\n.......\n.......\n..*....\n**...**\n*.**.**\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n....***\n*.****.\n****..*\n....*.*\n..**..*\n.......\n..**.**\n.......\n.......\n..*...*\n**...*.\n..**.*.\n**.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.....\n.....*....*\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n....**.....\n.....**....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***....\n.....**....\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.........\n*...*.........\n*...*.........\n.***..........\n..............\n..............\n.......*....*.\n*.....*.***.*.\n*.......*.....\n*........**.*.\n............*.\n..**..........\n.*............\n```\n\n\n## Output without wrap\n\n```\n...**.........\n**..**........\n*.*.*.........\n.***..........\n..*...........\n..............\n.......***.*..\n........**.*..\n**.....**.....\n.........*.*..\n...........*..\n..*...........\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.........\n**..**.......*\n*.*.*.........\n.***..........\n..*...........\n..............\n.......***.*.*\n........**.*..\n**.....**.....\n.........*.*..\n...........*.*\n..*...........\n.*..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n.....****.\n.....***..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......*.**\n.....***..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n......*.**\n.....***..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n.*.*....*\n.*.*.*...\n*.**.*.*.\n********.\n.*.**..**\n*....*...\n.*..**.**\n.***..*.*\n.*.*..*.*\n*.***.***\n*.*.*.**.\n*...**.**\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n**....**.\n*........\n.......**\n*.*......\n*..*.*...\n.....*.**\n...*..*.*\n*....*..*\n*......*.\n*.*..*.**\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n...**..*.\n*.....*.*\n*......**\n........*\n..*......\n**.*.*.**\n.*...*.**\n...*..*.*\n.....*.*.\n.........\n.**.*....\n.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n****.\n*****\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****.....\n.*.*.*.*.....\n.*..**..**...\n....***.*....\n....***.**...\n.......***...\n.***.........\n.***..*......\n.****.*.***..\n...*.....**..\n.........**..\n..*...*......\n```\n\n\n## Output without wrap\n\n```\n....**.*.....\n..**...*.....\n..**....**...\n...*.........\n....*........\n..******.*...\n.*.*...**....\n*....*.*.*...\n.*..**.**.*..\n...**......*.\n.........**..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*.....\n..**...*.....\n..**....**...\n...*.........\n....*........\n..******.*...\n.*.*...**....\n*....*.*.*...\n.*..**.**.*..\n...**......*.\n.........**..\n......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.*....\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n******\n......\n..*...\n*....*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*.*.*\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*.***.\n*.****\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n**********\n****.*****\n**********\n*******.**\n********.*\n.*********\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n**....*\n..*...*\n*.*...*\n**.*.*.\n.*...*.\n..****.\n.*...**\n...***.\n.......\n```\n\n\n## Output without wrap\n\n```\n....**.\n.****.*\n*.*..**\n*.**.**\n*...***\n**...**\n.***...\n......*\n....***\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***\n*****.*\n..*..*.\n..**.*.\n....**.\n**...*.\n****...\n......*\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*...\n......*....\n...****.*..\n.***.......\n.***.**.*..\n....*...*..\n*..*..**...\n..*..*.*...\n```\n\n\n## Output without wrap\n\n```\n......*....\n...........\n...*****...\n.*.........\n.*...*.*...\n.*..*...*..\n...******..\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*...\n...........\n...*****...\n.*.........\n.*...*.*...\n.*..*...*..\n...******..\n*.*.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n.*...*\n***.*.\n**.*.*\n.*..**\n******\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.....*\n...***\n...*.*\n......\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n...\n**.\n...\n*..\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.*...\n***..\n*****\n.....\n...*.\n....*\n***..\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n.....\n*..*.\n.*..*\n.....\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n...**\n**...\n.....\n*****\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**\n**.*****\n********\n**.*****\n*.*..***\n.*****.*\n*.***.**\n..****.*\n**.***.*\n*****.**\n*******.\n.****.**\n********\n**.**.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n......**\n......**\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.***.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.*.**..\n*.*****..**..\n**.****.*.*.*\n*.*.*.*..****\n..******.****\n..*.*******.*\n.*.*.******..\n***...*******\n.*.*.***.**.*\n.************\n.*.*.****.***\n***.**.*****.\n*..****...***\n```\n\n\n## Output without wrap\n\n```\n.*.......*...\n*.......*....\n.............\n.*...........\n.*...........\n.**..........\n***........**\n.............\n**...........\n.............\n**...........\n.*.....*.....\n.*.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......**....\n.............\n.............\n**...........\n***..........\n..*.........*\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.**..***\n*****...**...\n*.***.***.***\n*****..****..\n```\n\n\n## Output without wrap\n\n```\n*...**.*****.\n*............\n......*....*.\n*...***...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....*.\n.............\n......*....*.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n**..\n....\n**..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n.**.*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n****..\n..*.**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n..*.*.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n.*.....\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n.*.....\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***....\n......**..\n....***...\n..........\n..........\n..........\n..........\n..*.*.....\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n....***...\n...*...*..\n.....***..\n.....*....\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n...*...*..\n.....***..\n.....*....\n..........\n..........\n..........\n...**.....\n..*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n*.*.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n***\n.*.\n**.\n...\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n***\n*.*\n...\n**.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n...\n...\n***\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n.......**...\n.........*..\n.......*....\n........**..\n............\n*...........\n.*..........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n........*...\n.......*....\n.........*..\n........*...\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n........*...\n.......*....\n.........*..\n........*...\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n.**\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n**.\n*..\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.....*....\n......**..\n......**..\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n......*...\n.....*.*..\n......**..\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n......*...\n.....*.*..\n......**..\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n..*.**.\n...*.*.\n...*...\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n..*..**\n..**.*.\n..**...\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n..*..**\n..**.*.\n..**...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..*.***\n...****.*.*..\n.*.*..****...\n.**.*..*.*...\n...***....**.\n....*.....*..\n.....*...**..\n.....*..***.*\n```\n\n\n## Output without wrap\n\n```\n..**......**.\n..**.....**..\n.*.......**..\n.**.....**.*.\n..*.....***..\n...*.*...**..\n....*....*...\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*.*.*.\n..**.....*.*.\n.*.......**..\n.**.....**.*.\n..*.....***..\n...*.*...**..\n....****.....\n.....**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**..*\n*.*.*.***\n.....**..\n.....*...\n.*..**.*.\n*...*..**\n*.***...*\n...*.*.**\n*.*...*..\n*..*.....\n.........\n.***..***\n...**.*.*\n```\n\n\n## Output without wrap\n\n```\n....***.*\n....*...*\n....*....\n.........\n....**.**\n*.*...***\n.**..**..\n.....****\n.****.**.\n.*.......\n.*.*...*.\n..*****.*\n...****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n*...*....\n....*...*\n.........\n*...**.*.\n..*...**.\n.**..**..\n.....***.\n*****.**.\n.*.......\n**.*...**\n*.*****.*\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n.*.....\n....**.\n.*.*.*.\n*......\n.......\n*....*.\n*...*..\n.......\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n..**...\n....***\n....***\n.....**\n.......\n*....**\n*.....*\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*.*.\n...**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..**.\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n***..*.\n.***.**\n**.*...\n*..*.**\n***.**.\n...*...\n***.**.\n***...*\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n..**...\n..**...\n*..*.**\n.**.***\n*...*.*\n.*.***.\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n..**...\n..**...\n.*.*..*\n.**.*.*\n.*..***\n....**.\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.......\n.......\n.......\n.......\n.......\n*.....*\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n.......\n.......\n.......\n*.....*\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n...*..\n.***..\n....*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n....*.\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.*....\n.*...*\n.**...\n.....*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.*....\n.**...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n*.*.\n*.*.\n....\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n*..*\n..**\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n..**\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n****\n*.**\n..*.\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....****\n.......*.\n.........\n**....**.\n```\n\n\n## Output without wrap\n\n```\n......*.*\n.........\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n*........\n*.....*..\n*....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..*..*\n......\n*.*...\n**....\n..***.\n**....\n..*...\n..*...\n..*...\n.**...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.....\n*.....\n..**..\n.*....\n..*...\n.***..\n..**..\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n.*....\n*.....\n*....*\n..**.*\n.*....\n..*...\n.***..\n..**..\n..**..\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*..*.\n.**..\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n*****\n*...*\n.**..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.**..\n.*...\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...\n..*.**.*\n***....*\n....*...\n```\n\n\n## Output without wrap\n\n```\n.*..**..\n*.*.***.\n.**.***.\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n..*.****\n***.****\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n....\n....\n****\n.**.\n....\n....\n....\n.*..\n....\n....\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n....\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*.....\n...******....\n.............\n.............\n.............\n.............\n....*.*......\n```\n\n\n## Output without wrap\n\n```\n...*...**....\n...*...**....\n....****.....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n...*...**....\n....****.....\n.............\n.............\n.............\n...**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.....*...\n....*....\n.........\n..*.*....\n...*.*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n..*......\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n..*......\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......**\n..**........*\n.**........*.\n..**......*..\n....*.....*..\n```\n\n\n## Output without wrap\n\n```\n...*.......**\n.***........*\n.*.........*.\n.***......**.\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......**\n****........*\n.*.........*.\n.***......**.\n....*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n......\n.*.*..\n*..*..\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.**.*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n*.*.**\n..**.*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n...*.*\n.**...\n..*...\n.....*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n.***..\n.**...\n.****.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.***..\n.**...\n******\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*..\n...**..**.\n...**.....\n..........\n.......*..\n.**...**..\n.*....****\n.....*....\n.**...**..\n***...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n...**..**.\n...**.....\n..........\n..........\n.**...**..\n*..*......\n*..***.*..\n*.**.*.*..\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.***...\n.....*.*..\n...**.....\n..........\n.*........\n*.*...**.*\n...*......\n...***.*..\n..**.*.**.\n*.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n*.***.\n*.*.*.\n*.*.**\n*..***\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n**..*.\n*....*\n*.*...\n*.*...\n*.....\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n*.*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n..*.**\n**..**\n**.*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n.**...\n*....*\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n.**...\n......\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.**\n...*.***.\n*...**...\n*....*..*\n....*....\n.....*.*.\n**....***\n...*...*.\n...****.*\n*...**.**\n```\n\n\n## Output without wrap\n\n```\n.**.*.***\n..***....\n......***\n....**...\n....*..*.\n....**.**\n.......**\n..**.....\n...**..**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n...*....*\n**....**.\n*...**...\n....*....\n*...**.*.\n.*......*\n.***.....\n.*.*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*.*.......\n.........*\n.......**.\n*.....**..\n.*......*.\n....*.*.*.\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n......*.*.\n........*.\n.....*....\n....**.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.........*\n*.....*...\n*.........\n.....*..**\n....**.**.\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n........\n........\n........\n........\n..*.*...\n*.*....*\n...*....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n........\n........\n........\n........\n.*......\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........*..\n*........**..\n..........*..\n**........***\n*.........*..\n.........*.**\n.........*...\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.........*.*.\n.........*.*.\n**.........*.\n..*......**..\n**......**...\n.........*...\n..........*..\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.*.\n.........*.*.\n.*..........*\n.**......**..\n.*......**...\n.........*.*.\n..........**.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n***\n*.*\n..*\n.*.\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n...\n...\n...\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.*\n*.****.\n*.****.\n*******\n******.\n```\n\n\n## Output without wrap\n\n```\n*.*.*..\n*.....*\n*......\n......*\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*.***\n***.*\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..*.*\n.**..\n***..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n*....\n*..*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n***.*\n.....\n...*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*.\n..*....*.\n**.***...\n....***.*\n..*......\n......*..\n.*..*..*.\n.*..*...*\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*..*.*..\n*..*.*.*.\n.*.*..*..\n......**.\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....**..\n...*.*...\n...*..*..\n.*....**.\n.......**\n**..**.*.\n*.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n**...\n*...*\n....*\n.....\n.....\n.*...\n**..*\n*..*.\n*...*\n*....\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n**...\n.....\n.....\n.....\n**...\n***..\n*..**\n**...\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.*..*\n.*..*\n*...*\n.....\n.....\n.*...\n.**.*\n...*.\n**...\n**...\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n*...**\n....**\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*.*..*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.**.**\n.....*\n**...*\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*...\n.....*.*...\n...........\n...........\n...........\n...........\n.......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...\n...........\n...........\n...........\n...........\n...........\n.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n**...*\n.*...*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n..*...\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*...*\n.**.**\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......**.\n........**\n*........*\n..........\n......*...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......***\n.......*.*\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......***\n*......*..\n*.......**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**...\n..*.*\n.****\n```\n\n\n## Output without wrap\n\n```\n***..\n..*..\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.***\n*****\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...****.*\n..**......\n*.*..*.*.*\n**.*..*.*.\n.*...*....\n..*.......\n*.*.**....\n.*...**.**\n**..******\n..*...*.*.\n.........*\n...**..**.\n***...**..\n```\n\n\n## Output without wrap\n\n```\n...****...\n..**...*..\n*...*.***.\n*...*****.\n**........\n..****....\n..*****...\n..**.....*\n***.*.....\n.*....*...\n...*.....*\n.***..***.\n.***..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.***\n..**...*..\n*...*.****\n....*****.\n**........\n..****....\n*.*****..*\n..**......\n.**.*.....\n.*....*...\n...*.....*\n****..****\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n*....*.\n**..**.\n..*..*.\n..*..*.\n...**.*\n.....*.\n.......\n......*\n.*....*\n.....*.\n.**...*\n.*.*...\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n*....*.\n**..***\n..**.**\n..*..**\n...**.*\n....**.\n.......\n.......\n.....**\n.**..**\n.**....\n*..*...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******.\n*....*.\n**..**.\n..**.*.\n..*..**\n...**.*\n....**.\n.......\n*......\n*....**\n.**..**\n***....\n...*...\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*..*\n*.**.....\n..*...*..\n..*......\n...*.**..\n*****.***\n....**...\n*****..*.\n....*.*.*\n**..****.\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*..*....\n..*.**...\n..*****..\n.*.***.*.\n......**.\n......*.*\n.......**\n.....*..*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.........\n..*.**...\n.*******.\n...***...\n.*....**.\n......*..\n**.....**\n.......*.\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..**.*.*\n*.**.**.*..***\n*.*...*..*.*.*\n*..*.....****.\n.*........***.\n.**......*..**\n.*..........**\n.*.**.**.....*\n**..**......**\n...*...****...\n....**.*......\n**..***.**.*.*\n*.....*..*....\n........**...*\n```\n\n\n## Output without wrap\n\n```\n.*..********.*\n*.*****.*..*.*\n*.*.******...*\n*.*......*...*\n**............\n***.......*...\n**.*..........\n.*.**.*.......\n**...*...*..**\n...*...***....\n...*..........\n**..*...***...\n**....*.....*.\n........**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***....*..\n..*****.*..*..\n..*.******....\n*.*......*....\n.*............\n.**.......*...\n.*.*..........\n.*.**.*.......\n.*...*...*..**\n*..*...***...*\n*..*..........\n**..*...***..*\n.*....*.....*.\n.......*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.***.\n..*...*.*..\n.*....**...\n.**.**.**..\n..*....*...\n...***.**..\n......**...\n.......**..\n..*.....**.\n```\n\n\n## Output without wrap\n\n```\n......****.\n.**...**.*.\n*..*.......\n*..**......\n.*...*.....\n..**.*.....\n...*..*....\n.....***.*.\n.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**....\n*...*......\n*..*.......\n*..**......\n.*...*.....\n..**.*.....\n...*..*....\n......*....\n..*..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n....*.*\n.**....\n.**.*.*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n.**....\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n.**....\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n*...*....\n****...**\n.*..**.*.\n.......**\n.**......\n*........\n.......*.\n.....***.\n..*......\n```\n\n\n## Output without wrap\n\n```\n...*.....\n*...*....\n*.**.****\n**.**....\n.**...***\n.*.......\n.*.......\n.......*.\n......**.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n*...*....\n..**.***.\n.*.**....\n***...***\n**......*\n.*.......\n.......**\n......**.\n..**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**\n......*.\n.**.*.*.\n..**.**.\n*.*.****\n......**\n```\n\n\n## Output without wrap\n\n```\n.....***\n..*.*.*.\n.**.*.**\n........\n.**.*...\n.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.*.*.\n.**.*.**\n*.......\n***.*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..******\n..***.**.*\n******.***\n********.*\n```\n\n\n## Output without wrap\n\n```\n..*.*....*\n*.........\n*........*\n*......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..*.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n.***\n****\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n****.\n...*.\n****.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*.*..*.\n*.*....\n...*.*.\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n..***..\n.*.*...\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*\n*......\n..***..\n.*.*...\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n****..*\n*.***.*\n*..**.*\n**.*...\n.***.**\n.**...*\n***.*..\n**.**.*\n```\n\n\n## Output without wrap\n\n```\n....*..\n*......\n*.....*\n*......\n*.....*\n...****\n....*.*\n....*..\n*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n.......\n.......\n.......\n...****\n....*.*\n....*..\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n..*...\n*.....\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..*.\n*.*..\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.*...\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*....\n.*..*\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n....**.\n...*...\n...*.*.\n...*...\n*..*.*.\n```\n\n\n## Output without wrap\n\n```\n....*..\n...***.\n...*.*.\n..**...\n..**...\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...***.\n...*.*.\n..**...\n..**..*\n...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...*.\n..****....*.\n.....*....*.\n..*****..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.**.....\n...*.....***\n.........***\n...****...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***\n...*.....***\n.........***\n...*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n****.\n**.**\n*.***\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n***..*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*...\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*...**\n*..*****.*.\n.*..**...**\n*.*.**.*.**\n*.***.**...\n*......**.*\n*..*.*.....\n.*****.****\n..***.**.*.\n..*...**...\n*.*.**....*\n```\n\n\n## Output without wrap\n\n```\n...**....*.\n*..**...**.\n*.......*..\n*.*.....***\n*.*...**..*\n*.*..**..*.\n*.*.*..*..*\n........*..\n.......*..*\n..*...****.\n..*...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...**.\n*..*....*..\n*.......*..\n..*.....*..\n..*...**.**\n.**..**....\n..*.*..*...\n*.......**.\n.*.....*...\n.*.*....*..\n*.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n*...\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n*.*.\n*...\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*...\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n...**..\n.**....\n...**..\n```\n\n\n## Output without wrap\n\n```\n..**...\n...*...\n..*....\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..**...\n..**...\n..**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n.*...*\n**..**\n..**.*\n.**.*.\n..****\n*..*.*\n...*.*\n*....*\n....**\n...*.*\n**.***\n```\n\n\n## Output without wrap\n\n```\n..*...\n*..*..\n**.*.*\n*.*.*.\n......\n......\n....**\n....**\n....**\n....*.\n..**..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*.*..\n...*..\n***...\n......\n**....\n......\n......\n......\n......\n..*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n....\n....\n....\n...*\n***.\n....\n*..*\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n*..*\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*..\n....\n....\n****\n....\n....\n*.*.\n....\n....\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n***.*\n.*...\n*.*..\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n**.**\n*...*\n...*.\n.**..\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n....*\n...**\n.**..\n..**.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n.*****\n.*...*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n***.*.\n***.*.\n.....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n..*.*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n*....\n.....\n.....\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.**....\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*****.\n***...\n...*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*...*.\n*...*.\n*.***.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n....*.\n*...**\n..***.\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...*.**.\n...*.**.**..\n..*.****..**\n.**********.\n*.**....****\n****.*...**.\n***.*.**...*\n***..***.***\n```\n\n\n## Output without wrap\n\n```\n...*......*.\n..**.......*\n............\n............\n......*.....\n.....***....\n...**.....**\n...**.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n...........*\n*...........\n............\n......*.....\n.....***....\n....*..**...\n...***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n...\n...\n...\n...\n*.*\n.**\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n..*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n*....\n..*..\n**...\n*.*..\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*....\n*.*..\n*.*..\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*.*..\n*.*.*\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*.*.*.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.*.\n.....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.*.*\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n***.\n...*\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*..\n.*.....*..\n**.....*..\n```\n\n\n## Output without wrap\n\n```\n.......*..\n***....*..\n***....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n...*.*....\n*..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n***....\n*..*...\n*..*...\n*..*...\n.**....\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n***....\n*..*...\n*****..\n*..*...\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n***....\n*..*..*\n*****.*\n*..*...\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n..*.\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n..*.\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.***\n*.***\n.**..\n***.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n.....\n*.**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*.*.\n.*...*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n****\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n...*\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n***..\n*.***\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..*..\n**.*..\n*.*..*\n.*..*.\n.*....\n*..**.\n*..*..\n****..\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n*..**.\n*..**.\n*.***.\n***...\n*****.\n*****.\n*.....\n**....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*..***\n...**.\n..****\n.**..*\n******\n******\n*.....\n**....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*...*\n.****\n***..\n..*..\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n*...*\n**..*\n**..*\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n**.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n...*..\n.....*\n...*..\n......\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n***.*\n*.***\n..*.*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n*...*\n*..*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.*...\n***..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n**..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n...*\n...*\n**..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*....\n...**\n**.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*****\n**...\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n.***.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n****\n**..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.....\n.....\n*.***\n*****\n....*\n**.*.\n.**.*\n.*..*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n...*.\n*...*\n*....\n....*\n**.**\n....*\n**..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.**..\n...**\n.....\n.....\n.....\n.*.*.\n....*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*..*\n.**.\n.***\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n....\n....\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n**.......\n*.....*.*\n*.*...**.\n.***.*...\n...*.****\n....*.*..\n..*......\n....**.*.\n```\n\n\n## Output without wrap\n\n```\n**.......\n.........\n*.*..***.\n*.**.*.*.\n.*.*.*..*\n...*.***.\n..*...**.\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.*.......\n.**..***.\n*.**.*.**\n**.*.*.*.\n...*.**..\n..*...**.\n...**....\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n......**....\n*.....*****.\n*......****.\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n......*..*..\n..........*.\n......*...*.\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n......*..*..\n..........*.\n......*...*.\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.*.**.\n**.*****.**.\n*..***...*.*\n*.******.*.*\n*.*.******.*\n**.**.*****.\n```\n\n\n## Output without wrap\n\n```\n*.*....*.**.\n.......*...*\n*........*.*\n*.*......*.*\n*..........*\n*****.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.......*....\n.........*..\n..*......*..\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*.*..\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n**.*..*\n.......\n*......\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*.*..\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.\n*.*.*.*\n.*....*\n.......\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..*.\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*...\n.***\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.....\n.*.*...\n.......\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n..*....\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n..*....\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..\n**..***\n**.*.*.\n**.*.**\n..*****\n*...***\n**.*..*\n..**..*\n***..**\n```\n\n\n## Output without wrap\n\n```\n*****..\n......*\n...*...\n*......\n*.*....\n*......\n**.*..*\n...**.*\n.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n...*...\n.......\n..*....\n.......\n.*.*...\n...**..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......*...\n....*.........\n...**...*..*..\n........*..*..\n..*..*.*......\n**............\n```\n\n\n## Output without wrap\n\n```\n...*..........\n..*.*.........\n...**.........\n...**..**.....\n.*............\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..........\n..*.*.........\n...**.........\n...**..**.....\n.*............\n.*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n****\n...*\n.*.*\n.*.*\n.**.\n*..*\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n**.*\n**.*\n**.*\n**.*\n...*\n*..*\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*..**\n...*.\n.....\n.....\n...**\n*..**\n.***.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n...**\n.....\n.....\n...**\n.*...\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n...*.\n.....\n.....\n*..*.\n**...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*****\n*.*.**..*\n..*.*****\n.****..*.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n........*\n.***...**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n.*..*..\n**.****\n*...*..\n*...*..\n*.***..\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n****...\n*......\n*...**.\n*.*....\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.**....\n.***..*\n.......\n*...***\n*.*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***....\n***..*..*...\n.*****.**..*\n*..***.**..*\n*......*...*\n**.....**..*\n....***...*.\n....*...**..\n```\n\n\n## Output without wrap\n\n```\n......**....\n......***...\n.........**.\n.........*.*\n*...***.....\n**.....*....\n....*.***.**\n....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.**.\n*....*****.*\n.........*.*\n.........***\n....***...**\n*......*..*.\n*...*.*...**\n*..*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.***\n*...*\n*.**.\n*****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..***\n.**.*\n*...*\n*....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n***..\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n**.**\n.....\n***.*\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.**\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.**\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n**.....***..\n*....***.**.\n.*****..*...\n..*.*...*.*.\n.......**.*.\n....***..**.\n.*...**..*.*\n***...**.***\n*.*******.*.\n***....*.**.\n*..**.**.**.\n.*......***.\n.***..****..\n```\n\n\n## Output without wrap\n\n```\n........*...\n**.....*.**.\n*..*.*....*.\n.**.....*.*.\n.**.**..*...\n...**.***.**\n....*......*\n***.*......*\n*..........*\n....**......\n*..........*\n*..*..**...*\n**..**......\n.**....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.....\n**.....*.***\n*..*.*....**\n.**.....*.**\n.**.**..*...\n...**.***.**\n....*......*\n.**.*.......\n............\n....**......\n*...........\n*..*..**....\n**..**.....*\n.**....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n....*.\n**....\n*...**\n.*....\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**..**\n*.....\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n**..*.\n.....*\n*...*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n*..\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*..\n...*..*.*.\n..*.*.*.*.\n....*.*...\n.....**...\n..........\n.......*.*\n..*.......\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n..******..\n..*.*.*...\n......*...\n...**.**..\n....*.**..\n.....**...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*.*.\n..***...*.\n......*...\n...**.**..\n....*.**..\n.....**...\n..........\n..........\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*...*.\n....**\n....*.\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...***\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*..**.\n...**.\n....**\n....*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n***\n...\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n...\n.*.\n...\n.*.\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n*.........\n.*........\n..........\n..........\n..........\n..........\n....**....\n......*...\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n....*.....\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*.\n.**.*.*..\n..*....*.\n.......*.\n**.*.....\n.......**\n*..*.***.\n....*....\n*......*.\n.*.*..*..\n....**...\n```\n\n\n## Output without wrap\n\n```\n.*..**.*.\n*..*.....\n*...**.*.\n.*.*..*.*\n*..*...**\n.*.**....\n.*.......\n....*..**\n.........\n....*.*..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*.\n.....*..*\n....**...\n...*..*.*\n*..*...*.\n.*.**..*.\n.......**\n....*..*.\n.........\n....*.*..\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.*..*\n*..*.*\n******\n..*.**\n*****.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n*.*...\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n***...\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..*.\n....\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n...*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n*......\n.*.....\n..*..**\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n*......\n*......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**.*.\n......*....*.\n.............\n...*..*......\n.............\n.............\n........*..*.\n..*..........\n....*....**..\n.....*.......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.........*...\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*.\n*..*....\n**......\n*.......\n........\n.....*..\n**..*.*.\n..*.*...\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n*****...\n...**...\n**......\n**......\n........\n.....*..\n.*.**...\n.**.*.*.\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.\n...**...\n**.....*\n**......\n........\n.....*..\n.*.**...\n.**.*.**\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.......\n....*.*\n*.***..\n**.**.*\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n....**.\n*.*....\n......*\n***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.....*.\n....**.\n..*....\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n...*..\n.*....\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n......\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n...*.\n*..*.\n*.*.*\n..*..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.*..*\n.....\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n*...*\n..*..\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n...**\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n*.*..\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n****.*\n***.*.\n..*.*.\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n*..*..\n....*.\n*...**\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*.**\n......\n......\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...*..\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*.\n*.***....\n*.**.***.\n.**.*..*.\n```\n\n\n## Output without wrap\n\n```\n....*....\n**...*.*.\n*......**\n.*..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.*.\n**...*.*.\n**.....*.\n**..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*.*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*..*\n...**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*....*\n*....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*...*\n.*...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n.**...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.**..*\n.*...*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n....***\n**..*.*\n**.*.*.\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n....*.*\n****..*\n***.***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n....*.*\n.***...\n.**.**.\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n****.**.*\n*...*....\n.........\n.........\n.........\n.........\n*........\n*........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n*........\n..****...\n*.****...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n..****..*\n*.****..*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n....\n...*\n****\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n.*.*\n.*.*\n****\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....******\n...******.\n*.*.*....*\n*.**......\n***......*\n.........*\n*...**..**\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n.......*..\n..**...*..\n*.........\n.*......**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n*......**.\n**.....***\n****...*..\n..........\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.......*.\n........*\n.....****\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n......*.*\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n......*.*\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**..\n.**.\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..**\n......*.*\n.......*.\n.*.......\n**.*.****\n...*.....\n**......*\n......**.\n..*..*..*\n```\n\n\n## Output without wrap\n\n```\n.......**\n......*.*\n.*.....**\n*.*...*.*\n*.**..*.*\n......*.*\n.....*...\n........*\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*.*\n*...*.*.*\n.......*.\n.**...*..\n****..***\n.*....*..\n*....*..*\n....***..\n..**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n..**..\n.....*\n...***\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n...*..\n.**..*\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*.**.*\n..*...\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..\n.......**.\n.....***..\n....***..*\n*....**..*\n```\n\n\n## Output without wrap\n\n```\n......***.\n.....**.*.\n....**....\n...**.....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..\n....***.*.\n....**..*.\n*......*..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*...\n...*..........\n**.*..*.......\n.....*.......*\n..............\n...........*..\n..........*.*.\n```\n\n\n## Output without wrap\n\n```\n..............\n...*..........\n...*..........\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.*.*..........\n...*..........\n.*............\n..............\n..............\n..........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n...*.*\n..*..*\n*.*...\n*.....\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.*...*\n.****.\n......\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n******\n*....*\n*.*...\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.***\n*********\n***.*****\n*.**.****\n**.******\n*.**.****\n**.******\n*********\n****.***.\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n*........\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n....*...\n........\n........\n........\n........\n........\n........\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....**..\n........\n........\n........\n........\n........\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n*****\n***.*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n....*\n....*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n.....\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n*.......*.\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n........*.\n........*.\n........*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n......*..*\n......*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n.**....\n**.....\n....*..\n.......\n...*...\n```\n\n\n## Output without wrap\n\n```\n.***...\n*..*...\n***....\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n*..*...\n***....\n.*.....\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n***.\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n*.*.*.\n.**...\n.**..*\n...**.\n....**\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.....\n*.....\n.*..*.\n..**..\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*....*\n.....*\n**..*.\n*.**..\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.***\n....\n*...\n***.\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n...*\n.*.*\n.**.\n*...\n*.**\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n****\n*..*\n*.*.\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n*..**...\n.*.*..**\n*....*..\n**...*..\n.**...**\n..*.....\n```\n\n\n## Output without wrap\n\n```\n...**...\n.....*..\n****.**.\n*.*.**..\n*.*..*..\n*.*...*.\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n*....*.*\n.***.***\n..*.**..\n..*..*..\n..*...**\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.***\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n....\n....\n....\n.***\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n***\n...\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.**\n...\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n***\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*....**\n*....*.\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*....*.\n*....*.\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..***\n.*....**..\n**..*....*\n*..**.**.*\n```\n\n\n## Output without wrap\n\n```\n.**...***.\n...*.***.*\n*****.....\n**.***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*....*\n...*.***..\n.****....*\n....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n*.*\n*.*\n*.*\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n*..\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n....**.*\n.*......\n......**\n.**.....\n**.....*\n*...**.*\n...*..**\n```\n\n\n## Output without wrap\n\n```\n.....***\n.....*.*\n.....*.*\n.**.....\n***...**\n*.*...*.\n**..**.*\n....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n.....*.*\n*....*.*\n***.....\n.**...*.\n..*...**\n.*..**..\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*....\n***..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n....*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*..**\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*...*\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*.*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*...*..*\n........\n........\n........\n........\n*...*...\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n........\n........\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n......*.\n........\n........\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n....*...\n........\n........\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***........\n**...*.....*.\n....*.*.**..*\n.....*...*...\n.*....**....*\n..**.*.*..*..\n*...*..*.....\n....*...*....\n......*......\n**........*..\n```\n\n\n## Output without wrap\n\n```\n.****........\n.**..*.......\n....*.*.***..\n.....*...*...\n..*.**.**....\n.*****.**....\n....*****....\n.....*.*.....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.......*\n***..*......*\n*...*.*.***.*\n*....*...*...\n..*.**.**....\n******.**....\n....*****....\n.....*.*.....\n.............\n.***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..*\n***.****\n****....\n...**..*\n**.****.\n....*...\n......*.\n....**.*\n***...**\n.*......\n*..*....\n.*****..\n*..***.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*..*\n....****\n*......*\n......*.\n..*...*.\n...**.*.\n....*.*.\n.*...*.*\n***..***\n........\n*..*....\n**...**.\n.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....***.\n........\n......**\n*.*...**\n...**.**\n....*.*.\n.*...*..\n.**..***\n........\n*..*....\n.*...***\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n..****\n*..***\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.....*\n..**..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...**.\n..*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n*..*..\n*.*..*\n*.....\n.*.*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n*.....\n*.*...\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*..*.*\n*....*\n*.*..*\n***...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n.*....\n......\n..*.**\n*.**..\n```\n\n\n## Output without wrap\n\n```\n****..\n**.*..\n......\n.**.*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n**.*..\n......\n.**.**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........**\n....*.*..*..\n....**......\n............\n......*.....\n......*..*..\n......*.***.\n......**....\n......*.*.**\n....*......*\n```\n\n\n## Output without wrap\n\n```\n..........*.\n....*.....*.\n....**......\n.....*......\n............\n.....**.***.\n.....**.***.\n.....**....*\n.....**...**\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....**\n....*.....*.\n....**......\n.....*......\n............\n.....**.***.\n.....**.***.\n.....**....*\n.....**...**\n*........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.**\n*.*.*****\n*********\n..*.*****\n***.****.\n****..***\n*****.**.\n*..******\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****...*\n.*.*.*.*..\n..*.......\n..........\n..........\n..........\n.*.......*\n*.........\n.*.......*\n.*.***....\n```\n\n\n## Output without wrap\n\n```\n.***.**...\n.*...**...\n..*.......\n..........\n..........\n..........\n..........\n**........\n***.*.....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n**...**...\n..*.......\n..........\n..........\n..........\n*.........\n.*.......*\n.**.*.....\n.*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n.*..\n..*.\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n...*\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.*..***\n..*.***.**.*..\n*****..*.....*\n*.**..*....**.\n..**...***.*..\n..*...***..*..\n.....****.....\n...**...*.....\n**.*....*.....\n**..**.*......\n***.*..***....\n.*.***..*.*..*\n....***...****\n.*...**..***..\n```\n\n\n## Output without wrap\n\n```\n...**.*.*****.\n..*...*.****.*\n*......**.**..\n*.....*...***.\n.........*.*..\n..**.*....*...\n...***...*....\n..*****.**....\n**.*.*.**.....\n....****.*....\n.......*.*....\n**......*.*..*\n..**...*.....*\n....*.*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*.....\n..*...*.****..\n*......**.**.*\n*.....*...***.\n.........*.*..\n..**.*....*...\n...***...*....\n..*****.**....\n**.*.*.**.....\n....****.*...*\n.......*.*...*\n.*......*.*..*\n..**...*.....*\n*........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**...\n..*..\n.....\n.*.*.\n.....\n.....\n...*.\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**...\n.*...\n..*..\n.....\n.....\n.....\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**.**.\n..****.*..*\n*.****.****\n*****...**.\n*****.*****\n*****.**.**\n..*********\n```\n\n\n## Output without wrap\n\n```\n.*...*****.\n..........*\n*......*..*\n...........\n......*....\n*..........\n..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........\n...........\n.......*...\n...........\n......*....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n..*..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n.*..\n..*.\n....\n..*.\n..*.\n....\n....\n.*..\n*..*\n**..\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n.*..\n....\n....\n....\n....\n....\n....\n*...\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n*.**\n.*..\n....\n....\n....\n....\n....\n...*\n..*.\n**.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n**.***\n*****.\n.****.\n***..*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n......\n......\n.....*\n.....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**..*\n....*\n***.*\n...**\n*.***\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n*...*\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n*....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n....***\n.....*.\n.......\n.......\n.......\n**.....\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*..\n....***\n.......\n.......\n.......\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n....*..\n....***\n.......\n.......\n.......\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...***.\n***....**.\n.......**.\n...*...**.\n..*....**.\n```\n\n\n## Output without wrap\n\n```\n*.*...*.*.\n*.*......*\n.**...*..*\n......*..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*...\n*.*.......\n.**...*...\n......*..*\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n*.*.\n.**.\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n*...\n*.*.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**.*\n.*.....**\n*....*.*.\n*......*.\n.....**..\n.........\n**...**..\n.........\n**......*\n```\n\n\n## Output without wrap\n\n```\n......*.*\n**...*..*\n**.....*.\n.....*.*.\n......*..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n.*...*...\n**.....*.\n.....*.*.\n......*..\n.........\n.........\n........*\n.*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n***..\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n**...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n..**.....\n.**......\n***......\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.........\n*........\n*..*.....\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.........\n*........\n*..*.....\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*....\n....*...*.\n..**......\n..........\n*........*\n..........\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n...*......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n...**.....\n...*......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*...*\n**...*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.**..*\n.**..*\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*****\n***.******\n*******...\n..*****.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n...*..\n*.....\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n***.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n...***\n***.**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**\n.***.*..\n***.....\n.*......\n......*.\n........\n........\n........\n........\n........\n........\n**.***..\n...*....\n*..*....\n```\n\n\n## Output without wrap\n\n```\n...****.\n*....**.\n*..*....\n***.....\n........\n........\n........\n........\n........\n........\n....*...\n..***...\n**.*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***\n.....***\n*..*....\n***.....\n........\n........\n........\n........\n........\n........\n....*...\n..***...\n**.*....\n..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n....*.\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..***.\n........*.*.\n.**.**...*.*\n............\n............\n........*...\n.****.......\n.........***\n............\n```\n\n\n## Output without wrap\n\n```\n........*.*.\n....**..*..*\n.........**.\n............\n............\n..**........\n..**.....**.\n..**......*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*.\n....**..*..*\n.........**.\n............\n............\n..**........\n..**.....**.\n..**......*.\n........*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n*.*\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*\n.**.*..\n****...\n..****.\n***....\n.****..\n```\n\n\n## Output without wrap\n\n```\n..*..*.\n....**.\n*....*.\n....*..\n*....*.\n*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n....***\n*....*.\n....*.*\n*....*.\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n******.\n**.**.*\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n**.**.*.*\n***...***\n.******.*\n**....***\n*******.*\n.**.*.***\n*********\n*********\n.******..\n**.******\n***.....*\n```\n\n\n## Output without wrap\n\n```\n*.....*.*\n.........\n........*\n...**....\n........*\n....*....\n.........\n.........\n........*\n.........\n........*\n*.*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.........\n.........\n...**....\n.........\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n**.\n*.*\n*.*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n*.*\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*..\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n....*\n*..**\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*...\n**.....*....\n.*.........*\n**.........*\n............\n............\n............\n.......**...\n.......**...\n........*...\n....****.**.\n.....*.****.\n```\n\n\n## Output without wrap\n\n```\n......**....\n**....**....\n..*.........\n**..........\n............\n............\n............\n.......**...\n.........*..\n.....*......\n....**....*.\n....**.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n**....**....\n..*........*\n.*.........*\n*...........\n............\n............\n.......**...\n.........*..\n.....*......\n....**....*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n***..\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n*....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**.\n.*.......\n**....***\n..*......\n......**.\n.........\n.........\n*......**\n.........\n```\n\n\n## Output without wrap\n\n```\n**.......\n..*.....*\n***....*.\n.*......*\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n..*......\n***....**\n**.......\n.........\n.........\n........*\n........*\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n*.*.**\n***..*\n**....\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n.***.*\n......\n..*...\n.**...\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.**.*.\n.**.**\n..*.**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*******\n***.*.***\n*********\n*********\n********.\n*********\n*****.***\n*****.***\n*********\n```\n\n\n## Output without wrap\n\n```\n..*.*...*\n*........\n.........\n.........\n.........\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n*..**\n*.*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.*..*\n.*.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n...*.\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n.......*\n........\n..***...\n.**..*..\n..*..*..\n....**..\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...**...\n.*.**...\n*....**.\n**.*..*.\n.*.****.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n*.......\n...**...\n.*.**...\n*....**.\n**.*..*.\n.*.***..\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.......\n**........*\n..*...*.*..\n......*.*..\n......*.*..\n........*..\n..***......\n*........**\n```\n\n\n## Output without wrap\n\n```\n***........\n*..........\n........**.\n.......*..*\n......*..*.\n.........*.\n..***......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.......\n*.*........\n**......**.\n.......*...\n......*..*.\n..........*\n*..**....**\n*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n...*....\n..*.*...\n.*.*....\n..*.....\n........\n........\n........\n........\n........\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...*....\n..*.*...\n.*.*....\n..*.....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n...*....\n..*.*...\n.*.*....\n..*.....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*.....\n....*.....*.\n............\n...*..*.*.*.\n.*.......*..\n...*........\n*.*....*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n........***.\n.**.........\n.**.........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*........\n..*.........\n............\n........***.\n.**.........\n............\n*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n***.*\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n...*...*..\n........**\n........*.\n..........\n..........\n.......*..\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......***\n.......*..\n.......*.*\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......***\n.......*..\n.......*.*\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*.....\n******......\n.*.**.*.....\n.**......*.*\n.**......*.*\n....***.....\n....*....***\n*....*......\n```\n\n\n## Output without wrap\n\n```\n*...........\n......*.....\n............\n*...........\n.***.*......\n...***...*.*\n....*.*...*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....*\n......*.....\n............\n............\n.***.*......\n*..***...*.*\n....*.*...**\n**.*.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.*.*.**\n...*...***.*..\n.....*..**..*.\n****......**.*\n****..***...*.\n.**..*..***.*.\n.*.*..*.**..**\n**.........***\n*.**.*.**.*.**\n..**.**..****.\n*.*.*...*...**\n```\n\n\n## Output without wrap\n\n```\n..*.....*.***.\n..*...*....*.*\n.*.**..*....*.\n*..**.*...**.*\n....*.***...**\n....**....*.*.\n.......**.....\n*..**.*...*...\n*..*.*.**.....\n.....**...*...\n.**.**...**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......*...\n..*...*....*.*\n**.**..*....**\n...**.*...**..\n....*.***...*.\n....**....*.*.\n.......**.....\n...**.*...*...\n...*.*.**.....\n.....**...*...\n*...*.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***......\n...*.....*\n.........*\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..**......\n...*......\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*......\n*..*......\n*.*.......\n**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n..*.\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n*..*\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.***\n*...\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.********\n**.*****.*\n**.*******\n**.***.***\n***.**...*\n******.*.*\n*.********\n...***.***\n********.*\n**.*.****.\n*********.\n**.***.***\n**..****.*\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.**.\n*.*.******\n.***..**.*\n********.*\n.******.*.\n*******..*\n.****.****\n**...****.\n**********\n.*.*..**..\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n........**\n.........*\n........**\n.........*\n..........\n..........\n..*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n*......*\n........\n........\n..**....\n..**....\n..**....\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n..**....\n..**....\n..*.*...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n........\n........\n........\n..**....\n..**....\n..*.*...\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n**..\n..**\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n..*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n****\n..**\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n****\n....\n....\n....\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n.**.\n....\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n****\n****\n....\n....\n*..*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n......**\n.......*\n....****\n*...*..*\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n........\n....**.*\n....*..*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......**\n*.......\n....**..\n....*...\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.\n....**.\n**....*\n***.***\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*..***\n*..*..*\n..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n*......\n..**...\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n...*\n....\n.**.\n.**.\n....\n....\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n..*.\n..*.\n.**.\n.**.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n***.\n..*.\n..*.\n.**.\n.**.\n....\n....\n****\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n....*\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*....\n*....\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n.*.*.***\n..*.....\n..*.*...\n.**.**..\n....***.\n.**.**..\n*.*.....\n***.***.\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n.*.*....\n.**....*\n....*...\n.***..*.\n...*..**\n.*....**\n*...*.*.\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n**.*...*\n..*.....\n....*...\n.***..*.\n...*..**\n**....*.\n*...*...\n*******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..***.\n*.**.*\n**....\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.....*\n*.....\n*..**.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n*....*\n...**.\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n***.......\n*.*.......\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n***.......\n*.*.......\n*.*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n*.*.......\n*.*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n......**.\n......**.\n......**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......**.\n.....*..*\n.....*..*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*****\n*...*****\n*...*****\n*...*****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*....\n****.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.....***\n.....*.*\n.......*\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*.*\n.....*.*\n......*.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n*....*.*\n*....*.*\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n****\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n***.\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n**..*\n..***\n*****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.****\n.*...\n.....\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*****.\n*.*..*\n.**..*\n*..*..\n....**\n...**.\n..*...\n..*.*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n*..**.\n*....*\n.*...*\n.....*\n...*.*\n..*.**\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n*...**\n**....\n.*...*\n...*.*\n..*...\n..*.**\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***...*****\n..**........*\n........*...*\n.......**....\n.*...........\n**..*........\n.*.**...***.*\n```\n\n\n## Output without wrap\n\n```\n.**......**.*\n.**....**.*.*\n.............\n.......**....\n***.....*....\n....*........\n*...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**....\n........*....\n.............\n.......**....\n***.....*....\n***.*........\n....*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n........\n........\n........\n........\n..***...\n*.*.....\n*..**...\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...*....\n.***....\n..*.....\n*.**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n........\n........\n........\n...*....\n.***....\n..*.....\n*.**....\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.......\n.......\n.....*.\n....**.\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....**.\n...*..*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....**.\n....**.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..**.\n******.***\n****.***.*\n**********\n*********.\n*****.****\n```\n\n\n## Output without wrap\n\n```\n*....***.*\n.........*\n..........\n.........*\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n***.\n...*\n*..*\n***.\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n****\n*..*\n*..*\n***.\n.*..\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n***.\n.*..\n....\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.*....\n......\n......\n......\n......\n......\n...*..\n.**.*.\n...**.\n.....*\n*.....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n......\n..**..\n..*.*.\n..****\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n.*....\n......\n......\n......\n......\n......\n..**..\n..*.*.\n..****\n....**\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n**.*..***\n***.****.\n.*****..*\n```\n\n\n## Output without wrap\n\n```\n....*....\n....*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n.*.......\n.........\n.........\n.........\n.....*...\n**.......\n```\n\n\n## Output without wrap\n\n```\n*.*......\n*.*......\n.*.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....\n.**......\n.*.......\n.........\n.........\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*.*.**\n......\n...**.\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*..\n.....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.**.*\n......\n......\n....*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n****.*\n******\n**.***\n*.****\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.....*\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*.*\n*.**.\n.....\n..*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n.***.\n.***.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n....*\n.****\n.***.\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n**..\n.*..\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*...\n..*.\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n***.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****..\n.***....\n.....*..\n........\n.....*..\n.*.*....\n..*.....\n........\n**..*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n........\n........\n........\n........\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**..\n.*......\n........\n........\n........\n........\n.**.....\n.*.*....\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*....\n..*..\n.*...\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n.*.......*\n..*.......\n**........\n*.*....*..\n*..*....**\n..*.**.*.*\n..*.*....*\n*****...**\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n*.*.......\n*.*.......\n*.*.....*.\n..***.**.*\n.**.**...*\n.........*\n.**.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.**.......\n..*.......\n*.*.......\n..*.....*.\n*.***.**..\n.**.**....\n..........\n*...*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..\n***...**.\n*..*.*..*\n.......**\n......**.\n.*...*...\n**...****\n...**..**\n.........\n**...**.*\n```\n\n\n## Output without wrap\n\n```\n.*...*.*.\n*....*..*\n......*.*\n........*\n......*.*\n*.*..*..*\n*.*..****\n.*.*....*\n....*.**.\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n.***..*..\n.*....*..\n.......**\n*.....***\n***..*.*.\n.**..**..\n...*.....\n*.......*\n**..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*........\n.............\n............*\n.............\n.............\n....*.*......\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.....*.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..*......\n..**.....\n.........\n.......*.\n.......**\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n.........\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n.........\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**...\n...**...\n...*...*\n***...**\n***..*..\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*.....\n.*.**.**\n*..*..**\n*.*..*.*\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n..*.....\n.*.**.**\n...*..*.\n..*..*..\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n.*.\n*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n*..\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**.**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n***..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n.**.........\n.*..........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n.**.........\n.**.........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n.**.........\n.**.........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n......\n*.*...\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n....*..*\n....**.*\n*..***..\n.*.*...*\n**.*...*\n........\n**.....*\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n........\n...**..*\n........\n..**.*..\n.*.*..*.\n**......\n..*.....\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*.\n...**..*\n*......*\n*.**.*.*\n.*.*..**\n.*.....*\n..*.....\n.*.....*\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n....*\n....*\n*...*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.*...\n....*\n*..*.\n**.*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.\n......**..\n......****\n....*.***.\n**...*..**\n*...*.*..*\n..*......*\n...*....**\n**.....**.\n*....***..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n**........\n**..*...**\n.**......*\n***......*\n......*..*\n**.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n........**\n..........\n..........\n..........\n....*.....\n..*.......\n***.......\n..........\n**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n......\n*.*...\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n......\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...***\n......\n*..***\n```\n\n\n## Output without wrap\n\n```\n.....*\n....**\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*.....\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*...**\n..***.\n....*.\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n......\n.....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**..*.\n......\n......\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***.\n..*.*..*\n..*..**.\n...*...*\n..*.....\n...**..*\n........\n...**..*\n...*...*\n...*...*\n*..*....\n....*...\n**.*....\n```\n\n\n## Output without wrap\n\n```\n.*..***.\n..*.*..*\n..*.****\n..**..*.\n..*.*...\n...*....\n........\n...**...\n..**..**\n..***...\n...**...\n*****...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.***.\n..*.*..*\n..*.****\n..**..*.\n..*.*...\n...*....\n........\n...**...\n*.**..**\n*.***..*\n...**...\n*****...\n****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..*..\n..**...**.\n.......*..\n.......**.\n.*....*.*.\n*.*...*...\n***.*.*..*\n```\n\n\n## Output without wrap\n\n```\n..*....**.\n..**..***.\n......*...\n......*.*.\n.*....*.*.\n*.**..*...\n*.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****.*\n..**..***.\n......*...\n......*.*.\n.*....*.**\n..**..*...\n*.*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n...\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n***\n...\n.**\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n..***..\n..*.*..\n....**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n..*.**.\n..*....\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*.**.\n..*....\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.*.\n..**.****\n**...*.*.\n*..*.****\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.**\n...*.*..*\n**.*.....\n**..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n...*.*...\n.*.*.....\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...**..\n.....**...\n***..*....\n.....*....\n*.....*.**\n*...*.*...\n....**..**\n```\n\n\n## Output without wrap\n\n```\n.....***..\n*.*..*.*..\n.*..**....\n*....**...\n......**..\n....*.*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..***\n*.*..*.*..\n.*..**....\n.....**...\n*.....**.*\n*...*.*...\n**.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n...*\n...*\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...\n***.*****.\n*........*\n*.**..*...\n.****.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.**.*...\n**.**.***.\n*...*...*.\n*...**.*..\n.*..**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n**.**.***.\n....*...*.\n*...**.*..\n.*..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****..**\n*******.**\n*.**.***.*\n.***...***\n```\n\n\n## Output without wrap\n\n```\n*.....****\n*.........\n*.........\n.*.**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n..**..\n..**..\n.**.**\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*....*\n...**.\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n..**..\n***.**\n**.**.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n**....\n*.**.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...\n......***...\n........*...\n....*.*.....\n...***......\n..**.*......\n..**........\n............\n```\n\n\n## Output without wrap\n\n```\n........**..\n........**..\n....**.***..\n...**.**....\n...***......\n..*.**......\n...**.......\n...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..\n........**..\n....**.***..\n...**.**....\n...***......\n..*.**......\n...**.......\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*.**..\n**.***\n******\n.***.*\n*****.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*.....\n.....*\n......\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*.....\n......\n***...\n***...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*....\n*....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.\n.*........*.\n...........*\n..........*.\n............\n.*........*.\n.....**.....\n**.........*\n............\n```\n\n\n## Output without wrap\n\n```\n............\n..........**\n..........**\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*.\n..........**\n..........**\n............\n............\n............\n*...........\n.*..........\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.*.\n*.**\n*..*\n..**\n***.\n*.*.\n...*\n..**\n..*.\n**..\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n..**\n.***\n....\n*.**\n*.**\n.*..\n.*..\n.*..\n...*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n....\n....\n....\n.*.*\n*...\n*...\n..*.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********..\n*********.\n*.********\n.****.****\n*.********\n**********\n***.******\n********.*\n**..***.**\n**.*.**.**\n********.*\n*********.\n```\n\n\n## Output without wrap\n\n```\n*.......*.\n.........*\n*.........\n*.........\n*.........\n..........\n..........\n..........\n..........\n..........\n.........*\n*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n****.\n*....\n*.*.*\n***..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n*..*.\n*.**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***.*\n.....\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.***.\n.*...**.*.\n.*.....**.\n.**....**.\n*.*.*.**.*\n***.*.*.**\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.....*...*\n**.......*\n*.**.....*\n*.....*..*\n*.*...*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n.....*...*\n**.......*\n..**......\n......*...\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n......\n.....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n**.*.*\n****.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n*..*.*\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n...*..\n...*.*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n.....**.\n....*...\n.....**.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.*.\n...***....\n*****.*..*\n.**..*..**\n.*.***...*\n***...*...\n..*******.\n.*.*.....*\n***...*...\n*..**.*.**\n```\n\n\n## Output without wrap\n\n```\n...*......\n.*....**..\n*.....*.**\n......*.**\n...****.**\n*.......*.\n*...*****.\n*.......*.\n*...**.***\n*.**.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.*.\n**....**.*\n......*.**\n......*.*.\n...****.**\n*.......**\n....******\n........**\n....**.**.\n*...*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*...\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.***.\n***.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n*.*.\n*.**\n*.*.\n*.*.\n*.*.\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n*.**\n*.**\n*...\n*.**\n*.*.\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n*.*.\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*.\n.**.**..\n.**.**..\n.*...*..\n*....***\n*......*\n.....***\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n.*...*..\n*.......\n..*...*.\n*.*.....\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.*....*.\n**....*.\n.**...**\n***.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n.....**\n.......\n.......\n.......\n.......\n.......\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.....**\n.......\n.......\n.......\n.......\n.......\n.....**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n....*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....*.\n...*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.....\n.*.....\n*.....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n**.\n...\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n***\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n**.\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n.*..**..\n.**.***.\n.***...*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n......**\n.******.\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n..**.*..\n......*.\n.....***\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*\n****.**\n*..**..\n..**.*.\n*..*.*.\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n*.....*\n*....**\n***..*.\n.*.*..*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*.....\n***...*\n*.....*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n......*...\n.***......\n..*...**..\n...*...*..\n....*...*.\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n.***......\n.*.*..**..\n.*.*.*....\n.........*\n......*...\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n.***..*.*.\n.*.*..**..\n.*.*.*....\n.........*\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.....*...\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n...........\n.....***...\n*.*.*......\n*.*.*.*....\n...........\n...........\n...........\n......*....\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n......*....\n.....***...\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......*....\n.....***...\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*..*.*\n***...\n.*....\n.****.\n*....*\n```\n\n\n## Output without wrap\n\n```\n****.*\n.....*\n*.*...\n......\n*****.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..*..*\n......\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*.*...\n.**.**\n***...\n*.*.**\n.....*\n......\n......\n......\n*....*\n*....*\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n......\n*.....\n*.****\n....**\n......\n......\n......\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.**.*\n.....*\n......\n..***.\n*...**\n......\n......\n......\n*....*\n.....*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n***\n**.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n.....\n.....\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....*.*.\n........***..\n........*.*..\n...*....***..\n.**.*......*.\n*...**...****\n*...*...**.**\n```\n\n\n## Output without wrap\n\n```\n........**...\n.......****..\n..**...***.**\n.****..******\n.**..*.**.**.\n.*....**.....\n....**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......*\n..**......**.\n..**...***.**\n..***..******\n.**..*.**.*..\n..*...****...\n..*..*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........\n...**......\n.*..*......\n*........**\n..**.......\n.........*.\n*....*...**\n**...*....*\n**..*.*....\n```\n\n\n## Output without wrap\n\n```\n..***......\n..*........\n.*.........\n..***......\n..*......**\n........*..\n.....*..*..\n....***..**\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.....\n*..........\n..........*\n.****....*.\n***......*.\n........***\n.....*..***\n....***..**\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*\n..**....\n..*..***\n..*.**.*\n..*.*..*\n...***.*\n.***.*.*\n*.*..*.*\n***.**.*\n.*.**..*\n```\n\n\n## Output without wrap\n\n```\n.**.....\n..**...*\n.**..*.*\n.**.*..*\n..*....*\n.*...*.*\n.*...*.*\n*....*.*\n*....*.*\n**.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..*\n..**....\n.**..*.*\n***.*..*\n*.*....*\n.*...*.*\n.*...*.*\n.....*..\n.....*..\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n.*..***...\n**.....***\n.**.*..**.\n.**.*.**..\n*.*..***.*\n*.*..*.**.\n*.....*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..****....\n**.******.\n*..**....*\n.....*...*\n*...*.....\n*.*.*.....\n*....*..*.\n.*....**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****....\n.*.*******\n...**....*\n.....*....\n....*....*\n*.*.*....*\n*....*..*.\n.*....**.*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..*.....\n........\n..*....*\n.*...*..\n.*..*...\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n***.....\n***.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.*......\n*.*.....\n*.*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n....*.*....\n.....*.....\n.....*.....\n..........*\n.**.*......\n*.*.*......\n..*........\n....**.....\n.***.......\n...***.....\n.**........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....***....\n....***....\n.....*.....\n...........\n.**........\n..**.......\n.*****.....\n.*****.....\n...*.......\n..*.*......\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n...........\n....***....\n....***....\n.....*.....\n.*.........\n.**........\n*.**.......\n.*****.....\n.*****.....\n...*.......\n..*.*......\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.*...........\n...........**\n*...**.***.*.\n***.....*...*\n.*...****.*..\n.*......*....\n....*.*.*....\n.*.*..*..*...\n*...*........\n...*.........\n.......*..*..\n.....*..*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n........*.***\n*......*****.\n*.*.*.....**.\n......*.*....\n........*....\n..*..*..**...\n...**..*.....\n..***........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n*.......*.***\n.......*****.\n..*.*.....***\n......*.*....\n........*....\n..*..*..**...\n...**..*.....\n..***........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n..**.***.\n......**.\n.*.....*.\n***.*.***\n....*....\n*......*.\n```\n\n\n## Output without wrap\n\n```\n......*..\n.***.*.*.\n..****...\n*....*..*\n...*....*\n*..*.*..*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...***\n*.**...*.\n..****...\n.....*...\n*..*...**\n**.*.*..*\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n..*.\n.**.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.**.*\n..**.\n*...*\n.****\n..*..\n...**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n..*.*\n....*\n.**.*\n.*...\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n..*..\n*....\n.**.*\n**...\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n.**\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n.....\n*....\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n.*...\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n.***...\n***....\n.**.*..\n.****..\n```\n\n\n## Output without wrap\n\n```\n...**..\n*...*..\n*......\n....*..\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...*..\n*......\n....*..\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..***\n*.**....*\n*.*.**..*\n*.**.****\n```\n\n\n## Output without wrap\n\n```\n......***\n**..***.*\n.*......*\n....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n....***..\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n.*****.\n**.****\n******.\n*******\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*\n...*.....\n..*..*...\n.*...*...\n*........\n*.....**.\n**.......\n........*\n........*\n*..**..**\n```\n\n\n## Output without wrap\n\n```\n.........\n..***....\n..*.*....\n.*.......\n**....*..\n*........\n**.....*.\n.........\n........*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...**\n..***....\n..*.*....\n.*.......\n**....*.*\n*........\n**.....*.\n........*\n.........\n*..**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**.**.\n*.*..*\n...*..\n.**...\n......\n.**...\n..*...\n*....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n******\n*.*...\n...*..\n..*...\n......\n.**...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.****.\n*.*..*\n*..*..\n..*...\n......\n.**...\n*.*...\n*....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n.......**.\n..........\n.....**...\n....****..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......**..\n....*..*..\n....*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*.\n..........\n......**..\n....*..*..\n....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*.**.\n**..*\n.*..*\n.****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*...*\n....*\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n.....\n.....\n.*..*\n.*...\n**.*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n***..\n***..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n*....\n..*.*\n***..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*..*.\n..*.*\n*.*.*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n..*.*\n..*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.****\n..*..\n*.*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**..\n...***..*\n.*..*.*..\n*..******\n*.*.....*\n..**.**..\n```\n\n\n## Output without wrap\n\n```\n..***.*..\n..***.**.\n....*...*\n..*.....*\n....*..*.\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..**\n..**.....\n.*..*....\n..*......\n.......*.\n.***..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....**.\n*..*......\n.*.*......\n..**......\n..........\n..........\n..........\n..........\n........**\n.......***\n**.****...\n******....\n*.....*...\n```\n\n\n## Output without wrap\n\n```\n.*........\n*..*......\n.*.**.....\n..**......\n..........\n..........\n..........\n..........\n.......*.*\n....****.*\n*.....***.\n..........\n*.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..\n*..*.....*\n.*.**.....\n..**......\n..........\n..........\n..........\n..........\n.......*.*\n....****..\n......***.\n.........*\n*...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**..**.\n...*.**..*.\n*.*.*..*.*.\n.....*.**..\n*..*..****.\n.*.***.....\n*.*...***..\n```\n\n\n## Output without wrap\n\n```\n...****.***\n..*.......*\n.*.....*.**\n.....*..*..\n*..........\n*.......*..\n**....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n*....***.*.\n**.....*.**\n.....*..***\n.........*.\n....****...\n......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n..**....\n.***....\n........\n........\n........\n........\n........\n........\n.**.....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*....\n..*.....\n..*.....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.....\n..*.....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n..*.*.\n*.*..*\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*.....\n.**.*.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n.**.**\n.***..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n***.....\n**.***..\n..***...\n.....*..\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.***....\n*.***...\n*...*...\n.****...\n..**....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n*.***...\n*...*...\n.****...\n..**....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*..*..\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*...\n***...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.*...\n***...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......*.\n.....*..\n**.***..\n..******\n*.....*.\n*..*....\n*......*\n******.*\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*....*.\n*.*...**\n..*...**\n*.*...**\n*.****..\n*.**....\n**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.....**\n**....**\n..*.....\n*.*....*\n*.*.....\n********\n..**...*\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.*.*.\n.**..\n.....\n..**.\n..**.\n.....\n....*\n..***\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n.**..\n.*.*.\n..**.\n..**.\n...*.\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*..*.\n.**..\n.*.*.\n..**.\n..**.\n...*.\n....*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...**.\n....*........\n.......*.....\n....*..****.*\n.....*.......\n......*.....*\n.......**...*\n.........*..*\n```\n\n\n## Output without wrap\n\n```\n.....**......\n.....**......\n.....*...*...\n.....*.......\n.....*...**..\n.....*...****\n......*.*....\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.**.\n.....**...*..\n.....*...*...\n.....*.......\n.....*...**..\n.....*...***.\n*.........***\n*.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n***.\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*.*.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n***.\n***.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n..*...\n.***..\n.**...\n..***.\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n...**.\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...**.\n...**.\n...**.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....*....\n...*.....\n...**.*.*\n........*\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*.....\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******..\n*..*...**\n***...*.*\n...*..*.*\n...***.*.\n...**.**.\n*...**..*\n.*.***.*.\n*..***.**\n```\n\n\n## Output without wrap\n\n```\n.*******.\n........*\n**.*....*\n*..*....*\n..*.....*\n.......**\n..*.....*\n......**.\n..**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*......\n**.*...*.\n.*.*.....\n*.*.....*\n**.....*.\n*.*....**\n***....*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n.......**\n.*....*..\n*....*..*\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....***.\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**..\n.....***.\n......*..\n*....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..***\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..***\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n..........\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n..........\n........**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n.......****\n.*....*.**.\n**..**....*\n.*........*\n*...*......\n.*.****..*.\n.**.****.*.\n.***..**...\n..*..*....*\n.*........*\n.........*.\n```\n\n\n## Output without wrap\n\n```\n.......***.\n.....**.**.\n*.*..**....\n..*........\n.....*.....\n...***.....\n...*.......\n**.........\n.......*...\n.......***.\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*....***...\n.**..**....\n.**........\n.....*...**\n...***.....\n...*.....*.\n.........*.\n.......*...\n*......***.\n..........*\n*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n......*\n...*...\n.**.**.\n.***...\n***....\n.......\n*.*....\n..**...\n*......\n*.**..*\n.......\n....**.\n....***\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....**.\n..****.\n.*..*..\n....*..\n*..*...\n*.*....\n.***...\n..**...\n.......\n.*.....\n...***.\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....**.\n..****.\n.*..*..\n....*..\n*..*...\n*.*....\n.***...\n..**...\n*.....*\n**....*\n...****\n....*.*\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*..\n...\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n.....*..\n........\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....**.\n........\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**..\n.......**..\n.......**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......**..\n......*..*.\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*.\n......*..*.\n......*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***..\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**...\n**.**\n***.*\n.****\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*..*\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*..*\n.*...\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n..****\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..*..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n..*..*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.***.\n**...\n*.**.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n***..\n*....\n*.**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n*....\n*.**.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n**..*\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n*.***\n*...*\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**...\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n...***\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.*.\n*.*\n.*.\n...\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*.*\n*....***.*\n**...*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n*...**.*.*\n**...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.*..\n....**.*..\n.*..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n**............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n******\n*.***.\n**.***\n.**.*.\n.*****\n**..**\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*..\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*..\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*.**\n*..**\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.**.*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n**..*\n.**..\n.***.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n....*.*.\n*.....*.\n*.....*.\n..**...*\n...****.\n```\n\n\n## Output without wrap\n\n```\n....*...\n....*.*.\n......**\n..*.....\n.*.....*\n..*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n......**\n*.....*.\n***...*.\n***..*.*\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**.*\n...*\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n**.*\n....\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.*.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n...*.\n..*..\n.....\n..*..\n*.*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n.....\n.....\n.....\n.....\n*****\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n*.***\n.*.*.\n...**\n...*.\n...**\n*...*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n*...*\n.*...\n..**.\n..*..\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n*..*.\n**...\n..**.\n..*..\n.*..*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...*.\n.....\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...*.\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n...*.\n*.*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n**..\n....\n*.*.\n..*.\n....\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n*...\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n*...\n*..*\n.*.*\n.*.*\n....\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n******\n*.**.*\n..****\n****.*\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*....*\n*.....\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...*..*..*.\n..........*\n..........*\n...........\n...........\n*..........\n.........*.\n....*......\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n**.*.*\n...*.*\n.*.*.*\n...*.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n***...\n**.*.*\n**.*.*\n...*.*\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*.*\n...*.*\n*..*.*\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n....\n....\n....\n..**\n..**\n....\n.*.*\n.*.*\n*..*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n...*\n....\n**.*\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n..**\n..**\n*..*\n....\n.*.*\n*.**\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*.*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n*.*\n*.*\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****...\n........**\n....*****.\n.......*..\n.....*....\n***..*.**.\n.*.......*\n**.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n....*.....\n......*.**\n.....**..*\n.....*...*\n***...*..*\n***...*..*\n...*...*.*\n.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.***..\n....*...**\n.....**..*\n.....*...*\n.**...*...\n***...*..*\n.*******..\n..**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*.*.\n**.**\n*.**.\n*....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.****\n.**..\n*.***\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...**\n..**.\n.****\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****....***..\n****....******\n..*.*.*******.\n*.*..*.*.*....\n*.***.*.*.*.**\n.****...****.*\n...*.******.**\n..*..*.***..*.\n**..*..*..***.\n.**...*..*..*.\n*.*******....*\n**.*..*..*.***\n..*.**.**.*...\n***********.**\n```\n\n\n## Output without wrap\n\n```\n*...*...*.....\n*....*.......*\n*...***......*\n..*..........*\n*.....*.....**\n.*............\n.*...*.......*\n.***.*........\n*..*.*.*..*.**\n.........**.**\n*...*...****.*\n*........*****\n..............\n.**.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n.....*........\n....***.......\n*.*...........\n......*.....*.\n.*............\n**...*.......*\n****.*........\n*..*.*.*..*.*.\n.........**.*.\n....*...****..\n.........****.\n..............\n............**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.**..**\n**...**\n...**..\n..***..\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n***..**\n**.*..*\n.*.....\n..*.*..\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.**..*.\n.*.*...\n**....*\n..*.*..\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n.*.\n*.*\n***\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n*.*\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n*.......\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.......\n*......*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n....*\n*****\n**.**\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n*.**\n*..*\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*.**\n*..*\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n..*.\n.**.\n.***\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***...*.*\n.*.........*.\n*....**..****\n....*......*.\n.....*.....*.\n.............\n.....**......\n.............\n.....**......\n.............\n.............\n.............\n....*.......*\n```\n\n\n## Output without wrap\n\n```\n.....*.....*.\n**..*....*...\n.....*......*\n....*.*......\n.............\n.....**......\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......*\n.*..*....*...\n*....*.......\n....*.*......\n.............\n.....**......\n.............\n.............\n.............\n.............\n.............\n.............\n*...*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**......\n.*..*......\n*..*.......\n*..........\n...*.......\n```\n\n\n## Output without wrap\n\n```\n.****......\n*...*......\n**.........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.....\n*****......\n**.........\n.***.......\n..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....\n**.***...\n**.......\n...*.....\n..**.....\n...*.....\n...*.....\n.*.*.....\n..*.*....\n.*...*..*\n.*...***.\n```\n\n\n## Output without wrap\n\n```\n.*...*...\n.....*...\n**.......\n**.......\n.........\n.....*...\n..*..*...\n.....*...\n.*.......\n.*.....*.\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n**.......\n**.......\n.........\n.....*...\n..*..*...\n.*...*...\n*.......*\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n.......\n.....*.\n*....*.\n*...*..\n...****\n.*.*...\n.***...\n**....*\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....**.\n..**..*\n..**.**\n...*...\n..*.*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....*.\n....***\n****...\n..**.*.\n**.*.*.\n*.*.*.*\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n**.**..\n**..***\n******.\n**.**..\n.****.*\n.**.***\n...**.*\n*.**...\n*..*.**\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n*.....*\n......*\n......*\n.......\n......*\n.*....*\n......*\n.**...*\n*..*.**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n.......\n.......\n......*\n.*....*\n......*\n***....\n...*.*.\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.**......\n.***......\n..**...*..\n**.....***\n***....***\n..*.....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n...*......\n....*.....\n*..*...*..\n*..*..*..*\n*.*.......\n..*....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n...*......\n....*.....\n...*...*.*\n...*..*...\n..*.......\n*.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....*\n...*....*.\n.***......\n***.....**\n...*......\n..........\n.....**...\n....*.....\n..**..*...\n.*..**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..***.....\n*****.....\n*.*.......\n.*........\n..........\n....**....\n..****....\n..........\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*...*..*.\n.****...*.\n..*.....*.\n.*.......*\n**........\n....**....\n..****....\n..........\n*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....*.\n...*..\n..***.\n.**...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n.*..*.\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n.*..*.\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n..*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.\n...*.**.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n..******\n..*....*\n...*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..\n**..**..\n**..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n.**.*..\n***..**\n.**....\n***.***\n```\n\n\n## Output without wrap\n\n```\n*..***.\n....*..\n*....*.\n....*..\n*.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n.....**\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n...*.**\n..*..**\n..*...*\n......*\n...**..\n...**..\n*...*.*\n*.**..*\n```\n\n\n## Output without wrap\n\n```\n.***.**\n...*...\n..***..\n......*\n...*.*.\n...***.\n.......\n.**.*..\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n*.***..\n*.....*\n...*.*.\n...***.\n.......\n***.*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n.*.*....\n.**.....\n*.*.....\n*.*.....\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*.**...\n*..**...\n*...*...\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...**...\n*..**...\n*...*...\n*......*\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n...*.*..\n........\n........\n........\n...**...\n.*....*.\n......**\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n....*...\n....*...\n........\n........\n........\n........\n.....***\n.....***\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*...\n........\n........\n........\n........\n.....***\n.....***\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.*..*\n*.***.**.**\n*.*..*.*..*\n...**......\n...******..\n..***..*...\n...*...****\n***.**..***\n*..***....*\n**.***..*..\n..**.**.*..\n..*.*......\n```\n\n\n## Output without wrap\n\n```\n......**..*\n.*.........\n.*....**..*\n...........\n.......**..\n.....*..*..\n..*..*.*...\n.*......**.\n..*..*..**.\n.........*.\n.*...****..\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.**\n.*.........\n.*....**.**\n.*.........\n.......**..\n.....*..*..\n.**..*.*...\n........*..\n..*..*..***\n*........**\n*.....**..*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****.*.*\n**.*********\n***.**.*****\n*****.****..\n**.*.*******\n***.********\n```\n\n\n## Output without wrap\n\n```\n............\n..........*.\n............\n............\n...*........\n...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*....\n.**...\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n.**...\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n....\n.*.*\n**.*\n..**\n..**\n.***\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n*...*\n*....\n.*..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*..*.\n**..*\n.*...\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.***..\n...***\n..**..\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*.....\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........*\n.*........*\n...........\n**.........\n..*.......*\n..*.......*\n**.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n**.........\n.*.........\n..*........\n..*........\n.*.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.*.........\n**.........\n..*.......*\n..*.......*\n**.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...**.**\n.*.**..*\n.*.*.***\n**..**..\n.*.*....\n*.*.....\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n..******\n........\n.*.*...*\n**.*.*..\n...**...\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*.******\n........\n.*.*...*\n.*.*.*.*\n...**...\n*.*.....\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n.........*\n...**...*.\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n...**.....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n...**.....\n...**.....\n...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..*.\n*.*.*..*.\n*.*.*..**\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*.****.\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.****.\n*.*.****.\n*.*.****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n...*\n..*.\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n.*.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**.*..\n***...\n......\n*.....\n*....*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.....\n*.*...\n*.....\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*.*...\n*.....\n*....*\n.*....\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*.*.***\n..*****.***..\n*.**......*..\n.*.........*.\n.......*.....\n.....**......\n*.......*....\n...*....**...\n.....*****...\n..*.******..*\n```\n\n\n## Output without wrap\n\n```\n.........*...\n.....**......\n.*...........\n.............\n......**.....\n......*......\n........*....\n.......***...\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........*\n...........**\n.............\n.............\n......**.....\n......*......\n........*....\n.......***...\n.............\n*..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**...\n.......*..*\n........**.\n...........\n...........\n......**...\n........***\n```\n\n\n## Output without wrap\n\n```\n......***..\n......*..*.\n.......***.\n...........\n........*..\n.......*.*.\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...*\n......*..**\n.......***.\n...........\n........*..\n.......*.*.\n......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n....**\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*..***\n......\n......\n......\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n.**\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**..\n..*..*..\n...*....\n....**..\n........\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n...***..\n..*..**.\n...*.*..\n....*...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.**..**.\n...*.*..\n....*...\n........\n...*....\n.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*****....*\n*....*....***\n............*\n.**..*......*\n..*..*.......\n..*...*..***.\n...*...**..*.\n....*...*...*\n.....*..**..*\n```\n\n\n## Output without wrap\n\n```\n....***......\n....***....**\n.**..........\n.*.*.......*.\n....***.*..*.\n.....*.......\n..***.*......\n.......*.****\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..**.\n........**...\n***..........\n*..*.........\n....***.*..**\n.....*.......\n..***.*......\n*..**..*.*...\n.......*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.......\n.......\n......*\n......*\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n*....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n.*....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**.*.\n*..**\n*....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n**.**\n*.***\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n**.*.\n..**.\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n***.........*\n..*.*......*.\n.....*.....*.\n....*.*......\n...***.....*.\n....****....*\n.......*....*\n*......*.....\n.******......\n```\n\n\n## Output without wrap\n\n```\n.*...........\n.*.*.........\n.*...........\n.....*.......\n..**.**......\n..***.**.....\n....*..*.....\n.....*.**....\n.*.....**....\n.*....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n*...........*\n*............\n.....*.......\n..**.**......\n..***.**.....\n*...*..*...**\n.....*.**..*.\n.......**...*\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*..\n...**.*.*..\n...**...*..\n......**...\n```\n\n\n## Output without wrap\n\n```\n....*...*..\n......*.**.\n........**.\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*....\n........**.\n...*..*....\n..*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n..*..*\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.**.\n.*****.**.\n..****.**.\n```\n\n\n## Output without wrap\n\n```\n.*...*.**.\n.*.......*\n.*...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*\n.*.......*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n**...*.\n****...\n*...*.*\n***.*.*\n*.**...\n*.*...*\n**.....\n.*..*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n..****.\n....*..\n*.*.*..\n*....*.\n*.**...\n*.*....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n..****.\n....*..\n..*.*..\n.....*.\n..**..*\n..*...*\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n....*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***\n.**.*..*\n*.*.*.**\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n..**.***\n*.*.*...\n*.*..***\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.\n..*.*...\n..*..**.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*\n.**.**.\n...*.**\n*...*.*\n...*.*.\n**..*.*\n..*.*.*\n.*.*..*\n*....**\n```\n\n\n## Output without wrap\n\n```\n....*..\n*....*.\n.***...\n*..****\n**.**.*\n....*.*\n*...*.*\n.**.*.*\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n.***...\n*..**..\n...**.*\n....*.*\n....*.*\n.*.....\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.***\n**...*****..\n.....*.*.**.\n.....***..*.\n```\n\n\n## Output without wrap\n\n```\n**.....*.**.\n**...*.....*\n....*.....*.\n.....*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........\n**...*......\n....*.....**\n.....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..****\n..*.**\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n..*..*\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n...**.\n..*..*\n*.*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**..\n..**\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n****\n****\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.........\n.**......\n.****.*..\n*.******.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n*.....**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n.........\n.*.......\n*.....**.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n..*.**\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.**\n..*..*\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.**\n..*..*\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......****\n**.***........\n**.*..*.......\n****.**.......\n.*.**.......**\n.*.........*..\n```\n\n\n## Output without wrap\n\n```\n*****......**.\n...***.....**.\n......*.......\n.....**.......\n...***......*.\n..*.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....****\n...***.....**.\n......*......*\n.....**.......\n...***......**\n.*.*......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n....**....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**....\n....**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n....**....\n....*.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.**...*\n......*\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..*...\n......\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n**.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n**.\n.**\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n***..\n....*\n**...\n*...*\n.*...\n```\n\n\n## Output without wrap\n\n```\n*.**.\n***.*\n..*..\n**...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.**..\n..*.*\n.*...\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n....*\n**.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n...*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*...*\n..*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*.*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*.*.\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n..*..\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*..\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n..*......\n.*..*....\n.........\n......*..\n.........\n..**....*\n...*..*..\n...**.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..*..**..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n.....**..\n.........\n.........\n.........\n.........\n.........\n..*..*.*.\n...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...*.*\n*.**.*\n......\n.**..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n..**..\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n*.**.*\n*.**.*\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n..*.*\n...**\n....*\n***..\n.....\n.....\n..*..\n*..*.\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n....*\n....*\n.**.*\n.*...\n.*...\n.....\n.....\n..**.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n....*\n*...*\n.**.*\n**...\n.*...\n.....\n.....\n..***\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......*\n***....*..*\n**....**.*.\n.......*.*.\n.......*.*.\n..*..*.....\n.*...*..*..\n.*...*..*..\n.*...**.**.\n..*....**.*\n```\n\n\n## Output without wrap\n\n```\n.......***.\n......*...*\n...........\n.......*.**\n......*.**.\n......*....\n*.*.*.*....\n*......*...\n*.***...*..\n.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n..........*\n.........**\n.......*...\n......*.*..\n......*....\n*.*.*.*....\n.......*...\n....*...***\n..**.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n******\n.*****\n*****.\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n.*.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n***\n***\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*.*...\n***....*.*.**\n*.*****.*****\n*..*..*...*.*\n*....*.***...\n*....*.*.*.*.\n..........**.\n.....*..*..*.\n...*..*.....*\n*.**.....*...\n```\n\n\n## Output without wrap\n\n```\n..*.......*..\n*...**.*....*\n*...***.*....\n*.**........*\n**..**.*.*.*.\n.......*.*.*.\n......*.**.**\n..........***\n..***........\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n....**.*.....\n....***.*....\n..**.........\n**..**.*.*.*.\n.......*.*.*.\n......*.**.*.\n..........***\n..***.......*\n.***....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.\n......*\n*..***.\n.....**\n*....*.\n*.****.\n*.*.*.*\n*..*...\n*.*....\n...****\n.......\n......*\n....*.*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n...***.\n..*...*\n....*..\n......*\n.*.*...\n*.*...*\n*.*....\n*.**...\n.**..*.\n...***.\n....*.*\n.....*.\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n..*...*\n*...*..\n*......\n**.*...\n*.*....\n*.*....\n*.**...\n***..*.\n...****\n....*.*\n.....*.\n*.....*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.......\n.......\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.***.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n...*.*..\n...*.*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..**\n...**..*\n.*.*.*..\n.*.**.**\n*......*\n```\n\n\n## Output without wrap\n\n```\n..***.**\n.*...*.*\n.....*.*\n**.*****\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*.\n.*...*.*\n.....*.*\n.*.*****\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n****\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*..\n*....*.*\n.*...**.\n..***...\n...*....\n```\n\n\n## Output without wrap\n\n```\n***.*.*.\n*....*..\n.***.**.\n..****..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..**\n.....*.*\n****.***\n..****..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.****\n*****\n*****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*..*\n...*...*....*\n......**.**..\n..*...**.*...\n..**..**.....\n.**..***.....\n**........**.\n..........*.*\n```\n\n\n## Output without wrap\n\n```\n..........*..\n........**.*.\n......*......\n..***....**..\n...*..*......\n*..**.*......\n***...*...**.\n.*........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*...*\n........**.**\n......*......\n..***....**..\n...*..*......\n*..**.*....*.\n.**...*..**..\n.........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.******.*\n**..**.**...\n..*****.****\n**..***.*.**\n**.***.**.*.\n.****...**.*\n****..*.**..\n*.****.**.**\n*..********.\n*..*..**.**.\n*.*.***.**.*\n.**.*.******\n```\n\n\n## Output without wrap\n\n```\n****........\n*.........*.\n.*..........\n............\n............\n............\n............\n**..........\n*...........\n*..*........\n*.*..*....**\n.**..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n.*..........\n...*........\n.*.*........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.**..\n..........\n..........\n.*........\n.*......*.\n.*****..**\n..*.*.*..*\n*....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n******.*.*\n**..**....\n....*....*\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*****..\n*.**.*****\n..........\n..........\n..****.*.*\n.*..**...*\n..**.*....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..*.*\n.......*..\n***.****.*\n..*.*.***.\n```\n\n\n## Output without wrap\n\n```\n.*......*.\n....*..*..\n.**.*.....\n..*.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*...*\n....*..*..\n***.*....*\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***..\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.**.......\n**........\n**........\n..........\n....**....\n....*.....\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n***.......\n..........\n**........\n..........\n....**....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n***.......\n..........\n**........\n..........\n....**....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...**\n...**.*....\n..*.*......\n.....****..\n*..*.**.***\n```\n\n\n## Output without wrap\n\n```\n...........\n...**......\n...*.......\n...*.*..**.\n....*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.......\n.*.*.......\n...*.......\n...**......\n****...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n*.*.**.\n**.*...\n*....*.\n.......\n*..**..\n```\n\n\n## Output without wrap\n\n```\n*.**...\n....*..\n*.**.*.\n**.....\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.\n....*..\n*.**.*.\n**....*\n....*.*\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..**\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........*.\n**..........\n............\n*........*.*\n*.........**\n```\n\n\n## Output without wrap\n\n```\n**..........\n**..........\n**..........\n...........*\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n**.........*\n.*.........*\n*...........\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***....\n....***...\n.*.*......\n.*........\n.**.......\n*.*.....*.\n```\n\n\n## Output without wrap\n\n```\n...*..*...\n..*...*...\n..*.**....\n**........\n*.*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n..*...*...\n..*.**....\n**........\n*.*.......\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.*.*.\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*.*.\n..**.\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.**..\n.*.*.\n..**.\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n........\n....*...\n....**..\n....*...\n........\n........\n........\n*......*\n**.*...*\n**.*....\n.*.*....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n...***..\n....**..\n........\n........\n........\n**......\n........\n...**...\n...*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n........\n....**..\n...***..\n....**..\n........\n........\n........\n.*.....*\n........\n...**..*\n...*....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n......\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n***\n***\n***\n***\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**\n....*..\n..***..\n...*.*.\n....**.\n**..***\n.**.**.\n.......\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n.*****.\n..***..\n...*...\n*...**.\n*...**.\n.*.**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*\n..****.\n.*****.\n.****.*\n*..*..*\n*...*..\n*...*..\n.......\n...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n**..\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.***.\n.....\n*.***\n..*..\n.....\n.....\n*****\n..**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n....*\n.***.\n.**..\n.....\n.***.\n.*..*\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..**.\n*....\n.****\n.**.*\n.....\n*****\n**..*\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*...\n...*....*..\n...*.......\n...*....*..\n*.*.*..*.*.\n.*****.*.**\n..*.*..*...\n.**.*.*.*.*\n....**.*.*.\n...**.....*\n```\n\n\n## Output without wrap\n\n```\n.**........\n.*..*......\n.*.........\n..*...****.\n...*.*.*..*\n.....*.*...\n.....*.*..*\n.***.**....\n.**...*...*\n...*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n*..........\n.*.........\n.**...***..\n**.*.*.*.*.\n*....*.*.*.\n.*...*.*...\n.***.**....\n...........\n....*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..*\n.***.**.*\n.*.*.....\n***....*.\n```\n\n\n## Output without wrap\n\n```\n*****..*.\n**......*\n...**..*.\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.*.\n*.......*\n*..**...*\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..*.*.\n**....*..*...\n**....*..*...\n.*.....**...*\n...*..*.....*\n...*.**.....*\n...**.......*\n..*.*........\n*.*.*.......*\n...*......*..\n.....*....***\n......*..**..\n*.*.*.*......\n*...*.******.\n```\n\n\n## Output without wrap\n\n```\n......****...\n.*...******..\n..*......*...\n..*.....*....\n....*......**\n.**...*....**\n......*......\n....**.......\n.*...........\n..***........\n.........***.\n..........*..\n.....**....*.\n......*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.....*..***.*\n***......*...\n.**.....*...*\n....*........\n*.*...*....*.\n......*....*.\n*...**.......\n............*\n.****........\n.........***.\n*.........*.*\n..*..**.*....\n***..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*.*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*******\n**.****..****\n.*.***.****.*\n***.****.****\n.*******....*\n..*.**.*..***\n**...*.****.*\n*******.*****\n*.*..*******.\n...*.*.*..***\n.*..******...\n```\n\n\n## Output without wrap\n\n```\n.*.....*.....\n.*.....*.....\n.............\n.............\n**.........*.\n**...........\n...........*.\n.............\n.*.*.........\n.****...****.\n..***...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n**.*.........\n***..........\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***......\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.*.*......\n..........\n..........\n..........\n..........\n..........\n..*.......\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**...\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.....\n.....\n.....\n.*..*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n....*\n.....\n.....\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**..*\n.....\n**..*\n....*\n*..*.\n....*\n..*..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n.**..\n.....\n..***\n.....\n..***\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.**..\n*...*\n.***.\n*..*.\n.***.\n.**..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n.*.\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n***\n*.*\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n....**..\n*****.**\n*.**...*\n........\n........\n.**..**.\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n.*...***\n*..**...\n.....***\n........\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n**...***\n**...***\n**.**...\n.....*..\n........\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n..***\n.....\n.....\n..***\n.....\n..*..\n****.\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n...*.\n...*.\n..*..\n..**.\n*..*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n..*.*\n...*.\n...*.\n...*.\n..*..\n..**.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..**\n..*.*..**\n.**.*.*..\n```\n\n\n## Output without wrap\n\n```\n.......**\n..*.*.*.*\n.**..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*.*\n*.*.*.*.*\n***.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*...\n...**\n....*\n.**..\n....*\n...*.\n*.**.\n*..*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..**\n.*..*\n..*.*\n....*\n.....\n.....\n.*..*\n*....\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n..*..\n*....\n.*...\n....*\n.*.*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...***\n.....*\n....**\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*..\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*..*..\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.....*\n.*....\n..*.**\n.*..*.\n*....*\n.*...*\n.*****\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n....**\n.*****\n.*.**.\n**..**\n**.*.*\n.*****\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n*...**\n******\n.*.**.\n.*..**\n.*.*..\n.*****\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n........*\n**.....*.\n......*..\n....***.*\n....*.*.*\n.....*.*.\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......*.\n......*..\n....*.*..\n....*...*\n.....***.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.......*\n*......**\n*.....*.*\n....*.*..\n....*...*\n.....***.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n...\n*.*\n.**\n***\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n...\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*.*\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..****...*\n**...***..**..\n.*...**.*.*...\n.**...........\n.**...........\n***..***...***\n..............\n**......**.*.*\n***.*.*....***\n.*..*..*.*..*.\n***.......*.**\n.*..*....****.\n*.**.......*.*\n*.**..*..***..\n```\n\n\n## Output without wrap\n\n```\n*.*......***..\n*.*.**..*.....\n*........*.*..\n..........**..\n.*............\n.***.**.....**\n..**..**.**..*\n..*..........*\n.****.*..*.*..\n.*....*.***.*.\n.........*....\n.*.*..........\n...*......**..\n...*.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*........*\n*.*.**...*...*\n**.......*.**.\n..........****\n.*..........*.\n****.**.......\n..**..**.**..*\n.**.........*.\n..***.*..*.*..\n......*.***...\n.........*....\n...*..........\n.....*....*...\n*...*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n**...\n.**.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..**.\n..*..\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*....\n.***.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*****.\n**...*\n***.**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n.....*\n...***\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*........\n...*....***.\n...**.......\n....*..***.*\n......**.*..\n***........*\n.*.**.**....\n```\n\n\n## Output without wrap\n\n```\n............\n..***...*...\n..*....*.**.\n..**.....**.\n**.......**.\n...**.***...\n*..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....***.\n...*...*.*..\n..*....*.**.\n..**.....**.\n.*.......*.*\n.*.*.****.**\n.......*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*...\n*.*.\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n..**\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*...\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n******\n**.**.\n*...**\n**...*\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n.....*\n......\n..**.*\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n..*\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.*\n...****\n.......\n.**.*..\n...*.*.\n....*..\n*....*.\n*...***\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*.....\n.*..*..\n.*..*..\n..*..*.\n...****\n....*.*\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n.*.*...\n.*..*..\n.*..*..\n..*...*\n...****\n**..*..\n*..*...\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..***\n***..\n.*...\n.**..\n*..**\n*****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n.....\n*.*..\n****.\n....*\n*...*\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n.....\n.**..\n..**.\n*....\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n.*.\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n***\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...*.\n.*.*.\n.*.*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n**..*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n****\n.***\n..*.\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n.**.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n...*..\n*.***.\n...*..\n*...*.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n.***..\n.**.**\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*.**.*\n..**..\n.**...\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n.****.\n*.****\n*..***\n*...**\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.***..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n***..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.**.\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**...\n..**.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...*.*\n...*.***.*.\n*.*****.***\n*.****.**.*\n****.******\n...**.***..\n.**..***.**\n***.*******\n****..*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*******.\n...........\n..........*\n*..........\n*.........*\n*..........\n*.........*\n....*......\n*..**.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*..\n...........\n*..........\n...........\n...........\n...........\n...........\n....*......\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n....\n..*.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.*..\n.***\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n.*..\n.***\n.***\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n...*.\n.....\n..*.*\n....*\n**...\n.....\n....*\n*..**\n.*...\n....*\n***..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n...*.\n...*.\n.*.*.\n.....\n.....\n...**\n...**\n...**\n*.*..\n***..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n...*.\n...*.\n.*.**\n*....\n*....\n*..**\n*..**\n...*.\n..*..\n***..\n***..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.**.*.\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.**..\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n...\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n..*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n...\n..*\n***\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n*...**.*.\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n.....*...\n....*.*..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**.....\n..**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*****\n*.**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n...\n...\n*.*\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n****\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n**.*\n****\n.***\n**.*\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n*.*****.\n*.....*.\n*.*****.\n.*.....*\n**.....*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n*......*\n*......*\n*.......\n.**....*\n*......*\n*****...\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*\n**.*....\n........\n.**...**\n*......*\n.**.*...\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n**.****\n***.***\n*******\n*******\n*******\n*******\n*******\n*******\n*******\n***.**.\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..*.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n.**\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n*....**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*****\n...**\n...*.\n..*..\n.....\n...*.\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.**.*\n..**.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..**.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......*..\n......*.**\n.......***\n.**...*.*.\n..***.*...\n...**.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n......*..*\n......*...\n.**..**.**\n.*..*.*...\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......**.\n......*..*\n*.....*...\n.**..**.**\n.*..*.*...\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n***.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.....\n.....**...\n....*..*..\n..*..*..*.\n```\n\n\n## Output without wrap\n\n```\n.....*....\n...****...\n....*..*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*...\n...****...\n....*..*..\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.**.\n.*..\n....\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n.**.\n*.*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n***.\n*.*.\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**.....\n.*............\n..............\n.**...*.......\n.***..**......\n..*...*.......\n.....*........\n.....***......\n.*....****....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.**...........\n.*.***.*......\n.*.*....*.....\n..**....*.....\n..*..*.*......\n....**........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*............\n*.............\n.**...........\n.*.***.*......\n.*.*....*.....\n..**....*.....\n..*..*.*......\n....**........\n.*...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.***\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n...*\n....\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*..\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.....\n......**....\n............\n............\n```\n\n\n## Output without wrap\n\n```\n......**....\n......**....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**....\n......**....\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n******\n...***\n*****.\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n..*.**\n...*.*\n*..*..\n.*.*..\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*..**\n.***.*\n..**.*\n...*..\n**.**.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n*.**.*\n*..*..\n**.**.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n..*...\n*.**..\n*.....\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*.*..\n......\n.**.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n.*.*..\n......\n*.*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**..\n..*.***..\n..*......\n..***....\n.........\n...**....\n.........\n.......**\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.**.*....\n....*....\n.*.......\n...*.....\n..**.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*....\n....*....\n.*.......\n...*.....\n..**.....\n.........\n.........\n.........\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n.*..**..\n.*....**\n*......*\n...*.**.\n..**...*\n**......\n```\n\n\n## Output without wrap\n\n```\n..***...\n.*.****.\n**...***\n.....*.*\n..***.**\n.****.*.\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...\n**.****.\n.*...***\n*....*..\n*.***.*.\n*****.**\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..*.*\n...*.\n..***\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.*...\n...**\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*...\n...**\n....*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....**\n.*..*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n.........\n.........\n....*...*\n......**.\n*......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n......*.*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n.........\n.........\n......***\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..*.\n*.*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n..*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..*.\n..**\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*.......\n.....*..\n.....*..\n....*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*...**\n....**\n...**.\n..****\n***.*.\n```\n\n\n## Output without wrap\n\n```\n***.*.\n***.*.\n.*....\n......\n.*****\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*****\n****..**\n..*....*\n***.....\n.***....\n*.****..\n```\n\n\n## Output without wrap\n\n```\n**..*...\n**..**.*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.*.....\n...**.*.*.....\n.....**.*.....\n...**.*.*.....\n```\n\n\n## Output without wrap\n\n```\n...**.........\n...**.*.**....\n......*.**....\n....*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**....\n...**.*.**....\n......*.**....\n...**.*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n**...*\n......\n*.*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n*.....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n*.....\n.....*\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***\n******.\n**...**\n```\n\n\n## Output without wrap\n\n```\n**....*\n...*...\n*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n....\n....\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n**...**\n.*..*..\n..**...\n.......\n.......\n......*\n.****.*\n```\n\n\n## Output without wrap\n\n```\n**.....\n.....*.\n*..*.*.\n.***...\n.......\n.......\n..**...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n......*\n.*.*..*\n..**.*.\n.......\n.......\n*..*.*.\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n******\n**.***\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n...*......\n...**.....\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.*.*\n.*...*.**\n*.*...**.\n......*..\n...***.**\n.......**\n```\n\n\n## Output without wrap\n\n```\n***..**.*\n...*.*..*\n.*...*..*\n...**...*\n....**..*\n....*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**..\n...*.*...\n**...*...\n...**....\n....**..*\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n........*.\n........*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n.......***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.......***\n.......***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n**.***\n*.*...\n...*..\n.*..*.\n******\n```\n\n\n## Output without wrap\n\n```\n**.***\n*.****\n*.*...\n.***..\n**...*\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n*.*...\n.***..\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n*....\n*.*..\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n.*.*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n*.*..\n**.*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n**...\n**...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.....\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n....*\n..*.*\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***......\n*.*.**......\n**.........*\n****........\n```\n\n\n## Output without wrap\n\n```\n.**.*.......\n.***.*......\n...*........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n*...**.....*\n...**.......\n*...*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*....*\n*.*...\n**..**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....**\n...***\n*...**\n*..***\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n*..**.\n....*.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*..**\n..***\n***.*\n...**\n```\n\n\n## Output without wrap\n\n```\n****.\n*.**.\n**...\n**.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*.*..\n..*...*...**\n..*.**.**...\n...**.*.**..\n*.......*...\n.*....**....\n*..*.*...*..\n.**.**.*...*\n.*..**.*....\n```\n\n\n## Output without wrap\n\n```\n.**......**.\n..*..*....**\n..*.*.***.*.\n...**.*...*.\n....*....*..\n**..*.......\n.........*..\n*....****...\n*..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...**.**\n.....**...*.\n..*.*.***.*.\n...**.*...*.\n....*....*..\n**..*.......\n*........*..\n.***.*..*...\n*...**.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****\n*......\n**..***\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n**.....\n.......\n*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.....\n.****\n...*.\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n..*.*\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n**...\n..*.*\n..*.*\n*..**\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n.....**\n....***\n*......\n.*..**.\n..*.**.\n***.*..\n..*....\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*..\n....*.*\n......*\n.*.***.\n*.*....\n..*.**.\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**\n....*..\n*...*..\n*......\n.*.****\n*.*...*\n..*.**.\n..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........*.\n**..*....*\n.....**...\n....*..*..\n..*.*.....\n*.........\n......*...\n.......*.*\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....***...\n...*..*...\n...*..*...\n...**.....\n..........\n.......*..\n.......**.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n*........*\n.*..***...\n*..*..*..*\n...*..*...\n...**.....\n..........\n.......*..\n.......**.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n***\n.*.\n*.*\n*.*\n*..\n...\n...\n*..\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n.*.\n*..\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n...\n...\n...\n***\n***\n***\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n***.*.*\n....***\n....*..\n.....**\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n.*..*.*\n.*..*.*\n....*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n.*..*..\n.*..*.*\n....*..\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.....*\n*.*.*.\n.*****\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n...*..\n*.*..*\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n.....*.....\n*.......***\n.........*.\n...........\n..***......\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n........***\n...........\n........*.*\n...**....*.\n..*........\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n........*.*\n...........\n........*.*\n...**......\n..*..*.....\n...*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n....\n....\n....\n....\n....\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n.*.*\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n..**...*..\n..*.....*.\n...*....*.\n...*......\n.........*\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*........\n..*....**.\n..**......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n.*........\n..*....**.\n..**......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n*..\n.*.\n..*\n**.\n...\n...\n..*\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n*.*\n.*.\n...\n...\n.**\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.***\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n..*.*\n.*...\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n......\n.*.**.\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n***...\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n...*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.**.\n.**..*..*\n*.****..*\n*.*...**.\n```\n\n\n## Output without wrap\n\n```\n....****.\n**.*....*\n.*.**...*\n...**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.*...\n.........\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.......\n..**.**......\n...*.*.......\n```\n\n\n## Output without wrap\n\n```\n..**.**......\n.*.....*.....\n..**.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.......\n..**.**......\n...*.*.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...****\n....*.*..*....\n....****.*.***\n****..........\n............**\n.......*....**\n.......**....*\n.****..*.*...*\n```\n\n\n## Output without wrap\n\n```\n..........***.\n...**...**....\n.**.*.***.*.*.\n.******....*..\n.**.........**\n.......**.....\n..**..**.....*\n..**...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.********\n...**...**....\n***.*.***.*.**\n*******....*..\n.**.........*.\n*......**.....\n..**..**.....*\n..******.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........*\n..*.....**...\n........**...\n....*........\n...*.........\n...****......\n*.*.*.**....*\n*.*........*.\n```\n\n\n## Output without wrap\n\n```\n.............\n........**...\n........**...\n.............\n...*.........\n..*...**.....\n..*.*.**.....\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........*\n........**...\n........**...\n.............\n...*.........\n..*...**.....\n*.*.*.**....*\n...*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n**.\n*.*\n...\n*..\n*.*\n.*.\n..*\n..*\n*.*\n***\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*..\n*..\n.*.\n.*.\n*..\n.**\n.**\n..*\n*.*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n*.*\n***\n***\n*.*\n.*.\n***\n..*\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.\n.**...*\n..***.*\n.....**\n....**.\n**..**.\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n...***.\n.*....*\n..**..*\n..**.*.\n.......\n**..**.\n**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*.*..\n..**..*\n.***.**\n**....*\n***....\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n.*.\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........*\n*..........\n*......*.*.\n..**.**.*..\n....****..*\n..**.**....\n......*....\n......**...\n```\n\n\n## Output without wrap\n\n```\n...........\n**.....*...\n***....***.\n........**.\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........*\n.*.....*.*.\n.**....**.*\n*.......*.*\n.........*.\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n..*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.........\n.........\n.........\n.........\n.*.......\n*.*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.*.......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.*.......\n.*.......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.*....*\n*...**.\n....*.*\n**.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n**....*\n....*.*\n**.**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*....*\n*...*..\n.*.**.*\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....***\n***..***..\n**..***...\n.*.*....**\n......**..\n..........\n..........\n.....**...\n...**..*..\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.**.*..**.\n*....*....\n.**.*...**\n.*.....**.\n..........\n.....*....\n....*.*...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*...\n.**......*\n.*...*..**\n..*.*....*\n.......***\n..........\n.....*....\n...*..*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n*...\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n..........*..\n...........*.\n...*.......*.\n...**........\n....**.......\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n...**........\n..*..*.......\n...*.*.......\n....*........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n...**........\n..*..*.......\n...*.*.......\n....*........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*..*\n..**.\n...**\n*.*.*\n**.**\n.***.\n**.**\n.*...\n**...\n.....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n*****\n*...*\n.*.*.\n.***.\n*..*.\n.*...\n...**\n.....\n**...\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*...*\n*....\n*.*..\n.*...\n.....\n.....\n.....\n*...*\n**...\n**...\n.**..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..**\n....\n.**.\n.*..\n..**\n.*..\n.**.\n***.\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n.*.*\n**.*\n*..*\n**.*\n.*..\n....\n....\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**.*\n.*.*\n....\n....\n....\n....\n..**\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.**\n..*..*...\n.*.*.*...\n...*.....\n.*.......\n```\n\n\n## Output without wrap\n\n```\n...***...\n..**.*...\n..**.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*....\n..*..*...\n..**.....\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.****\n*....\n.***.\n..*.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n*...*\n.***.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*....\n*****\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n**.\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*..*.\n....**\n.....*\n*...**\n.***..\n....**\n*..*..\n.*.*..\n*.****\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*..*\n.....*\n..*...\n.*..*.\n*....*\n.*..*.\n*.**..\n*...*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..**..\n**....\n..*...\n*...**\n......\n......\n..**..\n.**.*.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n**....\n*..**.\n***...\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n.*.*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*.*.\n...*..\n....**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n...***\n...**.\n......\n**....\n*.**.*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....**\n...*.*\n....*.\n.**...\n*.**..\n*.*...\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n*..*.*\n....*.\n.**.**\n******\n..*...\n*..**.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***..\n.**.....*.\n.*..*.****\n**..*.*...\n*..*.*...*\n..*......*\n.***...*..\n..**.***..\n```\n\n\n## Output without wrap\n\n```\n......**..\n.**......*\n...*..*.**\n*****.*..*\n*.****....\n....*...*.\n.*..*..**.\n.*.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***..*.\n***......*\n...*..*.**\n.****.*...\n..****...*\n....*...**\n.*..*..**.\n.*.*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n*...*\n.*...\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*.**\n.*.*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.*\n***...*\n.******\n*.....*\n*..****\n.....**\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.**...*\n.....*.\n...***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n..*....\n.......\n...**..\n.......\n.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n*.**\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n...*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n...*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*.*.\n......*.***\n*.....**.*.\n...*.***...\n..***.*....\n.**.**.**..\n*.**.*.*.*.\n.*******.**\n.**.**.....\n..*........\n...........\n.....*.....\n......*.*..\n```\n\n\n## Output without wrap\n\n```\n......**.**\n.....*....*\n.........**\n..**....*..\n.*......*..\n.......**..\n*........**\n*......*.**\n...........\n.***.......\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....*\n.....*.....\n.........*.\n..**....*..\n.*......*..\n.......**..\n*........*.\n.......*.**\n*..........\n.***.......\n...........\n...........\n.....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n****..*.\n**..***.\n....*...\n```\n\n\n## Output without wrap\n\n```\n.***....\n..*.**..\n....*...\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n*.*...*.\n*...*.*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*..*.\n..*..*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n.....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*****\n******\n.*****\n******\n******\n***.**\n******\n.*****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.....\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n*.....**\n........\n........\n........\n........\n...****.\n...*..*.\n...****.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n...*..*.\n...*..*.\n..*....*\n...*..*.\n...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.....**\n........\n........\n........\n...*..*.\n...*..*.\n..*....*\n...****.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n*.**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n***.\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*.*\n.*...*...\n.****..*.\n***.*.*.*\n.*.......\n***......\n.***.*...\n*....*...\n*.*...*..\n....***..\n```\n\n\n## Output without wrap\n\n```\n..****...\n..*....*.\n....*...*\n...***.*.\n...*.....\n..**.....\n..*......\n..*...*..\n...*...*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...*\n*****....\n....*....\n*..***...\n*..*...**\n..**.....\n..*......\n..*...*..\n**....**.\n.*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.......\n.......*\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n..*..*\n...*..\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n...***\n...*.*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*...**\n......\n......\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*..*.*\n..***.\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.....*\n.*....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*.*.\n*...*\n...*.\n...**\n****.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n.....\n.....\n.*..*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*....\n*....\n...*.\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*..**\n*...*\n****.\n*..*.\n*..**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*.*.*\n*.*.*\n*..**\n*....\n***.*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n..**.\n.....\n....*\n***.*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*...\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...**\n....*...**\n.*..*...**\n```\n\n\n## Output without wrap\n\n```\n....*...*.\n....*..*..\n....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.\n..*....**.\n..*....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n.......*..\n......**..\n......*...\n....*.....\n..........\n..........\n......****\n....**.*.*\n....***.**\n.....**.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n......**..\n.....***..\n..........\n..........\n.......**.\n.....***.*\n....*.....\n.........*\n....*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n.......**.\n......**..\n.....***..\n..........\n..........\n.......**.\n.....***.*\n*...*.....\n.........*\n....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n.**\n..*\n...\n*.*\n.*.\n..*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n.**\n.*.\n.*.\n.**\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n..*\n.**\n***\n***\n***\n.*.\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.*.**\n*.***.\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n*.....\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*....\n**.**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*..*.\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n**...\n...**\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n*..*\n***.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n*..*\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n****\n....\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n.......\n.....*.\n...*...\n.......\n...*...\n*.*...*\n...**.*\n```\n\n\n## Output without wrap\n\n```\n...*...\n...**..\n.......\n.......\n.......\n.......\n..*.**.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n...**..\n.......\n.......\n.......\n.......\n*.*.***\n**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n..*..\n*..*.\n.***.\n.*..*\n*....\n*....\n**...\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n.*...\n**.**\n...**\n..*..\n*....\n.*...\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*.*..\n**.**\n.....\n.*.*.\n.**..\n.....\n.*..*\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n**....\n.**...\n.***..\n..*...\n..****\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*.*..\n......\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n......\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n**.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..*...\n.**...\n.*..*.\n**.***\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n..**..\n*..**.\n***..*\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*..**.\n..***.\n.*.*..\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n*...\n*...\n..**\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.**.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n**.*\n....\n..*.\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**........\n..*.........\n..*****.....\n...*..*..*.*\n.....**.**..\n.......***..\n.***..**....\n*.....*..***\n...***.***..\n.**.*.*.*.*.\n.*..***.*.**\n*****..*....\n*..*........\n...**.......\n```\n\n\n## Output without wrap\n\n```\n..**........\n.*...*......\n..*.***.....\n..**....***.\n.....**.....\n..*..*...*..\n.**...*.....\n.*.......**.\n.****......*\n.**.......**\n......*.*.**\n*.....**....\n*...........\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.......\n.*...*......\n..*.***.....\n..**....***.\n.....**.....\n..*..*...*..\n***...*....*\n**.......***\n*****.......\n***.......**\n......*.*.**\n......**....\n*...........\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n..*..*\n..**.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n.*.*.*\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..**\n.*.*.*\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n...\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n**.\n*..\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n**.*.*\n..***.\n..*..*\n.**..*\n.**..*\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n*.*.*.\n*....*\n.....*\n.....*\n...***\n*..**.\n*..**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n*....*\n...***\n...***\n*..***\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*...**\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n*...*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n..*..\n.*...\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.***...\n...*.*.....\n.***.**....\n.*.........\n.******...*\n...**.**..*\n..**.**.***\n*..*...*..*\n***....*.**\n.......*...\n....**.....\n```\n\n\n## Output without wrap\n\n```\n..*...*....\n.*.*...*...\n***...*....\n***..*.*...\n**.....*...\n.**...*.*..\n.****..**..\n*..***.*..*\n*.**.**..*.\n***...*.**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*....\n.*.**.*....\n..*...*....\n..*..*.*...\n*......*...\n***...*.**.\n..***..***.\n.*.***.*...\n.***.**..**\n**.**...***\n**.*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...*\n..*.*.....\n..**......\n..........\n...**..**.\n*.*.....**\n.*......**\n.........*\n........**\n*....*..**\n```\n\n\n## Output without wrap\n\n```\n...***....\n..*.**....\n..**......\n..*.*.....\n...*...***\n.***......\n.*........\n..........\n..........\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***..**\n..*.**....\n..**......\n..*.*.....\n...*...**.\n****......\n.*........\n..........\n..........\n*...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n***..\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.*\n*.***..\n.......\n......*\n....***\n....**.\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n**.***.\n*.*..*.\n...***.\n.....*.\n.....*.\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**\n...****\n*..**..\n.....*.\n*....**\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*.....\n*.*...\n..**..\n*...**\n**..*.\n..*.*.\n*...*.\n..**.*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*..*.\n.....*\n*.*..*\n*.....\n*.*...\n.**.**\n.....*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*.*..\n*....*\n....*.\n*.*.*.\n*...*.\n*.*.*.\n..*.*.\n....**\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n*.**..\n..*...\n*.**.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**.*.\n....*.\n.****.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n.**.*.\n*...**\n******\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n..***.\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*\n..........\n..........\n....*.....\n*..*..*...\n*...*.*...\n*.........\n..........\n..........\n..........\n..........\n..........\n*.........\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n....*.....\n....*.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n*...*.....\n*...*.....\n*.........\n..........\n..........\n..........\n..........\n..........\n*.........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n.*...........*\n.*............\n*............*\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n**............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n*.............\n.*...........*\n*.............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...*.*\n....*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.....*\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....*\n......*..\n.*.***.**\n**.......\n*....*.*.\n.*.*..*..\n*....*...\n*.*.**...\n.*....*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n*..**....\n...**....\n....*...*\n..***....\n*...*..*.\n*.**...*.\n*.**.....\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...*\n...**...*\n...**...*\n....*....\n..***....\n....*....\n..**.....\n**.......\n.*.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..**\n.***\n.*.*\n*.**\n..*.\n****\n.**.\n**..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n***.\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n***.\n.**.\n....\n....\n....\n....\n....\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n.*.**.\n..*...\n.*...*\n..**.*\n*..*..\n*.*.*.\n.**...\n**..**\n*.**..\n****.*\n.*..**\n.....*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n**...*\n*.....\n.*.**.\n...*..\n.*.*..\n....**\n...**.\n....**\n**...*\n**...*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n...*.*\n...**.\n*..*.*\n**..*.\n...***\n......\n......\n**.**.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n*.....\n*.**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.**.**\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n**......\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n.*.*\n.***\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n****.\n**..*\n*****\n*****\n*****\n*.***\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n....*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n......\n......\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..\n...*...\n*......\n**.....\n..*...*\n**....*\n**.....\n....***\n*.*...*\n..*....\n*......\n```\n\n\n## Output without wrap\n\n```\n..**...\n.***...\n**.....\n**.....\n..*....\n*.*....\n**....*\n*....**\n.*.*..*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.***...\n**.....\n**....*\n..*...*\n..*...*\n.*.....\n.....*.\n**.*..*\n*.....*\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****...\n.**.*.*..*\n..*.*.*.**\n*****..**.\n.....***.*\n....**..**\n......**..\n.....****.\n.....*....\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..*.*..\n*****.*.**\n*.**...***\n*.*..*....\n.**.......\n...*....**\n....**..**\n....**..**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.**\n.****.*..*\n..**...*.*\n*.*..*....\n..*.......\n*..*......\n....**..**\n....**..**\n.....*..*.\n....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...**.\n...***\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n***..........\n***..........\n*.*..........\n.............\n.............\n........***..\n.......*...**\n........**.*.\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.*...........\n.**..........\n..**.........\n.............\n.............\n........**...\n........**.**\n.......*.....\n........**..*\n........****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.*...........\n***..........\n*.**........*\n.............\n.............\n........**...\n........**.**\n.......*.....\n........**..*\n........****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*...*\n.*...*\n*****.\n```\n\n\n## Output without wrap\n\n```\n***...\n**.*.*\n*..*.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.*.\n.**.\n.**.\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n**..\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n**.*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n*****.\n..*..*\n***...\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n.*...*\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*.....\n......\n*.....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.....*\n......\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....**....\n.**.....**..*.\n..*......*.***\n........*..*..\n.......*...***\n..............\n..............\n.......****...\n.....*....*...\n.....*..**....\n..**.***......\n...*.*....*...\n....**...**...\n....*...*.....\n```\n\n\n## Output without wrap\n\n```\n.**.....**....\n.***.......***\n.**......*.*.*\n........*.....\n...........**.\n............*.\n........**....\n........***...\n......**..*...\n.....*.***....\n..**.*.***....\n..**.....**...\n...*.*...**...\n....**...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*......\n.***.......***\n.**......*.*.*\n........*.....\n...........**.\n............*.\n........**....\n........***...\n......**..*...\n.....*.***....\n..**.*.***....\n..**.....**...\n...*.*...**...\n...***..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*.**.\n.*...\n...*.\n**...\n...**\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..*.\n...*.\n*...*\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n.....\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.**\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n**.***\n****.*\n******\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n.*....\n***..*\n```\n\n\n## Output without wrap\n\n```\n..*...\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n...\n...\n*.*\n...\n...\n.**\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n...*...\n.......\n...*...\n*......\n.....*.\n.......\n.......\n....*..\n...*...\n.......\n..*....\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*..\n.*..*..*..\n.*..*....*\n```\n\n\n## Output without wrap\n\n```\n.****.....\n.****.....\n.****.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....****\n*.....****\n*.....****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*........\n...****.......\n.....*........\n......*......*\n............**\n............**\n..............\n...***........\n```\n\n\n## Output without wrap\n\n```\n...*.**.......\n...*..*.......\n..............\n............**\n..............\n............**\n....*.........\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n...*..*.......\n..............\n............**\n*.............\n............**\n....*.........\n...*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*..\n..**.******..\n....*......*.\n.........**.*\n....****.***.\n...*......*..\n```\n\n\n## Output without wrap\n\n```\n....*.....**.\n...*.......*.\n...........**\n........**...\n...*....*..*.\n....*.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........*.\n............*\n...........**\n........**...\n...*....**...\n........**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**...*\n.....*\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*..*.\n.*...*\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.*.......\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n..***\n....*\n..*.*\n*.*.*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n..*.*\n.*..*\n....*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n*.*.*\n.*..*\n.....\n**.**\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n.**...**..\n..*.*...*.\n..**...***\n**........\n**........\n.*........\n......*...\n...**.*.**\n.*.*..**.*\n```\n\n\n## Output without wrap\n\n```\n......**..\n.***.***..\n......*..*\n..**...***\n*.......*.\n..*.......\n**........\n.....*.*..\n..***.*.**\n..******.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..*.\n.***.***..\n......*..*\n*.**...***\n........*.\n..*.......\n**........\n.....*.*..\n*.***.*.**\n*.***.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.**\n....\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**.***\n..**.*\n.*.**.\n**.*.*\n.**...\n...*.*\n*.*..*\n...*.*\n*.*.*.\n.....*\n....*.\n....**\n.*....\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*....*\n*....*\n**...*\n*..*..\n**.*..\n...**.\n..**.*\n..**.*\n...***\n...***\n....*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n......\n.*....\n...*.*\n.*.*.*\n...***\n*.**.*\n..**..\n*..**.\n...***\n....*.\n....**\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*..*.\n.***.\n***..\n...**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n...*.\n*...*\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*....\n...*.\n*....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n***\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n..***.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.*\n....*...*\n....*....\n*....**..\n.........\n**.....**\n.........\n**....*.*\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n...**..*.\n....*....\n.....*...\n**....**.\n.........\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n...**..*.\n....*....\n.....*...\n.*....**.\n*.......*\n.........\n*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*..\n..*...*..*\n..**...**.\n..**......\n..........\n..........\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..*....*..\n.*.....*..\n..*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..*....*..\n.*.....*..\n..*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.....**..\n.*...*...\n.........\n.........\n.........\n.........\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n.*****\n******\n**.***\n***..*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.**.**\n.*....\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n**.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**...\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**\n*....*.\n.*.....\n*......\n```\n\n\n## Output without wrap\n\n```\n**...**\n.....**\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*...*.\n*.....*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n.*..*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n****..\n*...*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*.....\n*..*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n**....\n**..*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.*.*\n.****.*.*.\n.**.*.****\n.**.**.*..\n.**.*.****\n.****.***.\n```\n\n\n## Output without wrap\n\n```\n.*..*****.\n*.........\n*........*\n*...*.....\n*........*\n.*..*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n.........*\n....*.....\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*........*\n..........\n..........\n..........\n..........\n.........*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.\n..**..*\n.*.*...\n.......\n.......\n.......\n.......\n......*\n...*.**\n```\n\n\n## Output without wrap\n\n```\n....**.\n..**.*.\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n**....*\n......*\n.......\n.......\n.......\n.......\n......*\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*\n*..**..\n****.*.\n*...*..\n..***..\n.*.****\n.*..***\n...**..\n.....**\n..****.\n```\n\n\n## Output without wrap\n\n```\n...***.\n*......\n*.*..*.\n*....*.\n.**....\n.*....*\n......*\n...*...\n..*...*\n...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*......\n*.*..*.\n*....**\n***...*\n.*....*\n......*\n*..*...\n..*...*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n**..\n.**.\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n*...\n..*.\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*..*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n.**.**\n***.*.\n.....*\n..*.*.\n**.***\n*.****\n***.*.\n.*....\n**.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n......\n*.*.*.\n..*.**\n.**...\n*.....\n......\n*...**\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*.*.\n*.*.**\n.**...\n......\n......\n....*.\n....*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n***.\n***.\n****\n*.**\n*.**\n****\n*..*\n*.**\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**..\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..**.\n***...\n......\n....*.\n.....*\n......\n......\n..****\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n****..\n.*....\n......\n......\n......\n...**.\n.****.\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n****.*\n.*....\n......\n......\n......\n...**.\n******\n******\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*....\n.*.........\n...........\n...........\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.....**..\n....*..*.\n....*..*.\n.....**..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n....*..*.\n....*..*.\n.....**..\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.........\n.....**..\n....*..*.\n....*..*.\n.....**..\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n....**..\n...*.**.\n...****.\n**.**...\n***.....\n........\n*.......\n...**...\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n........\n...*....\n......*.\n*.......\n*.**....\n*.......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*....\n......**\n*......*\n*.**....\n*.......\n........\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.***\n.......*.\n.......*.\n.........\n........*\n```\n\n\n## Output without wrap\n\n```\n......***\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n.........\n.........\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n....*...\n...*.*..\n........\n........\n........\n........\n........\n......**\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n....*...\n........\n........\n........\n........\n........\n.....***\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n...***..\n....*...\n........\n........\n........\n........\n........\n.....***\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n****..\n......\n...*..\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n**....\n.*....\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*.****\n.*....\n*...**\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.***.\n.***.***.*\n.*****.***\n...**..***\n...*..***.\n*..*.*.***\n.......**.\n***.***..*\n```\n\n\n## Output without wrap\n\n```\n....*...*.\n*........*\n.*........\n..........\n..**.*....\n....*....*\n*.**......\n.*...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.*........\n*.........\n*.**.*....\n....*.....\n..**......\n*.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n*..**\n****.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**...\n.......***\n.*.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n......***.\n..*..*.**.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*...*\n*.*..*.***\n*.*..*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**..*..\n.....*..****..\n.*.*....******\n........*.*...\n****..*.**.**.\n.*.*..*.*.....\n**.**..****.**\n```\n\n\n## Output without wrap\n\n```\n.......**..*..\n..*.*.........\n.......*....*.\n*..*.........*\n**.*....*.**..\n.....**......*\n**.**..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*......*\n..*.*.........\n.......*....*.\n...*..........\n**.*....*.**..\n.....**.......\n**.**.*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*...*\n.*...\n***.*\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..***\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n..**\n*.*.\n....\n....\n....\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n.***\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..*.\n.**.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.**...\n..*...\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...*..\n.*..*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.***..\n...*..\n.*..*.\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n........\n........\n**......\n*.......\n.*...*..\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n..*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n*.*\n*..\n..*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n..*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n....\n****\n*.**\n...*\n*..*\n**.*\n```\n\n\n## Output without wrap\n\n```\n*.**\n*.**\n....\n*..*\n*...\n.*.*\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*..\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n*..*\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n****\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.....\n...........\n...........\n...........\n...........\n....*.*....\n....*.*....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n...........\n...........\n...........\n...........\n...........\n....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***\n*........\n.........\n...*.*...\n....*....\n....***..\n.........\n.........\n.........\n.........\n......**.\n........*\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......*.\n.........\n....*....\n...*..*..\n....**...\n.....*...\n.........\n.........\n.........\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n.......**\n.........\n....*....\n...*..*..\n....**...\n.....*...\n.........\n.........\n.........\n.......*.\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n*..*..*\n.***...\n......*\n...***.\n.....*.\n.....*.\n.......\n..*....\n...*...\n.***...\n.......\n****..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.**..\n.*.*...\n..**.**\n....*..\n....*.*\n.......\n.......\n.......\n...*...\n.***...\n...*...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**...*.\n.*.*.**\n*.**...\n....*..\n....*.*\n.......\n.......\n.......\n...*...\n..**...\n.......\n.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n***\n*..\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n*.******\n***.*.**\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n*.......\n*.**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..\n***....\n....**.\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n..***..\n*.*..*.\n..*...*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.......\n..*....\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.........\n..*......\n.........\n..*......\n.........\n.**......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.........\n.........\n.........\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.**......\n.........\n.........\n.........\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.**.\n.*..*.*..\n*.***.*.*\n.*..*****\n.*..*...*\n.*..****.\n.***.....\n...*.....\n**.*...*.\n.*..**.*.\n```\n\n\n## Output without wrap\n\n```\n.....***.\n**...**..\n..*..*...\n...*....*\n...**...*\n.......*.\n.*.*...*.\n*..*..*..\n.........\n*.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n....**..*\n.**..*...\n.*.*...*.\n.*.**....\n.*.....*.\n**.*...*.\n...*..***\n.*....***\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...*.\n..**.\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n..*..\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n....*\n..*..\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.......\n.**.......\n*.*...**..\n..*...**.*\n**.......*\n```\n\n\n## Output without wrap\n\n```\n.***......\n.......*..\n......*.*.\n..**..*...\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....**\n*......**.\n*.....*.*.\n*.*...*...\n****...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.....*\n*..***.....*\n*..***.....*\n.*..**......\n```\n\n\n## Output without wrap\n\n```\n.**.........\n*..*.**.....\n*..*.**.....\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***....\n...*.***..**\n...*.***....\n...*.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n........\n**......\n*.......\n.*....**\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n*.......\n**....**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n**......\n**......\n........\n.*....*.\n**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..**\n....\n....\n....\n....\n....\n....\n*..*\n*..*\n**..\n*...\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n*...\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..**\n....\n....\n....\n....\n....\n....\n...*\n****\n.*..\n**..\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...****..\n...*........*\n..**..*......\n.*.*..*******\n...*...*...*.\n...*.......*.\n...**......*.\n...*......**.\n.*.*.........\n```\n\n\n## Output without wrap\n\n```\n..**....**...\n.*..*..***...\n...**.*.***.*\n...**.*.*****\n...**.**.*...\n..**......***\n..***......**\n...*......**.\n..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**...**...\n.*..*..***...\n*..**.*.***.*\n...**.*.*****\n...**.**.*...\n..**......***\n..***......**\n...*......**.\n.*.**...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.*\n***..*.*\n.*****..\n.......*\n*..*..**\n```\n\n\n## Output without wrap\n\n```\n*...*...\n.....*..\n*..***..\n.*...*.*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n.....*.*\n...***.*\n.*...*.*\n.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.....*.\n..*****..*..*.\n.***..*.*....*\n..*...*.*....*\n**..**......**\n...***..*...**\n....*...***...\n*....**.*..*..\n.......**.....\n.**...........\n..........**..\n```\n\n\n## Output without wrap\n\n```\n..***.*.......\n....*.*.....**\n.*....*.**..**\n*...*.*......*\n.**...**......\n...*....*..***\n...*..*.*.***.\n.....**...*...\n.*....***.....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*...*.*.\n*...*.*.....**\n**....*.**..**\n....*.*.......\n.**...**......\n...*....*..**.\n...*..*.*.****\n.....**...*...\n.*....***.....\n..............\n.**........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n***..\n..***\n.***.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*..**\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...**......\n..*..**....\n....*.*....\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n....*......\n....**.....\n....*.*....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n....**.....\n....*.*....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.\n****..*\n**...**\n.*..*..\n.*...*.\n..***..\n*..****\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n..****.\n......*\n......*\n.**...*\n*..*.**\n***..**\n.*...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n.....*.\n.**....\n...*...\n..*...*\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n....**..\n....**..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n....**..\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n........\n........\n....**..\n....**..\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n***.\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n*...\n..*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.***\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n.*.*\n*...\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n**..\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*.*\n.*.*\n****\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n..*...**\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n*.**\n.*..\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*.*.\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n***.\n..**\n.*..\n**.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.....*.\n.......\n.......\n.......\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.****\n***...\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n......\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**.*\n..*.\n....\n...*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n**.*\n****\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..**..\n***...*......\n....**..***.*\n...*........*\n***.....**...\n........*.*..\n......***.*..\n.....*..*....\n.....*.*.....\n...****......\n```\n\n\n## Output without wrap\n\n```\n.*...........\n.*....***..*.\n.*****...*.*.\n.****.....**.\n.**.....**...\n.*........*..\n......*.*....\n.....*..**...\n.......*.....\n....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.**.....\n**....***..*.\n.*****...*.**\n.****.....***\n***.....**...\n.*........*..\n......*.*....\n.....*..**...\n.......*.....\n....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n...*.*..\n...*.*..\n*.....*.\n******..\n*..*....\n*..*..*.\n.*.*.***\n.....*.*\n.....*.*\n.**.***.\n..***...\n```\n\n\n## Output without wrap\n\n```\n....***.\n.....*..\n.....**.\n*.....*.\n*.****..\n*....*..\n**.*.***\n..*..*.*\n.....*.*\n.......*\n.**...*.\n.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.\n.....*..\n.....**.\n*.....**\n*.****..\n*....*..\n**.*.**.\n..*..*..\n.....*.*\n*......*\n.**...*.\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**.*\n**.*\n*.**\n*...\n...*\n*.**\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n....\n*...\n*...\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n*...\n*...\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..\n....***..\n....***..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*.*..\n...*...*.\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n...*...*.\n...*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*.**\n***.\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n*.*\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.*..*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*****\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n*.......*\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*.......*\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***...\n**.*.*...*\n**..**....\n....**....\n.....**...\n.....*....\n....***...\n```\n\n\n## Output without wrap\n\n```\n.*****....\n......*...\n.***......\n.**.......\n..........\n......*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**......\n....*...**\n*.**......\n..*.......\n..........\n..........\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*.*..\n..*...\n......\n......\n......\n......\n......\n......\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n..*...\n......\n......\n......\n......\n......\n......\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n.*.*..\n..*...\n......\n......\n......\n......\n......\n......\n.*.*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****\n**.*****\n******.*\n..*..***\n*.***.**\n**.**.*.\n********\n********\n```\n\n\n## Output without wrap\n\n```\n*.*....*\n........\n*.......\n*.......\n*.......\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.....\n..**...**.\n..........\n..*.*..**.\n.*........\n```\n\n\n## Output without wrap\n\n```\n..**......\n..**......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n..**......\n..*.......\n..........\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n...**.\n....**\n...***\n*..*..\n.*....\n.*..*.\n.*....\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*..\n......\n..***.\n...**.\n*.....\n...*..\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n..***.\n......\n******\n...***\n......\n...*.*\n...*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*.*..\n***..\n.*..*\n*..*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n*.**.\n...*.\n*..**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n..***\n...**\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*.**.*\n*...**\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*.*...\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.****\n*****\n..*..\n*..**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n**...\n.**.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*.\n..*..****\n........*\n***..**..\n....*....\n..**.....\n........*\n```\n\n\n## Output without wrap\n\n```\n.**....**\n......*.*\n.****.**.\n....**...\n....**...\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.*\n*.....*..\n*.***.*..\n**..**...\n....**...\n...*.*...\n*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*\n.*......*\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n.........\n***......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n.**......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n***.\n....\n**..\n....\n....\n***.\n.*.*\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n.*..\n....\n....\n***.\n***.\n....\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n....\n.*.*\n****\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.\n..*..*...\n****..***\n....*.*..\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n...***...\n.*.......\n.*..*.**.\n.*..*.**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.....*..\n....*.*..\n....*.*..\n*.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.\n*..**..\n*...**.\n.......\n..**...\n***....\n*......\n```\n\n\n## Output without wrap\n\n```\n***.**.\n*.*....\n...***.\n...**..\n..**...\n*.**...\n*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**.\n*.*....\n...****\n...**..\n..**...\n*.**...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.....\n.....\n.....\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n*...\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*...\n.*.*\n*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n****\n***.\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n.*.*..*\n...**.*\n...*.*.\n.**.*..\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.*.****\n.*....*\n...*..*\n.....*.\n.**.**.\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*....*\n*..*..*\n.....*.\n.**.**.\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n..*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.***\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n.**.\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n*.*.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.*...*\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*****\n*.*..\n*..*.\n**.*.\n.**.*\n*.***\n**.*.\n**..*\n.****\n*..*.\n**.*.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n*...*\n*..*.\n*..**\n....*\n*...*\n.....\n....*\n....*\n*....\n**.*.\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*..*.\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n....\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n....\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n*.**..\n.*.*.*\n*.*..*\n.**...\n....*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n...**.\n*...*.\n.****.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n******\n*..*.*\n.*....\n.*.*.*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n...*....\n..**....\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..**....\n..**....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n..**....\n..**....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*.*\n**.*\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n**.*\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.**.\n.....**.**.\n.....*****.\n```\n\n\n## Output without wrap\n\n```\n.....*...*.\n....*.*.*.*\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***...**\n*..***...**\n*..***...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.*..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.**.......\n*..*...***\n....*.....\n....*.*...\n.....*....\n.....*.*..\n**...*....\n..***...**\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.....*.\n.***....*.\n...***.**.\n....*.....\n....**....\n....**....\n.***.**.*.\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n***.....**\n****....**\n...***.***\n....*.....\n....**....\n....**....\n****.**.**\n*****....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n*.*.*.\n***...\n***...\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.*\n.**.*****\n.*.......\n.***.*...\n**.*.....\n.*******.\n****....*\n...**.***\n.***.*..*\n```\n\n\n## Output without wrap\n\n```\n.*....*..\n.*....*.*\n.*....**.\n.........\n....***..\n......**.\n........*\n.*..***.*\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.*\n*.*****.*\n......**.\n.........\n....***..\n......*..\n.......*.\n.....**..\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...\n....*.*\n...***.\n...*.*.\n....**.\n....***\n...***.\n....**.\n.*..***\n**....*\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*....\n...*..*\n...*..*\n...*...\n......*\n...*...\n.......\n**..*.*\n**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n..*...*\n...*..*\n...*..*\n...*...\n......*\n...*...\n.......\n.*..*..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*.*\n**.****..*\n***.******\n*.********\n*****.****\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n...*\n****\n*.*.\n.**.\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n*..*\n*...\n*...\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..**\n.*.*\n....\n....\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.*.***\n.*.*.*\n***...\n....*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n..**..\n...*.*\n...*.*\n*****.\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n...*.*\n...*.*\n******\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n**...*\n....*.\n....*.\n...*..\n.*....\n......\n*.**..\n...***\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n......\n...***\n......\n......\n.***..\n....*.\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n....*.\n...***\n......\n......\n.***..\n.....*\n**...*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.*...\n........*.....\n....**....*...\n....**........\n.*..***.......\n.*...*........\n.**..*.*......\n......**.**...\n......**.**...\n.....*.**.*...\n......**......\n```\n\n\n## Output without wrap\n\n```\n.......***....\n.......**.....\n....**........\n...*..........\n......*.......\n**............\n.**..*.**.....\n.....*...**...\n.....*.....*..\n.....*....*...\n......***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**....\n.......**.....\n....**........\n...*..........\n......*.......\n**............\n.**..*.**.....\n.....*...**...\n.....*.....*..\n.....*....*...\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*....\n*....\n.....\n...**\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n***.*\n***.*\n.*.**\n****.\n**.**\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...**\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.**.\n*****\n*****\n**.**\n*****\n**.**\n***..\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**\n.*......*\n.........\n*........\n*........\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.......*.\n........*\n**.......\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*........**\n...*.........*\n*.......**...*\n.*.*..****....\n.*.**.*.......\n.*.......*****\n.***..*.......\n.*............\n.....**.*****.\n..*.*.*.*.....\n```\n\n\n## Output without wrap\n\n```\n............**\n............**\n.*****........\n*.....*...*...\n............*.\n...*..*......*\n..*.*.........\n**...*.*......\n............*.\n.....**.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**......**\n***.........*.\n******........\n.*....*...*.**\n**..........*.\n**.*..*......*\n***.*.........\n.....*.*......\n............*.\n..*...*.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n.*.*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**.*\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n**..**...\n*..**..*.\n....**.*.\n.......*.\n***..**.*\n```\n\n\n## Output without wrap\n\n```\n.****....\n**...*...\n**.*.....\n...***.**\n.*..*..**\n.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.*\n**...*..*\n**.*.....\n...***.*.\n**..*..*.\n****..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*..**..\n*......\n.*****.\n.*.....\n.*.***.\n...*.*.\n.......\n.......\n.*.....\n**.*...\n*..*...\n*..*.*.\n*.****.\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n*..*...\n*....*.\n*****..\n**.....\n...*.*.\n..**.*.\n.......\n.......\n***....\n**.....\n*..*...\n*....*.\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.\n*..*..*\n*....**\n*****..\n**.....\n...*.*.\n..**.*.\n.......\n.......\n***....\n**.....\n*..*...\n*....*.\n*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n**..**\n****.*\n*****.\n***.*.\n*.**.*\n******\n*****.\n.*.*.*\n******\n****..\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n....**\n....**\n....**\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n***.\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n..*.\n....\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n************\n********.***\n*.*.*.***.**\n*********.**\n*******.****\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n............\n............\n*.......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..*..\n...**\n..*.*\n.*.**\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n..*..\n.*..*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...**\n..*.*\n..*..\n**..*\n*****\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*...**..*\n.........\n*...**..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*\n.*......\n*..*....\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n.**.....\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.*...\n***..\n.**..\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n**...\n*..*.\n.***.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n....*\n**...\n*....\n*.*..\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*...\n.............\n*............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**..*\n.........*\n.......*..\n........**\n*.....*...\n.*..**..*.\n.*........\n..........\n*....***..\n*.....**..\n.*.*.**...\n......*...\n..*....**.\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.........*\n......**..\n.......*.*\n......*.*.\n..........\n......*...\n.....**...\n....***...\n.*..***...\n.....*.*..\n.....*.*..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n.....****.\n..........\n*.....**..\n**.....*..\n**....*..*\n..........\n......*...\n.....**...\n....***...\n.*..***...\n.....*.*..\n.*.**...*.\n.**.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n*.....*...\n.......*.*\n*.......*.\n*.***....*\n..**.*..*.\n*.....***.\n..**......\n...*.*.*..\n.....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......***\n..**......\n.**.**....\n.**.*.*...\n.*..*.*...\n.*..**..**\n..*....***\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n.*.....*..\n.......*..\n..**......\n*.*.**..*.\n*.*.*.*...\n**..*.*...\n.*..**....\n..*....***\n...*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n......*\n*......\n.......\n..*....\n..***..\n*......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.***...\n.*.*...\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.***...\n.*.*...\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n.**.*\n.****\n**.**\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.*..*\n.....\n*....\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**..*\n.*..*\n.....\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n.........\n.........\n.........\n.........\n.........\n.........\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.....**..\n*.**......*.*\n*...**....***\n.*********.*.\n```\n\n\n## Output without wrap\n\n```\n**.*.....***.\n*.**........*\n*......**...*\n.***..****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.....\n..**.........\n.......**....\n......***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.......\n...*.......\n....***....\n....*......\n..*........\n...*......*\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.*.....\n...***.....\n...**......\n...*.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***......\n...*.*.....\n...***.....\n...**......\n...*.......\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n***..\n.....\n*....\n*.**.\n*.*.*\n**.*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n*.*..\n***..\n*.**.\n*...*\n*****\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.***.\n*.*..\n.****\n*****\n*..*.\n*****\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...***\n...*.*\n.....*\n**....\n...*..\n....*.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...*.*\n....*.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*..*.*\n*..*..\n....*.\n.....*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.*..*.\n.**.*.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n....**\n.**.*.\n*.*...\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n***.*.\n*.*..*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*...*\n...*.\n.....\n.....\n*...*\n.*...\n...*.\n.****\n.....\n..*.*\n...**\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n.*.**\n..***\n.*..*\n....*\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n....*\n.....\n.....\n*....\n*...*\n**.**\n..***\n**..*\n....*\n*...*\n...**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n..*......*...\n.*.*.*...**..\n.....*.......\n```\n\n\n## Output without wrap\n\n```\n.............\n..*......**..\n..*.*....**..\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n..*......**..\n..*.*....**..\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***.***\n.........*\n*........*\n....*...*.\n*..**.*.*.\n......**..\n```\n\n\n## Output without wrap\n\n```\n....*...**\n....*....*\n........**\n...***.***\n...**.*.*.\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.*.*\n....*.....\n*.......**\n*..***.**.\n...**.*.**\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n...**....\n....**...\n.*.**....\n.***.....\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n...***...\n..*..*...\n.*...*...\n.*..*....\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n...***...\n..*..*...\n.*...*...\n.*..*....\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n....*.......\n...*.*......\n..*.*...**..\n.*.**...**..\n**.**.......\n....*.......\n..***.......\n............\n```\n\n\n## Output without wrap\n\n```\n............\n....*.......\n...*.*......\n.**..**.**..\n*.*.***.**..\n..*.***.....\n***..*......\n..***.......\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n....*.......\n...*.*......\n.**..**.**..\n*.*.***.**..\n..*.***.....\n***..*......\n..***.......\n...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*..**...*\n*********...**\n**.*.*..***.**\n.*.*.*..*.**..\n**.*...***.***\n**.**.*..****.\n*.*.*.**..*.*.\n.**.****...*..\n```\n\n\n## Output without wrap\n\n```\n.....*..**..**\n*.........**..\n..........*..*\n...*..*.......\n...*.***.....*\n....*.*.......\n*.......**..*.\n.**.*..*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...*\n..........**..\n..........*...\n...*..*.......\n...*.***......\n....*.*.......\n*.......**..*.\n*........*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*...\n*.....*.*\n.*...****\n.*....*.*\n```\n\n\n## Output without wrap\n\n```\n**.......\n.........\n**...**.*\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n.....**..\n***......\n.**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.......\n..***........\n...*.........\n......*......\n```\n\n\n## Output without wrap\n\n```\n...**........\n..***........\n..***........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.......\n..***........\n..***........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..*.*.*\n.***.*..***.\n*.***.***...\n*.**.*****.*\n***.*.*..***\n******.*.***\n***..***..**\n*...*.***.**\n.**..**.****\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n....**......\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........**\n*.........*.\n*...........\n............\n............\n............\n............\n..**........\n..**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*.**\n*****\n**...\n.***.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...**\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.\n*****...\n..**.***\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*.*......\n***......\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*......\n*.**.....\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*......\n*.**....*\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.\n..*.**.*\n..*.**.*\n...*...*\n*****..*\n...**...\n```\n\n\n## Output without wrap\n\n```\n.***.**.\n.......*\n..*..*.*\n.....*.*\n.*......\n.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**\n.......*\n*.*..*.*\n.....*.*\n**.....*\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...*.\n.***.\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n**..*\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*..*\n.*.*\n*.**\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n...*\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n**..\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.\n.....**.\n*.....**\n........\n........\n..**.**.\n...*.*..\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n....*...\n.....***\n........\n........\n..**.**.\n...*.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n.....***\n.......*\n........\n..**.**.\n...*.*..\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.....\n..**.\n...*.\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*****\n***********\n****.******\n***********\n***********\n***********\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n*...*....\n*...*...*\n........*\n*.....***\n*....****\n......*..\n.*.......\n*..*...**\n**.....*.\n*......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.........\n........*\n.....*...\n.....*..*\n.....**..\n.......*.\n*.*....**\n**....**.\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.*.......\n*.......*\n.........\n.....*...\n*....*...\n*....**.*\n*......**\n..*....*.\n.*....**.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.****...\n.***...*...\n.....***...\n.....*..***\n.....**..*.\n......*.**.\n...........\n....**.....\n..**.***...\n```\n\n\n## Output without wrap\n\n```\n.*..****...\n........*..\n.**.**.*..*\n...**..****\n....*.....*\n....*..**..\n.......**..\n...*.......\n...*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...**..\n.****..***.\n.**.**.*..*\n...**..****\n....*.....*\n....*..**..\n.......**..\n...****....\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...**.\n......\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n....*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n..*.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n...**...\n...*....\n........\n........\n........\n........\n........\n....*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...**...\n...**...\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n...**...\n...**...\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*....\n......\n......\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*...*.\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....**.\n..*****.....*\n.*..*.*.....*\n.***..**.*.**\n.**....*.*.*.\n**.******..**\n..**.**...***\n*..*.*.****.*\n....**.****..\n..*..*.*.....\n.....****.*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.**........**\n.**..*.*....*\n......*....**\n......**.**..\n........**...\n.*...........\n..***......*.\n..***.....**.\n....*.*..***.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..**.....\n*.*.......*.*\n.**..*.*.....\n*.....*....**\n......**.**..\n........**...\n.............\n..***......**\n..***.....***\n......*.*....\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.**.\n*..*.**.*\n..*.**...\n...*.**..\n...****..\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*....**.\n.**......\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n***....**\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n*.....\n***...\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n*....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n...*..***\n......**.\n...*.....\n....**.**\n..*..*...\n....***..\n....*....\n....*....\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......*.*\n......*.*\n....**..*\n...****..\n...*...*.\n...**.*..\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*.\n......*.*\n......*.*\n....**..*\n...****..\n...*...*.\n...**.*..\n...**....\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...**.\n...***\n....**\n**...*\n.*..**\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n......\n.****.\n..*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n......\n..**..\n..*..*\n**...*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.*.....\n.....*.\n.**...*\n*.***.*\n..**.*.\n**.*.**\n*.*.***\n....*..\n......*\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n.**.*.*\n....*.*\n*......\n*......\n*.*...*\n...**.*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n***....\n.**.*.*\n*...*.*\n.......\n.......\n..*....\n*..**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**.*\n**...*...**..\n.....*..***..\n*.*.......**.\n*.....**.*...\n....*.**.*...\n........*...*\n*....****....\n.*.....**..**\n...**....***.\n```\n\n\n## Output without wrap\n\n```\n..........*..\n.........**..\n.......*.....\n**...*.......\n..........*..\n.....*.*.**..\n.....**.**...\n.....*.....**\n.....*..*....\n.........**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........*\n.*...........\n.*.....*...*.\n.*...*.....*.\n..........***\n.....*.*.**..\n.....**.**...\n*....*.....*.\n**...*....**.\n.*..**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...*\n.....*....\n*..*..**..\n......***.\n........*.\n.*****....\n..***.*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n.....*..*.\n......*.*.\n..*****.*.\n.*...*....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**...\n....**....\n.....*..*.\n......*.**\n..*****.*.\n.*...*....\n**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n...**.\n...*.*\n..*...\n***..*\n..**..\n..*...\n......\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..*...\n..*.*.\n..*.*.\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*...**\n.**..*\n.**.**\n***...\n.***..\n..**..\n......\n......\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.*.\n....\n**..\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n*...\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n*..*\n**..\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..\n...*..*.\n.**.**..\n...****.\n....***.\n..*..*..\n........\n......**\n.....*..\n*....*..\n...*...*\n..*.*...\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*..*.\n..*.....\n..*.....\n........\n....***.\n......*.\n......*.\n.....*..\n....*.*.\n...**...\n..*.*...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n.*.*..*.\n..*.....\n..*.....\n........\n....***.\n......*.\n......*.\n.....*.*\n....*.*.\n...**...\n..*.*...\n..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**..**\n***..*****.\n..***.*.*.*\n.*.**..**..\n.....*..*..\n**....*.*..\n..*..***.*.\n*****..**.*\n.***..*.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.**...**\n*..........\n*..........\n......*.*..\n***.***.**.\n.*......**.\n....**...*.\n*...*.....*\n*...*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n...........\n..........*\n......*.*..\n***.***.**.\n.*......**.\n....**...*.\n*...*.....*\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....****.\n....**.**..*.*\n.....*....*...\n......***.*...\n.***...**.**..\n...*...**.**..\n.......**.***.\n.**....*.*.*..\n.***...**.*...\n.*..*..***.*..\n```\n\n\n## Output without wrap\n\n```\n....*.******..\n...*..***...*.\n...**.....**..\n..*.**...***..\n..**...*......\n...*..........\n..**.***......\n.*.*.***...**.\n**.**.**..**..\n..*.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*.....*.\n*.....**....**\n...**.....**..\n..*.**...***..\n..**...*......\n...*..........\n..**.***......\n.*.*.***...***\n*..*****...**.\n.**.*.**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...**.\n..*.**\n..*.*.\n....**\n...**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n......\n..*..*\n......\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n..*..*\n......\n.....*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***..\n..**..*\n.....*.\n....**.\n**...**\n..*..*.\n...***.\n...*.*.\n..*....\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n.**..*.\n...*.**\n....*..\n.*....*\n.***...\n..**.**\n..**.*.\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.**..**\n...*.**\n*...*..\n**.....\n****...\n..**.**\n..**.*.\n..***..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..**\n.****.*.*\n....**...\n*.*....*.\n*****.***\n```\n\n\n## Output without wrap\n\n```\n.*..**.**\n.**...*.*\n....****.\n*.*....**\n*.**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.**...*.*\n*...*****\n*.*....*.\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*\n..**...\n***....\n..*..**\n```\n\n\n## Output without wrap\n\n```\n.***...\n...*...\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n...*..*\n*.....*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n......\n......\n......\n......\n......\n....*.\n...**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n...**.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n...**.\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n**..**\n*.****\n*.****\n..****\n```\n\n\n## Output without wrap\n\n```\n**...*\n*.....\n*.....\n......\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n..**\n*.**\n*...\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n..**\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n*.*.\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n......*.\n.*..*...\n..*.*...\n**..*...\n......**\n.*...*..\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n...*.**.\n.**..**.\n...*....\n***.....\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....**.\n...*.**.\n*.*..*.*\n...*....\n.**.....\n.......*\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n...\n...\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n.*....\n.*....\n*.*.**\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n...*..\n******\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..***.\n...**.\n....**\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n....\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...\n.**.*.**..\n...**.....\n**..*.....\n....*.....\n.****..**.\n```\n\n\n## Output without wrap\n\n```\n...*..**..\n..*.*.**..\n*...*.....\n....**....\n*...**....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*.\n..*.*.**..\n*...*.....\n....**....\n*...**....\n..*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n...*...\n.*.*.*.\n.*.....\n..*...*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n...*...\n.*.*...\n.......\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*.**\n.*.*.***..\n*.*.**.*.*\n*.....**..\n***.......\n*...*..**.\n..**.**...\n```\n\n\n## Output without wrap\n\n```\n**.**.*.*.\n.........*\n*.***.....\n*.**.****.\n*.....*.*.\n*...****..\n...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n..........\n*.***....*\n..**.****.\n*.....*.*.\n*...****.*\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n******\n**...*\n***...\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....\n..*..*..\n....***.\n....*...\n**..****\n***..*..\n.*......\n..*.....\n.*.***..\n***.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*...**.\n...**.**\n......**\n.**...*.\n..*.**..\n.....*..\n*****...\n*....*..\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.*\n.***..**\n.*.**.**\n......*.\n.**...**\n.**.****\n.....*..\n*****...\n*.**.*..\n**..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n..**......\n..***.....\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n***.......\n***.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n***.**\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**.*.\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n***.**\n..*.*.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.***.\n.*****\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n*.*.**..\n*.*..**.\n...*.*..\n........\n```\n\n\n## Output without wrap\n\n```\n.*...*..\n*..**...\n..*...*.\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*\n*..**...\n..*...**\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n*.***\n**.**\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n**.....\n..*....\n.***...\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.**...\n*..*...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*....**\n.......\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n*...*..**\n..*....**\n..*....*.\n.*.*.*.*.\n.*...*...\n*.***.**.\n.*.....**\n```\n\n\n## Output without wrap\n\n```\n.........\n...*...**\n.*.*..*..\n.***...*.\n.*..*....\n**...*.*.\n*.*******\n.***..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*..*...*.\n**.*..*..\n.***...*.\n.*..*....\n**...*.**\n*.******.\n***.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*....*\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n....*.\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n***.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n.***.*\n*.....\n*..**.\n*.*.**\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.**\n*.**.*\n*.....\n*..***\n..*..*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..**..\n*.....\n*..**.\n*.*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.....*.\n.......\n.......\n......*\n......*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....***\n.......\n.......\n......*\n*....*.\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*....\n...*.\n..*..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n..**.\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.**..\n*****\n*..*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.*...\n..**.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.**\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n....\n.**.\n*...\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n**..\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n**..\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n........\n........\n........\n.....*..\n*.....*.\n........\n........\n........\n**...***\n**...***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n......*.\n**...*.*\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n.......*\n*.....**\n*....*.*\n**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n..***.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.\n.*.**..\n..***..\n.......\n***...*\n```\n\n\n## Output without wrap\n\n```\n*****..\n*....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n...*.**\n.*....*\n.*.*...\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n......\n..*.*.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**.*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n......\n......\n......\n.**.**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*******\n**.*.**\n*******\n******.\n**...**\n.*..***\n*.*****\n*.*..**\n***.***\n****.**\n*.*****\n.*****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*.***\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**..\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***...\n.*...*....\n.*........\n*...*.**..\n....*.**..\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n.......*..\n....*.....\n..........\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n....*..*..\n....*.....\n....*.**..\n...*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.*.\n..***.***.\n..***.*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.*.*.\n..*...*.**\n..*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**\n..*...*.**\n..*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..**.*\n*...******.*\n*...*..**..*\n.*.*******..\n.....*..**..\n*..**....*..\n**.......*.*\n```\n\n\n## Output without wrap\n\n```\n....**......\n....**......\n............\n.**.........\n.***.....**.\n*.*......**.\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***......\n*...**......\n*..........*\n***.......*.\n..**.....**.\n.***.....*.*\n.****......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n....\n..*.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n....\n....\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.\n......*.\n.*...**.\n*....*..\n*....***\n..*.....\n**....*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*...**\n.....**.\n**..*..*\n.*...**.\n*....*.*\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**.\n*.*...*.\n.....***\n**..*...\n**...***\n.....*..\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n****.*\n****.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*..*..\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*.*.\n...**..**.\n.**.*..**.\n..***..***\n*.*...***.\n*..**...**\n.**.**.*..\n*...*..**.\n.*...*....\n**.***...*\n*....*.**.\n..**..***.\n*..******.\n```\n\n\n## Output without wrap\n\n```\n..*.**..*.\n......*..*\n.*...**...\n....**...*\n..*..**...\n*...*....*\n***..***.*\n*.***..**.\n.***.**.*.\n***..*..*.\n*....*...*\n.***.....*\n..****..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n......*..*\n.*...**...\n*...**....\n*.*..**...\n*...*.....\n.**..***..\n*.***..**.\n.***.**.*.\n.**..*..**\n*....*....\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n.**...\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n..**..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n..**..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n**.\n*.*\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n....\n**..\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..**\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n..**\n**.*\n.**.\n****\n***.\n...*\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n**..\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n...*.\n*...*\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**...\n.**.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.**..*\n**...****.*.*\n.**.**..****.\n**...***....*\n*...*.*......\n```\n\n\n## Output without wrap\n\n```\n***..........\n*.**.....**.*\n....*...*.*.*\n*.**..******.\n***...**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...**...\n..*.*....**..\n.*..*...*.*..\n..*.*..**.**.\n....*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n..........*\n..........*\n...........\n*...*......\n*..........\n...*.......\n..*..*.....\n.**.....*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.***.......\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.***.......\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*.*\n*....*.....\n*.**...*...\n*..****...*\n.......*..*\n...........\n..........*\n```\n\n\n## Output without wrap\n\n```\n...........\n*.*........\n*.**.......\n.*******...\n....***....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**\n*.*.......*\n*.**.......\n********..*\n*...***...*\n...........\n*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n.*...*\n*.*.**\n.*...*\n**..**\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n*....*\n*.*.**\n..**..\n***..*\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..*.*.\n..**..\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.....\n........*.....\n.......*......\n```\n\n\n## Output without wrap\n\n```\n..............\n.......**.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.....\n.......**.....\n.......**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**...\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n......**...\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n.*.\n*..\n***\n**.\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n**.\n*.*\n..*\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n....\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n..*.\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n*...*.\n...*.*\n..**..\n.....*\n.....*\n...*..\n......\n......\n.*....\n......\n...**.\n..***.\n..*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*...\n..**..\n..*.*.\n....*.\n......\n......\n......\n......\n......\n......\n......\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n*.*...\n.****.\n..*...\n....*.\n......\n......\n......\n......\n......\n......\n......\n.**.**\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***..*\n**.*******\n*.****...*\n***.**.***\n****.*****\n..*.**..**\n**.*******\n********.*\n```\n\n\n## Output without wrap\n\n```\n........*.\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**.*.\n*...*\n*.**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n*...*\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n*.*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*....\n.........*\n.....*....\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**\n.........\n..*......\n...*..*..\n*....**..\n**.*.**..\n.*.*..**.\n.....***.\n..*......\n..**.*.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....**..\n***....*.\n**.......\n**.......\n..*..*.*.\n..****..*\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.***\n.........\n.........\n.....**..\n***....*.\n**......*\n**......*\n..*..*.*.\n..****..*\n..***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.\n.*.***.\n.***.**\n.*....*\n.***.**\n**.*..*\n```\n\n\n## Output without wrap\n\n```\n..*....\n**.**..\n***....\n****..*\n****..*\n..**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***...*\n.**....\n..**.*.\n....*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n*..*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*...*..\n............*.\n..*...........\n.......*.*.**.\n.....*.**.*.**\n.*.*...*..*...\n.*.**.......*.\n...*.**.....*.\n**.*........*.\n.*.**........*\n*..*.......*..\n...*........*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.............*\n......****....\n..............\n....**..***..*\n...*.*..*.**..\n**.*.*.....*.*\n...*.*........\n**.*.......**.\n..***.........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......**.\n..............\n.............*\n......****....\n..............\n*...**..***...\n.*.*.*..*.**..\n**.*.*.....**.\n...*.*........\n.*.*.......*..\n**............\n..***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..***\n.*.**\n**.*.\n.***.\n.....\n...**\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n**...\n*....\n**.*.\n....*\n...**\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.....\n**.**\n....*\n...**\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n**.*..\n*..*.*\n*...**\n*****.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*....*\n*.**.*\n*....*\n*.*...\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n......\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n**..\n.**.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*\n**..***\n***.**.\n***.**.\n.****.*\n*.*.***\n.******\n...**.*\n.****.*\n*.*.*..\n*..****\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*.*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n***.**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n*..*..\n*..**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n****..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n****..\n****..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*..*.\n...*.*\n...**.\n...*..\n*..*..\n*..*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*...\n.*....\n.*....\n..*.*.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*..***\n***..*\n.*....\n.*....\n..*.*.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n***\n.**\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*.*\n**.*\n*.*.\n*...\n....\n**..\n....\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n*..*\n*.*.\n.*..\n**..\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*.*\n....\n..*.\n.*.*\n**..\n....\n.*.*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n******\n****.*\n*.****\n******\n******\n***.**\n******\n.**.*.\n**....\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n......\n......\n......\n......\n......\n......\n....**\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.....*.\n*..*.*.\n...****\n*..**..\n**.*.*.\n*...**.\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.**....\n*..*.**\n...*.**\n*....*.\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....*..\n.......\n*.*....\n...*...\n...*...\n...*.*.\n****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n*..*\n.***\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*....\n.....*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n....*\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n...*..\n......\n......\n***.**\n.**..*\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n.*....\n*.****\n*.****\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..**..\n......\n**...*\n..****\n..****\n***...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n.*...*\n.*.*.*\n.....*\n.....*\n......\n..***.\n*.*..*\n*.*...\n..*..*\n....*.\n..**..\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n***...\n.*..**\n......\n....*.\n....*.\n.*...*\n....*.\n.*..*.\n.*..*.\n..*.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n.*..*.\n.....*\n......\n....*.\n.....*\n.*....\n......\n......\n**...*\n..*.*.\n....*.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n...**\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n*.*...\n**....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n***........\n*..........\n***.....***\n...........\n........***\n...........\n```\n\n\n## Output without wrap\n\n```\n**.........\n**.........\n...........\n**.........\n**.........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........\n**.........\n.........*.\n**.......**\n.*.......*.\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n.....**\n....*..\n.*.....\n.*.....\n.......\n.......\n*....**\n.*..*.*\n**..**.\n*......\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*.*\n.....*.\n.......\n.......\n.......\n.......\n.....**\n.*..*.*\n**..**.\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n....*.*\n.....*.\n.......\n.......\n.......\n......*\n*....**\n.*..*..\n.*..**.\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*......\n....**.......\n..*...*......\n.....*.......\n.....***.....\n........*****\n*.....***....\n*.....**..*..\n.....**.**...\n....*...**...\n....**.......\n.*.**.*......\n```\n\n\n## Output without wrap\n\n```\n.....**......\n....*.*......\n....*..*.....\n....*....**..\n....**.*...*.\n.....*.....*.\n..........*..\n.....**......\n.....**.**...\n......****...\n...***.**....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**.....\n...**.**.....\n....*..*.....\n....*....**..\n....**.*....*\n.....*......*\n..........***\n.....**......\n.....**.**...\n......****...\n....*.*.*....\n..*.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n**.*\n.***\n**.*\n***.\n***.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n...*\n...*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.\n*********\n*********\n.********\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n.....*..\n.....***\n......*.\n.....**.\n......*.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.....*..\n.....*.*\n........\n.....***\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.....*..\n.....*.*\n........\n.....***\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n..**.\n.....\n..*.*\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n.***.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n.**..\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**.**.\n*....*\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n**..*.\n..*.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*..*.\n..*.*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..**.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n******\n*.**..\n**.*..\n*...**\n.****.\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..*.\n..*.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**.*\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n***.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****...*.*.\n..*.*.**.*.*.\n.*........*..\n.......*.**..\n.*.*....**.**\n**...**......\n......*......\n.....*.......\n```\n\n\n## Output without wrap\n\n```\n.**.*.*.**...\n.**.*...***..\n.***.****.*..\n..*.......*..\n*..*.*..*....\n*.*..*.......\n.*...***.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*.**...\n.***.**.***..\n..**.****.*.*\n*.*.......**.\n...*.*..*..*.\n..*..*.....**\n***.*........\n.....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*....*\n......*....*\n......*....*\n```\n\n\n## Output without wrap\n\n```\n............\n.....***..**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***..**\n.....***..**\n.....***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.***\n.*.....*..\n.*..*...*.\n*........*\n*.**...*..\n.**...*.*.\n.....**...\n...*.*...*\n..........\n```\n\n\n## Output without wrap\n\n```\n.....**.*.\n.*...**..*\n*.......**\n*..*....**\n*.....***.\n........*.\n.**....*..\n...**..*..\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n**...**...\n..........\n...*......\n*.....***.\n........*.\n.**....*..\n...**.....\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n...***.\n...*...\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n..***..\n..**...\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..***..\n..**...\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...\n............\n........**..\n```\n\n\n## Output without wrap\n\n```\n............\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..\n........**..\n........**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n.*..\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n....\n**.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*...*.\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............*.\n*............*\n.......**.....\n........*.*...\n.........*....\n.*...........*\n.*..*.........\n*............*\n.*............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n........*.....\n.......*.*....\n.......*......\n........*.....\n..............\n**............\n**............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n........*.....\n.......*.*....\n.......*......\n........*.....\n*.............\n.*...........*\n.*...........*\n**............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n*.*\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n***\n***\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.....\n.....\n.....\n*...*\n*....\n**...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*..*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n....*.**\n....*.**\n........\n.***....\n.**.**..\n..**.*..\n...***..\n```\n\n\n## Output without wrap\n\n```\n......**\n...**...\n......**\n..**....\n.*.**...\n.....*..\n.*....*.\n..**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n...**...\n......**\n..**....\n.*.**...\n.....*..\n.*....*.\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n....*.\n...*..\n*.*...\n**....\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*..\n*.*...\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*\n....*.\n...*..\n*.*...\n...*..\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n........\n......**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**.*\n.*...\n.**..\n*..**\n.....\n***.*\n*....\n.****\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*..*.\n*...*\n....*\n*....\n*..*.\n*..*.\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**..\n.....\n.....\n.....\n.....\n**...\n.....\n**..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.***.\n..***....\n***.****.\n*.*...*.*\n..*****.*\n***..****\n..*....*.\n...*****.\n.....*.*.\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n....*..*.\n**.....*.\n**...*..*\n.......**\n.........\n...**..**\n..***.***\n...*...**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****\n*.......*\n*......*.\n.....*...\n.........\n.*.......\n**.**....\n..***.***\n..**.*.*.\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n****\n*..*\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n*..*\n*..*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n****\n..**\n..*.\n*.*.\n*...\n.***\n**..\n.*..\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..*.\n....\n....\n....\n....\n...*\n*.**\n*...\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n*.*\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..*\n*.......**\n.*...*****\n..**.***..\n....*.*...\n.**...**..\n.***..*...\n..****..*.\n```\n\n\n## Output without wrap\n\n```\n.....*..**\n....*.....\n.**.**...*\n..**......\n.*..*.....\n.*....**..\n......*...\n.*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**..\n....*.....\n.**.**....\n..**......\n.*..*.....\n.*....**..\n......*...\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..***\n.....\n.*...\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n...*.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n...*.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****\n.*.....\n.*..**.\n***.***\n.....*.\n..*..*.\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.*****.\n.**...*\n....*.*\n.*...*.\n......*\n...***.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n......*\n*...*..\n*......\n*....*.\n*...***\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n**...\n*....\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*.*..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*...\n*.*..\n*.*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..*.\n.*..\n.*..\n***.\n**..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.**.\n.**.\n....\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n*.**\n.*.*\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**\n.*.......\n.*......*\n.........\n**....***\n......*..\n***....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......**\n.......*.\n.*....*.*\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*.\n.*......*\n**.......\n.*.....*.\n**....***\n.....*...\n.**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*.\n*..*......\n.****.*...\n**..***...\n*.***..*..\n.*.*....**\n*.........\n*.*......*\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n......*...\n*.....**..\n*.....***.\n**.**...*.\n*.*.....**\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****......\n.*........\n......*...\n*.....**..\n......***.\n.*.**...**\n..*.....*.\n**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*****\n*****.*.**.\n**..*.*..*.\n*....**.**.\n*....***...\n**..**..***\n.***.*....*\n**..*.**..*\n```\n\n\n## Output without wrap\n\n```\n.*...**....\n......**...\n.*..*..*.*.\n.....*...**\n**.....*..*\n.......*..*\n**.*.*....*\n..******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*......\n....*..*...\n.....*.....\n.......*..*\n.......*.*.\n...*...*.*.\n..***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.****...\n...........\n..*.......*\n........*..\n.*.........\n*..*....*..\n...**..*...\n.........*.\n...*.*.....\n.....**....\n......*.**.\n*....*..*..\n.*....*...*\n.*.....*...\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.*.*.**....\n...........\n...........\n...........\n..***......\n...**...*..\n...*.......\n....***....\n....****...\n......*.**.\n.....**.*..\n**....**...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***...\n.*.*.**....\n...........\n...........\n...........\n..***......\n...**...*..\n...*.......\n....***....\n....****...\n......*.**.\n*....**.*.*\n.*....**...\n.**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n**.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.*.\n....\n****\n....\n....\n***.\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n*..*\n.**.\n.**.\n.*..\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n****\n....\n****\n****\n.*..\n.*..\n.*..\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**.*\n...*\n.*.*\n**.*\n.***\n*.**\n.**.\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n....\n...*\n***.\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.**.*\n*.**.\n.****\n```\n\n\n## Output without wrap\n\n```\n*.*..\n....*\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*..*.\n*.**.\n..***\n.*.*.\n**..*\n**..*\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.***\n.....\n....*\n**...\n...**\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*.**.\n*....\n*....\n.*...\n...*.\n.*..*\n*....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n***.\n*.**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*...\n*..*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n....\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n......*\n....*..\n....**.\n**.....\n***....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n...***.\n...*...\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n...****\n*..*.**\n*.*...*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*..*\n*..*\n**.*\n.***\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......*..\n.....***.\n.....**.*\n.......**\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....***.\n.........\n.....*..*\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....***.\n.........\n.....*..*\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**...*\n.....*.**..\n..*.*.**.*.\n..*.*..***.\n*.**.*....*\n```\n\n\n## Output without wrap\n\n```\n.*...***...\n..***...**.\n....*....*.\n..*.*..*.**\n.****...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*.**\n*.***...***\n....*....*.\n..*.*..*.*.\n.....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n****\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*.*.\n.****\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n*...*\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.\n*******\n*******\n*.*****\n*******\n*******\n.*.****\n*******\n*****.*\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******..***\n******.******\n.************\n*************\n*********.***\n*.***********\n**.*****.****\n*****.**.****\n**********.*.\n*************\n*****.*.*****\n********.****\n****.********\n*************\n```\n\n\n## Output without wrap\n\n```\n*......*....*\n*............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.*.......\n..*.*....\n..*......\n..**.....\n.....*...\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.*.....\n*..*.....\n.........\n.........\n.*.*.....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.........\n*..*.....\n.........\n.........\n.*.*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...***\n...*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n...*.*\n*.*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n...**.\n...*..\n*.*...\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.....*\n.*....\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*...*\n.*....\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n....\n....\n....\n....\n....\n....\n....\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.*.\n*....*.*.\n....**.**\n*...**.**\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n..*.*....\n.....*.**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n***......\n..*.....*\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n*.....*.\n****.**.\n...*.*.*\n.***.*..\n...*....\n..*.....\n........\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n*.*.*.*.\n****.*.*\n*....*..\n...*..*.\n.*.**...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*.*.*.*.\n****.*..\n.....*.*\n...*..*.\n.*.**...\n........\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n...**.....\n..........\n...***....\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.***.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n**.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**.**\n**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*............\n*............\n*............\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........*.\n..*........*.\n..*........*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.**\n...\n...\n...\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n........**\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n........**\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n**.***\n......\n******\n```\n\n\n## Output without wrap\n\n```\n****..\n*****.\n......\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n......\n******\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*****.\n*.*.....*.\n*.*.**.*..\n**...*.*.*\n***.*.....\n*.**..****\n.*...*.*.*\n*....*..*.\n.**.**....\n```\n\n\n## Output without wrap\n\n```\n**...****.\n*.*.....*.\n*.****.*..\n.....*..*.\n....**...*\n*..*****.*\n***.**...*\n*.*..*..*.\n.*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.***.\n*.*.....*.\n..****.*..\n.....*..**\n....**....\n...*****..\n.**.**....\n*.*..*..**\n..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.*..\n*****\n**.*.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n......*\n.......\n.......\n..*....\n.*.**..\n..*.**.\n...**.*\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n..***..\n.*..*..\n.......\n...**..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n*....*.\n......*\n.......\n..***..\n.*..*..\n.....*.\n...*...\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.**..\n***..\n**...\n.*...\n.***.\n..**.\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.*..\n.....\n.....\n.....\n.*.*.\n....*\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n.....\n.....\n.....\n.*.*.\n....*\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n****....*\n...*.**..\n**.****..\n.*.*..*..\n.**..***.\n*.***..*.\n*...*....\n..*.*..*.\n```\n\n\n## Output without wrap\n\n```\n..***....\n...*****.\n**.***..*\n..*...**.\n***.*.*..\n.*.**.*..\n....*....\n.**.**...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..\n.*...*...\n...***...\n*.*...**.\n.**.*.**.\n**.**.**.\n*...*..*.\n*.*.**..*\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.*.*.\n..***\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.*.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...\n.........\n.........\n....**...\n...***...\n..**.....\n.***.....\n..**.....\n.........\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*....\n....*....\n..*.*....\n.**......\n**.......\n...*.....\n..***....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n....*....\n....*....\n....*....\n..*.*....\n.**......\n**.......\n...*.....\n...*.....\n..**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n*.**.*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*.....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n..*.*\n..*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..*..\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*.*\n..*..\n..*.*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..*\n*....**...\n.....*....\n***.......\n..*......*\n```\n\n\n## Output without wrap\n\n```\n**...**...\n**...**...\n*....**...\n.**.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**..*\n**...**..*\n*....**...\n***.......\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n**.\n*.*\n***\n*.*\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.**\n..*\n.*.\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.......\n..............\n....*..*......\n.....**.*.....\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n.....*.*......\n....*.........\n.....*.*......\n......*.......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.....*.*......\n....*.........\n.....*.*......\n......*.......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n...*...*\n..*.*...\n*..*...*\n......*.\n........\n.......*\n*....*..\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n..*.*...\n...*....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n...*....\n*.*.*..*\n...*...*\n.......*\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*.*..\n**.*.\n*.**.\n.*.**\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*....\n*.***\n****.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.*..\n.....\n*.**.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n......\n.*....\n*..***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....*.\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n***\n*..\n.*.\n***\n.**\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n..*\n*.*\n..*\n*..\n...\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**...*\n*..........*\n......**....\n.....**.*...\n```\n\n\n## Output without wrap\n\n```\n............\n......*.....\n.....*.*....\n.....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***...*\n*..........*\n.....***....\n....*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n....*.\n.*.**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*..*\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.**...\n*.*.*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**.*\n....\n**..\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n..*.\n.*.*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n**..\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*........\n......*......\n.............\n.*......*....\n..*........*.\n.........*.*.\n.............\n.............\n...*........*\n......*......\n.........*.*.\n......*......\n.....*.**....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n..........*..\n..........*..\n.............\n.............\n.............\n.............\n.............\n......***....\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.....\n.............\n.............\n.............\n..........*..\n..........*..\n.............\n.............\n.............\n.............\n.............\n......***....\n.....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*....\n...........\n..*........\n..*........\n..*........\n.**........\n.**........\n.**...*....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.***.......\n..**.......\n...*.......\n*..*.......\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.***.......\n..**.......\n...*.......\n*..*.......\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........*..\n....*.....***.\n**..*.........\n..**......**..\n**.*..........\n*..*..*.......\n*...**.*......\n.*....**.....*\n*.*....*....*.\n*.****.....*..\n..*...**...*..\n...........***\n***........*..\n..***.....*.*.\n```\n\n\n## Output without wrap\n\n```\n..........***.\n**........***.\n.**.*.......*.\n...**.........\n**.**.........\n*.**.**.......\n**..**.*......\n**...*.**.....\n*.*.**.*....*.\n..*.**.*...**.\n.**.***...**..\n..*.......**..\n.**.......*..*\n..**.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.........\n**........***.\n.**.*.......*.\n...**.........\n**.**.........\n*.**.**......*\n**..**.*.....*\n.*...*.**....*\n*.*.**.*....*.\n..*.**.*...***\n.**.***...**.*\n*.*.......**.*\n***.......*...\n*..*......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n........\n*...*...\n*.*...*.\n*.......\n...*..**\n.......*\n..**..*.\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n......**\n..*.....\n..*.*.**\n........\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n........\n*.......\n........\n.*....*.\n..*...*.\n***.*.**\n.*...*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n..**.\n.....\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n....*\n*****\n.*...\n*.*..\n*.*..\n**..*\n*....\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n*****\n.....\n*.*..\n*.**.\n*....\n**...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n....*\n.****\n.....\n*.*..\n..**.\n....*\n**..*\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.***\n*.*..\n..*..\n..*.*\n..*.*\n.**.*\n...**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n..**.\n..**.\n.**..\n.....\n.**.*\n.*..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n..**.\n..**.\n.**..\n.....\n***..\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....*\n.*..***.**\n..****...*\n```\n\n\n## Output without wrap\n\n```\n..***...**\n.*....*.**\n..**..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..*\n.*....*.**\n.*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.*..\n........*....\n....*.*.*.*..\n..*.*.*.*....\n.............\n**...........\n```\n\n\n## Output without wrap\n\n```\n.............\n........**...\n........**...\n..*..........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n........**...\n........**...\n..*..........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.**.**..\n..***.*......\n**..*..*...**\n***..*.**.***\n.**..*.*.***.\n```\n\n\n## Output without wrap\n\n```\n.....***.....\n**....*.*.**.\n...**...*.*..\n.*.***.*.*.*.\n...**.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****.**\n......*.....*\n...**...*.*..\n...*.*.**....\n.....*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.*.\n.*.*......\n......***.\n..***.*...\n.*..*.*.*.\n**..*.*.**\n.*.******.\n****...***\n.*.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n....**....\n.......*..\n..*.....*.\n.**.....**\n*...*...**\n**......**\n**........\n**......**\n**......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n..........\n..*.....*.\n..*.....*.\n.*..*.....\n..........\n..........\n..........\n..*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n..*....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........*\n*****.......*\n..**.........\n....***......\n.............\n```\n\n\n## Output without wrap\n\n```\n*.**.........\n*...*........\n.............\n...***.......\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**........*\n....*.......*\n*............\n...***.......\n.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n..*.*\n..***\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..*.*\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n..*.*\n*.*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*...**\n...*.*\n....*.\n*..***\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n....*.\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**...*\n**....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*....\n..*...\n*..*..\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n****..\n*...*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n**....\n.*****\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n....*.*\n.****.*\n.**..*.\n...*.*.\n...*.**\n..*...*\n.*.**..\n.******\n....*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n......*\n.*..*.*\n.*...**\n...*.*.\n..**.**\n..*...*\n.*....*\n.*.....\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n*.....*\n.*..*.*\n**...**\n...*.*.\n..**.**\n*.*...*\n.*....*\n**.....\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**\n*******\n*******\n*.**.**\n******.\n**.****\n*******\n*******\n.******\n*******\n*.*****\n***.***\n****.**\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n.......\n.......\n*..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***...*\n.**......\n.*.....**\n**.......\n****....*\n..***....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n*......**\n.........\n.......**\n*...*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n.......*.\n........*\n.......*.\n....*...*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.\n*..*..*.*\n*.*.*....\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n...*.*.**\n...*.*...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.........\n.*.....*.\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*..\n***.\n...*\n****\n****\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n***.\n...*\n*...\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n****\n....\n....\n....\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n..**...\n....**.\n..***.*\n.**.***\n***.*..\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*..*.\n.....*.\n.**...*\n*.....*\n*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n..*..*.\n.....*.\n***...*\n......*\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.**.**..\n.....*..*.***.\n*.**....**.***\n*.**.....**.**\n....*....**.*.\n......*.....*.\n.*....**..**.*\n....*....*..*.\n```\n\n\n## Output without wrap\n\n```\n....*..*......\n........**....\n.**.*.........\n..*.*....*....\n...****.******\n....**.*.*...*\n.....*.***...*\n......*...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**.....\n.*......*.....\n*.*.*.........\n..*.*....*...*\n...****.*****.\n....**.*.*...*\n....*..*.***.*\n...**....****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.....\n...........\n...........\n.....**....\n.....**....\n....**.....\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.....*.....\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n.....*.....\n.....*.....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n..**...\n..*....\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.*...\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.*...\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*..*\n..*..\n**..*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*.**\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*....\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n..**..\n.*....\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n.*..*.\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n.*..*.\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*.*\n....*.*\n....*.*\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**.*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*..**.*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.......\n*...***\n.*...*.\n***...*\n```\n\n\n## Output without wrap\n\n```\n.......\n....***\n...**.*\n..*.*..\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*..*..\n...**..\n*..**..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n*..*\n****\n....\n....\n....\n...*\n...*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*..*\n****\n.**.\n....\n....\n....\n.*.*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*..*\n....\n.**.\n****\n....\n....\n....\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**.....\n***....**....\n**.*....*....\n.............\n......*...*.*\n.....***...*.\n```\n\n\n## Output without wrap\n\n```\n.*....*.*....\n*.....*..*...\n.......**....\n........*....\n.....*.*.....\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**......\n*.....*.*....\n.......**....\n........*...*\n.....**.....*\n.*..**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...**......\n*.****.**..**.\n****.**..*****\n.**.**.**.*.**\n...**..*.*...*\n..*******.....\n.*.....*...*..\n**...**.****..\n.***...*.*.***\n*..**..*.*....\n********.****.\n..*..****.**.*\n*.*....***...*\n```\n\n\n## Output without wrap\n\n```\n.....*****....\n.*...**.**....\n**......*.....\n**............\n.*............\n*.*.........*.\n***...........\n***.*.*...***.\n.......*..*.*.\n......*.*..*.*\n**..........**\n**.........***\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**.....**.\n........**....\n........*.....\n*............*\n**...........*\n..*.........*.\n***...........\n..*.*.*...**.*\n.......*..*.**\n......*.*..*..\n..............\n**.........**.\n*.**.*...****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n****.\n*.***\n**.**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.******\n****.***.*\n**********\n***.******\n**********\n**********\n*.*.******\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.*..\n*.*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n*.**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.*..\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.*.\n*.......*\n...***..*\n*......*.\n*..**..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n...*..***\n....*..**\n.....****\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*****.\n*..*..**.\n....*..*.\n*....***.\n**.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*****.\n.*****\n*.****\n******\n*.****\n***.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*.....\n*.....\n......\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*...\n.*..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...*..\n......***...\n......**.*..\n.....***....\n```\n\n\n## Output without wrap\n\n```\n......***...\n.....*...*..\n............\n.....*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n.....*...*..\n............\n.....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.\n**.*...\n.....**\n**.....\n..***.*\n.*...**\n*****.*\n.....*.\n****.*.\n```\n\n\n## Output without wrap\n\n```\n**..*..\n**...**\n..*....\n.****.*\n*.***.*\n*.....*\n*****.*\n.....**\n.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.*...*.\n..*...*\n*****..\n..***.*\n.......\n.****..\n.....*.\n*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...*..*.*\n*.*.......*..\n..*.****...*.\n...*....*..**\n........**.*.\n```\n\n\n## Output without wrap\n\n```\n..***........\n.......*..*.*\n.**.........*\n..**.........\n....**.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...***\n*......**.*..\n***..........\n*..........**\n*....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n..**.....\n.*..**...\n.**......\n...*.....\n...**.**.\n****.....\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*..*....\n.*...*...\n.*...*...\n.*...*...\n.*...*...\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...**....\n.*...*...\n.*...*...\n.*...*...\n....**...\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n*******\n***.**.\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n.*..**.\n.***.**\n****...\n.*..**.\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.**.***\n*......\n.....**\n*.....*\n.....*.\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n.....**\n.......\n.....**\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n..*.*\n****.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**.*.\n..*.*\n..**.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.*\n********\n*.*.**..\n**..****\n```\n\n\n## Output without wrap\n\n```\n*......*\n*......*\n........\n**.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n****\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*......**\n.*..*.**...*.\n*..........**\n*.*..........\n*.*......****\n**.*.........\n*.*..***.****\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.....**\n**.*.*....*..\n*..........**\n*............\n*.**......**.\n*..*..*.*....\n*.*...*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...*....\n.*.*.*....*..\n*..........*.\n.............\n..**......**.\n...*..*.*....\n..*.***...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*....\n......\n......\n......\n......\n**...*\n*...**\n**.**.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n.*****\n.....*\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n.*....\n......\n......\n......\n......\n.***..\n....*.\n**...*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.......*....\n......*.*...\n............\n........**..\n.........**.\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n......**....\n.......*..*.\n..........*.\n........*..*\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n......**....\n.......*..*.\n..........*.\n........*..*\n.........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n.**.*.\n*.**.*\n.*.***\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n**...*\n**...*\n**...*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n*...**\n......\n*.....\n***.**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*.*..\n*..**\n*....\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n*..*.\n*...*\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n*..*.\n*....\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n.***\n.*.*\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**.*\n....\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n.*.*\n....\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****..*\n***..*...*\n***..**...\n.*...**...\n*.....*...\n**.*****.*\n.***.*.***\n**..**.*..\n*.***.***.\n***.*.*.**\n```\n\n\n## Output without wrap\n\n```\n...***....\n..........\n..........\n.*.*......\n..**......\n.*........\n........**\n........**\n.*.......*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n........*.\n...*....*.\n..**......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*\n...****\n*.*.***\n***.**.\n.*.****\n**.*..*\n....**.\n.**..*.\n..*****\n.*.****\n.******\n.***..*\n```\n\n\n## Output without wrap\n\n```\n..**..*\n*......\n*.*....\n*......\n......*\n**.*..*\n*..****\n.**....\n.......\n.*.....\n*......\n.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n..*....\n.......\n.......\n.*.*...\n...***.\n.**....\n.......\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****....\n.**.*.***\n**....*..\n*.......*\n....***..\n...**...*\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n.*.**...*\n*.......*\n****....*\n..**.*.*.\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n......**.\n.*.......\n.***.....\n..*.**...\n**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**..\n.****.\n**.*.*\n*..***\n......\n......\n**..**\n*...*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*..*.\n*.....\n*....*\n****.*\n....*.\n......\n**..**\n**..**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n.....*\n......\n.***..\n....**\n*....*\n**..*.\n**..*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n..***.\n..*.*.\n.....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**...\n.**..*\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n......\n***..*\n...**.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......*\n.......*..\n..*.*.***.\n*.*.**.**.\n.*.*...*.*\n...*...*..\n...*.***..\n.*.*...**.\n*.*...*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n.*....**..\n.*..*.....\n..*.**...*\n.*.*...*..\n...*...*..\n...*......\n.*.***...*\n.**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n**....**.*\n.*..*....*\n*.*.**....\n**.*...*.*\n...*...*..\n...*......\n**.***....\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n***..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n**...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n**...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n....\n..*.\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n.*.*\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*...\n*....**.....\n**..*.*.....\n```\n\n\n## Output without wrap\n\n```\n......*.....\n**...***....\n**...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*.\n.....*..*.*.\n.*......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.**..\n...**\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.***.\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*****\n...**\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***.\n.....***.\n*....*...\n**.*.*...\n**..**...\n.**...*..\n```\n\n\n## Output without wrap\n\n```\n......*..\n....**...\n.*..**...\n.***.....\n...*.....\n.***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....**\n..*....**\n.*..**...\n.***....*\n..*......\n.**.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**...\n.**.*\n.*.**\n*..*.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n....*\n**..*\n**...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**.**\n....*\n.*...\n.*...\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.....*\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*.\n...........\n...........\n...........\n...........\n...........\n...........\n...*.......\n.......*...\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..\n**.**.*\n.*...**\n***.*.*\n...****\n**.***.\n*******\n*..*..*\n*..***.\n*.*****\n*.****.\n```\n\n\n## Output without wrap\n\n```\n**.***.\n**.*..*\n......*\n***....\n......*\n*......\n......*\n*.....*\n*......\n*.....*\n..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.*..*\n.......\n.**....\n.......\n.......\n.......\n.......\n.......\n*......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*....\n.*...\n**...\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n.....\n***..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.....\n***..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n.*.*..\n**.*.*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n...*..\n**.**.\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n..*.*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..\n.....***..\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n....**.**.\n....**.**.\n....**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n...*.....*\n...*.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..\n....****..\n..........\n......***.\n.....**.*.\n.....*....\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**.**.\n....*...*.\n.....**.**\n....*.....\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n......***.\n....*...*.\n.....**.**\n........*.\n....**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n***..*\n...***\n```\n\n\n## Output without wrap\n\n```\n....*.\n*....*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.****.*\n***.***.*.**\n*.*.**..*.**\n.***.***.**.\n....****.*..\n*.*.**.**.**\n*.....***.**\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*.**.*\n*...........\n*.......*...\n.**........*\n...........*\n.*.**......*\n.*...**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.......\n............\n........*...\n***.........\n*...........\n**.**.......\n..*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n*.....*.\n...*.*.*\n.*....*.\n..*.*...\n...*....\n...*..*.\n....***.\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*.*\n...*....\n..*..**.\n.*......\n....*...\n..*...*.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**....*.\n**.*...*\n.**..***\n.*......\n....*...\n..*..*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....\n*..*.....\n*..*.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n*****....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****...*\n*****...*\n*****...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..***.\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.**.**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n*..**\n.**..\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.***.\n.***.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*****\n*****\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n....*\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*...*\n.....\n...*.\n..***\n..***\n.....\n*.*.*\n.**.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*.*\n...*.\n..*.*\n.**..\n.**..\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n...**\n..*.*\n*.**.\n..*..\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n*....*.\n***.**.\n**.***.\n..**.**\n..**.*.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.....**\n*......\n..*...*\n*......\n......*\n..*....\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n..*....\n.......\n*......\n..*....\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*...*.\n.***..\n...*.*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n*****.\n*...*.\n*****.\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n**..**\n****.*\n**.*..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..*.*\n.....\n.*...\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n*..*\n....\n....\n....\n....\n...*\n...*\n...*\n****\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*.*.\n....\n....\n....\n....\n....\n..**\n.*.*\n*..*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n....\n....\n....\n....\n*.**\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n..*...\n......\n......\n......\n......\n......\n.*.*.*\n.*.*.*\n*..*.*\n.***.*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n......\n......\n......\n......\n......\n......\n**.*.*\n*..*.*\n...*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*.*..\n......\n......\n......\n......\n......\n......\n.*.*.*\n...*.*\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*...**\n.*****\n**.*.*\n***...\n```\n\n\n## Output without wrap\n\n```\n....**\n.**...\n......\n.....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.**...\n......\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..\n*....*..\n**...*..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n**...*..\n**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n......\n...**.\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*..\n...*.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n**.**.\n.*.*..\n.***.*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n**.**.\n......\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...***\n**.***\n.....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n...\n...\n...\n.*.\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n*.*\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n.****.*.\n...*****\n*.**.***\n.....*.*\n..****.*\n**.*.**.\n***.*.*.\n*..**.*.\n```\n\n\n## Output without wrap\n\n```\n.***....\n.**.....\n........\n..**....\n.*.....*\n.***...*\n*......*\n......**\n*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n.**.....\n........\n*.**....\n.*......\n.***...*\n........\n......*.\n..***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....**\n*..**.\n.**...\n......\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*..*.\n*.....\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*....*\n*...**\n.....*\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*...\n.........*.**.\n..*.*.....*..*\n..*.*.....*...\n...........***\n.......***....\n.......*..*...\n.......*..*...\n........*.*...\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..........***.\n.........*..*.\n.........*..**\n........*....*\n.......*.....*\n......*.....*.\n......*.....*.\n......***.**..\n........***...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........***.\n.........*..*.\n.........*..**\n........*....*\n.......*.....*\n......*.....*.\n......*.....*.\n......***.**..\n........***...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n...*...**\n.......*.\n.....*...\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.......**\n......***\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n.......**\n......***\n......*..\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**..*\n.*.**\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n*****\n**...\n...**\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*...\n...*.\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n*.......\n.**...**\n..**.*.*\n.....**.\n*.***.**\n```\n\n\n## Output without wrap\n\n```\n........\n*.......\n*....***\n*...**.*\n.*.....*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n*..*..**\n.....*..\n....**..\n........\n*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***\n**.****\n*******\n```\n\n\n## Output without wrap\n\n```\n***...*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.......\n..........\n.....*...*\n..........\n..........\n.......*..\n..........\n*.........\n.........*\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*........*\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*\n.........\n.***.*...\n.....*...\n*....*...\n*...*....\n*...*....\n..*.*...*\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n..*.*....\n.**..**..\n....**...\n**..**...\n.*..**...\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....\n*..*.....\n..*.*....\n.**..**..\n....**...\n**..**..*\n**..**..*\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*..\n....*.*...\n**.*....*.\n..*.......\n```\n\n\n## Output without wrap\n\n```\n.....**...\n..*.****..\n.***......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**...\n..*.****.*\n.***......\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n.*****\n****..\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n**.*\n....\n*..*\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n**.*\n*...\n....\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n**.*\n....\n*..*\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n***\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*\n...*****.\n*.......*\n...***...\n.........\n.........\n.*.*.....\n.*.*.....\n.*......*\n```\n\n\n## Output without wrap\n\n```\n....****.\n**..*****\n.......*.\n....*....\n....*....\n.........\n.........\n**.......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***.*\n.*..****.\n.......**\n....*....\n....*....\n.........\n.........\n.*.......\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n*...**\n......\n.*.***\n*.*..*\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n......\n.*...*\n.*...*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*..**.\n.*....\n.....*\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n......*..*\n*.....*...\n*......*..\n........**\n..........\n..*.*...**\n.......*..\n..*.*....*\n......***.\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.....**...\n......**..\n.......**.\n........*.\n..........\n........*.\n.........*\n......*...\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**\n.....**..*\n*.....**.*\n*......**.\n........**\n..........\n........*.\n.........*\n......*...\n.....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n..**....\n.**.*...\n..**....\n..**....\n........\n........\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*..*....\n...**...\n..*.*...\n...*....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*..*....\n...**...\n..*.*...\n...*....\n........\n........\n........\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n***.....\n***.*.*.\n*..***..\n.*******\n******.*\n****.***\n*****.*.\n```\n\n\n## Output without wrap\n\n```\n....***.\n...*..*.\n........\n........\n........\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......**\n......*.\n........\n........\n........\n........\n.......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n......**\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......**\n......**\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*.\n..****.**\n...*..*..\n......***\n.**.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.***\n..*.**.**\n..**.....\n..**.**.*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n..*.**.**\n..**.....\n..**.**.*\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........**\n.............\n.........*...\n......*....**\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*\n.............\n...........*.\n..........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n..**..\n****..\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n*.....\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n*.....\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n...*.\n....*\n.....\n...*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*...\n.....\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n***.*\n.*.**\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n*...*\n....*\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.**..\n....*\n.....\n.*...\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n*..***.\n*..**.*\n*.***.*\n**.***.\n*.**.**\n.*****.\n..*.***\n****.**\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*...*.\n*......\n**.....\n**.....\n.......\n.......\n.......\n**..**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*.*...*\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n***\n*..\n...\n...\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n**.\n*..\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n*..\n...\n***\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....*..\n**..**.*\n.*...*..\n.*......\n*.....**\n**......\n......**\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n**..**..\n.**.***.\n**....*.\n*.......\n**......\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n*...***.\n**..**..\n.**.***.\n.*....**\n.......*\n.*......\n......*.\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.*........\n.*........\n..........\n..........\n*.......*.\n*.......*.\n*...***..*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n***.......\n..........\n..........\n..........\n..........\n**...*.***\n.....*....\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n***.......\n..........\n..........\n..........\n..........\n**...*.**.\n*....*...*\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.*\n*.********\n.*.*.**.**\n**.....***\n```\n\n\n## Output without wrap\n\n```\n...**....*\n.***......\n...*......\n***...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n.***......\n...*......\n.**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***..\n.*.**.**.\n.**.**.*.\n*******.*\n*........\n.........\n....**...\n.....***.\n**..***.*\n.***....*\n*.**...**\n```\n\n\n## Output without wrap\n\n```\n.**.*.**.\n*......*.\n........*\n*.....**.\n*.****...\n.........\n....**...\n.......*.\n**.**...*\n.....**.*\n...*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*......**\n.........\n......***\n*.****..*\n.........\n....**...\n*......**\n.*.**...*\n.....**..\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n*.**.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n*..**...\n.*......\n...*...*\n..***...\n..*..*..\n...*.*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..***...\n...**...\n..*.*...\n..*..**.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***\n........\n*.***...\n...**...\n..*.*...\n..*..**.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n****\n****\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**..\n*....*..\n*....*..\n```\n\n\n## Output without wrap\n\n```\n....**..\n**...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..****\n**...***\n**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***\n********\n********\n*****.**\n****.***\n****..**\n******.*\n**.**.**\n********\n.**.****\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***....\n***.*...*\n*.......*\n*..*.***.\n....*....\n*...**.*.\n****.*.*.\n..***....\n..***.***\n..**.....\n.*..*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*......\n..*......\n..*.....*\n...*...*.\n.*..*.*..\n.*.......\n......*..\n......**.\n.*....*..\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..*......\n.**....*.\n..*....**\n.*.*...*.\n.*..*.*.*\n*.......*\n**....*.*\n**....*..\n***.*.*..\n*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n...**\n*..*.\n.....\n.*.*.\n.....\n*...*\n....*\n*....\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n..*.*\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..***\n..***\n..*..\n...*.\n*..**\n*...*\n...*.\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n..*.*...\n..***...\n```\n\n\n## Output without wrap\n\n```\n........\n.**.**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***.\n***.***.\n***.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n***....*\n*.......\n*****.*.\n....*.*.\n.***.**.\n...**...\n****.***\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n*.*.....\n........\n****....\n*....***\n.*....*.\n...*.*.*\n.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n****....\n.......*\n****...*\n*....*..\n.......*\n**...*..\n*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.**.*\n....*\n..***\n..*..\n..**.\n**...\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*...\n.*...\n.**.*\n.*..*\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.*..*\n.**.*\n**..*\n.**..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*........\n**...........\n..***...*...*\n..*...*.*.*..\n*.*...*...*..\n......*...*..\n.......****..\n.............\n..***........\n....*........\n```\n\n\n## Output without wrap\n\n```\n***..........\n*...*........\n..**...*.*...\n..*..*.....*.\n.*...**...**.\n......*.*.**.\n.......****..\n...*....**...\n...**........\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.........\n*...*........\n*.**...*.*...\n..*..*.....*.\n.*...**...**.\n......*.*.**.\n.......****..\n...*....**...\n...**........\n.*..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n.**\n.*.\n...\n...\n***\n...\n.*.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n..*\n.**\n...\n.*.\n.*.\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n***\n...\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n...*.\n...**\n...*.\n...*.\n....*\n*..**\n...**\n.***.\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..***\n..**.\n...**\n....*\n.....\n.*...\n.*...\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*.**.\n..***\n..**.\n...**\n*....\n*....\n.*...\n.*...\n.*..*\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....*.\n.......\n.*...*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.****\n**************\n**************\n*****.********\n*****.*.******\n****.***.*****\n**************\n*********.****\n*.*****.******\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.*.*.\n.*.*.\n*..*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n...*.\n...*.\n**.*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*...\n..****.**\n**.....**\n........*\n.....*...\n....**...\n**..*....\n```\n\n\n## Output without wrap\n\n```\n..*..**..\n.....*.**\n.****.*..\n.......**\n....**...\n....**...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.*\n.....*.*.\n.****.*..\n.......**\n....**...\n....**...\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n.*.\n..*\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*..\n*..\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....*...\n.*.*....****\n..*.****...*\n.*..*.....**\n........****\n...*.*****..\n.**....*...*\n*....******.\n*.....*..*.*\n**....*..*.*\n*..*....***.\n```\n\n\n## Output without wrap\n\n```\n**......*.*.\n**.*.**.****\n.**.*****...\n...**.***...\n....***....*\n..*...*....*\n.**.*.......\n*....*...*.*\n*..........*\n**.....*...*\n**......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..*....\n.*.*.**.****\n.**.*****...\n...**.***...\n*...***....*\n*.*...*....*\n***.*......*\n.....*...*..\n............\n.*.....*....\n.......**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n**.....*\n*.....**\n*....**.\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n*.*.....\n*.*...**\n.*.....*\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n.....*.*\n......**\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**.\n**.**.**..\n**.*...*.*\n.......**.\n........**\n.....*.**.\n......*...\n```\n\n\n## Output without wrap\n\n```\n**....***.\n...**.*...\n**.**.....\n.......*..\n......*..*\n......****\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..**\n...**.*...\n.*.**....*\n.......*..\n......*..*\n......****\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.**\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n***.\n.*..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***\n....*...\n.....**.\n........\n*...****\n.***....\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n.******.\n.****..*\n.....*..\n....*..*\n.******.\n.****..*\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n********\n*****...\n.....*..\n....*...\n********\n*****...\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n*......\n.*..***\n......*\n.*****.\n.......\n```\n\n\n## Output without wrap\n\n```\n**.....\n*.*..*.\n.....**\n.*....*\n..****.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n..*..*.\n.....**\n.*....*\n..****.\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n****\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**...*\n**...*\n......\n......\n.....*\n......\n.***..\n*...*.\n*...**\n*...*.\n*..*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n......\n......\n.***..\n....*.\n*....*\n......\n......\n*....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n.*...*\n*.....\n......\n......\n.***..\n......\n*...*.\n......\n......\n......\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n........\n......**\n*....***\n*.....*.\n.....*..\n.....**.\n....***.\n..*..*..\n..*.....\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n....*.*.\n........\n......*.\n........\n........\n...**...\n..*.....\n.*......\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n...**...\n....*...\n**.....*\n*.....**\n........\n........\n...**...\n..*.....\n.**.....\n.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.*...\n.**..\n*....\n.**.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*.*..\n*..*.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n***.*\n*..*.\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n**..\n.***\n.*.*\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n...*\n**.*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n**...**\n*.....*\n**.....\n*...**.\n**.****\n....**.\n...**..\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n....*..\n.**.**.\n...****\n.*.*.**\n.**....\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n*....*.\n....***\n..*.*..\n*..**..\n*..*...\n*.*....\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n****\n****\n*.**\n*.**\n*.*.\n*.*.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n*...\n*...\n*.*.\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n.***.*.\n******.\n*.*.***\n..*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.***\n*......\n*......\n*.....*\n.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.......\n.......\n.......\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..***\n*****\n**...\n*..**\n*****\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n.....\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..\n....*..\n....*..\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n...***.\n.....*.\n...*...\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*\n*.*..**\n*.**...\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n..*..........\n..**.*.......\n...****.***..\n...**.***.**.\n........*.*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..**.........\n..**.....**..\n.....***.***.\n.......*....*\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n..**.........\n..**.....**..\n.....***.***.\n.......*....*\n..........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n......\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n.**...\n....*.\n**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......*\n.**.......\n..........\n...**.....\n**.**...*.\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n***.......\n***.......\n..**......\n..***.....\n**.**.....\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n.**.......\n..**......\n..***.....\n**.**....*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.**\n..***..**\n.**..*...\n...*.*.*.\n...**..*.\n.*****.**\n..******.\n*********\n```\n\n\n## Output without wrap\n\n```\n.*.*..***\n*....*.**\n.*...*.**\n...*.*...\n.......*.\n.*......*\n*........\n.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*.*.\n.*...*.**\n...*.*...\n.......*.\n.*......*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n..*\n***\n***\n***\n*..\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n*..\n...\n..*\n...\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*\n*.***..\n*..*.**\n...****\n*.**..*\n...***.\n.*.*...\n*..****\n```\n\n\n## Output without wrap\n\n```\n.***.*.\n.***..*\n**.....\n.**....\n.**....\n.....**\n..**..*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n..*....\n.......\n..*....\n..*....\n.......\n.....*.\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n*.*.\n****\n.***\n....\n...*\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n**..\n....\n...*\n.*..\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n....\n***.\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.**.\n*...*\n..*..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.***.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*.*..\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n..*..*\n..*..*\n.....*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**..*\n....**\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n***..*\n*...**\n*..*.*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.*.*.\n.**..\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n**.*.\n...*.\n.*...\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...**\n**...\n..*..\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n**.*.\n...**\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*..*\n*****\n*****\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.**..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n.....\n*.*..\n*....\n..*..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..*\n**....**.\n.*.****..\n...*..*..\n..**.**..\n**.**..*.\n..***....\n.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.**...**.\n*..*.*.*.\n*..**....\n***.**.*.\n.....*.*.\n**.....*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.\n.....*.*.\n...**..*.\n***.**.**\n.....*.*.\n*........\n*....**..\n**...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*.*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*.**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*********\n********.***\n************\n************\n************\n************\n.***********\n***.********\n*.*******.**\n*******.****\n*********.**\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n............\n............\n............\n............\n............\n*...........\n............\n............\n*.......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n..*.......\n.....**...\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....*....\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....*....\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..**\n*...\n***.\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n*..*\n..*.\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.***\n*...\n..*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n***...\n..**..\n**..*.\n.***.*\n....**\n.***..\n***.**\n*..**.\n**.***\n*..***\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n.****.\n*...*.\n****.*\n*.*.*.\n......\n......\n**....\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n***.**\n..**..\n**...*\n.***..\n..*...\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n**....*...\n.*.*..**..\n.*.*...**.\n```\n\n\n## Output without wrap\n\n```\n......**..\n***..*....\n.*....*.*.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.*.\n***..*....\n.*....*.*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...**..\n...**..\n.....*.\n*.....*\n....*.*\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n...*.*.\n....***\n....*.*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n...*..*\n*...*..\n....*..\n*....*.\n......*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.******\n****.***.*\n**.***..**\n.*********\n***....*.*\n.********.\n***..*..**\n****.***.*\n**********\n******..**\n*********.\n.*.*.*****\n.*********\n```\n\n\n## Output without wrap\n\n```\n*...*....*\n..........\n..........\n..........\n*........*\n....**....\n.........*\n..........\n..........\n..........\n..........\n..........\n.*.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n***.*\n.***.\n**.**\n**.*.\n*..**\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.....\n....*\n.....\n*....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*..*\n****\n****\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n..*...\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*\n**.......*\n**.......*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*........\n..*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...***\n.***...***\n.***...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.***.\n*.......**.**.\n.*..*...**.**.\n.*.**..*.**...\n..***...*..*..\n.........**...\n*....*.*..*...\n.***.....*....\n*...****...*..\n...*..***..*..\n.......**..*..\n*****.......*.\n.......*.....*\n.*.*.***..*.*.\n```\n\n\n## Output without wrap\n\n```\n........*.*.*.\n.......*.....*\n*****..*....*.\n.*...*.*....*.\n..*.*...*..*..\n...**...****..\n.**.....*.*...\n****...**.*...\n.*..**....*...\n....*.....***.\n.*..*.*.*..**.\n.***...**...*.\n*....*.*...***\n......**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.....\n.......*......\n*****..*....**\n.*...*.*....*.\n..*.*...*..*..\n...**...****..\n.**.....*.*...\n****...**.*...\n.*..**....*...\n....*.....***.\n.*..*.*.*..**.\n****...**...**\n.....*.*...***\n......*****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*...*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n**..*.\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n*.*...\n..*...\n......\n.....*\n.*....\n......\n**....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.***..\n......\n.*....\n......\n......\n......\n**....\n**....\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.***..\n......\n.*....\n......\n......\n......\n**....\n**....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.**...\n......\n.**.*.\n***..*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n*.**..\n*.****\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n......\n...*..\n..**.*\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n...*..\n**.*..\n.*.*.*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n*****.\n**.*..\n.....*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n******\n**.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n.....\n.....\n.....\n*....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**...\n.**..**.**\n...*..*...\n....*****.\n**...*....\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n.******...\n.*...**...\n..**......\n....*...*.\n..*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n..*.......\n..**......\n....*...*.\n..******..\n..**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.****.*.\n..*...*.**\n.****....*\n.*.......*\n*........*\n**........\n.**...*.**\n```\n\n\n## Output without wrap\n\n```\n..*****.**\n......*.**\n.*.*.....*\n**.*....**\n*.........\n*.*.....**\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*...\n......*.**\n.*.*.....*\n.*.*....**\n.........*\n..*.....*.\n...**.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..*...\n....*.......*.\n......*.......\n....*.........\n.......*......\n..........*...\n.....*.*.*..*.\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.....*........\n..............\n..............\n......*.*.....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.....*........\n..............\n..............\n......*.*.....\n..............\n......*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***.**\n**.*******.\n*.*******.*\n**.********\n.******..**\n.*********.\n***********\n******.****\n*******.***\n****.******\n.*******.**\n***********\n***********\n***********\n```\n\n\n## Output without wrap\n\n```\n*..*.....**\n...........\n..........*\n*..........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.**...\n..*...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...*..\n..*...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n...*..\n..*...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**.*\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.**.*\n....**\n*.**.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n*****.\n******\n******\n******\n******\n******\n******\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*.*\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n*..*..\n......\n**....\n*.....\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n***...\n*.*...\n**....\n**....\n**....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.*...\n**....\n**....\n**....\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n**......\n......*.\n.*....*.\n.**...*.\n*.*...*.\n...*..*.\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n.**..***\n*.*..***\n..**.***\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.......*\n**.....*\n.**..***\n*.*..**.\n..**.**.\n..**...*\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*..\n..........\n...**.....\n...*......\n..........\n..........\n..........\n......*...\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...**.....\n...**.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...**.....\n...**.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**..\n.*.*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n***.\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n****\n....\n****\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n....\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n****\n.**.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n****\n**..\n.*.*\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n...*\n.***\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n...\n**.\n..*\n...\n*.*\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n**.\n.*.\n.*.\n.*.\n.*.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n***\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n...\n..*\n*..\n.*.\n*.*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n.*.\n**.\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n.*.\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n...**....\n.........\n.........\n..*......\n.........\n.....*...\n.....*...\n.........\n.........\n.........\n*......**\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***..\n.*..*....\n.........\n...**....\n.........\n*......**\n........*\n*.......*\n.**......\n***....*.\n.*.....*.\n...**.**.\n****.....\n*......**\n```\n\n\n## Output without wrap\n\n```\n....**...\n....*....\n...**....\n.........\n.........\n.......**\n........*\n.*.......\n..*......\n*........\n**.*...**\n*..**.**.\n*****.*.*\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..****.\n....*....\n...**....\n.........\n........*\n*......**\n.........\n**......*\n..*......\n*.......*\n**.*...*.\n*..**.***\n*****.*..\n..******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**........\n...***.....\n...***.....\n*.**.*....*\n.***.****..\n***.***....\n*...**.**.*\n.*....*....\n**.........\n...........\n..**......*\n..........*\n```\n\n\n## Output without wrap\n\n```\n..***......\n.....*.....\n......*....\n.......*...\n.......*...\n*........*.\n*.***..*...\n.*...***...\n**.........\n.**........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***......\n.....*.....\n......*....\n*......*...\n.......*..*\n.........**\n..***..*..*\n.*...***..*\n**.........\n***........\n...........\n**.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**..**\n*.**.*****.*\n************\n***.*..***.*\n*******.****\n.***..****.*\n*******.**.*\n..********.*\n************\n```\n\n\n## Output without wrap\n\n```\n..........*.\n...........*\n............\n............\n............\n..........**\n..........**\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......*\n..........\n*......**.\n..........\n*.*..*.***\n.**.....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.......*.*\n..*...*...\n.**....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*.\n..*......*\n..........\n**.....**.\n*.*...****\n...*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***..\n.*.......\n..*.***..\n......**.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.**......\n.....***.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.**......\n.....***.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..***.*\n*.*.*.*....*\n*.*.**......\n..*.*...*...\n*..******...\n.*........**\n.**....**..*\n```\n\n\n## Output without wrap\n\n```\n...***.**.*.\n..*...***.*.\n..*.*.......\n..*.....*...\n.*********..\n**.***...***\n.**.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..*.*\n*.*...***.**\n*.*.*......*\n..*.....*...\n**********.*\n.*.***...***\n.***...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n.......\n....*..\n......*\n.....*.\n.......\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....*.\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.....*.\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n**.*.\n**..*\n.**..\n..***\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n...*.\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.***.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..**\n...***.**\n*...*...*\n.**....**\n.*.......\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n..**.....\n*.***....\n*....***.\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.**\n*.......*\n*****....\n....****.\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.**..*\n....**\n*.....\n**.**.\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*.***\n.*....\n.*..**\n**.*.*\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.*....\n.*..**\n**.*..\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**....\n***.*.**..\n.....**.*.\n......*..*\n....******\n```\n\n\n## Output without wrap\n\n```\n*.*.***...\n*.*.*..*..\n.*......*.\n....*....*\n.....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n*.*.*..*.*\n**......**\n....*....*\n.*.**..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n**..\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n***.\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.........\n.........\n.........\n....*....\n*........\n......*..\n......*..\n.........\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.**.*.\n..*...\n......\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n....*.\n.*.*..\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n.*.*..\n..*...\n......\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*.*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....*..\n....***.\n....*..*\n*...*.**\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n....*.*.\n...**..*\n...**.**\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....***.\n....*.*.\n*..**...\n*..**.**\n....****\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**..*\n**...**..*\n....*.*...\n*.*.**....\n.*.**.....\n*.**....**\n```\n\n\n## Output without wrap\n\n```\n*.*..**...\n*.*.*..*..\n*..**.*...\n.**.......\n*....*....\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****..\n..*.*..*.*\n...**.*..*\n.**.......\n.....*....\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*.*.\n*.****.*.**\n.**.**.*.**\n***..**.***\n.**.******.\n**.*.*****.\n....**.*.**\n**.*.******\n*****.*****\n```\n\n\n## Output without wrap\n\n```\n......*....\n.......**..\n...........\n...........\n**.........\n..*........\n***........\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n..*........\n..*........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.**.*\n***..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**.**\n....*\n*....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n**.\n*.*\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n.....\n.....\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*.*..\n......\n..*...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*....\n......\n..**..\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n....\n....\n.***\n..*.\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n..*.\n.***\n.***\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n...*\n..*.\n.***\n.***\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n.**...*.....\n.*.........*\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.**.........\n.**.........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n.*..........\n*.*.........\n*.*.........\n.*..........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.*.......\n.*.......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n.*.......\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...*....*\n...*....*\n...*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*..**\n.**..\n.****\n.*..*\n*...*\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n...**\n*.***\n*....\n*...*\n**..*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..**.\n.....\n....*\n.*...\n*...*\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**..\n....**....\n**..******\n*....*....\n......*...\n*.....*..*\n....***..*\n....*.*.**\n..***.**.*\n```\n\n\n## Output without wrap\n\n```\n....***...\n...*......\n**.....**.\n**..*...*.\n.....**...\n......**..\n....*.*..*\n.........*\n...**.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.\n*..*.....*\n**.....***\n**..*...*.\n*....**..*\n*.....**.*\n....*.*...\n*........*\n..*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n*....*..\n*.....**\n*....*..\n*..*****\n..**.**.\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n**...*..\n..*..**.\n......*.\n*..*....\n.*.**..*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n.*..**.*\n***..**.\n.......*\n*..*....\n*..*...*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n....*\n.....\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n......\n..*.*.\n..*..*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n.*....\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...*..\n......\n..*...\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....***.**.*\n***...*****.*.\n......*...**..\n....*******...\n.....***.*....\n......*.*..*..\n.*...*...****.\n***.**....*.*.\n*.***.....**..\n*...**...**..*\n.**..**.*...**\n*.****.......*\n*...*.*......*\n```\n\n\n## Output without wrap\n\n```\n***...*...***.\n***..*......*.\n.*............\n....*......*..\n....*.........\n........*..**.\n***.***..*..*.\n*....*......*.\n*.*.........*.\n*.....*..**..*\n*.*...*..*..**\n*.*....*.....*\n.*..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......**..\n***..*......**\n.*............\n....*......*..\n....*.........\n........*..**.\n***.***..*..**\n*....*......*.\n..*.........*.\n......*..**...\n..*...*..*..*.\n..*....*......\n..*.*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.**...\n*..****.*.\n*...*..***\n.*...*..**\n..*******.\n..*.....*.\n*.*.......\n.......**.\n......*...\n**.*.*.***\n.***.*.**.\n..****.*..\n```\n\n\n## Output without wrap\n\n```\n****..**..\n*.**....**\n**.*......\n.**.......\n.******...\n..*.***.*.\n.*.....**.\n.......*..\n......*..*\n**.*.*...*\n*....*...*\n.*...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n..**....*.\n.*.*......\n.**.......\n.******...\n..*.***.**\n.*.....***\n.......*..\n*.....*...\n**.*.*...*\n.....*....\n*......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***...\n.*....***.\n....**....\n****.....*\n..*.*.....\n..***.....\n....*....*\n.***.*....\n*..***...*\n.*.....*.*\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.......*..\n*..******.\n.**..*....\n....*.....\n..*.**....\n.*...*....\n.**..*....\n*..*.**.*.\n....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*....\n.......*..\n...*******\n***..*....\n*...*.....\n..*.**....\n.*...*....\n.**..*...*\n...*.**.**\n.***....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.......*\n......*......*\n......*..*.*.*\n.**..*.....*..\n*****....*.*..\n..*...........\n*......**.....\n.**...*..*....\n*.....*..*...*\n.......**...*.\n**..........*.\n```\n\n\n## Output without wrap\n\n```\n...***........\n...**.*......*\n.....**...*...\n*...**.....*..\n*...*.....*...\n*.*.....*.....\n..*....**.....\n**....*..*....\n.*....*..*....\n**.....**...**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****......*.\n...**.*......*\n*....**...*...\n....**.....*..\n*...*.....*...\n*.*.....*.....\n..*....**.....\n.*....*..*...*\n**....*..*...*\n.*.....**...*.\n*****.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n..*..*.\n.......\n....*..\n...**..\n...**..\n...***.\n**...*.\n**....*\n**.....\n.......\n..**...\n..**...\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....*..\n...**..\n..***..\n...****\n....***\n..*....\n*......\n*..*...\n...*...\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.\n.......\n.......\n....*..\n...**..\n..*****\n...****\n.*..***\n*.*....\n**.....\n**.*...\n...*...\n.*..*..\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.***....**\n....*.*.....**\n...*..........\n....*.........\n..***.**.....*\n```\n\n\n## Output without wrap\n\n```\n....****....**\n...**.**....**\n...***........\n..*.**........\n...***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...........\n*..**.**....*.\n...***........\n..*.**........\n*.*....*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...**\n***.*.*.*\n*...****.\n**..*..**\n.*..**.**\n**.*.*...\n*.*.*.***\n*.**.....\n**..*...*\n**..**..*\n```\n\n\n## Output without wrap\n\n```\n*.**...**\n*.*.*...*\n..*.*....\n**.*.....\n...*.*.**\n*..*.....\n*...****.\n*.*.**..*\n....**...\n**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n..*.*....\n..*.*....\n.*.*.....\n...*.*.*.\n...*.....\n....****.\n..*.**...\n....**...\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n.*.*......\n**.......*\n.*.....***\n**.*..***.\n...*...**.\n..........\n..........\n.......**.\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.*.......\n*.*.......\n..........\n.*...**...\n.*.....*..\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n.**.....**\n.**.......\n.*........\n**...**..*\n**.....*.*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n**.**\n*.***\n.****\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n*...\n...*\n..**\n****\n***.\n...*\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n*...\n*...\n*..*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*.**\n....\n....\n....\n....\n*.*.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n..*.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n***.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*..\n....*....**.\n...........*\n.....*..**.*\n**..........\n.........*..\n*.**.**.*...\n.*..*.*....*\n*****...*...\n.****.*....*\n.*...***...*\n...***...*.*\n....*.....*.\n```\n\n\n## Output without wrap\n\n```\n.........**.\n........*..*\n...........*\n........*.**\n.........**.\n..*.******..\n.*******....\n.****.......\n......**....\n......**....\n............\n..**......**\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*...\n*.......**.*\n*...........\n*.......*...\n**.......**.\n*.*.******..\n*.******...*\n.****......*\n*.....**..**\n......**..**\n..........**\n..**........\n...**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*.*\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*.*.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........*.\n..........\n..........\n......**..\n...*****..\n....**....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...**.....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...**.....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**\n.*.*...\n***....\n.***..*\n*.*..*.\n.*..*..\n.*.*...\n*..*...\n...**..\n*.*..*.\n***...*\n*...***\n```\n\n\n## Output without wrap\n\n```\n....*..\n...**..\n*......\n...*...\n*...**.\n**.**..\n**.**..\n...*...\n.****..\n*.*.**.\n*.***.*\n*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n...**.*\n.......\n...*..*\n*...***\n**.**..\n**.**..\n...*...\n.****.*\n*.*.**.\n..***..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*.*\n.*.*\n....\n*...\n*..*\n.*.*\n****\n..*.\n....\n***.\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n.*..\n....\n....\n....\n***.\n...*\n*..*\n..**\n..*.\n***.\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n....\n*...\n*..*\n.***\n....\n....\n*.*.\n..**\n****\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n..****.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n..*..*.\n..*..**\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n..*..**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n.***\n**..\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n....\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n...*\n.*..\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n*....**\n...*.*.\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..***.\n*...**\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*..**...\n*......*\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n**.....*\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*..*.*\n*.....\n```\n\n\n## Output without wrap\n\n```\n....*.\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n**..*.\n**..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.*\n***..***.*\n**........\n.********.\n...*..*...\n..*...***.\n.**.*.*.*.\n..*****.**\n*..*.*.***\n..*.****.*\n```\n\n\n## Output without wrap\n\n```\n.*....**..\n.*....**..\n*.***.....\n***.***...\n...**.....\n***.......\n.**.......\n..........\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*.*.\n...*....*.\n*****...*.\n***.***...\n...**.....\n***.......\n.**.......\n**........\n***.......\n..*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....*\n.....*.....\n.......**..\n.........*.\n...*.***...\n....*.*..**\n....*.****.\n...........\n.....*.*...\n*....*.*..*\n.....**....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n........*..\n...........\n....*******\n...**....**\n......*****\n.....*.....\n...........\n....**.*...\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....\n...........\n........*..\n...........\n....*******\n...**....**\n......*****\n.....*.....\n...........\n....**.*...\n....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........*.\n...........*..\n*..**..**...**\n...**...**.*..\n****....***.*.\n........*.....\n.........*.*..\n*.........*...\n..*......**.*.\n*..*..........\n**............\n..............\n.*..*.........\n****.........*\n```\n\n\n## Output without wrap\n\n```\n..............\n...........*.*\n...**..******.\n*..........*.*\n.****..*..**..\n.**.....*..*..\n.........**...\n..............\n.*.......***..\n*.*...........\n**............\n**............\n**.*..........\n****..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.........*.\n*..........*..\n...**..*******\n...........*..\n.****..*..**..\n.**.....*..*..\n.........**...\n..............\n.*.......***.*\n*.*..........*\n**............\n**............\n.*.*..........\n..**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....*..\n********\n........\n****.*..\n......**\n........\n...**...\n.*****..\n***.***.\n.*....**\n.....**.\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n.***.*..\n.******.\n........\n.**...*.\n.**...*.\n........\n.....*..\n*.....*.\n*......*\n***.*..*\n.....*..\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n****.*.*\n********\n........\n***...**\n***...**\n........\n.....*..\n*.....*.\n........\n.**.*...\n.....*..\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*......\n.....*...*.**.\n..............\n.........*..**\n...*...*......\n...*....*.*.**\n..........*.*.\n..*...........\n..*..*.....**.\n......*....*..\n.....*.*..*.*.\n.....*.*...*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..........**.*\n..............\n........**.*..\n.........*..**\n.........*..**\n............*.\n...........**.\n.....**...*...\n.....*.*..*.*.\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*.***.\n..............\n..........**.*\n..............\n........**.*..\n.........*..**\n.........*..**\n............*.\n...........**.\n.....**...*...\n.....*.*..*.*.\n....**.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n.........*\n..........\n..........\n*.........\n..*...**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n..........\n..........\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.*\n***....*..\n*.........\n........**\n..........\n.*....*...\n..........\n.....*...*\n........*.\n...*.....*\n...*.**...\n**...*..**\n```\n\n\n## Output without wrap\n\n```\n**........\n**.....***\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*.*..\n...*..**..\n....*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n**......*.\n.*......*.\n.........*\n..........\n..........\n..........\n..........\n..........\n.....*.***\n....***.*.\n.*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n*.*.*\n*.*..\n**.*.\n****.\n*..**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..*.*\n*.*..\n...*.\n.....\n*....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*.*..\n..*..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*****\n.*.*.*\n.*****\n......\n.**.*.\n.*...*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n***.*.\n***.*.\n*.*.*.\n....*.\n.*..*.\n.*....\n*..***\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n..*.*.\n....**\n....**\n.*....\n....**\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.**.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*****\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n....*...\n.*..*...\n..**.*..\n...*.*..\n...**..*\n.......*\n....***.\n........\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*.**..\n.*...*..\n..**....\n..*...*.\n...**.**\n...*...*\n....***.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n..*.**..\n.*...*..\n..**....\n..*...*.\n...**.**\n...*...*\n.....**.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n**.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n.*.*\n.*.*\n....\n....\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n....**.\n....**.\n**..*..\n**..**.\n**..***\n.......\n**..*.*\n*****.*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n......*\n...*...\n**.*...\n..**..*\n**..*.*\n....*.*\n*...*..\n*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n......*\n...*..*\n**.*...\n..**...\n.*..*..\n....*..\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..**.\n*****\n.*...\n.....\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n*...*\n**.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n*...*\n.*.**\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...*...*.\n...*.....\n......*..\n.........\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.....\n...***.....\n...***.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...........\n..**.**....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***...\n.***.***...\n.***.***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n....*\n...*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.****\n**...\n**..*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n******.*....\n**....**...*\n*.....*....*\n...**.*.....\n*....**.....\n............\n**..........\n```\n\n\n## Output without wrap\n\n```\n............\n.****.......\n*.****.*....\n...**..*....\n**....*.....\n....*.**....\n....***.....\n**..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.****.......\n..****.*...*\n...**..*....\n.*....*....*\n*...*.**...*\n....***.....\n**..........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*\n.......\n*...*.*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**.*.*.*\n.*.*.*.***.**\n**..*...**.**\n*********.*.*\n******.**.*.*\n*.*.*.*..*.**\n*.*.***.**.*.\n***...**..**.\n..****.******\n..**.**.***.*\n*.****..*.***\n****..*******\n..*******..*.\n*****.*.*****\n```\n\n\n## Output without wrap\n\n```\n.******......\n.***.**......\n.............\n.............\n............*\n.*.......*.*.\n*............\n.*...........\n.............\n.............\n.............\n.............\n.........***.\n.........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.........*...\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*****\n*****\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n..........\n***...*...\n*.....*...\n*.*.......\n..**......\n..**......\n..........\n*........*\n*.......**\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n**........\n*.*.......\n..**......\n..........\n..**......\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n**.......*\n**........\n*.*......*\n..**......\n..........\n..**......\n..........\n*.......*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n....*..\n...***.\n...**..\n****...\n*.*....\n.*.....\n......*\n.......\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n.......\n....**.\n**..*..\n**.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.......\n....***\n**..*.*\n*.....*\n**.....\n*......\n.....*.\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*...\n..*...*...\n*.*....***\n.*........\n***...*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..**....*.\n..**...***\n..*.....*.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.**\n*...***...\n****...*..\n*......*..\n.***..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.....\n*...........\n............\n*.*..***....\n*.........*.\n............\n........*...\n............\n............\n...*........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n***..***....\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n*...........\n.**..***....\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n***.\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n****\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.***\n.***.***\n*.****..\n.**.****\n..**.***\n*******.\n.*****.*\n.*.****.\n*..*****\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n........\n........\n........\n........\n**......\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.**..\n***..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*..*.\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n*..**\n*.*.*\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n.....*..\n....***.\n*...****\n.*....*.\n........\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....***.\n.......*\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.....*..\n....**..\n.......*\n.......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n.*.****\n*.*...*\n.**.***\n..**...\n.*...**\n.***.*.\n.*...*.\n*****..\n**.*...\n```\n\n\n## Output without wrap\n\n```\n.....**\n**..***\n.......\n....**.\n.......\n***.***\n**..**.\n.....*.\n...*.*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....*.*\n.......\n....**.\n.......\n***.***\n.*..*..\n*.....*\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.....\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..*.*...\n..*..***..**.\n....**...*..*\n*..*.*.*.**..\n...***..***..\n....*.....*..\n.*..**.....*.\n***.**...**..\n```\n\n\n## Output without wrap\n\n```\n..****.**.*..\n..*....*.***.\n...*...*.*...\n...*.......*.\n...*.**.*..*.\n..........**.\n***......*.*.\n******....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.*.*.\n..*....*.***.\n...*...*.*..*\n...*.......*.\n...*.**.*..*.\n..........**.\n***......*.*.\n*.....*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n***.**\n.*.**.\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n........\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**.**\n*.*..\n*.***\n.....\n*.***\n```\n\n\n## Output without wrap\n\n```\n.**..\n***..\n*....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*****\n.....\n...**\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*.*\n....*.\n.*.*.*\n....*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..**.*\n...*.*\n******\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....*.\n*.**.*\n...*.*\n.****.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*...**.\n*......\n*...*..\n.....**\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**..**.\n.....*.\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n......*\n**..**.\n*....*.\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n***...\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n......\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*.\n...**...*.\n....***.*.\n.......**.\n*..*.***.*\n*.********\n...*.*...*\n....*.****\n```\n\n\n## Output without wrap\n\n```\n...**.....\n..*....***\n...***.*..\n.....*...*\n.*.*....**\n..........\n.***.***.*\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.*\n...*...***\n...***.***\n**...*...*\n*..*......\n*.........\n.**.......\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*....*\n*....*\n*.....\n......\n......\n......\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n.*....\n*....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**...\n*...*\n*.***\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*.*.*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**\n..*....\n......*\n*.....*\n.......\n.......\n..*....\n**.*.*.\n...*.*.\n...*...\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.*.*...\n...*...\n..*....\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n..*.*..\n.......\n*.....*\n.......\n.......\n***....\n.*.*...\n*..*.**\n..**.*.\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n*.*.\n....\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.**.\n..*.\n.***\n***.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n..*\n***\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n**...*\n**.***\n...***\n```\n\n\n## Output without wrap\n\n```\n.*....\n...**.\n.*.**.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n.*...*...\n..*....**\n```\n\n\n## Output without wrap\n\n```\n***......\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*\n........*\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**.\n..****...\n.*....*..\n.****..*.\n...*.....\n.........\n.........\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n.****..*.\n.*....*..\n.*.**....\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..\n.****..*.\n.*....*..\n.*.**....\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n.****.\n***..*\n*.*.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....**\n*....*\n*...**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n*...*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..******\n*...*....*\n...****..*\n.......*.*\n*......*.*\n......*...\n.....*****\n.****.*...\n*...*.**..\n....*..*..\n*****....*\n```\n\n\n## Output without wrap\n\n```\n....******\n.........*\n...****..*\n....**.*.*\n......**..\n.....*...*\n..***...*.\n.****.....\n.**.*.**..\n*.*.*.***.\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n..........\n...****..*\n....**.*.*\n*.....**.*\n*....*....\n..***...*.\n*****....*\n.**.*.**..\n..*.*.****\n.**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****\n********\n*.******\n*******.\n********\n********\n*****.**\n*******.\n********\n**.*****\n********\n****.***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n***\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.....\n....*\n....*\n****.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.**.*\n.**.*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.**.*\n***..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*...*\n.*...\n.**..\n...*.\n*...*\n..***\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n***..\n.**..\n.***.\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n....*\n.**..\n.**..\n*****\n*.*..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n*.*.\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*...\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*...\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*.\n.....*..\n.*..*...\n*.....**\n.*...***\n***.....\n..**.*..\n*...*...\n........\n*..***.*\n```\n\n\n## Output without wrap\n\n```\n...***..\n...*....\n.*...**.\n.*...*.*\n*.**.*..\n.....**.\n.**.....\n.....*..\n...*.*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*\n**...*..\n**...***\n**...*.*\n****.**.\n*....***\n***....*\n**...*.*\n*.**.*.*\n.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n*..*...*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.....***\n.....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.****\n.*..*\n***..\n*....\n.****\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.**\n*.*.*\n.*...\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*..**\n..*.*\n...*.\n**..*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....**\n.....*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.**.**\n......*.....*\n............*\n.........*...\n........***..\n```\n\n\n## Output without wrap\n\n```\n.......*...**\n.......*....*\n.............\n........***..\n........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..**\n*......*....*\n.............\n........***..\n.......*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*.....*\n.......*\n*.....**\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.......*\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n........\n*.....*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.**.****\n*.*.***.**.**\n.****..******\n**.*********.\n**....*******\n```\n\n\n## Output without wrap\n\n```\n.**.*.**.*..*\n*............\n.............\n.............\n***.*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*........\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n*..*..\n*...*.\n*.*.*.\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*.**..\n*...*.\n......\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n*.**.*\n*...*.\n......\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..**..*\n...........**\n.*.*.*.**.*..\n..*.*......**\n..*........**\n*****....*...\n***.*.*..****\n.*.***..*..**\n*.**.*.******\n*.*.....*****\n```\n\n\n## Output without wrap\n\n```\n...****...*.*\n..*..**...*.*\n......*..**.*\n.**.**...**.*\n.*..*....**.*\n....**..**..*\n........**...\n......***....\n......**.....\n.......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........**\n*....***.****\n......*..**..\n*.*.**...**.*\n**..*....****\n....**..**...\n........**...\n......***....\n.....*.*.....\n...*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n**..**\n*.....\n......\n..*.*.\n..*.*.\n...*..\n.*.*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n**..**\n**..**\n**....\n......\n......\n..*.*.\n...**.\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*..*.\n**....\n......\n......\n..*.*.\n...**.\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n***.***\n***.***\n******.\n**.*.**\n*******\n*******\n*******\n*******\n**.***.\n.*.**.*\n*..****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*..*.\n.**..\n.**..\n..*.*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n*..*.\n.....\n.***.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n*..*.\n*....\n.***.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.*.*\n.*.*\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.*\n.*...***\n..****.*\n*...*...\n..*.*.*.\n*****.**\n*.*...**\n*....**.\n**....**\n```\n\n\n## Output without wrap\n\n```\n.*****.*\n.*.....*\n.***...*\n.**...*.\n*.*.*.**\n*...*...\n*.*.*...\n*....*..\n**...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n.*.....*\n.***...*\n.**...**\n..*.*.*.\n....*...\n..*.*...\n.....*..\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...**\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...*.\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*......\n.....***....\n.....**.....\n............\n............\n............\n...**.......\n...****.....\n...*.*......\n......**...*\n.....*.....*\n.......*....\n.....**.....\n.....*......\n```\n\n\n## Output without wrap\n\n```\n............\n....**......\n......*.....\n............\n............\n............\n............\n..**........\n...**..*....\n....****....\n....*.......\n.....*......\n....*.......\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.....\n....*.......\n......*.....\n............\n............\n............\n............\n..**........\n...**..*....\n....****....\n....*.......\n.....*......\n......*.....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..****\n*..*..\n*...*.\n***.*.\n*****.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.*...*\n.....*\n..*.*.\n....**\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n*....*\n*.....\n*.*...\n....*.\n....*.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*...*\n.....\n.*...\n.*.**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n..*..\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n*....\n*.*..\n**.*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n.....***\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n.....***\n.....*.*\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.....*.*\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n.......*.*\n......*..*\n.....*..**\n.....****.\n```\n\n\n## Output without wrap\n\n```\n.......*..\n......*.*.\n.....*...*\n.....*...*\n.....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n.....*..**\n*....*...*\n.....*.*..\n....***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.**....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.**....\n.**....\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**\n.*...**\n**....*\n....*.*\n.**.**.\n..**.**\n*...*..\n*..***.\n```\n\n\n## Output without wrap\n\n```\n...***.\n*.***.*\n***.*..\n*..*.*.\n.....*.\n...*...\n.**.*.*\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n..*.**.\n...*...\n.....*.\n...*..*\n..*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*...\n....\n.**.\n....\n.*.*\n....\n....\n.***\n*..*\n....\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n**..\n....\n....\n....\n....\n.***\n.*.*\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**..\n**..\n....\n....\n....\n.***\n....\n.*.*\n*...\n....\n****\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n.....\n.....\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*.*.*\n.*.*.*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...**\n*...**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n...*..\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.*..*.\n..*.*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n*.**\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n***.\n..**\n**.*\n....\n.*.*\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n..*.\n**..\n***.\n**..\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.....*.....\n.....*.....\n...........\n...........\n.......**..\n......**.*.\n......***..\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.......*...\n.......**..\n......*..*.\n.......**..\n.......*...\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n.......*...\n.......**..\n......*..*.\n.......**..\n.......*...\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n...*.\n.*..*\n*.***\n..***\n.....\n.....\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.....\n.***.\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...**\n.....\n*.*..\n.**..\n.**..\n.....\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n..........\n..........\n..........\n...***....\n....**....\n...*......\n..........\n..........\n**.......*\n..........\n.....**...\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n....*.....\n...*.*....\n.....*....\n....*.....\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n....*.....\n...*.*....\n.....*....\n....*.....\n..........\n*.........\n*.........\n*.........\n.....**...\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n**.*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n..*\n***\n...\n*..\n..*\n***\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n...\n.**\n*..\n...\n*.*\n*..\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n.*.\n***\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n*.*\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.***.\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.***\n**...\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.***.\n**.....*..*\n........***\n......*....\n.*...***...\n```\n\n\n## Output without wrap\n\n```\n**....****.\n**....**..*\n.......****\n.....**.**.\n.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*.\n.*....**...\n.......****\n.....**.**.\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.**.*.\n*...*.*.....\n*.**.**.**..\n.**..*..****\n*..*.*.**.*.\n****.*...**.\n.*.***..**.*\n*...*....**.\n......**.*.*\n***..*.**.*.\n..**..**.*..\n```\n\n\n## Output without wrap\n\n```\n....***.....\n.**.........\n*...........\n*.**.*.*....\n**...*......\n.....*.**...\n.....*..*.**\n....*...*.**\n.*.....*..**\n.*.*.*..*.*.\n.*.**.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*..\n*.*....***.*\n**.........*\n..**.*.*....\n.....*......\n.....*.**...\n.....*..*...\n....*...*...\n.......*....\n.**.**....*.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.......\n**..**....*\n..***.*...*\n***..*.****\n..****.*...\n......*.***\n........*..\n..........*\n```\n\n\n## Output without wrap\n\n```\n*****......\n*....*.....\n......***.*\n.......****\n..****.....\n...****.**.\n.......**.*\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.....*\n.....*....*\n......***..\n*......****\n..****.....\n...****.**.\n.......**.*\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n...\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.*\n*.....*..*\n..*..*.*..\n...*....**\n...***..*.\n....*....*\n*.........\n...*...***\n....**...*\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....*....\n....*....*\n..**.*...*\n........**\n...*.*....\n...*.*..**\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n*....*...*\n**..*.....\n..**.*...*\n..........\n...*.*...*\n*..*.*..*.\n.*.***..*.\n...*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*......**\n*.*..*..**...*\n..*.*...***.**\n**..*..**.....\n*....**..*....\n..........*...\n.....*.....*.*\n....*.**....*.\n*.**.*.*.***..\n*...*..*...*..\n**.*....*..***\n****..**......\n*....*.......*\n```\n\n\n## Output without wrap\n\n```\n*.*.........**\n*.*.**..*.**..\n*.*.**....*.**\n**.**.**..*...\n**...*****....\n.....**...*...\n.....**....**.\n...**..**...*.\n.*.*.*.*..***.\n*...*.**.*....\n...**.*.*..**.\n...**.**.....*\n*.*...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***.....*.\n..*.**..*.**..\n..*.**....*.*.\n**.**.**..*...\n**...*****....\n.....**...*...\n.....**....**.\n...**..**...**\n.*.*.*.*..****\n....*.**.*....\n...**.*.*..**.\n...**.**......\n...***......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*....\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.........\n.........\n....**...\n.........\n*........\n..*......\n.***.....\n.**......\n.*.*.....\n...*.....\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n..**.....\n..**.....\n..*......\n.**......\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n..**.....\n..**.....\n..*......\n.**......\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n..*.\n..*.\n*.*.\n*.*.\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n..**\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n..*.\n..*.\n*.*.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n..*.**.\n.**..*.\n.......\n```\n\n\n## Output without wrap\n\n```\n......*\n.*....*\n.*....*\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*....*\n*.....*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n***.\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.*.\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......*.*\n...***....*.*\n.***.*....***\n...*.**.***.*\n.*....*.*..**\n*.*.....***..\n*.*..........\n***....**....\n*...........*\n..**..******.\n```\n\n\n## Output without wrap\n\n```\n.............\n...........*.\n..*.***..*.*.\n.*..****.....\n*..***....**.\n*......*****.\n*.**...*.**..\n*.*..........\n.*.....**..*.\n.......***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.....*.\n.....*.***.**\n*.*.***..*...\n.*..****.....\n...***....***\n.......*****.\n*.**...*.****\n..*..........\n*..*...**.***\n.*****....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n...*\n*...\n....\n*...\n....\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*\n*.****....**\n...........*\n..****....*.\n```\n\n\n## Output without wrap\n\n```\n...**.....**\n...**.....**\n.*.........*\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........\n*..**.....*.\n**..........\n...**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n...**\n.*.**\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.***.\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****\n***..**.\n..**.**.\n.*.*.**.\n.*.**.**\n.*...**.\n**....**\n.***.**.\n.****..*\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*.*.*...\n**......\n.*......\n**......\n.****...\n....**..\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*......*\n.*.....*\n.*......\n*.***...\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n.*.**....\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n..*..*...\n.....*...\n..*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n.**...*..\n.**...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n.**.....\n.***....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.*.*....\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.*.*....\n..*.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****....\n.*.*.**...\n..*.*.**..\n.*.***.*..\n..*..***..\n```\n\n\n## Output without wrap\n\n```\n..*...*...\n.*.....*..\n***....**.\n.*....***.\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...***.\n***...***.\n***....**.\n***....**.\n***....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*\n*....*.\n*...**.\n*...*..\n..*****\n....*..\n****.*.\n..*..**\n.....*.\n...****\n......*\n```\n\n\n## Output without wrap\n\n```\n**...*.\n....*.*\n**..*..\n**...*.\n.......\n..*..**\n.*.*...\n.*...**\n..**..*\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n**.....\n**..**.\n.*...*.\n.*....*\n*.*....\n*..*...\n*......\n..**.**\n....**.\n*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*****\n*..*.*\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n.**...\n.*..*.\n*..***\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....*\n**.*.*..*\n.*****.**\n..*...***\n.........\n.**......\n*.**.*...\n..*****.*\n```\n\n\n## Output without wrap\n\n```\n***.*....\n*....**.*\n*....*...\n.**.***.*\n.**....*.\n.***.....\n.....**..\n.**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.....**..\n.....*...\n***.***.*\n.**....*.\n.***.....\n*....**..\n.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......*\n...**....*.*\n.*.*...**...\n.....*.....*\n....*..**...\n.*.....*....\n..*.......*.\n**.*****.*..\n............\n*.*....**...\n.*.....*.***\n*......***.*\n.**..*..*..*\n..*....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*....*..\n..........**\n..*..*.*....\n...*.**.**..\n.....**.*...\n...***...*..\n........*...\n*......*....\n*......***..\n...********.\n*.*...*..*.*\n*.*..***..**\n*..*..*...**\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..**.*.\n*.*.*..**.*.\n..*..*.*....\n...*.**.**..\n.....**.*...\n...***...*..\n........*...\n*......*....\n.......****.\n...*********\n.**...*..***\n*.*..***....\n......*.....\n...*...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*...**\n..*.**\n*****.\n****.*\n....*.\n****.*\n*...**\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.***\n*.*...\n*.....\n*....*\n.....*\n****.*\n*.*..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n**.**.\n..*...\n......\n......\n......\n.***..\n..*...\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*..**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.*...\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n.........\n.........\n.........\n......**.\n......***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.........\n.........\n.........\n.......*.\n*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...*.*\n......\n......\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n......\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.****....**\n...**.***..*.\n..*.......**.\n..**..*****.*\n```\n\n\n## Output without wrap\n\n```\n..**..*....**\n......**.....\n..*.**......*\n..**...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........*\n......**.....\n..*.**......*\n**....****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n.*.*\n.*.*\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n***.\n**.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n.*...*\n..*...\n..*.*.\n..*.**\n*..**.\n......\n......\n....*.\n.**..*\n....*.\n.....*\n...*..\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*...*.\n*....*\n*...**\n.*....\n..****\n....*.\n......\n....*.\n...*.*\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n....*.\n**...*\n..**..\n......\n......\n....*.\n*..*..\n*.....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..*.*.\n.*.*.*\n**....\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n...***\n..*...\n**.**.\n**..*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.*...\n.*.***\n.*..*.\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*.*.\n..*...\n.**...\n......\n*.*...\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..*...\n.**...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n..*...\n.**...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**.*.*\n..****\n.*..*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*.*\n*....*\n.*...*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**.*.*\n......\n**...*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*............\n.............\n.....***.....\n.....***.....\n.............\n.............\n.............\n.............\n*............\n*............\n```\n\n\n## Output without wrap\n\n```\n.............\n......*......\n.....*.*.....\n.....*.*.....\n......*......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n......*......\n.....*.*.....\n.....*.*.....\n......*......\n.............\n.............\n.............\n.............\n**..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***...\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n.......\n.***...\n*..*...\n*..*...\n.**....\n.......\n.......\n.*.*...\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.***...\n*..**..\n*..*...\n.**....\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.*.....\n.***...\n*..**..\n*..*...\n.**....\n.......\n.......\n..*....\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n***\n...\n***\n...\n***\n.*.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n**.\n...\n*.*\n.*.\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.....*\n**....*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.*....*\n.**...*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.....**\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.....**\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*.*..\n......\n...*..\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n...*..\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n...*..\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..****\n***..***\n********\n********\n.****.**\n.*.****.\n*.*.***.\n*.****.*\n**.*****\n******.*\n**.*****\n********\n```\n\n\n## Output without wrap\n\n```\n*.*.*..*\n........\n........\n........\n........\n*.......\n*......*\n*......*\n.......*\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n*.......\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.*..\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n...*\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n..**\n.*..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.*****\n.*.***.*..****\n*..*.*.*.***..\n```\n\n\n## Output without wrap\n\n```\n....******...*\n..**.*.*.....*\n..**.*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*......\n..**.*.*......\n*.**.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n**....**\n*.*....*\n```\n\n\n## Output without wrap\n\n```\n**....**\n*....*..\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n*...\n*...\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n.*..\n**..\n**..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*..\n**..\n**..\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.......\n.......\n.......\n.......\n..*.*..\n..*.*..\n...**.*\n...*...\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n.**..*.\n..**.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.......\n.......\n.......\n.......\n....**.\n.**..*.\n..*..**\n..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n..**..\n.*....\n......\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*....\n.***..\n.*....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*..*..\n.***..\n.*....\n*.*...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*..*.\n.*...*.\n.*..*.*\n.....*.\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n...**.*\n.**...*\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.**.**\n.*.**..\n..*....\n**.***.\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n..*\n.*.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n*....**\n.*.....\n.*..*..\n*.**...\n**.*...\n*......\n***....\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.......\n**..***\n....*..\n...*...\n*..**..\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**.*..\n....**.\n.*.*.*.\n...**..\n*..****\n......*\n**.**..\n*.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*..*.*\n******\n```\n\n\n## Output without wrap\n\n```\n****.*\n......\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n..*.\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.***\n....\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....\n..*.*....\n.*.**....\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.*****...\n.*.......\n..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n*.....*..\n**....*..\n**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....**.\n....*..*.*\n...***.*.*\n*..*......\n*...*.....\n.*........\n..*.**.*.*\n*.**.*.*..\n```\n\n\n## Output without wrap\n\n```\n......***.\n...***.*..\n..**......\n..*..**...\n**.*.*....\n**.*.*....\n......*...\n.***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..*..\n..*....*..\n..**......\n..*..**...\n...*.*....\n...*.*....\n..*.....*.\n..*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n**.\n*.*\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n...\n*.*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*..**\n.*...*..*.\n*.*..*..**\n**......*.\n.....*.*..\n......**..\n.....***..\n........**\n```\n\n\n## Output without wrap\n\n```\n***.*...**\n.....***..\n*.*....***\n**....****\n.......**.\n........*.\n.....*....\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..*..\n.....***..\n..*....**.\n**....***.\n.......**.\n........*.\n.....*....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*....\n........*....\n........*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........*....\n........*....\n........*....\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......*...*..\n......*...*..\n......*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.***.\n****.\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**.*\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n..**.\n*...*\n*...*\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.*.*.*\n.....*\n..*..*\n.....*\n*..**.\n**.*.*\n*..**.\n....**\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n.....*\n...*.*\n.*.*.*\n*..*.*\n......\n*..*.*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n.*.*..\n...*..\n.*.**.\n*.....\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.....\n*.***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n..**\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n...*\n*...\n...*\n.***\n..**\n***.\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n*..*\n....\n.*.*\n.*..\n*...\n....\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n.*.*\n.*..\n....\n*...\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n..*..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*...*...\n..*.**.***..\n..***....**.\n.**.....**..\n*.**...*....\n....***.**.*\n............\n............\n.....*.***..\n...*.*.*..*.\n...........*\n*..*........\n```\n\n\n## Output without wrap\n\n```\n..****.***..\n..*....*..*.\n...***.*..**\n........*.**\n..*.......*.\n..*.....*...\n.....*..*...\n.......***..\n.......*..*.\n...***.*.**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****.***..\n.**....*..*.\n...***.*..**\n........*.*.\n..*.......**\n..*.....*...\n.....*..*...\n.......***..\n.......*..*.\n...***.*.**.\n..........**\n**.***..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..*.\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n...**....\n...**....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**....\n..*..*...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******..\n.******..\n.******..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n.*..*..\n.*..**.\n.****..\n**.....\n```\n\n\n## Output without wrap\n\n```\n***....\n...***.\n**...*.\n...***.\n**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n...***.\n**...*.\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n......\n**.***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**.*..\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*.*\n*...**\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n...*..*\n..*....\n.***.**\n*.*.*..\n*.**...\n.*..***\n..*.**.\n.*.....\n.**.*.*\n.*..*.*\n```\n\n\n## Output without wrap\n\n```\n..*...*\n.*.....\n.......\n...*...\n.*.***.\n*....*.\n*....*.\n**.**..\n....**.\n*...*..\n*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.*.*...\n.*.....\n...*...\n*..**..\n.....*.\n.....*.\n...**..\n....***\n*****..\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n*...\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n..*.\n**..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..**\n**.*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..**..\n*.**.*\n*...**\n.*...*\n**....\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n..*..*\n*.**.*\n.*..**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*...**\n*.*...\n..**..\n.*..*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**...\n.*.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n...**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**...\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..*...\n*...*......*\n*....*......\n.**.*.......\n*...*..*.*..\n.....*...*..\n*.**.****.**\n.*.*..*...*.\n.*.****.....\n.*....**....\n.....*....*.\n......*.*.*.\n..**....***.\n```\n\n\n## Output without wrap\n\n```\n...***......\n.*.**.......\n*..***......\n**.***......\n.*.***..*...\n.*.*.*...*..\n.***.*.**.**\n**.......***\n**.**.......\n..*....*....\n.....*...*..\n.......**.**\n.......**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..*.**\n**.**......*\n*..***.....*\n**.***......\n.*.***..*...\n**.*.*...*..\n****.*.**.**\n.*.......**.\n**.**.......\n..*....*....\n.....*...*..\n.......**.**\n..****..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n*..*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*..*\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..*\n..*.*...\n..**.*..\n..**....\n```\n\n\n## Output without wrap\n\n```\n.*......\n..*.**..\n.*......\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n..*.**..\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.\n***.****\n****.***\n*****.**\n*.*****.\n***..**.\n****.***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n....*...\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.***..\n**.***\n....*.\n..**..\n*...*.\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.....\n....*.\n***..*\n..***.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.*...*\n....**\n.**...\n*.****\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...*......\n..........\n...*....**\n..***...**\n...**.....\n..........\n......*...\n...*......\n..*.*.....\n...*....**\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..***...**\n..*.....**\n..*.*.....\n..........\n..........\n...*......\n..*.*.....\n...*....**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..***...**\n..*.....**\n..*.*.....\n..........\n..........\n...*......\n..*.*.....\n...*....**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****.*\n***.******\n******.***\n********.*\n**...*****\n***.****.*\n*.******.*\n*.******.*\n.*********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n**......**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*...\n*.*.*.*..\n*.*.***..\n.*.**.***\n.*.*.**..\n.....*.**\n*.......*\n.*.***...\n**.*.*...\n.****...*\n...******\n*...*.***\n**......*\n```\n\n\n## Output without wrap\n\n```\n**...*...\n*.*.*.*..\n*.*......\n**.......\n...*.....\n....**.**\n.....****\n.*.*.*...\n*....*...\n**......*\n.*.......\n**.**....\n**......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n*.*.*.*.*\n*.*......\n.*......*\n...*.....\n....**.**\n*....****\n.*.*.*..*\n.....*...\n.*......*\n.*.......\n.*.**....\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n**.**\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n....*\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**.*\n**.*\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n***.\n..**\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n............*\n...........*.\n*.........*..\n..........**.\n..........**.\n...........**\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n...........*.\n..........*..\n.........*...\n.............\n..........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n...........**\n..........*.*\n.........*..*\n.............\n..........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.****.\n**.**.**\n*.**..**\n```\n\n\n## Output without wrap\n\n```\n**.*..**\n*.......\n*.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.......\n***....\n*.....*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*....\n**.....\n*......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*....\n**....*\n*.....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....*...\n..........*..\n.....*......*\n........**..*\n......*......\n.*..**..*.**.\n*......*.....\n*...*.*....*.\n......*....*.\n*......*.....\n.............\n.**..........\n.....*.......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n........**.*.\n.....*.**....\n....*....*...\n....*...*....\n....*...*....\n.....*.*.....\n......*......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n........**.*.\n.....*.**....\n....*....*..*\n....*...*....\n....*...*....\n.....*.*.....\n......*......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n...\n...\n.*.\n...\n..*\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**\n**......\n**......\n**......\n..*.....\n********\n******.*\n****..*.\n**..*.**\n..*..*.*\n```\n\n\n## Output without wrap\n\n```\n***.....\n........\n..*.....\n*.*.....\n....***.\n*......*\n.......*\n........\n*...*..*\n.*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**\n........\n..*....*\n*.*.....\n....***.\n........\n........\n........\n....*...\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*....\n...***....\n..........\n...*......\n.....*..*.\n.....*...*\n...***....\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n..**.*....\n...*......\n..........\n.....*....\n...*..*...\n...*..*...\n...*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**...\n...*.*....\n...*......\n..........\n.....*....\n...*..*...\n..**......\n.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.**\n**.*.*.\n*.**.*.\n.*.....\n.......\n*......\n**.**..\n**..***\n```\n\n\n## Output without wrap\n\n```\n***.***\n*..*.**\n*..**..\n.**....\n*.*....\n.***...\n.....*.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n..**...\n.*.**..\n.**....\n*.*....\n.***...\n.***...\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*.*\n***.\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n.*..*\n.....\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..**\n...*\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n**..\n**..\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n***.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...\n...*.*...\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n..**.**..\n..**.**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*.....*.\n.*.....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.**\n***\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n.......**.\n.......**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......**.\n......*..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*****\n*....*****\n*....*****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*\n***....*\n**.....*\n......**\n*...****\n**..*...\n*.......\n.*..*...\n....*...\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n*.....**\n..*.....\n..*..*..\n.....*..\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n........\n........\n.**.....\n***..*..\n**...*..\n........\n**......\n*.*.....\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**.**\n.****\n***.*\n*.**.\n*..**\n**.*.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n**...\n**...\n*.**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n***\n***\n...\n...\n...\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n.*.\n...\n.*.\n.*.\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n***\n***\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*\n......*\n....***\n..*..*.\n*.....*\n..**...\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...**.*\n....*.*\n....*..\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**\n...**..\n....*.*\n*...*..\n.***..*\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*..\n*.**..****\n**....*..*\n.........*\n*..*....**\n..***....*\n.**.**....\n*.*.*.....\n```\n\n\n## Output without wrap\n\n```\n*...**.*..\n.........*\n***...*..*\n**.......*\n..***...**\n.....*..**\n.....*....\n..*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n..........\n.**...*...\n.*........\n*.***...*.\n.....*..**\n*....*....\n*.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n****\n....\n....\n....\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*.*\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n****\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n**..\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n........\n**......\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.**.*\n*.*.*\n.**..\n.*.*.\n.*.*.\n.....\n.....\n.....\n**..*\n....*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*..\n*....\n*....\n**...\n.....\n.....\n.....\n.....\n...*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n...*.\n...**\n*...*\n.....\n.....\n.....\n*...*\n**.**\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..*.\n*....\n*.**.\n*....\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.**.\n*....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n**...\n*.**.\n*....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n*..**..*\n..*..***\n*.*.*...\n........\n........\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n...**...\n...**..*\n..*....*\n..*.**.*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..****.\n**.*...*\n.**.....\n..*.**.*\n......*.\n........\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n*******\n..**.*.\n****.**\n***.***\n******.\n.******\n*******\n*******\n.****..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n.*.*.*\n..****\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*...*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*\n.......\n**.....\n..*...*\n..*.*.*\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.***...\n.*...**\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n..*..*.\n.*...*.\n..**.*.\n*.*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***..*...\n*****.***.***\n*.*******...*\n.****.**..***\n.*..**..*.*.*\n.*.***.**.***\n********..*.*\n*.**.**..*.*.\n***..**.....*\n****..*.**...\n*.*....*..***\n```\n\n\n## Output without wrap\n\n```\n**..*.*.****.\n*.........***\n*............\n*.........*.*\n**......*....\n........*.*.*\n*...........*\n..........***\n........***..\n...*.**.***.*\n*.**...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*...\n..........**.\n.............\n..........*..\n.*......*....\n........*.*..\n.............\n..........**.\n........***..\n...*.**.***..\n....*..*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..**\n***.*\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.***\n..*.*\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..**.\n..*..\n..*..\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.***.\n..***\n*****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n....*.\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*...*\n*..*.\n*..*.\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n...**\n*...*\n..**.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n**.*.\n*.***\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n....*\n*..*.\n*....\n.*..*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.**.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*...*\n*....\n**...\n.**.*\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n..**.\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n..*.*\n*....\n*.**.\n*...*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.***.\n...*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*.*..\n*....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*.***\n.*.**\n*..**\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n**...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n..*......\n...*.....\n.....**..\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n.........\n....***..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n.........\n....***..\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n**.****\n.*.*..*\n..**..*\n......*\n.*****.\n***..**\n**.***.\n...**..\n```\n\n\n## Output without wrap\n\n```\n..***..\n**.***.\n*..**.*\n*.*..**\n.*....*\n.....*.\n.....*.\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n.*....*\n.*.****\n..*..**\n**....*\n*......\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..**..\n.*.**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**\n..*..**\n***....\n.....*.\n....**.\n****..*\n***..*.\n...*.*.\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n.....**\n..*.*..\n*.**...\n*......\n**....*\n*..*...\n**...**\n.......\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*...***\n*.**...\n.......\n**.....\n.*.*.**\n.......\n.**.*.*\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n.*...*.\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n.......\n***..**\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**\n***..**\n***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*\n****.***\n********\n*..*****\n********\n****.***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*****\n*.***\n.*..*\n**.**\n*****\n****.\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n**.*\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n..*.\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n**.*\n....\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...**\n**.*.\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.**\n.*.**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n**.**\n**.*.\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n**..\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..**\n**.*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n***...*.\n.**.....\n........\n........\n........\n........\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n..*...*.\n*......*\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n*..\n..*\n***\n*.*\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n.*.\n*.*\n*.*\n..*\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n..*\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**..\n.*.......\n.....*...\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.....**..\n*........\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*......*\n*......*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n......*.\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n*.*\n.*.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*.\n...*.*.....\n....*......\n..**.......\n..*........\n.***.......\n..*.*......\n**.*.......\n.***.*.**..\n*..*..*****\n*......*.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n....*......\n..*.*......\n..**.......\n...........\n.*.........\n*...*......\n*..........\n...*.......\n*..**.....*\n......**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...*\n....*......\n..*.*......\n..**.......\n...........\n.*.........\n*...*......\n*..........\n...*.......\n*..**......\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*...*.\n....**\n.**...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n.*.***\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n**.***\n**...*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.......**\n......**.\n```\n\n\n## Output without wrap\n\n```\n.......**\n......*..\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******.\n***.*....\n*****.***\n****...*.\n***.*****\n```\n\n\n## Output without wrap\n\n```\n*...***..\n........*\n....*****\n.........\n*...*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....****.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n...**..*.\n....****.\n....*...*\n.........\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**.***\n.....*..*\n.....**.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...**.***\n.....*..*\n.....**.*\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n**..*\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.*....\n..*....\n.*.*...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.***...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n.***...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**..\n...........\n...........\n...........\n.......**..\n.......**..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.......**..\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..\n...........\n...........\n...........\n.......**..\n......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n........**..\n........**..\n............\n...*........\n..***.......\n..***.......\n............\n............\n.....**..***\n...***...***\n...*.*......\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n........**..\n........**..\n...*........\n...*........\n..*.*.......\n...*........\n...*........\n..........*.\n.........*.*\n.....**..*.*\n....*.....*.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n........**..\n........**..\n...*........\n...*........\n..*.*.......\n...*........\n...*........\n..........*.\n.........*.*\n.....**..*.*\n....*.....*.\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n......***\n**....**.\n**.....*.\n*.....***\n.......*.\n```\n\n\n## Output without wrap\n\n```\n......***\n........*\n**.......\n.........\n**....*.*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*........\n.*.......\n.........\n**....*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..**..\n...**.\n..**..\n***.*.\n*.*.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..*.*.\n....*.\n......\n*...**\n*.*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..*.*.\n....*.\n.....*\n*...*.\n*.*.*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.....*.\n....*..\n.....*.\n....**.\n.*...**\n*.*....\n...*...\n....*..\n*......\n......*\n..*....\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....**.\n.....*.\n....*.*\n.*****.\n.*****.\n..*....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....**.\n.....*.\n*...*..\n..***..\n..***..\n***....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*.**\n.......**.\n.*.......*\n***..*.***\n```\n\n\n## Output without wrap\n\n```\n........*.\n.*.....*.*\n*.*....*.*\n*.*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*....\n.....*.*..\n.**..*....\n...*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.*.*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...*.....\n..***....\n..**.....\n...*.....\n*........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..***....\n....*....\n.........\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..***....\n....*....\n.........\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********..***\n****.****..**\n***.**...**..\n****.****.***\n```\n\n\n## Output without wrap\n\n```\n*.......*.*.*\n........*...*\n.............\n*..*.****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n........*....\n.............\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n.*.*\n****\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n...*\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...*.\n.*.**\n*.**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*...*\n**..*\n..*.*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n...\n...\n...\n...\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*.\n...*.*...*\n*..*.*.*..\n*..**...**\n....*....*\n........*.\n......**..\n.....*.*..\n.****..*..\n.*........\n.*.....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..**..*.*.\n..**.**..*\n...*.*..**\n...**....*\n.......**.\n......***.\n..****.**.\n.****.*...\n**.*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*.\n..**..*.**\n*.**.**...\n*..*.*..*.\n*..**.....\n.......**.\n......***.\n..****.**.\n.****.*...\n**.*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n*.*..\n*....\n..***\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n..**.\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*...*\n*...*\n..*..\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n*..\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n.*....\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n.*....\n*.*...\n*.*...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n*.**\n.*..\n....\n*.*.\n..*.\n.**.\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*..*\n*.*.\n**..\n.*..\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n....\n....\n**..\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*\n.....*...\n......*.*\n.........\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....**..\n.......*.\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.....***.\n.......*.\n.....*.*.\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n**..*.*\n.*..*..\n...**..\n*......\n```\n\n\n## Output without wrap\n\n```\n...**.*\n*.....*\n.**.*..\n.****..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n.*.....\n..*.**.\n.*****.\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n....\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n*...\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n..**\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n****\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.......\n............\n............\n............\n............\n..**........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........\n............\n............\n............\n............\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n*........\n.........\n......**.\n....**...\n........*\n*.....*.*\n..*...**.\n**...***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....*.*.\n....*..*.\n.....*..*\n......*.*\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.........\n.........\n.........\n.....*.*.\n....*....\n*....*...\n*.....*..\n......*..\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n.......*.*\n***...*.**\n*.**.....*\n..**.*....\n...**.....\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.*....*..*\n*.**...*.*\n*...*...**\n.*........\n..***.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n.*....*...\n..**...*..\n....*...*.\n.*........\n..***.....\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........****\n..............\n......**...***\n*.*..........*\n*.*..****.***.\n******.*....*.\n.*.*.*.*......\n.*.**.****....\n**...........*\n...**...***.*.\n*...........**\n...**.....**.*\n..........*..*\n```\n\n\n## Output without wrap\n\n```\n...........**.\n..........*...\n............**\n.....*..*.*..*\n*....*.**..***\n*...........*.\n..............\n.*.******.....\n**...*....*...\n**.......*.**.\n.............*\n..........**.*\n..........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........****\n..........*...\n*...........**\n*....*..*.*...\n.....*.**..**.\n*...........*.\n..............\n.*.******.....\n**...*....*..*\n.*.......*.**.\n*.............\n..........**..\n*........*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n.....*..\n.....*..\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n..***\n**...\n.....\n.....\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n....*\n.*.*.\n..*..\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n....*\n.....\n.....\n*****\n..*..\n****.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n....*.\n****.*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.....*\n.***..\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n.*.\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n***\n***\n.*.\n***\n.**\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.**\n..*..**.*.\n.*.*.....*\n..*..*.**.\n*..*..*.*.\n.......*..\n.****.....\n```\n\n\n## Output without wrap\n\n```\n.**..**.**\n*..*.**.*.\n.*.***...*\n.****.****\n......*.*.\n.*..*..*..\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.**\n...*.**.*.\n.*.***...*\n*****.***.\n......*.**\n.*..*..*..\n...*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n....***....\n....**.***.\n.....*....*\n...*.*.....\n..*...*..**\n..*...*.**.\n...**..**..\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.....*.....\n....*.***..\n.......***.\n.....*..**.\n....***..**\n..**.******\n..*..**...*\n...*...***.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.....*.....\n....*.***..\n.......***.\n.....*..**.\n....***..**\n..**.******\n..*..**...*\n...*...***.\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n..........\n*..*......\n......**..\n.......**.\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*..\n......*.*.\n......*..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......*..\n......*.*.\n......*..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****..\n...*..**..\n...*...**.\n***....**.\n*...*.....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n....**.*..\n...*......\n.*.*......\n****...**.\n*.*.*.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n...*......\n.*.*.....*\n****...**.\n*.*.*....*\n...*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*\n..*.....*\n....**..*\n......**.\n....**...\n......*..\n....*.*..\n...******\n*.*..*...\n```\n\n\n## Output without wrap\n\n```\n.........\n......***\n.....*..*\n........*\n.....*.*.\n...**.*..\n...***...\n..**..*..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*.\n.****.*..\n*....*...\n........*\n.....*.*.\n...**.*..\n...***.*.\n**.*....*\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*......*\n*.......\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n*......*\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n******\n*.**.*\n***...\n.*...*\n..*.*.\n****.*\n*...*.\n**.**.\n.***..\n```\n\n\n## Output without wrap\n\n```\n**..*.\n**...*\n.....*\n...**.\n**.*.*\n*..***\n.*...*\n.*..**\n**.***\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n...*.*\n...***\n......\n.*...*\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n.....\n.....\n.....\n.....\n*.**.\n**..*\n.*..*\n.*..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*.**.\n*...*\n.****\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.....\n.....\n*.**.\n.....\n.****\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*...*\n**.*.\n*.*.*\n*.*.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..**\n*.***\n*.*.*\n*.*.*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*...*\n...*.\n..**.\n..*..\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n****.*\n**.***\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**.\n...*......\n..........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**.*.\n...**\n*.*.*\n..*..\n*...*\n..**.\n...*.\n.....\n**...\n.....\n.*..*\n....*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n..***\n*...*\n.*.*.\n...*.\n.**..\n....*\n..*.*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*.*.*\n.....\n**...\n....*\n.**..\n....*\n..**.\n.....\n.....\n.....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.****\n**...\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*...\n**.*.....*...\n**..*....*.*.\n..**.........\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n***..........\n........**...\n*...*.....*..\n.***.........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..........\n........**..*\n*...*.....*.*\n.***.........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n..*...\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n.**\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n...***\n*****.\n*....*\n..**..\n*..*..\n...*.*\n..**.*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n*.....\n***...\n*.....\n.****.\n...*..\n...*..\n.*.*.*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n.**...\n*....*\n******\n...*..\n*..*.*\n.*.*.*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n....\n....\n.***\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n..*.\n.***\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***.**\n.....***..*.\n.....*...*.*\n....********\n*...*.....*.\n.*...*...*.*\n.**.*......*\n..**......*.\n***....**...\n.*....**.*..\n......**....\n```\n\n\n## Output without wrap\n\n```\n.....*..****\n.....*......\n...........*\n....*.***..*\n....*..*....\n******.....*\n.*..*......*\n*...........\n*..*..****..\n***.........\n......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........****\n.....*......\n...........*\n*...*.***...\n*...*..*....\n.*****.....*\n.*..*......*\n...........*\n*..*..****..\n***.........\n.....*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***...\n.********.\n.*****.*..\n```\n\n\n## Output without wrap\n\n```\n.**.......\n........*.\n.*.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n........*.\n........*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*....\n..............\n...........*..\n...........*..\n..............\n.......*......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.....\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n..*.*\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n.**.\n....\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..**...\n..*....*...\n*...*....*.\n..**.**.*.*\n........***\n.*........*\n*...*......\n....*.*..**\n```\n\n\n## Output without wrap\n\n```\n......**...\n.*.*..***..\n.**.******.\n...***.**.*\n..*....**.*\n..........*\n.....*...**\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.****.*\n.*.*..***.*\n.**.*******\n*..***.**..\n..*....**.*\n..........*\n*....*...*.\n*..**.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n..*..\n*.*..\n..*.*\n...**\n.....\n*..*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.....\n.**.*\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n*...*\n***.*\n.*...\n...**\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**.*.\n..*..\n.....\n...*.\n**...\n```\n\n\n## Output without wrap\n\n```\n***..\n*..*.\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.**..\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.*\n..*...**.\n..**..**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.*...\n.***..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****\n.....****\n...*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***..**..\n*.....*......\n*............\n....*....*.**\n...***..*****\n```\n\n\n## Output without wrap\n\n```\n.....**......\n.....**......\n....**.......\n...*.*..**...\n...*.*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*....\n......*......\n....**.......\n*..***.***..*\n*.**..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.\n****.*.\n*...***\n```\n\n\n## Output without wrap\n\n```\n.....*.\n*......\n*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n*.*\n***\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*..*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**.**\n....*\n**..*\n.**.*\n.*.**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n*****\n*...*\n..*.*\n.**.*\n.*..*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.**.\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n***.*..*\n.**.****\n*.*..**.\n..*.....\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n..*.....\n*...*..*\n....*..*\n..*.*..*\n..**.**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**..\n....*..*\n....*...\n*.*.*...\n..**.**.\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n*...\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.**\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*.*.\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n..*...\n.***..\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*...\n.*.*..\n*...*.\n.*.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*...\n.*.*..\n*...*.\n.*.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*..\n..*..****\n..*...*..\n.*.*...**\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.**..*...\n.***.*...\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n.**..*...\n****.*...\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n...*...*\n...*...*\n..**....\n.....*.*\n.*.**.**\n.*.*.*..\n*....*..\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n........\n..*...*.\n..*..*.*\n..*.....\n..**....\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.\n*....*.*\n.......*\n..*...**\n*.*..*.*\n..*....*\n.*.....*\n.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.*..\n..**..\n......\n*...**\n**...*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n..**..\n...**.\n**..**\n..*.**\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*.**.\n..**..\n...***\n.*..*.\n..*.*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n**.\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..*..**\n*....**.*....\n*....****..**\n```\n\n\n## Output without wrap\n\n```\n.....****....\n....*...**...\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******.*.....\n******.*.....\n******.*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*..*\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.**..*\n**..**..*..*.*\n.***.**..*..*.\n..**.*.*......\n*....*.......*\n*....**.**.***\n*.**.******...\n*...***.**.*.*\n.*.*.***....*.\n.....*......*.\n.....*....***.\n```\n\n\n## Output without wrap\n\n```\n**......***.*.\n...***.**..*.*\n*......**...*.\n...*.*........\n.*...*.**....*\n*..........***\n*..*.........*\n*..........**.\n.......**..***\n.....*......**\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***.**....\n...***.**..*..\n.......**...**\n*..*.*.......*\n**...*.**.....\n...........**.\n...*..........\n*..........***\n*......**..**.\n.....*......**\n*.....*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.\n*....*..\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n.....**.\n**..**..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..\n**..**..\n**..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n....\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n.**.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..***.\n*.********\n...******.\n**.**.****\n..*.**.***\n..**.*.***\n******.*.*\n****.*..*.\n.*.****..*\n```\n\n\n## Output without wrap\n\n```\n..**.....*\n..*......*\n*.........\n.*........\n..........\n..........\n*....*.*.*\n.......***\n**.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..*.......\n..........\n**........\n..........\n..........\n.....*.*..\n.......**.\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............*\n***....*....*.\n..............\n.*......*.....\n..........**..\n...*..........\n....**........\n..............\n.......*...*..\n..........**..\n....*..*......\n....*.*.......\n.....*........\n.**.*.........\n```\n\n\n## Output without wrap\n\n```\n..............\n***...........\n.*............\n..............\n..............\n..............\n..............\n..............\n..........**..\n..........**..\n.....*........\n...*..*.......\n...***........\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n.**..........*\n*............*\n..............\n..............\n..............\n..............\n..............\n..........**..\n..........**..\n.....*........\n...*..*.......\n...***........\n...*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*..**.*\n.*....*\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n.......\n**...*.\n**.....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**\n.*...**\n.*....*\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n...*.....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n..**.\n.*...\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n.*.........*\n*...........\n............\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n*...........\n*...........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.**.\n.*.*\n****\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.\n.....**\n.....*.\n..***..\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n..*****\n..**..*\n...*.**\n..****.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...\n..**..*\n...*.**\n..****.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*****\n**..*\n***.*\n*..*.\n**.*.\n*.**.\n..*.*\n*.**.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n....*\n....*\n..*..\n.....\n....*\n...**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..***\n.....\n**...\n**..*\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n....*.\n.*..*.\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...*.\n*...**\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n***\n*.*\n***\n**.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n...*\n.***\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......*\n**.*.....*\n.**.*.....\n...***....\n.......*..\n```\n\n\n## Output without wrap\n\n```\n***.......\n...*......\n**...*....\n..****....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....**\n...*.....*\n.*...*....\n..****....\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n*.*.\n....\n.*.*\n.*.*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n....\n.**.\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*..*\n..*.\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.**..*.*\n.****...**.**.\n***.**.***.***\n*****...*...**\n```\n\n\n## Output without wrap\n\n```\n........***...\n.......*.**...\n....**.*......\n....**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**..\n..............\n..............\n..........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*.***\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n......\n..**..\n....*.\n.***.*\n.**.**\n.*....\n*..***\n..**..\n......\n*.**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*.*.\n**...*\n*...**\n****.*\n**.**.\n.*.**.\n.*....\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n...*..\n......\n*.*.*.\n.....*\n....**\n.***..\n.*.*.*\n...*.*\n.*..*.\n******\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.*.*\n....\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..*.\n....\n*.*.\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**.*\n*******.*\n******..*\n..*****.*\n*.**.....\n**.**..**\n.**.**..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n........*\n**....*.*\n**...*..*\n*...**...\n**..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......*.\n......**.\n.....*..*\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***\n****...\n******.\n..*....\n...***.\n.*.**.*\n**..**.\n*.****.\n.*.*.**\n***..*.\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*...\n.......\n.......\n.......\n**...**\n*......\n.......\n*.....*\n.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*.*\n*....**\n*.....*\n*....**\n.......\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.......*\n........\n..*.....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.*...\n.***.\n.*...\n..**.\n**.*.\n.....\n.....\n.*...\n*....\n.....\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n***..\n.**..\n**...\n..*..\n.....\n.....\n.....\n.....\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n..*..\n.**..\n.*.*.\n..**.\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n*.*.....\n.**.....\n***.....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.*......\n.**.....\n..**....\n.**.....\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.**.....\n..**....\n.**.....\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.**.\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.**\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n**.\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.*..***..\n*...**...\n```\n\n\n## Output without wrap\n\n```\n.....*...\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n**.....\n**.....\n**.....\n.......\n....*.*\n.....**\n.....**\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..*....\n..*....\n.*.....\n.......\n.......\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**\n***....\n*.*....\n**....*\n**....*\n*.....*\n*......\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n..*.......\n*..***..*.\n*......*..\n.......*.*\n..........\n..***.....\n```\n\n\n## Output without wrap\n\n```\n..........\n...*.*....\n.*.**.....\n....*.**..\n........*.\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n...*.*....\n.*.**....*\n*...*.**..\n........*.\n...*......\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*\n..*....\n...**.*\n*.*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*..*..\n.*.*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n.......\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....***.\n....*.*.\n..*.*.*.\n..*.*.*.\n....*.*.\n........\n.*......\n.*......\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....*.**\n...**...\n...**...\n...**.**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*.**\n...**...\n*..**...\n...**.**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....*****.\n....***.*.*...\n****..*.*.****\n...*.**.*.*...\n*....*..*.****\n........*.....\n```\n\n\n## Output without wrap\n\n```\n...*...***....\n......*.*.*.*.\n.***....*.....\n.*.*..*.*.*.*.\n....*.*.*.*.*.\n.....*...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.....\n*.....*.*.*.*.\n****....*....*\n.*.*..*.*.*...\n....*...*..**.\n...*....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...**\n***..\n.***.\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**..*\n.*...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n****\n..**\n.**.\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n***..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*...*....\n.*..*...**\n..*.*....*\n..........\n...******.\n....*..*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..***.....\n..***...**\n...*.**...\n...*......\n...*......\n...*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*****....*\n.****...*.\n**.*.**...\n...*......\n...*......\n...*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.*.\n....\n....\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n.*..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n*..****.*\n.***..*..\n.......*.\n****...**\n...***.*.\n***.***.*\n**.*.**.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*..****.\n***..*..*\n*.....*.*\n.**...*.*\n.**....**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.*\n...*..**.\n..*..*...\n......*..\n.**...***\n.**......\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.***....\n.*.....*.....*\n*****..***..*.\n.*..*.......*.\n.*..****.....*\n..............\n....***......*\n.*.*..****...*\n.*.*...*.*.***\n...***..*.**.*\n.....*..**.*..\n```\n\n\n## Output without wrap\n\n```\n.......*......\n.***..*.......\n............**\n...*..**....**\n.....**.......\n.......*......\n....******....\n...*..*..**.*.\n...*.*....*..*\n..**.*.**.**.*\n....**.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........****\n***.*..*.*...*\n............**\n...*..**.....*\n.....**......*\n**.....*.....*\n*...******...*\n*..*..*..**.**\n...*.*....*..*\n*.**.*.....*.*\n.....*.**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.....\n*...**...*.*\n*.......*.**\n.......****.\n.......**...\n```\n\n\n## Output without wrap\n\n```\n............\n......**..*.\n...........*\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.***...\n......*.....\n...........*\n............\n.....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n.......\n.......\n....**.\n...**..\n.......\n.......\n.......\n.......\n.*.*...\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n...*.*.\n...*.*.\n....*..\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.......\n....*..\n...*.*.\n...*.*.\n....*..\n.......\n.......\n.......\n.***...\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.*....\n*..*...***.*..\n*.**.**.*.*.**\n**.*.*......**\n............**\n.*...........*\n........*.**..\n...........*..\n.........*....\n........***.*.\n```\n\n\n## Output without wrap\n\n```\n**.....*.**...\n*..**......**.\n*..*.**.*.*..*\n**.*.**.......\n***...........\n...........*.*\n..........***.\n.........*.*..\n........**.*..\n........***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*...*.*\n...**......**.\n...*.**.*.*...\n.*.*.**.......\n.**...........\n*..........*.*\n..........***.\n.........*.*..\n........**.*..\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n.**.**\n...*.*\n******\n.***..\n...*..\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*....*\n*.....\n*....*\n*.....\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n......\n......\n.....*\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n*.....\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..***.\n*.*...**.*\n*.****.***\n.**.*****.\n**.**....*\n*..**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***..*.*.\n.........*\n*........*\n..........\n*........*\n******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.....\n*.........\n..........\n..........\n..........\n*.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n**.\n*.*\n...\n...\n.**\n..*\n*.*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n*..\n*..\n...\n...\n.**\n..*\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n*.*\n...\n...\n***\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*...*..\n......***.*...\n.*...**.*..*.*\n*..*.**.....*.\n*.**......*...\n......***.....\n.*...*.*......\n```\n\n\n## Output without wrap\n\n```\n......***.....\n.....*..*****.\n....*...**.**.\n*..*.***...**.\n.*****........\n.**...***.....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.....*..*****.\n*...*...**.***\n*..*.***...**.\n.*****.......*\n.**...***.....\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n..*.*.....\n.*........\n.*.......*\n*......*..\n.*........\n*.......*.\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n..........\n..........\n..*.......\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n*.*.......\n*.........\n..........\n..*......*\n..........\n........*.\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n.......\n..**...\n..***..\n...**..\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n..*.*..\n.......\n..*.*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..**...\n..*.*..\n.......\n..*.*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.\n.*..*...\n*..*..*.\n**.*....\n.*..**..\n*..*.***\n......*.\n*****...\n```\n\n\n## Output without wrap\n\n```\n....*...\n****.*..\n.....*..\n**.*.*..\n**....*.\n.......*\n.**...**\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.**..*..\n.....**.\n.*.*.*.*\n.*......\n*.....**\n..**....\n******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n*.*\n.*.\n...\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.....*\n......\n....**\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n....**\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.*****.*\n....**.*.***.*\n...*.*........\n***....***....\n...*.*........\n.*...*..*.....\n```\n\n\n## Output without wrap\n\n```\n...**.*.......\n.*...*.**.....\n....*..**.....\n*.......*.....\n.**.*.***.....\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*..**..\n*...*..**.....\n*...*..**.....\n........*.....\n*...*....*....\n*..*.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n*..***\n*...*.\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...*.*\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n*..*..\n*..*..\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n...**.*\n..**...\n.*.***.\n*.*.**.\n.*....*\n```\n\n\n## Output without wrap\n\n```\n....***\n..***.*\n.......\n.*...*.\n*.*...*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n*.***.*\n.......\n.*...**\n*.*....\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**..\n.**..\n.*...\n.*...\n*....\n....*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n**...\n.....\n**...\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n**..*\n....*\n....*\n.....\n*..*.\n*.*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n...*.\n**.*.\n..*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n**..*\n.....\n.****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.**.\n..**\n***.\n**..\n.***\n****\n..*.\n****\n..**\n****\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n*..*\n*..*\n...*\n...*\n*...\n....\n....\n....\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n.*...**.\n***....*\n****....\n*....**.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n**...***\n...*..*.\n...*..*.\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.*...**.\n...*..**\n...*..*.\n*..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*...*..\n*.*.**..****..\n...**...*.**..\n..*....*.*....\n*.**...**.**.*\n*.....*......*\n.......*....**\n*****.......*.\n**.*.*..*....*\n```\n\n\n## Output without wrap\n\n```\n....*...**....\n**.*.....****.\n*...*......**.\n....*....**.*.\n...*.**..**.**\n.*....*.*.**.*\n*.***......*.*\n*...*.......**\n...**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*..***\n.*......*...*.\n*...*......**.\n....*....**.*.\n*..*.**..**.**\n**....*.*.**..\n..***......**.\n.....*.....***\n.....**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*..\n**.....*\n****..**\n**..*.**\n.***...*\n.**..**.\n****.*..\n*.**..**\n..*..*.*\n*.*****.\n..****.*\n......*.\n.*...*.*\n*.*.*...\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n....*..*\n...*.*..\n....**..\n...**..*\n.....**.\n*....*.*\n*....*.*\n.......*\n.......*\n.**....*\n..**...*\n.*...**.\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n....*...\n...*.*..\n....**..\n...**...\n.....***\n.....*..\n.....*..\n........\n*.......\n.**....*\n*.**...*\n**...***\n....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n..***\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n***..\n.**.*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.....*\n*..***\n.***..\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n.*.*.*\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n**.*.*\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....***.\n.......**.\n..*..*****\n.*.....**.\n..........\n...*....*.\n..........\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.....*....\n.........*\n.........*\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n.....*....\n.........*\n.........*\n.......**.\n..........\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..**\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....**\n**.*...*.\n*.**...*.\n```\n\n\n## Output without wrap\n\n```\n*.*....**\n...*..**.\n*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n...*..**.\n...*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n..*\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n****.\n*.**.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*...*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*....\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**.*.\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n***..\n**.**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n**.*.\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.********\n***********\n***********\n.**********\n.**********\n*..*.******\n*.*********\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n*.*........\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.......\n......*.\n...**...\n.*.*....\n..*.....\n*..*....\n.......*\n*.......\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...*....\n..*.*...\n.*......\n..***...\n..*.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*....\n..*.*...\n.*......\n..***...\n***.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.**.*.\n***.*.\n*****.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*.**\n...***\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n...***\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n*.*.*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*.*.\n*.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n*.**\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*...\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n....**\n...*..\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n....**\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*...\n..........*\n.....*..*..\n.....*.....\n....**...*.\n..***...*.*\n...*.......\n....*......\n..*........\n...*.......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.....**....\n....**.....\n...........\n..**.......\n..**.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.....**....\n....**.....\n...........\n..**.......\n..**.......\n...**......\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..........\n..*.........\n...*........\n..*..*......\n```\n\n\n## Output without wrap\n\n```\n............\n..*.........\n..**........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........\n..*.........\n..**........\n..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n.**\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*...\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.*.\n*.***.**..*\n.*****...**\n..**.*.****\n**....*....\n```\n\n\n## Output without wrap\n\n```\n....*.***..\n....*.***..\n......****.\n.*.........\n.*....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*......\n...*.......\n......***..\n.*.........\n.**.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*.*..\n***..\n.*.**\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*..\n*....\n*...*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..*..\n.....\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n*...*..\n......*\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n...*...\n.*..*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..*.\n....\n.*.*\n....\n*.*.\n***.\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n..*.\n....\n.**.\n*.*.\n..*.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n****\n..*.\n....\n****\n*.*.\n..*.\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*..**\n.*...*\n```\n\n\n## Output without wrap\n\n```\n***...\n******\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*..*\n..**\n....\n....\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**.*\n*.**\n....\n....\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.******\n***..***.*.**\n.*******.****\n***.*******.*\n*************\n*.*****.*****\n```\n\n\n## Output without wrap\n\n```\n*..***.*.*..*\n.............\n.............\n.............\n.............\n*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*..**\n...**\n...*.\n.*.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n..**.\n..***\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*.***\n..***\n..**.\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*...*\n..**.\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n*.*......\n*.*.....*\n...*....*\n....*..*.\n*...*...*\n*.**.....\n**.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n..**.....\n...*...**\n...**..**\n.*..*....\n*.**.....\n***......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.**....*\n*.**....*\n*..*...**\n*..**..*.\n**..*...*\n..**.....\n***......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....*...\n*....*...*..\n**.*....*...\n*...***..*.*\n*...*..****.\n*.*..*...***\n.....*...*..\n**.*.*......\n.****.......\n****..*..**.\n.*.*.*...*..\n```\n\n\n## Output without wrap\n\n```\n............\n.......**.*.\n**.*..*.*.*.\n*.**..*.**..\n***....*....\n***....*....\n*.**........\n***..*......\n**...**.....\n**...*...**.\n**..*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*....\n.*.........*\n...*..*.*.*.\n..**..*.**..\n..*....*....\n.**....*....\n..**........\n***..*......\n.*...**...**\n*...*...*...\n.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n**...*\n.***..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n*..*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.\n*...**.\n*...**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**.\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n...**.*\n...**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.********\n********.*****\n**************\n**************\n**********.***\n*.******.*****\n****.*********\n************.*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n......**....\n......**....\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n......**....\n......**....\n............\n............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n......**....\n......**....\n............\n............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......**\n.....***\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....*.*\n.....*.*\n......*.\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*.*\n.....*.*\n......*.\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.*.\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n*..\n.*.\n***\n...\n*..\n...\n**.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n..*\n***\n*..\n...\n**.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n***\n...\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n*......\n.*...*.\n......*\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n*.....*\n*.....*\n.*...**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*..*..\n*..*..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.***.\n***.**.****\n**.**.**.**\n.*****.*..*\n```\n\n\n## Output without wrap\n\n```\n...**......\n...**......\n........**.\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*..*.\n..*.*\n.*.**\n*...*\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n*.*.*\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*.*..\n.**..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n...*..*\n.*.*..*\n```\n\n\n## Output without wrap\n\n```\n....**.\n...***.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n*.*....\n*.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n.......\n....*..\n.****..\n...*.**\n.*....*\n**..**.\n**..**.\n....**.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n..*.*..\n..*....\n.*.*.**\n***...*\n..*.*.*\n**.*..*\n......*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n..*.*..\n..*....\n.*.*.**\n.**....\n..*.*..\n**.*...\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*.*..\n...**\n.....\n.....\n.....\n*.***\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.***.\n...*.\n.....\n.....\n...*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*****\n...**\n.....\n.....\n...**\n...**\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n*........*\n.**.....*.\n.*......*.\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n***.....**\n.**.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n**.......*\n.**.....*.\n.**.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n**.......\n.***.....\n.*..*....\n.*..*....\n..***....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n******...\n**...*...\n..*..*...\n..***....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n******...\n**...*...\n..*..*...\n..***....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.**\n..**\n****\n..*.\n..**\n**.*\n.***\n****\n..*.\n*.**\n.***\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n**..\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n**.**.\n*..*..\n**.*..\n.**.*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n...**.\n...**.\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n*..*..\n*..*..\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n.**....\n.*.**.*\n.*.*..*\n.*.....\n.......\n.......\n.......\n.***...\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*...*.\n**.***.\n**.***.\n..*....\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n**...*.\n.*.***.\n.*.***.\n*.*....\n.......\n.......\n..*....\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**..\n.*..*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n..**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n..**..\n.*..*.\n..**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....\n*.**.*...\n.***.....\n*.....*..\n*.*......\n.*....***\n.......**\n........*\n...*.....\n*........\n.*.*.....\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n***......\n**.**....\n**.**....\n**.....*.\n.....**..\n......*.*\n.......*.\n.........\n..*......\n..**.....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...*\n**......*\n**.**...*\n**.**...*\n**.......\n.....***.\n......*..\n.......*.\n.........\n..*......\n*..*.....\n...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*.*...\n...**.\n.....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n.***..\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.***..\n...***\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n..*.****.*\n.**..**...\n**...*..**\n....**....\n.*....**..\n.*.**.**.*\n***......*\n......*..*\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.****...*.\n*.**.....*\n***.......\n**..**.**.\n..**...**.\n...*.***..\n****.***.*\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n.****...*.\n..**......\n***......*\n.*..**.***\n*.**...**.\n...*.***.*\n.***.***.*\n.*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.*..*\n..**.\n...**\n*****\n.**..\n..***\n```\n\n\n## Output without wrap\n\n```\n**...\n**..*\n..*..\n.....\n*...*\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*..*\n*.*..\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n...*\n*..*\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n**..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.**\n.**.\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n..*****\n..*..**\n*.**.*.\n*.*****\n**..***\n*.***.*\n*.*****\n.******\n*.*.***\n*..****\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n**.....\n**.....\n**.....\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.*.....\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n..........*.\n........**..\n..........*.\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.........*..\n.........**.\n.........*..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.........*..\n.........**.\n.........*..\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n.....**...\n.....**...\n....*.....\n....*.....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....*..*..\n...**.....\n..........\n...***....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n...**.**..\n...**.....\n..........\n...*.*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n..*.\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*..\n*.......**\n..........\n....**....\n.....*..**\n**....**..\n..****....\n......***.\n..**.*....\n.*..**..*.\n```\n\n\n## Output without wrap\n\n```\n........*.\n........*.\n..........\n....**....\n....**.**.\n.***..***.\n.*****..*.\n......**..\n..**.*..*.\n..****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n*.......**\n.........*\n....**....\n*...**.***\n****..****\n.*****..*.\n......**..\n..**.*..*.\n.*.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***..\n**...*..\n*...*...\n........\n*..*....\n.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n*...**..\n...*.*..\n*.......\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***\n...**...\n*.......\n.*......\n.*****..\n**.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.**\n***.\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..*..\n.**..\n**..*\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n..**.\n.***.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n....*\n..***\n..*..\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.........*\n*....*....\n.....*....\n..........\n........**\n**.....**.\n........*.\n.....*.*..\n..........\n.........*\n......*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.......***\n.......*..\n......*.*.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n*......***\n*......*..\n......*.**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..*.\n....\n....\n....\n*..*\n*..*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*...\n.**.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.**\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n..*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*....\n.....\n.....\n.....\n*....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n.....\n.....\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*.*.\n.*.*.*\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..*..*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.**..*\n*.*...\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....*..\n*......*..\n.....*...*\n...*......\n.*.*.*....\n***.....**\n**.*.*....\n*....**...\n*.*.......\n*........*\n.*..*..*..\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*....*.*.\n..........\n..*.......\n**.**.....\n...*......\n....***...\n*.*.***...\n*.........\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***.\n**....*.**\n..........\n..*.......\n.*.**....*\n...*.....*\n....***...\n*.*.***..*\n*.........\n*........*\n.*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n...*..\n..*.*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.*..\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..*.*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*....\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n*...*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n..*....\n...**..\n..***..\n.**....\n```\n\n\n## Output without wrap\n\n```\n.**....\n..*....\n....*..\n.*..*..\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n..*....\n....*..\n.*..*..\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..***.*\n..*..*..***.*\n*.*.....***.*\n```\n\n\n## Output without wrap\n\n```\n........*.*..\n..**...*....*\n.*......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*....*\n..**...*....*\n*.**...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n.******\n****..*\n*.**.*.\n***.***\n*****.*\n.**.***\n```\n\n\n## Output without wrap\n\n```\n.*....*\n.......\n*.....*\n.......\n......*\n.......\n*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n..**\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.**.\n*..*\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n....\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n***\n*.*\n**.\n*.*\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*..\n..*\n*.*\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.**...\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**..\n...*...*..\n*...**....\n*....*....\n.....**..*\n```\n\n\n## Output without wrap\n\n```\n....****..\n...*...*..\n...*..*...\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**.\n...*...**.\n...*..*...\n....*.....\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*.*.\n*....\n.*.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.**\n....*\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n**.*.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n....*....\n.........\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n.*...\n.*...\n*...*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n....*\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*\n...**..*\n..***..*\n```\n\n\n## Output without wrap\n\n```\n....***.\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*...\n....*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.***.*..\n.*..*.*..*..**\n*...*.*.**..*.\n*....*........\n...*..**....*.\n..*..*..*.*.*.\n*..*.**.....*.\n.....**.......\n*........*....\n```\n\n\n## Output without wrap\n\n```\n.....******.*.\n.*.**.*....***\n**..*.****..**\n....**..*.....\n....****...*..\n..**.*......**\n.......*...*..\n....***.......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***.*..**\n**.**.*....***\n**..*.****..*.\n....**..*.....\n....****...*.*\n..**.*......*.\n.......*...*.*\n....***......*\n.....*.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*.***\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n....\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...\n......*..\n...*.*...\n...***...\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n...*.**..\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..\n.....**..\n...*.**..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n.**.......\n..........\n....*.*...\n...*.*....\n*..*.*....\n*...**..**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n....***...\n...*......\n...*......\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n..........\n..........\n....***...\n...*......\n...*...*.*\n**..*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..........\n...*..........\n.*.*..........\n```\n\n\n## Output without wrap\n\n```\n...*..........\n..**..........\n...*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*........\n..*..*........\n..*..*........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n*..*...\n.*.....\n....***\n......*\n*....*.\n......*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....***\n......*\n....*..\n.....**\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n**..*..\n.*.....\n**..*..\n*....*.\n......*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......**\n**....***.\n.*...**.*.\n.***.*.**.\n..*.*.*.**\n*.*..*...*\n**.*.*....\n.....**...\n....*****.\n....*..***\n*....*...*\n....*.....\n.........*\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*..***.**\n..*****...\n...*......\n.****.****\n*.***.****\n*.*..**...\n.*........\n..........\n...**...**\n....**....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....***...\n.******...\n...*......\n.****.**..\n*.***.**.*\n***..**..*\n.*.......*\n..........\n*..**.....\n.*..**....\n..........\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...*.\n*.*.....*\n*...*....\n*..***...\n**.*.....\n..**..*..\n****..*..\n.......**\n```\n\n\n## Output without wrap\n\n```\n.***.....\n..*.*....\n..*.**...\n*.**.**..\n****.*...\n***.**...\n.*.*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..\n..*.*....\n..*.**...\n..**.**.*\n****.*..*\n..*.**..*\n.*...**..\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n..*..\n.....\n....*\n*.*.*\n.**..\n.....\n***..\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n...*.\n..*..\n.***.\n*....\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n...**\n.....\n*..**\n*.*.*\n****.\n*....\n**...\n..*.*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n*.....\n.***..\n**....\n.*.***\n```\n\n\n## Output without wrap\n\n```\n**....\n*..**.\n..*...\n*.....\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n...**.\n..*...\n.....*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n*.*\n***\n.**\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n*.*\n*.*\n*..\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.*....*..*\n*.*.....**\n...*......\n......*...\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n***.....**\n.**.....**\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.**.....**\n***.....**\n.........*\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.**..\n*..**\n```\n\n\n## Output without wrap\n\n```\n***..\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n..**.***\n.**..***\n.*....**\n**...*..\n**..**..\n*..*..*.\n***...**\n***.**.*\n```\n\n\n## Output without wrap\n\n```\n..**.**.\n......*.\n..***...\n..*..*..\n....*...\n..*....*\n.......*\n..*....*\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n..***...\n..***...\n..*..*..\n....*.*.\n..*...*.\n......*.\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n*.**...\n..*..**\n*.**...\n*.**..*\n....***\n```\n\n\n## Output without wrap\n\n```\n..**...\n.******\n....*..\n....***\n..*...*\n...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n******.\n*...*.*\n*...**.\n*.*....\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*..\n..*........\n..*........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.......**..\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**..*\n***.*\n.****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n*****..*.*....\n.*.**.*.**....\n...**........*\n..*..*......*.\n```\n\n\n## Output without wrap\n\n```\n*****.........\n...**.**.*....\n**....**.*....\n........*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n**..****.*....\n**....**.*....\n........*.....\n...**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*...\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n***......\n***......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*.*......\n...*.....\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n...*....*\n...*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n..*.*.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**.**\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n..*.*.\n..*.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n***..*\n*..**.\n....**\n**.*.*\n.....*\n...*.*\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n...***\n.....*\n*.***.\n*.***.\n..*.**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...*..\n.***..\n.***..\n.**...\n......\n......\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n***\n..*\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n*.**\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n*.......\n*..*....\n.....*.*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n*......*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**..\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*...\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*...\n..*..*...*.\n*..........\n***..*..*..\n*.*........\n.....*.*...\n.......**..\n....**....*\n..*........\n*****......\n...........\n....*......\n....**....*\n```\n\n\n## Output without wrap\n\n```\n....***....\n....***....\n*.*........\n*.*........\n*.*...*....\n......***..\n....**.**..\n...........\n..*..*.....\n.***.......\n.**.*......\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n....***....\n*.*.......*\n*.*.......*\n*.*...*....\n......***..\n....**.**..\n...........\n*.*..*.....\n.***.......\n.**.*......\n....**.....\n...*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.***\n...*.\n*.***\n```\n\n\n## Output without wrap\n\n```\n..***\n..*.*\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**..\n*....*****\n*...*.*...\n*....*****\n*...**.*..\n..****..**\n****..*.*.\n*.........\n.***...***\n.....*.*.*\n```\n\n\n## Output without wrap\n\n```\n....*.....\n**.*....*.\n**..*.....\n**......*.\n.*........\n*.......**\n*....*.***\n*........*\n.**...**.*\n..*...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n**.*....**\n.*..*.....\n**......*.\n**........\n........*.\n*....*.**.\n..........\n.**...**.*\n.*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*...\n.*..\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.**.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..*.*..\n..**..*.*....\n..**.....**..\n..*...*...**.\n..*..*...*..*\n..*..*...*..*\n...*.*....**.\n.............\n...****......\n..*....*..*.*\n..*...*.....*\n..*..**...*..\n..**.*....***\n```\n\n\n## Output without wrap\n\n```\n..**...*.*...\n.*..*..**.*..\n.*.....*.***.\n.**........*.\n.***.**..*..*\n..**.**..*..*\n....*.....**.\n...*..*......\n...****......\n..*.*..*...*.\n.***.***.....\n.**.***...*.*\n..*****...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***..*..\n.*..*..**.*..\n.*.....*.***.\n.**........*.\n.***.**..*..*\n..**.**..*..*\n....*.....**.\n...*..*......\n...****......\n..*.*..*...*.\n.***.***.....\n.**.***...*.*\n.***.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n.*.\n.**\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..*..\n*...*****..\n..***.*..*.\n.*...*..*.*\n.***.*.*...\n*...***....\n..*.*.**...\n.*.....*...\n...*.*.....\n..****.*..*\n...*....*..\n```\n\n\n## Output without wrap\n\n```\n.....*..*..\n..*.....**.\n.***.....*.\n.*...*.***.\n****...*...\n...........\n.*.**..*...\n..****.*...\n...*.*.....\n..*..**....\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..**.\n..*.....**.\n****.....**\n**...*.***.\n.***...*...\n...........\n.*.**..*...\n..****.*...\n...*.*.....\n..*..**....\n.....*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...\n...*.**..\n..*****..\n.***.....\n.***.....\n..**.*...\n.........\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n..*..**..\n.........\n.........\n....*....\n....*....\n..*.*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n..*......\n.........\n.........\n....*....\n....*....\n.*...*...\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n*.*.*\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.*..*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n....*\n.....\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...*\n..........*\n.*.........\n.**........\n**.**...*..\n*..........\n*.........*\n...........\n.....**...*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.**........\n...*.......\n*..*.......\n*..........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**..**\n*..........\n***........\n...*.......\n*..*.......\n...........\n*.........*\n*.........*\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..**\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n***.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n.*.*.\n.**..\n..*..\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.*.**\n.*.*.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n**.**\n.*.*.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*.*\n.*.*\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n...*\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*...\n.....*.*...\n.....*.**..\n```\n\n\n## Output without wrap\n\n```\n....**.....\n.....*.*...\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*...\n.....*.*...\n.....*.**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............*\n.............*\n.............*\n...**.........\n.....*........\n..............\n..............\n..*...........\n...*..........\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n..............\n....*.........\n....*.........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n*...........**\n..............\n....*.........\n....*.........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*...\n*..*.*...\n...***..*\n****.....\n**......*\n..*.....*\n..*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.*...**..\n*....*...\n*..*.....\n*..*.....\n..**....*\n...*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**.*\n**...**.*\n.....*..*\n...*.....\n...*....*\n..**....*\n*.*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n*....*\n*.*...\n....*.\n..*.**\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*..**\n....**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n**....\n.*..*.\n....**\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*********\n*.**.******.\n*.****.*****\n********.***\n**********.*\n*.*********.\n***.******.*\n**.*.*.*.***\n*.*.*******.\n************\n.***********\n```\n\n\n## Output without wrap\n\n```\n**.*.......*\n*...........\n*...........\n............\n...........*\n...........*\n...........*\n...........*\n............\n*...........\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*****\n...*...*\n....*..*\n...*...*\n....*..*\n...**.*.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n...*...*\n...*...*\n..*.....\n..*.....\n........\n.......*\n...*....\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n*..*....\n..*.....\n.**.....\n........\n*.......\n...*....\n....*...\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..\n*.**.*..\n*.**.*..\n```\n\n\n## Output without wrap\n\n```\n....***.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n....*..*\n....*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*...\n....\n****\n*.*.\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n*.**\n.***\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n.*.*\n.*.*\n....\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..***...\n...........**.\n****..*.**.*.*\n****..*..*.***\n*.*..*.......*\n...***....*...\n```\n\n\n## Output without wrap\n\n```\n....*....***..\n.*...*.*...**.\n*..*...***...*\n....******.*.*\n*....**...**.*\n...***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...**...\n**...*.*...***\n...*...***....\n....******.*..\n.....**...**..\n..*...*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*....\n.....\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**..*\n.....\n.....\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*\n...**.*\n......*\n.....**\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**.*\n....*.*\n....*..\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*..**.*\n*...*.*\n....*..\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.......\n**.....\n..*...*\n..*...*\n**.....\n.......\n....***\n....*..\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n.**....\n.......\n....**.\n....*.*\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n**.....\n..*...*\n..*...*\n.*...*.\n**..**.\n*...*..\n...**..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.**\n***.**.*.\n*****.***\n***.*****\n*.*******\n```\n\n\n## Output without wrap\n\n```\n*.*..*.**\n.........\n.........\n.........\n*.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n**...*\n*.....\n......\n......\n......\n......\n......\n......\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n.*..**\n*....*\n*.....\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n.***\n..*.\n.***\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n....\n....\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.\n...*.***\n.**.....\n..*.*.*.\n.*...**.\n*.......\n```\n\n\n## Output without wrap\n\n```\n....**.*\n.**.**.*\n.**.*..*\n..**..*.\n.*...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..\n***.**.*\n.**.*..*\n..**..*.\n.*...***\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**..\n.*...\n*..**\n.**..\n.....\n.....\n.....\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n*..*.\n*..**\n.***.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.*...\n.....\n.**..\n*****\n.....\n.....\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n**.......\n..*......\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n..**.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.*.......\n..**.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*\n.*..*..*\n.****..*\n.*.*.*.*\n.*..**.*\n.***...*\n***.....\n*.*.....\n*.*.....\n**...*.*\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*..***\n..*.**.*\n..*.**.*\n***..*.*\n**..***.\n.**.*...\n*.**....\n*.**....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.*..*\n.**.**.*\n.**.**.*\n..*..*.*\n....**.*\n..*.*...\n****...*\n****..*.\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*...\n....\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n****\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n....***\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n....*\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n...*.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.\n*...*****\n*.......*\n...**.*..\n...*.**..\n..**.*...\n..*.*....\n*....*...\n*.*...***\n.*...***.\n.........\n...***...\n```\n\n\n## Output without wrap\n\n```\n....*.***\n...****.*\n...*....*\n...*****.\n...**....\n.****.*..\n.**....*.\n.***.***.\n....**..*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n....***.*\n...*...**\n...*****.\n...**....\n.****.*..\n.**....*.\n*.**.**.*\n*...**...\n**.......\n.....*...\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n*..*.\n*.*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n*..*.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n*..*.\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**.\n**..**.*\n...*..*.\n*.*...**\n..*.*.**\n**....*.\n**...*..\n```\n\n\n## Output without wrap\n\n```\n*.*...*.\n.....**.\n*...*...\n*...*...\n*..*....\n*.**....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n**.**...\n....*..*\n....*...\n...*....\n..*.**..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*....*\n.**....**.\n*..**....*\n..**...*.*\n..*.*....*\n```\n\n\n## Output without wrap\n\n```\n.***....**\n.**.*..*.*\n.*.*.....*\n.***.....*\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n*.......*.\n**.*.....*\n.*.*.....*\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**...\n.*..**...\n....**...\n**...**..\n```\n\n\n## Output without wrap\n\n```\n******...\n***...*..\n**.......\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n***...*..\n**.......\n*.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*.*.\n*....\n.....\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..*.*\n.....\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*....*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...**\n*....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n******\n******\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n......\n......\n.****.\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n******\n......\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.**..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.****.***\n..**********.\n**.*..*.**.**\n.*..*********\n******.******\n******.****.*\n```\n\n\n## Output without wrap\n\n```\n.*..........*\n*............\n**...........\n.............\n.............\n*....*.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.*...........\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n*.*\n...\n...\n*.*\n*.*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n*.*\n...\n...\n...\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n...\n*.*\n...\n.**\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n..*..*.....\n.*..****.*.\n*...*...***\n.*...*.*...\n*..*..*....\n......*...*\n...*....*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...***.***.\n****..**..*\n...........\n**..*....**\n....*......\n.......*...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***..\n...***.**..\n.***..**.*.\n...........\n.*..*....*.\n....*......\n.......**..\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*.***\n**...\n....*\n....*\n***.*\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n..***\n*....\n***.*\n*.**.\n.***.\n.**.*\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.*...\n..**.\n.***.\n.**.*\n.***.\n..***\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..*..\n.....\n.....\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**..\n.....\n.....\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n...\n*.*\n.*.\n...\n**.\n*..\n**.\n.*.\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.**\n..*\n**.\n...\n**.\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n....*..*\n....*..*\n....*..*\n....*..*\n```\n\n\n## Output without wrap\n\n```\n........\n....*..*\n...*....\n...*...*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.*..*...\n.*.*....\n.*.*....\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*....\n......\n.*...*\n.*...*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n.*...*\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.*...\n*.....\n......\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n......\n......\n..*.*.\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n...*.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n...*.*\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*.**.\n.....\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n..**.....\n*.*.....*\n*.*....**\n*.*.....*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*.......\n.......**\n.***..*..\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n.........\n........*\n..**..**.\n........*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n**.**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*....\n*........\n.*...*...\n....*..*.\n.........\n.........\n....*....\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n*******\n*******\n*******\n*****.*\n*******\n*.***.*\n*******\n*.*****\n****..*\n*******\n*******\n*.*..**\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.****.*.*\n*****..*...***\n..*.****..*...\n.**.*..*......\n..**...***..**\n***.*...*.*..*\n..*.*.**.*****\n*.*.*****..*.*\n.***.*.****..*\n..*.***.**.***\n..***.*.**.*.*\n```\n\n\n## Output without wrap\n\n```\n.....*******..\n**...*...*...*\n**......**.**.\n**.....*.***.*\n...**.*.*.....\n.*..*.*.....**\n...**.........\n............**\n.............*\n..........*..*\n..........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**.\n.......*.*.*..\n........**.**.\n*......*.***..\n...**.*.*.....\n....*.*.......\n...**.........\n..............\n..............\n............*.\n...........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n***\n***\n.**\n***\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n...\n...\n...\n*.*\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n....*.*\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n...**.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n*..**.*\n*..**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*.\n.*....*...\n.**...*...\n.*......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*.......\n..........\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...****\n......****\n..*...****\n......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n.....*.*.\n.........\n.........\n.........\n.........\n.........\n..*......\n...*.....\n.........\n.........\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n......*..\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*.*\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.***.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n****..*\n*...**.\n***.***\n***.*.*\n..*.***\n**...**\n```\n\n\n## Output without wrap\n\n```\n*......\n*..*...\n.....*.\n.......\n.*.*...\n.*.*.*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n..**...\n.*.....\n.......\n...*...\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*.*.\n.*..*.\n.****.\n...*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*.**\n.*..**\n.*..*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.**\n.*..**\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n..**\n..**\n****\n****\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*************\n**.**********\n*************\n.*.**********\n******..****.\n*.***.**.****\n```\n\n\n## Output without wrap\n\n```\n*...........*\n.............\n.............\n.............\n*............\n*.....**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n.*....\n**....\n..***.\n```\n\n\n## Output without wrap\n\n```\n..**..\n*..**.\n**.**.\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n**.**.\n****..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n.*..*.\n***...\n*..*..\n.***..\n...**.\n..***.\n******\n......\n..*...\n**....\n```\n\n\n## Output without wrap\n\n```\n.*****\n....**\n*.**..\n*..*..\n.*....\n.*....\n......\n.*...*\n....*.\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n....*.\n*.**.*\n*..*..\n.*....\n.*....\n*.....\n**...*\n*...**\n.*....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n****.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.****\n.*.***...*\n*....*..**\n......*...\n**...**..*\n```\n\n\n## Output without wrap\n\n```\n**.*..****\n.*.*......\n.....**.**\n**....****\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..\n.*.*......\n*....**.**\n.*....***.\n.**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n****\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n...**\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*..\n............\n.....**.....\n...*....**..\n........*...\n.....**.....\n.**.........\n.....*.....*\n.*.....*.*..\n**....**....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n........*...\n.......*.*..\n.......*.*..\n......***...\n............\n***...**....\n......*.*...\n**....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n............\n........*...\n.......*.*..\n.......*.*..\n......***...\n.*..........\n***...**....\n*.....***...\n*.*...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n..**\n..**\n....\n....\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n*...\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....*.\n.*.*.*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n****.*\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*...**\n.***.*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n..**.*.\n*****..\n.**.**.\n******.\n.**..**\n.*.*.**\n***....\n.***.*.\n***..**\n.**....\n```\n\n\n## Output without wrap\n\n```\n.*...**\n*....**\n.......\n.......\n.......\n....**.\n....*.*\n.......\n...*...\n.*....*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.....*.\n.......\n.......\n.......\n....*..\n....**.\n......*\n...*...\n...*..*\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n....***..\n....**...\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n.........\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.*\n***.*.*.*\n.**..*.*.\n...*..***\n***......\n.***.....\n.***.....\n*.****.**\n```\n\n\n## Output without wrap\n\n```\n*...*.*..\n*.......*\n*...**...\n*..*..***\n*......*.\n.........\n*........\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n....**...\n...*..***\n*......**\n.........\n........*\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....**..\n....*..**\n.*....*.*\n....**..*\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n......**.\n........*\n.....**.*\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*..\n......***\n*.......*\n.....**..\n.....****\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n..*.....\n..**....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*......\n.*.*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n*.......\n**......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n..*.....\n..*...**\n......*.\n......**\n......*.\n.*......\n**.....*\n..*..***\n**.***..\n........\n*..*.**.\n.**.....\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n.....*..\n.....*.*\n.....*.*\n*.*...**\n*..*..*.\n*....*..\n*....*..\n*....*..\n........\n*.......\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*\n***...**\n*.....**\n.....*..\n.....*.*\n.....*..\n.**....*\n.*.*..*.\n.....*.*\n.....*..\n.....**.\n.......*\n**.*....\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n....**.\n.......\n.......\n.......\n*.*...*\n*.**...\n***.*.*\n.******\n**..*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n..**...\n*....*.\n*.....*\n......*\n**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n....**.\n.......\n.......\n.......\n*.**..*\n.....*.\n.......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n.**.*...\n.....*..\n.**.**..\n```\n\n\n## Output without wrap\n\n```\n...*....\n...***..\n.....*..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...***..\n.....*..\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*..\n.....\n.....\n.**.*\n*..**\n*....\n.*.**\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**.*\n*.***\n***..\n.*.**\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.**.*\n..**.\n.**..\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.*.*...*\n....*.....*...\n*.....**......\n..............\n...*...****...\n...*.........*\n......*.*.....\n...*..**...*..\n*....*....*..*\n*.*......*....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n......***.....\n........**....\n........**....\n..............\n.....***......\n.....*.*......\n.....***......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...*...\n.......**.....\n......***.....\n........**....\n........**....\n..............\n.....***......\n*....*.*......\n**......*.*..*\n..*.....*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.***\n***..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**......*.\n*........*..**\n.**.......***.\n..*.**......*.\n......*..**..*\n*..........*..\n.***..*.**.*..\n....**..*.**..\n....**........\n...*..*.*.**..\n...*..*.**.*..\n```\n\n\n## Output without wrap\n\n```\n............**\n.*.........***\n*..**....*****\n.*.*.....*..**\n...**.*.***...\n.*...*.*.....*\n....**........\n.*........***.\n..**.*........\n......*.*.**..\n.......***.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**...**\n*..**........*\n...**....***..\n...*.....*....\n...**.*.***...\n*....*.*......\n*...**.......*\n.*........***.\n..**.*........\n..*****.*.***.\n...*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n***.**\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n.***.*\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....****\n.*...*..**\n*.*.....*.\n**.***...*\n..**.*****\n**......*.\n```\n\n\n## Output without wrap\n\n```\n.*....**..\n*.**.**.*.\n*.*****...\n.***.*.*.*\n.**.**.*.*\n..*..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...\n.....***..\n.******...\n..**.*.*..\n.....*....\n.*..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.*............\n**............\n.*............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n***...........\n**............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n**............\n***...........\n**............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n.**\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*..\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*..*\n*.**\n...*\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n**.*\n...*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n.***\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n...*\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.***.....\n..*.**.*.\n....**.*.\n..*......\n.......*.\n```\n\n\n## Output without wrap\n\n```\n..*......\n.******..\n.**..*...\n....**...\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.******..\n.**..*...\n....**...\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*..\n**.\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n*..\n**.\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.*...\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n***..\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*..***\n*.****\n****.*\n****.*\n*****.\n******\n.*****\n```\n\n\n## Output without wrap\n\n```\n***..*\n*.....\n*.....\n.....*\n.....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n..*...*\n......*\n.......\n...*.*.\n*.....*\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*....*.\n......*\n.......\n.......\n.....**\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n.***..*\n..***.*\n*..*.**\n*.....*\n.*.**..\n**.....\n**.*...\n**.*...\n**..**.\n```\n\n\n## Output without wrap\n\n```\n....***\n....*.*\n.**..**\n*..*.**\n*......\n*...*..\n..**...\n...**..\n.***...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n.*.*...\n.......\n**..*..\n*.**.*.\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**..\n..*......\n.*.....*.\n.........\n....**...\n....*.*..\n....**...\n.....*...\n....**...\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n....**...\n...*..*..\n......**.\n....*.*..\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...\n.**......\n.........\n.........\n....**...\n...*..*..\n......**.\n....*.*..\n....*.*..\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........*.\n*........*.*.\n.........*.*.\n.........*.*.\n......*......\n.......**.*..\n.....****.*.*\n.....*......*\n....*.....*.*\n...*.*...**..\n...*.****....\n.............\n............*\n```\n\n\n## Output without wrap\n\n```\n..........*..\n...........**\n........**.**\n.............\n.......****..\n.....*..*..*.\n.....*..*....\n....**.*.*..*\n....**...**..\n...*.*.*****.\n.....*****...\n......**.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**.\n...........*.\n........**.*.\n.............\n.......****..\n.....*..*..*.\n.....*..*....\n*...**.*.*..*\n....**...**..\n...*.*.*****.\n.....*****...\n......**.....\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n*..\n*.*\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*..\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*..\n**.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n*..\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n..*..*\n..*..*\n***..*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**.*.\n....*.\n.*..*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n..*..*\n......\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.***\n*.*...*.*\n*.***.*..\n*...*.**.\n```\n\n\n## Output without wrap\n\n```\n..**.**.*\n*.....*.*\n*.*.*.*..\n.*..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n......*..\n*.*.*.*..\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n***\n...\n...\n...\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n...\n.**\n.*.\n...\n...\n***\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n...\n...\n.*.\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n*.*.**\n**.***\n.***.*\n******\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*.**..\n*.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*.*\n..**....*\n*...*....\n*...*..**\n***......\n***.*..**\n.*....***\n.....*.*.\n.*..*....\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n.*.*...*.\n*.***..*.\n.*..*..**\n*..*.....\n..*......\n...*..*.*\n***..*...\n.....*.**\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..**\n..***..**\n**..*..*.\n...*.....\n..*......\n...*..*..\n.**..*...\n*....*.**\n....***..\n.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n.****.\n*.....\n**..*.\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*...\n......*.*..\n...........\n..*.....*..\n.*****.*...\n..*.*****..\n```\n\n\n## Output without wrap\n\n```\n.......*...\n.......*...\n.......*...\n.**.*......\n.*.........\n.**....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......\n.......*...\n.......*...\n.**.*......\n.*.........\n.**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.*.*.*\n*.*.*.\n.****.\n```\n\n\n## Output without wrap\n\n```\n....**\n****.*\n*....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n*.....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n*.*\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*..\n**.**.*..\n***.*..*.\n***.*..*.\n..**.*.*.\n**.*.*.**\n***..***.\n.*.*...**\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n....*.**.\n...**....\n....*...*\n.....*.*.\n.....*...\n***...***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.\n...**....\n...**....\n....*..*.\n.....*..*\n.....*...\n..**.*...\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n.***\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n****\n..**\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*........\n*.....*.*..*\n..**....*.*.\n....*.*.***.\n...*..******\n......**.***\n...*....*.*.\n****.*.*.*..\n*...**.*.***\n*....*****..\n*.*.*.*..**.\n.*.*.**.****\n```\n\n\n## Output without wrap\n\n```\n............\n..**...*.*..\n...*.*..*.**\n..*.***.....\n............\n......*.....\n.*.**......*\n****.*.*...*\n*.**........\n*..*.......*\n*.***......*\n.********..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***.*...\n..**...*.*.*\n...*.*..*.*.\n..*.***.....\n............\n......*.....\n**.**.......\n****.*.*....\n..**........\n*..*........\n*.***.......\n**.*.****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n...\n...\n...\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n...*\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....**.\n*******..*\n.**.*.***.\n**.**.*.**\n..**..**.*\n```\n\n\n## Output without wrap\n\n```\n*..******.\n....*....*\n..........\n*...*....*\n.*******.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n..........\n....*.....\n...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*.*.\n.*...\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.***\n*.**\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n..**.........\n..**.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n..**.........\n..**.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n..**.........\n..**.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.***.\n**..*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n*.**.\n*...*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**...\n.***.\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....**.\n...*......*\n.*.*..*....\n..*.*.*..*.\n*......**..\n*.*....*...\n**.........\n```\n\n\n## Output without wrap\n\n```\n.........*.\n...**....*.\n...***.....\n.***.**.*..\n...*..***..\n*......**..\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......**\n...**....*.\n...***.....\n.***.**.*..\n...*..***.*\n*......**.*\n***.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n**.\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n*.*\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..*..\n*..*.\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*.*\n.*...\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**..*..\n.*....*...*..\n..**.**...*..\n.*.......*...\n.***.**.**...\n.*.*..**.***.\n**.**...*..**\n.***.*..****.\n**.***...*.**\n.*..*.****.*.\n****.**.**...\n*..****.*..*.\n*.*.....*****\n```\n\n\n## Output without wrap\n\n```\n.**...**.....\n.*.*.....***.\n.**..**..**..\n.*.....****..\n**.****......\n......*....**\n*....**.....*\n.....*..*....\n*...........*\n...........**\n*............\n*.....*....**\n.*.***.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...***...*\n.*.*.....***.\n.**..**..**..\n.*.....****..\n**.****......\n......*....*.\n.....**......\n.....*..*....\n.............\n...........*.\n*............\n......*....*.\n*.*.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*.*.*\n......*.*..\n**....***.*\n.*......*.*\n.*.*..***.*\n.**.*.*.*.*\n..*.*.*.*..\n.****.*....\n...**......\n.***.*.....\n...*.*.....\n........**.\n......*.*.*\n```\n\n\n## Output without wrap\n\n```\n.........*.\n.....**.*..\n**....*.*..\n.*........*\n**.*.**.*.*\n.*..*.*.*..\n....*.*..*.\n.*.....*...\n...........\n.....*.....\n...*.......\n.......***.\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.*.*\n.....**.*..\n.*....*.*.*\n.*........*\n.*.*.**.*.*\n.*..*.*.*..\n*...*.*..*.\n.*.....*...\n...........\n.....*.....\n...*.......\n.......***.\n........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n****.***\n*.*.****\n*.**.*.*\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n*.......\n*.......\n*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...*.*.\n..*...*..*.*.\n**....*..*..*\n..*..*....*..\n...**..*****.\n..*.........*\n**.....***...\n.............\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n.*....****.**\n*........*.**\n.......*...*.\n......******.\n.*..*...*..*.\n.*...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*....\n......****.*.\n.........*.*.\n.......*.....\n......*****..\n....*...*..*.\n...*.....***.\n...***...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n***...\n......\n.*.*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n..*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n***...\n..*...\n...*..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n...*.*\n*..*.*\n*...*.\n*...**\n*..*..\n.....*\n*...*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*.*..\n...*.*\n**.*..\n**.***\n.....*\n....*.\n....*.\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*.*.*\n*..*..\n.*.*..\n**.**.\n*.....\n*...**\n*...*.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.......*.\n......*.*\n......***\n.......*.\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......*.\n......*.*\n.....**.*\n......*.*\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.......*.\n......*.*\n*....**.*\n......*.*\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n..*\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n...\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*.**.*\n..*.**\n***.*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n..*..*\n*....*\n.**.*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n*.*...\n......\n***.*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.*.\n..*.\n.*..\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n..**\n..*.\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n..**\n..*.\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*...\n*.*..\n.*...\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*....\n*.*..\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*.***\n*...*\n*.*.*\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*****.\n*..*..\n.*..*.\n...*..\n......\n....*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n.*.*..\n...*..\n...*..\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n...*..\n...*..\n...*..\n......\n***...\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.\n*.**.*.*..\n..........\n...*...**.\n**.**...**\n...*****..\n...*.*..*.\n..**.*..**\n.**....**.\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.*...*..\n.*..***..*\n..*.***..*\n...*..*..*\n.......*.*\n......*..*\n.*.*......\n.*.*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**.\n**..***..*\n*...***...\n*.*.***...\n*..*..*...\n*......*..\n......*.**\n.*.*...*.*\n...**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n..*...\n......\n**....\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.....*\n*.....*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n*.....*\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***\n.**.....\n..**....\n..*.....\n**.....*\n.*....*.\n.*.**...\n.....**.\n....*..*\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n..*...*.\n......*.\n...*....\n..**....\n***.....\n.*......\n..*.*.*.\n...*.**.\n....*..*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****.*\n*.....**\n...*....\n*.**....\n***....*\n.*.....*\n..*.*.*.\n...*.**.\n....*..*\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.***..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.***\n**....**\n.*****..\n.**.****\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n.*....*.\n.*....*.\n........\n.****.*.\n.****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n........\n........\n........\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**...*\n......\n....*.\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n*.....\n*....*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n**...\n**..*\n*****\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n....*\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*..\n........*.*..\n.............\n.....*.......\n.....*.......\n.....*.......\n```\n\n\n## Output without wrap\n\n```\n.........*...\n.........*...\n.............\n.............\n....***......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n.........*...\n.............\n.............\n....***......\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n...**...\n...***..\n.*..**..\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n....*...\n...*....\n..*.....\n...*.*..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n...*....\n..*.....\n...*.*..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*.....*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*.....*\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*.*\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*...\n....*..***.\n.....**....\n...........\n...........\n....*.****.\n```\n\n\n## Output without wrap\n\n```\n.......**..\n.....*.....\n.....**.*..\n...........\n.......**..\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......\n...**...*..\n.....**.*..\n...........\n........*..\n....***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n*..*.......*\n..........*.\n...*.*.....*\n........**.*\n.......***..\n...*...*.**.\n........*...\n....*.......\n...*...*..*.\n....*.......\n.......**...\n......*..*..\n.*.*.*..**..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..........**\n........**.*\n..........*.\n......**....\n.......*.*..\n........**..\n............\n............\n.......**...\n......*..*..\n.........*..\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n**.*.......*\n*.........*.\n........**.*\n..........*.\n......**....\n.......*.*..\n........**..\n............\n............\n.......**...\n......*..*..\n.........*..\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n*.....*...\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n***\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n........*\n*.......*\n*.......*\n.......*.\n.......**\n.......**\n*.......*\n.........\n....*...*\n....*..**\n...*...**\n.........\n....**.**\n```\n\n\n## Output without wrap\n\n```\n.......**\n.........\n.........\n......*..\n......***\n.........\n.......*.\n.........\n.........\n.........\n.........\n...***.*.\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n.........\n........*\n......**.\n......**.\n.........\n.......**\n*......*.\n.........\n.......*.\n*........\n...***.**\n.....**..\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n..*\n...\n.*.\n**.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n.*.\n.*.\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.*\n.......*\n**..*..*\n.*.*****\n........\n.**...*.\n.*.**...\n*..*.*.*\n*..**.*.\n***....*\n```\n\n\n## Output without wrap\n\n```\n........\n..*.****\n*......*\n.......*\n.......*\n......*.\n...*..*.\n........\n...*...*\n****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.*...\n*.....*.\n......**\n.......*\n........\n...*....\n.*......\n*.......\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n****..*\n.......\n.......\n.......\n.......\n.......\n***..*.\n.*.**..\n**..***\n....**.\n.*..**.\n**..*..\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n*...**.\n*....*.\n.**....\n.......\n.......\n.......\n.*.....\n*****..\n...*..*\n***...*\n**.*...\n**.*...\n***....\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n***....\n.......\n.......\n.......\n.*.....\n*****..\n...*...\n***...*\n.*.*...\n**.*..*\n***...*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**...\n.....\n.....\n.*...\n.....\n*....\n**...\n**...\n.....\n.....\n....*\n.**..\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*..*.\n.....\n.....\n.....\n.....\n**...\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n.....\n.....\n.....\n.....\n**...\n....*\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*.*\n..*..\n.*...\n.**..\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n.*.*.\n.*.*.\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n.*.*.\n.*.*.\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n.....\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*..*\n**...\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**...*\n.**...\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*****\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n***..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.****.\n.*...*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n....*.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*\n..*.*.*\n.**.*..\n.*..*.*\n..**...\n```\n\n\n## Output without wrap\n\n```\n.***...\n*...*..\n*.*.*..\n.*..**.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*\n..*.*.*\n..*.*.*\n*.....*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***..\n............\n..*.........\n..**.**...*.\n...*.****..*\n....**......\n.....******.\n**...****.*.\n.*...**.....\n..*...**.**.\n.........*..\n............\n```\n\n\n## Output without wrap\n\n```\n........*...\n........*...\n..**........\n..**.*......\n..**...*....\n..........*.\n..........*.\n**..*.....*.\n***.......*.\n.....******.\n........***.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n........*...\n..**........\n..**.*......\n..**...*....\n..........*.\n..........**\n**..*.....**\n***.......**\n.....******.\n........***.\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..*..\n*.***\n..*.*\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n..*.*\n..*.*\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.....\n*.*.*\n..*..\n**...\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.....*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n....**.\n.*.....\n...*..*\n****...\n....*.*\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n....***\n....***\n....**.\n*..*...\n.*****.\n.*..**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...**.\n....**.\n...*...\n*******\n**..***\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n.*..*..*..\n.*..*...*.\n......***.\n...*...*.*\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....****.\n.....**.*.\n......*..*\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n.....****.\n.....**.*.\n......*..*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n......\n......\n***.*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n*.**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n.*....\n*.**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n..*...*.\n*.*.....\n.****...\n...*....\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n........\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n..**....\n........\n........\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n.****...\n......*.\n......**\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*....*.\n..****.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*.\n*....*..\n..****.*\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.****\n**.**\n*.*..\n*.***\n**..*\n*****\n..*.*\n***..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*..*.\n.*...\n.*.*.\n.....\n.*..*\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........**..*\n....**.*......\n......***...*.\n.*.*.*...*..**\n.....**.**.*..\n**.**..*.*....\n..*......****.\n**..***.....*.\n**.*.*****..*.\n*....*...**..*\n*.*...*....***\n```\n\n\n## Output without wrap\n\n```\n..............\n.....*.*.*....\n.......**...**\n....**...*****\n**.*.***.*..*.\n.*******....*.\n..*...*.*****.\n*..**.......**\n..*....*******\n*.*.**...**..*\n.*........****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...**.*\n.....*.*.*....\n.......**...**\n....**...*****\n.*.*.***.*..**\n.*******....*.\n..*...*.*****.\n*..**.......*.\n..*....******.\n..*.**...**...\n.*.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.**......\n..*......\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*\n....*....\n...****..\n.*.....*.\n**.*....*\n.*...**..\n.*....*..\n.**...***\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n...****..\n**.*.***.\n**....**.\n.*...***.\n**.......\n.**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*\n*..**....\n...****..\n.*.*.****\n.*....***\n.*...***.\n.*.......\n..*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n***\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*.**\n**.****..**\n***..**.***\n******..*.*\n***...*****\n```\n\n\n## Output without wrap\n\n```\n.........*.\n........*..\n...........\n....*.*.**.\n....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n*...\n.***\n*..*\n**..\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n*...\n..*.\n*...\n****\n*..*\n*..*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n****..\n......\n..**..\n.**...\n**....\n......\n....*.\n.....*\n**..**\n```\n\n\n## Output without wrap\n\n```\n*...*.\n***.*.\n*...*.\n.***..\n*..*..\n***...\n.*....\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n******\n.....*\n.***..\n*..*..\n***...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n........*..\n.......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*....\n*..*....\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n..*...*.\n..*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..**.....\n.*..*....\n.*..*....\n..**.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n.*..*....\n.*..*....\n..**.....\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n.*..*....\n.*..*....\n..**.....\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n.......*.**.\n...*....*...\n............\n......*.....\n......*.....\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n........**..\n........**..\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n........**..\n........**..\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..***.***.\n***..**..*..*\n..*...******.\n```\n\n\n## Output without wrap\n\n```\n..**....****.\n..****......*\n.***..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n....*........\n....*........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**...\n***..\n..*..\n...**\n.....\n....*\n*....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.***.\n.***.\n..***\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..***\n*.*..\n*.*.*\n*.*..\n...**\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.....*\n.....*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.**......\n.**......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.**......\n*..*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n*..*.....\n*..*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....**..*.\n.*..*..*.*.***\n*.***.**...**.\n..*.....***...\n*.......*...*.\n..**..*...*...\n..*...****...*\n****..*...**.*\n.*...*....*.*.\n.*....**.*.*..\n......*.*...*.\n..**.....*...*\n```\n\n\n## Output without wrap\n\n```\n.*...*********\n.**.*....*.*.*\n..*.*.....*.**\n....**....*.*.\n.......**.**..\n.*.****.....*.\n.*.*....**.**.\n.............*\n.............*\n.....*......**\n.....**.....*.\n.........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.*..*.\n**.....*..*...\n..*.*.....*...\n....**....*...\n*......**.***.\n.*.****......*\n...*....**.*.*\n*.............\n.............*\n.....*........\n..**.*........\n.*..*..*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*...\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..**\n**..\n....\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n.**.\n..*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n****\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.*.\n*...\n....\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.**.\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n...\n..*\n.*.\n..*\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.**\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*.**.\n.***.\n.*...\n.....\n.....\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n**..*\n*...*\n.....\n.....\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*....\n..*.***....\n..*.**.*...\n..**...*...\n....****...\n...........\n*.........*\n.........*.\n*..***...*.\n..*..*.....\n```\n\n\n## Output without wrap\n\n```\n..**.......\n.*....**...\n......**...\n.**.**..*..\n...**...*..\n.......*...\n.....*.....\n...***.....\n...*.*.....\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**...\n*....***...\n......**...\n.**.**..*..\n...**...*..\n.......*...\n.....*....*\n*..***...*.\n****..*...*\n**....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*...*\n*....\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n**.**\n*..**\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n*...*...**\n*....****.\n..*.....*.\n*.*.....*.\n*.........\n......**..\n.....*..**\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.*.**\n.*...**...\n......*.**\n..........\n.*.....*..\n......***.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**....\n*...*.*.*.\n**...**...\n......*.*.\n..........\n.*.....*.*\n......****\n.....****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n.....***..\n.......**.\n.......**.\n........*.\n.****.*.**\n.***.*.***\n.*.**...**\n....**.*.*\n*........*\n........*.\n..........\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n.....*..*.\n..........\n.........*\n..**......\n.*..***...\n*....**...\n.*........\n...***...*\n.........*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n.....*..*.\n..........\n.........*\n..**......\n.*..***...\n.....**...\n.*........\n...***....\n*........*\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*....\n...*....\n..*.*..*\n..**....\n..**....\n..*.*...\n.*.*....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n..*.*...\n.**.**..\n.**.**..\n******..\n.*..*...\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n..*.*...\n.**.**..\n.**.**..\n******..\n.*..*...\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n..****..\n*......*\n*.**.***\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n..*.*...\n.*....*.\n.*.*...*\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n...*....\n*.......\n****....\n.*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.***\n******..*.\n**********\n**.****.*.\n***.*****.\n****..****\n***.******\n*.********\n*******.**\n*****.*.**\n*.******.*\n```\n\n\n## Output without wrap\n\n```\n*....*****\n..........\n.........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**...\n..***\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n**.*\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....****..*\n*.*...*...**.\n.**.*..*..***\n*...**.*...*.\n***.***......\n```\n\n\n## Output without wrap\n\n```\n.*....******.\n*.**.**......\n*.*.*..*....*\n*......*..***\n**.**.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*****\n..**.**......\n..*.*..*.....\n.......*..**.\n..***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.****.\n..*..*\n******\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*...*\n*....*\n.*...*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*..\n**..*****\n*******..\n*.*****.*\n*.*******\n*****.***\n..*****.*\n```\n\n\n## Output without wrap\n\n```\n*.***.*..\n.........\n........*\n*.......*\n*........\n*........\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n***\n***\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n.*.\n*.*\n*.*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.....*\n*...**\n**...*\n*.*...\n.*.**.\n.*.*..\n..*..*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n**..**\n*...**\n*.***.\n**.**.\n.*.*..\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*..*..\n.*..*.\n....*.\n..***.\n**.**.\n**.*..\n*****.\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*.***\n.*...\n.****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n*....\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*..*\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...**\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**..**\n*...**\n```\n\n\n## Output without wrap\n\n```\n**..**\n......\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n.**...\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n.*.*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.......\n.*.....\n.......\n....*..\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....**\n..*..*..*..\n...***..**.\n..*.....**.\n****.*....*\n.*....*..*.\n...*****...\n*.*...*...*\n```\n\n\n## Output without wrap\n\n```\n.........*.\n.....*..*.*\n..****.*...\n.....*..*.*\n*..*....*.*\n**.....*...\n.****..*...\n...**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*...**\n.....*..*.*\n..****.*...\n*....*..*..\n*..*....*.*\n.*.....*..*\n*****..*..*\n*.....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***\n**......\n..******\n....*..*\n```\n\n\n## Output without wrap\n\n```\n*.*...*.\n*.......\n.*******\n....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.\n........\n.*******\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n.*..**\n**...*\n.****.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n******\n...*..\n*....*\n.....*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*.*.*\n.*.**\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n.**..\n.*..*\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.**..\n.*...\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n*...*.**\n*.....**\n......*.\n.*...*.*\n..*..*..\n........\n*.*.....\n.....*..\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n........\n........\n.....**.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n........\n........\n.....**.\n........\n........\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n***\n..*\n...\n..*\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.*.\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.*\n..***...\n***....*\n*.**....\n.**.*...\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....***.\n**...*..\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.*\n.*..**..\n*....*..\n*.....**\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*\n**...**\n.***..*\n.*.....\n.**....\n*....*.\n.*..***\n```\n\n\n## Output without wrap\n\n```\n**....*\n...**.*\n.....**\n*..*...\n***....\n*.*.***\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n...**..\n.....**\n...*...\n***....\n*.*.**.\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n***\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*..\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*.*\n.*.\n**.\n..*\n**.\n..*\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n..*\n***\n..*\n.**\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*.*\n...\n...\n**.\n...\n**.\n..*\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n..***.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*....*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......\n..**.....\n.*.......\n.*.......\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.***.....\n..**.....\n.*.......\n***......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**.....\n.*.......\n***......\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n******\n******\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*....\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*.**\n**..\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..*.*\n****.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n*..**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n....\n**..\n....\n.***\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n*...\n....\n*...\n..*.\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n...*\n....\n...*\n..*.\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...**.\n....*.\n....**\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n*......\n.....**\n.....**\n*....**\n....*.*\n....**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n....*.*\n....*..\n...**..\n...**..\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n**...*.\n....**.\n....***\n...***.\n...**.*\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n....\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n*.*....*\n****.*.*\n*......*\n.*.*.**.\n*.....*.\n.**.**..\n..*.**.*\n*...*...\n**..***.\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n*.**....\n*..*.*.*\n***..*.*\n*..**.**\n.**..*..\n..**....\n*....*..\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***..\n..*.....\n..**..*.\n...*.**.\n*.*..*..\n...**...\n..*..*..\n..**....\n..*...*.\n*****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***********\n***********\n.**********\n*****.**.**\n****.****.*\n***********\n*.***.***.*\n.**********\n***********\n***..******\n*****.*****\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n...........\n..........*\n*..........\n...........\n...........\n...........\n*..**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n******\n...**.\n...*..\n..***.\n**.*..\n......\n***...\n****.*\n```\n\n\n## Output without wrap\n\n```\n*...**\n*....*\n.*...*\n......\n.*..*.\n.*.**.\n......\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n......\n.*..*.\n.*.**.\n......\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n........*\n......*..\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n......**.\n......***\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*\n...*...*\n...*...*\n```\n\n\n## Output without wrap\n\n```\n..***...\n..***...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*.\n.*..*...\n.****...\n......*.\n......*.\n........\n........\n......*.\n....*.*.\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n.*****..\n*.......\n.*****..\n..**.*..\n........\n........\n........\n.....*..\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...\n*.......\n.*****..\n..**.*..\n........\n........\n........\n.....*..\n......**\n..*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n...**.\n......\n.**...\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**.**.\n...***\n..**..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****......\n..*.......*.\n...*.....**.\n**..**....**\n***...**....\n.*....**..**\n*.....**.*.*\n.......***..\n...*....***.\n...**..**...\n****..**....\n.*.*.**.....\n```\n\n\n## Output without wrap\n\n```\n..**........\n.........**.\n.*......*..*\n.....**.***.\n.**......*..\n..........**\n...........*\n..........*.\n...**.......\n******......\n...*........\n***.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.....\n*...**...**.\n.*......*..*\n.....**.***.\n..*......**.\n.*........**\n*..........*\n*..........*\n...**.......\n******......\n**.....*....\n*.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n***.*.\n*.*..*\n*.....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..*.**\n*....*\n*.***.\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.**.**\n.***..\n.***..\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n..*..*.\n..*..*.\n...*.**\n...*..*\n...*.**\n...*...\n*......\n**.**..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..**...\n..**.*.\n..**.**\n..**...\n..**.**\n....*..\n*****..\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*\n..**..*\n..**.*.\n..**.**\n*.**...\n..**.**\n....*.*\n*****..\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n..*.**\n...***\n....*.\n.*...*\n****..\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*...*\n......\n...*..\n**.**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n**...*\n......\n*..*..\n.*.***\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**...\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n.*....\n.....*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.....\n......\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.**..\n....*\n.....\n.....\n.....\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.***.\n.....\n.....\n.....\n.....\n*..**\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**..\n***.\n**..\n....\n*.*.\n*.*.\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n....\n.*..\n.*..\n..**\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n*.*.\n***.\n**..\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n**..**\n*..**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n*.....\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****....**.\n...*.*.......\n..*..*.*.*...\n...**..*..*..\n......*...*..\n.....*..***..\n....*..*..*.*\n.....**.....*\n```\n\n\n## Output without wrap\n\n```\n..**.*.......\n.*...*....*..\n..*..*..*....\n...***.****..\n....*****.**.\n.....****.*..\n....*..**.*..\n.....**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.......*.\n.*...*....*..\n..*..*..*....\n...***.****..\n....*****.**.\n.....****.*..\n....*..**.*..\n*.*...*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n.**.**\n....*.\n*.....\n.....*\n***.*.\n....*.\n*...**\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*.....\n.*.*.*\n....*.\n....*.\n**.***\n......\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n......\n.*.*..\n.....*\n.....*\n*..**.\n*.....\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n.....*..*\n**....*.*\n.....**.*\n.*..*...*\n.*..**..*\n```\n\n\n## Output without wrap\n\n```\n......**.\n.....**.*\n........*\n......*.*\n....*.*..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.*\n*.....*.*\n........*\n......*.*\n....*.*.*\n*..**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n.*.*...\n.......\n.......\n*.....*\n.***...\n..*.*..\n*.**.*.\n....***\n....*..\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n.**....\n.***...\n....*..\n.**...*\n......*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..*....\n.......\n.......\n***....\n****...\n....*..\n.**....\n......*\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n********\n********\n....*..*\n*..****.\n..******\n```\n\n\n## Output without wrap\n\n```\n*.*****.\n.......*\n*.......\n*......*\n..*.....\n..*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.*.....\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n.**...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*.*\n**.*..***\n***..**.*\n.****.*.*\n**..*****\n**.*.*.**\n```\n\n\n## Output without wrap\n\n```\n..**.*.*.\n..****..*\n.......**\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*.*\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.*...\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n**....\n...*.*\n*..**.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n***.*.\n**.*.*\n****..\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*.*..\n.***.*\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*.....*\n***.....\n..*.....\n.*.*.*..\n..*.....\n......*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n*.**....\n*..*....\n.*.*....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n*.**....\n*..*....\n.*.*....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..*...\n**...*.*..****\n**.***.*..*...\n...**..**..***\n....*......**.\n*...*....*****\n.*.......**...\n```\n\n\n## Output without wrap\n\n```\n.*......*.*...\n*.*.*..*......\n*..***........\n.***......*...\n.....**...*...\n.........**...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...........\n.*..*..*..*.**\n...***......*.\n*.**......*..*\n.....**...*...\n.*.......*..*.\n.*......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*\n.*......*\n**..****.\n.***.....\n..*......\n**...***.\n*...*....\n*.*......\n.........\n.....***.\n.........\n....*****\n```\n\n\n## Output without wrap\n\n```\n.........\n.**..**.*\n*..*****.\n*..****..\n*..*..*..\n**...**..\n*....**..\n.*.......\n......*..\n......*..\n....*...*\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n.**..**.*\n...******\n*..****..\n*..*..*..\n**...**.*\n*....**..\n.*.......\n......*..\n......*..\n....*...*\n*....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.\n....**.\n.......\n.......\n*.*....\n.*.....\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*.*.\n....*..\n.......\n.*.....\n.**....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n..****.\n....*..\n.......\n.*.....\n.*.**..\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n...*.\n.***.\n*..*.\n**.**\n.*.**\n***..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n..***\n*.*..\n**...\n**...\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*..*.\n.....\n..***\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n*.*.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*..*\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*..*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n***..\n*..*.\n**...\n.*...\n*..**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n.....\n***..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n***.*\n.**..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n*...*..\n.*****.\n....**.\n....**.\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n.**....\n..*...*\n.......\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n*......\n.**...*\n..*...*\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n...*...\n.*...*.\n.*....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n..**...\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n..**...\n*.*....\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.*\n..*..***.\n.........\n......**.\n...***.**\n......*..\n..**.....\n.*..*....\n....*....\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n......*..\n....**...\n........*\n.......**\n...*....*\n..*..***.\n.**.***..\n..*.**...\n...***...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n....*****\n.........\n.......**\n...*....*\n..*..***.\n.**.***..\n..*.**...\n......*..\n...*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n....*....\n..***....\n..*...**.\n........*\n...*...*.\n....*....\n.......*.\n.......**\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n..*.**...\n..*....*.\n......*.*\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n....**...\n..*.**...\n..*....*.\n......*.*\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*.*..\n......\n...***\n...*.*\n......\n...**.\n.*.**.\n...***\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*.....\n.*.*..\n...*..\n..**..\n......\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**.**.\n*..*..\n...*..\n..**..\n......\n..***.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....*.\n..*...\n..*..*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n...*..\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n....**....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n.*..*.*\n......*\n*.*..*.\n*.*..*.\n*.....*\n..****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n......*\n.......\n.......\n...*..*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n..*..**\n.*...*.\n**...*.\n*......\n*.*..*.\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.....\n..*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n**..*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n***\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n**.\n*.*\n*.*\n*.*\n*.*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n..*\n*.*\n*.*\n*.*\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n**.\n...\n...\n...\n...\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n*...*...\n.****...\n....***.\n.......*\n....***.\n........\n.*......\n**......\n*.***..*\n```\n\n\n## Output without wrap\n\n```\n........\n*.*.**..\n.**.....\n..*.***.\n.......*\n.....**.\n.....*..\n**......\n*..*....\n*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..\n*.*.**..\n.**.....\n..*.***.\n.......*\n.....**.\n.....*..\n**......\n...*...*\n..***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n**...\n..***\n....*\n*****\n.**..\n**.*.\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n****.\n.****\n.....\n*...*\n....*\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n****.\n.****\n.....\n....*\n.....\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n...\n...\n*.*\n.**\n*.*\n...\n...\n.**\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n..*\n.*.\n...\n...\n...\n..*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...*****\n...****.\n........\n....**..\n....**..\n....**..\n```\n\n\n## Output without wrap\n\n```\n....***.\n...*...*\n...*...*\n...*..*.\n....**..\n...*..*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...*...*\n...*...*\n...*..*.\n....**..\n...*..*.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n.....**...\n..........\n..........\n..........\n...*.*....\n....*.*...\n....*.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...***....\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n.....*....\n..........\n..........\n..........\n...***....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.*.\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n....**\n...***\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*.**\n***.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**.*\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*****\n*.***\n*****\n.**.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...\n.*.*.*.*\n...*...*\n.**.....\n....*...\n........\n.***.*..\n..***..*\n```\n\n\n## Output without wrap\n\n```\n***.*...\n**.*..*.\n.*.**.*.\n..**....\n........\n..***...\n.*......\n.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***\n.*.*..**\n.*.**.*.\n..**....\n........\n..***...\n.*......\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*..\n***..*....\n.*...*..**\n```\n\n\n## Output without wrap\n\n```\n.**..*....\n*...**....\n*.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n**........\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n*****\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*..**\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n....*.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.....*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n....**\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n........*..\n..*........\n...........\n........*..\n.......*...\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*****\n*..**\n***.*\n..*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*...*\n.....\n*.*.*\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n....*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....*\n..*..*....\n...**.....\n.....*....\n*...*.....\n```\n\n\n## Output without wrap\n\n```\n.***......\n.**..*....\n...***....\n...*.*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**....\n.**..*....\n...***....\n...*.*....\n**.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...*....\n*..*..****..\n***...*.***.\n*..*.*.....*\n....*.*...**\n*..........*\n..*.........\n```\n\n\n## Output without wrap\n\n```\n.***..**....\n*...........\n..........**\n..*....*...*\n............\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**...*\n...........*\n............\n..*....*....\n..........*.\n*..**.....*.\n.***......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n..**.\n.....\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n....*\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n..**.\n...*.\n.....\n.***.\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.....\n....*\n...*.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n....*\n....*\n.....\n...*.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n..........\n..........\n..........\n..........\n........*.\n***......*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n*.........\n.*.......*\n..*.......\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...*.*..*.*\n*..*.*.....\n**.***..*..\n.*....*.*..\n*.*.*......\n..*.*......\n**..*......\n*..**.....*\n........*..\n......**..*\n.....**...*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n**.*.**..*.\n**.*.***...\n.......*...\n..*..*.....\n*.*.**.....\n***.**.....\n**.**......\n.......*.*.\n.....***.*.\n.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n**.*.**..**\n**.*.***...\n.......*...\n..*..*.....\n*.*.**.....\n***.**....*\n**.**.....*\n*......*.**\n.....***.*.\n.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n*....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n..*....\n..***..\n...*..*\n*..*...\n.*****.\n...*...\n.*....*\n*......\n*.....*\n*****..\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.**.*..\n..*.*..\n.......\n.*...*.\n.*.....\n.*.*.*.\n.......\n**.....\n*.**...\n*.****.\n*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n.**.*..\n..*.*..\n.......\n**...**\n.*.....\n**.*.*.\n*......\n.*.....\n..**..*\n..****.\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..*..\n******\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*..*..\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n****\n.***\n.***\n*.**\n.*.*\n.*.*\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*...\n**..\n.*.*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**.*\n.*......*\n.......*.\n*......*.\n...*..*..\n...****.*\n....*....\n*****....\n*..*..*..\n.**.*....\n******...\n.*..*...*\n.****....\n```\n\n\n## Output without wrap\n\n```\n.**....*.\n.**...*.*\n.......**\n......**.\n...*..*..\n...*..**.\n.*.......\n***.**...\n*....*...\n.........\n*....*...\n.........\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**\n.**...*.*\n*......*.\n......***\n...*..*.*\n...*..**.\n**.......\n***.**...\n*....*...\n.........\n.....*...\n.........\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***......\n...***..*.\n****...*.*\n...**...**\n*.........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..**......\n*.......*.\n.*...*.*.*\n*..**...**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n........**\n**...*.*..\n...**...*.\n.........*\n..........\n..........\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**..*\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n*.*\n***\n.**\n***\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*..\n...\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..\n........\n........\n...*.*.*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...**.*.\n.**.**.*.**.\n**.***...***\n*..*....**.*\n*..**.*...*.\n*.*.*.*.*..*\n******......\n.**..**..**.\n*.**.*...**.\n.*.**.**..**\n**..*.**..**\n```\n\n\n## Output without wrap\n\n```\n....*****...\n**......*...\n.....***....\n*....*.*.*.*\n*.......****\n*.....**...*\n.......*.**.\n......*...*.\n......*.....\n*.**.....*..\n.***..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n....**......\n.....***....\n.....*.*.*..\n........**..\n......**..*.\n.......*.**.\n......*...**\n......*.....\n.......**...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*.**.\n**...\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..***\n***..\n*.*.*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n..*..**.\n**...**.\n**.***..\n**.*....\n..**....\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n..*.*.*.\n....*...\n.*.**...\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n.*.**...\n..*.*...\n....*..*\n.*.**...\n.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.***.\n*.*.*.*.*.\n*...***..*\n.****.***.\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n.......***\n.......***\n.*.....*.*\n.**....**.\n..*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*.***\n*..*.*.**.\n.......*..\n..*.....**\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*..***\n*..*.*\n*..*.*\n**.***\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n.*...*\n**.*.*\n.....*\n.....*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*..*..\n.*.**.\n....*.\n**.*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n***.**\n******\n****.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*....\n.*.*.*...\n*.***....\n```\n\n\n## Output without wrap\n\n```\n.****....\n*....*...\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***.*\n**..***.*\n**..***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n**.*.\n...*.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**.*\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.**\n..**.\n**.*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.*\n..*...*..\n......*..\n..*...*..\n...***.*.\n*....**.*\n*.*..*...\n.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n.***.***.\n..**..*..\n.....***.\n...**.**.\n...**..*.\n.*.*...*.\n*.*..*...\n.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**.\n*.**..*..\n.....***.\n...**.**.\n...**..**\n**.*...**\n*.*..*..*\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*.......\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******.\n.*....*.*\n**......*\n.***...**\n.*......*\n**.....**\n*.....*.*\n**.**....\n.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.*******.\n...**.*.*\n*.......*\n.......**\n.........\n**......*\n..*.....*\n**.***.*.\n**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...*\n...**.*..\n.........\n.......*.\n.........\n.*.......\n..*......\n.*.***.**\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**..\n*...*.***\n*****....\n*...*....\n.....*..*\n.....*..*\n....*..*.\n...**.*..\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.*.**..*.\n*...*..*.\n......*..\n.......*.\n........*\n........*\n...*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....\n***...*..\n**..*....\n*.....**.\n.*.......\n*........\n..*......\n.*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n..*..*..\n*..*.*..\n...*.***\n....**.*\n*....*.*\n*...**.*\n....**..\n....*...\n```\n\n\n## Output without wrap\n\n```\n...*....\n.**..*..\n..**.*..\n...*...*\n.......*\n.......*\n........\n...*..*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.**..*..\n..**.*.*\n*..*...*\n........\n........\n*......*\n...*..*.\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*....*\n.**.**\n..*...\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n*...**\n.*****\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n.*****\n..**.*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n..**.*...\n....*.***\n***......\n*..*..*..\n*.**.*..*\n....*.**.\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..******.\n....****.\n****.**..\n*..**....\n.***.*...\n...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***..\n..******.\n*...*****\n****.**..\n...**....\n****.*..*\n.**.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n...**.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*****.\n.***..\n**.**.\n.****.\n*.****\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n*....*\n......\n*.....\n......\n*.....\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n...*\n**..\n*.**\n.*.*\n.*.*\n....\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n***.\n...*\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n....\n....\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n..*..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*.***\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n**..\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n***.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..**\n***.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***\n....**.**\n**.*..*.*\n......**.\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..*.**.*.\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****....\n*.*.*....\n.........\n*.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*****\n.**.**..*..\n*****..**.*\n..*.*.**...\n*...*..***.\n...**.*..**\n****.**..**\n```\n\n\n## Output without wrap\n\n```\n**.**.****.\n..........*\n*.......**.\n*.*.*.*....\n....*....**\n*.....*....\n.***.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n*.......**.\n..*.*.*....\n....*....*.\n......*....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.**\n*...\n.**.\n**.*\n***.\n.*..\n*.**\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n...*\n..**\n....\n....\n....\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n.*.\n***\n...\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n.*.\n***\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*\n*.*...*\n.**..*.\n.**..**\n.*.*.*.\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.**.**\n*..*.*.\n*..*.**\n**.*.**\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****\n..**.*.\n...*.*.\n...*.**\n.*.*.**\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n..**.....\n..**.....\n.***...*.\n.......**\n.***....*\n..*..**.*\n....**..*\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n....*....\n.*.*...**\n.......**\n.***..*.*\n.**..**.*\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n..**.....\n....*....\n.*.*...**\n.......**\n.***..*.*\n.**..**.*\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n....\n....\n..*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n...**\n.***.\n*****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********.**\n*..********.*\n******.******\n********.**.*\n**.**********\n*************\n*****..******\n...******.***\n*************\n.************\n*..****.**.*.\n*.*****.*****\n```\n\n\n## Output without wrap\n\n```\n***........**\n.............\n............*\n.............\n.............\n.............\n*............\n.............\n*............\n.............\n*............\n.**...*.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..**..\n**..*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..**.\n.....*\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n..*..*\n****..\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n.**\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n*.*.\n*.*.\n*.*.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n*.**\n*.**\n*...\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n*.*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n*.*\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n..*\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.\n.***.**\n**.***.\n*.**..*\n*.*.*.*\n.**...*\n*.***..\n*....*.\n```\n\n\n## Output without wrap\n\n```\n**.*.**\n......*\n*......\n*.....*\n*.....*\n*...*..\n*.****.\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n.......\n.......\n....*.*\n*.****.\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n..*.*....\n....****.\n....*....\n.....**..\n```\n\n\n## Output without wrap\n\n```\n....*....\n...**.*..\n....*.**.\n....*.*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.\n...**.**.\n....*.**.\n...**.**.\n...**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n***..\n...**\n**.*.\n.....\n..***\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n...**\n..***\n.*..*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.*..\n...*.\n*.**.\n**...\n...**\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*\n.*....*\n*.....*\n.......\n*.**...\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****\n.**..*.\n.....*.\n..*..*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.....\n**...\n.*..*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n*.*..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.*..*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.*.**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.*.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.......\n.......\n.......\n..**...\n.....*.\n**..***\n***...*\n*..****\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.***.**\n*.*.*.*\n..*....\n*.....*\n.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n.......\n.......\n****.*.\n..*.*..\n..*....\n.......\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*.\n..........\n..*.......\n.*..*...*.\n.*..*..*..\n.**..***.*\n**..**.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..*.......\n**.**.....\n*...*.....\n.....****.\n.**.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***..**\n........*.\n..*.......\n.*.**.....\n**..*.....\n.....*....\n**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n........\n........\n......*.\n..*****.\n....***.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...**...\n...*****\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n........\n...**...\n...**.**\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**..\n....*..*..\n..*..*..**\n....*..**.\n****...**.\n*******...\n**.*..**.*\n```\n\n\n## Output without wrap\n\n```\n...*****..\n..*.*..*..\n...****..*\n....*.*...\n*.......*.\n.....*....\n*..*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.....\n..*.*..*..\n...****..*\n*...*.*...\n*.......*.\n.....*....\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.***..\n...**.**.*\n..*.....*.\n..*.....*.\n..*.....*.\n...**.****\n```\n\n\n## Output without wrap\n\n```\n..**......\n..*.*..*.*\n....*..*.*\n.*.*...*.*\n.*........\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.**.....**\n*...*..*.*\n**.*...*.*\n*...*....*\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.*.\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*..*.\n*.**.\n*...*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n*.***\n*.*.*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n*.**.\n..*..\n.*.**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*..*\n****\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n****\n....\n*..*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..*.\n..**\n*..*\n.*.*\n*..*\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*...\n...*\n**.*\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n..*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n...\n***\n..*\n...\n...\n...\n...\n*.*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n.**\n...\n...\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n..*\n...\n...\n...\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n.*****\n*.**.*\n.**...\n...**.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**.*.*\n.*...*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n...*..\n...**.\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n.....*\n***..*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n......\n.*...*\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****...\n**.*..**\n..**..**\n*.**...*\n**.*....\n.***....\n...*....\n...**...\n```\n\n\n## Output without wrap\n\n```\n....***.\n**.*.**.\n**..*...\n**.**...\n*...*...\n**.**...\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n....***.\n....*.*.\n...**...\n*...*..*\n*..**...\n***.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..**\n.*.*\n****\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n**..\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n.**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**..\n.*.*.***.*.\n**..*...**.\n.*..***.***\n.*...*.*...\n*.**.*..**.\n```\n\n\n## Output without wrap\n\n```\n..*.*..**..\n**.*.**..*.\n**.*.......\n.**.*.*...*\n**.*...*..*\n.**.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*....*\n**.*.**..**\n.*.*.......\n.**.*.*...*\n.*.*...*...\n.***.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.**.*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n*..**.\n*...*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..\n..***..\n**..*..\n.*****.\n.*.**.*\n**...*.\n*.*..*.\n*..****\n.**..*.\n*****..\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n*.*.**.\n*......\n.......\n......*\n*..*.**\n*.**...\n*..*..*\n......*\n*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n*.*.**.\n*......\n......*\n......*\n...*.*.\n..**...\n*..*...\n.......\n*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*..*\n******..**\n**.***..**\n**********\n**..***...\n**........\n.*..*..*.*\n...******.\n...*.***.*\n```\n\n\n## Output without wrap\n\n```\n*.......**\n......**..\n..........\n.........*\n........*.\n..*.*.*...\n*****..*..\n..**.....*\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......**..\n..........\n..........\n........*.\n..*.*.*..*\n.****..*.*\n*.**.....*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....**\n..*......\n..*......\n......**.\n......**.\n..**.....\n..***....\n..*.**...\n.........\n.........\n.........\n**.......\n..*....*.\n*.*....**\n```\n\n\n## Output without wrap\n\n```\n.**......\n..**.....\n.........\n......**.\n......**.\n..*.*....\n.*...*...\n..*.**...\n.........\n.........\n.........\n.*.......\n*.*....**\n.*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*.\n*.**....*\n.........\n......**.\n......**.\n..*.*....\n.*...*...\n..*.**...\n.........\n.........\n.........\n.*.......\n..*....*.\n..**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.****\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n.*..*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*..*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*\n**....*.\n**.....*\n**......\n....*...\n.***....\n..*..*..\n.....*..\n.....*..\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n**....*.\n......**\n..*.....\n**......\n*..*....\n.****...\n.****...\n....***.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..\n......*.\n..*.....\n.*.....*\n*..*....\n.****...\n.****...\n....***.\n........\n........\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*...\n.*.***..**\n..*.*.*.**\n..*.....**\n.**....**.\n.*.....*..\n*....*.*..\n*....***..\n*.****...*\n*..**.****\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.*......\n.***......\n..........\n*..*....*.\n.......*..\n..........\n*.*...**.*\n*.**..*..*\n.**....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**...\n.....*.*.*\n..**......\n.........*\n...*....**\n.......*..\n..........\n*.*...***.\n.*....*...\n.*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***\n*******\n*****.*\n.******\n*.*****\n******.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n*.*\n.**\n*.*\n***\n.**\n*.*\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n*.*\n*..\n*.*\n*..\n*..\n...\n*..\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n***..**.\n........\n.***..*.\n*...****\n.****...\n....*.*.\n..*.....\n.*......\n.***...*\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n...*..**\n*.......\n*****...\n*....*..\n***..*.*\n.**.....\n..*.*...\n.*......\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n.*****..\n........\n..***...\n.....**.\n..*..**.\n***.....\n***.*...\n***.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*.**.\n...***...*..\n*..*.*.*...*\n*.*...***..*\n.***...*.***\n```\n\n\n## Output without wrap\n\n```\n....*...***.\n...*.*.*....\n.***....***.\n*...**.*.*.*\n.***....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....*.\n.*.*..*.....\n****....**.*\n......*...**\n..**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*\n...*.......\n...*.*....*\n*..**..*.*.\n.....**..*.\n...*.......\n..*.......*\n..**..*.*..\n...**.*.*..\n**...*.*.*.\n..****.*.**\n....*..***.\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.......\n..***....*.\n...*...***.\n....*..**..\n...........\n...*.......\n.**.**..**.\n.*.**.**...\n**...*.*..*\n.***.*.*...\n..****.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.***..\n...*.....*.\n..***....*.\n...*...**.*\n....*..**..\n...........\n...*.......\n.**.**..**.\n**.**.**.*.\n.....*.*.*.\n*.**.*.*..*\n.*****.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.......\n.*....*.......\n.**...*.......\n```\n\n\n## Output without wrap\n\n```\n..............\n**...***......\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***......\n**...***......\n***..***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n......\n....*.\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n****..\n....**\n....**\n....*.\n**.***\n```\n\n\n## Output without wrap\n\n```\n***...\n...**.\n***...\n..*...\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...\n......**.\n.*.*...**\n....**...\n.***.**..\n.**..*.*.\n.**....*.\n```\n\n\n## Output without wrap\n\n```\n...**....\n...*....*\n..**.....\n..*..*.**\n***..*...\n*..****..\n.*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n..*......\n.***.....\n***..*.*.\n.**..*...\n***.***..\n.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n......\n.**...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*..*..\n*.*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.........*\n*.........\n.*........\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n*.........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n******.\n****.*.\n.****..\n.******\n*.***.*\n*..***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n.....**\n*....**\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*.*.**\n*.***.\n*....*\n*.*..*\n.**...\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n*.*...\n*.*..*\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*.....\n..*...\n..*...\n..*..*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.......*.....\n.......*.....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.......\n**.*.*..\n*....*..\n......*.\n.....**.\n........\n........\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n..*.*...\n**..*.*.\n....*..*\n.....**.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*.....*\n..*.*...\n.*..*...\n....*...\n.....***\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.*.*.\n...*.....***\n...*.......*\n*****.......\n...*.*.*....\n...*..*.***.\n```\n\n\n## Output without wrap\n\n```\n.*****....**\n.*...*...*.*\n.*.........*\n.*..........\n.*...*****..\n....*.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.*...\n.*...*...*..\n.*.........*\n**..........\n.*...*****..\n.*......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*.*.**\n*...**\n```\n\n\n## Output without wrap\n\n```\n.*..**\n......\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n*.*\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n*.*\n.*.\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n*.*.\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n*.**\n*.**\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*...***\n.*...*...*.***\n....**.....*..\n.*...*..**.*.*\n..**.*.*.....*\n.....*....*.*.\n..**....*....*\n.......*.*..**\n...***.*.**.**\n```\n\n\n## Output without wrap\n\n```\n............*.\n....*.**.*.*.*\n...*....***.*.\n..**..........\n..*******.**.*\n.......*.....*\n......*.**.*.*\n.....***.....*\n.....*****..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....***...\n...*..*****.*.\n*..*....***.**\n*.**..........\n*.*******.**..\n.......*......\n*.....*.**.*.*\n...*****...**.\n.*..**.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*....*....\n*.....*...\n*.........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n**.......*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n**......*.\n.*.......*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.*.......*\n.*.......*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n..*\n.**\n.**\n***\n.*.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n*..\n...\n...\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....*\n.*.**....\n.*******.\n...*...*.\n....*..*.\n...***.*.\n.**..*.*.\n.*....***\n*.*...*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n***.*..*.\n**...*...\n.....*...\n....*....\n.*.*.*.**\n.*.*.*.**\n*...****.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*..*\n.*..*....\n*....*...\n*....*...\n*...*....\n...*.*.*.\n**.*.*..*\n...****..\n..******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**.\n..***.*..\n*.*.**.**\n.*.****.*\n```\n\n\n## Output without wrap\n\n```\n.......*.\n........*\n.**.....*\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.....\n.....\n**.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*****\n*****\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*.*\n..*\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n*..\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..\n*.......*.*\n.....*....*\n...........\n..*..***...\n..*.*....*.\n```\n\n\n## Output without wrap\n\n```\n.........*.\n...........\n.........*.\n.....*.....\n...*.**....\n...*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*\n*.........*\n*........**\n.....*.....\n...*.**....\n...*.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******..*\n....*.***.\n****..*...\n*.*..*....\n*.**.***..\n*****...**\n.*..*.***.\n.*.*..****\n****....*.\n..*.....**\n.**..*.***\n```\n\n\n## Output without wrap\n\n```\n.****.*.*.\n........*.\n*.***.*...\n*....*.*..\n*....****.\n*........*\n....*.*...\n...****..*\n*..*......\n*.........\n.**....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n*.***.*..*\n*....*.*.*\n.....****.\n..........\n....*.*...\n...****...\n...*......\n..........\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n........*.\n..........\n..........\n**........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.**.\n******.**\n.*.*.*..*\n....**...\n....***..\n.....*...\n......**.\n.*.....**\n**.....**\n```\n\n\n## Output without wrap\n\n```\n.*.....**\n*.....*..\n**.....**\n.......*.\n.........\n.....*..*\n......***\n**....*..\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.......*.\n.........\n.....*..*\n......***\n*......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.......*.....\n.............\n.............\n.............\n.*...........\n*............\n.............\n.**..........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.*...........\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.*...........\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n*....\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n*...*\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n.......\n.......\n....*.*\n...*..*\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.....*.\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.....*.\n.......\n.....*.\n*..**.*\n*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..\n*..***.\n*.*****\n**...**\n****...\n*...*..\n*.*.**.\n*.***..\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*....\n.*.....\n.**.**.\n...*..*\n..*...*\n*..***.\n*.**...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n..*.*..\n...*.**\n..*....\n*..***.\n*....*.\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...****.*\n**.**.*.*...\n**.**.***.*.\n*.*.***..*..\n..*..*...*..\n...*.**...*.\n...*.*.***.*\n*.*..*....**\n.*..*..*..*.\n```\n\n\n## Output without wrap\n\n```\n...***...*..\n...***.**...\n..........*.\n..*.....*.*.\n........*..*\n.......*...*\n.....*.*.*.*\n.*.*...*.*.*\n.*........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..***\n.....*....**\n............\n*.*.....*..*\n*.......*...\n.......*..**\n*....*.*.*.*\n*....*.*....\n**.*.*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n**.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n.***\n**.*\n.*.*\n....\n**..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n...*\n***.\n....\n..*.\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n**..\n...*\n...*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*..\n..***.\n..*.*.\n*.**.*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..*.*.\n.**..*\n*.**.*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n***..*\n..*.*.\n..*...\n..**..\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n.*...*....\n.*...**...\n```\n\n\n## Output without wrap\n\n```\n..........\n....***...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n...*......\n...*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*..\n.*.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*...\n..**.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**..\n***.**...*\n.****.*..*\n*..**.**.*\n****.***..\n..***.*...\n..**..**..\n```\n\n\n## Output without wrap\n\n```\n.******...\n*......**.\n......**.*\n*.........\n*.......*.\n..........\n..*.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.\n.......***\n......**..\n.........*\n*.......**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n***\n.**\n.*.\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n**.*\n....\n*..*\n..*.\n****\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n***.\n....\n*...\n*..*\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*...\n.**.\n...*\n....\n*..*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n***.\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n*..........\n..*........\n..**.......\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n..*........\n.*.*.......\n.*.*.......\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n..*........\n.*.*.......\n.*.*.......\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n*...\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.*.**\n***.*\n```\n\n\n## Output without wrap\n\n```\n*****\n....*\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..*.\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n..*.\n.*.*\n....\n....\n....\n....\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n.***\n.***\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n.***\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*....\n.............\n....*..*.*...\n....**...*...\n```\n\n\n## Output without wrap\n\n```\n.............\n........*....\n....**..*....\n....**..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.......\n........*....\n....**..*....\n...***...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n***\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n*.*****\n..*...*\n*......\n*.*....\n*.*....\n...*..*\n.**...*\n**....*\n....*..\n...**..\n```\n\n\n## Output without wrap\n\n```\n......*\n.**...*\n..*.*.*\n.......\n*......\n..**...\n...*...\n***..**\n***..*.\n...***.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n***....\n..*.*..\n*.....*\n*.....*\n*.**..*\n...*..*\n.**..**\n.**..**\n*..***.\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n....\n....\n....\n....\n*.**\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n...*\n...*\n**..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n........\n*..**..*\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**.*\n....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.......*\n*...**.*\n*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n....*.\n*.**.*\n.*....\n.*.***\n*..***\n```\n\n\n## Output without wrap\n\n```\n..****\n......\n.****.\n**...*\n**.*.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n******\n.*....\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***...****\n*******.******\n*****.*****.*.\n*****.********\n**************\n***********.*.\n*******.******\n************.*\n**************\n**********.***\n****.*********\n***********.**\n```\n\n\n## Output without wrap\n\n```\n*.....**.....*\n..............\n..............\n..............\n..............\n..............\n.............*\n..............\n..............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n***\n*..\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****.*\n*.*....*.\n..*.*.*.*\n.***...**\n....*..*.\n.*.......\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.*.*****.\n..*.....*\n......*.*\n.**.***.*\n.*.*...**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.******\n*.*......\n......*..\n***.***.*\n**.*...**\n.........\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...**\n...*.\n..*..\n.....\n*...*\n*..**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n..***\n.....\n.....\n...**\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n..***\n.....\n.....\n*..*.\n.*...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.....*...\n...**....\n.........\n.........\n.........\n........*\n.........\n...**..*.\n.........\n.....*...\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n....*....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n....*....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**....*\n****........\n...*........\n............\n....**.....*\n....***....*\n.....*......\n......***...\n.......*....\n........*...\n............\n**...*......\n```\n\n\n## Output without wrap\n\n```\n*.**........\n*..**.......\n.*.*........\n....*.......\n....*.*.....\n......*.....\n....*.......\n......***...\n......*.....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****....*\n*..**......*\n.*.*........\n....*.......\n....*.*.....\n......*.....\n....*.......\n......***...\n......*.....\n............\n............\n**...**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n....**.......\n.............\n....**.......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n..*\n.*.\n..*\n**.\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.**\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n***\n...\n***\n..*\n***\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*.**\n....\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n***.\n.**.\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.....\n*..*.*.....\n*..........\n..*......*.\n**....*...*\n.*.*..*...*\n**.**..***.\n..*.....*..\n...*.....*.\n*.***...**.\n.*.**..**..\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n.*.........\n*..........\n**..**...**\n...*.**...*\n**.......*.\n....**.*.*.\n**.*.......\n***....*.**\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****..\n....**....*\n.*.........\n.........**\n....**...*.\n.*.*.**....\n.*........*\n....**.*...\n.*.*.......\n.**...**...\n....**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..*.....\n**.*.**.*.*..\n**...*....**.\n*.....*****.*\n.............\n.............\n....*..*****.\n*...****.****\n*...*.*.....*\n....**.......\n.............\n.*........*..\n*.*.........*\n*..**........\n```\n\n\n## Output without wrap\n\n```\n**.*****.....\n...*.***.***.\n..*.**.......\n**....*****..\n.......***...\n........***..\n....*..*....*\n...**.......*\n...*...*..*.*\n....**.......\n.............\n.*...........\n*.**.........\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**.....\n...*.***.****\n..*.**.......\n**....*****.*\n.......***...\n........***..\n....*..*.....\n*..**........\n*..*...*..*..\n....**.......\n.............\n**...........\n*.**........*\n*...*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n...*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n**..\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n.***\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n*.......\n.*......\n.**.....\n*..*....\n........\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n***.....\n***.....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.......\n***.....\n***.....\n.**.....\n........\n........\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n....*\n.....\n.....\n*.**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n....*\n.....\n.....\n.**..\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n...*..*\n**....*\n..***..\n*.*...*\n**..**.\n**...**\n.......\n.*..*..\n.......\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n***....\n...***.\n*.**.*.\n..*.*..\n*.*.*..\n*.***.*\n**..***\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n..*....\n.*.**..\n..**...\n..*.***\n*.*.*.*\n*****.*\n*...***\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***......\n..........\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n.***......\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..*.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.***......\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.....\n.....\n.....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..*...\n***..*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*......\n***.*......\n***.*......\n```\n\n\n## Output without wrap\n\n```\n..*........\n*...**.....\n*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n*...**.....\n*...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n**.**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.*.*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n******.*\n..***.*.\n***..***\n.*...***\n.....**.\n...*..*.\n...***..\n****.***\n*.....**\n```\n\n\n## Output without wrap\n\n```\n**..***.\n**..***.\n........\n*.......\n**.*....\n.**.**..\n........\n**.*..**\n*..*...*\n*.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...*....\n..*.**..\n........\n**.*....\n***.....\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n**.**\n....*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**....\n.....*....\n....*...*.\n..........\n..........\n..........\n.........*\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...****...*.\n..*..*....*.*.\n**...****.*.**\n.........***.*\n.***.*****.**.\n**.*****..**..\n.*.*.*...**..*\n*...*.*....***\n```\n\n\n## Output without wrap\n\n```\n.*...***...*..\n..*.*.......*.\n.*...****....*\n*...*........*\n**.*..........\n*.............\n.*.*...*.*...*\n....**....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..*......\n..*.*.......*.\n**...****.....\n....*.........\n.*.*.........*\n.............*\n.*.*...*.*....\n..*.*...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.....****\n****...*..***\n....*..**.***\n*...*.*.**...\n.....***.....\n.**.**.......\n*****.....*.*\n*.*****...**.\n*...**.***..*\n*...*..***..*\n.....*..**.*.\n```\n\n\n## Output without wrap\n\n```\n.............\n*...*.*......\n.*..*.*...**.\n.**.*.******.\n........***..\n**.....*.....\n**....*..*.*.\n**....**.*...\n.......*....*\n..........***\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.......\n......*......\n....*.*...**.\n..*.*.******.\n........****.\n.......*.....\n......*..*.*.\n......**.*.*.\n.......*.....\n...**........\n..*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..***..\n.****..\n*.**...\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...*...\n.*..*..\n.......\n*...*..\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...*...\n.*..*..\n.......\n*...*..\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n**..\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*...\n**.*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*....\n...**.....\n..........\n....*.....\n.*........\n```\n\n\n## Output without wrap\n\n```\n....*.....\n....*.....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....*.....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.**..........\n...*.........\n.***......***\n..*.......**.\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..*..........\n...*.......*.\n.*.*......*.*\n.***......*.*\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n..*..........\n*..*.......*.\n.*.*......*.*\n.***......*.*\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*....**.\n....**......**\n....**........\n........**..*.\n........**..**\n..............\n..............\n..............\n...........*..\n..............\n.**...........\n.*............\n*.*...........\n```\n\n\n## Output without wrap\n\n```\n.*.***.....*.*\n.*....*.......\n.....*........\n........**.*..\n........**..**\n..............\n..............\n..............\n..............\n..............\n.*............\n*.*...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....*..\n..*...*.......\n.*...*........\n*.......**.*..\n........**..**\n..............\n..............\n..............\n..............\n..............\n.*............\n*.*..........*\n*.**........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n..**\n*...\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n...*\n...*\n.**.\n**..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.******\n*.****.***\n*.....*.*.\n...**....*\n...**.*..*\n**.****.**\n.**.*..**.\n..*.***.*.\n****.**...\n```\n\n\n## Output without wrap\n\n```\n.**......*\n*.*.......\n.**...*...\n...**..***\n......**.*\n**....*..*\n*.........\n*.......*.\n.***..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.......\n***...*...\n*..**..***\n......**..\n.*....*...\n..........\n*.......**\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*.*..\n*..*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n..*\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.*.*.*\n*****.*.****\n.**.*******.\n***.***.*.**\n************\n****.*..*.*.\n**.**..**.*.\n******..****\n**.**.**...*\n..**...*.*.*\n*******.***.\n***..****.**\n```\n\n\n## Output without wrap\n\n```\n*....***.*.*\n*..........*\n............\n............\n............\n............\n......**....\n...........*\n*.....**...*\n.........*.*\n*...........\n*.......*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n......**....\n............\n......**....\n.........*..\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n....**...\n....**...\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n....**...\n...*.*...\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n....**...\n...*.*...\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.****\n..**.\n.**..\n...**\n**..*\n.****\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.***.\n...**\n....*\n*.***\n**.**\n**...\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n***..\n.****\n.*.**\n.....\n..***\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n.....*\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.*...*\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n.**..*\n.**.**\n*.*..*\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**...\n.....*\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n....*.\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...***.\n...*..***.\n*...*...**\n...*.*...*\n*.*....*..\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n...*.**...\n...****..*\n.*.**....*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....*\n...*.**...\n*..****...\n.*.**.....\n.***...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n***..\n..*..\n.***.\n....*\n..***\n*...*\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.**.\n*....\n****.\n.*..*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.**.*\n*....\n..**.\n**.**\n**...\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n..*...\n.***..\n.*.*..\n*.....\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n.*.*..\n**.*..\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n.***..\n.*.*..\n**.*..\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n*..*..*\n...*...\n...*.**\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..**.**\n..**...\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*.**..*\n*.**.*.\n..**...\n..*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n..*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n....\n....\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n****\n****\n....\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n**.*.*.\n****.**\n.******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*..*.\n..*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n....*.\n......\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n.....*\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*.\n......*.\n.....*..\n..*.**.*\n...*.*..\n..*..***\n**...*..\n........\n...*...*\n*.....*.\n...*..**\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n........\n..**.**.\n.*.*..*.\n.*.**.*.\n.**.....\n........\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n....***.\n........\n..**.**.\n...*...*\n...**...\n..*.....\n.*....*.\n*......*\n*.....*.\n*....*..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n*..*\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n.*.....\n..**...\n.......\n.....*.\n*.....*\n.......\n.......\n.......\n...*...\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*..*..\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.*..*..\n..*....\n.......\n......*\n......*\n.......\n.......\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**.**\n*..**..**.\n**.*...**.\n.*.....***\n**......*.\n*.......**\n.*........\n***...*.**\n..*..***..\n```\n\n\n## Output without wrap\n\n```\n.***.**.**\n*....*....\n**.**.*...\n.........*\n**........\n*.......**\n..*....*..\n*.*..**.*.\n..*..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......\n.....*....\n.*.**.*...\n..........\n.*........\n........*.\n..*....*..\n*.*..**.**\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*..*\n.*.***..**\n.*.*******\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.*.**.*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n***.......\n***.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.**...\n.***..\n..**..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*..*.\n......\n....*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n**..*.\n......\n....*.\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n..*..*.*\n..*****.\n*.**.*..\n.**..*..\n...*.***\n*....**.\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n........\n........\n.**.....\n.**.**..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n......**\n..*...**\n..*...**\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n.*.**...\n.*..*...\n.*..*...\n.**..*.*\n.*..*.*.\n.**...*.\n**......\n```\n\n\n## Output without wrap\n\n```\n.***....\n*..***..\n........\n........\n.......*\n*......*\n*.**..*.\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n.*.***..\n**......\n........\n**.....*\n**.....*\n*......*\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....*.*.\n...*......***\n..*......*.*.\n*........*...\n..*...*.*....\n..........*..\n....*........\n.......*...**\n.....*....*..\n.*.*....*....\n*............\n```\n\n\n## Output without wrap\n\n```\n...........**\n.............\n...........**\n........*..*.\n........***..\n.............\n.............\n..........***\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..........\n...........**\n...........*.\n........*....\n........***..\n.............\n.............\n..........***\n.............\n.............\n**..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n.........*..\n........*...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***.**\n........****\n........***.\n............\n............\n............\n....**......\n```\n\n\n## Output without wrap\n\n```\n............\n.......**...\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*...\n......*.*...\n............\n............\n............\n......*.....\n.....*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n.......*..\n....**.*..\n.....**...\n..........\n.*........\n**........\n.*...*...*\n**.*.**..*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n....*.*...\n...*...*..\n....*.*...\n.....*....\n*.*.......\n*.*..*....\n....*.*...\n.*.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*..\n...*...*..\n...*...*..\n....*.*...\n.....*....\n***.......\n.**..*....\n...**.*...\n.*.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n*.....\n.**..*\n.*...*\n......\n*....*\n*...*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n....*.\n*..**.\n*.*...\n*.*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n......\n***...\n.**...\n.*...*\n.*...*\n..*..*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n****\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..**.\n*..*..\n**..**\n.*....\n```\n\n\n## Output without wrap\n\n```\n...**.\n*****.\n*.**.*\n***.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n*****.\n..**..\n.**.**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.***.\n.....\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.....\n.....\n*****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*.*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n..***..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n..**..\n**...*\n.*.**.\n**.*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n.****.\n..**.*\n**....\n...**.\n**.**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n..**..\n**...*\n...**.\n**.**.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*..\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..*.*.*\n..*...*..****\n.**.*.*..*...\n.*..**..*..*.\n...**..**.***\n*..**..**.*.*\n.*.***.*.**.*\n***....*.**.*\n..*....****.*\n..*..*.**.***\n**...*..***.*\n```\n\n\n## Output without wrap\n\n```\n.......*...*.\n..**.**.....*\n.***.....*..*\n.*.*..*.*.*.*\n.......*....*\n......*.....*\n......*....**\n...**.*....**\n.***.......**\n.***...*....*\n.......*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...*....\n..*.........*\n..**.....*...\n...*..*.*.**.\n**.....*...**\n......*......\n......*......\n...**.*......\n..**.........\n.**.*........\n.**.**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****.*\n.*.*..*..\n*.**.**..\n..*..****\n......***\n.........\n...*.***.\n......***\n.*....*..\n.*....*.*\n.*...*...\n.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n....***..\n..**.**..\n*..**....\n..***....\n..**.*.**\n....*****\n.......**\n.....**.*\n.*...*..*\n*.*.....*\n*...*..*.\n.*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.*.......\n...**...*\n.****....\n.***.*..*\n*...*****\n*......**\n*....**.*\n*....*..*\n***.....*\n**.**...*\n**.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n....\n....\n....\n.*..\n..*.\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n*..****\n*..**..\n....*..\n.......\n.......\n**.....\n*..*...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...*..*\n......*\n.......\n...**..\n.......\n.......\n**.....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n*......\n*......\n...**..\n.......\n.......\n**.....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..**\n..*..*.*..\n........*.\n....**.*.*\n*...**.*.*\n***..*.**.\n..*.**..*.\n```\n\n\n## Output without wrap\n\n```\n....***.*.\n....****.*\n....**.**.\n....**.*.*\n*..*...*.*\n*.*....*.*\n..*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n....****.*\n....**.**.\n*...**.*.*\n...*...*..\n*.*....*..\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.*.***\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.....*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n........*..\n.*.......**\n........*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.........*.\n..........*\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.........**\n*..........\n*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n.*...*...\n......*..\n*.**...**\n*..*.*.**\n....*....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**...**.\n.****...*\n.***..***\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n***...***\n*****....\n****..**.\n...**...*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n.*..\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.*...\n*.*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*...\n.....*\n*.*.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.***\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**.***\n*...**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..**.\n.**.*\n....*\n.*..*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n.**..\n....*\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n..*.*\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**.*.\n*****\n.****\n.**..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n**.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*..*.*.\n*...*..*.*.*.\n........*.*..\n...*..*.****.\n****...*..*..\n*.*........*.\n..**.*..**.**\n.*.****.*****\n.*...**.***..\n.*..***....*.\n.**..**......\n.****.***..*.\n.**.*.....**.\n.....*.*.*...\n```\n\n\n## Output without wrap\n\n```\n**....*.*....\n**....*.*....\n***.....*.*..\n..*....**....\n*****..*..***\n....**...*...\n....******.**\n**..*.*.*....\n...**....*.*.\n..*......*...\n*....*...*.*.\n**...*...*.*.\n.....*...*...\n.........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.*.\n.*...*.*..*..\n.**.....*.***\n*.*....**...*\n*****..*..*..\n....**...*..*\n*...******..*\n....*.*.*....\n.*.**....*.**\n.**......*..*\n*....*...*.*.\n**...*...*.*.\n.**..........\n..*...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.*..*...\n*...*..*\n**......\n....*...\n...*....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n**......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*.....*\n*......*\n*.......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n......\n.*....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n*...\n*...\n....\n....\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n**.*\n**.*\n....\n....\n....\n....\n.*..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.\n.*.*.*..\n**.**...\n.**.**..\n.*..*...\n*.******\n****..*.\n**..**..\n```\n\n\n## Output without wrap\n\n```\n..*.***.\n.**.***.\n.....**.\n........\n......*.\n......**\n....**.*\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n.....*..\n.....*.*\n........\n......*.\n........\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...***.*.*\n***..*****.**\n..*.......*.*\n....*......*.\n..***........\n.***.........\n..**..*...*..\n```\n\n\n## Output without wrap\n\n```\n*.*..*....*.*\n*..*.*......*\n..**.******.*\n..*.*......*.\n.*..*........\n.*...........\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*..\n...*.*.......\n..**.******..\n..*.*......*.\n.*..*........\n.*...........\n......*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..*\n**..*..*\n**..*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.******.\n..*****.\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n.*.....*\n.*.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n.**.**.*..\n.*...*....\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n...***....\n.******...\n.***.*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n.******...\n.***.*....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n...*...*\n**.**.*.\n...*...*\n.....*..\n........\n*..**...\n..*.....\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n*****...\n...**.**\n..**.**.\n........\n....*...\n...*....\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n.****..*\n*..**.*.\n*.**.***\n........\n....*...\n...*....\n.***....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.**....\n.**....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n...*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n...*...\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*...*.\n...*.*\n***.**\n..***.\n*....*\n****.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n.***.*\n*..**.\n*.....\n*.*...\n*.****\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.**.*.\n*.****\n.*.*..\n.*....\n.**...\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*****\n...*.***.\n.**.*..**\n..****.*.\n*...*.**.\n*.**...*.\n...*...*.\n*****...*\n*.*......\n***.....*\n**.....*.\n*..*...*.\n```\n\n\n## Output without wrap\n\n```\n....*...*\n.***.....\n.*......*\n..*......\n.......**\n.****..**\n*......**\n*...*....\n.........\n..*......\n.......**\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n.***.....\n.*......*\n*.*......\n.......*.\n.****..*.\n.......*.\n*...*...*\n.........\n..*......\n.......*.\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*....*.\n.*..*.*.....\n***.**.**...\n.*.*.*.*....\n**.*.**.....\n...*.*...*..\n.**..*.*....\n..**.*.*.*..\n*..*.***.***\n...*......**\n.*.**..*..*.\n.*.*.*.***.*\n..*.**..**.*\n```\n\n\n## Output without wrap\n\n```\n..*.**......\n......**....\n*......**...\n...*...**...\n**.*.*......\n*..*.*......\n.*...*......\n...*.*.*.*..\n...*.*.*.*.*\n...*.*.**...\n...*..**....\n.*...*.*...*\n..******.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*..**.\n......**....\n*......**...\n...*...**...\n**.*.*......\n*..*.*......\n.*...*......\n*..*.*.*.*.*\n*..*.*.*.*..\n...*.*.**...\n...*..**....\n.*...*.*...*\n.*...*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*...\n..........*\n...*....*..\n***.......*\n.*..*......\n.**........\n...........\n.......*...\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n*..*.......\n*..*.......\n*..*.......\n..*........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...*......*\n*..*......*\n*..*.......\n..*........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*........\n....***......\n..**.*....**.\n....***..***.\n....***......\n..*..........\n...*...**....\n**...........\n**.......*...\n..*..*..*....\n***.*****....\n*.*.***......\n```\n\n\n## Output without wrap\n\n```\n....*........\n......*......\n...*.....*.*.\n.........*.*.\n...**.*...*..\n...*****.....\n.**..........\n***.....*....\n*.*..........\n..****..**...\n*.*.....*....\n*.*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n......*......\n...*.....*.*.\n.........*.*.\n...**.*...*..\n...*****.....\n.**..........\n***.....*....\n*.*..........\n..****..**...\n*.*.....*....\n*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n...**.\n....*.\n...*..\n.....*\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n....*.\n....*.\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n....*.\n....*.\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*.......\n........\n........\n........\n........\n......**\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n......**\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**..*.\n.*.*.*.*..\n*..**...**\n.*..***.**\n.***...***\n.***.*.**.\n*.*.*.***.\n*.**.**.**\n.**.*.****\n.*.**.***.\n```\n\n\n## Output without wrap\n\n```\n..***..*..\n**.....**.\n....*..**.\n..*.......\n*....**...\n**........\n**........\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**.*\n**....**..\n.*..*..*..\n..*.......\n.....**...\n..........\n..........\n..........\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..***\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......**.*\n..........*..\n**...*...*.*.\n.*....*.****.\n*...*.*.**..*\n.....***.*..*\n*......*.*...\n**........*..\n.*......*...*\n```\n\n\n## Output without wrap\n\n```\n.........***.\n**...........\n**......*..*.\n.*....*....**\n............*\n.....*...**..\n**.....*.**..\n**......**...\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n.*..........*\n**......*..**\n.*....*....*.\n*...........*\n.....*...**.*\n**.....*.**.*\n.*......**..*\n.**.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.***.\n***.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n.......\n.......\n.......\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.......\n.......\n.......\n..**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*...\n......*..*...\n....*.**.....\n.....**......\n....*........\n.............\n.............\n.............\n.......***...\n```\n\n\n## Output without wrap\n\n```\n........*....\n.....**......\n.......*.....\n....*.**.....\n.....*.......\n.............\n.............\n........*....\n........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**..\n.....**......\n.......*.....\n....*.**.....\n.....*.......\n.............\n.............\n........*....\n.......*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n....\n....\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n.*..\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..........*\n.*.*........*\n.*.*.........\n.***.........\n.*.......*.*.\n........*....\n...........**\n.......*..**.\n..........*..\n.....*..***..\n...*..*......\n....**.......\n.............\n*...........*\n```\n\n\n## Output without wrap\n\n```\n..*..........\n**...........\n**.**........\n**.*.........\n.*...........\n..........***\n..........***\n..........*.*\n........*....\n.........**..\n......*..*...\n....**.......\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**........**\n.*...........\n.*.**........\n**.*.........\n.*...........\n..........***\n..........***\n..........*.*\n........*....\n.........**..\n......*..*...\n....**.......\n.............\n*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**..\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n..*.....\n........\n........\n........\n........\n........\n*.......\n**......\n*.**....\n.***....\n.***....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n**......\n*.*.....\n*..*....\n*****...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n..*.....\n........\n........\n........\n........\n........\n**.....*\n..*....*\n*..*....\n**.**..*\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.***.\n...*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.**\n.*.**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.*.**\n.*.**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..*..\n..*..\n...*.\n*.***\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n...*.\n.*..*\n***.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n...*.\n*..*.\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n..*..*\n...**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*..*\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*..*\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*\n........*.\n..........\n..........\n......***.\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.......**.\n......*...\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n..........\n..........\n.......**.\n......***.\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n**.*\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.***.\n*.*..\n*.***\n..*..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n*...*\n..*..\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n*....\n*.*.*\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....\n..*..*...\n..*..**..\n**.....*.\n.********\n*..*...*.\n*****..*.\n.*.*.*...\n*..******\n***.**...\n```\n\n\n## Output without wrap\n\n```\n.***.....\n..*.***..\n..*..**..\n*.......*\n...***..*\n*........\n*.....*..\n........*\n*......*.\n***....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n..*.***..\n..*..**..\n*........\n...***...\n.........\n*.....*..\n.........\n.......**\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****.\n...**.*.\n..*..**.\n```\n\n\n## Output without wrap\n\n```\n........\n...**..*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*.....**\n*.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n.....*\n.....*\n**...*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n**..*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n.*..**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*..*.\n.**..\n..*..\n.....\n.....\n.....\n..***\n..**.\n.....\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n*..*.\n.*.*.\n.....\n.....\n...*.\n..*.*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*...\n.*.*.\n.*.*.\n.....\n.....\n...*.\n..*.*\n.....\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.***.\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n....*\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*.*.\n....*\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n......\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n***\n...\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**************\n.***.*********\n******..******\n*.************\n**************\n**************\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n*.............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*..*\n*.*..****\n.*.*.****\n**.**.*.*\n*...*.***\n.*.*.**.*\n****..***\n**.****.*\n```\n\n\n## Output without wrap\n\n```\n.*.**....\n.**......\n***......\n***......\n***......\n.........\n...*.*.*.\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..*......\n..*......\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n**.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n*.**..*..\n*******.*\n*.*...***\n...*.....\n....*....\n.........\n.......**\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*.....*..\n*...*...*\n*.....*.*\n...*...*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*.*\n*.....*.*\n....*....\n......*..\n...*...**\n.........\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n*.*.\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**..\n....***..*\n*..*.*.***\n......*...\n.......*..\n```\n\n\n## Output without wrap\n\n```\n...**.**..\n.........*\n.......***\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..**.\n*........*\n*......***\n......*..*\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*...*\n*....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n....\n....\n..*.\n*...\n**.*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*...\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n****\n....\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******..*\n*.******..*\n*.*...****.\n```\n\n\n## Output without wrap\n\n```\n...........\n.*.*....**.\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n....*...\n......*.\n.*..****\n........\n.....***\n.*...***\n.*......\n*..*****\n**.*..*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.......*\n....*..*\n....*..*\n....**..\n.*......\n****...*\n....**.*\n****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n*.....*.\n.......*\n*...*...\n*...*...\n*...**.*\n.*.....*\n..**....\n....**..\n****.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....**\n.*.........\n.**.*...*..\n*..*.*..*.*\n.*.**..****\n***.*......\n*...*.*****\n****...*.*.\n******.****\n.***.*.*...\n**......*..\n.**...*..*.\n**.**...***\n..***......\n```\n\n\n## Output without wrap\n\n```\n.**........\n*...*......\n....*....**\n*.**.**.*.*\n.*..**.*.*.\n...**.....*\n...**.**...\n....*..*...\n........*..\n....**...*.\n....*...*..\n...*.*....*\n.**.**..*.*\n.*.***..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*\n.........*.\n.*..*....*.\n..**.**.**.\n....**.*...\n...**......\n...**.**...\n....*..*...\n........*..\n....**.....\n....*...*..\n*..*.*.....\n...********\n..*..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....*\n..**.....*\n..**.....*\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.*..\n.*****.*..\n.*****.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..*.*.........\n............*.\n....*.........\n.......*......\n..............\n............*.\n...*..........\n*.........*...\n........*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n...*..........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n...*..........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.......\n*.....*...*\n....*......\n....**.....\n....*...*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...***.....\n...*.......\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n...........\n...***.....\n...........\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*....\n*.*.**...\n....*...*\n...***...\n..***....\n...**....\n.***.....\n```\n\n\n## Output without wrap\n\n```\n.*.***...\n.*..**...\n.........\n..*..*...\n..*......\n.*.......\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...\n**..**...\n.........\n..*..*...\n..*......\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n*.***.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n..*..*\n..***.\n...*..\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n..****\n.**..*\n.***..\n..*...\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n***.**\n.***..\n..*...\n..**..\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*****.*\n**.****\n**.****\n..*****\n***.**.\n***..*.\n******.\n*******\n***.***\n*******\n**.**..\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n*......\n.......\n*......\n......*\n.......\n.......\n.......\n......*\n*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n...*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n....*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*..**.\n.**..*\n......\n**...*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n*...*.\n*.....\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n...*\n..**\n.***\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n.*..\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n**..\n.*..\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****\n.....**\n.......\n.......\n..**...\n```\n\n\n## Output without wrap\n\n```\n...**.*\n...*..*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n...*..*\n.......\n.......\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****..*\n.....*...\n.****....\n........*\n****...**\n...**..**\n**.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....**...\n..*..*...\n...***...\n.....*...\n.****....\n.*..*..*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*..*\n*....*..*\n...***..*\n.*...*...\n..***....\n.*.**....\n***.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.....\n....*.......\n...**.......\n....*.......\n......***...\n............\n............\n............\n......*.....\n............\n..**..*.....\n..**..*.....\n```\n\n\n## Output without wrap\n\n```\n....*.......\n...*.*......\n..*.........\n...*.*......\n....*..**...\n............\n............\n............\n............\n............\n..**........\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..*...*.....\n..*.........\n...*.*......\n....*..**...\n............\n............\n............\n............\n............\n..***.*.....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...***\n......\n......\n......\n......\n....*.\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n....*.\n...*..\n......\n..*.*.\n..*.*.\n..*..*\n*.*...\n.***..\n......\n....**\n...***\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..***.\n.***..\n.***..\n.*.*..\n.*..*.\n.*....\n.*...*\n.*...*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n......\n......\n......\n..***.\n******\n..****\n*..*..\n.*..*.\n.*....\n.*....\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......*\n*..........\n..*.*......\n...........\n*..........\n*..*....*..\n..*......*.\n...*....*..\n.*..*.*.*..\n*.*.*......\n```\n\n\n## Output without wrap\n\n```\n...........\n.**........\n...........\n...........\n...........\n.*.........\n..**....**.\n..**...***.\n.**.**.*...\n.*.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**......*\n.**........\n...........\n...........\n...........\n.*........*\n..**....**.\n..**...***.\n.**.**.*...\n*.*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.*..*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n**.***\n.**.**\n.*.***\n.*****\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n*..*\n***.\n*.**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n*...\n.***\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n...*\n....\n...*\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*..**\n**..*\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n....*......\n...........\n*..........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n.*****\n*..*..\n******\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*.*\n**.*.*\n*.....\n*****.\n.****.\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*.*\n.*.*.*\n......\n******\n******\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.....*\n...*..\n**....\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*..*.\n.*....\n.*..*.\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n..**.....\n..*..*...\n..*...*..\n...*..*..\n...**.**.\n*.....***\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n.**......\n..**.**..\n..***.*..\n...**...*\n.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n..**.....\n.**......\n..**.**..\n..***.*..\n...**....\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*\n..*..*.*.\n.****.*..\n.*.*..*..\n.*.*.**.*\n.*.*.*..*\n...*.....\n.........\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n......*..\n.**..*.*.\n.......*.\n....*....\n**.......\n.*.*...*.\n..*.***..\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**..\n.**.*..*.\n**.....*.\n**..*....\n.........\n...*...*.\n..*.***..\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n***...\n......\n......\n***...\n*..*..\n...*..\n.*.*..\n.*....\n.***..\n.**...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n*..*..\n*..*..\n.*....\n.*....\n***...\n*..*..\n...**.\n......\n**.*..\n*..*..\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*..*..\n.*....\n.*....\n***...\n*..*..\n...**.\n......\n**.*..\n*..*..\n*.....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*....\n.**....***.\n.*.........\n..*........\n*..*.....**\n*....**...*\n.....*.....\n...*..*....\n..**......*\n*.*......**\n.*...*..*..\n**...**.**.\n**....*...*\n```\n\n\n## Output without wrap\n\n```\n.*.*...**..\n**.*.....*.\n**.....**..\n***......*.\n.**..*...**\n....*.*..**\n......*....\n.*...*.....\n.*.......**\n....*.**...\n.**.**....*\n..*.*.....*\n.*...*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*...*\n*..........\n.......***.\n..*......**\n..*..*...*.\n**..*.*....\n......*....\n*....*....*\n.........*.\n....*.**...\n..*.**.....\n..........*\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**..*\n.....\n...*.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**.**\n.**..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n**.*.\n*.**.\n.****\n```\n\n\n## Output without wrap\n\n```\n****.\n*.**.\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n..***.\n*..*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.*..*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n.*..*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.*\n***.*****\n**.******\n....***.*\n.**.*...*\n***.****.\n.*...****\n.***.***.\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n*........\n*.......*\n*.*.....*\n*...*....\n........*\n.**.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..*.....*\n....*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n*........*\n*........*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n**......**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n.*......*.\n.*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.***.\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.....\n....*........\n.............\n.............\n.............\n.............\n.............\n.............\n..*.**.......\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.......**.\n..***....**.**\n.........***..\n..........*...\n..............\n**.......*....\n.*..**........\n.....**.......\n......*.......\n```\n\n\n## Output without wrap\n\n```\n..........****\n..*.*.....*..*\n...*.....*.**.\n..........**..\n..........*...\n**...*........\n**..*.*.......\n....*..*......\n.....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....****\n..*.*.....*..*\n...*.....*.**.\n..........**..\n..........*...\n**...*........\n**..*.*.......\n....*..*......\n...**.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....*..\n...*.*.....\n...**......\n...........\n*.........*\n...........\n.........**\n....*......\n```\n\n\n## Output without wrap\n\n```\n...*.......\n..*........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.......\n..*.*......\n...........\n...........\n...........\n...........\n..........*\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n.....*..\n*......*\n...**...\n...****.\n*...**.*\n**..*...\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n...*..*.\n...**.*.\n.....*..\n........\n**...*..\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n...*..*.\n...**..*\n.....***\n........\n.**.....\n.**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*...\n...*.\n..**.\n*....\n*.*..\n.*...\n.....\n**.*.\n*.***\n.....\n..*.*\n.*..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n....*\n.***.\n.**..\n..*..\n...*.\n....*\n*....\n.*..*\n.*.**\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.....\n***..\n*****\n..*..\n....*\n...*.\n...*.\n*....\n...*.\n.***.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n*...*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n*..*.\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**..\n..**\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n****\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n*......\n**.....\n....*.*\n***..**\n..**...\n*.*****\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*....\n**.....\n..*...*\n.**.***\n*......\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*....\n**....*\n..*....\n***.***\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.*****\n..****\n.**..*\n.***..\n.****.\n****.*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n**.**\n.**..\n.....\n**.*.\n.*.**\n.*...\n.*.**\n***..\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n****.\n....*\n**.**\n...**\n**.**\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n*****\n.....\n.*.*.\n.*.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*..\n..*....*..\n.*....*...\n..**...*..\n```\n\n\n## Output without wrap\n\n```\n..**......\n.***..**..\n.*.*..**..\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....***.\n.***..**..\n.*.*..**..\n.*.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.**.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.*..\n.*.*.\n..***\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.**.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n....*\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*...*\n......**..***\n..***........\n..........***\n*.*.....*.*.*\n*.....*.*.**.\n```\n\n\n## Output without wrap\n\n```\n...........**\n...........**\n.*........*.*\n.**........*.\n**......**..*\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....**.**\n***....*....*\n..........*..\n..*.........*\n........*.***\n*.*.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*.**.*.*\n.**..*.*...*..\n.*.****.*****.\n..****...*..*.\n**.........**.\n*.*...*....***\n..*....***.**.\n```\n\n\n## Output without wrap\n\n```\n***...***.*.*.\n...*..........\n.*.....***..*.\n*.....*.**...*\n*...**....*...\n*.*....**....*\n.*.....**.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..*.*.*\n...*.........*\n.*.....***..*.\n*.....*.**....\n*...**....*...\n*.*....**.....\n..*...*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n..*.*..\n.*.*...\n**.*...\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.**....\n*...*..\n..*....\n*..*...\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*...*.*\n..*...*\n*..*...\n*.*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..*.\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n............*\n............*\n............*\n.............\n.............\n....**.......\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n...........**\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n*..........**\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.**...\n..**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......**\n.....**...\n.*...*****\n....**.**.\n..****....\n....*.*.*.\n..**.*..*.\n**.*..*..*\n....****..\n....*.***.\n```\n\n\n## Output without wrap\n\n```\n..........\n**...*....\n.........*\n..*......*\n........*.\n......**..\n.***.**.**\n.*.*....*.\n...**.....\n....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n.*...*....\n.........*\n..*......*\n........*.\n......**..\n****.**.*.\n**.*....**\n*..**....*\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*..\n....**...\n.**......\n.*..**...\n.*.......\n*...*...*\n........*\n.......*.\n```\n\n\n## Output without wrap\n\n```\n...***...\n.....*...\n**.*.....\n...**....\n**.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..\n.....*...\n**.*.....\n*..**....\n.*......*\n.*.....*.\n*......*.\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n******\n.*****\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..*..\n....**...*..\n....**...*..\n```\n\n\n## Output without wrap\n\n```\n....*.*.....\n...*....***.\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.***.\n...*....***.\n...*....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n*.**.*\n..***.\n..*...\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n*..***\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n......\n...***\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n*.*...\n*.*...\n.**.*.\n***.**\n...**.\n****.*\n.*....\n.***..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n..*...\n...*..\n.*..**\n....**\n**....\n......\n**.**.\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n..***.\n*..**.\n**....\n......\n.*...*\n*...**\n.*.***\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n*.......**\n*........*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.........*\n*.......*.\n*.......*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.\n.....**\n....*..\n...*.**\n.**.*.*\n.*.**.*\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*.*\n....*.*\n..**.*.\n.*..**.\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n**.****\n.*..*..\n****.**\n.*..*.*\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.....*.\n.......\n..*....\n...*..*\n..*..*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...***.\n...***.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...***.\n...****\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..*.*\n.....\n..*.*\n***.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n.....\n..*..\n*.*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n.....\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.*...\n*..*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n...*.\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n***\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*...\n***..\n...*.\n*..**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n***..\n*..**\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n***..\n...*.\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....\n.***....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n*..*....\n...*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.***.*\n*.**.*..**\n..****..*.\n**.***...*\n...*.*****\n**..*...**\n*.*.*..***\n.*.**.*...\n*..*.**.**\n***..**.**\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.....*...*\n........**\n......*.*.\n*..*......\n*.*.*****.\n..*..*....\n*.**...*.*\n...**.*.**\n******.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n**.......*\n......*...\n*..*......\n.**.****..\n..*..*....\n..**...*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.......\n..*.*..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...***.\n.......\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n*..*..\n*...**\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.**.\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**.**.\n*...*.\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n.***\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n*..*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..\n.**..*..\n.**..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*****..\n*..***..\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n***.....\n***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n..***..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n...***.\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n.**...*\n.**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****.\n....*.*.\n....***.\n.....*..\n*.....**\n*.....*.\n..*....*\n..******\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n...**.**\n.....***\n....*..*\n.....*.*\n.**.....\n.*..*..*\n.*.....*\n..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**\n...**..*\n.....*..\n....*.**\n**...**.\n..*...*.\n....*.*.\n*...**..\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.****.\n..**...**.\n.......***\n......**..\n....*.*...\n..........\n...*..*..*\n```\n\n\n## Output without wrap\n\n```\n..***.*.*.\n..***.....\n.........*\n.....**...\n.....***..\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...*\n..***.....\n.........*\n.....**...\n.....***..\n.....*....\n....***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*...*\n***.***....\n....****...\n*........**\n.*...****.*\n***.....*.*\n.*.***.**..\n..**....*..\n.....***..*\n```\n\n\n## Output without wrap\n\n```\n..**..*....\n.**.*......\n*..**..*...\n....*....**\n..*...***.*\n*..*.......\n*...*..**..\n..**....**.\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....*\n***.*......\n...**..*...\n*...*....**\n..*...***..\n...*......*\n....*..**..\n..**....**.\n..**.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**.**\n*****\n****.\n**.**\n****.\n..***\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n....*\n*....\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*....*.\n.**...*...**.\n*.....*...**.\n*.*..*...*..*\n*.**..****..*\n.**.*.*.**...\n..*.....**..*\n*.*.*..***..*\n*.*.**.......\n```\n\n\n## Output without wrap\n\n```\n.....*....**.\n.*....**....*\n*.*..**..*..*\n*.**.*...*..*\n*...*.*...*..\n.....**...*..\n..*..*....*..\n..*.**.*.*...\n....**..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*...***\n.*....**.....\n*.*..**..*...\n..**.*...*...\n....*.*...*.*\n.....**...*.*\n..*..*....*.*\n*.*.**.*.*..*\n*...*.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n....**.\n....*..\n....*..\n*****.*\n..*...*\n....*.*\n*.*..**\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*.*.\n....*..\n.*..**.\n....*..\n....*..\n.*....*\n**.**.*\n..*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..**...\n.*..*..\n....*.*\n....*.*\n....*.*\n**...*.\n.*.**..\n**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*****..\n........**.*.\n.......*.**..\n.........*..*\n...........*.\n....***...*..\n.**.***......\n.****........\n..**........*\n.*.*.........\n*...*........\n...***.*.*...\n```\n\n\n## Output without wrap\n\n```\n.............\n..........**.\n...........**\n.........*.**\n....**...***.\n....*.*......\n.....*.......\n.............\n.............\n..***........\n..*..*.......\n...***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****..*..\n.....*.......\n...........**\n.........*.**\n....**...***.\n....*.*......\n.....*.......\n**...........\n*...........*\n*****........\n.**..........\n..**.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*..\n*..*****\n.***..*.\n***...**\n*.****.*\n*.*..*..\n*.....**\n........\n...*.***\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n*......*\n........\n*......*\n*...**.*\n*.*..*.*\n.*....*.\n.....*..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....\n*.......\n........\n........\n....**..\n..*..*..\n**....**\n*....*..\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*..\n...*.*..\n.*.***..\n...*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n**.*.**.\n...*.*..\n..**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..\n**.*.**.\n...*.*..\n.*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***\n.*.....\n.......\n.......\n.......\n.......\n*....*.\n.......\n.*...*.\n..*....\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n.*...*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**\n**...**\n.......\n.......\n.......\n.......\n.......\n......*\n.......\n*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.*.*\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.**..*..\n.*.**...\n.....***\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n****....\n*...*...\n**......\n..*..**.\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**\n.......*\n.......*\n.**..***\n*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n........\n........\n*......*\n.****...\n....**..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.***....\n.*****..\n..*.**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n****....\n******..\n..*.**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n**.\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n**.\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n....**\n...***\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*.*\n*..*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*...**\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n*...*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n....*\n.*.*.\n..*..\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n.....\n.*..*\n.*...\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.*..\n.....\n.*..*\n.*...\n.*.*.\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n*..*..*.\n.***....\n..*.....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*.*....\n.*.*....\n.***....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.*.*....\n.*.*....\n.***....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**..\n*.*.**..\n**...*..\n..*.***.\n```\n\n\n## Output without wrap\n\n```\n.*.***..\n*....*..\n..*.*.*.\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n..**..*.\n*.......\n..**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n****..\n**...*\n```\n\n\n## Output without wrap\n\n```\n..***.\n*****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*.\n........*\n.*......*\n.*.....*.\n*......*.\n........*\n**.....**\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.**....**\n.......**\n**.....**\n.......**\n**......*\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.**....**\n.......**\n.*.....*.\n*......*.\n.*.......\n*......*.\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..\n..*.***.\n...**...\n..**..*.\n.***.*..\n.***.**.\n...***..\n........\n```\n\n\n## Output without wrap\n\n```\n...*.**.\n..*...*.\n......*.\n.*...*..\n.....*..\n.*....*.\n...*.**.\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.\n..*...*.\n......*.\n.*...*..\n.....*..\n.*....*.\n...*.**.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**..\n.*.....\n.......\n.......\n....**.\n....*..\n*.***.*\n.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n.......\n.**.*..\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n.......\n.......\n.......\n....**.\n......*\n***.*.*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n..*.*\n..**.\n...*.\n.**..\n.*.**\n.***.\n*..**\n.*..*\n.*..*\n.*.**\n.****\n***..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..*.*\n.*.**\n*****\n*....\n**...\n..**.\n..*.*\n...*.\n**...\n**...\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.**.*\n.*.*.\n.****\n.*..*\n.....\n.**..\n***..\n.*...\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n.**\n*..\n*.*\n.**\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n*.*\n*.*\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.........\n............\n*..........*\n....*.*...*.\n*...*......*\n............\n..*.........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n..........**\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n**.**\n****.\n.....\n..*.*\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n...**\n...*.\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..**.\n...*.\n...**\n.....\n..*..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.....*\n.**...\n.*....\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..***.\n***...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.**..\n*.**.\n*..**\n.**.*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n**...\n**.**\n**..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.**.*\n*....\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n...\n***\n***\n***\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n*.*.\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*\n.......*...\n...........\n*..........\n*.........*\n....**.....\n....*......\n........*..\n.......*...\n......*....\n.......*...\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n....**.....\n....**.....\n...........\n......**...\n......**...\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n*.........*\n*.........*\n....**.....\n....**.....\n...........\n......**...\n......**...\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.***\n*...\n*.**\n**..\n.***\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.*.\n*...\n.*..\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n*.*..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.....\n.*..*......\n******.....\n**...**..*.\n..**..*.*..\n*.***..***.\n.*...***...\n**....**.*.\n*..**...*..\n.***.***...\n```\n\n\n## Output without wrap\n\n```\n.**........\n...........\n...*..*....\n*.....**...\n*.....*....\n....*....*.\n...***...*.\n***.*......\n*..**...*..\n.***.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.....\n...........\n...*..*...*\n*.....**..*\n*.....*....\n....*....*.\n...***...*.\n***.*.....*\n*..**...*.*\n*....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.***.*\n.***..\n*..***\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.***.\n***..*\n...***\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n*.*...\n*..*..\n...*..\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n**.*.*\n.**.**\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n**....\n**..*.\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..*.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..**.\n.*...\n.**..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n...**\n.*...\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*..*\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n...*\n.***\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n***.\n*..*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**\n*.....**\n......*.\n*...*..*\n...*....\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n.....***\n........\n.....**.\n........\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n*.......\n.....**.\n.......*\n...**...\n*..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n**.**.\n.**.**\n.***..\n..***.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...*...\n.....*...*...\n.....*....*..\n.....*....*..\n```\n\n\n## Output without wrap\n\n```\n.............\n....***..**..\n....***..**..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..**..\n....***..**..\n....***..**..\n....***..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*....*\n...........*\n***......*..\n............\n*.**......*.\n...*..**....\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.**.........\n.*.*........\n.*..*.......\n..**........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*.\n..........*.\n.**.......*.\n*..*.......*\n**..*......*\n..**........\n*.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*****\n*.**.**.*\n*..***.**\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n..*.*...*\n*.*......\n*.......*\n****...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*......\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*..*.\n..*.*.***..\n*.**.*.*.**\n.*.**.*..*.\n.......**.*\n```\n\n\n## Output without wrap\n\n```\n..***.*.*..\n..........*\n.........**\n.*.****....\n.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*..*.\n*..........\n*........**\n.*.****....\n*.....***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n*.*...\n....*.\n....*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n..**..\n...*..\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n..**..\n...*.*\n...***\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.*..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n..*.*...\n**.*..**\n*..*.*.*\n....**.*\n*.*...*.\n..*....*\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*.*.....\n**.*.***\n****.*.*\n.*.***.*\n.*.*.***\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n.*.*.**.\n.***.*..\n.*.***..\n**.*.**.\n*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n.**...\n*.*..*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n***...\n..*..*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.*.\n**********\n*.*******.\n***.******\n***..*****\n*****.****\n***.******\n****.**.**\n****..****\n..*******.\n*******.**\n****.***.*\n**********\n*********.\n```\n\n\n## Output without wrap\n\n```\n*.......**\n.........*\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n..........\n*........*\n..........\n.........*\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*.\n**...***\n.***.***\n.***.***\n.*.***..\n.*******\n```\n\n\n## Output without wrap\n\n```\n**......\n***.....\n........\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.......\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.....*.\n**.**......*.\n....*........\n*...*........\n..*..****...*\n***....***...\n..*..**.*....\n....*..*.....\n...*..*......\n**....*......\n......*......\n```\n\n\n## Output without wrap\n\n```\n...**........\n..**.........\n..*..**......\n*......*.....\n.*...****....\n........***..\n.....**.*....\n..**...**....\n........*....\n.....*.*.....\n......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.......\n..**.......**\n*.*..**.....*\n.*.....*....*\n.*...****....\n........***..\n.*...**.*....\n..**...**....\n........*....\n.............\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n...*\n.*..\n.**.\n.**.\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n***.\n***.\n**..\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n..**\n....\n*..*\n**.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.*.....\n.......\n...*...\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*....\n...*.*..*..\n.*****.*.**\n.***..**.*.\n**......***\n.........*.\n...........\n...........\n...........\n...........\n...........\n..........*\n*........*.\n..........*\n```\n\n\n## Output without wrap\n\n```\n........*..\n....**.*.**\n.....*...**\n**...*.*.**\n.......*..*\n........***\n.........*.\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n*...**.*.*.\n*....*...**\n.....*.*...\n**.....*..*\n**......*.*\n...........\n...........\n...........\n...........\n...........\n..........*\n*........*.\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*\n*....**\n.......\n.......\n.......\n....*.*\n.*..***\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n.......\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*....**\n......*\n.......\n.......\n*...*.*\n..***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.*..**\n*..*..\n*.....\n.****.\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n**..*.\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*.****\n**..*.\n*...**\n.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n***\n*..\n*.*\n***\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n..*\n*.*\n*.*\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***...\n.....*.*..\n....**.***\n......*...\n.*.......*\n**......*.\n```\n\n\n## Output without wrap\n\n```\n....***...\n.......*..\n....**.**.\n.....***.*\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..****..\n.......*..\n....**.**.\n*....***.*\n.*.......*\n.**..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........*.\n...........*\n.**.*....***\n.*..*...*..*\n.*.*....*..*\n..**.......*\n..*.*..*....\n.*....*..**.\n*....**.*...\n*......**...\n*..*....*...\n..***...*..*\n..*..***..*.\n```\n\n\n## Output without wrap\n\n```\n............\n.**......*.*\n.***.....*.*\n**..*...*..*\n.*.**.....**\n.*..*.......\n.**.......*.\n.*....*.**..\n**...**.*...\n**....*.**..\n.****...**..\n.**.***.**..\n..*.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...**\n.**......*.*\n.***.....*.*\n.*..*...*..*\n.*.**.....**\n**..*.......\n.**.......*.\n.*....*.**..\n**...**.*..*\n**....*.**.*\n*****...**.*\n.**.***.**.*\n.**.****.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..***..\n.......\n..*.**.\n.......\n..***..\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n..*..*.\n.......\n..*..*.\n...*...\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n..*..*.\n.......\n..*..*.\n...*...\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n.*....\n.*..**\n*....*\n......\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**..**\n**.*..\n....**\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*..*.\n.*.*..\n.*..*.\n*.....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n.....*\n......\n**....\n*.....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n**....\n**....\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n***.***\n*.*****\n*.*****\n******.\n***.***\n.**.***\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n*......\n*......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*...\n...*..\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.....*\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*...**\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n**....\n*.*..*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.*...*\n.*...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..**\n***..**.\n...**.*.\n....***.\n*......*\n```\n\n\n## Output without wrap\n\n```\n*.**.***\n*.......\n.***...*\n...**.**\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n*.......\n.***....\n...**.*.\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n......\n......\n......\n......\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n******\n.*****\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n.*.\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n.*.\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n.***...\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n*..*...\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n*..*...\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.*****.\n.*....*\n*.....*\n*..*.*.\n.*..**.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..***..\n.*****.\n**.**.*\n**...**\n**...**\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..***..\n******.\n.*.**.*\n.*...*.\n**...*.\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*....\n*...*.\n.....*\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n*....*\n.....*\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**..\n........*...\n..**........\n*....**.....\n*.****..*...\n**..*...*.*.\n............\n..........*.\n.....*......\n....*...**..\n```\n\n\n## Output without wrap\n\n```\n........**..\n........**..\n............\n.....**.....\n*.**..**.*..\n***.**...*..\n.........*..\n............\n.........*..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n........**..\n............\n.....**.....\n*.**..**.*..\n***.**...*.*\n.........*.*\n............\n.........*..\n........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*\n....*........\n.**.*....*...\n```\n\n\n## Output without wrap\n\n```\n..*..........\n..**.........\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......*\n....*.......*\n....*.......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.*...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.*.*.\n.....**.......\n....***.......\n....**........\n........*.*...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**......\n......**......\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n....\n....\n....\n*...\n....\n....\n....\n.*..\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n*...\n....\n....\n....\n....\n....\n....\n**..\n**..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.***\n.*.*****\n**..**.*\n**....**\n.****.*.\n****..**\n```\n\n\n## Output without wrap\n\n```\n..*.....\n...**...\n........\n........\n....*..*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n*.**\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n...*...\n*..*...\n**.....\n*..*...\n```\n\n\n## Output without wrap\n\n```\n...*...\n..**...\n*......\n.......\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....*..\n......*\n...*...\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n......\n......\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n......\n....*.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******\n*.*...*..\n.....**..\n......***\n..**..*.*\n.*..*.**.\n**...*..*\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n..*****..\n..*......\n.........\n.........\n.****...*\n*..***..*\n***.**..*\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..****\n*.*......\n*.......*\n.......**\n*****..**\n...***.*.\n.**.**...\n.*..****.\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n...\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...*\n....*...*\n..*.*...*\n```\n\n\n## Output without wrap\n\n```\n...**....\n..*.**.**\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.**\n..*.**.**\n..*.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*..*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n..***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*\n***...*\n..*...*\n......*\n.*....*\n.*....*\n.....*.\n....***\n....**.\n.**....\n***.*.*\n```\n\n\n## Output without wrap\n\n```\n*.**.*.\n*.....*\n..*..**\n.....**\n.....**\n.....**\n....*..\n......*\n...**.*\n*.*.*..\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n..*..**\n.....**\n.....**\n.....**\n*...*..\n......*\n...**.*\n..*.*.*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..\n*.*..*..*\n.**.*..*.\n.*.****..\n.*.*.....\n..*......\n........*\n*......*.\n****..***\n...*.....\n...**...*\n...*...*.\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n......*..\n.*....**.\n*......*.\n***.***..\n**..***..\n..*......\n.*.......\n*.**..*..\n*..*..*.*\n*...*...*\n.*..*..**\n..*.*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n****.*...\n.........\n***.*****\n**..***..\n..*......\n.........\n*.**..*.*\n*..*..**.\n*...*....\n.*..*....\n.*...****\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n***.*\n..***\n*.*.*\n.**.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n***..\n*...*\n*...*\n....*\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.....\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n....**\n*.*.**\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*..*..\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.****\n.**..\n..*.*\n*****\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n...**\n*...*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n*..**\n.****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n****.\n*....\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n...**..\n...*.*.\n*.*....\n```\n\n\n## Output without wrap\n\n```\n...**..\n.......\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n...*...\n.....*.\n**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.**\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.**..\n.*..*\n...*.\n..*..\n**.*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n***..\n..*..\n.*.*.\n..**.\n.***.\n*..*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*..\n**.*.\n..**.\n.****\n*..*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n.....\n...**\n.*...\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n...*.\n....*\n*..*.\n*****\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n.*.....\n..***..\n*...***\n...*.*.\n**.*.*.\n.......\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n.*..*..\n.*..**.\n*...*..\n...*...\n*...*..\n.***...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n....***\n....*.*\n....***\n**.*...\n*...*..\n**.**..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n...*.*\n......\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.*...\n.*....\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.**....\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**.\n.**...*..\n*........\n**.......\n..*.*...*\n...***...\n.....*...\n..*..*...\n..*.*..*.\n..**...**\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.**...**.\n*.*...**.\n*.*......\n**.......\n.**.**...\n...*.*...\n...*.**..\n...****..\n.**.*.***\n.**...***\n..**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.\n*.*...**.\n*.*......\n**......*\n***.**...\n...*.*...\n...*.**..\n...****..\n.**.*.***\n.**...***\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.....*\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*........*\n..........\n*.........\n**........\n....***...\n**..***...\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n**........\n**...*....\n....*.*...\n....*..*..\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*........*\n**........\n**...*....\n....*.*...\n....*..*..\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n*.*.*.\n..*..*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n.**.**\n....*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*****.*.\n***..**...***.\n*..***...*.*.*\n*...***.*..***\n..**...*.*....\n..*.***...*...\n..*.*.*.*****.\n**.**.**..**..\n```\n\n\n## Output without wrap\n\n```\n.......***....\n*.*.*.*...*.**\n*.**..**.**..*\n*.....*....*.*\n*....*.....**.\n..........*.*.\n....*.*.*.....\n.***...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n........*.....\n..**..**.**...\n*.....*....*.*\n.....*.....***\n*.........*..*\n*.**.........*\n............**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n*.**.....\n...*.....\n.........\n.........\n...*.....\n*........\n```\n\n\n## Output without wrap\n\n```\n.**......\n.***.....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n.***.....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*...\n....\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*..*.\n**..*\n*....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*..*.\n.*.**\n.*..*\n.....\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......*..*\n*.....*.......\n....**.*.....*\n..**..**.*....\n..*......*..*.\n..........*.*.\n..............\n.**.*....*..**\n```\n\n\n## Output without wrap\n\n```\n..............\n.....**.......\n...***.**.....\n..******......\n..**....****..\n...........*..\n...........***\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**........**\n*....**......*\n...***.**.....\n..******......\n..**....****..\n...........*..\n...........***\n****........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n....*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*...\n**.*\n..*.\n.**.\n*.**\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n*.*.\n....\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n****\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n***...\n..****\n...**.\n*..***\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*...*.\n.....*\n......\n.....*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n*....*\n*.....\n*.....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n**.\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........\n*..*........\n**.*........\n```\n\n\n## Output without wrap\n\n```\n............\n*.*.........\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*........*\n*.*........*\n***........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.**\n......*.*.\n.......**.\n........**\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.........*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n***...\n.*.*.*\n***...\n```\n\n\n## Output without wrap\n\n```\n.**...\n**.**.\n...*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**.**.\n...*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n**..**\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n...**\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n...*.\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n...*\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n******\n*..*..\n******\n.**.**\n*.*.**\n*.*...\n****.*\n*....*\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*...*.\n*.***.\n......\n.*..**\n.*..**\n*.*..*\n*.*.**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**..**\n******\n......\n......\n......\n..*.*.\n..*.**\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****....***\n****.***.**\n*..*****.**\n.**.*****.*\n*..*.**.*.*\n```\n\n\n## Output without wrap\n\n```\n.......*...\n.......*...\n*..........\n*..*.......\n*..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*****...\n....*........\n.....**......\n.............\n.............\n.............\n..........*..\n......*****..\n```\n\n\n## Output without wrap\n\n```\n.....****....\n....*...*....\n.............\n.............\n.............\n.............\n.......*..*..\n.......*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...*...\n....**.......\n.............\n.............\n.............\n.............\n.........*...\n......*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n***..*\n*.***.\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*...*.\n*...*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n....*.\n*...*.\n..*...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n*****\n*****\n**.*.\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.\n**.*...\n**...**\n.*****.\n****...\n...**..\n```\n\n\n## Output without wrap\n\n```\n.****..\n.*.*..*\n....*..\n....*..\n.....**\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n..*.*..\n....*..\n....**.\n....**.\n.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n**.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n**....\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**..\n......*.\n......*.\n......*.\n*....*..\n*....*..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n......*.\n.....***\n.....**.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****\n......**\n.....***\n.....***\n.....***\n**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*.*.\n*.*.****.*\n****.*****\n.*.**.*...\n.*..****.*\n*****.****\n.**.*.*...\n**.**.*..*\n```\n\n\n## Output without wrap\n\n```\n*****.*.*.\n.........*\n*........*\n.........*\n.........*\n*........*\n......*..*\n**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n..........\n..........\n.........*\n.........*\n......*...\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..*.*\n.***.\n*..*.\n.****\n**..*\n.*.**\n****.\n***.*\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n.*..*\n*....\n....*\n*....\n....*\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n**...\n*....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n***\n***\n..*\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*****\n..*.*\n*....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n*.*..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.***.\n*...*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.**.\n.***\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n.*.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n.***....\n...***..\n.***....\n.*......\n.*.*....\n.***....\n```\n\n\n## Output without wrap\n\n```\n..***...\n..*.....\n........\n.*.*....\n**.*....\n**.*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n..*.....\n........\n.*.*....\n**.*....\n**.*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n..**.**\n..**.*.\n****.**\n```\n\n\n## Output without wrap\n\n```\n...**..\n.*...**\n.......\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*...**\n.......\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***.**\n..*...\n......\n.....*\n****.*\n...*.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.***..\n..**..\n......\n.**.*.\n.***.*\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n****.*\n*.**.*\n......\n.**.**\n.***.*\n.*.*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n*..*.*\n******\n......\n******\n```\n\n\n## Output without wrap\n\n```\n...**.\n*....*\n****.*\n......\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n......\n***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n......\n......\n......\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*.\n..*.*.....\n..*......*\n.........*\n..........\n......*...\n*.......*.\n.......*..\n...*.....*\n..*.*....*\n..........\n**.......*\n*......*..\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n..*.......\n...*......\n..........\n..........\n..........\n.......*..\n........*.\n...*....*.\n...*......\n.*........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n..*......*\n...*......\n..........\n..........\n..........\n.......*..\n........**\n...*....*.\n...*......\n.*.......*\n**.......*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n***...\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n..**.\n**..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n...*.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n...*.\n**..*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n..***....\n....*....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n....*....\n....**...\n....*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n....**...\n....*....\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.*.*..\n..*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*..\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n..**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.*\n.******.\n.*.***.*\n..**...*\n..*...*.\n*....*..\n**...*.*\n......**\n...**.**\n..*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*...*..\n*......*\n.*.....*\n.*...*.*\n.***..*.\n*....*..\n**...*.*\n....*...\n...**...\n....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.......*\n.*.....*\n**...*.*\n.***..**\n*....*..\n.*...*..\n....*...\n*..**...\n.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n**..*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n**.**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.*..\n....\n*...\n.*..\n...*\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n...*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*...\n*..*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n........\n..**....\n.*.**...\n........\n.....*.*\n...**...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*...\n..***...\n...**...\n....*...\n....*...\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.*...\n..***...\n...**...\n....*...\n....*...\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*.*..\n.*.*.*.*\n.*..*.**\n*.....*.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n...***.*\n*.****.*\n*.*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n.*.****.\n.*******\n***.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..*.\n..*.*****.\n**.**....*\n...*.....*\n*..*****.*\n.***.**.**\n...**..**.\n```\n\n\n## Output without wrap\n\n```\n...*.*..*.\n.**...****\n.*....**.*\n**....*..*\n.*.....*.*\n.*.......*\n...*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n***...***.\n**....**.*\n.*....*...\n.*.....*..\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n......\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n...*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n....*..\n.....**\n.....*.\n.......\n..**...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n....***\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n....***\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***......\n*.**..........\n..*..*.*.**...\n.*..*..*.*....\n....*****.*...\n*.*..........*\n...*.......**.\n...**.........\n.....*...*....\n........*...**\n......*.......\n```\n\n\n## Output without wrap\n\n```\n*.*.****......\n*...*..***....\n.**...****....\n..........*...\n........*.....\n...........**.\n..*...*....**.\n..*..*........\n...**.........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*.....\n*.......**....\n.**...****....\n.*........*...\n*.......*...**\n.*.........*..\n..*...*....*.*\n..*..*........\n...**.........\n.....*........\n*....*.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*......\n.*.....\n.*.....\n..*....\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.......\n......*..*..\n............\n............\n...........*\n.*..........\n......*.....\n......*.....\n*........*..\n*..*........\n...........*\n.........*..\n.......*.*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n........*.*.\n........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n............\n............\n............\n............\n............\n............\n............\n............\n*..........*\n............\n........*.*.\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.**.*..*\n.****.*..****\n.*....*.**.**\n.*.**...****.\n****...**..**\n....*....*...\n..*.*..**....\n*...........*\n.**......***.\n..*......*...\n..*.*.....**.\n..*.*.*....**\n```\n\n\n## Output without wrap\n\n```\n*...*.****..*\n....*.*......\n**...........\n...**........\n**.....*...**\n....*....*...\n...*....*....\n..**....****.\n.**......***.\n..*......*...\n.**..*....***\n.....*....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.****...\n....*.*......\n.*...........\n...**........\n**.....*...**\n*...*....*..*\n...*....*....\n*.**....*****\n***......****\n..*......*...\n.**..*....***\n..*.*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n..**..\n.*....\n..**..\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n..***.\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*.****\n.*....\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n......*.\n........\n.***....\n.***....\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n..*.....\n.*.*....\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.....\n..*.....\n.*.*....\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*..**\n*...*\n.....\n.....\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.*...\n..***\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*.*.*\n*.*.*\n.....\n.....\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.**..\n**..****..\n...*..*.**\n..*...*...\n***...**.*\n..***..*..\n.***......\n..**......\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n*....*....\n..........\n.*.......*\n...*.....*\n........*.\n***....*..\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**....\n....**....\n........*.\n..........\n...*....**\n........**\n.....*.*..\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n***...\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n**....**\n**....**\n```\n\n\n## Output without wrap\n\n```\n.*......\n..*...**\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n.***....\n.***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n...*..*.\n...*.*.*\n*......*\n**......\n```\n\n\n## Output without wrap\n\n```\n.....**.\n...*****\n.*.**..*\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*\n..*.**..\n.*.**...\n.*....**\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n......\n.***..\n..**..\n**...*\n*.*...\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n**.**.\n**.**.\n*.....\n.****.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*...\n***...\n**.**.\n*..*.*\n.....*\n*.**.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.****\n.*..*\n..***\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.**..\n.*...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****\n..**...\n...**..\n...*..*\n*.....*\n*....*.\n.*...*.\n***....\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n...***.\n...*..*\n.......\n.*...**\n..*....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n....*.*\n...**.*\n*..*...\n.......\n**.....\n*.....*\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n............**\n...........**.\n..........**..\n..........**..\n......*.......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n............*.\n...........***\n...........*.*\n..........**..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n............*.\n...........***\n...........*.*\n..........**..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*....\n*****\n*.*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*..*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*..*\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****.\n........\n*.*.....\n*.......\n...*..**\n```\n\n\n## Output without wrap\n\n```\n...***..\n.**.**..\n.*......\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******\n.**.**..\n.*......\n**......\n..**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......*...\n....*.*...*..\n.....*...*...\n.......***...\n****.*.*.....\n.......*.*..*\n...**.***.*.*\n...*.....***.\n..*......*...\n...*.........\n...*........*\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*..***..\n.**.**.*.....\n.***.*.*.*...\n*..*..*..*...\n.*.***.*..*..\n......***.***\n.....****....\n.*...........\n..**.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**........\n**..**..***..\n.**.**.*.....\n*.**.*.*.*...\n...*..*..*..*\n.*.***.*..***\n*.....***.*.*\n.....****....\n.*...........\n....*........\n*...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n..**.*\n*....*\n......\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.**..*\n....*.\n....**\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n.**..*\n*...**\n*...*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*.*.\n*...*..*..\n...*..**..\n...*.**...\n```\n\n\n## Output without wrap\n\n```\n.*.....*..\n.*.*.*..*.\n...*...*..\n....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*..*\n.*.*.*..**\n...*...*..\n..****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....*.\n.*...*\n..*...\n*...*.\n.....*\n...**.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.....*\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n....**\n....*.\n*....*\n.....*\n*....*\n*..*.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**....\n*.*..**.*\n**.*.*...\n...*..***\n...*....*\n**..**.*.\n.****.*.*\n..**....*\n```\n\n\n## Output without wrap\n\n```\n******...\n.....**..\n**.*.*..*\n...*..***\n..**.*..*\n**...****\n*.....*.*\n.*..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n.....**.*\n.*.*.*...\n...*..***\n..**.*...\n.*...***.\n......*.*\n.....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n......*\n.....*.\n....***\n```\n\n\n## Output without wrap\n\n```\n.....**\n......*\n....*..\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n......*\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*.**\n**..**..**..\n.*..*.*...**\n.*..**.****.\n*.******.*.*\n.**.**.**..*\n***....*****\n..*....*.*.*\n***..***..*.\n*.*.*..*.**.\n*.********..\n***...**.*..\n.*....**.*.*\n```\n\n\n## Output without wrap\n\n```\n....***.**..\n**..*.*.**..\n...*.**.....\n*...........\n**..........\n..........**\n..........**\n.*........**\n.*........**\n*...........\n**..........\n*..*.*......\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..**.*.\n.*..*.**....\n.*.*.**.....\n.*..........\n............\n............\n............\n............\n.*.........*\n*...........\n*.........*.\n.*.***.....*\n.***.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*\n.......*.*\n.......**.\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n........*.\n......**.*\n......*..*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n......**.*\n......*..*\n......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*.\n..**.*...**\n...*.*.*.*.\n.......*.*.\n.....*.*.*.\n..***....*.\n```\n\n\n## Output without wrap\n\n```\n..**.....**\n..**..*..**\n..**.....*.\n....*..*.**\n...**.*..**\n...**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**.\n..**..*..**\n..**.....*.\n....*..*.**\n...**.*..**\n..***....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n..*..\n..**.\n*...*\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.***.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n....*\n.**..\n....*\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n***.*\n*****\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n****\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**\n******.\n**..***\n..**.*.\n.*****.\n*.**.**\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n*....**\n.......\n*.....*\n*......\n.......\n*......\n..*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n*......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n.*..\n....\n..*.\n....\n.**.\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n....\n....\n.**.\n.**.\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n....\n....\n....\n.**.\n****\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*..\n...*..*..\n**.*..*..\n.........\n.........\n*...*...*\n*...*...*\n........*\n.***.....\n*.**.....\n```\n\n\n## Output without wrap\n\n```\n....***..\n...****..\n...****..\n.........\n.........\n.........\n..*......\n.*.*.....\n.*.**....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n..*..**..\n...****..\n.........\n.........\n........*\n.**....*.\n.*.*....*\n**.**....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n**.\n.**\n***\n**.\n.*.\n**.\n***\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*..\n.....*.*..\n.....*.*..\n.......*..\n.....**...\n..........\n.....**...\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.....*..*.\n....**....\n.......**.\n......*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..**.\n....**....\n....**....\n.......**.\n......*...\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.****\n*..**\n.**.*\n..*.*\n.***.\n***.*\n..**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n**..*\n.....\n*....\n.**.*\n....*\n*...*\n*...*\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n....*\n.....\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*..*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*..*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n....\n....\n....\n....\n....\n.*..\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n**..\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.....**..\n....****.\n.*...*.*.\n..****...\n...**....\n...**....\n*..*.**.*\n*....**.*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n....*....\n....*..*.\n..*....*.\n..*..**..\n.........\n..*......\n...*..*..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n....*..*.\n..*....*.\n..*..**..\n.........\n..*......\n*..*..*.*\n*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n..*..*\n...***\n*.....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*.*\n...*.*\n...***\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*..*.*\n*..*..\n*..*..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....**\n..*...*..\n.***.*...\n**..**...\n.*......*\n.*.*.*..*\n**.******\n```\n\n\n## Output without wrap\n\n```\n.**....*.\n......**.\n*..*.**..\n*..***...\n.*...*...\n.*.*.*..*\n**.*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n*.....**.\n*..*.**..\n...***...\n.*...*..*\n.*.*.*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...****\n........\n........\n........\n......*.\n....***.\n*****.**\n***.*...\n*...*...\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n........\n......*.\n.**.*...\n*.....**\n....*...\n*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****\n.....***\n........\n........\n......*.\n***.*...\n......*.\n....*...\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..\n..**....\n.....*..\n.*......\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n**......\n........\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....*.*\n**..**.\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...**..\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.......\n*....**\n.*.**..\n*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**...*...\n*.*.......***.\n..........*.*.\n.....**.**..*.\n....*..*...*..\n.**.*..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.........***..\n.........**.**\n......**....**\n....****......\n...***......*.\n...**...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.***.*..**\n***......**.*.\n......**....**\n....****....**\n..**........*.\n**.....*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**\n*......\n*...*.*\n.*.*...\n....**.\n.*.*...\n..****.\n.**..**\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n***....\n..***..\n...**..\n....**.\n.....**\n.**....\n.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.\n.**..*.\n.**...*\n.******\n...**..\n....***\n.*...*.\n.*.....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n.....\n.***.\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n..**.\n..**.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..*..\n....***.**...\n.....*..*.*..\n....*....*...\n...*....*.*..\n....******...\n```\n\n\n## Output without wrap\n\n```\n....*...**...\n....*.....*..\n....*.*.*.**.\n.....**.*.**.\n...*..*...*..\n....******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..**.\n.....**.*.**.\n....*.*.*.**.\n.....**.*.**.\n...*..**..**.\n....***..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n***\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n***\n...\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n**.*..\n.**..*\n.*..**\n****.*\n..*..*\n.***.*\n*****.\n**...*\n..***.\n```\n\n\n## Output without wrap\n\n```\n****..\n*..**.\n...*.*\n.....*\n.....*\n**...*\n....**\n....**\n.***.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..**..\n...*.*\n....*.\n......\n....*.\n......\n......\n...*..\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n***..\n...*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n**...\n**.*.\n...**\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**.**\n...*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....**\n*....**\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*....*.\n*....*.\n......*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.........\n......*......\n.............\n.............\n.............\n.............\n.***.........\n..**.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n..*..........\n.*.*.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n.............\n.............\n.............\n.............\n..*..........\n..**.........\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*..\n..*....*..\n..*...*...\n..***.*.*.\n.......*..\n..........\n..**....*.\n.*.*...***\n...*.*..*.\n.*...***..\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*.*.***..\n..........\n.*.*.*.*..\n..***.*...\n..**...*..\n..**...*.*\n..***.**.*\n.....*.*..\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n*..*.*..*.\n..........\n.*.*.*.*..\n..***.*...\n..**...*..\n..**...*.*\n..***.**..\n*..*.*.*.*\n*.****.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n..***\n*...*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..*.*\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n*.*..\n*.*..\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n**.*....\n.**.....\n.*.*....\n*...****\n.......*\n....**.*\n**..*.**\n***.....\n...**...\n```\n\n\n## Output without wrap\n\n```\n**......\n***.....\n**.*.*..\n..**...*\n...*...*\n.......*\n....**.*\n..*....*\n*....**.\n.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*\n*..**...\n*..*.***\n..**....\n*..*....\n.......*\n....**..\n..*...*.\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****.\n..*...*..\n......*..\n.*..*....\n....*....\n.........\n.........\n.*....*..\n......*.*\n*..*..*..\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....*...\n.........\n.........\n.........\n.........\n.........\n......*..\n......**.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n....*....\n.........\n.........\n.........\n.........\n.........\n......*..\n.....****\n...**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*****.*\n...*..*******\n**......*..*.\n**.......**..\n..*....*.*.**\n.**.....**.**\n*.**.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....*......\n*.....*....**\n....**.....**\n*.**.......**\n.............\n.***....*****\n........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*......\n......*......\n....**.......\n..**.........\n.............\n.............\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..*..\n*.*.*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.*.*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*.*\n.*.*.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n........\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n...**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**...\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*.\n*.........\n..*......*\n........**\n*.*....**.\n*..*..*...\n....***...\n.*...*....\n..*.......\n```\n\n\n## Output without wrap\n\n```\n.*........\n..........\n........**\n.*.....*.*\n.*.....***\n.*.**.*...\n....*.*...\n....***...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n*.........\n*.......**\n**.....*..\n**.....**.\n.*.**.*..*\n....*.*...\n....***...\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..***...\n.....*...**...\n...*.*........\n.........**...\n```\n\n\n## Output without wrap\n\n```\n....****......\n...*..**......\n....**........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.**..\n...*..**.*....\n...*..**......\n...*.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....*..\n....*..\n**.....\n*...*..\n******.\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..*.**.\n*.*...*\n*.****.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n..*.**.\n*.*....\n..****.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*.\n.......*.*.\n...........\n.........**\n...........\n*........**\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.........*.\n.........*.\n.........*.\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.........*.\n.........*.\n.........**\n...........\n*.........*\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n.*......\n.**..*..\n.*.**...\n...*....\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n****....\n*...*...\n**...*..\n..***...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n****....\n*...*...\n**...*..\n..***...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.***.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n......***\n*.....*..\n*....*...\n......***\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n.....*.*.\n.....*.*.\n.....*.*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....*..*\n*....*...\n*....*...\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**.*\n.***\n..**\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.\n***.*.*\n****.**\n**.*.*.\n..**...\n```\n\n\n## Output without wrap\n\n```\n*.*.**.\n......*\n......*\n*....**\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*.*.\n...*.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...\n***.*...*\n..**....*\n.....**.*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..*.**...\n.**.**...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n..*.....*\n.**......\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n.***..*\n**..**.\n..***..\n..*..*.\n.*...**\n***...*\n......*\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n**..**.\n...***.\n..*..**\n.**..**\n*......\n*.*....\n*.*..**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*...*..\n*..****\n..*....\n***..**\n*....**\n.**..**\n..*..**\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n..***\n**.*.\n.***.\n*..**\n*...*\n*.*.*\n*.**.\n*****\n**.**\n*****\n.****\n****.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n*....\n.....\n*...*\n*...*\n*.*.*\n*....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n.....\n.....\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...***\n....*.\n..*..*\n****..\n..***.\n...***\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n*..*..\n**..*.\n....*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*.\n........\n........\n........\n.....***\n.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n....***.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n........\n........\n......*.\n....***.\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....***..\n..***......\n....*.*.*..\n...****.**.\n*....*....*\n.*...**....\n....*..*...\n..**.*..*..\n*.....*.**.\n.*********.\n..***..*...\n....*.**...\n```\n\n\n## Output without wrap\n\n```\n..**...*...\n..***.*.*..\n..*...*.**.\n...*..*.**.\n.......*.*.\n....***....\n..***..*...\n...****.**.\n...........\n.*.......*.\n.*.........\n....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*.*..\n..***.*.*..\n..*...*.**.\n...*..*.***\n*......*.**\n*...***....\n..***..*...\n...****.**.\n..........*\n.*.......**\n.*.........\n..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n.*..\n....\n....\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***\n..*..**.\n.....*..\n....**..\n*...**.*\n*.......\n*.......\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n........\n.....*..\n.....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*\n**......\n........\n.....***\n**...***\n**......\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*.*..\n*.*..\n*.***\n**.**\n.**.*\n**.*.\n..*..\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n*.*..\n*.*..\n*...*\n*....\n....*\n*..*.\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n*.*..\n.....\n.....\n.....\n*..**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*....*..*\n.**.*......*.*\n.*.*........**\n*.*.***.......\n**.**..*.....*\n*...**......**\n*...*.....***.\n```\n\n\n## Output without wrap\n\n```\n.*.**.......*.\n*...*......*.*\n*...........**\n*....**.....**\n*.*.........**\n*....*.......*\n....**.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....*..*\n....*......*.*\n............**\n.....**.....*.\n..*.........*.\n.....*........\n..*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*..*\n..........**.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...........*.\n```\n\n\n## Output without wrap\n\n```\n..........**.\n..........**.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n..........**.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n*..\n...\n..*\n...\n.*.\n...\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..**.\n.....\n.....\n.....\n.....\n*....\n**...\n*....\n**...\n.....\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n**...\n.....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*..*\n.*..*\n....*\n**...\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.\n....*..\n.......\n...***.\n..*****\n***...*\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*..*\n...*.**\n.....**\n.***..*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n..*...*\n...*.**\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n***.\n**.*\n**.*\n***.\n*.**\n***.\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n....\n....\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n.**\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n.**\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.*.\n...*.*.*.\n...**....\n..**.*...\n*..*.*...\n*....**.*\n```\n\n\n## Output without wrap\n\n```\n....*....\n..**.*...\n.....**..\n..*..*...\n.***.*...\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*.\n..**.*..*\n.....**..\n..*..*...\n****.*..*\n*....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n******\n..*.**\n.***.*\n*..***\n```\n\n\n## Output without wrap\n\n```\n....*.\n**..*.\n**....\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n....\n*..*\n*...\n**.*\n**.*\n....\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*...\n*.*.\n..*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n...*\n...*\n..*.\n**..\n....\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..*...*.\n***...**\n..**.**.\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n..**.*..\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**.**.\n*.**.**.\n..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.**..\n.*.**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........**\n............*\n*...*......*.\n*....*.....*.\n*.*.*..*.....\n.*.*....*....\n......***....\n.....*..**...\n.*...*......*\n...**........\n....*.**.....\n.*...**....*.\n....*...*....\n```\n\n\n## Output without wrap\n\n```\n...........**\n.............\n....*......**\n.**..*.......\n*............\n.*..**.*.....\n..*..**.**...\n.....**......\n.....**......\n...*..**.....\n......**.....\n...**.**.....\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*.\n*..........*.\n....*.......*\n*.*..*.......\n*...........*\n**..**.*.....\n..*..**.**...\n.....**......\n.....**......\n...*..**.....\n......**.....\n...**.**.....\n*....*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n**.*\n****\n****\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n..**...\n..**...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..**...\n.*..*..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******.\n******.\n******.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*.*.\n*****...**\n**.**.*.*.\n****.*.***\n.***.**.**\n**********\n....***..*\n**********\n*****.****\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n.....**..*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.**.*\n*...*\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**.*\n.*.*.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**.*\n**.**\n*****\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.....*..\n*....***\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n.....*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n........\n.....*.*\n*....*..\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.**\n*.*.\n*.*.\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n*.*.\n*.**\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n..*.**..\n.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..****..\n.*....*.\n.***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...*....\n*....*...*....\n.*.....**.....\n......**......\n......*.......\n.**.....*.....\n*.......****..\n........*..**.\n```\n\n\n## Output without wrap\n\n```\n..............\n.......**.....\n......*.**....\n......*.*.....\n......*.**....\n......*.*.*...\n..........*.*.\n.......****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.**.*\n*.........*...\n......*.**....\n......*.*.....\n......*.**....\n......*.*.*...\n*.........*..*\n*............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*.**.\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*.....\n...**.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*.....\n....**\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*......\n.*........\n.*..****..\n.***...*.*\n*...*..***\n**..*.....\n.....*.**.\n.**...**..\n..*.....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n***.***...\n**.******.\n****.....*\n*...*..*.*\n**..***..*\n*.*..*.**.\n.**...*...\n.**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n***.***...\n.*.******.\n.***.....*\n....*..*..\n**..***...\n*.*..*.**.\n.**...*...\n..**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n..**\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*..*\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*..*\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n****\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n......*..\n.*.*.....\n.*.*.....\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n......*..\n.........\n.........\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*..*\n..*.**....\n*.*.**..*.\n*.*.*..***\n```\n\n\n## Output without wrap\n\n```\n...*......\n..*..**.*.\n...*.....*\n.....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n..*.......\n*.*.....*.\n*.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.*....*\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*..*...\n*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n..*.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n*...\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.**.**\n.*..**\n******\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n......\n......\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n.*...\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n..*..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*.*\n..*..\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n....\n...*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..*.**\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n....**\n..*..*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..**\n..*.\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.***\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..*.\n****\n****\n.***\n****\n*.**\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*.*\n..**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.**....\n*......*.....\n.**..........\n*.....*.*.*..\n*....*.**....\n..*.*...*....\n***...****...\n*.**..**.....\n*..*..*.*....\n...**........\n*..*.*.......\n```\n\n\n## Output without wrap\n\n```\n...**.*.*....\n*.***........\n**...*...*...\n*....**.**...\n***.***.**...\n*.*....*.....\n*.**.**......\n**...........\n.*.*.**......\n..**.**......\n..***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*...*\n..****.......\n**...*...*..*\n*....**.**...\n***.***.**...\n*.*....*.....\n*.**.**......\n**..........*\n**.*.**......\n.**..........\n**...*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*.*.\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n**.***\n**...*\n```\n\n\n## Output without wrap\n\n```\n..**..\n*..*.*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*...\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n**...\n..**.\n.**.*\n***.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n**.*.\n*..*.\n*...*\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n**.**\n...**\n....*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..****.*\n..**.....*.\n**.**......\n*.....*...*\n...****....\n....*****..\n...*......*\n.*....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*..*...*.\n*....*...*.\n*..**...*..\n*...*......\n.**........\n...........\n........*..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*\n*.**....***\n...**...**.\n....*.....*\n***........\n...........\n*....**.**.\n......*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*\n..***....\n....***..\n.*...**..\n*.*...*..\n....****.\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.***.*...\n.........\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.....*...\n.........\n.***.*...\n.........\n.....*...\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.*\n*..******\n*.*******\n**.**.***\n*********\n*********\n****.*.**\n*****.*.*\n```\n\n\n## Output without wrap\n\n```\n***......\n*.*......\n.........\n.........\n.........\n.........\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n......*.\n..*.*.**\n..*..***\n*.*....*\n**..****\n........\n...**...\n....****\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n....**..\n.**.....\n*.***...\n**...***\n..**....\n..*...**\n...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n......**\n....**..\n..*.....\n.****.*.\n**...**.\n*.**....\n..*.....\n...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*....\n.....\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n**...\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n*..*..*\n...***.\n...***.\n.......\n.**....\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n..*....\n..*...*\n...*.*.\n..***..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n..*...*\n..*....\n...*.*.\n..***..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n..*..\n*.*..\n**...\n.....\n.....\n*.*.*\n****.\n..**.\n.*.*.\n**.**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n*.*..\n**...\n.....\n.....\n*.*..\n*...*\n*...*\n**...\n**.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n*.*..\n**...\n.....\n.....\n*.*.*\n*....\n*....\n.*...\n**.**\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.*\n.*..**...\n..*...*.*\n........*\n...*.....\n.*.*.*.*.\n*..**...*\n..*......\n.*.....*.\n.*....***\n.*.......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.....**..\n..***....\n.....*.*.\n.......*.\n..*.*....\n...*.....\n.*.**....\n.***.....\n.**...***\n***...***\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n*.***....\n*....*.*.\n.......*.\n..*.*....\n*..*....*\n**.**...*\n****....*\n***...***\n.**...***\n*......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*.........\n*.*.....*.\n..*.....*.\n*.......*.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n........*.\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........*.\n........*.\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.....\n..*..*\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**...*\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n..*...*\n.......\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n......*\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n.*.\n.*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******\n********\n********\n********\n.*******\n********\n***.****\n********\n**.*****\n********\n***..***\n********\n********\n**.**.**\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......****\n.........**\n.***...*...\n.*.........\n.**.*......\n.*.*...*...\n..*.....**.\n........**.\n....*.....*\n```\n\n\n## Output without wrap\n\n```\n.........*.\n.**......*.\n.**........\n*..........\n**.........\n**.*....*..\n..*....*.*.\n........*.*\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....***.\n..*.......*\n..*........\n..........*\n**.........\n**.*....*..\n..*....*.*.\n.......**.*\n*......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*....*...\n*..*.*....*...\n..*.*....*..*.\n.*...*....***.\n.*...*....*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.......*...\n.*...*...***..\n*.....*.*...**\n.*...*...**.**\n.........**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.....\n........*..*..\n......*.*.....\n........*.....\n........*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n..****\n*.*.**\n..*..*\n*****.\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.....*\n......\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*\n....*.*.*....\n.......*.*...\n.......*..*..\n*.*.......*.*\n.............\n.....*.......\n*...*...*.*..\n```\n\n\n## Output without wrap\n\n```\n.............\n......***....\n......*......\n.......***.*.\n.........*.*.\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.....\n.........*...\n......*......\n.......***.*.\n.........*.*.\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..****..*\n.....*......*.\n*....***...*..\n.*.*.......*..\n...........*..\n.*.**.**....*.\n***.**.*.*....\n...*.....*..**\n```\n\n\n## Output without wrap\n\n```\n........**.*..\n....*.*.**..*.\n....*.*..*...*\n...*..*...*..*\n..***.*...*.*.\n**.*..***..*.*\n.....*........\n*****.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.....\n...*..*.*....*\n....*.*..*....\n...*..*...*..*\n..***.*...*.**\n**.*..***..**.\n............*.\n.***.*.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*..*.\n....*\n*..**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..***\n....*\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n*.**.\n.....\n*.**.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.*\n.***.*...*\n**..**..**\n*.*******.\n***.......\n.*....*...\n.*....***.\n..***....*\n.....**..*\n```\n\n\n## Output without wrap\n\n```\n..*.**....\n*.****..**\n*.*...**.*\n.......***\n.....**.*.\n....*.*...\n...*.****.\n.......**.\n..*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n.****.....\n..*...**..\n.......***\n.....**.**\n.*..*.*.*.\n**.*.****.\n..........\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n***.\n..**\n*..*\n*..*\n**..\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n*..*\n*..*\n**.*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*.*.\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n*...**\n.*...*\n..*...\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*..\n.*..**\n...*..\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n...*..\n.*..**\n*..*..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.**.*.\n.*....\n......\n*..***\n***...\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**.**\n.**...\n....*.\n*.***.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n***.**\n.**...\n*...**\n*.****\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*..**....\n*.***...*\n.........\n.........\n.....**..\n......**.\n......*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.**.*....\n.**.*....\n...*.....\n.........\n.....***.\n.......*.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n***.*...*\n***.*...*\n...*.....\n.........\n.....***.\n.......*.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.*..\n.*...**...\n.....**...\n.....**...\n.....*....\n*..*.**..*\n*.*....**.\n..........\n*........*\n.****...*.\n```\n\n\n## Output without wrap\n\n```\n.*...*....\n.*..*..*..\n....*..*..\n....*.....\n..........\n.*..*****.\n.*....***.\n.*......*.\n.***......\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*..\n.*..*..*..\n....*..*..\n....*.....\n..........\n**..******\n**....***.\n**......*.\n****.....*\n..***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*\n..*........\n..*.......*\n...*...*...\n...........\n...*.**....\n...*.......\n...........\n...........\n.......**..\n.......*..*\n.*.......*.\n...........\n.*.....**..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n..**.......\n...........\n....*.*....\n....*......\n....*......\n...........\n...........\n.......**..\n.......*.*.\n...........\n........*..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n..**.......\n...........\n....*.*....\n....*......\n....*......\n...........\n...........\n.......**..\n.......*.*.\n...........\n........*..\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n..*....\n....*..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.......\n........*...\n....***.***.\n......**...*\n.*.**.*.....\n..**.......*\n```\n\n\n## Output without wrap\n\n```\n..**........\n..**..***...\n......*...*.\n...*......*.\n.....*****..\n..*...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n.....****...\n......*...*.\n...*......**\n...*.*****.*\n**.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..**\n......*.*.\n*.*..**..*\n****...***\n*......**.\n.*.*...**.\n**.*..***.\n.*......**\n.**......*\n*..**.*.**\n```\n\n\n## Output without wrap\n\n```\n.......***\n.*...**...\n*.********\n*....**...\n*..*......\n.**.......\n**........\n..........\n*..*.....*\n*..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..**......\n..******..\n.....**...\n...*......\n..*.......\n..........\n.*........\n..**..*...\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.***...\n.**....\n```\n\n\n## Output without wrap\n\n```\n..*....\n**.**..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n**....*\n**....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n......*\n.*.....\n*.*...*\n......*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.*.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*....*.\n.*....*\n**....*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...\n**..*.*\n***.***\n*******\n```\n\n\n## Output without wrap\n\n```\n*.**...\n....*.*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n***\n**.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n.*.*.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n***.**\n......\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n.......\n.....*.\n.......\n...***.\n.*..*..\n..***..\n.......\n.......\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n.......\n.....*.\n...***.\n.......\n..***..\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n....*..\n.......\n.....*.\n...***.\n.......\n..***..\n...*...\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n**..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*****.\n.*.....***..\n.......**...\n```\n\n\n## Output without wrap\n\n```\n......*...*.\n..........*.\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...*.\n..........*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n......*\n...*...\n*......\n.......\n.......\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n.***\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n...*\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n*..*\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n...**..\n...**..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n.....*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**.\n.**.**.*\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.**.\n.......*\n.**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n*......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n.......*.\n*.....*..\n*.*..*.**\n**......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n......*.*\n*.....*..\n**....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*......**\n*.....*..\n**....***\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n...*...\n...***.\n.****..\n*...***\n....*.*\n*...*.*\n******.\n......*\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*....\n.....*.\n.**...*\n.**...*\n...**.*\n*.*...*\n*****.*\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n..*....\n.....*.\n***....\n***...*\n...**..\n..*....\n.****..\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n.*.*\n.***\n....\n....\n.**.\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n...*\n**.*\n..*.\n.**.\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n.*.*\n..*.\n*...\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n*.*.\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n.*..\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**.\n....**..*.\n....*..**.\n....*.....\n```\n\n\n## Output without wrap\n\n```\n...*...**.\n.........*\n...*..***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.\n..*...*..*\n..*....**.\n..*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n**..*.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.***..\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n**...\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n......\n....**\n.....*\n.....*\n*.....\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n.....*\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n....**\n*....*\n*....*\n*....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.....\n.*..*...*\n.....*..*\n*.....*..\n*****.*..\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.*..*....\n.*..*....\n.....*.*.\n*......*.\n*....**..\n*..**....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n....*..**\n.....*...\n.........\n.....***.\n*..**....\n..*......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n.....*.*\n....*...\n*...*.**\n....**..\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n....**..\n.....*..\n....*..*\n...**.*.\n...**.*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..\n.....*..\n*...*...\n...**.**\n*..**.**\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n..***..\n.......\n*.*.*.*\n....***\n....**.\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n..*..*.\n..***.*\n.....*.\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.......\n...*...\n***..**\n*.***.*\n*.....*\n.....**\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*.*....\n..*.*....**...\n*.*.....**.*..\n........**.**.\n.*..****.*..*.\n*.*...*..*..*.\n*.*.****.*.**.\n...*.*..*.*.*.\n..............\n*.*...**.**...\n***..*..*....*\n......*.......\n.*...***.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*......***...\n*.**..........\n.*.*.......**.\n.*...**....**.\n.*...***.*..**\n*.*......*..**\n..*.*..*.*..**\n...*.*.****.*.\n......***.**..\n*.*...****....\n*.*..*..**....\n*.*.....*.....\n.....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.*.*....\n*.**..........\n.*.*.......**.\n.*...**....***\n.*...***.*..*.\n*.*......*..*.\n..*.*..*.*..*.\n...*.*.****.**\n......***.**..\n*.*...****...*\n*.*..*..**...*\n..*.....*.....\n**...*.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n*******\n.....**\n.*...*.\n**....*\n.*.....\n*.....*\n*....*.\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.*..**.\n*....*.\n*..*...\n.......\n..*....\n.......\n..*....\n**...**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.*..*..\n.*.*...\n**.....\n.**....\n......*\n.**...*\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.\n...**....\n....**...\n*.**.*..*\n*.***...*\n```\n\n\n## Output without wrap\n\n```\n...**....\n..**.*...\n..*****..\n.**.**...\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**\n....****.\n.******..\n*...**..*\n**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..\n.***....\n.*.*....\n.***....\n*..**.**\n**.**.*.\n.*..*.**\n.*..*.*.\n..*...*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*...\n.*......\n*...*...\n**......\n*.....**\n**......\n.*..*.**\n.***..*.\n..**..**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..\n.*......\n*...*...\n.*.....*\n......*.\n.*......\n.*..*.*.\n****..*.\n..**..**\n..***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n**.******\n**.******\n*********\n*********\n.**.**.**\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...*.....\n..**.....\n..**.***.\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n......*..\n......*..\n..***.*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n......*..\n......*..\n..***.*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..****.\n.*...*..*.\n*.*.***...\n*.*..**.*.\n.*....*.*.\n*......*..\n........**\n...*...**.\n..**.*..*.\n```\n\n\n## Output without wrap\n\n```\n.....****.\n.***....*.\n*.***.....\n*.***.....\n**...**.*.\n.......*.*\n.........*\n..***..*..\n..***..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*..**\n.***....**\n*.***.....\n*.***.....\n**...**.*.\n*......*..\n.........*\n..***..*..\n..**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....*\n*******.***\n*.*...*.**.\n******....*\n```\n\n\n## Output without wrap\n\n```\n.*...***.*.\n....*.*....\n......*.*..\n...***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n...*.*.....\n......*....\n...*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n**.*******\n*..*.*****\n*.********\n**********\n.*********\n*******.**\n****.****.\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n**........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n*.**\n..**\n..**\n.***\n*..*\n....\n....\n....\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n....\n....\n....\n.*..\n.*.*\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n....\n....\n.*..\n**.*\n....\n....\n...*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n*.....\n......\n......\n*.*..*\n*...**\n*...*.\n.*.*..\n*..***\n*.*...\n******\n******\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...*.*\n*.....\n......\n.....*\n*..**.\n....*.\n......\n.*..**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n......\n...***\n......\n**...*\n......\n**.***\n....**\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n**..\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*....*...\n**...*...\n**...*..*\n..*...*..\n..**.**..\n*.**....*\n...**...*\n...*****.\n...***.*.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n....***..\n*.*..**..\n..***.**.\n....****.\n.*...*.*.\n......*.*\n..*....**\n...*....*\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n**.......\n....***..\n..*..**.*\n*.***.**.\n....****.\n**...*.**\n*.....*.*\n..*....**\n...*....*\n....****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n.****.\n..****\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*.*..\n...*.****.*\n..**.**.**.\n.**.*......\n*....*.....\n*....***.**\n...*.*...*.\n***...*..*.\n......*.*..\n....**.**..\n***.*.*.***\n```\n\n\n## Output without wrap\n\n```\n..**.......\n.*.*...*...\n.**........\n*****......\n.*.**.*..*.\n.*.*....***\n..***......\n*.***.....*\n**.**.*..*.\n**.**......\n...***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*....*\n*........**\n.**......**\n*****......\n*..**.*...*\n.*.*....**.\n*.***......\n*****.....*\n...**.*....\n.*.**..*..*\n.**.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n....*.\n.***..\n...*..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*..*.\n..***.\n.*..*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.*..*.\n..***.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*...\n.**.*\n.*..*\n..*..\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n*..*.\n.....\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.*..*\n.*.*.\n**..*\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n.**\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*.**.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..\n...*..**..\n...*....*.\n.***..*..*\n.***..*...\n```\n\n\n## Output without wrap\n\n```\n...*.**.*.\n..*.*...*.\n......*.*.\n....**.*..\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..*...*.*.\n.*....*.**\n***.*...**\n***.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n....**\n*....*\n....**\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....*.\n*.....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*.\n...*..*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n..**.**.\n..*****.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n*.......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.**.*\n**...\n****.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**.*\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.......\n....*......\n..*........\n...**......\n```\n\n\n## Output without wrap\n\n```\n...*.......\n..*........\n....*......\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........\n..*........\n....*......\n....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.\n.....***.\n.....***.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n....**.**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.**\n*..***.**\n*..***.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*..\n.*.**\n***.*\n..**.\n**..*\n****.\n*.*..\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n..**.\n.**.*\n...**\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n*****\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n.**\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n***\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n...*.*\n....**\n*...**\n..***.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n......\n..***.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..***.\n..***.\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.**....\n..*....*..**..\n**..**...*....\n....*....*....\n*.....**..*.*.\n..*......*.*..\n...***..**.*..\n**...*..*.....\n```\n\n\n## Output without wrap\n\n```\n......*****...\n...*..*...*...\n.*............\n*****......*..\n...*........*.\n......**...**.\n..*...........\n..**.*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.**..\n**.*......*...\n.*............\n*****......*..\n*..*.........*\n......**...**.\n........**.*..\n.*.*..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.**\n..*....*.*\n****..*...\n..**..**.*\n*.***.****\n```\n\n\n## Output without wrap\n\n```\n.......***\n*.*..***.*\n......*...\n*........*\n.**.***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*...\n..*..***..\n*.....*..*\n..........\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n*...*..\n..*...*\n.*.....\n.......\n.......\n...*...\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n.*.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n*......\n**.....\n.......\n.......\n.......\n.......\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**............\n..*.........**\n..*........*..\n.*............\n.***....***...\n*...*..*......\n**...*.*......\n.*...*..******\n..**.*........\n.....***......\n.....*..*.....\n.........*....\n.....***.*....\n```\n\n\n## Output without wrap\n\n```\n..............\n..*...........\n.*.*.......*..\n...*....***...\n*......*......\n......**...*..\n..**...*....*.\n*.*..*.......*\n.*..**.*....*.\n....**....**..\n....**.*......\n.....*...*....\n......***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*....*.\n..*.........*.\n...*.......**.\n...*....***...\n*......*......\n*.....**...*.*\n.***...*......\n***..*.......*\n....**.*.....*\n....**....**..\n....**.*......\n.....*...*....\n*....**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*...*\n*...*\n.....\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*...*\n*...*\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n...*.*.\n....**.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n.....**\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.....**\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*\n...*.**\n.***...\n.......\n.*...*.\n.......\n***....\n..**..*\n.......\n*.**..*\n...***.\n**....*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...**.*\n.*...**\n..***..\n.*.....\n.......\n*.*....\n.***...\n..**...\n.*.....\n..**.*.\n*..****\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n.*...**\n..***..\n.*.....\n.......\n*.*....\n****...\n*.**...\n**....*\n..**.**\n...***.\n*.....*\n.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.***\n****.***.***\n****.*.**..*\n.*******.***\n.**.*****...\n```\n\n\n## Output without wrap\n\n```\n*......*.*.*\n............\n............\n.........***\n.*......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n.........***\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.*.*.....\n..**.....\n*....*...\n.*.....*.\n..*..*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n.*..*....\n*........\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.*...*...\n.*..*....\n.........\n***....*.\n**...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n.....**\n.......\n.*.....\n......*\n*.*....\n...*...\n**...*.\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n.......\n.*.....\n*.*....\n..***.*\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n......*\n.......\n.......\n.......\n......*\n*.*...*\n..**.*.\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.*...****\n*....***..\n....******\n.....***..\n.**..*.*..\n.**...**.*\n.**...****\n..*..*..*.\n*.*.**....\n..*.**....\n..***....*\n*.*.*.....\n*..*..*...\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.*...*..*.\n.*..*.....\n....*.....\n..........\n.**..*....\n*..*.*...*\n...*.*...*\n..*.**..**\n..*...*...\n..*.......\n..*.......\n..*.**....\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.*.\n**...*..**\n**..*.....\n....*....*\n..........\n***..*....\n...*.*...*\n...*.*...*\n*.*.**..*.\n..*...*...\n..*.......\n..*.......\n*.*.**...*\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*****.*\n*......*.**.*\n.*.......*...\n***.....***..\n**.....*.*...\n.**.....*....\n*.*....*.*.**\n.....**....**\n*...*.*.....*\n*...***....**\n...*......*.*\n.***...*.*.*.\n```\n\n\n## Output without wrap\n\n```\n**....**.....\n*.*...**.....\n..**.........\n..........**.\n........*.**.\n.............\n.**..*.......\n.....*...**..\n...**..*.....\n..**..**...*.\n.....**...*.*\n..***.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**........\n..**..**...**\n.***.......**\n..........*..\n........*.**.\n.*...........\n..*..*.....*.\n.*...*...***.\n...**..*.....\n..**..**.....\n.............\n...*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*\n*....*....*\n*...*...**.\n*......*...\n*..*....*..\n..**.....*.\n*...*.....*\n```\n\n\n## Output without wrap\n\n```\n...........\n..........*\n**......**.\n**.....*.*.\n.***....*..\n.****....*.\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n*..........\n**......**.\n**.....*.*.\n.***....*.*\n*****....*.\n*..*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n..*..\n***.*\n.*...\n..*..\n..**.\n*....\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n*.**.\n*...*\n*...*\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.****\n.....\n.*..*\n*...*\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n.**......*\n*..*....**\n.*.**.....\n.****.....\n***......*\n**........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n........*.\n.***...*.*\n*..*....**\n**.**.....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..**...*.*\n.*.*....**\n*..**...**\n*.........\n..........\n.........*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n....*\n...**\n**.**\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n...**\n..*..\n**.**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.*..*\n...**\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**\n.*.**...*\n...*...**\n....*....\n.*****...\n*.....*..\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n..*.***..\n..*..***.\n.*...**..\n.*....*..\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n***......\n.**..****\n*....**.*\n.*....*..\n*.....*..\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..\n.*.*.*..**\n.*.*..*...\n.*.*...**.\n......**..\n..........\n......**..\n..........\n..........\n..........\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n.....**.*.\n....**..**\n......*..*\n......*.**\n.......**.\n.......*..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n*...**.***\n*.....*..*\n......*.**\n.......**.\n.......*..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n....**\n*...*.\n*..**.\n*...*.\n**...*\n**....\n......\n*.....\n**.***\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...***\n......\n**.***\n*..***\n......\n**....\n**....\n**..*.\n****.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...**.\n*.....\n**.**.\n...**.\n......\n.*...*\n**....\n**..*.\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...***\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..*.\n.....\n.....\n**.*.\n.*..*\n.**..\n*...*\n**...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n***..\n...*.\n****.\n*.*..\n..***\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n....*\n.....\n.....\n***.*\n...**\n.****\n..*.*\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*...**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....*.\n.*..*...*..*\n..**.*...*.*\n....*....*.*\n.........***\n.***..****..\n*....*....**\n...***.....*\n*.*...***..*\n.........**.\n............\n...*.*......\n...*.*......\n..***...**..\n```\n\n\n## Output without wrap\n\n```\n............\n..****..**..\n..*..*.....*\n.......*.*.*\n.*..*.*..**.\n.*.*.......*\n**.*.*...***\n...*.......*\n..**.......*\n....**....*.\n........**..\n............\n...**.......\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*.*.**\n.*....*....*\n.**..*.....*\n.......*.*..\n....*.*..***\n...*........\n...*.*...***\n.*.*........\n*.**.......*\n*...**.....*\n........***.\n............\n............\n.*...**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n*..*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.**\n....\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........**\n....**...***\n*.*..*....*.\n.****......*\n***.*..*...*\n*..***.**..*\n*...*....*..\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n..........*.\n....**..**..\n...*..*..*..\n....**.**..*\n.*..*...*...\n.*.*......**\n...***..**..\n....*.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n**..**..**.*\n.*.*..*..***\n....**.**.**\n....*...*.**\n...*......*.\n...***..**.*\n....*.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n.......*..\n........*.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*..***\n.**...\n.*.*..\n..**..\n**.*..\n...***\n```\n\n\n## Output without wrap\n\n```\n...*.*\n.***.*\n**....\n.*.*..\n*..**.\n.*....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n****..\n.*...*\n.*.*..\n*..**.\n**...*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.\n*.*....\n.**...*\n**..**.\n.*.**.*\n***...*\n.*.....\n.......\n..*.*..\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.***...\n*......\n..**.*.\n*...*.*\n...**.*\n*..*.*.\n***....\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n*.....*\n..**.**\n....*..\n...**..\n...*.**\n.**....\n.......\n...*...\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n..*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***..*..\n.......*..*\n.*.*.**....\n*..*......*\n....*......\n.*...*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...***.....\n..*.***....\n..*..*.....\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**....\n*.*....*..*\n*.*.***...*\n*.*..*....*\n.....*.....\n..*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.***\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.\n****.**\n******.\n*.*****\n*******\n*******\n.**.***\n*.*****\n**.***.\n*.*.***\n**..***\n.**.***\n.**.***\n```\n\n\n## Output without wrap\n\n```\n*....**\n......*\n.......\n.......\n.......\n.......\n.......\n*......\n*......\n..*....\n*......\n.......\n.**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.....\n......*****\n**.*****..*\n....**....*\n....**....*\n.*.*......*\n*......*...\n```\n\n\n## Output without wrap\n\n```\n.......*..*\n..........*\n........*..\n....*......\n....*....**\n....*......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n........***\n........*.*\n....*....**\n*...*......\n....*......\n.*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n.***.*****\n**********\n*******.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*.\n*....**.\n....*..*\n...*..**\n**...*..\n*.**....\n```\n\n\n## Output without wrap\n\n```\n..*....*\n..**...*\n........\n.......*\n*****.**\n*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*.....*.\n**......\n.*....*.\n***...*.\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*.*..\n..*....\n...**..\n.......\n..**...\n.......\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n..*.*..\n..*.*..\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n..*.*..\n..*.*..\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*...**\n*******..*\n.**.***.*.\n****.*.**.\n..*.**.**.\n..**.*..*.\n**.**.***.\n***...**..\n*******.**\n*****.*...\n*.*..***.*\n..**..**.*\n..*...*.**\n****.*.**.\n```\n\n\n## Output without wrap\n\n```\n*...*...**\n*.....*..*\n........**\n*........*\n.....*...*\n.........*\n*...*...*.\n.........*\n........*.\n.........*\n*.........\n..**.....*\n....**...*\n.***..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......*...\n........*.\n*.........\n.....*....\n..........\n*...*...*.\n..........\n........*.\n..........\n.........*\n..**......\n....**....\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***\n..*....\n.......\n.......\n.......\n.......\n******.\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n.*.*...\n.......\n.......\n..**...\n*....*.\n.....*.\n*..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n*.*....\n......*\n.......\n..**...\n......*\n*....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*.***\n*....**..**.*\n**....***.**.\n```\n\n\n## Output without wrap\n\n```\n.*........*.*\n*....**.....*\n**...****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*....\n.....**......\n.....**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n.*..*..\n*......\n*..**.*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.***.\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n**.****\n**....*\n**.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n*...\n....\n....\n....\n*.*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n.**.\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n****\n****\n....\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........*..\n*.......*....\n........*.*.*\n............*\n.........*..*\n**.....****..\n**...*.......\n.**...*..**..\n```\n\n\n## Output without wrap\n\n```\n.............\n..........*..\n...........**\n........**..*\n...........*.\n.......**..*.\n..*....***...\n.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......****\n...........*.\n.*.........*.\n........**...\n.............\n*......**...*\n.......*...*.\n..*......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**..*\n*..*....***..\n*...***.**...\n*.....*.....*\n*............\n.******......\n**...**......\n*.*..*.*.....\n*....***.....\n*.*..........\n```\n\n\n## Output without wrap\n\n```\n........*.*..\n**..**....*..\n**..***.*.*..\n**....**.....\n*.***.*......\n..***.*......\n*......*.....\n*...*..*.....\n*....*.*.....\n.*....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.*.*\n**..**....*..\n**..***.*.*..\n**....**....*\n*.***.*.....*\n..***.*......\n*......*.....\n*...*..*....*\n*....*.*....*\n*.....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n***.\n....\n....\n....\n....\n...*\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n***.\n....\n....\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.**\n***.\n....\n....\n....\n.***\n.***\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n**.\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*..\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n...*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.....*.......\n..**.**......\n..**.........\n...**........\n.............\n.............\n........*....\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.....*.......\n...**.*......\n...*.........\n.....**......\n...**........\n...*.........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.....*.......\n...**.*......\n...*.........\n.....**......\n...**........\n...*.........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..\n****...*.*\n*..*.**.*.\n.....*..*.\n.*...*..*.\n.*...*..*.\n*.....***.\n*..*...*..\n.***...*..\n```\n\n\n## Output without wrap\n\n```\n**........\n**.*..**.*\n***..**..*\n..........\n....*.....\n**..*.....\n..*....***\n*..*......\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....*\n****.....*\n***..**.*.\n..........\n*...*.....\n.*..*.....\n..*....**.\n...****...\n*.***.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n*.*.......\n**........\n*.**......\n..*.......\n..........\n..........\n..........\n..........\n.**.......\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*.**......\n*..*......\n*...*.....\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......\n*.**......\n*..*.....*\n*...*....*\n.*.*......\n..*.......\n..........\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n....*.\n..**..\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*..*\n*.*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n...*...\n..*....\n.**....\n.......\n.......\n.......\n.*.....\n***....\n****..*\n*..**.*\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.***...\n.**....\n.......\n.......\n.......\n***....\n...*...\n....**.\n*.....*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n...*...\n.***...\n.**....\n.......\n.......\n.......\n***....\n...*..*\n....**.\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*..*..\n.*.*..\n..*.*.\n*.*.**\n**..*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n**..*.\n*.....\n..*...\n*.*...\n**.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n......\n*.*.*.\n*.*.*.\n....*.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.\n*.**..*\n..***..\n...*...\n**.**..\n*.*****\n*.***.*\n....**.\n.*..*.*\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.*****.\n.......\n.**....\n**.....\n*......\n..*..**\n.....*.\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n....*.*\n*......\n.**....\n**.....\n*......\n..*....\n.......\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n.***\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*...\n.***\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n....\n*.*.\n*.*.\n....\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n..*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.***.*\n.*.***\n.*.*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*.*.*\n**...*\n**.*.*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*.*.*\n.*...*\n.*.*.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..*...\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n******\n*****.\n******\n*.***.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n......*...\n......*...\n......*...\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n......*...\n......*...\n......*...\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n......*...\n......*...\n......*...\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.******.**.*\n**.*.*****...*\n..*......*.*.*\n*..**.*.*...*.\n*...****.**...\n.*.*.*.**..*.*\n*.*..*.*....**\n..*..*..****..\n.****.*..*****\n*...*.**.**..*\n```\n\n\n## Output without wrap\n\n```\n**.*......*.*.\n**.*.......*.*\n*.*......**..*\n.*.**.*.*..**.\n***......****.\n****.....***.*\n..**.*.*.....*\n.....*.**.....\n.**.*.*......*\n.**.*.****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.......*..\n.*.*.......*.*\n..*......**...\n**.**.*.*..**.\n***......****.\n.***.....***..\n*.**.*.*.....*\n.....*.**.....\n.**.*.*......*\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*.***\n*....\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*..**\n*.*.*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...*.\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.**.*.\n**..*.*...***\n...*..*...*.*\n**.*......*.*\n....*******..\n.....*.*.**..\n.....*.*.*.*.\n..****.*.*.*.\n*.*.*..*.*.*.\n*.*.*.**.***.\n```\n\n\n## Output without wrap\n\n```\n....*.**.*.**\n...**.*.....*\n...***...**.*\n..**....*.*..\n....**.*.....\n...........*.\n...*.*.*.*.*.\n.**..*.*.*.**\n..*....*.*.**\n.....***.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*....\n*..**.*......\n...***...**..\n*.**....*.*.*\n*...**.*.....\n...........*.\n...*.*.*.*.*.\n.**..*.*.*.*.\n..*....*.*.*.\n....*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n.***....\n***....*\n```\n\n\n## Output without wrap\n\n```\n.***....\n*..**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*.....**\n*.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n**.......\n*.......*\n.**....*.\n.*.....*.\n.*..*.*..\n*....**.*\n......*.*\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n*.*......\n***....**\n**....**.\n**....*..\n......*..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.*.......\n..*.....*\n.**....*.\n**....**.\n.*....*.*\n*.....*.*\n.....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**.*\n.**..*\n.**.*.\n..**.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n.....*\n....**\n.*...*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*****.\n.....*\n....**\n**...*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**.*\n***.*\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.**.\n*.**.\n.***.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.*.*\n.**..\n*****\n*****\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...***.*.\n.**.*.**.*....\n.***..***.***.\n......***.*...\n...*.*..*.*.*.\n..*...........\n....*.........\n....****......\n...*...**.....\n.*.***...*..**\n..*...****.*..\n.......**..*..\n.*...*.***.**.\n**.*.**.*...*.\n```\n\n\n## Output without wrap\n\n```\n...*.*.****...\n.*..*.*.....*.\n.*.*......**..\n...***....*.*.\n......*.*..*..\n...**.........\n...**.*.......\n...******.....\n..**...**.....\n...***...**.*.\n..*****..*.*..\n...........*..\n***.**...****.\n***.***.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....**.*\n.*..*.*.....*.\n.*.*......**..\n...***....*.*.\n......*.*..*..\n...**.........\n...**.*.......\n...******.....\n..**...**.....\n...***...**.*.\n..*****..*.*..\n...........*..\n***.**...*****\n***..**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.*..**\n**..***.****\n******..****\n..***.******\n...*.**.*.**\n*.***.****.*\n*.*.****.***\n***....**...\n*.***.*.*.**\n.****....***\n.*******.**.\n**..***.****\n```\n\n\n## Output without wrap\n\n```\n.**.........\n*.*.........\n............\n............\n............\n.*..........\n.*..........\n**..**......\n**..........\n............\n**..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n....**......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n......**...\n......*.*..\n......*..*.\n.......**..\n..*.*...*..\n..*...*....\n..*.*.*....\n...*.**....\n.....*.....\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n......**...\n.....**.*..\n......*..*.\n.......***.\n...*....*..\n.**....*...\n..*.*.**...\n...*..*....\n....***....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......**...\n.....**.*..\n......*..*.\n.......***.\n...*....*..\n.**....*...\n..*.*.**...\n...*..*....\n....***....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*...\n..*.**.*..\n.***.*....\n*.*....*..\n...*.**...\n.**...*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n..........\n.....*....\n..........\n....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**.\n.....*...*\n..........\n.....*...*\n..*.*****.\n..***.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n....*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***.\n*.****.*\n**.....*\n.....**.\n.**.....\n...***..\n...*.***\n**..*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...*.\n*......*\n****...*\n*.*...*.\n..**..*.\n...*.*..\n..**...*\n....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.***....\n..*...**\n..**..*.\n...*.*..\n*.**...*\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..\n.*******.*.\n...........\n...........\n.*.*.......\n.*..***.*..\n```\n\n\n## Output without wrap\n\n```\n..*******..\n..*******..\n..*****....\n...........\n..*.**.....\n..*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**.\n..*******..\n..*****....\n...........\n..*.**.....\n..*.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*..*.\n....*\n*..*.\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*..*.\n*..*.\n*..*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**....*\n.*......***\n...*....*.*\n........*.*\n.......**..\n.........*.\n...*.......\n......*....\n...*.......\n...........\n*......**..\n..........*\n```\n\n\n## Output without wrap\n\n```\n..........*\n....*...*.*\n.......**.*\n........*..\n.......**..\n........*..\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*...*..\n.......**.*\n........*..\n.......**..\n........*..\n...........\n...........\n...........\n...........\n...........\n.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.*..*\n.*..*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n...*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.*..*\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n........**\n..........\n....*.**..\n.*...**...\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n......*.*.\n......***.\n.....*.*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.........*\n......*.*.\n......***.\n.....*....\n......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**\n*..*....\n**......\n***...*.\n.*......\n.***..*.\n.***....\n.....*..\n........\n*.......\n*..**..*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n........\n..**....\n...*....\n.*.**...\n..**....\n........\n........\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n*.**....\n.*......\n........\n*.**...*\n*..*....\n.*.**...\n..**....\n........\n.*.....*\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.*..\n***..\n*.**.\n*....\n..*.*\n.**.*\n***.*\n**.*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*....\n..**.\n..*..\n.*.*.\n...*.\n...**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.**.\n*....\n*.**.\n*.*..\n**..*\n...*.\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n***.\n*.*.\n***.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n...*\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*.*.\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*..*..\n.*.*.*\n*.*.*.\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n......\n*..**.\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*****\n......\n...*.*\n******\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..\n**.*...\n...*..*\n****.**\n*.*...*\n..*....\n.***...\n..*....\n*......\n......*\n.......\n..**...\n```\n\n\n## Output without wrap\n\n```\n**.**..\n**.*...\n...*.**\n*..****\n*....**\n.......\n.*.*...\n..**...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n**.*...\n...*.*.\n...***.\n.....*.\n*......\n.*.*...\n..**...\n.......\n.......\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**..\n**..*.*\n....*.*\n....*.*\n*..*..*\n.*.*...\n.***...\n.*.***.\n.*.*.*.\n*.*.*..\n```\n\n\n## Output without wrap\n\n```\n**.***.\n**..*..\n...**.*\n...**.*\n..****.\n**.**..\n**.....\n**...*.\n**...*.\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.*..*.*\n...**.*\n...**.*\n*.*****\n.*.**..\n**.....\n**...*.\n**...**\n*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**......\n.....*........\n.......*......\n.....**.......\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n......*.......\n.......*......\n.....*........\n......*.......\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n.......*......\n.....*........\n......*.......\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.*...\n.*.*..\n..*...\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.*.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*..*..\n.*.*..\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n**.\n*.*\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n*..\n*.*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n**.....\n.....**\n.*..*.*\n....*.*\n*...***\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n...**.*\n...**.*\n...**.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*...*.\n.....**\n*..**.*\n...**..\n....**.\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n*.*\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.........\n.......*.*...\n......*....*.\n.....*...***.\n**.*.*...*...\n***...*...**.\n****..*......\n.*...***.*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n......*.**.*.\n....***..*.*.\n*...***..*...\n....***...*..\n...*......*..\n**...***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.....\n.............\n......*.**.*.\n....***..*.**\n*...***..*...\n....***...*..\n...*......*.*\n**.*****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*.****\n*.**..\n....**\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..*..\n.....\n.....\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*...\n.....\n.....\n.*...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n...*\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**......*\n..*.....*.....\n.......*.*.*..\n...*.....*....\n.....*.....*..\n.*...*....*...\n...*..*.......\n.*....*.*.*...\n...*......*...\n.......*..*...\n..............\n```\n\n\n## Output without wrap\n\n```\n.......*......\n.......***....\n.........*....\n..........*...\n....*.........\n...**..*......\n...**..*......\n.......*.*....\n........*.*...\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n.......***....\n.........*....\n..........*...\n....*.........\n...**..*......\n...**..*......\n.......*.*....\n........*.*...\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n............\n............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n.........**.\n.........**.\n............\n............\n............\n............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n.*.*\n....\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n*.......\n*......*\n........\n........\n......*.\n*.....**\n.....*.*\n......*.\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......**\n.....*.*\n........\n.....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***\n.*....*.\n*......*\n........\n........\n........\n.....***\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.*...\n...*..\n.*.*.*\n...*..\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.***..\n.*.**.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.***..\n**.**.\n...*..\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n***..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.*...\n***..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****..**\n*..*..*.****\n..*.***..***\n*...**.*.***\n*.*****.****\n****.*.**..*\n```\n\n\n## Output without wrap\n\n```\n*********..*\n*.......*...\n.*..........\n..*....*....\n*...........\n*....*.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n........*...\n.*..........\n..*....*....\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n.***....\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n**......\n***.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n..*....*\n..*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**\n.......***\n***..*.**.\n.***......\n..........\n.****..**.\n*..*...**.\n***.....*.\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n*.....*...\n*..*..**.*\n*..*......\n....*.....\n.****..**.\n*...*....*\n*.*....***\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n......*...\n*..*..**..\n*..*......\n....*.....\n.****..***\n*...*.....\n..*....**.\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n....*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.****\n.*.********\n***.**..***\n******..***\n*.******.**\n*********.*\n.**.******.\n.**.*...***\n**..****.**\n*****.****.\n...**...**.\n*****.**.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.*.........\n...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n**.**.\n***..*\n```\n\n\n## Output without wrap\n\n```\n*..*..\n.....*\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**....*..*.\n*..**.......**\n..*.*.........\n.**...........\n.***..........\n**.*........**\n```\n\n\n## Output without wrap\n\n```\n..***.......**\n.*...*......**\n..............\n...*..........\n..*...........\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*..\n..*.........*.\n............*.\n*..*.........*\n............**\n*...........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...*.......\n...**......\n...*.......\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...**......\n..***......\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...**......\n..***......\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..**.\n.***.\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.**..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.....*\n...**..**...\n.......**...\n............\n*...........\n...*.*......\n....**......\n..........*.\n..***.....**\n***.*.....*.\n*..**.....**\n*...**......\n```\n\n\n## Output without wrap\n\n```\n.....*.*....\n.....*..*...\n........*...\n............\n............\n....**......\n....***.....\n...*.*...*.*\n....**...*.*\n...*.....*..\n.*.*.*....*.\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n.....*..*...\n........*...\n............\n............\n....**......\n....***.....\n...*.*...***\n....**...*..\n.*.*.....*.*\n.........***\n...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.......\n.......\n.*.....\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*...*\n**....\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*...*\n**...*\n.*....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..***\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.**.**\n******\n******\n```\n\n\n## Output without wrap\n\n```\n.*...*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*...*\n....*\n.....\n.....\n.....\n.....\n.....\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**.**\n**..*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n*...*\n.....\n.....\n.....\n.....\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**\n......*..\n....**.*.\n*.*.**...\n**..*...*\n*.***..*.\n*.*....**\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....**.*\n...**....\n*.....*..\n*........\n*.*.*..*.\n..*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*..\n.....**..\n...**....\n*.....*..\n.........\n..*.*..*.\n..*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.....*.\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**.*.\n**...\n..**.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n..**.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n..***\n..***\n****.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n***.*****.\n.*********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n*.....\n....*.\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n...*..\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n*..*..\n...**.\n...**.\n...**.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n*.*\n***\n***\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.*.*\n...*.\n.*..*\n*..**\n***..\n*.**.\n*..*.\n.***.\n*...*\n**...\n.****\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.**.*\n.....\n.*..*\n**..*\n**.**\n*...*\n*.*.*\n*....\n...**\n..***\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.**\n.***.\n.*...\n.....\n....*\n....*\n*..*.\n****.\n...**\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*****\n*****.\n****..\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n..***\n*****\n..**.\n.....\n..**.\n***.*\n.*...\n.....\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n.....\n*..*.\n**...\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**.*.\n**.*.\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n****.*\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n......\n......\n...*..\n.**...\n..*...\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*...\n.***..\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*...\n.***..\n..*...\n**....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...**.**\n**.*.*.***.\n..***......\n...*.......\n.***.......\n****.......\n*..**.....*\n****......*\n.*.*...**..\n.*.*...**..\n..**...*.**\n***.....***\n*.*......*.\n**........*\n```\n\n\n## Output without wrap\n\n```\n*.*...**.**\n*....*.*.**\n.*......*..\n.*.........\n*...*......\n*..........\n....*......\n*........*.\n...**..***.\n.*.**.*....\n*..*...*..*\n*..........\n..*.....*..\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**...\n*....*.*.*.\n.*......*..\n.*.........\n*...*......\n..........*\n....*......\n.........**\n...**..***.\n**.**.*....\n...*...*...\n...........\n..*.....*..\n..*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n...*.\n....*\n**...\n.**.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n..**.\n.....\n****.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..**.\n*...*\n.****\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n**.\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*.\n........\n.*......\n*.*.....\n*.......\n*.**..*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n*.*.....\n*.*.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*.\n***.....\n........\n*.*.....\n..***...\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****.*.\n*.*.....*.\n..***....*\n..*....*..\n.*........\n......*...\n*....*....\n*.....**..\n.*...**.*.\n```\n\n\n## Output without wrap\n\n```\n..***.**..\n.**.*.**.*\n..**...***\n.**.......\n..........\n..........\n......*...\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*.\n*.*.......\n*.**...***\n.**.......\n..........\n..........\n*.....*.*.\n.*....**.*\n...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*...\n*.....\n*.....\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.*....\n**....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.******...\n..****.*.*...\n****.*...**.*\n..*.**.*.*.**\n```\n\n\n## Output without wrap\n\n```\n.**....*.*...\n.......*.....\n.........*..*\n..*.***.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*..*\n.......*....*\n*........*..*\n.......*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n***.\n*.*.\n*...\n**..\n**..\n**..\n....\n*.*.\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n*.*.\n*...\n....\n..*.\n**..\n*...\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*.*.\n*.*.\n*...\n...*\n..**\n**..\n*..*\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n.***..\n..*...\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n...*..\n......\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n......\n.***..\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n****\n**.*\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.**..\n***.*\n***.*\n..*.*\n.....\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n*.**.\n.....\n.....\n*...*\n..*..\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n....*\n.....\n..*.*\n...*.\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n.**\n.*.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n*.*\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n...**..\n....*..\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...**..\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...**..\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n**....\n.**...\n*....*\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.**...\n*.*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n*.*..*\n..*..*\n**...*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**..*\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*...\n...**.*.*.\n..**.*.**.\n**........\n*......*..\n.*....*...\n.....*...*\n..........\n...*..***.\n```\n\n\n## Output without wrap\n\n```\n...*.*.*..\n....*.*.*.\n.***.****.\n***...***.\n*.........\n......*...\n..........\n......***.\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*.*.\n....*.*.*.\n.***.*****\n***...****\n*.........\n*.....*...\n..........\n......***.\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.*..\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n**..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n.*.*\n*.**\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*..*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n.*.*\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.**....\n.*.*...\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n**.....\n*..*...\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n**.....\n*..*...\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.....\n....*...*.\n.**..*.**.\n*.**.*.*.*\n.*.*.*.*.*\n...*...*..\n....***...\n.......*..\n.....*.**.\n*......**.\n.....*.***\n..*.**.**.\n.*..*.....\n..***...**\n```\n\n\n## Output without wrap\n\n```\n...*......\n..*.**.**.\n.**..*.*.*\n*..*.*.*.*\n.*.*...*..\n..**...**.\n....****..\n....*..**.\n..........\n..........\n....**...*\n...***.*.*\n.*.....*.*\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..*.\n..*.**.***\n***..*.*..\n...*.*.*.*\n.*.*...*.*\n..**...**.\n....****..\n....*..**.\n.........*\n..........\n....**....\n...***.*.*\n.*.....*.*\n*.*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*...**\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*..*\n..**.*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.....*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....**\n...**......\n...........\n...........\n........**.\n...........\n...........\n...........\n.*.......*.\n```\n\n\n## Output without wrap\n\n```\n..*.*......\n..*.*......\n...*.......\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....**\n..*.*......\n...*.......\n...........\n...........\n...........\n...........\n...........\n..*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..****.*..\n...****.*..*..\n*.***..******.\n***.*****.****\n***..**.*...**\n***.*..*.***.*\n****.*.**.*...\n****..*...*.*.\n*..*..*...*...\n.*.**.**..***.\n****....*****.\n****..**.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.........*....\n.........*....\n..............\n..............\n..............\n...........**.\n....**.*.**.*.\n.....*..*.*...\n....*...***...\n....*..***.***\n.....*......*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n...........*..\n....**.*.**...\n.....*..*.*..*\n....*...***..*\n....*..***.*.*\n..............\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*..\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n..*......\n***......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n..*......\n.**......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n..*......\n.**......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*........\n***...*..*.*.\n*.......*...*\n..**.....*..*\n***..........\n**...*...*..*\n......*......\n......*..*...\n......**..*..\n***..........\n***...*.....*\n```\n\n\n## Output without wrap\n\n```\n*.**.........\n*.**.........\n*..*....*****\n*.**.........\n*..*.........\n*.*..........\n.....**......\n.....**......\n.*....**.....\n*.*...**.....\n*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n..**.........\n...*....****.\n..**........*\n...*.........\n..*.........*\n*....**......\n.....**......\n.*....**.....\n..*...**....*\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n*...\n.***\n***.\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*...\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n*.....*\n*.***.*\n....*..\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n.......\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n...**..\n.......\n**.***.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...*.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..**.*\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n...*..\n..*..*\n*.*.*.\n**....\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n*...*.\n*....*\n*.*.*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.**.\n....**\n*.....\n..*...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.***.*.\n.*...*.\n..*****\n......*\n....***\n```\n\n\n## Output without wrap\n\n```\n..****.\n.***.**\n.*.....\n..***.*\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.***.**\n**.....\n*.***.*\n*......\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n**.**\n***.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.**.**\n.*...*\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*.....\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.**.**\n.*...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.....\n*....\n.*...\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...****.\n*....**.**\n*.***.....\n**.....***\n*.**.*..*.\n..*..*.*.*\n*...*.**..\n**.*..*...\n....*..*..\n*.**..**.*\n**..******\n```\n\n\n## Output without wrap\n\n```\n**...*..**\n*.**....**\n*.*****...\n*......***\n*.***.....\n..*..*.*..\n*.***..**.\n**.**.*...\n*...**.**.\n*.**.....*\n******...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**....*.\n..*****...\n.......**.\n..***.....\n*.*..*.*.*\n*.***..***\n**.**.*...\n....**.***\n..**......\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*...\n****\n**..\n..**\n.*.*\n***.\n*.**\n**..\n**..\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n..*.\n*...\n*..*\n*..*\n*...\n...*\n....\n*...\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n..*.\n....\n...*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*..\n*.**.***\n*.**.*..\n```\n\n\n## Output without wrap\n\n```\n..**.*..\n*....*..\n..**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*....*..\n*....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*.**.\n*....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..***\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n........\n........\n........\n...**...\n........\n...*....\n*.......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..\n..***.*.\n*...**..\n*...*.*.\n*.******\n**..*.**\n*.**.***\n```\n\n\n## Output without wrap\n\n```\n.*...*..\n*.....*.\n.*....*.\n*......*\n*.*.....\n*.......\n*.****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.....**\n.*....*.\n*.......\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n**.*\n***.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n...*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n.**.\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.**.\n**.*\n....\n*.*.\n..**\n**.*\n**.*\n*.*.\n...*\n..**\n*...\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**..\n*..*\n*..*\n*..*\n..**\n.*.*\n.*.*\n.*..\n...*\n.*.*\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n****\n....\n.**.\n....\n....\n....\n.*..\n*...\n..*.\n....\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**..\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**..\n..**.*..\n..**....\n*.***.**\n.***..**\n..*.**..\n.**.**.*\n**.*.***\n```\n\n\n## Output without wrap\n\n```\n....**..\n........\n.......*\n....*..*\n.....*.*\n......**\n**.....*\n**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*.*\n.......*\n....*...\n.....***\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n****.\n..*..\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...*..\n.*.*..\n.*..*.\n.*...*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n...**.\n**..*.\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n...*..\n...**.\n.*..*.\n.**.**\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...***\n......**.\n.........\n.........\n.........\n.........\n...**....\n..**.....\n*.*****.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...*.....\n..**.....\n.*...*...\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*..\n.........\n.........\n.........\n.........\n...*.....\n..**.....\n.**......\n*..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n*.....\n..*..*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..*.\n**.**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n**...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n****.\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n*..***\n.*****\n```\n\n\n## Output without wrap\n\n```\n****.*\n*.....\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*\n**.**..**\n*****..*.\n```\n\n\n## Output without wrap\n\n```\n*.**...**\n....*..**\n*...*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*..*.\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.....*\n.*...**.*....\n*...**.......\n.*....*..*...\n.***.....****\n.****....****\n**.*..*.....*\n```\n\n\n## Output without wrap\n\n```\n.....***.....\n....*..**....\n*******.*....\n..**.*..*....\n**......***..\n**..**...*.*.\n...**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n............*\n.******.*....\n.***.*..*..**\n*.......*****\n.....*...*...\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*****\n*.*.*\n.**..\n***.*\n.*.*.\n*****\n*.***\n***.*\n****.\n****.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n*...*\n.....\n*....\n.....\n*....\n.....\n....*\n....*\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n..*..\n*..**\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n..*.*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*...*\n..***\n.*..*\n...*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n..*.*\n.****\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*..*\n*...*\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n**..*\n.....\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....**\n*.*.....**\n.****...*.\n..*..****.\n.**..***..\n****..*...\n.**.......\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..**....**\n*...*..*..\n....***...\n........*.\n*...*...*.\n*..*.***..\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n....*..*..\n*...***...\n........*.\n*...*...*.\n*..*.***..\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n..*.**.\n*..**..\n***..**\n...***.\n****.**\n.......\n..**...\n.*.**..\n*.*..**\n***....\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.*****.\n.******\n*....**\n**.....\n*..*.**\n..****.\n.*.....\n..*....\n.**....\n*..***.\n*......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.**....\n*.....*\n**.....\n...*...\n.*****.\n.......\n..*....\n***....\n...**..\n**...**\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*\n**......*\n**......*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.......\n..*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..***\n.***..***\n.***..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n****\n****\n****\n****\n***.\n****\n****\n****\n****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*...*.\n*.....\n***...\n......\n..*..*\n*...*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n.*....\n...**.\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n**....\n*....*\n*....*\n**.***\n*..*..\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n...*.\n.*.*.\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.**...\n*.**.*\n.*...*\n.***..\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.....\n*..**.\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n...***\n.....*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n**.**\n*.**.\n.*.*.\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n**.**\n*...*\n*....\n.*..*\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n**..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........\n.**.........\n..*.........\n```\n\n\n## Output without wrap\n\n```\n.**.........\n*..*........\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n.**.........\n..*.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n**....\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*....\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****\n***.***\n******.\n..**.**\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n***.**\n*....*\n.*****\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n*.**.*\n*.....\n**.*.*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..**..\n......\n.*.*.*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n**.***\n******\n**..**\n******\n*...**\n*****.\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.....*\n*..**.\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*..*..\n*...*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n**..*\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n.*...\n.*..*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n***..*\n******\n***.**\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.**\n****\n****\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*.*.\n....\n....\n....\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n....\n....\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n**..*\n.**.*\n*****\n..***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.*..*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*...**\n......\n...*..\n...*..\n*.*...\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n....**\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*..*..\n*...*.\n...**.\n..*.*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n...*....*.\n....*...*.\n**.*.....*\n*..*......\n..........\n..*.......\n........**\n..**....*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n.*........\n.....*....\n*...*.....\n*.........\n.*........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n.**..*....\n*....*....\n....*...*.\n.........*\n**........\n..........\n..**....**\n..*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.****.\n....*.....\n**.**.....\n.....*...*\n****.***.*\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n.......*..\n...***.*..\n..*....*..\n....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**.\n..*..****.\n...***.***\n.....*..*.\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**....\n.**.***.*\n*..*..*.*\n*..*.....\n.**......\n....**...\n...****..\n....**...\n****.****\n.***.*...\n```\n\n\n## Output without wrap\n\n```\n.****....\n***...*..\n*..*..*..\n*..*.....\n.****....\n..*...*..\n...*..*..\n.*.......\n*......*.\n*..*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n.**...*.*\n...*..*.*\n*..*....*\n.****....\n..*...*..\n...*..*..\n**......*\n*......**\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.......\n...*.........\n...*.*.......\n...*.*.......\n.............\n.......*.....\n........**...\n**.....*.....\n.............\n.............\n....**.......\n```\n\n\n## Output without wrap\n\n```\n....*........\n...*.*.......\n..**.........\n.............\n.............\n........*....\n.......**....\n........*....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.......\n...*.*.......\n..**.........\n.............\n.............\n........*....\n.......**....\n........*....\n.............\n.............\n....**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.\n.*......\n*.......\n.....*.*\n.*.*.**.\n*..*.**.\n***..*..\n**...*..\n..*.**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...**...\n.***....\n.***.**.\n.***..*.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n...**...\n*......*\n*......*\n*..**...\n..**....\n.***.***\n.......*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***...\n.....**...\n....*.*...\n....***...\n*....*....\n**.......*\n.*........\n..........\n*........*\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n.......*..\n....*..*..\n....*.*...\n**..***...\n**........\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n.......*..\n....*..*..\n....*.*...\n**..***..*\n.*.......*\n.*........\n*.........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*\n.......*.\n.....**.*\n**...**.*\n........*\n....*..*.\n.......*.\n.*..***..\n*....*...\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....*..*\n.....*..*\n.....**.*\n.....**.*\n.......**\n....*..*.\n....***..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n.....*..*\n.....*..*\n.....**.*\n.....**.*\n.......**\n....*..*.\n....***..\n*...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....*..\n....**...*...\n.....*...*..*\n.....*...*.*.\n.....*....*..\n```\n\n\n## Output without wrap\n\n```\n....**.......\n....***..**..\n.....**.**...\n....***..*.*.\n..........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..**..\n....***..**..\n.....**.**...\n....***..*.*.\n....***..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n**.....*.\n.......**\n***.....*\n...*...*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.**...***\n..*...*.*\n...*...**\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n*........\n..*...**.\n*.**.....\n*..*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.**\n*.*.\n....\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n..**\n..**\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*.*.\n*.*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n*.....**\n....*.*.\n........\n....*...\n....*..*\n.*......\n*.*..***\n*.**...*\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n......**\n........\n.....*.*\n.....*..\n........\n........\n.**....*\n...**..*\n.....*.*\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n*...*...\n.....*..\n.....**.\n........\n........\n..*.....\n...**...\n*....*..\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n**.\n***\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n..*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.....*.*..\n.....****.\n..........\n.***..**..\n*..*......\n.**..**...\n.....**...\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n....**...*\n.****.***.\n.*...**...\n*.........\n.**....*..\n....*.*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......**.\n....**...*\n.****.***.\n.*...**...\n*.........\n.**....*..\n....*.*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.....\n.*........\n.*.......*\n*........*\n.......***\n****....**\n....*.....\n```\n\n\n## Output without wrap\n\n```\n***.......\n..........\n**........\n*.........\n..**......\n*.......*.\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****......\n.*........\n*.........\n..........\n..**......\n****....*.\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*......\n.*....*\n..*....\n.*.*..*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*......\n**.....\n.**....\n***....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n*...*....*\n....*.*.*.\n.....*....\n....***...\n.....*....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.....*....\n....*.....\n.......*..\n....*.*...\n....***...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.....*...*\n....*....*\n.......*..\n....*.*...\n....***...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n..**.\n.****\n**.*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n*...*\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n*....**\n..*....\n...*...\n....*..\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n**...*.\n*.....*\n.......\n.......\n.......\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n..*.\n....\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n*.**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n...***..\n.....**.\n.....*.*\n*...*.**\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n...*....\n...*.**.\n........\n....*..*\n....**.*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n...*.**.\n........\n*...*...\n....**..\n*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n...*.*\n*..*..\n*....*\n....**\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*.*\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.***.\n*...*\n.***.\n.*.*.\n*...*\n*...*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n*...*\n**.**\n**.**\n**.**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.*.*.\n.*.*.\n.*.*.\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*...*.\n*...*.\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n......\n......\n......\n*...**\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*....\n......\n.....*\n...***\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*..\n..*.*\n.*..*\n.*...\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n..*..\n.***.\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n..*.*\n.***.\n.*..*\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**.\n.**..**.\n.**..**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.******.\n*..**..*\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.\n.**..**.\n.**..**.\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n.**\n*..\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.*....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n**...*\n.**...\n..*...\n```\n\n\n## Output without wrap\n\n```\n*.*...\n......\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n..*...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**.\n..*****.**\n..***.*..*\n...*****.*\n.......**.\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..*.******\n.*....*..*\n.........*\n..*......*\n....**...*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**....\n.*....*..*\n*........*\n..*......*\n....**...*\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n..*\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*..\n..*\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n..*\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n***....\n..*..**\n.....**\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n***....\n*.*....\n..*..**\n....*..\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n*.*...*\n..*..*.\n*...*..\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.**....\n***....\n**.....\n.......\n......*\n.......\n.......\n....*..\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*....\n.......\n*.*....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*....\n.......\n*.*....\n*......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n.....*\n.....*\n..*..*\n..****\n......\n......\n......\n.*.*..\n.*..*.\n.*.*.*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n..*..*\n..****\n...**.\n......\n......\n..*...\n**.**.\n.*.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n*...**\n*.*..*\n..****\n...**.\n......\n......\n..*...\n.*.**.\n**.**.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*..*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**\n*.....****\n...*.**.*.\n.**.*....*\n*..**.***.\n.*.*..**.*\n*...**.***\n```\n\n\n## Output without wrap\n\n```\n.........*\n.....**...\n.******...\n.**......*\n*...*.*..*\n****.....*\n....**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....\n*....**...\n.******...\n***......*\n....*.*...\n.***......\n.*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n*.*.......\n*.***....*\n**.*****..\n.....*..*.\n*.....*.**\n*.....*..*\n......***.\n.......*..\n......**..\n....**.*..\n....*..*..\n.....**...\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.*.......\n*.....*...\n**....***.\n**......**\n.....**.**\n.....**..*\n......*.*.\n..........\n.....*.**.\n....**.**.\n....*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n*.*......*\n......*..*\n**....***.\n.*......*.\n*....**.*.\n*....**...\n......*.**\n..........\n.....*.**.\n....**.**.\n....*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n....\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*.*..*\n.*.***\n***.**\n***.*.\n***.*.\n.****.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n...***\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**...*\n.*....\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n***..\n..*..\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n*....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.*..\n*....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n*...*....*\n..........\n..........\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n*...*.\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n.....*\n**.**.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*..\n*.....****.\n*.....*.**.\n```\n\n\n## Output without wrap\n\n```\n.....***...\n.....**.**.\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*...\n....*..*...\n....*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n***.\n*.**\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*..*.\n***......**..\n*..*......**.\n*..*.....*..*\n**.*....*...*\n*.*....*.**.*\n*.*....*.**.*\n```\n\n\n## Output without wrap\n\n```\n*.*......**..\n*.**.....*...\n*..*.......*.\n*..**....**.*\n*..*....*.*.*\n*.**...*..*.*\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*..*.\n*.**.....*...\n...*.......*.\n...**....**..\n...*....*.*..\n..**...*..*..\n..**...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n*.....\n.*...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n*..**\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..*.\n...*.\n*..**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....*\n..**....*.\n*.*.....**\n.**.....*.\n..*......*\n..*.....*.\n.......*..\n*...***...\n*....*....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n.*.*...***\n.*.....*.*\n..**......\n..**...***\n......*.**\n....*..*..\n....*.....\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n*...*..**.\n*......**.\n.***......\n..**...***\n......*.**\n....*..*..\n....*.....\n....*.*...\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*....*\n.*****\n*..***\n**.*.*\n.**..*\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*...*\n***...\n*.....\n*..*.*\n*..**.\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.*....\n.**...\n......\n...*..\n...***\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n*...*..\n*...*..\n.*.*...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.**..\n**.**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.**..\n**.**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n.*.*\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*...\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n.****.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n**..**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n***..\n..**.\n*.*..\n*.*..\n.....\n....*\n*..**\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n**.*.\n...*.\n.....\n.....\n.....\n....*\n.*...\n.*..*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n*....\n*...*\n.....\n....*\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n....*\n...**\n.*.*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n..*..\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n..*\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n..**\n.*..\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n.*.*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n..***.\n.*.*..\n.*.*.*\n.....*\n......\n**..*.\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n....*.\n.*....\n......\n....*.\n......\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n....*.\n**....\n......\n*...*.\n*....*\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n..*.*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n..*.*\n...*.\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n..*.*\n...*.\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n.....\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.....\n.....\n*****\n.....\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n......*\n.......\n.......\n.*.....\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n....*.\n......\n......\n......\n......\n*....*\n......\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..\n..*....\n.......\n.......\n.......\n.......\n.......\n.**....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n.*.*...\n..*....\n.......\n.......\n.......\n.*.....\n*.*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n.***...\n..*....\n.......\n.......\n.......\n.*.....\n.**....\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n.*****\n*.*.*.\n******\n*.****\n.*****\n**..**\n******\n...***\n**..**\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*....*\n*.....\n*.....\n*.....\n......\n......\n*.....\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n.*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.***\n****.\n*.**.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n*....\n*...*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n.....\n*....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.**.\n.******..*\n***.******\n.*.*.*.***\n*********.\n.*********\n.*.**.*.**\n*******..*\n.**.*.**.*\n.*********\n****.****.\n```\n\n\n## Output without wrap\n\n```\n**.*.*.**.\n.........*\n*.........\n..........\n*.........\n..........\n..........\n*........*\n.........*\n.........*\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*****\n.*..***.**\n******..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.**....*.*\n.**....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n.....*..\n.....**.\n.....***\n......**\n........\n...*.*.*\n*****.*.\n.*.***..\n*...**.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n......*.\n....**.*\n***..***\n***..**.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****\n....**.*\n........\n......*.\n......*.\n....**..\n.**..*..\n.**..*..\n.*....*.\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*..*.*\n..***...*..\n..*.**.....\n*..***.*..*\n*.*...***..\n*.**...**..\n...*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.....*.\n.........*.\n.**...*....\n..*....**..\n*.*..*...*.\n..***...*..\n..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*...*.\n*........*.\n.**...*....\n*.*....**.*\n*.*..*...*.\n..***...*..\n...*..*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n....\n*.**\n*..*\n...*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*.*\n.*..\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n....\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n**.*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n**.*.\n**.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.....*.*.....\n.....*.......\n.*....**....*\n.............\n.*..........*\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n......*......\n.....*.*.....\n......*......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n......*......\n.....*.*.....\n......*......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...*.\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n.*....\n*.**.*\n.***.*\n*.....\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.....*\n*....*\n.....*\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n..........\n.*........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.**..\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*.*..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n*.*..\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*.***\n**...\n*****\n****.\n**..*\n```\n\n\n## Output without wrap\n\n```\n**..*\n....*\n.....\n....*\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...**\n....*\n.....\n.*...\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n*...\n*.*.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.......\n***..*.\n.*.****\n***..**\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.**..\n.....**\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n....*..\n...**..\n*......\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.......\n...*.*.\n...*...\n*..*.*.\n**..*..\n*.**...\n..**.**\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*.*..\n....*..\n*...*..\n*.***..\n....**.\n...**..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n...**..\n..*.*..\n....***\n....***\n..****.\n*...**.\n....*.*\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n***.*.\n.*....\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*..***\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n...**.\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..*..*\n*..***\n...*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..**..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.....\n*.**.*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**..\n.*..*.**.\n.***..*..\n..*****..\n...*..*..\n..*......\n.***.....\n```\n\n\n## Output without wrap\n\n```\n..******.\n.*..*..*.\n.*.......\n.*....**.\n......*..\n.*.......\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.*..*..*.\n.*.......\n.*....**.\n......*..\n.*.......\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**....*..\n..........**..\n.*........**..\n.**..***..**..\n```\n\n\n## Output without wrap\n\n```\n...........*..\n.**.......*.*.\n*..*......*.*.\n.**.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*........**.\n*..*..*....***\n*.*...*....**.\n*....*.**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*..***\n**..**\n**.*..\n*..**.\n```\n\n\n## Output without wrap\n\n```\n****.*\n......\n.....*\n...*.*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*..\n..****.*.*\n...**.**..\n.....**.**\n*..*.*...*\n..........\n```\n\n\n## Output without wrap\n\n```\n...*.*..*.\n..*....*..\n..*......*\n...*....**\n....***.**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..*.\n..*....*..\n..*......*\n*..*....**\n*...***.**\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*..*..\n......\n*.....\n..*...\n*.....\n.....*\n....**\n...*..\n...*..\n..***.\n***..*\n..**..\n...***\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n......\n......\n....**\n...*.*\n....*.\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n......\n......\n......\n*....*\n*...*.\n*..*..\n....*.\n....**\n*...*.\n*...*.\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..**\n...***..*\n*...**...\n*........\n*.*......\n```\n\n\n## Output without wrap\n\n```\n..*..*.**\n..*...***\n...*.*...\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*.**\n*.*...***\n*..*.*..*\n*.......*\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**\n*..***...\n...*.*.**\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n...**....\n..**.*...\n..**.*.*.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*****\n*.**.*...\n..**.*.**\n..**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*.*.\n*......*..*.\n........*.**\n...*.*...*..\n.........*..\n...***.*.*..\n...*..*.*...\n.*.***......\n```\n\n\n## Output without wrap\n\n```\n.........*..\n.......**.*.\n........*.**\n........**..\n...*.**..**.\n...*****.*..\n......***...\n..****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....*.*\n.......**.*.\n........*.**\n........**..\n...*.**..**.\n...*****.*..\n......***...\n...*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.*..*.\n..**.*..*..**\n...**...*..*.\n........*..*.\n*.......*..*.\n*.....*.*....\n*...*.*......\n.*..*........\n**.**........\n*..........*.\n```\n\n\n## Output without wrap\n\n```\n..***..*...**\n..*..*..*****\n..***..*****.\n.......******\n........**...\n**...*.......\n**.....*.....\n.**.*........\n*****........\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*..**.\n..*..*..*****\n..***..*****.\n.......*****.\n........**...\n**...*.......\n**.....*.....\n.**.*........\n*****.......*\n*****........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n...*.\n.*...\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n*.*..\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...**\n*****\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n***\n.**\n***\n**.\n***\n.**\n***\n***\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.....\n.**......\n.........\n.........\n.........\n....*.*..\n....*..*.\n*....***.\n**.*...*.\n*........\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**......\n.........\n.........\n.........\n.........\n....*..**\n**..**.**\n..*...***\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....\n.**......\n.........\n.........\n.........\n.........\n*...*..**\n.*..**.*.\n..*...*..\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*...\n...**.**..\n...*.**.*.\n....**....\n****.*.*..\n..**.**...\n**.*.*..*.\n....*...*.\n..........\n```\n\n\n## Output without wrap\n\n```\n...*......\n..*.*.....\n..*.......\n..*.......\n......*...\n..*.**.*..\n.....*.*..\n....***...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...\n..*.*.....\n..*.......\n..*.......\n*.....*.*.\n..*.**.*..\n.....*.*.*\n*.*.....*.\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n......\n.....*\n..*..*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n....*.\n......\n..**..\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...***\n...**....**\n..**.......\n..**.....*.\n..**...**..\n........*..\n*.***..*..*\n....**..**.\n*........*.\n*...**.....\n...*...*...\n```\n\n\n## Output without wrap\n\n```\n...........\n........*.*\n........*.*\n..**...*..*\n.****..*...\n.....**..*.\n..**..**..*\n...*.***..*\n....**..*.*\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.*\n*.......*.*\n*.......*.*\n..**...*..*\n.****..*...\n.....**...*\n.***..**..*\n*..*.***...\n*...**..*..\n....*.....*\n*..**...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*....\n.***.\n....*\n...*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*****\n*****\n....*\n*..*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.**..\n..*..\n..*..\n*....\n***.*\n.****\n*..**\n.....\n.**..\n..*..\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*...\n*.**.\n.*.*.\n.....\n.*.*.\n*..*.\n*....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..***\n..*..\n**...\n*****\n...**\n.....\n...*.\n...**\n....*\n.**..\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n.*.*..\n*.***.\n...*.*\n...*.*\n**..**\n```\n\n\n## Output without wrap\n\n```\n**.*..\n......\n.*....\n.....*\n..**.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.....*\n**...*\n*....*\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****...\n**.*.**.*\n*.**.**.*\n.*.*.....\n***......\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.***.**..\n*........\n*..*.**..\n...**....\n*........\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..\n........*\n...*.**.*\n...**...*\n*........\n*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.........\n...*.*.*...**.\n..**..*......*\n.*.*......*...\n*......*...**.\n.*.*..........\n**....*...*.**\n```\n\n\n## Output without wrap\n\n```\n...***........\n..**.**....**.\n...*.**......*\n**........*...\n*..........*..\n..............\n*.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.......\n..**...*...***\n**.*.**.......\n.*........*...\n...........*..\n.............*\n..**.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**.*\n....*\n*...*\n*..*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n.*..*\n...**\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.*..*\n*..*.\n*.**.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**..\n*...*...\n.*..*...\n.*......\n*...*...\n*.**...*\n.*....*.\n.*.****.\n***...**\n```\n\n\n## Output without wrap\n\n```\n....**..\n**.**...\n**......\n**......\n*.**....\n*.**....\n**....**\n...**...\n*****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.\n**.**...\n**......\n**......\n*.**...*\n*.**...*\n.*....*.\n...**...\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***.**\n..*.*.\n......\n....*.\n******\n```\n\n\n## Output without wrap\n\n```\n.*....\n.**.**\n..*.**\n...*..\n.**.**\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***.**\n*.*.*.\n...*..\n***.*.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n*......**\n*......**\n.........\n*...****.\n*.....***\n*...*....\n....*.*..\n*..*...*.\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......*..\n......***\n......*.*\n....**.**\n.....*.*.\n...*.....\n..*..*...\n.....*...\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n......**.\n......*.*\n**....*..\n*...**..*\n**...*..*\n**.*....*\n..*..*...\n.....*...\n.**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n...*\n*.*.\n....\n.*..\n...*\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.***\n...*\n.*..\n....\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n..**\n***.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n*..*\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*.*\n...*\n....\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.....*\n..***.\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n...**.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n..*.*.\n...**.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*..**\n.**..\n.....\n.*..*\n*.**.\n**.*.\n...*.\n**..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n....*\n.*...\n*...*\n*....\n*...*\n*....\n**...\n**...\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n...*.\n**..*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n.*****\n**...*\n```\n\n\n## Output without wrap\n\n```\n*.....\n.....*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n****.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*.*.\n...**\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*\n.*..*...\n*.......\n.*.**...\n...**.*.\n*.....**\n**.....*\n```\n\n\n## Output without wrap\n\n```\n........\n*..*....\n*....*..\n......*.\n.......*\n*..**...\n**...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n........\n*....*..\n*......*\n......**\n**.*****\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n....*\n..**.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*****\n**...\n***..\n..***\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n.....\n*....\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n...**.**.\n.*.**.*..\n**..**.**\n***......\n**..*****\n*....*.*.\n....**.**\n```\n\n\n## Output without wrap\n\n```\n...***.*.\n.****...*\n.**.....*\n.*******.\n..*.....*\n..*.*....\n.*.*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n..***..*.\n..*.....*\n..******.\n..*.....*\n.**.*....\n...*...**\n*...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n****\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n..*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****........\n*.*.*........\n***.*.......*\n*..***.......\n*.**.**.....*\n...*.**.....*\n..*......*...\n```\n\n\n## Output without wrap\n\n```\n.**.*........\n*...**.......\n*.*..........\n*.....*......\n.**..........\n.*.*.**......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n....**......*\n..*.........*\n......*......\n***.........*\n**.*.**.....*\n.*...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****...*\n.........\n.........\n.......**\n*.....*..\n***...*..\n*..****.*\n.......**\n.......**\n...****.*\n*..*....*\n....*...*\n.......*.\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.....\n.........\n.......*.\n*.....*..\n*.***.*..\n*.*****.*\n....**...\n....**...\n...****.*\n...*....*\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**.....\n.........\n.......**\n*.....*..\n..***.*..\n..*****..\n....**...\n*...**...\n...****..\n*..*....*\n*......**\n*.*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n..*.*\n**...\n.....\n**..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.*..*\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.*..*\n**...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n...*........\n..*...*.....\n...*........\n......**....\n.....*...*..\n......*...**\n*..........*\n*.......*..*\n.........*.*\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..**........\n......**....\n......*.....\n.....*.*..*.\n..........**\n...........*\n...........*\n.........*.*\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n..**........\n......**....\n......*.....\n.....*.*..*.\n*.........**\n............\n............\n*........*.*\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.*..\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**\n.....**\n...*..*\n.*.***.\n**.*.*.\n**.....\n....**.\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...**.*\n.******\n.*.*.**\n...*.*.\n***.*..\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n*..***.\n*.***.*\n**.*.*.\n*..*.*.\n***.**.\n*.*...*\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***.\n.*.**...\n*****..*\n.*...***\n**..**..\n*.*..*.*\n.*...*.*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.*...**.\n......**\n.*....**\n...*..*.\n*.**....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n.*....*.\n......**\n........\n...*....\n*...*.*.\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n.*.*...\n....**.\n*...***\n.*.....\n***..**\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n..****.\n....*..\n.**...*\n......*\n.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n**.....\n*****.*\n**..***\n..*....\n.**...*\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n..**...*\n.***....\n...****.\n....****\n*..*....\n*...*...\n...*..**\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*.***..\n.....**.\n.......*\n......**\n...**...\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...**\n*.***..*\n*....**.\n*......*\n*.....**\n*..**...\n*.*..*..\n*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*.\n*..*..***\n...*...*.\n....*...*\n.*..*....\n.*..*....\n.*..***..\n..**..*.*\n***...***\n```\n\n\n## Output without wrap\n\n```\n...*.**.*\n..*.*.*.*\n.......*.\n..*......\n.*...*...\n**....*..\n.......*.\n*...*.*.*\n.****..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***...\n..*......\n.........\n..*......\n*....*...\n......*..\n.......*.\n..***.*.*\n*.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*....\n**...\n*..*.\n*..**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.**.\n...*.\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n.**..\n*..*.\n.*.*.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n**.\n***\n.*.\n.*.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n...\n..*\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n.....**...\n..........\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n......*\n*.....*\n.......\n..**...\n..**...\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n..**...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n*....*.\n.......\n.......\n..*.*..\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n.........\n....*....\n...***...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...***...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n.........\n...***...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.....\n*.*.......\n.*.***....\n..........\n..**.*....\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n.*........\n*...*.....\n.*****....\n..........\n.*.**.....\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***....*\n*........*\n.*****....\n..........\n.****.....\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n*.*...\n......\n...**.\n.....*\n..*..*\n..*..*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n...*..\n....*.\n...*.*\n....**\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..**..\n...*..\n....*.\n...*.*\n*...**\n******\n**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....\n.*..*....\n..**.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.*..*....\n..**.....\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.*.*.....\n.*..*....\n..**.....\n..**.....\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n..***.\n.**.**\n...***\n.**.**\n**....\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n*.*...\n*..*..\n...*..\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*....*\n**....\n*.*...\n.*.*..\n...*..\n.....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n***....\n*..****\n.*.....\n.*...*.\n*......\n.....**\n*.....*\n.**.*..\n**..*.*\n```\n\n\n## Output without wrap\n\n```\n..**...\n*......\n*..***.\n***...*\n**.....\n.....**\n.....**\n.*....*\n..**...\n****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n*......\n...****\n.**....\n**.....\n*....*.\n.....*.\n**....*\n..**...\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n....**\n....*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...***\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n...***\n.....*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n*...*....\n*...*.*.*\n*.*...*.*\n*...*..*.\n...*....*\n....*.**.\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*..*.\n**.**...*\n...*....*\n..**.....\n...*....*\n....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****\n......***\n....*....\n...**....\n*..*...**\n..**.....\n...*....*\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****\n**.****\n*.*****\n***.*.*\n```\n\n\n## Output without wrap\n\n```\n**.*..*\n.......\n.......\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n*..\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n***.****\n.******.\n********\n***.***.\n..***.**\n..**.*.*\n****.***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n......*.\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*...\n.*...*...*...\n*....***..*..\n```\n\n\n## Output without wrap\n\n```\n.........*...\n....***..*...\n....***..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**...*.\n...*..**...*.\n...*..**...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...*.....\n..*****.*\n...***...\n.........\n.....*...\n.*...*...\n.**......\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n.**..**..\n.....**..\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n.**..**..\n.....**..\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.**.\n...*\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n*..*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n****\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n...*.*..*\n..*..*.*.\n.....**..\n..*...***\n.*.*...**\n.**....*.\n..*......\n..**.*...\n```\n\n\n## Output without wrap\n\n```\n....**...\n...*.*.*.\n.....*.*.\n.....*..*\n..*..*..*\n.*.*.....\n.*.*...**\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..\n...*.*.*.\n.....*.*.\n.....*..*\n*.*..*..*\n.*.*.....\n**.*...**\n.........\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.****\n****...*.*\n*.**.**.**\n.....*.***\n*..*.*.**.\n*****..***\n**..*.***.\n.*.......*\n*.***.*.**\n**.*******\n***....*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n**....*...\n*..*......\n**.*.**...\n.*.*......\n......*...\n....*.*...\n....*.**..\n.....*....\n.*.****...\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...*......\n...*.**...\n...*......\n......*...\n....*.*...\n....*.**..\n.....*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n..***...\n.....*.*\n....*.**\n*......*\n*.....**\n........\n........\n........\n....**..\n...**...\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...*....\n...**...\n.....*.*\n.....*.*\n.....*..\n......**\n........\n........\n........\n...***..\n...*.*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*....\n...**...\n.....*.*\n.....*..\n.....*..\n*.....*.\n.......*\n........\n........\n...***..\n...*.*..\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.....\n.....\n.....\n.....\n.....\n.....\n..*.*\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.********.\n*..**.****\n****.***.*\n******.**.\n**.**.****\n**.*.*****\n****.****.\n**********\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*......**\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...**.*..\n**...*.*.****.\n*****.*.*..*.*\n**.*...*.****.\n**....*.*.**.*\n***...***..**.\n.**.**.***.**.\n.*.**..***....\n***.**..*..***\n*..*.*.**.***.\n```\n\n\n## Output without wrap\n\n```\n........**.**.\n*....***......\n...****......*\n...****......*\n......*......*\n...*.........*\n....**.....**.\n.............*\n*....*.......*\n*.**.******..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**........\n.....***......\n...****.......\n...****.......\n......*.......\n...*..........\n....**.....***\n..............\n.....*........\n*.**.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*..*..*\n*......\n.*...*.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n..*..\n*.*.*\n*...*\n**...\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n...*.\n**...\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*..\n...**\n*...*\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n..*.......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..**......\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n...*.\n...*.\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n**..**\n*...*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n...***\n**.*.*\n**.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n******\n.*....\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n...*\n*..*\n..*.\n...*\n..**\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n...*\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n*.**\n*.*.\n...*\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*\n*..**...*\n*****.**.\n**.......\n**.......\n....*....\n...**....\n....*....\n..**.....\n..**...*.\n.........\n.........\n...*.**..\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.*...\n....*....\n....*....\n..***....\n..**.*...\n..*..*...\n..*......\n.**.*....\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n......**.\n....*....\n....*....\n..***....\n..**.*...\n..*..*...\n..*......\n.**.*....\n..**.....\n.........\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*..**.\n*...**\n....*.\n...***\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*..*....\n***..**.....*.\n*..*....*.....\n....**....*...\n.*......*....*\n*..*.......*..\n......*..*....\n....*.......*.\n.......*...**.\n```\n\n\n## Output without wrap\n\n```\n*.....*.......\n*.******......\n*.**..*.......\n....*....*....\n....*.........\n..............\n..............\n...........**.\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**...**.\n*.******......\n*.**..*......*\n*...*....*....\n*...*.........\n*.............\n..............\n...........**.\n.....*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n.*...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*...\n.*...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**..**.\n.*...*......\n..*.........\n**...*....**\n*...........\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n.**..**.....\n*.*.........\n..*.........\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..*....\n***..**.....\n..*........*\n.*........**\n.....**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...\n........\n........\n........\n**.**...\n**......\n```\n\n\n## Output without wrap\n\n```\n...*....\n...*....\n........\n........\n***.....\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n...*....\n........\n........\n***.....\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*.\n........\n.*.*....\n*.*.....\n*......*\n......*.\n*.......\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n...*....\n.***....\n........\n*.*.....\n.*......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.**..\n*.......\n..*....*\n........\n**.....*\n........\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n**.*.\n*..**\n****.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*....\n....*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n....**.*.\n....**.**\n*....*.**\n**.****..\n**...*.*.\n**..*.*.*\n.*.......\n.*.....**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.**......\n.***...**\n..**...**\n.***..***\n.**...**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n......*.*\n.........\n.**......\n..**.....\n..**...**\n.***..***\n.**..*...\n**...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..*\n.**.***..\n.*...**..\n...*.....\n......*.*\n....*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.**.*..\n.*...*.*.\n.*.***...\n....**.*.\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n*...*...*\n**.***..*\n....**.*.\n....*...*\n**.***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.\n.*....**.\n.*..*.*..\n...*.....\n......*..\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n......**.\n***..***.\n..*..***.\n.....*...\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n***..***.\n..*..***.\n.....*...\n.....*...\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..***\n....*..**\n....*.*.*\n****..*.*\n**.*..**.\n*.*.*.*.*\n*.***..**\n*.**...**\n*.*......\n```\n\n\n## Output without wrap\n\n```\n..**..*.*\n..*.*....\n.**.*.*.*\n*..**.*.*\n....*.*.*\n*...*.*.*\n*...***..\n*...*..**\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*..\n..*.*....\n.**.*.*..\n...**.*..\n....*.*..\n....*.*..\n....***..\n....*..*.\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n......\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n......\n*.**.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....**\n......*.....\n......*.....\n.*..*.......\n..*.........\n..*.........\n..***.....*.\n```\n\n\n## Output without wrap\n\n```\n............\n.....*......\n.....*......\n............\n.***........\n.**.........\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....**\n.....*......\n.....*......\n............\n.***........\n.**.........\n..*.*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n.......*\n........\n.......*\n.....*.*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n........\n........\n......*.\n*......*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*..\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...**..**\n.*..*......*.\n*....*.**.**.\n*....*.*...**\n.****..*...*.\n```\n\n\n## Output without wrap\n\n```\n.****........\n......******.\n**.....***...\n*......**...*\n.*..***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...******.**.\n...**.*....*.\n**.....***...\n*.**.*.*.*...\n...**..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n*.*....\n...*...\n...*...\n....*..\n.....**\n......*\n.......\n.....*.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.***...\n.......\n.......\n..*..*.\n...*..*\n.......\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.......\n.......\n..*..*.\n...*..*\n.......\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**\n*......\n.......\n.......\n..*....\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.\n*.....*\n.......\n.......\n.**....\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.\n..*.***\n.*****.\n..*****\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n*.*..*.\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****...***\n..**.....**.\n.**......*..\n..*....****.\n...*.***..*.\n.....*.**..*\n**..*.**....\n.*..*.......\n.*.*.*......\n.........*..\n....*..**.*.\n```\n\n\n## Output without wrap\n\n```\n..........*.\n..........*.\n.*..........\n.****.....**\n..***....***\n....*.*.**..\n*****.*.*...\n**..*.*.....\n..*.*.......\n...*....**..\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**....**\n.*.........*\n.*.........*\n*****.....**\n.****....**.\n.*..*.*.***.\n.****.*.*..*\n**..*.*.....\n..*.*.......\n....*...**..\n*..***..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n.*.***..\n.**..*..\n*.**....\n*.*.....\n...*..*.\n...*..*.\n...**.*.\n**.....*\n...*...*\n..**....\n**.**...\n*.**..**\n**...***\n```\n\n\n## Output without wrap\n\n```\n..*.**..\n**.****.\n*....*..\n*..*....\n..*.....\n..**....\n..**..**\n..******\n..***.**\n.*.*....\n.*......\n*...*...\n...*...*\n***..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n**.****.\n*....*..\n*..*....\n..*....*\n..**...*\n..**..**\n*.*****.\n*.***.**\n.*.*...*\n**......\n*...*...\n...*....\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*.*..\n*.*...\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*....\n.**...\n..*..*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*.....\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n.**.**\n*....*\n*.....\n*.**..\n```\n\n\n## Output without wrap\n\n```\n******\n..****\n*...**\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..***.\n....*.\n*.....\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n.....\n...**\n....*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..*.*\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n...**\n*.*..\n*.*..\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*\n*........\n.....**..\n**..*...*\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*.*.\n.....**.*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n......**.\n.....*..*\n*...*...*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n****\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.****\n**...\n.....\n*...*\n...*.\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n...*.\n***..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.**..\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n****.*\n.....*\n.***..\n```\n\n\n## Output without wrap\n\n```\n....*.\n**..*.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n....*.\n*.*...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n..*.\n***.\n*.**\n*.*.\n....\n....\n....\n*.**\n....\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n*...\n*..*\n..**\n....\n....\n....\n....\n*..*\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n..**\n*...\n....\n*.*.\n....\n....\n...*\n...*\n....\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.*..\n**.*.*****\n***....**.\n.*..**.**.\n*****..*..\n*.****.*.*\n***.**..**\n```\n\n\n## Output without wrap\n\n```\n..*...*...\n...*..*...\n...*.*....\n....*.....\n......*.*.\n.*.....*.*\n......****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n...*.*....\n....*.....\n......*...\n......***.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...\n....***...\n....*.*...\n....*.*...\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n...**.**..\n...**.**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**..\n...**.**..\n...**.**..\n...**.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..*.\n.*.*\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n*...\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..........\n*.*.....*....\n......*.*.*..\n......*.*.*..\n........*....\n..**.........\n.*..*........\n*...*........\n*.*.*........\n***..........\n*.*..........\n```\n\n\n## Output without wrap\n\n```\n.............\n........*....\n.......***...\n.......***...\n........*....\n.***.........\n.**.**.......\n*.*.**.......\n*..*.........\n*.**.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**........*\n........*....\n.......***...\n.......***...\n........*....\n.***.........\n.**.**.......\n*.*.**......*\n...*.........\n..*........*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*..\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n*..\n..*\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n*..\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*..\n........*..\n...........\n...........\n...........\n...........\n...***.....\n.*****.....\n.**.*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n....*......\n.....*.....\n.*.........\n.*..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.......\n...........\n...........\n...........\n...........\n....*......\n.....*.....\n.*.........\n*...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n.*.***\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n....*\n.*..*\n.*..*\n.*..*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n.....\n.*..*\n*...*\n.....\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n....*\n.*...\n.*...\n....*\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*.*\n..**\n..**\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.*..\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.*..\n*...\n.***\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n...*\n*...\n....\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...**.\n......\n......\n*.....\n**....\n..*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..*.*.\n......\n......\n**....\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n.....*.\n.......\n.......\n.......\n.......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*.*\n.....*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n....*.*\n.....*.\n.......\n.......\n.....*.\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n****\n*.*.\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*...\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.***\n..*.\n...*\n*...\n**.*\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.*..\n....\n***.\n*.*.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n**..\n...*\n.**.\n..*.\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.**\n....\n.***\n*..*\n..**\n...*\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n**.*\n*.**\n....\n.***\n....\n..**\n.*.*\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n.***\n....\n..*.\n**..\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****.\n.**.*.*.\n...***..\n...**.*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n..***.*.\n..*...*.\n......*.\n..*...*.\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n..*...*.\n......*.\n..*...*.\n..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.....**.\n...*......***\n...*.*...*.*.\n.******.***..\n*.....***.***\n*...***.***.*\n*.**...*.*...\n....*****....\n**.....*.*...\n**........**.\n.*........*.*\n```\n\n\n## Output without wrap\n\n```\n..***.....*.*\n.........*..*\n.....**.*...*\n.***........*\n*.*.........*\n*..***......*\n.*.*......*..\n*.****...*...\n**...*.*.**..\n..*......***.\n**........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***....*...\n.........*..*\n.....**.*...*\n****.........\n..*..........\n...***.......\n**.*......*.*\n*.****...*...\n**...*.*.**.*\n..*......***.\n.*.*.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n*....\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.**\n*.******\n*****.*.\n*....*.*\n***..*.*\n.*.*****\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n........\n.*....*.\n*.**.*.*\n**.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..\n*..*.*...\n**.*..*..\n.*.....**\n.**..****\n**...*..*\n.....*..*\n.......*.\n.*....*.*\n********.\n```\n\n\n## Output without wrap\n\n```\n....***..\n****.....\n**..*.**.\n.....*..*\n..*..*...\n***.**..*\n......***\n......***\n**.**...*\n********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n****.....\n.*..*.**.\n.....*...\n..*..*...\n.**.**...\n......***\n*.....***\n.*.**...*\n****....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n*.***\n.....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n...**\n*****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n.*.*\n**.*\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n...*\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.**.\n**..*\n..*.*\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n..*.*\n..*..\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*.*\n..*..\n...*.\n..**.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n...**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n...***\n....*.\n..*...\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n....**\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.....*\n....**\n...*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..***\n.*...\n.*.**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.*.\n.*..*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**.*.\n.*...\n*.**.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...**...\n**.*.**...****\n*...**....*...\n..**.**...*.*.\n..**..*******.\n..*.....*.*...\n.*.......**...\n***..**.....*.\n.**.**.....***\n**.*.*..*..***\n****.**....*..\n*..*.*...*.*..\n.***....*..*.*\n**.**...*..***\n```\n\n\n## Output without wrap\n\n```\n..*..**..**.*.\n****..*.....*.\n*........**..*\n.**.....*...*.\n.*..***.*...*.\n.***..........\n*........***..\n*..****...*.**\n..............\n..........*..*\n...*.**....*..\n*....**....*..\n........**.*.*\n**.**......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..*....\n****..*.....**\n*........**...\n.**.....*...**\n.*..***.*...*.\n.***..........\n*........***..\n...****...*.*.\n..............\n..........*...\n...*.**....*..\n.....**....*.*\n........**.*..\n.*......*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.***.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n**....\n......\n......\n......\n****.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n**....\n......\n......\n***...\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n.........\n*........\n*...*....\n.*..**..*\n*****.**.\n.*.....*.\n...*.....\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n..*......\n.**......\n.........\n**..**...\n......**.\n*..**.***\n**..*.**.\n..*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.**......\n.........\n**..**..*\n......***\n...**.**.\n**..*.***\n..*......\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.*...\n......\n......\n......\n......\n**.*..\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*..\n..*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.**..\n.***.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n..*.**.\n....**.\n.......\n.*.....\n..**...\n......*\n```\n\n\n## Output without wrap\n\n```\n....***\n...*...\n...***.\n.......\n..*....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n...*...\n...***.\n.......\n..*....\n..*....\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n***\n**.\n.**\n***\n...\n...\n...\n*.*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n**......\n.*......\n........\n........\n*......*\n*......*\n*.......\n.*.**.**\n```\n\n\n## Output without wrap\n\n```\n*.*****.\n*..****.\n**......\n........\n........\n........\n**......\n**....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...****.\n**......\n........\n........\n*......*\n.*......\n.*....*.\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n****.*\n.*..*.\n......\n.....*\n***..*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*....*\n**.**.\n......\n.*....\n*.****\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*.***\n......\n.*...*\n..****\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.*..**\n.....*\n......\n..**..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*...*\n.*....\n...*.*\n...**.\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*..\n*..*..\n...***\n..**..\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*...\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n**.\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..\n*...*..\n.....*.\n.......\n.......\n..**.*.\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*.*.\n....*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n*.***.*\n....**.\n.......\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n....**......\n....***...**\n*..........*\n*..........*\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n....*.*.....\n....*.*...**\n.....*.....*\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n....*.*.....\n*...*.*...**\n.....*......\n*..........*\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..*\n....**..*\n....*....\n...**...*\n```\n\n\n## Output without wrap\n\n```\n....*....\n....*....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..*\n......*.*\n.........\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n**.**.\n*..*..\n***.**\n```\n\n\n## Output without wrap\n\n```\n****.*\n**...*\n.....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*......*\n**.....*\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n.*.....*\n........\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n**.\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*..\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.********...*\n**.*....**...\n......*..***.\n....*..*....*\n**......***.*\n```\n\n\n## Output without wrap\n\n```\n**.******....\n**.*.*.....*.\n........*.***\n.......*....*\n........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***....*..\n.***.**..*...\n.*......*.*..\n.........*...\n....***...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****.\n.*.*****\n.*...*.*\n......*.\n.*.**.**\n.**.*..*\n***..**.\n*......*\n***.*.*.\n*.*.****\n*..**.*.\n......*.\n```\n\n\n## Output without wrap\n\n```\n..**...*\n...*...*\n..*....*\n..*.*...\n.*.**.**\n....*..*\n*.**.***\n...*...*\n*.*.*...\n*.*....*\n.*.**...\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n...*...*\n..*....*\n..*.*...\n.*.**.**\n....*...\n..**.**.\n...*....\n..*.*...\n..*.....\n**.**...\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*.**\n*****\n....*\n****.\n.**..\n.**..\n***.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n**...\n....*\n*..*.\n.....\n.....\n*...*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n.....\n*..**\n.....\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**...*\n.*...*..*...\n.*....***...\n.*.........*\n```\n\n\n## Output without wrap\n\n```\n.**...**....\n**...*..*...\n***...***...\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**....\n.*...*..*...\n.**...***...\n.*......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..********\n****.***.*\n*******..*\n..*****.**\n.****..***\n.******.**\n...*.****.\n***.***..*\n.*.*.****.\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n**........\n..........\n..........\n..........\n*.........\n..*.....*.\n***.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n*.........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n....\n...*\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n***.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n...........***\n..............\n..............\n..............\n.**...........\n.........**...\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n...........***\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n...........***\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*\n*...**.\n*.**.*.\n**.*.**\n.***.**\n*....*.\n*.....*\n.....**\n**.....\n..*.***\n***.*.*\n..***.*\n**.*.*.\n.*.*.**\n```\n\n\n## Output without wrap\n\n```\n*******\n*....**\n*......\n.***...\n.*.**..\n...***.\n*...*.*\n**...**\n*****.*\n...*...\n......*\n.......\n**...**\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..***..\n.......\n..**...\n...**..\n...**..\n.*..***\n.*....*\n******.\n.*.*...\n.......\n.......\n.......\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n****\n****\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.***\n**.*.*.**\n...*****.\n******.**\n*.**..**.\n..**.****\n.******.*\n***.*****\n```\n\n\n## Output without wrap\n\n```\n*.****...\n*..***...\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*\n..**.*.\n**.*...\n.**..**\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.****..\n*......\n*..*.**\n...****\n..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.......\n*..*.*.\n...***.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n**...*\n*.....\n*..*..\n**..*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n*.....\n*.....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n......\n......\n**....\n****.*\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.\n..**....\n..**.*..\n*.*.***.\n*...**..\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n.....**.\n...**.**\n...*.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n....***.\n.....*.*\n...**...\n*..**.*.\n....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.....\n***...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*...*.\n...*..\n...*..\n...**.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n....*.\n....*.\n..*...\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n....*.\n....*.\n..*..*\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.*.*.\n.*...\n.*..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*...\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*...\n.*...\n.*...\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.\n**..*...\n.*.....*\n..*.*...\n.....***\n*....***\n**..***.\n.*...**.\n....*...\n```\n\n\n## Output without wrap\n\n```\n.*......\n***.....\n****....\n.....*.*\n....*..*\n**......\n**..*...\n**....*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*..\n***....*\n.***....\n*....*.*\n*...*...\n.*......\n.*..*...\n**....**\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n.**.....\n.......*\n....*.*.\n........\n........\n.*......\n........\n........\n......*.\n......*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n**......\n........\n........\n........\n........\n........\n........\n........\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n...*\n...*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n*.*.\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n..*.\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n..*..*\n*.....\n......\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**.***\n......\n..***.\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....**\n......\n.***..\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n..***.\n.*.*..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n....**\n..***.\n.*.*..\n.*..*.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n***..*\n.**...\n*.*..*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.***..\n..***.\n..*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n*.**..\n*.*..*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n****..\n.....*\n.*....\n***...\n.**..*\n.*..*.\n**..**\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n*.....\n***...\n*.....\n...*..\n...**.\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n***...\n......\n.**...\n......\n...*.*\n...**.\n**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n...*.*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.**.\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...**\n.*...\n....*\n....*\n.....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..**.\n*..**\n*....\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*..*\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.*.\n.*....**.\n*.**.....\n...*.....\n*.....**.\n..*....*.\n........*\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.......*.\n**.**.**.\n.***.....\n.***.....\n......**.\n......***\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....**\n**.**.**.\n.***.....\n.***....*\n......***\n......**.\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n..*......\n..*...**.\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.***..**.\n.***..**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n.***..**.\n.***..**.\n.***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.*.......\n*........\n*........\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n**.......\n**......*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n***..\n.....\n*....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.*..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*.*.*\n.***.\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.\n.**...*\n.*..*.*\n*..*.*.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n**.***.\n......*\n......*\n****..*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*....*\n......*\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n**.\n.**\n.**\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n...\n...\n...\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n.**.\n.**.\n....\n**..\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n*.**\n*.*.\n**..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n****\n*..*\n..*.\n*.*.\n***.\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....*.\n**..*.\n.*.*..\n......\n......\n......\n***.*.\n*..***\n......\n*..***\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*****.\n***...\n......\n......\n.*....\n***.**\n*.****\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**....\n******\n***...\n......\n......\n.*....\n***.*.\n*.***.\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n*.*.**.***\n.*.**.****\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.........\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.**\n******..*\n..****..*\n..*.****.\n*****..**\n*.*******\n*.***.***\n*******.*\n*.****.**\n****.*.**\n********.\n```\n\n\n## Output without wrap\n\n```\n......***\n......*.*\n.........\n.........\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n.***..\n......\n**.*..\n.**..*\n......\n.*...*\n.*...*\n.*....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.***..\n*.*...\n......\n......\n*.*...\n*.....\n*.*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.***..\n*.*...\n*.....\n......\n.**...\n......\n.**...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*.*.\n..*..*\n..*..*\n...**.\n......\n......\n***..*\n...**.\n....*.\n..****\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n.**.**\n.**..*\n...**.\n......\n.*.*..\n*....*\n.....*\n......\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n..***.\n***.**\n***..*\n...**.\n......\n...**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..*.\n....\n....\n....\n....\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*..\n....\n....\n....\n....\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..***\n..***..*\n*...*...\n........\n........\n........\n........\n...*....\n..***...\n*..*....\n....*..*\n....**.*\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n.**.****\n.**.*..*\n...*....\n........\n........\n........\n...*....\n..*.*...\n.**.*...\n..*.....\n...*..*.\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n....**..\n...*....\n........\n........\n........\n...*....\n..*.*...\n.**.*...\n.**...**\n*..*...*\n...*...*\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*....*\n.....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n...*..\n*....*\n..*...\n..***.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.**.\n......\n.**.*.\n....*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n......\n.**.**\n....*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n....\n*...\n...*\n*..*\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n...*\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n....\n.***\n.***\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....*\n***..*..**\n.*.*.**..*\n.***.**...\n..***.*...\n....**....\n..**..*...\n```\n\n\n## Output without wrap\n\n```\n.......***\n..***.*...\n.........*\n..*...**..\n......**..\n....*.*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....******\n.....**...\n*........*\n***...**.*\n**....**..\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n...*...*..\n..*.**....\n.**.*.....\n***....*.*\n...*.*.***\n....*.....\n**..*...**\n..*.....**\n```\n\n\n## Output without wrap\n\n```\n....**....\n..**..*...\n.**.......\n*.........\n*.*....*..\n.**.......\n.*...*.*.*\n...*...*.*\n..*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*.\n..**..**..\n..*.......\n..........\n*.*....*..\n*.*.......\n.....*.*.*\n**.*..*.**\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.........\n.......*.\n.........\n.........\n......*..\n.....*...\n....*....\n..*.*....\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.....*...\n...*.*...\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.........\n.........\n.........\n.........\n.........\n.....*...\n...*.*...\n...*.....\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n**.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..*.\n**.*\n.**.\n....\n*.*.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n***.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n*..*\n.***\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........\n..***......\n...*.*.....\n.....**....\n....**.....\n**...*...*.\n..*.....***\n..**.....*.\n.*.........\n```\n\n\n## Output without wrap\n\n```\n.**........\n.*..**.....\n..*****....\n...**.*....\n....*....*.\n..*.**..*.*\n.......*...\n.*......*.*\n.***.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........\n.*.***.....\n..*****....\n...**.*....\n....*......\n***.**..***\n.......*...\n....*...***\n.*.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.**....\n..*....\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n*..*...\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*..*...\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...**.\n.**..*\n.*.*.*\n.*.*..\n...***\n.*.*..\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*.*\n......\n.*...*\n**.*..\n...*.*\n...*..\n..**..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n.*...*\n.*.*..\n...*.*\n*..*..\n..**..\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*.*\n*.*.\n....\n....\n....\n.*.*\n**.*\n**.*\n*..*\n.*..\n****\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n***.\n....\n....\n....\n....\n..*.\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n****\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n..*.*\n**.**\n..*.*\n..***\n..***\n*...*\n*****\n..**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n***..\n*....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n***..\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n...*.....\n*........\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.*..*.\n**..*.\n...**.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n..**..\n**..*.\n***.**\n.**...\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n**..**\n***.*.\n***...\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....**.*.*\n*****.*.*.***\n**.*********.\n**..******.**\n..**.****.***\n**..*******.*\n**.*********.\n*.*.*..*.****\n*****.*.***.*\n***.***.*..*.\n.*******.****\n***********.*\n```\n\n\n## Output without wrap\n\n```\n*......**.*.*\n............*\n.............\n*............\n..**.........\n*...........*\n.............\n............*\n......*.....*\n.............\n............*\n*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n..**.........\n.............\n.............\n.............\n......*......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...\n.........\n.........\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.........\n.........\n....**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n....\n....\n....\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.........\n*.*...........\n.*.***........\n.............*\n.*...........*\n*....*........\n***.*.........\n```\n\n\n## Output without wrap\n\n```\n.*............\n*.............\n.**.**........\n.**.*.........\n.*.*..........\n*.............\n**............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.......*\n*.***........*\n*.*.**........\n*.*.*.........\n...*..........\n*..*........**\n*..*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.***\n********.*\n******.***\n**********\n****.***.*\n**********\n**********\n*****.*.**\n******.**.\n*****.****\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.****\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n*..**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...**\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..*..\n.*...\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*....*\n.*..*.\n..*..*\n.....*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n**....\n*...**\n.*..**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....*.\n.*..*.\n*...**\n*...**\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*..*.\n*...*\n....*\n..***\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n...**\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*..*.\n*..*.\n.....\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n*.***..\n*..****\n..*.***\n**..*.*\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n*......\n......*\n*.*....\n*.....*\n*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*......\n*......\n..*....\n.......\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*..*\n*...........*\n*........**.*\n*...........*\n```\n\n\n## Output without wrap\n\n```\n.............\n**.......**.*\n**..........*\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*.\n.*.......**..\n.*...........\n.*.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*..\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.**.\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n...**.....\n.****.*...\n....*.....\n**..******\n......*...\n*...*.*.**\n```\n\n\n## Output without wrap\n\n```\n....*.....\n..***.....\n.*........\n........*.\n**...*.**.\n....*...*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n...***....\n..........\n*.........\n*....*.*..\n....*.....\n*....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n.......**\n.........\n.........\n.........\n......***\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n........*\n.........\n.........\n.......*.\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*..*.\n*..**\n***.*\n..*..\n*.***\n```\n\n\n## Output without wrap\n\n```\n***..\n*.**.\n*..*.\n*...*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n*...\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n**..\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.......**...\n......*..**.\n*.....*.*.**\n....*.*.*.*.\n...**.......\n.....**..*..\n....*.***...\n......*.*...\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.......***..\n......*...**\n......*.*..*\n...**.....**\n...**.**.*..\n...*..*.*...\n........**..\n.....**.*...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.......***..\n......*...*.\n......*.*...\n...**.....*.\n...**.**.*..\n...*..*.*...\n........**..\n.....**.*...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*......**\n...**.....***.\n.***......*...\n.*............\n..*...........\n..*..*........\n......*.......\n..............\n..............\n*.............\n...*.*......**\n...***......*.\n```\n\n\n## Output without wrap\n\n```\n...........***\n..***.......**\n...**......*..\n**.**.........\n.**...........\n..............\n..............\n..............\n..............\n..............\n............**\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****....*.*\n*.***......***\n*..**......*..\n**.**.........\n.**...........\n..............\n..............\n..............\n..............\n............**\n..**.**.....**\n..**.**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n****...\n.*.****\n*.***.*\n.*..***\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.......\n.......\n*.*..**\n.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n**...*.\n.......\n...****\n...*...\n.....*.\n..*....\n.**..*.\n.....*.\n..*...*\n***..*.\n**.*...\n**....*\n**...**\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n......*\n...***.\n...*..*\n.......\n.**....\n.**....\n.**..**\n..*..**\n*..*...\n.......\n.....**\n**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n**....*\n*......\n...***.\n...*..*\n.......\n.**....\n.**....\n.**..**\n*.*..**\n...*...\n.......\n.....*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.**...\n**....\n..*..*\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n.****.\n..***.\n*.....\n.****.\n...***\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n..***.\n*.....\n******\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n.......\n...**..\n.......\n..****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..*..*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n.......\n.......\n.......\n..*..*.\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n....*.\n...***\n******\n```\n\n\n## Output without wrap\n\n```\n.**...\n**....\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n*.*...\n..*..*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n***...\n*.***.\n.....*\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**...\n..*.**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n....*.\n......\n...*..\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n....*.\n......\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n..*.**\n**.**.\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*****\n*.**.*\n*.*..*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n......\n......\n......\n......\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*.*.\n*.*..\n***..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n*..*.\n*.*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n***.*\n*..**\n*.*..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..**.\n..**.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n.*.***.\n*.*.***\n.....*.\n......*\n*.***.*\n..*....\n...**.*\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*...*.\n.**..*.\n..*.*..\n.......\n.*...*.\n.....*.\n.*...*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****\n......*\n..*...*\n..*.**.\n.......\n.......\n.......\n*......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....*.*\n...*...*..\n..**......\n...**.....\n...*......\n..........\n**........\n.....*....\n```\n\n\n## Output without wrap\n\n```\n.**.....*.\n...*....*.\n..*.......\n....*.....\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.*.\n*..*....*.\n..*.......\n....*.....\n...**.....\n..........\n..........\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..****\n****..*.\n.**.****\n```\n\n\n## Output without wrap\n\n```\n....***.\n...*....\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..**.\n..**.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*....\n.*...\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*****\n*****\n***.*\n**.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n....*\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n....*...\n*.......\n...*....\n.***....\n.***....\n.*..**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n***.....\n..*.....\n***.....\n*****...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******..\n**......\n***.....\n..*.....\n***.....\n...**...\n**.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......**...*\n**...***..*.*.\n...*....*.*...\n........*.....\n............**\n*......**..*..\n*.....*..**...\n......*..**.**\n.......*.*....\n..............\n***...........\n...*........**\n....*.........\n**...*.....**.\n```\n\n\n## Output without wrap\n\n```\n*.*...*.***...\n*.*..*....**..\n.*....*.**.*..\n.........*....\n.......*....*.\n......*..**.**\n......*..*..*.\n......******..\n.......****...\n.**......*....\n*..*..........\n.*.*..........\n..**..........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....****...\n***..*.....**.\n**....*.**.**.\n.........*..*.\n.......*....**\n*.....*..**...\n*.....*..*....\n......********\n.......****...\n.**......*....\n...*.........*\n...*........*.\n...*..........\n**......******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*..\n****\n.*.*\n****\n.***\n.***\n****\n****\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*..*\n....\n*...\n....\n....\n....\n*...\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n....\n....\n....\n....\n....\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n***....\n.**....\n*......\n.......\n.......\n.....*.\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n.**....\n.......\n.......\n.......\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.***...\n.**....\n.......\n.......\n.......\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n***\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n***\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n...*.*.*...\n....**.*...\n......*....\n...........\n...........\n...........\n...........\n...***.....\n```\n\n\n## Output without wrap\n\n```\n......*....\n....**.*...\n....*..*...\n....***....\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n.....*.*...\n....*..*...\n....***....\n...........\n...........\n...........\n....**.....\n...***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**...\n****.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.*.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n*.....\n..**.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n******\n******\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n..*...**\n........\n..**....\n..**....\n........\n........\n..*.....\n**.*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**....\n..**....\n..**....\n........\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*\n........\n..**....\n..**....\n..**....\n........\n........\n.**.....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n..*...\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.****\n******..*\n*******.*\n*.***.**.\n```\n\n\n## Output without wrap\n\n```\n*....****\n........*\n........*\n*.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.***.\n..*..\n.***.\n.*.*.\n..**.\n..**.\n.....\n*...*\n*..**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.*.*.\n.....\n.*.*.\n.*..*\n.*..*\n..**.\n...*.\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.*.*.\n.....\n.*.*.\n.*..*\n.*..*\n..**.\n...**\n*..*.\n*..*.\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n.*.*\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*..\n***.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n****\n*..*\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n****\n****\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n..***\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n..*..\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n..*..\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..*..\n*.*..**...\n.*...**...\n....***...\n..........\n....**..*.\n....**.**.\n.....*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.**...\n*.***..*..\n.*.....*..\n....*.*...\n......*...\n....*****.\n.........*\n....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..***\n*.***..*..\n.*.....*..\n....*.*...\n......*...\n....*****.\n.........*\n...*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.....*.\n.....***\n..**..*.\n..*.....\n.*......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*.*\n........\n.*.*.*.*\n.*.**.*.\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n.......*\n.*.*.**.\n.*.**.*.\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*.\n.............\n....**.......\n.............\n...***.....*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n...*.........\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n.............\n.............\n...*.........\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.*..\n.*.**.\n.**..*\n*...**\n.*..*.\n..*...\n..*.**\n...*.*\n...*.*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n...**.\n.....*\n*.....\n*.....\n.*....\n......\n..*..*\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n**...*\n...**.\n.*....\n*...**\n*.....\n......\n......\n***...\n...*.*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n.*..\n.***\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.*..\n**.*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.*..\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n......\n.***..\n.*.*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n.*.*..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n*..*..\n.*.*..\n.*..*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*.*\n.***\n.*..\n*.**\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n**.*\n*...\n*..*\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*.*\n.*.*\n....\n....\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.****\n.*.*.\n..**.\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n**.*.\n***..\n***..\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*..*\n.**.*\n.**.*\n.****\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.**.*\n*.*.*\n*.*..\n*****\n...*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n..*..\n.....\n*..*.\n**..*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n.....\n.....\n**..*\n**..*\n..*.*\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.*....*\n.......\n.......\n.......\n.***..*\n.*..*.*\n.****.*\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..*....\n.***.*.\n*...*.*\n...**.*\n**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n.......\n.......\n.......\n..*....\n.***.*.\n....*.*\n...**.*\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n**..**\n******\n******\n```\n\n\n## Output without wrap\n\n```\n****.*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n.*...**...\n....*..*..\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n....*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....**...\n....*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n..*...\n.*..*.\n*****.\n*..***\n..***.\n*.**..\n.*****\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n......\n....**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n....*.\n.*..*.\n*.....\n......\n**...*\n*.....\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.***\n****\n**.*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n**...*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*.**.*\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n**..\n....\n....\n....\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n***.\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**.**\n...**\n..*..\n...**\n.*.*.\n...**\n..***\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.*..*\n..*..\n...**\n.....\n.....\n..*.*\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.**.\n.*...\n..*..\n...**\n*....\n*....\n..*.*\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n.**..\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.*.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.*.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*..\n............\n............\n.......*....\n........*...\n.......*....\n.......*....\n.........**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.......**...\n.........*..\n.......**...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*.\n............\n............\n............\n.......**...\n.........*..\n............\n........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*.*\n*.*.**..*\n.**.*.*..\n*******.*\n********.\n.****.***\n*.*******\n**.*.*.**\n```\n\n\n## Output without wrap\n\n```\n.****..*.\n*.....*..\n......*..\n.........\n.........\n.........\n*........\n**.*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n......*.*\n......*..\n........*\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n***\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......**.\n.....*...\n....****.\n***.**...\n....*..*.\n..**.*...\n.......*.\n.......**\n.......*.\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n....*....\n.*.*.....\n.*.....*.\n......*..\n...**.*..\n......***\n......***\n......*..\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n......*..\n....*....\n.*.*.....\n.*.....**\n......*..\n...**.*..\n......***\n......***\n......*..\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....*.*.\n..****..\n.**.....\n***.*...\n.*.**...\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n.*.***..\n*..*.*..\n**..**..\n.*..*...\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n..*.**..\n.*.***..\n*..*.*..\n**..**.*\n.*..*...\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n...**.\n...*..\n*.**..\n******\n.*....\n*.**..\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**\n...**.\n......\n.....*\n.....*\n**...*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.**.\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n**.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.\n*...**.*.\n*.......*\n.*..**..*\n```\n\n\n## Output without wrap\n\n```\n......*..\n**....***\n**....***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n**....**.\n.*....**.\n.*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n*...\n....\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**.*\n.*.*\n**.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**...\n.......**..\n......**...\n.....*.....\n.**......**\n*.**.....**\n***........\n........*..\n..**.......\n..*........\n..........*\n***......*.\n.**.**.....\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n.......**..\n.........*.\n......*.*..\n..*...*.**.\n.***.....**\n*...*...*..\n.****....**\n.*..*......\n....*......\n.*.........\n...........\n...........\n..*..*.....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****..\n.........*.\n......*.*..\n..*...*.*..\n..**.......\n....*...**.\n..***.....*\n.*..*......\n....*......\n...........\n*.........*\n...........\n*.*..*....*\n.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...**....\n**.*...*...**\n*..*..*...*..\n*..****...*..\n...*.....*.*.\n..*.....*..*.\n.**.....*...*\n*.*..*..*****\n*..***.......\n*...*........\n*..*........*\n*.**....*...*\n...**........\n...*.***.....\n```\n\n\n## Output without wrap\n\n```\n**.....**....\n...**.***..*.\n*..*..**..*..\n..**.**..***.\n..**.*...*.*.\n.***....*****\n..**...**...*\n*.*..*..*****\n*..*.*...***.\n**...*.......\n*.***........\n.**..........\n.....***.....\n...*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....*....\n...**.***..*.\n...*..**..*..\n..**.**..****\n..**.*...*.**\n.***....*****\n..**...**....\n..*..*..****.\n*..*.*...***.\n**...*.......\n..***........\n***.........*\n.....***.....\n...*.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n.**.\n....\n....\n...*\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n.*.*\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n....\n....\n.*.*\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n*...\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.**\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n*......*\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*......*\n*......*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n..***\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...***\n.**.....*\n.*...*..*\n**.***...\n..*......\n.*****...\n**..**..*\n*...*....\n**.*.*..*\n.**..****\n```\n\n\n## Output without wrap\n\n```\n.**....**\n*.....*.*\n...*.*...\n**.***...\n*........\n*....*...\n*........\n..**.....\n*..*.*..*\n***.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n......*.*\n...*.*..*\n**.***...\n*........\n.....*...\n........*\n..**.....\n...*.*...\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*...*\n.....**\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n**...*.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*.*.\n.*....\n***...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**...\n*..*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n***.**\n***.**\n***...\n..*...\n..***.\n..**..\n..*..*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n....**\n......\n......\n......\n***...\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.....\n.*.........*\n*...**.*....\n..*...*...*.\n.*.***..**.*\n```\n\n\n## Output without wrap\n\n```\n.....*......\n............\n.*...**.....\n.**...*****.\n..****...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*...*.\n*...........\n**...**....*\n***...******\n..**...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.\n..*.**.\n....*..\n.......\n.......\n....*..\n.......\n.......\n..*..*.\n*...*..\n.......\n..**...\n.***...\n```\n\n\n## Output without wrap\n\n```\n.*****.\n..*.**.\n...***.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n.*.*...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n..*.***\n...***.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n.*.*...\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*.....\n*.....\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n*.....\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.****\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*..*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.*.*.**\n.**...*\n.*...*.\n.*..*..\n..*.**.\n*.**.*.\n.......\n*..*...\n*...***\n.*....*\n....**.\n```\n\n\n## Output without wrap\n\n```\n..*....\n**...**\n**..*.*\n**...*.\n.****..\n..*..*.\n.***.*.\n.****..\n....**.\n**..***\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n.*...**\n.*..*.*\n.*...*.\n.****..\n..*..**\n.***.**\n.****.*\n*...**.\n.*..**.\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*......\n...........*.\n**....*......\n......*......\n....**.......\n....*........\n....**.......\n...*..*......\n....*.**.....\n....**.......\n.....*..*....\n....*....*...\n*...*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n.............\n***..*.......\n.............\n......*......\n....**.......\n...*.........\n...***.......\n...*..**.....\n...**.**.....\n....*..*.....\n.....*.......\n....*..***...\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..*....*\n***..*.......\n.............\n......*......\n....**.......\n...*.........\n...***.......\n...*..**.....\n...**.**.....\n....*..*.....\n.....*.......\n....*..***...\n*...*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....***.*..\n*.*....*.....*\n*..*...*..*...\n..*...*****.*.\n***...*****.**\n......**.***.*\n**........*.*.\n.*.*.*.......*\n.....**.......\n...*.....**.*.\n.*...*...**...\n......**......\n*.......*.**.*\n```\n\n\n## Output without wrap\n\n```\n.*....****....\n..**..**.***..\n.........****.\n....*......***\n.............*\n*..*.**......*\n*.....**....**\n*...*..*......\n..*....*..*...\n....*...*..*..\n............*.\n......*....*..\n......***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.*....\n*.**..**.*..**\n*........****.\n*...*......*.*\n..............\n*..*.**.......\n*.....**......\n*...*..*......\n.**....*..*...\n....*...*..*..\n............*.\n.....**.*....*\n**....*..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*.*.*\n...*.\n*****\n.*.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*...*\n.*..*\n**...\n.*.**\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n....\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n*..........*\n.*..........\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n*...........\n*...........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n************.*\n..*******.****\n*******.**.*.*\n**.*...**.*.**\n*.*****.******\n*.****..******\n.***.********.\n```\n\n\n## Output without wrap\n\n```\n.*...........*\n.............*\n*.............\n..............\n*.....*.......\n*.............\n.*...***.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n......*.......\n..............\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**..*.\n.*.*.*\n**.**.\n**.***\n```\n\n\n## Output without wrap\n\n```\n*.****\n......\n...*.*\n......\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**..****.*\n..****......**\n*.***..**.****\n.**..****.*.**\n**.*****..**..\n**.*....*****.\n```\n\n\n## Output without wrap\n\n```\n......*...*...\n......***..*..\n.......*......\n..............\n..*.*.***...**\n..*.*.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**......\n......****....\n.......*......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n**.\n***\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*....\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n....*.*.\n.*..*.**\n...**...\n..**.*..\n..*..*..\n...*..*.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n......*.\n........\n.....***\n......**\n.....*..\n...**.*.\n....*..*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.....*.\n.....***\n......**\n.....*..\n...**.*.\n....*.*.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n..*.\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n****\n..**\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*..*\n...*.*....\n...**..**.\n**..******\n```\n\n\n## Output without wrap\n\n```\n.****.....\n.*...****.\n..**.....*\n...****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n**...*****\n*.**......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.****...\n..*.**..\n..**.**.\n.*.*.**.\n.*.*....\n**.*....\n**......\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*..**..\n......*.\n.*......\n.*.*.**.\n.*.*....\n........\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.*..**..\n......*.\n.*......\n.*.*.**.\n.*.*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...***..\n..****.*..\n...*..**.*\n.....****.\n...***.*..\n.......*..\n....***.*.\n**....*.**\n...****..*\n**....****\n.*..**.*.*\n.*.*.*.*.*\n.*...**..*\n```\n\n\n## Output without wrap\n\n```\n..**.*.*..\n..**......\n..**......\n...*......\n....**....\n...*...**.\n.....**.**\n...*....**\n..*.*.....\n****.....*\n.*..**...*\n**.....*.*\n..*.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...**.\n..**......\n..**......\n...*......\n....**....\n...*...**.\n*....**.*.\n*..*....*.\n..*.*.....\n.***......\n.*..**....\n.*.....*.*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*........\n...*.........\n.............\n.............\n*...........*\n...........**\n*....*.*..*.*\n...........*.\n.............\n.............\n....***......\n....***......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n...........**\n............*\n............*\n...........*.\n.............\n.....*.......\n....*.*......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**........\n.............\n.............\n............*\n............*\n*..........*.\n...........**\n...........**\n.............\n.....*.......\n....*.*......\n...*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**..\n*........***\n*.......*.**\n```\n\n\n## Output without wrap\n\n```\n........**..\n**.........*\n...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*...\n.*..........\n.*......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..*.*\n*****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*..\n*..*..\n*.*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........*\n*..........*\n*...........\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n.*..........\n*...........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.....\n**..*.\n*..*..\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n****.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n**....\n**....\n****..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n.***\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.\n.*...**.\n**...*.*\n**...**.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....**.*\n*.*.*..*\n.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n....*\n.**..\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.***.\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n...\n.**\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n*.*\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..**\n**...\n*..**\n*.*..\n.*.*.\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n*****\n***..\n*.**.\n*.*.*\n.*..*\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.***.\n.**..\n..**.\n*.*..\n**...\n..***\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n**..*.\n***...\n```\n\n\n## Output without wrap\n\n```\n*****.\n....*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n**.*.\n**.**\n*...*\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n...**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....***\n********.\n*******..\n*.****.**\n..**.*...\n.***.***.\n```\n\n\n## Output without wrap\n\n```\n*..**...*\n........*\n........*\n*......*.\n........*\n.*.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n*......**\n*........\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*..\n**.\n**.\n*..\n.**\n...\n*.*\n.**\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n...\n...\n*.*\n.*.\n..*\n..*\n*..\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.*\n...*.*..\n..*..*..\n..*.....\n..****.*\n*...****\n```\n\n\n## Output without wrap\n\n```\n....***.\n..*...*.\n.*....*.\n....***.\n.**....*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n........\n.*....*.\n....****\n......**\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n*..\n...\n*..\n...\n**.\n**.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n...\n...\n**.\n..*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..**\n*.*.\n...*\n....\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n....\n..*.\n...*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n****\n....\n.*..\n.***\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***.\n....*....\n..******.\n*****...*\n.....**..\n.......**\n........*\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*.*.\n.........\n.*.**....\n.******.*\n..***....\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n........*\n.......*.\n...**....\n.******..\n*.***...*\n.........\n....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*****.*\n*************\n...*****.**..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n*...........*\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n...*..\n.*..**\n.*.**.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.....*\n.*.*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*.*.*.\n*....*\n.*.*..\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.*...\n..***...\n...**...\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*...\n..*..*..\n..*.*...\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.*...\n..*..*..\n..*.*...\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n..*..\n.....\n.....\n.**.*\n...*.\n***..\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..**.\n*..*.\n*.*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n..***\n*...*\n****.\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.**..\n*..**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.......\n.......\n.......\n.......\n*......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*.*.\n..**..\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n.*..*.\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*.*.\n.*..*.\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*....*\n..*..*...*..\n..*......*..\n....***.....\n.**.........\n.**.........\n***....*....\n.*.......*..\n.*........*.\n**.******..*\n```\n\n\n## Output without wrap\n\n```\n..*.........\n..***.......\n.....*......\n.*...**.....\n.*..........\n.*.**.......\n............\n.....*****..\n*****...**..\n*****....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***....\n.*..*....***\n.....*......\n.*...**.....\n.*..........\n.*.**.......\n............\n*....*******\n..**....**.*\n.*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.***\n******\n.**.**\n****.*\n******\n***.**\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*...\n*.*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*...\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..*...\n..*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****.*\n*******.*\n***...***\n******...\n*.*.*****\n*****.*..\n.***..*..\n*******.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.........\n.........\n.........\n.........\n......**.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n..**\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n*...\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n.*...*\n......\n......\n.*...*\n......\n..**..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..*...\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n......\n......\n......\n......\n..*...\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n.....\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....*.\n......\n......\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n*.**\n*.**\n****\n*.**\n****\n.*.*\n*.**\n****\n...*\n*.*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n....\n....\n....\n....\n....\n**..\n*..*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....**.\n**.*....**.\n**.*....*.*\n```\n\n\n## Output without wrap\n\n```\n*.**....**.\n...**..*..*\n**......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*...\n...**..*...\n...**..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...*.\n.*..*\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n*..*.\n*..*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.**.\n....\n....\n....\n....\n....\n...*\n..**\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n*...\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n.**\n*..\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*....\n*...*\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n...**\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n*..*.\n...*.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n.***\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n***.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n.***\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.\n**..*.*\n*.**.**\n.**....\n**.****\n.*.****\n***...*\n```\n\n\n## Output without wrap\n\n```\n*.****.\n*.....*\n*..****\n.......\n*.....*\n.......\n*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.......\n...***.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.......\n....*........\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**************\n*****.********\n.*****.***.***\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n*....*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*.*\n.*..*..*.*\n.******...\n**.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......*...\n**.....*..\n.......*..\n**.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*..\n.*.....*.*\n.......*.*\n...*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n**..\n....\n....\n....\n....\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.**\n...*\n*...\n....\n....\n....\n..*.\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******..\n.***.*...\n.....*...\n...****..\n..*.**.*.\n.**......\n**.**....\n.*****...\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..*......\n.**......\n*........\n*...***..\n****.**..\n.*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.........\n.........\n..*......\n.**......\n*........\n*...***.*\n**...**.*\n*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n..**...\n....*..\n...*...\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...*...\n...***.\n..*.*..\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n...***.\n..*.*..\n....*..\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.****\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***..*\n......*..*..\n.....*.*....\n......***.*.\n..*.......*.\n.......*.*..\n....**....*.\n........*.**\n........***.\n*......*..**\n```\n\n\n## Output without wrap\n\n```\n......**....\n.....*.**...\n.....*.*.*..\n.....******.\n......*...*.\n............\n........*..*\n........*.**\n.......**.**\n.......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***...*\n.....**.***.\n.....*.*.*..\n.....******.\n......*...*.\n............\n........*..*\n*.......*.**\n*......**..*\n**....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n..*.....*\n*...*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.\n..*....*.\n..*....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*\n...**...\n........\n........\n........\n........\n.....*..\n........\n*..*****\n*..**.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n........\n........\n........\n........\n........\n........\n........\n*.*.....\n***.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*****\n..**.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*...\n*..*\n*..*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n.*..\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n..*.....\n......*.\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*......\n****..*.**..\n.*.....**.*.\n.*........*.\n*.*.***.....\n*...**....*.\n.....*....*.\n*..........*\n.......*..**\n....*.....*.\n...*........\n```\n\n\n## Output without wrap\n\n```\n**..........\n*.....*.**..\n.......**.*.\n***..***.*..\n*..**.*.....\n.*.*........\n....**....**\n...........*\n..........**\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.......\n*.....*.**..\n.......**.**\n***..***.*.*\n*..**.*.....\n.*.*........\n*...**....*.\n*...........\n*.........*.\n..........**\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*..\n.*..\n*.*.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n***.\n*..*\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n***.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n*.**.\n.****\n.**.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n**..*\n.....\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n......*\n.......\n.......\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n.......\n.......\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.***.\n.....\n*.***\n...**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n...*.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n*....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n***\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n...*.\n.*...\n**...\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n*.*..\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n*.*..\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n****.\n...*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.**.*\n*..**\n*.***\n..***\n**.**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n*....\n.....\n*....\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....**.*\n........**...\n.........*.*.\n..*....*.....\n*..*..**...*.\n.......*.*...\n......*.*....\n......*.....*\n.*.*.......*.\n.*....*......\n..*.**..*....\n.*......**..*\n```\n\n\n## Output without wrap\n\n```\n........***..\n........*..*.\n.........**..\n......***.*..\n......**.....\n.............\n......*.*....\n.......*.....\n..*..........\n.*.***.......\n.**..*.***...\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**.\n........*..*.\n.........**..\n......***.*.*\n......**.....\n.............\n......*.*....\n.......*.....\n*.*..........\n.*.***.......\n***..*.***...\n*..***..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.\n****.***\n****.**.\n.*.*.*..\n.**.****\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n......**\n..****.*\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n***.\n**.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*.\n...*....\n...*....\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**\n..***...\n....*...\n....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n*....*\n......\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*...*.\n.*....\n*...*.\n...***\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.*.*\n*....*...*\n......***.\n..........\n..*.......\n*......*..\n*.*.*.*..*\n.**....**.\n*.*..**.**\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*...*\n......***.\n......***.\n..........\n..**......\n..**......\n..*....*..\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*....\n**..**...*\n......**.*\n......**..\n..........\n****.....*\n*.**.....*\n.**.*.....\n..**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..**..**.*\n*..*.*...***.*\n.....*.*....*.\n.*.*..*..*.*..\n***...*.*....*\n*..*..*.*.**..\n.....*.......*\n*.***.*...*...\n*...***....*..\n.*...*.**.*.*.\n....*..**...*.\n..*...******.*\n..***...******\n```\n\n\n## Output without wrap\n\n```\n..*.****.**...\n.*...*.*....*.\n..**.*......**\n***.....*...**\n*.*.....**.***\n*.**.....*..*.\n*..**..*****..\n*..*.****.....\n.**.....****..\n........**..**\n....***.....**\n..*.***......*\n..****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*......\n..**.*...*..*.\n..**.*........\n.**.....*.....\n*.*.....**.*..\n..**.....*....\n...**..*****..\n...*.****.....\n..*.....****..\n........**....\n*...***.......\n.*.*..*.......\n.***...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n**.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..***\n..**.....\n....*....\n.........\n.*.......\n.........\n.......**\n```\n\n\n## Output without wrap\n\n```\n..**...*.\n..***..*.\n...*.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.*\n..***..*.\n...*.....\n.........\n.........\n.........\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n....\n....\n...*\n...*\n....\n....\n*.**\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n...*\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....\n..*......\n.........\n**.......\n.*.....**\n*.......*\n*.**.....\n.***.....\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n*..*.....\n.........\n***......\n..*....**\n*.*....**\n*..*.....\n*****....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**....\n**.*.....\n.........\n.**.....*\n.**....*.\n***....*.\n**.*....*\n**.**....\n**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n..*.\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n..**\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.**.\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..*.\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**..\n**..\n....\n....\n....\n....\n...*\n..**\n.**.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n....\n....\n....\n....\n....\n..**\n.*.*\n**.*\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n*...\n....\n....\n....\n....\n.***\n....\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n....*.\n***.**\n***...\n.**...\n**....\n...*..\n......\n...**.\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n.*..**\n......\n......\n......\n......\n...**.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*.*.\n.*...*\n......\n......\n......\n......\n...**.\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*.*\n..*.....*\n.........\n......*..\n.*.***...\n......*.*\n..*......\n```\n\n\n## Output without wrap\n\n```\n...*...*.\n...*...*.\n.........\n....**...\n....****.\n..****...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.\n...*...*.\n.........\n....**...\n....****.\n..****...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n......**...\n.*.*..**...\n****.......\n.*.......*.\n.***....***\n**..*...**.\n...........\n......*....\n......*....\n*..........\n*.......***\n....*.*....\n......*****\n```\n\n\n## Output without wrap\n\n```\n.......*...\n........*..\n***....*...\n***....***.\n.........**\n..*.....*.*\n..*......*.\n...........\n...........\n...........\n...........\n...........\n.....*...*.\n.....*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n.......**..\n***....*...\n***....**.*\n...........\n..*.....**.\n..*........\n...........\n...........\n...........\n*........*.\n**.......*.\n*....****..\n.....******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n.........**...\n.....*........\n.....**.......\n..............\n..............\n..............\n.*............\n**............\n.*......*.....\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.....**.......\n.....**.......\n..............\n..............\n..............\n*.*...........\n..*...........\n*.*...........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.....**.......\n.....**.......\n..............\n..............\n..............\n*.*...........\n..*..........*\n*.*...........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n..*.\n....\n*.*.\n..*.\n....\n.*..\n..*.\n*...\n..*.\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n.*..\n.*..\n.*..\n....\n....\n.*..\n.*..\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.**.\n....\n.*.*\n.*.*\n.*.*\n....\n....\n.*..\n.*.*\n.*.*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....**.\n...*..**.**.\n****.*..*.*.\n**.***..**.*\n.***.**.*..*\n.*.*.*.*****\n.*****..**..\n.*....*...*.\n.*...***...*\n.**.*.....**\n```\n\n\n## Output without wrap\n\n```\n...**...***.\n.*...***...*\n*....*.....*\n........*..*\n...........*\n*..........*\n**.*.*.....*\n**.*....***.\n**...***...*\n.**..**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*...\n.*...***....\n.....*......\n........*...\n............\n...........*\n.*.*.*.....*\n.*.*....***.\n.*...***...*\n.**.*.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n**.....\n..*...*\n..*...*\n**...*.\n...**.*\n.....**\n```\n\n\n## Output without wrap\n\n```\n..*....\n.***...\n.......\n......*\n.**....\n..*....\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n..***..\n.....**\n.......\n***....\n***.*.*\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n...*\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..**...\n.******.*.**\n.....*..*...\n.****.*.****\n.**.*.....*.\n..*****...**\n```\n\n\n## Output without wrap\n\n```\n*...*.****..\n*.....*.*...\n........*...\n.*..*..**.**\n......**....\n.**.**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n......*.*..*\n........*...\n**..*..**.**\n......**....\n......**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n..**..\n....*.\n...**.\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*...\n..*.*.\n..*.*.\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..*...\n..*.*.\n..*.*.\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....*\n*........\n****....*\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n*........\n*........\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**......*\n.........\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**...\n**.*.\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n*....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n*...*\n....*\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n*.....\n.*....\n**...*\n..*...\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*.*..\n...*..\n*..*..\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*...*\n...*..\n...**.\n..**.*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n..***..\n**.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n***.**.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n**....*\n**....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**..*\n*..*.\n*****\n*...*\n.***.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*..*.\n*.*.*\n.*.*.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*..\n..*..\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n.*...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*...\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n.*.*.*\n*.*.*.\n**.*..\n.....*\n.*.***\n*.****\n```\n\n\n## Output without wrap\n\n```\n....*.\n**...*\n....**\n.....*\n...*..\n....*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n**....\n...*.*\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n*.............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n**............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n**............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..\n.*..*.*\n******.\n.*.....\n**...**\n.......\n....*..\n..**...\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n..****.\n.......\n*..***.\n...*..*\n**.....\n.....*.\n...*...\n..*.*..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n......*\n...****\n...*...\n**....*\n*....**\n...*...\n..*.*..\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.....*.\n....***\n....***\n.......\n**.....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....***\n.......\n....*.*\n.....*.\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....***\n.......\n....*.*\n*....**\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n**.....\n**.....\n.......\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n..*....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n..*...*\n..*...*\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**.**\n******.***\n**********\n**********\n******..**\n*...******\n**.*******\n*******.**\n****.**.**\n******.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n*.*.**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*.**\n*.*..*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.....\n*...*\n*...*\n....*\n.****\n.....\n.....\n.*..*\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.....\n...**\n.**.*\n..***\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*....\n*...*\n...*.\n.**..\n*.***\n..**.\n.....\n.....\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n******\n******\n******\n******\n******\n.*****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n.*.*....\n..**.*..\n........\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*..*...\n..***...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.*..*...\n.*..*...\n.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.....\n.......*......\n......**......\n.....***......\n.......**.....\n*......**.....\n*.......*.....\n.*...*.*......\n```\n\n\n## Output without wrap\n\n```\n..............\n.......**.....\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**....\n........**....\n..............\n..............\n..............\n..............\n......*.**....\n.....**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.******\n**..**.****\n.***.*.**..\n***.****.**\n*..***.****\n*****.*****\n..******.**\n.*****.****\n*****.**..*\n**.****.***\n**..*****.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n**.........\n...........\n...........\n.**......*.\n.**......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*.....\n.*....\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*..*\n*.**\n.***\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n**..\n**..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.**.\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n...**\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n**...\n...*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*...*\n*****\n*..*.\n...*.\n**.**\n*....\n*****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*.*\n*.*.*\n*....\n**.*.\n*****\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*..\n..*..\n*....\n.*.*.\n****.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.**\n*.**\n***.\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**..\n....\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n.....\n..*..\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.*...\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n***...\n.***..\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**\n......*\n**.*.**\n**.....\n***....\n..***.*\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n.....*.\n*.***..\n*.**.*.\n*......\n.......\n.*.**.*\n...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..*.**.\n.***...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*........\n***.*.*....*..\n..*..*****.***\n*..*....**.*.*\n..**.*.**....*\n.*...***...*.*\n**.*****.....*\n*...*.*.*.....\n.***..**.*...*\n*..**.*...*..*\n**..*...**..**\n**..**.**.*..*\n```\n\n\n## Output without wrap\n\n```\n*....*........\n*.***...*.**..\n*.*.***..*.*.*\n.*.*.*.....*.*\n.***.*...**..*\n**...........*\n****....*...*.\n*.......*.....\n***...*.**....\n*...*.*...*..*\n..*...*.*.****\n**..**.**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*......\n*.***...*.**..\n..*.***..*.*..\n**.*.*.....*..\n.***.*...**..*\n.*...........*\n.***....*...**\n........*.....\n.**...*.**...*\n....*.*...*...\n..*...*.*.***.\n....*****...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n...*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n..*\n*..\n...\n...\n...\n..*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n*..\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n.*.\n***\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n..*\n..*\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n..........\n..........\n..........\n..........\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..........\n..........\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****...\n..*.....\n*...**..\n***...*.\n..*..*..\n.***..*.\n.**.*..*\n....***.\n...***..\n.*......\n...*.***\n.*..*...\n*....*..\n.....***\n```\n\n\n## Output without wrap\n\n```\n.***....\n..*..*..\n*.**.*..\n*.***.*.\n*....**.\n....***.\n.*..*..*\n..*...*.\n...*..*.\n..**....\n..*.***.\n....*...\n....**..\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******.\n..*..*..\n*.**.*.*\n*.***.**\n*....***\n*...***.\n**..*..*\n..*...*.\n...*..*.\n..**....\n*.*.***.\n*...*..*\n*...**.*\n****.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..\n*.....*..\n.......**\n.........\n.........\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n*.....*..\n.......**\n.........\n.........\n.......**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***..**.*\n...*.**....**.\n.**.***.......\n....*..*....*.\n*....***..****\n```\n\n\n## Output without wrap\n\n```\n...**.....*.*.\n..***.*.......\n.*..*.....*...\n..****.**.....\n....****...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....**..*\n.***......*.**\n....*.....*...\n*****..**...*.\n*..**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n......\n....*.\n....**\n*..***\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n......\n.....*\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n...**.\n......\n......\n......\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**...*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....*..\n....*...\n.....*..\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n**.**\n.*...\n.*...\n..*.*\n*..*.\n.....\n.....\n....*\n..*.*\n.**..\n*....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n.*...\n*..*.\n.*.*.\n...*.\n.....\n.....\n..*..\n.*...\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*...*\n.*..*\n.....\n.....\n.*...\n.....\n.....\n.**..\n*....\n...*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*....\n.*.*.*\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n....*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.*...\n*...*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n***\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n***.*\n.****\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n...**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.....\n.....\n.....\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.*...\n.*.*..*.....\n******......\n*.**.**...*.\n**.*****...*\n.***....****\n**..***.**..\n```\n\n\n## Output without wrap\n\n```\n.....*.*....\n**.....*....\n**....**....\n.......**...\n.......**...\n**..*.*.....\n....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*...\n.......**...\n**....**...*\n.......**...\n.......**...\n*......*....\n...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n....*.........\n.............*\n*.............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n***.\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*..*\n****\n****\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n*..**.\n...***\n...***\n***.*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*.*.\n......\n***...\n......\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n*.*..*\n*.....\n..*...\n***...\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*.*\n***...*....\n...*...*.**\n.****.*....\n..*.**..*.*\n.*...****..\n....*..*..*\n*..****...*\n..*.****..*\n....*.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.**...***.*\n*...****...\n.*....***.*\n........**.\n...*....*..\n...*....**.\n.........**\n.......*.**\n...**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***.**\n***...***..\n....****..*\n**....***.*\n*.......**.\n*..*....*..\n...*....***\n*........**\n.......*.**\n*..**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.*.*.\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n**.*.\n.*.**\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**..*\n**.**\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n*..*.\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n....*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n....**\n..*...\n...***\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*.*.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n.**.*.*\n*.*.*.*\n.......\n...*.**\n**..*..\n.....*.\n.******\n*......\n.......\n.......\n......*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n...*.*.\n...**..\n......*\n....*.*\n.**...*\n*.....*\n.*....*\n..***..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n**.*..*\n...**..\n**.....\n*...*..\n..*....\n.......\n.......\n*******\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n***.*.\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..*.......\n..........\n.**..*....\n.*...*....\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.**.......\n.**.......\n.**..**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.**.......\n.**.......\n.**..**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.***.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n****.\n*.*..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n...*.\n*.**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...**\n...*.\n*.***\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.*.**.\n.*.**.\n.*.**.\n..**.*\n*..*.*\n...*.*\n***...\n*...**\n```\n\n\n## Output without wrap\n\n```\n**.*..\n.*...*\n**...*\n.*...*\n.*...*\n...*.*\n*..*..\n****.*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*....\n**...*\n**...*\n.*...*\n*..*.*\n...*.*\n.***..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*\n.*...*.**..\n.*.**.*...*\n*.**....*..\n*.*.*..***.\n*..*..**.*.\n..*..**..**\n.*....*****\n```\n\n\n## Output without wrap\n\n```\n...........\n***.****.*.\n**.****.**.\n*....*..*..\n*.*.*.*..*.\n..***......\n.**..*.....\n.....****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*\n.**.****.**\n.*.****.**.\n*....*..*..\n*.*.*.*..*.\n*.***......\n.**..*.....\n.*...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n...**\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.**.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*\n.......\n.......\n**..***\n.*.....\n.****.*\n.****..\n*......\n*..*..*\n*.**.**\n.*.*.**\n*..**..\n.....**\n.*.****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n**..*.*\n....*.*\n**.*...\n*.....*\n*.*..*.\n*..*..*\n**.*...\n..**...\n..*..*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*....*.\n.*...*.\n.*...*.\n*...*..\n....**.\n...*...\n......*\n..*..**\n...*...\n.*.*...\n..**...\n.**....\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n.**..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*.*..\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n.*.\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n...\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*......\n...***..**.\n...*.**.**.\n...*.**..**\n.*......*..\n..*.*......\n.*.*.*.**.*\n.*.......*.\n.*.......**\n***.......*\n......*.**.\n```\n\n\n## Output without wrap\n\n```\n...***.....\n..**..****.\n..**.......\n..*..**...*\n..****...*.\n.****..***.\n.*.**...**.\n**.........\n.........**\n***.....*.*\n.*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*...\n..**..****.\n..**.......\n..*..**...*\n..****...*.\n*****..***.\n**.**...**.\n.*.........\n.........*.\n.**.....*..\n..*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n..*\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n....**\n...*..\n...*.*\n......\n.....*\n......\n*.....\n...*..\n..**..\n*..**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n...*.*\n....*.\n....*.\n......\n......\n......\n..**..\n..*...\n.*....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n..***.\n...*.*\n....*.\n....*.\n......\n......\n......\n..**..\n..*...\n.*...*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n*...*.\n*..*..\n*.....\n****.*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n****.*\n..*..*\n*.*..*\n*..**.\n..*..*\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n.**.**\n.*.**.\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n...**..*.\n.......**\n.........\n.........\n...**....\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**..**\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n...**..**\n.......**\n.........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*...\n*..*.\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n..*..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n*.*..\n.*...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*...*.*\n.*..*..*......\n.*...*..*.*...\n.***.....*....\n....**...*....\n..*.**..*.**..\n..**.....*....\n**.........*.*\n```\n\n\n## Output without wrap\n\n```\n.*.....*......\n*.**...***....\n....***...*...\n...*.*.*..*...\n.*.*.***......\n.**..*..*.**..\n....*....***..\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n.......***....\n*...***...*...\n...*.*.*..*...\n.*.*.***......\n..*..*..*.**..\n*.***....*.***\n..........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n...*.**...\n*.**......\n**...**...\n.*...*..*.\n.*....*.**\n*....*..*.\n*.....*.**\n**....**..\n.*...*.***\n**.*..***.\n.*.*..**..\n*..**.....\n```\n\n\n## Output without wrap\n\n```\n....**....\n..**.*....\n*.**......\n*...***...\n.**..*..**\n**...**.**\n**...**...\n*....**.**\n**...*....\n.....*...*\n**..**...*\n.*.*.**.*.\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**.*....\n*.**......\n*...***..*\n.**..*..*.\n.*...**.*.\n.*...**...\n.....**.*.\n.*...*....\n.....*....\n.*..**....\n.*.*.**.**\n..****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*.*...\n*.*...\n..*...\n*..*..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n...*..\n....*.\n.*..*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n....*.\n.*....\n.*...*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..***\n***....**.\n**.*..***.\n****..***.\n.******.*.\n```\n\n\n## Output without wrap\n\n```\n*..*...*.*\n....*.....\n...*.....*\n.........*\n*...***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...*..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....**.\n..*.....*.\n.........*\n.*.......*\n*...*..***\n...***.*..\n*..****...\n*....*.**.\n.....**.**\n..***.*...\n.**....*..\n..*.**.*..\n..**..*...\n*.....***.\n```\n\n\n## Output without wrap\n\n```\n.**....**.\n..*....***\n........**\n.........*\n...*****.*\n.......*..\n...*....*.\n........**\n...*....**\n.****.*.*.\n.*.....*..\n....**.*..\n.****...*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*...\n*.*....**.\n*.......**\n..........\n*..*****.*\n*......*..\n...*....**\n*.......*.\n...*....**\n.****.*.*.\n.*.....*..\n....**.*..\n.****...*.\n*..*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.**\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n...*.\n*..**\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..***\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*.*\n*..\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n.....*.\n.....*.\n*...**.\n**...*.\n...*...\n....**.\n*...**.\n..**.*.\n*...***\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n.....**\n**..***\n**...*.\n.....*.\n...*.*.\n......*\n.*.*...\n.*.**.*\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....**.\n.....*.\n**..**.\n**...*.\n.....**\n...*.**\n.......\n**.*...\n**.**..\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n..**\n****\n***.\n*.*.\n*.*.\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.*..\n*.**\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n***.\n....\n....\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........\n.*.........\n*.....*....\n....*..*...\n.......*...\n.......*...\n...........\n........*.*\n......*....\n....*.*....\n...*.......\n*........**\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n......*.*..\n......*.*..\n.......*...\n...........\n...........\n......*....\n......*....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*\n.*.........\n...........\n......*.*..\n......*.*..\n.......*...\n...........\n...........\n......*....\n......*....\n...........\n.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.**.*\n...*.*\n*..*..\n**....\n```\n\n\n## Output without wrap\n\n```\n.****.\n.***.*\n.*.*..\n***.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n****.*\n.*.*.*\n***.**\n***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n...*..*\n*.**...\n.*.***.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n.*...*.\n.*...*.\n...*.*.\n.......\n.......\n.......\n.......\n.......\n.......\n.***...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...\n****..*\n**...**\n.*...**\n...*.*.\n.......\n.......\n.......\n.......\n.......\n.......\n.***...\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n....\n....\n....\n*.*.\n*.*.\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*.*.\n....*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*.*.\n..*.**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*.*.\n..*.**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n......\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...*....*\n.*...........\n......**.....\n.*...*.....*.\n*...*..*...**\n....*........\n*...**..*.***\n....*..**..*.\n**.*...*...*.\n.*.****....**\n*.**.....**.*\n.*......*...*\n```\n\n\n## Output without wrap\n\n```\n***..........\n**....**.....\n......*......\n.....*.*...**\n....**.....**\n...**.....*..\n...***.******\n**.*******...\n**.*...**.**.\n.....**.....*\n*..*.*...**.*\n.**......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n.*....**.....\n......*......\n*....*.*...*.\n*...**.....**\n...**.....*..\n...***.******\n.*.*******...\n**.*...**.**.\n.....**......\n...*.*...**..\n........**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**.\n*...***..**\n...*.....**\n...***.*...\n......***..\n........*..\n.......*...\n*......**.*\n```\n\n\n## Output without wrap\n\n```\n.....*..***\n....**.....\n...*....***\n...***.*.*.\n....***.*..\n......*.*..\n.......*.*.\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....\n*...**.....\n*..*....**.\n...***.*.*.\n....***.*..\n......*.*..\n.......*.*.\n.......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n**.\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n***\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.*.**\n*...*\n.*.**\n.*.**\n*.***\n*.*..\n..*.*\n*....\n****.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n**...\n**...\n**...\n**...\n*...*\n..*.*\n...*.\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*...\n.*...\n.*...\n.....\n*.*..\n*..**\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*******\n**********\n..**.**.**\n******.***\n*.******.*\n.*.*.****.\n****.**...\n*********.\n**********\n**..*.****\n.*.***.*..\n*.*.****.*\n```\n\n\n## Output without wrap\n\n```\n**.......*\n*.........\n..........\n*.........\n*........*\n........*.\n..........\n.........*\n..........\n.........*\n.........*\n.**....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n........*.\n..........\n..........\n..........\n..........\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**......\n..*..*.****.*\n...*.*.*..*.*\n*...***.***.*\n*..*.*...**..\n```\n\n\n## Output without wrap\n\n```\n.*.***....*..\n.*...*....*..\n...**.*......\n....*.****.*.\n......*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......****..\n...**.*......\n**.**..***...\n.........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**.*\n.**..****.\n*..**....*\n*.*.**..**\n.**.....**\n```\n\n\n## Output without wrap\n\n```\n**.*.*....\n*.****....\n*.........\n*.*.*...**\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..****....\n.*........\n..*.***...\n..**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......**\n*.......*.\n....*...**\n*..**..*..\n.**.*.....\n..*.**....\n..*..*..**\n..**.*..*.\n...*......\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*..\n..******.*\n.*..**.***\n..........\n....***...\n.*...*****\n.....*.***\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...**.\n**.....*..\n..******..\n....**.**.\n.........*\n*...***...\n**...*****\n*....*....\n.**.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.......\n.......\n.......\n.......\n...*...\n..*.*..\n...*.*.\n...*..*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...*...\n..*.*..\n..**.*.\n..**.**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.......\n.......\n.......\n...*...\n..*.*..\n..**.*.\n..**.**\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**..\n...**..*..\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n..*.*****.\n..*...***.\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..*\n.*..*....*\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.....*\n.....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..*.*\n*.*.**\n...*.*\n...*.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*.*\n.**..*\n..**.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**.*..\n.**...\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n..**...\n.**....\n***...*\n***.**.\n*.*****\n....*.*\n.....**\n.....**\n*....**\n*****..\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n*......\n.....*.\n.......\n*.*...*\n.......\n....*..\n....*..\n*.**..*\n******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.***...\n.......\n.....**\n.......\n..*....\n.......\n*...*..\n....*..\n..**...\n.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n....*..\n..*...*\n...**..\n.**....\n.......\n..*....\n**...**\n**..**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n....**.\n.*.*...\n..**...\n.**....\n.*.....\n*.*.***\n**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n.....*.\n....**.\n.*.*...\n..**...\n.**....\n**....*\n..*.**.\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*..\n....\n.*..\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n....\n*.*.\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**...\n...**.....\n...**.....\n..........\n..........\n..........\n...*......\n...*......\n..***.*...\n......*...\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n..*.......\n...**.....\n..........\n..........\n..........\n..........\n..........\n..****....\n...*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**...\n..*.......\n...**.....\n..........\n..........\n..........\n..........\n..........\n..****....\n..*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n.***.\n..*.*\n..**.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..***\n..*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n..***\n*.*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.....***.\n.*......*\n...**....\n....**..*\n....*.**.\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.......*.\n...*...*.\n...*.....\n...*..**.\n.....*..*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n.......*.\n...*...**\n...*....*\n...*..***\n.....**.*\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....**\n*.**.*\n*.**..\n***..*\n..**..\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n.*....\n**....\n*.*.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*....\n......\n**....\n*...*.\n.*.*..\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.***\n.**.\n....\n*.**\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n...*\n.***\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**.*\n**.*\n*...\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*...**\n*.*.*.\n..**.*\n**.***\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....**\n...***\n.*..**\n.*....\n*....*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n*..*..\n.*...*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n*.**.\n*****\n*.*..\n*...*\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n.....\n*...*\n*.*.*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....**\n..*.......\n*.*..*...*\n..*.***.*.\n.*...*.*..\n......*...\n.*.....*..\n```\n\n\n## Output without wrap\n\n```\n.*........\n..**....**\n..*.***...\n..***..**.\n....*..*..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....**\n..**....*.\n..*.***..*\n*.***..***\n....*..*..\n......**..\n**.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*\n.......*\n.***....\n*.......\n*....**.\n```\n\n\n## Output without wrap\n\n```\n.***....\n*.......\n*.**....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n....**..\n..**....\n*...****\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*\n*..**.****\n***...*..*\n......*...\n....*.****\n....*.*...\n*****..*..\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n.....**...\n*..**.****\n*..*.*****\n**...**.**\n.**...*...\n.*..*...*.\n*.....*.*.\n.*...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**....\n.*.**.**..\n.*.*.***..\n.*...**...\n..*...*..*\n....*.....\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*....*\n...**.\n......\n......\n**...*\n.*....\n.***..\n**.***\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n......\n......\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*....*\n....**\n.....*\n**....\n**....\n*.....\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...*..\n.**...\n......\n***..*\n..**..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n..*...\n*.....\n.***..\n*..**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...**.\n..*...\n......\n****..\n...***\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....\n**.*....*\n.........\n.........\n...*.....\n.........\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n**.......\n*........\n.........\n.........\n.........\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n**.*.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n***..\n....*\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n****.\n.*.**\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n....*....\n.*....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*...\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...*\n.*..***..*\n..**..*..*\n**...**..*\n..*..*....\n...*.*...*\n**.*.*..**\n******.***\n.**...*...\n..**..*..*\n*.**...***\n**.**....*\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n.**..**..*\n.........*\n*....****.\n**.....*..\n**...*.**.\n.....*.*.*\n.....*.*..\n.....***.*\n......**.*\n**.......*\n**......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.**\n......*...\n..........\n.....***..\n.......*..\n.*...*.***\n.....*.*..\n.....*.*..\n.....***..\n......**..\n......*...\n***...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n...*\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.*...\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*\n.**.*.*.\n...***.*\n**.**.*.\n.*...**.\n*.*.****\n**.*..*.\n****.*.*\n**..**.*\n**..**.*\n```\n\n\n## Output without wrap\n\n```\n.**.***.\n.*.....*\n*......*\n**.*...*\n........\n*.***..*\n........\n...*.*.*\n.......*\n**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n**.....*\n.......*\n**.*....\n........\n..***...\n........\n...*.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*........\n*............\n*.*..*..*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.*...........\n.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n.*...........\n.*...........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.......\n***......*.\n**.........\n...........\n...........\n...**......\n..*.**.....\n```\n\n\n## Output without wrap\n\n```\n...........\n.***.......\n...........\n...........\n....*......\n...*.*.....\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*......\n.*.*......*\n*.........*\n...........\n....*......\n....**.....\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n**......\n**......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**......\n..*.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n..*....*\n..*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n..**..\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..**..\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n..**..\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.*\n...**.*\n....*.*\n*...*..\n****.**\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n..**...\n..*.**.\n.*.....\n*.*.*.*\n*......\n**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.*.....\n**....*\n..*.*..\n.****..\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n......***..\n........*..\n...*.****..\n.*.*....**.\n..****.*...\n.......*.*.\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.......*...\n.......**..\n.....*...*.\n..*.*.*....\n.........*.\n..***.**.*.\n...**.*.*..\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.......*...\n.......**..\n.....*...*.\n..*.*.*....\n.........*.\n..***.**.*.\n...**.*.*..\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n**.\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*..\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.***\n..*.*.***\n..*...***\n```\n\n\n## Output without wrap\n\n```\n...*..*.*\n.........\n...*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*........\n*........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n****\n..**\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*..*\n...*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n*.*.*.*\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n..*.*.*\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*.*..\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*.*\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n****\n****\n****\n****\n***.\n..**\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n**..**\n.....*\n....**\n```\n\n\n## Output without wrap\n\n```\n**..**\n**..**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.**...\n**....\n..*...\n**....\n.**...\n......\n......\n......\n......\n***...\n..*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n..*...\n*.....\n..*...\n*.....\n***...\n......\n......\n......\n.*....\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*...\n*.....\n..*...\n*.....\n***...\n......\n......\n......\n.*....\n.**...\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n...*...\n*.*....\n.......\n.**....\n.......\n.....*.\n.***.*.\n...*...\n.....**\n.....**\n....**.\n**.....\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..*..*.\n..**..*\n....*.*\n.......\n....***\n**..***\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n......*\n.......\n.......\n.......\n.......\n..*....\n..*..*.\n..**..*\n....*.*\n.......\n**..**.\n.*.....\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n*..*.**\n...***.\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n.....**\n..**..*\n.**....\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n..**...\n.**....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n.*..\n....\n....\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n..***....\n***.....*\n**.....**\n.....**.*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n..**.....\n*......**\n*.*...*.*\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*.....\n*.**.....\n.......*.\n..*...*..\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.****\n.****..*.\n**..**.**\n.....**.*\n******.*.\n```\n\n\n## Output without wrap\n\n```\n...*.****\n**.......\n**......*\n........*\n.*****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*.......\n.*.......\n.........\n****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n...\n.**\n...\n.**\n***\n**.\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n*.*\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n...\n...\n...\n...\n.*.\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n........**...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n........**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n........**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n...*...\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n..*..*\n.*....\n***..*\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n*.**..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..**.\n..*...\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.****.**\n**..*..*..**\n.**.*...**.*\n*..**...****\n..**..***...\n***.****.*.*\n**..**.****.\n.*.**..***..\n.*....**..**\n****..****.*\n```\n\n\n## Output without wrap\n\n```\n***.********\n....*.......\n..*.**.*....\n....**.....*\n*..........*\n*...........\n............\n.*.**......*\n....**.....*\n***...*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*......\n....*.......\n..*.**.*....\n*...**.....*\n............\n...........*\n............\n.*.**.......\n....**.....*\n...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n....*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n******\n*.****\n*****.\n.****.\n*.****\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*.....\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***\n*.**.**.\n*..**..*\n*....***\n.*.*.*..\n*......*\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n..**.*.*\n.**.....\n*.**...*\n****.*.*\n**..**.*\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..\n***.....\n..**....\n.***.*..\n.*..**..\n*.*....*\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****\n*....*..\n*...**.*\n*...*..*\n```\n\n\n## Output without wrap\n\n```\n....***.\n.......*\n**..**..\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n*.......\n.*..**..\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n...*.*.\n...*.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n..**.**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**\n..**.**\n..**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*****\n***...*...*\n**.*.***.*.\n*.****.*.*.\n***.****.*.\n```\n\n\n## Output without wrap\n\n```\n.......****\n......*....\n........*..\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......\n...**......\n........*..\n........*..\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....\n....**....\n....**....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**....\n...*..*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n...*..*...\n...*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n......\n.....*\n**..*.\n......\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n*....*\n......\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n......\n......\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.....\n......\n......\n**....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.***.\n.....\n.**..\n..*.*\n*...*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n...*.\n.*.*.\n.....\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n...*.\n.*..*\n.....\n.**..\n.*.*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.*..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...**...*..\n**..*...*.*...\n....*.*..***..\n...*...***..*.\n..*.....*.....\n*.***.**.**.*.\n.*.*.***.*****\n*.*.*..****..*\n****..*...***.\n.**.*.*...*...\n```\n\n\n## Output without wrap\n\n```\n*......*......\n**.*..*.*.....\n...***.....*..\n...*...*...*..\n.**.*.*...**..\n....*.......**\n*............*\n*...*........*\n*...*.*.*...*.\n*....*....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...**.***..\n**.*..*.*.....\n...***.....*..\n...*...*...*..\n.**.*.*...**.*\n*...*.......*.\n..............\n....*.........\n....*.*.*...*.\n......*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.***\n*****\n*.***\n..**.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*...\n.*..*.*.**..\n.*.***..*.*.\n.*.....*..**\n.....***.*.*\n.....*.*....\n```\n\n\n## Output without wrap\n\n```\n.......***..\n**.**...*...\n**.****.*.**\n..*....*...*\n.....*.*...*\n.....*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**..\n**.**...*...\n.*.****.*.**\n..*....*...*\n*....*.*...*\n.....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**\n...***..\n........\n**......\n.**.***.\n*..**.**\n..******\n..*.....\n```\n\n\n## Output without wrap\n\n```\n...*..*.\n...*.**.\n....*...\n***..*..\n..*.*.**\n........\n.**....*\n..*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n...*.**.\n....*...\n***..*..\n..*.*.*.\n*.......\n***.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n**...*\n....*.\n......\n.*....\n*.*.*.\n*.....\n....*.\n..*..*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*.**.\n......\n......\n......\n***...\n......\n....*.\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n......\n*.....\n*.....\n***...\n....**\n......\n...***\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n....*.\n*....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n......\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.**\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.........\n.............\n.............\n.*........*..\n.............\n..*..........\n...**.***....\n.............\n........*....\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.......**....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.......**....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*.**.***\n****.*****.***\n**.***********\n```\n\n\n## Output without wrap\n\n```\n*...*.*..*.*.*\n..............\n*..*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n.***.*\n..*.**\n*...**\n**.**.\n*****.\n*..**.\n*....*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n.*....\n......\n......\n**...*\n**...*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n**..\n....\n....\n....\n....\n****\n**.*\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n*..*\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n****\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*\n......*..*\n......*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......***.\n......***.\n......***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n.*..*.....\n.*..*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n.......\n.*.*...\n.......\n..**...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.......\n...*...\n.......\n..*.*..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.....*...\n**.*.....\n...*.*...\n..**..*..\n*........\n**.....*.\n........*\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..*......\n.*.*.....\n..***....\n*.*......\n**.......\n.........\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.........\n..*......\n.*.*.....\n..***....\n*.*.....*\n**.......\n*.......*\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.*....\n.*.*...\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.**....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n.**....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n.*.*..\n......\n...***\n.*...*\n*.****\n...**.\n*..*..\n...*..\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*....\n..*..*\n..***.\n.**.**\n***...\n.*.**.\n...**.\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n.**...\n******\n..*...\n..*...\n*..*..\n*..*..\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.***.\n.*.*.\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n**.**\n...*.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n**.**\n...**\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n..**..\n*..***\n*..*..\n....*.\n*...**\n****.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n..**.*\n..**.*\n*....*\n*....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**.**\n**...*\n..**..\n.*****\n....*.\n.*.**.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**\n***.***\n***..**\n*.****.\n*.*****\n*.*****\n*..****\n```\n\n\n## Output without wrap\n\n```\n*.**..*\n.......\n.......\n*......\n*......\n*......\n.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n**********\n*.********\n**.*******\n**********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n*.***..\n.**....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...*...\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..**.\n.....\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..***.\n...**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*..*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n*...**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n***.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n..*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..**\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.*...\n**....\n..*...\n....*.\n*.....\n....*.\n...***\n......\n..*..*\n.*..*.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n*.*...\n.*....\n......\n....*.\n...*.*\n..*...\n...*.*\n...**.\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.*...\n.*....\n......\n....*.\n...*..\n..*..*\n...*.*\n.*.*.*\n*.**.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*.*\n**.\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*.\n...*.**....\n.....***...\n.*....**..*\n***.....***\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.*...\n....*......\n***..*....*\n***....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....**.\n....**.*...\n....*......\n.**..*....*\n..*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n..*...\n.***..\n*...**\n...*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n*...*.\n.****.\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n....*.\n******\n**..**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*..*\n..*.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n*...*.\n**..*.\n*.**..\n*.*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n**..**\n*.*.*.\n*.**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n**..*.\n*.*.*.\n*.**..\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n..****\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n..*......\n.........\n...**....\n......*..\n...**..*.\n.........\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n...*.....\n.........\n.........\n.........\n.........\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...\n**.....*....\n*......*....\n*..**..*....\n*....*..***.\n.***..*..**.\n.*....***...\n.......*.**.\n..........**\n*..*.......*\n..*******...\n```\n\n\n## Output without wrap\n\n```\n............\n**.....**...\n*.....***...\n**..*.**.*..\n*....****.*.\n***..**...*.\n.*....*.....\n......**.***\n.........*.*\n..**.***..**\n..******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****..*...\n**.....**...\n*.....***..*\n**..*.**.*..\n*....****.*.\n***..**...**\n.*....*.....\n......**.***\n*........*..\n*.**.***..**\n..*******...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n.......**..\n........*..\n...........\n....*......\n....**.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.......**..\n.......**..\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.......**..\n.......**..\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..*.*..\n*.*....*....*\n...*.**...*..\n..****.***...\n.*.*....*....\n**.*...*....*\n.....*.......\n.*..*..**....\n.............\n*.....****.*.\n**..**.*.....\n```\n\n\n## Output without wrap\n\n```\n.**..........\n***.***.*.*..\n.**..*.*.*...\n**...*.*.**..\n**...***.*...\n...*..*.*....\n*.**.*.*.....\n.*...**.*....\n.....**.*....\n**...*..*....\n**...*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....****..\n*.*....*.**.*\n***..*.*.*...\n.....*.*.**..\n**...***.*...\n*..*..*.*....\n****.*.*.....\n.....**.*....\n*....**.*....\n.*..*..***.**\n..**.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.**...\n***...\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n**..*\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n....**\n.*.*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*....*\n..**.*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n..**.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.****.*\n*.*.*.*..**\n******....*\n.***.**.**.\n*...**.*..*\n*...****.*.\n**...*.*.*.\n***.******.\n**.*..*..**\n.*.....*.**\n```\n\n\n## Output without wrap\n\n```\n...******..\n.*.***....*\n..........*\n.*.....*..*\n.*.....*...\n..**....*..\n..***...***\n...........\n.*..*....*.\n.***.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....\n...**..**..\n...........\n.......*.*.\n.......*.**\n.***....*.*\n..***...*..\n...........\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n..****\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........***..\n.......*...*..\n......**..*.*.\n...........***\n............**\n.**.**........\n.****.**...**.\n..*.**.....**.\n....*......**.\n....*.........\n..............\n```\n\n\n## Output without wrap\n\n```\n.......*****..\n......*.**..*.\n......*..*....\n............*.\n.....*........\n.....**...**.*\n.**...**..**.*\n.....*....*..*\n...........**.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.**..\n......*.**..*.\n......*..*....\n*...........**\n.*...*.......*\n.*...**...**..\n..*...**..**..\n.....*....*..*\n...........**.\n...........*..\n..........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.\n...*....**.\n...**..*...\n........*..\n......**...\n........*..\n...........\n.*.........\n...........\n...........\n...*.......\n.*...**....\n```\n\n\n## Output without wrap\n\n```\n........**.\n...**...**.\n...**..*.*.\n......*.*..\n.......**..\n.......*...\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n...**...**.\n...**..*.*.\n......*.*..\n.......**..\n.......*...\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n.**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n..****..\n.*.*.*..\n*...*..*\n.**....*\n..*.*...\n...*....\n..*.*...\n..*...*.\n*.*.**..\n```\n\n\n## Output without wrap\n\n```\n...**...\n.*.*.**.\n**....*.\n*..**.*.\n*.......\n........\n..*.....\n.**.....\n.**.*...\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n*..****.\n**......\n...**...\n.*....**\n*.......\n..*.....\n.**.....\n..*.*...\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n..**\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n*...*.*\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..*..*.\n..*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...**...\n........\n...**...\n........\n..****..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n........\n........\n...**...\n..****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n*.****..*\n***.*..*.\n****..*.*\n**.***.**\n*.**.***.\n*****.*.*\n```\n\n\n## Output without wrap\n\n```\n.......**\n.........\n......*.*\n......*.*\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......**.\n......**.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n....**\n......\n*.**.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n...*.*\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..***.\n*..*..\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***..*\n.*.***..\n*...*..*\n.*......\n*....**.\n.*...*.*\n.****...\n*.*...*.\n```\n\n\n## Output without wrap\n\n```\n.**..*..\n**...**.\n******..\n**...**.\n**...**.\n**.*.*..\n*..****.\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n.*...**.\n******..\n.*...**.\n**...***\n.*.*.*.*\n...*****\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.**.*\n*....******\n**......**.\n.**...*.**.\n.......***.\n........**.\n..**....*.*\n...***...**\n....***..*.\n....*..***.\n..*****...*\n..**..*****\n***...**.*.\n```\n\n\n## Output without wrap\n\n```\n**...*....*\n.....*....*\n*.*..*.....\n***.......*\n..........*\n..........*\n..**....*.*\n..*...*.*.*\n......**...\n.......****\n..*.......*\n..........*\n.***..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....\n.....*.....\n..*..*.....\n***........\n..........*\n..........*\n..**....*.*\n..*...*.*.*\n......**...\n.......****\n..*.......*\n...........\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*..*\n...*\n....\n...*\n...*\n....\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n..*.\n*..*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.*\n*.*..*..*\n*..**...*\n.*.....*.\n.*****..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.**.*.*.*\n*..***...\n*....****\n*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*..\n.**.****.\n...***...\n**.....**\n..*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n.*.*\n*.**\n*.**\n...*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n....\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*..\n....\n....\n....\n.*..\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n..*.\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n..**\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**...*\n*..*..\n....*.\n.**.**\n......\n.**..*\n....*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.*...\n**..*.\n.**.**\n...***\n...***\n......\n..*.**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n..*..*\n**..*.\n***.*.\n...***\n...***\n......\n..*.**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n*.*\n...\n**.\n*.*\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n...\n*..\n**.\n*..\n..*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n**.\n*.*\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****..*..\n.**...*..***\n*.*.******..\n*.**.**..***\n....*..**...\n***.****....\n*.*....**...\n```\n\n\n## Output without wrap\n\n```\n.*****......\n*.*.........\n...*........\n.*........*.\n...*.....**.\n*.*.****....\n..**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****....*.\n............\n**.*......*.\n..........**\n*..*.....**.\n*..*....*.*.\n*.*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*..*.*\n*..***\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n........**....\n.......*..*...\n........**....\n..............\n..............\n.........**...\n.........**...\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n........**....\n.......*..*...\n........**....\n..............\n..............\n.........**...\n.........**...\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..............\n..............\n........**....\n.......*..*...\n........**....\n..............\n..............\n.........**...\n.........**...\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n...*...\n*.**...\n....*.*\n.......\n.......\n.*...*.\n*......\n.......\n...*...\n*....*.\n...*...\n***..*.\n...**..\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*.*..\n.......\n..***..\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n..*....\n*...*..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n..*..*.\n.......\n..***..\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n..*....\n*....*.\n.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......*\n**......*.\n**.....*..\n.**.......\n.*.....*..\n**......**\n..*.....**\n```\n\n\n## Output without wrap\n\n```\n**........\n..*.....*.\n..........\n..*.......\n........*.\n***....*.*\n.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..*.....*.\n.........*\n..*.......\n........**\n.**....*..\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*...*\n....*.\n**..*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**..**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*..*.\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.****\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n*..**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*..*.\n......*.**.***\n*.......*..***\n.......*.**.*.\n..*.....*.**..\n.**.....***.*.\n.**...**......\n.....***......\n*...**......**\n....***..**.**\n.....*.***....\n.*...*.*..***.\n***..**.***...\n.***..*..*....\n```\n\n\n## Output without wrap\n\n```\n.......*..***.\n.......*...**.\n........*.....\n..............\n..*....**.....\n...*....**....\n.****...**....\n.**...*.*...*.\n......**.....*\n......**..*...\n.*....*.*....*\n***..**.......\n*.......*.*...\n...*.*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...******.**\n**......***.*.\n........*.....\n.*............\n..*....**.....\n...*....**....\n.****...**....\n..*...*.*...**\n......**......\n*.....**..*...\n......*.*....*\n***..**......*\n*.....*......*\n****..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*\n...*.*.**\n..*..*...\n..*.**...\n..**.....\n*..*.....\n*...*....\n....*...*\n....*.*.*\n*.*...*.*\n```\n\n\n## Output without wrap\n\n```\n....*..**\n..**..***\n..*..*...\n.**.**...\n.**......\n.****....\n...**....\n...**..*.\n...*....*\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*..\n..**..***\n..*..*...\n.**.**...\n.**......\n.****....\n*..**...*\n*..**..**\n...*....*\n*..*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**..*.\n*.*.*..**.*\n.******.**.\n*..******.*\n**..*....**\n*.**.*.***.\n.**...*...*\n.....**...*\n.....*....*\n.....*....*\n....**..**.\n......*.***\n```\n\n\n## Output without wrap\n\n```\n.*....****.\n*.....***.*\n**.......**\n**.......**\n**..****.*.\n*....****..\n.**.....*.*\n..*...*.*..\n....*......\n........*.*\n....*...*..\n....**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******....\n...........\n...........\n...........\n....****...\n.....*****.\n*.*.....*.*\n.**...*.*..\n*...*......\n*.......*.*\n*...*......\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n...*.*\n..**.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n.**...\n...*..\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n...*.*\n*.**.*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n*.*.....\n*.*.....\n..*....*\n...*.**.\n........\n........\n****.*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*.*....\n.*.*....\n..*.....\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n****..*.\n...*..*.\n.*.*..*.\n..*...**\n........\n..*....*\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*..*\n....*\n**...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.*..*\n*....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**..\n**.****.\n.*.*....\n**.**...\n*.*.*...\n****..**\n.**.**..\n.***.**.\n**....**\n*.******\n..****.*\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n........\n....**..\n....**..\n.....**.\n......**\n........\n........\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*.....*.\n*......*\n....**..\n....****\n.....**.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..*..\n....*...*..\n....*...*..\n...*.*....*\n.....*....*\n..****.**..\n.*...**..*.\n..*..**.*..\n.**...*.*.*\n*....**.*.*\n***...**..*\n```\n\n\n## Output without wrap\n\n```\n..***...*..\n..*...*.**.\n...****..**\n...*.**.***\n..***.*..**\n.***.....**\n.*.*...*.*.\n..*.....**.\n.**....**..\n*.*..*..*..\n**...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...*\n.......*..*\n...****..**\n...*.**.***\n..***.*..**\n.***.....**\n.*.*...*.**\n*.*.....*.*\n***....**..\n*......**..\n....*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n.**\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n***\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n****.*\n**.***\n****.*\n..**.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n.....*\n*....*\n.....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.....*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*******\n.*****.*.*\n.**..*.*.*\n.**.***.**\n*.*..*.*..\n..****..*.\n.**..*...*\n```\n\n\n## Output without wrap\n\n```\n.*.....*.*\n*........*\n*......*.*\n*...*....*\n.......*.*\n.....*..*.\n.**..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n.........*\n.......*.*\n....*....*\n*......*..\n*....*..**\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n...\n***\n...\n***\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n***..\n*.*..\n...**\n....*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n..*.*\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n**.*.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..**\n**..\n*...\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*..*\n..*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n....\n****\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....**.\n.***.*..**.\n*..*******.\n```\n\n\n## Output without wrap\n\n```\n***.*....*.\n**.*.*.*..*\n***.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...*\n.....**...*\n.....**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n***..*..**\n...*.**.*.\n****.**.**\n...*.....*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n.**.******\n...*......\n.*.*.**.**\n.*.**...**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n**.......*\n***.******\n...*......\n**.*.**.*.\n.*.**...**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n......\n**....\n**....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..**..\n.**...\n..*...\n```\n\n\n## Output without wrap\n\n```\n.***..\n...*..\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...*..\n.*....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n....*.....\n*.**...*..\n.*........\n.*....*...\n***.......\n**........\n*........*\n*.**..*...\n.*........\n***.*.....\n.***.*.*..\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n...*..**..\n.***......\n**........\n..........\n..*.......\n..*.......\n*.*.......\n*.*.......\n..........\n*...*.....\n*....*....\n.**.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n...*..**..\n.***......\n**........\n..........\n..*.......\n..*.......\n..*......*\n*.*......*\n..........\n*...*.....\n*....*....\n.**.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........*\n........*....\n........****.\n.*........*.*\n.*........*.*\n...........*.\n```\n\n\n## Output without wrap\n\n```\n.............\n........*.**.\n........*.**.\n............*\n..........*.*\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n........*.***\n........*.**.\n............*\n..........*.*\n...........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..**.*\n.*...*\n***...\n.*..*.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*....\n....*.\n.**.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*..*\n**...*\n*.*..*\n.....*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n....***\n.....*.\n.......\n...*...\n..***..\n...*.*.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n...**.*\n....**.\n.......\n..**...\n.**.*..\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....*..\n...**.*\n....**.\n.......\n..**...\n.**.*..\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...*..*\n.....*...***..\n......**.**...\n....*.*.....**\n```\n\n\n## Output without wrap\n\n```\n......*.****..\n.....*.....**.\n.........*....\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......*\n.....*.....**.\n.....*.......*\n......*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n..*..*..\n*.*....*\n.*...*..\n...*...*\n.*.**...\n****.***\n**..*..*\n```\n\n\n## Output without wrap\n\n```\n.*......\n..**....\n..*...*.\n.**...*.\n...*....\n**...*.*\n.....***\n*..***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*\n*.**...*\n*.*...*.\n.**...**\n*..*....\n.*...*..\n.....**.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n***.*.**\n**.*****\n*.**.*.*\n.**..*.*\n**...**.\n*.******\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n*......*\n...*.*.*\n*.......\n*.***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n...*.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n......\n***...\n.**...\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n*.....\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*..*..\n*....*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...****\n*..*.*.\n...**..\n*...*..\n.....*.\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*.**\n..*...*\n...*.*.\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n...*.**\n..*....\n...*.**\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n....*.\n.*****\n*.***.\n......\n......\n......\n......\n......\n*....*\n..*.**\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*.**\n.*...*\n.....*\n...*..\n......\n......\n......\n......\n....**\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n......\n..*.**\n**....\n*.....\n...*..\n......\n......\n......\n......\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..***.**..*\n.*.*.*.*******\n****.******..*\n********.*****\n*.*****.****..\n**.***...*.***\n```\n\n\n## Output without wrap\n\n```\n..***.........\n..***.........\n..............\n..............\n............*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n.....***\n........\n........\n........\n*......*\n......*.\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n......**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*....**.\n......*.\n........\n........\n........\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.*.......\n.*.......\n..**.....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.*.......\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.*.......\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.****\n*****\n***..\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.....\n....*\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*..*\n.........*..*\n.........*..*\n..........*..\n.....*.*...**\n.....*.*.....\n....***......\n.............\n....**..*....\n**.......**.*\n..*......**.*\n*........*...\n***.........*\n.........*..*\n```\n\n\n## Output without wrap\n\n```\n.........***.\n........*...*\n........*....\n.........*..*\n...........*.\n.....**......\n.....***.....\n......*......\n.........*...\n........*....\n*.......*..*.\n*........**..\n*.*.......*..\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*....\n*............\n*.......*....\n.........*..*\n...........*.\n.....**......\n.....***.....\n......*......\n**.......*..*\n.*......*..**\n.*......*...*\n*........****\n.**.........*\n.*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n**..\n..*.\n*.**\n*.**\n.**.\n*..*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n*.**\n....\n*...\n*...\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n**.*\n..*.\n*...\n....\n....\n****\n****\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n.*..*..\n.*..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.****..\n.****..\n.****..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n.*..*.\n*.*...\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.***..\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.***..\n.***..\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n*****.\n.***..\n.**..*\n...*.*\n.****.\n```\n\n\n## Output without wrap\n\n```\n....*.\n*...*.\n......\n.*....\n.....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*...*.\n.....*\n.*....\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*....\n*****\n*..*.\n.....\n.**..\n**...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n*.*.*\n*...*\n.....\n*..*.\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*...\n..***\n...**\n...**\n*....\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.....*..\n....*.*.\n.....*..\n.....*..\n.*......\n....**..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*..\n....*.*.\n....*.*.\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n....*.*.\n....*.*.\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n***.\n.***\n.*..\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n....\n.**.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n...*\n....\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...*......\n..**......\n..*.**....\n*..*.**...\n...*.....*\n....*....*\n*...*.....\n**........\n..***.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..*.......\n.**..**...\n..**.**...\n...*.*....\n...**.....\n**........\n***.*.....\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n..**......\n..*.......\n.**..**...\n..**.**...\n*..*.*...*\n*..**....*\n**.......*\n***.*.....\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n*...**\n*.....\n*...*.\n....*.\n.**...\n....**\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**..**\n......\n.*.*..\n...***\n.**.**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*....*\n**..*.\n......\n.*.*.*\n...***\n.**.**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*.**.*\n***.*.\n*.**..\n*...*.\n..****\n..*..*\n*....*\n.*.*..\n..*.**\n**....\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*.*..*\n*...*.\n*.*.*.\n.....*\n.**..*\n.**..*\n.**.*.\n.***.*\n*.***.\n*.*.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n....*.\n*.*.*.\n*.....\n***...\n.**...\n***.**\n.***..\n..****\n..*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..*..\n.....*.*...\n...........\n```\n\n\n## Output without wrap\n\n```\n....***....\n....***....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***....\n....***....\n....***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n*..*..\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..**..\n*****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n..**.*\n******\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.....\n..*.*.....\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n.**.......\n..*.**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**....\n..*.**....\n..*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n***.\n...*\n*...\n..*.\n*..*\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*...\n*.*.\n....\n.*..\n.*..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n....\n..**\n...*\n**..\n**.*\n.**.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.**..........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n...**.\n..*..*\n*.....\n..**.*\n....**\n```\n\n\n## Output without wrap\n\n```\n...**.\n..***.\n...**.\n.****.\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..****\n...***\n******\n*..*.*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n****.*\n**...*\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n...*.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n...**.\n...*..\n.....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n...**\n***..\n.....\n*...*\n.***.\n..*..\n..*..\n*****\n.....\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n.*..*\n.***.\n*....\n.***.\n.***.\n.....\n.....\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n.*...\n*****\n....*\n*****\n*****\n.....\n*...*\n*****\n*****\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n.*....\n.***..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n...**.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....*.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*...**\n.*...*\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.**...\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.****.\n...**.\n.....*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n..**.*\n.*...*\n...*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.***.*\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n.***.*\n*..*..\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.*.\n...\n...\n...\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.*.*..\n...**.\n....*.\n......\n*...**\n**..*.\n.*.*..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n..***.\n...**.\n....**\n**..**\n******\n.*.*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n*.**..\n..***.\n...**.\n....*.\n**..*.\n.****.\n.*.*.*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.*.\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....**..\n..*..*..**.\n...**...*..\n.....**...*\n```\n\n\n## Output without wrap\n\n```\n.......***.\n..***....*.\n...**.***..\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**..\n..***....*.\n...**.***..\n....***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n**..\n***.\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..*.\n....\n..**\n..**\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n***.....\n*......*\n***.....\n.**.....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n*.*.....\n........\n*.*.....\n...*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n..*....*\n.......*\n..*....*\n...*....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*.*\n**.*\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n**.*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n.*.**.\n.*.*..\n*.**..\n*...**\n```\n\n\n## Output without wrap\n\n```\n...**.\n**.**.\n**....\n*.**..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**.***\n**....\n*.**..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.**..*\n.*.**.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n.***.*\n**.*..\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.***.*\n.*.*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n......\n*.*...\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n*.*...\n*...*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....*.*\n....*.*\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....*..\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....*..\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.**...\n*....*\n.**...\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n*.....\n.**.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.**..*\n*.....\n.**.**\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n..*.*\n**...\n..*..\n***.*\n*.**.\n.*.**\n.*..*\n...**\n..*..\n..*.*\n.**.*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n....*\n.*..*\n...*.\n.*...\n*....\n**...\n.**.*\n..*.*\n.**.*\n..*..\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n*....\n.....\n*...*\n*....\n.....\n*****\n***.*\n..*..\n*.*.*\n***.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n.*......\n.**.**.*\n....*.**\n....*...\n.*...*.*\n.*.*.*..\n.*.*.*.*\n*..***.*\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*....\n.*...*.*\n..*....*\n...**..*\n.*..***.\n*....*..\n*..*.**.\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*.*\n.....*..\n..*.....\n...**...\n*...***.\n.*...*.*\n.*...*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n......\n*....*\n*...**\n.***.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.**.*\n....**\n*.**.*\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n*...*.\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n..*.*\n***.*\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.....\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.......\n**.*...\n****...\n..***.*\n**.*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n*..*...\n*......\n....**.\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n..*....\n*..*...\n......*\n....***\n...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..........\n*..*..****...*\n*.....*****...\n*..*.**..*....\n*..**.........\n```\n\n\n## Output without wrap\n\n```\n.......*......\n**.....*.*....\n....*.*...**..\n**.*..*..**...\n..**.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**......\n...*...*.*...*\n....*.*...**..\n...*.**..**...\n.....*.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.....\n*....\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n....*\n*..**\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n.*..*.\n**.***\n***...\n*.**.*\n......\n*.....\n*...**\n.*...*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n*****.\n......\n...***\n.....*\n*.**..\n.*....\n......\n**..**\n.*...*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n...**.\n......\n*.**.*\n**...*\n*.....\n.*..*.\n.*....\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**.***\n******\n...***\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*.*****\n****.**\n**.**.*\n.******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n...*..\n...*..\n.....*\n.....*\n*...**\n*...*.\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..***.\n....*.\n....*.\n.....*\n....**\n**.**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..***.\n....*.\n....*.\n......\n*...*.\n**.**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..**\n*.**.**.*.\n.*...****.\n.*..**.*.*\n```\n\n\n## Output without wrap\n\n```\n....******\n.**.......\n**.*.....*\n....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n***.......\n.*.*......\n....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.**..*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.**...\n*....*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n*........\n*.*.***.*\n*.***..*.\n*.*.*****\n.*.*....*\n```\n\n\n## Output without wrap\n\n```\n**.......\n*.**.*...\n*.*.****.\n*.*......\n*....**.*\n.******.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n..**.*...\n*.*.****.\n..*......\n.....**..\n...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..***.\n...**.\n..**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.........\n....*.......*.\n...*........*.\n...*.....*....\n*****..****.**\n...***..**..**\n...**.....*...\n....**...***..\n....***..**...\n*...*...*.....\n.*..***..**.**\n.*.*.*...**..*\n...**...**..**\n```\n\n\n## Output without wrap\n\n```\n..............\n...**.........\n...**.........\n.*.......*****\n.*...*.*..****\n.*...*.*....**\n........*...*.\n......*....*..\n...*..*.*..*..\n...*...**..*..\n****..*.*.****\n...*..*.......\n..***...***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......**\n...**.........\n...**.........\n**.......****.\n**...*.*..***.\n.*...*.*....*.\n........*...*.\n......*....*..\n...*..*.*..*..\n*..*...**..*.*\n.***..*.*.****\n...*..*.......\n*.**.*..***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n....\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.*.....\n..*...*.\n..*...*.\n..*...*.\n*....*..\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n..**....\n.***.***\n.*...**.\n.....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.*......\n..**...*\n.***.***\n.*...***\n.....*..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**.***\n...*..\n.*****\n...*..\n..*...\n......\n......\n.*....\n..*...\n......\n......\n..*...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n***.*.\n**.**.\n*.....\n......\n.*....\n......\n......\n......\n......\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n**.***\n......\n......\n.*....\n......\n......\n......\n......\n......\n......\n......\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n*.....*.\n*.....*.\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n.*........\n.*.....*..\n....*..*..\n.....*....\n...**....*\n.....*....\n..........\n....**....\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n......*...\n...*.*....\n....**....\n....*.....\n....**....\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n......*...\n...*.*....\n....**....\n....*.....\n....**....\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*..\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n........*....\n....*........\n....*........\n.............\n...........**\n*...........*\n**..........*\n.*...........\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...........**\n**..........*\n**...........\n**...........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n*..........**\n.*...........\n.*..........*\n.*...........\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**\n*.**..**\n..*.*.*.\n.*..****\n..******\n.******.\n***.****\n*******.\n*..*...*\n*.*...*.\n***.**..\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.*.**.*.\n.*......\n........\n........\n........\n........\n........\n.*...**.\n.*.**.*.\n.*......\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n.*......\n........\n........\n........\n........\n.....*..\n...**.*.\n...**.*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**\n*****..*\n*****..*\n*******.\n*.****.*\n```\n\n\n## Output without wrap\n\n```\n*...****\n.......*\n.......*\n.......*\n*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*.*\n****.*.*.*\n****.*.***\n```\n\n\n## Output without wrap\n\n```\n......*...\n....*.....\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**.\n....**.**.\n....**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n.**\n*..\n*.*\n.**\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n*.*\n..*\n...\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******\n*.*..*.*\n**.****.\n```\n\n\n## Output without wrap\n\n```\n.*****.*\n*......*\n*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n..**\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n*..*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n..**\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....**..*\n*..*...**....\n*.*..**.....*\n*.....*...*..\n```\n\n\n## Output without wrap\n\n```\n...*..*..*...\n.*.**....*...\n**......*....\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*........\n.****.*..*..*\n...*.....**.*\n..*..*.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n.*.*..\n*.**.*\n.*.*.*\n.*.*..\n*..***\n```\n\n\n## Output without wrap\n\n```\n**.*..\n......\n*..*..\n**.*..\n**.*.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n...*.*\n.*.*.*\n.*.*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n..*..*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n....*.\n...***\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...***\n..*..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*..*\n...***\n*.*..*\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n...*.\n..*..\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..***\n..*.*\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.**..\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n***\n...\n***\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n...\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n...*.*....\n....*.**..\n.........*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n....*.*...\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n....*.*...\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........*..\n....*.........\n..........*...\n..............\n....**........\n...***........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.........\n..............\n..............\n..............\n..**..........\n..**.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n....**.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**....\n..*..*....\n..**.*....\n```\n\n\n## Output without wrap\n\n```\n...***....\n.**..**...\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**...\n.**..**...\n.**..**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**\n*******\n*.*****\n.******\n***..**\n******.\n*****.*\n**.****\n***.***\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n......*\n*......\n*......\n.......\n.......\n.......\n......*\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*.**\n***.*\n*.***\n*.***\n***.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n**...\n**...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n..........\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n....*.*\n....**.\n.....**\n*.....*\n**.....\n.......\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*.*\n...**..\n....*.*\n**...**\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.....*.\n...**..\n....**.\n.*...*.\n**....*\n*......\n......*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n..**.*..\n.*......\n*..*.***\n..*.....\n...*.*.*\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*......\n.*.**...\n.*...**.\n.***.*.*\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*\n*....*.*\n...**...\n.....*..\n..**.*..\n*...*...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n.***\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n.*.*\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*..*\n*.**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.**\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n**..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*.*.\n.*.**\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n.....*...\n**..*...*\n..**.....\n.......**\n**.......\n.*.*....*\n*...*....\n*...*....\n```\n\n\n## Output without wrap\n\n```\n.........\n**..**...\n.****....\n.***...**\n.**......\n***....**\n.**......\n**.**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.*..**..*\n*****....\n.***...*.\n***.....*\n.**....*.\n.**.....*\n**.**...*\n**..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.....\n.....\n...*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n..***.\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..***.\n..*.*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..***.\n..*.*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n.**...*.\n..*..**.\n.....*.*\n*....*.*\n..*...*.\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n.**...*.\n.*****.*\n....**.*\n..**.*.*\n.*.**.*.\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n...*..*.\n..****.*\n....**..\n..**.*..\n.*.**.**\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n.........*\n..*.......\n...*.**.*.\n*...*.****\n...**..*..\n*...**....\n......*.*.\n.*.....*.*\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...***....\n....**..**\n...*.***.*\n...*.*.**.\n...*......\n..........\n.........*\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...***....\n....**....\n...*.*****\n...*.*.**.\n*..*......\n.........*\n..........\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n**....\n*...**\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n******\n******\n***.**\n******\n*.*.**\n.*****\n****..\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*.....\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n***.\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n...***\n..*.*.\n.**.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.....*\n.**...\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n.....*\n***...\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.**.*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.*\n***...*.*\n.**.*..*.\n.*....**.\n***.*****\n```\n\n\n## Output without wrap\n\n```\n.....***.\n...**.*..\n...*.*.*.\n.*****...\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n...**....\n...*.*...\n..*..*...\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*..\n..*........\n...**......\n....*......\n....**.....\n```\n\n\n## Output without wrap\n\n```\n...........\n..*.*......\n...**......\n...........\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.....\n..*.*......\n...**......\n...........\n...***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n*....\n.*...\n..***\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n**.\n*..\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n.*..\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n.**.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n*.....*.\n*.....*.\n........\n*......*\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....***\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*...\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*...\n.***..\n.***..\n.*..*.\n......\n....*.\n....**\n......\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n......\n*...*.\n.*.*..\n......\n....**\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n...*..\n......\n*...*.\n.*.*..\n......\n....**\n....**\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n....\n....\n.**.\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n..*.\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n....\n..*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*.*\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n.*..\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n***.\n...*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n*.***\n.....\n.....\n.....\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n...*.\n...*.\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n***..\n...**\n...**\n.....\n.**..\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.*.*.\n....*\n....*\n.....\n.**..\n*....\n```\n\n\n## Output without wrap\n\n```\n**.**\n**...\n..***\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.*.*.\n*.***\n....*\n.....\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...*.\n.....\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****.*\n..*....**\n******...\n......***\n******..*\n..*...***\n*.*****..\n***.*..*.\n```\n\n\n## Output without wrap\n\n```\n.******.*\n*......**\n.*****...\n......***\n.*****...\n*.......*\n*...*...*\n*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.......*.\n******...\n......**.\n.*****...\n.........\n*...*....\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..**\n.*.*\n.*..\n..**\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*.*\n.*.*\n..*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n..*.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n..*.*..\n.......\n.*..*..\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.\n.......\n...*...\n....**.\n**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..**.\n...*.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n..***\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n..***\n.*.**\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*.\n........*\n**..**.**\n..**.****\n.**....*.\n.*****.*.\n..*.....*\n..*....**\n```\n\n\n## Output without wrap\n\n```\n.........\n....**..*\n.*****...\n*..*.*...\n.........\n....*.***\n....*.*.*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.\n....**...\n.*****...\n...*.*...\n*........\n*...*.***\n*...*.*.*\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.......**\n.........\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....*.\n............\n............\n............\n............\n............\n....**......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......\n............\n............\n............\n............\n............\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..**.*\n......\n...***\n*...*.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*..*\n...***\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n..*..*\n...***\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*....\n..*..*....\n...***....\n....**....\n.....*....\n..........\n..........\n...*.*....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..*..**...\n...*..*...\n...*..*...\n....**....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*..**...\n...*..*...\n...*..*...\n....**....\n..........\n..........\n..........\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n*.*..\n***..\n...*.\n*..**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n*.***\n*...*\n***.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n..***\n.....\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n***.*\n**.*.\n**.**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.*.**\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**.*.\n*..**.....\n..*...**.*\n..**.*...*\n.***.*...*\n...*....*.\n..*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.*....\n.*..*...*.\n.**..**.*.\n.....*...*\n.*......**\n.*...*.***\n...*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..*\n.*..*...**\n***..**.**\n.....*...*\n**......**\n.*...*.***\n..*.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n**.****.\n**...***\n.*.*****\n***.**.*\n.*.*...*\n*..*.**.\n**..*...\n*....**.\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n.****...\n.*.*....\n........\n........\n....*..*\n****.**.\n..*.*.*.\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n**.*....\n...*....\n........\n........\n....*...\n..**.*..\n.***....\n...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*...**\n....*.*..*..\n..**.*****..\n...*..*.....\n...*...*****\n.*..*.......\n..*****.....\n....*..*....\n**..*..**..*\n..**..*....*\n```\n\n\n## Output without wrap\n\n```\n...*.*....*.\n....*....*..\n..**....**..\n...*.*......\n..***..****.\n......*****.\n..*...*.....\n.**....**...\n.**.*****...\n.***...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**..**\n....*....*..\n..**....**..\n...*.*......\n..***..****.\n......*****.\n..*...*.....\n***....**...\n***.*****..*\n....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n*.*.*.\n**.***\n.***..\n.*.***\n.**.**\n..**.*\n*..**.\n*..*.*\n*..*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.**.*\n......\n......\n......\n......\n......\n**...*\n*..*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..**..\n......\n......\n......\n......\n**....\n**....\n...***\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n...*\n..**\n*...\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n.*..\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n..*.\n....\n**.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.*........\n.*........\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n***.......\n***.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n****.\n*****\n*****\n*****\n****.\n****.\n***..\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n.***.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*****\n.*.**\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*.*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..***\n..*..\n.*.*.\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n....*\n..*.*\n.*..*\n**...\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n..*.*\n.*..*\n**...\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*.*..\n..*..\n.*.**\n*..*.\n...**\n...**\n...**\n*..**\n...*.\n..**.\n..***\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.**..\n..**.\n..**.\n.....\n.***.\n.***.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**.*\n..*..\n..**.\n..**.\n*...*\n..**.\n..**.\n.*...\n.....\n.....\n*....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*.*.....\n...*.....\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n.*.*.....\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*......\n.*.*.....\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.\n*.*..*.*\n.**.**.*\n..***.*.\n....****\n*****.**\n*.*.***.\n*.*.*..*\n.**.****\n**.**.**\n```\n\n\n## Output without wrap\n\n```\n*******.\n*.****.*\n.*......\n........\n..*.....\n.*......\n*.......\n.*......\n*.**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n**......\n**......\n..*.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n****\n****\n****\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n...*.\n*....\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n....*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*..**\n*...*\n**..*\n**...\n*.*..\n**.**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.****\n*.*.*\n*...*\n.....\n..*..\n..**.\n*..**\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*..\n.....\n.....\n..*..\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n........*\n...**....\n.*..*...*\n.**.*.***\n.**...**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**....\n...***.*.\n*..**.*.*\n.**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n*.......*\n*..**....\n...***.**\n.*.**.*..\n.**..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n***\n...\n...\n...\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**.**\n********.*\n**********\n**.*******\n..****.***\n.*********\n*****..***\n*.********\n**.*******\n*..*******\n***.***.*.\n.*********\n**********\n**.*****.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n**........\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..**.*\n.*..**\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*....\n.*.*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n.........\n.........\n........*\n*........\n.........\n.........\n.**......\n*..*.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.**......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n.**......\n.........\n.........\n.........\n.........\n.........\n.**......\n**.*.....\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n****.\n.*..*\n**..*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.**\n**..*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*..*...\n**.*.**\n**..**.\n.*...**\n*..*..*\n...*...\n.**..*.\n***.*..\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*..**..\n...*.**\n.......\n.**...*\n..*.***\n.*.**..\n*...*..\n*.****.\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n...**..\n...*.*.\n.......\n.**....\n*.*.***\n**.**.*\n*...*..\n*.*****\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.......**.*.\n....*.....*.\n*.*.**....*.\n*...*....*..\n..*.........\n...........*\n.......*....\n........**..\n............\n.......*....\n..**.*......\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n....*.....*.\n...*.*.....*\n......*..***\n....**......\n............\n............\n............\n.......***..\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n....*.......\n...*.*....*.\n......*..***\n....**....*.\n............\n............\n............\n.......***..\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*...\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....\n..**.*..\n....****\n....****\n.*......\n***.....\n*......*\n**......\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n.*.**...\n...**.*.\n.*...*.*\n*.**.**.\n*.**....\n........\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*.\n**....**\n.*.**...\n.*...*..\n.***.*..\n..**...*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.......\n.......\n.......\n**.**..\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n***....\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n.......\n***....\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.*.**\n****.*\n*.**.*\n******\n.**.*.\n******\n*****.\n*****.\n*****.\n*.*.**\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n......\n*....*\n.....*\n*....*\n......\n.....*\n......\n.....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n**....\n......\n......\n......\n......\n.**...\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....\n...****.\n..*..***\n.**.....\n........\n```\n\n\n## Output without wrap\n\n```\n..**.*..\n.*.....*\n.**....*\n.**...*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n.*.....*\n.**....*\n.**...*.\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**.*..\n**.*****..*.\n...*........\n.....*.....*\n```\n\n\n## Output without wrap\n\n```\n.**....**...\n.*.....**...\n..**........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....**.**\n.*.....**...\n*.**.......*\n..*..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n***.\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n*...\n..*.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n***.*.\n.**...\n**....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n*.**..\n......\n...*..\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n...*.*\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.*...\n...**\n.*.**\n..**.\n.***.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**.*\n...**\n.....\n.....\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.**..\n...**\n*....\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n***...\n*.**.*\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n*.*...\n...**.\n*.**..\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...**.\n*.**.*\n******\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n.**\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........***.\n......****.*\n....*..*....\n........**..\n...**..***..\n...*.*......\n....**....*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.....*......\n...***..***.\n..*...**.**.\n...*..****..\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.....\n......**....\n.....*......\n...***..***.\n..*...**.**.\n...*..*****.\n.......*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n***.\n*.**\n*...\n.*..\n.***\n**.*\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n*.**\n*.*.\n**..\n...*\n*..*\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n*.*.\n.*.*\n...*\n....\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*...\n*...*..*\n.**.*...\n....*..*\n*.*.....\n*.*.*...\n*...**..\n```\n\n\n## Output without wrap\n\n```\n**.*....\n*...**..\n.*..**..\n..*.....\n........\n*...**..\n.*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....**.*\n.*..**.*\n*.*.....\n*......*\n*...**.*\n*.*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n..*..\n.***.\n.**..\n**...\n.....\n.....\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n...*.\n...*.\n***..\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.***.\n...*.\n...*.\n***..\n.....\n*....\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*...\n*....\n.**.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n**...\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n**..*.\n.*...*\n*...*.\n.....*\n...*.*\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n..****\n***...\n......\n.....*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n***.**\n***.*.\n**..*.\n*...*.\n*...*.\n*...*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*\n..**..*.\n*.**..*.\n...**.*.\n********\n...*.*.*\n**...***\n.***..**\n*.**....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*....**\n......**\n**....**\n........\n**..*...\n...*.**.\n...*.**.\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n**....*.\n.......*\n**......\n........\n**..*...\n...*.*..\n..**.**.\n....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n..*..\n.*...\n.....\n.*...\n.....\n.....\n.....\n*.*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....*...\n....**....***.\n.******.......\n.**...*.......\n```\n\n\n## Output without wrap\n\n```\n..........**..\n.....*....**..\n.**..*....**..\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...**..\n......*...**..\n.**.......**..\n......**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.***..\n....**\n*****.\n.*....\n.**...\n**....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n*....*\n******\n....*.\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n**.*.*\n.....*\n******\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*........\n*.*.*...*.....\n.**.*.....*...\n............*.\n**..*....*....\n.....*...*...*\n.*.....*......\n.............*\n.*.......*...*\n..**...*......\n```\n\n\n## Output without wrap\n\n```\n.*............\n*.**..........\n*...*.........\n..**..........\n*.*...........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**........\n*.*.**........\n*...*.........\n*.**.........*\n*.*..........*\n.*...........*\n..............\n.*............\n*.*...........\n*.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n....*\n..*..\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n...*****.\n.**.*****\n*****..**\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*........\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n*..\n.*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n***..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n..**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..**.\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n**...*\n**...*\n***..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*.***\n.*..**\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n....**\n....**\n...*.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.....*...\n...*.*..*\n.....*...\n.....*...\n...*.*...\n........*\n.........\n.........\n.........\n.........\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n.....**..\n.....**..\n.....**..\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n.....**..\n.....**..\n.....**..\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.***..\n.*....\n*.....\n**.**.\n**.***\n*..*..\n..*...\n......\n**..*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n*..*..\n...*..\n**....\n*.*...\n...*.*\n.....*\n*..*..\n......\n.*....\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n...*..\n**....\n*.*..*\n...*..\n......\n*..*..\n......\n.*....\n.***..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......*\n.........*\n.........*\n..........\n...**.....\n*..*...***\n*......**.\n.........*\n...*...*..\n..******..\n....*.....\n***.......\n.*......**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n...**...*.\n...**..*..\n......**..\n.......*..\n..****..*.\n..*.....*.\n..**..**..\n*.**......\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.......**\n..........\n..........\n...**...**\n*..**..*..\n*.....**.*\n.......*.*\n..****....\n..*.....*.\n*.**..**..\n**......**\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.**.\n....\n...*\n....\n....\n.*.*\n...*\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n..**\n....\n....\n....\n**..\n***.\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n***\n**.\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...**.\n**....***..*\n..*.........\n.......*..*.\n..........*.\n......**....\n...*..**...*\n.*..*....*..\n............\n.....*****.*\n*.**.......*\n```\n\n\n## Output without wrap\n\n```\n......*****.\n.*....*****.\n.*....*.*...\n............\n......**....\n......**....\n.....****...\n............\n.....***.**.\n......***.*.\n......***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*****.\n**....******\n**....*.*..*\n............\n......**....\n......**....\n.....****...\n............\n.....***.**.\n*.....***.**\n*...**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*..\n.*****....\n*..*..**..\n....*....*\n....*..*..\n*....**...\n........**\n*......*..\n```\n\n\n## Output without wrap\n\n```\n.*..*.....\n*...**.*..\n.*....*...\n...******.\n....*.*...\n.....****.\n......***.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*...\n*...**.*..\n**....*...\n...******.\n....*.*...\n.....*****\n*.....****\n**.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n.....\n..*..\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*..*\n**...\n.....\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........**\n....**.....**\n....**.......\n...*.*.......\n.............\n***.......**.\n...........**\n...*.........\n..****.......\n..*.*........\n.............\n.............\n*...........*\n```\n\n\n## Output without wrap\n\n```\n...........**\n....**.....**\n...*..*......\n.....*.......\n.**..........\n.*........***\n.**.......***\n..**.........\n..*..*.......\n..*.**.......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n*...**.....*.\n...*..*......\n.....*.......\n.**..........\n**........**.\n***.......***\n..**.........\n..*..*.......\n..*.**.......\n.............\n.............\n*..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*..\n*.**.\n.***.\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n*....\n*...*\n*..*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..***\n*....\n.....\n...**\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n....*\n..***\n**.*.\n..**.\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n.**.*\n.***.\n****.\n**...\n*****\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n*.*.*\n..*..\n*.*..\n....*\n.**.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...**.\n..*...\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*.*.\n.*..*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n.*..*.\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n.........*.\n...........\n...........\n.......*...\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n...*..\n*.****\n**...*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n.***..\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.\n*.***..\n.**..*.\n...****\n...*.*.\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*..*.\n.**....\n......*\n..*..**\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..\n*......\n***...*\n*.....*\n...*.**\n.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...*.\n****.\n...*.\n.****\n*...*\n..**.\n*..**\n.**..\n...**\n.***.\n.*.*.\n.*.*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n.*.**\n*....\n.**.*\n....*\n.**..\n....*\n.**..\n....*\n.*...\n**.**\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.*.*.\n.....\n.**..\n*....\n.**..\n*...*\n.**..\n*...*\n**...\n**.**\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.**....\n*......\n..**...\n*......\n.**....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n...*...\n.*.....\n...*...\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*.....\n...*...\n.*.....\n...*...\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*.*\n......\n....*.\n......\n.**...\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n......\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n......\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n...*......\n..**......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..**......\n..**......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..**......\n..**......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*.*\n**.**.\n******\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n.....*....**\n....**...***\n...**.......\n...*........\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....**...*.*\n...*.*...*.*\n...*.*....*.\n...**.......\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n....**...*.*\n...*.*...*.*\n...*.*....*.\n...**.......\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.*..\n..*.*.*.*..\n.*.....*.*.\n.**..*..*..\n.*..*.*.**.\n.**.....**.\n*.........*\n...*....*..\n*..*.....**\n..*.*...*.*\n..*...**...\n```\n\n\n## Output without wrap\n\n```\n...*.**....\n.*.*....**.\n...*.....*.\n*..*...*...\n...***.*...\n*..*...***.\n*.*....**..\n.*.........\n.***...**.*\n.*..*..**..\n..*....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*......\n*..*.....*.\n...*.....**\n*..*...*..*\n*..***.*...\n...*...****\n*.*....***.\n...........\n..**...**.*\n....***....\n...*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n****\n***.\n****\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n...........*\n...*..**...*\n*.........*.\n...*....*...\n..*.........\n....*...*.*.\n.*...*..***.\n.....*...*.*\n..*.*.*..*..\n....*......*\n..*..*.....*\n............\n*.*.**..**..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..........**\n.......*....\n............\n...*.....*..\n........*.*.\n....**..*..*\n....***.....\n...**.......\n....*.....*.\n............\n.*.***......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n*.........**\n.......*...*\n............\n...*.....*..\n........*.*.\n....**..*..*\n....***.....\n...**.......\n....*.....*.\n............\n.*.***......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n*.....\n.*...*\n**...*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n.*...*\n.**.**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n....\n.*..\n*.*.\n****\n....\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n***.\n.*..\n*..*\n*.**\n*..*\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.**.\n.*..\n....\n*.*.\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...*\n*.......*\n**......*\n*.*.*....\n**.***...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n*.*..*...\n.**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****..\n....*....\n.........\n...***...\n..*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n..*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*..**\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n**.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..***.\n......\n......\n......\n......\n......\n......\n.***..\n.*....\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n...**.\n......\n......\n......\n......\n.**...\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n...**.\n......\n......\n......\n......\n.**...\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...**\n.*.*.\n...*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n..**.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n..**.\n..***\n.*.*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.\n..**...\n..*...*\n*....*.\n.**....\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n....*..\n.***...\n..*....\n*.**...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n.***..*\n*.*...*\n*.**..*\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n..*....\n..*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*....\n..*....\n..*....\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n*...*..\n*...*..\n*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n**..*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*..\n.....**...\n...**.....\n....***...\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....**...\n...*......\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.....**...\n...*......\n...*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n......**.\n.....*..*\n....*...*\n....*...*\n....*.*.*\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....***.\n....*...*\n...*....*\n...***.**\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.....***.\n*...*....\n...*.....\n*..***.*.\n....*...*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n...*\n*..*\n****\n...*\n*..*\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n**.*\n*..*\n...*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n.*..\n....\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..**....\n..*..**.*...\n.**...**....\n..**........\n...**.......\n..***.......\n...***......\n....*...*...\n.******.....\n```\n\n\n## Output without wrap\n\n```\n....****....\n..*.....*...\n..*..***....\n.....**.....\n............\n............\n............\n..*...*.....\n...***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n..*.**.*....\n..*..***....\n.....**.....\n............\n............\n............\n.....**.....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n....*\n....*\n**.**\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*.*\n*****\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n..*..\n.*.**\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.**.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.*.*.\n..**.\n.**.*\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n....*\n.*..*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n*...*\n**..*\n..*.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....*\n*........*..\n*.*.........\n...*.....*..\n......*..*..\n.*..*.*.*.*.\n......*.***.\n*.......*..*\n*......*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n........**..\n......***.*.\n.....**.....\n........*.**\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.*.........*\n.*..........\n........**..\n......***.*.\n.....**...*.\n*.......*.*.\n**.....**.*.\n.*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n..**...\n.*.*...\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n.*.*...\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..***..\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n.*.*..*...\n.*.*.*....\n..**.*....\n.......*..\n...*..*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.*...\n...*..**..\n.*....**..\n..*.**....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.*...\n...*..**..\n.*....**..\n..*.**....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..*..\n*****\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.*.\n*..*\n*..*\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*...\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n..**\n....\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.*..\n...**\n***.*\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n*...*\n.*..*\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.*.*\n.....\n**...\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n....\n.*..\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n...*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n*...\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.**\n.*..********\n.**********.\n***.********\n.***.*.***.*\n********.***\n**.********.\n**..*.***...\n*.********.*\n**.*.*.*.***\n*.**..***..*\n********.***\n****.******.\n```\n\n\n## Output without wrap\n\n```\n.**.........\n.**.........\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.**\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..**.\n*.*..\n.***.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*..*.\n.....\n....*\n.*.*.\n..*.*\n.....\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n..*.*\n.*..*\n.....\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n*....\n.**.*\n.....\n.....\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n**.***\n******\n******\n******\n**.*..\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*..*\n.***\n....\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.*.*\n.***\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**..\n.***\n.***\n....\n....\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n*******\n**..*.*\n*******\n***.*..\n**.***.\n.*.****\n******.\n..*****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.*.*.\n.....\n.**..\n*....\n...**\n.****\n.*..*\n**..*\n..**.\n...**\n..***\n**..*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n**.*.\n**...\n**...\n**.*.\n**.*.\n.....\n**...\n****.\n***..\n.....\n.*...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.*.**\n.*...\n...**\n...**\n...**\n.....\n*....\n***..\n***..\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**************\n**************\n.*********.***\n**********.***\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n*........*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n**......\n***.....\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..\n...*....\n*.*.*...\n.***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*.*..\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.........*...\n.......*..*..\n.............\n........**...\n.....*..*....\n....**.**....\n.....*.**....\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n........**...\n....***......\n....**...*...\n....**.**....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n........**...\n....***......\n....**...*...\n....**.**....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.....\n.....\n.....\n.....\n.....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*****\n.....\n*****\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*......\n*....*......\n*....*......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....*......\n.....*......\n.....*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*..*.\n..**...*..*.\n..**...*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*........**\n...**.......*.\n*****.........\n..............\n*...........**\n***.......*..*\n...*...*..***.\n*...*.***...**\n*.**..***.....\n*.*...........\n***...........\n..**..........\n```\n\n\n## Output without wrap\n\n```\n...*........**\n.*..*.......**\n.**...........\n*.**..........\n*..*........**\n*.**...**.****\n*...*****.****\n*.........*...\n*.**.****.....\n*.....**......\n.*............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........**\n..*.........*.\n.**...........\n.***..........\n.*.*..........\n.***...**.**..\n*...*****.**..\n*.........*..*\n..**.****.....\n*.....**.....*\n*............*\n.*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**......***\n....*....****\n*...**..*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.....*..*\n.*..**.......\n....**......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.......\n.*..**.......\n**..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.......\n*.****.......\n***.......*..\n..**........*\n..*...**.*.*.\n...*.*.**.**.\n.........*.*.\n.*..**.....*.\n..*.***...**.\n.***.*....**.\n.*........***\n**.........*.\n.*...*......*\n```\n\n\n## Output without wrap\n\n```\n.*...........\n*............\n.............\n...*......***\n...*..***....\n.........*...\n....***.*....\n....*.*...*..\n..**..**...**\n.....**......\n*............\n*.*..........\n*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***.....*\n**...........\n.*...........\n.*.*......*..\n...*..***....\n*........*...\n*...***.*....\n*...*.*...*..\n..**..**...**\n*....**......\n*............\n***..........\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*.*\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n..**\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*...**\n.**..***.*..\n*..*.**.*.**\n**.*****....\n```\n\n\n## Output without wrap\n\n```\n.......***..\n*****.......\n*..*...*..*.\n****....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*.\n.......*....\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..**..........\n..**..........\n..............\n.....***......\n.....*........\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..**..........\n..**..........\n.....**.......\n.....**.......\n.....**.......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..**..........\n..**..........\n.....**.......\n.....**.......\n.....**.......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***\n*...*.*\n*...*.*\n*....*.\n..***.*\n.**.***\n```\n\n\n## Output without wrap\n\n```\n.*.**.*\n*...*.*\n**..*.*\n.*....*\n..*...*\n.**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n....*..\n.*..*..\n**.....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n.*.......*\n..........\n.*......*.\n*.......**\n.......*..\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........**\n.......***\n......**..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..........\n*.........\n*.......*.\n*......***\n......**.*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n......\n......\n.*.*..\n...*..\n******\n**....\n*....*\n*....*\n.....*\n......\n......\n......\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n*.....\n*..**.\n...*.*\n*.....\n....**\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n......\n......\n..*...\n.....*\n...***\n...*..\n......\n....*.\n*....*\n......\n......\n......\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*...*.\n*..*..\n*.....\n*.**..\n```\n\n\n## Output without wrap\n\n```\n....**\n**.***\n**....\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n**.**.\n**....\n*.**.*\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n.**\n**.\n***\n**.\n**.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n..*\n...\n..*\n...\n...\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n*......\n....*.*\n.**..*.\n....***\n*.*..*.\n..***..\n**..**.\n.*.....\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*.*.\n.*..**.\n.....*.\n*.**.*.\n*.*.**.\n**..**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.....*.\n.*.....\n...*.*.\n*...*..\n*......\n*.**..*\n*.*.**.\n.**..*.\n***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**....\n...........\n**.........\n**.........\n**........*\n*.........*\n**..*......\n.***.*.....\n...**.*....\n.......**..\n.......**..\n........*..\n....**.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.*.........\n.*.........\n...........\n...........\n**..*......\n***........\n....*..*...\n....*.*.*..\n.........*.\n........*..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....\n.....*.....\n.*.........\n.*.........\n...........\n...........\n*...*......\n*.*........\n....*..*...\n....*.*.*..\n.........*.\n.....****..\n....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n*.*......\n*.*......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n....*..*.\n....*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******..**\n.***.***.**\n.*******.**\n*.****.**.*\n.***.******\n*****.*****\n*****.**.**\n***********\n****.******\n```\n\n\n## Output without wrap\n\n```\n.*.....****\n*..........\n*..........\n*..........\n...........\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n...*..\n*.*...\n......\n.....*\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n.****.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n******\n......\n......\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.**\n**.*.**.*\n***.*****\n*****.*..\n*****.**.\n*********\n*********\n*.*....**\n****..*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.........\n.......**\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n*....*...*\n*....*.*..\n....***..*\n*.......**\n*..*....*.\n**.....**.\n*.****.**.\n***..*.*.*\n***...****\n..*.**.*..\n*..*.*...*\n.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n........*.\n....****.*\n....**.***\n*.........\n*.....*..*\n...***...*\n.....*...*\n*...*....*\n*.*.**.*.*\n...*.*.**.\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....****\n*.......**\n*.......*.\n....****..\n*...**.**.\n..........\n*.....*...\n...***....\n.....*....\n....*.....\n..*.**.*..\n*..*.*.***\n***...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.......*\n...*.......*\n...*.......*\n```\n\n\n## Output without wrap\n\n```\n..***.......\n..***.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...*..\n.....*...*..\n.....*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n*..*\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*..\n....\n....\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n..*.*.*..\n.****....\n*..*.....\n..*.....*\n.*.*....*\n**.*...**\n*....*.*.\n*....*.*.\n.......*.\n.........\n.*.*.....\n.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n....*....\n.*..**...\n....*....\n.***.....\n**.*....*\n**..*.***\n*...*..*.\n.......**\n......*..\n.........\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*..\n....*....\n.*..**...\n*...*....\n.***....*\n.*.*.....\n.*..*.**.\n....*..*.\n.......*.\n......*.*\n.........\n....*....\n.*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n......\n......\n......\n******\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n.****.\n......\n.****.\n*****.\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n......\n******\n******\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n.........\n.........\n.........\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.........\n.........\n.........\n....**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n*.****\n****.*\n..****\n**.***\n*.****\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...\n****...\n*.*.*..\n```\n\n\n## Output without wrap\n\n```\n*..*...\n....*..\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....*.*\n....*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n..*.**\n..*.*.\n***..*\n*.*...\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.**...\n..*.**\n..*.**\n..*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...**\n..*.*.\n..*.**\n*.*.*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n**..\n....\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n**..\n**..\n.*..\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n...*.\n.....\n.*...\n..*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.....\n.....\n.....\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n....*\n*.**.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n*****\n****.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*****.\n*.*.**\n**.***\n...**.\n**..**\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n**....\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n......**\n........\n.......*\n.....*..\n........\n....*...\n..*..*..\n..*...*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......**\n........\n........\n........\n........\n...*.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n......**\n........\n........\n........\n........\n...*.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......*...\n*.....**.*\n*.....*...\n*......*..\n*.........\n...**...*.\n*..***..*.\n*...**....\n.........*\n..........\n..........\n..........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n.....***..\n**....*.*.\n**........\n..........\n...*.*....\n..........\n...*.*....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......**..\n*....***.*\n**....*.*.\n**.......*\n.........*\n...*.*....\n..........\n*..*.*....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*.\n.*..*..*.\n.**....*.\n.......*.\n.........\n..*...*..\n***......\n.*..****.\n......*..\n```\n\n\n## Output without wrap\n\n```\n..*...**.\n.*......*\n.*..***.*\n.......*.\n.........\n.***.....\n*..*...*.\n*.**.*..*\n.*...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.**\n.*.......\n.*..***.*\n.......*.\n.........\n.***.....\n*..*...*.\n*.**..**.\n.*..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*....\n*.*..*.*..\n.**.......\n.*..**.**.\n.*.*...*..\n.....*.**.\n..........\n....*.....\n*...*.....\n```\n\n\n## Output without wrap\n\n```\n.****.*...\n....*.*...\n*.****.**.\n**.**.***.\n..*..*....\n......***.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**...\n....*.*...\n*.****.**.\n**.**.***.\n..*..*....\n......***.\n..........\n..........\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n*.....\n***...\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.**.*\n*...**\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n******\n.*.*..\n*.*...\n**....\n.*.*.*\n.*****\n**.**.\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n.*....\n....*.\n.....*\n**...*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*...**\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*...\n......*....\n*.........*\n*........*.\n*........*.\n..*.*......\n..*........\n..*.***....\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.....**....\n...........\n**.........\n.*.........\n**.*.......\n.*..*......\n..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*...\n....***....\n**........*\n.*.........\n.*.........\n**.*.......\n.**.**.....\n..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.....*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n......\n*....*\n...*..\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n....*.\n*...*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...***\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..**..\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n...**.\n....*.\n..***.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...**.\n..*..*\n...**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...**.\n..*..*\n...**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n...*.\n***..\n.....\n.....\n.....\n.....\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.**..\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*..*.\n.**..\n.*...\n.....\n.....\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*.*.....\n***.*...\n*..*.**.\n*.**..*.\n**.**.*.\n.*......\n........\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.**....\n*.*.**..\n*....**.\n*.....**\n*..***..\n***.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*.**...*\n*.*.**..\n*....**.\n*.....*.\n*..***..\n***.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*...**\n*.....\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n***...\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n.*.*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n*.**.\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*..*.*\n...*.*\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n..**..\n*....*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*.***\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*.*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..***\n*..**...*.\n..........\n..........\n**....****\n*..**.*...\n.**..***.*\n.....*....\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n...**..*.*\n...**..*.*\n.........*\n........*.\n**..***..*\n*..***....\n*....*....\n.*..*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*....\n*.***.***.\n*.........\n.*........\n.*..***...\n...***....\n*....*....\n.....*.***\n...*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n.*....\n......\n......\n**....\n.*...*\n.*..*.\n.*..*.\n.*....\n.*..*.\n..**..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n***...\n...*..\n......\n......\n...*..\n*..*..\n.*....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n***...\n......\n......\n***...\n...***\n....**\n......\n...*..\n*..*..\n.*....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n..*..**\n**.*...\n**....*\n....***\n***.**.\n..*....\n..**...\n.***...\n..****.\n```\n\n\n## Output without wrap\n\n```\n...****\n..*..**\n*....**\n***.*.*\n..***.*\n.**.*.*\n....*..\n.......\n.*.....\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*.*..**\n.....*.\n.**.*..\n..***..\n***.*..\n....*..\n.......\n.*.....\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n..**.\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n.***\n*.*.\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n*.**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n*....\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n..***.\n***.**\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*.....\n*....*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n.*....\n***.*.\n*.*.**\n*..**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n....*.\n*.*.**\n*.*..*\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n....**\n..*.*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.**\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n*.****\n*.*..*\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n*.****\n*.**.*\n...**.\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.**.*\n...*..\n*..*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*........\n..*.........\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*.*.*\n*....\n...**\n**..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*..*.\n.*..*\n**.**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n...*.\n**...\n.*.*.\n*..**\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*****..**\n***.***..****\n***********.*\n*************\n*.*.*.**.*.*.\n****.********\n*..*.*..*****\n.**.********.\n.*****.******\n.***.**.****.\n**.****.*.***\n*******.*.*.*\n```\n\n\n## Output without wrap\n\n```\n........*....\n........*....\n.............\n.............\n.............\n.............\n**...........\n**...........\n.............\n.............\n...........*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.........*...\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n***.\n.*..\n....\n....\n**..\n.*..\n**..\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n***.\n.*..\n....\n.*..\n..*.\n.**.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n.*..\n....\n.*..\n..**\n.***\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...**\n*.*..\n*.*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n*.*..\n*.*..\n...**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n*.......\n..*....*\n*..*....\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n.*.*....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n***.....\n***.....\n.*.**...\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*.*.*.\n.**..*\n*....*\n*...**\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*.....\n*..*..\n.*....\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.*.\n...**.\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n*..*..*\n.*....*\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n***..**\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n.**..**\n.**...*\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n.*..*.....*.\n.*...*.....*\n......**....\n..*.*.......\n...*.....*..\n.*......*...\n..*........*\n............\n.*..........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.....**.....\n.....**.....\n...*........\n..**........\n..*.........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n*...........\n*....**.....\n.....**.....\n...*........\n..**........\n..*.........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n*.*.**.**\n..*...*..\n.**.**...\n*.......*\n..**.*...\n****.*...\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n..*..*.*.\n.......*.\n.*****...\n.*.*.....\n....*....\n*.*......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*.....*.*\n.**..*...\n.........\n..****.*.\n*..*....*\n*...*...*\n***.....*\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.********\n**.*****.***\n*.**********\n.***.*******\n```\n\n\n## Output without wrap\n\n```\n***........*\n*...........\n*...........\n.*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n...*.....\n..**.....\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n*......*.\n........*\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n........*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......**.\n*.......*...\n.*.*.....**.\n..*..******.\n............\n......*...*.\n.......***..\n..***.......\n.*..*...*...\n```\n\n\n## Output without wrap\n\n```\n.........*..\n***.....*...\n.**...*...*.\n..*...***.*.\n.....*..*.*.\n.......***..\n...*...***..\n..***..*.*..\n..*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**..\n***.....*..*\n.**...*...**\n..*...***.*.\n.....*..*.*.\n.......***..\n...*...***..\n..***..*.*..\n.*..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n....*.*.\n......*.\n..****..\n...**..*\n....*..*\n*.*.....\n....*...\n```\n\n\n## Output without wrap\n\n```\n.....*..\n........\n......*.\n..*..**.\n..*...*.\n....*...\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n.......*\n......*.\n..*..**.\n..*...*.\n*...*..*\n...*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.......**\n....*....\n.........\n.........\n...**....\n...*.....\n*........\n..*..*.**\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n.........\n.........\n...**....\n...**....\n.........\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.......**\n.........\n.........\n.........\n...**....\n...**....\n........*\n......*.*\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n..........\n..........\n.**.....*.\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.**.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n***.......\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*.***\n.*..*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.**\n*...*\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n***\n***\n***\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n*....**.\n.*....**\n*.......\n*.......\n...*....\n.....*..\n*...*...\n*.......\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....***\n**...***\n**......\n........\n........\n....*...\n........\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n*....**.\n.*...**.\n**......\n........\n........\n....*...\n........\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.**.*.\n.*..**....\n..*...*.*.\n.*.*...*..\n```\n\n\n## Output without wrap\n\n```\n***..**...\n**.**.....\n.*******..\n..*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.***..\n**.**....*\n.*******..\n**.***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.*.*.\n.*.*.\n.***.\n.....\n.***.\n...*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.....\n**.**\n...*.\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.*.*.\n...*.\n..**.\n.*.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.**....\n...*.*.**....\n....**.**....\n......**.....\n......**.....\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n........*....\n.....**.*....\n....**.......\n.....**......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n.....**.*....\n....**.......\n.....**......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n..*\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n..*\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n..**.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n..**.\n.....\n..**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n*..*.*\n.**.**\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..**.*\n*....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n******\n....**\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n....\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n.......*\n....*...\n...**...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n...**...\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n...**...\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n*.*......\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n**.**.\n*.*...\n***.**\n```\n\n\n## Output without wrap\n\n```\n*..*..\n....*.\n.....*\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n*....*.\n..**.**\n*.*.***\n.*.*.*.\n...***.\n..**...\n..*.*..\n.*.**..\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.*..\n..**...\n..*....\n.......\n.......\n....**.\n.*****.\n**..**.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***\n.*..*..\n.***...\n*.*....\n**....*\n.*....*\n....**.\n.*****.\n***.**.\n.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.*..\n*..*\n.*..\n.**.\n*.**\n*.**\n..*.\n.***\n*.*.\n*...\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n....\n....\n*...\n....\n....\n....\n..**\n.***\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n.*.*\n....\n....\n....\n....\n.*.*\n*...\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n...*.\n.*.**\n..*..\n**..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n....*\n.****\n....*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n**...\n*****\n.....\n**..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n***\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**..\n...........\n****.......\n.*.*.....**\n.**......**\n........***\n....**.**..\n```\n\n\n## Output without wrap\n\n```\n...........\n.***.......\n**.*.......\n...*.....**\n.**........\n.......*..*\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****..\n.***.......\n**.*......*\n...*.....*.\n.**........\n*......*..*\n....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..***....\n*.*......\n*.***....\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..**.....\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.**......\n.*.......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n.......*\n......*.\n.***...*\n...*..**\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**..**\n..**....\n...*..**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n*.**..*.\n..**....\n**..*.**\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...**\n...****.*.\n...**.*...\n*..*.*..*.\n..**.*....\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n...*.**..*\n......*...\n..***..*..\n...*..*...\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.**\n.....**.**\n......*...\n..***..*..\n..**...*..\n...*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.....\n...*......\n.*.*......\n..........\n...***.*..\n..*....*..\n..*..**...\n```\n\n\n## Output without wrap\n\n```\n..***.....\n...*......\n..*.......\n..**......\n...**.*...\n..*....*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n...*......\n..*.......\n..**......\n...**.*...\n..*....*..\n.**.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*..\n***.\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.*..\n.*..\n.*..\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n**...*..*\n.*..**...\n```\n\n\n## Output without wrap\n\n```\n**.......\n**..**...\n**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*\n.*..**..*\n.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*..\n***.\n*...\n.*.*\n****\n**.*\n.*..\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n*.*.\n*...\n...*\n...*\n...*\n...*\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n*.**\n....\n....\n....\n....\n....\n*.**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n**.**\n...*.\n*.***\n.*...\n*..*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n**.**\n*....\n..***\n*...*\n*..**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*...*\n.....\n*****\n.....\n**..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..**...\n..**...\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n...**........\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n...**........\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n...**........\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.**..*.*.\n....*...*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n**......*\n**......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n**..*..*\n*...**..\n*.**.*.*\n.**..***\n*....*..\n....*..*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n*.*.*...\n*...**..\n*....**.\n*.......\n*....*.*\n.*****..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*...**.\n.*...**.\n.*......\n.....*..\n.*****..\n*..**...\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****...*..\n.........**..\n*...**...*..*\n..*.*.*..*..*\n```\n\n\n## Output without wrap\n\n```\n....**...*.*.\n......*....*.\n...*.*..**.*.\n...*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..**.....\n......***....\n..*******....\n..*...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.*.**\n.*.*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n**...\n**.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*.*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**...\n...*.\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*....\n...*.\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....\n..*...*.\n..*.**.*\n*.***.**\n..*.*...\n*.******\n*.***...\n*..*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n.***.*..\n..*.***.\n.**.*..*\n...*..**\n......**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n*.*.****\n..*.*...\n*..*...*\n.*......\n*.....*.\n**....*.\n.**....*\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*..*..\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n*****.\n*.*..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n.....*..\n.....**.\n..*..*..\n.**...*.\n**...**.\n**......\n........\n....*..*\n*....***\n.*....**\n***...*.\n```\n\n\n## Output without wrap\n\n```\n........\n....*.*.\n....*...\n.****...\n..*...*.\n*....**.\n........\n........\n......*.\n......*.\n..*...*.\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*\n....*...\n....*...\n*****...\n*.*....*\n.....*..\n**....**\n......*.\n*.....**\n......*.\n........\n..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n.*.\n..*\n.**\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n.*.\n..*\n.**\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n.*.\n..*\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.....*\n*..***\n...***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n**..*.\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n........\n......*.\n.......*\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.....*..\n........\n........\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.**\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*.*..\n......\n.**.*.\n**.***\n**..*.\n..**..\n*....*\n*..*..\n.*...*\n**..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n.*.*..\n***.**\n.....*\n*....*\n*.***.\n.****.\n**..*.\n.**.*.\n***.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..*...\n.*.*..\n.**.*.\n......\n......\n..***.\n******\n.*..*.\n.**.**\n.**.*.\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*\n*.**.***\n...***.*\n*.**.*..\n**.**..*\n**.**..*\n*.**.***\n```\n\n\n## Output without wrap\n\n```\n.*.**.*.\n.*.**..*\n......*.\n.....*..\n.....**.\n....*..*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....**.\n.....**.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n..*...*..\n.****....\n...**...*\n.........\n.*.......\n..**.....\n.*.......\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*..**...\n....*....\n.........\n..*......\n.**......\n.*.*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.*..**...\n....*....\n.........\n..*......\n.**......\n.*.*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n.........\n.........\n.**......\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n.........\n.*.......\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n**..\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*...\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**...\n*.**...*..\n******.***\n*****.*..*\n...*......\n.*.**.*.**\n.*...*.***\n***..**.**\n.**.*.**..\n...***.***\n...*****.*\n```\n\n\n## Output without wrap\n\n```\n...*......\n...***.**.\n.......*..\n.........*\n....*....*\n...*****.*\n..*.......\n...**.....\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n......**.*\n.......**.\n..........\n....*...*.\n...******.\n..*.......\n...**.....\n..........\n*........*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n...*.\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n****\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n*****\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n*..*.*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n.**.*......\n..*.*......\n...*.......\n..*...*....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.**........\n.**.*......\n..**.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n.**........\n.**.*......\n..**.......\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n..*......\n.**......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.......\n*....*.\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.**.*.\n......\n*.....\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..****\n..*.**\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n..*.**\n.*....\n*.....\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****..*\n***..****\n*..**.**.\n.****.**.\n*..**.***\n.***.****\n```\n\n\n## Output without wrap\n\n```\n*.****..*\n*.......*\n*........\n**.......\n*........\n.***.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.*.......\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n*.........*\n*........*.\n**.......*.\n.........*.\n*........**\n..........*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n**......*.*\n...........\n**.........\n...........\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..........*\n.*......**.\n**.........\n.*.........\n**.........\n*........*.\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*..*...\n***.......****\n***..**..***..\n*.......*..*..\n..*...*...**.*\n***..**...**..\n*.*********...\n*..*..*.**...*\n.........**...\n.**....**.*...\n.*.**.*...*.**\n.*.*...*....**\n.**..*.*****..\n```\n\n\n## Output without wrap\n\n```\n.**.......*.*.\n*..*..*.....*.\n..*......*....\n*.*..***......\n*.*..***.*....\n*.......*...*.\n*..........*..\n.***..*.......\n.**.......*...\n.***...**.*...\n**.**.*.**..**\n**.*.*.*.....*\n.**...*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.....*\n...*..*.....**\n..*......*....\n*.*..***.....*\n..*..***.*...*\n*.......*...**\n...........*..\n****..*......*\n***.......*...\n****...**.*...\n.*.**.*.**..**\n.*.*.*.*.....*\n**.**..*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.**.\n.**.\n*...\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.**\n.***\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n*.*.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..*.\n.**.\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n*.*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n........****\n........*...\n*.......*...\n.*.......*..\n.*........**\n*...........\n```\n\n\n## Output without wrap\n\n```\n........*.*.\n.......*...*\n.......*..*.\n.......*....\n**......*.*.\n**.......**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*...\n.......*....\n.......*...*\n*......*....\n........*..*\n.*.......*..\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n*..\n.**\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**.\n.****.**..\n*...*.....\n******...*\n....***.**\n```\n\n\n## Output without wrap\n\n```\n..****.**.\n.****.***.\n*.....*...\n***...*.**\n.**...*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n.****.***.\n......*..*\n.**...*.*.\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....\n.*.*....\n**.*****\n........\n**......\n**.....*\n*..****.\n...*...*\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*.**.\n**.****.\n..*.***.\n**......\n..*.***.\n********\n...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...\n.*.*.***\n**.*****\n..*.***.\n.*.....*\n..*.***.\n.******.\n*..*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n*..\n...\n...\n.**\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n**.\n...\n...\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n....*..\n...*...\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n..*\n***\n***\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n*..\n*..\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n...\n...\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n****.\n.....\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n*..*.\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n*..*.\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n*.****\n**..**\n***.**\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.*...\n......\n..*...\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n....*..\n..*.*..\n..*.*..\n...*.**\n....*..\n....*.*\n....*.*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*.**.\n....**.\n..*.*..\n...*.*.\n...**.*\n...**..\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n..*.**.\n....**.\n..*.*..\n...*.*.\n...**.*\n...**..\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n.*.........\n...........\n.*..**.....\n......*....\n.....***...\n...........\n...........\n...........\n........*..\n*..........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n....*..*...\n.....*.*...\n.....***...\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n....*..*...\n.....*.*...\n.....***...\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n..*.\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n...*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*...*.\n......\n......\n......\n*.*.*.\n*..**.\n.**.**\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n*.*...\n.***.*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.....*\n......\n......\n......\n......\n*.*..*\n*.**.*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n..**.\n...**\n**..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.*..*\n***.*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n..*..\n.*...\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..**\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n......\n......\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n....*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..**.*\n....*.\n.**..*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*...*\n.*...*\n***.**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*.....\n.*....\n..*...\n.*..**\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*...**\n....**\n*...**\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n...**.\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**.*\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n***.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n...**.*\n......*\n....**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n..*....\n...*.*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n..*....\n...*.*.\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*\n..*..*...\n...**...*\n.*****..*\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n.*.......\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.....*...\n**.......\n*....*...\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n****\n**..\n**..\n...*\n.***\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n***.\n*.*.\n**..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n*.**\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..*\n....***..\n*...*...*\n*....*..*\n...*.....\n.*.*.*...\n.*..*.**.\n*.*..*...\n..*.*..*.\n..*..*..*\n*..**.***\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.....***.\n...**....\n...**.**.\n...*.*...\n...***...\n.*.*.**..\n.*.....*.\n..*....*.\n..*....*.\n.**......\n..***.*.*\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.*\n...**.*..\n*..**.*..\n...*.*...\n**.***..*\n*..*.**..\n**......*\n..*.....*\n..*.....*\n*.*....**\n*..**.*..\n*..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**....\n*.....******.\n.*.*.*.***...\n.....*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n......*...*..\n**........*..\n....**.....*.\n....*..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*.\n**........*.*\n*...**.....**\n*...*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*...\n.....\n.*...\n**..*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n..*..\n*....\n...*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*.***\n*.*..\n**.*.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*..*\n.*..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.****\n.*.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***\n***..*.\n..****.\n.**.*..\n.*.....\n.......\n....**.\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n*..*..*\n**..**.\n***.**.\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n**.....\n**..**.\n.**.**.\n.**....\n..**...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..**..\n......\n....*.\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n...*..\n...*..\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...*..\n...*..\n...*..\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*.****\n.***.*\n***.*.\n.*..**\n.*....\n.****.\n.**.**\n*****.\n****..\n```\n\n\n## Output without wrap\n\n```\n.....*\n......\n.....*\n*.....\n...***\n**...*\n*...**\n.....*\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...***\n.*...*\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**..*.\n.**...****\n......****\n.*....*.**\n..*.**..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.......\n...*.**...\n*.*.......\n.....****.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n*.**......\n*.*.......\n....*.**..\n.*.**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n.....***..\n*.**.*...*\n.**.....**\n.....*...*\n*.....*.**\n..*.**.*..\n.**.**....\n..*****...\n..*.**..*.\n```\n\n\n## Output without wrap\n\n```\n......*...\n.******...\n..****.*.*\n.****...**\n.*.....*..\n....*.****\n..*.*..**.\n.*........\n......*...\n..*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*..\n.******...\n*.****.*.*\n.****...*.\n.*.....*..\n*...*.****\n*.*.*..***\n.*........\n......*...\n.**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....\n...*....\n..****.*\n..***...\n***...**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n..*.**\n*.**.*\n*.*.*.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..*...\n.**.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*...\n..*..*\n*.*...\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**...\n.*****.*..\n.***.*....\n*......*..\n**.*....*.\n*.**...*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.**...\n*.........\n*....*....\n*..**.....\n*..*...**.\n*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*..\n*.........\n*....*....\n*..**....*\n*..*...**.\n*..**.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n....*..*\n...**..*\n....***.\n........\n......**\n..*....*\n```\n\n\n## Output without wrap\n\n```\n....***.\n...***.*\n..*....*\n...*****\n....*..*\n........\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*\n*..***.*\n..*....*\n...*****\n....*..*\n*......*\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.**.*\n.*.*.*\n.****.\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n*.**.*\n*....*\n.*****\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n***...\n**...*\n*****.\n.**.*.\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n***...\n..*..*\n...*.*\n...*.*\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.**...\n..***.\n..**.*\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n***...\n..****\n*.**.*\n*.*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.......*.\n**.....**\n*......**\n...*....*\n..***....\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n**....*..\n**.......\n..***..**\n..*......\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.....**.\n.*....*..\n.*.......\n*.***..**\n..*......\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n*......*\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*......*\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.\n.*.*..*\n...**.*\n.**....\n**...**\n.*..*.*\n****...\n```\n\n\n## Output without wrap\n\n```\n..*.**.\n**....*\n......*\n*.....*\n*.....*\n*..**.*\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n..*...*\n.*...*.\n**....*\n.....*.\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n.**...\n..**..\n.*.*..\n.*...*\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*.*..\n.*....\n...**.\n**.*..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*.*..\n.*.*..\n*.....\n**.***\n...*.*\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*..*.\n.**..\n.....\n.....\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n.**..\n.....\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**..\n*...\n....\n....\n....\n*...\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n**..\n....\n....\n....\n**..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n.*..\n....\n....\n*...\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n....**\n....**\n...**.\n...**.\n....*.\n*.....\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n....*.\n....*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.....*\n*....*\n.....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n..*..\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.**.*\n.**..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n....*\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n.*.*\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n****\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n**...\n*****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..*.\n....*\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**.*.\n.....\n**...\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.....\n.*..*.....*.\n*..........*\n**......*.**\n**........*.\n***..*....*.\n**..****...*\n*.*.***....*\n......*.*.*.\n..*...*.....\n```\n\n\n## Output without wrap\n\n```\n....**......\n....**......\n.........*.*\n.........*.*\n............\n.........*..\n.....*...*..\n..***.....**\n..***.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.......\n...***......\n.........*.*\n.........**.\n..........**\n.........***\n.....*...***\n..***.....**\n..****......\n..***.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n..*.*.......\n**........*.\n...**.....*.\n***........*\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n.**.........\n.***........\n....*.......\n.*.*........\n.*..........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n***.........\n****........\n....*.....*.\n...*.......*\n...........*\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....***.*.\n....*...*.....\n....*....*....\n...*.....*....\n...*.....**...\n...*..***..*.*\n*......**..**.\n```\n\n\n## Output without wrap\n\n```\n........**....\n...**...*.*...\n...**...**....\n...**...**....\n..***..*.**...\n......*....*..\n......*.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*.\n...**...*.*...\n...**...**....\n...**...**....\n..***..*.**...\n......*....*.*\n*.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.**...\n.***.*....\n...*.**...\n.....*.*..\n.....*.**.\n....****..\n....*..**.\n..........\n...*..*...\n...**.**..\n```\n\n\n## Output without wrap\n\n```\n**.*.**...\n**.*......\n...*.*....\n.....*.**.\n........*.\n....*.....\n....*..**.\n.......*..\n...*****..\n...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*..\n**.*......\n...*.*....\n.....*.**.\n........*.\n....*.....\n....*..**.\n.......*..\n...*****..\n...*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*\n...*...*\n...*...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n..***.**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.**\n*.***.**\n*.***.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......****\n.....*....\n.***.*..*.\n*...**..**\n.....**...\n.*..***...\n**..*.....\n*.**..*...\n*......**.\n```\n\n\n## Output without wrap\n\n```\n.....****.\n.**.*....*\n.....**...\n.*.**....*\n*..*..**..\n**....**..\n*.*.*.**..\n*.**..**..\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...*\n..*.*..***\n.....**...\n...**.....\n...*..**..\n.*....**..\n*.*.*.**.*\n*.**.....*\n***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*..\n.*..*..*\n.***..*.\n```\n\n\n## Output without wrap\n\n```\n***.*...\n....***.\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***\n....****\n...*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n.*..\n....\n....\n....\n.*.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n**..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n.*.*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.*****\n.*****..*...\n*..**...****\n.***....*..*\n```\n\n\n## Output without wrap\n\n```\n**.*.******.\n.....**.....\n*....*.**.**\n.****...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..**\n.....**.....\n.....*.**.**\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n*..\n***\n*..\n***\n..*\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n*..\n...\n*.*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n***.*\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*...\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n**...\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*.****\n***...\n*..***\n...**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n*.**.*\n*..*.*\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..**..\n...*..\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n**.*\n..**\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.*.*\n...*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n**.*\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.**\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.***\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*.\n..**....*.\n...*....*.\n.........*\n...**....*\n....*....*\n```\n\n\n## Output without wrap\n\n```\n..***...*.\n....*..*.*\n..........\n.......*..\n..*..*..**\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*.*.*..*..\n*.........\n.......*..\n*......*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..**..........\n*.*......*....\n**.......*....\n........*.....\n.......*......\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n.***..........\n*.**..........\n**......**....\n........*.....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.***..........\n*.**..........\n**......**....\n........*.....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*....\n*.....*.**\n.*......**\n.*.*....**\n.*...****.\n```\n\n\n## Output without wrap\n\n```\n.*......*.\n*.*.....*.\n..*....**.\n*.....*.*.\n.*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...*\n...*......\n.**....*..\n.*....*.*.\n.*..*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*.**.\n****.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.*.**\n*....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n..*....*\n..*.....\n.*****.*\n*....*..\n..***..*\n.*....**\n*.******\n*..*.*..\n**....*.\n*..****.\n*.******\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....*.*.\n.******.\n.....*..\n.*****.*\n.*......\n*.**...*\n*..*...*\n****..*.\n*.......\n.**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..\n........\n*...*.*.\n*******.\n*....*.*\n.*****.*\n.*......\n..**....\n...*....\n****..*.\n........\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...***\n...***\n....*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n......\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n..**...\n..*....\n.......\n.......\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..**...\n.*..*..\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..**...\n.*..*..\n..**...\n.......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n**....\n..*...\n.**...\n..**..\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n**....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n***...\n*.*...\n**....\n**....\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.*.........*\n*...........\n*...........\n............\n............\n............\n...........*\n..*.*....***\n..*.*.....*.\n............\n............\n...***......\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n..........*.\n.........*.*\n.........*.*\n..........*.\n............\n...***......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n**.........*\n**.........*\n*...........\n............\n............\n............\n..........*.\n*........*.*\n.........*.*\n..........*.\n............\n...***......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*..*\n**...\n.***.\n.....\n..*.*\n.*..*\n....*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n*..*.\n***..\n.*...\n...*.\n....*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*.*\n...**\n***..\n.*...\n*..*.\n....*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n.**\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n*.*.\n..*.\n***.\n*...\n....\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n*...\n*.**\n*.**\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n***.\n...*\n*.*.\n*.*.\n**.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n***.*.\n.**...\n*...**\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n..*...\n.*.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.**.**\n.**.**\n*.**.*\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.***.\n*.....\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n..*...\n......\n....*.\n.....*\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*....\n**...\n...**\n.*..*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n*....\n*...*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*..\n.....\n....*\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n***.\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*..\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n...*.\n..*..\n..***\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**..\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n.**..\n..*.*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*...\n...***....\n.*..***...\n.**..**...\n.***.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n***.**....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n.*........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........*.\n.....*..*....\n...**..*...*.\n.*....*...*.*\n........*....\n.**..........\n*.........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n...**.*......\n...*****.....\n.....*.*.....\n.**..........\n**...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n...**.*......\n...*****.....\n.*...*.*....*\n***..........\n*............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.**.\n.*..\n.**.\n.***\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n**..\n....\n....\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**\n..****.*.\n****..***\n*.*..*...\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n....*....\n.*.....**\n.*....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*...\n**.....*.\n...*.**..\n*.****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......****\n.*.....***.*.\n**...***..*.*\n***...**...*.\n..*.......***\n***......**.*\n```\n\n\n## Output without wrap\n\n```\n.........*.**\n.**....*.....\n.....*...**.*\n*.*..*.*.....\n...*.....*..*\n.**......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.**....*.....\n.....*...**..\n..*..*.*.....\n...*.....*...\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n..**..\n.*.**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.**.*.\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.**.**\n.**.*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.......\n.......*......\n..............\n..............\n..............\n.......*......\n.....**.....**\n.....*...*****\n..........**..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n......*.......\n.....**...*..*\n.....**..*...*\n.........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n......*.......\n.....**...*..*\n.....**..*...*\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n*...*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n**....\n...***\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n*....*.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n**..**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n**..**.\n**..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...*..*\n....**.\n....**.\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n...*..*\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n...*..*\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*.*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.*.\n.**.**\n...***\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n*.....\n..**.*\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n*.**.*\n..***.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.\n*.*..*.\n....*.*\n....*..\n*..*.*.\n..**.**\n```\n\n\n## Output without wrap\n\n```\n***.*..\n*.**.**\n...**..\n...**..\n..**.**\n..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.\n*.**.*.\n...**.*\n...**.*\n..**.*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.**.....\n*.**..*.\n........\n*...*.**\n........\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.***....\n..**....\n.*.*.***\n........\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.***....\n..**....\n**.*.**.\n.......*\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*...*\n******\n```\n\n\n## Output without wrap\n\n```\n******\n......\n******\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n...*..\n......\n...*..\n..*.*.\n..*.*.\n.***..\n*.....\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...*..\n....*.\n.*..*.\n.****.\n*..*..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n......\n...*..\n....*.\n.*..*.\n.****.\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.*..\n*....\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*.*\n*....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n.*.*....\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.....*.*\n.....*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*..**.\n...*.*\n*..***\n.....*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n..*..*\n...*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n*..*..\n..*...\n*..*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**...\n*..*.*..*\n*.*****..\n```\n\n\n## Output without wrap\n\n```\n.*.***...\n*........\n.***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n*.......*\n*.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..*.\n.**.\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**.*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n....**\n**..*.\n.*..*.\n****..\n..*..*\n```\n\n\n## Output without wrap\n\n```\n...***\n.....*\n**.**.\n....*.\n*..**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*.....\n**.**.\n....*.\n*..***\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....***.\n.*....*.*..\n.*.*****...\n.*..*..*.*.\n*....**.**.\n.**..**.*.*\n...**....*.\n*....***.*.\n.*....****.\n..*....**..\n```\n\n\n## Output without wrap\n\n```\n.**....***.\n**.**....*.\n**.**......\n****.....*.\n*.*.*.....*\n.***..*.*.*\n.****....**\n....**...**\n.*...*...*.\n......*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..*.\n**.**....*.\n**.**......\n****.....**\n*.*.*......\n****..*.*.*\n*****....*.\n....**...*.\n.*...*...**\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....***\n......*...**\n**...*......\n*.....*.....\n```\n\n\n## Output without wrap\n\n```\n............\n**...**.....\n..*..**.....\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..**.\n.*..**......\n**..***.....\n**..**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n..**..\n..**.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.**..*.\n*****.*..**.*\n***.*******..\n***..***.****\n****.****.*.*\n*.****.*.****\n.*.**.*******\n******..***.*\n**.*********.\n**.*.***.****\n*.******.****\n```\n\n\n## Output without wrap\n\n```\n......*****..\n......******.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n.***\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n...*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n.**.**\n*.****\n......\n..***.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n.*.***\n*...**\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n...*.*\n.**..*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.***...\n***...**..****\n*.***.**.*****\n..****...*****\n.*...*.*****..\n..*.*.**..****\n***.**.*..*..*\n.*....****..**\n.*...**..**.*.\n.*****...**..*\n*....**..**.**\n**********..*.\n.**..********.\n```\n\n\n## Output without wrap\n\n```\n*.**.**.***.*.\n.............*\n*......*......\n.............*\n.*.....*......\n*.*.*........*\n*.*.*.....*...\n....*.......**\n**.*........*.\n****....*....*\n*...........**\n*..*..........\n*.........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.........\n..............\n.......*......\n..............\n**.....*......\n..*.*........*\n..*.*.....*...\n....*.......*.\n.*.*........*.\n.***....*.....\n............*.\n...*..........\n............*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...*\n........*.\n......*.*.\n**....*..*\n*.........\n```\n\n\n## Output without wrap\n\n```\n....**..*.\n....**.*.*\n......*..*\n**......*.\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*..*\n*...**.*..\n.*....*...\n.*......**\n.*..**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*..\n.....**..\n......**.\n.......*.\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n......*..\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.....**..\n......*..\n.....*.*.\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n..*\n***\n..*\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n*.........\n....***...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n*.**\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n*..*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*.*****\n..*..**\n*.*.***\n*.*****\n*.*****\n***.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.*.....\n.*.....\n.*.....\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..***\n..***\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..**.\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*****\n***..\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n.**..\n.**..\n.**..\n.**..\n.....\n*****\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*..*.\n*..*.\n*..*.\n.**..\n*....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n...*.\n*..*.\n*..*.\n.**..\n....*\n*****\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..**\n****\n**..\n*..*\n..*.\n..*.\n*...\n***.\n....\n*.**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n.***\n....\n*..*\n*..*\n*.*.\n*.*.\n*.*.\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n...*\n*.**\n....\n...*\n....\n****\n....\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n..*\n...\n...\n...\n...\n.*.\n.**\n*.*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n*.*\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n....****....\n*.**....*...\n*.......*...\n.***.****...\n```\n\n\n## Output without wrap\n\n```\n............\n.....**.....\n...*****....\n.*.****.*...\n*...*.*.**..\n.**...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**....\n.....**.....\n...*****....\n.*.****.*...\n*...*.*.**..\n.**...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n**.***\n***.*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n**.*..\n.....*\n*.*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n..*...\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...\n..**.*..*\n*.....*..\n*.....*..\n..*......\n**....*..\n*........\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.**..\n.*...***.\n.*.......\n*........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**.**..\n**...****\n.*.......\n*........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n**..*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.****.\n**..**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n**..*.\n.*...*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*.*......\n.....*.**\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n......*.*\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n.*..**\n*.....\n*...*.\n*...*.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n....**\n**.*..\n..*.**\n..**..\n*.*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n..*.*.\n..***.\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n***.**\n*.****\n.*****\n******\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*.....\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n*..***\n***..*\n*...**\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n*...**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n****.*\n...*.*\n*...*.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n*..**.\n**...*\n*..*.*\n*.*.**\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n...*..\n*.*.*.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....*..\n....**..**...\n...**..*.....\n..***........\n***...*.....*\n.**...****.**\n.....***..*..\n```\n\n\n## Output without wrap\n\n```\n.....*..**...\n.....*.***...\n.....*.***...\n....****.....\n.*..*****...*\n.*...****....\n........*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.*..\n.............\n.....*.***...\n....****....*\n*...*****....\n.....*.**...*\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.........\n......*..\n.....*..*\n....**.**\n....***..\n....*****\n.**...*..\n......*..\n*......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......**\n....*..**\n...**....\n...**....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.........\n.........\n.......**\n....*..**\n...**....\n...**....\n*........\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..********\n*.***.*.***\n**.********\n**.*.****.*\n***.****...\n*****.**...\n*******.***\n**.****.***\n.******.**.\n..*********\n```\n\n\n## Output without wrap\n\n```\n.**...*...*\n*..........\n...........\n..........*\n...........\n.........*.\n..........*\n...........\n*..........\n.*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.........*.\n...........\n...........\n...........\n...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n**...\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n***..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.**..\n***..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*****.*.**\n*****.***.*.**\n***********.**\n*********..**.\n***..****.*.**\n****.***.***..\n*****.********\n************..\n*..*.*********\n*..********.*.\n```\n\n\n## Output without wrap\n\n```\n..............\n.........*.*..\n..............\n..............\n..............\n..............\n..............\n..............\n............**\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.........***..\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n..*.\n....\n.*..\n.*..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..*.\n....\n....\n**..\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......*.\n...........\n...........\n...........\n...........\n...*.......\n....*......\n.*.*.....*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...*.......\n...*.......\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**........\n...........\n...........\n...........\n...........\n...*.......\n..***......\n.*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.\n*...*...**\n.....*..**\n*.........\n.*........\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*..\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n**.....**.\n*.......*.\n.*......*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n.*...*.\n.......\n......*\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*.....*\n.......\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n*..**.\n*.**..\n```\n\n\n## Output without wrap\n\n```\n***.*.\n*...*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n....*.........\n....*.........\n............**\n*...........*.\n.*...........*\n**............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n............**\n............*.\n.*............\n**............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n............**\n*...........*.\n.*...........*\n**............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*...\n....**\n....**\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*.*.\n...***\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n..*.*.\n...***\n...*..\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n....\n....\n....\n..*.\n.*..\n*.*.\n*...\n****\n..*.\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n....\n....\n.*..\n*.*.\n*.**\n.***\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n....\n..*.\n.***\n**.*\n**..\n....\n....\n****\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*..**\n*..*.\n...**\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n..*..\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n*..*.\n*.*..\n*..*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...***\n....**\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......*.*.\n*.**..*..**..\n*..**........\n.*...........\n....**.....*.\n..***.***.***\n.......**.*.*\n*.........*..\n*........*...\n```\n\n\n## Output without wrap\n\n```\n.***.....**..\n..*.*....**..\n.**..*.......\n..*........*.\n..*....*.**.*\n..*.....*.*.*\n...***..*.*.*\n.......*..**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*...*\n*.*.*...***.*\n.**..*.......\n..*........**\n..*....*.**.*\n..*.....*.*..\n...***..*.*..\n.*.....**.*..\n*..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n....\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n***.\n...*\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n.......*.*..\n........**..\n........*...\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.........*..\n.......*.*..\n........**..\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.........*..\n.......*.*..\n........**..\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*...\n.***....****.\n.**.*.***.***\n```\n\n\n## Output without wrap\n\n```\n..*......*...\n.*.*..*.....*\n.*.....**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.....*\n**.*..*.....*\n**....*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.**..\n*....\n*..*.\n*...*\n****.\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n..*..\n*....\n...*.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.*..*\n..***\n**..*\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*...\n.*.*\n..*.\n....\n.*.*\n....\n.**.\n....\n.**.\n.**.\n...*\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n.**.\n..*.\n..*.\n....\n.*..\n....\n....\n.**.\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n****\n..*.\n..*.\n....\n**..\n....\n....\n.**.\n**.*\n.*.*\n..**\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n*.*.\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*...*\n..**.**..**\n....*..**..\n.*......*..\n..*..*.*...\n.*.....*...\n****..*....\n...........\n*.*.......*\n```\n\n\n## Output without wrap\n\n```\n.**.*.*..**\n.**...*.***\n..*******..\n......*.*..\n.**...***..\n*..*...*...\n***........\n*..*.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....\n***...*.***\n..*******..\n......*.*..\n.**...***..\n*..*...*...\n***........\n...*......*\n*.**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n..*.*..\n...*...\n.......\n.....**\n....*.*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n...*...\n.......\n.....**\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..*.**.\n...*...\n.......\n*....**\n*..**.*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n.......*\n........\n........\n........\n.**.....\n**.....*\n......*.\n*.*...*.\n.......*\n.**...*.\n*.......\n.**...**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*......\n*.*.....\n..*.....\n*.....**\n.....*..\n......**\n.*......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**\n........\n........\n........\n........\n..*.....\n*.*....*\n**....*.\n.....**.\n......*.\n........\n......*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n*...\n**.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*..*\n***.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n....\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...**....\n.......**.***.\n......*.***.**\n.......**.**..\n...*.*.***.*..\n..*.****.**...\n...*.*..*.*...\n```\n\n\n## Output without wrap\n\n```\n.......*****..\n............**\n......*......*\n..............\n...*.*.....*..\n..*........*..\n...*.*.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.........\n............**\n......*......*\n..............\n...*.*.....*..\n..*........*..\n...*......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n.*...\n.*..*\n....*\n*.*.*\n.**..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.**..\n.....\n.***.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n*.*..\n..*..\n.*.**\n..*.*\n*.*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n...**.....**\n*.*.........\n*.*.*.....*.\n............\n```\n\n\n## Output without wrap\n\n```\n............\n...*........\n..*.*.......\n...*........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n...*.......*\n*.*.*.....*.\n...*.......*\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n....*..\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**\n..**.**\n..**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n....\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n*.**\n*.**\n....\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*....*..\n........\n*....***\n.*.*...*\n.*.*....\n...**...\n..*..*..\n........\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n.....***\n......**\n..**....\n..*.....\n..*.....\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.....*.\n.*...**.\n.*....*.\n*.**....\n..*.....\n..*.....\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n*..\n..*\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n**.\n*.*\n*.*\n.**\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n**....\n..*..*\n.*....\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n**....\n***.*.\n*.*...\n.***..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**.*.\n..*...\n****.*\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n.*.\n*.*\n..*\n***\n.*.\n.*.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n**.\n..*\n*.*\n*.*\n...\n.**\n***\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n*.*\n...\n...\n...\n.*.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n..*\n.*.\n...\n...\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n........*\n.........\n.........\n........*\n....*....\n..**.*...\n..***....\n.**.*....\n.*.......\n.........\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...**....\n...*.*...\n....**...\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...**....\n...*.*...\n....**...\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.***\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.**.\n.*.*\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n**.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n**.\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n...\n.*.\n*.*\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n**.\n...\n...\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n***\n...\n..*\n.*.\n.*.\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n..*\n...\n.**\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*...\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****..*.\n.....**...\n..........\n..........\n...**.*...\n..**.*....\n```\n\n\n## Output without wrap\n\n```\n...****...\n...*.**...\n..........\n..........\n..****....\n..**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n...*.**...\n..........\n..........\n..****....\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*..*\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.***\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.*.*..\n..*.**\n.*...*\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*...*\n.*....\n..*..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n......\n.*....\n.**...\n*...**\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.**..\n...*.\n*....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.***.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*****\n.**..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...*.\n*....**.*.\n***.****.*\n.**..*....\n...*.*.**.\n..*.**...*\n*....*.*.*\n..*.**.*.*\n***..**.**\n.....*.**.\n....*..**.\n```\n\n\n## Output without wrap\n\n```\n**..**.*..\n........**\n*.***..**.\n*.........\n.*.*.*..*.\n...*.*.*.*\n.*.......*\n*.***..*.*\n.***.....*\n.*..**....\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.*.\n........*.\n..***..***\n.........*\n.*.*.*..*.\n*..*.*.*.*\n**.......*\n..***..*..\n****......\n**..**....\n...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.\n*******\n***.***\n*****.*\n*****.*\n**.****\n*.*.***\n*.*****\n..*****\n****.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*\n...*.*.\n...*.**\n```\n\n\n## Output without wrap\n\n```\n..***..\n..**..*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.*..*..\n.*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n.*.\n***\n**.\n..*\n*..\n**.\n.*.\n..*\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n**.\n*..\n..*\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n***\n...\n...\n...\n...\n*..\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n*****\n.**.*\n*..*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.***\n...**\n.....\n.*..*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*......\n.......\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.*\n*...****\n.*......\n*.....*.\n*.....*.\n..*.*..*\n......*.\n```\n\n\n## Output without wrap\n\n```\n**..**..\n....**.*\n......*.\n..*....*\n**...*.*\n.....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n....**..\n**......\n..*....*\n.*...*..\n.*..*...\n*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*...*\n.*......*\n......***\n*.....***\n***...*..\n..*..***.\n.....**..\n.........\n.***.....\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**.....*\n......*..\n*....*..*\n*.*.....*\n..*....*.\n.....*.*.\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.**.....*\n......*..\n.....*...\n*.*......\n..*....*.\n.....*.*.\n..*......\n**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n******\n******\n*****.\n**.***\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n.**.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n***.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n***..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n*.*..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****.*.....\n**...**.*....*\n..***..*.....*\n...*******...*\n...*........*.\n*..********.*.\n****.**.*.***.\n*..**..*..**.*\n*...********.*\n*.**.****.**.*\n........*.*.**\n*.....**.*....\n.***.**.*...**\n```\n\n\n## Output without wrap\n\n```\n**............\n..............\n***...*..*..**\n.**...*****...\n......*.*.*...\n.*.......**...\n**...........*\n*...........**\n*.*.........**\n**...........*\n**..***...****\n*...*..*.****.\n.**..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*....**\n.*......*....*\n.**...*..*....\n***...*****...\n......*.*.*...\n.........**.**\n..............\n..............\n..*...........\n.*............\n....***...**..\n...****.**.***\n...**..*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....*.\n*.........\n..**......\n..*.*.....\n.*....*...\n.**..***..\n```\n\n\n## Output without wrap\n\n```\n**........\n*..*......\n.***......\n.**.......\n.*.*..**..\n.**..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.*\n*..*.....*\n.***......\n.**.......\n.*.*..**..\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*..*.\n*...*.*...*\n.*.**.*..**\n*....*....*\n.*..*.*...*\n.....***.**\n**.....*...\n**.*.....*.\n*.*****.*..\n.*.**.*..**\n..*.*......\n.*....**...\n```\n\n\n## Output without wrap\n\n```\n.***.*.....\n*...*.**..*\n**.**.*..**\n****..*...*\n....*..*..*\n**...*.****\n***....*.**\n...*.****..\n*.....***.*\n.*....**.*.\n.**.*.**...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*...*\n....*.**...\n.*.**.*..*.\n.***..*....\n....*..*...\n.*...*.****\n.**....*.*.\n...*.****..\n......***..\n**....**.**\n***.*.**...\n.*...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.**..*\n..*.**\n.****.\n..**.*\n.*...*\n.*.*..\n.*.***\n```\n\n\n## Output without wrap\n\n```\n**..*.\n**...*\n......\n......\n..*...\n**....\n**.*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*....*\n.**...\n......\n.*....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***..\n*.......*.\n*....**...\n*....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*..*.\n.....***..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**..\n.*...*...*\n.*...**...\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n.***\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*..*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n...*\n...*\n....\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n*..*\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n.......*..\n**.*......\n*......*..\n..**......\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n***.......\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n.*........\n***.......\n**.......*\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**.*\n****\n***.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n....**\n.***..\n.*..*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n.**.*.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.*....\n.**.**\n....**\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.**\n*..*\n**..\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n*..*\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n**.*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n..*..\n..*..\n*..**\n.***.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.**..\n....*\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.***.\n.**.*\n*...*\n.**..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n..*.*\n...**\n..**.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.**.*\n....*\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.*.*\n***.*\n....*\n**...\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n.*.*.*\n.*....\n.***..\n*..*..\n.***..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n**....\n...**.\n...*..\n...**.\n**.*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*.*..\n.*.**.\n**.*..\n*..***\n***...\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**************\n**************\n**************\n************.*\n**************\n****.*********\n***********.**\n***.********.*\n****.****.***.\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n..............\n..............\n..............\n..............\n.............*\n*..*........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*\n*.*..*.\n.......\n.*.*..*\n...*..*\n*.**..*\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.\n.*.*.*.\n.**....\n..*....\n.*.****\n..***.*\n..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.*.*.**\n***...*\n*.*....\n.*.****\n..***..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**...\n*...*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*...*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*.*\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n.**..*\n.**.**\n***..*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*....*\n....**\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*.****\n.**.**\n...*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*....*\n.*....\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n.*....\n......\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.*\n...*.**\n.......\n*......\n*......\n*......\n*.....*\n***...*\n.*.....\n```\n\n\n## Output without wrap\n\n```\n..*.*.*\n..*..**\n.......\n.......\n**.....\n.......\n*......\n*.*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n..**..*\n.....**\n......*\n.*....*\n.*....*\n**.....\n.......\n*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.*.\n....***.*.\n.*.**...**\n..*...*...\n......*...\n**.****...\n***.......\n*.*.......\n..........\n```\n\n\n## Output without wrap\n\n```\n......*...\n...**.*.*.\n..***.*.**\n..**.*.*..\n.****.**..\n*..****...\n....**....\n*.*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n*..**.*.*.\n..***.*.**\n..**.*.*..\n.****.**..\n*..****...\n....**...*\n*.*.......\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*...\n*.*.....***\n*.*......**\n*.*.....*..\n.**........\n..*......*.\n..*......*.\n*........*.\n*.......***\n.......*...\n**.........\n```\n\n\n## Output without wrap\n\n```\n.*......**.\n*.**....*.*\n*.........*\n....*......\n....*......\n.*.*.....*.\n.*.......*.\n...........\n**......*.*\n........*.*\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....**.\n.**.....**.\n...........\n....*......\n....*......\n.*.*.......\n**.........\n**.........\n*.......**.\n.*......**.\n***.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.....\n...*..*.....\n...*........\n```\n\n\n## Output without wrap\n\n```\n...*........\n...*........\n...*........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*......\n.*...*......\n.*...*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.......\n....*.*.......\n....*.*.......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..............\n...**.**......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**......\n...**.**......\n...**.**......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*.**.\n.**.*.\n*....*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.***..\n*...**\n*...**\n*.****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n.*..*.\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n**.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..**\n........**\n.***..*...\n......*..*\n.......**.\n```\n\n\n## Output without wrap\n\n```\n....*...**\n.....*.***\n..*....***\n..*...*.*.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n*....*.***\n*.*....***\n..*...*.*.\n....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n..***\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.**.*\n..*.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n....**.\n..***..\n..*....\n..**...\n*.*....\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n..*.**.\n.*..*..\n..**...\n..**...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....**.\n..*.**.\n.*..*..\n..**...\n..**...\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n**.....\n.......\n.**...*\n.......\n**....*\n...**..\n.......\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n*.*....\n.......\n*.*....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*....\n.......\n..*...*\n*......\n*......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n**.\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.***.\n..*..\n..***\n..*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n....*\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.***.\n....*\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....**.\n....**.\n....**.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n...*..*\n....**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n...*..*\n....**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.**\n***..**.*.\n..**.*..**\n*******.*.\n..*.*.***.\n....***...\n.****.*..*\n```\n\n\n## Output without wrap\n\n```\n***..**.**\n*..****...\n........**\n..........\n..*.....*.\n.*......*.\n..***.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*.\n...****...\n........*.\n*.........\n..*.....**\n.*......*.\n.****.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n..**.....\n**.....**\n.***..*..\n.*....*..\n.*.....**\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.**......\n*......*.\n......*..\n**....*..\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n***.....*\n*......**\n......*.*\n.*....*..\n*......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n*..\n...\n...\n*..\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n.*.\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n...**.\n...*..\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...**.\n..*.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...**.\n..*.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.\n*..**.**\n...***..\n..***...\n.....**.\n*....*.*\n*....*..\n......**\n......**\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n........\n.....**.\n......**\n...*..*.\n........\n.....*..\n....**..\n.....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.\n**...**.\n.....**.\n........\n*..*....\n*.......\n**...*..\n**..****\n**..**..\n*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n*......**\n........*\n.........\n......*.*\n........*\n.........\n.........\n*....***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.......*.\n.......*.\n.......*.\n.........\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n*......**\n*......**\n.......*.\n.......*.\n.......*.\n.........\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n*..**.*\n****...\n*...*..\n.****..\n*...**.\n....*.*\n*..****\n***.*..\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.*.**.*\n*....*.\n*.**...\n*.**...\n*.*....\n..*....\n*.**.*.\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.**.*.\n..**.*.\n..*...*\n*.*....\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***....\n**.....*.*..*\n*....*...****\n...****...*.*\n..*****...*.*\n......*...***\n.....**......\n.....***.....\n```\n\n\n## Output without wrap\n\n```\n......***....\n**.....*.*..*\n**...*..**..*\n..*.........*\n..*....*.**.*\n...*...*..*.*\n...........*.\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.......\n.*.....*.*...\n.*...*..**...\n..*..........\n*.*....*.**.*\n...*...*..*.*\n...........*.\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..***\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*****.**.\n*.*.*.*...*...\n.*.....*..*..*\n.*..***..**..*\n```\n\n\n## Output without wrap\n\n```\n*.**********..\n*...*.....*.*.\n*****..*..**..\n.....**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..**.\n....*.....*.*.\n.****..*..**.*\n...**........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.\n*........\n...**...*\n...*.....\n...*..*..\n.*.*****.\n.*.*..***\n..*.*.*.*\n**..**.*.\n.*...**.*\n**.***.*.\n*****....\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n.........\n..*......\n...**..*.\n..*.....*\n.***...**\n*...*..**\n*...*..**\n.*.**..**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....\n*.*..*.**\n.........\n..*......\n...**..**\n*.*.....*\n.***....*\n*...*....\n.*..*....\n...**....\n........*\n*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n..*..*\n..***.\n```\n\n\n## Output without wrap\n\n```\n...***\n.**..*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n.**..*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..**.\n***..*...\n.*.**.**.\n....**.**\n*.*.**...\n```\n\n\n## Output without wrap\n\n```\n..**..*..\n*....*...\n**.*...**\n.**....**\n...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.*\n*....*..*\n.*.*...*.\n***....**\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*.*..*..\n**.******\n***......\n..*.*...*\n....*...*\n.....*.*.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n..**..**.\n*****....\n...**.*..\n...****.*\n...***.**\n.....*...\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n*.**....*\n*.***...*\n...**.*.*\n...****.*\n*..***...\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n...*.\n.....\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n*....****\n*....***.\n```\n\n\n## Output without wrap\n\n```\n......*.*\n**...*..*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*...*...\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.**.*\n**..***.*.*\n***..***..*\n*.*....*...\n..********.\n***....**.*\n```\n\n\n## Output without wrap\n\n```\n.***.*.**..\n*.......*.*\n..***...**.\n*........*.\n*...**...*.\n.**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....\n........*..\n..***...**.\n*........*.\n....**...*.\n*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*....\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n*.*\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n**..\n.*..\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n***.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n***.\n****\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.***.***\n*.***.****..\n******.*****\n.****.**..**\n************\n************\n***.********\n```\n\n\n## Output without wrap\n\n```\n............\n**........*.\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**....\n**...*\n**.*..\n..****\n**...*\n```\n\n\n## Output without wrap\n\n```\n*.....\n..*...\n......\n*..*.*\n...*.*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n.....*\n...*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****...\n***.****\n**..****\n.*****..\n***..**.\n*****.*.\n```\n\n\n## Output without wrap\n\n```\n*...*.*.\n.......*\n.......*\n.......*\n......*.\n*..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n*..*\n*..*\n.*.*\n.*.*\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n****\n**.*\n**.*\n**.*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n.**.\n.*..\n.*.*\n.*.*\n.*.*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n.*..*.\n*..*.*\n.***.*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**..*\n*....*\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n***.*.\n.....*\n****.*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*....\n****.****\n...**.*.*\n..****...\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n*.*.****.\n*.....*.*\n........*\n.....*...\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.\n......*..\n........*\n.....*...\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**..\n....**...\n.....*.**\n.*...*...\n.*.......\n*.*......\n**.......\n*.*.***..\n```\n\n\n## Output without wrap\n\n```\n...*.**..\n...*...*.\n.....*...\n......*..\n***......\n*.*......\n*.**.*...\n*....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n...*...*.\n.....*...\n*.....*..\n***......\n*.*......\n*.**.*..*\n*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.\n......*\n.......\n**.*.*.\n*......\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**.....\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n.*....*\n.*....*\n.*...*.\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*****\n.**.*\n.**..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n..**.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*****\n*****\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*.....\n**..**\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.*....\n**...*\n*.**.*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n..........\n**........\n..*......*\n*.*......*\n.**.......\n*.*......*\n..*.......\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*.......\n.*........\n*.*.......\n..**......\n*.**......\n..**......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n*.*.......\n**........\n..*......*\n*.**.....*\n..**......\n*.**......\n*........*\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.\n.*......\n....*.*.\n...*....\n.......*\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*........\n..*...........\n..*..*.....*..\n..*...*...***.\n*.*...*..*****\n**..*..***.*.*\n*...****.*....\n....**..**....\n....**..*...*.\n...*.**.......\n..*..*........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.***......***.\n..**.**..*...*\n*.**.**......*\n*..**......*.*\n**.*..........\n...*.....*....\n...*...***....\n...*..*.......\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.***......***.\n..**.**..*....\n..**.**.......\n...**......*..\n**.*.........*\n...*.....*....\n...*...***....\n...*..*.......\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*\n*........\n.....*...\n...**....\n..***....\n.........\n.........\n.........\n.**......\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n....*....\n..*..*...\n..*.*....\n...*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n**......*\n....*....\n..*..*...\n..*.*....\n...*.....\n.........\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n*.........*\n...........\n....*......\n....*......\n..****.....\n...........\n...***.....\n...........\n....**.....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...***.....\n..*........\n....*......\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...***.....\n..*........\n....*......\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n......\n.*...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n..*.\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n**..\n*.*.\n..**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.****.\n******..*.**.\n...****...*..\n***.**.*...**\n```\n\n\n## Output without wrap\n\n```\n*...**.**..*.\n*.......*....\n.......*.**.*\n.**........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*....\n*.......*...*\n.......*.**..\n*......**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****..\n*..*.**.**\n.........*\n..*.....*.\n.**......*\n..........\n.**...**..\n.....**...\n```\n\n\n## Output without wrap\n\n```\n.......***\n.........*\n..*....*..\n.**.....**\n.**.......\n......*...\n.....*.*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.....\n**.....**.\n..*....*..\n..*.....**\n..*.......\n.*....*...\n.**...*...\n.****.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*..**.*\n........*..*\n......**....\n.......*....\n........****\n**..**.*.*..\n*......**...\n......*....*\n....***...**\n*...**...**.\n```\n\n\n## Output without wrap\n\n```\n........***.\n......*.***.\n......***...\n......**.**.\n......**.**.\n**....**....\n**...*.**...\n......*...**\n....*.*..*.*\n....*.*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..*..*\n......*.***.\n......***...\n......**.**.\n*.....**.***\n**....**....\n**...*.**..*\n*.....*...**\n*...*.*..*..\n*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.*...\n**..*\n.....\n.....\n.....\n.....\n***..\n*.*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n.....\n.....\n.....\n.....\n.**..\n*..*.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n....*\n**..*\n**...\n.....\n.....\n*****\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n*....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...***\n.**.**..*\n.*.**.***\n**.**.*..\n****.***.\n.***.*.**\n*.**.*.**\n.*.*.*.**\n```\n\n\n## Output without wrap\n\n```\n...*****.\n...**...*\n.......*.\n........*\n.........\n.........\n....*.*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.........\n.........\n.........\n.........\n.....**..\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n******\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*............\n*.............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n*...........*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.............\n*.............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n.*.*...\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n**.**..\n**.**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**.\n......*.\n........\n........\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n.....***\n........\n......**\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n....*..\n.....*.\n*....*.\n**....*\n..****.\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n.*....*\n*.*.*..\n*..*..*\n......*\n*....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.......\n..*.**.\n...*.*.\n.......\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*.*.\n.*..*\n**...\n**...\n.**..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n..**.\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n.**..\n*..*.\n.....\n*.*.*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.\n...*..*.\n*...****\n**.**...\n..****..\n....**.*\n......**\n```\n\n\n## Output without wrap\n\n```\n....**..\n.****..*\n*.*.....\n......**\n***.....\n.....*.*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.**...*\n..*.....\n........\n..*.....\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n*.*.....\n........\n........\n........\n........\n......*.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n........\n........\n........\n........\n........\n.......*\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*\n...***.\n.*.....\n....**.\n...**..\n.*..*..\n.**...*\n..*..*.\n..*.**.\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n.....*.\n..*....\n..**...\n..**...\n.*...*.\n.*.....\n....*.*\n.**...*\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n*.**.*.\n..*...*\n..**...\n..**..*\n*....*.\n.......\n....*..\n..**...\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.........\n....*.*..**...\n.....*.**.....\n.....*..***...\n......**......\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n.....****.....\n....*..**.....\n....*..*.*....\n....**...*....\n......****....\n.......**.....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****.....\n....*..**.....\n....*..*.*....\n....**...*....\n......****....\n.......**.....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*.\n....***.\n...*....\n...*.*..\n........\n........\n........\n*.*.*.*.\n*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.*.\n....*.*.\n...*..*.\n....*...\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n....*.**\n...*..*.\n....*...\n........\n........\n........\n........\n*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n...\n*.*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n..*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*.*...**\n........\n*.....**\n*.**..*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n.*......\n.*....**\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*.\n**.....*\n.*......\n**....*.\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n.........*.\n.........*.\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.****.\n...*..*.*\n*.**...**\n....**..*\n....**...\n..**.*...\n.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n...*****.\n.*......*\n..**.**.*\n.....****\n......*..\n..**.**..\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n**.......\n*.**.**..\n*....****\n......*..\n..**.**..\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.........\n..*.***.****.\n*.*.*...*.*..\n***.**....***\n*..*...****..\n....***.....*\n*..*.*.*..***\n****.***...*.\n..*..**.*..*.\n..*...*.*....\n..***.*......\n**.****..****\n```\n\n\n## Output without wrap\n\n```\n..**.**.****.\n..........**.\n.........*.*.\n*.*.**.....*.\n..*..*.***.*.\n.*.*..**..*.*\n..**.......*.\n...**..***...\n.**.**.*.....\n...*...*.**..\n.**...**.*.*.\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*....\n.....*.......\n.*.......*...\n..*.**.......\n..*..*.***...\n...*..**..*..\n..**.........\n...**..***...\n***.**.*.....\n.*.*...*.**..\n......**.*...\n*.....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n******\n.*....\n**.*.*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n....**\n.*.***\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n*.*..**.*\n.*..*.*..\n..****...\n..*.....*\n...**.**.\n*...*.***\n*......*.\n**.*.*...\n```\n\n\n## Output without wrap\n\n```\n......*..\n.**..*.*.\n*......*.\n.***.*...\n.**...**.\n..*.*.*..\n......*.*\n**.***.**\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*........\n.........\n*.**.*..*\n..*...**.\n.**.*.***\n......*.*\n.*..**..*\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n****\n....\n....\n*..*\n.*..\n..**\n**..\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n.**.\n....\n....\n.**.\n*.*.\n*.*.\n*.*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n**..\n..*.\n....\n****\n..*.\n**..\n*.**\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.****.*.\n..**.*..*.\n**.....**.\n......*...\n.*...*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.***..\n*..*.*..**\n.**...***.\n**....*...\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....**\n*..*.*..*.\n.**...****\n**....*..*\n..*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n...*.\n*.*..\n.***.\n.**.*\n.***.\n..*..\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n.....\n.....\n.....\n.***.\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..**.\n...**\n*..**\n*...*\n*****\n.**..\n*....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*.**.\n..*.*\n.*..*\n...*.\n*.*..\n..**.\n.****\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*...*\n..*.*\n..*.*\n.***.\n.**..\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n*.*.*\n*****\n.**.*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..**.....\n...**....\n...*.*...\n..*......\n.........\n.....**..\n.....***.\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...*.....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n...*.....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n*......\n.......\n.*.**..\n*.....*\n.......\n...*...\n**.**..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...*...\n..***..\n.*..**.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n..*....\n.......\n.......\n.......\n...*...\n..***..\n.**.**.\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.**.*..\n....*..\n..*.*..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n..*.*..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..***..\n..*.*..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...*.\n**.*.*.**\n...*..***\n....*....\n.*****.*.\n...*..*.*\n*.****.*.\n....*..*.\n*.....**.\n.*.*....*\n```\n\n\n## Output without wrap\n\n```\n**..*.***\n**.*.....\n..**.**.*\n........*\n..*..***.\n........*\n..*..*.**\n.*..*..**\n......***\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**.\n.*.*.....\n..**.**..\n........*\n..*..***.\n*.......*\n..*..*.*.\n.*..*..*.\n*.....**.\n.*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*...\n***.\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.......**.\n.***......**..\n.*****...**...\n***.....*..*..\n*.***.......*.\n*...........**\n**.*****...*..\n.......*...*..\n.*....**......\n.*.....*.....*\n**..*..*......\n.....**.......\n.........*****\n```\n\n\n## Output without wrap\n\n```\n...*......***.\n*........*..*.\n....*....*....\n*....*...***..\n*.**.......***\n*.....*....***\n**..****...*..\n***.*...*.....\n......***.....\n.**....**.....\n**...*.*......\n.....**...***.\n..........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....*....\n*........*..*.\n....*....*....\n*....*...***.*\n..**.......**.\n......*....**.\n**..****...*..\n***.*...*.....\n*.....***.....\n.**....**.....\n**...*.*......\n*....**...****\n..........*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n***..*\n...**.\n..****\n*..***\n*.***.\n*...**\n******\n.*****\n.*....\n**..*.\n*.****\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*....*\n......\n..*...\n......\n*.*...\n*.....\n*.....\n.....*\n.....*\n*...**\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*...\n*.....\n..*...\n......\n......\n......\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*.***\n***..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........***.\n*.....*.*....*\n*.....*..*..**\n*......*.*....\n........*.****\n```\n\n\n## Output without wrap\n\n```\n...........**.\n**.....*.**..*\n**....*..*..**\n.......*.*....\n........*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*...\n.*.....*.**...\n.*....*..*..*.\n*......*.*....\n*.......*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n...*\n***.\n.*..\n.*.*\n.*.*\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n***.\n....\n**..\n.*.*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n****\n****\n...*\n.*..\n.*.*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*.\n..........\n...**..*.*\n...*.**.*.\n*......*..\n.....***..\n**.***...*\n**.***...*\n**.*..*..*\n...*....**\n```\n\n\n## Output without wrap\n\n```\n..........\n...*..*.*.\n..*.....**\n...*....**\n....*...**\n***.*..***\n***...*...\n....*..***\n.**....*..\n.**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n...*..*...\n..*.......\n...*.....*\n*...*.....\n..*.*..*..\n..*...*...\n*...*..***\n..**.**.*.\n..***..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n...**.\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n.**.......\n..........\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.**.......\n.**.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n.......\n.......\n.......\n.....**\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.......\n.......\n......*\n*....*.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**..*.*\n.....*.**..*.*\n....**.**....*\n```\n\n\n## Output without wrap\n\n```\n.......**.....\n.....*...*...*\n....**.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...*...*\n*....*...*...*\n*...**...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.**...\n.*..**\n.**.**\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n***...\n*.*...\n*..*..\n*.*...\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n***..*\n...***\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n....**\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*****.\n*.**.*\n**.**.\n***.*.\n..**.*\n***...\n..**..\n.....*\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*..**\n....**\n....**\n....**\n....**\n....*.\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n....**\n**..*.\n*.**..\n...*.*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*.*\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*\n*...*...*\n*........\n*****...*\n.*..*...*\n...**...*\n.**..*..*\n.....*..*\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*.*.*....\n*.***....\n**...*.**\n.*.***.**\n..**.*.**\n....*****\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**\n*.......*\n..*.*....\n..***...*\n.*...*.**\n.*.***.**\n..**.*.**\n....*****\n*...*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.....\n.*...*\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n.*...*\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n..***..\n..***..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n.**.**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***\n***.***\n***.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*..\n.**..\n*.***\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*..**\n*..**\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n.*.*\n*...\n*...\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n**..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.**.\n**.*\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.*..*\n...*.....*\n*..**.*..*\n```\n\n\n## Output without wrap\n\n```\n..***.....\n........**\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....**\n........**\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**...\n...**\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n***..\n...**\n**.**\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.*......\n.*.*....\n.**.....\n..***...\n.*..*.*.\n.**.*.*.\n*.......\n.**.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n***.....\n**..**..\n...***..\n**..**..\n*..**...\n*..*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n***.....\n**..**..\n...***..\n.*..**..\n...**..*\n...*...*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*..**.\n**..*.\n......\n....**\n*...**\n.*....\n......\n......\n****.*\n.*.*..\n.**..*\n**...*\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.***\n**.**.\n....**\n....**\n....**\n......\n......\n.**...\n**.**.\n...*..\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**.**.\n**.**.\n*...*.\n*...*.\n*...*.\n*....*\n......\n***...\n**.**.\n...*.*\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n......**\n..*.....\n.*..*...\n..**.**.\n..*..**.\n...***..\n...**...\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n.....**.\n.*.***..\n.*.***..\n........\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n.....**.\n.....*..\n.*.***..\n.*.***..\n........\n..**..**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*.\n******.**\n*.*..*.*.\n*.**.*...\n*.*......\n.***.....\n....*....\n.**..**..\n```\n\n\n## Output without wrap\n\n```\n.*...****\n*....*.**\n*....*.**\n*.***.*..\n*...*....\n.***.....\n....**...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n*....*.*.\n.....*.*.\n*.***.*..\n*...*....\n.***.....\n....**...\n..*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n........\n........\n.*......\n*.*.....\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n**......\n.*.....*\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.*..*\n*****\n```\n\n\n## Output without wrap\n\n```\n..**.\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.\n.......*\n*.......\n.....*..\n*.....*.\n...*....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n*......*\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**......*\n**....*...**.\n....***...*..\n**.**.*......\n```\n\n\n## Output without wrap\n\n```\n*.*..*.....*.\n*.**..*...**.\n..***.**..**.\n...**.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....*.\n..**..*...**.\n..***.**..***\n......*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******..\n.*...*.*.\n***.*.*..\n....**..*\n**.*.**.*\n```\n\n\n## Output without wrap\n\n```\n*******..\n.......*.\n*****.**.\n.........\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.......**\n*****.***\n........*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.*.**\n.*.*.\n.**..\n.***.\n**..*\n..***\n**.*.\n```\n\n\n## Output without wrap\n\n```\n****.\n....*\n..***\n*****\n.....\n...**\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n.****\n*.*..\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n..*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.\n..***..\n*.*.*..\n*.**...\n******.\n*.*.*.*\n.**.*.*\n......*\n..*...*\n*.....*\n*..*...\n*..**..\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n....**.\n....*..\n*....*.\n*....*.\n*.....*\n.**...*\n.***..*\n.....**\n.*.....\n**.**..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n....**.\n....*..\n*....*.\n.....*.\n.......\n.**...*\n.***..*\n.....**\n**....*\n**.**..\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.*\n.........***\n........*.*.\n*........**.\n```\n\n\n## Output without wrap\n\n```\n.........*.*\n........*..*\n........*...\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*...\n........*..*\n........*...\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..**\n**...**..\n......**.\n.....*..*\n**..*....\n```\n\n\n## Output without wrap\n\n```\n.*...***.\n.*...*..*\n.......*.\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.***\n**...*...\n*......**\n*....****\n**.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.*...*.\n*.....*\n.......\n*.....*\n.*...*.\n.*.....\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n*.*....\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n*...*..\n*.....*\n.......\n*.....*\n..*...*\n***....\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*...**...*\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**.......*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n...\n*..\n**.\n..*\n*.*\n*..\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n*..\n**.\n**.\n*.*\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n**.\n...\n*.*\n*..\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...*...\n..*.*..\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n..*.*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n..*.*..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*\n..*....*..\n........**\n*...*..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n.......***\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*......*.*\n*.......**\n*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n..*....\n..**..*\n..**...\n......*\n......*\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n.*.....\n..**...\n.......\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**\n****...\n.*.....\n..**...\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n....*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***..*..\n.***.*.***..\n*.*.***..**.\n...***.*...*\n*..****..*.*\n*.*.**....**\n```\n\n\n## Output without wrap\n\n```\n.********...\n..*.**.*.**.\n..*....*.**.\n.**.....**.*\n*......***.*\n.**.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........**\n.........*..\n..*....*.*..\n..*.....**.*\n.**......*..\n.*......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n....*......\n..*.**.....\n..*..*.....\n..*..**....\n....***....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...***.....\n....**.....\n.**........\n...*.......\n....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n...........\n...........\n...........\n...***.....\n....**.....\n.**........\n...*.......\n....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....\n**.*.....*\n**.*.....*\n*........*\n**........\n**........\n```\n\n\n## Output without wrap\n\n```\n**........\n...**.....\n........**\n..*.......\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n...**.....\n........*.\n..*.......\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n...*..**.\n...*...**\n.......*.\n```\n\n\n## Output without wrap\n\n```\n......**.\n......*..\n........*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n......*..\n........*\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n**.**.\n.***.*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n***.**\n*.....\n*....*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n....**..\n........\n*.....**\n........\n**....*.\n.*.....*\n*...**..\n```\n\n\n## Output without wrap\n\n```\n...**...\n...**...\n.....**.\n........\n**....**\n**......\n.*...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...**...\n.....***\n.......*\n.*....*.\n**.....*\n.*...***\n*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n*...\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***..\n*....*.*\n...**.**\n......*.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*..*\n.....*.*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n**..**.*\n.......*\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n*.*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n.*.*\n**.*\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n..**\n.*.*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n**..*\n***.*\n*****\n***.*\n.***.\n..***\n*****\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.****\n.**.*\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.**...\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n.....\n...**\n.....\n*....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.....\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n...*..\n...*..\n..****\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*.*..\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n**....\n*.....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.*\n.........\n.........\n.........\n.........\n..*...**.\n..*.....*\n.........\n.........\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n***.*\n*....\n....*\n.....\n...*.\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*.*.*\n*..*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n...*.\n.....\n.....\n.....\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.......\n.......\n..**...\n**.*...\n...**.*\n..*....\n.......\n.*.*..*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*....\n.**....\n**..*..\n...**..\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n***....\n....*..\n**.**..\n.*.**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....****\n.*..*.*.*\n***.**...\n..**.***.\n```\n\n\n## Output without wrap\n\n```\n...***.*.\n...***.*.\n.*...*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*...*\n.*..*....\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n**.***\n*****.\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..*...\n*.....\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*...*.\n.*....\n***.**\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*......\n*.*.**...*...\n*.*.*........\n...*.........\n*....*.*.*...\n.........*...\n....*...*.*..\n..**.........\n..*.**..*.*.*\n.**.**..**..*\n...*..**..*.*\n.**.*.*...*.*\n..*...*...**.\n```\n\n\n## Output without wrap\n\n```\n.**.*........\n*.*.*........\n..*.**.......\n.*.**........\n........*....\n.........**..\n...*.....*...\n..*..*.....*.\n.....*..*..*.\n.**.....*.*.*\n......***.*.*\n.**...*..**.*\n.***.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*...*..\n*.*.*........\n..*.**.......\n.*.**........\n........*....\n.........**..\n...*.....*...\n..*..*.....*.\n*....*..*..*.\n.**.....*.*.*\n......***.*.*\n***...*..**.*\n*.....**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n...*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***..\n*.*....*\n..*.....\n........\n.*.*....\n........\n.*.*....\n...*....\n..*****.\n......**\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n..*.*...\n.*......\n..*.....\n........\n........\n..*.....\n.....*..\n..******\n...**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***..\n*.*.*..*\n.*......\n..*.....\n........\n........\n..*.....\n.....*..\n..******\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n.**\n...\n**.\n**.\n**.\n..*\n**.\n*..\n.*.\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n*.*\n*.*\n*.*\n*.*\n..*\n*.*\n**.\n..*\n*.*\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n*..\n.*.\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n...*...\n.......\n*.*....\n.......\n.......\n..*..*.\n*......\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n***.\n.*..\n.*..\n..**\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n***.\n....\n.*..\n..*.\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n***.\n....\n**..\n..*.\n....\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**.\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n........**.\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*****\n.......***\n*.......**\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n*...*.\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*..*.*\n...*..\n....**\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**..\n...*.*\n....**\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n..**..\n*..*..\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.....\n......\n.*...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n........\n.....*..\n...**...\n....***.\n....*...\n..*.....\n.***....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...**...\n..**....\n.*..*...\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n...*....\n........\n........\n...**...\n..**....\n..*.*...\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....*...\n***.......*.*.\n..*.....*.*.*.\n..........**..\n*.......***..*\n**..*....**..*\n```\n\n\n## Output without wrap\n\n```\n*..........*..\n*.**......*...\n..*.......*.*.\n........*...*.\n**......*...*.\n**......*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......*...\n*.**......*...\n..*.......*.**\n........*...**\n.*......*...**\n.*......*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*\n...*...*\n*..*..*.\n*...**..\n.......*\n....***.\n..*.***.\n```\n\n\n## Output without wrap\n\n```\n..***...\n..*...**\n..*.....\n....*.*.\n...*..*.\n...***..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..\n*.*.....\n*.*.....\n*...*...\n*..*...*\n*.....**\n*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*..*...\n.*..*..\n.*..*..\n..***..\n.......\n.......\n.*.....\n..***..\n.**.*..\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.**...\n*****..\n.*..**.\n..***..\n...*...\n.......\n..**...\n....*..\n....*..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*.**...\n*****..\n.*..**.\n..***..\n...*...\n.......\n..**...\n....*..\n....*..\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**..\n.**.**.*..\n.*.**.*.*.\n*.*.*.*.**\n.*..*..*..\n..*.*...*.\n.**.*.****\n.*..**.*.*\n```\n\n\n## Output without wrap\n\n```\n..***.**..\n.*......*.\n*.....*.**\n*.*.*.*.**\n.**.*..*.*\n..*.*.*..*\n.**.*.*..*\n.*****.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*..\n.*......*.\n......*.*.\n*.*.*.*.**\n***.*..*..\n*.*.*.*..*\n.**.*.*..*\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n*....**\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n*....**\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*.\n..***..*\n..*.*.*.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n.**...**\n...**...\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n.**.*...\n.**.*...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n***.\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n****\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......**.\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.....***.\n.....***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n....*.\n..**..\n.*.*..\n.**...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n..***.\n.*.*..\n***...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n..***.\n.*.*..\n***...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..*.*\n.*..*\n****.\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.**.\n**..***..\n*.*...*.*\n.....****\n*.*.....*\n..*.....*\n**.......\n*..****.*\n..*...**.\n......***\n...*....*\n.*.*...**\n***..**.*\n*.**.**..\n```\n\n\n## Output without wrap\n\n```\n**..*.**.\n*.***....\n*...*...*\n.....**.*\n.*....*.*\n*.*......\n******.*.\n*.*****..\n...**....\n......*.*\n..*...*..\n**.**.*.*\n*....*..*\n*.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n..***....\n....*....\n.....**..\n**....*..\n..*.....*\n.*****.*.\n*.*****.*\n*..**....\n......*.*\n..*...*..\n.*.**.*..\n.....*...\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n*......\n..*....\n.***.**\n*.***.*\n......*\n...***.\n*.***..\n```\n\n\n## Output without wrap\n\n```\n**.....\n*......\n..**...\n.....**\n....*.*\n..*...*\n..*..*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*\n*.....*\n*.**..*\n.....**\n....*..\n*.*...*\n..*..**\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.*..\n..........\n....***...\n*...*.*..*\n**...***.*\n.*......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....*....\n**..*...*.\n..*..*...*\n**...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....*....\n*...*...*.\n.**.****.*\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n....\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n.........\n*.......*\n*..*.....\n*.**....*\n.***.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n*.**.....\n*...*....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n.........\n*.......*\n..**.....\n*...*...*\n**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.**..\n.**.*\n.*.*.\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.**..\n*...*\n*.**.\n..**.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n...**\n.**..\n*..**\n..**.\n***.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n.**.\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.*..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.*.\n*.**..**.\n*.*..****\n*..*.....\n...*..**.\n```\n\n\n## Output without wrap\n\n```\n.*.***.*.\n*........\n*.*.**..*\n.*****..*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n*........\n*.*.**...\n******...\n...*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..*.........*.\n***..**..*****\n..*****....**.\n.....*........\n**.**...**....\n..*..*....**..\n**.*.*..****..\n.....*..*.*...\n...*.****.**..\n..........*...\n.....**.....*.\n***..*.*..*...\n.......*....**\n```\n\n\n## Output without wrap\n\n```\n..............\n..*.......*.**\n......*...*..*\n..**.........*\n.*....*.......\n.*****...**...\n.....*.....*..\n.**..**.*.....\n..*..*........\n....*****.**..\n....*....**...\n.*...**....*..\n.*...*.*...***\n.*....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............**\n*.*.......*.*.\n*.....*...*...\n*.**..........\n.*....*.......\n.*****...**...\n.....*.....*..\n.**..**.*.....\n..*..*........\n....*****.**..\n....*....**...\n.*...**....*..\n**...*.*...**.\n**....*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.......**....\n**.....***...\n**.....**....\n.............\n.............\n.......*.....\n.............\n...........*.\n.............\n.............\n.............\n...*.........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.......*.*...\n**....*..*...\n**.....*.*...\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......*.*...\n**....*..*...\n**.....*.*...\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n*.*.*.\n******\n.....*\n...**.\n......\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*.....\n*.*..*\n.*...*\n....*.\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n..*...\n.*....\n....*.\n......\n....*.\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n......\n...*..\n*.....\n.....*\n*.....\n.*....\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*....*\n*....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n.....*...\n.........\n......**.\n....**..*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....***.\n.........\n.....*.*.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....***.\n.........\n.....*.*.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.*****\n*************\n*****.****.*.\n*.******.****\n***.******.**\n****.******.*\n************.\n*.*.****.*.*.\n**.**********\n```\n\n\n## Output without wrap\n\n```\n*...........*\n.............\n.............\n.............\n.............\n............*\n............*\n.............\n****.....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n*...*.\n**.***\n.****.\n..*.**\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n**....\n*....*\n*.....\n.**...\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n.*....\n......\n......\n***...\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..*.*\n..***\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n....*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*.*\n.*..*\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n......**.\n.....***.\n.....*...\n.........\n*........\n```\n\n\n## Output without wrap\n\n```\n......**.\n.....*..*\n.....*.*.\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n.....*..*\n.....*.*.\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*.*..*\n*.**..\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n....*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.*...*\n.**.**\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.**.*.\n*.**..\n.*...*\n.*.**.\n*..*..\n...*.*\n*..*..\n...***\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n**....\n......\n**.**.\n.*....\n......\n......\n.*...*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n.*....\n.*.*..\n......\n......\n......\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*.*.*\n**..*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.**.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*...*\n.*...\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*..**\n*****\n..***\n*****\n**.**\n*****\n*.***\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n*....\n.....\n*....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..****\n.*....\n**....\n.*....\n......\n......\n......\n*.....\n.*...*\n.*.*..\n*..*..\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*...*\n*...*.\n...*..\n*.*...\n......\n......\n......\n.*....\n*.*...\n*.....\n.****.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n.....*\n...**.\n*.*...\n......\n......\n......\n.*....\n***...\n....**\n****..\n*..***\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n**.**.\n.**...\n.....*\n**..*.\n....*.\n......\n*.....\n.....*\n......\n......\n*.*..*\n....*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.....\n*...*.\n*.*..*\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n......\n.*....\n..*...\n*...*.\n.....*\n......\n......\n......\n......\n......\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n......*..\n...***...\n...**...*\n...*...**\n***....**\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....**.*.\n..*..**..\n.*.**.*..\n**.*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.........\n....**.*.\n..*..**..\n...**.**.\n...*.....\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...........\n***....*.....*\n..**.........*\n```\n\n\n## Output without wrap\n\n```\n.*............\n..**..........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n...*..\n..***.\n.*..*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n..*.*.\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..*...\n..*.*.\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n..........**\n......*...**\n.......*..*.\n........**..\n.........*..\n..........*.\n............\n............\n.......**...\n......***...\n......**....\n............\n```\n\n\n## Output without wrap\n\n```\n............\n..........*.\n........**..\n.......*...*\n............\n........*.*.\n.........*..\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..........*.\n........**..\n.......*...*\n............\n........*.*.\n.........*..\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...**..*.*\n.*........*..\n..........*..\n...*......*..\n.**........*.\n.**...**..***\n```\n\n\n## Output without wrap\n\n```\n.*.........*.\n.*.......**..\n.........***.\n..*.......**.\n.*.*........*\n.**.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**.**.*\n**.......**..\n.........***.\n..*.......**.\n**.*........*\n...*..**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.***..\n****.*\n......\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n......\n*..**.\n*..**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n*..**.\n...**.\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n*...\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n*.**\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n...*\n*.*.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**\n*.**..*\n*..***.\n*.*....\n..*...*\n.*....*\n...**..\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..**\n*.**..*\n.*.**.*\n.*..**.\n.**..*.\n.*...*.\n.....*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n......*\n.*.***.\n*...*..\n*.*....\n.....*.\n*......\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.*\n**.**..*.\n**.....*.\n**.*...*.\n..*.**.*.\n*.*.*....\n```\n\n\n## Output without wrap\n\n```\n...***.*.\n*********\n...**.***\n*..**..**\n*.*.***..\n.*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..**\n.*******.\n...**.**.\n*..**..*.\n*.*.***..\n.*..*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*\n**.....*\n.*.....*\n.*.*...*\n**.*...*\n*.***.*.\n*.*...*.\n*..**...\n*..*.*..\n.***.*.*\n.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n..*...**\n.....*..\n**...*..\n**......\n*....*.*\n*.*.....\n*.*****.\n*.....*.\n**...**.\n**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.*\n.**..*..\n.*...*..\n.....*..\n........\n.....***\n..*...**\n*.****..\n........\n.*...*..\n.*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...**.\n......\n......\n.****.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n..*.*.\n.***..\n....*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n...***\n..*.*.\n.***..\n*...**\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n..*.....\n**......\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n*......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n.*..*..\n.*.....\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n...*...\n**.**..\n*..*...\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n*......\n*..*...\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*...\n....\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n****\n**..\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n.**...*...\n*......**.\n*.**.***..\n.*.*....*.\n.*.***....\n.*...*....\n*....*....\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....**.*.\n*..*.**...\n*.******..\n.....**...\n....**....\n*.*.***...\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n.**.*...*.\n*..*.**.*.\n..*******.\n.....**..*\n....**...*\n*.*..**...\n*.*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n......*.\n.....**.\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.....**.\n....*..*\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n.....**.\n....*..*\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.**.*.\n******\n*...**\n....*.\n......\n..*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n..**..\n*....*\n*.....\n*.*...\n....**\n......\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n..*...\n....*.\n......\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....\n..*..**...\n*.*.**...*\n..*...**..\n.*..**.*..\n..*.......\n.....*****\n```\n\n\n## Output without wrap\n\n```\n.....*....\n......*...\n..*.*..*..\n..*....**.\n.***.*.*..\n....*.....\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...**\n*.....*..*\n..*.*..*..\n*.*....**.\n.***.*.*..\n....*.....\n.....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*...*\n......\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.....\n......\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n..*...\n......\n......\n..***.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n......\n......\n...**.\n..*.**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n***.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n....*.\n...*.*\n...*.*\n*.****\n.*..*.\n**..*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n...*.*\n.....*\n.**..*\n......\n***.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n....*.\n...*.*\n......\n***...\n......\n.**.*.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.*..\n.....*.*..\n*......***\n.......*..\n*...*.*...\n..*.*.**.*\n...*.***..\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**.*..\n.......*..\n......**..\n...*..*.*.\n....*...*.\n...***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**.\n....**.*.*\n.......*.*\n*.....**..\n...*..*.*.\n....*...*.\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...\n*........\n.*...*...\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n..*.....*\n........*\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n****\n...*\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.***\n*****\n*.***\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n**...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n.****\n.****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..***\n...**..*.\n...*...**\n.***.....\n...*.....\n*.......*\n..*..*...\n**.....*.\n*..**...*\n```\n\n\n## Output without wrap\n\n```\n..*.**.*.\n..*.***..\n..*......\n..***....\n..***....\n.........\n*.**.....\n..**.....\n*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.********\n..*......\n*.***...*\n..***....\n.........\n.***.....\n*...**...\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.*..\n..*.*.\n..*.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n.**.*.\n.**.**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.**.\n.**.*.\n.**.**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..*..*\n**..**\n.....*\n.*..**\n.*..*.\n.**..*\n..*..*\n*.....\n*..***\n.*.***\n*.**.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n.*.***\n..****\n**....\n..****\n**....\n*....*\n.....*\n*..*..\n...*..\n...*..\n*..**.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.*.**\n******\n*...**\n*.****\n.*....\n.*...*\n.....*\n*..**.\n...*..\n.*.*..\n*.*.*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*...*\n.**.*\n...*.\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n.**.*\n...**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*..*\n.**.*\n...**\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*.\n*..*.....\n...*....*\n...*.***.\n.........\n.....**.*\n```\n\n\n## Output without wrap\n\n```\n.........\n..***....\n..*...**.\n....*.**.\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n***......\n..*...*.*\n....*.*.*\n....*...*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n..*.*.*.\n*.*..***\n..*****.\n....**.*\n.**.**.*\n*..**...\n*..***.*\n..**....\n.......*\n.*.*.*..\n.**.*.**\n......*.\n..****.*\n```\n\n\n## Output without wrap\n\n```\n.***....\n..*...**\n..*....*\n.**.....\n.*.....*\n.**.....\n*.......\n.*...*..\n..**..*.\n...**...\n.*.***.*\n.****.**\n.*......\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n*.*...*.\n..*.....\n***.....\n**.....*\n.**....*\n........\n**...*.*\n*.**..**\n...**...\n.*.***.*\n*****.**\n**......\n.******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n****.\n..*..\n*.*.*\n....*\n**..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n...*.\n*....\n.*...\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n**..*\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.*.....\n**....*\n.......\n....***\n....*..\n..***..\n...*...\n.***...\n.......\n```\n\n\n## Output without wrap\n\n```\n**.....\n..*....\n**.....\n......*\n....**.\n.......\n..*.*..\n.*.....\n..**...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n..*...*\n**.....\n.......\n....**.\n.......\n..*.*..\n.*.....\n..**...\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n...***.\n.......\n..*..*.\n.*...*.\n.*..*..\n.*.*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...***.\n....*..\n..**.*.\n******.\n*...**.\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...***.\n....*..\n..**.*.\n******.\n*...**.\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**..\n****\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n...**\n.....\n..*..\n.**.*\n*....\n*.***\n*.*..\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n.***.\n.***.\n*...*\n*.**.\n*....\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*.*\n...*.\n.***.\n****.\n.....\n*.**.\n*....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**.*\n***.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n****\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.\n*******.\n.*******\n.*.**.**\n```\n\n\n## Output without wrap\n\n```\n*.....*.\n........\n........\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n*...*..\n*.....*\n.*..***\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n**..*.*\n.....**\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*......\n.*..*..\n.....**\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........*\n*..........**\n...........*.\n*..........**\n*...........*\n```\n\n\n## Output without wrap\n\n```\n...........**\n..........*.*\n..........*..\n..........*.*\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...........\n.............\n..........**.\n.............\n**...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n...*.\n*....\n.....\n.....\n..*..\n.....\n.....\n*....\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.....**.\n.....**.\n*......*\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.....**.\n.....*.*\n......*.\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.....**.\n.....*..\n......**\n.*.....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n.****.\n..*..*\n*.**..\n.**...\n.*.*.*\n***...\n...*..\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n.....*\n......\n...*..\n*...*.\n...*..\n**.**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n*....*\n*..*..\n....*.\n...*..\n**.**.\n*..***\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..*\n......**..\n..*...*...\n...*......\n.......*..\n......***.\n*......**.\n*.*...*.**\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....***..\n......**..\n..........\n......***.\n......*...\n.*........\n.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**..*\n.....***..\n......**..\n..........\n......***.\n......*..*\n**........\n**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n..***\n..*..\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n..***\n.**.*\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.**.*\n..*..\n...**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*..*\n.*.*\n..*.\n....\n****\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n*..*\n..**\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n****\n*...\n****\n.*..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.**....\n.*.....\n.......\n.**....\n.*.....\n.......\n**.....\n.......\n....*..\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n*..*...\n*..*...\n*..*...\n.......\n***....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n*......\n*..*...\n*..*...\n*..*...\n.......\n***....\n.......\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...*.**\n....**.....\n..........*\n........*.*\n........*..\n.*......*..\n..*......*.\n..*........\n.......*..*\n..*.**.*..*\n```\n\n\n## Output without wrap\n\n```\n.*..*......\n.*..*....**\n..**.....**\n........*..\n.......***.\n.......***.\n...........\n..*........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...***\n...*.......\n..**.......\n........*..\n.......***.\n.......***.\n...........\n..*........\n...*.......\n*.*....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n*.**\n.*..\n****\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n*.*.\n....\n*..*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n*.**\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..*.\n*.*.\n.**.\n**..\n*.*.\n.*..\n**.*\n...*\n..*.\n..*.\n*...\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.***\n.***\n....\n.*..\n*...\n***.\n**.*\n.*.*\n.*.*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..**\n.**.\n.*.*\n*.*.\n**.*\n.*..\n....\n.*.*\n.*.*\n.*..\n.*.*\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....**..\n....**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*.**.\n****.*.\n..*.***\n...*...\n.**...*\n.......\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*.*\n....***\n..***.*\n.***...\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n.*.****\n**..*..\n....**.\n.****..\n..**...\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**.\n.....**....\n...........\n.....*.....\n...*......*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....**....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n...........\n.....**....\n...........\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n..*.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.****.***\n*****...****\n*****.***.**\n.**.*******.\n.........***\n.*..*****.**\n.**.*.*****.\n..*...***...\n..**..*..*..\n.********..*\n******.***..\n....**.***.*\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n.....**.....\n............\n.***........\n*...........\n*...*.......\n.*..*.....**\n.........***\n.........**.\n............\n*........**.\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n..**........\n.*..........\n....*......*\n*...*.....**\n**.......**.\n.........**.\n..........*.\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.\n..**...\n.*.....\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n.**....\n*..*...\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**\n*.*.*.*\n**.*...\n.**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n***\n**.\n***\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.*****.\n**.*..*\n*.*....\n**.*..*\n.*.**..\n.*.*...\n.*.*..*\n.****.*\n*...***\n*.**...\n.......\n**....*\n```\n\n\n## Output without wrap\n\n```\n.**...*\n**....*\n****.**\n...*...\n.......\n.*.....\n...*...\n.......\n.....**\n*.*.*.*\n******.\n.****..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*\n*.**...\n..**.**\n...*..*\n.....*.\n*....*.\n**.*...\n**.....\n.......\n***.*..\n*******\n..***..\n*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n......\n......\n.....*\n*..***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n.*.*\n.*.*\n**.*\n..**\n...*\n***.\n*.**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**.*\n**.*\n..*.\n....\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n*.*.\n*.*.\n.*..\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**.*\n**.*\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..*.\n*...\n*...\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n..*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n.**\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n***\n..*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n..*..\n..***\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.....\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.....\n**...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.**..**.*\n**..**.*..***.\n.*.*.*.*..*.**\n.*...*.*...*.*\n.**..*..*.****\n**.*.*..*.*.*.\n*.**.*..***..*\n*****..*.*.***\n*......*..**.*\n.*.**..*.*..**\n.*..*.*..****.\n.*.**.*.***.**\n```\n\n\n## Output without wrap\n\n```\n***...**.*....\n....**....*...\n....*.....*...\n**..**....*...\n**...*........\n.........*....\n..............\n..............\n*.*...........\n..***.........\n*...........**\n.***...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....*....\n**....**.*....\n**..*.....*...\n....**....*...\n.....*........\n.........*....\n..............\n..............\n..*...........\n.****.........\n.*......*.....\n.*...*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....****.\n.**.......\n**........\n*....**.**\n*....*..**\n```\n\n\n## Output without wrap\n\n```\n......**..\n***...**..\n*.*.......\n*....*****\n.....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...****.\n***...**..\n..*.......\n.....****.\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n****\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n...*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n.....\n*...*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n**...\n**...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n.*.\n...\n.*.\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n***\n***\n...\n***\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n.*.\n...\n.*.\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n***\n***\n*..\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n..*\n...\n**.\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.*..\n.**....**\n*.*..*..*\n*.*.*.*.*\n*.*.....*\n...*...*.\n*....**..\n**....***\n...*.....\n...*....*\n...*.....\n....*....\n```\n\n\n## Output without wrap\n\n```\n...***.**\n..*.*...*\n*..*....*\n..**.**.*\n..*...*.*\n***...***\n..*..*..*\n*.*..****\n..*.****.\n..*.*....\n..*.*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n.*.......\n...*...*.\n..**.**..\n*.*...*.*\n..*...*..\n..*..*...\n..*..****\n*.*.*****\n..*.*....\n.........\n.**...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**..\n.*.*\n....\n*.*.\n****\n.*.*\n....\n....\n.*..\n....\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n***.\n.**.\n*.**\n*..*\n**.*\n....\n....\n....\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n****\n*.*.\n....\n.*.*\n....\n....\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*....\n......**...\n.....*.**..\n....**.*...\n...*.*.**..\n```\n\n\n## Output without wrap\n\n```\n......**...\n.....*..*..\n....**..*..\n.....*.....\n.....*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*..\n.....*..*..\n....**..*..\n.....*.....\n.....*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n.**\n**.\n..*\n...\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n**.*\n****\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n...*\n...*\n....\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*..*\n.*..\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n****\n*..*\n***.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n.*..*.\n.*..*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n.*..*.\n..**..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n..**..\n.*..*.\n.*..*.\n..**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....**..\n.....*.*\n....*...\n.....**.\n....*..*\n........\n.....**.\n........\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....*.*.\n......*.\n....*...\n....*.*.\n.......*\n.....**.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*.*.\n......*.\n....*...\n....*.*.\n.......*\n.....**.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....*.\n.....*.\n....*..\n.......\n.......\n..**...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....**.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..**....\n.*..*...\n.*......\n..***...\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n.*.**...\n.*..*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n..***...\n.*.**...\n.*..*...\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**.*.*\n..........**\n........****\n*........*..\n.......*...*\n*..******...\n..*...**....\n*....*......\n*..*.*.....*\n.*..*......*\n*....**....*\n............\n..*....**...\n```\n\n\n## Output without wrap\n\n```\n...........*\n.......*....\n........*..*\n.........*.*\n....**.*....\n...***..*...\n.*.*....*...\n.*..**......\n**...*......\n**..*.*...**\n.....*......\n......**....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**.*.*\n.......*....\n*.......*...\n*........*..\n*...**.*...*\n...***..*...\n.*.*....*...\n**..**.....*\n.*...*.....*\n.*..*.*...*.\n*....*.....*\n......**....\n.**...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.**\n**.*\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n...*..\n*.*...\n...**.\n...***\n....*.\n*...**\n**...*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n...*..\n.**.*.\n...***\n......\n....**\n**..**\n..*.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n..*.*.\n...*..\n......\n*....*\n**....\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*..*\n*.***.*..*\n...*..*..*\n```\n\n\n## Output without wrap\n\n```\n...*...**.\n.**...***.\n..*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n*....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*..**\n..*.*\n**.*.\n***.*\n*....\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.*..*\n..*.*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n..**.\n..**.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n*.....\n..*..*\n.*.*..\n.**..*\n....*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n...*..\n.*....\n*...*.\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n....*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.*..\n.**..*.***\n*....*....\n.**...*..*\n**.*..****\n.*.*......\n.*.*.*****\n```\n\n\n## Output without wrap\n\n```\n.*..*..*..\n***..*.**.\n*....*.*.*\n..*..**..*\n*..*..****\n.*.*.*....\n....*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*....\n.**..*.***\n.....*.*..\n..*..**...\n...*..****\n.*.*.*....\n.*.*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n...\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***\n...*.*..\n..**.***\n```\n\n\n## Output without wrap\n\n```\n..**.**.\n........\n..**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n*.*.*\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**.*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n***.*\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n......\n**...*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*..\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.*...\n.*..*.\n.*.**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n*..**.\n******\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..**..\n...*..\n.*....\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*.*.\n..*.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*..\n..**.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n.*.*.\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n.*.*.\n.*.**\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n.*...\n.*.**\n*.**.\n*....\n**...\n..*.*\n...**\n*..*.\n*.**.\n...**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n**.**\n*.***\n*.*..\n**...\n.**.*\n..*.*\n.*...\n.**..\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n*.*..\n.*.**\n*.**.\n*.*..\n**..*\n.**.*\n*.*..\n**...\n***..\n*...*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.**\n.*****..\n***....*\n*.*...**\n*......*\n```\n\n\n## Output without wrap\n\n```\n.*....*.\n.....*.*\n*...**.*\n*.*...**\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.....*..\n....**..\n..*...*.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*****.*\n..*.**.*.*.\n..**.**.**.\n..*.*.....*\n...***.*..*\n```\n\n\n## Output without wrap\n\n```\n....*..***.\n.**.......*\n.**...*****\n..*....**.*\n...***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*\n.**.......*\n.**...*****\n..*....**.*\n*.*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*....\n*...***.**\n*******.*.\n**...**.*.\n..******..\n..*.....**\n..**.*..*.\n*.*....**.\n..****.*..\n*...*.*.*.\n**...**..*\n*..*......\n.***.**.*.\n```\n\n\n## Output without wrap\n\n```\n****.**...\n........**\n..**....*.\n*.......*.\n..***....*\n.*......**\n..**......\n.....*.**.\n..*.**....\n*.*.....*.\n**..****..\n*..*...*..\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n........*.\n..**....*.\n*.......*.\n*.***.....\n.*......**\n..**......\n.....*.***\n..*.**....\n*.*.....*.\n.*..****..\n...*...*..\n.....**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.*.*.*\n.*****\n*....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n*.....\n**.*.*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n........**.\n...*.*.....\n...*..*....\n...*..*....\n....**.....\n........**.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...***.....\n..**.**....\n..**..*....\n....**.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...***.....\n..**.**....\n..**..*....\n....**.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n***..\n**...\n***.*\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..***\n..***\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..**.\n..**.\n..*..\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n....\n....\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n.**..\n.*..*\n*...*\n..**.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n...*.\n.....\n....*\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*...\n....*\n....*\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n...*\n*...\n...*\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*...\n*..*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n**.*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n*..*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n.***\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*..\n..*.....*.\n*.*...***.\n.**..*...*\n.....*..**\n....*.*.**\n.******.**\n.**.*...**\n*.**.**.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..**..*.*.\n..**..****\n.**..*...*\n....****..\n..*...*...\n.*....*...\n*.........\n..****.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**..\n..**..*.**\n*.**..***.\n.**..*....\n....****..\n..*...*...\n.*....*...\n..........\n*...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n....*.\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.***\n*.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.....*\n*......***..*.\n..*....*...*..\n*.........*...\n.*...........*\n............*.\n*......*...*..\n.............*\n..*.....*..*..\n............*.\n.......*.*.*..\n*.*....*......\n```\n\n\n## Output without wrap\n\n```\n......**......\n.......*..**..\n........*.**..\n..........*...\n..............\n..............\n...........***\n...........***\n............**\n.........*.**.\n.......**..*..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***...**\n.*....**..**..\n.*......*.**.*\n.*........*.*.\n............*.\n..............\n*..........*..\n...........**.\n............**\n.........*.**.\n.......***.*..\n*......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.....*....\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*.........\n*.........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.....\n......\n......\n.....*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*.**.\n***..\n**.*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.*.\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n....*\n....*\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*****\n..*.*\n.****\n.****\n```\n\n\n## Output without wrap\n\n```\n..*.*\n....*\n*....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n..*..*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n*..\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***...**..\n..*..*...*..**\n...*....**.***\n.....******.*.\n.....*..*.***.\n....*..*......\n```\n\n\n## Output without wrap\n\n```\n...****...***.\n..*..**.**...*\n....**........\n....***.......\n....**....*.*.\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...***.\n..*..**.**...*\n....**........\n....***.......\n....**....*.*.\n...**..*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n**.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.........\n....*.........\n....*.........\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*.........\n....*.........\n....*.........\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..*...*.......\n..*...*.......\n..*...*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.****\n.*...\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n.*.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n**.*.\n.....\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*....*..\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.**...\n..*.**\n....*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.*...\n*..*.*\n**.***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....*.\n.....*...***\n***.......**\n**.......*.*\n```\n\n\n## Output without wrap\n\n```\n.........**.\n.*.......*..\n*.*.........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.**.........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n**..*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*..*\n.*..*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n.*..*.\n....**\n......\n*.*.**\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**..**\n...*.*\n...*..\n*....*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n***..*\n.*..*.\n*..***\n**.*..\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*....\n..***\n....*\n*****\n**.*.\n**..*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n...**\n.....\n*...*\n.....\n...**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n*..**\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*.*.\n**.****.*.\n.*.*....**\n..*.**...*\n.....*...*\n*....*.***\n.....*...*\n*....***..\n.***.**..*\n....*.**..\n```\n\n\n## Output without wrap\n\n```\n*..***.*..\n...**.*.**\n*.....*..*\n.*****.*.*\n......*.**\n......*.**\n...****..*\n.*..*..***\n....*.*.*.\n.*..*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n......*...\n**....*.**\n..****.**.\n......*...\n......*...\n...****.*.\n....*..**.\n...*......\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n***.\n***.\n*..*\n****\n***.\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n...*\n...*\n...*\n...*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...**.\n***.**.*..*.\n*.**.***...*\n```\n\n\n## Output without wrap\n\n```\n......**...*\n.....*.*...*\n.*....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n......*.....\n......*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*...*.\n*...*.\n..*.*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n...***\n****..\n.*....\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*..*.\n.****.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*..**\n..**.\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n**...*\n*..*..\n*...**\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n*....*\n**..**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*..*\n......\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.**...\n*..*..\n******\n```\n\n\n## Output without wrap\n\n```\n.***..\n..**..\n*...*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.*.\n..*..**.*\n.*..***.*\n*.*.**.**\n.***...*.\n```\n\n\n## Output without wrap\n\n```\n.***.....\n...*...**\n.***...**\n*.......*\n.***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.*.\n..***..**\n.***.....\n.........\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n*.*****.\n***.****\n****..**\n*****.**\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n*...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n..*\n...\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n....**\n***...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n.*...*\n*.....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...***\n.*....\n*....*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n...**\n..***\n*..*.\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n.*..*\n..*..\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.*...\n*.*..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....**\n***...**.\n*.*...**.\n.***.*...\n.........\n.*.......\n***......\n.*......*\n.*.*.*..*\n***.**...\n..*.*....\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.***...*.\n..**....*\n*...*.*..\n***...*..\n...*.....\n*.*......\n*.*......\n.........\n....*....\n...*.*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n*.**.....\n*...*.*.*\n***...*..\n...*.....\n*.*......\n*.*......\n.........\n*...*...*\n...*.*...\n..**.....\n*.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.***.\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n**.*.\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n*****..*\n**......\n..*....*\n...*...*\n....*...\n.....**.\n```\n\n\n## Output without wrap\n\n```\n.*..*...\n*...*...\n*.......\n.**.....\n..****..\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n....*.**\n**......\n..*.....\n..*****.\n...*..*.\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**.*\n.**.\n..*.\n....\n....\n....\n...*\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n*..*\n.**.\n....\n....\n....\n..**\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n....\n....\n....\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..**\n.***..*..\n...**....\n*....**.*\n**....***\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n*...*..*.\n*....*.*.\n.*.**.**.\n**..***.*\n**...*..*\n.*....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.***\n.....*.**\n**.**.**.\n.*..***..\n.*...*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n..*\n...\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n.....**.\n........\n........\n.....**.\n*.....**\n.*.....*\n***...*.\n..*..***\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n........\n.....***\n.....*.*\n..*....*\n*.*..*..\n..*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.....**.\n........\n........\n.....**.\n*....*..\n..*.....\n..*..*..\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n***..*\n.*.*..\n..*...\n..*..*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n*..**.\n*...*.\n....*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n...*..\n...*..\n.*..*.\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n....\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n.*..\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..\n*..****\n*..****\n```\n\n\n## Output without wrap\n\n```\n.**....\n.***...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*..*...\n*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.*.\n....*.**.\n..******.\n.**......\n.*.*.....\n***.*....\n```\n\n\n## Output without wrap\n\n```\n...***.*.\n..*.....*\n.**.*..*.\n.*...**..\n...*.....\n****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..**\n..*.....*\n.**.*..*.\n.*...**..\n...*.....\n*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n......\n......\n***...\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n.**...\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**..*\n.****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n****.\n*.*.*\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*******\n**********.\n**..*******\n.*****.****\n**.**.****.\n***********\n*.*********\n**.*.****.*\n*.*.**.****\n*********.*\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n...........\n...........\n...........\n*..........\n..........*\n*.*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n*....\n**.*.\n*...*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n...*.\n*.**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n**...\n.*.**\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n**..\n*.*.\n*.*.\n*.*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*.*.\n*.**\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n***.\n*.*.\n*.*.\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n.....*...*\n****......\n..*.***...\n...**..*..\n..*.*..*..\n....****..\n..........\n...*......\n.**.......\n..........\n**.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n*.........\n.***..*...\n.....**...\n..*....*..\n.......**.\n...*****..\n....***...\n..*.......\n..*.......\n*.*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**\n.........*\n****..*...\n.....**...\n..*....*..\n.......**.\n...*****..\n....***...\n..*.......\n..*.......\n..*.......\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n........\n*.......\n........\n........\n........\n........\n......**\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.*......\n........\n........\n........\n........\n........\n........\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.*......\n........\n..**....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..*.....\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n..*.....\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n..........\n.........*\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.*\n***...**\n.*.***.*\n.*...*.*\n***.****\n*.......\n..****.*\n**.**..*\n*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.**....*\n**.....*\n...***.*\n.......*\n*.*.**.*\n*......*\n*.*..**.\n*.......\n*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n.*......\n...***..\n........\n..*.**..\n........\n..*..***\n.......*\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n..***\n**.**\n*..**\n....*\n.****\n..*..\n*....\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n..*..\n..*..\n...*.\n.***.\n.**..\n..***\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n***..\n...*.\n..*.*\n..*..\n*.*..\n..***\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n...*.*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n...*.*\n..**.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..*..\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n...**.\n**...*\n....**\n*****.\n```\n\n\n## Output without wrap\n\n```\n...*..\n****.*\n...*.*\n.....*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.***..\n*..*..\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n..*..\n.*..*\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.***.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n****.\n.***.\n**...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*.***\n..*.*.\n*.*.*.\n*.*.*.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*.**.\n.**..*\n..*.**\n.*....\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*....\n*.*.**\n..*...\n..*.*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*...\n.***.\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n...**\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n...**\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n.*.*..\n......\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.**.*\n*****\n*...*\n..***\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n.*.*.\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n***..**\n......*\n*......\n*.**...\n.*..*..\n..*.***\n..*...*\n...**.*\n```\n\n\n## Output without wrap\n\n```\n.*..*.*\n.*..*..\n*....**\n.*.....\n*.**...\n.*..*..\n.**.*.*\n..*...*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.*..*..\n.....*.\n**....*\n*.**...\n**..*.*\n***.*.*\n*.*...*\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**.*.\n.****\n...**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*....\n...*.........\n.**..........\n.............\n...........*.\n..........*.*\n......**..*.*\n..........*.*\n.....*.**..*.\n.............\n....*..**....\n...*....*....\n...*****.....\n```\n\n\n## Output without wrap\n\n```\n.............\n..**.........\n.............\n.............\n...........*.\n.........**.*\n........*...*\n........*...*\n.........***.\n.......*.....\n.......**....\n...*.*..*....\n...*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*....\n..**..*......\n.............\n.............\n...........*.\n*........**.*\n*.......*...*\n*.......*...*\n.........***.\n.......*.....\n.......**....\n...*.*...*...\n..**....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n....*.\n**...*\n**...*\n....*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n*.*..*\n......\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*...\n.*..**\n.*..**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n*.***.\n.**...\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*.*...\n.*....\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.**\n*********\n****..**.\n*.******.\n*..****.*\n...***.**\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n*.......*\n.*......*\n...*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n**.\n...\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...*\n...***.....\n...*..*....\n....*.*...*\n```\n\n\n## Output without wrap\n\n```\n....**.....\n...****....\n...*..*....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*....\n...****....\n...*..*....\n......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.....*\n......\n*.*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n.*....\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**.*....\n....**.*.*....\n..............\n...**.........\n....***....*..\n..***..*...*..\n.*.*.**.*****.\n```\n\n\n## Output without wrap\n\n```\n...**.**......\n....**.*......\n...*.*........\n...**.........\n..*...*.......\n..*....***....\n...*.********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........*..\n....**.*......\n...*.*........\n...**.........\n..*...*.......\n..*....***....\n.*.......*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n..*.**\n***...\n......\n**.*.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n..*...\n......\n..*...\n*..*..\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n.**..*\n...***\n**...*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.***..\n.*.****..***.\n***.....**..*\n*.***.*..*..*\n**.*.........\n..*.....**.*.\n```\n\n\n## Output without wrap\n\n```\n...**.**.....\n**.**......**\n**.*..*.**...\n.....*....*..\n.*.*....*.*..\n.*.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*......\n.............\n...*..*.**...\n.....*....*..\n.*.*......*..\n.**.**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n*.*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n***\n...\n***\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n**..\n.*..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**..\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n****\n**.*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n..*....\n...*...\n.*..*..\n.......\n.......\n.......\n..***..\n..****.\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n..**...\n.......\n.......\n.......\n...*...\n..*..*.\n.....*.\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*....\n..**...\n.......\n.......\n.......\n...*...\n..*..*.\n.....*.\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.**\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n..*.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.....\n*****\n****.\n.*..*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*.*.*..\n**.*.*..*..***\n*...**.**....*\n*.*.****..****\n.**.*.**.***.*\n**...******..*\n**.***.****.*.\n**.*******....\n.*.*.**..*.***\n.*****.**....*\n*.***.***.*...\n**..****.**.*.\n**...*...***.*\n```\n\n\n## Output without wrap\n\n```\n*****......**.\n*..*........*.\n*.**....*..**.\n..*......*....\n.*.*........**\n...*........*.\n............*.\n..........**.*\n.........**..*\n.............*\n..........*...\n**.......*..*.\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.**....\n..***......*..\n..**....*..*..\n.**......*....\n...*..........\n...*..........\n..............\n..........***.\n.........**.**\n.............*\n..........*...\n...........**.\n....*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n..**..\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n.*....\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n.*....\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...***\n....***...\n...*.***..\n.....*...*\n..**...*.*\n```\n\n\n## Output without wrap\n\n```\n....*****.\n...*......\n.......*..\n..**.*.*..\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.*.*\n...*.....*\n.......*..\n..**.*.*..\n..***.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n...***.\n.*.....\n*.*....\n.***.*.\n*.**.**\n......*\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*...*.\n.*.....\n*..*.*.\n.....**\n.......\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*\n.*...*.\n.*.....\n.*.*...\n.......\n.*..*..\n*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*.**\n.....\n..*.*\n*..**\n```\n\n\n## Output without wrap\n\n```\n**..*\n**..*\n..*.*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n*.*.*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*...\n.....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*\n.*......*\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*......*\n*........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n.......*....\n............\n...*........\n..*.........\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....***.\n......**..\n....*.....\n.*..*.**..\n**......*.\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.....**.*.\n..........\n**...*.*..\n**.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.**\n.....**.*.\n..........\n**...*.*..\n***..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n****.\n*....\n****.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.**.\n.....\n*.**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n*.***\n.....\n*.**.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n...**\n..*.*\n....*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n**...\n...*.\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n..*......\n***......\n***......\n.*.......\n.......*.\n...*...*.\n...**....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.........\n*..*.....\n.........\n***......\n.........\n...**....\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n.........\n*..*.....\n.........\n***......\n.........\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n.*.....*\n**..****\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n**....*.\n**..**.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n.*......\n***.**..\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n...*.\n.*.*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...\n....**..\n.*......\n**.*.**.\n**.***..\n.*.**...\n..*.**.*\n....**.*\n....*..*\n*..**.*.\n```\n\n\n## Output without wrap\n\n```\n....**..\n**..**..\n***...*.\n...*.**.\n......*.\n**....*.\n..*.....\n.......*\n.......*\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n**..**..\n***...*.\n...*.***\n......**\n.*....*.\n*.*.....\n*......*\n*......*\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n..*..\n..*..\n..***\n*..**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n*....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n...*.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n....**.\n...*..*\n...*...\n....***\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n...*.*.\n...*..*\n....**.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n...*.*.\n...*..*\n....**.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n**..*.\n**...*\n......\n*...**\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n****..\n...**.\n**....\n**..**\n.*..**\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n.*...*\n.*..*.\n**..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..**.*\n*..**..***\n...**...*.\n.*.*...**.\n.***...**.\n```\n\n\n## Output without wrap\n\n```\n.****.**.*\n.*...**..*\n..........\n.*.......*\n.*.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n**...**...\n*.........\n.*.......*\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n***....*.*\n.......*.*\n.....*....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n***.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*\n..*......*\n.*.......*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n*.......*\n**......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**.*.\n.....*....*\n*.......***\n*.........*\n......*...*\n......**..*\n.......**..\n...*.*.*...\n...*.**...*\n*...*..*...\n.....*..**.\n**......**.\n*..***..*..\n```\n\n\n## Output without wrap\n\n```\n......*....\n**....**..*\n..........*\n..........*\n......**.**\n......*.**.\n........*..\n.....*.**..\n...*.*.*...\n....*..***.\n**.....*.*.\n**...*.*...\n**..*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....****.\n.*....**...\n...........\n...........\n......**.**\n......*.**.\n........*..\n.....*.**..\n...*.*.*...\n....*..****\n**.....*.*.\n**...*.*...\n..*.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..**\n***.\n**.*\n****\n****\n****\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n.........\n.........\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n......*..\n......*..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n......*..\n.........\n.........\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.*..*\n.**..*\n.**...\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.*.**.\n..***.\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*...*\n*..*.*\n..**..\n...**.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n..***.\n..*..*\n**.**.\n..*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n...***\n...*.*\n.*.**.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*..*.\n...*..\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n..*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*....\n**...\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*..*.\n.*.**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*...\n..**.***.\n***...*..\n**..*....\n***.*....\n```\n\n\n## Output without wrap\n\n```\n.*****...\n*..***.*.\n*...*.**.\n.....*...\n*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..*\n*..***.**\n*...*.***\n.....*..*\n..*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.**\n.*...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n**..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*...\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***..\n**.**....\n......**.\n......***\n**......*\n**..*....\n....*...*\n....**..*\n*...*.**.\n*...*.*..\n*..****..\n*.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.**...\n*..*...*.\n....***.*\n.....**.*\n**.....*.\n***......\n..****...\n..*...*..\n..***.**.\n**...*...\n*....***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..**.\n**..*..**\n**..*****\n.....**..\n.........\n*.*......\n..****.**\n*.*...*..\n..***.**.\n.*...*...\n......**.\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***.*.*\n.....*.*..\n*.*.....*.\n```\n\n\n## Output without wrap\n\n```\n....**..*.\n.*.*.*.*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.*.*\n**.*.*.*..\n**.*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n....*..\n..*.*..\n*..*...\n*...*..\n**.****\n...**..\n...*.**\n*****..\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n....*..\n.*.**..\n*.*....\n***....\n.......\n.*...*.\n.*...*.\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n....*..\n....*..\n.*.**..\n..*....\n***...*\n.......\n**...**\n**...**\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n**.**.\n*...*.\n*.....\n..*..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n***..*\n*....*\n****.*\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..*...\n*****.\n..*...\n..*...\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n.....*\n....**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n*...**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.....\n**...\n*.*..\n.***.\n****.\n.....\n.....\n*.*.*\n....*\n.....\n***..\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n**...\n*..*.\n.....\n*..*.\n.**..\n.....\n...*.\n...*.\n.*...\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*....\n**...\n*..**\n.....\n*..**\n.**..\n.....\n*..**\n*..**\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n*.**\n..*.\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..**\n..*.\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n*.**\n..*.\n*.*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*..\n*....*.*..\n...***..*.\n*.....*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n......****\n....**....\n....****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.......**.\n.....**...\n*.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.****...\n...**.*..***.\n.******..*...\n*.*...*..****\n*.**..*......\n*.*.*.*****..\n*.*.*.*......\n***.****.*...\n*.**...*.*...\n*.*.**.***...\n..**.....*.*.\n**.....***.*.\n.****.*..****\n```\n\n\n## Output without wrap\n\n```\n..*.*.****...\n.............\n.*....***...*\n*.....**.***.\n*.*...*......\n*.*.*.*.**...\n*.*.*.....*..\n*...*..*.....\n*........**..\n....*.**.*...\n*.***.*......\n*...*..*.....\n****...*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.....*\n.............\n**....***....\n*.....**.****\n*.*...*......\n*.*.*.*.**..*\n*.*.*.....*.*\n*...*..*....*\n*........**.*\n....*.**.*..*\n*.***.*......\n*...*..*.....\n....*.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n**.\n...\n...\n...\n***\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n...\n***\n***\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n*.*\n**.\n...\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n***..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n...**.\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.********\n***.***.**.*.\n**..**.**.***\n***.***.*.***\n.**.****.***.\n.***.**.****.\n****..*..**.*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n....****.....\n....****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n**..\n**..\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n**..\n...*\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*...*\n**..*\n...*.\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n*..**\n**.**\n..***\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n...*.\n.*.*.\n..**.\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n..*.\n....\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n..*.\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n...*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n...**...\n*...*...\n***..*..\n.*.....*\n..*.....\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*..*..\n..*..*..\n*..*....\n*.*.....\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.**...*.\n.**..**.\n.*.*....\n.**.....\n.*.*....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n***..***.\n*.*....**\n..*......\n.******..\n**.......\n.*......*\n.*......*\n..*......\n****....*\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n*..*.*..*\n..*......\n.**....**\n.........\n*....*...\n*...*....\n*..*.....\n*..*.....\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n..*......\n*.*......\n*.*....*.\n*......*.\n**...*...\n**..*....\n.*.*.....\n...*.....\n****.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.....\n**.***\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.*.*\n*****.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**.*..\n******\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n...*\n....\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.***\n....\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*.*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**..*.\n...*.***.**..\n...*.......**\n.**.........*\n...*...******\n```\n\n\n## Output without wrap\n\n```\n......**..**.\n...**.*.....*\n..*.*.*.....*\n..*.*..**....\n..**....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***....*\n....*.**.**..\n*.*.*.*.....*\n..*.*..**....\n***......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....\n.........\n.........\n.........\n.........\n.*.*.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n.........\n.........\n.........\n..*......\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n.......*..\n..**...*..\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n***...\n.*....\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n***...\n***...\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**.*\n.****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n***..\n.....\n.***.\n.**.*\n.*..*\n**..*\n.****\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n**...\n*****\n...**\n...**\n....*\n..*.*\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*...*\n*....\n****.\n...**\n.....\n...*.\n..**.\n.**.*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n....*\n..*.*\n.*...\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...**\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n.*.***\n**.*..\n*.****\n.**.*.\n*.*.**\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*....\n***.*.\n...**.\n**..*.\n**....\n**....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n.*.*..\n....*.\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**..*\n*..**\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n*****\n**.**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.***.\n.*.*.\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*...\n...**....***.\n..*.....*...*\n..*...**....*\n..**..***...*\n...*..*.****.\n...***.**....\n.........*...\n....**...*...\n```\n\n\n## Output without wrap\n\n```\n.........*...\n...*....****.\n..*....****.*\n.**...*....**\n..**.*....*.*\n..........**.\n...*****.....\n...*..*..*...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....**...\n...*....****.\n..*....****.*\n***...*....**\n..**.*....*.*\n..........**.\n...*****.....\n...*..*..*...\n.....*..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n**.*.\n.*...\n.****\n```\n\n\n## Output without wrap\n\n```\n**..*\n**...\n*...*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.....\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.*.\n**.*\n***.\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n...*\n....\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n**......*.\n..........\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**.*\n**..*.***\n***..****\n*.*.****.\n.*.**.**.\n*.**.****\n****.**.*\n*********\n```\n\n\n## Output without wrap\n\n```\n.*****...\n...***...\n...*.....\n.*.......\n**.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n...*.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*****.\n*...**\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*.**..\n*.*..*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n..**..\n*.*...\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*...\n****\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n****\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*........\n*.*.**......**\n*.*...........\n*....***......\n.....*........\n```\n\n\n## Output without wrap\n\n```\n...*.*........\n..*..*........\n.***..*.......\n.....**.......\n.....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*......*\n***...*......*\n*.**..*......*\n.....**.......\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*.*.\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n*...*\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n......\n..*...\n*.*...\n***..*\n..**..\n*.**.*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n*.*...\n*.....\n**....\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n***...\n..*.**\n**..**\n....*.\n...***\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*.\n**......\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n.*......\n****.*..\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*..\n****.*..\n****.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...**.....\n*.*****.*.*..*\n**.....******.\n**....**...***\n**.....**...*.\n*..........***\n..........*.*.\n......*.**...*\n*....*....*..*\n**..**.*..*...\n****.******...\n*....*....***.\n....***....*..\n```\n\n\n## Output without wrap\n\n```\n.***.*****....\n*.*****...*.*.\n...**.........\n..*...*......*\n......***.....\n**...........*\n.........**...\n.........*****\n**..**.**.*...\n...*...*..**..\n..**...**.....\n*.**....*...*.\n....***...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....**...*\n..*****...*.*.\n...**.........\n..*...*.......\n......***.....\n**............\n*........**...\n*........*****\n.*..**.**.*..*\n...*...*..**..\n..**...**.....\n*.**....*...**\n....****..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.****\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*..**\n.****\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***..\n.**..*...\n.....**..\n..*..**..\n.****.**.\n```\n\n\n## Output without wrap\n\n```\n.******..\n.***.....\n.**.*....\n.**......\n.****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.***.....\n.**.*....\n.**......\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n.....**..*\n........*.\n.........*\n*.........\n..........\n.......*..\n.......*..\n..........\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....*.**..\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n....*.**..\n.....*..**\n........**\n..........\n..........\n..........\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.***...\n..*.*.**..*..\n....***.****.\n..*.*.****...\n*.*.***..***.\n```\n\n\n## Output without wrap\n\n```\n.***....*....\n.**.**..*.*..\n.**..........\n.....*....*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.......**\n.***......**.\n***........**\n*..........**\n.**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n.*..**\n...**.\n*...**\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**..\n....*.\n..*..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..***.\n.*...*\n.**...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*.*..\n*..*.\n*...*\n.....\n*....\n.....\n***..\n.*...\n..*..\n..*..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*..*.\n.....\n.....\n.....\n*....\n***..\n*....\n.**..\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**.*.\n*..*.\n*...*\n*...*\n.....\n*....\n***..\n*....\n.**..\n.**.*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..****\n.********\n*********\n...***.**\n*******.*\n********.\n******.**\n*..**.***\n***.*.***\n****.****\n*********\n**.**.*.*\n********.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n***..*\n****.*\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n***.\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n*.*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............*\n*...........*\n*.*.......*..\n**.*....****.\n.*.**...***..\n.***.....*...\n.*......****.\n**.....****..\n*.*.....*..**\n.***......***\n..*......*.**\n*.......*...*\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.*...........\n*.**......**.\n.*.**.....**.\n***..*....***\n...**.....***\n*.**.......**\n.*....**...**\n.***...**....\n...**....*...\n..**......*..\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.*.........*.\n..**......*..\n...**.....***\n.**..*....**.\n...**.....**.\n.***........*\n......**.....\n..**...**....\n...**....*...\n..**......*.*\n**.........*.\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.....*..\n*.*..*..\n*.*..*..\n.....***\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....***.\n....**..\n.....**.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n....***.\n*...**..\n.....***\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n..*..\n**..*\n.....\n..***\n..*.*\n..**.\n.****\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..*..\n.*...\n.**.*\n..*.*\n.*..*\n.....\n*...*\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n..**.\n*.*.*\n**...\n.**..\n..*.*\n.*..*\n*....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**........\n*..*.*.....**.\n....***.......\n....*.**....**\n.....****..*..\n...........*..\n.....*.*...*..\n.*...***....**\n....*....*...*\n```\n\n\n## Output without wrap\n\n```\n**..**........\n**.*..........\n...*...*...*.*\n....*...*...*.\n.....*..*..*..\n.....*..*.***.\n.....*.*...*..\n....**.**...**\n.....**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*......*.\n**.*.........*\n...*...*...*..\n....*...*...*.\n.....*..*..*..\n.....*..*.***.\n.....*.*...*..\n*...**.**...**\n.*..*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n..*......\n..*..*...\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.***.....\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n..*.*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..*.*.\n...**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n..*.*.\n...**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n........*....\n.............\n.............\n.............\n*............\n.......**....\n.......**....\n.*.....*.....\n**....***....\n**....***....\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.......**....\n......*......\n**...........\n..*..........\n**....*.*....\n.......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.......**....\n......*......\n**...........\n..*..........\n**....*.*....\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n...***\n*.**.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n..*..*\n......\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n....*\n..*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n..*.*\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*.....\n*.....\n.*.***\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n..***.\n**.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n......\n.****.\n.*.***\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n*...*..*\n....**.*\n..**.**.\n..**...*\n....*..*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n....**.*\n.......*\n..***...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n.......*\n*...**.*\n.*.....*\n..***...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.........\n....**........\n....*.....***.\n..............\n.....*........\n..............\n```\n\n\n## Output without wrap\n\n```\n....**........\n...*..*.......\n....**....***.\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*........\n...*..*.......\n....**....***.\n..............\n..............\n...***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*..\n*.....*..\n*......*.\n**.....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n**....**.\n*.....**.\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.\n**....**.\n*.....**.\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**..\n..*....**\n...*....*\n*...*.*..\n......***\n......*..\n.*.**.*.*\n.*.*.....\n.***....*\n*.....***\n.**.*.*..\n.****....\n....*....\n```\n\n\n## Output without wrap\n\n```\n......*.*\n......*.*\n.....*..*\n.....**..\n......*..\n....*.*..\n....**.**\n**.*..***\n..*...*.*\n*...***..\n**..*.**.\n.*..*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*...\n**...*...\n.....*...\n*....**..\n......*.*\n*...*.*..\n**..**.*.\n.*.*..**.\n..*...*.*\n....***.*\n*...*.*..\n*..**....\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n*.....**\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n......**\n.....*..\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n........\n**...**.\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n...*...\n...**..\n...*...\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*....\n..***..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..*....\n..***..\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**...\n**...\n***..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n..*..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*..*\n....*\n..*..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.....\n.****\n***..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n***.**.\n.*****.\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n...**..\n.......\n.*.....\n.......\n.......\n.......\n.......\n...*...\n...*...\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*.*.\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n...*.*.\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***\n.****.*\n.*..*.*\n.**.***\n*..*.*.\n*****..\n*..*.*.\n***.***\n...**.*\n..*....\n```\n\n\n## Output without wrap\n\n```\n..*.*.*\n*.....*\n*.....*\n***...*\n*.....*\n*....*.\n......*\n***...*\n....*.*\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n.......\n......*\n.**....\n.......\n*....*.\n.......\n.**....\n....*.*\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n..****\n***...\n..*..*\n..*.**\n...*..\n....**\n....*.\n*.**.*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.....*\n......\n..*..*\n..*...\n...**.\n..*..*\n*.**..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n**..*.\n..*..*\n..*...\n...***\n***...\n**.***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n....*\n.*..*\n.*.**\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.....\n.*..*\n.****\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n....*\n.*...\n....*\n..***\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*....\n*..*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.**.*\n...**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.*.*\n..*.*..*.\n****.*..*\n...*.*...\n...*.*...\n.....*.**\n.***.*..*\n**....**.\n..***.*.*\n......***\n```\n\n\n## Output without wrap\n\n```\n.**..*.*.\n....*.***\n.*...**..\n.*.*.**..\n.....*...\n...*.*.**\n***.**..*\n*.....*.*\n.***....*\n...*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*..\n....*.**.\n**...**.*\n**.*.**..\n.....*...\n*..*.*.**\n.**.**...\n......*..\n.***.....\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**..\n..*.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...........\n..............\n......*.......\n.....*....*...\n....*.........\n....*....*....\n....*...**....\n...*..........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.....*........\n....**........\n...***..**....\n...**...**....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.....*........\n....**........\n...***..**....\n...**...**....\n...*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n...*..*\n..*...*\n*.*....\n*.*....\n*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.***.*.\n.***...\n..**...\n*.*....\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***\n.***.**\n****..*\n*.**..*\n*.*...*\n*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*..*\n*..*\n...*\n.*.*\n**..\n.*..\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n..**\n.*.*\n***.\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.**.*\n..***\n.*.**\n*.***\n*****\n*.***\n*.***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.....\n.*...\n*....\n*....\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n.....\n.*...\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n.*..\n.*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n***.\n***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n.*.*..**\n........\n...*....\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n......**\n.***..**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n..**...*\n.*.....*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*.*.\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*...*\n***..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n.........\n*..*.**.*\n.****..**\n....*...*\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.*...\n.*.*.**.*\n.**...*.*\n..*.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...*.*...\n**.*.**.*\n.**...*..\n*....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..***\n********\n*****..*\n*..**..*\n*.*****.\n**.***..\n.******.\n******..\n*****.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......**\n**......\n........\n........\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n......*.\n.......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n****.\n...*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n...**\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n..***\n....*\n**.**\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*...*\n....*.\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*..*.\n*...*.\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*....\n..***.\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*....\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*....\n.***..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.......*.\n*......**\n.....***.\n*....*.**\n.....*...\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......**\n.......**\n....*****\n....**.*.\n.....***.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n....***..\n....**.**\n.....**.*\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....**\n...*..*..*..\n....*......*\n....***..**.\n**..........\n..**.......*\n....*.......\n....*......*\n.*.*.**.....\n...**.*.....\n......*.....\n```\n\n\n## Output without wrap\n\n```\n....**....*.\n...*.......*\n...**.*..*..\n....**....*.\n.*****....*.\n.***........\n....*.......\n...**.......\n..**..*.....\n..***.**....\n.....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...*.\n...*.......*\n...**.*..*..\n*...**....**\n******....**\n****........\n....*.......\n...**.......\n..**..*.....\n..***.**....\n...*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*...**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n**.***\n**.***\n**.***\n***.**\n**.***\n****.*\n***..*\n.*..*.\n******\n*...**\n******\n******\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****...\n.*.......\n....**...\n.*.......\n..***....\n.........\n**......*\n....*....\n**.*.**.*\n...*.....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..*......\n.........\n..**.....\n....*....\n.*.*.....\n.*..*....\n..*.***..\n.**..**..\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..*......\n.........\n..**.....\n....*....\n*..*.....\n*...*...*\n..*.***.*\n*.**.*..*\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n.....*...\n.........\n.**......\n.**......\n.........\n..*......\n.***.....\n**.......\n*.......*\n.......**\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n....**...\n....**...\n.........\n.**......\n.**......\n.**......\n.***.....\n*..*.....\n*........\n**.....**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n....**...\n.........\n.**......\n.**......\n.**......\n.***.....\n*..*.....\n........*\n.*.....*.\n.......**\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n.**\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.***\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n...*\n.*..\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.*..\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*......\n...*.*....*..\n..........*..\n..........*..\n.........**..\n..........*..\n.......*..*..\n.......*..*..\n.......***...\n......**.....\n....*.*......\n```\n\n\n## Output without wrap\n\n```\n....**.......\n....**....*..\n.........*.*.\n............*\n.........*..*\n............*\n.........*...\n........*..*.\n.....*.*.....\n.....*.*.....\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*......\n...***....*..\n.........*.*.\n............*\n.........*..*\n............*\n.........*...\n........*..*.\n.....*.*.....\n.....**......\n....*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n.....*.**\n.....*.*.\n*...*..*.\n**.*...**\n***...*..\n..*...*..\n...*...*.\n........*\n..**....*\n```\n\n\n## Output without wrap\n\n```\n...**....\n...*.*.**\n...*.*.*.\n...**....\n*******.*\n...***..*\n..**..**.\n.........\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*****\n...*.*...\n*..*.*.*.\n...**..*.\n..*******\n...***...\n..**..**.\n.........\n..**...**\n.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n..*.**...\n.*.......\n...*.....\n.*..*....\n.......*.\n*.......*\n.**......\n..*.*....\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..***....\n..*......\n.........\n.........\n.*.......\n.***.....\n..*......\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n.........\n..***....\n..*......\n.........\n*.......*\n**......*\n****.....\n..*......\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n...**..\n.......\n...**..\n***....\n.*...*.\n*.*....\n*......\n*......\n..*....\n....**.\n.**.**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n....*..\n*...*..\n*...*..\n*.**...\n.......\n**.....\n.......\n.**....\n..*..*.\n..**.*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...**..\n....*..\n*...*..\n*...*..\n..**.**\n.....*.\n.*....*\n*......\n.**....\n..*..*.\n..**.*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n.......\n..****.\n..**...\n.*.....\n..**...\n.......\n.......\n.......\n......*\n.*.....\n..**..*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.**..*.\n..*.*..\n.*.....\n.*.....\n..*....\n.......\n.......\n.......\n.......\n..*....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.**..*.\n..*.*..\n.*.....\n.*.....\n..*....\n.......\n.......\n.......\n.......\n*.*....\n***....\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..**..\n**....*.*.\n.*..***..*\n.......***\n...*......\n...*.**.**\n*..**.*..*\n..*.*...*.\n...***....\n...******.\n*.....*..*\n.****...*.\n...****.*.\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n***...**..\n*..**...*.\n**...**..*\n....******\n....*.*...\n..**.*****\n..*...*..*\n..*.......\n..*.....*.\n...*...**.\n.*....*..*\n.**...*.**\n.*....**..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n...**...**\n.*...**...\n*...******\n....*.*...\n*.**.*****\n*.*...*...\n..*......*\n..*.....*.\n...*...***\n**....*..*\n***...*.*.\n.*....**..\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n*.*\n*..\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.....***.....\n....*.*......\n.....*.*.....\n.....**......\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.....***.....\n.....***.....\n....*..*.....\n....*.*......\n.....**......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.....\n.....***.....\n....*..*.....\n....*.*......\n.....**......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n**..*.\n.***.*\n**.***\n```\n\n\n## Output without wrap\n\n```\n**..**\n......\n.....*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..*...\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*.**\n..*...\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n...*\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..*.\n.***\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n*********\n*********\n*.*******\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*...*\n*....\n**..*\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n**.**.*.\n.*.*...*\n.*..**..\n..***.**\n....*...\n.....*.*\n...*.*..\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n***..*..\n**.*****\n.*.*..*.\n.*...*.*\n..*...*.\n....*..*\n.....**.\n.....*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.**\n.*.****.\n.*.*..**\n.*...*.*\n..*...*.\n....*..*\n.....**.\n.....*..\n..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n...**...\n....*...\n......*.\n```\n\n\n## Output without wrap\n\n```\n....*...\n...*.*..\n...*.*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n...*..*.\n...*..*.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**......\n...........\n........*..\n...........\n...........\n..**...*.**\n..***..***.\n..**...***.\n..*.*...*..\n...**.*..**\n....*......\n...........\n..***......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n..*.*..*.**\n.*..*.*....\n.*.........\n..*.**....*\n....*....*.\n...***.....\n....*......\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*......\n...........\n...........\n...........\n...........\n..*.*..*.**\n.*..*.*....\n.*.........\n..*.**....*\n....*....*.\n...***.....\n....*......\n..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....\n*****.**.\n..*.**..*\n***.*....\n***...***\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n**.......\n**...***.\n........*\n.*.*.**.*\n*.**..***\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.\n.*...**..\n*........\n...*.**..\n.***..*..\n***....*.\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****..*\n.**.*..**\n.******..\n**.*****.\n*.*.*.***\n****.*.**\n**.*.****\n****.*.*.\n..**.***.\n```\n\n\n## Output without wrap\n\n```\n......***\n......*..\n........*\n.........\n.........\n.........\n.........\n....*.*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n........*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n.*.*..*.\n.*.....*\n*.*....*\n..*....*\n```\n\n\n## Output without wrap\n\n```\n***.....\n......**\n***..*..\n*.*...**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..***\n.**..*..\n.**..*..\n***..*..\n***..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..**..\n*.....*...\n.**.**..**\n*.****....\n..*.****..\n.*.***.*..\n```\n\n\n## Output without wrap\n\n```\n.*...***..\n*.**..*...\n.*...**.*.\n......***.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*..\n..**.**.*.\n.*...**...\n*.....**.*\n*......*..\n***....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.***.*\n*..***\n```\n\n\n## Output without wrap\n\n```\n*..*..\n.....*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**\n.........*\n**........\n**........\n*.**......\n.***....**\n**.....***\n*......*..\n```\n\n\n## Output without wrap\n\n```\n........**\n**......**\n**........\n..........\n*..*......\n...*...*.*\n*......*.*\n**.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n.*......*.\n.*.......*\n.........*\n...*......\n...*...*..\n.......*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n******\n......\n......\n.**.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n*....*\n.****.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n******\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..*.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.***.*\n*.***.****\n*.***..**.\n*.*....**.\n***...*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n**...*....\n**...*....\n*....*....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....*....\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n*.*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*.*.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*.*\n*......*...\n*..****....\n.**....**..\n.....**..*.\n****.*..**.\n```\n\n\n## Output without wrap\n\n```\n.....**....\n***....*...\n*.......*..\n*.......**.\n*........*.\n.**...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......*\n.**.......*\n........***\n........*..\n.........**\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*...\n.....*.....\n.......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.....*\n*.*...\n......\n......\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n....*.\n......\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.****\n******\n******\n*..***\n.*****\n.*****\n.*****\n******\n**.***\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n....*....\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n...*.....\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n****.*.\n*.*.**.\n.*..*..\n***....\n..*..**\n```\n\n\n## Output without wrap\n\n```\n..***..\n*....**\n*....*.\n....**.\n*.**.*.\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n*....*.\n*....*.\n....***\n*.**.**\n*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*********\n*******.*\n..*******\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n*........\n........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n....\n.**.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*...*\n.....\n.**.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.*.*.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*..**\n.*.**\n****.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..*.*.\n.***.....**\n.***..*...*\n.*...*...*.\n.*.*.*....*\n****.**....\n..**.***...\n**.**..*..*\n.*...*.***.\n```\n\n\n## Output without wrap\n\n```\n.***....***\n*...*...***\n*..**.....*\n**.*.**..**\n...*.*.....\n*......*...\n.......*...\n**.*.....*.\n***.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.**...\n....*...**.\n...**.....*\n.*.*.**..**\n...*.*....*\n*......*...\n.......*..*\n**.*.....**\n.***.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.......*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n**..*\n..**.\n*..*.\n.*.*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.****\n*....\n*....\n.*...\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*..*.\n*..**\n.*.*.\n***..\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n...*\n****\n*...\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n*..*\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n.**...\n......\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..***\n....*....**\n...**....*.\n...*..***.*\n.**...*....\n*.**.......\n.**...*....\n*....*.....\n*.....*...*\n..........*\n..*....**.*\n..*......**\n*...*......\n```\n\n\n## Output without wrap\n\n```\n.*.***..*.*\n.**........\n...***.*...\n...*******.\n.*....*....\n*..*.......\n*.**.......\n*....**....\n...........\n.......*..*\n........*.*\n.*.*....***\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..*..\n.**........\n...***.*...\n...*******.\n**....*....\n*..*.......\n*.**.......\n*....**...*\n*.........*\n.......*..*\n*.......*.*\n**.*....***\n..*.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......*.\n.....***\n..**...*\n..******\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n.....***\n.....*.*\n..*.....\n.....***\n..*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....***\n.....*.*\n*.*.....\n.....***\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...**\n....**.**\n...**...*\n*.***....\n*....*.*.\n..*..*.**\n.**..***.\n..*.*.*..\n..*.**...\n***....**\n```\n\n\n## Output without wrap\n\n```\n......**.\n.....*...\n.**..*.*.\n.***.....\n..*..*.**\n..*.***.*\n.**.*..**\n..*.*..**\n....****.\n.******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..*.\n.**.*****\n*.*..*.**\n..**...*.\n*.*..*...\n*.*.***..\n*.*.*...*\n..*.*....\n..*.*....\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*...*\n**..*\n**...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*.*.\n.....\n.*..*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*\n..**...\n****...\n**..*.*\n......*\n```\n\n\n## Output without wrap\n\n```\n...*...\n....*..\n....*..\n.....*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n......*\n*...*.*\n*..*..*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...**.\n....*.\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...*\n..*.*...*\n..*.*....\n.*...*...\n*....*...\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n..*.**...\n.**.**...\n.*..**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***..*\n..*.**..*\n.**.**...\n.*..**...\n....**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....*....\n*...*..***..*\n*....*..**..*\n......*..**..\n......*....**\n......*....*.\n......*...**.\n...*.*....**.\n*.*.*.......*\n```\n\n\n## Output without wrap\n\n```\n..***..**....\n..****.*.....\n.........***.\n....*...***.*\n....*....****\n....*......**\n.......*...*.\n...*..*.....*\n...*.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.**...*\n...**..*....*\n*........****\n*...*...***..\n....*....****\n....*......**\n.......*.....\n*..*..*......\n.**.....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...\n...*...\n*.*.**.\n..**.*.\n......*\n...*...\n*...*.*\n*...**.\n.****..\n.*..**.\n.*..**.\n.***.*.\n*....*.\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.*...\n.*.****\n.....**\n.*....*\n..*..*.\n...**..\n*.*....\n..*....\n.......\n.....**\n...****\n*.*.**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n...*.**\n.*.****\n*....**\n*......\n***....\n...**..\n..*..*.\n..*...*\n.......\n.......\n...***.\n*.*.*..\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n.**\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.*..*\n***.*\n*.*.*\n.**..\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*.*.\n.*.*.\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.*...\n.....\n.....\n*...*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n**..*\n*.**.\n**.*.\n.****\n.*...\n...*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*****\n...**\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n*...*\n...**\n...**\n...**\n***.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**..*\n**...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...**....\n...*.....\n...***...\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n..*..*...\n...***...\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...**....\n..*..*...\n...***...\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n*.*.\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*...\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*****\n***...\n..****\n***.*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n*.....\n....**\n*.....\n**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n...*\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n***.\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n...\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n*.*\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n.....*\n.*...*\n...*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*.*..\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n***.**\n....*.\n*...*.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*...*.\n....**\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*..*..\n....**\n......\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.**..\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n..*..\n...**\n.**.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.*..*\n***.*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*..\n**..*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n......**.\n....*....\n...**.***\n......***\n.****...*\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n....**..*\n...*....*\n...**....\n..*.**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....*\n..*.....*\n...*....*\n...**....\n*.*...*.*\n****.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n**.\n***\n...\n***\n.*.\n...\n..*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n*.*\n*.*\n*.*\n..*\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.**.......\n*.........\n.**.......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n*.........\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*........\n*.........\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n*****\n*****\n*****\n*****\n*****\n*.***\n****.\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.***\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n...*\n**.*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*****\n********..\n**.*****.*\n```\n\n\n## Output without wrap\n\n```\n*..*....*.\n.........*\n*......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n*.****\n*.*.*.\n..*...\n.**.*.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*....*\n..*.**\n..*...\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.*.*.\n..*..*\n.**.**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*......\n*......\n.......\n.......\n....*.*\n**..*.*\n......*\n**..***\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n......*\n....*.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n*......\n*......\n.......\n.......\n.......\n.....*.\n*......\n*...***\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n......\n*..*..\n......\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n......\n...*..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n......\n...*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n**....\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......*.\n.*..**....*\n....**.....\n...........\n...........\n**........*\n```\n\n\n## Output without wrap\n\n```\n**.........\n**..**.....\n....**.....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*.\n.*..**....*\n....**.....\n...........\n*..........\n.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..\n.*...*..\n..*..*..\n..*..*..\n..*...*.\n..*....*\n*..*....\n*..*..**\n.**..*..\n..*.*...\n....*.*.\n..*..***\n```\n\n\n## Output without wrap\n\n```\n*.*..*..\n....*.*.\n.......*\n*......*\n*....**.\n*...*.**\n*....***\n*.......\n*.....*.\n.**.*..*\n...**..*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*......*\n.....***\n....*.**\n.....**.\n........\n........\n..*.*...\n..*.*.**\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n.*.*....\n........\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n..*.*...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.*...*..\n.*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n......\n.....*\n*.*...\n......\n*.....\n.*...*\n*.*...\n..*...\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n......\n**....\n..*...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n......\n.*....\n*.....\n.*...*\n*.*...\n.*....\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..****...\n*.***...***\n.*..****...\n****.*.*...\n*..**.*....\n.***...*...\n...********\n....*.**..*\n...***.***.\n**...*.*.**\n..***.*...*\n***.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.**.******.\n*.*.....**.\n.......*.*.\n*......*...\n*....***...\n.*.......*.\n.........**\n..........*\n...*.......\n.*.....*..*\n....*.*...*\n.**.*..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n*.*.....***\n.......*.*.\n*......*...\n*....***...\n**.......**\n*........**\n..........*\n...*.......\n**.....*...\n....*.*....\n*.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n.....\n....*\n.**..\n*....\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**....\n.**.*.***\n**.**.*..\n.*.**.***\n*.**...*.\n***....*.\n.....**..\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n.*.***.*.\n......**.\n*........\n......*.*\n*...*....\n*.**...*.\n*..****..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n......***\n.........\n......*..\n....*....\n*.**...*.\n*..****..\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n****.\n**..*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n...*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n.**.*.\n.**..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n.*.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n...*..\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.......\n..........**\n**.*........\n*..*.*...**.\n*.***.*..*.*\n*.*.*.**.**.\n*.**.*.*.*..\n*.***....***\n....*.......\n..***.......\n```\n\n\n## Output without wrap\n\n```\n............\n.*..........\n**.......*..\n*.**.**.**.*\n*.....**.*..\n*......*..*.\n.*.....*....\n.*..**..****\n..**.*....*.\n....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......\n*..*.......*\n**.......*..\n*.**.**.****\n.*....**.***\n*......*...*\n*......*....\n....**..**..\n.*...**.....\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n**..*.**\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n...****\n*....**\n.*...**\n**.....\n.......\n.......\n*......\n.**...*\n****..*\n.*.*...\n..***..\n```\n\n\n## Output without wrap\n\n```\n.....**\n.......\n.......\n.*...**\n**.....\n.......\n.......\n.*.....\n...*...\n*..*...\n*......\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n*......\n.......\n.*...*.\n**....*\n.......\n.......\n**.....\n...*..*\n...*..*\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.......\n*.*..**\n**.....\n..***.*\n*.....*\n..*....\n*..*...\n...****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n*..***.\n*.**.**\n*..**..\n.*.**..\n..**.*.\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*......\n*.....*\n*..**..\n..**...\n...**..\n...**..\n..****.\n*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n......\n......\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n......*\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.**.*\n.*.*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n**..*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n**..*\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*......\n....*.*.....\n.....*......\n............\n............\n............\n............\n....*....*.*\n```\n\n\n## Output without wrap\n\n```\n.....*......\n....*.*.....\n.....*......\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......\n....*.*.....\n.....*......\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.****.\n*..***\n***...\n***.**\n```\n\n\n## Output without wrap\n\n```\n***...\n***...\n**....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n*.*\n**.\n***\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n**.*.*\n**..*.\n..**.*\n..**.*\n**..**\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*.*.*\n.....*\n....**\n..**.*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n*..*\n..**\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n**.*\n.*.*\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n.*..\n**.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*.*.**\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n.**\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n*..\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*..*.\n..*...\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.*..**\n....**\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....***\n**...*....*.\n..*...**..*.\n........*.*.\n.*.*.*.*.**.\n......*.*...\n..*.*.*..*.*\n.*...*..*...\n.***.....*..\n......*..*..\n.*.**......*\n```\n\n\n## Output without wrap\n\n```\n..........*.\n.**...**.*..\n.*....**.***\n........*...\n..*..**.*.**\n...*..*.*...\n..*...*...*.\n.**..*....*.\n******..*...\n.**......*..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....**\n*.....**....\n......**.**.\n........*.**\n..*..**.*.**\n...*..*.*...\n.**...*...*.\n***..*....*.\n..****..*...\n....*...*.*.\n....*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n*.*\n***\n...\n***\n***\n.**\n*..\n***\n***\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n..*\n*.*\n...\n*.*\n...\n..*\n*..\n..*\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n..**\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.*.\n..**\n.**.\n.*..\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n*.**\n.*.*\n...*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n..*.\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.*****\n*.***..**.**\n.**.***.***.\n************\n.*****.*..**\n*.*****.***.\n***.********\n.***********\n*..*.*******\n.****.***.**\n**.****.****\n*****.***...\n```\n\n\n## Output without wrap\n\n```\n*.....**...*\n*...........\n............\n*...........\n............\n*...........\n*...........\n............\n*...........\n............\n...........*\n*.....*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........*..\n...........*..\n.....*......*.\n..........***.\n.*............\n..............\n..............\n*.*..........*\n....**........\n*...*....*....\n............*.\n```\n\n\n## Output without wrap\n\n```\n..............\n...........**.\n..........*.*.\n...........**.\n...........*..\n..............\n..............\n..............\n.*.***........\n....**........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**.\n...........**.\n..........*.*.\n...........**.\n...........*..\n..............\n..............\n..............\n**.***.......*\n....**........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n****.*\n***.**\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..\n*.**.*.\n.***...\n...***.\n*......\n.....*.\n...**..\n*....**\n.**.*..\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n***.*..\n..*.**.\n...*.*.\n....*..\n...**..\n.**..**\n.......\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n.......\n.**.***\n..*.*..\n...*.*.\n....*..\n**.**.*\n***..**\n...***.\n..*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n.**...\n*....*\n.*.*..\n**.**.\n*..*.*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n*.*...\n*.....\n.*.*..\n**.*..\n...*..\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..*...\n*.....\n.*.*..\n.*.*..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n**.***\n******\n******\n*****.\n***.**\n*.****\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n......\n......\n......\n......\n......\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.....\n....**.....\n...........\n...........\n.........*.\n........*..\n.........*.\n...........\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n....**.....\n....**.....\n...........\n...........\n...........\n........**.\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n....**.....\n...........\n...........\n...........\n........**.\n...........\n...........\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n...*.\n*.***\n**.**\n.....\n....*\n*****\n.****\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n....*\n*....\n**..*\n...**\n.**.*\n*....\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*....\n.....\n.*...\n...*.\n.**.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*\n*..**.*\n......*\n*..**..\n.*.....\n****...\n***.*..\n.*....*\n..*....\n....*..\n...*...\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n*.***..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*.*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*....\n..**....*.*\n*.*.**.****\n.*...*****.\n**...*.....\n*..*.***...\n```\n\n\n## Output without wrap\n\n```\n..**.......\n.**..**..*.\n.**.***...*\n..*........\n*.**.*.....\n*.*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....**\n..*....*..*\n..*.***....\n..*.......*\n..**......*\n...***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*...\n...........*..\n..............\n....**.*....*.\n......***...*.\n*.*.***..*....\n......***.....\n.*......*.....\n.......**...*.\n.........*....\n........*.....\n.........*..*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.......**.....\n.......***....\n.......*.*....\n.......****...\n......*...*...\n......**.**...\n.......*..*...\n........**....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n..............\n..............\n.......**.....\n.......***....\n.......*.*....\n.......****...\n......*...*...\n......**.**...\n.......*..*...\n.........**...\n........**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*...\n*****.*..\n*..*.***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.*...*.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n.*....*..\n.*....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n*.**\n****\n*...\n...*\n....\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*..*\n*..*\n*..*\n....\n..*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n..**\n**.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n.*.**.\n....**\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...*.*\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n...**.\n*..*.*\n..*...\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...*.....\n.*.......*...\n*.....**.....\n.*....*....*.\n***........*.\n...........*.\n.......*...*.\n.......*.***.\n..*..**.*.*.*\n.**...*...*.*\n..****.......\n```\n\n\n## Output without wrap\n\n```\n*.*....*.....\n......*.*....\n*....*.......\n..*...**...*.\n*.*.......*.*\n***......*...\n........**...\n......**.*..*\n.**..*...*...\n*......**....\n.******......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**........\n......*.*....\n*....*.......\n..*...**....*\n*.*.......***\n.**......*...\n*.......**..*\n.*....**.*...\n..*..*...*..*\n..*.*...*...*\n..*.****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.*.*.\n......\n......\n......\n.*...*\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n......\n......\n......\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n......\n......\n......\n......\n......\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n..*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.**...\n......\n......\n......\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.*.\n...\n...\n...\n*..\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n.*.\n.*.\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n***\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n...\n..*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n...*.\n...*.\n...*.\n.....\n.....\n.....\n.*..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.*...\n..*.*\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.....\n..***\n...*.\n.....\n.....\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.**.\n*****..*..\n**...*..**\n.***.**...\n*.***.*.**\n*..*.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.....***.\n.....*.*.*\n.....*.**.\n......*...\n*.......**\n.***.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.\n.....*.*..\n.....*.***\n......*...\n*.......*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n*......\n.....*.\n..*...*\n*......\n....**.\n.......\n......*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....*.\n.......\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n......*\n......*\n.....**\n.......\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.**..*\n*...**\n......\n...*..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*..***\n******\n...***\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n.****.\n...*..\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.*...\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n***..\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*..\n***..\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n****.*\n..*...\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*..*.\n....*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.....*..\n.....**.\n**...***\n..***.**\n....*...\n*.....*.\n*.*..**.\n*.*.....\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n..*****.\n.*......\n.*..****\n.*..*.**\n........\n.*...**.\n..**....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n........\n.....*..\n*.****.*\n*.......\n*...**..\n.*..*...\n......*.\n**...**.\n*.**..**\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n.........*\n..........\n....*.*...\n...**.....\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...***....\n...***....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...***....\n...***....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*...*\n.**.**\n*.*..*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**.**\n*.****\n*.**.*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n.**.**\n..***.\n..**..\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*...*..\n.....**.....\n......***...\n.*..........\n*.**..**....\n..****....*.\n....*...**..\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n.....*..*...\n.....***....\n.**.....*...\n.....**.....\n.**..*****..\n....**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.**..\n.....*..*...\n.....***....\n.**.....*...\n.....**.....\n.**..*****..\n.**.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n..**\n....\n....\n.*.*\n***.\n..*.\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n....\n....\n**..\n*..*\n..*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n..*.\n....\n....\n.*.*\n*...\n..*.\n**.*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.\n*.**....\n***.**.*\n..*.*..*\n***.***.\n..**.**.\n..*.*...\n..**....\n***....*\n*......*\n*****...\n.*...*..\n.*...**.\n..*.....\n```\n\n\n## Output without wrap\n\n```\n..***...\n*.......\n*...***.\n.......*\n.......*\n......*.\n.*..**..\n........\n*.**....\n........\n*.***...\n...*.**.\n.**..**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**...\n*.......\n....****\n........\n*.......\n......**\n.*..**..\n*.......\n..**...*\n........\n..***..*\n...*.**.\n.**..**.\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n....**.**.\n....***.**\n*....**..*\n.........*\n```\n\n\n## Output without wrap\n\n```\n........*.\n.........*\n.....*..*.\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....*....\n..........\n......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n.**.\n.**.\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***......\n...*...*..\n.*.*.***..\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..**......\n...*...*..\n.......*..\n..**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...\n..*.*..*..\n.....*.*..\n....**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n...*\n****\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..**\n.*..\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n...*.\n..*..\n*.***\n*....\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n.*..*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n....*\n.*...\n*.***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.**...\n**....\n*****.\n..*.*.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**..*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n...**.\n.....*\n.....*\n.***..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.***..*\n*.**..*\n**.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n*..*...\n***....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*..*...\n...*.**\n***...*\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*.*\n.*....**..\n.*..*.*...\n....*.....\n.....*....\n..........\n.*.....*..\n..*.....*.\n.*........\n```\n\n\n## Output without wrap\n\n```\n***..*..*.\n***..*....\n.*......*.\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n.**..*...*\n........*.\n..........\n..........\n..........\n..........\n..*......*\n...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**.*\n.........*..\n.......***..\n............\n*.........**\n.........**.\n...........*\n```\n\n\n## Output without wrap\n\n```\n........**..\n.......*..*.\n.......*..*.\n...........*\n...........*\n.........*.*\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***..\n.......*....\n.......*....\n...........*\n*...........\n*.......**..\n........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n......**\n........\n*.....**\n........\n........\n........\n..*.....\n*.*.*...\n*.*.*...\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n..*.....\n.***....\n.***....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n*......*\n........\n........\n........\n..*.....\n.***....\n.***....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n....\n....\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n*.*.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n****\n.***\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*.*..\n*....\n**.*.\n*.*.*\n*..**\n*..**\n*****\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n*.**.\n*.*..\n*.*..\n*..*.\n*.**.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.***.\n..**.\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n..*.........\n.**.........\n.**.........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n.**.........\n...*........\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n.**.........\n...*........\n.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*....*.\n...****....*.\n......*.*....\n...**.*.*....\n.......**...*\n*....*.*.***.\n*......*.*..*\n***..***.....\n*...**.......\n```\n\n\n## Output without wrap\n\n```\n.............\n......**.....\n......*......\n....*.**.**..\n....**.*....*\n....**...*..*\n....**.*.*.**\n**.....**....\n....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**.....\n......**.....\n......*......\n....*.**.***.\n....**.*....*\n....**...*...\n....**.*.*.**\n....**.*.....\n...**..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n.....\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n****.*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n****.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.****\n******\n.*.***\n.*****\n**.***\n..***.\n***...\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.....\n......\n......\n*.....\n.....*\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.***...\n....*..\n...*...\n.......\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.....*\n.....*\n.*....\n..*.*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.***..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*.....\n......\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n...*\n.*.*\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n..*.\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n...*\n*.*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n..**..\n..*.*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n******\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n.**.\n....\n**.*\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n*.*.\n*.*.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n*.*.\n.*.*\n*.**\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n******\n***...\n......\n***...\n**.**.\n.*....\n...**.\n..*..*\n.*..**\n.*..*.\n**...*\n..*..*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n....**\n.*.*..\n..**..\n*..*..\n.*..*.\n..***.\n.....*\n.....*\n......\n*....*\n.....*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n...***\n*.**.*\n...*..\n**...*\n..***.\n*.....\n......\n......\n.....*\n.*...*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n.......*\n..*.*...\n***..*..\n.*.....*\n...*..**\n....*...\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**....\n*.**....\n**.....*\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n*.......\n*.**....\n*.**....\n.*.....*\n*.....**\n*.....**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n**.*\n*...\n...*\n..*.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n...*\n.*..\n..*.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*****.\n*..*.*\n*****.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n.....*\n*.....\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*\n***......\n**.......\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..**.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*..**.*\n........***.\n.........***\n............\n.**.*.......\n.******.*...\n```\n\n\n## Output without wrap\n\n```\n........*...\n............\n........*..*\n..........*.\n.*..*.......\n.*..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**....*\n*...........\n........*..*\n..........*.\n.*..*.......\n......****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n***\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n..........\n...*......\n..........\n.*.*.*....\n..........\n.....***..\n.....*....\n*.........\n........*.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..*.*.....\n..........\n....**....\n.....**...\n.....*....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..*.*.....\n..........\n....**....\n.....**...\n.....*....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n***...\n...***\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n*..*.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n***..*\n...*.*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n.**.*.\n.*....\n*.**.*\n..*..*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n......\n*...*.\n..***.\n..*..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n....**\n*.****\n..*..*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.*\n..*...*...\n..*.......\n..**....*.\n..........\n..........\n........**\n.......***\n....**....\n..........\n**........\n......*...\n.....**...\n......**..\n```\n\n\n## Output without wrap\n\n```\n....**.*..\n..*.**.*..\n.*..*.*...\n.***......\n..........\n..........\n..........\n.......*.*\n........*.\n..........\n..........\n.....**...\n....*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n..*...**..\n.*..*.*...\n.***......\n..........\n..........\n..........\n.......*.*\n........*.\n..........\n..........\n.....**...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n...*.\n..*.*\n*...*\n*....\n.****\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n..***\n.****\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n..**.\n.***.\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*\n**.**.*\n..*.**.\n.......\n```\n\n\n## Output without wrap\n\n```\n******.\n*.....*\n.*.***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*...*\n*.....\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n**..*.\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n.**.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*..*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n*...\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.*..*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n**..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.*...*\n....*.\n...*..\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*.**.*\n....*.\n......\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...**\n....*\n.***.\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.\n.....*.\n....*..\n.....*.\n...*...\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n...*...\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n...**..\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*...**\n***...\n*.*..*\n..**.*\n*....*\n.****.\n..**..\n```\n\n\n## Output without wrap\n\n```\n....*.\n*.***.\n*.****\n*...*.\n..**.*\n.....*\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n*.****\n..***.\n....**\n..**..\n*....*\n**..**\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****...\n***....*\n..*...*.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n*..*....\n*.......\n..**..**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.......*\n*.**..*.\n....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..*....*\n....**...**..\n.**..***..**.\n***.***...**.\n...**.*..*.*.\n**********..*\n..*....*.*.*.\n*.*.****.*...\n.**.**.......\n```\n\n\n## Output without wrap\n\n```\n...**...**...\n.**.*.****...\n.*.....*..*..\n.*......*.***\n........**...\n........**.**\n.*......**.*.\n..*..........\n.**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*......\n......****...\n*......*..*.*\n**......*.*..\n.*......**.*.\n*.......**.**\n**......**.**\n.......*.*...\n.*....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n.....*..\n...*...*\n**.*...*\n....*.*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...*.*..\n..*.*.**\n..*.*.**\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*.*..\n***.*.*.\n..*.*...\n**.*..*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*.\n*.*.....**\n.**....*.*\n..*....**.\n..***.*...\n****..***.\n.*.....*.*\n```\n\n\n## Output without wrap\n\n```\n**......**\n*.**...*.*\n.***.....*\n...**...*.\n....*...*.\n**..*.....\n**....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n.**...***.\n..**......\n...**...*.\n*...*.....\n*...*...**\n......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........****\n.............\n.........****\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..........**.\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.***\n.***\n..**\n...*\n....\n****\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n...*\n.*..\n....\n.*..\n..**\n.*.*\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n.*..\n..**\n.*..\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*\n.***...\n****..*\n.***.**\n..***..\n*..****\n```\n\n\n## Output without wrap\n\n```\n...*...\n....*..\n*....**\n*....**\n.......\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n.....**\n.....**\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*\n*....*.**\n.......*.\n**.......\n......*..\n.....**..\n.........\n```\n\n\n## Output without wrap\n\n```\n.....**.*\n.....*..*\n**....***\n.........\n.....**..\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.*\n*....*...\n.*....**.\n.........\n.....**..\n.....**..\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.*.\n.**\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n**.*...*\n*..*..**\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n......**\n*..**.**\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***..\n*..**...\n...***..\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n*....*\n......\n......\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*..*.\n*....*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n..*....\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n****\n*.**\n*.**\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n...*\n*...\n*...\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n*....\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n..........\n........*.\n*.........\n*.....*..*\n......*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.......***\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n..........\n*.........\n*......**.\n*.....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n**.**\n..***\n.****\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..***\n.*...\n*....\n.*...\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n**...\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..***.\n.........\n***......\n....***..\n.***..*..\n```\n\n\n## Output without wrap\n\n```\n......*..\n..*...*..\n.*...*...\n*...***..\n..***.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***.\n..*...*..\n.*...*...\n*...***..\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......\n.....*......\n............\n............\n............\n............\n.....*......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.....\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n..*.\n*.**\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n....\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n*..*\n....\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n***\n***\n*..\n...\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.*.\n...\n.*.\n...\n...\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.***\n....\n....\n....\n*...\n*..*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n..*.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n..*.\n....\n....\n*..*\n*..*\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n.**\n*.*\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n****.....\n..*.....*\n...**....\n...***...\n....*....\n...*.*...\n...**.*..\n.....*.**\n........*\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.....\n.**.*....\n....**...\n.........\n....*....\n....*.*..\n...*....*\n....**...\n.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.***.....\n.**.*....\n....**...\n.........\n....*....\n....*.*..\n...*....*\n....**..*\n.....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..*..\n.*...\n*.***\n.**..\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n**...\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.*.*.\n*....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n************\n************\n***********.\n************\n..**.*******\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n............\n*...........\n...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.****\n**.*.\n*..*.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n......*.\n.....**.\n....*...\n...*.*..\n........\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.....**.\n.....**.\n....*.*.\n....*...\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.....**.\n.....**.\n....*.*.\n....*...\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*.\n....*...*.\n....*...*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*...*.\n....*...*.\n....*...*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n*.*.......\n*.*.......\n*.*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n.*.**..*\n.**....*\n*.**.***\n....*..*\n*.*...**\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*.*...**\n..*..*.*\n.**..*..\n..*.*..*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n....*.*.\n..*..*..\n..*..*..\n..*.*...\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n....*...\n.....*..\n........\n...*....\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**.\n...........\n...........\n......*....\n..***.**...\n......*.*..\n...........\n...........\n...........\n........*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n......*....\n....****...\n..**.......\n....***....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n...........\n......*....\n....****...\n..**.......\n....***....\n...........\n...........\n...........\n........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n*.**\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n**..*\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n..*..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n..*.*\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.**.\n*.********\n*******.*.\n*..*...***\n*****.***.\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n..........\n*.**......\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n*..***\n**..**\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n...*..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n..*.**...\n.**.**...\n.***.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n..***....\n..**.*...\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.****....\n.**......\n....*....\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n*.*\n***\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n*.*\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..**\n.**.\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n**.*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n**.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*...*.\n*.****.***\n.***....*.\n***..*.*..\n..*.*....*\n.**.*.**..\n```\n\n\n## Output without wrap\n\n```\n.**.**.***\n*....*.*.*\n.....*...*\n*...*...*.\n*...*..**.\n.**..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*....*.*..\n.....*....\n*...*...**\n....*..**.\n*...*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*..\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.*...\n.....\n.....\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*...*\n.....\n.....\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*...*\n...*.\n...**\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...*.\n..***\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..*.\n..***\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n.**.\n.***\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n....\n....\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...*****\n...**.**....\n...*..**.**.\n............\n...*....****\n.*.*..**.*.*\n*.*.**..**.*\n*.*...***.*.\n.*.*..*....*\n.*.*...*....\n***.......**\n........*.*.\n..***...*...\n......**.*..\n```\n\n\n## Output without wrap\n\n```\n.****.*****.\n.*..**.....*\n...******...\n.......*...*\n..*....***.*\n.*.*.***...*\n*.*.**.....*\n*.*.*.*.*.**\n**.*..*.*...\n...*......**\n***......***\n..........**\n...*....*...\n...*...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...***\n**..**......\n...******...\n.......*...*\n*.*....***.*\n.*.*.***....\n..*.**......\n..*.*.*.*.*.\n.*.*..*.*..*\n...*......*.\n***......***\n*.........*.\n...*....*...\n*...*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.*....\n...*..\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.**.*.\n*...**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n**.***\n*...**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*.**.\n*...*.\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.***.\n*..**\n***.*\n....*\n.*..*\n.*.**\n.****\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*.**\n**...\n*...*\n***.*\n*.*.*\n..*.*\n**...\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.**..\n..*.*\n..*.*\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*...\n.**.*.**.\n..****.*.\n*.*..*..*\n.***.*..*\n**.*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.****..\n.......*.\n.......**\n.....*.**\n...*.**.*\n**.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n.......*.\n*......*.\n*....*.**\n...*.**..\n.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..****.*\n******.***\n**********\n.*********\n**********\n*.********\n**********\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n*......*.*\n..........\n..........\n..........\n*.........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n....*.\n**.**.\n*...**\n***...\n...***\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.*..\n***..*\n...**.\n*....*\n*...*.\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n**.**.\n***...\n*..*..\n......\n*...**\n***.*.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*\n.*......*\n.*..**...\n..**..*.*\n*.....*.*\n.....*...\n....*...*\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.*.***.*.\n.****.*..\n.....**..\n.....*.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.**......\n.*.***.*.\n.****.*.*\n*....**.*\n*....*.**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n**....*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n.*...**\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n****\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*.*\n****\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n....*..*.\n*........\n.*.......\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n...*..\n**.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n.........\n........*\n........*\n........*\n....*....\n.........\n..*.*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n.........\n........*\n........*\n........*\n.........\n.........\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n......\n..**..\n......\n..*.*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n..*...\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n..*...\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n........*.\n.......***\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......***\n.......***\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......***\n.......***\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*......*\n*****.*.....\n*.*..*..*.*.\n.*.***....*.\n```\n\n\n## Output without wrap\n\n```\n....**......\n....*.......\n.**.........\n.*****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*.\n............\n....**...**.\n.........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*....\n*.****\n*****.\n*.**.*\n*.....\n.**.**\n.***.*\n.*..**\n...***\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n.***..\n*****.\n*.***.\n**....\n**....\n**..**\n**..**\n**....\n......\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.***..\n..**..\n......\n......\n......\n......\n......\n*.....\n*...**\n....**\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*.*.\n..*..*\n...***\n......\n......\n..***.\n..*.*.\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n..*..*\n...***\n....*.\n...*..\n..*.*.\n.*..*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n..*..*\n...***\n....*.\n...*..\n..*.*.\n.*..*.\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.*.\n....\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n...*\n**..\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**...*.\n*..**.....**\n....**....**\n.*.....*..*.\n*.....*..**.\n```\n\n\n## Output without wrap\n\n```\n..**.*....**\n..**..*..*..\n...***...*..\n.....**.....\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**.....\n*.**..*..*..\n...***...*..\n*....**.....\n***..***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.....**\n....*..\n.......\n*...*.*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n.....*.\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....*.\n.....*.\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*.*.*\n...*.*\n***.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.*..\n**.**.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*.*.*\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*****\n*****\n*****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n****.\n..**.\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n.....\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n.....\n..*..\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*..*.\n.***.\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n.*.**\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.*.*.\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.......\n....*..\n.*.*...\n***.*..\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*....\n**.**..\n*.*.*..\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*.*..\n..*....\n**.**..\n*......\n.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n...*.\n...**\n....*\n.....\n.....\n.....\n...**\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n..*..\n..*.*\n...**\n.....\n.....\n.....\n...*.\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n..*..\n..*.*\n...**\n.....\n.....\n.....\n...*.\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....***\n.****...*\n*.**....*\n.*.*..*..\n...***.**\n****...**\n```\n\n\n## Output without wrap\n\n```\n**.*...**\n....*...*\n*......*.\n.*...**.*\n*....*..*\n.***..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..\n....*....\n.......**\n.*...**..\n.....*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.****\n**..*\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*....\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*..\n....*.*..\n..*....**\n.....*..*\n....****.\n*.*..*..*\n```\n\n\n## Output without wrap\n\n```\n....***..\n.........\n........*\n....*....\n...*...**\n....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*..\n..**.....\n*.......*\n*...*....\n.*.***.*.\n...*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n.*...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....*\n*.**...*..\n...*..*..*\n****.***..\n.**.*.*..*\n**..*..*.*\n..*.******\n*.*.*.....\n.**.*.*.**\n*.*......*\n```\n\n\n## Output without wrap\n\n```\n...*......\n..***...*.\n*....*..*.\n*......**.\n....*.....\n*...*....*\n*.*.*.**.*\n..*.*.....\n*.*..*..**\n..**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....**\n*.***...**\n.....*..**\n.......***\n....*....*\n....*.....\n..*.*.**..\n*.*.*.....\n..*..*..*.\n..*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n*.*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.**\n***\n...\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...*.*\n*..*..****\n*.**.*.***\n*....*****\n..**.*.*..\n.**.***.**\n******.**.\n**.**.***.\n.***.*.*.*\n*****....*\n```\n\n\n## Output without wrap\n\n```\n.***..**.*\n*.........\n*.**.*....\n.....*...*\n..**......\n*........*\n..........\n.........*\n.....*.*.*\n*...*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n..........\n..**.*....\n*....*....\n..**......\n.........*\n..........\n..........\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n**.*\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n*..*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*..*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n.......\n....*..\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n.**...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n**..\n*..*\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**.*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*..*.\n.*.*..\n*...*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n*...*.\n......\n*.....\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.*..*\n*..**\n***..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n****.\n....*\n*..**\n*.*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n...*.\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*..\n..**.....\n.....*...\n.****....\n....*....\n.........\n.........\n..*......\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..***....\n.*.......\n..****...\n..*.*....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n..***....\n.*.......\n..****...\n..*.*....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n...*\n*...\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*..*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n***.*\n***..\n*****\n...**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*..*\n....\n....\n..*.\n**.*\n*..*\n***.\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.**.\n**.*\n...*\n*...\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n****\n....\n....\n****\n.*..\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*.....\n......\n......\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n******\n......\n......\n******\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n*....*\n*....*\n*....*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*****\n**...\n*...*\n**.*.\n.***.\n..***\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n....*\n..*..\n*..**\n*....\n.*...\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n...*.\n.....\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n...**....\n..***....\n..*.*....\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n.**.**...\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n...*.....\n.**.**...\n...*.....\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..**...\n..........*\n..**.*.....\n.*....***.*\n...*.....*.\n...*..*....\n*.....**..*\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.***...\n..*......*.\n..**......*\n...*.....*.\n.....*.....\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**...\n...*....*.*\n..*......**\n.***.......\n...*......*\n.*...******\n*....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*...*\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**..*\n.*..*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n....\n....\n..**\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.**.\n....\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n....\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n..*\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n*****\n*.***\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n*...****.\n...*..*..\n......*..\n...*.**..\n*.....*.*\n```\n\n\n## Output without wrap\n\n```\n......**.\n....*..*.\n....*....\n....*.**.\n.....**..\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n....*..*.\n....*....\n....*.**.\n.....**..\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n.........\n.........\n.........\n.....**..\n......*..\n***.***..\n**...**..\n.*...****\n..*....**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....**..\n.*.**..*.\n.*.*.....\n*.**.....\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n.........\n.........\n.....**..\n.*.**..**\n.*.*....*\n..**.....\n***..*...\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**.*\n**.*.\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n****.\n*...*\n.***.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n*****\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n..*\n...\n*..\n***\n***\n.*.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.*.......\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n....\n....\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n...*\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.**.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.**.***.*\n**.*..*...****\n***..**.****.*\n*.*..**.*.*..*\n..*****..*..**\n...*.**.*....*\n*.***..******.\n.********.*..*\n*.******....**\n********..***.\n```\n\n\n## Output without wrap\n\n```\n*.**.***.*...*\n...**........*\n...**...*....*\n*.......*....*\n.**.....**..**\n.*...........*\n..........****\n*.........*..*\n*........**..*\n*......*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**....\n...**.........\n...**...*.....\n........*.....\n.**.....**..*.\n**............\n*.........***.\n..........*...\n.........**...\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n...*\n.*..\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..**.\n.**..\n**...\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n.***.\n...*.\n*..*.\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...*.\n*..*.\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n****..\n**.*.*\n..**.*\n...***\n.****.\n*....*\n....**\n*...*.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n**....\n**....\n**....\n*.....\n.*****\n.*.***\n**.***\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n.....*\n......\n.*...*\n......\n.....*\n*.**..\n*..*..\n**..*.\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*.*\n*****\n*****\n.***.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**.*...*.\n....*.*..*....\n..*.....*.....\n.*..*.*.**....\n........*....*\n.*.*..*..*.*..\n.*.**..*..**..\n.......*......\n```\n\n\n## Output without wrap\n\n```\n.....***......\n......*.**....\n...*....*.....\n........**....\n..*..*..*.*...\n...**..***.**.\n...**.***.**..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*.....\n......*.**....\n...*....*.....\n........**....\n*.*..*..*.*...\n*..**..***.**.\n...**.***.**..\n..*.**.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........\n..**.....*..\n*.*......***\n.*.*.*..****\n*.*.....***.\n.*.*.****...\n*..*..*..**.\n.......**...\n............\n*.....*.....\n***...**....\n..**....*..*\n......*..*.*\n*****...**..\n```\n\n\n## Output without wrap\n\n```\n..**........\n..**........\n..*.*.......\n...*........\n*..*.**.....\n**....*.....\n.**....*.*..\n......**.*..\n............\n.*......*...\n..**.*..*...\n.**.***.**..\n.*..*..*....\n..**....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n*..**...****\n***.*......*\n...*........\n**.*.**.....\n**....*.....\n.**....*.*..\n......**.*..\n............\n**......*..*\n*.**.*..*.*.\n.**.***.**..\n....*..*....\n*****..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n.***....\n...*....\n...*....\n........\n.......*\n.......*\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*.....\n...**...\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n..*.....\n...**...\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n***.\n.*..\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n*.*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*..*\n*.**\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n....*...*.\n**.....**.\n**.....**.\n**........\n.***......\n..**......\n...**..**.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.........*\n**.......*\n..*....**.\n..........\n*..*......\n.*........\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*\n..........\n**........\n..*....**.\n.........*\n*..*......\n.*........\n..***..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*....\n**........\n........**\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n**.......*\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n..*.***.\n...***.*\n.*..**..\n**.*.*.*\n..*..*..\n...**..*\n..*.*...\n*.*.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.***.*..\n.**...*.\n..*.....\n**......\n**.*.*..\n.**..*..\n..*.**..\n.**.*...\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..\n.**...*.\n..*.....\n.*.....*\n**.*.*..\n.**..*.*\n..*.**..\n.**.*...\n..*.....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n..**\n..**\n..**\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n.*..\n.*..\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n*...\n**..\n.*..\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n*..\n...\n..*\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..*.**\n****.*\n*.....\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...**\n*.**.*\n*..*..\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n....*.\n..**..\n...*..\n*....*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*****.*..\n....*.....**\n....*.**...*\n*..**.*.*...\n***...**....\n......*.****\n..*...*.*...\n...****..*..\n....**.*.*..\n.*...*.***..\n.**.**.*..**\n****...*.**.\n```\n\n\n## Output without wrap\n\n```\n...****...*.\n........*.**\n....*.**..**\n*.***...*...\n****..*...*.\n..*..**.***.\n...**.*.*...\n...*.....*..\n...*...*.**.\n.***...*.*..\n....**.*...*\n*..**.*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.*..\n........*.**\n*...*.**..**\n*.***...*..*\n****..*...*.\n*.*..**.****\n...**.*.*...\n...*.....*..\n...*...*.**.\n****...*.*..\n....**.*...*\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......*\n..*...*..**\n.*....*...*\n```\n\n\n## Output without wrap\n\n```\n.**......**\n.**.....*..\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......*\n..*......**\n.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n.*.*..\n..*...\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...**.\n..**..\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*....*...\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*.......*\n*.......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n.....*.\n.*....*\n......*\n.***.**\n.*.**.*\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n..*...*\n***....\n*.....*\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*\n*......\n......*\n*....**\n.**....\n..*....\n.*....*\n.******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......**..\n........*.\n......*.*.\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n......*.*.\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n......*.*.\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n*********\n******.**\n**.******\n******.**\n****.****\n****.****\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n**.***\n*..**.\n.....*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n*..*..\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n...*..\n....**\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n**.*******\n**.*.*****\n******.***\n**********\n**********\n*******.**\n**********\n**********\n**.*******\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n..****.\n*....**\n***..*.\n.****..\n```\n\n\n## Output without wrap\n\n```\n..***..\n.******\n.*..*..\n**..***\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**\n.**.*.*\n....*.*\n......*\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n*..**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n*.*..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.***.\n*....\n**..*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n**.**\n**...\n*....\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n.....\n..***\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**......\n*........\n..*....*.\n.........\n......*.*\n.........\n.....*...\n....*.**.\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n....*..*.\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n....*..*.\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*..\n.....*.**..\n.....**.*..\n```\n\n\n## Output without wrap\n\n```\n......***..\n....**..**.\n.....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..**.\n....**..**.\n....**..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.****\n**.*.\n*....\n...**\n.***.\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.****\n**...\n.....\n*....\n....*\n**.**\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..***\n....*\n.....\n.....\n...*.\n...*.\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n....*\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***...*.\n.*..*..*...\n..****.*.**\n.....**..**\n```\n\n\n## Output without wrap\n\n```\n******.....\n**.......**\n..**...*.**\n...*.**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....**.\n.*.......*.\n*.**...*.**\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.........\n.........\n.........\n.........\n.........\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.........\n.........\n.........\n.........\n.........\n**.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n....\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n***.\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n....\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n....*\n....*\n.....\n.....\n....*\n.....\n.....\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..***\n*.**.*.**\n*......*.\n***..*.*.\n*.....**.\n*.....*..\n**.****.*\n...******\n*.**....*\n*.*..**.*\n**.******\n....****.\n```\n\n\n## Output without wrap\n\n```\n.*.**.*.*\n*..**....\n*..**..*.\n*......**\n*....*.*.\n*...*....\n****....*\n*.......*\n..*.....*\n*.......*\n****....*\n...*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n...**....\n...**..*.\n*......*.\n*....*.*.\n....*....\n.***.....\n.........\n..*......\n.........\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....**\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n*............\n*............\n.............\n.............\n.............\n.............\n..****.......\n..***........\n...***.*.....\n.......**....\n...***..*....\n.......**....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n...***.......\n.............\n.....*..*....\n.........*...\n.....**..*...\n.....*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n...***.......\n.............\n.....*..*....\n.........*...\n.....**..*...\n.....*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n*..**\n.**..\n**.**\n.....\n.....\n..**.\n.*...\n**.**\n.*.*.\n*****\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n.....\n**.*.\n.....\n.....\n..*..\n**..*\n**.**\n.....\n*..**\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*****\n*****\n.....\n**.**\n*...*\n.....\n..*..\n.*...\n.*.**\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n*....\n.*...\n.....\n.....\n...*.\n*****\n....*\n****.\n**.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n.....\n.....\n.*.**\n.**.*\n....*\n*..**\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n**...\n.....\n.....\n.....\n**.*.\n***..\n.....\n...*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.....\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n...**.\n.**...\n******\n.*..*.\n*....*\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...***\n.*...*\n....**\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n...**.\n.....*\n......\n*...*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.*.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n....\n..**\n*.**\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n..*.\n..**\n...*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n.*..\n**.*\n....\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n*.*\n.*.\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*.*\n.*.\n.*.\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n...\n..*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.......\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n...**.......\n...**.......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n...**.......\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.......\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n...**.......\n..*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*...**\n.****.\n```\n\n\n## Output without wrap\n\n```\n....*.\n*....*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**.**\n*..*.\n.**.*\n.***.\n**.**\n```\n\n\n## Output without wrap\n\n```\n*****\n...**\n*....\n*...*\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..*.\n**..*.....\n.*.*....**\n****...*..\n.*.**.....\n.*...**...\n```\n\n\n## Output without wrap\n\n```\n**........\n....*...**\n...**...*.\n*.......*.\n...****...\n..*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***..*\n....*...*.\n...**...**\n........**\n...****...\n.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n...*\n.***\n....\n....\n**..\n**..\n....\n....\n....\n....\n*.*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n..**\n.*..\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**..\n***.\n.**.\n.*..\n**..\n**..\n....\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*****.\n.....*...*\n***..*....\n.*.*....**\n*.....*..*\n..***.*..*\n.*..***.**\n....*.*..*\n*......*..\n```\n\n\n## Output without wrap\n\n```\n.....**.*.\n*..**.....\n**........\n*.****.*..\n.*..****.*\n.*..*.*..*\n.**.*.*.**\n.....*.***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****..\n**.****...\n..........\n.*****.**.\n.*..****..\n**..*.*.*.\n***.*.*.**\n*..*...***\n*..**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*..\n**..***...\n*.*..**...\n.*.**.....\n***.***..*\n```\n\n\n## Output without wrap\n\n```\n***.**....\n*.*.*.**..\n..*.......\n*.**.*....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..***.\n*.**..****\n*.*......*\n..........\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n*.....\n.*.*..\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n..***.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**.**.\n..***.\n..***.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*.*...\n.....*\n..*..*\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n.*...*\n..*..*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.....\n...*.***...\n...........\n*.........*\n*....**....\n.....*.....\n...........\n...........\n......*....\n...........\n...........\n....*......\n........*..\n....*......\n```\n\n\n## Output without wrap\n\n```\n....*.*....\n....*.*....\n......*....\n.....**....\n.....**....\n.....**....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***....\n....*.*....\n......*....\n*....**...*\n*....**...*\n.....**....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n..*.*.\n*.*.**\n**.**.\n..*...\n.*....\n.**...\n......\n......\n.....*\n**....\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n*.*..*\n*...**\n*.**..\n.*....\n.**...\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*.*.*.\n*.*...\n*...*.\n*.**..\n.*....\n.**...\n......\n......\n*.....\n**...*\n**...*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*..*..\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n..*..*\n....*.\n......\n......\n*.....\n..****\n***...\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*..*.\n......\n......\n......\n..*.*.\n.....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n*...**\n......\n......\n....*.\n..*..*\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n....\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n...*\n.***\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n.......**...\n........*...\n........*...\n.*.........*\n**........**\n.*........*.\n..........**\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.......***..\n.......***..\n.........**.\n*.*.......**\n..*......*.*\n*.*......*..\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.......***..\n.......***..\n.........**.\n***.......**\n.**......***\n***......*.*\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*...*\n*....\n.....\n.***.\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.**..\n..*..\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n**..*\n*...*\n.**..\n..*..\n..*..\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*...\n.....*..*...\n......**....\n............\n............\n............\n............\n......**....\n```\n\n\n## Output without wrap\n\n```\n............\n......**....\n......**....\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*...\n.....*..*...\n......**....\n............\n............\n............\n............\n......**....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***.....\n*.*.*.*.****\n*.***.**..*.\n....*.*.***.\n..*...**....\n*..........*\n```\n\n\n## Output without wrap\n\n```\n.**.*.**.**.\n*.......****\n..*.*.*.....\n.**.*...***.\n.....******.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**.*..\n*.......***.\n*.*.*.*.....\n.**.*...****\n.....*******\n*.**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n***\n...\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n***\n***\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*.\n..........*..\n.........**..\n...*.....**..\n..***....**.*\n*..*....**.**\n*....*..**..*\n....*.*.**...\n.....*****...\n........*..*.\n```\n\n\n## Output without wrap\n\n```\n..........*..\n..........**.\n...*.....*.*.\n..*.*........\n....*........\n.**..*......*\n..*.**.....**\n....*.*...*..\n.....***..*..\n.....***.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n.........*..*\n...*.....*.*.\n.**.*.......*\n*...*........\n..*..*.......\n.**.**.......\n....*.*...**.\n.....***..**.\n.....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.*\n.*.*.***.*\n.*...*..**\n.....*****\n*.***.....\n```\n\n\n## Output without wrap\n\n```\n.*....*.*.\n.***..*.*.\n*......*..\n.*........\n...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.*****..*.\n.......*..\n*....**...\n**.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n..**....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..**....\n..**....\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.**..\n.*..*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n..*.*.\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*..\n.***.***\n*....***\n..**..**\n.***.***\n*..****.\n```\n\n\n## Output without wrap\n\n```\n...**...\n...*....\n........\n........\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..*.......\n.**.......\n..**......\n..........\n..........\n..........\n....*.....\n..*.......\n..........\n..*.......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**.......\n*..*......\n.**.......\n..*.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.**.......\n*..*......\n.**.......\n..*.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n**.*.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n**.*..\n.....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n..........\n..*.**.*..\n...*..**.*\n........*.\n*.***.*.*.\n*.**..*.**\n*..*.*...*\n**........\n*.*..*....\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..**......\n.......**.\n..*......*\n..*.....**\n.*..*.....\n.*........\n*..***.***\n*...*.....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.*........\n.......**.\n..*.......\n.**.....**\n.*..*...*.\n........*.\n...***.*..\n.**.*.....\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n.....*\n....*.\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n......\n*....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******..**..\n**.**...**..*.\n..*...*....***\n..*...*****..*\n**.*.*..*.**.*\n.*..***.*.....\n**.*......**.*\n*..**...*.*...\n```\n\n\n## Output without wrap\n\n```\n.**..*******..\n.*......**...*\n..*..**....*.*\n..**.**.*....*\n**.*......***.\n...*.***......\n**.*...*..**..\n*****....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**..**.*\n**......**....\n..*..**....*..\n..**.**.*.....\n.*.*......****\n...*.***......\n.*.*...*..**.*\n*.....**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**.\n....**.**.\n......***.\n......**..\n......*.*.\n*...***.*.\n.*..*.*.*.\n*.........\n*........*\n..........\n.**..**...\n***...*...\n**....*...\n```\n\n\n## Output without wrap\n\n```\n....***.*.\n....***.*.\n....**....\n..........\n.....*.***\n........**\n**.....*..\n**........\n**........\n.*........\n.*...***..\n.....***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n....**..**\n....**....\n..........\n.....*.***\n*.......*.\n**.....*.*\n..........\n.........*\n..........\n*....***..\n*......*.*\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n...***\n*..*.*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..**.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n**.*.*\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....**....\n***..........\n.**..*.......\n**.*..*......\n.**...*.**...\n.**.*..*..*..\n.**...*.*.*..\n...*..**..*..\n*...*.**.*...\n*..*.....**..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n....*.*......\n.....*.**....\n........**...\n....*...*.**.\n**..****..**.\n.*.*....*.**.\n...*****.....\n....*******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*****\n.............\n....*.*......\n.....*.**....\n........**...\n....*...*.**.\n**..****..**.\n.*.*....*.**.\n**.*******.*.\n*...*.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..**.\n........*.\n..........\n*...*.*.*.\n.*..**....\n**..*....*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n.......*..\n....*.....\n.*.**.....\n**..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...**.\n.......***\n.......*.*\n....*.....\n.*.**.....\n..*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n....\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n*...\n....\n....\n..*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n**.*\n***.\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n*......\n.*.**..\n..*.***\n...*...\n*..*..*\n...*...\n..*.***\n**.*...\n```\n\n\n## Output without wrap\n\n```\n...*...\n.*..*..\n.*...*.\n.....*.\n.*...*.\n.*..**.\n.......\n......*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n....***\n*.....*\n.....*.\n.......\n....*..\n*......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**..\n.....**.*\n*.*.*.*..\n*.***..*.\n.........\n..*****..\n....*....\n..**..*..\n```\n\n\n## Output without wrap\n\n```\n....***..\n..***..*.\n.**......\n.**.*.*..\n..*...*..\n....***..\n...*.*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.......\n*.*......\n*.*.*.**.\n..*...*..\n....***..\n..*...*..\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..**\n***....*..\n.**...*...\n*..*....*.\n.*.**..*.*\n..**..*.*.\n*.**......\n```\n\n\n## Output without wrap\n\n```\n........*.\n......*.*.\n...**.....\n..***.**..\n...**.*..*\n.*.*...**.\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*...\n......*..*\n*..**.....\n.****.**..\n.*.**.*...\n...**.*...\n*..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n***\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n.**\n.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n**..\n*...\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n.**..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.**..\n.*.*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*........\n.........\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*\n*.*..**.\n**.*.**.\n**..*..*\n*..**...\n....*..*\n..*.*...\n.*.*.*.*\n**..***.\n.*......\n...**.**\n.*..*...\n........\n.**.***.\n```\n\n\n## Output without wrap\n\n```\n...***..\n*.*....*\n...*...*\n......*.\n**.***..\n....**..\n..*.***.\n**.*....\n**..***.\n****...*\n..****..\n...***..\n.****...\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*.*.....\n...*....\n......*.\n.*.***..\n....**..\n*.*.***.\n.*.*...*\n.*..****\n.***....\n*.****..\n...***..\n.****...\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n......\n......\n*...**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n.....*\n*...*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n***\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*\n.....***.\n*.****.*.\n.****.**.\n*....***.\n*....*.**\n*....*..*\n*.*..**.*\n**..*....\n*..*.***.\n***..**..\n.*...*.*.\n```\n\n\n## Output without wrap\n\n```\n......**.\n.***.*.**\n........*\n*.......*\n*.**.....\n**..**..*\n*...**..*\n*...****.\n*.***....\n...*...*.\n*.*......\n***..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..*\n****.*.*.\n.........\n*........\n*.**.....\n.*..**...\n....**...\n....****.\n..***....\n...*...*.\n*.*......\n.....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n..*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......***.\n..*......***.\n..*......***.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........*.*.\n.***....*...*\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....*...*\n.***....*...*\n.***....*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*\n.*......*\n.*......*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n***....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....**\n.**....**\n.**....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.\n**...**..\n*********\n.*..*****\n```\n\n\n## Output without wrap\n\n```\n*.***..*.\n........*\n...*....*\n**......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.........\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*...*.\n*...*.\n*..*..\n.***..\n****.*\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n**.**.\n*..**.\n......\n*...*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**..*.\n**.**.\n*..***\n.....*\n*...*.\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n*.........\n..........\n..........\n..*.......\n..*.......\n......**..\n*.*..***..\n...**...*.\n...*.*...*\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n...*.*..*.\n..*....*..\n..**...***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n...*.*...*\n..*....*..\n..***..*.*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.....*.......\n.............\n.............\n.............\n............*\n............*\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*..**.\n.........*..\n*.........**\n**..***.....\n****........\n...*.*..*...\n.*.....*....\n.*...*.**...\n*....*..**.*\n*.**.*..**.*\n```\n\n\n## Output without wrap\n\n```\n.........**.\n.........*.*\n.....*....*.\n****.**.....\n..*.........\n.**.**......\n*.*.*...*...\n*.**..*.*...\n*.*......*..\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*......\n.....*......\n*....*....**\n.***.**.....\n..*.........\n.**.**......\n.**.*...*...\n.***..*.*...\n..*.**.**...\n**.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n*...*\n...**\n..**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n**..*.\n..***.\n.***.*\n.****.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*..*.*\n....**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n*....*\n*....*\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n.*..*\n.*..*\n**..*\n*....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.**..\n.****\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.**.*\n.****\n.*..*\n**..*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n***.\n.*..\n**.*\n.**.\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n*.*.\n....\n*...\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n***.\n*.*.\n....\n...*\n....\n*.**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...***\n*.....\n******\n.**...\n......\n......\n......\n.**...\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n...**.\n*.....\n*..**.\n*...*.\n......\n......\n......\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n......\n...***\n....**\n......\n......\n......\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****....*.\n*...*......*\n....*..*...*\n.....**.*...\n.*..........\n............\n....**....*.\n....**.....*\n....*.......\n..*.........\n...**..*....\n..**..***.**\n..*.*...****\n```\n\n\n## Output without wrap\n\n```\n.*****......\n.**.......**\n....*.**....\n.....***....\n............\n............\n....**......\n...*........\n...***......\n....*.......\n....*.***...\n..*..**....*\n..*.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*......\n***.......**\n*...*.**...*\n.....***....\n............\n............\n....**......\n...*........\n...***......\n....*.......\n....*.***...\n..*..**....*\n*.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n**..\n*...\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**.*\n**..\n**..\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.....\n...**.***....\n..**..*..*...\n..**.**.**...\n..*.*.*.*....\n..*******....\n....**..*....\n.....****....\n**....*.*...*\n.*.....***..*\n**.......*...\n```\n\n\n## Output without wrap\n\n```\n...******....\n..*.*.*.*....\n.........*...\n.*....*.**...\n.*...........\n..*.....**...\n.........*...\n....*...**...\n**...*.......\n..*....*.*...\n**.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****.....\n..*.*.*.*....\n.........*...\n.*....*.**...\n.*...........\n..*.....**...\n.........*...\n*...*...**...\n.*...*......*\n..*....*.*..*\n**.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.*.....\n.**.*......**\n..****...****\n**.******..*.\n...*....*...*\n.*.*..**.*...\n...*.......*.\n.****...*...*\n```\n\n\n## Output without wrap\n\n```\n.****........\n.*....*.....*\n*......***...\n.*....***....\n**.*.....*...\n...**..**....\n.*.....**....\n..***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....*.\n.*....*......\n.......***...\n**....***....\n.*.*.....*..*\n...**..**....\n**.....**....\n**..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.***.*\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n.*...*\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*...*\n...*..\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.*..*....\n.......*.\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**\n.***...\n*..****\n*..*.**\n**...**\n```\n\n\n## Output without wrap\n\n```\n.***...\n.*.....\n*.....*\n*.**...\n**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.*.....\n.......\n..**...\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.*..\n..*.\n*.*.\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.*..\n..*.\n..*.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.**.\n.*..\n..**\n..**\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.....*....\n....**....\n*...*....*\n........*.\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....**....\n....**....\n....**....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....**....\n....**....\n....**...*\n.........*\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...**\n.*.**\n*.*..\n.*...\n*..**\n```\n\n\n## Output without wrap\n\n```\n...*.\n..***\n.*..*\n*...*\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.**..\n**...\n*...*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*..*..\n*.****\n.**...\n**.**.\n**.*..\n**..**\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....**\n...*.*\n...*.*\n..**.*\n.*.*.*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.*....\n**...*\n*..*..\n...**.\n..**..\n...**.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*\n*..*....\n*......*\n.*......\n**.....*\n........\n........\n........\n........\n*.......\n..*....*\n```\n\n\n## Output without wrap\n\n```\n...**...\n...**...\n**......\n.*......\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***..*\n*..**...\n**.....*\n.*......\n**......\n*.......\n........\n........\n........\n........\n*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.*.*..\n....*.\n**....\n*...*.\n.*....\n...**.\n*.*.**\n.*.*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**.*\n***...\n**....\n*.....\n...**.\n.*****\n.**..*\n**.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n*.**..\n***...\n**....\n*....*\n...***\n*****.\n***..*\n.*.***\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.**..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n.......\n*......\n.......\n....**.\n....***\n......*\n.......\n*.....*\n**.....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....*.*\n....*.*\n......*\n.......\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....*.*\n....*.*\n......*\n*.....*\n**....*\n**....*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n......\n......\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n***.*\n*.*.*\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*..\n**.\n.**\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n**.\n..*\n*.*\n..*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.*.\n***\n.**\n**.\n***\n**.\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n...\n...\n..*\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n.*.*.*\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n.*.***\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n*.**\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n**..*.*\n.*.....\n...*...\n.*...*.\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n**...*.\n***....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**...*.\n.**....\n..*....\n*.....*\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*.....\n......*.**...*\n*...*.**......\n*...*.*..*....\n...**.*.......\n*......**....*\n..***.........\n***...........\n...**.....*...\n.........*....\n***.*.*......*\n```\n\n\n## Output without wrap\n\n```\n......**.*....\n.....**...*...\n......*.**....\n...**.*.......\n...**.*.......\n.**..***......\n..**..........\n*.............\n*..**.........\n*...*.........\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*****....\n*...***...*..*\n......*.**....\n...**.*.......\n...**.*.......\n***..***.....*\n.***..........\n**............\n...**.........\n....*.........\n.....*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n...*..\n..*.*.\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n...*..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n...*..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*..*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n....\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.**..**\n*.**.....*.*\n..*.**...*..\n*...*......*\n```\n\n\n## Output without wrap\n\n```\n**.**.....**\n*.....*.**.*\n..*.**......\n...***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......\n......*.**..\n..*.**......\n..*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..***\n....*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n...**\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**..\n.*...\n.*.**\n*..*.\n*.*..\n.*.*.\n..*.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n...**\n.....\n*....\n*....\n**.**\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n***..\n.*.**\n.*.*.\n*....\n.....\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n**.*.*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n...**.\n*.....\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.**..\n**...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*.*..\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n*.*..\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n.*.*\n*.**\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**.*\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*.*\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n*...**\n....*.\n.*..*.\n*....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n....**\n...**.\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n.....*\n....**\n*..**.\n*...*.\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n*.*\n**.\n***\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.*.*\n*.*..*.*.*\n..*..*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.......\n..****.*.*\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.*.*\n..****.*.*\n..****.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n..*.*\n.*...\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.**\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*....\n.*.*.\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.*.*\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...****.*.\n.**....***..**\n.*.**....*..*.\n..******...*..\n***.***....***\n..**....***...\n*..*..********\n..*.........**\n...**.*..**...\n**..***.*.*.**\n...**....*...*\n*........***.*\n..*..**......*\n**.*...*..***.\n```\n\n\n## Output without wrap\n\n```\n...*.......*.*\n.***....**....\n**......**....\n.............*\n........**.**.\n........*...*.\n.******.......\n........*.....\n.*..*....**..*\n*.....*...****\n.*....*.*....*\n*....*..***.**\n..*.*.*..*.*.*\n.**.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***...*.*\n*.........*.*.\n*.......**...*\n.*............\n........**.***\n.*......*...*.\n*******.......\n*.......*.....\n....*....**.*.\n*.....*...****\n.*....*.*.....\n**...*..***...\n***...*.**.*..\n..******......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*....\n.*.*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n***.*\n*****\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*...*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*....**.\n*...*...**..*.\n*.**.*..***..*\n*.**........*.\n*...****....*.\n............*.\n*..**.*.....**\n...**.**.*....\n.........*.**.\n...**.*...*...\n..**..*.*.....\n..**.***...**.\n**...**......*\n*.*.***...*...\n```\n\n\n## Output without wrap\n\n```\n...........**.\n*.****.**...**\n*.*.....*.****\n*.*....***.***\n.*.****....***\n...*...*...**.\n...**.**....**\n...**.***.**.*\n......****.*..\n..****.*.***..\n...........*..\n...*........*.\n*..........**.\n*...*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.**.****.\n*.****.**...*.\n*.*.....*.***.\n*.*....***.**.\n.*.****....**.\n*..*...*...**.\n...**.**....**\n...**.***.**..\n......****.*..\n..****.*.***..\n...........*..\n*..*........**\n*..........***\n..*.*..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n....*\n*...*\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...**\n...*.\n.*.*.\n...*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n..*...\n*.*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.**...\n***...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n***...*.\n*.......\n.*......\n.......*\n........\n.*......\n.......*\n........\n........\n........\n.....*..\n**.....*\n```\n\n\n## Output without wrap\n\n```\n.*......\n**......\n*.*.....\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n**.....*\n*.*....*\n*.......\n........\n........\n........\n........\n........\n........\n........\n*.......\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*...*.*.*\n...*..**...**.\n.*.*...*.*.*.*\n...*****..*.*.\n******....*.**\n```\n\n\n## Output without wrap\n\n```\n..***.*...**..\n...*..**...*.*\n...*.........*\n*......****...\n.**.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*........\n*..*..**...*.*\n...*.........*\n.......****...\n**.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**..\n.*.*.*...\n.****....\n.**......\n.........\n**.*.....\n...*.....\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.....**..\n**..*.*..\n*....*...\n**.......\n.*.......\n.*.*.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n**...*...\n*....*...\n**.......\n.*.......\n.*.*.....\n.**..*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n**...**..\n....*....\n.........\n.........\n.........\n....***..\n.......*.\n.......*.\n.......*.\n........*\n*........\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.....**..\n....**...\n.....*..*\n.........\n......*.*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.....**..\n....**...\n.....*..*\n.........\n*.....*..\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n**.*..\n...**.\n.***..\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n...**.\n*.*.**\n**..*.\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.**.*\n...**.\n*.*.*.\n**..**\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n.........\n.........\n.........\n.........\n.........\n*.......*\n*.......*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n*.......*\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*.*.*\n*....\n.*.**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*..\n*.*.*\n****.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n..*..\n.****\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***......\n..**.......\n...........\n........*..\n...........\n...........\n...........\n*..........\n......*....\n...........\n...........\n...........\n...**......\n```\n\n\n## Output without wrap\n\n```\n..*.*......\n..*.*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..*.*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n....*..\n.......\n.......\n.......\n.......\n.....*.\n**..***\n.....**\n....*..\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n.......\n.......\n.......\n.....*.\n....**.\n....*.*\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n...*.*.\n.......\n.......\n.......\n.......\n....***\n....***\n...**..\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n..**\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n****..\n*****.\n*.****\n******\n*.*..*\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n......\n*.***.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*.*\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n.......\n.......\n.*.....\n*......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.......\n.......\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..**.\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n.**.**\n**.**.\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.**\n*.*.**\n...**.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n.**.**\n.*.*.*\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.****..\n.*.*.*...*\n*.***...**\n..*..*...*\n.*.*.**...\n.*.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.******...\n*......*.*\n.....*..**\n.....**.**\n.*.*.***..\n....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***\n.......*..\n.....*..*.\n.....**.**\n**.*.***..\n**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..*.**\n*.*...\n*.....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*.**.*\n*.***.\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n.....*\n..*..*\n....*.\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...***\n..*..*\n....**\n...***\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.*..*\n....**\n...***\n...*.*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**.*.\n*....\n```\n\n\n## Output without wrap\n\n```\n...**\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.***\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n.........*\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.***\n..*.\n.*.*\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n**..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*............\n*............*\n.*............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.............\n**............\n*.............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..*...\n......\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...\n*...**.*..\n*.....***.\n.......*.*\n..*.....*.\n..........\n.*.......*\n..........\n```\n\n\n## Output without wrap\n\n```\n.....*....\n....*.....\n.....*....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n....*....*\n*....*..*.\n.........*\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..*.*\n.*....***.\n.*.*.....*\n**...****.\n```\n\n\n## Output without wrap\n\n```\n......**..\n.*.*..**.*\n.*...*...*\n***...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n.*.*..**.*\n.*...*...*\n.*.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n****.*\n.....*\n**....\n.*.*.*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**...\n*...**\n.*..**\n*...**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n......\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n.**...\n..**..\n*....*\n......\n......\n...**.\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n.*.*..\n.*.*..\n......\n......\n...*..\n..*.*.\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n.*.*..\n...*..\n......\n......\n...*..\n..*.*.\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.*...*..\n........\n........\n.......*\n......*.\n.**.*...\n..*.....\n........\n..*.....\n......*.\n....*...\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..*.....\n.*.*....\n.*.*....\n..*.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n..*.....\n.*.*....\n.*.*....\n..*.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n..*........\n...*.......\n...........\n.**........\n...........\n..**...*...\n*.....*....\n.....*.....\n........*..\n.....**..*.\n...........\n...*.......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n..*........\n...........\n.*.*.......\n...........\n......*....\n...........\n.....**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n..*........\n...........\n.*.*.......\n...........\n......*....\n...........\n.....**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n.*.*...\n.*.*...\n.......\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n..*....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n......\n......\n......\n......\n......\n......\n.**...\n*..***\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n.*...*\n.*...*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.*..*.\n*.....\n......\n......\n......\n******\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.....**\n......*\n.......\n...*.*.\n......*\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*..\n.....**\n.......\n.......\n......*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n*...*..\n*....*.\n.......\n.......\n......*\n*...*..\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*...\n.....\n*..**\n.**..\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.***.\n****.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n*...*\n*****\n.****\n***..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n****\n.***\n..*.\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*.*.\n**..\n*...\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n****\n....\n...*\n*.**\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*\n*......**\n........*\n...*....*\n..***....\n..**.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.......**\n.........\n...*...**\n...**....\n..*.**...\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.\n*......*.\n...*.....\n...**....\n..*.**...\n..*.*....\n.***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...\n....*.**..\n....**....\n......*...\n....***...\n```\n\n\n## Output without wrap\n\n```\n.....***..\n...**...*.\n...**..*..\n......**..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......**..\n...**..*..\n......*...\n...**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n*....**\n.*.**.*\n.****.*\n**...**\n....**.\n...**..\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.......\n.....**\n.....**\n..*....\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..*....\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*....\n...*...**.\n.......**.\n......**..\n..*...*.**\n....******\n.*.*...*..\n****.*..**\n.*.**...*.\n.**.*....*\n**.*.**...\n```\n\n\n## Output without wrap\n\n```\n..***.....\n..***.***.\n..........\n......*..*\n.........*\n..****...*\n**.*......\n*......***\n.....*..*.\n..........\n**.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*..\n..***.***.\n..........\n......*..*\n.........*\n*.****...*\n.*.*......\n.......***\n.....*..*.\n.........*\n*....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n*.*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*.*\n.**..**.*\n..*.***..\n.....*...\n.*.......\n***..**..\n.******..\n**..**.*.\n*.**..*.*\n.*..***.*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*....*...\n.****.*..\n*......*.\n**..*..*.\n*....***.\n......**.\n.*.....**\n*....***.\n.*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n**.*....*\n*****.*..\n*......*.\n**..*..*.\n*....**..\n......***\n.......**\n..*....*.\n*.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n**..\n..*.\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*..*\n*.*.\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n...**.\n......\n..*..*\n*.**..\n.***..\n..*...\n...*..\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*..*\n......\n..*...\n..**..\n......\n..**..\n..*.*.\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n..*..*\n......\n.**..*\n.***..\n......\n..**..\n..*.*.\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...****....\n.......*......\n......*.......\n....*.*.......\n...*.***......\n......**......\n..............\n....*.....*...\n....**....*...\n....*.........\n.....*........\n.....**.......\n.**..*.*......\n```\n\n\n## Output without wrap\n\n```\n.......*......\n.....*..*.....\n.....**.......\n....*.*.......\n....**........\n..............\n....***.......\n...*.*........\n...*..........\n......*.......\n...*..*.......\n..............\n....**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...........\n......*.......\n.....**.......\n....*.*.......\n....**........\n..............\n....***.......\n...*.*........\n...*..........\n......*.......\n...*..*.......\n...*..........\n.*****........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n......\n.*....\n.***..\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n...**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n......\n......\n.*....\n...***\n**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.....\n...*.*.....\n...*...****\n..*....*...\n.....*.*.**\n```\n\n\n## Output without wrap\n\n```\n....***....\n.........*.\n...**....*.\n...*.*...*.\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.***.\n.........*.\n...**....*.\n..*.**...*.\n..***.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*.\n.****..*.*.\n.......***.\n.****..*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.......\n..**..**.**\n...........\n......**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.....\n*....*.....\n*....*.....\n*....*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n...*\n....\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*..\n.....*......\n...........*\n**..*..**..*\n.......*....\n***..*....*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n......*.*...\n......*.*...\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n*..........*\n*.....*.*..*\n**....*.*...\n.**....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n******\n******\n**..**\n*..**.\n******\n******\n*****.\n**.***\n*.****\n```\n\n\n## Output without wrap\n\n```\n.....*\n*.....\n......\n......\n......\n......\n......\n......\n......\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..**.\n......*.**.\n.........*.\n...........\n.......*...\n.......*...\n...*.......\n...........\n...........\n...........\n*.......*..\n```\n\n\n## Output without wrap\n\n```\n.......***.\n.......*..*\n........**.\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n.......*..*\n........**.\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..**.\n*...*.*..*\n.*.*..****\n.*****.***\n.******.**\n```\n\n\n## Output without wrap\n\n```\n..*******.\n*********.\n*.*.......\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n*.**......\n***.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n**..***\n***....\n*.**.*.\n..*....\n*...*.*\n..*...*\n**....*\n.*..***\n****..*\n*.*....\n```\n\n\n## Output without wrap\n\n```\n....**.\n...***.\n.**..*.\n...***.\n.**..*.\n.***.**\n*....**\n****..*\n*...*.*\n.*.....\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n..*..*.\n*.*....\n**.****\n..*....\n****.*.\n......*\n..**...\n....*..\n..*.**.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****...\n.....*.*..*\n.*..****.*.\n.**.*.*.***\n*.***...*.*\n```\n\n\n## Output without wrap\n\n```\n....*......\n.....*.....\n.****......\n......**.*.\n.....***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....***.\n....*...***\n*****......\n..**.......\n.*......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n..*....\n***....\n*.*....\n.......\n.....**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n..**...\n..**...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n..**...\n*.**..*\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*.\n**..*.****\n..**.***..\n*.*...**.*\n```\n\n\n## Output without wrap\n\n```\n***.....**\n....*....*\n*....*...*\n.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n**...*....\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n.*.....*.*\n....**.*.*\n**...*....\n*.......**\n**.......*\n..........\n....*.*...\n.*...*....\n..**......\n.*.**.....\n**..**....\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.....*.*.*\n**..**....\n**..***..*\n........**\n**......**\n..........\n.....*....\n..****....\n.*.*......\n**...*....\n******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*****\n*....*.*.*\n.*..**...*\n.*..***...\n........*.\n.*......*.\n*.........\n.....*....\n..****....\n.*.*......\n**...*....\n******....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.\n.....**\n..**...\n..*....\n.*.****\n```\n\n\n## Output without wrap\n\n```\n....*.*\n..*...*\n.******\n.*...*.\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.\n..*...*\n.******\n**.....\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....*.\n..*...\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...**.\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n***\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.**.........\n.....***.*..\n*....**.*.**\n*....**.*...\n............\n.**.....***.\n***.....**..\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n......****..\n.....****.*.\n....*.....*.\n.....**..*..\n.*....***...\n*.*.....*...\n*.*.........\n.*..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n*.....******\n.*...****...\n....*.......\n**...**..**.\n**....***..*\n*.*.....*...\n*.*.........\n.*..........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n.*....\n**...*\n.***..\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..**..\n**.**.\n*.....\n..***.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n.*.***\n......\n..***.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n**...\n*.*..\n...**\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n***..\n*..*.\n*...*\n*...*\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n***.***.**\n**********\n****.*****\n*******.**\n**********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n............**\n............**\n..............\n...*..........\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n............**\n............**\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n............**\n............**\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n*.**.*\n......\n..*...\n..*.**\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*...*.\n.*....\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*...**\n**...*\n*....*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....**\n*...**\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....\n.**.....\n*.**...*\n*..*...*\n.***....\n.*.*....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*.......\n*..*....\n*...*...\n**.**...\n.*.*....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n...*...*\n....*..*\n.*.**...\n.*.*....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*...\n....**....\n..........\n......**..\n...*.*.**.\n..**...*..\n..*...*...\n..*...*...\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n...***....\n...***....\n.....**...\n......***.\n..***...*.\n..***..**.\n.**...**..\n.***.***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*...\n...***....\n.....**...\n......***.\n..***...*.\n..***..**.\n.**...**..\n.***.***..\n.**..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*****.\n.***.*\n***.**\n**.***\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n.....*\n......\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........*.....\n.......*.*....\n........*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........*.....\n.......*.*....\n........*.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........*.....\n.......*.*....\n........*.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*****.....\n**.*...*.....\n*****.**....*\n*.**...*..**.\n**.****....*.\n***..*.*...*.\n*.****.**.**.\n...*..***.***\n*.....*....**\n```\n\n\n## Output without wrap\n\n```\n...*****.....\n........*....\n......*.*****\n.....*....*..\n.......*.....\n.......**..**\n.**....**....\n.**..........\n..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..***...\n..*.....*....\n......*.*****\n.....*....***\n.......*...**\n.......**...*\n.**....**....\n*****....*...\n*......***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n.**.***\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n*.**.*.\n*...*.*\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*...*.\n.*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*......\n...*......\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.......\n.......\n.......\n.......\n.....**\n*...*..\n.*..*..\n.*..*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....*.\n....*..\n**.**..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.......\n.......\n.......\n.......\n.....**\n*...*.*\n.*.**..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n..*\n...\n*..\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.\n.***.*.\n...**..\n....***\n.....**\n......*\n*....**\n.*..***\n```\n\n\n## Output without wrap\n\n```\n.*..**.\n.*...*.\n......*\n...*..*\n....*..\n.......\n....*..\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*...*.\n......*\n...*..*\n*...*..\n.......\n....*..\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n..*.*.\n..**..\n**....\n.*...*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.**\n.*...*\n..**..\n**....\n....*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n..**..\n**....\n....**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***\n*****..**\n*.*******\n****.***.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n.**..*\n**....\n.*....\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n...***\n...*.*\n.*....\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n......\n.**...\n*.*...\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*...\n..*..\n....*\n.**..\n*..*.\n...*.\n**.*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*.*.\n*...*\n.....\n**.**\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*....\n.*...\n.....\n.....\n.....\n.*.*.\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n...**.*.*\n*........\n*..*.....\n......***\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n....*.*..\n...*...*.\n....*...*\n....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n...*.*.*.\n*...*.**.\n*..*.....\n....**.**\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n...*..\n*...**\n**....\n.*..*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.****.\n**..*.\n**..**\n**..*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n******\n**..**\n.*..*.\n**..**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n.**\n..*\n...\n*..\n***\n.**\n*.*\n.*.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n***...\n**....\n.*.**.\n.....*\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n.**.*.\n.***.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....*.\n.*.*.*\n*.*..*\n****..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.....*.*.\n....**.*.\n....*.*..\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n....***..\n...*..*..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n....***..\n....***..\n....*.**.\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n...*...\n...**..\n....*..\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...**..\n...**..\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...**..\n...**..\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......**\n............\n............\n............\n............\n.*...*......\n.....**.....\n......*.....\n............\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n.....**.....\n.....**.....\n.....**.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n............\n............\n............\n............\n.....**.....\n.....**.....\n.....**.....\n............\n..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****.\n*.*****.\n**...***\n**..*.**\n***.****\n*...*.**\n```\n\n\n## Output without wrap\n\n```\n.**...*.\n*.......\n........\n...**...\n..*.*...\n*..**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n*.......\n........\n...**...\n..*.*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***...\n....*.....*\n...***.....\n....*.*....\n.....**.*..\n```\n\n\n## Output without wrap\n\n```\n.....**....\n...*.......\n...*.......\n...*..**...\n.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*...\n...*.......\n...*.......\n...*..**...\n....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**..\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.***.\n..*..*\n...*.*\n*...*.\n.*...*\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*.*.\n.**..*\n...*.*\n....**\n***.*.\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*.*.*.\n***..*\n*..*.*\n*...*.\n.**.**\n.*..*.\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n*****.\n.**.**\n.*...*\n**.***\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**..*.\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*..*..\n*....*\n*.**.*\n*.*.*.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.....\n*...*.\n*.*...\n*...*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*.*.\n.*....\n..*.*.\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n...*..\n..*.*.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..**..\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*.*.\n*..*.\n..**.\n..***\n.*.**\n```\n\n\n## Output without wrap\n\n```\n***..\n*..**\n.*.**\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n.*.*.\n.*...\n.**..\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.......\n.***.*.......\n**....*......\n.**..*..**...\n*.*.**.*.*..*\n***..*.*.***.\n*.******...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.......\n...*.**......\n*..****......\n..****.***...\n*...**.*...*.\n*......*.*.**\n*.****.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............\n...*.**......\n*..****......\n..****.***..*\n....**.*...**\n.......*.*.*.\n*......**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n......\n......\n......\n...*.*\n*.....\n...*.*\n....*.\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n....*.\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n......\n......\n......\n......\n*....*\n....**\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n...*.*.......\n...*.***.....\n..*.....***..\n.........**..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n....**.**....\n....**...*...\n.....*....*..\n........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n....**.**....\n....**...*...\n.....*....*..\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..**.**..\n.**.*****..**.\n.**........***\n*............*\n*.....*....***\n..........**..\n..........***.\n....*.....**..\n...***...*....\n..*...........\n...........**.\n...........*..\n```\n\n\n## Output without wrap\n\n```\n..***..**.***.\n.*...........*\n*.**...**...*.\n.*....*...**..\n............*.\n..........**.*\n....*.......**\n...*.*...***..\n..*...........\n...*.*.....*..\n...........**.\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..**.*...\n**............\n****...**.....\n......*...**..\n..............\n..........**..\n....*.........\n...*.*...***..\n..*...........\n...*.*.....*..\n..............\n...*.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n...**\n..*.*\n...*.\n...**\n..***\n.*...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.....\n..*.*\n..*..\n.....\n..*.*\n**...\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n..*..\n.....\n*.*.*\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n**.\n.*.\n..*\n***\n..*\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*..\n***\n*.*\n..*\n*..\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n.*.\n...\n...\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..*\n..*.....\n...*....\n...*....\n...*....\n....*...\n```\n\n\n## Output without wrap\n\n```\n..**....\n..*.*...\n..**....\n..***...\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n..*.*...\n..**....\n..***...\n...**...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n*.**\n****\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n.*.......*\n.*.....***\n.**.......\n.......***\n.**.......\n.......**.\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n***......*\n**......**\n.**.......\n........*.\n.........*\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**......*\n.*......**\n.**.......\n*.......*.\n.........*\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....\n.........\n.*.*.....\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...**\n...*.\n..*.*\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n..***\n..*..\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..***\n..*..\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n....*\n.*.*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n...**\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.*..\n...**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n..*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n..*.\n...*\n..*.\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..**..\n..**.***..**\n....*...*.*.\n...****.....\n*.****.**...\n..*.*****..*\n.***..***..*\n.*.......***\n```\n\n\n## Output without wrap\n\n```\n....**.*****\n...*.*.*....\n..**.*.....*\n..**...**...\n.**....**...\n.*.*........\n..*........*\n..*.....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****...*.*.\n****.*.*....\n..**.*.....*\n..**...**...\n.**....**.*.\n.*.*......*.\n..*........*\n.*....**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.**\n.**..*.**\n****.****\n***.**.**\n.*******.\n.**..*..*\n**.**.*..\n```\n\n\n## Output without wrap\n\n```\n**.***.**\n.........\n.........\n.........\n.........\n.........\n**.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n........*\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n.....**\n.*.....\n.*.....\n.......\n.......\n.......\n.....*.\n...****\n```\n\n\n## Output without wrap\n\n```\n......*\n.....**\n.......\n.......\n.......\n.......\n.......\n.....**\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*....**\n*......\n.......\n.......\n.......\n.......\n.....**\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***....*..\n.**..*....**\n*...*.**...*\n..*.*...**..\n.*..*.....*.\n*.....***.**\n..*.**......\n...*...*....\n```\n\n\n## Output without wrap\n\n```\n..***.....*.\n*.*..**...**\n..*.*.****.*\n.*..*..****.\n.*.*.*....**\n.*.**.**.***\n...***..*...\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....**\n..*..**...*.\n*.*.*.****.*\n**..*..*****\n**.*.*....*.\n**.**.**.***\n...***..*..*\n.*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n..*.\n..**\n..*.\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n.*..\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*.**.\n*.*.*.******\n*.*.***..*..\n...*..*.....\n...*..*..**.\n.*..*.*....*\n```\n\n\n## Output without wrap\n\n```\n...****.....\n..*...*...*.\n.**.....**..\n.*....**.**.\n..*.*..**.**\n...****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.*....\n*.*.........\n..*.....****\n......**.***\n.*..*.....**\n....*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n..*..*\n..*...\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n**.*\n....\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n...*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.***\n****\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n...*\n....\n*...\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.***\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**.*.\n*****\n.****\n.****\n*..**\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.....\n.....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n..**.\n..**.\n**..*\n.*.**\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n...*.\n**...\n....*\n*...*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n***..\n**...\n**...\n*...*\n...**\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n*..*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**..\n*.**\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n*..\n***\n***\n...\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*..\n..*\n*.*\n...\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n*..\n...\n...\n...\n***\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n...*..\n******\n.*..*.\n.*...*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n*...*.\n..**.*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n.*...*\n*.....\n....**\n.*...*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.....\n..***\n**..*\n*.**.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.****\n*...*\n..***\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*....\n.****\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n...*\n....\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n.**.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n****\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......\n..........\n..........\n....*.....\n*......*..\n.........*\n*....*...*\n**...**..*\n.*........\n.*........\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.......***\n**...**.**\n.....***..\n***.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.......***\n.....**.*.\n.*...***..\n***.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n**.\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.\n......***\n......**.\n*......**\n.*....*..\n**....***\n*.....*..\n...*.****\n....**...\n```\n\n\n## Output without wrap\n\n```\n......*.*\n.....*..*\n.........\n........*\n.*....*..\n**...**..\n**.......\n.......*.\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.....*..*\n*........\n*.......*\n.*....*..\n.*...**.*\n.*.......\n.......**\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*.*\n*.**\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n*..*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*...\n....\n....\n.***\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n..**\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n...*\n....\n..*.\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n....*\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...**\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..***\n*....\n...**\n**..*\n.****\n*...*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n*...*\n*..*.\n*...*\n*..*.\n*.*.*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.....\n**...\n.*...\n.....\n..**.\n.*.**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....****\n*......**.*\n*....**..**\n..*.**....*\n*.***...*.*\n*..*.*...**\n....*.**..*\n.....*...*.\n.*.******.*\n.**.*.**...\n.*.......**\n*..........\n```\n\n\n## Output without wrap\n\n```\n.......*..*\n.*.........\n.*..*****.*\n..*...*...*\n..*.......*\n.**..****.*\n....*.*.*.*\n...*.....**\n.*.*....**.\n**..*.....*\n***........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*...\n.*.........\n.*..*****..\n..*...*....\n..*........\n.**..****..\n*...*.*.*..\n*..*.....**\n**.*....**.\n.*..*.....*\n.**.......*\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.*.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*..***\n****.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..**..\n*..*.**....\n..*.*......\n***........\n...........\n...........\n*.*........\n*..........\n*.*........\n...........\n......*.*..\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n..***..*...\n.......*...\n..*.**.....\n*..**......\n.*.........\n...........\n...........\n**.........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*..\n.....*.*...\n..*.**.....\n*..**......\n.*.........\n...........\n*..........\n**.........\n*..........\n...........\n...***.....\n.*..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n***\n.*.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*..\n..*..\n**...\n.....\n.....\n.....\n.....\n...*.\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...**.*.**\n...*....*...*\n....*...*..**\n....*...*....\n.**.....*....\n*......*....*\n......*..**..\n........**...\n```\n\n\n## Output without wrap\n\n```\n.*.*...**.**.\n.*..*........\n....*......*.\n..***.*...*..\n..*...*......\n......*...*..\n.......*.....\n........*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.....\n....*........\n....*......*.\n*.***.*...*.*\n***...*......\n**....*...*..\n......**.***.\n..*...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.*.*.*\n...*.*\n.***..\n..*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n...*..\n**..*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*..*.*\n.*.*.*\n**.**.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*.*..\n..*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n...*.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n..**.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n...**.*\n.....*.\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*..*\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n...*..*\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n*..\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n*..\n**.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n*..\n***\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...*.\n...**\n**.*.\n*...*\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n****.\n*.*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*..*.\n*..*.\n.***.\n..*.*\n.*..*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.****.*\n.*.*...**.**.\n..**..**.**..\n.*****.*.**..\n.*.*.*.*...**\n*.*******....\n....*.*....**\n```\n\n\n## Output without wrap\n\n```\n....***......\n.....*.......\n.....*.......\n......*.**...\n*.*......**..\n.*.......**..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.......\n...*.**......\n.....*.......\n*.....*.**.**\n..*......****\n.*...........\n..***......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n...*\n....\n....\n.*..\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.**...\n...*..\n***...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.***..\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.****.\n....*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.**..\n.***.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n...*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.....\n.*.*.\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n.....*.*.\n*..*.*.**\n*.**.*.*.\n**.******\n......*..\n......***\n.........\n```\n\n\n## Output without wrap\n\n```\n.......*.\n..****...\n.****....\n*..**..**\n**.......\n.......*.\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****\n*.****...\n*****...*\n...**...*\n.........\n.........\n.....***.\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n..**\n*.**\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n.*.*\n*..*\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n***.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.*.\n****\n.**.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*...\n....\n....\n..*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.\n..*****\n.*..***\n....***\n*.*.*.*\n..****.\n```\n\n\n## Output without wrap\n\n```\n.**..**\n.......\n..*....\n.*.....\n.**...*\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n.*.....\n***....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.**..\n*.***.\n*....*\n.....*\n*...**\n....*.\n.*.*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n..**..\n*...*.\n*.*.*.\n.*.*.*\n.....*\n....**\n...***\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...*.\n*.*.*.\n**.*..\n......\n*...*.\n*..**.\n.*.*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.\n****.**\n**...*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n...*...\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n..*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n..***\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n*..\n*.*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**.\n*.***.*.\n.*.****.\n*.*.***.\n*.....**\n***..***\n```\n\n\n## Output without wrap\n\n```\n*******.\n*.****.*\n*.......\n*.*.....\n*.***...\n*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*......*\n..*.....\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*.*..*\n....*.*.**.**\n*.***.*..**..\n...*.*.*..**.\n*..*..***.*..\n.*...*..*..**\n**.**....**.*\n*.*......***.\n**.......****\n*...*.***..*.\n*.****.**....\n.*..*..*.*.**\n```\n\n\n## Output without wrap\n\n```\n.......*.****\n.**.*.*....**\n..*...*.....*\n.*...*.....*.\n..*..*..*.*.*\n.*.*.**.*...*\n*..**...*...*\n..**....*....\n*......*....*\n*.*.*.*....**\n*.*......****\n.**.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***.*...\n***.*.*....**\n..*...*......\n.*...*.....**\n*.*..*..*.*..\n.*.*.**.*....\n...**...*....\n..**....*....\n.......*.....\n..*.*.*....*.\n*.*......***.\n.*..**.*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....*..\n....*...\n........\n..*..**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n........\n........\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*..\n....***..\n..*.*....\n..*.**...\n.*.*.***.\n*.*****..\n....**.*.\n...*..**.\n**.*.*...\n***..**.*\n***..**.*\n*..*.....\n.*.**.*..\n```\n\n\n## Output without wrap\n\n```\n......*..\n...**.*..\n......*..\n.**......\n.*.....*.\n.**......\n..*....*.\n..**...*.\n*..*.*...\n...*.....\n...****..\n*..*..**.\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.\n...**.*..\n......*..\n.**......\n.*.....*.\n.**.....*\n..*....**\n..**...**\n...*.*...\n...*.....\n...****..\n...*..***\n**.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n......*.\n.....***\n.....**.\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.......*\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n*....*..\n.......*\n.....*..\n**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n.*....*.\n........\n...**...\n..***...\n**.*..**\n...*****\n*.*.**..\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.**.....\n**....*.\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*\n........\n........\n**......\n..*....*\n.*.....*\n**......\n*.....**\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.....\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**...*\n.....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n...***\n**....\n...**.\n*...*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.**.**\n.....*\n**.***\n....*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..**.*\n......\n...**.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n*.*.*.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n...***\n....**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*..*\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n.*.*\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.***.\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n..**.\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n..*.*....\n..***....\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n.*...*...\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n.*...*...\n.*...*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n****\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n***.\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.*\n..*.**.*\n..**.*.*\n```\n\n\n## Output without wrap\n\n```\n....**..\n.**....*\n..**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*\n***....*\n***....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.**..\n.*...\n..***\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n***.*\n.*...\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....*..*\n.....*.....*.*\n..............\n..............\n...........*..\n...*......*...\n.............*\n............*.\n...***........\n```\n\n\n## Output without wrap\n\n```\n............*.\n............*.\n..............\n..............\n..............\n..............\n..............\n....*.........\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....*.\n............*.\n..............\n..............\n..............\n..............\n..............\n....*.........\n....**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n***..\n.*.**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*.*.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.**...\n**.**.\n..*...\n..***.\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n......\n.*.*..\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...**\n*...*.\n**.**.\n***...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n....*\n..***\n****.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*\n**.....*\n*.....**\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n**......\n........\n**....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.....\n.....\n.....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.**..\n.....\n.....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......**...\n**.......**..\n*.......**...\n........**...\n..***........\n..***..**....\n..**.........\n.............\n....*........\n*****........\n```\n\n\n## Output without wrap\n\n```\n**.......**..\n..*.......*..\n***......*...\n.***....**...\n..**.....*...\n.**..........\n..**.........\n.*..*........\n.*..*........\n.*..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....**..\n***.......*..\n***......*...\n.***....**...\n..**.....*...\n.**..........\n..**.........\n.*..*........\n*...*........\n*...*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****..\n....******\n.....***..\n........**\n...*.....*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......**.\n.......*.*\n.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.*.\n..........\n.......**.\n....*....*\n*...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n*...*\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n**....\n*...*.\n*....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n**..*.\n**...*\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n.*****\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n...*.\n...**\n..*.*\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n..*.*\n..*.*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*....\n..*.*\n..*.*\n.***.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.***.\n...*.***..\n.....*....\n...*......\n```\n\n\n## Output without wrap\n\n```\n...**.....\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.*.\n..***.....\n.....*.*..\n..**.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n*.**..\n***.**\n.*.*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n*.....\n*...*.\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n....**\n...*..\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n........*.\n..***....*\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*......\n..*.*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...*......\n..*.*.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n.....*..\n..*..*..\n..***...\n```\n\n\n## Output without wrap\n\n```\n....*...\n...***..\n..*..*..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.\n..*...*.\n.**...*.\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n.......**.**\n........***.\n............\n............\n*........*.*\n*........*..\n........*.*.\n.**.........\n.***........\n*.*.........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.......**.**\n.......*...*\n........***.\n............\n.........*..\n........***.\n..*.....**..\n**..........\n.*.**.......\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n.......**.**\n.......*...*\n........***.\n..........**\n*........***\n**......**..\n***.....**..\n**..........\n.*.**.......\n..**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n***..\n*..**\n*...*\n.*.*.\n...**\n.****\n.****\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*.*\n*.*.*\n*...*\n*..*.\n.*...\n***..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*.*\n.***.\n.*...\n...*.\n.*...\n.**..\n..***\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*..**\n.....\n*.*..\n..*..\n**...\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n...**\n**...\n*....\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n...*.\n**.*.\n....*\n*....\n.*...\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n**.*..*\n.*.....\n.*...**\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n..**...\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..*..**\n*.*....\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n.*******\n*****.**\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n.....*\n.....*\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n......\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*...\n**...*\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n***...\n.....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.***\n**.*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n*..*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n*..*\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n....**\n..***.\n*.....\n*.*..*\n******\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n..*...\n.**...\n...***\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.**...\n.**.**\n.*.*..\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..*\n..***....\n..***....\n*..*.....\n*****...*\n...*...**\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.........\n*........\n*****..**\n*****..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***\n.*......*\n*........\n**......*\n*......*.\n.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...***\n**......\n........\n........\n......**\n..*...**\n......**\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n**....*.\n**....*.\n........\n........\n......**\n.....*..\n.*....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n.*....*.\n........\n........\n......**\n*....*..\n**....*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..*...\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.**..\n.*..*\n.**..\n*....\n.**..\n...**\n...*.\n.*.*.\n*****\n**.*.\n***..\n***..\n..*..\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n...*.\n*.*..\n*..*.\n.****\n....*\n..***\n.....\n.....\n...**\n...**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*...*\n.**..\n.....\n.**..\n.*...\n..***\n.....\n.....\n.....\n....*\n**...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n***.\n...*\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n**.*\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n..*.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n..*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n.*...***\n......*.\n.*..*...\n**....*.\n****.**.\n**......\n.***..*.\n..*.....\n*.**....\n..***.**\n*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*....*.\n.*...***\n......**\n**...*..\n...**.*.\n.....**.\n....***.\n*..*....\n........\n....*...\n....****\n.**.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n**...***\n*.....**\n**...*.*\n...**.*.\n.....**.\n....***.\n*..*....\n........\n....*..*\n....***.\n*.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.......*\n..*.....\n........\n..*.....\n......*.\n.*......\n........\n.....*..\n........\n..*....*\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*....*...*\n..*.**.*......\n...*..****...*\n*..**........*\n*...*....*....\n..*..***...*.*\n.......*....*.\n........*..*..\n.......*.*...*\n.....****..*..\n**.*.**......*\n```\n\n\n## Output without wrap\n\n```\n.*..**........\n.**.**.*.*....\n..*...***.....\n...***.*.*....\n.*..*.*.....*.\n.....****...*.\n.......**..**.\n.......**...*.\n.........**.*.\n....**..*...*.\n....**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........*\n***.**.*.*...*\n*.*...***....*\n*..***.*.*...*\n**..*.*.....*.\n.....****...**\n.......**..**.\n.......**...*.\n.........**.*.\n....**..*...**\n.***....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**...\n*.*..\n*...*\n.*.*.\n**...\n.....\n.***.\n*.*..\n.....\n.....\n*..*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.*..\n*.**.\n.....\n*.*..\n*..*.\n.*.*.\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*..*\n..*..\n*.***\n.....\n*.*..\n*..**\n.*.**\n.*.*.\n.....\n.....\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..******\n*.*.******\n***....**.\n*.******.*\n***.******\n**.***.***\n**.*.*****\n**********\n```\n\n\n## Output without wrap\n\n```\n.****.....\n*.*.*.....\n.*........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n*...*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*..\n.....\n..***\n.....\n*....\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n..**.\n..**.\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n..**.\n..***\n..**.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n....*...*\n..*......\n.........\n...*.....\n*........\n.........\n......*..\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n**......\n*.......\n.*......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n.*.....*\n**.....*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n*..\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n...\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.**.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.\n.*.*...\n.***...\n.......\n.......\n....**.\n...*.*.\n...*.*.\n**.*..*\n***.***\n```\n\n\n## Output without wrap\n\n```\n.***...\n*..**..\n.*.**..\n..*....\n.......\n....***\n...*...\n..**...\n.*.....\n.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n..***..\n.*.**..\n..*....\n.......\n....***\n...*...\n..**.*.\n...*...\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n....**.\n...***.\n..**.**\n.......\n*****..\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*.*..\n.**....\n..*****\n.*...**\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.**....\n******.\n****...\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*....*.\n.*...*.\n.*....*\n...****\n.......\n...*.*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**...**\n..*...*\n....***\n...*..*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n......*\n.*...*.\n..*...*\n*...***\n...*..*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....**\n....**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.***\n.*****.*\n*****.**\n**.*****\n*.***.**\n.*******\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n.*......**\n.*.......*\n.***..**.*\n**.*......\n```\n\n\n## Output without wrap\n\n```\n........*.\n........**\n**.....*.*\n...*....*.\n**.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....**\n........**\n.*.....*.*\n...*....**\n**.*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n....*.\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n....**....\n.....**...\n```\n\n\n## Output without wrap\n\n```\n....**....\n....*.*...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n....*.*...\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.....*\n..****......\n...*....*...\n.*..........\n.**.......*.\n*..*...***..\n***....*.*.*\n***....*.*..\n****.......*\n```\n\n\n## Output without wrap\n\n```\n............\n....*.......\n............\n**..........\n*.*.....**..\n*..*..**.**.\n......**....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....**\n....*.......\n............\n**..........\n***.....**..\n**.*..**.*..\n......**..*.\n...........*\n..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.*.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.\n.*.*..*.\n***...**\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n........\n.....*.*\n.*....**\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******.\n.****.**\n........\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n....**.\n.......\n.*.....\n.......\n..*....\n..**...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*.*\n....*.*\n.....*.\n.......\n.......\n..**...\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n....*.*\n....*.*\n.....*.\n.......\n.......\n..**...\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n*.***.\n**.*..\n..****\n*.****\n*.**..\n*****.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*...*.\n*....*\n*....*\n.....*\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n*.....\n......\n*.....\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.*..\n..*.....**\n.......*..\n*.*.*...*.\n..........\n..**.*...*\n.**.....*.\n*.....**..\n.*.**.**..\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n.**.....*.\n..*...***.\n.*.*...*.*\n..........\n.**.*.....\n.***......\n.***..***.\n*..*.**.*.\n....*...*.\n....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*.*\n*.*...****\n.*.*...*..\n..........\n.**.*....*\n.***......\n****..****\n*..*.**.*.\n....*...*.\n*..*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n..*..*.\n..*...*\n.**.*.*\n..*.***\n..*..*.\n..*..*.\n*.*..*.\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n..*.**.\n..*...*\n.**.*.*\n..*.*.*\n.**....\n..*****\n.......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n..*.**.\n*.*...*\n.**.*.*\n*.*.*.*\n.**....\n..****.\n.......\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*..\n............\n............\n............\n............\n............\n...........*\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.*.....\n.......\n..*.**.\n..*....\n.*....*\n...*...\n.**....\n.......\n...*.*.\n**.....\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n.***.*.\n..*....\n.*.....\n..*....\n..*....\n.......\n***..*.\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n...*...\n.***.*.\n..*....\n**.....\n..*....\n..*....\n.......\n***..**\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..*\n.*....*.**\n.***.....*\n*..*......\n.**.*.....\n..........\n..........\n..........\n..***..***\n```\n\n\n## Output without wrap\n\n```\n**.....***\n.......***\n**.*....**\n*...*.....\n.***......\n..........\n..........\n...*....*.\n...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**...\n.......**.\n.*.*....**\n*...*.....\n.***......\n..........\n..........\n...*....*.\n.***...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.***.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*...**\n.*.***\n.***.*\n.*....\n.*.*..\n**.*..\n*..**.\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n...*..\n...**.\n...**.\n***...\n...*.*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*.*..\n.*.**.\n.*.*.*\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.....*..\n**...*.*\n.....**.\n.......*\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n....**..\n....**..\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*....**.\n*...**.*\n....**..\n*.....**\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*...\n.*.*****.\n.........\n.***..**.\n.....*.**\n.*..*...*\n.*.**...*\n***.**..*\n..**..*..\n...*.****\n```\n\n\n## Output without wrap\n\n```\n.....**..\n**...**..\n.*...*...\n.********\n.*......*\n..*..**.*\n...*.*.**\n......**.\n...*....*\n...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.**\n.*.......\n**...*...\n.********\n.*......*\n..*..**.*\n*..*.*...\n......***\n.......**\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n*****..*\n.......*\n.**....*\n*..*...*\n*....***\n..**...*\n```\n\n\n## Output without wrap\n\n```\n*.*.*...\n*****...\n*.....**\n.**...**\n*.*....*\n.****..*\n.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.****..*\n......**\n.**...**\n..*.....\n.****...\n.*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n...\n...\n...\n...\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n...\n...\n...\n...\n...\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*.***.*\n*.******.***.*\n**.****.*...**\n**.**....*..**\n**.**......**.\n.*.......*..**\n.....*...*...*\n```\n\n\n## Output without wrap\n\n```\n.*............\n.*......*.....\n..............\n..............\n.****.....***.\n.**.*.....*..*\n.*.........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......*...\n..............\n..............\n..............\n..***.....**..\n**..*....*....\n...........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n***..\n*....\n*..*.\n*....\n.***.\n...*.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n*.*..\n**...\n*..*.\n.***.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.*.*\n*.*..\n**...\n*..*.\n.****\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.*.\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n.......***\n**.....*.*\n.*....**.*\n**....***.\n*........*\n.........*\n```\n\n\n## Output without wrap\n\n```\n.......***\n.......*.*\n**.......*\n..*......*\n**....*..*\n**.....*.*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.......*..\n.*........\n..*.......\n.*....*...\n.*.....*..\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..*.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.**..\n.**..*....*.\n*....*.**..*\n*...**.*.*.*\n........**.*\n*..**..***..\n...*.*.**...\n**.*....***.\n..**.****...\n.*.***.**.**\n...*.*.***..\n.**..*...**.\n```\n\n\n## Output without wrap\n\n```\n*..****..*..\n..........*.\n*....*.***.*\n....**.*.*.*\n...*.**.....\n...**.*...*.\n**.*..*...*.\n.*.*.*......\n*....*.....*\n..........*.\n.*.*.*.*...*\n..*.*.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.*..*\n..........*.\n.....*.***..\n....**.*.*..\n...*.**....*\n...**.*...*.\n**.*..*...**\n.*.*.*......\n.....*......\n..........*.\n**.*.*.*...*\n*.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n..**.\n.***.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**.*\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*.*\n.**.*\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n**.***\n......\n......\n.....*\n*..***\n...*..\n*....*\n```\n\n\n## Output without wrap\n\n```\n**.*..\n**.**.\n....*.\n......\n.....*\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**.***\n*...**\n......\n*....*\n*..*.*\n...*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.....*\n.....*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n....**\n....**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**.*.\n****.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*.*\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.....\n.....\n**..*\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.***.\n.***.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n*....\n*****\n*****\n.....\n.....\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..**\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n**....*.*.\n*....*.*.*\n.*.*.....*\n.*.......*\n.*.***..**\n.*.**....*\n*.****....\n....***.*.\n.......*..\n****.***..\n***.....*.\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n......**..\n**...*..*.\n..*..*...*\n...*.....*\n...**....*\n....*.....\n.......***\n***...*.*.\n...*..**..\n.***....*.\n*..*..*.**\n***.*...*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...*\n**......**\n..*..*...*\n.*.*....*.\n.*.**....*\n.*..*.....\n.......*..\n.**...*..*\n...*..****\n****......\n*..*..*...\n.**.*.....\n....**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*******.*\n***.****.\n.**.*****\n**.**.**.\n*.******.\n****.*.**\n***.*.***\n.********\n.**.*****\n```\n\n\n## Output without wrap\n\n```\n*.......*\n........*\n.........\n........*\n*........\n.........\n.........\n.........\n.........\n.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n**...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*...*\n.**..*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..*..*..\n..***...\n...*....\n......*.\n.....**.\n....**..\n*...**..\n....*...\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.**..\n..*.*...\n......*.\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.**..\n..*.*...\n......*.\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n..**\n****\n****\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*...\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*.....\n**...*\n.*..**\n.**..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**..**\n..**..\n*.****\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*.....\n......\n******\n.**..*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*****\n*********\n****.**..\n.*.*..**.\n****.*..*\n*..*...**\n*.******.\n*.*.*.***\n***..*.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.......**\n.......**\n*........\n*........\n*.**.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..*\n.******.\n*.......\n..*...*.\n..***.*.\n....*...\n```\n\n\n## Output without wrap\n\n```\n.**.*.*.\n*******.\n....*.*.\n.**..*..\n..*.*...\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**\n.******.\n....*.**\n.**..*.*\n..*.*...\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........\n.*.........\n***........\n.**........\n*........**\n........***\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n*..........\n*..........\n..*........\n.*......*.*\n........*.*\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*..........\n*..........\n..*........\n**......*..\n*.......*..\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*****\n.**.*.****\n*.....**.*\n***.**.***\n*******.**\n*****.**.*\n```\n\n\n## Output without wrap\n\n```\n*..***...*\n....*.....\n*...*.....\n..........\n..........\n*.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n....*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n*.*.*\n*****\n**.*.\n```\n\n\n## Output without wrap\n\n```\n****.\n....*\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n..*....\n..**...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n.....***\n.....***\n........\n........\n........\n........\n........\n.....*..\n........\n........\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n.....**.\n......*.\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*...**..\n.....***\n......*.\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.\n.***.**\n.....*.\n.....*.\n.*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*..***\n......*\n.******\n.......\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.***...\n.******\n..*****\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**.**.*\n**..***..*.*\n*.*..***.*..\n....*...*...\n```\n\n\n## Output without wrap\n\n```\n***.*.****..\n*..**....*..\n*..*...*.**.\n.....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*.**.*\n...**....*.*\n*..*...*.***\n*.***.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.*\n**.**.**\n...***..\n.*.**.*.\n.....**.\n....*.*.\n**...***\n*.*..*.*\n.*......\n.**.....\n*...*.*.\n.**...*.\n.**.....\n```\n\n\n## Output without wrap\n\n```\n.***.*.*\n.*.....*\n**.....*\n..**..*.\n...*..**\n....*...\n**..*..*\n*.*..*.*\n*.......\n***.....\n*..*.*..\n*.**.*..\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n**.....*\n.*......\n..**..*.\n...*..**\n*...*...\n.*..*...\n..*..*..\n........\n***.....\n*..*.*.*\n*.**.*.*\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..**\n..**.....\n..***....\n.........\n.*.......\n*.*.....*\n.......*.\n.*..*.**.\n```\n\n\n## Output without wrap\n\n```\n.........\n..*.*....\n.**......\n.***.....\n.*.......\n***....*.\n......*.*\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.****.***\n.**......\n..**.....\n........*\n..*....*.\n...**.**.\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.......*\n*.....*.*.....\n.......**.**..\n......*.*.....\n...........*..\n..............\n****...*.*.*..\n....***..**.**\n.....****..*..\n```\n\n\n## Output without wrap\n\n```\n..............\n......*.**....\n......*.*.....\n........****..\n..............\n.**.......*...\n.******.**.**.\n.****....*..*.\n....*..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.....\n......*.**....\n......*.*.....\n........****..\n..............\n.**.......*...\n*******.**.***\n*****....*..**\n.......*****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*..**.\n....***.**.*.\n*....***....*\n......*..*..*\n......*.*....\n...**.***.*..\n.***.**.*.*.*\n.*..**..*....\n..***..***...\n.......**....\n......*..*...\n```\n\n\n## Output without wrap\n\n```\n....**.*****.\n....*...**.**\n....*....****\n........*....\n......*.*....\n...**...*..*.\n.*......*..*.\n.*...........\n..*****..*...\n...*..*......\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*...*.\n....*...**.*.\n*...*....****\n*.......*...*\n......*.*....\n...**...*..*.\n**......*..*.\n**...........\n..*****..*...\n...*..*......\n......*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..*.*.\n.......**...\n...*..*.***.\n*..*..****..\n***.........\n.**........*\n*.......**.*\n*..*.*...*..\n*.***.*..*..\n```\n\n\n## Output without wrap\n\n```\n.......***..\n...****...*.\n......*...*.\n*..*..*...*.\n*..*...**...\n..*.......*.\n*.*.....**..\n*.**.*...*..\n.*****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***.*...\n...****...*.\n......*...*.\n*..*..*...**\n...*...**..*\n..*.......**\n..*.....**.*\n*.**.*...*..\n..*...*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...\n....*....\n.........\n**.....**\n*.......*\n*.......*\n**..**..*\n*..***...\n****.*...\n****..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n**.....**\n*.......*\n*......**\n**.*.*...\n......*..\n.....**..\n*..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n.........\n*.......*\n.*.....*.\n.........\n.......*.\n.*.*.*...\n......*..\n.....**.*\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**.*\n**..**...\n*****.*..\n.**.*..**\n.....*.*.\n......**.\n****.....\n..*......\n..*.....*\n.*...****\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.......*.\n......*..\n.....*.**\n.*...*..*\n.*.*..*..\n.*.*.....\n...*.....\n......*.*\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*\n*.....*.*\n......*..\n.....*.**\n*....*...\n**.*..**.\n...*...**\n...*....*\n..*....**\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*.*..\n...***\n...*..\n.***..\n***...\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*.*..\n...*..\n......\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**.*.*\n...*..\n......\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...*\n.******.\n...**.*.\n*.....*.\n.*...*..\n.***....\n.**.*...\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n***..***\n........\n**......\n**...***\n**.***..\n*..**...\n***..*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n*....**.\n*.....*.\n.*...***\n**.***..\n*..**..*\n....**..\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n*......\n...*...\n.*.*...\n......*\n.......\n...*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n..*....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n..*....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n......\n..***.\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*..\n......\n..**..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..**..\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..***\n***.****.\n..****.**\n.*..*.*..\n*.****.**\n****...**\n*****..**\n*...*.***\n```\n\n\n## Output without wrap\n\n```\n*.***...*\n*........\n*.......*\n.*.......\n*....*..*\n.....*...\n....**...\n*.*.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n........*\n.*.......\n.....*...\n.....*...\n....**...\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n....\n....\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**.*\n....\n....\n....\n....\n....\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n***...*\n.......\n...*...\n..*....\n.......\n**.....\n..*..**\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.**....\n.......\n.......\n.*.....\n.*.....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n**.....\n***....\n.......\n.......\n.*.....\n**....*\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**....*..\n......*....*..\n.......*...*..\n.......*...**.\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n.....***..***.\n......**..**..\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..**..\n.....***..***.\n......**..**..\n.......*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n*.**...*\n..*..*.*\n.**.**.*\n**.****.\n...*.***\n..******\n.*.****.\n```\n\n\n## Output without wrap\n\n```\n..*.****\n.......*\n.....*.*\n*......*\n**......\n.*......\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*.*\n.......*\n.*......\n.*......\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n...\n...\n...\n.*.\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******.*\n***********\n*********.*\n```\n\n\n## Output without wrap\n\n```\n...........\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n....***\n....*..\n....***\n....**.\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....***\n....*.*\n...*...\n...*..*\n.......\n....***\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....*.*\n...*...\n...*..*\n.......\n....***\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.\n*........*.\n***........\n*.........*\n*...*.*...*\n....***...*\n.....*....*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n*..........\n*..........\n*..........\n....*.*..**\n....*.*..**\n....***....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n*..........\n...........\n...........\n....*.*..*.\n....*.*..**\n....***....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*..*..\n*..*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**..\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*.**..\n*.**.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n..........\n.*........\n.*........\n**........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n***.......\n***.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n***.......\n***.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n....*.\n.***.*\n*.*.*.\n.*..*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*...*\n.**..*\n*...**\n.**.**\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n**...*\n***..*\n*...*.\n***.*.\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******...\n***.....*...\n......*.*..*\n.....*..****\n....**.*.***\n****...*.*..\n.*.*.****..*\n.*.*...*....\n....****...*\n**....*.....\n.......**.**\n*......**..*\n*.....*.*...\n***.**.**...\n```\n\n\n## Output without wrap\n\n```\n..*.******..\n*.*.*.*..*..\n.*.***..**..\n.*...**.....\n**...**...*.\n**........*.\n...**.......\n.*.*........\n.****.......\n..*..**.*..*\n........*...\n**....*.*..*\n**......***.\n**...*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*..\n.*......**.*\n.*.***..****\n*....**.....\n**...**.....\n.*..........\n...**.......\n...*........\n.****.......\n*.*..**.*.**\n**......*.*.\n......*.*.**\n**...**..*..\n*.......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...*...*\n........\n........\n......**\n......**\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.....*..\n...*.*..\n..*.*...\n...**.*.\n**....**\n......**\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....*...\n...*.*..\n..*.....\n.****.**\n........\n**....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....*...\n...*.*..\n..*.....\n*****.*.\n*.......\n.*....*.\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.****.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n...*\n...*\n....\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*.*.\n*.*.\n...*\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**..**..\n.*...*.**...\n*...***.**..\n*****.******\n**.**...**.*\n..*..*.*.*..\n****..**.*.*\n```\n\n\n## Output without wrap\n\n```\n....******..\n**..........\n*...........\n......*....*\n*..........*\n.....*.*.*..\n.***..**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...**.\n**..........\n............\n......*.....\n............\n.....*.*.*..\n*..*...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*....\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n**.**.\n***.**\n.*.***\n```\n\n\n## Output without wrap\n\n```\n*..**.\n.....*\n......\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...****..\n..*....*.....\n.**....*.....\n..*.*..*.....\n..***..*.....\n.****........\n..*..*.*....*\n*.**.***..*.*\n.*...........\n.***......*..\n.*....**.....\n.*...***....*\n.**..*.*.....\n```\n\n\n## Output without wrap\n\n```\n.......***...\n.***..**.*...\n.**...***....\n....*.***....\n.....*.......\n.*...**......\n.....*.*...*.\n..****.*...*.\n*...*.*....*.\n**...........\n**...*.*.....\n**...*..*....\n.**..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*.*...\n.***..**.*...\n.**...***....\n....*.***....\n.....*.......\n.*...**......\n.....*.*...**\n*.****.*...**\n....*.*....*.\n**...........\n.*...*.*.....\n.*...*..*....\n***.**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.***\n********..\n**********\n*.**.*.**.\n**********\n```\n\n\n## Output without wrap\n\n```\n*......**.\n..........\n.........*\n..........\n*....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*...\n*******...\n.........*\n*.........\n**...**...\n***.*.*...\n```\n\n\n## Output without wrap\n\n```\n*..*..*...\n*******...\n*.****....\n**........\n..*..**...\n*.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*\n*******..*\n..****...*\n**.......*\n..*..**..*\n..***.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**.\n*..*****\n***.*...\n*..**..*\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*..*..**\n..*.....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..........\n............\n............\n............\n.*..........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**\n...**...\n...**...\n...**...\n...***..\n*....**.\n....**.*\n....*...\n....****\n```\n\n\n## Output without wrap\n\n```\n...***..\n..*.....\n..*..*..\n..*.....\n...*..*.\n...*....\n....*...\n...*...*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n..*.....\n..*..*..\n..*.....\n...*..*.\n...*...*\n....*..*\n...*...*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n..*.*.\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.*.*..\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.*.*.\n.**..\n.****\n*.*.*\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.***.\n**.**\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n..*..\n..**.\n*..**\n.....\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.*....\n*.*.*.\n.**..*\n...***\n.*.**.\n**.*.*\n.*..**\n*....*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n*.....\n*..**.\n......\n....*.\n....*.\n****.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n...***\n.*....\n.*....\n**....\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.*..*\n*..**\n****.\n```\n\n\n## Output without wrap\n\n```\n...**\n***..\n*...*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...*.\n...*.\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n...**\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..*\n.....*****\n**.....*..\n.....**.*.\n......*..*\n```\n\n\n## Output without wrap\n\n```\n.....**..*\n.....*...*\n.........*\n.....**.*.\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n*.........\n*....**.**\n......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n...*\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*..\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*...*\n*.*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.***\n..*..\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n..........\n..........\n..........\n...**.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**...\n***.*.****\n***.*....*\n*.*.*....*\n```\n\n\n## Output without wrap\n\n```\n*.*****.*.\n....*.****\n....*..*.*\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n....*.***.\n....*..*..\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n...***...\n...**....\n...*.....\n..*......\n.........\n.........\n.*..*....\n*........\n......*..\n```\n\n\n## Output without wrap\n\n```\n...***...\n.....*...\n..*..*...\n..***....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.....*...\n..*..*...\n..***....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n**....*.\n.......*\n*.....*.\n..*.....\n.*.....*\n*.*.....\n........\n........\n........\n..*.....\n*.......\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n.**.....\n***.....\n.**.....\n........\n........\n........\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n*.....**\n......*.\n.*....**\n..*....*\n..*.....\n*.*.....\n........\n........\n........\n........\n**......\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..*.\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n........\n........\n........\n...**...\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n****.\n.....\n....*\n..**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*...*\n.*..*\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..*.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***..\n.........\n*.*.*....\n.**...***\n***.....*\n..*...**.\n*.*....**\n..*......\n```\n\n\n## Output without wrap\n\n```\n....*....\n..***....\n..***..**\n..**...**\n.***....*\n....*.*.*\n...*..**.\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*.\n..***...*\n..***..**\n..**...*.\n..**.....\n....*.*..\n**......*\n*..*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n...**\n..**.\n.*..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.*.*.\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**..*\n....*\n**.**\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*\n**......*\n**.......\n..*......\n.........\n.........\n**.......\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*......\n.*.......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n*......**\n*........\n.........\n.........\n.*.......\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*...\n..*..\n..*..\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n.**..\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n.**..\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.*...\n..*.....\n...**...\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n..*.*...\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n..*.*...\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n*..****\n***.***\n**.****\n*.*****\n*.*****\n******.\n****.**\n*******\n******.\n**.**.*\n*******\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n**.****\n*******\n*******\n*.*****\n*******\n*******\n*******\n*******\n*******\n*****.*\n*******\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n**..\n*...\n....\n....\n....\n....\n....\n.**.\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.**\n..**\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*..*.\n*...*\n.****\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n...\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....**.\n....*.......\n.........*..\n*.*.....*...\n*........***\n```\n\n\n## Output without wrap\n\n```\n............\n.........**.\n............\n.*......*...\n.*.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*..\n.........**.\n............\n**......*...\n*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..*..*\n******\n***..*\n.*...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n*.*..*\n*....*\n.....*\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..*...\n......\n......\n..*..*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n.*.****.\n.*.....*\n***....*\n*..*..*.\n*...*..*\n*...**.*\n.....***\n........\n```\n\n\n## Output without wrap\n\n```\n**....*.\n**......\n*......*\n..*.....\n*...**..\n**..**.*\n.......*\n....**.*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n**......\n.......*\n..*...**\n.*..**..\n....**..\n*.......\n....****\n***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n..*.....\n.*......\n......*.\n......*.\n..****..\n...**...\n........\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...***..\n..*..**.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**.....\n........\n........\n...***..\n..*..**.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*..**\n*....*\n....*.\n***...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n.....*\n*.....\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*..**\n*.....\n......\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*\n.....**\n.......\n..*.*.*\n.*.**.*\n..*...*\n****...\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n......*\n...*...\n.*..*..\n*...**.\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n....***\n*.....*\n**.*..*\n.*..*.*\n*..*..*\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n*.*....\n*....*.\n....*.*\n.....*.\n*..*...\n*.**..*\n.*..**.\n..*....\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n**.....\n*......\n.....*.\n....*.*\n..*....\n.*.....\n*....*.\n.*....*\n.....*.\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*......\n**...*.\n....*..\n.**...*\n.......\n.......\n.......\n..*....\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n***.*.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.**.*.\n**....\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*****.\n....*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*..*\n......\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*****\n*****\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....**\n..*...****...\n..*.***..***.\n..*.*....*.**\n*.*..*..**.*.\n*.*..*.**..**\n.......*.....\n**.****....**\n*..***.*.*.*.\n......*.**.**\n...*.*...*.**\n.........*...\n...*..*..*.*.\n...*.....*..*\n```\n\n\n## Output without wrap\n\n```\n.......***...\n..**.*..**.**\n.**.*..*...**\n..*.*......**\n....*..*.*..*\n.**.**...***.\n*..*..*......\n....*.*...**.\n*...*....*.*.\n.*.*..**.*...\n.......*.*.**\n...........**\n........*..*.\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......***.*\n..**.*.***...\n***.*..*...**\n*.*.*.......*\n....*..*.*..*\n..*.**...**.*\n*..*..*......\n*...*.*...*..\n....*....*..*\n**.*..**.*..*\n*......*.*.*.\n...........**\n........*****\n........*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n.***.*\n.*.*.*\n*...**\n.**...\n***...\n.*****\n...*.*\n***..*\n..****\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*.*.*\n**.*.*\n*..***\n..**..\n*...*.\n*....*\n*....*\n.*...*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*.*.*\n.*.*..\n...***\n..**..\n....**\n.....*\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n**..*\n*.**.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n*.**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n..**.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n.*.*\n****\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n....\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****\n****..**\n****..**\n*******.\n*******.\n*.*.**.*\n.***.*.*\n****.*.*\n..****.*\n```\n\n\n## Output without wrap\n\n```\n*...**.*\n........\n........\n........\n.......*\n*......*\n.....*.*\n*....*.*\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n.....*..\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.\n*.*..*.\n*......\n.......\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n**....*\n*......\n.......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*.\n.*..*.*.\n..**.*..\n*.**.*.*\n..**.*.*\n...*....\n*.......\n.**...*.\n*...*...\n```\n\n\n## Output without wrap\n\n```\n..****..\n..***.*.\n....***.\n........\n..***...\n...*....\n*.......\n*.......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..*\n.*..*.*.\n.*..**..\n........\n.****.**\n...*....\n........\n.**...**\n...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.\n...*.*..\n...*....\n.*.*.*..\n.**.*...\n.*......\n*...*...\n*.......\n....*..*\n```\n\n\n## Output without wrap\n\n```\n...***..\n..**.*..\n...*....\n.*.*....\n**.**...\n****....\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n..**.*..\n...*....\n.*.*....\n**.**...\n****....\n**......\n*......*\n...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n**...*.**\n***....**\n......*..\n*..***...\n..**..**.\n..***.*..\n*.*.***.*\n```\n\n\n## Output without wrap\n\n```\n**....*..\n..*....**\n*.*.....*\n*.******.\n..****.*.\n.*....**.\n.........\n.**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*....*.\n..*......\n..******.\n..****.*.\n.*....**.\n........*\n*.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****..\n..*....*.\n..*....*.\n..*...*..\n..*...*..\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n..*****..\n.**.**.*.\n.***..**.\n.***..**.\n.**..*...\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***..\n.**.**.*.\n.***..**.\n.***..**.\n.**..*...\n.**.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.*...\n......\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****........*\n.........**..\n...*.........\n*........**.*\n```\n\n\n## Output without wrap\n\n```\n.**..........\n.*.*.........\n...........*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........*\n**.*.........\n...........*.\n...*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n..........\n..*..*.*..\n..*.*.....\n.........*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....*.....\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n....\n....\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n.**......\n.*.*.**..\n....*.***\n*..***..*\n...**..**\n.........\n...**....\n```\n\n\n## Output without wrap\n\n```\n.**......\n**...**..\n.*.****..\n..****...\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****...\n.*.*..*..\n**.****..\n..****..*\n**.....*.\n*.......*\n...**...*\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n...*..\n*.*..*\n.**...\n.*....\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n..**..\n*.*...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..***.\n*.**..\n..*...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*....\n.*....\n.*.*.*\n.**...\n.....*\n......\n....*.\n..*.*.\n..*.*.\n.*...*\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n.**...\n**....\n**....\n.**.*.\n......\n......\n...*..\n....**\n.**.**\n.**...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.**...\n.*....\n.*....\n.**.*.\n......\n......\n...*..\n....**\n.**.**\n***...\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n..*\n...\n..*\n*.*\n.**\n..*\n...\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n**.\n...\n...\n.**\n..*\n.**\n*.*\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n***\n...\n***\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.***\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n....**....\n*...*.*..*\n*....*...*\n*.......**\n*.......**\n........*.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n....**....\n....*.*...\n**...*...*\n**........\n.......*..\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n....**....\n*...*.*..*\n.*...*....\n.*........\n*......*..\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.*.......\n*.**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n.**......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n....\n*.**\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n*..*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n...*\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n....\n....\n....\n...*\n..*.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n***.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*....*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n.....*.\n...***.\n...**..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n.....*.\n...*.*.\n...*.*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n.....*.\n...*.*.\n...*.*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n..**\n....\n*...\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n...*\n*..*\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.....\n*.**......\n....*.....\n.**.*....*\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n.**.......\n....*.....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n.**.......\n*...*.....\n***.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*...*\n..*....*.\n*..**.*.*\n*.**..*..\n```\n\n\n## Output without wrap\n\n```\n.****....\n..*....*.\n........*\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n.*.**....\n...**.***\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n**..*..\n.*.....\n```\n\n\n## Output without wrap\n\n```\n*.*....\n..*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n*..*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n....*.\n**..*.\n*..***\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n**....\n**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n..***.\n**....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n***.\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n*..*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n....\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.**.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n*.*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n***...\n**..**\n```\n\n\n## Output without wrap\n\n```\n*..*..\n.....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.**.....\n........\n........\n.**.....\n****...*\n*..*...*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n*..*....\n*..*....\n*..*..**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n...*....\n...*...*\n...*..*.\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n....*.\n*..***\n......\n.***..\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.....*\n..*.*.\n..***.\n...*..\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n**....\n..*.*.\n****.*\n...*..\n*...*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n.*.\n.**\n*.*\n..*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*..\n*.*\n..*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n...*\n****\n.**.\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*..*\n*..*\n.**.\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.**.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n*...\n*..*\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n*..*\n..*.\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.....\n*.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.**\n**..****.\n*....*..*\n.*......*\n..*......\n.*.......\n.........\n...*..**.\n..***.**.\n.*.**.*.*\n```\n\n\n## Output without wrap\n\n```\n..***....\n*.*..****\n*.***....\n***......\n.**......\n.........\n...****..\n...*****.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n...**....\n..***....\n.**......\n***......\n.*.......\n...****..\n...*****.\n..******.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n*...*..\n..*....\n.......\n.......\n.......\n.......\n*.....*\n.......\n*.....*\n.......\n.......\n.......\n****...\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*..\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*...\n**...*.*..\n*....**..*\n***.*....*\n```\n\n\n## Output without wrap\n\n```\n*.....*...\n*....*.*..\n..*.***.*.\n**...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**...\n.....*.*..\n..*.***.*.\n..**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.\n*..**....\n*........\n**..**...\n......***\n**.......\n.........\n.........\n....****.\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n*..*.*...\n**...***.\n.....***.\n.......*.\n.........\n.....**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n**.......\n*..*.*..*\n**...***.\n.....****\n*......**\n.........\n.....**..\n.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**..\n.....***..\n*.....**..\n.**.....*.\n.*....***.\n..**.***..\n**...**..*\n..*...***.\n..**.....*\n.......*.*\n...*.*..*.\n*..**.****\n*..****.**\n.***.**..*\n```\n\n\n## Output without wrap\n\n```\n......*...\n....**.**.\n***....***\n*...*..***\n...**.....\n*....*....\n.*....***.\n.*...*****\n.*....*..*\n.....*....\n..........\n..........\n...*...**.\n.**....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....*\n*.*.**.**.\n.**....**.\n....*..**.\n...**...*.\n.....*..**\n**....**.*\n.....****.\n.*....*..*\n**...*...*\n*........*\n.*........\n...*......\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n***.*\n*****\n.....\n*****\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n*...*\n*...*\n.....\n*.**.\n...*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*.**\n.....\n.....\n.....\n..***\n...*.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n...*...*..\n..*.*.....\n..*.......\n.*.......*\n.....*.*.*\n*....*...*\n....*.....\n....***...\n....*..*..\n.*...***..\n```\n\n\n## Output without wrap\n\n```\n..........\n...**.....\n..*.......\n.***......\n........*.\n......*..*\n....***.*.\n....*.*...\n...**.*...\n....*..*..\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*..\n...**.....\n..*.......\n.***......\n*.......*.\n......*..*\n*...***.**\n....*.*...\n...**.*...\n....*..*..\n....**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**\n.....*.*.\n.**....*.\n*.*...***\n.*.*..**.\n..**.....\n...*..*..\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.**......\n*..*...*.\n...*.**.*\n......**.\n..*.**...\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n**....**.\n***.....*\n...*....*\n**.*.****\n.*....**.\n..*.....*\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n**********\n.**.******\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*.\n*......**\n....****.\n...**.**.\n****..*.*\n.*.***..*\n```\n\n\n## Output without wrap\n\n```\n.......**\n...**..**\n...**....\n***....*.\n....***.*\n***.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...**\n.*....*..\n**.**....\n***......\n.*...**.*\n.*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n*..**.\n...*..\n.*..*.\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n.*....\n.*..*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n..***.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.*.*.\n....*.\n*...**\n*...*.\n*.*.*.\n*.*.*.\n***.*.\n*.**.*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...***\n...*.*\n......\n*.....\n*.....\n*..*..\n.*.*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*..\n**.**.\n*..**.\n**..*.\n*...*.\n.*..*.\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**.\n*...*.**.\n*......*.\n..***.***\n......**.\n**..**..*\n*....*.*.\n....**.*.\n.****....\n....**...\n```\n\n\n## Output without wrap\n\n```\n.....***.\n**...*..*\n.*..*....\n...*.*..*\n.**......\n**..**..*\n**.....**\n.**..*...\n..*...*..\n..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n**...*...\n**..*....\n...*.*...\n.**......\n**..**...\n**.....*.\n.**..*..*\n..*...*..\n.**.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......****\n****...*..\n*.......*.\n..*....*..\n.*....****\n.**..*..*.\n```\n\n\n## Output without wrap\n\n```\n.**...***.\n***...*..*\n*..*...**.\n.*....*..*\n.*....*..*\n.**...*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..*\n***...*...\n*..*...***\n**....*...\n**....*..*\n.**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n..**.\n.....\n**..*\n..*.*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.***.\n.***.\n.*.*.\n.**.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*****\n*****\n*****\n**.**\n.**.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n..*..\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n*.*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*.*.\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n****\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n***\n***\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n..*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n..*....**\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n..*...*.*\n..*...*..\n..*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n....**..*\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.**\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n..*..\n.....\n.....\n.....\n...*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*..\n*.*..*..*\n.....**.*\n..****..*\n...******\n****.****\n..**..**.\n```\n\n\n## Output without wrap\n\n```\n**.......\n*.*......\n.**....*.\n.**....*.\n.........\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..\n.**.**..*\n.**.....*\n*.*....**\n........*\n.........\n******...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n..*.....\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*..*...\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*.*....\n.*..*...\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......**\n..*.......\n*****.....\n***.**...*\n.*..*.*...\n..**......\n*.*.****..\n***.*.**..\n.*......**\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n.*........\n....**....\n..........\n.*.*......\n..........\n*.*....**.\n*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n**.......*\n..........\n....**....\n..........\n...*......\n.*........\n.*........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***.\n......**.\n.**......\n.**......\n.*.*.....\n..***.*..\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n..*..*.*.\n.**......\n*..*.....\n.*..*....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..*..*.*.\n.**......\n*..*.....\n.*..*....\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n******\n.....*\n*..**.\n**....\n......\n**...*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n...***\n**.*.*\n*..*.*\n......\n**....\n..*...\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n...***\n.*....\n.*..*.\n..*.*.\n***.**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n......*\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..*.*.\n.....*.*.*....\n.*...*...*....\n.*.*.*...*...*\n...*.*.*.....*\n...*.........*\n*..*..........\n...*.........*\n....***......*\n.......*......\n..**.....*..**\n.*.....*.*.*..\n*...****..*.**\n```\n\n\n## Output without wrap\n\n```\n......*.*.....\n.........**...\n..*..*...**...\n.....*..*.....\n...*..*.....**\n..**..........\n..***.........\n...*.*........\n....***.......\n...****.....**\n..*.......*.*.\n.*****.*.*.*..\n.....****.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.**.*.\n.........**...\n*.*..*...**...\n.....*..*.....\n...*..*.....**\n*.**.........*\n*.***........*\n*..*.*.......*\n....***.......\n...****.....**\n..*.......*.*.\n.*****.*.*.*..\n*....*.*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*.*..\n**.*.\n****.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.*.\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n****\n....\n....\n....\n....\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n.**.\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n****\n....\n....\n....\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*..**\n*.*..\n***..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*....\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.***.\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n...**..**\n.........\n.........\n.........\n.*.......\n.**......\n.***.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n.........\n.........\n.**......\n*..*.....\n.*.*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n...**....\n.........\n.........\n.........\n.**......\n*..*.....\n.*.*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**.*..\n****..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n******\n*..***\n***.*.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n......\n*.....\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n******\n***..*\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n......\n*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n..*..\n*.**.\n*.***\n*****\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..**.\n.....\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....*..\n.*..........\n............\n.**.........\n*...........\n.....***..**\n..**.....**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.**.........\n.*..........\n.*....*.....\n......*..***\n......*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....**.\n............\n.**.........\n.*..........\n**....*....*\n......*..***\n...****.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n....**\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...***\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...**.\n...***\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*.*.*\n*.***\n***..\n.****\n**.**\n***.*\n.***.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n*..*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*.*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n***.*\n....*\n.*.**\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n....*\n.....\n....*\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*.***\n**..*\n**.**\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n.****..\n..*..*.\n*....*.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n....**.\n..*....\n....***\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*....\n*.*...*\n.***...\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*...\n....**.***\n*.*.*..***\n.***......\n.*........\n.***.**...\n.******...\n..........\n...**.....\n```\n\n\n## Output without wrap\n\n```\n.....****.\n.*..**...*\n..*.****.*\n*..*....*.\n*...*.....\n*.....*...\n.*....*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.\n**..**....\n*.*.****..\n...*....**\n*...*.....\n*.....*...\n.*....*...\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*...\n..*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...........\n.*....**.....\n*............\n......**..**.\n....***....**\n............*\n.*.**.**.....\n.*......*....\n*...**..*....\n.*.....*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...........*.\n.....*.*..*.*\n.....*..*.*..\n.......**..**\n......***....\n*..*..*.*....\n*......**....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........*\n*.*..........\n.............\n.....*.*..**.\n*....*..*.*..\n**.....**..*.\n......***....\n...*..*.*...*\n.......**...*\n......*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n.....\n..*..\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.....\n.....\n.....\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n........\n........\n.****...\n.*..*...\n.*.***..\n.*.*.*.*\n.*...*.*\n**....**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**....\n.****...\n**......\n**.*.**.\n**.*.*..\n.*..**.*\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n..**....\n.****...\n**......\n.*.*.**.\n.*.*.*..\n.*..**..\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.....\n*...**....\n.*******..\n.....****.\n```\n\n\n## Output without wrap\n\n```\n**..*.....\n*.........\n.*.*......\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n....*...*.\n***.......\n....*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.**.*......\n*...*.***..\n....*.....*\n....*******\n.....*...*.\n......**.*.\n*......*...\n.****...*..\n....*.*.*..\n......*....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.*.*.*.*...\n.*..*..*...\n...**.....*\n....*.***.*\n....*......\n......**...\n.***..**...\n.*****..*..\n..*.*......\n.....*.*...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.*.*.*.*...\n**..*..*...\n*..**.....*\n....*.***.*\n....*......\n......**..*\n.***..**...\n.*****..*..\n..*.*......\n.....*.*...\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.....\n..***.....\n.**.**...*\n....**..*.\n**.......*\n```\n\n\n## Output without wrap\n\n```\n.**.*.....\n*.........\n.**.......\n*.****..**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*\n..........\n.**.......\n..****..*.\n..****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n*.*\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n*.*\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.***.\n...*...*.....\n.............\n....*.*......\n....***......\n....*.*......\n....*....**..\n...*..**.....\n```\n\n\n## Output without wrap\n\n```\n........*.*..\n........*.*..\n.............\n....*.*......\n...**.**.....\n...**.*......\n...**.**.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*..*..\n........*.*..\n.............\n....*.*......\n...**.**.....\n...**.*......\n...**.**.....\n...**.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.*...\n..*...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*..*..\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*.*.*\n*..*..\n.*.*..\n.**..*\n```\n\n\n## Output without wrap\n\n```\n**.**.\n...*..\n...*..\n...**.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*.*..\n.*.*.*\n.*.***\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*.**.\n..*..\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n.***.\n....*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.****\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*....*\n*...*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n**.**.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**\n**.....\n.**....\n..*.*..\n.......\n*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n*.**...\n.***...\n.*...*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n*.....*\n*.**...\n.***...\n.*...*.\n**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*.*.*\n.**.*\n*..**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n*.*.*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.**\n.***\n..**\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n...*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n***\n...\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n......*\n......*\n.****..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**.*.\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n*.**.*.\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.**.*..\n..*...*...*.**\n.***.***...***\n*..*.*.*.***..\n.*..*.*...**..\n.....***.***.*\n..*.*....**...\n...*..**.*.**.\n*.*...**.****.\n```\n\n\n## Output without wrap\n\n```\n.......*.****.\n.***....***..*\n.*.*.*.***...*\n*..*...***....\n....*.........\n...**.***...*.\n...**.........\n.***.***....*.\n......**.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.*.....\n****....***..*\n.*.*.*.***....\n*..*...***...*\n*...*.........\n...**.***...*.\n...**.........\n.***.***....**\n.....*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**..*\n*.***\n```\n\n\n## Output without wrap\n\n```\n*.***\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.**.\n*...\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n**..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n**..\n**..\n****\n....\n**..\n.*.*\n**.*\n*.*.\n**.*\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n*.*.\n.*..\n*.*.\n....\n..**\n..**\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n*...\n*...\n..**\n....\n*...\n****\n****\n....\n....\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***\n*******.\n********\n***..***\n***.**.*\n***.**.*\n********\n*..*****\n****...*\n*..*****\n********\n**.**.**\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n.......*\n.......*\n........\n........\n*.......\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n...*\n.***\n.*.*\n..*.\n**.*\n**..\n....\n.*.*\n....\n....\n....\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.*.*\n.*.*\n*..*\n*...\n***.\n***.\n....\n....\n....\n....\n**..\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*.*\n.*.*\n....\n...*\n.***\n.**.\n....\n....\n....\n....\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n.*....\n*.....\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**....\n**....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.*....*\n.*.*...\n.*.*...\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.*.*...\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n.*.....\n.*.*...\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....**\n*..***\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.*.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.**\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*..*..\n..*....*.**..*\n...........***\n.............*\n........**....\n..*****...*...\n****.*.*..*...\n..*...*..***.*\n..****....*...\n...***.*..*...\n....**.*......\n.......*......\n```\n\n\n## Output without wrap\n\n```\n........*.*...\n........*...*.\n..........**.*\n....*.....*.*.\n....**.***....\n.....*.***....\n.....*...**...\n..............\n..............\n..**..........\n......**......\n......**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...*...\n*......*....**\n*.........**.*\n*...*.....*.**\n....**.***....\n.....*.***....\n.....*...**...\n.*............\n.*............\n..**..........\n........*.....\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*...**\n..**.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n...***\n..*..*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n*....*\n**.**.\n*.*...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.*.**.*\n...*....\n........\n........\n.....*.*\n........\n.....*..\n..*...*.\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n...**...\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n........\n...**...\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n.*.*\n.***\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n**.*\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***...\n.......***\n......*...\n......*..*\n....****..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n.....****.\n.......**.\n......*..*\n..........\n.....*.**.\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.......**.\n......*..*\n..........\n.....*.**.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.****.**\n****.*.*..*\n***.*..***.\n..***..**..\n.**.****.**\n```\n\n\n## Output without wrap\n\n```\n*...**.****\n..........*\n*....*...*.\n*.........*\n.**.****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.....*...*.\n...........\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n...***\n...*..\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.*.*.\n*......***.*.\n..*.****.*...\n***.*..***.**\n.**.****.***.\n*......*.**..\n*....***..*..\n*......*.**..\n```\n\n\n## Output without wrap\n\n```\n.......*.*...\n.*...*...*...\n*.*.**.....**\n*..........**\n..*.**......*\n*...*........\n**.....*...*.\n.......****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**...*.\n.*...*...*...\n..*.**.....*.\n*..........**\n..*.**.......\n*...*.......*\n**.....*...**\n**.....*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..\n...**..\n..**.**\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n..**.**\n..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*.....*\n*.....*\n*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...*.\n*.***\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.****\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*....\n..*..\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.......**..\n......***..\n.......*...\n...........\n..*........\n...........\n...........\n.......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n......*.*..\n......*....\n......***..\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n......*.*..\n......*....\n......***..\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.****\n****.\n*****\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n..*.*.\n..*.*.\n*...**\n..***.\n..***.\n```\n\n\n## Output without wrap\n\n```\n..****\n.*...*\n.****.\n*..*..\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n******\n*..*..\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.**..\n..*..*\n*.***.\n*..*..\n*.*...\n.**...\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n..*.*.\n*.**..\n*.....\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.....*\n**...*\n*..**.\n*.*.*.\n*.**.*\n*.....\n..*...\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n.*****\n**..**\n..*.**\n*****.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.....\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.**.\n*..*\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*...\n*.*.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n**.*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n.**\n*.*\n*..\n***\n..*\n...\n...\n...\n...\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n...\n*.*\n*.*\n*.*\n..*\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n...\n...\n..*\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n...*.\n***..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*.***\n....*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n..*.\n...*\n....\n....\n....\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n....\n....\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...**\n*...*...*\n.......**\n.*.......\n.*...*...\n.**.**...\n.*.**...*\n**.......\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.***...**\n.***.....\n.......**\n.........\n**..**...\n**...*...\n...***...\n***......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*.\n.***.....\n.......**\n*........\n**..**...\n.*...*...\n...***...\n.**......\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........*.\n...*......***\n..*.......*..\n*............\n.........****\n*........*..*\n*..........*.\n.............\n.*..........*\n```\n\n\n## Output without wrap\n\n```\n..........*.*\n.........**.*\n.........***.\n.........*...\n........**.**\n.........*..*\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.......*.\n****.....**.*\n*........**.*\n.........*..*\n........**.**\n.........*..*\n**...........\n*...........*\n**..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n..*.*..\n..*....\n.......\n.......\n.......\n.***...\n....*..\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n..*....\n...*...\n.......\n.......\n..*....\n..**...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.\n..*....\n...*...\n.......\n.......\n..*....\n..**...\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.****\n*****\n*.***\n*.***\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*....\n*....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n.*..\n..*.\n*...\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....*\n*..*..*..\n.....*...\n....*....\n....*.*..\n*..*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n....**...\n....*....\n...**....\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..**\n*...*...*\n....**...\n....*....\n...**....\n*..***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..\n***.*..*\n.**..*..\n*..**...\n```\n\n\n## Output without wrap\n\n```\n*.*.**..\n....*.*.\n.....*..\n.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*.**\n.....*.*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n...****\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....**\n....***\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n....***\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.***\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**........\n..........*.\n***.*.......\n....*....***\n.***...**..*\n*.*..*.**.*.\n.**...*.....\n*.......*...\n.**.**...*..\n....*.......\n............\n......*.*...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n**......**.*\n*...**.***.*\n******.*...*\n*....**..**.\n*......***..\n*..*.**.....\n......*.....\n..**.*......\n....*.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n**.........*\n.*......**..\n....**.*****\n.*****.*....\n.....**..*.*\n.......***..\n*..*.**....*\n......*.....\n..**.*......\n....*.......\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.*.***\n...**....**.*\n*..*******.**\n**..*....****\n..*.*.*****.*\n...**..*..***\n*.*.**.**.*..\n```\n\n\n## Output without wrap\n\n```\n..*..........\n*..*..*......\n.............\n.....*.......\n.............\n.**.*....*...\n.....*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*.....\n*.....*......\n*............\n*....*.......\n.............\n.......*....*\n..**...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n*.*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n*.*.*\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n..*.*\n.*..*\n.....\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n.***.\n.*...\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n*.**.\n*....\n...*.\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*...\n....*.**...\n....*..*..*\n*..*...*...\n```\n\n\n## Output without wrap\n\n```\n......**...\n...******..\n...***.**..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..**..\n...******..\n...***.**..\n...**.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.....\n.****...*..\n...*.......\n..*.....***\n*.**.......\n.**........\n.**......*.\n...........\n***.***....\n.....**....\n*.....*.*..\n*...**...**\n....***..**\n..*.**..*..\n```\n\n\n## Output without wrap\n\n```\n.**.**.....\n**.*.*.....\n**.........\n.***....**.\n.**........\n.**........\n***........\n*..***.....\n**.**......\n...**.**...\n...**.**.*.\n..........*\n...**.*.*.*\n.....*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.*.......*.\n.***....*..\n..*......*.\n*.*........\n***........\n*..***.....\n**.**......\n**.**.**..*\n**.**.**...\n**.......*.\n........***\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n....*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n.**\n***\n*.*\n***\n***\n.*.\n*.*\n.**\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*...\n..*.*..*.*...\n..*...***....\n*..****.****.\n**.*...*..***\n***...*.****.\n...***...*.**\n```\n\n\n## Output without wrap\n\n```\n...*....*....\n..*...**.*...\n.**..........\n*..***......*\n...*........*\n*....****....\n.*****..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...*...\n..*...**.*...\n.**..........\n*..***.......\n...*.........\n.....****....\n**.***.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*....\n*.**.\n*..**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n*....\n.*..*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.*..\n.....\n*....\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n*..\n.**\n*.*\n..*\n.*.\n*.*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n*.*\n..*\n..*\n.**\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n*..\n...\n...\n..*\n.*.\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**.*\n***.\n****\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..***.\n....**\n*...**\n...***\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*\n..**......\n*.**.*....\n```\n\n\n## Output without wrap\n\n```\n..**......\n....*.....\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....*.....\n....*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*..**\n*****\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n***\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n........*..*\n**.........*\n.........*.*\n*.....*.*...\n.......*....\n...*..**....\n..*..*.**...\n............\n.*......*...\n.......*..*.\n.**......*..\n**...*....*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n...........*\n**........*.\n.......**...\n........*...\n............\n.......**...\n.......**...\n............\n.**.....**..\n***......**.\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*\n...........*\n...........*\n.*........**\n.......**...\n........*...\n............\n.......**...\n.......**...\n............\n.**.....**..\n***......***\n***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n..*..*\n..*..*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n..*..*\n..*..*\n**....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.\n....**..\n........\n........\n........\n....***.\n....*.**\n......*.\n```\n\n\n## Output without wrap\n\n```\n...**...\n...***..\n........\n........\n.....*..\n....*.**\n....*..*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.\n...***..\n........\n........\n.....*..\n....*.**\n....*..*\n...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..**.\n*..**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*.**.\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n*.**\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n***.\n*.*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.***.\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*..*.\n.....\n**...\n**...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...*.\n....*\n.*...\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*...\n*.**\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n**.*\n.**.\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*..*\n....\n*.**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n....*\n....*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*..**\n...*.**.**\n...*......\n...***....\n...*......\n*.****...*\n.**.**...*\n.*...*...*\n*.*.......\n.***......\n```\n\n\n## Output without wrap\n\n```\n....**...*\n...*.....*\n.....**.*.\n..**......\n..........\n..........\n......*...\n**.***....\n*.........\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n...*....*.\n.....**...\n..**......\n..........\n*.......**\n......*.*.\n*..***..**\n..*..*....\n...*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..**\n**..**..**\n...*.....*\n..*.....*.\n..........\n```\n\n\n## Output without wrap\n\n```\n**..**....\n........**\n******....\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n**........\n.*****....\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.*.**\n....*.\n...**.\n*..*..\n**...*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n..*..*\n.*.**.\n*..**.\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n...***\n*.*...\n**.***\n.*.*..\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n...*\n....\n..*.\n.*..\n.**.\n*.*.\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n*.**\n*.**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n****\n*.*.\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***\n.**.....\n*..**.**\n.***..**\n```\n\n\n## Output without wrap\n\n```\n*.......\n*...*..*\n*......*\n.***...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n..*.....\n.*...*..\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**.....\n*......**.***\n*......**.**.\n**....**....*\n*.....**.....\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n......***..*.\n**........*.*\n*.........*..\n**.........*.\n**......*....\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*....**\n**........*..\n..........*..\n.*.........*.\n**......*...*\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n...\n...\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.**\n...\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n..*\n...\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n..*..\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****...\n..**.**...\n..........\n..........\n*...**....\n*....*...*\n.........*\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n....**....\n....**....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**...\n..........\n..........\n..........\n*...**...*\n.*..**..*.\n*.....*..*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.*..\n.*****..*.\n.*.**.**..\n***.*.****\n*.*******.\n*....***.*\n*.***.****\n**.****.**\n****.*.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........**\n.*........\n*.........\n*.........\n.*........\n.*......*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**\n.*.*...\n..*....\n*.....*\n*.*.***\n*...*.*\n**...**\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n***....\n*..*...\n.***...\n.*.***.\n..*....\n.**.**.\n*.*....\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n**.**.*\n****..*\n*..**..\n..*....\n..*.*..\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n*........\n*.*......\n**.......\n..*......\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.*.......\n*........\n*.*......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.*.......\n*.......*\n*.*......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**\n*...*.*\n..**.**\n..*....\n```\n\n\n## Output without wrap\n\n```\n.******\n.......\n.******\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******\n.......\n*******\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.***.*\n*****.\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.\n*********\n*.*******\n*********\n*********\n*******.*\n*********\n.*.*****.\n****.****\n******.**\n*********\n****.****\n**.**.***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n**..*.\n*.....\n***...\n.*....\n......\n.....*\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....*.\n..*...\n*.**..\n*.*...\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*****\n..*...\n*.**..\n*.*...\n.*....\n......\n......\n..**..\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*..***\n*..***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*..*..\n*..*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*......\n...*****...\n*...*.*.***\n*...**...*.\n***........\n**.*.***...\n**..**.*.*.\n***......*.\n*....**....\n```\n\n\n## Output without wrap\n\n```\n...**.*....\n...*..****.\n........***\n*..***..***\n..**.......\n...*.*.**..\n...***.*...\n..*.*...*..\n*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*...\n*..*..****.\n*.......**.\n...***..**.\n..**.......\n...*.*.**..\n...***.*...\n..*.*...*..\n*....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n*....**\n....***\n.*....*\n*...**.\n...*...\n...*..*\n..***..\n```\n\n\n## Output without wrap\n\n```\n**...*.\n**....*\n....*..\n......*\n....**.\n...*.*.\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..\n.*.....\n....*..\n.......\n*...***\n...*.**\n.......\n***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.*.**\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n....*\n**..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*........\n..*..****.....\n**.**...***..*\n.*......*.....\n***.......*..*\n..*..........*\n.*******.....*\n***....*......\n..***..*......\n..*.....**....\n..***.........\n..*.*.*.......\n```\n\n\n## Output without wrap\n\n```\n.*...*.*......\n..**.****.....\n**.****.......\n...*....*.*...\n*.*...........\n*...***.....**\n*...****......\n*......**.....\n.......*......\n.*......*.....\n.**.**........\n..*.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.........\n..**.****....*\n**.****.......\n...*....*.*...\n..*..........*\n....***.....**\n....****.....*\n*......**.....\n.......*......\n.*......*.....\n.**.**........\n..*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n...**..*\n.**.....\n...*....\n........\n........\n.....*..\n*..*....\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n......**\n..**..**\n..*.*...\n..*.....\n........\n........\n........\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**\n*.**..**\n..*.*...\n..*.....\n........\n........\n........\n....**..\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.......\n.*.......*.\n**....*..**\n*....*.....\n....***....\n....***....\n.***.......\n.*.**......\n.***.......\n...**......\n*.**.*.....\n*..*......*\n```\n\n\n## Output without wrap\n\n```\n...........\n***......**\n**.......**\n**..*......\n...........\n..*...*....\n.*.........\n*...*......\n.*.........\n...........\n.**........\n.****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......*\n.**......*.\n.*.......*.\n**..*......\n...........\n..*...*....\n.*.........\n*...*......\n.*.........\n...........\n***.......*\n**.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.......\n.......\n.......\n.**....\n.**....\n.***.**\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.*.....\n*.*....\n*.*....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n.......\n.......\n..*....\n****...\n****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n*.*.*\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n..*..\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*..**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...***\n*.**.*\n*.....\n**....\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*..\n.....*\n.***.*\n*.*...\n**....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*....*\n****..\n..*...\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n...\n...\n..*\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n*..***\n......\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n.....*\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n**...*\n..***.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..**......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n*.**\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n*..*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n.**\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n*.*\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.*\n.*.*******\n****..*...\n*.**...**.\n***.*..***\n*..*..*...\n**.**..*.*\n***...*.**\n*.....*.*.\n...*.....*\n**.*.*..**\n**...*....\n```\n\n\n## Output without wrap\n\n```\n...**..*.*\n**.......*\n*........*\n....*.*..*\n*...*.*..*\n.....**..*\n...*****.*\n..**.**..*\n*.*.....*.\n***.*..*.*\n**......**\n***.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*.*\n.*.......*\n..........\n....*.*...\n....*.*...\n.....**...\n...*****..\n..**.**...\n..*.....*.\n.**.*..*..\n.*......*.\n.**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n*..*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n***.*\n****.\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n....*\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n......*.......\n.....*........\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*......\n..*...*.....\n.....*.**...\n*.**....*.**\n.....*...**.\n....**......\n..........*.\n..........**\n...****.....\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n..****......\n..**.....**.\n....*......*\n...*...*....\n....**......\n............\n....**....**\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*....\n.*..**......\n*.**.....*.*\n*...*......*\n...*...*....\n....**......\n............\n....***...**\n..**.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*....\n.***...*****.\n...*******...\n....*.*...*.*\n..***.***.***\n.*..**..**..*\n.**.*......**\n*...*.*...***\n*...*******..\n*..*......**.\n*..*.**...***\n*..**..***...\n```\n\n\n## Output without wrap\n\n```\n..**.....*...\n..**.....*...\n..**.......*.\n.........*...\n.**.....*.*..\n*..*.*..*.*..\n*.**.....*...\n....*.*.**...\n...**.*.**.**\n.........*.**\n*.........*.*\n.*.*.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**..*.\n..***........\n..**.......*.\n.........*...\n***.....*.*..\n**.*.*..*.*..\n.***.....*...\n*...*.*.**...\n**.**.*.**...\n.........*..*\n..........*..\n*........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..**\n.**.\n.*.*\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*..\n**.*\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n.*.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.....*.\n.......\n......*\n.......\n......*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n.....*.\n.......\n.......\n.......\n.......\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...**\n.....\n.....\n**...\n**...\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n.....\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n...*.\n.....\n***..\n..*.*\n**...\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**....\n............\n............\n............\n............\n...**.......\n...**.......\n............\n............\n.....*......\n.....**.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n...**.......\n...**.......\n............\n............\n.....**.....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*....\n......*.....\n............\n............\n............\n...**.......\n...**.......\n............\n............\n.....**.....\n....*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n....\n*.*.\n*...\n*..*\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n**..\n**..\n*..*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*.*\n.**.\n*...\n.*..\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.**.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n...*.\n***..\n.*...\n.**.*\n.*...\n.*...\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n****.\n...*.\n*.*..\n*.*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n***..\n*..*.\n.**..\n.**..\n.....\n...*.\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n**.**.*\n***..*.\n..***..\n...*.*.\n...*..*\n```\n\n\n## Output without wrap\n\n```\n***.**.\n...**.*\n*....*.\n.....*.\n.....*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.\n...**..\n.....*.\n.....**\n.....*.\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*.**.\n*****\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n..*.*\n***.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..*..\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n..*..\n*.*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n...........**\n...........**\n*..........**\n......*......\n.............\n.*...........\n.**..........\n..*....**....\n```\n\n\n## Output without wrap\n\n```\n.............\n...........**\n..........*..\n...........**\n.............\n.............\n.**..........\n.**..........\n.**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n...........**\n..........*..\n*..........*.\n............*\n.............\n.**..........\n.**..........\n.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**\n**.....*\n..*...*.\n........\n..*.....\n*.*....*\n```\n\n\n## Output without wrap\n\n```\n*.*...**\n..*...**\n***.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*.\n..*....*\n***.....\n.*......\n**.....*\n*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n........\n........\n........\n........\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n........\n........\n........\n...**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n*..*......\n.*.*......\n..***.....\n..*.......\n.*..**....\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..***.....\n.*........\n.*..*.....\n.**..*....\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..***.....\n.*........\n.*..*.....\n.**..*....\n.*........\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n****\n****\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**..*.\n.*.*..*..\n.*..*.*.*\n......*..\n......*..\n.........\n.........\n*.*.*.***\n.*......*\n```\n\n\n## Output without wrap\n\n```\n..***....\n**.*..*..\n..*...*..\n......*..\n.........\n.........\n.......*.\n.*.....**\n.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..**\n.*.*..*.*\n*.*...*..\n......*..\n.........\n.........\n.......**\n**.....**\n.**.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n.......\n......*\n..**..*\n.......\n.......\n*.*.*..\n.....*.\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n***.**\n**.**.\n******\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n*....*\n**...*\n.**...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n..**..\n*.*...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n.*..*.\n*.**..\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.*..\n*.*..\n..***\n...**\n.*.**\n**.**\n.*..*\n.*.*.\n**..*\n.*...\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.**.\n..*..\n.**.*\n.....\n**...\n**...\n.*..*\n.*.**\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.**.\n*.*..\n***..\n.....\n.*...\n.*...\n.*...\n.*.*.\n.*..*\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n...*\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..**\n...*\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**\n..*...*\n......*\n....**.\n...**.*\n***.*.*\n.......\n*...**.\n*..****\n```\n\n\n## Output without wrap\n\n```\n.....**\n......*\n......*\n..**..*\n.*..*..\n*...**.\n.*..**.\n..**.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n**.....\n*....*.\n..**..*\n....*.*\n....*.*\n....***\n..**...\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n....*...\n..*.....\n....*..*\n*.......\n......*.\n........\n........\n......*.\n..*..*..\n......*.\n*.......\n.*.*....\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.*......\n.**.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.*......\n***.....\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**...*...\n******..****.\n***..*.*....*\n*.***.......*\n........*.***\n........*****\n.........*.*.\n..........*..\n```\n\n\n## Output without wrap\n\n```\n........*....\n.....**....*.\n...***.**...*\n..****.**..*.\n..***........\n.......***...\n.........*...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...*\n.....**......\n...***.**..*.\n..****.**....\n..***........\n.......***...\n........*....\n*.......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.....\n.....\n.*..*\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n....*\n.....\n*.*..\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n**.**.\n.**...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*...*.\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*...*.\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n.*..**\n.*..*.\n***.**\n```\n\n\n## Output without wrap\n\n```\n.***.*\n**....\n......\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*........\n..*.........\n............\n............\n..*.........\n.*.*........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*........\n..*.........\n............\n............\n..*.........\n.*.*........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..**\n*..***.*\n*..*.*.*\n.*....**\n*..**..*\n...**.*.\n..****..\n....*...\n........\n*.....**\n```\n\n\n## Output without wrap\n\n```\n..**.***\n.*...*.*\n****.*.*\n****.*.*\n..***..*\n......*.\n..*.....\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n.*...*..\n.***.*..\n.***.*..\n*.***...\n......**\n..*.....\n....**..\n.......*\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**.*\n**.*\n.**.\n****\n****\n****\n**.*\n****\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**..\n*.*.\n*.*.\n*.*.\n.**.\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n*.**\n*...\n*...\n*.**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*...\n*...\n*.*.\n*.*.\n*.*.\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.**\n.*.**....\n**.*..*.*\n**.**...*\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n.*.****.*\n.....*.*.\n**.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.**\n.*.****..\n.....*.**\n...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n**.**.\n****..\n.**.**\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n.**.**\n....**\n.**..*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n........\n..*.....\n........\n........\n........\n........\n........\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**...\n**..*\n*....\n.....\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*.*\n....*\n**..*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n*...*.\n...***\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*....\n*....\n..*..\n***.*\n...**\n**...\n*....\n***..\n...*.\n.**..\n..***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n.*...\n*.**.\n.**.*\n...**\n**...\n..*..\n***..\n*..*.\n.*..*\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*..*.\n.*...\n..***\n***.*\n...*.\n**...\n..*.*\n***.*\n*..*.\n.*..*\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n*****\n....*\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.*.*\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n**....\n***...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n*.*...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n*.*...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...**\n..**.\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..**\n.*..*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.****\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..**\n.***.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n..**..\n......\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*....\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*....*\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n..*...\n......\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n****.*\n......\n......\n......\n.*...*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.***..\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n****.*\n***...\n......\n......\n*.....\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******.**\n****..*.*..*\n.**..***...*\n.***...**.*.\n.**.***.**.*\n**..****.*.*\n*...**.*...*\n****.*.**..*\n.......****.\n...**.*.*.*.\n..***.*.***.\n```\n\n\n## Output without wrap\n\n```\n.....*.**..*\n......**....\n........*...\n.........*..\n.*.........*\n...........*\n*..*.......*\n***.*......*\n*....**...**\n.**.*....*.*\n.....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n........**..\n........*..*\n*........*..\n...........*\n............\n.*.*........\n***.*.......\n*....**....*\n..*..*.....*\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....*\n.........\n.........\n.........\n.........\n**.*...**\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n*........\n.........\n.........\n*.......*\n*.*.....*\n...**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n.....*...\n.........\n.........\n.........\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.....*...\n.........\n.........\n.........\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**.*.\n.***.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n...*.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.*\n..*...*..\n.*.****..\n.**.**...\n..*....**\n**....**.\n..*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.**...*..\n*....*.*.\n**.......\n**.....**\n*..*...**\n*..*.*.**\n.*..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n**.......\n**.......\n**.....*.\n...*...*.\n*....**.*\n....**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**..*\n*..*.\n.****\n****.\n*..**\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n*....\n....*\n*....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*...*\n...**\n*****\n..*..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.....\n.....\n.....\n.**.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n....**\n*...**\n.....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n......\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*...*.\n*.....\n*...**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n***\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.*.\n...\n***\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n..*\n*..\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....\n..........\n...**.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n....\n.*..\n****\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*.\n.*....*.*\n.*....*..\n...*....*\n*.*......\n..***..**\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.**......\n*.*......\n.........\n*........\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*.*\n.*.*.*...\n*.*......\n*.......*\n..*....*.\n....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**\n*..*..**\n.*..****\n*****..*\n*.**.**.\n....*.**\n....**..\n........\n*.......\n.**.....\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n.***....\n........\n........\n.....**.\n.....**.\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n.*..*...\n..**....\n........\n........\n.....**.\n.....**.\n.....*..\n.**.....\n*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n....\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.***\n**.*.*.*..\n***.**.*.*\n*..*...***\n.*..**..*.\n..*....*..\n.....**.*.\n*......*..\n...*..*..*\n```\n\n\n## Output without wrap\n\n```\n......***.\n....*..*.*\n.......*.*\n.*.*.*.*.*\n.**.***..*\n..*.*.*.**\n.....**..*\n......***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.*..\n..*..*.*..\n.......**.\n.*.*.*.*..\n.**.***.*.\n.**.*.*.**\n.....**...\n.....*...*\n..***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.**..*..\n**.****.**.*.*\n*..**.*..**.**\n***..*..*..*.*\n**..**.****.*.\n***..*.**.**..\n*..**.*.*.**..\n..****.*.*.***\n*.*.*.**......\n...****.***..*\n**.*****.*.***\n**..*.***.*.*.\n...****.*..***\n```\n\n\n## Output without wrap\n\n```\n*......****.*.\n...........*.*\n......*......*\n..*..........*\n...***......*.\n..*.........*.\n*.............\n..*......*.**.\n.**........*.*\n*........***.*\n**...........*\n**........*...\n...**.*.**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*..\n...........*..\n......*.......\n..*...........\n...***......*.\n..*.........*.\n*.............\n*.*......*.***\n***........*..\n.........***..\n.*............\n.*........*...\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.***.\n*.*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.*.*.*.\n**...**\n***..**\n....*..\n..*.*..\n**...*.\n.*.....\n*......\n...**..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n**...**\n.......\n*.*.*.*\n..*.*..\n.*.***.\n***....\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.*...*.\n.......\n..*.*..\n*.*.*.*\n.*.***.\n***....\n.*....*\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****...**\n..*.*.***...\n.**.....*...\n............\n**.....*....\n..*....**..*\n..*....**.**\n```\n\n\n## Output without wrap\n\n```\n...**..*....\n.*..*...**..\n.......***..\n*..*...**...\n.**....****.\n......*....*\n.......**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..**.*.\n....**.*****\n.......***.*\n*..*...**...\n*.*....****.\n..**.**..***\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n.*.\n***\n...\n***\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n..*\n***\n...\n**.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n*..\n...\n***\n...\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*....\n*...*\n*...*\n.....\n***..\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n.*...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n.*...\n*...*\n.*...\n.*...\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n...*....\n..*.**..\n...***..\n.....*..\n......*.\n....*.*.\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...**...\n..*..*..\n....*.*.\n.....***\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...**...\n..*..*..\n....*.*.\n.....***\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.*.\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n***.\n.*..\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n..**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n..*.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*.*.\n........*...\n..........*.\n***...*.....\n..*.****.*..\n..*...**....\n****...*.*..\n*...........\n*.*.......**\n.*......**..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.*..........\n.*.*...*....\n.**....*....\n.**.....*...\n.****..*....\n*.**...**.*.\n**.........*\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....**...\n............\n.*..........\n.*.*...*....\n.**....*....\n.**.....*...\n..***..*....\n****...**.*.\n*..*.....**.\n***....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....**\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*********\n*********\n.*.*.**.*\n*********\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n**.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.**.*..\n.....*.\n***..**\n.*****.\n..*..*.\n...*..*\n...*..*\n***....\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n*..****\n*.....*\n*......\n.*...**\n..*****\n.*.*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.....*.\n...***.\n*......\n.......\n.*...**\n..*****\n.*.*..*\n***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...***\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*..*\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*..*\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*..*\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*.**\n.*.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n.*****\n*.****\n.***..\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...*\n******..*\n*..****.*\n...**.*.*\n***.***.*\n.**.***.*\n```\n\n\n## Output without wrap\n\n```\n.........\n**...**..\n**......*\n**......*\n*......*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.....***.\n.........\n.........\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**.\n.......**\n.........\n*...*..**\n*.......*\n........*\n*......**\n```\n\n\n## Output without wrap\n\n```\n......*.*\n......*.*\n......*..\n.......**\n........*\n........*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**..\n*.....***\n*.....*..\n........*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n...*.*\n....**\n...***\n*.*.**\n***.**\n**..**\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n.*....\n..*.*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n*..***\n*....*\n......\n......\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****...****.\n.*.*.**.*..***\n.......*.**..*\n*..***...****.\n.**.**....*.*.\n..***.***.*.**\n.**..*.....*.*\n*..***...**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.**..**..*\n.*.*.****....*\n..**...*.....*\n.***.**.*...**\n.*.....**.....\n......**.**..*\n.*.....**..*.*\n.*****....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.....\n.*.*.****....*\n..**...*......\n****.**.*...*.\n**.....**.....\n......**.**..*\n.*.....**..*.*\n*.....*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*..*\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*.**\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*.*..\n.***.\n.***.\n...*.\n.....\n..*..\n..***\n..***\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*....\n.....\n.....\n.....\n.....\n.**..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n**..*\n...**\n...**\n.....\n.....\n.....\n***..\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.**.\n.*..\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**..*.\n....*..*.*****\n...*...*.*.**.\n..*.....**.**.\n**........***.\n**........**.*\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n........**..**\n.......*.....*\n...*...*......\n.**.....**...*\n*.*..........*\n**........*...\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..**\n.......*.....*\n...*...*......\n.**.....**....\n..*...........\n.*........*..*\n*.............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n.....\n.....\n.....\n*...*\n*....\n....*\n.....\n..*..\n...*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n.....\n.....\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...**.\n.***..\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n**....\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**.**.\n.....*\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...*......\n...*......\n...*......\n..........\n..........\n......*...\n.*........\n*....*.***\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...*......\n...*......\n...*......\n..........\n..........\n.......*..\n.......**.\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*......\n...*......\n...*......\n..........\n..........\n.......***\n*......*..\n..........\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n**.***\n.*****\n******\n.*..**\n******\n*****.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*.....\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..**\n*...\n**..\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*.*.\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*..*\n*.*.\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n..*.**\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.**\n..*.**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n..*.**\n..*.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n...*.\n....*\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n.*.*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n..**\n.*.*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n...*\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n.....\n.....\n.....\n*...*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n.....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n..***\n...**\n*.***\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*......\n....*........\n..*.......*..\n.....*.**.**.\n...........*.\n.........*...\n.......*.....\n.*....*.***..\n.*...*.....**\n.*..*.....*..\n.....*.....*.\n...*...*...*.\n```\n\n\n## Output without wrap\n\n```\n.............\n..........*..\n.........*.*.\n............*\n........**.*.\n........***..\n......**..**.\n.*....****.*.\n.*..**.**...*\n.*.***....*.*\n....**....**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.......\n...**.....*..\n.........*.*.\n............*\n........**.*.\n........***..\n......**..**.\n.*....****.**\n.*..**.**....\n**.***....*.*\n...**.....***\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.*...\n.*...\n..**.\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.*...\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n.....*\n*.....\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n*..*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*...*\n..*.*\n..*.*\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**.*\n.**.*\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n..***\n..*.*\n*.*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n.*.**\n****.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n**...\n...**\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.***\n.*...\n...*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*.*..\n....*\n.****\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*.*.*\n.**.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******\n*********\n*********\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.**\n...*......\n..*..**...\n..*...*...\n..*...*...\n**.*.*..*.\n.***.....*\n..*......*\n.*.*....**\n**.*.***..\n.*..*....*\n*...*...**\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.*..*..\n..**.**...\n.***..**..\n..**.***..\n*..**.....\n*..**...**\n.........*\n**.**.****\n**.*.***.*\n.****.**.*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.**.\n***.*..*.*\n..**.**...\n.***..**..\n..**.***..\n*..**....*\n...**...**\n.........*\n.*.**.****\n.*.*.***..\n.****.**..\n....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n*..*.*\n......\n......\n....*.\n...***\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...***\n...*.*\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*....*\n......\n......\n...***\n...*.*\n*.**.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*.*.*\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*.*..\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*.*\n***..\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n...*.\n.*.*.\n..***\n...*.\n*...*\n.*...\n.*...\n..**.\n.*.**\n..*..\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.****\n*....\n.....\n....*\n..*..\n.....\n**...\n.*...\n.*.**\n.*..*\n.*..*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n.....\n....*\n*.*..\n*...*\n.*...\n.*...\n**.**\n.*..*\n.*..*\n..**.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n.*.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n....\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n**..\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n....**\n..****\n...*..\n...**.\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n..*..*\n.....*\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n..*..*\n.....*\n..*..*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*.*\n..*..*...\n...***...\n.........\n...*.*.*.\n..***....\n.*.*.....\n....**...\n....***..\n.*.....*.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*....*..\n...*.....\n.....**..\n..***....\n.........\n.........\n....*.*..\n....*.**.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n**......*\n...*.....\n.....**..\n..***....\n.........\n.........\n....*.*..\n*.*.*.*.*\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*..**..*\n..***.**\n**.*..**\n*......*\n........\n*......*\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.*...**.\n*.......\n..*.***.\n***.***.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n**...**.\n*.....*.\n..*.**..\n..*.**..\n*......*\n*......*\n.*....*.\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n.*..*.\n**....\n***..*\n**....\n**.**.\n...*..\n.*.*.*\n..*.*.\n..****\n*.**..\n.*...*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.***..\n...*..\n...*..\n.*..*.\n**....\n**.*..\n**....\n......\n......\n....**\n.*...*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.****\n...***\n...**.\n.*....\n.*....\n.*.*.*\n.*..*.\n*.....\n.*...*\n*....*\n.*..**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n....\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n....*.\n...**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.**.\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**...\n..*.*...\n..*.*...\n....*.*.\n....*.*.\n*.*.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.**.**..\n.**..*..\n....*...\n...**...\n..***...\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..\n....**..\n....*...\n...**...\n..***...\n**.*....\n*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..**......\n..**......\n..*.......\n..........\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..**......\n.*........\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..**......\n.*........\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n...*..*.\n***.....\n........\n........\n........\n**....**\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.**.....\n.*......\n........\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.**.....\n.**.....\n.*......\n........\n*......*\n*.....**\n*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n.**.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n.*....*..\n..*...*..\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.**......\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.....\n......\n......\n......\n......\n......\n......\n......\n......\n..*...\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n...\n...\n...\n.*.\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n***\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n...**\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****....\n....*****...\n*.**....*...\n****.......*\n.....*.....*\n```\n\n\n## Output without wrap\n\n```\n............\n.....*..**..\n....**.*....\n*.****......\n.***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n........**..\n*...**.*...*\n.*.*..*...**\n*.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.**\n.****...\n....*.*.\n..**..**\n..*.**..\n..*.*..*\n*...*..*\n....*...\n```\n\n\n## Output without wrap\n\n```\n.....**.\n...**..*\n.***....\n..*.*...\n.**.*..*\n.**...*.\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n*....***\n.***....\n..*.*...\n..*.*...\n..*.....\n...**...\n*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n........\n.*......\n..*.....\n........\n........\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*....*\n******\n..*...\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*..*\n..****\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n.*****\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n*.......**\n*....*....\n*....*....\n.....*....\n..........\n..*.......\n..*.*.....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n**........\n....***...\n..........\n..........\n...*......\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n*.......*.\n**........\n....***...\n..........\n..........\n...*......\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...**.*\n.....*...*..\n.........*..\n..*.....***.\n..*....***..\n..**....**..\n............\n```\n\n\n## Output without wrap\n\n```\n........***.\n.........*..\n............\n.......*..*.\n.**....*....\n..**...*.*..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***.\n.........*..\n............\n.......*..*.\n.**....*....\n..**...*.*..\n...*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*.*.....\n..*.*.....\n..*.*.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**.**....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.**.**....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n**....\n......\n......\n.*....\n***...\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n.*....\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n**....\n......\n.*....\n*.*...\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****\n******.\n*****.*\n..*****\n***..**\n**.****\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n*.....*\n.......\n*......\n*..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..**.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n*******\n***.***\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n...*.*.\n.*...*.\n.*..*..\n.******\n```\n\n\n## Output without wrap\n\n```\n....**.\n.....**\n..*..*.\n**....*\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.....**\n..*..*.\n.*....*\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*****\n***..\n*****\n*.***\n***.*\n*****\n***.*\n***.*\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..***.*\n..***.....\n..******..\n........*.\n.**......*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.****.....\n.**.*.....\n....*...*.\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.*.\n.*..*...**\n.**.*.....\n...**....*\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n....*...\n**..*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*..*\n*.*.\n.***\n*...\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n*...\n*.**\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*.*\n....\n.*.*\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*\n*.**.*.\n...*...\n**.*...\n.**..*.\n*...*..\n```\n\n\n## Output without wrap\n\n```\n*..**..\n*......\n*..*...\n**.**..\n..***..\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*......\n*..*..*\n**.**..\n..***.*\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n..*.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n..*.\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......*.*.\n........**.*..\n.**...*.**....\n*.**.***......\n***.**.*.....*\n*.......*.....\n...**..**..*..\n..*...*...***.\n.**.***...*.*.\n```\n\n\n## Output without wrap\n\n```\n.........***..\n.*.*...**..*..\n.***.**..**...\n*.............\n*.*.**.**.....\n*.*..**.*.....\n...*...******.\n.**...*..**.*.\n.***.**...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****....*.*.\n.*.*...**..*..\n.***.**..**...\n.............*\n..*.**.**....*\n*.*..**.*....*\n...*...******.\n.**...*..**.*.\n.*..***..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n...*...*..\n.*......**\n..*.......\n.....*..*.\n**.**.....\n*....*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.........*\n..*.....*.\n........**\n.****.....\n**..***...\n**..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.**\n..........\n..*.....*.\n........**\n.****.....\n**..***..*\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n........\n**.*.*..\n....*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...*....\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*....\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n***\n***\n***\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n***\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n**.**\n..**.\n*.*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n**.**\n**..*\n*....\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**...\n.....\n*.*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.***\n**..\n.*.*\n.*..\n..*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n***.\n*..*\n.*..\n.*..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.***\n....\n.*..\n**..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*.***.\n......\n......\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n...**.\n..***.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n....*.\n..***.\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.*..*\n.*...*\n......\n......\n......\n......\n..*...\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n.*...*\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..\n.....*..*.\n......*...\n.......**.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n......*...\n.....*.*..\n......*.*.\n.......*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.....*.*..\n......*.*.\n.......*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*.*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n...*.*.\n.......\n...*...\n.*..***\n*......\n*....**\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n...*...\n...*...\n....*.*\n....*.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....*..\n....**.\n...*...\n*..*..*\n.*..*..\n**..**.\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...****.\n.*.******.\n..*..***.*\n.*..*.....\n**...*.*.*\n*.*.....**\n***....**.\n.****.*.*.\n*..**...**\n.....*****\n..........\n...**.....\n..***.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*.*......\n..........\n*.........\n*.*.....*.\n..........\n.....*....\n..........\n..........\n....*.....\n........*.\n.......*..\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**\n.........*\n........*.\n..........\n..*.......\n..........\n.....*....\n..........\n**........\n**..*...**\n........*.\n....*...*.\n.***.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.**.......\n........*.\n*.**...*..\n**......**\n.........*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*......\n*.*....*.*\n***.....**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...*......\n*.*....*..\n.**.....*.\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*...*\n*.*.......\n.**.......\n.......*..\n..........\n****......\n*..*.....*\n...*.*..**\n```\n\n\n## Output without wrap\n\n```\n..........\n*.**......\n.**.......\n..........\n.**.......\n****......\n*..*....**\n....*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...*.\n*.**.....*\n.**.......\n..........\n.**.......\n****.....*\n...*....*.\n.***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n***.*\n...*.\n.....\n.*...\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n.*.*.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n...**\n...*.\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n....*.\n*...**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..\n.*......\n.*..****\n.*.....*\n....**..\n........\n........\n.......*\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n**......\n.**.*...\n***..***\n.......*\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n.**.*..*\n.**..***\n.......*\n........\n........\n........\n.......*\n**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**...\n*****\n.....\n.....\n.....\n.*.**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n....*\n.*.*.\n..*..\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n.....\n**...\n*****\n....*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.\n*...*...\n*...*.*.\n......*.\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n....*...\n....*...\n....*...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n........\n*...*...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n......\n......\n******\n......\n......\n......\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*..*.\n*....*\n*....*\n*....*\n.*..*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*...**\n**..**\n***...\n.**...\n```\n\n\n## Output without wrap\n\n```\n....**\n**.*..\n..****\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*.*..\n..***.\n...*..\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n..**.\n.*.*.\n***..\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*...*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*****.\n..**..*...*\n****.....*.\n***.*..***.\n...***..*.*\n**...****..\n.**.**.**..\n*..*.*.*..*\n...*....*.*\n....*..**..\n.....**....\n..*..*.***.\n```\n\n\n## Output without wrap\n\n```\n....*..***.\n...*......*\n....*..****\n....*.*.***\n**.........\n.*.*.......\n*..**......\n...*..***..\n..**.....*.\n...*.....*.\n.........*.\n....***.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...*\n....***....\n....*..**..\n....*.*.*..\n*..........\n**.*.....*.\n...**....*.\n.*.*..***..\n.***.......\n...*.......\n.......*...\n...*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n......\n*...*.\n*...*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n..**..\n....*.\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n..**..\n..**..\n......\n******\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*...*\n**.***.**.*.\n*.....**....\n.*......*.*.\n*...**..**..\n.**...*.**..\n*....*..*.*.\n..**....**..\n..*.*...***.\n*.**....*..*\n......**....\n*...........\n........*...\n.**....*....\n```\n\n\n## Output without wrap\n\n```\n****.****...\n*.......*...\n*.*.........\n*.**...*....\n..*.*..*.*..\n******...***\n*....*......\n..*.*.......\n....*..***..\n.***...***..\n.*.....**...\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..**....\n...*...*....\n*.*........*\n..**...*....\n..*.*..*.**.\n******...**.\n.....*....*.\n*.*.*......*\n....*..***..\n.***...***..\n.*.....**.**\n.*..........\n***....**...\n***....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n...\n***\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n****..\n*.....\n****..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n****..\n......\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n****..\n.....*\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..**\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*.*.\n**..\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*....\n*...*\n.....\n.....\n.*...\n.*...\n*.*.*\n.*...\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*...\n*.*..\n..*..\n*....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*...\n**..*\n.....\n.....\n.....\n.**..\n*.**.\n.*..*\n....*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........*\n.*........*\n.*.*.*...*.\n.*.*.*....*\n**........*\n...........\n```\n\n\n## Output without wrap\n\n```\n**.........\n.*.......**\n**.......**\n.*.......**\n***........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*\n.*.......**\n.*.......**\n.*.......**\n.**.......*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.*\n***.**.***\n.....*.**.\n**..****..\n*.****.*.*\n****.*****\n*****.***.\n*.*****...\n*.*******.\n*.***.****\n.**...****\n*****.*.*.\n..*****.**\n**.***.*.*\n```\n\n\n## Output without wrap\n\n```\n*......*.*\n*........*\n..**.....*\n***.......\n.........*\n.........*\n.........*\n*.........\n*........*\n*.........\n..........\n*.........\n.........*\n.*.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..**......\n***.......\n..........\n..........\n..........\n*.........\n*.........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*...\n....\n....\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n*...\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..**..\n....**\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*.*\n....*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*.*\n....*.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..*.*\n.*....*.*.\n**......**\n...*..*...\n*****.*...\n..*..*.*.*\n...****...\n**.***..*.\n....***.*.\n....*...*.\n*..*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.**.......\n***.....**\n...***.*..\n.*..*.**..\n.......*..\n.*.....**.\n..*.......\n......*.**\n...*....**\n....*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**...*\n.**.......\n***.....**\n...***.*..\n**..*.**..\n*......*..\n**.....***\n..*......*\n......*.*.\n...*....*.\n*..*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.....***..\n.....***..\n.....***..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n......*...\n.....*.*..\n....*...*.\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......*...\n.....*.*..\n....*...*.\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..*.\n.....\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*..*.\n....*\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....**.\n..*.**.\n.**....\n```\n\n\n## Output without wrap\n\n```\n....*..\n..**.*.\n.*...*.\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**.*.\n.*...*.\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n.**.*..\n..*.***\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.****..\n.*....*\n..*.*.*\n.*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.*....*\n*.*.*.*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.\n*****.*\n.**....\n...*.*.\n*...*.*\n.*.*.**\n*..**..\n****.*.\n*....**\n```\n\n\n## Output without wrap\n\n```\n...***.\n.*.**..\n*.*..*.\n.*...**\n*.....*\n*..*.**\n*...*.*\n*.**...\n..*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n*.....*\n..*....\n.......\n.....*.\n.*.*...\n.*..*..\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n****\n....\n....\n....\n....\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n.*.*\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n****\n....\n****\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.....\n.**.*\n*.***\n*...*\n**.**\n.*...\n*...*\n****.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.**.*\n*.*.*\n*....\n*****\n.****\n*..*.\n*.*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n..*.*\n.**.*\n..*..\n.....\n.***.\n.***.\n...**\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..*.\n**...\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*.*.*\n****.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..**.\n*****\n...*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n**.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n**.\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.**..\n.*.**\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n**...\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n.*...\n.*.**\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n**.***\n**.**.\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*\n....*.*.\n.**.**..\n.****...\n...*....\n.*......\n*.......\n*....*.*\n.....*.*\n.**.**.*\n**...***\n**......\n*..**...\n**.**...\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.*.**.*.\n.*......\n.*...*..\n.*.**...\n........\n**......\n........\n.*...*.*\n***.*..*\n....**.*\n..*.***.\n...**...\n*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.***\n**.**.**\n.*......\n.*...*..\n.*.**...\n........\n**.....*\n*......*\n.*...*.*\n.**.*...\n....**..\n..*.***.\n...**..*\n.***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n...........*\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*....\n......*...\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n.....**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n...*.*.\n.*.*...\n.****.*\n..*.*.*\n****.*.\n.....*.\n*.*.*.*\n*.*.*..\n***..**\n```\n\n\n## Output without wrap\n\n```\n...**.*\n..**...\n.*.*.**\n**...*.\n*..**.*\n***.*..\n.***..*\n.*.**.*\n..*.*..\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n*..*...\n*..*.*.\n.*...**\n...****\n***.**.\n..**.*.\n...**.*\n.*...*.\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**..\n..*.***..\n.**....**\n.**..*.*.\n..**.....\n.........\n```\n\n\n## Output without wrap\n\n```\n...***...\n....*..*.\n...*.**.*\n..**..*.*\n..*....*.\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n....*..**\n**.*.**..\n..**..*..\n**.*...**\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n.**....\n.*.**..\n..****.\n..**.*.\n....***\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*****..\n.*...*.\n.*...*.\n..*....\n...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n*****..\n.*...*.\n.*...*.\n..*....\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*.**\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*...\n..*.**..\n***.**..\n```\n\n\n## Output without wrap\n\n```\n.**.**..\n........\n.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n.*.**.\n.****.\n```\n\n\n## Output without wrap\n\n```\n....*.\n****.*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.**...\n..*...\n.*.**.\n**..*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n......\n**.**.\n***...\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n.***..\n......\n**.***\n.**...\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n......\n...*..\n*...**\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n...**.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n....**\n...***\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.**..*.\n.....***.***.\n........**...\n....*.....*..\n...*..*...*..\n......**...*.\n```\n\n\n## Output without wrap\n\n```\n....***.*.*..\n.........*.**\n.....***..**.\n........***..\n.....*.*..**.\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*..*\n....**.**..*.\n.....***..**.\n........***..\n......**.....\n....*****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..***.........\n.*..*.*.......\n.*.**.*.......\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..**..........\n..***.........\n.*...*........\n..**..........\n...*..........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..**..........\n..***.........\n.*...*........\n..**..........\n...*..........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n**...*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*...**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n...**.*.\n....*.**\n**.*...*\n*..*....\n.*.*..**\n*.**.**.\n```\n\n\n## Output without wrap\n\n```\n....**..\n...**.**\n........\n*.......\n........\n*.......\n**.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**\n..***.**\n.*....**\n.*....**\n.*....**\n......**\n**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*....\n.*....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*....*\n.*..*.\n.*..*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**..**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n.*..*.\n.*..*.\n*....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.........*\n..**......**.\n.*..........*\n.*****.......\n.............\n****.**......\n*...*..*.....\n....***....**\n*.*.*..*...*.\n.**.......**.\n```\n\n\n## Output without wrap\n\n```\n..**.......*.\n.***.......**\n.*.........*.\n.****........\n*.....*......\n*******......\n*.*....*.....\n.*..*.**...**\n..*.*.*......\n.***......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n****.......**\n**.........*.\n*****........\n*.....*......\n*******......\n*.*....*.....\n**..*.**...*.\n*.*.*.*......\n*.*.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n.*.\n***\n..*\n**.\n*.*\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n.*.\n..*\n..*\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..**.\n*..*..*..\n...*..**.\n```\n\n\n## Output without wrap\n\n```\n......**.\n..****...\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****...\n..****...\n..****...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n**..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n**...*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*..*\n.*.*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*..\n..**\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n.*.*.*\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n......\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*.*\n......\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n...\n.*.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n**.\n**.\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*..**.*.\n.....*.*..*..\n..**....*..*.\n.**....*...*.\n```\n\n\n## Output without wrap\n\n```\n.....**.****.\n.*...........\n*..*..*.****.\n.*.*...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****...*...\n**..**......*\n****.*.......\n**..**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n****\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.**..\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.***.\n.....\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n..*...\n......\n......\n......\n......\n......\n......\n.*....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n......\n......\n......\n......\n......\n......\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****.....\n..**.**.*....\n...**...**...\n...**..**....\n...**..**....\n..***...***..\n..**......*..\n**..*...****.\n```\n\n\n## Output without wrap\n\n```\n..**....*....\n..**...***...\n........**...\n.....**......\n......*......\n.............\n..*.....*..*.\n..*.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n........***..\n........**...\n.....**......\n......*......\n.............\n*.....*.....*\n.*.....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*.*\n.**..\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*..**\n*..**\n*...*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....*.\n*..*......*\n*.**.*.....\n.**.....**.\n**.....*...\n...**.*...*\n....*......\n..***......\n....*.*...*\n.....***...\n....**....*\n..****..***\n*..*....**.\n```\n\n\n## Output without wrap\n\n```\n...........\n*.**.......\n*..**....*.\n...*....*..\n**.*...***.\n...***.....\n..*........\n....*......\n....*.**...\n.......*...\n.......**.*\n..*..*..*.*\n..**....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**...**.\n*.**.......\n*..**....*.\n...*....*.*\n**.*...****\n*..***.....\n..*........\n....*......\n....*.**...\n.......*...\n.......**.*\n*.*..*..*..\n***..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***..**\n...**.*.*..\n...........\n*..*......*\n*.*.....*.*\n..*...**..*\n.*....*.*..\n.*****.....\n...***...*.\n.....**....\n.*.****....\n....*...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.**.*.\n...**.**.*.\n...**......\n.*.......*.\n..**...*..*\n..*...*.*..\n.*..*.*....\n.*....*....\n...........\n..*........\n...*..**...\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.*\n...**.**.*.\n...**......\n**.......**\n..**...*...\n..*...*.*.*\n**..*.*....\n.*....*....\n...........\n..*........\n...*..**...\n*.*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*....*\n..........\n.......***\n*.........\n.***...*..\n....*....*\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*.......*\n........*.\n.**....*..\n.***......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.....*\n.*........\n........**\n***....*.*\n****......\n....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n....**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n....**\n*..*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*.\n.........*\n***......*\n*.**.***..\n*..*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.***...***\n*..**.*.**\n*....*....\n.***...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*..\n.**.......\n**.**.*..*\n.*.*.*.*..\n****.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*.*....\n.**....\n.......\n.......\n....*..\n...***.\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.**....\n.......\n.......\n...***.\n...*.*.\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n.**....\n.......\n.......\n...***.\n...*.*.\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*...*\n*****\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*.*.*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*..*.\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n.......\n**....*\n.*.*...\n*..*...\n*.*....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*....\n..*....\n.......\n***....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***....\n..*....\n......*\n***....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.*.***\n**..*.\n***.**\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n...*.*\n......\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n***\n**.\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*.**.*\n*.*.*.\n****..\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.*..*\n**..**\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n*....\n.....\n.....\n..**.\n.....\n.....\n...*.\n*....\n.*..*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n****.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n.****\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*\n...**..\n***....\n```\n\n\n## Output without wrap\n\n```\n.****..\n....*..\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....*.*\n....*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n*.*...*.\n**..*.**\n...*..*.\n***.****\n**.*.*..\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n*.**..*.\n****..**\n...*....\n*......*\n*..*....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******\n*.**..*.\n****..*.\n...*....\n........\n...*....\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n**.\n***\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*****.\n...**....*...\n*...*........\n*.......**...\n.*....*....*.\n......*.**.*.\n*.**..**...*.\n.....**.***..\n..**...*.....\n...*...*.....\n```\n\n\n## Output without wrap\n\n```\n...*.*..***..\n..*..*.......\n..**.*..**...\n.............\n*.*..........\n...........**\n.**.*.***..**\n..*.**..***..\n.*...*...**..\n..*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.....\n.....*.......\n*.**.*..**...\n*...........*\n..*........**\n*..........*.\n***.*.***..**\n..*.**..****.\n.*.....*.....\n..*...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****.\n*.***..**\n*********\n```\n\n\n## Output without wrap\n\n```\n*.*.*****\n.........\n*....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.....\n.**........\n.*.*.***.**\n...**...***\n.*.........\n..........*\n...*.....*.\n*...**....*\n```\n\n\n## Output without wrap\n\n```\n..**.......\n.*...**....\n...*....**.\n..**....*.*\n....****.*.\n.........**\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....*\n...*.*....*\n.*.*....***\n..**....*.*\n*...****.**\n*..........\n..........*\n..**.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...*\n***.....*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..***\n.***..***\n.***..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*...*\n.*....*...*\n.*......***\n*...*.*....\n.*....*....\n......*....\n*...***....\n..*.*......\n```\n\n\n## Output without wrap\n\n```\n.**........\n**.....*..*\n**...*.*.**\n**...*.*.*.\n......**...\n......**...\n...**.*....\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*.....\n.*.....*..*\n.*...*.*.**\n**...*.*.**\n......**...\n......**...\n...**.*....\n*.*.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n*.*.\n**.*\n.*.*\n***.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n..**\n.***\n....\n**.*\n**.*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n*.*.\n....\n....\n....\n.*.*\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*..\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.....\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n*.....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*...**\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*...*.\n*...*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.*...\n.....\n**..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.....\n.*...\n.*..*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n......**..\n.......*.*\n..*.....*.\n..*.......\n........*.\n.....*....\n.....**...\n.....**...\n.....*.*..\n.....*....\n..........\n...*......\n```\n\n\n## Output without wrap\n\n```\n.......*..\n......*.*.\n......*...\n.......*..\n..........\n..........\n.....*....\n....*.*...\n...**.....\n....***...\n.....*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*..\n.....**.*.\n......*...\n.......*..\n..........\n..........\n.....*....\n....*.*...\n...**.....\n....***...\n.....*....\n..........\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n....*\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*..*\n*....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n......*.*\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n...\n*..\n..*\n...\n.*.\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n...\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n***\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n...\n..*\n...\n.**\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n*.***.\n**.*.*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*....*\n*....*\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..*.\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***\n*.*******\n*********\n******..*\n**.****.*\n******.**\n*********\n**.****.*\n*********\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n..*..*\n*.**..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..****\n.....*\n..*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*....*\n*.*.*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..*.\n***..*.*.*\n..****.*.*\n****.**.**\n*.**..**..\n*.**.**.**\n.*.**..*..\n.*..*.....\n*....*...*\n```\n\n\n## Output without wrap\n\n```\n***...*.*.\n*....*.*.*\n.......*.*\n*........*\n*.........\n*....*..*.\n**....***.\n******....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..*.\n.....*.*.*\n.......*..\n..........\n..........\n*....*..**\n.*....****\n.*****....\n**..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....**\n*.**..*...\n.*.....*..\n...*.****.\n..*.*...*.\n....*..**.\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*.....**.\n.*......**\n..*...****\n..*...*..*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*...*.\n*....*.**.\n.*......*.\n..*...****\n.*....***.\n***.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.\n****.*.\n*.**.*.\n.*...*.\n..*****\n*.*..**\n*****..\n*.****.\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n*.*...*\n**..***\n.*.**..\n.**....\n.*.....\n**...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n**...*.\n*...*..\n**.**.*\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*.*..\n*..*.......*.\n**..*...*...*\n*...*....*...\n....*.....*..\n...*......*..\n..*.....*.***\n*.......*....\n.**....*.***.\n.........*...\n.........***.\n```\n\n\n## Output without wrap\n\n```\n.*...........\n*.**.....*.*.\n**.**........\n**.***...*...\n...**....**..\n...*......*..\n..........**.\n..*....**...*\n.*.......**..\n.............\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n..**.....*.*.\n.*.**........\n**.***...*..*\n...**....**..\n...*......*..\n..........***\n*.*....**....\n.*.......**..\n.............\n........*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....*...\n..**.*....*...\n..*..**.**....\n...*.*..***...\n..***.........\n```\n\n\n## Output without wrap\n\n```\n..***.........\n..*..**...*...\n..*..****.....\n.....****.*...\n..***....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*........\n..*..**...*...\n..*..****.....\n.....****.*...\n..*..*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n......\n......\n......\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*...\n...***...\n.*....**.\n*..**.**.\n.**...***\n.**...*..\n**.*...*.\n***...***\n....*.***\n***.**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.*...\n.*.***...\n..*....*.\n*..*.....\n*.......*\n...*..*.*\n...*....*\n*.**.*...\n....*....\n.*.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.*.***...\n..*....**\n*..*.....\n........*\n...*..*..\n...*.....\n..**.*...\n....*....\n*.*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n***.\n..**\n..**\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n....\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...*....\n......*..*...\n...**...*..**\n*.*.*..**....\n..........*.*\n..*....**..*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*.***...\n...***..**...\n....*..***..*\n.*.*.....*.*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....**...\n.....*.***...\n...***..**..*\n*...*..***...\n.*.*.....*.**\n...*...***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n*..\n..*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*..\n......*...\n.......*..\n...*....*.\n**....**..\n....*....*\n*..*.*..*.\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n.......*..\n......*.*.\n.......**.\n**..*****.\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n......**..\n.......*..\n......*.*.\n*......***\n.*..******\n....**...*\n....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n**.\n.**\n**.\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*..\n..*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.**\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n****.***.*\n*****.****\n**********\n**.*******\n**.*****.*\n***.*****.\n**********\n**********\n***.******\n**********\n**********\n**********\n*****.****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n.***\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n.*..\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n.........**...\n.........**...\n..............\n..............\n............**\n............*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.........**...\n.........**...\n..............\n..............\n............**\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.........**...\n.........**...\n..............\n..............\n............**\n............**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n..*.*.\n.**...\n*..**.\n*.***.\n*.*.*.\n*.*.**\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n.*..**\n..*.**\n.**.*.\n*...*.\n*.*..*\n*.*...\n*.*.**\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*.*.\n.**.**\n*...*.\n*.*...\n*.*...\n*.*.*.\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n****.\n.*.*.\n*.***\n*****\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*..**\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*******\n***.*******\n***********\n*.******.**\n*******.***\n*****.*****\n***********\n*******.*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**..*.\n*****.****.\n**.*.*..*..\n*.***.....*\n*..*.*.*...\n```\n\n\n## Output without wrap\n\n```\n...........\n.......***.\n.....***...\n.**.****...\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n........**.\n.....***.*.\n....*..*...\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.*.*\n****.*****.\n*..**.*****\n********.*.\n.*****.****\n*********..\n.**********\n********..*\n```\n\n\n## Output without wrap\n\n```\n*.......*..\n*..........\n..........*\n*..........\n..........*\n*..........\n..........*\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.**..\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*.**\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n**...\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**.**.**\n*...****.**...\n.*...**.......\n*....*...*....\n*..*..*.*..**.\n..*.*..**.*.*.\n*...*.**..*.**\n```\n\n\n## Output without wrap\n\n```\n........**.*..\n**.....*......\n..*.****...*..\n...*..........\n.*.*..*.*.**..\n..........*..*\n....******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*..*.\n...**......***\n..*.****...**.\n...*........**\n...*..*.*.***.\n...**..*..*..*\n...**....*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.....\n.***.\n****.\n*....\n...**\n.*..*\n.***.\n.***.\n.....\n.....\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n*..*.\n*..*.\n*...*\n...**\n.*..*\n*...*\n.*.*.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*..*\n*..**\n*..*.\n*....\n...**\n.*..*\n....*\n.*.*.\n..*..\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*......\n..*.....\n*......*\n.....*..\n.*.*....\n*..***.*\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..*..*..\n..*.....\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n**......\n.*.....*\n*.*..*..\n*.*...*.\n**..*..*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n.**\n...\n...\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n***\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n......\n......\n......\n......\n......\n.**...\n......\n*.**.*\n******\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*..*.\n..**..\n......\n......\n......\n......\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n......\n......\n......\n......\n......\n......\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n****\n...*\n***.\n*.*.\n**.*\n*..*\n....\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*..*\n*...\n..**\n.*.*\n*..*\n***.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n..**\n.***\n..**\n....\n....\n..*.\n..*.\n.*..\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**********\n**********.*.\n***.**..**.*.\n.***.**.***..\n.***.*****...\n..***********\n***.*.*.***.*\n.**..*.***.**\n****.**.***..\n.********.***\n*..***..****.\n..***.**.****\n***.*.***.***\n.**.*******..\n```\n\n\n## Output without wrap\n\n```\n*..........**\n.............\n...........*.\n.............\n.............\n*...........*\n*............\n............*\n*............\n............*\n.............\n*............\n*...........*\n*.*.*.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n...........*.\n.............\n*............\n............*\n.............\n.............\n.............\n.............\n*............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....**.\n.......\n....**.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n**.\n***\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n......\n......\n......\n......\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...*..\n......\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n.....\n****.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n...*.\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*\n.....*..\n.....*..\n........\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n.*.**\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n.....\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.***\n*....\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n.**.......\n.*........\n..........\n..........\n..........\n..........\n..........\n***.......\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.........\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.**.......\n.*........\n..........\n..........\n..........\n..........\n.*........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n..*...\n......\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n**.**\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n*.***\n*...*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**.*.\n***....***\n********.*\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n..**..*.**\n*........*\n*...****.*\n..*.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***.*.\n..........\n....****..\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.**..**\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.*****.\n.*....*\n..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*.**\n.*...\n**.*.\n.*.*.\n..***\n....*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..***\n...**\n.*.**\n**...\n**...\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..**\n.*.*.\n**..*\n.*...\n*.*.*\n*.*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*...\n**.**\n.**..\n..***\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*..*.\n*....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.**..\n...**\n.....\n....*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**.**\n.*.**.**..\n*..**.*..*\n.**.****.*\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n*.*....**.\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..........\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n****..\n......\n......\n..*.*.\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n.****.\n.**...\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n******\n******\n.**...\n......\n**...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n**.....**\n.*.....*.\n*...*...*\n**.*****.\n*.****...\n.**..*.**\n```\n\n\n## Output without wrap\n\n```\n.......**\n**....*..\n...*...*.\n*.**..*.*\n*..*...**\n*....*...\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*..*\n.**...**.\n.*.*.....\n..**..**.\n...*.....\n.....*..*\n.**..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**..*.\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n**....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n**...\n**...\n*....\n..**.\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n.....\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n....*\n*.*.*\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....**\n...*..\n.....*\n...**.\n......\n....*.\n...*.*\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n....*.\n....*.\n...***\n.....*\n...*.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n....*.\n....*.\n...***\n.....*\n...*.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*...*\n*..**......*\n..*.**.*...*\n..*.*..*****\n....*......*\n****...*..**\n***...*..***\n....*****.*.\n...****...*.\n```\n\n\n## Output without wrap\n\n```\n...**.......\n..*...*...**\n.**..***.*.*\n....*.****.*\n....*..*....\n*..*.....*..\n*...*.......\n.**.....*...\n...*.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*...**\n*.*...*...**\n.**..***.*..\n*...*.****.*\n....*..*....\n...*.....*..\n....*.......\n***.....*...\n........****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.**.\n**...\n***..\n*...*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**..\n.***.\n..**.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n***..\n.***.\n..*.*\n*.***\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n...**.....\n..*.*.....\n..*.......\n**........\n*.****....\n```\n\n\n## Output without wrap\n\n```\n...*......\n..*.*.....\n.**.*.....\n.**.*.....\n....*.....\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..*.**....\n.**.*.....\n.**.*.....\n....*.....\n*.*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n.**.**\n.*...*\n......\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n......\n......\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.**.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***\n**.*..*.\n*..*....\n**...*..\n.*....*.\n.*...***\n*....**.\n```\n\n\n## Output without wrap\n\n```\n.*******\n**.*.***\n....*...\n***.....\n.**....*\n**.....*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n**.*.**.\n....*...\n***....*\n.**.....\n.*......\n***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n**.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n*....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n**.***\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.......\n***..*.......\n*******.....*\n*..*........*\n....*........\n.....*.......\n....*........\n.*.*.***.....\n..***.**.....\n.......*.....\n.............\n```\n\n\n## Output without wrap\n\n```\n.*****.......\n*............\n.....**......\n*............\n....*........\n....**.......\n....*........\n.......*.....\n..***...*....\n...*..**.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.......\n............*\n.....**......\n............*\n....*........\n....**.......\n....*........\n.......*.....\n..***...*....\n...*..**.....\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n......\n......\n.....*\n......\n......\n......\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n......\n......\n......\n......\n......\n......\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.*...\n.*...\n*.*..\n*....\n**...\n..***\n..*.*\n*****\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n**...\n***..\n*....\n*....\n****.\n..*.*\n.....\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**...\n***..\n*....\n*...*\n****.\n..*.*\n.....\n*...*\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*****\n..*.*..*.*\n*.***.****\n*..*.****.\n**..**.***\n....*...**\n```\n\n\n## Output without wrap\n\n```\n.******...\n....***.*.\n.*........\n*.*.......\n**..*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.....\n...*......\n..........\n.**.......\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n**..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*..**\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...**.\n*****.\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..*.\n....\n....\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..*.\n....\n....\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n.*.....\n....*.*\n**.*.*.\n..*....\n..*....\n.*.**..\n......*\n.*..***\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n*....*.\n*....*.\n.......\n.*.....\n.......\n..*****\n....***\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n...*.*.\n.......\n.......\n.....**\n.*.....\n.......\n..*****\n.*.....\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n*.**\n....\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n...*\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n****..\n......\n.*....\n...*..\n.*...*\n......\n.**...\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n.**...\n.**...\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*....*\n*.....\n.*....\n......\n*.*...\n.**...\n*.****\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n.*.*\n.***\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n*.*\n.**\n.*.\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n*.*\n*..\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*\n****...\n**.*...\n.......\n.......\n.......\n...*...\n*.***.*\n.*.....\n.....**\n```\n\n\n## Output without wrap\n\n```\n...**..\n..***..\n...**..\n.......\n.......\n...*...\n.*..*..\n.......\n.*..**.\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n..*..*.\n...**..\n.......\n.......\n...*...\n....*..\n*....*.\n......*\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n...**..\n*.**.*.\n....**.\n.****..\n.**.*..\n.*...*.\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n..***..\n..*..*.\n.......\n....**.\n**..**.\n......*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n...*...\n..****.\n..*...*\n*....**\n*...*..\n**..***\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*\n*..*...\n.***.*.\n*......\n*.***..\n..**...\n*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..***..\n*....*.\n*****..\n*......\n..*.*..\n.....*.\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*\n*....**\n*****.*\n*.....*\n..*.*..\n*....**\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n**.*\n..**\n**.*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......**\n.........*\n......*.**\n......*.*.\n..........\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*..\n.......*.*\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.......*..\n.......*.*\n........**\n..........\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.........**.\n.........**.\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.........**.\n.........**.\n............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n............\n.........**.\n.........**.\n............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n**.\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..*..\n*..*.\n.....\n.....\n.****\n....*\n..***\n**...\n.*...\n.***.\n..***\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*.*\n.*..*\n.*...\n...**\n**.**\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n***..\n.....\n.....\n.**..\n*...*\n.....\n.....\n.*...\n..**.\n*....\n.*..*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*...*.\n.*****\n.*...*\n```\n\n\n## Output without wrap\n\n```\n*****.\n.....*\n*..*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*....\n.*...\n.....\n.....\n*....\n....*\n...*.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n...**\n*....\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.*..*\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...*.\n....*\n**...\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..**\n....\n**..\n..**\n....\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n*..*\n*...\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.....\n..*..\n*..**\n...*.\n*.*.*\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n.....\n.*..*\n....*\n...*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n.....\n**..*\n.....\n....*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*...\n*.....*...\n****.*....\n.*......**\n.......*..\n.*....*...\n****..*..*\n.*..*****.\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*..**...\n*.*.......\n**......*.\n.......**.\n**....**..\n*..**...*.\n**.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n*.*..**..*\n..*.......\n.*......**\n*......**.\n.*....**..\n...**...**\n...**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n.*.\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n***\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n...*.\n.....\n.....\n*..**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n..*..\n.....\n...**\n*..**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n.*****\n******\n*****.\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*...\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n....*\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n**..**\n******\n*.**.*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n.****.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.....*..\n..*.....\n........\n*.......\n........\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.....*\n....*.\n.*..*.\n.*.**.\n..*..*\n..***.\n...*.*\n*...**\n.*..*.\n.***..\n**.*..\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....**\n..*.**\n.*.***\n.*...*\n..*..*\n..*..*\n...*.*\n**..**\n...**.\n**.**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*.*\n....**\n..*.**\n**.***\n.*...*\n..*..*\n*.*...\n*..*..\n.*..*.\n...**.\n**.**.\n...**.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*..*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****.*\n.....****\n.......**\n*........\n*...**..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.........\n**.......\n**....**.\n*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.**.\n.*..\n**.*\n*.**\n*..*\n.*.*\n.***\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n*.*.\n....\n****\n*..*\n**.*\n***.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n****\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.**\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***...*.\n.***........\n.***.*..*..*\n*.**...**..*\n**..**.**.**\n.*..*.*.*...\n........*...\n......**.*..\n..*...***...\n*.*..*..*...\n..*.**..*...\n.**..*..*.*.\n```\n\n\n## Output without wrap\n\n```\n....**......\n**..****....\n......**....\n**..***...**\n*...*.*...**\n**..*.*.*.*.\n......*.**..\n......**.**.\n....***..**.\n.**......*..\n.......*....\n.**....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***....\n......*.*..*\n......**....\n....***.....\n....*.*.....\n....*.*.*.*.\n......*.***.\n......**.**.\n....***..**.\n.**......*..\n..*.*....*..\n*.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**....\n...**.*..*.*\n....*.*.*.**\n*...*.*.*...\n....*.......\n*.......*.*.\n*...***..**.\n*.......*...\n```\n\n\n## Output without wrap\n\n```\n...**.***...\n......*.**.*\n........*..*\n...**.**.*..\n...*.*..***.\n....**.*..*.\n....***.*.*.\n......*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n*.....*....*\n*.......*...\n...**.**.*..\n...*.*..**.*\n*...**.*..*.\n*...**.**.*.\n*..**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n****.*\n**..**\n******\n**.***\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*..*..\n...*.*\n......\n......\n......\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.**.*\n....*\n..**.\n.....\n*****\n.....\n.....\n..**.\n****.\n***.*\n.....\n*....\n***.*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**.*\n..*.*\n...**\n....*\n.*..*\n.*.*.\n...*.\n.....\n.....\n**...\n**...\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*.**\n***.*\n.*...\n*....\n.....\n.....\n.*...\n.....\n...**\n.....\n...**\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.\n*..*.*..\n.......*\n........\n..**..**\n.*..**.*\n*..*..**\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n....*.*.\n.......*\n...**..*\n..**...*\n..*.....\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*.\n...**.**\n........\n*..**...\n****....\n.*......\n****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.\n..**.**.\n..*****.\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*..***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*.....**\n*.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.....\n**.......\n........*\n.........\n.........\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n**......*\n.........\n.........\n.........\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*....\n.**...***....\n..**..*.*....\n.*.**....*...\n****.*******.\n*..***..*..*.\n*****...**.**\n.***.****.**.\n...*.**.**...\n```\n\n\n## Output without wrap\n\n```\n.**.....*....\n......*.**...\n....***.**...\n*............\n*.....**...*.\n.............\n*...........*\n*..........**\n...*.*..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.......\n......*.**...\n....***.**...\n*............\n*.....**...*.\n.............\n.............\n...........*.\n...*.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...*.\n..*.*\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.**.*\n...*.\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*...\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n.***.\n.....\n*....\n*..*.\n.*...\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n*....\n.*.*.\n*.*..\n***..\n**...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*.*.\n*....\n**...\n..***\n.**..\n.*.**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n.**..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n..*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.....*\n..*...*.....\n......**....\n.*....*.....\n.......*....\n.**.*.*.....\n..*.........\n....*.......\n..*.........\n.*..*.......\n............\n**.**.......\n**.**.*.**.*\n```\n\n\n## Output without wrap\n\n```\n.....*......\n......**....\n.....***....\n......*.....\n.**..***....\n.***........\n.**..*......\n...*........\n...*........\n............\n*****.......\n**.***......\n**.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.**..**\n......**....\n.....***....\n......*.....\n.**..***....\n.***........\n.**..*......\n...*........\n...*........\n............\n*****.......\n.*.***.....*\n..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......\n.*.......\n.*.......\n.........\n.........\n.........\n.........\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.*.......\n***......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n***......\n.........\n.........\n.........\n.........\n.........\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n....**....\n..........\n..........\n..........\n**........\n**.......*\n*.........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n....**....\n..........\n..........\n..........\n*.........\n.*......**\n*........*\n*.........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.***.\n..**********\n*****.***.**\n***.*.******\n..*.*****.*.\n**..*..***.*\n*****.******\n***.*.*..***\n.***.*.*****\n*.******.***\n.**.********\n*****...****\n***.*.******\n*******.****\n```\n\n\n## Output without wrap\n\n```\n.*.........*\n............\n*...........\n*...........\n..*.*.......\n*..........*\n....*.*.....\n............\n............\n*...........\n............\n............\n......*.....\n*...*.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n..*.*.......\n............\n....*.*.....\n............\n............\n............\n............\n............\n......*.....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n....*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.***.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n******\n......\n......\n*....*\n.****.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n*....*\n.*..*.\n......\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*..**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.****\n.....\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n**..*\n**..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.*..*\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n...*.\n*.***\n.....\n***..\n.....\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n.***.\n.*...\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**...\n..**.\n..**.\n.....\n.**..\n.*.*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n.**....\n*..*..*\n**.*..*\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.*...\n*..*...\n*..**..\n*..*...\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n*..*...\n*..*...\n...**.*\n.*.*..*\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n*.*.*.\n*.*.*.\n*...*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n.***..\n..*.*.\n*...**\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..*.*.\n*...*.\n*..*..\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.****..\n****.*.*.*\n***..*****\n***.*****.\n.**..****.\n....*.**..\n***.*..***\n*.**..***.\n.**..*****\n.*.*.***..\n..*.*..***\n*.*****...\n..******.*\n```\n\n\n## Output without wrap\n\n```\n........*.\n.........*\n..........\n..........\n.*.*......\n*.........\n*...**....\n*..*......\n**........\n..........\n..........\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n..........\n..........\n...*......\n*........*\n....**....\n...*......\n..........\n........*.\n**.......*\n**......*.\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n*....*\n**..*.\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*..**.\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n******\n**.***\n...*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.\n.....**\n.**....\n**.....\n***....\n***.***\n..*****\n..**.*.\n.***.**\n```\n\n\n## Output without wrap\n\n```\n....***\n*.*.***\n***....\n.......\n...*.*.\n*.....*\n.......\n.......\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n..*.***\n.**...*\n.......\n...*.*.\n.......\n.......\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...**.\n..**.*\n**....\n***...\n```\n\n\n## Output without wrap\n\n```\n...*..\n.....*\n.***..\n*..*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n.....*\n****.*\n...*.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n***..\n*.***\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n*....\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*****\n.....\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*..*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n*......\n..*.*..\n.......\n.*.*...\n.......\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n.......\n..**...\n.......\n....*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n.***...\n.......\n..**...\n.......\n....*..\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.*\n********\n******.*\n**.****.\n****.***\n**.***..\n*****..*\n```\n\n\n## Output without wrap\n\n```\n......*.\n.......*\n........\n........\n........\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n...*\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*..*.\n*..*.\n*..*.\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n*...*\n*...*\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n*....\n*..*.\n*....\n**.**\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.***\n**.***\n.*.*.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*...*\n**....\n.*.*.*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*....\n.*....\n.*.*..\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.****\n***.*\n.....\n.....\n.....\n..***\n..***\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n..*.*\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*....\n.....\n...*.\n*.*.*\n***..\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*..\n..*.*.*..\n...*.....\n.**...**.\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n.***.*...\n.*..**...\n.*.*.***.\n.***...*.\n.**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.*.\n.*..**...\n.*.*.***.\n****...**\n*..*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*....\n.....*.*..\n.**.*..*..\n.*...*....\n...*......\n.*..**....\n........*.\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n.*.*.*....\n.**.**....\n.*.**.....\n..*..*....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n.*.*.*....\n.**.**....\n.*.**.....\n..*..*....\n....*.....\n..*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n*...\n*...\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.**.\n..**\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.....\n..*..\n.*..*\n..*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.*.*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.*.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.....\n.****\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n***.\n*..*\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n*..*\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n...*\n****\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n.*.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.***.\n***.**.....\n.*.***.*...\n*..*......*\n***...*....\n..**.**..*.\n...**......\n```\n\n\n## Output without wrap\n\n```\n***...**...\n**..*..*...\n**..**.*...\n.......*...\n.......*...\n...........\n...****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.*..\n**.....*...\n....**.*..*\n*......*..*\n.......*...\n....*..*...\n.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n..*..\n...**\n*...*\n.*..*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n...**\n.....\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..*..\n**.*.\n**...\n..**.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**....\n...**..*..\n..*****...\n....*.*...\n****..*...\n..*.****..\n```\n\n\n## Output without wrap\n\n```\n..........\n.***.**...\n......**..\n.**...**..\n.***......\n.***.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**...**..\n......**..\n.**...**..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n.***\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n*..\n.*.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n***\n***\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.*..*\n**...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.....\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n..**\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n**.*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*******\n*******\n**.****\n*******\n*******\n.*..***\n****.**\n**.****\n***.**.\n*.*****\n*****.*\n*.*****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**..\n...*\n.*.*\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n**..\n.*..\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*....*..\n....*...\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*..\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n****.\n***.*\n*****\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n......**...\n......**...\n...........\n*.........*\n*.........*\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n......**...\n......**...\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......**...\n......**...\n...........\n*.........*\n*.........*\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..*.\n*...*\n****.\n..***\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n.....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.********\n***********\n**.*****.**\n***********\n*******.**.\n*****.****.\n*.***.*..**\n.******.***\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.......*...\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n...*.\n.**..\n*....\n*.*.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n.**..\n*.**.\n*.*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.....\n.....\n..*..\n.**..\n*.***\n*.*.*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.**.\n.*..\n*..*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n*...\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....\n..*.....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n.***....\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..**.\n...**\n*..*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n..***\n....*\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..***\n.....\n*.**.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.**\n*******.*\n**.******\n***.*****\n*********\n***..****\n********.\n.*.*.****\n..*******\n***.*.***\n.*****.**\n**..*****\n**.****..\n********.\n```\n\n\n## Output without wrap\n\n```\n*......**\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n*........\n*........\n.........\n........*\n........*\n*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n...*\n****\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n.*.*\n.*.*\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n****\n.*.*\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n*....*.\n*....*.\n.*....*\n*.*...*\n...*...\n*..*..*\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**...**\n.....**\n...*...\n*......\n*..*...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n.......\n**....*\n.....*.\n...*..*\n.......\n...*..*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****.\n..******.\n....*..**\n.***.*..*\n***.*..**\n***.*.***\n***.*.***\n*.....***\n****.*.*.\n*.****.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.*.......\n.....*...\n....*....\n...*.....\n...*.....\n.........\n....***..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n**.......\n*....*...\n....*....\n...*.....\n...*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*...*\n*...*\n.....\n.....\n.*.*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n****.\n*.*.*\n.....\n.....\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*...*\n.....\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*..\n**..\n*..*\n.*..\n*.*.\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n***.\n*.*.\n***.\n..**\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n.***\n..**\n.**.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.**.......\n*..*......\n*..*......\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n*..*......\n*..*......\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n*..*......\n*..*......\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**.*\n....\n**.*\n...*\n....\n....\n....\n....\n....\n....\n**..\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n..*.\n..*.\n....\n....\n....\n....\n....\n....\n**..\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.***\n....\n*.**\n..**\n....\n....\n....\n....\n....\n....\n**..\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n*..\n...\n...\n...\n*.*\n.*.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n...\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n...\n***\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*...\n.**.*.**.\n*...*.**.\n...*.***.\n........*\n**..*****\n**...**.*\n*......**\n......*.*\n*....**.*\n....**.*.\n....**...\n```\n\n\n## Output without wrap\n\n```\n.**..**..\n*****..*.\n.**.*...*\n....**..*\n........*\n**..*...*\n....*....\n**...*..*\n.....**.*\n....*...*\n.......*.\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n*****..**\n.**.*....\n....**...\n.........\n.*..*....\n....*....\n.*...*...\n.....**..\n*...*...*\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..*\n..*...**.*.\n..*.......*\n...*.......\n```\n\n\n## Output without wrap\n\n```\n......*....\n..**..*..*.\n..**...***.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*....\n.*..*.*..*.\n.*..*..***.\n.*..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**..\n.........***.\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.........*.*.\n..........*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.........*.*.\n..........*..\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n...*\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*....***\n....***...*..*\n.........***..\n.........*....\n........**.*..\n.*.......*..*.\n.........*.***\n*.....***.....\n**....*...*..*\n.*....*.......\n.*.*..*..****.\n...****.*.....\n```\n\n\n## Output without wrap\n\n```\n.****.*....***\n.******..*...*\n.....*...*.*..\n...........*..\n........**....\n.........*...*\n.......*.*****\n**....******.*\n**...**.......\n.*...***.*..*.\n...*..*..***..\n..******.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***........***\n.******..*...*\n.....*...*.*..\n...........*..\n........**....\n.........*...*\n*......*.*****\n.*....******..\n.*...**......*\n.*...***.*..**\n...*..*..***..\n......*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n*....\n**...\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n...*.\n.....\n..*..\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n....***\n.......\n.....**\n..*****\n****...\n..*...*\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*.*\n....*..\n...*..*\n......*\n......*\n....***\n.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n....*.*\n....*..\n...*..*\n.......\n*......\n....**.\n.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..**.\n...*.\n**...\n.*...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n**...\n***..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.**\n*****\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*.*.\n*.**....*.\n*.**..*...\n..........\n...***....\n..........\n.....*.*..\n.....*.*..\n.....*.*..\n.....*....\n*..*.*....\n```\n\n\n## Output without wrap\n\n```\n..**...*..\n*...*.....\n..**......\n..*..*....\n....*.....\n.....**...\n..........\n....**.**.\n....**....\n.....*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..\n*...*.....\n..**.....*\n..*..*....\n....*.....\n.....**...\n..........\n....**.**.\n....**....\n.....*....\n.***.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n*..*\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n*..*\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n....\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.*.*..*..\n......*.*****.\n.....**.*..*..\n.....*..*.....\n..**.***.**...\n```\n\n\n## Output without wrap\n\n```\n...*.*..*..**.\n...**.*.*...*.\n.....**.*..**.\n........*.*...\n....******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.......*.\n...**.*.*...*.\n.....**.*..**.\n........*.*...\n..*......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n.....**\n.......\n*.....*\n**...**\n.*...*.\n....**.\n..*....\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.....**\n**...**\n**...**\n**.....\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n*....*.\n.*...*.\n.*...*.\n.*.....\n....**.\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*..\n**.*\n*..*\n....\n****\n****\n..**\n....\n*...\n***.\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n**..\n***.\n*..*\n*..*\n*...\n...*\n....\n*...\n*.*.\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.***\n....\n....\n....\n....\n...*\n*..*\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........***\n...........\n...**......\n..*........\n.*..**.....\n*.*..*.....\n*.*..*.....\n**.*.*....*\n.*.*....*.*\n.*......*..\n*.......**.\n*..........\n```\n\n\n## Output without wrap\n\n```\n.........*.\n.........*.\n...*.......\n..*..*.....\n.*****.....\n*.**.**....\n*.**.**....\n*..*.....*.\n.*..*......\n***....**..\n**......**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**\n.........*.\n...*.......\n..*..*.....\n.*****.....\n*.**.**....\n..**.**....\n...*.....**\n.*..*.....*\n.**....**.*\n**......***\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*..\n.***.....\n.*.*.....\n.*.*.....\n*...*....\n.****.*..\n```\n\n\n## Output without wrap\n\n```\n.*.**....\n**.......\n**.**....\n**.**....\n*...**...\n.*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n**.......\n**.**....\n**.**....\n*...**...\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n....**.\n.....*.\n.*..*..\n.***.*.\n..**...\n.....*.\n......*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n.....*.\n.*.***.\n.*.....\n.*.*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....**.\n.....*.\n.*.***.\n.*.....\n.*.*...\n.......\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n.**\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*..*.\n..*...\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.***..\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n....\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n****\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******..**\n.*.*.*.*..*.\n****...*..*.\n..*.********\n.....*.*.*..\n**....***...\n.*****.*...*\n**..*.......\n.*.**..**...\n**.*..*.**..\n```\n\n\n## Output without wrap\n\n```\n..*.*..*..**\n.**.*..*****\n....***.***.\n.*.***......\n**..**......\n**.*.*......\n******..*...\n............\n****.*......\n..**.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n........****\n**..***.***.\n...***......\n....**......\n.*.*.*......\n*.****..*...\n............\n....**....*.\n....*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.*.*\n**********\n******.***\n.***.**..*\n**.*.**.**\n**.****.*.\n..*****...\n*..******.\n```\n\n\n## Output without wrap\n\n```\n..*....*.*\n*.........\n..........\n..........\n........**\n*.......**\n*.......*.\n..*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n........*.\n........*.\n*.......*.\n.*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.......*..\n......**..\n.....**...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n.....*..*.\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n.....*..*.\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*..**\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n*****\n**..*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.***.\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n**.***\n******\n****.*\n*.***.\n*.....\n******\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n**..**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..*.*\n..*..\n*.*..\n..*..\n....*\n..*.*\n..**.\n*.*.*\n....*\n.**.*\n.*...\n*...*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n..*..\n..**.\n.*.*.\n.....\n..*.*\n..*.*\n.**.*\n..*.*\n.***.\n****.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.*.*.\n..*..\n..**.\n.*.*.\n.....\n..*.*\n*.*..\n***.*\n..*.*\n.***.\n.****\n***.*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*...\n****....*\n.*..*.**.\n*..*.*...\n.***....*\n*.*...*.*\n```\n\n\n## Output without wrap\n\n```\n....***..\n...*...*.\n........*\n...*....*\n.*...*.**\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n........*\n*........\n*..*.....\n...*.....\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*....\n****.\n**..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.*..\n..**.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*.*\n..**.\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n........**\n*..*.....*\n**....*..*\n.*...*...*\n*...**...*\n*...**..*.\n..........\n..........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n*.*.....**\n..*..*.*..\n.....**...\n**....*.**\n.....*....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n.**.......\n***..*.*..\n**...**.**\n**....*..*\n.....*....\n..........\n..........\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*...*\n*...*\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**.**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*.*.\n.*...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n....\n....\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..**..\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.*..*.\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n.**.***\n******.\n******.\n**.***.\n******.\n*.*****\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n......*\n......*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.********\n*.****.**\n..***.*..\n*.***..**\n.**.*..**\n***....**\n*......*.\n...**.*.*\n.**..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*......*\n........*\n......*..\n......*.*\n....*.*..\n*.**..*..\n*.**..*..\n.******.*\n..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*........\n......*..\n*.....*..\n....*.*..\n..**..*..\n..**..*..\n*******.*\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n.*.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.....*\n....*.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.*.*..\n*.****\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n*...*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n*..*\n*..*\n*..*\n**.*\n.***\n***.\n.**.\n.***\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n****\n*..*\n..**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**.*.\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*...\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...*.\n******...*.\n.....*.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..*.....\n.***....***\n.***.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....**.\n****....**.\n***.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*...\n*****....\n...*...**\n.***..*..\n...*..**.\n.**.*..*.\n.*......*\n.*......*\n**..*....\n```\n\n\n## Output without wrap\n\n```\n*..*.....\n*........\n*......*.\n...**.*.*\n....****.\n.***..***\n**.....**\n.**......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n.........\n.......**\n...**.*.*\n....****.\n****..***\n.*.....**\n.**.....*\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n***..*\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n*.*.**\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n**....\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..***.\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n.**....\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.***...\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.***...\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*..*\n.*.*.....*\n.*....*...\n....*.*.*.\n....*...*.\n....**..*.\n....*..**.\n....*...*.\n.*..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n..*..*.*..\n..........\n...**...**\n...***..**\n...**..***\n...**...**\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.***\n.*........\n*.*..*.*..\n..........\n...**...**\n...***..**\n...**..***\n...**...**\n*.***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.**.*.\n***.**.**..*\n.*..***.*.**\n..*.**.****.\n*****..**.*.\n.*.*****.***\n***.****..**\n***..***.***\n***.*..****.\n**..****.*.*\n**.****....*\n.***.....***\n**.*.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.**.***..\n*..........*\n*..........*\n*...........\n*...........\n............\n............\n............\n....*.......\n.........*.*\n.......***.*\n......*..*.*\n**.**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n............\n............\n............\n*...........\n............\n............\n............\n....*.......\n.........*..\n.......***..\n......*..*..\n.....****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n****.*\n****..\n***.**\n.*..**\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n.....*\n.....*\n......\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.***..\n..*...\n...***\n.*.***\n```\n\n\n## Output without wrap\n\n```\n*..*..\n*..*..\n.*....\n.....*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*..*..\n.*....\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..*..\n.*...\n...**\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.**..\n..**.\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****......\n*.**.......\n**.........\n*.**.......\n*****......\n**.*.......\n```\n\n\n## Output without wrap\n\n```\n*...*......\n....*......\n*..........\n....*......\n....*......\n*..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*\n....*.....*\n*.........*\n....*.....*\n....*.....*\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n*..\n*..\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n**.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n***\n***\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*....\n**..*.\n....*.\n*****.\n..*..*\n...**.\n*****.\n***.**\n```\n\n\n## Output without wrap\n\n```\n..**..\n**..*.\n**....\n....**\n.**.**\n.....*\n.....*\n*.....\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n**..**\n**...*\n....*.\n***.*.\n*....*\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n***.....\n***.....\n..**....\n...**.**\n...**.**\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.......\n.*......\n........\n...**.**\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n..*.***.\n*.......\n*.....*.\n......*.\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n..*..\n...**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.***.\n****.\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....*.**\n.**.*...*...*\n....**.......\n.*.*..*....*.\n```\n\n\n## Output without wrap\n\n```\n.***.......**\n.**.**.....**\n.*..**.......\n....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....***\n***.**.....**\n**..**.......\n...*.*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.\n**.****\n.******\n*.***..\n*****.*\n****.*.\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.**\n*...*..**\n....*..*.\n.***..*..\n***....*.\n**......*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n......***\n....**...\n.**.*****\n*..*..**.\n...*...*.\n*.*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.\n*...**...\n***.****.\n*..*..***\n...*...*.\n..*.....*\n*........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n....\n....\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n...**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n....*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n*...*\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n..*...**.\n.....**..\n.*.......\n.........\n***.....*\n........*\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....***.\n.....***.\n.........\n*.*......\n.*.......\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....***.\n.....***.\n.........\n..*......\n**......*\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**..*\n***.**...\n*.**.....\n...*****.\n....****.\n.......**\n.......**\n......*..\n......*..\n***......\n```\n\n\n## Output without wrap\n\n```\n******...\n*.**.*...\n.*.......\n.........\n.........\n.........\n.....***.\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***.*\n....**.**\n*........\n*......**\n.........\n.........\n.....***.\n.......*.\n***......\n***.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....*...\n*..*.*...\n***.....*\n..**.*..*\n.....**..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n.*.*.....\n..*...*..\n...*****.\n...*...*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*.....\n*..*....*\n.**...*..\n...****.*\n...*....*\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....**..\n.*....*..*.\n**...*....*\n*..........\n.....**.*.*\n.....**...*\n..........*\n```\n\n\n## Output without wrap\n\n```\n.......**..\n.**...****.\n**.........\n**...**..*.\n.....***.*.\n.....***..*\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***.\n.**...*****\n.*........*\n.*...**..*.\n*....***.**\n*....***..*\n*.....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n***.**\n******\n*****.\n.*****\n..*.**\n**.***\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n......\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n****.\n*.*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*..\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..***..\n.*....*..*\n.*...*.**.\n******....\n```\n\n\n## Output without wrap\n\n```\n***...*...\n***.**..*.\n.....*.*..\n.***.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..*...**.*\n.*.**..*..\n*...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**.*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*....\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..**\n.....*.**.\n........*.\n.*...*.**.\n..........\n```\n\n\n## Output without wrap\n\n```\n......****\n......**..\n.........*\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****\n......**..\n.........*\n.......**.\n***...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n....*.*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..*\n*..........\n*..........\n.*..*.*....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n*.........*\n**.........\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*....*\n...*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.***..\n..**..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n****.*\n..**.*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......**\n...*.***\n...*...*\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n........\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n*...**.*\n*......*\n....***.\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.....*\n.....**\n*..*.*.\n.*.*.*.\n..**.*.\n..***..\n*.....*\n*.....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n....*..\n..**...\n.*...**\n**.*...\n**.*.**\n.*.*.*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n....***\n**..*..\n.***.*.\n**...*.\n.*.*...\n...*...\n...*...\n.*...*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n..*..**.\n..*..**.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*..*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*****\n*..*****\n*..*****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.*.*...\n...*...\n....*.*\n......*\n..**.*.\n....*..\n```\n\n\n## Output without wrap\n\n```\n...*...\n....*..\n..*..*.\n..*..*.\n...*..*\n..*....\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n.....*.\n..*..*.\n..*..*.\n...*..*\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n****\n.**.\n..**\n**.*\n**.*\n.**.\n....\n*.*.\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n...*\n*...\n*..*\n*..*\n...*\n***.\n..*.\n.*..\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.***\n..**\n**..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n**...\n**...\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n..*..\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n..*..\n.*...\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*\n....**..**\n....*....*\n```\n\n\n## Output without wrap\n\n```\n...*.*..**\n...*..**..\n...*.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.**..*..*.\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n..*......\n.........\n*........\n.........\n.*.......\n.........\n*........\n.....*...\n*........\n.....**..\n.........\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n....*..\n..**...\n.......\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n..**...\n.......\n.......\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.*.**\n.**..\n..***\n*..*.\n.**.*\n*..**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..***\n.*..*\n.*...\n....*\n.....\n***.*\n*...*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*..*\n.*...\n*...*\n*....\n.**..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...\n.**...**.\n.**...*..\n.**....*.\n*.*.....*\n*.......*\n*.......*\n.........\n......**.\n.....*.**\n```\n\n\n## Output without wrap\n\n```\n.**...*..\n...*.***.\n*..*..*..\n*..*...*.\n*.*....**\n*......**\n.........\n.......*.\n......***\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..*\n...*.***.\n*..*..*..\n...*...**\n..*....*.\n.......*.\n*.......*\n.......**\n......***\n.....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*..**\n*.*.*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n*...*\n*...*\n...*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n..*.\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.**.\n**..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n...***........\n......*.......\n...***........\n```\n\n\n## Output without wrap\n\n```\n....*.........\n....**........\n......*.......\n....**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n....**........\n......*.......\n....**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*..*.\n...****..*\n*.*.*.*..*\n..**.....*\n.*.*.**.*.\n.*..*.....\n```\n\n\n## Output without wrap\n\n```\n..**.**...\n.*....****\n.**...*.**\n......****\n.*.*.*....\n..*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*...\n.*....****\n***...*.**\n......****\n**.*.*....\n**.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..*...\n.***..\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n......\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n...\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**.\n.*...***\n........\n**......\n**.....*\n.......*\n*....*..\n```\n\n\n## Output without wrap\n\n```\n..*.**.*\n..*.**.*\n**....*.\n**......\n**......\n**....*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n..*.**.*\n.*....**\n.*.....*\n.*.....*\n.*....**\n....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.***.*\n*.*..*\n*..*..\n*...*.\n*....*\n......\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n*****.\n**.**.\n*..**.\n**.**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..**.*\n*..*.*\n**.**.\n.*.**.\n**...*\n......\n..*...\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.******\n****.**.*\n*.*******\n**.******\n.**.***..\n..*******\n**.**.*.*\n.******.*\n***.*.**.\n```\n\n\n## Output without wrap\n\n```\n*..*....*\n.........\n.........\n*.......*\n*........\n*.......*\n*.......*\n........*\n*...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n........*\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*...*\n**....*\n......*\n**...*.\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n**...**\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.**..**\n.....**\n*....**\n.*....*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n*..\n..*\n...\n...\n...\n..*\n...\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.**.**\n*.**..\n*...**\n**....\n..*...\n..**..\n*.**.*\n*.****\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n..****\n.*...*\n*.*...\n*.***.\n**....\n..**..\n....*.\n.....*\n*....*\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**...*\n..*...\n..***.\n**....\n..**..\n....*.\n*.....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**\n*.....**\n*.**....\n..*.*...\n..*.....\n...*....\n**....**\n**..*.*.\n...**.**\n.....*..\n...**..*\n***.*.*.\n```\n\n\n## Output without wrap\n\n```\n......**\n.*.*..**\n.***....\n.**.....\n..**....\n*..*..*.\n....***.\n*.......\n.*....**\n.......*\n.*....*.\n.*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****..\n.*..*...\n.***....\n..*.....\n*.**....\n*..*..**\n....****\n........\n**....**\n........\n*****...\n*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..*..\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.**.\n*.**.\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*........\n..........*..\n...*.......*.\n.......*.....\n...*.........\n.............\n.*...........\n..........*..\n.............\n........*....\n...*.........\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**....\n***..*\n*.***.\n...***\n....*.\n......\n...*..\n..**..\n..***.\n...*..\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n......\n...*.*\n...***\n..*...\n......\n...*..\n......\n...**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n.....*\n......\n......\n...**.\n...**.\n..*...\n......\n...*..\n......\n...**.\n...*.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n**.**.\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n....**\n**.**.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n***..*\n**.*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n.**...\n.*.*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n......*.*.\n..........\n..........\n..........\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n........*.\n..........\n..........\n..........\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n...\n*..\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.**.\n..*...\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.***..\n..*...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.........\n.........\n.........\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n***\n**.\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**....\n**...*\n*....*\n.*...*\n***.*.\n**.*.*\n.*..**\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n......\n*...**\n..*.**\n...***\n...*.*\n...*.*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n......\n....*.\n..*.*.\n...**.\n...*..\n...*..\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*....\n...***\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.*\n..**.**.\n..****..\n.*..*.*.\n.**.*.**\n***.*..*\n...*****\n........\n*...***.\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n........\n.....***\n.....***\n.**.....\n.*******\n...*...*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.\n.......*\n.*....*.\n**...***\n*....**.\n..*....*\n..*****.\n........\n*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..*.\n.*...*....\n.*..****..\n..****..*.\n...*.**.*.\n```\n\n\n## Output without wrap\n\n```\n....*.....\n..*....*..\n.*.....*..\n..*.....*.\n..**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*..\n..*....*..\n.*.....*..\n..*.....*.\n......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.....\n.....\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n.....\n*..**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**.*\n*.**\n.*..\n**..\n..**\n*.*.\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n....\n**..\n***.\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n****\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n..*....\n.......\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.\n*....****\n.....***.\n.**.*....\n*.*.****.\n*.**.*.*.\n******.*.\n**.*.*.*.\n*.****...\n.*.*.....\n.*.**.*.*\n..*.***.*\n```\n\n\n## Output without wrap\n\n```\n.....*.**\n....*...*\n.*..*...*\n.**.*....\n*......*.\n*......**\n.....*.**\n.........\n*....**..\n**.......\n.*....*..\n..*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....\n....*....\n**..*....\n.**.*...*\n*......*.\n*......*.\n.....*.*.\n.........\n*....**.*\n.*.......\n.*....*..\n*.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n***\n***\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n.***.***\n********\n```\n\n\n## Output without wrap\n\n```\n.......*\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....**..*.\n**..*.***.*.*.\n**..**...*.*..\n..*..*......*.\n.*....*...*..*\n*...**....*.**\n..*.....*.*.**\n.....****.****\n...*.**.***..*\n*...**.*...*.*\n*.**...****..*\n..*.*.*......*\n.*....*..**.**\n```\n\n\n## Output without wrap\n\n```\n.***...*****..\n*...***.....*.\n..*.....*....*\n*.*...*.*....*\n*****.*...*.*.\n....**...*....\n....*....*....\n....**........\n....**......*.\n.**.....***..*\n..**.*.*****.*\n.....*******.*\n.....**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n.*........*.*.\n.**.....*.....\n*.*...*.*....*\n*****.*...*.*.\n....**...*....\n....*....*....\n....**........\n.*..**........\n.**.....***...\n..**.*.*****..\n.*****........\n.*.*...****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.......\n.....*...*\n...**.**.*\n.*..*.....\n...*...**.\n...*..**..\n...**.....\n.*......**\n.....*..*.\n.*...*.***\n..*...**..\n..**..*.*.\n*...*....*\n......***.\n```\n\n\n## Output without wrap\n\n```\n..........\n...****.*.\n...**.*.*.\n..*.***...\n..***.***.\n..**..***.\n..***..**.\n....*...**\n......*...\n.....*...*\n.***.*...*\n.***.**.*.\n...*.**..*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****\n*..****.**\n*..**.*.*.\n..*.***...\n..***.***.\n..**..***.\n..***..**.\n....*...**\n......*...\n.....*...*\n.***.*...*\n.***.**.**\n...*.**..*\n**.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....*\n*..*..****\n...***....\n.....*....\n......*...\n..........\n**..**..*.\n```\n\n\n## Output without wrap\n\n```\n......**.*\n..***....*\n....**...*\n....****..\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*...\n***.*.....\n*...**....\n....*****.\n.....**...\n*....*....\n****..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..\n**.*.*..\n.*..*...\n*.......\n*.......\n..***...\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n******..\n*..*.*..\n.**.*...\n**......\n.*.*....\n.****...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.\n*..*.*..\n.**.*...\n**......\n.*.*....\n.****...\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.\n*.....*\n*......\n*.*..*.\n*******\n..***.*\n```\n\n\n## Output without wrap\n\n```\n**.....\n*......\n*......\n*....**\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.**.**\n..*..**\n*...*..\n```\n\n\n## Output without wrap\n\n```\n..****.\n.******\n.**...*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*....*.\n*.*....\n****.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.**....\n.......\n*....*.\n*.***..\n..****.\n.*..*..\n...*.*.\n*......\n.***..*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.*.....\n.*.**..\n..*....\n.....*.\n.......\n....*..\n.*.**..\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n.*.....\n.*.....\n.*.**.*\n..*....\n.....*.\n.......\n....*..\n**.**.*\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n..........**.\n..........*..\n.........***.\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...........*.\n.........*.*.\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n..........**.\n...........*.\n.........*.*.\n.........*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..****\n.*.*..\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n..*..*\n.*...*\n.*.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.*...*\n**.*..\n..*...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n..........**.\n..........**.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..........**.\n..........**.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n..........**.\n..........**.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*....**...\n.**...**..***.\n.*...**.......\n....**..*....*\n.**.*..***.*.*\n.*..**..*..*..\n...*..***....*\n*.****......*.\n****.**....*.*\n...*........*.\n......**.***.*\n......***.*...\n```\n\n\n## Output without wrap\n\n```\n..**.....**...\n*.**..**.***..\n.**.*......**.\n.****...**..*.\n.**...**.**...\n.*..**....*...\n.*....***...*.\n*...........**\n*....**....*.*\n.*.***.*.....*\n......*..****.\n......*.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*........\n*.**..**.***..\n***.*......**.\n.****...**..*.\n.**...**.**...\n.*..**....*...\n**....***...**\n............*.\n*....**....*..\n.*.***.*......\n......*..****.\n.....**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**....*\n*........**.\n*...**....*.\n.***.*******\n.*..**.....*\n.*..*.**....\n..*..*......\n.****.......\n............\n...*.......*\n*.........*.\n*.**......*.\n*.....*.....\n*.*....*....\n```\n\n\n## Output without wrap\n\n```\n.........***\n***.*.*..***\n.....*.*...*\n......**.*..\n....*..*.*..\n*****.*.....\n......*.....\n..***.......\n..*.*.......\n..**........\n.**.........\n*...........\n*.*.........\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.**.\n*.*.*.**.**.\n*....*.*..**\n......**.**.\n....*..*.**.\n*****.*.....\n*.....*.....\n..***.......\n..*.*.......\n****.......*\n***.........\n*...........\n*..........*\n*.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*.....\n......\n......\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*........*\n*....**.**\n.....*...*\n.....****.\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n.....**.**\n....*....*\n.....*...*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n*.......*.\n.....**.*.\n*...*.....\n.....*...*\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n****\n..**\n...*\n**.*\n*.**\n*.**\n.*..\n...*\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n..*.\n**..\n**..\n*.*.\n***.\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.....*\n******\n.*..**\n*.*..*\n.*.***\n**..*.\n**.**.\n***.**\n****..\n***.*.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n***...\n*..*..\n......\n......\n......\n......\n......\n....**\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..*...\n.*.*..\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.*.\n..*.\n..*.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n*.**\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n.*.*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n......\n......\n......\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n......\n.....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.*..*\n.*..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n**.*..\n....*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.***..\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.***..\n***.**\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***....\n.*...*.....\n.....**....\n....*......\n....******.\n.....*.**..\n......**...\n.*.....**..\n.....*.*...\n```\n\n\n## Output without wrap\n\n```\n....***....\n...........\n....***....\n....*...*..\n....*....*.\n....*....*.\n...........\n........*..\n......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n...........\n....***....\n....*...*..\n....*....*.\n....*....*.\n...........\n........*..\n....**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*..**.*\n****...\n*...*..\n.**.*..\n...**.*\n*..*..*\n.*.*...\n.**....\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n*...*..\n*.*..*.\n*...*..\n.**.*..\n.*..*..\n...*.*.\n**.*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n....*.*\n..*..*.\n*...*..\n***.*..\n.*..*.*\n*..*.**\n.*.*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....**\n*..*..\n.*.*..\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n.****.\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*..***\n.***..\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.......*\n.....**..***.\n**.*..*.**.*.\n.**...**..*..\n*...**..****.\n.....*.**....\n....****.....\n....*.**...**\n*...**...*..*\n*.****..*.*..\n....*..*.*..*\n..**..**....*\n```\n\n\n## Output without wrap\n\n```\n....**.******\n....******..*\n.**.....*****\n*.***.....**.\n..*.**....**.\n....**....**.\n...........*.\n.......*..***\n..*...*.....*\n***...*.....*\n..*......*.*.\n......***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*..\n.*.****..*...\n***.....****.\n..***.....*..\n..*.**....**.\n....**....**.\n...........**\n**.....*..***\n..*...*......\n..*...*......\n..*.*....*...\n.***.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*.*.\n..*..\n.*...\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*.**\n.**..\n.**..\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n****.*\n..*..*\n...***\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n.....*\n...*.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n....*.\n....*.\n...*.*\n...*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n*..**.\n*...**\n.**..*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...*..\n*.*..*\n..****\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n...***\n*..*..\n..*...\n..***.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*.*.\n.*.*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..***\n.*.*..**.\n.*.*..*..\n***....**\n.**...***\n..*.****.\n**...*..*\n.....*..*\n....*...*\n...*...*.\n```\n\n\n## Output without wrap\n\n```\n..*...*.*\n**.***..*\n...*..*.*\n*..*....*\n*........\n*.***....\n.*......*\n....**.**\n....*..**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....\n.*.***...\n...*..*..\n...*.....\n.........\n..***....\n**......*\n....**.**\n....*..**\n*..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....*...\n***..*.......\n...**....*...\n.......***...\n......**.....\n.....**......\n*...*....*...\n```\n\n\n## Output without wrap\n\n```\n.*.**........\n*....*.......\n.*.****.*....\n..*****.*....\n.....*..*....\n....**.......\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n*....*.......\n.*.****.*....\n..*****.*....\n.....*..*....\n.....**......\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*....\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n*..\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**\n.*.*****..\n*..*.*.*..\n.....*....\n.....**.*.\n...*......\n**........\n*..**..*..\n.*.**.**..\n*....*...*\n```\n\n\n## Output without wrap\n\n```\n....*****.\n****.*.*..\n..**...*..\n.....*.*..\n....***...\n..........\n*****.....\n*..*****..\n****..***.\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**.\n.***.*.*..\n..**...*..\n.....*.*..\n....***...\n..........\n*****.....\n*..*****..\n.***..****\n.*..****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n*.**..\n....*.\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*.**..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n*.**..\n....*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.**\n.*.*..*.\n.******.\n*...*...\n*.*.....\n.*..*...\n..*.*...\n.......*\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.***\n*.......\n**....*.\n*...*...\n*..*....\n.**.....\n...*....\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.**\n........\n**....**\n*...*..*\n*..*....\n.**.....\n...*....\n.....*..\n***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.....\n**.*****.*\n**.*.*.***\n*.*...*.*.\n**..***.**\n*...****..\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n..**....*.\n..*.....**\n*...*..***\n**.**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n..**......\n..*.......\n..***..**.\n.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n***...**\n.*......\n....****\n*..***..\n.*......\n........\n*...*...\n```\n\n\n## Output without wrap\n\n```\n..*.....\n*.*.....\n***.....\n...*..*.\n...*....\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n*.*....*\n.**.....\n*..*..**\n*..*...*\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.........*\n..........\n..........\n..........\n..........\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.\n.******\n.......\n.******\n*...*.*\n**..**.\n```\n\n\n## Output without wrap\n\n```\n**.*.**\n**.*.**\n.......\n.****.*\n*.....*\n**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.*.**\n.......\n.****.*\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....*...*\n...*.*...\n...*..*..\n..****...\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n....**...\n..*...*..\n..*..*...\n..*..*...\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n....**...\n..*...*..\n..*..*...\n..*..*...\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.***\n.***.**....\n.*..*.**...\n*.*.......*\n**......**.\n.......*...\n......*.*..\n.*....*.*.*\n......***.*\n```\n\n\n## Output without wrap\n\n```\n**..****.*.\n...*....**.\n*...*.**...\n*.*....***.\n**......**.\n.......*.*.\n......*.**.\n.....**.*..\n......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...*.*\n...*....***\n....*.**...\n..*....****\n**......**.\n.......*.*.\n......*.**.\n*....**.*..\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...*.*...\n....*....\n....*....\n....*...*\n...*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n.........\n..*......\n...*.*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..*......\n...*.*...\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*...\n***..*...\n*.....*..\n.*.....*.\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n**.**....\n*.*.*.*..\n*.**.....\n.*....**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*.*......\n*.**....*\n.....**.*\n*****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n**.......\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n....*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n....*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***.\n**.......\n..***...*\n.......*.\n.....**..\n.**......\n...*.....\n.*.*.....\n.........\n..***....\n```\n\n\n## Output without wrap\n\n```\n**..*.**.\n*..*****.\n.*.......\n...*****.\n...**.**.\n..*......\n.*.*.....\n..**.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.........\n**......*\n**.******\n...**.**.\n..*......\n.*.*.....\n..**.....\n.*..*....\n***...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n******\n*.*.**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n***..\n**..*\n***.*\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n..*..\n.*...\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n..*..\n.....\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n**....\n.*....\n.**...\n***...\n......\n......\n......\n......\n*...*.\n....**\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n......\n......\n*.*...\n.*....\n......\n......\n......\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n..*...\n......\n......\n*.*...\n.*....\n......\n......\n......\n....*.\n....**\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..\n...*.*..*\n*****.*.*\n**...*.*.\n*...**...\n...*..*..\n...*.***.\n.....****\n****.....\n..***....\n```\n\n\n## Output without wrap\n\n```\n....***..\n.*.......\n*..*..*.*\n.......*.\n**..**...\n...*...*.\n........*\n.*.*.*..*\n.*...***.\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..\n.*......*\n...*..*..\n.......*.\n**..**..*\n...*...*.\n........*\n**.*.*..*\n**...****\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n...*.\n.****\n..**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.*..*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.....\n.*..*\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n**.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n**.\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n.**\n...\n...\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.**\n...\n...\n.*.\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n*.*\n.**\n...\n...\n***\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*......\n........*.****\n*....*****....\n.*..........*.\n..*..*...*..*.\n..*...*...*..*\n```\n\n\n## Output without wrap\n\n```\n...........**.\n**........***.\n......*****..*\n.*...*.*.*....\n.**........***\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.**...\n.*........****\n*.....*****...\n.*...*.*.*...*\n.**........***\n*.*...*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n*...*.\n*...*.\n*...*.\n.....*\n......\n...*..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n......\n***...\n...*.*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n....*.\n*.*.*.\n**.**.\n.....*\n......\n*....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*...*\n*..**\n**..*\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n*..**\n**.**\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n...*.\n.*.*.\n.**..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*\n.***.**\n*..***.\n.*.....\n.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n**..*.*\n*.*..**\n**.*.**\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....***\n*.*..*.\n.*.*.*.\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..*.\n....\n*.*.\n***.\n*.**\n.*..\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.*..\n*.*.\n*...\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n.*.*\n*.*.\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n****.*\n*****.\n******\n****.*\n*.*.**\n.***..\n******\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*.***\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*.*..\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*..\n....\n....\n....\n.**.\n*..*\n***.\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n.**.\n*..*\n*..*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n****\n....\n....\n....\n****\n....\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n..*..*\n**.**.\n....**\n```\n\n\n## Output without wrap\n\n```\n..****\n.....*\n..**.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*..\n.**...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*\n*.......\n........\n........\n..*.....\n........\n........\n.....*..\n*....***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..****\n........\n........\n........\n........\n........\n........\n*...**.*\n*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....**.**\n.**..........\n.*.........*.\n**.........**\n..*......***.\n*.*......**..\n**......*...*\n....*..*..*..\n...***....*..\n.**..........\n*.*......*..*\n***.....***.*\n```\n\n\n## Output without wrap\n\n```\n..**.........\n*..*......***\n...........**\n***.........*\n*.*......*..*\n*.*.....*....\n**......*.**.\n...***...*.*.\n..****.......\n.**.*........\n*..*....****.\n*.*.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*..*.\n...*......**.\n...........*.\n***..........\n..*......*...\n*.*.....*....\n**......*.***\n*..***...*.*.\n..****.......\n***.*........\n...*....*****\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.......*...\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****...**..\n....*.*..****.\n..**....*.*.*.\n*.*..*.**.*.*.\n.*****....****\n**.*.....*...*\n.*.*....*.***.\n**....*.******\n*.**.**.*..*..\n.*.*.*.*******\n*.***..*.....*\n.*.*..*******.\n...*.**.....**\n```\n\n\n## Output without wrap\n\n```\n...*.***......\n.*......*..**.\n.****...**.***\n..**....*..***\n.....*..*.*...\n......*..*....\n....******....\n...*.**.*.....\n**.*.....**.*.\n**...**...*.*.\n**......*.....\n.*..*.***..*.*\n.....*.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**....**\n.*..........**\n.****...**.*.*\n.***....*..*..\n.....*..*.*...\n......*..*....\n....******....\n...*.**.*.....\n...*.....**...\n.....**...*...\n........*.....\n........***...\n*.*....*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*.*.*\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.**..\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.**.*\n*.*..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......\n*...*....**\n....*...*..\n....*..*...\n..**..*.**.\n.*....*.**.\n**.....*.*.\n.****....**\n*....*....*\n......*...*\n****..*....\n..*..*.....\n.*...*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...***...*.\n...***..**.\n....**.*.*.\n..**.**..*.\n**....*...*\n*..*...*...\n..***...***\n.*****....*\n*.*..**....\n.***.**....\n*..****....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**....*\n...***...**\n...***..***\n....**.*.*.\n..**.**..*.\n**....*....\n...*...*...\n..***...**.\n.*****.....\n..*..**...*\n****.**....\n*..****....\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n*...\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n*..*\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.....**..\n.....***.\n.........\n...*.....\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*.*.\n......*..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....*.*.\n......*..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n*....\n.***.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n*..*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*****\n*..*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*....\n*......**..\n.......*.*.\n.......****\n*.....**..*\n***....*...\n.**...*....\n```\n\n\n## Output without wrap\n\n```\n.......*...\n......***..\n......*...*\n..........*\n*.....*...*\n*.*....*...\n*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*....\n......***..\n......*....\n*..........\n......*....\n..*....*..*\n...*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n.*.**.\n.**.**\n.**...\n**....\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*.....\n*...**\n...*..\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n......\n....**\n...*.*\n*.....\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*........\n..........\n..........\n..........\n.....*....\n....***...\n...*......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.....*....\n....*.*...\n..........\n...*..*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.....*....\n....*.*...\n..........\n...*..*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n*...\n*...\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n**.***\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n**...*\n*....*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.**.\n*.**...**\n*.*...*..\n*.*..*.**\n```\n\n\n## Output without wrap\n\n```\n..*.*.***\n*...**..*\n*.*...*..\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n*...**...\n..*...*..\n*.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**.**\n*****\n***.*\n*.*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n....*\n....*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n*.*.*.*.\n........\n*.*...*.\n```\n\n\n## Output without wrap\n\n```\n...*....\n...*....\n...*.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n...*....\n...*.*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*.\n.*...*..\n....**..\n.*..**..\n```\n\n\n## Output without wrap\n\n```\n.***.*..\n.***.**.\n...*..*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*.*.*.*.\n......**\n*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..**.\n*..*....**\n.**.*....*\n.....*....\n..*.*...*.\n****...*.*\n***.*...*.\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n.***...*.*\n*......*..\n*...**..**\n.....*..**\n..*.*...*.\n.*.*...*.*\n**.....*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...*\n........**\n**..**..*.\n.....*....\n*.*.*...**\n...*...*..\n....**.***\n*.*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*****.\n*****.**..\n*****..***\n.***....*.\n.**.....*.\n.*.**.**.*\n......***.\n**.*.***.*\n```\n\n\n## Output without wrap\n\n```\n**..*...*.\n.........*\n.....**..*\n....*.....\n*...*...**\n.*.*.**..*\n**.*.....*\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....**...\n....*.....\n....*...**\n**.*.**..*\n.*.*......\n***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n.**\n...\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n...*..\n...*.*\n*..*..\n*...**\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..**..\n...*.*\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n..**..\n*..*..\n*..***\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...\n*..*...\n.***...\n..*....\n......*\n.......\n..*....\n***....\n```\n\n\n## Output without wrap\n\n```\n****...\n*...*..\n.*.*...\n.***...\n.......\n.......\n..*....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n*...*..\n.*.*...\n.***...\n.......\n.......\n..*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n....\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**.*\n**....***\n.*.*.**..\n..*.*.***\n..*..*.*.\n..******.\n...*.*...\n*.**..***\n*..*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*...**.*\n**..*...*\n**.**....\n.**.*...*\n.**......\n..*....*.\n.*......*\n.***.*..*\n.****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n.*..*...*\n.*.**....\n.**.*...*\n.**......\n..*....*.\n.*.......\n****.*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.*..\n....*...*.*\n...**.**.*.\n...**......\n....*......\n...........\n...........\n........**.\n...*.*.*...\n.*..**.....\n```\n\n\n## Output without wrap\n\n```\n.....*.*.*.\n....*.*.*..\n.......***.\n...........\n...**......\n...........\n...........\n........*..\n.....**.*..\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*.*.\n....*.*.*..\n.......***.\n...........\n...**......\n...........\n...........\n........*..\n.....**.*..\n...*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*......\n*......*......\n.***..*.......\n***......***.*\n..*......*..**\n**......*.***.\n.........*...*\n```\n\n\n## Output without wrap\n\n```\n**............\n***...........\n.........***..\n.........****.\n.*......*.....\n........*.....\n.........*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*.**..\n.**....*......\n*........*****\n.........****.\n**......*...*.\n***....**....*\n..*....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...**\n**...*.*\n****.***\n***.**..\n..**..*.\n**.**...\n.*.*..*.\n```\n\n\n## Output without wrap\n\n```\n...****.\n..****.*\n...*..*.\n........\n**......\n******..\n******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*.*..\n...*....\n........\n......**\n*..*...*\n*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..\n..*....\n..*....\n***.*..\n***..*.\n.......\n...*.*.\n..*.**.\n..*..**\n.**.*.*\n*.*.*.*\n*.**...\n*.**.*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.***...\n..*....\n..*....\n*......\n*.**...\n.**.*..\n...*.*.\n..*....\n..*...*\n..*.*.*\n*...*..\n*....*.\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..\n..*....\n..*....\n*.....*\n*.**..*\n.**.*.*\n...*.*.\n..*....\n*.*...*\n..*.*..\n....*.*\n*....*.\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n....\n**.*\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...*\n..*...*.\n......*.\n..*....*\n..*.....\n..*.*.**\n.*......\n..*.*..*\n........\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.*..**\n......**\n........\n.*.*....\n*..*.*..\n.*.*..*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n...*..*.\n......**\n*.......\n**.*....\n...*.*..\n*..*..**\n.*......\n.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n**.**\n*****\n****.\n.****\n.****\n```\n\n\n## Output without wrap\n\n```\n*****\n.....\n.....\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.**\n.....**.**.\n*..**....*.\n.....*..*..\n*..*.....**\n```\n\n\n## Output without wrap\n\n```\n......**.**\n...*.***...\n....*.**.*.\n...*....*.*\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**...\n...*.***...\n....*.**.**\n*..*....*..\n*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...*..\n....*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n*.*.\n*.*.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n*.*.\n*...\n*.**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n.*.*\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n.....*\n*.*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n..****\n.***.*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***.*\n.**.***...\n..**..****\n.*.***.***\n****.**..*\n```\n\n\n## Output without wrap\n\n```\n.***...*..\n.*.......*\n.........*\n*.........\n**.*.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n**.......*\n.........*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*..*\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n****\n*...\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n************\n*.**.*******\n*.**.*.****.\n***.*****...\n******.*.*.*\n**.*******.*\n***********.\n****.*******\n*.**********\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n*.*.....\n...**...\n...*..*.\n.*....*.\n**......\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n..***...\n..****..\n***.....\n***.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n.....*..\n..***...\n..****..\n***....*\n***.....\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n..**.*..\n........\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n...*.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n....***.\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.***.\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**..**\n**...*..*...\n.....*..*...\n......**....\n............\n.........***\n*...........\n.*.......*..\n```\n\n\n## Output without wrap\n\n```\n......***...\n.....*..**..\n.....*..**..\n......**....\n............\n.........**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**....\n**...*.....*\n*....*..**..\n......**....\n..........**\n*........*..\n.*.......*..\n.*.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n.......\n..*...*\n**.....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n***....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.*....*\n..*...*\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n**.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*.***\n*...*\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*.*.\n*..*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n***..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n...\n..*\n*..\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n.*.*.......\n.**........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.**........\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.**........\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..*..*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........*\n............\n............\n*...........\n...........*\n**........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n............\n............\n............\n*...........\n.**.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*..*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n.*.*\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n*..*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n*..*...\n.......\n..**.*.\n....**.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n..***..\n.....**\n...*..*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n..***..\n.....*.\n.....**\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****...\n..*..***.\n..*...**.\n..**..**.\n..**...**\n*.......*\n**....**.\n..*....**\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.****....\n....*....\n*........\n*..*...*.\n*..*.....\n*..*.**..\n*....**.*\n***...**.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n*..*.....\n.........\n...*.....\n*..*.....\n*..*.***.\n.....**.*\n***...***\n*.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n....*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*.**\n*****\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n....*..\n...***.\n.....*.\n.......\n..*.*..\n..*****\n..*...*\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*.*.\n...*.**\n....*..\n.......\n.**..*.\n.**.*..\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*\n...*.*.\n...*.**\n....*..\n.......\n.**..*.\n....*.*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n.........\n.........\n.........\n.........\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.......\n.....*.......\n...*.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.......\n...***.......\n...***.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..***.\n.**.**\n*...**\n...**.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n*..*..\n...*..\n**.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.....\n...*..\n*..*..\n**.*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n**.*\n**..\n.*.*\n****\n....\n....\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n....\n...*\n**.*\n.**.\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n...*\n....\n....\n.*.*\n****\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n**..\n.*..\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n..**\n...*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n*****\n****.\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*.*.\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.**\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n*.*.\n*.*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.**..\n*..*.\n*....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n..*..\n*.*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..*.*\n*.*.*\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*..\n....*..\n.......\n.......\n.......\n.**...*\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..*....\n.*.*...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.\n.***...\n.......\n.......\n..*....\n*.*****\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.....*.\n.****.**....*\n*.*..***.....\n...**.**....*\n...**..*...*.\n...*.........\n.............\n......**.....\n.............\n.*...........\n*...*........\n```\n\n\n## Output without wrap\n\n```\n......*......\n......**.....\n.......**....\n......*.*....\n..*.****.....\n...****......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.....*\n*.....**....*\n*......**..**\n**....*.*...*\n..*.****.....\n...****......\n.............\n.............\n.............\n.............\n.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n......*\n***....\n**...**\n.*...*.\n.....*.\n.....**\n*.***.*\n..*....\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.*...**\n*......\n.......\n...*..*\n......*\n.*....*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n**...**\n**...*.\n.....**\n......*\n...*.**\n*......\n.......\n....*..\n**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n.****..\n*.*.*..\n***....\n*......\n...*..*\n.**....\n..*.*..\n*......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n*...*..\n*...*..\n*.**...\n*.*....\n.**....\n.**....\n..**...\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*...*..\n*...*..\n*.**..*\n*.*...*\n***....\n.**....\n..**...\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.*...\n......\n.....*\n....**\n.*..**\n*....*\n*.....\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n......\n......\n......\n......\n*....*\n**...*\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n....*\n.....\n...*.\n.....\n.**..\n.*...\n.*...\n...*.\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n.**..\n**...\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n.**..\n**...\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n..*.*\n.....\n*.*..\n.*.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.*.*.\n*....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*..*.\n**.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...**.\n*..*.......\n.....*.....\n.....*.....\n....*......\n........*..\n...........\n...*.....*.\n*.......*.*\n.*..*......\n......*....\n```\n\n\n## Output without wrap\n\n```\n...........\n....*......\n....*......\n....**.....\n...........\n...........\n...........\n.........*.\n.........*.\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*......\n....*......\n....**.....\n...........\n...........\n...........\n.........**\n*........**\n*..........\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.*..*\n.*..*\n..***\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n.*..*\n.****\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n***..\n.....\n.*..*\n.****\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.**.\n.*..\n.**.\n*..*\n....\n**..\n*.*.\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n*...\n*.*.\n....\n....\n***.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*...\n....\n....\n....\n.*.*\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**\n..**....*.\n.**....**.\n.**.......\n***.......\n.*........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..**......\n...*...*.*\n..*.......\n..........\n*.*.......\n**........\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n...*...*.*\n..*.......\n..........\n*.*.......\n**........\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**\n**.***.\n*.**.**\n***.***\n.******\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n...***\n.**.*.\n.*..**\n***.**\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..*.*\n*...*\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..**.\n..*..\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**...\n.....*.....\n.....***.*.\n....****.*.\n*..***..*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n......**...\n........**.\n.......*.**\n........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**...\n........*..\n........*..\n.........**\n..***..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..***\n.....\n.***.\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n....*\n...**\n.*..*\n..**.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...**\n.*..*\n..**.\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n...**.\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*..\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...*..\n..*...\n.**...\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*....\n......\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.*.*.\n**.**\n*...*\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.**\n**.**\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.*.*.\n.*.*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n.*..*.\n*.....\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.*....\n*...*.\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**..**..\n*.*......***\n***.....*...\n.**...******\n**.*..**....\n.**....*.***\n**...*.***.*\n.....**...*.\n*...*....**.\n**..*....*.*\n**...*......\n*...**...*..\n```\n\n\n## Output without wrap\n\n```\n**......**..\n..**......*.\n*..*........\n...*..*..**.\n*..*........\n.........*.*\n***..*.*...*\n**..****...*\n**..*....*.*\n....**...*..\n.....*....*.\n**..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..*...\n..**......*.\n...*........\n...*..*..***\n...*........\n.........*..\n.**..*.*....\n.*..****....\n**..*....*..\n....**...*..\n.....*....*.\n......*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n....\n*..*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n*.*.\n*.*.\n....\n....\n*...\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n****\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n****\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n......\n..*..*\n******\n..*..*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.***..\n.*...*\n......\n..*...\n.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*..*.\n.*****.\n..*...*\n...*.*.\n..*..*.\n...*...\n**..*..\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.**..*.\n.*..***\n.*....*\n..*****\n..**...\n.****..\n***....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**..*.\n.*..***\n.*....*\n..*****\n..**...\n.****..\n***....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n..**.\n.....\n.***.\n.*...\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n***..\n*..*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.....\n.....\n.**..\n***..\n*..**\n*.*..\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.***.\n...*...**\n.**..****\n....*****\n.****.***\n*.***....\n*..*.*...\n```\n\n\n## Output without wrap\n\n```\n.****..*.\n.......*.\n..**.....\n..*......\n.......*.\n*......*.\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.*\n.*.*.....\n..**.....\n..*......\n.........\n**....*.*\n*...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*.*.\n......\n......\n.*..**\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.....*\n.....*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.**.....\n**.**...\n.*.*.**.\n....**..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n****....\n*..***..\n**.*..*.\n....***.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n****....\n*..***..\n**.*..*.\n....***.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...\n.**.....\n*.....**\n........\n.....*..\n....***.\n..*.*.*.\n..**....\n..**....\n..*.....\n.***....\n```\n\n\n## Output without wrap\n\n```\n***.....\n..*.....\n.*......\n......*.\n....***.\n...**.*.\n..*.*.*.\n.*..*...\n.*......\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n..*.....\n**.....*\n......**\n....***.\n...**.*.\n..*.*.*.\n.*..*...\n.*......\n........\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.*****\n**********.**\n*.******.****\n*******.*****\n*..********.*\n*************\n*************\n*************\n.************\n*************\n*.***********\n.********.*.*\n*.***.*******\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n**...........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.....*.\n.*....*....**\n**.*....**.*.\n...***....*.*\n.*..**...*..*\n.............\n*...***.*....\n*........*.*.\n....**..**.**\n....***...*..\n...*.**...**.\n```\n\n\n## Output without wrap\n\n```\n..*........**\n**.**......**\n**.*.*...*...\n**.*.*..*.*.*\n...*.*.....*.\n......*......\n.....*.......\n......**.*.**\n....*.*.**.**\n...*...*....*\n......*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.......\n.*.**......*.\n.*.*.*...*...\n.*.*.*..*.*.*\n*..*.*.....*.\n*.....*......\n.....*......*\n*.....**.*.*.\n....*.*.**.**\n...*...*....*\n..**......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n***..\n.....\n.....\n.....\n.....\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**..\n..*........\n..**.......\n.*.**......\n.*..*......\n..**.*.....\n..*.**.*...\n...*..*..*.\n...*.**..**\n...***.**.*\n*....*.....\n.....*..*.*\n.*..**..*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n..*........\n.*..*......\n.*..*......\n.*...*.....\n.**..**....\n..*..*.....\n..**...****\n..**......*\n...*...**.*\n.....*.**..\n.....**....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.***.\n..*........\n.*..*......\n.*..*......\n.*...*.....\n.**..**....\n..*..*.....\n..**...****\n..**......*\n*..*...**.*\n*....*.**.*\n.....**...*\n*...***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n...*..\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n...***.*.\n.......*.\n...*..*..\n....**...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*...\n...**.*..\n...*...*.\n...*.....\n....*.*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....*...\n...**.*..\n...*...*.\n...*.....\n....*.*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n........\n........\n.*.....*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*...**\n....*.\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*..*..\n....*.\n......\n......\n......\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..**.\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*.*.\n..*..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n*..\n.*.\n.*.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....***.\n.....*..*.\n.....**...\n.....*....\n.*........\n**........\n```\n\n\n## Output without wrap\n\n```\n......***.\n....*...*.\n....*..*..\n....*.*...\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...\n*...*...*.\n....*..*..\n....*.*...\n*.*...*...\n..*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.***.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n**..*.\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*****\n**...\n..***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*.*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.....\n....*\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n*.*.***.**\n....**....\n.*.*.*.***\n.*.***.***\n```\n\n\n## Output without wrap\n\n```\n..........\n*.**......\n.***....*.\n...**.*...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n.***......\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n*....*...\n.*..*....\n.*..*....\n*...*....\n```\n\n\n## Output without wrap\n\n```\n.........\n**..**...\n**..**...\n**.***...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..*\n**..**...\n**..**...\n**.***...\n**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n..**.*\n...*.*\n*...**\n......\n..*...\n.***..\n..*.**\n..*.*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*....\n..**.*\n...***\n..***.\n.***..\n.*..**\n...***\n.....*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*.*\n*.**..\n*..***\n.***.*\n*****.\n**..**\n...***\n...*..\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..*.*.\n....**\n...*..\n..***.\n...*..\n***.*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**.**\n....**\n..*..*\n..*.*.\n......\n**..*.\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**.**\n....**\n..*..*\n..*.*.\n.....*\n**..*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n.*.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n*.*\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n*.*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n...\n...\n...\n.*.\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**...\n.*...*...\n.*.***...\n***......\n.*.......\n*.**.....\n```\n\n\n## Output without wrap\n\n```\n....**...\n..**..*..\n**...*...\n..*..*...\n.*.**....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n**....*..\n**...*...\n..*..*...\n.*.......\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**.....*\n.*...*....***\n.*.**.*......\n***.*.*......\n.....*.......\n.....***..***\n***..**...*..\n*........**..\n.**....**....\n*..*.*.*..***\n*.*.*..****..\n```\n\n\n## Output without wrap\n\n```\n..*.***.....*\n**.*.......**\n...**.*....*.\n***.*.*......\n.*..*..*...*.\n.*..*..*..**.\n**...*.*.....\n*.....*****..\n***...***....\n*..**.....**.\n.*.**.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.****...*\n.*.*.......**\n...**.*....**\n***.*.*......\n**..*..*...**\n**..*..*..***\n**...*.*.....\n*.....*****..\n.**...***....\n*..**.....***\n..*....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*..\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n***\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n....**\n.*....\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.....*\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n....*.\n....**\n*....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n........**..\n......**.*..\n***...*.*.**\n.***..*...*.\n....***.....\n..***.*..*..\n......***...\n...*..**....\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.......***..\n.*....*.....\n*..*.**.*.**\n*..**.*..***\n.*....**....\n...**...*...\n..*.*...*...\n......*.*...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.......***..\n**....*....*\n*..*.**.*.**\n...**.*..**.\n.*....**....\n...**...*...\n..*.*...*...\n......*.*...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n*****\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.*..\n*...*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n*..*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**..\n..*..**..\n*.*...*.*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n..**.....\n.*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**.....\n..**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*....\n......*.....\n............\n............\n............\n..........**\n.*..........\n...........*\n..*...***...\n..*......*..\n............\n.......*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n..........**\n.......*....\n.......**...\n.......**...\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**....\n............\n............\n............\n............\n............\n*.........**\n.......*....\n.......**...\n.......**...\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..*..\n***..\n*.*..\n*.*..\n..*.*\n...**\n*.*.*\n***.*\n..*.*\n..**.\n**..*\n.****\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n..**.\n.....\n.....\n.....\n*...*\n*.*.*\n....*\n.*..*\n....*\n*...*\n**..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n*.*..\n.....\n.....\n....*\n.....\n..**.\n...*.\n...*.\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*..*\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n..*.....\n**.*....\n.....*..\n*.*..***\n....*...\n**.*.*..\n****.**.\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n*.*.....\n..*.*.*.\n..*...*.\n.**.....\n*.....*.\n*..*...*\n.**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n..*....*\n.**.....\n.**.*...\n..*...*.\n*.*.....\n.......*\n..**.*..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n***...\n.****.\n.*...*\n*..*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n.*....\n.**...\n**..*.\n***.*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*...**\n..*..*\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n**...***.....\n*.***...*...*\n***.****.....\n.............\n.............\n.............\n.............\n.............\n......**.....\n.....***.*...\n......*.*....\n```\n\n\n## Output without wrap\n\n```\n.............\n......*......\n********.....\n........*....\n*.*.****.....\n.*...**......\n.............\n.............\n.............\n.............\n.....*.**....\n.....*.......\n.....**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n......*......\n********....*\n........*...*\n*.*.****....*\n.*...**......\n.............\n.............\n.............\n.............\n.....*.**....\n.....*.......\n.....**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..........*...\n..........*...\n..............\n.....**.......\n.....**.......\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.....**.......\n.....**.......\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.....**.......\n.....**.......\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n.**\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n.*.*\n.*.*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n***.\n....\n....\n..**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n*...\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*..**.\n*.*..*\n*****.\n**.***\n*.*.*.\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.*..**\n.*.*..\n.***..\n......\n....**\n.....*\n*.....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n.....*\n**.*..\n.*.*..\n..***.\n....**\n....**\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.....*\n.*.*..\n.*.*..\n..***.\n....**\n*...**\n**....\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n..*...*.\n.*....*.\n.*...*..\n.*..*...\n*.......\n*...**..\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.**..**.\n***..*..\n**......\n**..**..\n**...*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**.....\n.**..**.\n***..*..\n**......\n**..**..\n**...*.*\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.**\n...****.\n....*...\n........\n*.**....\n**.**..*\n*..*.**.\n```\n\n\n## Output without wrap\n\n```\n......**\n..*..***\n..***...\n........\n.*****..\n*.....*.\n***.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n..***...\n........\n..******\n...*****\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n**...\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n..*..\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n*....*.\n....***\n...*..*\n...*..*\n...***.\n..*.*..\n***.*..\n..*...*\n**...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n..***.*\n..*****\n.**....\n.***...\n.**.*..\n.****..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n**..**.\n**.....\n*******\n*******\n.**....\n..**..*\n..*.**.\n..**.*.\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n***..\n..***\n***.*\n***.*\n*.*.*\n.***.\n*.**.\n**..*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n...**\n**.**\n**...\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*..**\n**.*.\n*..*.\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n.....\n*...*\n.*...\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*.*.\n.....\n*..*.\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..***\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*.**.*\n*..*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n...*..\n.*..*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*....\n*..*..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....\n.*......\n..**....\n........\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.*.*....\n..*.....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n...*\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n..*.**\n.....*\n...**.\n**..*.\n*****.\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**...\n..*...\n.....*\n.**..*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**..**\n..*...\n*...*.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n........*....\n....**...*...\n......*......\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.....*.......\n.....*.......\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.....*.......\n.....*.......\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.**\n.***.****\n..******.\n.*..**...\n*********\n```\n\n\n## Output without wrap\n\n```\n*..*.*..*\n*........\n........*\n*.......*\n****..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*.......*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.***.\n****.\n```\n\n\n## Output without wrap\n\n```\n....*\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*****\n*....\n.**..\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.**.\n*....\n.*.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.****\n*....\n**..*\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*...\n.....\n.....\n**...\n*....\n*..**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*..*\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n..*..**.\n....*...\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....**.\n.....*..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.....**.\n.....*..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n.*....\n**.*.*\n**...*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n....*.\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n.**...\n....**\n......\n.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n.**.\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*..*\n.**.\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*...\n..*..*....\n..*.*..**.\n.*...**...\n....*...*.\n....*.....\n```\n\n\n## Output without wrap\n\n```\n.**.......\n..*.****..\n.****..*..\n...****.*.\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****....\n..*.****..\n.****..*..\n...****.*.\n....*.....\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n...*....\n.*......\n....*.**\n.*.....*\n.....**.\n*..**.*.\n........\n.*.*..**\n........\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n.*......\n......**\n........\n....*..*\n........\n...**.**\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.**.....\n........\n*.....**\n*.......\n*...*...\n**......\n...**.*.\n.*.**.*.\n**.....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n........\n....*...\n.*......\n.*......\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*......\n.*......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.*......\n**......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n***\n***\n***\n*.*\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.......\n*.....*\n*.....*\n**.....\n*.*.*..\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n*......\n..**...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.*....*\n*.....*\n.......\n.......\n**....*\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*.*\n**.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n**.*\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.*.*\n.*.*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n.*****\n******\n..****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.*....\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n.**.*.\n*..*.*\n...*.*\n....*.\n...**.\n...*.*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.*.*\n..*...\n..*..*\n.....*\n.....*\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.**..*\n.**...\n.....*\n*....*\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...**.\n.........*.*\n........***.\n.*.*.*....*.\n.*.*.*....**\n****.*.*.*..\n..*.*.**....\n**.*........\n```\n\n\n## Output without wrap\n\n```\n.........**.\n...........*\n........*..*\n............\n...*.*...***\n*....*.**.*.\n....*****...\n.***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......**.\n...........*\n........*..*\n*...........\n...*.*...***\n*....*.**.**\n....*****...\n*******....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n...**..\n......*\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....*.\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.....*.\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n*.*.*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n*...*\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.......*.\n....*...*\n...*.....\n**.......\n........*\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n*........\n*........\n.*......*\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n.*..****\n.*.....*\n*..*****\n...*..*.\n..**....\n```\n\n\n## Output without wrap\n\n```\n......**\n.....*.*\n****....\n..****.*\n......**\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**\n.....*.*\n.***....\n*.****..\n......*.\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*...\n..*.......\n......*..*\n..**...*..\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n....*.....\n.*.*...*..\n.......*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....\n....*.....\n.*.*...*..\n..**.**.*.\n.*.*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n***.\n*.**\n....\n....\n*.*.\n*.*.\n....\n*.**\n....\n....\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n.*..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n...*\n....\n....\n....\n...*\n*.**\n....\n*..*\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**.*...*\n.*.*....*...*\n.*.*....*...*\n..*........**\n........*....\n.........***.\n......*......\n....*.*.***..\n....*.*.*..*.\n```\n\n\n## Output without wrap\n\n```\n..***...*....\n.*......*..**\n.*.*......*..\n..*........**\n.........*..*\n.........***.\n......**...*.\n......*...**.\n.......**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**......\n.*.*...***...\n.*.*......*..\n.**........*.\n*........*..*\n.........***.\n......**...*.\n......*......\n...**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n***.**\n*.*.**\n.***.*\n****.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n*.****\n......\n*.....\n.....*\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.*...\n......\n......\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.*....\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n..*.\n****\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n...\n..*\n*.*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*.\n.*..........*.\n.*..........*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*..........*.\n.*..........*.\n.*..........*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...*......*...\n...*......*...\n...*......*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n....\n..**\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**...*\n......\n...**.\n......\n*.*.*.\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*..*.\n.*..*.\n*.....\n......\n....*.\n**...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n....**..\n......*.\n.....*..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*..\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n.....*..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n....*\n.**.*\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*..*.\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n...\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n**..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n***....\n......*\n*.**...\n*.****.\n***...*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n*.**...\n..**...\n.*.*.*.\n......*\n*..***.\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.**..*\n*.**..*\n...*.*.\n*......\n...**.*\n*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n**.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n*.*.\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n****\n*...\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.***..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n*..*.*.*..\n....*..**.\n...**.*.**\n......***.\n...**..*..\n.*.*.**.**\n.***..***.\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n.....*.**.\n.........*\n...**.*..*\n......*..*\n..***....*\n.*...*...*\n.*.****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*..*.\n.....*.**.\n..........\n...**.*..*\n......*..*\n..***....*\n**...*...*\n**.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....**\n..*..**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n......\n......\n......\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n.**\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n**.\n.*.\n*.*\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n*..\n..*\n*.*\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n...\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******\n*****...*\n.********\n*********\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.\n.**....\n.*.**..\n**...*.\n*.*....\n```\n\n\n## Output without wrap\n\n```\n***....\n.....*.\n...**..\n*..**..\n*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*\n.....*.\n...**..\n*..**.*\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*....*\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*.**\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n***...\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.****\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n..***.\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*...**\n..**.*\n..****\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n.*.*.*\n.**...\n.**..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.*..\n.**...\n.**...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n....\n....\n....\n.*..\n.*..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*..**\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.***\n.*....\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*...**\n....**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..***.\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.\n*.***..*\n..*.....\n..****..\n.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***..*.\n.**.....\n.**.....\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**..\n***.*...\n***....*\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.....*\n*.....\n**....\n**.***\n*..**.\n...**.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n**....\n..*.*.\n...*.*\n**....\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n*....*\n**...*\n..*.*.\n...*..\n**....\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.*..*\n**.**...*.**\n..**...**.*.\n....***.....\n............\n............\n.....*.*....\n.*...*.*...*\n..*...**...*\n..*.*.***..*\n```\n\n\n## Output without wrap\n\n```\n.**.**.*.***\n.*....*.*.**\n.**...***.**\n...*****....\n.....*......\n............\n............\n.....*.**...\n.***......**\n...*.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.*...\n**....*.*.*.\n***...***.*.\n...*****....\n.....*......\n............\n............\n*....*.**...\n.***......**\n***.*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n****.**\n******.\n.*.**..\n*******\n*****.*\n.*.*.**\n***.*.*\n*.***.*\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n......*\n.....**\n.......\n.......\n.......\n.....**\n*.....*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*..\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n..**\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*.*.*.\n.*....\n*.....\n.*.*.*\n.**.**\n.*....\n..*.*.\n***.*.\n*..**.\n*.*.*.\n.*..**\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n......\n......\n...*.*\n...*..\n.....*\n*.*...\n*...**\n*...**\n*...**\n.*.**.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..*.*.\n......\n....*.\n...*.*\n.*.*..\n......\n..*...\n*...*.\n*.....\n*....*\n...*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n..**..\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n...*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n**.*\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n**..\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.*.*\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**\n*.*...**\n.*.**.**\n*..*..*.\n```\n\n\n## Output without wrap\n\n```\n.***.***\n*.......\n**.**...\n..******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**...\n........\n.*.**...\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n**.***\n....*.\n..**..\n..***.\n...*..\n*.*.**\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n*.****\n*.**.*\n*.....\n......\n......\n.***.*\n****..\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n..*..*\n*.....\n.*....\n......\n******\n..*.**\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.*.*.*.\n****.*....**.\n.*..**.*..**.\n.****.***.***\n```\n\n\n## Output without wrap\n\n```\n*..****....*.\n...*....**..*\n.......**....\n.****.*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*...\n...*....**...\n.......**....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n.*.*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n.....\n*.**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n....**..\n...***..\n....*...\n...*.**.\n..**...*\n...*...*\n....*..*\n```\n\n\n## Output without wrap\n\n```\n....*...\n......*.\n...*....\n......*.\n..**.**.\n..**...*\n..***.**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.\n......*.\n...*....\n......*.\n..**.**.\n..**...*\n*.***.**\n...*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n.*.*\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n...*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..\n.**.*..\n.*.*...\n*.*....\n**.....\n......*\n**.....\n****...\n***..**\n```\n\n\n## Output without wrap\n\n```\n..*....\n*...*..\n*..*...\n*.*....\n**.....\n.......\n*......\n...*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n*...*..\n*..*...\n*.*....\n**....*\n......*\n......*\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*.*.*\n**....\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n***..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**..*\n.**...\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n**.**\n.**.*\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n*...*\n....*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n*.**.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.*...**....\n.*...****.*\n...........\n........*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n......*....\n.....*.*...\n......**...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......*....\n**...*.*..*\n......**...\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n...**..***\n.......***\n...**...**\n..........\n..***.....\n.**.......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n........**\n......*...\n..........\n.......*.*\n..*.......\n.***......\n.**.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n......*...\n*.........\n.......*.*\n..*.......\n.***......\n.**.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n***.*\n.....\n.....\n..**.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n*.*.*\n.*...\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n**...\n.....\n.****\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....*..*\n*..**....*..*\n...**.......*\n```\n\n\n## Output without wrap\n\n```\n...**........\n..*..*.....**\n...**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....**\n*.*..*.....**\n..*..*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n.**.\n****\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*..*\n........**.\n*...*......\n......**...\n..*........\n....*.*.*..\n*.*....****\n..*...*.*..\n.*..*..*...\n```\n\n\n## Output without wrap\n\n```\n........**.\n........**.\n.......**..\n...........\n.....**....\n.*.*....*..\n.*.*.**....\n..**..*....\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.*.\n*.......***\n.......**..\n...........\n.....**....\n.*.*....*.*\n.*.*.**...*\n*.**..*...*\n***...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*..**..*\n.**....***.**.\n****..***.*.**\n.*.*.*****...*\n**.**.*..*.*.*\n*.*.*..*****..\n..**.***..**.*\n*.*.*.*****..*\n*...***.*.****\n..**.*...*..**\n.*..****.*.***\n.**..****.**.*\n```\n\n\n## Output without wrap\n\n```\n.**....*.****.\n...*..........\n*..***....*..*\n...........*.*\n*..........*..\n*.............\n..*...........\n..*..........*\n..*...........\n.***.....*....\n.*.......*....\n.**.*...****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......*\n...*..........\n...***....*...\n...........*..\n...........*.*\n..............\n..*..........*\n..*...........\n..*...........\n.***.....*....\n.*.......*....\n.**.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n....*.........\n.....*........\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n...*...\n*......\n.......\n.*.*...\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n.......\n..*....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n.*.*......\n.*.*..*...\n...*.....*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*..*.....*\n*..*.....*\n*.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.....\n..***\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n..**.\n.*..*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n...*.\n..**.\n.*..*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**.***.\n****.*****...\n**********.**\n******..*.***\n***********..\n**.*.*.****.*\n.***.********\n*.*.*.******.\n```\n\n\n## Output without wrap\n\n```\n.............\n...........*.\n...........**\n...........**\n...........**\n...........**\n...........**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.**..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.**.*....\n.***.....\n.........\n.......**\n......*.*\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..*......\n.*.......\n..*......\n.......**\n......*.*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..*......\n.*.......\n..*......\n.......**\n......*.*\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*..*\n****\n****\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n****\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*....**.\n......*...***\n...*.***...**\n****.....***.\n*.......**...\n.**.....**.**\n.......**..**\n.*......*..**\n**......****.\n...**...***.*\n...*.*..**...\n*..**...**...\n**.......*...\n**..**...**..\n```\n\n\n## Output without wrap\n\n```\n.............\n...**..**....\n**........*..\n*......*..***\n*..**.....*..\n**.........**\n..*..........\n.............\n*............\n....*..**....\n.....**......\n.....**......\n.........**..\n.**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.....*\n***....**....\n..........*.*\n**.....*..*..\n*..**.....*.*\n.*...........\n***..........\n*............\n.............\n*...*..**....\n.....**.....*\n*....**......\n.....*....*.*\n***........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n...*.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n...***...\n...***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****....\n*...**.*...*\n*...**.....*\n..***.......\n............\n.*.....*.**.\n..*...*....*\n.......*.*..\n............\n......**....\n```\n\n\n## Output without wrap\n\n```\n....*..*....\n...*...*....\n.*....*.....\n...***......\n..**........\n..........*.\n......**.*..\n............\n......***...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*...\n*..*...*...*\n**....*....*\n...***......\n..**........\n..........*.\n......**.*..\n............\n......***...\n.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.***......\n.***......\n.*....**..\n......**..\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*.*......\n**........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.*.*......\n**........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.....*\n.*.......*\n*........*\n*........*\n**........\n*........*\n..........\n......*...\n......**..\n..........\n.**.......\n.*.....*..\n.**...**..\n*.*...*...\n```\n\n\n## Output without wrap\n\n```\n***.......\n........**\n**......**\n*.........\n**........\n**........\n..........\n......**..\n......**..\n..........\n.**.......\n*.....**..\n*.*...**..\n..*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n........*.\n.*......*.\n..........\n.*........\n**.......*\n..........\n......**..\n......**..\n..........\n.**.......\n*.....**..\n*.*...**..\n......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n***.****..\n.......***\n***.****.*\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n......*..*\n.....*...*\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n*.........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..**.\n.*.*.\n.*.**\n.*...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*.**\n...**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...**\n.*.*.\n.*.*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......\n..*..**.....\n..*...*.....\n...*..*.....\n..*.........\n..****......\n..*.*.....**\n...**......*\n.........*.*\n..*.*...*..*\n...*........\n........***.\n..**.....*..\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n.....**.....\n..**..**....\n..**........\n..*..*......\n.**.**......\n..*.......**\n...**......*\n....*......*\n...*......*.\n...*....*.*.\n..**....***.\n........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.....\n.....**.....\n..**..**....\n..**........\n..*..*......\n.**.**......\n..*.......**\n*..**......*\n*...*......*\n...*......*.\n...*....*.*.\n..**....***.\n........***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n***\n...\n...\n...\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n...\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n..*.*\n.*...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**.*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n***.*\n.***.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***....\n....***.*...\n..*.*.......\n..*.**....**\n*..**.*.....\n```\n\n\n## Output without wrap\n\n```\n.......*....\n............\n......*.....\n.**.........\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........\n............\n......*.....\n.**........*\n..*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n..***\n...*.\n.....\n.....\n.....\n....*\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.**..\n....*\n.**.*\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*....\n.***.\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.*..**\n****.*\n```\n\n\n## Output without wrap\n\n```\n...***\n*....*\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n***\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n.**..*..\n....*...\n........\n......*.\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n........\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.....*..\n........\n........\n......**\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.**.*\n....*\n..***\n.....\n.....\n...*.\n**.*.\n.****\n.*.*.\n.*.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n....*\n.*..*\n..***\n...**\n.....\n.*...\n.*...\n.....\n*****\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*..*\n.*..*\n*.***\n...**\n...*.\n**...\n**...\n**...\n.**.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n..****\n***.**\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..****\n*******.**.\n***********\n.*.*****.**\n*****.*****\n```\n\n\n## Output without wrap\n\n```\n*...*.**..*\n...........\n...........\n...........\n**........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....***..\n.*.****....*\n.......*...*\n......*....*\n.*....***.*.\n..*****...*.\n```\n\n\n## Output without wrap\n\n```\n....*..*....\n........****\n...**..*....\n....**.**...\n..*...***..*\n..*..*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.*.\n**.****.....\n*..**..*....\n*...**.**...\n............\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n....\n....\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n*.****\n.***.*\n.....*\n.*****\n..*.*.\n*...**\n***...\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.....\n.*...*\n.....*\n.**..*\n..*...\n*.*.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.....*\n***..*\n..*...\n*.*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**.*\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.***.*\n.....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n..****\n..**.*\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n..**.*\n*.**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........**\n...........\n*.........*\n...........\n...........\n.....***.*.\n.....*..*..\n.....****..\n...........\n...........\n...........\n..........*\n*..........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.....**....\n.....****..\n....*....*.\n.....*..*..\n.....*..*..\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*.\n..........*\n...........\n...........\n.....**....\n.....****..\n....*....*.\n.....*..*..\n.....*..*..\n...........\n...........\n...........\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.**.\n**..\n****\n*..*\n....\n...*\n*.**\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n..*.\n...*\n...*\n*..*\n....\n..**\n*.**\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..**\n....\n....\n....\n*..*\n*.**\n..*.\n..*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.....\n.**.*.....\n..*.**....\n```\n\n\n## Output without wrap\n\n```\n.**.*.....\n.*........\n.**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...***\n..*****..*\n*.....**.*\n.**.*....*\n**..*.....\n...*....*.\n...**..**.\n...*.*....\n.*..****..\n...*.**.*.\n.**.......\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..**.*****\n..****...*\n......**.*\n..**.*..*.\n**..*.....\n..**...**.\n..**...**.\n..**....*.\n..**...*..\n.*.*......\n..****....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...****\n..****....\n......**.*\n..**.*..**\n**..*....*\n..**...***\n..**...**.\n..**....*.\n..**...*..\n.*.*......\n..****....\n..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..*.\n...*\n*...\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n...*\n...*\n*.*.\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n...\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n**.*.\n**.*.\n*....\n*.***\n*...*\n*.*..\n..*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n...**\n*...*\n.*..*\n..*..\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.**.*\n..***\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*..\n.....\n.....\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***.\n*.*......\n..**.**..\n.*..***..\n..*....*.\n***.*..*.\n**.*.**.*\n*...*.**.\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*..****.\n.*...***.\n.*..****.\n*...*..*.\n.*..*****\n**.*....*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.**.**.**\n.*...**.*\n**..****.\n**..*..*.\n....****.\n...*.*...\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n***.\n..**\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n*.*.\n**.*\n...*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n....*\n.**..\n.**..\n*...*\n.****\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n*...*\n*...*\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n*....\n*....\n**..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*.*...\n...*..\n.**..*\n.*..**\n*.*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.**...\n...*..\n.***.*\n*..***\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**...\n*..*..\n.***.*\n...***\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n****\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*....\n..*.......\n**..*.....\n**.*...*..\n.......**.\n..........\n*..**.**..\n**......*.\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.**......\n*..*......\n***....**.\n.......**.\n......*.*.\n**.....*..\n**.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......*\n*.**......\n*..*......\n***....***\n.......**.\n......*.*.\n**.....*.*\n*.******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..**..\n...**.\n...*.*\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*.*.\n......\n...*..\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..*.*.\n......\n...*..\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**..**.\n...*..*.***..\n...*..****.*.\n....*........\n....*.....**.\n....*....*...\n*..**....***.\n.**.....**...\n......**.*...\n....**.*.*...\n***.**..**.*.\n```\n\n\n## Output without wrap\n\n```\n....****.....\n...*.........\n..*...***....\n..*....****..\n..........*..\n.............\n.*...*.......\n.*...*.**....\n.*...*.*.**..\n...*.........\n...*.******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**....***\n......*......\n..*...***....\n..*....****..\n..........**.\n.............\n**...*.......\n.*...*.**....\n.*...*.*.**..\n*.*.**.*.*.*.\n.*..**..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***..*\n*....**.*.\n.........*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n....*.**..\n....*.****\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**.*\n*...*.***.\n.........*\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.***..\n****..\n***.**\n****.*\n....**\n*****.\n.***..\n******\n.*****\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n....**\n....**\n....**\n**...*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*..*\n....*.****\n***.**.*.*\n..*...***.\n.*.*.**...\n.*.*...**.\n...******.\n****.....*\n.*..*..***\n.****.*...\n....*.***.\n```\n\n\n## Output without wrap\n\n```\n..........\n.***.*..**\n****....**\n*....*....\n..***.....\n..**..*...\n**......**\n**..*..*.*\n*.******.*\n.**.*....*\n.**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n.*..**....\n****.....*\n.....*...*\n..***...**\n..**..*...\n..........\n....*..**.\n..********\n***.*.*...\n..*.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**.*.\n**...\n****.\n.*.**\n**.**\n.***.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n...**\n..**.\n...**\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n...*.\n..***\n.....\n.....\n.....\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n*..\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n***\n..*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n***....\n.*.**..\n...**..\n...****\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n****...\n**..*..\n.......\n......*\n...*..*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n****...\n**..*..\n.......\n......*\n...*..*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.*.\n..*.\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n****\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n..*.**\n...**.\n.*.*..\n....*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n.....*\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n*.....\n.....*\n..**..\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..**.\n*.***\n**...\n**...\n...**\n```\n\n\n## Output without wrap\n\n```\n..*..\n....*\n*...*\n...*.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*....\n*....\n...*.\n.**..\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.***\n*.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***...\n*.*.....\n.****...\n```\n\n\n## Output without wrap\n\n```\n..**....\n*.......\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n*.......\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n***.**\n*..**.\n*.**..\n******\n*.*.**\n******\n...***\n**.*..\n```\n\n\n## Output without wrap\n\n```\n**.***\n*....*\n*....*\n*....*\n*....*\n......\n*.....\n.....*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*\n........*\n........*\n.........\n.........\n.........\n.........\n.....*...\n...***...\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....*....\n...*.**..\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*.\n*......**\n.........\n.........\n.........\n.........\n.........\n....*....\n...*.**..\n*..*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.**\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n*.**\n.**.\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n...*\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n**.*\n*.*.\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...*..\n...*.....*.*\n............\n............\n...*......*.\n....*....*..\n............\n............\n............\n............\n............\n............\n............\n...*......**\n```\n\n\n## Output without wrap\n\n```\n....*.....*.\n....*.....*.\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*.*\n....*.....*.\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n....*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.....**\n.*..*...***.\n..*.*...*...\n...*.....***\n...*******..\n.*.*..*..***\n**.*.****..*\n.*.*......*.\n```\n\n\n## Output without wrap\n\n```\n.****....***\n.*..**......\n.**.*..*...*\n..*.*.*.....\n.*.*****....\n**.*....*...\n...*.*..*...\n***.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...**...\n.**.**...**.\n..*.*..*....\n.**.*.*....*\n**.*****...*\n.*.*....*...\n*..*.*..***.\n*..*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.**\n...*\n*..*\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n.*.*\n**.*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n****\n....\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.....*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.....*\n.**..*\n*.*...\n...*.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.**...\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n.**..*\n*.****\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n.***\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n**.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n*....*.\n.**.*..\n..*****\n*..**..\n***....\n**.....\n....**.\n...****\n```\n\n\n## Output without wrap\n\n```\n.....**\n.*..***\n.**...*\n.......\n*......\n..**...\n*.*....\n...*..*\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n**..**.\n***....\n*.....*\n*......\n..**..*\n*.*...*\n*..*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**\n***.**.*\n.....***\n........\n........\n........\n**...*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.**\n.**.....\n.*..**.*\n......*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n.*..**.*\n......*.\n........\n........\n********\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n..*.*.\n..*.*.\n.*...*\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n.**.**\n.**.**\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.**.*.\n.**.**\n.***..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.***..\n.*.*..\n..*...\n.*.*..\n......\n***...\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n**.**.\n.*.*..\n.*.*..\n..*...\n*.....\n.**...\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**.**.\n.*.*..\n.*.*..\n..*...\n*.....\n.**...\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n*....*.\n.****..\n.......\n...**..\n.**.*..\n*....**\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.....\n.*..*..\n.*.....\n.**.*..\n.*..**.\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n**..**.\n.*.....\n*.*.**.\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n....*\n.**..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*..*.\n.**..\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.........\n.........\n.........\n..**.....\n..**.....\n.........\n.........\n**.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n.*.\n...\n.**\n***\n...\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*.*\n*..\n...\n*.*\n*..\n*..\n*..\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n.*.\n***\n***\n...\n...\n*..\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n......\n......\n*....*\n*..*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*....*\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n..*..*\n....*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*.*.\n.**..*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.**\n.**..*\n..*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.\n.**....\n......*\n......*\n.**.***\n....*..\n***....\n..**..*\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.....*.\n...**..\n.**.**.\n.**....\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*.*...*\n*......\n.....**\n*..**.*\n..*.*.*\n*.*...*\n*.....*\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n*....*.\n*....*.\n.*..*..\n..***..\n.****.*\n.*....*\n.....*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n**..**.\n.**.**.\n.......\n.*..*..\n.*.**.*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*....*.\n**..**.\n.**.**.\n*......\n.*..*..\n.*.**.*\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......**..*\n*..*.*.*...*..\n....****......\n..*.**........\n.....**.......\n*.*.***.......\n.*.*..........\n```\n\n\n## Output without wrap\n\n```\n.........*....\n......****....\n....*..*......\n..............\n.*..*.........\n*.............\n.*...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..*....\n.*.*..****....\n....*..*......\n..............\n.*..*.........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*************\n*************\n**.*********.\n****.********\n**********.**\n*************\n*********.**.\n*************\n.***.********\n*************\n*****..**.***\n*******.**.**\n```\n\n\n## Output without wrap\n\n```\n*...........*\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n*....**.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**\n.......\n.......\n.*.*...\n.*..*..\n.**...*\n*.**..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n***....\n*..**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n....**.\n.......\n..*....\n..*....\n..**.*.\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*.......\n..*......\n***......\n.........\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*.*......\n.**......\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.........\n*.*......\n.**......\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.***\n.....\n.....\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.*....**\n.***.*..**.**.\n.*.**..***...*\n.**.*.*..*....\n.*....*.......\n**..*.*..****.\n*..*...****..*\n*.*......*...*\n......*.*...*.\n.....*........\n...***.....*..\n..*..**....*..\n```\n\n\n## Output without wrap\n\n```\n....**...*.**.\n**..**..***..*\n**..*.****.*..\n**........*...\n...**..**..**.\n*...**..*.***.\n*..*..*......*\n.**.........**\n..............\n..............\n..............\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.*....*\n.....*...*****\n....*.****.*..\n..........*...\n.*.**..**..**.\n.*..**..*.***.\n*..*..*.....**\n***..........*\n*............*\n..............\n**.**.........\n.*.*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*....\n*...........\n........*...\n.......***..\n......*.*...\n...*.**.....\n..******....\n......*...*.\n........**.*\n*...*..*****\n*...*...**..\n*....*.*.***\n......***...\n```\n\n\n## Output without wrap\n\n```\n**..........\n**..........\n.......***..\n.........*..\n.....**.**..\n..**........\n..**...*....\n...**.*.***.\n...........*\n.......*...*\n**..***.....\n.....*....*.\n......*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....***...\n**..........\n.......***..\n.........*..\n.....**.**..\n..**........\n..**...*....\n...**.*.***.\n*...........\n*......*....\n.*..***.....\n*....*....**\n.*.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.*...\n...*.\n.....\n.**..\n*.*..\n...**\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n.**..\n..*..\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n.**..\n*.*.*\n**.**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n.*..\n...*\n***.\n.*..\n*..*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n..*.\n*...\n..*.\n**..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n.*.*\n....\n****\n..*.\n**..\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**..**\n*****.\n*.****\n******\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n*.**.*\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***.\n.......**..\n*.**....*.*\n***.....**.\n**.........\n.*.*.*****.\n.....*...*.\n..*.**..**.\n....*..*.*.\n...........\n...........\n......*....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n..**.......\n..**.......\n.****.*....\n.**.******.\n..........*\n......*..**\n...*..*..**\n....*......\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n*........**\n*.**......*\n..**.....**\n*****.*....\n***.*******\n...........\n......*..**\n...*..*..**\n....*......\n...........\n...........\n.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n**.*.*\n****.*\n..**..\n.*.***\n..***.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.***.\n**....\n**....\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*....\n*.....\n*...**\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.*.**.\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...\n.*.*..*\n*....**\n*...**.\n**.**.*\n.***.**\n*...*.*\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.***...\n**.****\n**....*\n*..*...\n*.....*\n......*\n*...*.*\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.*.***.\n.*.....\n...*...\n.......\n.......\n....*.*\n..*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**.*\n*.....****\n.........*\n....*.....\n**.***.**.\n.**....*..\n.....*..**\n```\n\n\n## Output without wrap\n\n```\n..........\n......**.*\n....****.*\n..**.....*\n*........*\n*..*.*...*\n.**.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......*...\n*...****..\n..**......\n..........\n...*.*.*.*\n**..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**\n.....*.*.\n**.**....\n**..*.***\n.**.*...*\n*...****.\n..*.*....\n......*..\n..*..***.\n.**.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*...**.*\n*...*.*..\n*...*.*..\n....**.**\n....*.*.*\n..*.*.***\n..*.*...*\n......**.\n.*..*.**.\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.*\n....*.**.\n.*..*.**.\n.*..**...\n.*..*.*..\n.**.*.***\n..*.*....\n......**.\n**..*..*.\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n***\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n..*.\n*...\n...*\n*...\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n**.*\n....\n*..*\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n..*.**..\n*.***.**\n***....*\n.**.....\n```\n\n\n## Output without wrap\n\n```\n..****..\n.**...**\n*.......\n*....***\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**.\n*****.**\n......*.\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.**\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*.**..\n**....\n......\n..**..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.**..\n***...\n.**...\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n*.**.*\n***...\n.**...\n..**..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.....*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n....**\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*\n*.*.....\n....*...\n...*****\n*.*...*.\n.......*\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n....*.*.\n...**.**\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n*......*\n....*.**\n...**.**\n*..**...\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.***.*\n*****.\n**.***\n..****\n.*.***\n.***.*\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n**....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*\n.***.*.\n..**...\n..**.**\n...*.**\n.***..*\n.***..*\n****..*\n```\n\n\n## Output without wrap\n\n```\n....**.\n.......\n....*..\n.....**\n.....**\n......*\n....***\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n*...*..\n....*..\n*....**\n.....**\n......*\n*...*.*\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**.\n.........\n.........\n.........\n.........\n.........\n*...*....\n.*...*...\n..*..**..\n....**...\n.....*...\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.*..***..\n......*..\n....*....\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.*..***..\n......*..\n....*....\n....**...\n**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.**\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.****.\n.*...*\n..*..*\n*.*...\n*..***\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.*...*\n.*...*\n.**...\n.**.*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n......\n..*..*\n*.*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n*....*\n.....*\n.....*\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n......\n....*.\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n.**.....\n....**..\n....*.*.\n...*..*.\n..**..*.\n......*.\n..**..*.\n.*****..\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.***....\n...***..\n...**.*.\n..***.**\n..**.***\n.....***\n.*....*.\n.*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n.***....\n...***..\n...**.*.\n..***.**\n..**.***\n.....***\n.*....*.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.*....*\n......*\n.*....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n......*\n*.....*\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n........\n........\n........\n.......*\n........\n..*.....\n.***....\n.*......\n*.......\n........\n........\n........\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.***....\n.*.*....\n**......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n........\n........\n........\n........\n.***....\n.*.*....\n**......\n........\n........\n........\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n..***\n.....\n*..**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**.*\n.*...\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*..\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.**..*\n..****\n*...**\n..*.**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n.*.*..\n.*.**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n*.*...\n*..*..\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n.....\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*...*\n***..\n*...*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n**...\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*...*.\n*...*.\n...**.\n..*...\n*...**\n....*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...***\n...*..\n.....*\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...***\n...***\n......\n...*.*\n*..*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.**.\n****.**.*\n*********\n**.***.**\n.**.*****\n**.*.****\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n*.*.*\n..*..\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.....\n..**.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n.*..*\n.***.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*****\n**...\n.**.*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*.***\n....*\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n..***\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*...*\n....*\n****.\n*..**\n...*.\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*.*.*\n***..\n*...*\n..***\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n..*..\n.**..\n*....\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n***\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.*.....*.\n*.*...*..\n.**......\n*...*.*.*\n*...*.**.\n....**.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n*........\n*.***.*..\n.*...***.\n...*..**.\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**.\n.***.....\n*.......*\n..***.**.\n**...**..\n*.*...*..\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n..*.*..\n.......\n*.*....\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*.*.\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n...*.*.\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.........*\n...**....*\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n*.......\n.*.....*\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*.......\n.*.....*\n*.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n......\n......\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.....*\n......\n......\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.....\n.**...\n*.....\n......\n*..**.\n```\n\n\n## Output without wrap\n\n```\n*****.\n....*.\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n**....\n.*....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..**..\n....**\n..**..\n....**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n....*.\n...*..\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n....*.\n...*..\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n***\n.**\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...*.*\n*.*...\n..*..*\n*..*..\n.**.**\n..*..*\n*.....\n.**.*.\n.***..\n..*...\n.*....\n**.*..\n*..**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n.****.\n..**..\n...*.*\n.**.**\n..****\n..**..\n*.....\n......\n...*..\n**....\n**.**.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n*...**\n******\n*.**.*\n*..*..\n.**.**\n..****\n*.**.*\n*.....\n......\n...*..\n**....\n**.***\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n...**..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...**..\n...**..\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n..........**\n............\n.....***....\n......**....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n......*.....\n.....*.*....\n.....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n......*.....\n.....*.*....\n.....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.........\n.........\n..**.....\n...**....\n...***...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..***....\n.....*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.........\n.........\n..***....\n.....*...\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n..**...\n.......\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n.*.*...\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*..\n***...\n*....*\n*..*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.*...\n*.*...\n*...*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**....\n..*..*\n.**...\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.*...\n**.***\n*.****\n.*****\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.***.\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n*.........\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n...*\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..**\n*.**\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n***.*.\n******\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*.**..\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*..*..\n.**.**\n..*.**\n**.***\n**..*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.**.\n*..*..\n*.....\n*.....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n...***\n*..*..\n......\n......\n......\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**\n*.......*..\n*.......*..\n*.......*..\n.........**\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.......*...\n.......*.*.\n.......*...\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**\n.*.....*...\n.*.....*...\n.*.....*...\n.........**\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n*.....\n..*...\n.*.*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*...\n.**...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.*...\n.**...\n.*.*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n*.*\n***\n*.*\n.*.\n***\n**.\n.**\n***\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n*.*\n*.*\n...\n..*\n...\n...\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.......\n......*\n.......\n....*..\n....**.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....*..\n...*...\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n.......\n.......\n....*..\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n***..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*....\n*.*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.***.\n..*...\n...**.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n.***..\n.**...\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.***..\n.**..*\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*****.**.\n.*...*..***.**\n*.*....**..***\n.*.*****....*.\n*.*.****...*.*\n**...*..***..*\n```\n\n\n## Output without wrap\n\n```\n.*...**.....*.\n*..***.....**.\n.*............\n*.**.....*.*..\n*..........**.\n**......*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***........\n..*..*........\n..............\n..**.....*.*..\n..........*...\n..***.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..**.*\n..*.*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n.*.\n.**\n*.*\n.**\n.*.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n*..\n*.*\n*..\n*.*\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*.*\n****\n***.\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n...*\n....\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n******\n.*****\n*.****\n**.*..\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n**.*..\n......\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n**.**.\n**.**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n*.....\n......\n......\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...**\n...**...**\n...**...**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**...**\n..*..*.*..\n...**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.*..\n*.*..*.*..\n*.*..*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n....***....\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n....***....\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...........\n....***....\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...**\n....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*...\n***.*....\n..*.....*\n....*.**.\n......*..\n.......*.\n..*..*...\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n*.**.....\n*.*......\n..*..*.*.\n.....***.\n.....**..\n......*..\n.....**..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**...\n*.*.....*\n*.*..*.**\n.....***.\n.....**..\n......*..\n.....**..\n.*.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.\n*.*******\n*********\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.\n......*\n*.....*\n.*....*\n*.*....\n*.**..*\n******.\n......*\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n.....**\n***....\n*.*....\n*..*.**\n....*.*\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n*....*.\n.....**\n*.*..**\n..*....\n...*.*.\n....**.\n...*.*.\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n......\n......\n......\n......\n......\n......\n**...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n**....\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n..*.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*..*.\n....*.\n....*.\n.....*\n......\n......\n....**\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n...*.*\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*...\n...*.*\n...*.*\n......\n......\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n..*.\n..**\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n.*****\n.**.**\n.*.**.\n..**.*\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n.**.**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n.....\n.....\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n.........\n.........\n.........\n....*....\n..**.....\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n...**....\n..***....\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n...**....\n..***....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.*...\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*...\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n.*...\n*.*..\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***........\n..........*\n...........\n....*...*..\n....*......\n**.*...**.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n........*..\n........*..\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......*\n.*.........\n...........\n........*..\n...**...***\n..***.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n....\n****\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.**..\n.**..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.**.\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n....*...\n........\n........\n........\n........\n........\n......*.\n.....**.\n*.*....*\n..*.....\n........\n........\n....**..\n```\n\n\n## Output without wrap\n\n```\n...***..\n...***..\n........\n........\n........\n........\n........\n.....**.\n.....***\n.*....*.\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...***..\n........\n........\n........\n........\n........\n.....**.\n.....**.\n.*....**\n.*......\n........\n........\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*.**\n.*..*.*.*.\n.**.***.*.\n...***.**.\n****.*..**\n..***....*\n...*......\n...***....\n***.*.*..*\n*..***.***\n*..***.*..\n.*.....***\n**..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.****...**\n*.....*.*.\n.**.....**\n*.........\n.*...***.*\n........**\n.....*....\n.*...*....\n***...**.*\n*......*.*\n****.*....\n.***.....*\n**......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*.\n......*.*.\n.**.....**\n..........\n**...***..\n........**\n.....*....\n**...*....\n.**...**..\n.......*..\n.***.*....\n.***......\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.*.**.*\n***.*..***.*.\n............*\n*...........*\n*..........*.\n*......*..***\n...*......*.*\n..**..*....*.\n..**.****.*.*\n...*.*.......\n...**........\n..**.......*.\n..*.*********\n*..***.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.**.*.**.*.**\n*.*.*.*..*...\n.*.*...**....\n**........*.*\n..........*.*\n.**......**..\n..........*.*\n....***..**.*\n....**.**.**.\n.............\n.............\n.**...**.****\n.***.....*..*\n..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.**....\n...*****..*..\n...*...**..*.\n..........***\n**........***\n*.*......***.\n**........*.*\n....***..**.*\n....**.**.**.\n.............\n.............\n*.*...**.**.*\n***...**.**.*\n.*....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n*******.**\n*******.**\n*****..***\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n*.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n..*.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.*.....\n*.....*\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n**....*\n*....**\n*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..***\n*****\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n.*..***\n******.\n***.***\n***...*\n*...**.\n**..***\n***.*.*\n***.***\n```\n\n\n## Output without wrap\n\n```\n.***..*\n.......\n.......\n......*\n..*...*\n..***..\n..*...*\n.......\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n..*....\n..***..\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.......\n.......\n.......\n*..*...\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*.\n.....*..*.\n.....*..*.\n.....*..*.\n.....*..*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....****.\n....*....*\n...*......\n....*....*\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......\n*..*......\n*..*......\n*..*......\n*..*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n***.\n....\n....\n*.*.\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.*..\n....\n.***\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n***.\n..*.\n*.**\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.*.**\n.*...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..***\n...**\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.*..*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n*..*.*.**\n...*.*...\n*..*.*.**\n..*.*....\n..*.*....\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..**.*...\n......*..\n.........\n.**.**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n.......*.\n..**.*...\n*.....**.\n.......*.\n***.**...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.***\n....**...**\n...*.....**\n...****.*.*\n.....*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....**.....\n....****.*.\n...*....**.\n.....*.....\n....**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....\n...**......\n*..*....***\n....***.**.\n....*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n*.******\n********\n********\n.*******\n```\n\n\n## Output without wrap\n\n```\n..*....*\n*.......\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*....\n...*....\n..**....\n........\n*.......\n**......\n**.....*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..***...\n..***...\n.**.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..***...\n..***...\n.**.....\n........\n.*......\n*.......\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.******\n*******.**\n********..\n**********\n*****..*.*\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n......*.*.\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*...\n....*.**...\n.....*...*.\n..........*\n...........\n**.........\n..**......*\n....*.....*\n*..........\n..***......\n...........\n.......*...\n.....*.*...\n```\n\n\n## Output without wrap\n\n```\n.....*..*..\n....*...*..\n.....**....\n...........\n...........\n.*.*.......\n.*.*.......\n...**......\n...**......\n...**......\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*.\n....*...*..\n.....**....\n...........\n*..........\n...*......*\n...*......*\n**.**.....*\n...**......\n...**......\n...........\n.......*...\n......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n.***.\n.**..\n.....\n.....\n.....\n.....\n**...\n*...*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...*.\n.....\n.....\n.....\n.....\n.....\n*....\n.*..*\n.*.*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n..*\n..*\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.....**...\n....***...\n...*.*....\n...**.....\n..**......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....*....\n..........\n..*.*.....\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....*....\n..........\n..*.*.....\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..*..\n*.*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......*.\n......*.\n**....**\n.......*\n*.......\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....***\n........\n......**\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n**....*.\n.......*\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.\n.........\n.........\n****.*..*\n****...*.\n*...*****\n.....*...\n.........\n.*...*.*.\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.***.....\n.***.....\n.**..*...\n...*.*.**\n.......**\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.*.......\n****.....\n****.....\n..*..*..*\n...*.*.*.\n.......**\n.....***.\n......*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.*....\n*.....\n.....*\n*....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n....*.\n*...*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*...\n.**.*****\n*..*.****\n```\n\n\n## Output without wrap\n\n```\n.***.*.*.\n***.....*\n.***....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.**......\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n..**.....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...*******\n******.***.***\n.*******.*****\n***.*.***..***\n.***.**.*.*..*\n***.*.**.*****\n.********.*.**\n*****.****..**\n*.**..********\n.*.*.*****..*.\n```\n\n\n## Output without wrap\n\n```\n*..*..**.....*\n..............\n..............\n*.............\n..............\n*.............\n..............\n*.............\n*.............\n.*.***......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n...*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n....***.\n.*****..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n...*..*.\n......*.\n..**..*.\n..***...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n......*.\n..**..*.\n..***...\n........\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*...\n.**...\n...***\n*.*..*\n*..*.*\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.**.*.\n...***\n.**..*\n*.**.*\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n..*...\n.**.*.\n...***\n.**...\n..**..\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*...\n.*.*\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n...*.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...**....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n..**.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*.*\n**.\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n..*\n*.*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*....\n.**..**..*\n*...******\n.**.*.****\n****.*.*..\n..**......\n****......\n...*......\n.*..*.....\n```\n\n\n## Output without wrap\n\n```\n.*****....\n*.**......\n...*......\n..........\n..........\n..........\n...**.....\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....\n..**.*....\n...*......\n..........\n..........\n*.........\n...**.....\n*....*....\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*..\n.***.......\n.*..*......\n.*...***...\n*..******..\n.*.....**..\n```\n\n\n## Output without wrap\n\n```\n.*..*......\n*..........\n.....*.....\n...........\n*...**.....\n.*.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*..\n......**...\n.....*.....\n..........*\n*...*.....*\n*..**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**..\n***.*****\n*.**.****\n***.*****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*.*\n***.**..*.\n.**.**....\n**...*.**.\n......*...\n.....*.**.\n*...**.*..\n.*.*..*.*.\n.**.**....\n..*..**.**\n....*.**.*\n........**\n```\n\n\n## Output without wrap\n\n```\n.*****.*..\n.******.**\n*...*...*.\n.*..**.**.\n.*.*...**.\n..........\n...*....*.\n****..***.\n...*.....*\n.**....***\n..........\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..*..\n*******..*\n....*.....\n**..**.*.*\n**.*...*.*\n........**\n*..*.....*\n.***..**..\n...*......\n..*....**.\n.......**.\n*.**.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n...**..\n....*..\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...**..\n...**..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...**..\n...**..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n.*.*..\n...*..\n.*...*\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..*.*.\n....**\n...**.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n..*.**\n....*.\n...**.\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..*.*\n..*.*\n*.**.\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n.**.*\n..*.*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n.**.*\n*.*.*\n.****\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.**..\n**.**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n*...*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n....\n....\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n....*.\n.**.*.\n..**..\n...*..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n*...*.\n.**.**\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.**...\n....*.\n.**.**\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n..**..\n**...*\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n.***..\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*.....\n*.**.*\n..*..*\n***...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n.*.**.\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..***.\n.*...*\n.*.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..***.\n.*...*\n.*.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n.*......\n.*....*.\n.......*\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n***.....\n........\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n***.....\n*.......\n*.....**\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n*****\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n*........\n....*.*..\n..*......\n.....**..\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.........\n.........\n.........\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.******....\n**.*..*.......\n....**.*.*...*\n...*...*...**.\n.***..........\n**........*...\n*.***.....*...\n*.*.......*..*\n....*....*...*\n....*........*\n*.*.*....*....\n**..*....*..*.\n*...*.....***.\n.*.**.........\n```\n\n\n## Output without wrap\n\n```\n*********.....\n**.*.....*....\n..****.**...*.\n...*..*.*...*.\n**.*.......*..\n*...*.........\n*.**.....***..\n..*.*....**...\n...*........**\n....**........\n*...**........\n*...**...*..*.\n*.*.**....***.\n...**......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.....\n**.*.....*....\n*.****.**...**\n...*..*.*...*.\n**.*.......*..\n*...*.........\n..**.....***..\n*.*.*....**..*\n...*........**\n*...**.......*\n*...**........\n*...**...*..*.\n*.*.**....***.\n**....******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n.***\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n*...\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.***..*\n...**.*..*.\n.......*.*.\n*****...*.*\n.....*..*..\n.....*..*..\n..*.*.**...\n....*......\n..**.......\n.....*.*...\n....*..*...\n*.*.*...*..\n.....*..*.*\n```\n\n\n## Output without wrap\n\n```\n..*..**....\n.*.....*.**\n.*...***..*\n*....*.....\n.*...*...*.\n........*..\n......**...\n..*...*....\n..*........\n..*...*....\n..*......*.\n...*.....*.\n....*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..\n....*.**...\n.....***...\n.....*.....\n.....*....*\n.*......*..\n......**...\n..*...*....\n..*........\n..*...*....\n..*......*.\n**........*\n**...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.**\n...\n...\n...\n**.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n...\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n**.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n....*\n*..*.\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n...*.\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.*..*\n.*.**\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*.*.*\n*.*....*.***.\n...........**\n......*..**..\n****.....****\n```\n\n\n## Output without wrap\n\n```\n**......*....\n**.....**....\n.*......*....\n.**.....***..\n.**.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**....\n.......***...\n........*....\n.**.....**...\n.***....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.**.*\n**....****\n..*...*.*.\n..*.......\n...*......\n..**..**..\n...*..**..\n****.*.*..\n**.*****..\n..*.*..**.\n```\n\n\n## Output without wrap\n\n```\n.*........\n..**.***.*\n.***....**\n..**......\n..........\n..******..\n...****.*.\n..........\n*......**.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.***......\n.***......\n..........\n..******..\n...****.**\n*.......*.\n*........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..****\n**.**.\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*...*\n*....*\n****..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n**...*\n*.....\n****..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...**.*\n..**........\n............\n............\n............\n............\n....**......\n....***.....\n...*.*.**...\n.**.*******.\n**..*....***\n**.*.****..*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n..***.......\n...*........\n.***........\n...*.****..*\n.*...****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...***.\n.....*...**.\n............\n............\n............\n............\n............\n..***.......\n.*.*........\n.***........\n......*.....\n.....*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**..*\n...****..*\n***.*.*..*\n...**..*.*\n```\n\n\n## Output without wrap\n\n```\n.***..*...\n.......***\n.**...**.*\n.*****..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.*\n.......**.\n.**...**.*\n....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*.......\n........\n.....*..\n***.****\n..**..*.\n**....**\n**.***..\n..****..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*..**..\n.**.*..*\n...**...\n*.....**\n*.......\n.**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n........\n........\n**..**.*\n***.*..*\n...**...\n......*.\n........\n.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.**\n*.***.***.\n**********\n***.*..***\n*.****...*\n**.*..****\n.**.******\n*******.*.\n******.***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n.....\n.....\n.....\n.....\n*....\n*...*\n.....\n.....\n*....\n.*..*\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n*...*\n.....\n.....\n*....\n.*..*\n.*..*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n....\n....\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n....\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n......\n..*...\n..*...\n......\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n......\n......\n......\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n**.\n***\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*...*\n..*.*\n..**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.***.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n..*..\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...*\n**.*.*****\n*...*.**.*\n..*.*..*.*\n.**.*..*.*\n..***.**.*\n.*.****.**\n*.*****..*\n*.*...**..\n..***..*..\n```\n\n\n## Output without wrap\n\n```\n...**...*.\n*........*\n*...*....*\n..*.**...*\n...*.....*\n.........*\n........**\n.........*\n.**...***.\n..*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n**.*......\n....*.....\n***.**....\n...*.....*\n........*.\n..........\n*.......**\n**.....*.*\n.**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n.*.*........\n.*.*.......*\n.****......*\n***........*\n.**........*\n*.*........*\n.*........*.\n..........*.\n*......**..*\n.*..........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n**..........\n....*.....**\n*.........**\n...*......**\n*.*.......**\n.*........**\n.........***\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n*...........\n.*..........\n....*.....**\n..........**\n...*......*.\n..*.......**\n**........*.\n*........**.\n*..........*\n*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...*\n.***....\n.**.....\n........\n........\n.**.....\n*.**....\n***.....\n..*.....\n**.**.*.\n```\n\n\n## Output without wrap\n\n```\n..*.....\n**.**...\n..*.....\n........\n..*.....\n.***....\n*..*....\n........\n.**.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n..*.....\n..*.....\n........\n..*.....\n.***....\n*..*....\n*......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n....*..\n.*.....\n.**..**\n..***.*\n......*\n..*.**.\n..**..*\n..*...*\n*..*...\n...*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**..*.\n.*..***\n.****.*\n..*...*\n..*.***\n.**.*.*\n.**....\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n***..*.\n.*..***\n.****.*\n..*...*\n..*.***\n.**.*.*\n***...*\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*....\n....*...*\n....*...*\n..***...*\n.*..**..*\n.*..**..*\n*****...*\n..*.*....\n...****..\n..*..**..\n.***.....\n.*..*....\n..*..*...\n.*....*..\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*.**..\n.....*.**\n.........\n......*..\n.......**\n.........\n.........\n.........\n.*.**.*..\n**.***...\n**.......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.*\n.*.*...*.\n*....*...\n.*.......\n......*..\n.........\n*......**\n.........\n.*.......\n.*.**.*..\n**.***...\n**.......\n...***...\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n...**.\n...*..\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n.....*\n......\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n.....*\n......\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n..*****\n.**..*.\n*..***.\n*..*..*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.**..*.\n**...**\n*...***\n***.***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n..*...*\n.......\n*...*.*\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*.*...\n*.***.\n.**..*\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*.*.\n*...*.\n.*....\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n..*.*.\n*...*.\n**...*\n...**.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....****..*..\n..**.**.**.***\n*.**.*..**.*.*\n.**.****.*...*\n**..*****...*.\n*.....*..****.\n***.******..**\n...*....*....*\n.***....**....\n.*.*...*.*.***\n.*..**.*.*.*.*\n*....*.*****.*\n```\n\n\n## Output without wrap\n\n```\n....**..****..\n.***.......*.*\n...........*.*\n.........**..*\n*.***.......**\n..**......*...\n*******......*\n*....**.....**\n.*.**..*.**..*\n**.*..**.*.*.*\n***.**.*.....*\n....**.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.............\n****.......*.*\n...........*..\n.........**...\n..***.......*.\n..**......*...\n.******.......\n.....**.....**\n.*.**..*.**..*\n.*.*..**.*.*.*\n.**.**.*......\n*..........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.********.\n.*...*....\n.**...**..\n..**.*.*..\n....**.*..\n..**......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..******..\n.*******..\n*.......*.\n.*.***.*..\n.***.*.**.\n.....*....\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******..\n.*******..\n*.......*.\n.*.***.*..\n.***.*.**.\n.....*....\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*...\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.**.\n***...*****\n..*..**.*..\n.....***.**\n.*..**..**.\n*.*......**\n.*.*.....*.\n***...**.**\n**...*.*.*.\n*....*.....\n..**.*...**\n******.**.*\n```\n\n\n## Output without wrap\n\n```\n.**........\n.**........\n.**........\n...........\n.**.**.....\n.**..*.....\n..***....**\n......**.**\n.*...*.*...\n....**.*...\n*...**.....\n.....****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*\n***........\n..*.......*\n...........\n***.**.....\n.**..*.....\n..***......\n......**...\n.*...*.*.*.\n.*..**.*...\n*.....**.*.\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n**...\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n***..\n*....\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*....\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n......\n.**...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n*....**\n.....*.\n*...**.\n**.....\n***.**.\n....**.\n*......\n.*...**\n.****..\n..***..\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n....*.*\n.****..\n*......\n.....*.\n.**...*\n***...*\n******.\n.*.*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...\n**..**.\n*...**.\n*****.*\n*......\n.....*.\n*.*....\n***....\n.******\n.*.*...\n.*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n****.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*\n**.......**.\n..*.....*...\n..*.....*...\n.*.......***\n............\n............\n```\n\n\n## Output without wrap\n\n```\n..........*.\n.*.......**.\n..*.....*...\n.**.....*.*.\n.........**.\n..........*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**\n**.......***\n..*.....*...\n.**.....*.*.\n.........**.\n..........*.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...*.*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n*.....\n......\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n....*...\n..***...\n...**...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n....**..\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n....**..\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*.***\n...*.\n.....\n.....\n..*..\n....*\n.*.**\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n..***\n.....\n.....\n.....\n..*.*\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n..**.\n.....\n.....\n.....\n*.*.*\n*..**\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n*.****\n*.****\n****.*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*...*\n.**..\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n**...\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*.*\n.*..*\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n...*.\n..**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n...**\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*...*\n.*....\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n.**...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.......\n...*.**\n...*.**\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n..**.**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....**\n..**.**\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...***\n..**.....*\n**.*.*..**\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n........*.\n*......*..\n..*.....*.\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..*....*..\n..*....**.\n...**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*.\n****......\n*...*...*.\n**........\n..*......*\n.***.**...\n.***.****.\n*******...\n```\n\n\n## Output without wrap\n\n```\n*..*......\n...*......\n...*......\n**........\n*..*......\n.....*..*.\n..........\n*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...*......\n...*......\n**........\n...*......\n*....*..*.\n..........\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n*.***.\n*.*.*.\n.**.*.\n.*.*..\n.*....\n......\n......\n*.**..\n*..***\n```\n\n\n## Output without wrap\n\n```\n.**...\n*...*.\n*...**\n*...*.\n**.*..\n..*...\n......\n......\n.***..\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n*...*.\n*...**\n**.*..\n..*...\n......\n......\n****..\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n....**\n...***\n***.**\n..*..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n.*.*..\n....*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n.*.*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.**.**..\n..*...*..***.\n.**...**.....\n..*......*.*.\n**........*..\n**.......****\n.*...***.....\n```\n\n\n## Output without wrap\n\n```\n.***.*****.*.\n.........*.*.\n.***..****.*.\n*.*.......*..\n*.*.........*\n..*...*..***.\n**....*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....*.*.\n.........*.*.\n.***..****.*.\n*.*.......*..\n..*..........\n..*...*..****\n.....*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n......\n*.....\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*.....\n*.....\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n.*...*.\n.*.....\n.*...*.\n.*....*\n**....*\n.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n*..*...\n...*...\n.....**\n.....**\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n*.**.*.\n*..*...\n...*..*\n.....**\n.*..*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*..*\n*...**.*..\n..*.*..**.\n```\n\n\n## Output without wrap\n\n```\n.*...**...\n....**.*..\n...******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*..*\n*...**.*..\n*...*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.........\n*.*.*****....*\n****.**....**.\n...**.*****.*.\n...*.**.*.*...\n...*....*.....\n..............\n..............\n.......*.*....\n.......*.*....\n.........*....\n.........***..\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n......**......\n.*....**....**\n.........**..*\n.**..........*\n..*******.**..\n...****...*...\n..............\n..............\n..............\n.........**...\n........*.....\n.........**...\n.........**...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.....*\n**....**....*.\n*........**...\n***..........*\n..*******.***.\n...****...*...\n..............\n..............\n..............\n.........**...\n........*.....\n.........**...\n.........**...\n**............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.......\n*..**.*\n*.....*\n*......\n.......\n.*.....\n.*.....\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n*......\n**...*.\n.*...*.\n*.....*\n.......\n.......\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n.*.\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...\n.*.*....\n...*.*..\n......*.\n.**....*\n**.....*\n..*..*..\n....**..\n```\n\n\n## Output without wrap\n\n```\n..*.....\n...*....\n..*.*...\n..*...*.\n***...**\n*.....*.\n.*..***.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****..\n...*....\n..*.*...\n..*...*.\n.**...**\n......**\n**..***.\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*.**\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n*..****\n....**.\n.......\n.......\n.......\n.......\n.......\n..*....\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...**.*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n*..**..\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.*.**\n.*...\n.....\n....*\n.**..\n.....\n*....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n**.*.\n..*..\n.....\n.....\n.....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*.*.\n*.*..\n.....\n.....\n.....\n.*...\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n.*..\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n.*..\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n***.\n**..\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n*.**\n****\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.**.\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n*.**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*..**\n*.***\n..*..\n*****\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n*....\n..*.*\n*....\n.**.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n.....\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.**.\n**...\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n*..*.\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*..**\n*..**\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n.*.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n**.....\n*......\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**.....\n*......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.....*.\n..............\n....*..*...*.*\n.*...**..*.*..\n......*...*.*.\n.....*.*......\n```\n\n\n## Output without wrap\n\n```\n..............\n...........*..\n.....*.*....*.\n.....*.*....*.\n.....*.*..**..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n.....**....*..\n.....*.*....*.\n.....*.*....*.\n.....*.**.***.\n.......*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n*..*....\n.*..*.*.\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n..*...*.\n..**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n..*...*.\n..*....*\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*..\n....*.*..\n....*.*..\n......*..\n**....***\n.*******.\n*.*.**.**\n```\n\n\n## Output without wrap\n\n```\n...***...\n...**.**.\n.........\n.....**..\n.........\n.***...**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.*\n........*\n.........\n.*...**..\n.*.....**\n.*.......\n**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n*.*\n*..\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**..*\n**...\n**...\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n..*..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n...*....\n.*....*.\n........\n........\n........\n........\n........\n..*..**.\n.**.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..\n.......\n*....**\n.......\n...*...\n.*.*.*.\n.*...*.\n.*.....\n*.....*\n***....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.*...\n**.....\n..*....\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n**.***.\n*.....*\n.....*.\n.......\n.*.*...\n**.....\n.**..**\n****...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.**.***\n.***..*...**\n......**...*\n***...*.....\n*.*..*.....*\n...**...*...\n..*.*..**...\n***.*..*....\n*.*.*.***...\n```\n\n\n## Output without wrap\n\n```\n**.*****.*.*\n**.**...**..\n*..*.***..**\n*.*..***....\n*.*.**......\n.**.**.**...\n..*.**.**...\n*.*.*.......\n*.*..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*..\n.*.**...**..\n...*.***..**\n..*..***....\n*.*.**.....*\n.**.**.**...\n..*.**.**...\n*.*.*.......\n....*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*.**..*\n*.**........*\n..*..........\n.....*.***...\n**....*...*.*\n```\n\n\n## Output without wrap\n\n```\n..*..........\n..*..........\n.***....*....\n.*....****...\n......****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*.*...\n*.*.........*\n.***....*....\n**....****...\n.*....*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..**.\n......**...\n.*......**.\n*.*..***..*\n**..*......\n.*..*......\n..*..*.***.\n...*.**...*\n*..*.*.**.*\n***.....*.*\n```\n\n\n## Output without wrap\n\n```\n......*.*..\n.....*...*.\n.*...*...*.\n*.*......*.\n*........*.\n*.......**.\n.....*.***.\n.*...*....*\n*..*...**..\n***...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.***\n.....**....\n**...*.....\n..*........\n..........*\n*.......*.*\n.....*.***.\n.*...*....*\n*....*.*...\n.****.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n..*\n...\n***\n.*.\n...\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n*..\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*...*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n***....\n..*...*\n.**....\n*....**\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.**....\n*..*...\n.**..**\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n***...*\n...*...\n.**..*.\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.....\n.*.*......\n....**....\n...*.**.**\n......*..*\n**..*...**\n.*....*.**\n....**....\n.***.**...\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n.*...*....\n..**.**...\n......****\n....*.*...\n**...*....\n**..*..***\n.*.**..*..\n..**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....\n.*...*....\n..**.**...\n......****\n....*.*...\n.*...*....\n.*..*..**.\n**.**..*..\n.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n*..*......\n*.*.......\n.*........\n..........\n**.....*..\n..*....*..\n........*.\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*..*......\n*.*.......\n.*........\n**........\n.*........\n.*.....**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n*..*......\n*.*.......\n.*........\n**........\n.*........\n.*.....**.\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*.*..\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.*.*\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*.*.*.\n****.*\n.....*\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n..*.**\n*.....\n*.**.*\n.....*\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n...\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n..***\n****.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....*.\n......\n...*..\n.***.*\n......\n......\n*...**\n*.**..\n*...**\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n...**.\n..***.\n..*...\n......\n.*.**.\n*..*..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n....**\n......\n...**.\n..***.\n..*...\n.....*\n**.***\n...*..\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*......\n.****.......\n.*..*.......\n.**.*.......\n..***.......\n..*..*......\n```\n\n\n## Output without wrap\n\n```\n.**.*.......\n.*..**......\n*...**......\n.*..**......\n....**......\n..*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n.*..**......\n*...**......\n.*..**......\n....**......\n.**..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.*.\n.....**.***..\n........***..\n.....****.*..\n.**......**..\n....**.......\n..***........\n...*.*.......\n.....**......\n.......*.....\n.............\n.........**..\n```\n\n\n## Output without wrap\n\n```\n........**...\n.......*...*.\n...........*.\n......**...*.\n....*..****..\n.*..**.......\n..*..........\n..**.**......\n....***......\n......*......\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.\n.......*...*.\n...........*.\n......**...*.\n....*..****..\n.*..**.......\n..*..........\n..**.**......\n....***......\n......*......\n.............\n.........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.*\n..***.....\n..........\n...***....\n......**..\n*..**...**\n*.*...*...\n..*****..*\n...*..****\n*..**.....\n..*.....*.\n.*.......*\n.**......*\n```\n\n\n## Output without wrap\n\n```\n...*..*...\n..*.......\n..........\n....*.....\n........*.\n..*..*....\n....*.*..*\n.***.*....\n.*..**.*.*\n.*..*..*.*\n.*..*...**\n*..*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n.***...*..\n..........\n....*...*.\n..........\n.**..*....\n....*.*...\n..**.*....\n....**.**.\n....*..*..\n....*...**\n...*....*.\n..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.***\n.....\n*.***\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.**\n***.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n*.*.\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*\n.**.***\n***..*.\n.****.*\n***..**\n**.**..\n```\n\n\n## Output without wrap\n\n```\n.****.*\n......*\n*......\n....*.*\n......*\n*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....*..\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n..*...\n.*.*.*\n**.*..\n****.*\n```\n\n\n## Output without wrap\n\n```\n..*...\n*...*.\n..***.\n**....\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n..***.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n**.*...\n**..*.*\n.***.**\n*..****\n******.\n*******\n*******\n*.***..\n**.....\n```\n\n\n## Output without wrap\n\n```\n...**..\n...*...\n.....*.\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n..*.\n****\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.*.*\n**.**\n**.**\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n.....\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n......\n..***.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...*.\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.*..\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.*.*..........\n...*..*.......\n*..*....*...**\n...*..**...*..\n..*.....***...\n**.....*..***.\n.......*..*...\n........**....\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..*...........\n...**.........\n..***.*.....*.\n..**...*..***.\n.**...*.**..*.\n.*.....*......\n.......*..*...\n........**....\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..*...........\n*..**........*\n..***.*.....**\n..**...*..****\n.**...*.**..*.\n.*.....*......\n.......*..*...\n........**....\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n...**\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n..*\n***\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.**\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n..*\n***\n***\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n...*.*\n...*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*.**.\n..*..\n*..**\n*....\n.*..*\n..**.\n*.***\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n....*\n.*..*\n**...\n*...*\n**.**\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n....*\n*....\n...*.\n.....\n**.**\n.....\n.**..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*..\n...*..*..\n.....*..*\n.**..*...\n.....*.*.\n......*..\n......**.\n.........\n.....**..\n......*..\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..**..\n.*.....*.\n..*....*.\n...*.....\n.....**..\n.....*...\n.....*.*.\n.....*.*.\n.....*.*.\n.....*.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n.*.......\n..*....*.\n...*.....\n.....**..\n.....*...\n.....*.*.\n.....*.*.\n.....*.*.\n.....*.*.\n...*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**..\n***.**..\n.*..**..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n*.....*.\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.....***\n.....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..*.\n..**.**....\n...*.*.....\n...........\n........*..\n...**....*.\n```\n\n\n## Output without wrap\n\n```\n..*****....\n..**.**....\n..**.**....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n..**.**....\n..**.**....\n...........\n...........\n...**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n****..\n.....*\n*****.\n*.*.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n...*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*...**\n......\n.*.*.*\n*.*.*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*...***\n..........***.\n....**..***...\n....*.****....\n....*..*......\n....*..*......\n....***.......\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..........*..*\n........*....*\n....***.......\n...**.*...*...\n...**.........\n...**..*......\n....***.......\n.....*........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*..*\n........*....*\n....***.......\n...**.*...*...\n...**.........\n...**..*......\n....***.......\n.....*........\n............*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.***\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*..\n.*........\n.......*..\n.......**.\n......**..\n..*....**.\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n.......**.\n........*.\n......*.*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.\n*.*.......\n.......***\n........*.\n.......*..\n***.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....\n..*......\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n..*......\n..**.....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n*..*.....\n*..*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n...\n.**\n*.*\n.**\n.*.\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n.**\n.**\n*..\n*.*\n...\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n.**\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.****\n*.*..*.***\n***....*.*\n.*.*..**..\n**....*..*\n.*..*..***\n.*.**.**..\n```\n\n\n## Output without wrap\n\n```\n....***...\n.***.**...\n......*...\n**...****.\n***.*****.\n**.....**.\n..*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n....*.....\n......*...\n.....***..\n..*.*****.\n..***.....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....***...\n*....*.**..*.\n..**.*.****..\n*..*.**..*...\n.**..*..*..*.\n.......*.....\n*...***..****\n*....**.**...\n.*.*.........\n*..*.....**..\n.*....*.**..*\n....*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n......**.*...\n.****........\n.***.*....*..\n...*.*.......\n.**.**.**....\n.*..*..***..*\n....*....***.\n**....****.*.\n***.*...*.*..\n**......***..\n.....*..*.**.\n.....*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*..*\n.****........\n.***.*....*.*\n...*.*.......\n.**.**.**....\n**..*..***...\n*...*....****\n**....****.*.\n***.*...*.*..\n**......***..\n.....*..*.***\n*....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n*****.*\n*.....*\n.***...\n***....\n.*....*\n.*....*\n*.....*\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.**..*.\n*.*....\n.**..*.\n...*...\n.......\n**.....\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n..*....\n..*...*\n...*..*\n.......\n*....**\n.....**\n.**...*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.***\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n..**...\n.**....\n***....\n.*.....\n****.**\n***...*\n..*...*\n```\n\n\n## Output without wrap\n\n```\n..**...\n.......\n*......\n*......\n...*...\n...*.**\n*.....*\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n*......\n*......\n...*...\n...*.*.\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.\n..**...\n.*..***\n*...*..\n.....*.\n*....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.***...\n..**..*\n.**.**.\n....*.*\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n*.**...\n***.***\n*...*..\n....**.\n......*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n..*\n***\n***\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n..*\n*..\n..*\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n..*\n...\n...\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n..*..*\n.*.*..\n....*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*.*..\n..***.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*.*..\n..***.\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n***\n***\n*.*\n***\n*..\n.**\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n*..\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..***..**\n*.*.*..**.*..\n....**.****.*\n```\n\n\n## Output without wrap\n\n```\n****..*.**.*.\n*.*.*.....*.*\n...*****..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.........\n..*.*.....*..\n..*.**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n..*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.****..\n....*..\n...**..\n.*.....\n.**....\n```\n\n\n## Output without wrap\n\n```\n**.*...\n*****..\n.....*.\n...**..\n.*.*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*****..\n.....*.\n...**..\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*.*.*.*\n**...*..*....*\n..*.*.*....*.*\n*****.*..*...*\n...**..**...**\n..*..*...*..*.\n......*..**.*.\n***.*.**..**.*\n.**...*..***..\n.*..***.*...**\n.*..**.*******\n```\n\n\n## Output without wrap\n\n```\n**...**.**....\n**..*...**..**\n**..*....*..**\n.........*...*\n....*.....****\n..***.....*...\n.*........****\n.**.***.....**\n*...**..**....\n...***.*.....*\n...**...***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**.....\n....*...*.....\n....*....*....\n.........*....\n....*.....**..\n..***.....*.*.\n*.........***.\n*.*.***......*\n.*..**..**...*\n*.***.........\n*.*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n.*.*\n***.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*..**\n....*.*.**...*\n*...*.*...*...\n*****...**.**.\n.......*..*...\n******.*.**.*.\n****.*****..*.\n.*..*....*..*.\n.***...***...*\n**...........*\n.*.*...*.*.*..\n**.*...*.*.*.*\n***...*.*****.\n*..*...**.....\n```\n\n\n## Output without wrap\n\n```\n.......*..****\n**.....*......\n....***......*\n*.*....***....\n*.**...*.***..\n.....*.*...***\n....***.....**\n....*...**....\n...*....*.....\n.........*****\n......***.....\n......**......\n..**..*.*.***.\n.......*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.***..\n***.....*...*.\n....***.......\n*.*....***....\n..**...*.****.\n.....*.*...*.*\n....***......*\n....*...**..*.\n...*....*.....\n.........*****\n......***...**\n......**....*.\n......*.....*.\n...........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**...\n**...\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*.*..\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n*........\n...*.....\n*..**..**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**....\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n*..**....\n*..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*...*\n..*..*..***.\n....*.......\n*..........*\n..*..**..*.*\n**......*..*\n.*..*...*...\n**.*..*.*...\n```\n\n\n## Output without wrap\n\n```\n........***.\n........***.\n.........**.\n.....*....*.\n*..........*\n***..*.****.\n........**..\n***....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...**..**\n........****\n.........***\n*....*....**\n............\n.**..*.*****\n........**.*\n.**.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n**....\n.**..*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.....*\n.**...\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n........**..\n.......*..*.\n.......*..*.\n........**..\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n........**..\n.......*..*.\n.......*..*.\n........**..\n............\n............\n............\n............\n............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n............\n............\n........**..\n.......*..*.\n.......*..*.\n........**..\n............\n............\n............\n............\n............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*..\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.***\n.***.**.***.\n*********.**\n.*****.*****\n*.*.*****.*.\n***********.\n************\n**..***.****\n****.*******\n*********.**\n**.*******.*\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.........*.*.\n**........*..\n**.......*...\n.*......***..\n.*.*.....*...\n.*.*....*....\n.*...........\n**.*.........\n.***.........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n..........*..\n**.......**..\n..*.....*....\n.*......*.*..\n**........*..\n**...........\n.*...........\n*..*.........\n**.*.........\n..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n..........*..\n**.......**.*\n..*.....*....\n.*......*.*..\n**........*..\n**...........\n.*...........\n*..*.........\n**.*.........\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...*....*\n*.*....*...*.\n***..**.*...*\n......*......\n...**.***..**\n**..**..*.**.\n**.**...***.*\n```\n\n\n## Output without wrap\n\n```\n.**..........\n*..*..**.....\n*.*.***.*....\n.*....*.*...*\n*...*...***.*\n*.....*.*....\n*.****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**.\n.....*.******\n*.*.***.*..**\n......*.*....\n*...*...*****\n*...*.*.....*\n.....*.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n......\n......\n.*....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n**...*\n......\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n....*\n..**.\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n..*.*\n..**.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n..*.*\n..**.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..***.\n..**.*.*..*\n**.**..*..*\n....**...*.\n....**.**..\n.****.***.*\n*...*...*..\n.**.**..***\n***....*.*.\n..*.*..***.\n**.*...*.*.\n...*.**.***\n**..*..****\n```\n\n\n## Output without wrap\n\n```\n.**.*.****.\n*....*.*..*\n.*......***\n.......*.*.\n..*........\n.**...*....\n*.....*...*\n..*.**.*..*\n*...****...\n......**.**\n.*.*.*.....\n...*.**....\n....****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n.....*.*..*\n**......***\n*......*.**\n..*........\n***...*....\n......*....\n..*.**.*...\n*...****...\n......**.*.\n**.*.*.....\n...*.**....\n.*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n*..\n*..\n.*.\n**.\n*.*\n.**\n***\n**.\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n..*\n..*\n..*\n*.*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n***\n*.*\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n.*.\n*.*\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***...***..\n.**....*.....\n.*.***...*...\n*****.*.*.*..\n*...**.**.*..\n...***..**.*.\n.*..*....*...\n.**.*...*....\n```\n\n\n## Output without wrap\n\n```\n..**....**...\n*....*....*..\n.....*****...\n*.....*.*.*..\n*.........**.\n...*..**.....\n.*.......**..\n.***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..***...\n*....*....*..\n.....*****...\n*.....*.*.*..\n*.........***\n...*..**.....\n.*.......**..\n*...**..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**..*\n..**.\n.....\n.....\n.....\n.....\n*****\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.*.*.\n..*..\n.....\n..*..\n.*.*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.**.\n.....\n.....\n*****\n.....\n*****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n*........*\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n**......**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n.*......*.\n.*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.......\n.......\n..**...\n*****..\n.....*.\n..*...*\n...***.\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....*..\n.*..*..\n....**.\n...*..*\n...*...\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.......\n.......\n....*..\n.*..*..\n*...***\n...*..*\n...*...\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*..\n*.......**\n..........\n*.....*...\n*....*.*.*\n```\n\n\n## Output without wrap\n\n```\n**......*.\n**......*.\n..........\n......*...\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n**......**\n*.........\n*.....*..*\n.....*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****\n*.*..*.*\n......*.\n**......\n*.*....*\n..**....\n....*...\n*...*.**\n```\n\n\n## Output without wrap\n\n```\n....***.\n....*..*\n**......\n*.*.....\n*..*....\n.*......\n..****..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*..\n...***..\n**.....*\n***.....\n...*...*\n.*....**\n**...*..\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n...*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n....\n.*..\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n....*..*\n.....**.\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n....**.*\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*.......\n....**.*\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...........*\n**............\n.**..**.......\n..*...........\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n*.............\n..*...........\n.**...........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n.*...........*\n*.*...........\n.**...........\n..............\n..............\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.***.\n.*...\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n****.\n*....\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n***.\n.*.*\n.*.*\n.*.*\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.***\n**.*\n...*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n...*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.*****\n*...*.\n******\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n..**.*\n*.....\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*.****\n*.*...\n**.***\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...*.\n*.....\n*..**.\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*...**\n......\n...***\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n....*\n*...*\n*.*.*\n**.**\n.....\n*****\n*..*.\n..**.\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.*..*\n*.*.*\n*****\n.....\n*****\n*....\n.*..*\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n.*...\n..*..\n.***.\n.....\n****.\n*....\n.*...\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n......\n......\n......\n......\n......\n......\n......\n*.*..*\n**....\n**....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n..***\n.**.*\n*.*.*\n*****\n*.***\n**.*.\n****.\n*****\n***..\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n....*\n*...*\n*....\n.....\n.....\n.....\n....*\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*********.\n..********.***\n************.*\n********.***.*\n**********.*.*\n```\n\n\n## Output without wrap\n\n```\n.**..........*\n.............*\n*............*\n.............*\n*........*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*..**\n****.\n***.*\n*..*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n***..\n.*..*\n**..*\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n...*.\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n...**\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n**.\n*.*\n..*\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n...\n*.*\n*.*\n.**\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...**.\n**.*.*\n*****.\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*.**.\n*....*\n*..**.\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n**.***\n......\n...**.\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**...\n**...\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n***..\n**.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n.**..\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***\n**.*.**\n*.**..*\n**.*.*.\n***....\n*.....*\n*.*.*..\n**.***.\n*...*..\n*.**.**\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n****...\n*...**.\n...**..\n..***..\n.**.*..\n..*....\n*.*.*..\n*..*.*.\n*....**\n*.*...*\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...**..\n..***..\n..*.*..\n.**....\n..*.***\n.*.*...\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n..*....\n.*.*...\n.**....\n..*....\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.*.*...\n.*.*...\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.**....\n.*.*...\n.*.*...\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n****.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n....**\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*..*..\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.\n****...\n*....*.\n*...*..\n.*..*..\n.**..*.\n..**.**\n..****.\n.*..*.*\n**.***.\n```\n\n\n## Output without wrap\n\n```\n...**..\n*......\n*.*..*.\n.......\n...*...\n**.*..*\n.....**\n**.....\n...***.\n*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.***..*\n..*....\n.......\n...*...\n...*...\n.....*.\n.*....*\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..\n.*.....\n...*...\n...***.\n*****..\n.***.*.\n*.*...*\n*.*..*.\n.....**\n*....**\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*.*...\n..**...\n.*...*.\n*......\n.....*.\n*...***\n.....*.\n.*..*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n.*.*...\n..**...\n.*...*.\n*.....*\n.....*.\n*...**.\n*....*.\n.*..*..\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n...**\n.*.*.\n*****\n..*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n**...\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*\n.....*.\n.....*.\n*..*.*.\n....*..\n..*...*\n```\n\n\n## Output without wrap\n\n```\n..*..**\n..*....\n.......\n.......\n....**.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.**.\n*..*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n*.*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n****.*\n.**.*.\n.*.***\n*....*\n******\n..*.**\n.**.*.\n***.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n....*.\n**....\n*.*...\n*.....\n*.....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*...\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n...*.*\n*...*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n*...*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...*\n**.......**..\n.*.....*.....\n.*........**.\n*............\n*.........**.\n**.........**\n.*...........\n***...*.....*\n*.....***....\n.......*.*...\n........*.***\n........*...*\n```\n\n\n## Output without wrap\n\n```\n.........*...\n**......**...\n.**......*.*.\n**...........\n**...........\n*.........***\n**........***\n...........**\n*.*...*......\n*.....*.*....\n......*..***.\n.......**.***\n.........*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..**\n**......**...\n.**......*.*.\n**...........\n**...........\n..........**.\n.*........**.\n...........*.\n..*...*.....*\n*.....*.*...*\n......*..****\n.......**.***\n*......**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n****.*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n*....*\n*....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n...*..\n..*...\n.*....\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n**.*\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**.*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n...*..\n....*.\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.*..\n......\n...**.\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..........\n.............\n..*...*...*..\n..........*..\n.............\n........*....\n....*........\n.......**....\n....**.......\n.........*...\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.......**....\n....**.......\n........*....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.......**....\n....**.......\n........*....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.*\n**.***..\n.*....**\n.*.**..*\n```\n\n\n## Output without wrap\n\n```\n.***.**.\n*..*...*\n.****...\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*...**.*\n*.....*.\n..*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.****\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n...*.\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.*.\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*...*\n*...*\n.....\n.....\n****.\n*..**\n**.*.\n.**..\n.**..\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.**..\n*****\n....*\n*..**\n...*.\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*...\n*...*\n.....\n.**..\n****.\n.....\n...*.\n...*.\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*....*\n....*.\n..**..\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n...*.*\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n.**\n***\n***\n..*\n***\n..*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n...\n*..\n...\n..*\n...\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n**.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n*.*..\n*.**.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n.**.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n..*.....\n**.**.*.\n...*.*.*\n****...*\n```\n\n\n## Output without wrap\n\n```\n........\n.***.*..\n.*.****.\n.....*.*\n.****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*\n.***.*.*\n**.*****\n.....*..\n*****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n***\n...\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n...\n...\n*.*\n*..\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*.\n**....*..\n*......*.\n*.......*\n.**....*.\n..***..**\n***...**.\n```\n\n\n## Output without wrap\n\n```\n.*....**.\n......**.\n.*.......\n*.....***\n**.....*.\n*.....*.*\n.*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n.......**\n.......*.\n.*....**.\n.*......*\n.........\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n*..**\n...*.\n..**.\n*.*..\n..*..\n**...\n.**..\n..**.\n.....\n*.**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...**\n....*\n..**.\n.***.\n.....\n.....\n*....\n*..*.\n**.*.\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n.***.\n*...*\n.....\n*....\n*..*.\n.*.*.\n**.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n.*..\n..*.\n....\n*..*\n..*.\n..**\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*..\n.*.*\n....\n....\n....\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n.*.*\n....\n....\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*..*..\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n.....***.\n.........\n...*.....\n.........\n*.....***\n***...***\n****.....\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*.*.\n......*..\n.........\n.......*.\n......*.*\n......*.*\n..*....*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.....*.*.\n......*..\n.......*.\n.......*.\n......*..\n......**.\n..*......\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**.\n....****..\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n....**.**.\n....**.**.\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**.\n....**.**.\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..***\n.**...**.\n.....**..\n*...**..*\n*...**..*\n**.......\n```\n\n\n## Output without wrap\n\n```\n*.*....*.\n..*....*.\n***......\n....**...\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*..\n.**......\n..*....*.\n.*..**.*.\n...**..**\n...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n.**\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n.**\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*.**\n**.*.\n..***\n**..*\n*.***\n```\n\n\n## Output without wrap\n\n```\n**..*\n.....\n**...\n....*\n*....\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.......\n......*.......\n*...**.......*\n......*.....*.\n*...**......*.\n.....*........\n.....*........\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n....*.*.......\n.....**.......\n......*.....**\n....***.......\n.....**.......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.......\n....*.*.......\n.....**......*\n*.....*.....*.\n....***......*\n.....**.......\n....**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n....**........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n..**\n.***\n....\n....\n...*\n...*\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n.*.*\n..*.\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n****\n....\n**.*\n..*.\n....\n....\n*.**\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n..*.....\n.....*..\n*...*.**\n...*.*..\n....*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n....*..*\n...*..*.\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n.....*.*\n*...*...\n...*...*\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..*..\n*.*.*..*..\n*.**.***..\n*...*.*..*\n.**...***.\n```\n\n\n## Output without wrap\n\n```\n*****.....\n*......**.\n*.*....**.\n*...*.....\n.*...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...*\n*......***\n*.*....**.\n*...*....*\n..*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*...\n......*...\n*...***..*\n*.....**..\n.**..*.*..\n.**....*..\n```\n\n\n## Output without wrap\n\n```\n......*...\n......*...\n......*.*.\n.*.....**.\n*.**..*.*.\n.**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*.\n..****.**.\n*.....*...\n.......*..\n*..***....\n.*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*.*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..**..\n..***.\n..**..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*....\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n..*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n.*..*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n.**......\n..*......\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n..*......\n.***.....\n.**......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.***.....\n.**......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.....\n*..........\n**.*..*....\n*...*******\n*......****\n..*........\n.*****.....\n*......**..\n........***\n......*....\n....**.*...\n..*.*.*..**\n*.*..**.*..\n..*...*....\n```\n\n\n## Output without wrap\n\n```\n...**......\n*.**.*.....\n*.*...*..*.\n*...*.*...*\n.*.*.*....*\n....**...*.\n.....*.*.*.\n.*..*..***.\n..****.....\n....***..*.\n...**......\n..*.**.***.\n.**...*..*.\n.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.....\n*.....*..**\n***...*..**\n**..*.*....\n**.*.*...*.\n....**...**\n.....*.*...\n....*..**.*\n.*****.....\n....***...*\n...**.....*\n*.*.**.**.*\n****.**...*\n.**.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.*.\n..***.*.**\n....**....\n*.**.*..*.\n.***.*.***\n.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...**.**\n......*.**\n.*....****\n.....*.***\n*....*...*\n.*.*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.*.\n*.....*.**\n.*....***.\n*....*.**.\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**....\n...**...**\n....**..**\n...*.*....\n*.*.....**\n.*....**.*\n..*.....*.\n.......*..\n..**...*..\n.*.*.***..\n```\n\n\n## Output without wrap\n\n```\n.**.**....\n.**.....**\n.....*..**\n...*.*....\n.**...****\n.**....*.*\n......*.*.\n..**...**.\n..***..**.\n...**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....***\n.**.....*.\n.....*..**\n*..*.*....\n***...****\n.**....*..\n......*.*.\n..**...**.\n..***..**.\n*....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....\n..........\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***..\n**...*...\n..*......\n....*..*.\n...**..*.\n...**....\n....**...\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n....*.*..\n....*....\n.........\n.........\n.....*...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.....**..\n....*....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*\n**.*.**\n**.*.**\n****.**\n...*.*.\n..*..**\n```\n\n\n## Output without wrap\n\n```\n**..***\n...*...\n...*...\n*..*...\n...*...\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n...*...\n...*...\n...*...\n.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****...\n..*.....**\n..*..**..*\n******.*.*\n.......**.\n*.**....**\n***.**.*..\n```\n\n\n## Output without wrap\n\n```\n..***...*.\n..**...*.*\n.....*...*\n.****.....\n*......*..\n*.*.*.*.*.\n..*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...\n**...*....\n.....*....\n*****.....\n.......***\n...*.**.*.\n.*.*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.**\n.*****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n**.....*\n***....*\n```\n\n\n## Output without wrap\n\n```\n........\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.....***\n.....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**...\n**...\n.**..\n.*...\n*....\n.*..*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n*.*..\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n.....\n..*..\n*.*..\n...**\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*****\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..*.**\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n...***\n.**...\n....**\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n..*.*.\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.***\n*.*.****.*\n.*.***.***\n**********\n**.**.***.\n```\n\n\n## Output without wrap\n\n```\n****...*.*\n*.........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.**\n*.***.***.\n..*.******\n```\n\n\n## Output without wrap\n\n```\n..........\n..*..*..**\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..**......\n..**......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n...**\n..***\n**..*\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.**..\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*.....\n....**....\n..*..*....\n...**.....\n..*.......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n...***....\n.....*....\n..***.....\n...*......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....**....\n...***....\n.....*....\n..***.....\n...*......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..*..*\n..*.**\n..*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**..*\n.**.**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.**..*\n.**.**\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.\n.***.**\n******.\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*..\n...*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**........\n*.*..........\n.*......*....\n*..*.....*...\n*..*.........\n............*\n..*..........\n........*....\n...........**\n..**......**.\n...........*.\n.*.*.....*.*.\n.............\n```\n\n\n## Output without wrap\n\n```\n...*.........\n.***.........\n***..........\n***..........\n.............\n.............\n.............\n.............\n..........***\n..........*..\n...*.......**\n..........*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n.***.........\n***..........\n***..........\n*...........*\n.............\n.............\n.............\n..........***\n..........*..\n...*.......**\n..........*..\n..***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n......*\n....*..\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n....*..\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.****..\n.*.**..**.\n**..**.*..\n*...*.****\n*.*....***\n*...*.***.\n.*.*..**..\n```\n\n\n## Output without wrap\n\n```\n.*...****.\n*..*.**.**\n..**....**\n*..**.....\n*.........\n.***.**...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n****......\n...**.....\n..........\n..........\n*..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.***.*\n...***.***\n******.*..\n.****..***\n.**...*.**\n*******.**\n```\n\n\n## Output without wrap\n\n```\n........*.\n.*......*.\n..........\n..........\n....*.****\n....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*....\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*...*\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*..\n..*.****..\n...***...*\n...**....*\n........*.\n```\n\n\n## Output without wrap\n\n```\n...*...**.\n..*....**.\n..**......\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n..*......*\n..**......\n.......***\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n*........*\n.*........\n*.**.*....\n..**.....*\n******....\n.*.*......\n..........\n...*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n***.......\n...**.....\n*....*....\n*.........\n**.*......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n*.........\n.**......*\n*..**.....\n.....*...*\n*.........\n**.*......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n......*.\n.....*..\n.*...**.\n*.*.....\n........\n...**...\n*.*....*\n.*......\n........\n......*.\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.....**.\n.....**.\n..*.....\n..*.....\n...**...\n.*.*....\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.....**.\n.....**.\n..*.....\n..*.....\n.*.**...\n*..*....\n*.......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n*.*..*\n*****.\n.*.**.\n.*..*.\n..*..*\n..*..*\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n......\n.....*\n.*....\n*....*\n*...*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n*....*\n......\n......\n....*.\n.....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.**..\n.....\n****.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*..*.\n*..**\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n****.\n*..*.\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.*...\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*...\n..*..*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*.......\n*.......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n..*...*.\n..*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*.*\n.**.*.**.\n...*...*.\n...*...*.\n..*....*.\n.*.....*.\n.***...*.\n.......*.\n...**...*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.*.\n.*..*.*.*\n.*..*....\n..*.**...\n.*...*...\n.*.*.*...\n.***.*...\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.**.*.*..\n....*....\n*.*.**...\n.*...*...\n.*.*.*...\n.***.*...\n.**.*....\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.\n**********\n*.********\n*********.\n**********\n**********\n**.***.***\n**.*******\n*.*****.**\n*.********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n.....\n...*.\n.....\n.....\n.....\n..*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**........\n***..........\n.**..........\n.****......*.\n```\n\n\n## Output without wrap\n\n```\n*..*.........\n.............\n.............\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......*\n.............\n.............\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.....\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.**.*\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.*.**\n..*...\n*.*...\n*.***.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**.*.\n.**...\n.**...\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*..*..\n*.*.*.\n*.*..*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****...*.\n*****.*..*\n*********.\n*...*.***.\n*******...\n***.*..**.\n**.*...***\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*....\n........**\n..........\n..........\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*..\n..*......*..\n..****.****.\n......*.....\n............\n.....*...*..\n..*********.\n```\n\n\n## Output without wrap\n\n```\n............\n.**.*.****..\n.*........*.\n..*.......*.\n...*......*.\n...*.*.*..*.\n...*.*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n.........*..\n.*........*.\n..*.......*.\n...*......*.\n..**.*.****.\n.*.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.\n...*.....\n...*..**.\n...*.....\n.*.*....*\n***......\n*.*......\n..*.....*\n...*...*.\n```\n\n\n## Output without wrap\n\n```\n.........\n..***.**.\n..***....\n...**..*.\n**.*.....\n*..*.....\n*.**.....\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n..***.**.\n..***....\n...**..*.\n.*.*.....\n...*....*\n*.**....*\n.***....*\n..**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n..**.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*.*\n..**.\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n**..*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n*.*.\n*.**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n..**\n.***\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***\n.........*\n......***.\n......*...\n.....***..\n.....***..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n........**\n......*..*\n......***.\n........*.\n..........\n.....*..*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n......*..*\n......***.\n........*.\n..........\n.....*..*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n*...\n*...\n...*\n****\n*.*.\n*.*.\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n..*.\n*..*\n....\n....\n....\n....\n**.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*\n*.....*\n.....*.\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....*.\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n**.....\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n.**.\n....\n....\n....\n....\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..*.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n...*\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*...\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n...*.\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.*.***\n.*.**.\n..*...\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..**.*\n**....\n.*...*\n.**..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n**...*\n***..*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***..**\n*..*.*...*\n****..****\n**.***..*.\n**********\n******.*.*\n**********\n**********\n*.*.******\n```\n\n\n## Output without wrap\n\n```\n...*.*..**\n*....*....\n......**.*\n..........\n.........*\n..........\n..........\n..........\n*.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.....*....\n......**..\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.***..\n...*..\n...***\n......\n...**.\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n....*.\n....*.\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n***...\n....*.\n....*.\n.....*\n.*..**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.*.\n*.*\n...\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n......\n......\n*.*..*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n......\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.***..\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n..**..\n..***.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.****.\n...*..\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*...\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n..*....\n.***...\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n.*.*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n.*.*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n*....*\n*.*.*.\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n***...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.....*\n.**..*\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.*....\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*\n*.....*..\n........*\n*........\n..*.*...*\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n*.....**.\n.*.......\n*.......*\n........*\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*..**\n..***\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*....**\n***.*****..*\n..*..*...**.\n**...*.*****\n.....**..*.*\n.**.*******.\n******..*...\n...........*\n*....**.*.*.\n*..*.*******\n.***.**.**..\n.*.**....*..\n...*.**..*..\n....***...*.\n```\n\n\n## Output without wrap\n\n```\n**....***.**\n*..**.***.**\n.****.***...\n.*..*.......\n*.........**\n*........***\n*......**.*.\n.*.*****.*..\n.**.*****...\n**..*.......\n***.......*.\n**......***.\n..**.******.\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......*\n...*....**..\n.****.***...\n.*..*.......\n**.........*\n*........**.\n*......**...\n.*.*****.*..\n***.*****..*\n**..*......*\n.**.......**\n**......**.*\n.*.*........\n.*..*...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.....\n*.**.........\n***.....**...\n**..*.*..****\n.***..*.**..*\n*.....*.***.*\n........***.*\n...*...**.*.*\n**.......*...\n*.......*..*.\n*.*.....*...*\n.**......*...\n..*.**..**..*\n.***....*..*.\n```\n\n\n## Output without wrap\n\n```\n..**.........\n*..*....*....\n........**.*.\n.....*.....**\n..**..*.....*\n.**.........*\n............*\n.......*..*..\n**.....*.***.\n*.......**...\n*.*.....**...\n..*......*...\n....*...***..\n.****...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n*..*....*....\n........**.*.\n.....*.....*.\n..**..*......\n.**.........*\n............*\n.......*..*.*\n**.....*.***.\n........**...\n*.*.....**..*\n..*......*..*\n*...*...***..\n.*.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.**.\n.**..*.**.\n*.*.***.*.\n*...*...*.\n..*.*...*.\n*...**....\n****.*..**\n........**\n.*****....\n*******.**\n```\n\n\n## Output without wrap\n\n```\n.*..*..**.\n*........*\n*.*.*.*.**\n....*...**\n.*..*.....\n*....*..**\n****.*..**\n*....*..**\n*.....**..\n*.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n*.*.*.*.*.\n....*...*.\n.*..*.....\n*....*..*.\n.***.*..*.\n.....*..*.\n......**..\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...*..\n......\n.....*\n....**\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n.....*\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..***.\n.....*\n....**\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n....*.\n***..*\n...*.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n...*..\n*...**\n.***.*\n.*.*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n....*.\n****.*\n.*.*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n..**.\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.***.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.***.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.....\n..*.*.*.....\n..*...*.....\n```\n\n\n## Output without wrap\n\n```\n...*.*......\n.**...**....\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**....\n.**...**....\n.**...**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*.*\n**.*.\n..**.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...**\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*....\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..*.\n.*.*..***..\n..*..*.*.*.\n*..**...*.*\n.**..*.**.*\n.**.......*\n*.....*...*\n...***.**.*\n*...*.....*\n.....**.*..\n.**.*.**.**\n```\n\n\n## Output without wrap\n\n```\n.....**.*..\n..*.*....*.\n.**..*...*.\n...***....*\n*...*..**.*\n*.*...**..*\n.*******..*\n...*****..*\n...*....*..\n.*.**.*.*.*\n......****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**....**\n..*.*....*.\n***..*...**\n*..***....*\n....*..**.*\n..*...**..*\n.*******..*\n...*****...\n*..*....*.*\n.*.**.*.*..\n....*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n.*.*\n...*\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*..*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n.*.*\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n***\n*.*\n**.\n*..\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n..*\n*..\n..*\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*..**\n*.**.\n**.*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n*....\n*..**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.....\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n**.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n*....*.\n*...***\n*......\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n....**.\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n**...*.\n**..**.\n**..*..\n*.....*\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n**.*\n**..\n*.*.\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..*.\n...*.....*\n**........\n**...***.*\n.....*.*..\n......*...\n..........\n..........\n...*****..\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.*.*....\n*.*..**.*.\n*.*..*...*\n.....*..*.\n......**..\n......*...\n....*.*...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****\n**.......*\n.**..**...\n.**..*....\n*....*....\n......**..\n......*...\n....****..\n....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n....*\n*****\n*..**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n***..\n*....\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.**..\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n...\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..***\n...*.\n...**\n..**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*.*\n...*.\n.....\n***..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n....\n....\n.*.*\n...*\n...*\n*...\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n.**.\n....\n....\n.**.\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n...*\n.**.\n**.*\n.*..\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n......\n..*..*\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*.*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n......\n..*.*.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*\n*..*....\n.....*..\n.*....*.\n.....*..\n**....*.\n..*...*.\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....**.\n**..*..*\n.*......\n.....***\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n.*.....*\n*.....**\n*....*..\n.*..*...\n.*......\n*....*..\n........\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n....*...\n....*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n...***..\n...***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....*\n*..*....*\n*........\n*........\n.*....*..\n.***.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n*........\n.........\n..*......\n.........\n*.*......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n........*\n**.......\n..*.....*\n.........\n..*......\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*.***\n****..\n*..***\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.**..\n.....\n...*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*.***\n***.**\n******\n*.*.**\n*..***\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n......\n......\n*.....\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n......*...\n....**.*..\n**..*.....\n**........\n..**......\n***.*....*\n.****....*\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.*...\n..........\n**.*..*...\n****......\n...**.....\n...**.....\n....**....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n....*.*...\n..........\n**.*..*...\n****.....*\n*..**....*\n*..**...**\n....**...*\n*..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...*..*.*\n**.*...****.*\n.*.*.....*..*\n```\n\n\n## Output without wrap\n\n```\n**.....*..*..\n**.**..*..*.*\n**.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..*..*.*\n.*.**..*..*.*\n.*.**..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......****\n..........\n...*..***.\n....*.**..\n..........\n..........\n..........\n..**......\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n........*.\n......*..*\n.....**.**\n.....**...\n..........\n..........\n..........\n..**......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**\n.....*...*\n.....**.**\n.....**...\n..........\n..........\n..........\n..**......\n..**..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n****\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n..*.**\n*.*..*\n**....\n......\n......\n..*..*\n**...*\n**.**.\n******\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n.**.**\n..*...\n*.****\n**....\n......\n......\n.*....\n*..*.*\n......\n*....*\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n..*...\n..***.\n**...*\n......\n......\n.*...*\n...*..\n......\n......\n**.*.*\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..**...\n.....*..**.\n..**..**...\n..*........\n```\n\n\n## Output without wrap\n\n```\n......***..\n...***..*..\n..**..***..\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...***..\n...***..*..\n..**..***..\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.**\n.***\n.*.*\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*...\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n*...*\n.*.**\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n....*\n...**\n.*...\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.**.......\n*..*......\n*..*......\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n*..*......\n*..*......\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n*..*......\n*..*......\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..****...*\n**.**.**..***.\n....*......**.\n*.*.....*.*...\n***..*...****.\n.......*..*.*.\n.....***.***.*\n*...*.....*.**\n*..**..*.....*\n```\n\n\n## Output without wrap\n\n```\n..*****.*****.\n..***.*..**..*\n*.*.**.*.*..*.\n*.**..........\n*.*.....*...*.\n.*...*.*.....*\n.....*****...*\n...**..****..*\n...**.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......***..\n*.***.*..**...\n*.*.**.*.*..*.\n*.**..........\n*.*.....*...*.\n**...*.*......\n*....*****....\n...**..****...\n...*****.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n....**.\n.......\n....**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...**\n**.*....\n*.**..**\n*..*....\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n...*....\n*..**...\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...*....\n...**...\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**....\n.***.**.*\n.**..*.**\n********.\n**...**..\n.*******.\n.*.*.*..*\n****.***.\n```\n\n\n## Output without wrap\n\n```\n....***..\n.....***.\n........*\n.........\n.........\n.........\n..*.*...*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.......**\n........*\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*.....*\n*.....*\n...*...\n..****.\n.**..*.\n.....*.\n..***..\n...*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..**.*.\n.*...*.\n.**..**\n.*...*.\n..***..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n*.....*\n..**.**\n.*...*.\n.**..**\n.*...*.\n..***..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n***.**\n......\n......\n......\n***..*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.**.**\n.*....\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***.**\n**...*\n......\n**....\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n.*.*.....\n....*....\n.....*...\n..*..*.*.\n.***.***.\n*.*......\n```\n\n\n## Output without wrap\n\n```\n***......\n**.*.....\n....*....\n....***..\n.***.*.*.\n...***.*.\n..**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n**.*.....\n....*....\n....***..\n.***.*.*.\n...***.**\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n...*.\n**.**\n***.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n*...*\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n*...*.\n******\n.**..*\n*..**.\n```\n\n\n## Output without wrap\n\n```\n...***\n*.....\n*....*\n.....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*.*\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n*.............\n..............\n..............\n........*.....\n.......**...*.\n..............\n..............\n*............*\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n.......**.....\n.......**.....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n.......**.....\n.......**.....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.***\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.***\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*.*.\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n...*\n.*..\n....\n**..\n.*.*\n*..*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n....\n**..\n***.\n.*..\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n**..\n***.\n.*.*\n*.**\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.....\n***...\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*.\n..*.....*.\n..*.....*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n.***...***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...***\n.***...***\n.***...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*****.*.\n...**..*.**.\n........*.*.\n*..**.*****.\n```\n\n\n## Output without wrap\n\n```\n...*.***.***\n...*.....***\n....****.*.*\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n....**......\n.....*......\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n...**.\n....**\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*..\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.*....*....\n***..**....\n.*..*..***.\n........**.\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*.*..***...\n...**...*..\n*.*..*...*.\n.*.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*....\n*.*..***...\n...**...**.\n*.*..*...*.\n**.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n*.*\n...\n..*\n...\n..*\n...\n...\n...\n*.*\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n**.***\n******\n******\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.**.......\n...*......\n.*........\n..**......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..*.......\n..*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..*.......\n..*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*..\n**.\n*.*\n.**\n..*\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n..*\n*..\n*.*\n..*\n...\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......\n..*..*...\n..*......\n*..*.....\n.....*..*\n*.......*\n....*....\n........*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..**.....\n.***.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n..**.....\n.***.....\n.........\n........*\n*.......*\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*\n*******\n.******\n**.****\n.******\n**.*..*\n*******\n**..***\n*.***.*\n.*..***\n******.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.****\n***.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n....*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*****\n******.***\n********..\n***.**.***\n**.*....*.\n***.*.**.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n........*.\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n..*....*..\n.......*..\n..........\n..........\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.**....\n.***..*\n...**.*\n..***..\n.*.*..*\n*.*....\n.**..**\n***....\n*.***..\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.*..\n**..*..\n.......\n.......\n....**.\n..**.*.\n...*..*\n.**.*..\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n***.*..\n....*.*\n**....*\n......*\n**..*.*\n*.**.**\n...*..*\n..*.***\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n..**.*..\n...****.\n........\n......**\n...*...*\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*.*.\n...*****\n...**..*\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n..*...*.\n...*****\n...**..*\n*.....**\n......**\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n...*...\n....***\n*....*.\n..*....\n.***...\n..*.**.\n...**.*\n```\n\n\n## Output without wrap\n\n```\n...**..\n...*..*\n....***\n....***\n..**...\n.*..*..\n.*...*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n...*..*\n....***\n....**.\n..**...\n.*..*..\n.*...*.\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n*..*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*.*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n.*.*..\n.*.*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n**.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n**.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*...**.*\n....***..*..**\n.*..****..*.*.\n.*.*.**...**.*\n***.....**....\n.**..........*\n***...***.****\n.**..*.....*..\n.*...*..****.*\n*..*.**.......\n.***.*...*...*\n.*.*.*....*..*\n```\n\n\n## Output without wrap\n\n```\n..........*.*.\n..***...**.**.\n..***.......*.\n...**...*...*.\n..***........*\n..***........*\n....*.*...**.*\n**..**...*...*\n**...*...*****\n.....**..**.*.\n**.*.**.......\n**..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**.*..*.*\n**..*......***\n*.***.........\n...**...*....*\n..***........*\n..***........*\n....*.*...***.\n....**...*....\n.....*...*****\n.....**..**..*\n...*...*.***.*\n.*.*.**..*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n..*.**\n.*..*.\n*.*..*\n*....*\n*...**\n*....*\n...*.*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n.**.*.\n*...**\n*....*\n**..**\n.....*\n.*.*.*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.....\n.**.*.\n....*.\n......\n.*..*.\n......\n.*.*.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**.**\n**.*.\n****.\n*..**\n*...*\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.....\n.....\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n..**.\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n**....\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n*.....*\n..**...\n.**.*..\n....*..\n.**....\n.......\n....*..\n...**..\n....*.*\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n..**...\n.**.*..\n.......\n.......\n.......\n...**..\n...**..\n...**.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n**....*\n*.**...\n.**.*..\n.......\n.......\n.......\n...**..\n...**..\n...**.*\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..**.....\n.***.....\n.**......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.**....\n.....*.*.**..\n...***.*.*...\n.....*.......\n.....*....**.\n..........*.*\n......**...*.\n*.......*****\n........*....\n*...........*\n.....*.......\n.....***.**..\n```\n\n\n## Output without wrap\n\n```\n......**.**..\n....**.*.....\n......*.*..*.\n.............\n.........**..\n.......*.**..\n.......**...*\n..........*.*\n........*.*.*\n.............\n.....**......\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n........***..\n......*.*..*.\n.............\n.........**..\n.......*.**.*\n*......**....\n..........***\n........*.*..\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n.*.**.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n**...*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n***..\n..*..\n***..\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*.*..\n...*.\n*....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n*.*\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n.*...\n.....\n...*.\n.....\n.*.**\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n...*.\n..*.*\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n...*.\n*.*..\n.*...\n*..*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..******.*.*\n*...*..*.**.*.\n***..*.......*\n```\n\n\n## Output without wrap\n\n```\n....****.*...*\n*.***..*.*...*\n****......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*....\n.*.......*..*.\n.*.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.**...\n..**..\n..*..*\n..****\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*.*..\n.*.**.\n.....*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n****.*\n**.**.\n.*...*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.**.\n***.\n.***\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*...\n...*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........**.\n**............\n**............\n..............\n...**.........\n..............\n..............\n..............\n..............\n...........*..\n...........**.\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n..............\n..............\n...........**.\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........***\n**...........*\n**............\n..............\n..............\n..............\n..............\n..............\n..............\n...........**.\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*.*...\n...***\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.*...\n....**\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n*.*\n.*.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...*.\n***.**..*\n**..*****\n****..*..\n```\n\n\n## Output without wrap\n\n```\n**.**....\n........*\n........*\n*.***.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.........\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.......*..\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n....\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n*..*\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n...*.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n...**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n......\n...***\n......\n......\n.*....\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n...**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..*..\n......*......\n...*...*....*\n.*.*....*.***\n.**......*...\n```\n\n\n## Output without wrap\n\n```\n.............\n......**.....\n..*...**.**.*\n.*.*....*...*\n.**.....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**....\n......**.....\n***...**.**.*\n...*...*..**.\n***.....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..***\n.....\n.....\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*\n*..*...\n*..**.*\n....*..\n....***\n*...*..\n.......\n..*....\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.****..\n*......\n...***.\n......*\n...**..\n....*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*******\n.......\n*..****\n*......\n...**.*\n....*.*\n.......\n.......\n.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*...\n......\n......\n.....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n***...\n..*...\n..**..\n```\n\n\n## Output without wrap\n\n```\n.****.\n.**.*.\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n***.**\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n.......*\n........\n...*....\n.....*..\n....*...\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n........\n........\n.....*..\n.....**.\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***..*....\n.*....*..*....\n..***..**.....\n..............\n..............\n......**......\n.*.*....*.....\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n..**.**.*.....\n..**...**.....\n..**..........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..*....\n.**.*....*....\n..**...**.....\n..**..........\n..............\n..............\n...**....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.*.*..\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n*..*..\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n*..*..\n.**...\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*..*.\n......\n......\n.**...\n*...**\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n**....\n......\n*.....\n**...*\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n.....*.*\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n....**.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.*\n*...**.*\n*...**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n..*.**.\n*.*..*.\n.*.***.\n..*.*.*\n**.****\n***.*..\n*.*..*.\n*****.*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n..*.***\n..*...*\n.*....*\n*.....*\n*.....*\n......*\n.....*.\n*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n..*.**.\n..*....\n**.....\n.......\n.......\n.......\n.....*.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....**\n....**\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*..*..\n*.....\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*...\n*..*......\n......*...\n......*.*.\n*......*..\n*........*\n......*..*\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*.*....\n.......*..\n......*...\n.......**.\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n...*.*....\n.......*..\n......*...\n*......**.\n*.......**\n*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.......\n...**..\n.......\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n.......\n...*.*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n.......\n...*.*.\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..*.\n.**.......\n...*....*.\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n.*.*......\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*.*\n..**.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..*..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**.*\n..*.*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n...***\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n..*\n...\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n..**\n.*..\n*...\n***.\n*..*\n.***\n*.*.\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n....\n*.**\n*.**\n*.**\n****\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n....\n....\n.**.\n....\n....\n*...\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n..**..\n**..*.\n......\n*...**\n....*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n....*.\n.....*\n**...*\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*....*\n......\n**..**\n*.....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*****..*\n......*.*..\n***.....*..\n.*.......*.\n..*..**....\n....*..*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.***..\n*.***....*.\n*.**...*.*.\n*.....*..*.\n.....***...\n.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...*.\n.*..**.....\n****...*.*.\n*.....*..**\n......*.*..\n...*******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*.\n.*.......\n.....*.*.\n**.......\n*......*.\n.........\n..*..*...\n..*......\n....*....\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n..*......\n..*......\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.*.....**\n..*....**\n..*......\n.*......*\n*........\n.........\n.........\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n*...***.**\n........*.\n**......*.\n*.........\n....*..*..\n...******.\n```\n\n\n## Output without wrap\n\n```\n......**.*\n....**....\n**......**\n..*.......\n***.......\n..**....*.\n...*.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**..\n....*.....\n**.......*\n..*.......\n.**.....**\n*.**..***.\n..*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..**.*\n..***.\n...**.\n....**\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n......\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n..*..*\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n...**.\n...**.\n....**\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..**\n...**....\n....****.\n.*..*....\n.**..***.\n******.*.\n.*...*..*\n.*.**.**.\n*****.**.\n*..**.***\n.*******.\n.***..**.\n*....*.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n.*..*..**\n.......**\n........*\n.........\n.........\n**.......\n**.......\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.....*.*.\n..**.....\n..**...*.\n....*..**\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.....\n..*..\n.....\n*.*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...\n*...*.*..*\n..........\n..........\n..........\n..........\n*........*\n..........\n**......**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**......**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**.\n..........\n..........\n..........\n..........\n..........\n..........\n.*......*.\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n..*...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n........\n...*....\n*..**..*\n*...*..*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...**...\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n........\n...**...\n*..**..*\n.*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n....**....\n...*..*...\n...*...*..\n....*..*..\n....*.*...\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n....***...\n...*...*..\n..*.......\n...*...*..\n.....*....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n....***...\n...*...*..\n..*.......\n...*...*..\n.....*....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*.**...\n.*....*****..\n**..**.*****.\n********.**.*\n...**...**...\n.....*****...\n.*........*..\n*............\n..*.........*\n```\n\n\n## Output without wrap\n\n```\n.*....*...*..\n..*........*.\n.............\n*............\n.*...........\n....****..*..\n......****...\n.*...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*...*..\n..*........**\n.............\n............*\n**...........\n....****..*..\n......****...\n**...........\n*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*...*\n..........*.\n.....*..*...\n.......*....\n...**..*....\n............\n.**.*.......\n*.....**.**.\n..........*.\n....*...***.\n..*.*...*..*\n*..*..*.*.*.\n.....*...*.*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n....*.***...\n............\n..*.*.......\n.*..........\n.*.......**.\n.......*...*\n...*....*.**\n....**..*..*\n...***.**.**\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n............\n............\n....*.***...\n............\n..*.*.......\n.*..........\n.*.......***\n.......*....\n...*....*.**\n....**..*..*\n*..***.**.*.\n*.....****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.....\n............\n............\n...**.......\n...**.......\n............\n........**..\n.......**...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n...**.......\n...**.......\n........*...\n.......*.*..\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n............\n............\n...**.......\n...**.......\n........*...\n.......*.*..\n......*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........\n.*.........*\n.*.....**.*.\n.....*....**\n*.....*...**\n........**.*\n..........*.\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n.........**.\n......**....\n............\n.........*.*\n.........**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n.*.........*\n.........**.\n......**....\n*...........\n*........*..\n.........**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n.*.*.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n*****.\n.....*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..*.....\n*.....*..***.\n.***.***.*.**\n..***.....*..\n..*.......*..\n**.*...**.**.\n****.**..**.*\n**..*..*...*.\n.****.***..**\n.*.***.*.****\n***..**.*....\n*****.*.*.**.\n..**.****.***\n.*.***..*....\n```\n\n\n## Output without wrap\n\n```\n****......*..\n*........*.**\n.*...*****..*\n....***..**..\n....*.....*..\n*..**.***....\n...*.**..*..*\n.........*...\n.........*...\n.........**.*\n........*...*\n*.......*.*.*\n*.......*.*.*\n...*.*..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*****.*\n.........*.*.\n**...*****..*\n....***..**..\n....*.....*..\n...**.***....\n...*.**..*...\n.........*...\n.........*...\n.........**..\n........*....\n........*.*..\n........*.*.*\n........**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*...\n****\n**.*\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n...*\n...*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.******..\n.....**..\n.*...*...\n.....*...\n..*.***..\n...*****.\n...**..**\n......*.*\n.**.....*\n.***.*..*\n..***.*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.*..**...\n.*.**.*..\n.*.*.....\n....**...\n.........\n.......*.\n..*.....*\n...*....*\n..**....*\n.*.*....*\n.....*.*.\n.*..**...\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**...\n.*.**.*..\n.*.*.....\n....**...\n.........\n.......*.\n..*.....*\n...*....*\n..**....*\n.*.*....*\n.....*.*.\n.*..**...\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n***\n.*.\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.**\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..*.\n....\n****\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n...*\n.***\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n*...\n****\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n.**.\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**.*\n...*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.***.\n...**.**..\n...**.**..\n```\n\n\n## Output without wrap\n\n```\n...*......\n..*...*...\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n.***......\n.***......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n**.....\n**.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**.....\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n..*...*\n..*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*.**.\n**.**\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n*.**.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n**..**\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n....**\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n**....\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**\n..*.**..\n*..**.*.\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n..******\n....*.**\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..*\n.****...\n***....*\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**..\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.**\n****..*.*\n..*..*...\n...***...\n..*......\n..****...\n..*......\n***.**...\n**.***..*\n*..*..*..\n```\n\n\n## Output without wrap\n\n```\n.....**.*\n....*...*\n...*..**.\n..*****..\n.....*...\n.***.....\n.*.......\n.........\n*.*.***..\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n....*.**.\n...*..**.\n.******..\n.....*...\n.***.....\n.........\n.......*.\n.....**..\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n..*..........\n***..........\n**...........\n.*...........\n..*..........\n..*..........\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n..*..........\n*.*..........\n.............\n***..........\n.**..........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n..*..........\n*.*..........\n.............\n***..........\n.**..........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n.*..**\n...**.\n..***.\n....**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n******\n**...*\n......\n..*...\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*....\n......\n..*...\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.***.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*\n*....*..*\n*...*....\n*...*...*\n.....*.*.\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n**..**...\n....**...\n.........\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..*\n*...**..*\n.*..**...\n*...**..*\n........*\n.......*.\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n.....**.....\n....*.......\n........*...\n***......*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........\n............\n............\n**..........\n..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****....\n..........\n..........\n..........\n..........\n..........\n..........\n*...*.*...\n*.*.*..*..\n*.**...*..\n*..*..*...\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n..*.*.....\n...*......\n..........\n..........\n..........\n..........\n.***.*....\n*.*....*..\n*...*..*..\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...\n.*...*....\n...*......\n..........\n..........\n..........\n..........\n****.*....\n..*....*.*\n....*.....\n*......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n....\n**.*\n.*..\n*.*.\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.**.\n*.*.\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n***.\n....\n..*.\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n.....\n.*...\n*....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*.*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n.*..*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.....*\n.**.*.\n...*..\n.*.*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n..***.\n.*.*..\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n..*..*\n..***.\n**.*..\n*.*...\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**.\n.........\n.**..**.*\n.**.*...*\n*..****.*\n..*****..\n.......*.\n.........\n.....*...\n....*.**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.***.*.*.\n*.......*\n......*..\n..*......\n...****..\n.........\n.....**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.........\n.***.*.*.\n........*\n*.....*.*\n..*.....*\n...****..\n.........\n.....**..\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*....\n.....\n.**..\n.*...\n.**.*\n.**.*\n...*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n***..\n***..\n*.*..\n**...\n***..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*....\n***..\n.**..\n..*..\n.....\n.**.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*......\n*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n..*.\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.**.\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*\n......*\n.......\n.......\n.*..*..\n....*..\n.....*.\n.*..*..\n..*....\n*...*..\n....*..\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n....*..\n..*....\n...*...\n...**..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*......\n.......\n.......\n.......\n....**.\n....**.\n....*..\n..*....\n*..*...\n.*.****\n.*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....******..*\n*.***...**..*.\n**....**..*.**\n*.*..**..***.*\n..**....*.*...\n```\n\n\n## Output without wrap\n\n```\n..*..**.......\n.**...........\n*.....**....**\n*....**.....*.\n.*.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....*..\n..***..*...**.\n......**......\n*.....*......*\n.......*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*....\n**....\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n***...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n.*.\n***\n.**\n.*.\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n.*.\n...\n...\n.*.\n***\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n..*.*........\n.............\n....*........\n.............\n........*....\n....*........\n..*.........*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...*.........\n.............\n.............\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n.............\n...*.........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.**\n.*.*...*\n.*.....*\n.*.*..**\n```\n\n\n## Output without wrap\n\n```\n..******\n**.***.*\n*..*...*\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.*.*.**.\n.*...**.\n.*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.**..\n...........\n...........\n..*........\n**.*.....**\n...*...*..*\n..*.....*.*\n*.*.......*\n.**.......*\n..*.......*\n..**.....**\n**.*.*..*..\n..*..***..*\n...*..*..*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.**........\n**.*.....**\n**.**.....*\n.*..*.....*\n....*.....*\n..**.....**\n..*.*......\n..***...*.*\n.*...*.*..*\n.*.*.*...*.\n..*.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****..\n.....***...\n**.........\n..*......*.\n...*.....*.\n...**......\n.*..*....*.\n....*.....*\n*.**.....**\n*.*.*......\n..***...***\n.....*.*...\n...*...*...\n**.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*..**.**\n.*...*....**.\n*.*.**.****..\n.***.****....\n.**..*.****..\n.*..*.*..*.*.\n.**.**.*****.\n```\n\n\n## Output without wrap\n\n```\n***.*....*.**\n...*.*.*....*\n*.........**.\n*............\n*.........*..\n*...*......*.\n.*********.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.*.....\n...*.*.*.....\n*.........**.\n*............\n*.........*..\n*...*......*.\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n.....*.*\n...**.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....*..*\n....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n........\n........\n........\n....*..*\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n*****\n..*..\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.*\n*..*.....\n....***..\n```\n\n\n## Output without wrap\n\n```\n.........\n...**.*..\n...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n..*.....*\n..*.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n..*....\n...**.*\n.**...*\n...****\n.*.*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n..****.\n...*.**\n.*.**..\n.*.*...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.......\n**.*.*.\n...**.*\n.*.*...\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*..\n*.**\n**..\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*.*.\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n..**\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n..*.\n**..\n.*..\n*.*.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n*.*.\n*.**\n..**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n***.\n*...\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n...*.*..\n...*.*..\n....**.*\n....*..*\n....***.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n..**..*.\n...*....\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n..**..*.\n...*....\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..***\n.....\n.*.**\n..*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.*..*\n...**\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*****\n.....\n**.**\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n.*****\n**.*.*\n***...\n```\n\n\n## Output without wrap\n\n```\n.....*\n.....*\n.....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n**...\n**...\n..***\n**...\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..**.\n....*\n*..*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..***\n..***\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*...**\n.*....\n.*...*\n.*...*\n.*...*\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n*.*...\n......\n...*..\n*.*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*...**\n.**..*\n....**\n...***\n.**.**\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n**.*.*\n..**.*\n**....\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*.*..\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n**.*.*\n...*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n.........*..\n.*..........\n............\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*.*..\n..**.\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n***..\n*..*.\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n**...\n*....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.**...\n.**.*.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*...*.\n.*..*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n....*.\n.*..*.\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...**\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*.*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n...*.*\n..*.**\n.*..**\n******\n...*..\n**...*\n*.....\n...***\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*..*.\n.*....\n*.....\n**..*.\n..*.*.\n***.*.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.**...\n......\n......\n......\n.**...\n***...\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.*.\n***\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n**..*\n*....\n....*\n*...*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n**...\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.*..*\n.*...\n....*\n...**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n..*....\n.*....*\n...**..\n...**..\n.***.*.\n.....*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n..**...\n..****.\n.....*.\n..**.*.\n..*..**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n..**...\n..****.\n.....*.\n..**.*.\n..*..**\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n****.*\n*.*.*.\n***..*\n*.****\n.****.\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*.*.*\n....**\n.....*\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n...\n*.*\n..*\n*.*\n...\n*..\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n*..\n.*.\n.**\n.**\n***\n.**\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*....\n.........\n...*.....\n.*.*.....\n***....*.\n.*...****\n.***.**.*\n***.**...\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.*.....\n*........\n***......\n****...**\n...**...*\n...*....*\n..*.****.\n...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*........\n*........\n.**......\n..**.....\n...**....\n...*....*\n*..*..*.*\n.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n..*...*..\n..*...*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.***.***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***.\n.***.***.\n.***.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.*\n....**..*.\n....**.*.*\n......****\n*...**....\n**..**.***\n```\n\n\n## Output without wrap\n\n```\n........*.\n....**.*.*\n....*....*\n.......*.*\n**..*.....\n**..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n*...**.*..\n....*....*\n*......*.*\n.*..*.....\n.*..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n**..\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..**.\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.***\n......*..*\n***..**...\n..*.*....*\n*.........\n*.........\n.......*..\n.***...*..\n..*.**.*..\n......***.\n```\n\n\n## Output without wrap\n\n```\n.......***\n.*..*....*\n*....**...\n*..*.**...\n.**.......\n.**.......\n.*........\n*...**....\n.*........\n....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...**\n....*.*.**\n.....**.**\n...*.**.*.\n***......*\n..*.......\n.*........\n*...**....\n**...*..*.\n*.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n.......*\n.*.....*\n*.......\n.*.....*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n......*.\n.......*\n.......*\n.*.....*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n.**\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n...\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n*...\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*...\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*..*\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.****\n*......*.\n*.*.*.*..\n*..**...*\n**..*..*.\n....*.*.*\n```\n\n\n## Output without wrap\n\n```\n.......**\n...**...*\n*....****\n*...*..*.\n**.***.**\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*...\n**.*..*..\n.*...**..\n.*..*..*.\n.*..**...\n****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*..*\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.**\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n**..**\n****.*\n*..*..\n**.*..\n*.**..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n......\n..**..\n.*..*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**.*\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n**......\n.*.....*\n.*.*...*\n.*.*.***\n.**.....\n```\n\n\n## Output without wrap\n\n```\n.*......\n***.....\n.*......\n**..*..*\n**.**.**\n.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n***.....\n.*.....*\n.*..*..*\n.*.**.**\n**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.**.*\n..*.*..*.*\n..*.****.*\n```\n\n\n## Output without wrap\n\n```\n.....**...\n...**...*.\n...****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*.\n....**..*.\n....**..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n**.*.\n****.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n**..\n..*.\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.*.\n..*.\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..***\n..***\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*...\n**...\n**...\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.*.*.\n.*...\n..*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n.....\n****.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n****\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**\n....*..\n....*..\n..*.*..\n..*.*..\n.**.*..\n.*.***.\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...***.\n...*...\n.......\n......*\n...***.\n***.**.\n***.*..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n..*...*\n.......\n......*\n...***.\n***.***\n***...*\n*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******..\n......*..*\n.*..**.***\n..*..*.***\n......*.*.\n.*.*.****.\n```\n\n\n## Output without wrap\n\n```\n..*****...\n..*.......\n...***....\n..........\n...**.*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n....*....*\n**.***....\n..........\n***.**...*\n....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....**\n.*.....*.*\n****..**..\n..**..*.**\n*.*****.**\n...***.*.*\n*.....***.\n*.....***.\n*.*.*.*..*\n.**.***.*.\n.***....**\n...**.....\n.*...*....\n*......*.*\n```\n\n\n## Output without wrap\n\n```\n.......***\n.**...**.*\n......**.*\n**........\n***.......\n.**.......\n.*......**\n.*.*....**\n*..*.*..**\n*..*.*....\n******.***\n..***...*.\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**..\n..*...***.\n......**..\n..........\n***.......\n..*.......\n*.........\n*..*.....*\n.*.*.*...*\n...*.*..*.\n.*****.**.\n..***...*.\n**.**....*\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n**.**.\n.**...\n*...**\n.**...\n...***\n.***..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n*****.\n*...*.\n.**...\n...*..\n.***..\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...*..\n..*..*\n*..*..\n.****.\n*.*..*\n**....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*..*.*\n..*...\n......\n*....*\n*..*.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n..**.*\n...*.*\n......\n......\n....*.\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n***...\n......\n.....*\n*...**\n**..*.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n*......*......\n*..........*..\n**..*........*\n*........*.*..\n.......*......\n......*.......\n..............\n.........*.**.\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n*.............\n**........*.*.\n**............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.*........*.**\n**...........*\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n....*.\n.....*\n**...*\n***...\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n...*..\n...***\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*..*..\n...*..\n...***\n*....*\n....*.\n***...\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**....\n.....*..*.\n.....**.**\n......*...\n*.*.......\n..*..**...\n*.*.***...\n*...**.*.*\n.....*****\n...*.....*\n..*....*..\n..*.*.....\n......*...\n```\n\n\n## Output without wrap\n\n```\n....**....\n.......***\n.....**.**\n.....***..\n.*...**...\n..*.*.*...\n.......*..\n.*.*.....*\n.....*.*.*\n.........*\n..*.......\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n.......***\n.....**.**\n.....***.*\n.*...**...\n..*.*.*...\n*......*.*\n**.*......\n.....*.*..\n.........*\n..*.......\n...*......\n.**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.....*\n**...*..*.**\n.*.*......*.\n.**..**...*.\n*....*.**...\n...*....*..*\n......**.***\n.**.*..*....\n*.....*..*..\n**......*...\n........***.\n**..*....*..\n```\n\n\n## Output without wrap\n\n```\n**.......*.*\n**..*....*..\n..*....**..*\n*.*......**.\n*.*.*..*.**.\n.*..**.....*\n..*...**.*.*\n.*.*.....*..\n*.*.........\n**..........\n..........**\n........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.....*\n......*..**.\n..*....**...\n..*......*..\n..*.*..*.*..\n....**......\n..*...**.*..\n...*.....*..\n..*.........\n.*........*.\n............\n**......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*....\n.........*.\n***........\n.*.....**.*\n*.........*\n...........\n...........\n.......**..\n..*.*****.*\n*.*.*......\n.**........\n..*........\n....*...*..\n```\n\n\n## Output without wrap\n\n```\n...........\n*.*........\n*..*....**.\n..*......**\n...........\n...........\n...........\n....******.\n...**....*.\n.**.*.***..\n...........\n.***.......\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........\n..*......**\n...*....*..\n..*........\n*........*.\n..........*\n...........\n....******.\n.*.**....**\n..*.*.***..\n...........\n.*.*.......\n...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n......\n..**..\n.*****\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n......\n*.....\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*..\n.*.*\n...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..**..\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*.*..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*.*..\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...**..\n.*.....\n.**....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*.....\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.....**.....\n.......**...\n.....*......\n......***...\n..**........\n.*..*.......\n.*..*.......\n..**........\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n......**....\n.....*.*....\n............\n......**....\n..**...*....\n.*..*.......\n.*..*.......\n..**........\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n......**....\n.....*.*....\n............\n......**....\n..**...*....\n.*..*.......\n.*..*.......\n..**........\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.***\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.**..\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*...*\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n.*..*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.\n..*.*..*\n.**..***\n.*...*.*\n.*......\n**......\n**......\n***.....\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*....*\n.*****.*\n**...*.*\n.**.....\n..*.....\n........\n..*.....\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***\n*.*....*\n.*****.*\n.*...*.*\n.**.....\n..*.....\n.......*\n..*....*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n**......\n...*.*..\n....****\n*....***\n.*.***.*\n.*.*..**\n.*......\n.......*\n.******.\n.*.**..*\n.**..***\n***....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n..*.....\n**.*..*.\n*..***.*\n*.......\n.*.**...\n***....*\n....*..*\n.*.....*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.....**\n*......*\n*......*\n..*.....\n*..*..*.\n.*.***.*\n........\n.*.**...\n.**.....\n*...*..*\n......*.\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n....**..\n...*.*..\n..*.*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....**..\n...*.*..\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n....**..\n...*.*..\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n.......\n..**...\n**..*..\n**...*.\n.*.*.*.\n*...*.*\n.*..*..\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.****..\n.*.**..\n.***.**\n*....**\n.......\n*......\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n***...*\n*****..\n**.****\n****.*.\n.....*.\n......*\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*.....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n...*.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*.**..\n****.*\n..**..\n```\n\n\n## Output without wrap\n\n```\n..**..\n*.....\n*.....\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*....*\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n**.**.\n*.**.*\n.*****\n..*.**\n```\n\n\n## Output without wrap\n\n```\n***.**\n*.....\n*....*\n......\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*..*\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n***.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...***.**\n...*........\n...*.....*..\n```\n\n\n## Output without wrap\n\n```\n.......*....\n..**...****.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...****.\n..**...****.\n..**...****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n...***..\n...***..\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n....*...\n...*.*..\n...*..*.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n....*...\n...*.*..\n...*..*.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n***..\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*....\n..**.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n...*..\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n..*...\n...*..\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*.....\n***..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n*.*\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*...*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*..\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*.*\n*.*\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..*.\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..*.*\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.**....\n*.*..**...*...\n.***.*.......*\n...*.....***..\n.*......****..\n..*...*.**.*..\n..*....**..*..\n*..**....****.\n```\n\n\n## Output without wrap\n\n```\n.*....**......\n*.*......*....\n**.*.**..*.**.\n.*.******.***.\n.............*\n...*.......**.\n.*.*....**....\n..*.....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...*.....\n..***....**..*\n...*.**..*.*..\n*..******.***.\n*.............\n...*.......**.\n....*........*\n.*.***..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*.\n....*.**.\n.....**..\n.........\n.........\n.........\n..****...\n..******.\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n....*..*.\n.....***.\n.........\n.........\n...**....\n..*......\n..*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n....*..*.\n.....***.\n.........\n.........\n...**....\n..*......\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.*.....\n..*....\n.*.*.*.\n*******\n**.*..*\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n*....**\n......*\n*.....*\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.**....\n.....*.\n.......\n.......\n*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n*.*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n..*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n****\n*..*\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*...\n...*\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*.\n.....*.**\n**...**..\n..*******\n*..*.....\n*..*.*...\n```\n\n\n## Output without wrap\n\n```\n..***.***\n......***\n.*..*..**\n*..*.....\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.*.\n......*..\n**..*..*.\n...*...*.\n***....*.\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.**\n..*....*.\n**....***\n*..******\n..**.*.**\n....***..\n*.**.**.*\n*****....\n```\n\n\n## Output without wrap\n\n```\n.*.*...*.\n*......*.\n*...*....\n*...*....\n.**......\n.*......*\n**...***.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n.*..*....\n....*....\n*.*......\n.......*.\n**.....**\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n**...*.*.*\n.....*...*\n...*..***.\n.....**.**\n.........*\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n....***.*.\n....**...*\n....*.....\n.....**..*\n.......*.*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n*...***.**\n....**...*\n....*.....\n.....**..*\n.......*.*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*.*.\n......\n...**.\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n....*.\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.....*\n*..***\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...\n.*.....\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.....*.\n.....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*......\n...*...*.....*\n.**...........\n.....*......**\n............*.\n..........**..\n...*.....*..*.\n.........**...\n...*..........\n.*.*.....*..*.\n..*.......**..\n........**....\n........***...\n.......*...**.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n............**\n...........*..\n..............\n..........****\n.........*....\n........*.....\n..............\n..**..........\n............*.\n.......**...*.\n.......*....*.\n........**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......******..\n.*.....*....*.\n**..........*.\n...........*..\n..............\n..........****\n.........*....\n........*.....\n..............\n..**..........\n............*.\n.......**...*.\n.......*....*.\n.........*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.***\n*.***\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*...\n....\n....\n....\n.**.\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*\n***....*\n*.......\n.*.*....\n.**..*.*\n*.....**\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n*.......\n..*.....\n..*...**\n***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.......\n.**.....\n***.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.*.*...\n***...*\n***.***\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n.**...*\n.**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n....**.\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n...**\n*....\n.....\n.....\n.***.\n..**.\n.***.\n..*..\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n..*..\n..**.\n..*..\n.*.*.\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n....*\n.....\n.....\n..*..\n..**.\n*.*..\n**.*.\n.**..\n..*..\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n..**......\n..**......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..**......\n.*..*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n.*..*.....\n.*..*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*.***..\n.......\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n*.**\n**.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n..**\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n.*****\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*..*.\n*...*\n....*\n.....\n.....\n.....\n.....\n..**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.****\n...**\n.....\n.....\n.....\n.....\n.....\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n****.\n*..*.\n*...*\n.....\n.....\n.....\n.....\n..**.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n.....\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n**...\n**...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.*..*\n*.*..\n.*.*.\n..*.*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*.......\n.....*...**...\n....**....****\n**..*........*\n**...........*\n.......*......\n...**.**...**.\n...**......*..\n```\n\n\n## Output without wrap\n\n```\n..............\n...*.**..**.*.\n....**...*****\n**..**.....*.*\n**............\n......**....*.\n...*****...**.\n...***.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*....*...\n...*.**..**.*.\n....**...*****\n.*..**.....*..\n.*...........*\n*.....**....**\n...*****...**.\n......**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**....*\n.........*...\n.....*..*....\n.*.....*.....\n..........*..\n```\n\n\n## Output without wrap\n\n```\n......**.....\n......***....\n......*.*....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*....\n......***....\n......*.*....\n.......*.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n.*..**\n**..*.\n.*....\n*.*...\n...**.\n```\n\n\n## Output without wrap\n\n```\n.*****\n.....*\n***.**\n..*...\n.***..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n.**.*.\n..*..*\n.***..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*....\n..*.....\n..**.*.*\n.*.....*\n........\n........\n........\n.....*.*\n......**\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n.*...*..\n.***....\n........\n........\n........\n......*.\n.......*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.....\n*....*..\n*.**....\n........\n........\n........\n......*.\n*......*\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****...\n***....**.\n*.*.....*.\n*.*.***.*.\n.**.*....*\n```\n\n\n## Output without wrap\n\n```\n*..*****..\n....*****.\n*.*..**.**\n*.*.**.***\n.**.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****.\n....*****.\n*.*..**.*.\n*.*.**.**.\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*...\n.*..\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n..*.\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n***.\n...*\n....\n....\n*.*.\n*.*.\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n.*.*\n.**.\n....\n....\n....\n....\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n****\n....\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n.......***....\n..............\n..............\n...........*..\n...***........\n.*.***.......*\n...*..........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.......***....\n..............\n..............\n...**.........\n...*.*........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.......***....\n..............\n..............\n...**.........\n...*.*........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..*..\n.**..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n...*.\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n*..*\n..**\n...*\n*..*\n**.*\n*...\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*...\n..**\n...*\n**.*\n***.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n....\n.*..\n.**.\n**.*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.......**\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*\n********\n*.....*.\n*.*****.\n***..*.*\n```\n\n\n## Output without wrap\n\n```\n***.....\n*.*.....\n*.......\n*.***...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n*..*....*...*\n..***...*....\n..**.*..***..\n***..***.*.*.\n.*.........*.\n...*.**...*.*\n..*****..**.*\n*...**.****.*\n..*....*..*..\n.*****.*...*.\n***..**....*.\n```\n\n\n## Output without wrap\n\n```\n.............\n..***........\n.*.....**....\n.....*....*..\n*..*****.*.*.\n**..*..*...**\n...*..*..**.*\n..*.........*\n.**....*.....\n..*....*..*..\n*...**.*..**.\n*....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........\n..***........\n.*.....**....\n.....*....*..\n*..*****.*.**\n.*..*..*...*.\n*..*..*..**.*\n..*.........*\n***....*....*\n*.*....*..*.*\n*...**.*..***\n*....**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n*.*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........\n..........*\n..*........\n...*.....*.\n.......**..\n..*.*....*.\n*..*..**...\n...........\n*.........*\n...*..*....\n...........\n...........\n..*.*......\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n........**.\n.......***.\n..***......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n........**.\n.......***.\n..***......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n*.**.*\n..****\n```\n\n\n## Output without wrap\n\n```\n*.*.*.\n*....*\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n......*.\n....*..*\n....***.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.....*..\n...**.**\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n........\n........\n........\n.....*..\n...**.**\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.*.**\n*..*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n**...\n*..*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n...\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*..\n...**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.**..*.\n...*...*.**.\n****..***.*.\n*..**..***.*\n.*..**...***\n.*.**.*.**.*\n**...*.*..*.\n.....*.*****\n**..........\n...*........\n***.*......*\n```\n\n\n## Output without wrap\n\n```\n...*********\n*.****..*..*\n**.........*\n..........**\n***...*...**\n.....***....\n***........*\n.*.....*...*\n.......*...*\n...*.....*..\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......****.\n**..*...*.*.\n**.........*\n**..........\n..*...*.....\n**...***....\n.**.........\n**.....*....\n*......*....\n....*....*..\n*..*...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n........\n......**\n...*..**\n*..***..\n..**..*.\n...**.*.\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n...*...*\n.....*.*\n..*...*.\n..*.*...\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......**\n*..*....\n.....*..\n..*...**\n..*.*...\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n***..\n.*...\n..**.\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n**.**\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n*.**.\n.*.*.\n*.*..\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n...**.......\n...*........\n...*........\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n...**.......\n..**........\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n...**.......\n..**........\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**..\n*...**.*.\n....*..*.\n...****..\n****...*.\n...**..*.\n..**...*.\n.*....**.\n.*.......\n```\n\n\n## Output without wrap\n\n```\n....***..\n....*..*.\n.....*.**\n.......**\n.........\n..*.***..\n..***....\n..**..***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n....*....\n.....*...\n.........\n.........\n*.*.***..\n..***...*\n....**...\n..*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n***\n..*\n...\n.**\n*.*\n**.\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n..*\n.**\n.**\n*.*\n**.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n***\n.**\n...\n**.\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*.*.....\n*..****...\n..*.......\n*.**...*.*\n*.**..*...\n......*.**\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n.**.**....\n..*..**...\n..........\n..**..*..*\n......*.**\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n.**.**....\n*.*..**..*\n*........*\n*.**..*...\n*.....*.**\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n**.....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n......\n..*..*\n..*.*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n..*...\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n**...*\n..*...\n.**...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*\n......*...\n......**..\n.*....**..\n..........\n..*.......\n...*....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n.....*....\n......**..\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......**..\n.....*....\n......**..\n..........\n..........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n******\n*..*..\n***.*.\n****.*\n.****.\n.****.\n*...*.\n****.*\n**..**\n```\n\n\n## Output without wrap\n\n```\n*..*..\n......\n.....*\n....*.\n.....*\n.....*\n*....*\n*....*\n..**.*\n*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n......\n......\n*.....\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*....\n***...\n**....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..*...\n.***..\n**...*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.\n.***.....\n.*..*****\n***.*....\n...*.*..*\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.*******.\n*...*****\n****...*.\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**....\n****....*\n....*****\n.***...**\n**..*....\n..*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n..**\n..**\n....\n....\n.*..\n****\n..**\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n....\n....\n**..\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n**..\n*.**\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..**.*....\n.*...*....\n.****.....\n.*.*......\n.*.*......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..*.*.....\n.*...*....\n**.**.....\n**........\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..*.*.....\n.*...*....\n**.**.....\n**........\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n***.\n**.*\n**..\n..*.\n****\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n...*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n****\n****\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*...*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*.*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n...\n...\n...\n***\n***\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n...\n***\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*.*\n...*..*..\n..*......\n.**..***.\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.**..**\n.......**\n*...**..*\n.*.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..*\n*.....**.\n.........\n*......**\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n...*.\n..*..\n*...*\n.....\n...**\n***..\n..*..\n.*.**\n*....\n**.**\n*****\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n...**\n.....\n...**\n...**\n.*..*\n*..*.\n*..*.\n***..\n.***.\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...*.\n...**\n...*.\n*..*.\n.....\n.....\n.....\n*****\n*****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*.***\n*.*..\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.**.\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n*.**.\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***..\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.**...\n.**.*.\n.*.*..\n*...*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n*.***.\n...*..\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*....*\n..**..\n...**.\n...**.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****...\n...*...*..\n..........\n..........\n..........\n.**.....*.\n.........*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..*...*...\n..*...*...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*...*...\n..........\n..........\n..........\n..........\n..........\n....*.....\n..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n....**\n*.....\n....*.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...***\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n***.\n*.*.\n.***\n....\n....\n....\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n.***\n.***\n.**.\n.**.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n****\n*.*.\n*...\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.*.\n***.\n..*.\n....\n.*.*\n....\n.*..\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*.**\n..*.\n..*.\n....\n..*.\n.*..\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n..**\n..*.\n....\n*.*.\n**..\n***.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n.....**.\n.**..*.*\n.....*.*\n*.***..*\n**......\n*.......\n.*......\n..**.***\n...*.*.*\n......**\n...*.*..\n*....***\n..*.....\n```\n\n\n## Output without wrap\n\n```\n......*.\n....**.*\n....**.*\n.......*\n..*.***.\n*.*.*...\n*..*....\n.***..*.\n.....*..\n..**.*..\n...*.*..\n........\n....*.*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*...**..\n....**..\n........\n..*.****\n.**.*..*\n*..*....\n..**..*.\n.....*..\n*.**.*..\n**.*.*.*\n*.......\n*...*.**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n.**..*\n*.**.*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.....*\n*.....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.....*\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n........\n...**...\n...**...\n....*...\n.*....*.\n*.......\n*.......\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n...**...\n.....*..\n...***..\n........\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n....**..\n...**...\n.....*..\n...***..\n........\n**.....*\n........\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.....\n.*..**..**...\n........*....\n.............\n.............\n.....*.......\n**....*......\n.*.....*.....\n.............\n.**..........\n.............\n.*...........\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n....*.*.**...\n....*.*......\n.....*.***...\n.............\n.............\n.............\n**...........\n.............\n***..........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.**...\n....*.*......\n.....*.***...\n.............\n.............\n.............\n**...........\n.............\n***..........\n.............\n.............\n.............\n.............\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.***.\n**********\n**********\n**.**.*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*..\n.****..**.\n*..*....*.\n```\n\n\n## Output without wrap\n\n```\n*...*..**.\n*.....*..*\n**..*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*..\n*.*..*.**.\n*....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.*.\n*.********\n******.***\n**.*****.*\n**********\n**********\n*********.\n*.**.*****\n.*********\n*.*.****.*\n*********.\n*.******..\n```\n\n\n## Output without wrap\n\n```\n*.......**\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n*.........\n*........*\n*.........\n*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n...**\n...**\n.*...\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*....\n..*.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..***\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n.*..*\n.....\n.....\n.*...\n.....\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*.....**.\n**...*..*.\n.*....***.\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*.....*.\n..*...*..*\n*.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..*....***\n..*...*...\n..*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n.......\n.......\n...*...\n..***..\n**..***\n****...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...**..\n.***...\n.**.*..\n*....*.\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**\n****.*.\n...**..\n*.**...\n***.*.*\n...*.**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.***..\n....**\n*....*\n*..*..\n***...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*....\n.*****\n.....*\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*....\n.*****\n*.....\n..*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.***.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n***.*.*\n.******\n**.****\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*\n.......\n.......\n**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n.*...**.\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**.....\n.**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n*.....**..\n.**.....*.\n...*....*.\n.*.*......\n..*.......\n.*.**.....\n***.....*.\n*.....*.**\n*...*.....\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*....*..\n.**.....*.\n.*.*......\n...*......\n.*..*.....\n*..*......\n*.**...***\n*......***\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*.*....*..\n.**.....**\n.*.*......\n...*......\n.*..*.....\n*..*......\n..**...**.\n.......**.\n*.......*.\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......*...\n.***.*...**...\n..****..**....\n....**..*..***\n.....*......**\n```\n\n\n## Output without wrap\n\n```\n.**......**...\n**.....**.*...\n.....**.*..**.\n......*.**.*.*\n.....*....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....***..\n**.***.**...*.\n*....**.*..**.\n*.....*.****.*\n*.*.**..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*..**.\n******\n...**.\n***.*.\n*..***\n```\n\n\n## Output without wrap\n\n```\n...*..\n*.....\n**...*\n......\n***...\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n**....\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n.......\n..*.*..\n...*..*\n.***...\n.*.....\n..*.*..\n**.**..\n.*....*\n```\n\n\n## Output without wrap\n\n```\n....**.\n.......\n...*...\n.*..*..\n.*.*...\n.*.....\n*.*.*..\n**.***.\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***\n.......\n...*...\n.*..*..\n**.*...\n.*.....\n*.*.*..\n**.***.\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n..**\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*...\n***.....******\n..............\n***......**..*\n...**.........\n.**..***......\n.*...*..*.....\n.*.*.**.*.....\n*.*****.*....*\n....*.***.....\n.....*.*.*....\n.....*.****...\n```\n\n\n## Output without wrap\n\n```\n.*........*.*.\n.*.......****.\n........*....*\n.***..........\n*..****.......\n.***.***......\n**......*.....\n**.*....**....\n.**.....**....\n.........*....\n....**....*...\n.......*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*....**\n**.......*****\n........*.....\n****..........\n...****.......\n.***.***......\n**......*.....\n.*.*....**....\n***.....**....\n.........*....\n....**....*...\n.......*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n***.\n*.*.\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*.*.\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n.*....\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*..*.\n***.*\n**..*\n.**.*\n.***.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n...*.\n....*\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n.**...\n......\n....*.\n*...*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n......\n......\n....*.\n...**.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n*.*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.**..\n***.*\n..**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.**.\n*....\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*.*..\n..**.\n*...*\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n*.*..*\n...***\n..*.**\n..*..*\n...*..\n.*.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*****\n.**...\n.**...\n..*...\n..*..*\n...**.\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.**...\n.**...\n*.*...\n..*..*\n...**.\n...**.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*....\n.....*.....\n...........\n...........\n...*.......\n..*..*.....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***\n****..*\n*******\n..*****\n*******\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n*..*.**.*\n*.***..**\n***..**..\n.**.*....\n...*..*..\n..*.**..*\n*.*.*....\n.*.*.*..*\n.**.....*\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n....***..\n.*..****.\n*.......*\n**...***.\n**....**.\n*****....\n.***.....\n..*..*...\n*...*....\n*...*....\n****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.***.**..\n.*.....*.\n.....***.\n......**.\n*****....\n..**.....\n*.*..*..*\n.*..*....\n.*.....*.\n.*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n.***\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n...*\n..*.\n..*.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.**.\n****\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n...*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n*....**\n.*.....\n.*...*.\n.*..*..\n.*.**..\n*...***\n...*...\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*..\n*.*..**\n...*..*\n....*..\n*....*.\n..*..*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.*..*..\n..*..*.\n...*.*.\n....**.\n.......\n..*.**.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*...\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.*\n**....**.*\n***....**.\n.*.....***\n.........*\n*.......**\n.**....**.\n..*...*.*.\n**.*.**.**\n.*..*.**.*\n```\n\n\n## Output without wrap\n\n```\n......*...\n.*....*...\n*.**....*.\n.**.....*.\n*.*...**..\n.**.....*.\n***...*...\n*..*.*....\n.......**.\n*.*.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*......\n.**.......\n..**......\n.**.......\n*.*...***.\n*.*.......\n*.*...*...\n*..*.*....\n.*........\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.\n*..***.\n.*.**.*\n*.*****\n***.*.*\n**.****\n.***.**\n.***.**\n```\n\n\n## Output without wrap\n\n```\n***..*.\n*.....*\n**....*\n*.....*\n.......\n.......\n.......\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*.....\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......*.\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n*.***\n****.\n**.*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n.....\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**..\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.*.*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n....*.....\n.*.*..**..\n.*.*......\n*.**..**..\n**...*....\n.*.......*\n*.........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n..*..*....\n**........\n*.***.....\n**...*....\n.*........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...***....\n..*..*....\n**........\n*****....*\n.....*...*\n.*......**\n.*.......*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***..**..\n.........*...*\n.......*.*....\n.........*....\n........*....*\n........*...*.\n..............\n.....***......\n...**........*\n*.*..***......\n..*.*.........\n.......*.*....\n.........*...*\n```\n\n\n## Output without wrap\n\n```\n..............\n........**....\n.........**...\n..............\n........**....\n.......**.....\n......**......\n...**.**......\n..**..........\n.*...***......\n.*..**.**.....\n........**....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*...*...\n*......*...*..\n.........**...\n..............\n........**....\n.......**.....\n......**......\n...**.**......\n..**..........\n.*...***......\n.*..**.**.....\n......*..*....\n*......*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n..........\n..........\n..........\n.***......\n***.**....\n..********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...*......\n.*.*......\n.*.*..*.*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....*\n....*.....\n..........\n...*......\n**.*....*.\n...*....*.\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*.*\n.***\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n.*..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*..\n.*..\n**.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*********\n***.*****\n*****.***\n*.***.***\n*********\n*********\n*******.*\n*****.**.\n.****..**\n*.*.*****\n***.*****\n*********\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n.........\n.........\n*........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n*..\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*.*\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n.**\n*.*\n...\n...\n*..\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n..*\n..*\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n***.\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.**..\n*...*\n.*.**\n***.*\n*..*.\n.*.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n...**\n.....\n*....\n*.**.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.*\n..*.......\n*.....*...\n..*..*..**\n..*....*..\n*.........\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n***....*..\n***....**.\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*........\n.**....*..\n.**....*..\n.........*\n..........\n.........*\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n****\n****\n****\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n...*\n*...\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.***.*\n.**.**********\n*********.****\n**.********.**\n****.*******..\n****.**.******\n**.***.*******\n....**.*..****\n.***...*.*.*.*\n.**.*******..*\n*.****.***.***\n********..****\n*********..*.*\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n.............*\n..............\n.............*\n*.............\n*....*.*......\n.*...........*\n*............*\n*.............\n..............\n*.......*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.....*.*......\n.*...........*\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*.**..\n....**\n```\n\n\n## Output without wrap\n\n```\n..*...\n...*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....******.\n*.*.**.***....\n.....***..***.\n.******.******\n.*.*.******.*.\n.....*****.*.*\n.***.**.*.*.*.\n**...***..*.*.\n**.***.****..*\n..*.*.....*.**\n```\n\n\n## Output without wrap\n\n```\n...*.**.......\n...****.......\n...*..........\n..............\n**.**.........\n...*........**\n***...........\n*.*.......*...\n.****..**.*...\n.****..**.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*......\n****.........*\n...*..........\n.*...........*\n...**.........\n...*.........*\n.**.........*.\n..*.......*...\n...*****.*.*..\n..*.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n***....\n*.***..\n*.*.**.\n*.*.**.\n*.*.***\n.**....\n*......\n**....*\n*.*...*\n...****\n```\n\n\n## Output without wrap\n\n```\n.*****.\n*......\n*...**.\n*.*....\n*.*....\n*.*.*.*\n*.**.*.\n*.*....\n*......\n*.***.*\n...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*......\n*...**.\n*.*....\n*.*....\n*.*.*..\n..**.*.\n..*...*\n.......\n..***..\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..*..\n*...*.\n*...*.\n*.....\n*...*.\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n**.**.\n**....\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**.**.\n**.**.\n**....\n**....\n.....*\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*..*\n****.***.\n*********\n**.***...\n```\n\n\n## Output without wrap\n\n```\n*..*.*.*.\n.........\n........*\n*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*****\n*..**\n*.*.*\n..**.\n*.*.*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.**.*\n.**.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n..**.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*....\n*..*..\n*.*...\n*****.\n*...*.\n..*.*.\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n*.*...\n*...*.\n*.*.*.\n*...**\n.*....\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*..*.\n*.*...\n*...*.\n*.*.*.\n*...*.\n.*...*\n...*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n******\n.****.\n.*****\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n.....*.\n**...**\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**..***\n**..***\n**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.*..**.\n**..**.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n**.....\n.......\n.......\n.......\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*......\n.......\n.......\n.......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..***..\n*.*..**\n.*****.\n*.....*\n```\n\n\n## Output without wrap\n\n```\n...*...\n..****.\n.......\n.......\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.******\n*.....*\n.......\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n......*..\n......*..\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.**..*\n*..**.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*****.\n*..***\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n.*****\n*..**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n.*....\n**.***\n..**.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n*.....\n**.*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.***\n******\n******\n**.*.*\n**.***\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*....\n.......*..\n**....**..\n..*...**..\n*...*.**.*\n....*.*..*\n**........\n**..**...*\n.**......*\n**....*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*....*..\n.*......*.\n*.........\n...*......\n**....***.\n**..*.....\n..........\n..*..*..**\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*..*\n*.*....*..\n.*......*.\n.........*\n*..*.....*\n.*....****\n.*..*.....\n.........*\n..*..*..*.\n...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.*..*\n.****\n.*..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n*****\n**..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.****\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n.....*.\n....*..\n**.....\n*.*....\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n....***\n.......\n**....*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n*..**..\n.*..*.*\n.***...\n..*....\n*..***.\n**.*..*\n*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..*..\n*......\n.....*.\n***.*..\n..**...\n******.\n.......\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.....**\n***.*..\n****..*\n..***..\n...*.**\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n.**.**..\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n.**.**..\n*.....*.\n.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n.**.**..\n..*.*...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.*\n......*.*\n.........\n......*.*\n......*.*\n.....**..\n.......**\n.....**..\n...*....*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....**..\n.........\n.........\n.....***.\n.....**..\n.....*..*\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**..\n*.....*.*\n.........\n.........\n.....***.\n.....**..\n.....*..*\n*.......*\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*\n***..**\n****..*\n.*...**\n*.****.\n**...*.\n**.**.*\n```\n\n\n## Output without wrap\n\n```\n***...*\n....*.*\n...**..\n......*\n*.**...\n......*\n***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n...**..\n.......\n..**...\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*****\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..*..\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n*****.\n*****.\n*****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n....*\n.....\n...*.\n.....\n....*\n.*...\n..*..\n.....\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n.**.\n****\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****......*.\n**.**........*\n..............\n...........*..\n..............\n..............\n..**..........\n.***....*.....\n........**....\n.....*...*..**\n....***...*.**\n...*.***.***..\n***...*...****\n```\n\n\n## Output without wrap\n\n```\n.**..*........\n.*...*........\n..............\n..............\n..............\n..............\n.*.*..........\n.*.*....**....\n..*.....**....\n....***.******\n.......**....*\n.***...*.*....\n.**..***.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*........\n**...*.......*\n*.............\n..............\n..............\n..............\n.*.*..........\n.*.*....**....\n..*.....**....\n....***.******\n.......**....*\n.***...*.*....\n**.....*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n....**\n....**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n......\n...***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n...*.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.*.*..\n**..*.*.*..**\n.**.***...*..\n.**.*.****.**\n```\n\n\n## Output without wrap\n\n```\n...**....*.*.\n**....*...**.\n....*.....*..\n.**.*.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...*..\n**....*...***\n....*.....*..\n**......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n.*..*....\n....*....\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.\n..**..*\n.*.**.*\n```\n\n\n## Output without wrap\n\n```\n...**..\n.*....*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**\n.*....*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***\n********\n*.*.***.\n***.**.*\n********\n.**.*...\n**.*.***\n```\n\n\n## Output without wrap\n\n```\n.*.*...*\n*.......\n........\n.......*\n.......*\n........\n**.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n***..*.\n***.***\n*******\n**.****\n```\n\n\n## Output without wrap\n\n```\n*..****\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**..*.\n...**.\n.**.**\n...**.\n***..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n...*.*\n.*....\n....*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n...***\n......\n...***\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...***..\n*..**..*.**.\n...*..**.**.\n....***...*.\n...*.**....*\n.......*....\n.......***..\n.**.*****.**\n.........*..\n............\n```\n\n\n## Output without wrap\n\n```\n..*.*.......\n..*.....*.*.\n...........*\n........*.**\n........*.*.\n......*.*...\n.....*...**.\n....*......*\n.....*.****.\n......****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...***.\n..*.....*.*.\n...........*\n........*.*.\n........*.*.\n......*.*...\n.....*...**.\n....*......*\n.....*.**.*.\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******..*..\n*****..***.*\n****....****\n*****.....**\n..*..*.**.**\n..*......**.\n.....**...*.\n.***...**..*\n**.**..*....\n***.**...**.\n```\n\n\n## Output without wrap\n\n```\n*....***.**.\n......**...*\n.......*....\n*...*..*....\n....*...*...\n.....*.**...\n.*.*..***.**\n**.*.*.**...\n.....***.**.\n*.*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**....\n......**....\n.......*....\n....*..*....\n....*...*...\n.....*.**...\n.*.*..***.**\n.*.*.*.**..*\n.....***.**.\n........****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n*...***...\n....*.....\n```\n\n\n## Output without wrap\n\n```\n....***...\n....*.*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n....*.*...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*..\n...\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*.*.....\n.*......\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n...*\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.**\n..*.\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.***\n**********\n**********\n.*****.***\n**********\n********.*\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n*****.*.\n*.******\n****.*..\n*...***.\n**.*****\n*.***.*.\n**.*****\n******.*\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n*.....**\n.......*\n*......*\n.......*\n*......*\n........\n.......*\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n......*.\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*...\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**...\n..*..\n...*.\n**..*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*..*.\n.....\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*....\n.....\n....*\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n.*......\n.....*..\n.*......\n*.....**\n........\n.*......\n..*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n........\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*.....**\n*......*\n*......*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***.**..\n...****......\n..........*..\n........*....\n.........**..\n....*.*...*..\n...**...*....\n.*..*.*...*..\n```\n\n\n## Output without wrap\n\n```\n........*....\n....***.*....\n....**...**..\n.........**..\n....*....***.\n...*.*..*.*..\n..*...*......\n...*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..***...*.\n....***..**..\n....**...**..\n.........**..\n....*....***.\n...*.*..*.*..\n......*****..\n.....**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*.*\n...**\n.*..*\n*.***\n...**\n...**\n****.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n.***.\n.*.*.\n.**..\n.**..\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*.*.\n*.**.\n**.*.\n.**..\n.**..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n*..\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n*..\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.........*\n**.*........**\n.**...**......\n*.....*.....*.\n*...*.***.....\n....*.**......\n.....*.*......\n..............\n..........*.*.\n..........*.*.\n*.........*.**\n.*............\n```\n\n\n## Output without wrap\n\n```\n**..........**\n...*........**\n..*...**....**\n*.......*.....\n........*.....\n....*.........\n.....*.*......\n..............\n..............\n.........**.*.\n............**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*.\n...*........*.\n..*...**....*.\n*.......*....*\n........*....*\n....*.........\n.....*.*......\n..............\n..............\n.........**.*.\n*...........**\n.**.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n***..***\n***..***\n.*.*.***\n****.***\n*.****..\n```\n\n\n## Output without wrap\n\n```\n*..**..*\n........\n...*....\n...*....\n*......*\n*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*....\n...*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n*..*..*\n.**...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n..*...*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n.*...\n.....\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.**..\n.....\n.....\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n.**.**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.*******.\n******..*\n*.....**.\n```\n\n\n## Output without wrap\n\n```\n..****.*.\n*......**\n*.......*\n*.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****....\n.......*.\n.........\n*.******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n..**.*.\n..*....\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n..***..\n..*....\n.**.*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n..*....\n.**.*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n...*\n...*\n*...\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.***\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n.*****.*\n......**\n...**...\n*.*...**\n..*.....\n..*..*..\n.*.****.\n.......*\n```\n\n\n## Output without wrap\n\n```\n.**.***.\n.**.*..*\n..**...*\n..*...*.\n.*..*...\n...*.**.\n.*.....*\n.**....*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n..*.*...\n..**....\n..*.....\n.*..*..*\n...*.*.*\n.*......\n....*..*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.......*.....\n....*........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.**...\n*.....\n.***..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n*..*..\n.**...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n*..*..\n.**...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..***...\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n...*....\n...*....\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*....\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n.*.*..\n......\n......\n......\n******\n*****.\n*..**.\n.*.*..\n*..*..\n*.....\n*..*..\n..*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*..*.\n......\n..**..\n.****.\n.****.\n......\n**....\n......\n......\n......\n**....\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*..**.\n......\n******\n******\n******\n......\n**...*\n.....*\n....*.\n.....*\n.*....\n.***..\n***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n..**\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.***\n...*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n***.\n....\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n*.*...\n.*....\n***...\n*.**..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*..*..\n......\n*..*..\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n*..*..\n......\n*..*..\n*..*.*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....****.\n*.**....**.*.\n*.*.....*.**.\n```\n\n\n## Output without wrap\n\n```\n..**....*..*.\n*......*....*\n..**....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.....\n*......*.....\n*......*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n........\n......*.\n......*.\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n........\n........\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n.*.*..\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*...\n..***.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*.****\n.**.*.\n...*.*\n*.****\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n****.*\n*....*\n.*....\n.....*\n.*...*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n......\n**...*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*..***\n.*...***..**\n.*..***.****\n```\n\n\n## Output without wrap\n\n```\n***..***.*.*\n....*.......\n....*...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.......\n....*.......\n....*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n.*.**.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n**....\n**...*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n.****\n.*...\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n**.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n**.*.\n.*.**\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n*.*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n..**.\n.....\n.....\n.....\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*.*.\n..**.\n.....\n.....\n.....\n...**\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n***\n*.*\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n*.........\n.*.......*\n.*...*...*\n*...**....\n...**.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n**........\n***.**....\n..**..*...\n...*.*....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*.........\n.*.......*\n.**.**...*\n*.**..*...\n...*.*....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.........\n.............\n.............\n..*..**......\n.*....*......\n..*.*.*......\n.....***.....\n.............\n.............\n*............\n...........*.\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n..*..***.....\n..*..***.....\n..*..*.......\n.....***.....\n.....***.....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n..*..***.....\n..*..***.....\n..*..*.......\n.....***.....\n.....***.....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n.**..*\n**.***\n*.*..*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**.*\n....*.\n*.*.*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n..........\n..........\n..........\n........*.\n.........*\n..........\n..........\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..*.\n*..*\n***.\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n*..*\n*...\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n*...\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.**\n..**..*.**\n..........\n..........\n..........\n...**.....\n..******..\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n..........\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n........**\n..........\n..........\n..........\n......*...\n......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n**.*.\n.*.**\n.***.\n*****\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****..\n*****.***.\n.***.*****\n.***.*.***\n******.***\n**********\n*.****.***\n..*.******\n********..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n*......\n**....*\n***...*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n..*....\n..**...\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...*.*\n.*.*.*\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..***.\n....**\n...*.*\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n***..*.*.\n.*.***.**\n```\n\n\n## Output without wrap\n\n```\n....*....\n***......\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***........*\n**.........*\n**....*....*\n```\n\n\n## Output without wrap\n\n```\n............\n*...........\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***\n.........***\n.........***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n**..\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*...\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.**\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n*.......\n*.......\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*.....*.*\n*........\n.*.....*.\n......**.\n..*......\n*.**...*.\n*.**....*\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.....*.\n......**.\n......**.\n.***..**.\n.........\n*..*...**\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n*.......*\n**.....*.\n......***\n......**.\n.***..***\n*........\n...*...*.\n.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n..*.*.\n..*..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**.*.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**.*.\n.***..\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n*.*.*.*\n.*...**\n..*.*.*\n***..**\n**.**..\n******.\n**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n....*.*\n....*..\n*.*.*..\n.*.*.*.\n.....**\n....***\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n*.*..*.\n*...*..\n.**.*..\n...*...\n.......\n......*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n...*...\n..*....\n*.*....\n.....*.\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n*..*...\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.*.*...\n*..*...\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n****.*\n..*.**\n......\n..*.*.\n......\n......\n......\n****.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.**.*\n..*.**\n....**\n......\n......\n......\n.**...\n***...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..**..\n..*.**\n....**\n......\n......\n......\n***...\n***...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.....\n******......\n...*.......*\n.*...**....*\n*...*.*.....\n```\n\n\n## Output without wrap\n\n```\n...***......\n.**...*.....\n...*..*.....\n....*.**....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**...*\n*******....*\n...*..*....*\n....*......*\n**.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**\n......**\n*......*\n*.......\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n........\n......**\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n........\n*.....*.\n*......*\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.*....**\n.*********.**\n.***.*****..*\n*.**.****...*\n**.*******.**\n***.**.*****.\n***.********.\n**.***.****.*\n.************\n```\n\n\n## Output without wrap\n\n```\n.........***.\n.........*..*\n**.......**..\n............*\n...........*.\n.............\n.............\n...........**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.........**..\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n.**\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n***\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n......\n..*.*.\n....*.\n*...*.\n*...*.\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n..*.*.\n...*..\n....**\n...***\n**.***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n..*.*.\n...*..\n....*.\n...**.\n**.**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*.....\n...*...*.....\n.....*..*....\n.*...*......*\n.*..*...*..*.\n.*..*...*.*..\n.*.*....*.*..\n.*.*....****.\n.*.*.*.......\n*....***...**\n.....*..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......*.....\n......**.....\n....*.**.....\n.*....*......\n*.*...*.**.*.\n......**..**.\n.............\n...*..*...**.\n***.*..*.*..*\n....**.*..***\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*...\n......*.*....\n....*.**.....\n.*....*......\n..*...*.**.*.\n......**..**.\n.............\n...*..*...*.*\n.**.*..*.*...\n*...**.*.***.\n*.......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*.***\n***..\n```\n\n\n## Output without wrap\n\n```\n.*.**\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*..*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.*.**\n...*.\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n*****\n*....\n..*.*\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.***.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.........\n.........\n....*....\n.........\n.........\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*.**\n**...\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**....\n.*.****...\n.....**...\n....*..*..\n...**..**.\n.***..*...\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.*.*......\n...*...**.\n...*......\n..*.......\n...**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n..*.......\n...*...**.\n...*......\n...**.....\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n..*.\n*...\n*...\n....\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n**..\n.*.*\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n......\n**....\n......\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n......\n......\n..*..*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..********\n.*.*.*.***\n*.********\n*.****.*.*\n*********.\n*********.\n..********\n********.*\n**.*******\n*.*.******\n****.**.**\n```\n\n\n## Output without wrap\n\n```\n..**.*...*\n.*........\n*.........\n*........*\n.........*\n*.........\n.........*\n*.........\n..........\n..........\n*.**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*\n..*..*...\n.........\n*..*....*\n*......**\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**......\n.........\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.*.*.....\n.*.......\n**.......\n**....**.\n*..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**...*...\n...**********\n.***...*.*..*\n*.*****.....*\n*...*.....*..\n*....*...*.**\n*...*.**.**.*\n....*...*****\n*..***.....*.\n..*...*.*****\n........****.\n......*.....*\n*.**.**...***\n```\n\n\n## Output without wrap\n\n```\n.*......*.***\n*.*........**\n**....*...*.*\n**...**...***\n*...*....**.*\n**..*...**.*.\n....*....*...\n...*....*....\n...*.........\n...*.*.**....\n........*....\n.....*.*...**\n.....*.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*\n.............\n*.....*...*..\n.....**...**.\n....*....***.\n....*...**...\n....*....*...\n...*....*....\n...*.........\n...*.*.**....\n........*....\n.....***.....\n.....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n.**.\n.***\n*..*\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n*..*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.**\n....\n....\n**.*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n.**\n...\n***\n...\n...\n...\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n*..\n.*.\n.*.\n...\n...\n***\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n***\n...\n...\n.*.\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n******\n*.*..*\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n*.***...*\n..*......\n......**.\n*..***..*\n.**......\n```\n\n\n## Output without wrap\n\n```\n...*****.\n.*******.\n.**....*.\n...*****.\n.*******.\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*****\n.********\n.**....**\n...******\n*********\n****...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n..*\n*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*****\n*.*..*.*\n*.****.*\n****.*.*\n**.**.**\n..*.*.*.\n***.**.*\n**...***\n```\n\n\n## Output without wrap\n\n```\n.*.***.*\n*.*....*\n*....*.*\n.......*\n*......*\n........\n*.*.*..*\n*.*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..*.....\n.....*..\n........\n........\n........\n..*.*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**.*\n*.*.**.**\n.****.***\n****..***\n*.**....*\n*.**..***\n**.*...*.\n.*****.**\n.***.....\n```\n\n\n## Output without wrap\n\n```\n.***.**.*\n*........\n.........\n*....**..\n*...*....\n*...*.*.*\n*....*...\n......***\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n.........\n.........\n.....**..\n....*....\n....*.*..\n.....*...\n......***\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......*\n..***..***.\n**.**...**.\n..........*\n.**.......*\n```\n\n\n## Output without wrap\n\n```\n........**.\n...*...*..*\n.........**\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*..\n.......**..\n**........*\n...**....**\n.****......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....\n..**.....\n.***.***.\n..**..*..\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n......*..\n.*...***.\n.....***.\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n......*..\n.*...***.\n.....***.\n.*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.***\n**.*\n*.**\n*..*\n..**\n****\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n....\n....\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.*\n.....**.*\n*.*.****.\n..**..***\n*.*......\n.......*.\n****...**\n.****....\n**..*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.*****...\n.**.*....\n....**.*.\n.*..*...*\n*..**.*..\n...**..**\n**.***...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.**\n..****..*\n*.*.*....\n*...**...\n.*..*....\n**.**.**.\n...**..**\n.*.***...\n*..***...\n.*.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n...**.........\n..*...........\n..*.*.........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n...*..........\n..*.*.........\n...*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n...*..........\n..*.*.........\n...*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...***..\n..*******.\n**.....**.\n..*......*\n..*......*\n...**..*..\n.**.****.*\n.**.**.*.*\n.**.**....\n...*......\n..........\n....*.**..\n....****..\n.**.*..*..\n```\n\n\n## Output without wrap\n\n```\n..**....*.\n*.***.....\n.*..**...*\n..*......*\n..*.....*.\n.*..*..*..\n.*.....*..\n*......*..\n.*...**...\n..***.....\n..........\n....*..*..\n....*...*.\n...**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n*.***....*\n**..**....\n..*......*\n..*.....*.\n**..*..*..\n.*.....*..\n.......*..\n**...**...\n..***.....\n..........\n....*..*..\n....*...*.\n.****...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*.\n..***.*.\n**..*.*.\n....*.*.\n..***.*.\n...*.**.\n....*.**\n*..***.*\n```\n\n\n## Output without wrap\n\n```\n.*...**.\n*...*..*\n*.*.*...\n........\n..*..***\n......**\n...**.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n*.**..*.\n*.*.*.*.\n*.....*.\n..*..***\n.*.....*\n*.......\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n*.**\n***.\n*...\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n...*\n*.**\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n..*.\n*.**\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n...**\n.***.\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n.*.**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n**.**\n**...\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*..***\n*****.\n*****.\n*.*..*\n....**\n```\n\n\n## Output without wrap\n\n```\n***..*\n......\n......\n.....*\n*.*..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******\n*.*...**\n*.*...**\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.**..\n.**..*..\n...****.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..\n..*.*...\n.**.*...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n..*..\n...*.\n.....\n.....\n.*...\n**..*\n*...*\n..**.\n.....\n...**\n*..*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n..*..\n*.**.\n.**.*\n..*.*\n.*..*\n*..**\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*..\n.....\n.....\n.....\n.....\n*....\n***..\n*.*.*\n..*.*\n*.*..\n.*...\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....*\n....*.**...\n..***.*...*\n...*.*.....\n........*..\n.........*.\n.*....*....\n.....*.....\n***.......*\n.**.......*\n.........**\n.........*.\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n....*.**...\n..*...**...\n..**.*.....\n...........\n...........\n...........\n*.*........\n*.*........\n*.*.......*\n.........**\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....*\n*...*.**..*\n..*...**...\n..**.*.....\n...........\n...........\n...........\n..*........\n..*.......*\n..*........\n*........**\n*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..**\n.**......*\n*.*.......\n*.*..*....\n*.**......\n.**....*..\n........*.\n****......\n*****....*\n*..*.*..**\n```\n\n\n## Output without wrap\n\n```\n..***...**\n.**.*...**\n*.**......\n*.*.......\n*..*......\n.***......\n*..*......\n*...*.....\n........**\n*..*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*....\n.**.*...**\n*.**.....*\n*.*......*\n*..*......\n.***......\n*..*......\n....*.....\n........*.\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n**...*\n*.....\n......\n..**..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*...\n..*...\n**....\n......\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n**...*\n......\n..**..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***.**.*\n.****...***.\n*.*.**.*..**\n```\n\n\n## Output without wrap\n\n```\n............\n.*....****..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.*..*.*..\n*......*.***.*\n**...***.*.*.*\n*..*.****.*..*\n*..*.*.***..**\n******..*....*\n**..**.******.\n**.**..*...*..\n*.**..**.*..*.\n.*.*.***.*..**\n.**..*..*....*\n*.*..**..****.\n.*********..*.\n**.*...*..***.\n```\n\n\n## Output without wrap\n\n```\n.*......**.**.\n..****...*.*..\n*.*.**.....*..\n*.........**.*\n.*.........*.*\n..........*..*\n..........***.\n.........*...*\n..........**.*\n**..*....**...\n**..*....**...\n...........*.*\n**.......*...*\n..........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****..*...\n..*....*......\n.**.**.....**.\n..........***.\n...........*..\n..........*.*.\n..........**..\n.........*....\n..........***.\n....*....**.*.\n....*....**.**\n...........*..\n............**\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**...*\n*..***.*.*\n*.***....*\n..*.***...\n```\n\n\n## Output without wrap\n\n```\n.....***..\n.***.**.**\n..*..*....\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*.*\n..*....*..\n..**...*.*\n..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n**.***\n*.*.**\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*..\n.*.**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n..*\n...\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.****\n.**..\n```\n\n\n## Output without wrap\n\n```\n....*\n*...*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n***.\n....\n....\n....\n....\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n***.\n***.\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..**\n****\n***.\n....\n....\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...*..*....\n..*........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..*......\n..**....*.....\n.*...*....**..\n**...*.....***\n*...*****..***\n............**\n.....*..**..**\n...****...**..\n...****..**...\n*..*........**\n.....*........\n..............\n```\n\n\n## Output without wrap\n\n```\n..*.*.........\n.*............\n**..*.....**..\n**.....*.....*\n**..****......\n....*....*....\n.....**..**..*\n...*...**..**.\n..*...*..**.*.\n...*..*.......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.........\n.*............\n.*..*.....**.*\n.*.....*......\n.*..****......\n....*....*....\n.....**..**..*\n...*...**..**.\n..*...*..**.**\n...*..*......*\n.............*\n...**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*...*\n.*..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n***...\n*.....\n......\n.*....\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.**.*.\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n...*..\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n...***\n*****.\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n*...*\n*....\n.....\n.....\n.*...\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n...**\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*\n...*...*\n...*..*.\n..*...*.\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n........\n..***.**\n..**..**\n..**.***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**\n..***.**\n..**..**\n..**.***\n..**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.*...\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.\n.*..***\n*.*****\n****..*\n```\n\n\n## Output without wrap\n\n```\n..**..*\n.*.....\n*......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.....*......\n.....*......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....*.*.\n..***.*.\n...*..*.\n..*.*...\n........\n........\n........\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n..*.*.**\n........\n...*....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*...\n..*.*.**\n........\n...*....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*..*.*\n*****.\n**....\n...*..\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n...***\n..*.*.\n..*...\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n***...\n..**..\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.*..*\n*...******..\n**......**.*\n```\n\n\n## Output without wrap\n\n```\n.*..*.......\n........*.*.\n.*****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n.*..........\n.*..........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n...*....\n..*.....\n........\n........\n........\n...*....\n..***...\n...***..\n...**...\n..*.....\n..****..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n...**...\n....*...\n........\n........\n........\n...*....\n..***...\n..*..*..\n....***.\n....***.\n.**..**.\n..*..**.\n..**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n....*...\n........\n........\n........\n...*....\n..***...\n..*..*..\n....***.\n....***.\n.**..**.\n..**.**.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n...**.\n*.*..*\n******\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**.*.\n*....*\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*****.\n**..**\n****.*\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n*...*.\n......\n.....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*.\n..........\n*........*\n.....*....\n.*...**...\n.....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n....***...\n....*.....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..*\n......***.\n..........\n....***...\n....*..*..\n....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n...**.....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n...**.....\n...**.....\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...**.....\n...**.....\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*\n.******\n***.**.\n*******\n...****\n.******\n*******\n*.***.*\n*.***.*\n*.**.**\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.*....*\n......*\n.......\n*......\n*......\n*......\n*......\n*.....*\n*.....*\n*.....*\n*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.**..\n...**.**..\n...**.**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...*...*..\n..*.....*.\n...*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...***\n.***...***\n.***...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**.*\n.*...**..\n**...*.**\n.....*...\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.*...***.\n..***...*\n...*..***\n.......*.\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.*.\n..*.*..*.\n**.*..*.*\n...*.....\n..*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n***..*\n**...*\n.**...\n.*..**\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n.**..*\n.*....\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n....**\n*.*...\n**...*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*.*.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..**\n*.*.\n*.*.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..**\n..*.\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.**\n*.*.\n....\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..*.\n....\n*...\n.***\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.***\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n****\n.***\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....\n*..**.*..*\n....*.**..\n.*.*..**..\n.....*....\n...*....*.\n```\n\n\n## Output without wrap\n\n```\n...***....\n...*..**..\n..*.*...*.\n....*..*..\n..*.*.**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n...*..**..\n*.*.*...*.\n....*..*..\n..*.*.**..\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n..**\n...*\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n.*..\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*..\n*.*.....\n***.....\n........\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n.*......\n...*....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n**.....*\n**......\n.***..*.\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.*.*\n......***\n*........\n*......**\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.**.*\n...*.**.*\n......*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.*\n*..*.**.*\n*.....*..\n*.......*\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n*.*...**\n*.**....\n*.**.**.\n*...**.*\n**...*..\n******..\n..****..\n.*......\n```\n\n\n## Output without wrap\n\n```\n.**...**\n*.***...\n*.*.*..*\n*.*..**.\n..**....\n.*......\n........\n.*.***..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n...**.**\n..*.*...\n..*..***\n.***....\n........\n.......*\n..**....\n*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...***.*..\n*.*.***.....*\n.......**...*\n*.......*....\n........**.*.\n```\n\n\n## Output without wrap\n\n```\n...*..**.....\n...*.*...*.*.\n.*...****....\n.............\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*.*.**.\n*..*.*...*.**\n.*...****...*\n............*\n.*........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****..**..\n...*....**..\n....*.**..*.\n....*******.\n.....**..*..\n............\n.......**...\n............\n........*.**\n.........*.*\n.......**.**\n.*.......*..\n.........*..\n***.**......\n```\n\n\n## Output without wrap\n\n```\n..***...**..\n..*...*...*.\n...**.....*.\n....*.....*.\n....*....**.\n......***...\n............\n.......***..\n.........***\n.......*....\n........*..*\n.........*..\n*.*.........\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..**..\n..*...*...*.\n...**.....*.\n....*.....*.\n....*....**.\n......***...\n............\n.......***..\n.........***\n*......*....\n*.......*..*\n.........*..\n*.*.........\n.**..*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**.*\n..........\n..........\n..........\n..........\n........*.\n.....*..*.\n......*...\n...**.*...\n...*.**...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.......*..\n....*.**..\n...**.**..\n...*.**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.......*..\n....*.**..\n...**.**..\n...*.**...\n..*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n****..*\n*******\n*******\n***.***\n*.*****\n*******\n*******\n*****.*\n```\n\n\n## Output without wrap\n\n```\n*...**.\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n......\n**.**.\n..*...\n***.**\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n.*.*..\n.....*\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*.....\n.*.*..\n......\n.*.*..\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...**.\n....***..\n..****..*\n*.*.....*\n.........\n.........\n.**...*.*\n.*.****.*\n..*****..\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n*........\n.***.....\n.........\n..**.....\n.***.....\n.*...***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.\n...*..*..\n.........\n..**.....\n**.......\n..**.....\n.***.....\n.*.*.....\n*.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n.**\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..**..\n*...**..**..\n.**.**.**...\n.*.*.*.**..*\n*.***..***.*\n**.*...**...\n.*.*..*.*...\n.*.*..***...\n.*..........\n.***........\n```\n\n\n## Output without wrap\n\n```\n.*..........\n*.**........\n*.*.........\n*........**.\n**.......**.\n**...*...**.\n.**...*.....\n...****.*...\n.......*....\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.......*\n*.**........\n***........*\n*........*.*\n*........*..\n*....*...*.*\n.**...*.....\n...****.*...\n.......*...*\n*..**...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n....*\n*..**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n*.*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*****\n...**\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n...**..\n....*..\n.......\n.......\n*.....*\n*......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...**..\n...**..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...**..\n...**..\n.......\n.......\n*.....*\n*.....*\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n...*\n**..\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*.....*.\n*.....*.\n.......*\n*.....*.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n......**\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**......\n*.....*.\n*.....*.\n*.....*.\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..\n.........\n......*..\n.........\n......*..\n..*......\n.*.....*.\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n.*...\n*...*\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n***..\n**...\n.....\n.*.*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n........*\n.....**.*\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n.....*...\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n......*..\n.....*...\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n...***\n****..\n.*****\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.....*\n.....*\n*.....\n.....*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....**.*\n**..*****.\n*.....*...\n.*.**..**.\n******...*\n.***.*..**\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*.......\n........*.\n.*...*..*.\n.........*\n.*...*...*\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n***......*\n........**\n.....*..*.\n.........*\n.....*..*.\n*.....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.......\n*..*......\n...*.....*\n*........*\n.****..*.*\n...*.*.*.*\n.......*.*\n........*.\n```\n\n\n## Output without wrap\n\n```\n***.......\n*..*......\n..........\n.*..*....*\n.****.*..*\n...*...*.*\n......**.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......*\n*..*.....*\n.........*\n.*..*....*\n.****.*..*\n...*...*.*\n......**.*\n**......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*****\n*.***.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*.\n*......*\n..**....\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**\n.**.....\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*..\n*...*....\n**......*\n....*.*.*\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.....\n*.**.....\n**...*.*.\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n*.**....*\n.*...*.**\n........*\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***...\n*...*..*\n*...**..\n.**.*.**\n*.*.**.*\n.***.*..\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n*.......\n*...*..*\n*.*....*\n*......*\n*......*\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n*......*\n....*...\n..*.....\n.......*\n........\n*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........***\n......*.....*\n.*....*..**.*\n*........**.*\n...*.*......*\n**.......*.**\n...*...*...*.\n.**...*......\n.*....*......\n*......*.....\n..*...**..**.\n*......*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...........**\n.........*..*\n........*...*\n........*...*\n.*.......*..*\n*........*...\n..**......*.*\n..*...**...*.\n*.......*....\n........*....\n..........**.\n......*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*..*..\n.........*.*.\n........*....\n*.......*....\n**.......*..*\n.*.......*.**\n..**......***\n*.*...**.....\n*.......*....\n........*....\n.**......**..\n**....*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n**..****.\n**...*.**\n......**.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n**..**.**\n**..*...*\n......***\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....**..\n.*..**.*.\n.*..*....\n*.....**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**.*\n....**....\n..**...**.\n*.*.***..*\n*.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....**....\n.**....**.\n..*.*.*..*\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.****\n....**....\n.**....***\n*.*.*.*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n..*.\n....\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*..*\n*..*\n...*\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n****\n*..*\n..**\n..**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.****\n..*.*\n...*.\n*****\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n.....\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*..*\n.*..*\n..**.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.*......*\n*........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.*......*\n*........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*..\n*..*\n...*\n....\n..*.\n.*..\n...*\n..**\n*.**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n....\n....\n..*.\n...*\n.*..\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*.**\n*..*\n....\n....\n..*.\n*..*\n.*..\n**..\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**..*\n.....\n.*.**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*****\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**...\n.***.\n*..**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.***.\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n.*.*\n..*.\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n..**\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..**..\n..*.*.\n.***..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**...\n......\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.**...\n......\n.***..\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n....\n*..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n**.*\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*..*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n.*.*\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n*.*.........\n............\n..*.........\n............\n.........*.*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.*..........\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.*..........\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.**.....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*.\n.........*.\n..*..**....\n.*.....**..\n........*..\n.......**..\n.......***.\n..*........\n**.........\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n......***..\n......***..\n.........*.\n...........\n.......*.*.\n.*......*..\n.*.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n...........\n......***..\n......***..\n.........*.\n...........\n.......*.*.\n.*......*..\n.*.........\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n.**.*.\n..**.*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n....*.\n.....*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*.*..\n*...*.\n.....*\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*\n*..*..*\n*.*.***\n.***..*\n...*...\n...***.\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n*..*..*\n*...*.*\n.*....*\n.....*.\n..*..*.\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n...*...\n....*..\n.*....*\n.....*.\n..*..**\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n*.*....\n...**..\n*....*.\n.*.*...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n....*..\n..***..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..***..\n....*..\n..***..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.......\n.......\n.......\n....*..\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n*.*.*...\n*..*..*.\n*...*...\n**...***\n***.....\n.*......\n*....*..\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n*...**..\n*..***..\n*...*..*\n..*..**.\n..*...*.\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.*\n*...**..\n*..***..\n....*...\n..*..**.\n..*...*.\n..*.....\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n...*\n*.**\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n..**\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n**.*.\n**.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.***.\n*...*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*****\n...*.\n...*.\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**..\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n*..\n.**\n**.\n.**\n.**\n*..\n.**\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n...\n...\n.*.\n.*.\n*..\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n*..\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..**.\n..***\n*....\n**...\n**...\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.**.*\n*.**.\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*..*\n.**.*\n*.**.\n....*\n.*..*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n..*......\n...*.*...\n..*.*....\n.*....*.*\n.......*.\n..*...*..\n..**.*...\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.*...\n..***....\n..****...\n.......*.\n......**.\n..**..*..\n..**.**..\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n...*.*...\n..***....\n..****...\n.......*.\n......**.\n..**..*..\n..**.**..\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n.....\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n*..*\n*..*\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*..*\n.*..\n.*..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*\n*.*****\n***.***\n*******\n..*.**.\n.******\n**.****\n*******\n.******\n.*****.\n..**.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n.**\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n.**\n..*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.***\n*..*.*.*\n....****\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n..**.*..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n...*....\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n.*.*\n.**.\n....\n.**.\n.*..\n..*.\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n**.*\n.**.\n....\n.**.\n.*..\n*..*\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n.*.*\n***.\n....\n.**.\n.*..\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n.*.*.*\n.*.*.*\n..**..\n...***\n```\n\n\n## Output without wrap\n\n```\n***...\n.*..*.\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.*..\n.*...*\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..***\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.*..\n*.*..\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n......\n......\n....*.\n....**\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n...*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n....**\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...*.\n......\n*..*.*\n.*...*\n.....*\n*.....\n....**\n.....*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n....*.\n.....*\n......\n....**\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n*...*.\n*...**\n.....*\n.....*\n*...*.\n*...**\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**..**.\n**..**.*.**.\n.....*.**.*.\n......**...*\n*......*..**\n.***..*.**.*\n***..**...*.\n....*..*....\n**.*.*..*...\n*...*......*\n...**.......\n*****.......\n```\n\n\n## Output without wrap\n\n```\n**..***.***.\n**..*..*...*\n....**....**\n.........*.*\n.**......*.*\n...*.**.**.*\n*...***.***.\n...**..*....\n**.*.*......\n***..*......\n*....*......\n.**.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.***.\n**..*..*....\n*...**....*.\n*........*..\n.**......*..\n...*.**.**..\n*...***.****\n...**..*...*\n**.*.*.....*\n***..*.....*\n.....*.....*\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****...\n...****..\n...****..\n*.*.**..*\n*..****..\n.****..*.\n.**.**.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**......\n.**....**\n*.....*..\n**.......\n.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.......*.\n*.*....*.\n*.*......\n*.....*..\n.........\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.\n...***..*\n......*.*\n......*..\n...*.....\n*.*.*...*\n*****...*\n.**......\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n.......*.\n...*.**..\n.......*.\n.........\n.........\n...**....\n**.......\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..***\n...*...*.\n.......*.\n.........\n.........\n...**....\n.........\n.....*.*.\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..**......\n.*..*.....\n.*..*.....\n..**......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..**......\n.*..*.....\n.*..*.....\n..**......\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..**......\n.*..*.....\n.*..*.....\n..**......\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...**...\n..*.*....*..\n........***.\n*........**.\n*....***...*\n....****...*\n...***......\n....**......\n.....**.*...\n....******..\n....**...*..\n....*...*...\n..**...***..\n```\n\n\n## Output without wrap\n\n```\n.*.*........\n.*.*...***..\n......*.*...\n......*.....\n........*...\n...**..**...\n..***.......\n............\n........**..\n.........**.\n....*...*...\n...**.**.*..\n....*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....*...\n***....**...\n**....*.*..*\n*.....*....*\n**......*...\n*..**..**..*\n..***.......\n............\n........**..\n.........**.\n....*...*...\n...***..*...\n...**.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*....\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...**\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n..****\n...*..\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n.....*\n.....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****.*\n**..**.**\n******.**\n***.**.*.\n*********\n.**.***..\n.****..**\n***.*****\n.*******.\n.*.*****.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n....\n....\n..**\n..**\n***.\n.*.*\n.*.*\n....\n....\n..**\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.*..\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n****\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*.***\n***..\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n*.*\n***\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n..*\n..*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.**\n*****.**\n..*.**..\n.*.*.**.\n.**.***.\n.*......\n........\n......**\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n......**\n**.....*\n**......\n.**.....\n*..***..\n******..\n......*.\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n***.....\n*..***..\n******..\n......*.\n*......*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n.****.\n.**...\n```\n\n\n## Output without wrap\n\n```\n...***\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...***\n****.***\n*.**..*.\n***.**..\n.*******\n```\n\n\n## Output without wrap\n\n```\n**..**.*\n*..*....\n.......*\n*......*\n*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n*.****..\n*.*..*.*\n........\n........\n........\n......**\n......**\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.*...*.*\n......*.\n........\n........\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.*...*..\n......**\n......**\n........\n........\n......**\n.....***\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n..*...*..\n.......*.\n.....*.*.\n*.......*\n.**...*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......*.\n......***\n.*....**.\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n.......*.\n......**.\n**....***\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n*.*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n*..\n*.*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*.*\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n.**\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.*.\n**.*..***\n.*.*..**.\n.*..**...\n*..***..*\n***....**\n.......*.\n....*...*\n...*.*..*\n```\n\n\n## Output without wrap\n\n```\n**..*..**\n*..*....*\n.**....**\n**..*....\n...*.*...\n*..**....\n**..**...\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.**\n..*......\n*.*......\n*...*..**\n**.*.*...\n.*.**...*\n**..**...\n.....*...\n*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n..*.\n...*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....*...\n**.**..*...***\n.**.*...*....*\n*..*...*..*.*.\n*..*...*..**..\n.**..........*\n......**..****\n..*......***.*\n.**.....**..**\n.**...****....\n*.*..*..*..*..\n.**........**.\n*...*.........\n..**..**.*..*.\n```\n\n\n## Output without wrap\n\n```\n...***.....*.*\n...*.*.....*.*\n***...**..*..*\n...**..*..*.**\n*..**.*...*.**\n*..*......**.*\n*..*..***.....\n.*.*.........*\n.*.*.......***\n..***..*......\n*..**..*.*...*\n.***.....*...*\n..**.......**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*...***\n.***.*...*.***\n*.*...**..*...\n...**..*..*.*.\n*..**.*...*.*.\n...*......**.*\n...*..***.....\n.*.*.........*\n*..*.......*.*\n*.***..*......\n**.**..*.*....\n****.....*....\n*.*..*.....*..\n*...****...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*...*\n.....\n.....\n...*.\n***..\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*...*\n.....\n.....\n.**..\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n*****.\n******\n.*.*.*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n..**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n....*\n..*..\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n....*\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****\n****.*.\n...*..*\n*******\n*.*..*.\n.**...*\n***....\n*.**.*.\n```\n\n\n## Output without wrap\n\n```\n*..*.**\n**.....\n......*\n*.....*\n*......\n...*...\n*......\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n.......\n.......\n.......\n...*..*\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n**...*\n..**..\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n**...*\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n...*.*\n*..***\n*.**.*\n**...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.....*\n.*.*.*\n*.**.*\n*.*.*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n.*.*..\n.***..\n*.*.**\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**.\n***...*.\n..*.....\n*.*.....\n******..\n*..*****\n.*...*..\n****.***\n*.***..*\n```\n\n\n## Output without wrap\n\n```\n*.*..**.\n*...***.\n*.****..\n*..*....\n**......\n........\n........\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n*.*.....\n..****..\n**.*...*\n........\n........\n........\n........\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.**..\n*..*.\n*..*.\n*..*.\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.***.\n*..*.\n*****\n**.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.***.\n*..*.\n****.\n**.*.\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*....*\n....*.\n*.*.*.\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n..**.*\n...*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n...*..\n.***..\n.*.*.*\n..*.*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**\n......*.\n...*.*.*\n**.*....\n*....*.*\n.*..**..\n**.***.*\n```\n\n\n## Output without wrap\n\n```\n.....**.\n...**..*\n..*..*..\n*.*...*.\n*.......\n........\n*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*..*\n*.*..*.*\n..*.....\n*.....*.\n....*..*\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n*..***\n*****.\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.....\n***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...\n****.*...\n*....*.**\n.***...*.\n*****..**\n.*.......\n***.**.**\n...*.*.*.\n***..**.*\n*.***.**.\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n...*.....\n*..*.....\n.*.......\n.........\n.....***.\n*.*......\n.***.*.*.\n*..*...**\n.........\n*..**.**.\n.*.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**..\n....**...\n.........\n.......**\n.....***.\n.**......\n****.*.**\n...*.....\n........*\n**.......\n**.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*....*\n**...*\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**..**\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.*..*.\n.*....\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n..*.*.\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n.****.\n.**.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**.*.\n......\n......\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n***....\n...*..*\n..**.*.\n.*.....\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n.*..*..\n.*.....\n.......\n.*.**..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n.......\n*....**\n**...*.\n.*..*..\n**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*.*\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*..**.\n*..*..\n*.....\n*...*.\n.*....\n.*..**\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n**....\n....*.\n......\n..*...\n**....\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n......\n......\n....*.\n..*..*\n.*....\n.....*\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*****\n.....\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n*****\n.....\n.....\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*...\n...*...*..*.*\n......*...**.\n.............\n*............\n...*.....*...\n```\n\n\n## Output without wrap\n\n```\n........*....\n.......**.**.\n.......**.**.\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*..\n.......**....\n.......**.**.\n.............\n.............\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n..*\n...\n*.*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n..*\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..\n*.*..*.*\n....*...\n..**....\n.***...*\n*..*.**.\n......*.\n*..*..*.\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n......*.\n**.**.*.\n***.*...\n**.*.*..\n**.*..**\n..***...\n........\n.*....**\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n..*.*.**\n...*.*.*\n...*..*.\n.****...\n.*......\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*..*\n.*....\n......\n*.**..\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n*...*.\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n......\n***.**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n****.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n*..\n*.*\n*..\n***\n**.\n*..\n***\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n*..\n*..\n*.*\n..*\n..*\n..*\n*.*\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n...*\n...*\n...*\n*.**\n***.\n....\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n...*\n*..*\n*.**\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.**\n*.**\n....\n....\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*.*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n...***.\n.*..*..\n.**.***\n...**..\n*.****.\n......*\n.**.***\n```\n\n\n## Output without wrap\n\n```\n...***.\n..**.*.\n.*....*\n.**....\n......*\n..*..*.\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n..**.*.\n**....*\n***....\n*......\n..*..**\n.......\n.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.***.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n....\n***.\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n*...\n*.*.\n...*\n**..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n**.*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**..\n..**\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*****\n*****\n*.*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*.*.\n***.*\n.**..\n**.*.\n.**.*\n**...\n.*..*\n....*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n.....\n.....\n.....\n..***\n***..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*...\n.....\n...**\n...**\n*.*..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n*..\n...\n...\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n**.\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n*..\n...\n***\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.**..\n...*.\n...*.\n..*..\n...*.\n*..**\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n...*.\n..**.\n..**.\n..***\n..***\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n...*.\n..**.\n..**.\n..**.\n*.***\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*..\n.*.......*\n*....**..*\n.......*..\n......*...\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n........*.\n.....*..*.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n*....**...\n*.........\n.....*...*\n........*.\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*\n.......*\n...*..**\n*.******\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n.....**.\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*..*...\n.*..*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n.*********\n*.********\n*.********\n**********\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n*.........\n*.........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**...*\n.**..*\n.*...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*...\n..*.**\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..*..*\n..*.**\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n.*...**\n*......\n....***\n*....*.\n....*..\n.......\n*.*....\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*.*\n....*..\n....*.*\n......*\n.......\n.......\n*.*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n*....**\n*...*..\n....***\n.......\n.......\n.......\n.****..\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.....\n.....\n.....\n.....\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.**\n.***.*..*\n.*.....*.\n....**...\n..**.....\n*.**.*..*\n....**...\n***.*****\n*..***.**\n*.*..*...\n```\n\n\n## Output without wrap\n\n```\n.....****\n*....*..*\n.*.*.**..\n..***....\n.**..*...\n.**..*...\n*.......*\n***.....*\n*.......*\n.*.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.....*...\n**.*.**..\n..***....\n.**..*...\n.**..*...\n.........\n.**......\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.**.\n.***\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*....*\n*.....**.****\n.....**.....*\n.....*..**...\n*....**..**.*\n```\n\n\n## Output without wrap\n\n```\n......*.*....\n.....*..*...*\n....**......*\n....*..*...*.\n.....**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**......*\n*...**.**....\n*...**.......\n.*..*..*.....\n.*..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*\n...*...**\n...*.....\n...*...**\n..*.....*\n*.*......\n*.*...**.\n*.....***\n..**...*.\n...*....*\n```\n\n\n## Output without wrap\n\n```\n.......**\n..***..**\n..***....\n..**...**\n.***...**\n..**...*.\n*.....*.*\n..**....*\n..**..*..\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...*\n..***..**\n..***....\n..**...**\n****...**\n*.**...*.\n*.....*..\n*.**.....\n*.**..*..\n...**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..*..*\n**..*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.**.*\n******\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***..\n.....**...\n....***...\n....****..\n```\n\n\n## Output without wrap\n\n```\n....**.*..\n...*......\n..........\n....*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*.***\n*.*..**.***\n*.*.**.*.*.\n...**....*.\n******.****\n***.*****.*\n**********.\n**.**....**\n**..**...**\n********.**\n*******.***\n```\n\n\n## Output without wrap\n\n```\n.*.........\n..**..**...\n.*.........\n.*.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n...*\n....\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n.**.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n****\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n......**..\n..........\n*.........\n*......*.*\n```\n\n\n## Output without wrap\n\n```\n......**..\n......**..\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......**..\n..........\n*........*\n*.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.*...\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n***.*\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n.....\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.**\n..........**\n............\n............\n............\n..*.........\n..*...***...\n............\n............\n.......*..*.\n```\n\n\n## Output without wrap\n\n```\n.........*.*\n.........*.*\n..........*.\n............\n............\n............\n......***...\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..........*.\n..........*.\n............\n............\n............\n......***...\n............\n........*.*.\n........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n....*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*..*\n...*\n..**\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n...*\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**.*\n....\n.***\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..***.\n*.....\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*..**\n*...*\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.***\n*.*.*\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..**.\n..*..\n..**.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*****\n**********\n***..****.\n***.*.**.*\n.**..*****\n**..******\n**.***.***\n*********.\n*****..**.\n******.***\n**********\n******.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n..**.\n.*...\n*****\n..*.*\n*.***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n...**\n**...\n.*.*.\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*\n****....*.\n.**.*...*.\n.*....***.\n*..*....**\n*..**..*..\n*..**.****\n....*.*..*\n....*.***.\n..**.....*\n```\n\n\n## Output without wrap\n\n```\n**........\n**......**\n***.....**\n*..**...**\n....*.*...\n*...*.**..\n.*....*...\n......*..*\n...****..*\n......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*..\n.......**.\n..*.......\n**.**.....\n*...*.*...\n....*.**..\n*.....*...\n*.....*.*.\n.*..****..\n*..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*...*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.*.....\n..........**\n.....***..**\n.*....*....*\n..........*.\n....*.*.....\n...*..**...*\n*.*..*...*.*\n..**....*..*\n...**...*...\n*..*....**.*\n.....*..*...\n```\n\n\n## Output without wrap\n\n```\n...*........\n...**..*..**\n.....***....\n.....***...*\n.....*......\n.....***....\n...**.**..*.\n.**.*.***..*\n.**.....***.\n....*..**.*.\n...*...***..\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n...**..*..**\n.....***....\n*....***...*\n.....*......\n.....***....\n*..**.**..**\n***.*.***..*\n***.....****\n*...*..**.**\n...*...***..\n..*..*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**..\n.......*...\n......***..\n...........\n.........*.\n...........\n...........\n..*......*.\n.**......**\n.**........\n...........\n......****.\n```\n\n\n## Output without wrap\n\n```\n...........\n......*....\n......*.*..\n......*.*..\n...........\n...........\n...........\n..*......**\n...*.....**\n..*.....**.\n.......**..\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.......**..\n......*.*..\n......*.*..\n...........\n...........\n...........\n.**......*.\n...*.....*.\n***.....**.\n.*.....**..\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..**\n..*...*.\n****..*.\n****....\n*.*..***\n...*..*.\n..*.....\n.*......\n.*****..\n```\n\n\n## Output without wrap\n\n```\n..*...**\n*....**.\n*.......\n....**.*\n*...****\n.***.***\n..*.....\n.*..*...\n.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**\n.....**.\n*.......\n....**..\n*...***.\n.***.**.\n..*.....\n.*..*...\n.*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n*.*...\n.*..*.\n.*.*.*\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n**.**.\n**.*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**\n*.**..\n.*.***\n.*.*.*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n.**.\n.*..\n.*.*\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n...*\n**..\n.*..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*..*\n....\n.*..\n.*.*\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n...*\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n.*.\n...\n...\n...\n...\n...\n**.\n***\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n***\n...\n...\n...\n...\n...\n*.*\n..*\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n...*.\n..*.*\n..***\n**..*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n..*.*\n..*.*\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n...*.\n..*.*\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n**....\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n.*....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n...*\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*...*\n**...\n.**..\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n...**\n*..**\n*.*..\n...*.\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n...*.\n..*.*\n...*.\n...*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*....\n...*****.***.\n..*....*.*...\n.........*.**\n......**..*..\n........*....\n.....*..*....\n.**....**....\n...********..\n.**..........\n...******....\n```\n\n\n## Output without wrap\n\n```\n...*.******..\n..******.**..\n...***.*.*..*\n......**.*.*.\n.......*****.\n......*.**...\n........**...\n..**.........\n...****..*...\n..*..........\n..******.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*..\n..******.**..\n...***.*.*..*\n......**.*.*.\n.......*****.\n......*.**...\n........**...\n..**.........\n...****..*...\n..*..........\n...******....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.*..*.\n..*..*\n.*.*.*\n......\n......\n......\n.*...*\n*....*\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n.*...*\n.*...*\n.**.*.\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*.....\n......\n*.*.**\n......\n......\n......\n*....*\n*....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..\n**...***\n..*****.\n.**.*.**\n..*****.\n****...*\n**..*.**\n.**.*..*\n***.****\n```\n\n\n## Output without wrap\n\n```\n*****...\n*.***...\n**......\n**......\n**......\n.....*.*\n....****\n........\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n........\n.......*\n........\n........\n.....*..\n....**..\n....*.*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n.....*\n*.....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n*.....\n.*...*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n...*.\n*...*\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n.****\n.*...\n...**\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n....*\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..\n...**.**.\n...*.....\n..**..*..\n...*..*..\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...*****.\n..******.\n.....***.\n..***....\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.***.\n..******.\n.....***.\n..***....\n...**....\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n*..\n.**\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n*............\n...........**\n...*......*..\n...**........\n.............\n**.......*.*.\n**....**.**..\n.....**...*..\n....***......\n...***.......\n.............\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n...**........\n...**........\n.............\n**....*..**..\n**...***.....\n....****.**..\n...**........\n...**........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n...........**\n...........**\n...**......**\n...**........\n*............\n.*....*..***.\n.*...***...*.\n*...****.****\n...**........\n...**........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.*.**..\n*....*.\n*****..\n```\n\n\n## Output without wrap\n\n```\n**.**..\n*..**..\n.....*.\n*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n**..**.\n..*....\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.**......\n.*.*..........\n..............\n..............\n..............\n.....*........\n.*.*.*........\n**...........*\n.............*\n*...........*.\n*..........***\n*..*.*.....***\n.*...*........\n```\n\n\n## Output without wrap\n\n```\n.***..........\n.*.*..........\n..............\n..............\n..............\n....*.........\n***.*.........\n***...........\n**..........**\n...........*..\n**............\n**..*......*.*\n....*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.****.......\n.*.*..........\n..............\n..............\n..............\n....*.........\n.**.*.........\n.**..........*\n.*..........*.\n*..........*..\n.*............\n.*..*......*..\n.*.*.*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n*...***\n.****..\n****.**\n......*\n...*...\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n......*\n....*.*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*.....*\n*....*.\n*.....*\n*...*.*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*\n*..*.**\n*..*.**\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.****..\n*......\n**.**..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n**.....\n*..*...\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n...**\n.*..*\n.....\n....*\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.****\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.****\n*..**\n*....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*****\n.*...\n.....\n**...\n..***\n```\n\n\n## Output without wrap\n\n```\n.***.\n****.\n**.*.\n**...\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.*.**\n**...\n*****\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n*.*.\n*.*.\n.*..\n**.*\n....\n****\n....\n****\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*...\n*.*.\n....\n***.\n...*\n.**.\n....\n.**.\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*.*.\n....\n***.\n....\n****\n....\n****\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n****\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n......\n..*..*\n..*...\n......\n......\n.***..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n......\n..*...\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n......\n......\n..*...\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.*.\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..****.....*\n......**...**.\n*.*****..***..\n**.*..*..*.***\n..***.*...**.*\n*.*..**.*..***\n*..***.*...*..\n*.*...******.*\n```\n\n\n## Output without wrap\n\n```\n.....*.*....*.\n*.*.....*..**.\n*.***...**...*\n*.....**.*...*\n*...*.*..*....\n..*..........*\n*.***........*\n.*.**********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*....\n..*.....*..**.\n*.***...**....\n......**.*....\n....*.*..*....\n*.*...........\n..***.........\n..*......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n....*\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n..*\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n***..\n*....\n*..*.\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n*.*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n*.*..\n**...\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.\n.**....\n...*.*.\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.***...\n.*.**..\n.....*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******\n...*..*\n..*.**.\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.**.*\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*.\n..*..*.*\n...*.*.*\n.*...*.*\n.***..*.\n*..**...\n.....*.*\n......*.\n...*....\n.**...**\n.**..*..\n...*.*..\n......**\n```\n\n\n## Output without wrap\n\n```\n.*.****.\n.*.***.*\n.....*.*\n**.*.*.*\n**.*...*\n**.*...*\n...*...*\n........\n..*..***\n.*.*..**\n.*....*.\n..*...*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n...*.*.*\n.....*.*\n.*.*.*.*\n.*.*....\n.*.*....\n...*....\n........\n***..**.\n...*..*.\n*.....**\n***....*\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n**.\n**.\n***\n..*\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n*.*\n...\n.**\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.*...*.\n......*\n.......\n.......\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*.\n..*.****.*.\n*.*.......*\n***.****..*\n```\n\n\n## Output without wrap\n\n```\n...*.**.*..\n..*..**.***\n*.*.....***\n*.**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......*.\n..*..**.**.\n..*.....**.\n..*..**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.****.\n***.**\n***.**\n**.**.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n......\n......\n......\n......\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**.\n.*....*.\n*..*.*.*\n.*..*..*\n**.**..*\n.**.....\n.***..*.\n.***.**.\n```\n\n\n## Output without wrap\n\n```\n.*....*.\n*..**..*\n..*.**.*\n.....*..\n...***..\n........\n......*.\n...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*\n...**.**\n.**.***.\n.*...*..\n*..****.\n*......*\n*...***.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n.....\n.....\n.*.*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n*..\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n***\n***\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..\n....*.*\n*****.*\n...**..\n***..**\n...**..\n..****.\n```\n\n\n## Output without wrap\n\n```\n....*..\n.****..\n.*.....\n.......\n.....**\n.**..**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n..*..**\n**....*\n.....*.\n**....*\n*.*..*.\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n.*.***\n.**.*.\n.*..**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n***.*.\n*....*\n****.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...**\n.**.**\n.*...*\n.***..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*****\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.****.\n***...\n**....\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n....**\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n*.*.\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n******\n***.**\n******\n.****.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.*..\n*.*..\n.****\n*.***\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n**...\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n**...\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*...**\n.....***..\n..........\n..*......*\n***.*.....\n*....*....\n......*.*.\n..........\n```\n\n\n## Output without wrap\n\n```\n.*...****.\n.*...****.\n......*...\n..**......\n*.**......\n*....*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*****\n**...*****\n......*...\n*.**......\n*.**.....*\n*....*...*\n..........\n**.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n*....*.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.*..*\n.*..*\n*....\n.*.**\n.....\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n...*.\n*.**.\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.*..*\n.*..*\n.***.\n*****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*.*.**\n****.*\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n**...*.\n.......\n.......\n.......\n.......\n.....*.\n......*\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n**...**\n**...**\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*******.\n*....****...*\n**.*..**.****\n*.******.*.*.\n*.**.**...***\n****.**....*.\n```\n\n\n## Output without wrap\n\n```\n....*.....**.\n****.....*..*\n**...........\n**...........\n**........*.*\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n..***....*...\n.............\n.............\n.............\n.........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n........\n*.....*.\n*.....*.\n*.....*.\n.....**.\n.**.**.*\n.**.*.**\n.*..*..*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**...***\n......**\n.*..*..*\n.**.*..*\n*...*..*\n.***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n........\n**...**.\n......*.\n**..*...\n.**.*..*\n....*..*\n.***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n***\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*......*.\n....**...\n*...*.*..\n.........\n....*..*.\n.....**..\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....***..\n....*....\n.....*...\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....***.*\n....*....\n.....*...\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n*.**.\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..**.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n*............*\n......*.......\n*.............\n....*.........\n..............\n...*....*.....\n.........*....\n.......*...*.*\n.......*......\n.*............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n*............*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.**.\n.....***..\n.....*..*.\n....*..*..\n......**..\n...*...*..\n..*.....*.\n..*.....*.\n```\n\n\n## Output without wrap\n\n```\n....**.**.\n..........\n....**..*.\n.....*.**.\n......***.\n......***.\n..**...**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..*.\n..........\n....**..*.\n.....*.**.\n......***.\n......***.\n..**...**.\n..*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**...\n.....\n.....\n..*..\n.....\n.**..\n*..*.\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n.**..\n.**..\n.*.**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.*...\n.....\n.....\n.....\n.**..\n.**..\n**.*.\n*.*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.......*\n**..*......*\n**...*.*..*.\n.**...**...*\n..*.....**..\n..*.*..**.*.\n```\n\n\n## Output without wrap\n\n```\n**..........\n..*.*.....**\n.....*.*..**\n*.*...**.**.\n..*...*..**.\n...*...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....*.\n..*.*.....*.\n.....*.*..*.\n..*...**.***\n..*...*..**.\n.**....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**.\n.......*..\n........**\n*......*.*\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......**.*\n......**.*\n.......*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n......**.*\n*.....**.*\n........*.\n**.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....*\n..**...**.\n*.*.***.**\n*.*.**....\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..***...*.\n.**...**..\n..*...*.**\n....*..**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*..\n***...**..\n*.*...*.*.\n*...*..**.\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..*.....*.\n...*...*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..***\n.*..*..***\n.*..*..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...*...\n.*.......*.*\n.*..*.......\n.*..**.....*\n.*.*.***...*\n..*..*..**.*\n**..**...***\n******..**..\n**......*...\n```\n\n\n## Output without wrap\n\n```\n..**........\n.*..*.......\n***.**....*.\n**.*........\n.*.*...**..*\n*.**...***.*\n*.....*....*\n...*.*..*...\n*..**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....**..\n**..*.......\n.**.**....*.\n.*.*........\n.*.*...**..*\n..**...***..\n......*.....\n...*.*..*...\n*....*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.....*.*\n..*.*...**..\n**.*...****.\n..***...*..*\n.*..***.*.**\n**..*...*.*.\n****.**...*.\n**.*..***..*\n.*..***..***\n.***.***..*.\n.***.*.*....\n```\n\n\n## Output without wrap\n\n```\n.***....***.\n*...*..*....\n.*.....*..*.\n*.....*....*\n**......*.**\n..........*.\n...*.**.*.**\n...*....*..*\n.........*.*\n*......*****\n.*.*.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**.\n....*..*....\n**.....*..**\n......*.....\n.*......*.*.\n..........*.\n...*.**.*.*.\n...*....*...\n.........*..\n.......*****\n.....*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........\n.**..*..**.\n.**.**....*\n```\n\n\n## Output without wrap\n\n```\n...........\n.....*.....\n..**.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*.**.\n**.*..*.**.\n**.*..*.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n******\n******\n****.*\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n*..*..\n.....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n..*.*....\n...*.....\n.........\n.........\n.........\n.........\n.........\n.***.....\n```\n\n\n## Output without wrap\n\n```\n...*.....\n....*....\n...*.....\n.........\n.........\n.........\n.........\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n....*....\n...*.....\n.........\n.........\n.........\n.........\n..*......\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*.*.\n**.*.**..***\n.*.*.**...**\n...***....*.\n..*.*...*...\n..*.*.**.**.\n...*...***..\n...*.....**.\n..*.*****.*.\n**.**..**.**\n.**.*...*...\n***.**...***\n*....**.*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*...*.....\n......*.....\n***..*.*..*.\n.**...*.****\n...*....*...\n.**.*...**..\n.*.....*....\n.......*....\n.******...**\n.*....**....\n.*....*.*...\n.*.**...*.**\n.*.**.*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...*...\n**.*****....\n*.*..*.*..*.\n..*...*.****\n...*....*...\n.**.*...**..\n.*.....*....\n.......*....\n*.*****...*.\n*.....**...*\n......*.*.*.\n....*.......\n..*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*..*..\n**.*.*\n****..\n......\n......\n.....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*.**.\n..*...\n.*.**.\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*....*\n*.*...\n*..*.*\n..***.\n......\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*****\n.*.*.\n*****\n....*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n**...\n**...\n*.*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*...\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n.....*...\n......*..\n..*.*....\n.........\n......*..\n....**...\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....**..\n.....*...\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n....*..*.\n.....*...\n.........\n.........\n.....*...\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n.....\n..**.\n...*.\n*.*..\n.*.*.\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*..*\n.*..*\n**.**\n**.**\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n..*..\n**...\n.*...\n.*...\n.*...\n.*..*\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n....*.**\n*.*.*...\n..*.*.**\n****...*\n*...*.*.\n**..*..*\n```\n\n\n## Output without wrap\n\n```\n.....***\n....*.**\n.*..*...\n*...****\n*.*.*..*\n....****\n**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.\n....*.**\n**..*...\n....***.\n..*.*...\n....***.\n**.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**...*..\n*..***...\n*.*..*...\n.*..*.*.*\n..*..*..*\n..**.*...\n*.*.*....\n.........\n..*...***\n```\n\n\n## Output without wrap\n\n```\n..***....\n.**...*..\n*.....*..\n*........\n*...*....\n.......*.\n....**...\n.*..*....\n.*.*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***..\n*........\n*.....***\n.........\n....*....\n*........\n*...**...\n**..*....\n**.*...**\n**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*...*\n.*...*.*...*\n***.........\n*..*........\n*...*.......\n*...*.......\n**.*........\n***.......*.\n..*.......*.\n..*.......*.\n.*........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n*.*.........\n*.**........\n**.**.......\n*..**.......\n...*........\n*..*........\n..**.....***\n.**......***\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......**\n...........*\n..*........*\n*.**.......*\n**.**......*\n*..**......*\n...*........\n*..*........\n..**.....**.\n.**......***\n***.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*....\n*..**\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**...\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n.*.*.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n***.*\n**...\n**...\n**.**\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..*.*.\n...*.*\n...*.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n...*..\n....**\n..**.*\n.....*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n....**\n..**.*\n.....*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n....\n****\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*..\n...\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n*..\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n*..\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*..***\n..**..\n....*.\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..***.\n..*..*\n....*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n..****\n..*...\n....*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*....\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.**...\n***...\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n*..*..\n*..*..\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*..*..\n*..*..\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n***..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..*...\n..****\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n..****\n..****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*\n*..**.**\n***...**\n*...*...\n*.**..*.\n.*....*.\n........\n..*.....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n**....**\n...*.*..\n*.*.*.**\n*....***\n*.**.*..\n.**.....\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n...*.*..\n..*.*.*.\n.....**.\n*.**.*..\n.**....*\n........\n.**.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n..*..*.\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n..*.**.\n..*.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.........\n.........\n.........\n....*..*.\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....*.*.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.........\n.........\n.........\n.....*.*.\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n*.*.\n*...\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n*.*.\n*...\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*...\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.\n...**.*\n...****\n.***.**\n```\n\n\n## Output without wrap\n\n```\n...***.\n......*\n.......\n..**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n*......\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.***\n..*...*..\n..*.**.*.\n.*.******\n*.*.***..\n*..**....\n*****....\n*****..**\n```\n\n\n## Output without wrap\n\n```\n.***..**.\n......*.*\n.**....**\n*........\n*........\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n*.**.....\n..*.....*\n........*\n.........\n**......*\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*.*..*\n***.*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.*.*.\n*..**.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.....*\n...**.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n****.\n.*..*\n.**..\n.**..\n.....\n*..**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*..*.\n.....\n*..*.\n.**..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n....*\n...*.\n.**..\n*****\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n****\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..*...\n...**.\n*...**\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*...*\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*....\n.*..*........\n.*..*........\n..*.*...**...\n**..*..*.*...\n```\n\n\n## Output without wrap\n\n```\n**...........\n.**..........\n.**.**.......\n*.*.**..**...\n.*.*.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*....\n.**..........\n.**.**.......\n*.*.**..**...\n*.**...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*.*..\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*.***\n.***.\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n..*.*.\n......\n......\n*...**\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*.*.*\n*...*.\n....**\n*...**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n...*.*\n...*.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n...*.*\n....*.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n....*.\n...*.*\n...*.*\n....*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n****.*\n******\n.***..\n****.*\n```\n\n\n## Output without wrap\n\n```\n*.**..\n.....*\n.....*\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n****\n***.\n***.\n.**.\n.*.*\n*..*\n*..*\n.**.\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n...*\n**.*\n...*\n*..*\n**.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n*.*.\n.**.\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n*.....*.*...**\n.....*......*.\n......*.*....*\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n............**\n.....**.....*.\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.............*\n............**\n*....**.....*.\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*.*\n.*.*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n*..*.\n*****\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n*....\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..***\n*....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........***\n***.......**.\n*.*........*.\n.*.........*.\n```\n\n\n## Output without wrap\n\n```\n*.*.......*.*\n..*..........\n*.*........**\n.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n..*..........\n*.*........*.\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n.*..\n.*..\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n..*.\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*...\n**..\n*.*.\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n****..*\n*.**..*\n**.....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.*.*...\n..***..\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n***....\n**.*...\n*.***.*\n*.*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....***....\n..*..**..*..*.\n.*..*......*.*\n...*.*..*..*.*\n..*.***.....*.\n.**.....*.*...\n..**...*.*.*.*\n.*....*....*..\n**...*.*.**.*.\n**....*..*..*.\n.*..**....*...\n..*.**......*.\n...**..*.*.***\n..**.****..**.\n```\n\n\n## Output without wrap\n\n```\n......****....\n.**..***.**.*.\n..***.*...**.*\n..**..*....*.*\n.**.****.*.**.\n.*..*********.\n...*...***.**.\n**....**.*.*..\n..*..*.****.*.\n..*.*.*.**....\n*****.*....*..\n..*...*...*.**\n.......*..*..*\n..**.****.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....****.\n***..***.**.*.\n*.***.*...**.*\n*.**..*....*.*\n.**.****.*.**.\n.*..*********.\n*..*...***.**.\n.*....**.*.*.*\n..*..*.****.*.\n..*.*.*.**....\n*****.*....*.*\n..*...*...*.**\n.......*..*..*\n..**.*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**\n*.*.**.*\n*.**.*..\n*.*..**.\n...**.*.\n.**..*..\n*....*..\n..*.....\n....*...\n```\n\n\n## Output without wrap\n\n```\n.***.*.*\n*...**.*\n...*.**.\n.**..*..\n.*..*.**\n.*...**.\n.***....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*.\n*.*.****\n.*.*.*..\n.**..**.\n.*..*..*\n.*...***\n.***....\n.*.*....\n**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n**..*.\n**.***\n.*****\n```\n\n\n## Output without wrap\n\n```\n*.***.\n......\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n****\n**.*\n****\n***.\n*.**\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n....\n...*\n....\n...*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n*.*......*.\n.........*.\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n.*...*\n.****.\n*...**\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**.**.\n*..*..\n*.....\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n***...\n.*.**.\n.*.*.*\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.**..\n.*.***\n*.**.*\n.**.*.\n***..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n**....\n.....*\n.*.***\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n....**\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n**..*\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..*.*\n.***.\n.....\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n.***.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n.***.\n..*..\n.....\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**...*\n........*.*.**\n........*****.\n.........*....\n..............\n..............\n.......**.....\n....*..**.....\n```\n\n\n## Output without wrap\n\n```\n........**..**\n.......*.....*\n........*...**\n........**.*..\n..............\n..............\n.......**.....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............**\n.......*.....*\n........*...**\n........**.*..\n..............\n..............\n.......**.....\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n.....*.\n.......\n.......\n.**.**.\n.**.**.\n.......\n..*.*..\n..*.*..\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n....*..\n.......\n.......\n.**.**.\n.**.**.\n.**.**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n.......\n.......\n.**.**.\n.**.**.\n.**.**.\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n.**\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.***.\n.***.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*..\n.....*.*\n........\n.**.....\n.****...\n......*.\n**......\n*.****.*\n******..\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n....*.*.\n........\n.*......\n.*.*....\n*..*....\n*******.\n.....**.\n*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*..\n....*.*.\n........\n.*......\n.*.*....\n*..*....\n*******.\n.....***\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***.\n...*....\n.******.\n..***..*\n..***...\n*.......\n........\n****.***\n.**.*...\n```\n\n\n## Output without wrap\n\n```\n..****..\n........\n.*...**.\n......*.\n.**.*...\n...*....\n*.*...*.\n*..****.\n*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..\n........\n.*...**.\n......*.\n.**.*...\n...*....\n..*...*.\n*..*****\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*.**.\n***.*\n*...*\n.*.**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*.*\n.*.*.\n.*..*\n**..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****...\n**....***\n..****...\n..*...**.\n*.*.*....\n.*.**....\n**......*\n```\n\n\n## Output without wrap\n\n```\n******.*.\n*.......*\n.*****...\n.**...*..\n..*.**...\n....**...\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n***....**\n*.****...\n..*...*..\n..*.**...\n...*.....\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n**.*\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*.**\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.**\n*.**\n**..\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*.*.\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.*..\n.*..\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n........\n*....***\n*.*...*.\n*.**..*.\n**.*.*..\n.*...*..\n..*..*..\n..*.*...\n........\n........\n***.....\n........\n***.....\n```\n\n\n## Output without wrap\n\n```\n........\n.......*\n.**...**\n*.**...*\n*.....*.\n*.**...*\n*.......\n**.*.**.\n...*....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n***....*\n*.**....\n*.......\n..**....\n........\n**.*.**.\n...*....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n*...*...\n*...**..\n```\n\n\n## Output without wrap\n\n```\n........\n**.**...\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..*\n**.**..*\n**.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.****\n****.*.*****\n***.*...****\n..*****.*.**\n************\n********.***\n*.**********\n****..******\n***.******.*\n************\n```\n\n\n## Output without wrap\n\n```\n*....**....*\n............\n*...........\n............\n*...........\n............\n............\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n...*.\n.**..\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n..*......*\n.......**.\n...**...*.\n**..**...*\n..*.*.....\n..*.......\n.*.*......\n.*.*......\n..**......\n*........*\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.***...***\n..**..*...\n...*.*.*.*\n.**.....*.\n....**....\n.*..*.....\n**.**.....\n**..*.....\n.*.**.....\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*.\n****...*..\n.***..*...\n...*.*.*..\n..*.....*.\n....**...*\n*...*.....\n**.**.....\n....*.....\n.........*\n*..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.**\n****..***\n*********\n***.*****\n***.*****\n****.*.**\n**.****.*\n.*..*.***\n.***.****\n*.***.***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....*\n....*....*\n....*....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n...***..**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***..**\n*..***..**\n*..***..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n**.*...\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.**..\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n**.**..\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****\n......*.\n......**\n........\n.*......\n.*.*....\n....*...\n..*.....\n...*....\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*..\n........\n........\n........\n.**.....\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n........\n........\n........\n........\n.**.....\n..**....\n.....*..\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n.*..*\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.***.\n.**.*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n.*...*..\n*.*.**..\n.*..**..\n```\n\n\n## Output without wrap\n\n```\n........\n**..**..\n*.**..*.\n.*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..\n**..**..\n*.**..*.\n**.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.....\n.......*....\n........**..\n............\n............\n............\n............\n.....*......\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.......**...\n.......**...\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.......**...\n.......**...\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*..*.\n*.*..\n*..**\n...*.\n*.*.*\n**.*.\n.**..\n***.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*...*\n*...*\n*...*\n*.*..\n.*.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...*.\n*....\n*..**\n....*\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n...*..\n...*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n..**..\n*.*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*.*\n.*.***.**\n*.****..*\n***..**.*\n**.**.*.*\n**.****.*\n******.*.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n**......*\n........*\n........*\n........*\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..\n.******..\n....**...\n.....**..\n*...**.*.\n..**.*...\n..*.*****\n.......**\n.....*.**\n```\n\n\n## Output without wrap\n\n```\n**.**.*..\n****..*..\n..*......\n.........\n...*.....\n.**.....*\n..*.**..*\n....*....\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....*\n****..*..\n..*......\n.........\n...*.....\n.**......\n..*.**..*\n*...*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.....\n...**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*....\n..***\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*..**\n.***.\n.*..*\n*....\n*..**\n...*.\n.**.*\n*.*..\n**.*.\n*.**.\n.*.**\n.****\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n..*..\n...**\n**...\n**.**\n.*.*.\n***..\n*.*..\n**...\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**.*\n.*.**\n.*.*.\n**..*\n...*.\n***..\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......***\n***......*.*.\n.*..*....*...\n**...*.****..\n.*..*...*.*..\n.*.*.*.*..*.*\n.*.*.**.*..*.\n....**....*..\n....*...*...*\n```\n\n\n## Output without wrap\n\n```\n..**......***\n*........*.**\n.............\n***.**.*..*..\n.*..**....*..\n**.*.*.**.*..\n...*...*.***.\n...*..**.*.*.\n....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....**..\n*........*.*.\n............*\n***.**.*..*..\n.*..**....*..\n.*.*.*.**.*..\n*..*...*.***.\n...*..**.*.*.\n....**...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n*..\n*.*\n*.*\n***\n***\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n*..\n*..\n*.*\n...\n...\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.**..\n...**\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*...\n.*.*.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*.***\n**.**\n***.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n...*\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***........\n.***.....**.\n.........***\n***.......**\n.***..*....*\n.*..........\n**..........\n****........\n*...*.......\n```\n\n\n## Output without wrap\n\n```\n.*.*........\n.*.*.....*.*\n*..*........\n*..*.....*..\n...*......**\n............\n............\n..**........\n*.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.......\n**.*.....*.*\n...*........\n...*.....*..\n...*......**\n............\n............\n..**.......*\n*...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n.*.*.*...\n***.*....\n.*.......\n**.......\n.**......\n```\n\n\n## Output without wrap\n\n```\n..*......\n*..***...\n*..**....\n.........\n*........\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n*..***...\n*..**....\n.........\n*........\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*****.\n.*********\n*.**.****.\n*.**.*..**\n*..*.*...*\n*.*****.**\n***.**.*.*\n```\n\n\n## Output without wrap\n\n```\n**.......*\n.........*\n*.........\n*....*...*\n*......*..\n*......*.*\n*.*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.....*....\n.......*..\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.*..\n.....\n.....\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***....\n***..**..*\n**.*...**.\n.***.*.**.\n*..*...***\n.*.*......\n***.......\n..**......\n.....*....\n*.***...**\n```\n\n\n## Output without wrap\n\n```\n**.****...\n.....****.\n...*.*...*\n...*......\n*..*..**.*\n...*....*.\n*.........\n..**......\n.*........\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n.....*****\n...*.*....\n...*......\n*..*..**.*\n...*....*.\n*.........\n..**......\n.*.......*\n***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n*.*.*.\n.*.***\n*.....\n*.*..*\n*...*.\n...***\n..***.\n*.**..\n*.*.*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*....*\n*....*\n*....*\n*.*...\n.*....\n.**...\n......\n.*....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n....*.\n.*..*.\n....*.\n*.*...\n**....\n*.*...\n......\n.*....\n.*....\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.....\n.....\n**.**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n..**.\n...**\n.*.*.\n*...*\n**...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**............\n.*...........*\n.*...........*\n*..........*.*\n*..........*..\n*...........**\n```\n\n\n## Output without wrap\n\n```\n***...........\n..*...........\n..............\n..*.........*.\n**..........*.\n............*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.........**\n.**.........**\n.*..........**\n.**.........*.\n*...........*.\n...........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n*...*\n**..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n**..*\n...**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*..**\n.*...\n...*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..\n*.*..*..\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.**.....\n..**....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n..**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.*...\n*..*..*\n.*.*...\n*.....*\n.......\n**.....\n**...**\n*.*****\n*......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n**.**..\n***....\n.......\n**.....\n**.....\n...*..*\n*.***.*\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*....\n**.**..\n.**....\n*......\n.*....*\n.*.....\n...*...\n..***..\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n....*..\n...*...\n.......\n.......\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n....**.\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.......\n.......\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n***.*..\n....*..\n.**..*.\n***.*.*\n.****..\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n..**...\n*.*.*..\n*...**.\n*......\n.*..*..\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**...*.\n*...*..\n*......\n*...*.*\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.******\n***.***.*\n*********\n*********\n*.****.**\n*.****.**\n*******.*\n*********\n```\n\n\n## Output without wrap\n\n```\n**.*....*\n.........\n.........\n.........\n*........\n*........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*........\n*.*.........\n***....**...\n............\n............\n............\n............\n............\n......*.....\n.....**.*...\n....**......\n....*.......\n....*.......\n............\n```\n\n\n## Output without wrap\n\n```\n............\n*.**........\n*.*.........\n.*..........\n............\n............\n............\n............\n.....***....\n....*.**....\n....*.*.....\n...**.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n*.**........\n*.*.........\n.*..........\n............\n............\n............\n............\n.....***....\n....*.**....\n....*.*.....\n...**.......\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*...\n...*..\n....*.\n....*.\n......\n......\n....*.\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n...**.\n......\n......\n......\n...*..\n..*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..***.\n......\n...**.\n......\n......\n......\n...*..\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*..*..\n*..*..\n*...*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..**.\n...**.\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n...*..\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n*.*.*\n*.*..\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*..\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*.*.*\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n...**.....\n..*....*.*\n*.*.*..*..\n*...***...\n.*..*..*..\n.*..*.....\n*...*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n...*...**.\n.**.*...*.\n....*..**.\n*...*.**..\n**.**.*...\n**.**..*..\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*\n...*...**.\n.**.*...*.\n*...*..***\n*...*.**..\n**.**.*...\n**.**..*..\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n...**.\n**....\n*..***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.....*\n*.*..*\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n...***\n***...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*.**.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n......\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n..*.*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*.*\n...*.\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n...**\n..*.*\n...*.\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.*....*..\n......**.\n*...*****\n*...***.*\n...*.*...\n..***....\n.*...*.**\n..*..*...\n**.***...\n```\n\n\n## Output without wrap\n\n```\n**.......\n**....**.\n........*\n....*...*\n...*....*\n..*...*..\n..**.**..\n.*...**..\n*.**.*...\n.*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n**....**.\n*........\n*...*....\n*..*.....\n..*...*..\n..**.**..\n.*...**..\n..**.*..*\n*..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n*.*\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*****...*\n....***.**.**\n***.******..*\n**..*..******\n********.****\n******..*.***\n****...****..\n.*.**.*.*..**\n**.**.*.****.\n```\n\n\n## Output without wrap\n\n```\n.........*..*\n.***.....**.*\n...........*.\n.............\n.............\n.............\n.............\n.....*.*.**.*\n.........****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n**......**\n*.*.....**\n.......*..\n......*.*.\n......***.\n...*...*..\n..**......\n.**.......\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.......**\n.*.....*.*\n......**.*\n......*.**\n.....**.**\n..**..*.*.\n.*..*..*..\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n........*.\n.......**.\n......***.\n......*.*.\n.....**.**\n..**..*.*.\n.*.*...*..\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n...*..\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...**.\n...*.*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n....*\n..***\n*..*.\n*.*..\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n....*\n....*\n..*.*\n..*.*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n**...\n*....\n*.*..\n.**.*\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....*...\n....*...\n..***...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n...**...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....**..\n...**...\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.**.*\n..***\n...*.\n....*\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n..*..\n....*\n.*..*\n..*..\n....*\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n**..*\n..*..\n....*\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*....\n.**..**.*\n**..**..*\n....**.**\n.....**..\n.......**\n...******\n*.***.*..\n**....*.*\n.....*...\n..***....\n.........\n.........\n.**.*....\n```\n\n\n## Output without wrap\n\n```\n.***.*...\n*.*...**.\n****....*\n.......**\n....**...\n........*\n..*.....*\n*.*.....*\n*****.**.\n.*****...\n...**....\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n..*...***\n.***.....\n.......**\n....**...\n........*\n*.*......\n..*......\n*****.***\n******...\n...**....\n...*.....\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n****.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n*..**.\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...*..\n......\n......\n......\n......\n......\n......\n......\n......\n**...*\n....**\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n......\n......\n......\n......\n......\n......\n......\n....**\n....**\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..***.\n......\n......\n......\n......\n......\n......\n......\n*.....\n*...**\n....**\n...*.*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n....\n....\n....\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n.*.**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*****\n.*.*.***\n.*.**..*\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n...*...*\n**......\n**.*.*.*\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n.*......\n.*.*.*.*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....*....\n....**...\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*...\n.....\n.....\n.....\n.....\n...*.\n.....\n.....\n...*.\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n**....\n......\n..*.*.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n.**...\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n***..*\n.**..*\n*.**.*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....**\n.**...\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..***.\n*...**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n....\n..**\n*.**\n**..\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n*..*\n*.*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n***.\n....\n..*.\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n***.*\n.*.**\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n**...\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n..**.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.*...*\n.....*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.**.*\n.*.*..\n..*...\n......\n......\n......\n..*...\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n*....*\n.*..*.\n..**..\n......\n......\n..*...\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.****.\n.*..*.\n.***..\n......\n......\n..*...\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n.*.\n.*.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n**.\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n....**.\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*..**.\n*..***\n**.*..\n.*****\n.**..*\n..****\n```\n\n\n## Output without wrap\n\n```\n***...\n*.*.*.\n**....\n......\n......\n..**.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n....**\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.......\n.....*.\n.....**\n*....**\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n....*..\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....**\n*...*..\n*......\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**...\n***.*...*\n*.*.*.*.*\n*....*.*.\n*.*.....*\n****...*.\n..**..***\n..*...*.*\n*.*****.*\n*.....*.*\n*.....*..\n*.*.*....\n```\n\n\n## Output without wrap\n\n```\n*.*.**...\n*.*.*..*.\n*.*.*.*.*\n*..*.****\n*.**..***\n*.....*..\n......*.*\n........*\n..***.*.*\n*..**.*..\n*....*.*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n..*.*..*.\n..*.*.*..\n...*.***.\n..**..**.\n......*..\n......*..\n.........\n..***.*..\n...**.*..\n*....*.*.\n*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n......\n....*.\n.**.**\n*.....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n......\n.....*\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*....*\n......\n.*....\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.*.\n............\n............\n............\n..**...**...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***..\n............\n............\n............\n.......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n*.....*.*.\n****.*.*.*\n*.***.***.\n..**.*...*\n*..*.*****\n*..*.*..**\n...**..**.\n```\n\n\n## Output without wrap\n\n```\n......**..\n*.*..*..*.\n*....*...*\n*......*.*\n.........*\n.*.*.*.*..\n..**.*....\n...**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..*\n*.*..*..*.\n.....*....\n.......*..\n..........\n.*.*.*.*..\n*.**.*....\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n..***\n...**\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.*...\n.*...\n.....\n..***\n**...\n```\n\n\n## Output without wrap\n\n```\n.***.\n**.*.\n.....\n..**.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.*.**\n.....\n..**.\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.*\n**.*..***\n.....*..*\n.*.***...\n*....*..*\n..*...*.*\n*.***..*.\n.*..*..*.\n```\n\n\n## Output without wrap\n\n```\n..*...*.*\n..*.***.*\n**.*.*..*\n.....**..\n.***.***.\n..*.***.*\n..*.*****\n.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****..\n..*.***..\n.*.*.*..*\n.....**.*\n****.****\n..*.***..\n*.*.****.\n**..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**.**\n.*.*.\n***.*\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*****\n*.*..\n***..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n..*..\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*.........\n*........*\n.........*\n.*........\n..........\n..........\n.*........\n..........\n.*....*...\n*......*..\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*........*\n........*.\n*........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n........*\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*..\n*....\n.**..\n*.***\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*...\n..**.\n.*.*.\n.*...\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n..*..\n.*...\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.*.\n...*.....\n*..****..\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*..*...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.....**..\n.....**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*......\n***....\n.*.**..\n..**...\n..**...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n*.**...\n*...*..\n.*.....\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*......\n*.**...\n*...*..\n.*.....\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n.......\n.*..*..\n*...*..\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**\n.*.*..*\n*..*...\n*.*...*\n..*..**\n.*.****\n.*.*.**\n*..*.*.\n```\n\n\n## Output without wrap\n\n```\n***.*.*\n...**.*\n.*.*...\n.****..\n.*..*..\n**.*...\n**.**..\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n..*.**.\n.*.*.**\n.****..\n....*..\n.*.*...\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..*.\n..*.\n**..\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n..*.\n*.*.\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..**\n..**\n*.**\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n*..****\n***.***\n*******\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n***...*\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*...\n***..\n*.*..\n.****\n*.**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n*....\n**...\n*..**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n***.*\n.**.*\n..**.\n.....\n***..\n*****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n*...*\n*...*\n.***.\n...*.\n*....\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.***.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..****....\n..........\n..........\n.....*....\n**.**....*\n.........*\n..........\n```\n\n\n## Output without wrap\n\n```\n...**.....\n...**.....\n...**.....\n..........\n....*.....\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n...**.....\n...**.....\n..........\n*...*.....\n*...*....*\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n*..*\n*.**\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n..**\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n***.\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..**.\n***..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**..\n*.**\n**..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n.*..\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n.*.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*\n*......\n***....\n.**....\n***....\n*....**\n.......\n...*.*.\n....*..\n..*.*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..*....\n..**...\n.*.....\n.*...*.\n....**.\n...**..\n...***.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*\n....*.*\n.**....\n.***...\n.......\n.....**\n....***\n...**..\n...**..\n.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.....*.\n....**.\n*...**.\n......*\n.......\n.......\n......*\n*....**\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....**.\n......*\n......*\n....*.*\n.....*.\n.......\n.......\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n......*\n.......\n....*..\n.....**\n.......\n.......\n*....**\n*....**\n......*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***.\n......*..*\n**...*.***\n.*...*.*..\n*.....*.**\n```\n\n\n## Output without wrap\n\n```\n......***.\n.....*...*\n**...*.*.*\n.*...*....\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...\n.....*....\n.*...*.*.*\n.*...*....\n*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*\n*.*.*..**.\n...*..*...\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n.*.*...**.\n..*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n......*...\n...*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n**.**.\n....**\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*....*\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n**.*..\n....*.\n..**..\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.\n*.***..\n.**.*..\n****..*\n.**.**.\n...*.*.\n..*.**.\n..*.***\n***.*..\n.*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*..**.\n*.*....\n....**.\n*......\n*....**\n.*....*\n..*....\n..*...*\n*......\n**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*.*...*\n....***\n......*\n.....*.\n.*....*\n..*....\n*.*...*\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n..........*..\n..........*..\n..........*..\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..***........\n..***........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.........***.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...*.........\n..*.*........\n..*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n.............\n.........***.\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...*.........\n..*.*........\n..*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*...*\n***.*.\n***...\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n...*..\n...*..\n*.....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n...*.*\n...*..\n......\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n****\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.*..***\n.****.*..****\n...*.******.*\n*.***..*****.\n..***.*..****\n.**.*.....**.\n*..*...*.****\n..******.****\n*******.**.*.\n.....*.*.*.**\n..****.****.*\n******.****..\n.****.*****.*\n```\n\n\n## Output without wrap\n\n```\n.*..***..*..*\n.*...........\n............*\n.*...........\n.......*....*\n.*..**..*....\n.......*.....\n*............\n.*...........\n............*\n............*\n*............\n*.....*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.*...........\n.............\n**...........\n*......*.....\n.*..**..*....\n*......*.....\n.............\n**...........\n.............\n............*\n............*\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n..**.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n.***......\n.*..*..***\n*....*....\n*.....**..\n...*.*.**.\n..........\n.*....**..\n....*.....\n```\n\n\n## Output without wrap\n\n```\n.***......\n*...*...*.\n...**...*.\n****.****.\n....**.**.\n......*..*\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....*.\n.........*\n...**...*.\n.***.***..\n*...**.*.*\n......*...\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*....\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n*..*......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*..*......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.**.......\n*..*......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*....*\n**...*\n*....*\n.....*\n....**\n```\n\n\n## Output without wrap\n\n```\n....**\n**....\n..*...\n**....\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n....\n****\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n.**.\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n****\n****\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n.....\n.....\n.....\n.....\n*..**\n...*.\n..*..\n..**.\n..**.\n..*.*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n..*.*\n..*.*\n.**..\n.**..\n.***.\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n...**\n..*.*\n..*.*\n.***.\n***..\n.***.\n.*..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n....**.....\n....*......\n...*.......\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.....\n...***.....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....**.....\n...***.....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n..*.*.\n.****.\n..**..\n..*...\n.*....\n.*....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n...**.\n.*..*.\n.*.*..\n......\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n***.*.\n...***\n.*..*.\n.*.*..\n*.....\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n**...*\n*.....\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n..*.**\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*.*.\n**...*\n......\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n......\n....*.\n...***\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*.......\n...*.****.....\n..**..*.......\n..*....**.....\n..*....*......\n```\n\n\n## Output without wrap\n\n```\n...****.......\n..............\n.*****.*......\n.**.***.*.....\n......*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****..*.....\n......*.......\n.*****.*......\n....*...*.....\n....*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.....\n......*....\n...........\n..*.**.....\n...........\n.*..*...*..\n...........\n...*.......\n...........\n........*..\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.....*.....\n....*......\n....*......\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.....*.....\n....*......\n....*......\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n...\n...\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......**\n........\n........\n........\n........\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n***\n.**\n.**\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*.*.\n.*.*..*..*\n.....*....\n.*.......*\n***...*.*.\n.*.....*..\n**...*..*.\n```\n\n\n## Output without wrap\n\n```\n..*..*.*..\n..*.*.**..\n..*.......\n***.......\n*.*....**.\n......***.\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*.*.\n*.*.*.**..\n..*.......\n.**......*\n..*....***\n......***.\n***..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n.......*...\n.......*...\n***.....**.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*...\n*.**\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*...*\n**...\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..*.*\n..***\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.......*\n......*.\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*****\n*.*******.\n*******.*.\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*.*\n*.*..\n..**.\n..**.\n..**.\n**..*\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..*..\n.....\n.....\n...**\n..***\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n*.*.*\n....*\n....*\n.....\n.***.\n.****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**.*.*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n.....\n*.*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*.**.*\n..*...**.***.\n..**..**.**..\n..*.*.*.*.*..\n..****..**...\n.***.*.......\n*...******..*\n```\n\n\n## Output without wrap\n\n```\n..*****......\n....***......\n.**..*.......\n.**...*.**...\n......****...\n.*.**....*...\n.*******.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***....*..\n*.*.**.......\n.**..*.......\n.**...*.**...\n**....****...\n*.....*....**\n**........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n....\n....\n....\n....\n....\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n....\n....\n....\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n....*\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.*\n.......*.\n...**...*\n```\n\n\n## Output without wrap\n\n```\n.......*.\n...*...**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n...*...**\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*\n.****.*\n.****.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n**...*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*....**\n*....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n...*\n****\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.**.\n**.*...*.\n*...**.**\n.*.*..*..\n**.....**\n**..*..**\n```\n\n\n## Output without wrap\n\n```\n****..**.\n*..*.....\n*..***.**\n.**.***..\n......*.*\n**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n...*.....\n...***.*.\n.**.***..\n......*..\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.\n...**.**\n*..****.\n**..*.*.\n***.****\n.*.*.**.\n***.....\n**.....*\n```\n\n\n## Output without wrap\n\n```\n....****\n...*...*\n***.....\n........\n.......*\n...*...*\n......*.\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..\n*..*....\n***.....\n........\n........\n...*....\n......*.\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****..\n**........\n*........*\n*.........\n.....***..\n```\n\n\n## Output without wrap\n\n```\n.....**...\n**...**...\n*.........\n......*...\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n**...**..*\n.........*\n*.....*..*\n....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......\n***.*...**\n*..***..*.\n*.*..**...\n**...**.*.\n*..*****..\n**.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n..**......\n*.**..*..*\n*.**..**.*\n*.**...**.\n....*.....\n*.........\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*.*\n........*.\n.***..****\n..**...*.*\n....*.....\n*..*.....*\n...*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n...*......\n...*......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n..***.....\n..***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n....*...\n........\n..*...*.\n..**....\n........\n*..*.*..\n**....**\n.*..***.\n*....***\n....*..*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..**....\n..**....\n..***...\n**....*.\n***....*\n.*..*...\n.......*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n..**....\n..**....\n..***...\n**....*.\n.**.....\n.*..*...\n*.......\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.**...\n.*....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n.**...*\n*.....*\n....*..\n..*..*.\n..*....\n**..*.*\n*.**...\n...**..\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*......\n***.***\n....*..\n..**...\n..***..\n..***..\n..*.*..\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..*....\n.**.*..\n....**.\n*.**...\n******.\n..***..\n.....*.\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n.*.*\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n*...\n****\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.....\n......**....\n............\n......**....\n.....*..*...\n..***.......\n......******\n...........*\n.........**.\n............\n............\n***.........\n***.........\n............\n```\n\n\n## Output without wrap\n\n```\n......**....\n......**....\n............\n......**....\n...*****....\n...****...*.\n...*...*****\n.......*...*\n..........*.\n............\n.*..........\n*.*.........\n*.*.........\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**....\n......**....\n............\n......**....\n...*****....\n...****...*.\n...*...*****\n.......*...*\n..........*.\n............\n.*..........\n*.*.........\n*.*.........\n.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**.*\n*.**.*...\n..**.....\n..**..**.\n..**.....\n.*.**....\n..*.*....\n*...**..*\n```\n\n\n## Output without wrap\n\n```\n.******..\n.....**..\n......*..\n.*..*....\n.*.......\n.*..*....\n.**......\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...***\n*....**..\n......*..\n.*..*....\n.*.......\n.*..*....\n***......\n*.*.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n......*.\n.....**.\n....**..\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n......*.\n.......*\n....*.*.\n....***.\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.......*\n....*.*.\n....***.\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*....*.\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n......*\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.*.\n****\n.*..\n.*.*\n**..\n.*..\n.**.\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n..*.\n***.\n**..\n....\n....\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n**...*\n...**.\n.**.**\n.*...*\n*.**..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.****.\n***.*.\n*.*...\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*...**\n.***..\n*.*.*.\n..*..*\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..*.\n.....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n...*...\n.*.....\n...*...\n*......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.**....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*.*....\n..*....\n.*.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n*...\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n**..\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n**.*\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.**..\n*.**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*..**\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n......*..\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n......***\n......***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n***.**\n.***..\n**.*..\n.*****\n```\n\n\n## Output without wrap\n\n```\n**..**\n**...*\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n*..***\n*****.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*....*\n*.....\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*......\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n**....*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*..\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n**.\n*..\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n*..\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n***.\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.......\n..............\n.......**.....\n.......**.....\n......*.*...*.\n.....*..*.....\n......*.*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n.......**.....\n......***.....\n......*..*....\n......*...*...\n.....**..*....\n......***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n......**......\n......***.....\n......*..*....\n......*...*...\n........**....\n.....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**.*..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n***...\n**..*.\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.....\n****.......\n...........\n***.......*\n..*........\n....*.....*\n....*......\n**..*......\n..**.......\n...**......\n.....*.....\n..*...*....\n.*....*....\n.*...*.....\n```\n\n\n## Output without wrap\n\n```\n**.**......\n**.........\n*..**......\n.*.........\n.*.*.......\n...........\n.....*.....\n.*..**.....\n....*......\n.*...*.....\n..*...*....\n..**.......\n.....**....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n*..**......\n...**.....*\n**........*\n*..*.......\n...........\n.*...*.....\n*...**.....\n....*......\n.*...*.....\n..*...*....\n..**.......\n***....*...\n**.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..\n*..*.......\n....*.*....\n..*..*...*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...***.....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...***.....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n*....*\n...*.*\n......\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n...***\n..*..*\n....*.\n...*.*\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n*.*...\n*...**\n...*.*\n....*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n..*.\n*..*\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.*..\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n..*.\n*...\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....**\n.....*\n......\n.*....\n...**.\n.....*\n.*...*\n......\n.**...\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n....*.\n.....*\n......\n.**...\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*...**\n....**\n......\n......\n....*.\n*....*\n*.....\n***...\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n****\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...**\n.*....*..\n.**......\n.*......*\n*.***.*.*\n**....*.*\n*.***..**\n...*.....\n```\n\n\n## Output without wrap\n\n```\n***....*.\n.......*.\n***......\n*......*.\n*.**.*..*\n*.....*.*\n*.***..**\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**\n.......**\n.**......\n.......**\n..**.*...\n......*..\n..***..*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.***.\n.*...\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n...*.\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...**\n**.**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..\n....***..\n.........\n..*......\n...**....\n.........\n.........\n.........\n.....*...\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n....*.*..\n.....*...\n...*.....\n...*.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*.*..\n.....*...\n...*.....\n...*.....\n.........\n.........\n.........\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.***..\n......\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n.*....\n.**...\n..*...\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**...\n..*...\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.*.*\n..*..\n*..**\n*....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n..*.*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n..*..\n**.**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n....**\n....**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n*.....*\n....***\n****..*\n...****\n```\n\n\n## Output without wrap\n\n```\n**.....\n*.**.*.\n*.**.*.\n*.....*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n.*.....\n.***...\n.**..*.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n**.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n.**....\n.***...\n.......\n.***.*.\n.......\n.**....\n..**...\n..**...\n..**...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n..**...\n...*...\n.*.*...\n..**...\n.*.*...\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n**.....\n.......\n..**...\n...*...\n.*.*...\n..**...\n.*.*...\n..**...\n.***...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.**.\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n***...\n.***..\n.*.*..\n...*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n..*...\n*.....\n...*..\n.*.**.\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*.....\n...*..\n.*.**.\n*.**.*\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n....*\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n..*..*\n...*..\n......\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*........\n*.*.........\n............\n...*.*......\n...*.*......\n....*.*.....\n....*..*....\n.**..*.*....\n*..*...*....\n```\n\n\n## Output without wrap\n\n```\n.*..........\n.*..........\n............\n............\n...*.**.....\n...**.*.....\n...**..*....\n.****..**...\n.**...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.......*\n.*..........\n............\n............\n...*.**.....\n...**.*.....\n...**..*....\n.****..**...\n*..**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**.*\n....\n.*.*\n.*.*\n*.*.\n*.**\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n**..\n..*.\n**..\n*..*\n...*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n****\n..**\n.***\n.*..\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*....\n**...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n.*.**.\n.*....\n*.**.*\n.**...\n```\n\n\n## Output without wrap\n\n```\n****..\n...*..\n..*...\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n.**...\n*.....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n....*\n*....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.**..\n.....\n*...*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.**..\n**...\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*....\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*.*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***..*\n**.**.***\n*.***.***\n*****..**\n.*******.\n.**.**..*\n*..**.*..\n******.**\n**.******\n****.****\n****.**.*\n****.***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**.*\n..*.\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**.*\n****\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**..\n.**....*.\n*.*....*.\n*..**....\n......*.*\n.........\n..*...*..\n*...*....\n*........\n```\n\n\n## Output without wrap\n\n```\n.**......\n*.**.....\n*.**.....\n.**......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**.\n..**...*.\n..**...*.\n***.....*\n........*\n.........\n.........\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..\n*.*....\n**.*.*.\n*****..\n.**.*.*\n.***...\n```\n\n\n## Output without wrap\n\n```\n*.**...\n.......\n.......\n.......\n....**.\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n.......\n.......\n.......\n....**.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n..*...\n......\n......\n*.*..*\n..**..\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n......\n......\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.***..\n......\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..**\n.....\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*.\n*......**.\n..........\n...*......\n.*...*...*\n......*...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.......***\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*\n......*.*\n*.....*..\n*.....*..\n......*..\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.....**..\n.....***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*....**.*\n*....**.*\n.....***.\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....***.\n.*.***.*.*\n.****.****\n**..*.*..*\n..*....**.\n...*......\n.....***..\n**....**..\n```\n\n\n## Output without wrap\n\n```\n.*...****.\n.*...***.*\n**......**\n.***...*.*\n.***...***\n..*...*.*.\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*\n..........\n..........\n****...***\n****...***\n***...*...\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*.*\n*.*.\n...*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n*..*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n......**..\n*.........\n**...***..\n.***..**..\n..**.***..\n..*.......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n......**..\n......**..\n**...*....\n*....*.*..\n*..*....*.\n....**.*..\n..**..*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......**..\n**...*....\n*....*.*..\n*..*....*.\n....**.*..\n..**..*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.....\n.....\n*....\n**..*\n...*.\n.****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n.*..*\n.*..*\n.*..*\n.*...\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**.*\n*..*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n***.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n****\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n...*.\n...**\n.....\n.....\n..*..\n*....\n.....\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n...**\n.....\n.....\n.....\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n...**\n.....\n.....\n.....\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n...*.*.\n...*..*\n....*.*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*.**\n...*..*\n...**.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...*.**\n...*..*\n*..**.*\n...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n*........****.\n.*....*..*..*.\n.*.....*.*....\n*...***..*...*\n.......*..*...\n....*....*.*..\n```\n\n\n## Output without wrap\n\n```\n.........*..*.\n.........*..*.\n**..........*.\n**.....*...*..\n.....*.....*..\n......*.*..*..\n..........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..**\n........**....\n.*............\n.*.....*...**.\n*....*.....*..\n......*.*..*..\n........*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n*...\n..*.\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n.**.\n*.*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n.*........\n*.........\n.....**...\n.....**...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.....**...\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.....**...\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******..****..\n**.***.**.****\n***..*.*...***\n*.***.**...***\n****.**.***..*\n**.**.******.*\n**..***.******\n**..**********\n****.***.**...\n.**..*.****..*\n*******.**.*.*\n*.*****.****..\n```\n\n\n## Output without wrap\n\n```\n*....****.....\n.......*.....*\n..............\n.........*....\n.............*\n.............*\n..............\n.............*\n...*.........*\n...........**.\n*..........*..\n*.....*.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.......*......\n..............\n.........*....\n..............\n..............\n..............\n..............\n...*..........\n...........***\n...........*.*\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n.*.**.*\n******.\n****..*\n*******\n.**.***\n*.****.\n***.*.*\n******.\n****..*\n```\n\n\n## Output without wrap\n\n```\n**...*.\n......*\n......*\n......*\n.......\n.......\n*......\n......*\n......*\n*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*\n.*.*.*..\n*..**...\n..**.*..\n...***..\n**.....*\n```\n\n\n## Output without wrap\n\n```\n.****.*.\n**.*..*.\n**...*..\n.**..*..\n..**.**.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..*\n.*...**.\n.*...*..\n*.*..*..\n*..*.*.*\n...*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*..\n****\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n..**....\n........\n**......\n*.**....\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n.**.....\n***.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n..**....\n.**.....\n***.....\n*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n*.*\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n...***...\n....**...\n*........\n*........\n*........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n...*..*..\n...*.*...\n.........\n**.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n...*..*..\n...*.*...\n.........\n**......*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**.*.*\n*..*.*\n**..**\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n***...\n...*.*\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.**...\n...*..\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........**\n..*.....*..*.\n.........*..*\n.*...........\n.........*...\n*.*.........*\n```\n\n\n## Output without wrap\n\n```\n...........**\n..........**.\n.............\n.............\n.*...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........*.\n..........**.\n.............\n.............\n**...........\n*..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n**.....\n**.....\n```\n\n\n## Output without wrap\n\n```\n**.....\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.*.**....*..\n*...........\n..**........\n...*........\n............\n.....*..*...\n.........**.\n........*...\n......*....*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.*..*.......\n..**........\n..**........\n............\n.........*..\n........**..\n.........**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.*..*.......\n..**........\n..**........\n............\n.........*..\n........**..\n.........**.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.*.*.\n..**.\n..**.\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.***\n**...\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*.*.\n.*...\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n.*..*\n.***.\n.*...\n*.***\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n*****\n*...*\n****.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n....*\n.**.*\n*.*..\n.....\n*****\n...**\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**....*..*\n.**........*.\n.*...*.***..*\n.*.........**\n```\n\n\n## Output without wrap\n\n```\n..***.....**.\n...**....**.*\n........*....\n.........*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.........\n..***........\n*.***...*...*\n*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n***...\n.*.*.*\n**.*..\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n*..*..\n...**.\n...*..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*..*..\n...***\n...*.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n*..*....*\n*.**.....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n.*.*.....\n.*.*.....\n..*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n***......\n...*....*\n...*....*\n***......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....***\n**......*.\n*......***\n........**\n..........\n*.......*.\n........**\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n*.*....***\n..*.......\n**.....*..\n.......*.*\n........**\n........**\n.......*.*\n.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n..*.......\n.*.....*..\n*......*..\n........*.\n........*.\n*......*..\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.**.**.\n....*.***.****\n*.*.*.*.....*.\n***.*.*...***.\n.*.********.**\n.*.*.....*.*.*\n.*.*********.*\n.*.*.......*..\n.*.**.*..**.*.\n.*..*.*.......\n.*..*.**......\n**.**..***..**\n**..****.**.*.\n```\n\n\n## Output without wrap\n\n```\n......*.**...*\n....*.*.*.*..*\n*.*.*.*..*....\n*.......*.*...\n......***....*\n**...........*\n**.*.*****.*..\n**............\n**.**.....**..\n**..*.*.......\n.*..*.*.......\n...*.....*****\n********.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.........\n....*.*.*.*...\n*.*.*.*..*....\n........*.*...\n......***.....\n.*...........*\n.*.*.*****.*..\n.*............\n**.**.....**..\n**..*.*.......\n.*..*.*......*\n...*.....****.\n.**...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n**..**.\n.*..**.\n.......\n.......\n***....\n**.*..*\n..*.*.*\n..*.***\n..***.*\n```\n\n\n## Output without wrap\n\n```\n**...*.\n***.*.*\n**..**.\n.......\n.*.....\n*.*....\n*..*.*.\n..*.*.*\n.**...*\n..*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.**.*..\n**..***\n.......\n.*.....\n..*...*\n...*.**\n..*.*..\n***...*\n.**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*..**\n...**\n****.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n...*.\n.....\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n**...\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n.*.*\n**.*\n.***\n....\n....\n....\n.*..\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n....\n**.*\n.**.\n....\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n..*.\n....\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*....*\n......\n.*...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n.....*\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..*...\n*.....\n*.*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n...**\n.....\n*****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n*....\n*..*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*..\n..***\n**.**\n.*.*.\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n*.**.\n***..\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n***..\n..*..\n.**.*\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*..\n***\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n..*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*.\n*..**.*..\n.*.*...**\n**.......\n.........\n.****.***\n..*.**...\n```\n\n\n## Output without wrap\n\n```\n...*.**..\n......*.*\n.*.**..*.\n***......\n*..*...*.\n.**.*.**.\n.**.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n*.....*..\n.*.**..**\n***.....*\n...*...**\n.**.*.**.\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n.......*..\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......*..\n.......*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n.....*...*\n.....*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n****..\n......\n......\n******\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n.****.\n.**...\n.****.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n******\n******\n.**...\n******\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.*...*\n....*.\n....*.\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n......\n*...*.\n......\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.......**\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*..*\n.**.*\n*....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n*..*.\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*...\n*..**\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.*.*.\n*...*\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n***.*\n..*..\n**.**\n..***\n...**\n```\n\n\n## Output without wrap\n\n```\n*....\n*.**.\n....*\n.*..*\n.*...\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.***\n.....\n**...\n.*...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n..**..\n.*....\n..*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n*......\n.......\n...*...\n.......\n*......\n*...*..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.*.*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n.......\n.......\n.......\n.......\n.......\n.*.*...\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n.*........*\n****....**.\n..**...**..\n..*....**..\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n**.......*.\n**......**.\n..**.....*.\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n*.......*..\n..**......*\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*.*\n.*...\n.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n....\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n.***\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n.***\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n****\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........***\n....**.....\n...*..*....\n...*..*....\n*..*...***.\n....*....**\n........*.*\n....**...*.\n.*.*.....**\n*.****.*.*.\n*****.**.*.\n.*.*....***\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.....\n..*...**...\n..*...*.*..\n..*.***...*\n...*.***..*\n....**.**..\n....*..**.*\n.....***.**\n**...*.*.**\n*...**....*\n**....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**\n...***...**\n..*...**...\n..*...*.**.\n..*.***..*.\n...*.***..*\n*...**.****\n**..*..**..\n**...***.*.\n.....*.*..*\n....*****..\n*..***.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n.*..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n..*\n...\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n***\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*.*\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n**.*.*\n*...*.\n*****.\n*....*\n```\n\n\n## Output without wrap\n\n```\n*..**.\n.....*\n.....*\n*.****\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n******\n***.**\n.****.\n*.***.\n..****\n******\n.*****\n*..**.\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n****\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.*..**.\n.*..*..\n...*...\n...*...\n.......\n.......\n.......\n....**.\n...***.\n```\n\n\n## Output without wrap\n\n```\n*****..\n*....*.\n.......\n..*..*.\n...*...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*....**\n......*\n..*..*.\n...*...\n.......\n.......\n.......\n..**...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*...**\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*.....\n*...**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.**.*\n.....\n*...*\n*..**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n.*.**\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n.*...\n...*.\n**.*.\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.**....\n.**....\n```\n\n\n## Output without wrap\n\n```\n.**....\n...*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n...*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.\n...*.*.*\n*.**.**.\n```\n\n\n## Output without wrap\n\n```\n......*.\n..**...*\n..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n...**...\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n....*...\n..*..**.\n........\n..*.....\n.**.*...\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n.....*..\n..*.....\n.*.*....\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n....*.*.\n.....*..\n..*.....\n.*.*....\n........\n.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...*\n....**..*.\n....*..**.\n....*...*.\n.....*....\n......***.\n..........\n.....*.**.\n```\n\n\n## Output without wrap\n\n```\n....**....\n....******\n...**..***\n....**.**.\n.....**.*.\n......**..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.*\n....******\n...**..***\n....**.**.\n.....**.*.\n......**..\n..........\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n.*.*\n*.**\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n*..*\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n...*\n****\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..*.\n..........\n..........\n*.........\n*........*\n....*.**..\n...*.**...\n.**..**...\n*.*...*...\n.*.*.***.*\n********.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...*......\n.*...***..\n.*........\n.*..*.....\n*****.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n..........\n*........*\n*.......**\n...*......\n.*...***..\n.*........\n**..*.....\n...**.....\n....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.......*..\n.......*.*\n.......*.*\n**.......*\n.*.......*\n.*.......*\n.*.......*\n.*.......*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*..\n.......**.\n........*.\n***......*\n..........\n...*...*..\n*.*.....**\n.*........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......*..\n.......**.\n*.......*.\n.**......*\n..........\n...*...*..\n.**.....**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.**.*\n**.**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**..*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.*.*.\n..**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.*..*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.**.*\n..*****.**\n*....***.*\n*.***.*...\n```\n\n\n## Output without wrap\n\n```\n.***....*.\n.***.....*\n..**....*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n.*........\n.*.*......\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..**\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n.**\n***\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n**.*\n...*\n*..*\n.***\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.**\n**.*\n**.*\n.*.*\n...*\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n*.*\n.*.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n*.*\n..*\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n*.***.\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n****.\n....*\n*.***\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*.**.\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n**..**\n.***.*\n.*...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n***.*.\n*..*.*\n.....*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*\n..**....\n..*.....\n*..*....\n*.*.....\n***.*...\n..*.*..*\n...**..*\n```\n\n\n## Output without wrap\n\n```\n..**....\n.***....\n.**.....\n..**....\n*.*.....\n*.*.....\n..*.**..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n.***....\n.**.....\n..**....\n*.*....*\n*.*....*\n..*.**.*\n*.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n**.......\n*.*.*...*\n..*.....*\n*..**...*\n.*.**.*..\n...*...**\n```\n\n\n## Output without wrap\n\n```\n**.......\n*.*......\n..**.....\n..*.*****\n...***.*.\n..*..*.**\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....\n***......\n..**.....\n..*.****.\n**.***.**\n..*..*...\n*.***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....***...*\n**..*...***...\n*.**...******.\n.....****..*.*\n.*.*******.*..\n*...*...**....\n.*....*...*...\n**...*.*.*.*.*\n.**.*...****.*\n...**...*....*\n```\n\n\n## Output without wrap\n\n```\n..............\n*.***......*..\n*.***.........\n.*............\n*..**.........\n**.****.......\n...*...*......\n*.*.....*.***.\n*.*....**.**..\n..*.**.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***........**\n*....*.....**.\n..***.......*.\n............*.\n...**.........\n...****.......\n.*.*...*....**\n.**.....*.**.*\n.****..*.....*\n....*.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n...**\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n....*\n.....\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*.*...\n..*.**\n..*..*\n....*.\n...*..\n.*..*.\n..*...\n.*....\n....**\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n...***\n.....*\n...*.*\n......\n.*..*.\n.***..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n..*.*.\n**.**.\n*.....\n...*.*\n......\n.*..*.\n.***..\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n*.....*.*.*.\n*..*.*...*..\n....***..*.*\n...*....***.\n.*.....***..\n.*.***.***..\n.....*..**..\n.........**.\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n.........*..\n.......***..\n...*.**.....\n....***.....\n...*..*.....\n..*.**....*.\n.....***....\n........***.\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n.........*.*\n*......***..\n...*.**....*\n....***.....\n...*..*.....\n..*.**....*.\n.....***....\n........***.\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n*.**\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n*.*.\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n*...\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n*****.\n.*.*..\n*.**..\n****..\n.*....\n```\n\n\n## Output without wrap\n\n```\n*...**\n.....*\n......\n*...*.\n*..*..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n.....*\n*...*.\n*..*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n....*.*\n.*.*...\n.**..**\n...**..\n.*...*.\n.*.....\n*.**...\n*.*...*\n*.***.*\n****.*.\n.......\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.*.**.*\n.*...*.\n.*.**.*\n..*.*..\n**.....\n*.**...\n*...**.\n*...*.*\n*....*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*\n.....**\n.*.**.*\n**...*.\n**.**.*\n..*.*..\n**.....\n*.**..*\n....**.\n....*..\n*....*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**.\n.....***.*\n..**....**\n.*.*..***.\n..****....\n**.*..*...\n**.*...***\n**..*..**.\n..*****..*\n.....*.**.\n```\n\n\n## Output without wrap\n\n```\n....***.*.\n.........*\n..**...*.*\n.***...***\n**..*....*\n.......**.\n....*.*.*.\n.*..*.....\n.****...*.\n...**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..**\n......*.**\n.***...*..\n.***...**.\n*...*.....\n.......*..\n....*.*...\n**..*.....\n****.....*\n.*.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.*..\n..........\n.........*\n.**.......\n.....*....\n.**.....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..........\n..........\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******........\n****.*......**\n*.**.*..***.*.\n*..***...***..\n*..**.***.....\n**.**.*......*\n```\n\n\n## Output without wrap\n\n```\n*....*........\n.....**..*.***\n*....**.*...**\n*..........*..\n*.....*****...\n*****.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....*.\n.....**..*.**.\n.....**.*...*.\n*..........*..\n......*****...\n......*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n*........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.....*..\n....****\n....***.\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....**..\n.....**.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n....**..\n.....**.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.***\n.*.**...\n**...*..\n***.**..\n.**..*..\n*.......\n.*.*..**\n...**...\n...*....\n***..*..\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n..*..**.\n..**.**.\n..*...*.\n..*.....\n.*......\n..*.**..\n........\n.*.**...\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*..\n*.*..*.*\n..**.*..\n..*...*.\n..*.....\n*.....*.\n***.***.\n**......\n.*.*....\n.*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.***\n..*...*.\n........\n...*....\n..**....\n.*......\n........\n.**.....\n.**..**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.*\n.*.*.*.*\n.*..*.*.\n..**....\n.*......\n........\n...*....\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.***.***\n.*..*.*.\n..**....\n.*......\n........\n...*....\n****....\n.**.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n..*.*.\n....*.\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n.....*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*..\n.....*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..**..\n..*.....*...*\n*....*.....*.\n.*...*.**...*\n.*.*....*....\n.***..**..*..\n**...*....*.*\n***.**.*....*\n..*.**.*.....\n.*.***.....*.\n.**...*..***.\n.**..*......*\n*..**..**....\n..*******...*\n```\n\n\n## Output without wrap\n\n```\n.........*...\n.......*.*.**\n.....**....**\n....*.*......\n*........**..\n..**..**.**..\n...***.**.*..\n.*...........\n*............\n**........***\n**....*.*...*\n.....**.*...*\n....*.....*..\n.......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*...\n.....**..*...\n.....**......\n....*.*.....*\n**.......**..\n..**..**.**..\n...***.**.*.*\n*..........**\n*...........*\n*.........*..\n*.....*.*....\n.....**.*....\n.....**.*.*..\n..**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n.......**\n.*.**..**\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......*..\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.....***.\n.....***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*.**.*\n..*...*...*.\n..**.*....*.\n..*....*..*.\n..*.....***.\n*...*....*.*\n*.*.....**.*\n.**.......*.\n.....*.***..\n...**.....*.\n*.......****\n```\n\n\n## Output without wrap\n\n```\n.....*.*****\n.*..**.*....\n*..**.*.*...\n*......**...\n.*.*.....*.*\n.*.**...**.*\n...*....**.*\n....*..*...*\n.**.*..*****\n....*......*\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.*\n....*****..*\n...**.*.*...\n.......**..*\n.*.*.....*.*\n.*.**...**..\n...*....***.\n*...*..*...*\n*.*.*..****.\n.*...*.*....\n..*.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n.......\n..*....\n..**...\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*....\n..**...\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..\n..*....\n..**...\n.......\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n......\n..***.\n******\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n.....*\n.....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n******\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*......**\n.*...*.......*\n*...*...*.*...\n...***....*...\n*.*.....*....*\n..*.**.......*\n...*.......*..\n..............\n.*.......*....\n.............*\n**....*.....**\n......*...*..*\n```\n\n\n## Output without wrap\n\n```\n............**\n....*.......**\n..**..........\n.*.**.........\n*....*........\n.*..*.........\n..***.........\n..............\n..............\n............**\n...........*..\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.*\n*...***.....*.\n.***........*.\n...**.........\n.....*........\n....*.......*.\n*****........*\n..............\n..............\n............**\n...........***\n.....**....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n...*.....\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n...*.....\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n***.\n***.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n*.*.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****\n********\n.******.\n.*******\n****.***\n***..*.*\n********\n****.***\n******.*\n...*****\n.*.*****\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.*......\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n...***\n**.***\n```\n\n\n## Output without wrap\n\n```\n.**..*\n......\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****.\n..**..*..\n..**.*...\n...*.....\n.........\n*........\n........*\n......*.*\n```\n\n\n## Output without wrap\n\n```\n...*****.\n...***.*.\n..*......\n...*.....\n...*.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n...*.....\n..*......\n...*.....\n...*.....\n........*\n*......**\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*....\n.**.**\n**.**.\n..***.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*.***\n.***..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n**...*\n.....*\n**.*..\n******\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n**...\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.**..\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n.**..\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n*.**\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n*..*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**..*\n*****\n*.***\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n....**....\n...***....\n*.........\n.*.......*\n.*......**\n...*.....*\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n...*.*....\n...*.*....\n....*.....\n**......**\n..*.....**\n.**.....**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n...*.*....\n...*.*....\n*...*.....\n.*......**\n..*.....**\n.**.....**\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n.**.**.*\n.*.*...*\n**.***..\n**.**..*\n.*.**..*\n.**.....\n**.*....\n..*..*.*\n```\n\n\n## Output without wrap\n\n```\n..****..\n..*.**..\n......*.\n.....**.\n......*.\n.....*..\n...**...\n.***....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.**.****\n.......*\n.....*..\n.......*\n.....***\n...**...\n*.......\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..***..**\n.**.*.*.****.*\n**..*.*..*.**.\n.**.**.***.*.*\n...*..**....*.\n***.*.***....*\n..*....*..*.*.\n...**..**.*.*.\n.***....*.*..*\n**...***....*.\n```\n\n\n## Output without wrap\n\n```\n..*..*.*...***\n..*.*.*......*\n*...*.*......*\n***.*....*.*.*\n*........*..**\n.**..*..*..***\n..*.**......**\n.*..*..**.*.**\n**.*.*..*...**\n**....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.........\n..*.*.*.......\n....*.*.......\n.**.*....*.*.*\n.........*..*.\n***..*..*..***\n*.*.**......*.\n.*..*..**.*.**\n.*.*.*..*...**\n....***....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n*...\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n***.\n..*.\n**.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...*\n..**.*..\n...*.*..\n**..****\n..*..*..\n***.....\n...****.\n```\n\n\n## Output without wrap\n\n```\n..***...\n..**..*.\n.*.*....\n.***....\n..****..\n.**...*.\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n..**..*.\n**.*...*\n****...*\n..****..\n.**...*.\n...****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n..**.\n*....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n*.**.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n*....\n..*..\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*..*.\n....*.**..*\n......**.**\n*.*.***.***\n.*.******..\n..*..*.*...\n```\n\n\n## Output without wrap\n\n```\n......**...\n..........*\n...**......\n.**.......*\n.*.........\n..**.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*.*\n*..........\n...**......\n***........\n**........*\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n.....*..\n**....*.\n.****.*.\n.***...*\n.**.....\n..*...**\n**...**.\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n...*....\n**....**\n....*...\n.*.....*\n.*......\n.*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n*..*....\n*..*....\n*.....*.\n....*..*\n.......*\n.*...*..\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n*..\n***\n***\n***\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....\n.........\n*..*.....\n......**.\n.*...*...\n.........\n.*......*\n....*....\n....*..*.\n.........\n......*.*\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......***\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n......***\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.....\n.......*...\n......*....\n...........\n...........\n.........*.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n......*....\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......*....\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*...*.\n***...\n..***.\n......\n.***.*\n.....*\n**..**\n*.***.\n****..\n...***\n.***..\n..**..\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n*.*.*.\n..**..\n.*....\n..*.*.\n*..*.*\n***..*\n.....*\n*....*\n*.....\n.*....\n*.....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*..*..\n*.*.*.\n..**..\n.*....\n*.*.*.\n...*..\n.**...\n......\n*.....\n.....*\n.*....\n*.....\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**\n.......\n.......\n.....**\n.*.....\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.......\n.......\n.......\n.......\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n...**\n*.**.\n***.*\n*****\n**..*\n..*.*\n*.**.\n*****\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n*....\n....*\n....*\n*...*\n*.*.*\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n.....\n.....\n.....\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n......**.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n......**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.**.\n*......**\n.*..*.*..\n*..*..*..\n.........\n.......*.\n*.*....*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..***\n*.*.*...*\n**...**..\n.....*...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*..\n*.*.*....\n.*...**..\n.....*...\n.........\n........*\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*.*\n***.\n****\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n....\n....\n....\n....\n..*.\n.**.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n.**.\n*..*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n*...\n....\n....\n....\n.**.\n*..*\n.**.\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**\n.*.*.*.....\n*....****.*\n.*****...**\n**.*.......\n..*.***..*.\n```\n\n\n## Output without wrap\n\n```\n...........\n......***..\n.....*....*\n...........\n.*....**..*\n.*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.**\n...***....*\n.....*.....\n...........\n*.....**.*.\n*...***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n.***..*.*\n***..**.*\n```\n\n\n## Output without wrap\n\n```\n..****...\n*..*..*..\n*..*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n...*..*.*\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n**.\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n...**....\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n.........*..\n......*..**.\n............\n......*.*...\n............\n***.........\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.........**.\n............\n........***.\n............\n............\n***.........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.........**.\n............\n........***.\n............\n............\n***.........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n***.*.\n*..**.\n*.....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.**..*\n*.*..*\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n*.*.*.\n*.....\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n**...\n..**.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.***.\n....*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n......**\n........\n........\n........\n........\n........\n..****..\n.***.**.\n..*.....\n........\n........\n*.....**\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n........\n........\n........\n...**...\n.*...**.\n.*...**.\n.***....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n......**\n........\n........\n........\n........\n...**...\n.*...**.\n.*...**.\n.***....\n........\n.......*\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n****.*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n*.*..*\n.*****\n.*.*.*\n**...*\n.****.\n*.*...\n..*...\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n*****.\n*....*\n*....*\n...*.*\n*....*\n...**.\n......\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n......\n...*..\n.....*\n...**.\n......\n.*....\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.*.**\n*.*.*.\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n.*****\n.**...\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*..*..\n.*.*..\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n***\n.**\n***\n.**\n**.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*..\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n*...*.\n***.**\n..*.**\n..*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n.*.**.\n..*...\n..*.*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n.**.**\n.**.*.\n**.**.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.**..\n****.*...\n*.*..**..\n*.**..*..\n```\n\n\n## Output without wrap\n\n```\n*..*.**..\n...*.....\n*....**..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n...*....*\n*....**.*\n*..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n**....\n.*....\n..*..*\n***...\n..*..*\n.*.*.*\n*.*.*.\n.****.\n....*.\n..**..\n*....*\n.*...*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n......\n*.*...\n*.....\n..*.*.\n.*....\n****.*\n*..*.*\n******\n.*....\n.*..**\n.**.**\n.***.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..***.\n.**...\n*.....\n***..*\n.*....\n..**.*\n*..***\n****.*\n**....\n......\n.**...\n...*.*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*..**...\n**.**...\n.**.....\n..*.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.***....\n*****...\n*.*.*...\n*.......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n*****...\n*.*.*..*\n*.......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.*......\n........\n........\n..*.....\n**......\n........\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n........\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n************\n**********.*\n..**.***..*.\n**..*.**.*..\n..*.*.*...**\n.**..**.****\n***.**.*****\n*..*.*...*.*\n.***.****.*.\n*.**.*.*****\n..**********\n.***.**.****\n```\n\n\n## Output without wrap\n\n```\n*..........*\n*..........*\n..........*.\n.*..*...**.*\n*.*.*......*\n*...........\n*......*....\n*..........*\n*....*......\n............\n............\n.*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n..........*.\n**..*...**..\n..*.*.......\n............\n.......*....\n............\n.....*......\n*...........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*...**\n*..**.\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.**.\n**...*\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n...**.\n**....\n..***.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.*.*...\n**.*....\n.*....*.\n.**.....\n.*..**..\n.......*\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n.***....\n*.*.....\n*.*.....\n*.*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n*.**...*\n****...*\n..*....*\n*.*.....\n..*....*\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*..\n.*..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.*.\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n......*\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n...**\n*..**\n*..*.\n*...*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n.***.\n..**.\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.**.*\n..**.\n..**.\n.***.\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n.*.\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n...\n...\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n***\n...\n***\n..*\n*..\n***\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n...\n.**\n*.*\n*.*\n**.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n...\n***\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..*.*.*..\n*...****.**.*.\n.....*..**...*\n....******....\n*......*****..\n.....*...**.**\n.....*.**...**\n*....**.*..***\n```\n\n\n## Output without wrap\n\n```\n**......*.***.\n**......*.***.\n....**........\n....**........\n....**......*.\n....**.....**.\n....**.***..*.\n....***.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...**..*.\n**..........**\n*...**......**\n....**.......*\n....**......**\n....**.....***\n....***.*.**..\n...*..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n..*..\n*.**.\n**.**\n..*..\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.***.\n*.*.*\n*.*.*\n**.**\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n..*..\n.**..\n*.*.*\n..**.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n***..\n*.*.*\n..***\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n***..\n*.*..\n*...*\n..*.*\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*..\n.....\n..*.*\n.*...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n*...*..\n*...**.\n*...*.*\n...*...\n...*..*\n```\n\n\n## Output without wrap\n\n```\n....*..\n..**.*.\n.....*.\n.......\n...*.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n.......\n.*.....\n.......\n*.*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n**..\n....\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n**..\n..*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n*.**\n...*\n**..\n..**\n....\n....\n....\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*..*\n*..*\n.*.*\n.**.\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**..\n****\n....\n....\n....\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*..**...\n..*......\n...*.....\n.....**..\n.......*.\n........*\n.*.*.....\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n...*.....\n...*.....\n......**.\n......**.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n...*.....\n...*.....\n......**.\n......**.\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*...*\n.****\n```\n\n\n## Output without wrap\n\n```\n**...\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n....*\n.****\n**..*\n*....\n*...*\n.*.**\n.***.\n***.*\n..*..\n*****\n*.*..\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n***.*\n*...*\n*....\n**.**\n**..*\n.....\n*....\n....*\n*....\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n....*\n.**..\n.....\n.....\n.*.*.\n.*...\n.....\n*...*\n.....\n*...*\n.....\n*...*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n**.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.....*\n..*.......*\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*\n*.........*\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n.*.*..\n......\n......\n......\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n*..\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*....\n****.....\n.*.......\n.........\n..**.....\n..**.....\n.*.*.....\n.***.....\n...*..***\n..*......\n**..*..**\n```\n\n\n## Output without wrap\n\n```\n*..*.....\n...*.....\n**.......\n..*......\n..**.....\n.*..*....\n.*..*....\n.*.**..*.\n.*.*...*.\n.***..*..\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n...*.....\n**.......\n..*......\n..**.....\n.*..*....\n.*..*....\n**.**..*.\n.*.*...*.\n.***..*..\n..**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....*\n..***..*..\n..*.*....*\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.******\n***.******\n***.******\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.......**\n...**....\n..*...*..\n.*..*.*..\n..*.*...*\n*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n.**......\n.**......\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*.....\n.**......\n..*......\n*.**.....\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n......*.\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.*.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.**\n**..***.*\n***...***\n*******.*\n*.***.*.*\n.********\n```\n\n\n## Output without wrap\n\n```\n...**....\n....*..**\n.........\n.......**\n........*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.*\n...**.***\n.**.*..**\n.*...*.*.\n..***.***\n****...**\n***......\n...***..*\n..*....**\n**...**..\n```\n\n\n## Output without wrap\n\n```\n...****.*\n....*.*..\n.**.*....\n.*...*...\n*...**...\n*...*.*.*\n*......**\n...**..**\n.***...**\n.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*\n....*.*..\n.**.*....\n.*...*...\n....**...\n....*.*..\n.......*.\n...**..**\n.***...**\n***..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n..*.....\n.**.....\n.......*\n.....*..\n....*..*\n......*.\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.**.....\n........\n.....**.\n........\n.......*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n.**.....\n........\n.....**.\n........\n.......*\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....**\n*****..*.\n.*..*....\n..*.*....\n.**.*..*.\n.***..**.\n..*...**.\n......**.\n..*..***.\n..****.**\n```\n\n\n## Output without wrap\n\n```\n.*.....**\n*..******\n.*....*..\n.........\n...*...*.\n..**....*\n..*.*..**\n.*.*.....\n..*.*..**\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..\n....*.*..\n......*..\n.........\n...*...*.\n*.**....*\n..*.*..**\n**.*.....\n.*.*.....\n.*.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n..*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n**...*\n*...**\n..*.*.\n..**..\n.*....\n.*....\n.***.*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.*.*\n*..*..\n*....*\n*..**.\n......\n......\n...**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n**.**.\n.*.**.\n.*..*.\n*..*..\n**....\n**....\n.*.***\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**....\n*...*....\n.....*..*\n.....*.*.\n*...*..*.\n*..**.*.*\n....***..\n......*..\n*..*****.\n*..*...*.\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n......*..\n.......*.\n........*\n...*....*\n..*...*..\n..****...\n..*...*..\n..**.*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.**...***\n*.......*\n.......*.\n*..*...*.\n*.*...*.*\n..****.*.\n..*...*..\n.*.**.*.*\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.....*\n..*...\n***..*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n..*...\n*.**..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*...**\n..*..*\n..**.*\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n****\n*..*\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n*..*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n...*\n....\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n...*\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.**\n*.*.\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n......\n......\n....**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n......\n....**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*...\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*...\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n.*...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n.****\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n....**\n**....\n**....\n......\n......\n......\n......\n..**..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n**....\n**....\n......\n......\n......\n......\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.*....\n**....\n......\n......\n......\n......\n..**..\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***..\n.*****..\n*...*.**\n*....*.*\n*.***.**\n*.*.*...\n.**.****\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n**...*..\n........\n*.*....*\n*.......\n*.*.*.**\n*.......\n*.*.****\n.*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n........\n..*.....\n........\n..*.*.*.\n........\n..*.***.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n......\n......\n......\n****..\n***.**\n......\n****.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n.**...\n*..**.\n*...*.\n.....*\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n....*.\n......\n.**...\n...**.\n....**\n......\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**.\n**....*.\n*.......\n*.....*.\n*..***..\n.....*..\n*...**.*\n.....*..\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n*.*..**.\n*.*..**.\n*...*.*.\n**..*.*.\n...*..*.\n...*..*.\n...*.*..\n...*.*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*..*....\n*...*.*.\n**..*...\n.*.*....\n*..*...*\n...*.**.\n...*.**.\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*.\n.......*...\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n...**\n.****\n*..**\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.*...\n*....\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...*..***\n....**.*....*.\n***.*.*.*.**..\n*.*.***.****..\n****....*.**..\n...******..***\n```\n\n\n## Output without wrap\n\n```\n....**.....***\n..*.*.*****..*\n*.*.....*...*.\n....*.*.*...*.\n*.............\n.*.**********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.....\n..*.*.*****...\n*.*.....*...**\n....*.*.*...**\n*.............\n.....**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n..*....\n..*...*\n**.....\n.......\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n..*....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n.***...\n*.*....\n**.....\n.......\n.......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*..**\n*...*\n.....\n....*\n.....\n**...\n***.*\n*.*..\n**..*\n```\n\n\n## Output without wrap\n\n```\n...**\n**.**\n...**\n.....\n.....\n.....\n*.*..\n..**.\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n*..*.\n*...*\n.....\n*....\n..*.*\n..***\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.......\n....*.*......*\n...*..*....***\n.*.*...*****.*\n***......**.**\n..*....**.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..*...***...*.\n.*.......*..*.\n**...*****...*\n*..*...*.*....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**......*\n........*...*.\n*........*..*.\n*....*****...*\n.*.**....*..**\n*.***..**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.***\n**.*\n*...\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.*..*\n..*****.*..*\n**.**.**...*\n*..****..*..\n*......**.**\n..*.****..**\n**..***.**..\n```\n\n\n## Output without wrap\n\n```\n............\n*......*..**\n*.*.....*...\n*.*.....**.*\n**..*......*\n**.**...*..*\n..***....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..*\n.......**...\n*.*.....*..*\n..*.....****\n.*..*.......\n........**..\n........***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.........\n...**.........\n...**.........\n...***........\n```\n\n\n## Output without wrap\n\n```\n...**.........\n..*..*........\n..*...........\n...*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n..*..*........\n..*...........\n..*..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n.**...\n..***.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n**.*..\n*.**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.*.*..\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.*....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*....\n..***.\n.*..*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*..*.\n.*..*.\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*..*.\n.*..*.\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...**\n.*.*.....\n.*.......\n**.*.*.**\n.**.**.**\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.**....\n.*.**....\n*....*.**\n****.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n..*.....*\n*..**....\n.....**..\n....**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n*..*..\n*.****\n****.*\n.*.*.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n**....\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n**...*\n......\n......\n......\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n******\n**..**\n*.****\n.*****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n..***...\n..***.*.\n..******\n.....***\n*.....**\n.....*..\n.**...*.\n..**....\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n.*...*..\n.*....**\n..*.....\n...*....\n.......*\n.*...*.*\n.***....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*...*..\n.*....**\n..*.....\n...*....\n*.......\n**...*..\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*.*.**\n**..**\n*..***\n***...\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n.***..\n*.....\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n.*.*\n*.*.\n..*.\n..*.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n**.*\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*..\n...*\n*.*.\n..*.\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n..*\n***\n***\n..*\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n..*\n..*\n*..\n*..\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.**..*\n*.....*.*..*.\n****..***.*.*\n.*...*.*..*.*\n.*.*.*.*..***\n...*.**.*....\n...*..*.*....\n....*****....\n.......**.***\n```\n\n\n## Output without wrap\n\n```\n...***...***.\n..***.***.*.*\n..*..*....*.*\n.....*.*..*.*\n.....*.*....*\n......*....*.\n...*.*..**...\n....**.......\n....**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.......\n.****.*..***.\n..*..*....*..\n.....*.*..*..\n.....*.*.....\n......*....*.\n...*.*..**...\n....*....*.**\n....*.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*..\n*.*\n..*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.........*...\n*.*..........\n.*...........\n***..........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.*...........\n.............\n***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n.............\n.*...........\n.............\n***..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n..**.\n.*.*.\n.*.*.\n.**..\n*.*..\n*.*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n.*..*\n.*.**\n**.*.\n*..*.\n*.*..\n*....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**.*\n.*..*\n.*.**\n**.*.\n*..*.\n*.*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*......\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.*.\n*.**\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*.**\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n*.*.\n*.*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n******\n**..*.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n...\n...\n...\n...\n*..\n.*.\n..*\n***\n...\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n.**\n...\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n...\n*..\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n...\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n****.\n*****\n****.\n.**.*\n..***\n.*..*\n..*.*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n....*\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*....\n....*\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*.*..\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.**\n**.\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...****..*\n.**.**.**...\n.*..*....*.*\n****....****\n..*..**.*.**\n```\n\n\n## Output without wrap\n\n```\n***.**..*...\n..***....**.\n....**.*...*\n*..***.**...\n..**...**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......**\n..***....***\n....**.*...*\n...***.**...\n...***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.....\n........*.....\n.***..........\n.***..*.......\n.*.*.*.*......\n```\n\n\n## Output without wrap\n\n```\n..............\n..*...........\n.**...........\n**.***........\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.*.....\n..*....*......\n.**...........\n**.*.**.......\n....**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....\n..........\n..........\n..........\n..........\n....*.**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n..........\n..........\n..........\n..........\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n..*..\n.****\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.***.\n..*..\n*..**\n```\n\n\n## Output without wrap\n\n```\n..***\n..*.*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n**...\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n.*.*.\n.*.*.\n*..**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**.**\n*....\n.****\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n.*.*.\n.*...\n***..\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n........**\n..........\n..........\n..*..*.*..\n*.*..*.*..\n..*..*...*\n.**..***.*\n.....*.*.*\n......**..\n....*..***\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n..***.....\n.*...**...\n.......*..\n.**.....*.\n.....*..*.\n.....*.**.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n........**\n..........\n..........\n..***.....\n.*...**.*.\n*......*.*\n.**......*\n**...*..**\n*........*\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*.\n...*.....\n.*.....*.\n..*.**..*\n...*****.\n........*\n*......*.\n**..**.*.\n...***.*.\n```\n\n\n## Output without wrap\n\n```\n..***....\n...*..*..\n..***....\n..*.....*\n...*..***\n....**..*\n**....***\n**.*.*.**\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n...*..*..\n..***....\n..*.....*\n...*..***\n....**..*\n**....**.\n**.*.*.*.\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n....*\n.....\n.....\n.*..*\n..**.\n..*.*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n....*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n.....\n.....\n.....\n*.***\n....*\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n..**\n.**.\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n*...\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n......\n.*.*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n..*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.**....\n.***...\n......*\n.....**\n....***\n....**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n*..*...\n.*.*...\n..*..**\n....*..\n.......\n....*.*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*..*...\n**.*...\n*.*..**\n*...*..\n.......\n....*.*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n**.\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.**...\n...*.....*..\n...**...***.\n..*.*.......\n..****.***..\n....***.....\n......*..*..\n..*.*.......\n........**..\n.....*......\n..*.**......\n```\n\n\n## Output without wrap\n\n```\n...*........\n..*.*..*..*.\n...*...**.**\n.**....*..*.\n.......***..\n...*...**...\n........**..\n............\n............\n....**......\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***....\n...*.***..*.\n...*...**.**\n.**....*..*.\n.......***..\n...*...**...\n........**..\n............\n............\n....**......\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n..*..*\n***..*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*..**.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***....\n.***..*....\n.*..****..*\n**..*...***\n..*.*******\n***..*..*..\n..***.*.***\n****..***.*\n.*.*...**.*\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n...**......\n*......*...\n.**...*..*.\n..**.......\n...*.......\n......*....\n**..*.*..*.\n**...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n....*......\n.......*...\n.**...*....\n..**.......\n...*.......\n......*....\n.....***...\n....*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.\n........\n....*.*.\n........\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....*.*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*.*.\n........\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*.**\n*****\n.*..*\n**.**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n..*.\n****\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n*..*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n*.*.\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n*.**\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n*....*\n*...*.\n****..\n......\n******\n```\n\n\n## Output without wrap\n\n```\n**....\n*...*.\n*.***.\n****..\n......\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n....*.\n..***.\n****.*\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n..*.\n....\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n..*.\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n..*.\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.*.*.....\n.....*...\n*.*..*...\n.**...*.*\n*..*.***.\n****...**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.***.*...\n.....*...\n..*...*..\n*....*...\n***..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n..**.....\n.***.*...\n*....*...\n.**...*..\n*....*...\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n...*..\n.**...\n.*....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**.\n............\n............\n............\n............\n............\n.........**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.\n............\n............\n............\n............\n............\n.........**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n****\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.**\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..*.\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*....\n.*....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n........\n.*......\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.......*\n...**.**\n...*..*.\n........\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......**\n...*****\n...*****\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n......**\n...*****\n...*****\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......*.\n......*.\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*..\n.**...**.*\n...**.*.**\n*.******..\n.*.*....*.\n......*..*\n*.*....**.\n....*....*\n****.*..**\n.........*\n...******.\n....****..\n```\n\n\n## Output without wrap\n\n```\n.***..***.\n.*..***..*\n.........*\n.*....*..*\n.*.*....*.\n.**......*\n.......***\n*...*..*.*\n.****...**\n.*.......*\n...*....*.\n...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.....\n**..***..*\n.........*\n**....*...\n**.*....**\n***......*\n*......**.\n....*..*..\n.****...*.\n.*........\n...*....*.\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...**\n....*....*\n...*...*..\n...***....\n.........*\n*......*.*\n.....*...*\n....**..**\n..........\n...**..*..\n....*.....\n```\n\n\n## Output without wrap\n\n```\n........**\n...**....*\n...*.*....\n...**.....\n....*...*.\n.........*\n....***..*\n....**..**\n...*.*..*.\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..**\n...**....*\n...*.*....\n...**.....\n*...*...**\n*........*\n....***...\n....**..**\n...*.*..*.\n...**.....\n....**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n.*.*...\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*....\n**...\n.*..*\n.*..*\n***..\n*.*..\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.*..\n***..\n...*.\n.***.\n.....\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n.**.*\n.**.*\n.*...\n*.*..\n.....\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n****.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n**.\n..*\n...\n.*.\n**.\n.*.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n.*.\n...\n**.\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n**.\n***\n...\n***\n**.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n**.\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n...**\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....******\n*...**...*\n......****\n..*....*..\n..........\n**..***...\n..*.**....\n*.**......\n.**.......\n```\n\n\n## Output without wrap\n\n```\n.....*.**.\n....*....*\n.....*.**.\n........*.\n..*.*.....\n**.**.**..\n.**.*.....\n..........\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*.**.....\n*....*.***\n*.......*.\n..*.*.....\n**.**.**..\n.**.*.....\n..*.*...*.\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.....*\n**....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.....*\n**....\n..*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.....*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n***\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n..*.*.\n.****.\n.*..*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n.*..**\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n*.....\n.*..**\n**..**\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n.*..*****\n*.....*.*\n....***..\n```\n\n\n## Output without wrap\n\n```\n....*.**.\n....*.*.*\n........*\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n....*.*.*\n*.......*\n....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n**.....\n*..*...\n.......\n.*...*.\n*...*..\n.....*.\n```\n\n\n## Output without wrap\n\n```\n**.....\n***....\n**.....\n.......\n.......\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n***....\n**.....\n.......\n.......\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n..*..*\n*.*.**\n.**..*\n.*..**\n..***.\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n..*.**\n..****\n***...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n..*.*.\n.**...\n.***..\n***...\n.**...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n......***\n*.....*..\n*......**\n.......**\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n......*.*\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n*....**.*\n**...****\n**....**.\n........*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n*.****\n*****.\n***.**\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n.....*\n......\n.....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..*.*\n.*.**.**.**.\n.*.*****..*.\n.*.*...*....\n.**.****....\n*...***....*\n**..........\n**.........*\n*.......***.\n*.....*.....\n```\n\n\n## Output without wrap\n\n```\n***..*****..\n.*.*.....*.*\n**.......**.\n**......*...\n***....*....\n*.***..*....\n.....*......\n.........**.\n*........**.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.**.*\n.*.*.....*..\n**.......**.\n**......*...\n.**....*....\n..***..*...*\n.....*......\n.........**.\n.........**.\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n..**\n...*\n....\n....\n**..\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n..**\n....\n....\n....\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*.\n**.*..*.\n*...**.*\n******..\n.**.*.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n.....*..\n........\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*...*\n..***\n**.*.\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n*...*\n.*..*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*.\n.**..**.\n.*....*.\n**.....*\n*.**....\n*..*****\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n.**..*.*\n..*.*...\n.....*.*\n.*..**.*\n*.**....\n..**.*.*\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n.....*.*\n....**..\n..**..*.\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n**....\n*.***.\n*.....\n```\n\n\n## Output without wrap\n\n```\n....*.\n**...*\n*.**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n**....\n*.**..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*****\n*....*****\n*....*****\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******....\n******....\n******....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n.**.*..\n.....**\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n...***.\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n....*..\n.......\n......*\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n***.\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*.*.\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n.*..\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*.*\n.*.....***\n........**\n...*......\n..**..*...\n.*........\n........*.\n.**...*...\n..*.*.....\n*.*.***...\n....*...*.\n.*...****.\n```\n\n\n## Output without wrap\n\n```\n....*.**.*\n....*.**..\n.......*.*\n..**......\n..**......\n..*.......\n.**.......\n.***......\n..*.*.*...\n.*..*.....\n.*.**...*.\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...*\n....*.**..\n*......*.*\n..**......\n..**......\n..*.......\n.**.......\n.***......\n..*.*.*...\n.*..*.....\n.*.**...**\n...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.\n..**.*.\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n.......\n.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*......\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*.*\n*...*.........\n*.....*......*\n....*****.*.*.\n......*..**...\n***.......*...\n.***....*.*...\n.**..*......*.\n.*....**....**\n....**....*...\n....*.*....**.\n......***.....\n```\n\n\n## Output without wrap\n\n```\n..............\n............*.\n....*.*.......\n........*.**..\n.*....*.*.*...\n*..*......**..\n...*.....*.*..\n*..*..**...***\n.**.*.*....***\n....*..*.....*\n....*.*....*..\n.....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n*...........*.\n*...*.*......*\n........*.**.*\n.*....*.*.*...\n*..*......**..\n...*.....*.*..\n...*..**...***\n***.*.*....***\n....*..*.....*\n....*.*....*..\n.....***...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n****\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.****.*.\n.*.**........*\n*....*.....*..\n........*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..***..**..*..\n...*.*.**...*.\n....**...*....\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..........\n.*.*.**.*.....\n.*.**.........\n....***.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.....*..\n....*.*.\n.*...**.\n***..*..\n**......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n.*.**.*.\n.**.*.**\n*.*..**.\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....*..\n**.**.*.\n***.*...\n..*..*..\n.*....**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..**\n*********.\n******..**\n*.***..***\n**...*****\n******..**\n```\n\n\n## Output without wrap\n\n```\n*.......**\n..........\n..........\n..........\n..........\n*.****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n***.........*\n...*.........\n***..........\n..**.........\n```\n\n\n## Output without wrap\n\n```\n.*...........\n.**..........\n...*.........\n.*...........\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.........\n***..........\n...*........*\n.*...........\n..**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n..*..*\n..*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n...***\n.**.**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n.**.**\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n.*....\n**.**.\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.*....\n*...*.\n*....*\n.*...*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.*....\n*....*\n......\n*.....\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*..*..\n*.*...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n...*..\n.***..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n...*..\n.***..\n.*.*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n..***.\n..*.*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.**.*.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*...\n.**.*.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n**.*..**\n.***.**.\n..**....\n.......*\n.......*\n..*.....\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n.**...**\n***.**..\n*..*...*\n....*.**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*******\n.*.*.**.\n...*..*.\n....*.*.\n........\n.......*\n*.....*.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**\n*.*.**.\n*..*.**\n.**.***\n*..****\n.*****.\n***....\n***.*..\n*****.*\n***.**.\n```\n\n\n## Output without wrap\n\n```\n.***.**\n*.*....\n*......\n***....\n*......\n......*\n.....*.\n....**.\n.......\n*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n.......\n.**....\n.......\n.......\n.....**\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..*.\n*.*.\n*..*\n.*..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n*.**\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*.*.\n....\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n****\n....\n....\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*..*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n...\n*..\n.**\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*...*\n**...\n.*.*.\n.**.*\n**.**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n...*.\n.*...\n.***.\n...**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...*.\n.*..*\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n...\n...\n.**\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n.**\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*...\n*....*....\n*.*.....**\n**.*..*..*\n..........\n*..*......\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.........\n*.*.....**\n***.....**\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*.........\n..*.....*.\n.**.....*.\n.**......*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n.........\n**.......\n.........\n**......*\n*......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*........\n........*\n........*\n*......**\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n.....\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n...**\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n...*\n.*.*\n..*.\n.*..\n.*..\n...*\n*..*\n.*.*\n..**\n...*\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n...*\n.**.\n.**.\n..*.\n..*.\n...*\n.*.*\n...*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n*..*\n***.\n.**.\n*.*.\n..**\n...*\n.*..\n...*\n..**\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n.......\n..*....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*....\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n...**.**\n*....*..\n...*..*.\n..**.***\n**...*..\n....*.**\n.......*\n....*..*\n```\n\n\n## Output without wrap\n\n```\n...*...*\n..*.....\n.....*.*\n.*.....*\n......*.\n.*.*.*.*\n..*.**.*\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n*.**....\n.....*.*\n*.....*.\n.......*\n...*.*..\n..*.**..\n.....*..\n.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n*.....*.\n*.*...*.\n........\n*...*.**\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n***...*.\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**......\n..*....*\n**.....*\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..*.\n.....\n*****\n.**.*\n*.*.*\n**..*\n.....\n...*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*...*\n*...*\n....*\n*.*.*\n**.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n.....\n..*..\n.*.**\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*...*...\n****.***\n...*****\n***.**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n*.*****.\n***....*\n.......*\n.**.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*****.\n.**.....\n........\n***....*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n******\n*.****\n*****.\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n..***....\n..***...*\n.........\n.........\n...*.....\n..**..***\n.......*.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.**.**...\n..***....\n...*.....\n..**.....\n..**..***\n..**.....\n......*.*\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n.**.**...\n..***....\n...*.....\n..**.....\n..**..***\n..**.....\n......*.*\n.......*.\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.........*.\n...........\n...........\n...........\n...........\n...*.......\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*.***\n.***.*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n**...*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*..*.*.\n*..*.******.*.\n****......*.*.\n...**...*.*.*.\n.**.....*.***.\n..***...*.*.*.\n......*****.*.\n```\n\n\n## Output without wrap\n\n```\n..**.*.*..*...\n*....*.**.*.**\n**...**...*.**\n*...*.....*.**\n.*.....**.*.**\n.***........**\n...*...**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**........*.\n*....*.**.*.*.\n**...**...*.*.\n*...*.....*.*.\n.*.....**.*.**\n.***........**\n......*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.........\n.........\n.**......\n..*......\n*.*......\n*.*......\n..*......\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.***.....\n.........\n.*..*....\n....*....\n.*.*.....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.***.....\n.........\n.*..*....\n....*....\n.*.*.....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n..*.\n**..\n.*..\n**..\n.***\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n***.\n..*.\n*...\n...*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n***.\n..*.\n...*\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..*.**\n*.....*..*.**\n*.....*..*.**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......***....\n......***.*..\n......***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.....*..\n***.*.....*..\n***.*.....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*......\n.***......\n...*......\n***.*...*.\n.*..*...*.\n**.*.....*\n..........\n..........\n..........\n..........\n**........\n..*......*\n..*......*\n*..*......\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n.*.**.....\n*...*.....\n***.*.....\n....*...**\n***.......\n..........\n..........\n..........\n..........\n.*........\n..*.......\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.....\n.*.**.....\n*...*.....\n***.*....*\n....*...*.\n***......*\n*.........\n..........\n..........\n..........\n**........\n..*......*\n****.....*\n****.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****\n*.*..*.\n.**.**.\n.**.***\n*.....*\n***..**\n**...**\n.**...*\n...*..*\n***.***\n***.***\n```\n\n\n## Output without wrap\n\n```\n*******\n*......\n*......\n*.*.*.*\n*..**..\n..*....\n.......\n***...*\n*..**.*\n*......\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*.*..\n...**..\n..*....\n.......\n.**....\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.*..*\n*.**..\n.*****\n*..*.*\n.**..*\n..****\n....*.\n******\n**.*..\n```\n\n\n## Output without wrap\n\n```\n***...\n*.*...\n*...*.\n**..**\n**..**\n***.**\n.**...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n......\n......\n......\n.**...\n***...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.....\n.*...\n**.*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..**.\n.*.*.\n*****\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******\n*.**.***.\n*****.***\n.***.***.\n*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n**.*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n..*....**\n.......**\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*......*.\n*......*.\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.**..*.\n....***...*.\n**..*......*\n.....**....*\n```\n\n\n## Output without wrap\n\n```\n...**.**....\n...**.**..**\n...**.*...**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...***.\n*..**.**.**.\n....*....**.\n*..**.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......*.\n.*...***\n**..*.**\n.....*.*\n*.....**\n**......\n***.....\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n**...**.\n..*.....\n..*..**.\n*.*...*.\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**\n*.....*.\n*....**.\n***.....\n***..*..\n.**.....\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n.***.\n.*...\n.....\n.....\n*..*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n****.\n.*...\n.....\n.....\n*..*.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*****\n.****\n.*...\n.....\n.....\n*..*.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n..****.\n...**..\n.......\n.......\n**..*..\n***....\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n.......\n.......\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*..*\n***.\n.***\n*.**\n*.*.\n*.*.\n.***\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n....\n.*..\n*...\n*.*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n....\n....\n....\n.*.*\n*..*\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n.*...\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**..*.**\n..**.**..****\n.*.***.***.**\n```\n\n\n## Output without wrap\n\n```\n..****.......\n..**...*.*...\n...**...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.........\n**.*.........\n**.*.........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***.\n*..**..\n.**....\n.**....\n..*....\n....**.\n..*.**.\n.****..\n*......\n....*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n*....*.\n*......\n...*...\n.***...\n....**.\n.**....\n.**.**.\n.**.**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*....**\n*......\n...*...\n.***...\n....**.\n.**....\n.**.**.\n***.**.\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*.**.\n.*...\n*....\n**...\n..*.*\n*..*.\n*.*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n***..\n*....\n**...\n*.**.\n..**.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*.*..\n***.*\n*....\n**..*\n..***\n*.**.\n**.*.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....***..\n......*..\n......*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....*...\n.....**..\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....*...\n.....**..\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*..*\n....*.*.*.\n***....*.*\n*..*.*...*\n*..*.**.**\n*...*....*\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n...*.**.**\n********.*\n*..*.*.*.*\n**.*.**.**\n....**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..**.\n...*.**.*.\n.*******..\n...*.*.*..\n.*.*.**.*.\n..***.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*...*\n.*.*....*.*\n.*.........\n.......*...\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.**........\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n..*.....**.\n*.*........\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n***.***\n.**....\n*.*...*\n......*\n..***.*\n**.*.*.\n...*.*.\n.*.*.**\n.**.*.*\n.*.*.**\n.*****.\n```\n\n\n## Output without wrap\n\n```\n.*****.\n.**.**.\n.*.*.*.\n.**....\n.....*.\n*..**.*\n......*\n**...*.\n....*..\n***....\n*.*..**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n...*...\n*.*...*\n......*\n...**.*\n.....*.\n.*...*.\n.*..*..\n..*....\n.*....*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n..*.\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*..*\n..**.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*..*...\n*...*.......*.\n...........*..\n*.....***..**.\n....*....*..*.\n*.....*.......\n..*...*.......\n.**....**...*.\n.*.....*...*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.......**.....\n........***...\n.....**.***.*.\n.....*.*......\n.**..**.......\n...*..*.*.....\n.**...*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......**.*\n..........**.*\n.......**....*\n........***..*\n.....**.***..*\n.....*.*......\n.**..**.......\n*..*.*..*.....\n......*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*...\n.**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n****.**.\n...*.*..\n...*.*..\n....*...\n.*...***\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n.**.***.\n.***.**.\n.*.*.*..\n...*.*..\n....*...\n....***.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n.***.**.\n.*.*.*..\n...*.*..\n....*...\n....***.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*****.\n***.*..**.*\n*..*.*.****\n*...*******\n**.*.*.*.**\n**.****.**.\n****..**.**\n*.**.****.*\n.*****.****\n.***.*.**.*\n*******.**.\n****.*****.\n*****.*****\n```\n\n\n## Output without wrap\n\n```\n*..****..*.\n..........*\n*.**.......\n*.**.......\n...*.......\n...........\n..........*\n*..........\n*.........*\n..........*\n..........*\n...........\n*...*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n..**.......\n..**.......\n...*.......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n..........\n..........\n..*.......\n..*.......\n..........\n..........\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n..*...\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*..**\n..**.*\n*.**..\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n....**\n..*..*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n.***..\n..*..*\n....*.\n..**..\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.**...\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n...*..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n.........*.\n...*.......\n..*........\n.*........*\n*..........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.*.........\n**.........\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.*.*.*\n**.*..\n*.**..\n..****\n*.*..*\n**..**\n```\n\n\n## Output without wrap\n\n```\n..****\n**.*.*\n*..*..\n*.....\n.....*\n*.*...\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*.*.*\n...*.*\n*.....\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n*...\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*..*\n*..*\n.*.*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n****\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n.*...\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..**\n*..*.\n.....\n.....\n.....\n.....\n.....\n...*.\n.**..\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n...**\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n**.*.\n*..*.\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n.**..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n..*...*..\n.........\n...*.....\n...*.....\n....*....\n.........\n.........\n.........\n..*......\n...*.....\n..*......\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..**.....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..**.....\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..........*\n..............\n........*.....\n*.............\n.**...........\n```\n\n\n## Output without wrap\n\n```\n.*............\n.*............\n..............\n.*............\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...........\n**............\n..............\n.*............\n..*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n....\n....\n....\n*.*.\n....\n....\n....\n....\n***.\n*..*\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n.*..\n***.\n...*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n...*\n....\n....\n....\n....\n....\n....\n.*..\n***.\n....\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.**..*.*.\n.**...*....**.\n....**........\n*..*.*...*..*.\n..*..*.....**.\n....*.*....***\n```\n\n\n## Output without wrap\n\n```\n.***.***....*.\n.**.*.**...**.\n.******....**.\n...*.**....**.\n...*.**...*...\n.....*.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**..*...\n.**.*.**...**.\n.******....***\n...*.**....***\n...*.**...*...\n.**.*.**..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n.....*.....\n...........\n...........\n...........\n.......**..\n.......**..\n...........\n...........\n...***.....\n...**......\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.......**..\n.......**..\n...........\n....*......\n...*.*.....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.......**..\n.......**..\n...........\n....*......\n...*.*.....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*.*\n****\n****\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n....*......\n...**......\n...**......\n....*......\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...**......\n.....*.....\n.....*.....\n...**......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...**......\n.....*.....\n.....*.....\n...**......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.**..*\n.....*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n*...**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*....\n.**...\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n******\n..*.**\n*...*.\n.*.*.*\n.*.*.*\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n.*....\n*.*...\n.**...\n**.*.*\n......\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n..*...\n***...\n.*.*.*\n......\n*....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n.....*\n......\n.....*\n*....*\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n....**\n......\n*....*\n*.....\n....*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n**.*\n**.*\n..**\n****\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n....\n..*.\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n**.***\n***.**\n****.*\n*.****\n..*.**\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n......\n......\n......\n*.....\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**.\n.*......\n.....**.\n.*....*.\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**.\n........\n.....**.\n......**\n***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*..**\n.*..*\n****.\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n....*\n....*\n....*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*.......\n**....**\n**...*..\n.***.*..\n.**.....\n....*...\n*...*...\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n......*.\n....**..\n...**...\n.*..*...\n.*.*....\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n**......\n......*.\n....**..\n...**...\n.*..*...\n.*.*....\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*....\n..*...\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*....\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n***...\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n........**...\n..*..**......\n*....*....*..\n...*...*.....\n*........*...\n.........*...\n..*.*.*.*....\n.......*.....\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.....**..*...\n....**.......\n.............\n........*....\n........**...\n.......**....\n.......*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.....**..*...\n....**.......\n.............\n........*....\n........**...\n.......**....\n.......*.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*********\n*.*.**.**.\n.**.*.*..*\n......*..*\n***..**..*\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n.**......*\n*.........\n.**.*.*..*\n*..*..****\n**...*****\n*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..........\n.**.*.*..*\n...*..****\n.*...****.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*..*.\n.*......***.\n.*.........*\n*...........\n*..*.*.*..**\n......**....\n**..*.......\n.*..........\n```\n\n\n## Output without wrap\n\n```\n........*.*.\n***.....****\n**.......**.\n**........**\n.......*....\n**..****....\n**..........\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*.*.\n.**.....****\n.*.......***\n.*........*.\n*......*...*\n.*..****....\n**..........\n.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n..**\n..*.\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.***\n.*..\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n.***\n.*..\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*.\n...*..**.\n*********\n.....*.*.\n*.....*.*\n*.....***\n.*....**.\n```\n\n\n## Output without wrap\n\n```\n.........\n...*...*.\n.*.*.....\n...**....\n*.*.*....\n.....**.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n...*.....\n.*.*.....\n*..**....\n.**.*....\n.*.......\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.***\n*.****.**.\n****.****.\n*****...**\n**.**.***.\n**.*.**.**\n```\n\n\n## Output without wrap\n\n```\n*....*.*.*\n..........\n..........\n.........*\n......*...\n**.*.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n......*...\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.**\n**.*..**.\n*.*..*..*\n*.***....\n**.*..***\n.*.**.*..\n...****..\n.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n**..*..**\n*..*.*...\n*....***.\n*...***.*\n*.....**.\n**.......\n......*..\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.**\n...*.*...\n.....***.\n....***..\n......***\n.*......*\n......*..\n*..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n***.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n..*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n**.\n...\n.*.\n..*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n**.\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n*........*\n*........*\n....*.....\n....**....\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n....**....\n...*......\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*........*\n*........*\n....**....\n...*......\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*......\n...*.....*\n...***...*\n.**......*\n..**.**...\n..........\n..****....\n```\n\n\n## Output without wrap\n\n```\n..*.......\n...*......\n...**...**\n.*....*...\n.***......\n......*...\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*..*......\n...**...**\n**....*...\n.***......\n......*...\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*....*\n*...**\n..*...\n.***..\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n...***\n..**..\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n....*.\n*..**.\n******\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.*.*.\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n*...*\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*.**\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n*.*.\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*.*.*.**..\n*.........\n.*.....*.*\n..*......*\n*.....*.**\n...***....\n.*...*.*.*\n...**.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n**.....**.\n**....*..*\n..*.*..*.*\n...*.*.*.*\n.....**..*\n...*......\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**..\n*....*...*\n.*.....*..\n.*....*...\n.**.*..*..\n*..*.*.***\n.....**.**\n...*......\n...**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n.***\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n.....\n.....\n.*..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..*.*.**.\n*...**..*\n**....*..\n.*...***.\n**..**.**\n..*.***.*\n.**......\n*.*.*..*.\n...*...**\n..*.*..**\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n***......\n***.**...\n....*....\n*...**..*\n*...*.*.*\n..*...*..\n..*.....*\n.**...*..\n..**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*...\n...*..*..\n*.*.....*\n***.**...\n....*....\n.*..**...\n....*.*.*\n*.*...*..\n..*......\n*.*...*..\n.****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.**.*\n.**.*\n...**\n..***\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.....\n.***.\n..**.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.***.\n*.**.\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...**\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*....\n*..*.\n*.*.*\n..*..\n.....\n...*.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.***.\n..*..\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*...*\n..**.\n*.*..\n*****\n..*..\n.....\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n........\n........\n*......*\n......*.\n*.....*.\n........\n........\n........\n........\n........\n........\n...***..\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......**\n........\n........\n........\n........\n........\n........\n....*...\n...***..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n........\n.......*\n*.....*.\n.......*\n........\n........\n........\n........\n........\n....*...\n...***..\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.\n***.*.*\n*******\n*******\n*******\n*******\n*.****.\n.***.**\n*.*****\n.****.*\n*******\n******.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.......\n.......\n.......\n.......\n**.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.***\n*.*.****.\n*...*..**\n.**.****.\n.***.****\n.****.***\n...**....\n```\n\n\n## Output without wrap\n\n```\n.**.*...*\n*.*......\n*.*.....*\n*........\n*........\n.*......*\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n..*......\n*.*......\n.........\n.........\n.*......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n...*\n..*.\n....\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n**..\n***.\n..*.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..*.\n..*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n....*\n.*...\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n......*.**.\n*.****..*.*\n.*......*..\n.*.......*.\n*...*.**..*\n..*........\n..*....*...\n...*.*.....\n...*.*.....\n...***.....\n****.*...**\n```\n\n\n## Output without wrap\n\n```\n.......**..\n......*.**.\n**......*..\n.....*.....\n.......***.\n.*....*....\n.*.*.......\n.*..*.**...\n.*...**....\n.*.*...*...\n.*.........\n.**.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n...........\n.*......*..\n.....*.....\n.*.....**..\n.*....*...*\n.*.*.......\n.*..*.**...\n.*...**....\n*..*...*...\n.......*..*\n...*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*..**\n*..**\n..*..\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*.**.\n*.*..\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.**..\n*.***\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.*..**\n****.*\n...**.\n....*.\n****.*\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n*..*.*\n**..**\n.**.**\n**.*.*\n*..**.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n...***\n.*....\n..*...\n...**.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....*.\n**.*.*..**.\n.*.**.**.**\n**.*....**.\n*...*..*.*.\n.*.*.***...\n```\n\n\n## Output without wrap\n\n```\n***.*...**.\n**.*.***...\n...*.***..*\n**.*.**....\n*..***.*.*.\n....*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.*.*.\n.*.*.***...\n...*.***...\n.*.*.**....\n*..***.*.*.\n****.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.**..\n.**..\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n....*.\n*.**.*\n*.*.**\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....**\n.*....\n..*..*\n*.*..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n.*....\n*.*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*.***.\n........*.*.\n......***...\n*..........*\n.*....***...\n*.*..*.*.***\n**.*..***.*.\n```\n\n\n## Output without wrap\n\n```\n.......*.*..\n......*...*.\n.......***..\n......*...*.\n**....****.*\n..*..*......\n*.*...**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....*\n*.....*.*.*.\n.......*****\n*.....*...*.\n.*....****..\n..**.*.***..\n.******....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......****...\n......*.....*\n.............\n.............\n.............\n.......*.*...\n```\n\n\n## Output without wrap\n\n```\n......*.*....\n......*.*....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..*...\n.......*.....\n.............\n.............\n.............\n......***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*....*\n**....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n**..**\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.*..*.\n**...*\n*.....\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n.........\n.*...**..\n***..**..\n..**..**.\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n***..**..\n*..**....\n...*****.\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n***..**..\n*..**....\n...*****.\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*..*.\n.**..\n*.*..\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*.**.\n*.**.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n*.***\n*.***\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.*\n.....**.\n.*..*...\n.*...**.\n```\n\n\n## Output without wrap\n\n```\n..****..\n..*.....\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n...*....\n**...*.*\n.*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.*..*\n....*\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n*....\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n**.***\n.***.*\n*.*..*\n.****.\n..****\n```\n\n\n## Output without wrap\n\n```\n.***.*\n*....*\n.....*\n*....*\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n....*.*.\n....*.*.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n....*...\n...**...\n...**...\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...**...\n........\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n****.\n...**\n*...*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n***..\n..*..\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.**...\n...***\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*..*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n****.*....*\n.......*...\n****.***.**\n**.....**..\n*.*........\n*.*.....***\n*...***.**.\n*..*..*.*..\n*..*****.**\n```\n\n\n## Output without wrap\n\n```\n.**........\n.**.....**.\n..*.....***\n......*....\n..**...*.*.\n.****......\n*.**.*.***.\n*..*.***..*\n**......*.*\n..********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******.*.\n.*.......**\n*.*.....**.\n......*...*\n..**...*.**\n..***....*.\n.***.*.**..\n*..*.***..*\n.*......**.\n**********.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n....*.*......\n....*.*......\n....*........\n.............\n..***........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n.....*.......\n....*........\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n.....*.......\n....*........\n...*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n****\n*.*.\n....\n....\n*.*.\n**.*\n...*\n....\n....\n...*\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*..*\n.***\n....\n....\n*.*.\n*..*\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n****\n....\n....\n....\n.*..\n**..\n..*.\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n....*.*..\n*****.*.*\n***.*.***\n....*.*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.**.*.*..\n*...*.*.*\n*...*.*.*\n.*.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..\n***.*.*..\n....*.*..\n....*.*..\n.*..*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*\n.......\n......*\n.*....*\n*.****.\n**..*.*\n*.****.\n.**.***\n*.*.*..\n*******\n*...*..\n*..**.*\n..*.*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.***.\n.*..*..\n*...*.*\n*..*.*.\n**.....\n**.....\n*......\n*......\n*......\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*\n..*..*.\n...**..\n**..**.\n.*..**.\n...*...\n.......\n.......\n.......\n.......\n**.....\n**.*.*.\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****...\n.....*....\n.*........\n..........\n..........\n.....*....\n*...**....\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....*.*...\n..........\n..........\n..........\n....**....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****...\n.....**...\n..........\n..........\n..........\n....*.....\n...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n...**\n..**.\n*.*..\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.**.*\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*...*\n.**..\n..*.*\n.*.*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n.**.*..\n.***...\n.**....\n***....\n**.**..\n*.*...*\n..*****\n*.*.*..\n...*...\n```\n\n\n## Output without wrap\n\n```\n..***..\n.*..*..\n*......\n.......\n.......\n...*...\n*.....*\n..*.*.*\n.**....\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.*..*..\n*......\n.......\n.......\n...*...\n.......\n..*.*..\n.**...*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n.**...\n**...*\n*.*...\n**...*\n*....*\n*.....\n***...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n*.....\n..*...\n*.....\n*.....\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..*...\n.....*\n..*...\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n**..*.\n*.*..*\n.*....\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n*****.\n*.*.*.\n*.....\n*.....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n..*.*.\n......\n......\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n.*...\n*.***\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n*...*\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.....\n.......**....\n.............\n.......**....\n.............\n......**...*.\n...........**\n.............\n.............\n....*........\n....***......\n.............\n.....**......\n.....***.....\n```\n\n\n## Output without wrap\n\n```\n......*.*....\n......*.*....\n.............\n.............\n.............\n...........**\n...........**\n.............\n.............\n....**.......\n...***.......\n....*.*......\n....**.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n...........**\n...........**\n.............\n.............\n....**.......\n...***.......\n....*.*......\n....**.......\n....***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n.*...\n.**..\n.....\n..*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n***..\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..\n*....*..\n..*..*..\n***..*..\n```\n\n\n## Output without wrap\n\n```\n........\n.*..***.\n*.*.***.\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***.\n.*..***.\n*.*.***.\n*.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n***.\n*...\n*...\n**.*\n*.**\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*...\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n...*..\n....**\n*..***\n.*..**\n***.**\n.****.\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*....\n.....*\n...*..\n......\n*.....\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*....\n*.....\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n*.*\n...\n***\n*..\n...\n...\n...\n*..\n..*\n..*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n*..\n**.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n*..\n...\n...\n...\n***\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n***\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n*.*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.*\n..*...**\n.***..*.\n*****..*\n*...**..\n******.*\n.....***\n**...*.*\n.......*\n```\n\n\n## Output without wrap\n\n```\n.****.*.\n*.*....*\n**..*.**\n......*.\n*.*.....\n.***....\n.*.**..*\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..\n..*...*.\n....*.**\n......**\n..*.....\n..**....\n...**...\n...*.*..\n.**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n....*\n.**.*\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*..*..\n.*....\n.*....\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n*.*...\n.*....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..***.\n*.*..*\n.*....\n......\n......\n......\n......\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*.*\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n......*.\n.......*\n.**.....\n...**..*\n........\n..*..*..\n...*.*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..**....\n........\n..*.**..\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n......**\n.......*\n.***....\n.*......\n..*.**..\n....*...\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.***\n....\n.*..\n....\n.*.*\n.***\n.*.*\n*..*\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n..*.\n....\n..*.\n**.*\n...*\n...*\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n..*.\n***.\n*..*\n****\n.*.*\n.*..\n.*.*\n.*.*\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**.*\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*...*..\n*..........*.\n*..**......**\n*.*.*.*....*.\n```\n\n\n## Output without wrap\n\n```\n.............\n**.***....***\n*..***....***\n.*..**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......**.\n**.***....**.\n*..***....**.\n*...*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n..**\n**..\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*..\n*..*\n**.*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n...*\n.*..\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....\n..*.*..*.\n.....*...\n....*....\n*.....*..\n****.*...\n..****...\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*...*...\n..**.*...\n..*...*..\n.*.*.....\n.*.*..*..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**...\n.**......\n..**.*...\n..*...*..\n.*.*.....\n*..*..*.*\n**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n....*\n.....\n*.*..\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.*.*..\n*...*.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n*..**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n..*.*..\n.*..*..\n..*....\n..*.**.\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n..**...\n.**.*..\n.**....\n.**.**.\n...***.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.**.*..\n.**....\n.**.**.\n...***.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n.*.\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n***\n***\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n.*.\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....*.\n.....*.....*.\n.........*...\n..**....*....\n...*.........\n...**........\n.....*.......\n.............\n...**........\n..*.........*\n**.*.......**\n.............\n......*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n..*.*........\n...**........\n....**.......\n...**........\n..***........\n.*.........**\n.***.......**\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n..*.*........\n...**........\n....**.......\n...**........\n..***........\n...........*.\n..**.........\n...........*.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..**\n*....*.*....\n...*........\n*..*.*.*...*\n...***.*....\n*...........\n........*.*.\n```\n\n\n## Output without wrap\n\n```\n......*.....\n......*.....\n............\n..**.*......\n...*.*......\n....*.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......******\n......*....*\n*..........*\n..**.*......\n*..*.*.....*\n....*.......\n.........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.*\n*******.**\n*..*****.*\n**********\n********.*\n*.***.****\n***.*****.\n*****.****\n```\n\n\n## Output without wrap\n\n```\n*......*.*\n.........*\n..........\n.........*\n..........\n.........*\n..........\n*...*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..*.*\n..***..*.*\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n..*.**....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.......**\n...*****......\n...****.......\n***..........*\n*.**........**\n...****.....*.\n*..........***\n............**\n*............*\n```\n\n\n## Output without wrap\n\n```\n...**.*.......\n.......*......\n.*.....*......\n*....*......**\n*....*......**\n.*****........\n....**.....*..\n...........*..\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*.....**\n.......*......\n**.....*......\n.....*......*.\n.....*......*.\n.*****........\n*...**.....*..\n...........*..\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*****.\n*********\n*********\n****.****\n*********\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.****.\n....*.**.\n..*.*....\n..*.*....\n..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n...**....\n....**...\n....**...\n...***...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**.\n...***...\n....**...\n.**.*....\n.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n*.******\n********\n********\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....**.\n....**.\n....**.\n.......\n.......\n.......\n....*..\n..**..*\n**...*.\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n...*..*\n....**.\n.......\n.......\n.......\n...*...\n.*...*.\n*...**.\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n.....*.\n...*..*\n....**.\n.......\n.......\n.......\n**.*.**\n.......\n....*..\n.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*...*.\n*.**......*\n.*....*.**.\n.*..*.*..*.\n.*..*.*...*\n*...***...*\n.*....***..\n**....*..**\n**.*.**.*..\n.*.**..****\n.**...**..*\n..*......**\n```\n\n\n## Output without wrap\n\n```\n*****......\n.....*.**.*\n...*.**....\n...........\n...**.**...\n...***.*...\n**......*.*\n.........*.\n...*.*.....\n..***..*...\n.*.*.....**\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*.*.\n.....*.*...\n**.*.**...*\n.*.........\n.*.**.**...\n.*.***.*..*\n........*..\n.........*.\n...*.*...**\n..***..*...\n..********.\n..*****.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n.*.......\n..*......\n.*.....*.\n.........\n.........\n.......**\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.**......\n.........\n.........\n.........\n.......**\n........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.**......\n.**......\n.........\n.........\n.........\n.......**\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n...*.....\n....**...\n....*...*\n.*...*...\n***...***\n*.*......\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n...***...\n....*....\n***..**.*\n*.*...**.\n..*....*.\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n....*....\n...***...\n....*....\n.**..**..\n..*...***\n..*....*.\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**...\n..**.*....\n..........\n..........\n..........\n..........\n.**.*..*..\n....**.**.\n......**..\n```\n\n\n## Output without wrap\n\n```\n..*****...\n..*****...\n..........\n..........\n..........\n..........\n...******.\n...***..*.\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.*..\n..*****...\n..........\n..........\n..........\n..........\n...******.\n...***..*.\n....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**..\n**.**.*.*\n...***.*.\n**....**.\n*..***.**\n**...***.\n*..*.****\n**..**.*.\n.*.*.**.*\n```\n\n\n## Output without wrap\n\n```\n*..*.***.\n*........\n...*....*\n***......\n..*.*...*\n****.....\n..*.....*\n**.*.....\n***..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n...*.....\n***......\n..*.*....\n.***.....\n..*......\n.*.*.....\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.**....\n*....*.\n....*..\n.......\n.......\n.......\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n***....\n.*.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n.*.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.**.\n*..****.**\n.***..*.*.\n**.**.*..*\n*.*.***...\n*.*.*.....\n***.***..*\n.*.****..*\n*..*...*..\n```\n\n\n## Output without wrap\n\n```\n........**\n......*..*\n.......*..\n.*...**...\n*.........\n*.........\n.*.....*..\n.....*.*..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*\n*.*......*\n.......*.*\n.....**...\n..........\n..........\n.......*.*\n......**.*\n...**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n*.*..\n***.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*.*..\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.**.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n...*.\n**..*\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*...*\n*...*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*.......\n.........\n.........\n.........\n.........\n........*\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..**..\n...**.\n......\n...*..\n...**.\n...***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n.....*\n.....*\n..*..*\n..*..*\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*.*.\n.....*\n.....*\n..*..*\n..*..*\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*.*.*\n....*\n.**.*\n*.***\n.*...\n```\n\n\n## Output without wrap\n\n```\n..***\n.*..*\n..*.*\n.**.*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n*.**.\n***..\n***..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n..*...*..\n.*......*\n.*..*.*.*\n.**.....*\n```\n\n\n## Output without wrap\n\n```\n......**.\n.....***.\n***......\n*........\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n.....***.\n***......\n.....***.\n.....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n***\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n...\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.*.\n....\n....\n***.\n..*.\n..**\n...*\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n.*..\n.**.\n....\n..**\n...*\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n.*..\n.***\n*...\n..**\n...*\n**..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****....**\n......*.*.\n........**\n.**.......\n*.*.....**\n*.*.......\n**..*...**\n*...*..*..\n```\n\n\n## Output without wrap\n\n```\n.**.....*.\n.**.......\n........*.\n.***....*.\n*.........\n*...*.....\n*..*......\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......\n...*...*..\n*.......*.\n.***......\n*.........\n.*..*....*\n..***.....\n.*..*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.***.*..\n....*........\n........**...\n....*...**...\n........**...\n.....*.......\n....*..*.....\n.............\n....*........\n....*..*****.\n```\n\n\n## Output without wrap\n\n```\n......*......\n......*.*....\n........**...\n.......*..*..\n.......***...\n........**...\n.............\n.........*...\n........*.*..\n........*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...**.\n....**...**..\n........**...\n.......*..*..\n.......***...\n........**...\n.............\n.........*...\n.........***.\n...**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n***.**\n.*...*\n..*.*.\n....*.\n**.***\n****.*\n*...**\n*...**\n```\n\n\n## Output without wrap\n\n```\n*..**.\n*...**\n*....*\n...***\n.**...\n*....*\n......\n*.*...\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n......\n...***\n***...\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.*..\n*.*..\n.*..*\n.....\n*...*\n*...*\n*.**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.*..\n.**..\n.....\n.....\n.*.*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..**.\n.**..\n.*..*\n*...*\n**.*.\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***\n.*.*..*.\n**.***..\n.**.**..\n***..**.\n*....**.\n**.*.*..\n....**..\n..*....*\n*.**.*.*\n**.*.**.\n*..*****\n```\n\n\n## Output without wrap\n\n```\n.*******\n.......*\n*.....*.\n........\n*.**....\n........\n**......\n.******.\n.**..*..\n*..*.*.*\n*.......\n****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.....*.\n.......*\n*.**....\n........\n**.....*\n*******.\n***..*.*\n...*.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n...*\n.*..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..*.*\n*.***\n.*.**\n**...\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n...*.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*..\n*.....*..*..\n.**.***.*.*.\n*...*..*...*\n..**..*..**.\n.....*.....*\n***..*..*...\n**.....*.*..\n```\n\n\n## Output without wrap\n\n```\n.......***..\n.******...*.\n.*..*.*....*\n..*.....*..*\n........*..*\n..*......***\n..*.*.*.*...\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*....\n.******.....\n**..*.*.....\n***.....*...\n.*......*...\n***......*..\n.*.**.***...\n**......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n...*...\n....*..\n.......\n..*....\n.*.....\n....*..\n*.....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.***\n**.*\n***.\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n..**\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..*.*\n*....\n...**\n*..**\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n....*\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n*....\n...*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.**\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.......\n.....**.......\n.....**.......\n..............\n..............\n..............\n..........*...\n......**.*....\n.**.....*.*...\n```\n\n\n## Output without wrap\n\n```\n......*.......\n.......*......\n......*.......\n..............\n..............\n..............\n........**....\n.......*..*...\n.......*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*........\n.......*......\n......*.......\n..............\n..............\n..............\n........**....\n.......*..*...\n.**..*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.**..\n..*...\n.....*\n.***..\n```\n\n\n## Output without wrap\n\n```\n.***..\n..**..\n.***..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n.***..\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n*.*.....\n...*....\n....*...\n..*...*.\n..*..*..\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n..*.....\n..**....\n.....**.\n....***.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n.**....*\n*.*.....\n..**....\n.....**.\n....***.\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.*.....\n.......\n.......\n.......\n...*...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*......\n..............\n..............\n.....**.......\n....**........\n.....**.*.....\n......***.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n....***.......\n....*..*......\n....*...*.....\n.....**.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.....\n..............\n..............\n....***.......\n....*..*......\n....*...*.....\n.....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n.*..*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n**..**\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n**..**\n**..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.....\n............\n.........**.\n............\n.......***..\n......***...\n............\n......***...\n*......*.**.\n*........*..\n*.........*.\n....**......\n...*..*.....\n....*..*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n..........*.\n......*..*..\n......*..*..\n............\n......****..\n......**.**.\n**......**..\n............\n....**......\n...*..*.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n............\n............\n..........*.\n......*..*..\n......*..*..\n............\n......****..\n......**.***\n**......**..\n...........*\n....**......\n...*..*.....\n...**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*..*\n****\n....\n.***\n.***\n*..*\n.*.*\n....\n....\n*...\n.*..\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*.**\n*..*\n**..\n***.\n.*..\n....\n....\n....\n....\n..*.\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n....\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.**\n.**..***.\n***.***.*\n*...**...\n..*.*.***\n**..***.*\n*.***.*.*\n.*****.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n*.**.....\n*........\n*......**\n**.....**\n**....*.*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n**......*\n.***.....\n.........\n.........\n.........\n.........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.**..........\n*..*........*\n.***.........\n..*.**.......\n....*.*......\n..***.*......\n....***......\n...*.*..*....\n...*.*..*....\n....***.*.*.*\n......*...*..\n......*....*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.**..........\n*..*.........\n.*...........\n.**.**.......\n..*...*......\n......**.....\n..*...**.....\n...*...*.....\n...*....*....\n....*.*....*.\n......*..**..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n***..........\n*..*.........\n**...........\n.**.**.......\n..*...*......\n......**.....\n..*...**.....\n...*...*.....\n...*....*....\n....*.*....*.\n......*..**..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n***..\n*..**\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..\n**.*.*..\n**.*.***\n*.***..*\n.*..****\n..***..*\n.*.*****\n**...*..\n****.*.*\n..****..\n**...**.\n***...*.\n*.******\n.**...**\n```\n\n\n## Output without wrap\n\n```\n***.*...\n...*.*..\n.....*.*\n*.......\n.*.....*\n.*......\n**.....*\n.......*\n*....*..\n........\n*.....*.\n........\n*...*...\n.**.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*\n...*.*..\n.....*..\n........\n.*......\n.*......\n.*.....*\n........\n.....*.*\n........\n*.....*.\n........\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n....\n*.**\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n.*..\n.**.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n.*..\n..*.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*......*\n.*...*.......\n..*...*..**..\n....**..*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.....**......\n....*.*......\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.....\n**..*..*.....\n....*..*.....\n....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n**.**\n*...*\n**.**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n***.\n*.*.\n*.*.\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n*.**\n*.**\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*.*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.***.\n...**\n.**..\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*..*\n.***.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*...*\n.*..*\n****.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n...*..\n.*.*..\n......\n......\n**....\n.....*\n```\n\n\n## Output without wrap\n\n```\n.****.\n....*.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n*..**.\n......\n......\n......\n.....*\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n*...**\n**...*\n.*....\n****..\n```\n\n\n## Output without wrap\n\n```\n..**.*\n*.*...\n******\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..**..\n..***.\n*..*.*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n....*\n.**.*\n.*.*.\n***..\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n.**.*\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.**.*\n...**\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.*...*\n..*.*..*.***\n.***.*..**..\n*..*..*...**\n..*.*...**..\n*.***.***.*.\n.*.***....**\n.**.*..**.*.\n....**.*....\n*...***.*...\n```\n\n\n## Output without wrap\n\n```\n.*...****.*.\n*.*.*....**.\n.....*...**.\n....*....*..\n........*..*\n.....**.*...\n.*....*.....\n***.....*..*\n.**...*..*..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.*.*\n.........**.\n.....*...*..\n*...*....*.*\n*.......*.*.\n.*...**.*...\n......*.....\n***.....*..*\n..*....*....\n**......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n...**\n*..**\n*.**.\n*.*.*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..***\n.*...\n.*...\n*.*..\n*.*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.*...\n**...\n..*..\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n***.\n*.**\n.*.*\n***.\n**.*\n**..\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*...\n*.**\n*..*\n...*\n...*\n....\n..*.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n....\n....\n....\n....\n..*.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******\n**.**..*\n**.*.*..\n*.**.***\n```\n\n\n## Output without wrap\n\n```\n**...***\n.......*\n.....*.*\n*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n.*......\n*..*....\n*.......\n.***....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n**......\n*.......\n.***....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n**......\n*.......\n.***....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**...*.*\n**......*...*.\n.**...*.*....*\n...*.........*\n*..*.....*....\n.***...*...*..\n**....*.......\n..*...*.**.*.*\n.*...*.*.....*\n.......*..**..\n.....**..*..*.\n.........*...*\n*.........*...\n```\n\n\n## Output without wrap\n\n```\n.......*....*.\n***...*.*...**\n***....*....**\n.*.*..........\n.*.**.........\n...*..........\n*..*..*.*.*.*.\n*.*..**.*...*.\n.......*.*.*..\n.....*.**.***.\n......*.**.**.\n.........**...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*...***\n.**...*.*...*.\n.**....*....**\n.*.*.........*\n**.**.........\n...*..........\n*..*..*.*.*.*.\n..*..**.*...**\n*......*.*.*..\n.....*.**.***.\n......*.**.**.\n.........**..*\n*.........*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n*.*..\n..*.*\n...**\n.***.\n....*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.**.*\n.*..*\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.*.\n***.*\n**..*\n*.*..\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..*.\n*...\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n.*..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n.*.*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.\n....**.\n*..*..*\n..*....\n.*.*.*.\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*..*\n...***.\n.****..\n..*.***\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n*..*...\n...****\n*****.*\n..*.***\n....***\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n**....*\n.*****.\n**.....\n****.*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n......*\n....***\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..*..*.\n....**.\n..*..**\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....**.\n*...*..*.....\n.*.*..*.***.*\n**.*..*...*..\n*.***....*..*\n...**..*.*...\n........*..*.\n.......*.*..*\n..*.*****....\n....*.....*.*\n```\n\n\n## Output without wrap\n\n```\n...**........\n..*.**.**....\n.*.****.****.\n*....*.**.*..\n*....*..***..\n..*.*....**..\n.......*.**..\n.....*...*...\n...*******.*.\n...**.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....***\n*.*.**.**...*\n.*.****.*****\n.....*.**.*..\n*....*..***.*\n..*.*....**.*\n.......*.**..\n.....*...*...\n...*******.*.\n......**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********.***\n.**********.**\n*.***********.\n.************.\n.*************\n```\n\n\n## Output without wrap\n\n```\n*..........*.*\n..............\n*.............\n*.............\n.*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n*.............\n..............\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n***\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n***.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n......*.*\n.....**..\n......*..\n.........\n.........\n.........\n.........\n.........\n....*....\n....*....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....**..\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.....**..\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n****..\n**.***\n```\n\n\n## Output without wrap\n\n```\n*...*.\n......\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n***.**\n**.***\n**..*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n......\n......\n......\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....***..\n..........\n.....***..\n```\n\n\n## Output without wrap\n\n```\n......*...\n......*...\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......*...\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n*.......\n.**....*\n.**....*\n*.***..*\n**....**\n****..*.\n...**.*.\n***..***\n*.*.*.*.\n*.*.***.\n.......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n*.......\n*.......\n*.....**\n....*...\n.......*\n...*..**\n.*..**..\n........\n.....***\n...**.**\n.....***\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n*.....**\n......**\n....*..*\n......*.\n...*..*.\n....**..\n.*......\n.....*.*\n...**.*.\n.....***\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n.......*.*....\n.***..........\n.***.....*.**.\n**.*........*.\n......***.....\n.......*......\n......***.....\n.........*...*\n*.......**...*\n*........**..*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..*...........\n.*.*....*.*...\n....*......**.\n**.*...**..**.\n......***.....\n..............\n......***.....\n.........*....\n........*...**\n........***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..*...........\n.*.*....*.*...\n....*......***\n**.*...**..***\n......***.....\n..............\n......***.....\n*........*...*\n........*...*.\n*.......***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n*******\n*.*****\n**..***\n*******\n***.***\n*******\n*******\n*****.*\n*.*****\n******.\n**.*.**\n..*...*\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n.......\n*.....*\n.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n...*\n....\n.*..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**.*\n*...\n....\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.\n........*.\n.....**.*.\n...*.*...*\n..*..**..*\n..*..**..*\n*.*...**..\n*..***.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**..*\n.....**...\n...***....\n..**......\n.*........\n.*....***.\n..***.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****...\n....*.....\n.....**...\n...***....\n..**......\n..........\n..*...*...\n**.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n*.*\n*.*\n.*.\n***\n***\n***\n***\n*.*\n***\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n*.*\n...\n...\n...\n...\n...\n...\n*.*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.....\n.**..****..\n*....*.***.\n.*.**...*.*\n**.*.....*.\n..........*\n.....*...**\n*..***....*\n```\n\n\n## Output without wrap\n\n```\n..*..*.*...\n*.*.**...*.\n*..*.*.....\n.*.**..*..*\n**.**....**\n..........*\n.....*...**\n....**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*..*\n*.*.**...**\n*..*.*....*\n.*.**..*...\n.*.**....*.\n...........\n.....*...*.\n**.*.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...*..**.\n..*......\n.........\n*.*......\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.*.......\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.........\n.........\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n...\n...\n.**\n...\n***\n.*.\n.**\n**.\n**.\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n...\n...\n...\n*..\n***\n...\n..*\n...\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*...*\n.**..**.**.\n.*..*.****.\n.*...*.***.\n*.*..**...*\n.*....***.*\n.*.....*...\n******...**\n....**..***\n..*.*.***..\n..**...***.\n.....*.**.*\n***.**....*\n*.*....****\n```\n\n\n## Output without wrap\n\n```\n*.*..***.*.\n...*......*\n**..*.....*\n***.*.....*\n*.*..*....*\n***..*..**.\n...***.*..*\n****.**...*\n..........*\n..*.*.*...*\n..****.....\n.....*.*..*\n*.****....*\n*.**....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**....\n...*.......\n**..*.....*\n.**.*......\n..*..*....*\n.**..*..***\n...***.*...\n.***.**....\n...........\n..*.*.*...*\n..****.....\n.....*.*..*\n..****.....\n.....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n*****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*....\n......\n..*...\n..**..\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*.*..\n.*..*.\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*.*..\n.*..*.\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..\n..**.**.*\n..*..**.*\n***....**\n..**...*.\n..*.*....\n****....*\n....*..*.\n.*..*****\n.*.....**\n**.***..*\n.**.**.**\n```\n\n\n## Output without wrap\n\n```\n..**.***.\n.****....\n....**..*\n........*\n.......**\n....*....\n.**.*....\n*...*....\n....**...\n.*.*.....\n*..*.*...\n***..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.****....\n....**...\n*........\n*......*.\n*...*...*\n***.*...*\n....*....\n....**...\n.*.*.....\n...*.*...\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n..**\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n**..***\n.**..*.\n**.***.\n*.**.**\n**..**.\n.**.**.\n..*.*..\n*..**..\n```\n\n\n## Output without wrap\n\n```\n****...\n*.**...\n.*.....\n.......\n.......\n.*.....\n.......\n.**....\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n.......\n.......\n.......\n.*.....\n..*...*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..*......\n..*......\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..*......\n..*......\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..*......\n..*......\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*..\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n***\n.*.\n.**\n.**\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n***\n...\n*..\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n***\n...\n...\n.**\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.\n..**.**.\n.*.**...\n**..**..\n*.*.**..\n***.....\n........\n..****..\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.**...**\n**......\n*....*..\n..*.*...\n.**..*..\n..*.*...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.......*\n**......\n*....**.\n*.*.*..*\n.**..*..\n.*..**..\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.***.\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*.**\n****.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***..\n**.*****.\n*****..**\n```\n\n\n## Output without wrap\n\n```\n*.*....*.\n........*\n*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n..**\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..*.\n**.*\n*...\n.*..\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*..*\n*.**\n*.**\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n....\n....\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.****\n*.*...\n.***..\n.*****\n**...*\n.*****\n.*..*.\n..**..\n....**\n****..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n.*.*..\n......\n......\n....*.\n....*.\n...*.*\n..**.*\n.*...*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**.***\n**.*..\n*....*\n......\n......\n*.....\n**.*.*\n..**..\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n...*.*\n...*.*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**.....\n*..........*\n.*.........*\n**...**...**\n.....*******\n.**......*..\n.**...***...\n*..........*\n*..........*\n...**...****\n....*.*****.\n....*..*....\n```\n\n\n## Output without wrap\n\n```\n**..........\n*...........\n.*..........\n*.*...***...\n*.*.**.**...\n*.**........\n*.*...***...\n.*.....*....\n....*.....*.\n...***.....*\n...*...*..*.\n.....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....**\n.*.........*\n*...........\n.**...***...\n*.*.**.**...\n..**........\n*.*...***...\n.......*....\n....*.......\n...***......\n............\n....*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........***\n*.*........*.\n..***.*.*..*.\n.*.**.*..*...\n.*.*.........\n```\n\n\n## Output without wrap\n\n```\n.*........***\n..*..........\n....*..*..*..\n.*.....*.....\n...**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........***\n*.*..........\n....*..*..*.*\n.*.....*.....\n.*.**.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.*..\n**..*\n.****\n**.*.\n**...\n***.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n*...*\n....*\n...**\n...*.\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n*...*\n.....\n.....\n...*.\n...*.\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n..**\n.**.\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n..*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*....\n...........\n...........\n...........\n...........\n......*....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*******.*\n*.**.**.*.**.*\n..**.*..**.*.*\n```\n\n\n## Output without wrap\n\n```\n..*...........\n.*...*...**.*.\n.**...***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........**\n.**.........**\n.**.........**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n......*.\n.....*..\n...**...\n**.**..*\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n....**..\n..**.*..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n.....***\n....**..\n*.**.*..\n******.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.....\n.......*.*.\n........*..\n...*.......\n***....*...\n```\n\n\n## Output without wrap\n\n```\n...........\n........*..\n........*..\n.**........\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.*..\n........*..\n........*..\n.**........\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*.*\n*.**.****\n***.*****\n*.***..**\n**..*****\n...*..***\n**.***.*.\n*****...*\n..***.**.\n..**.****\n*..*.****\n******.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.........\n**.......\n.........\n**.......\n.........\n.........\n.........\n.........\n*........\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.***\n....\n*...\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n*.**\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n...*\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.***\n....\n.***\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n****\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**.*\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*..\n.*.*\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n**..\n**..\n**..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n.*..\n.*.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n...*..\n..*...\n......\n....*.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....*.\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n***...\n......\n....*.\n*...**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******\n********\n*.*..***\n**.*****\n********\n********\n********\n********\n*******.\n*....***\n**.***.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.\n.....**..\n......***\n.....*.**\n.....*...\n*...*....\n...*.....\n.*.......\n......*..\n**..*.*.*\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n....****.\n....*.*..\n....*....\n.........\n.........\n......*..\n.....*.*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.......**\n*......**\n*...***.*\n....*.**.\n....*....\n.........\n.........\n......*..\n**...***.\n*....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n**.\n***\n*..\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*.**\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*.****\n******\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n*.....\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*.**.\n.*.*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n***..\n...**\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*.*.\n**.*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*.*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n...*\n.*.*\n....\n....\n....\n....\n....\n....\n..**\n**..\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n....\n....\n....\n....\n....\n....\n***.\n*...\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n.***\n****\n....\n....\n....\n....\n....\n****\n****\n.*..\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*....*\n.****.*....*\n*.....**....\n*..**...*...\n*....**..*..\n****.....*..\n*.****..**..\n.*..*....*.*\n.........*.*\n....*....*.*\n...***..*..*\n*....*.*....\n```\n\n\n## Output without wrap\n\n```\n............\n**...***....\n*....***....\n**...**.**..\n*....*.**.*.\n**...***..*.\n*...***.*...\n.*..**......\n..*.........\n...*.**....*\n...*....*.*.\n....****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..*..**\n..........**\n.*...***..*.\n.*...**.**..\n.....*.**...\n.....***....\n.*..***.*...\n....**.....*\n.**........*\n...*.**.....\n........*...\n.***....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n.*....\n*.*.**\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**..**\n..*.**\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n.*..*.\n*.*.**\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n.*.**.....\n...*......\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n..........\n..***.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n..........\n..***.....\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n.........\n.........\n........*\n*......**\n.......**\n.........\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n........*\n*.......*\n**.....*.\n........*\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.****\n*.*..\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.***.\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*****\n*.*..\n**..*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n....**...\n....**...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**...\n...*..*..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n...*..*..\n...*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n*...**\n......\n*..**.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n*....*\n*..*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n******\n***.*.\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n**.\n.*.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n**.\n.*.\n...\n***\n...\n..*\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n**.\n*.*\n.*.\n..*\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n***\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*....\n......*....\n**...**...*\n*****.....*\n.*.*.*.*...\n....**.*...\n*..........\n.**......**\n.........*.\n*.......*..\n..*..*...**\n*......*...\n..*...**.*.\n......*....\n```\n\n\n## Output without wrap\n\n```\n...........\n......**...\n*..****....\n...*.......\n**...*.....\n....**.....\n.*.........\n.*.......**\n.*......***\n........*.*\n.*......**.\n.*.....*.**\n......***..\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***...\n*.....**...\n...****...*\n...*......*\n.*...*.....\n....**.....\n**........*\n**.......**\n**......**.\n........*..\n**......***\n.*.....*.*.\n......***..\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n.**...\n******\n....**\n......\n*....*\n**...*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*..**\n.*...*\n*.*.**\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*....\n*.*..*\n.*..**\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.*.*...\n...**..\n.***...\n```\n\n\n## Output without wrap\n\n```\n*.**...\n...**..\n**...*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n*****..\n.**.**.\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n....\n....\n....\n....\n..*.\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***.*****\n*..*.*.*.***.\n**.....***..*\n*...***....*.\n*..........**\n*......**.*..\n..**..**.....\n.*..**.......\n**..*........\n*.****.......\n*...**.......\n.****.*......\n*....*..*....\n*.***.*******\n```\n\n\n## Output without wrap\n\n```\n.*.*.***.....\n*..*.*.......\n*.*.**.*.***.\n.....*.......\n**..........*\n...*.....****\n...*....*....\n*............\n*....*.......\n*............\n*..*.........\n*.*....*.....\n*.......*..*.\n....*****..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..........\n.***.........\n..*.**.*.**..\n**...*.....**\n**...........\n...*.....***.\n...*....*...*\n*............\n.....*.......\n*...........*\n...*.........\n*.*....*.....\n*..*........*\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n.**\n***\n***\n***\n.*.\n..*\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n**....*\n..*..*.\n..*...*\n..*...*\n..*....\n**.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n..*..**\n.***.**\n.***...\n..*....\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*......\n**....*\n..*..*.\n.***.**\n.***...\n*.*....\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*....\n.....\n.....\n*....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n..*..*.\n..*...*\n*..**..\n*....*.\n```\n\n\n## Output without wrap\n\n```\n...****\n.**...*\n.*.....\n.*.....\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n***....\n.......\n**.*...\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n..*.\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n...*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*.*\n*.*.\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.**\n.*..*\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n**.**\n...**\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*...*\n.*.*.\n.....\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.**\n.*..*\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.*.**\n**..*\n..**.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n*.***\n.....\n**..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n****.\n....*\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n.*..\n**..\n***.\n*...\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n....\n....\n..*.\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n...*\n..*.\n*...\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n***.*\n.....\n.....\n.....\n**...\n..**.\n...*.\n*..*.\n..*..\n****.\n**.**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n.....\n.**..\n.***.\n...**\n..**.\n*....\n*...*\n....*\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n**...\n.....\n.....\n.**..\n.****\n...*.\n..***\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n....*...*\n.....*.*.\n.***.***.\n..****...\n**....*..\n*........\n...*.*...\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n..**.*.**\n.*.....*.\n*......*.\n******...\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n....**...\n..**.*.**\n.*.....*.\n*......*.\n******...\n**.......\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..***\n*...*..**\n.*.**.*.*\n.*..**...\n....***.*\n.***...*.\n```\n\n\n## Output without wrap\n\n```\n......*.*\n..*.*....\n****..*.*\n..*......\n.*....**.\n..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*..\n..*.*....\n.***..*.*\n..*......\n**....**.\n*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n*...***.\n**.**..*\n.*.*....\n*...*..*\n.....**.\n........\n........\n....*...\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......*.\n*..**.**\n**.*..*.\n.*.*....\n....***.\n.....**.\n........\n........\n...*.*..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*.\n...**.*.\n.*.*..**\n.*.*....\n*...****\n.....***\n........\n........\n...*.*..\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..*.\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**\n.****.**.\n*.*.*****\n***..*..*\n.*.*.***.\n.**..**.*\n***.*.*..\n*..**..*.\n*****.**.\n.....****\n```\n\n\n## Output without wrap\n\n```\n...**.***\n.*.......\n*.......*\n*.......*\n...*....*\n.........\n*...*.*..\n.......*.\n***......\n.*****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n.*.......\n.........\n.........\n...*.....\n........*\n....*.*..\n.......*.\n***......\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n**.\n***\n..*\n.**\n.**\n...\n**.\n**.\n*.*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n...\n*.*\n*..\n...\n.**\n*.*\n**.\n..*\n..*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n.**\n...\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**.\n.*...*..\n.....*..\n...*..*.\n*....**.\n.*....*.\n...***..\n*....*..\n```\n\n\n## Output without wrap\n\n```\n..*.***.\n..*..*..\n....***.\n....*.*.\n.....***\n......*.\n....***.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**.\n..*..*..\n....***.\n....*.**\n.....**.\n......**\n....***.\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.......***.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.......***.\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...........\n.......***.\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*..*.\n*.*......***.\n*......**..**\n*..*..*......\n.*......*....\n```\n\n\n## Output without wrap\n\n```\n........*.*..\n**.....*.*.**\n*......*.**..\n**.....***...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**....\n**.....*.*...\n*......*.**..\n.........*...\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*...*\n*.*..****.\n*.*.*..*.*\n***.*..*.*\n*.*....*..\n***.....**\n.*.*..**..\n*...**....\n*.*.*.***.\n.**.**..**\n**.**.**..\n**.*..**..\n..*..**..*\n```\n\n\n## Output without wrap\n\n```\n...***.**.\n*.*.**.*.*\n*.*.*..*..\n...*..**..\n.*........\n...*.....*\n.**...*.**\n..*.*.....\n...*...*.*\n.......*.*\n..........\n.**...**..\n.**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n.**..*....\n.**.*..*..\n...*..**..\n..........\n...*.....*\n*.*...*...\n*.*.*.....\n*..*...**.\n.......*..\n..........\n...*...*.*\n.....*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n....*\n*...*\n**.**\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*...*\n....*\n..***\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*....\n**...\n..*..\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.***\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*....\n*.*.*..*.\n*......*.\n****.....\n*...*....\n.*.....**\n```\n\n\n## Output without wrap\n\n```\n**.*.....\n*..*.....\n*........\n*.**.....\n*..*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*.\n*..*.....\n*........\n*.**.....\n...*.....\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*..*.\n...*.\n*...*\n.....\n..**.\n.*..*\n*...*\n*...*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*..**\n*....\n..***\n...**\n..**.\n.*..*\n*...*\n....*\n**...\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**...\n****.\n*....\n..*.*\n**...\n**..*\n.*.*.\n**...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.......\n...*..*..****\n..*.***.**...\n..*....*.*.*.\n...*****....*\n*......*.....\n.*.***.*..***\n.*....*...***\n```\n\n\n## Output without wrap\n\n```\n.*****....**.\n......******.\n..*.***.....*\n..*......**..\n...***.*.....\n..*....**...*\n***.**.*..*.*\n..*.***...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****..*...\n*.....*******\n..*.***.....*\n..*......**..\n...***.*....*\n*.*....**....\n.**.**.*..*..\n......*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.**.*\n*.***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*..*\n.*..*....\n....**...\n*...*....\n*...**...\n.....**..\n..*..*.**\n**.******\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.*...*...\n..***....\n...*.....\n.........\n..**...*.\n.*.....**\n.*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*...*....\n..***....\n...*.....\n.......*.\n..**...*.\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.**\n.*..*****\n***..*..*\n*.*....**\n..**...**\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*...*...\n.*****...\n.....*...\n.***...*.\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.....*...\n..****...\n.....*...\n..**.....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*.\n*........*\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n*........*\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.\n....****\n...*.*..\n.....**.\n........\n*.....**\n*...*..*\n.*...***\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n....**.*\n....**.*\n....*..*\n......**\n.....*..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*......*\n....**.*\n....***.\n....*..*\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.******.*\n*.*.*...***.\n*.***.***.*.\n*.*.....***.\n*.*******.*.\n*......****.\n...*.....**.\n***....*..**\n*.....*....*\n********....\n...*.*.**..*\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n..*.........\n...*.......*\n*.*...*...**\n*.*****....*\n*....*......\n*..*......*.\n*.**.......*\n.........***\n**.*...***..\n**.**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n..*.........\n*..*........\n*.*...*.....\n*.*****....*\n.....*......\n...*........\n.***........\n.........*..\n..**.......*\n...*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.\n****..*\n..***..\n```\n\n\n## Output without wrap\n\n```\n**.**..\n*....*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*....*\n.*.**.\n...***\n*.*..*\n.***..\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n......\n..*.*.\n.*..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n*....*\n***...\n*...**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**..**..\n.....*..**.***\n..***.**.....*\n****.*.....**.\n*....*..*.*..*\n*...***.*.**.*\n..***..**.****\n..*.*..***..**\n.....*..*...**\n..*...***..***\n```\n\n\n## Output without wrap\n\n```\n.....***...**.\n.....*.....*..\n....*.....*..*\n.*.......***.*\n*.*....**..*.*\n*..*...*......\n.***..**......\n.**.***.......\n...*..........\n......**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....*.\n....**..***...\n....*.....*...\n.........***..\n..*....**..*..\n.*.*...*......\n*.**..**......\n*.*.***.......\n**.*......*..*\n.....**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.****\n**..*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n*.*.*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.....\n....***.....\n....***.*...\n```\n\n\n## Output without wrap\n\n```\n............\n......**....\n.....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*.....\n.*.*..*.*...\n.*.*........\n.*.*........\n.*.....**...\n```\n\n\n## Output without wrap\n\n```\n.***...*....\n**.**..*....\n**.**.......\n**..........\n..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*.*...\n**.**..*....\n**.**.......\n**..........\n**.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*...*\n.*.....\n.....**\n*.....*\n**.....\n*....**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n....*..\n**..*..\n..*..**\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n*....*.\n....*..\n*...**.\n.**..*.\n.*...**\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n*...*..\n**...**\n.*.....\n**.....\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n...***.\n**.*...\n**...*.\n..*....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n.*.*...\n.*...**\n..*....\n**.....\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.**...\n***...\n```\n\n\n## Output without wrap\n\n```\n.**...\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*.\n***......*\n**........\n.**.......\n**......**\n```\n\n\n## Output without wrap\n\n```\n*.*.......\n..*.......\n..........\n..*.......\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..*.......\n.........*\n..*.......\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.**.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n...\n.**\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n..*\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n...........*.\n...........*.\n.........**.*\n...........*.\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...........**\n..........*.*\n..........**.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n...........**\n..........*.*\n..........**.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n...***..\n*...*..*\n**..**.*\n..*.*.*.\n........\n........\n**....**\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.....**.\n..*..**.\n***.***.\n...***..\n******..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..\n...*.**.\n*.*.***.\n.*.****.\n******.*\n.*....*.\n.*.....*\n..*.....\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.*....\n...*..\n....*.\n......\n...*..\n......\n..**..\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n......\n......\n......\n......\n..**..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n......\n......\n......\n..**..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..**\n**.****.*\n.*.**.**.\n*********\n****.****\n..*...***\n```\n\n\n## Output without wrap\n\n```\n.......**\n........*\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n.*****.*\n**......\n*.*..*..\n```\n\n\n## Output without wrap\n\n```\n..*..**.\n****.**.\n*....**.\n*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n.***.**.\n.....***\n*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n.***\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n...*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.*.\n*..\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*...*..\n.....**\n.......\n.**....\n*..*...\n......*\n...**.*\n***.*..\n...*.*.\n...*.*.\n....***\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n.*..*..\n.....*.\n.*...*.\n*......\n.*.**..\n...*...\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*...*.\n.....**\n.......\n*.*....\n....**.\n.......\n.......\n.......\n.*.****\n*..*.**\n...**..\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n.....\n.**..\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...**\n.....\n..**.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...**\n**.**\n*....\n*.*.*\n**..*\n**...\n..*..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.....\n*...*\n....*\n..**.\n..**.\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n**..*\n.....\n.*...\n...*.\n..*.*\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.\n.....*..*.*\n..*...**...\n```\n\n\n## Output without wrap\n\n```\n.........*.\n......****.\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****.\n......****.\n......****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.****\n**.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n..***\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*..\n..**.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n****.*\n****..\n**.**.\n**.***\n```\n\n\n## Output without wrap\n\n```\n...**.\n*.....\n......\n.....*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..*\n*.**.**..\n.....***.\n****.**..\n*......**\n..*.**...\n.**..*..*\n..**.**.*\n```\n\n\n## Output without wrap\n\n```\n..*.**...\n.**..**..\n*...*....\n*.....***\n*........\n.*****..*\n.*.......\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..**\n.......*.\n....*....\n......*..\n*......*.\n..****...\n**.......\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n......*...\n..**......\n.....**...\n..*.......\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n....*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n....*.....\n....*.....\n.*..*.....\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.**\n..**..***.\n*.*..**..*\n..***.****\n..*.*....*\n..**....**\n**.....*.*\n.***..**.*\n.*.**.*.**\n.*..*.**.*\n*.***...*.\n***.*...**\n..*.....*.\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*..**\n........*.\n...**.*.*.\n.*..***.*.\n.******.*.\n..*...**.*\n**.**.**.*\n*****.*.**\n.....*....\n*....*.*.*\n.*..*..*.*\n...*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.....*....\n..........\n*..**.*...\n.*..***...\n.******...\n..*...**..\n...**.**..\n*.***.*...\n*....*....\n.....*.*..\n..........\n....*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.**...\n..**.*....***\n***..*.....**\n*..**.*...*.*\n*.*.*...*..**\n...***...*...\n**..*..**...*\n```\n\n\n## Output without wrap\n\n```\n....***..***.\n..**.*...**.*\n*....**......\n*...*.....*..\n.**......****\n*.*..*.*.*.**\n...***..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**.***..\n..**.*...**..\n.....**......\n....*.....*..\n***......***.\n..*..*.*.*.*.\n*..*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n..*..........\n.............\n.............\n.**..........\n**...........\n**......**...\n.............\n.............\n.............\n.....*.......\n....*...*....\n.**.....**...\n*...*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.*...........\n.*...........\n..*..........\n.............\n.............\n.............\n.............\n.............\n........**...\n..*.......*..\n..*....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n.............\n.............\n.*...........\n.*...........\n..*..........\n.............\n.............\n.............\n.............\n.............\n........**...\n..*.......*..\n..*....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*.\n.........*..*.\n.....**...**..\n.......*......\n.....***.*....\n.........*....\n.......*......\n*.......*****.\n........**..*.\n.*........**..\n**.........*.*\n..........***.\n```\n\n\n## Output without wrap\n\n```\n..............\n..........*.*.\n......*...**..\n.......**.*...\n......**......\n.......*......\n...........*..\n.......*..***.\n........*...*.\n**.......***..\n**............\n..........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.**\n..........*.*.\n......*...**..\n.......**.*...\n......**......\n.......*......\n...........*..\n.......*..****\n........*...**\n.*.......***.*\n**...........*\n*.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**.*\n*....\n**...\n..**.\n.****\n***.*\n.*..*\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n***..\n*...*\n*...*\n*...*\n****.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**...\n..*.*\n***.*\n.....\n.....\n.....\n.****\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n.*.*.*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.**.*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*...**\n.**.**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n....*\n**.*.\n....*\n.****\n***..\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n...**\n*...*\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n*..*.\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....***..\n..*......\n.***.....\n.........\n.........\n*........\n.......**\n.......**\n...*.....\n.*.**.**.\n**.*.....\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.*..**...\n....*....\n.***.....\n.........\n.........\n.......**\n...*..*..\n.**.**..*\n*........\n**.*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.*...\n.*..**...\n....*....\n.***.....\n.........\n........*\n*......*.\n*..*..*..\n.**.**..*\n........*\n**.*.....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**....*\n.****......*\n*...*..*..**\n*..**...***.\n***.**.....*\n***.**....*.\n..*......***\n**.........*\n***......**.\n..*.......*.\n```\n\n\n## Output without wrap\n\n```\n*...**......\n....*.*....*\n*....*..*..*\n*.*.....**..\n...........*\n*...**...*..\n..**.....*.*\n*..........*\n*.*......***\n..*......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....**\n....*.*.....\n.....*..*...\n..*.....**..\n............\n....**...*..\n..**.....*..\n............\n..*......**.\n...*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.**\n.***.\n.*...\n.****\n**..*\n..*.*\n...**\n***..\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n**.**\n*...*\n...**\n*...*\n.**.*\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.**\n....*\n...**\n.....\n.**..\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.***\n....*.***..\n*....*...**\n....***...*\n.**.*.***.*\n**.....*..*\n*.*.....**.\n*.*...*..*.\n..*.*....*.\n..***......\n....*.***..\n```\n\n\n## Output without wrap\n\n```\n......*.**.\n....*.*....\n........***\n.*.**...*.*\n*****...*.*\n*..*..*...*\n*.*....****\n..*......**\n..*.**.....\n..*.*..**..\n....**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....*\n....*.*....\n*.......***\n.*.**...*..\n.****...*.*\n...*..*....\n..*....***.\n..*......*.\n..*.**....*\n..*.*..**..\n....*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**\n....**.\n..*..**\n*...**.\n```\n\n\n## Output without wrap\n\n```\n....***\n....*..\n...*..*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*...*..\n...*...\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n..***.\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*..*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n.*.**\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.....\n.*..*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n....*\n.....\n**..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*.\n......*..\n..*..*...\n.......**\n*..*..*..\n...*...**\n.......*.\n*......**\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n....**...\n....****.\n....*....\n.....*...\n.....*..*\n.....**..\n.....*...\n......*.*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.\n...*.....\n....*...*\n.....*..*\n*....*...\n*....**.*\n*....*...\n....*...*\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n***...\n*...*.\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n**....\n....*.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n**...*\n**...*\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n*......\n....*..\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n.......\n...*.*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.**.....\n*..***..\n*.....*.\n......*.\n*.**.*.*\n.*..****\n*...*...\n.......*\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n.****...\n*.****..\n....*.*.\n.*...***\n.***...*\n***....*\n....*..*\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.****...\n*.****.*\n....*.*.\n**...**.\n****....\n.**.....\n*...*...\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..*...\n....*.\n.*..*.\n.***..\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n...**.\n**..*.\n*..*..\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..**..\n...**.\n**..*.\n...*.*\n...*.*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n..***...\n........\n........\n........\n........\n..**....\n.*...**.\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n..*..*..\n...*....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n.....*..\n...*....\n........\n........\n........\n...*.*..\n.**.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n.*..\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*.*\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***.*.*.*\n**...***..****\n..*.*.**...*.*\n.*.****.**.*.*\n*.*****.***.*.\n.**.**..*..***\n*.**..**.*....\n*****.*.*..*.*\n**.***..*.**.*\n*.***.*.*...**\n```\n\n\n## Output without wrap\n\n```\n.**.**.**..*.*\n.*...........*\n*.*......*...*\n.*.........*.*\n*.............\n*..........***\n*.....*..***.*\n......*.*..*..\n......*.*.**.*\n*.*....*.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*....\n.*............\n..*......*....\n.*.........*.*\n..............\n...........**.\n......*..***..\n......*.*..*..\n......*.*.**..\n........*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....*\n.......**.\n......*...\n..........\n*..****.**\n.*...****.\n.*.......*\n..**......\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......**.\n.......*..\n....*.**..\n....*...**\n***.......\n.*....***.\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....**\n.......***\n.......*..\n....*.**.*\n*...*...**\n.**.......\n**....***.\n.***.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*..\n....*..*..\n........*.\n.*.......*\n........*.\n...*..**..\n........*.\n......**..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......**.\n..........\n.........*\n..........\n.........*\n......*..*\n......*.*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......**.\n..........\n.........*\n..........\n.........*\n......*..*\n......*.*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.**..\n**.**\n***.*\n***..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n.*.......\n*........\n.........\n.**......\n.**......\n*........\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.......\n.**......\n*.*......\n*.*......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.........\n*........\n.**......\n*.*......\n*.*.....*\n*.......*\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**.\n.......*.**.\n............\n...*........\n.*.*........\n*...**.....*\n.....*.*...*\n.*.*.***....\n```\n\n\n## Output without wrap\n\n```\n........*.*.\n........*.*.\n.........*..\n..**........\n..****......\n...****.....\n.......*....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...*\n........*.*.\n.........*..\n.***........\n*.****.....*\n**.****....*\n*......**.**\n.......*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n***.*\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******..******\n*********.*.**\n*******.******\n**************\n************.*\n**************\n**************\n*.************\n.*.******.*.**\n.**.*****.****\n*****.********\n**************\n**************\n**********.***\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..***.\n..*.*.\n*.***.\n**.*.*\n**..**\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*.*.\n.....*\n*....*\n.....*\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..*.*.\n......\n*.....\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..**\n......**\n.......*\n*.***..*\n..*.....\n..*.**..\n..*.....\n..*..*..\n.*..**.*\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.*.*..**\n...*....\n.*.**...\n........\n....**..\n*.....*.\n.*......\n..*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..\n.*..*...\n...*....\n**.**...\n........\n....**..\n*.....*.\n**......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.**\n*..**.*.\n*******.\n**...*.*\n.*.*..**\n.**.*.**\n..******\n**.*****\n********\n..***.**\n```\n\n\n## Output without wrap\n\n```\n***.*.**\n........\n.......*\n.......*\n...**...\n.*......\n*.......\n*.......\n*.......\n.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...**...\n.*......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..**......\n..*.*.....\n..*.*.**..\n.....*..*.\n.....*....\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.****.....\n.**.***...\n.......*..\n....*...*.\n....**.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.****.....\n.**.***...\n.......*..\n....*...*.\n....**.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n***.\n*..*\n****\n*.**\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**..\n.....**..\n.........\n......***\n.***....*\n....****.\n.........\n```\n\n\n## Output without wrap\n\n```\n.....**..\n....*....\n.....*.*.\n..*.*..**\n.*......*\n..*....*.\n...*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n....*....\n.....*.**\n*.*.*..*.\n*........\n.**...**.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.***.\n***.**\n******\n.*.*..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.**\n..*....*\n.*.*..*.\n***.**..\n```\n\n\n## Output without wrap\n\n```\n..******\n.*.....*\n*.......\n***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*.\n........\n.*.*....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...*..*..\n*...*...*..*..\n*...*...*..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*...****..\n....*...****..\n....*...****..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n.**...\n**.***\n.*....\n*...**\n```\n\n\n## Output without wrap\n\n```\n...*..\n.***..\n*....*\n*..**.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n......\n...***\n.***..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.....\n..*****...\n.**....*.*\n*.*..*****\n*.*.....*.\n.**.**.***\n...****.**\n.....*....\n```\n\n\n## Output without wrap\n\n```\n...**.....\n...***....\n...**.*...\n..**......\n*.........\n..........\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..**..\n**...**...\n...**.*...\n..**......\n..........\n*.........\n*..*......\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....\n.*..***...\n.*...**...\n..*.......\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*..**....\n....**....\n.*...*....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**....\n.....*....\n....**....\n......*...\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..*..\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*\n***...*\n*.****.\n*......\n**.*.**\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n.*.****\n.*.*..*\n**.....\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n...**..\n...*.*.\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n**..*\n****.\n.****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..*..\n*.*..\n...*.\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.**\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*.*.\n**...\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...***\n......\n......\n......\n......\n..*...\n*.*.*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n....**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n*..**.\n....*.\n......\n......\n......\n......\n..***.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.**..*\n**....\n.***..\n*.**..\n...*.*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n*..*..\n...*..\n......\n.***..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*..*\n...*..\n...*..\n*.....\n****.*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.***\n****.***\n****.**.\n***.**..\n***..*.*\n****..**\n*.******\n*.**.*.*\n...*****\n**..**.*\n***..***\n.*.*.***\n.*...*.*\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n........\n......*.\n........\n........\n........\n........\n........\n........\n........\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n...*\n...*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n........\n........\n**....**\n.....*..\n**....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*......*\n*.....*.\n*.....*.\n*....*..\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n***\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n.*..*.\n*...**\n..*...\n*.*...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n****.*\n**.*.*\n......\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.****.\n.*.*..\n*.....\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.....\n****........\n*...*.**.***\n*****.....*.\n.*..*.***.**\n.****.*....*\n*.*.........\n```\n\n\n## Output without wrap\n\n```\n............\n...*.*...***\n.*.***...***\n...**.*.*...\n.*.*..**.*.*\n.....***.*.*\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*.\n....**...**.\n...***...**.\n...**.*.*...\n...*..**.***\n*.....*..*..\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***.....\n**........*.\n.**..*.**..*\n...*.**.....\n.....*.**.*.\n```\n\n\n## Output without wrap\n\n```\n*****.......\n............\n*.*..*..*...\n..*.....*...\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*..**\n.......*...*\n***..*..*.*.\n.....*..*...\n*......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n**.*.*\n......\n......\n.*.*..\n*..***\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n..*.*.\n......\n......\n.***..\n.*.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*.....\n..*...\n**...*\n**...*\n..**.*\n...*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n.....***.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.....\n...**.....\n...*......\n..........\n..........\n.***......\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n...*......\n....**....\n...**.....\n...*......\n..*.......\n.*.*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**....\n..*.**....\n...**.....\n...*......\n..*.......\n.*.*......\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n.**\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n..*...\n.*.*..\n**.*.*\n**.**.\n**..**\n***...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n**.**.\n...*..\n...*..\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..***.\n...**.\n...*..\n...*..\n....*.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*..\n.*.....*..\n.*......*.\n.*......*.\n........*.\n```\n\n\n## Output without wrap\n\n```\n***.......\n.......**.\n*.*...*...\n.*.....*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n......*...\n*.*...*...\n..*...*...\n.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...\n.*....**.*..\n*.......**.*\n.**.........\n..*.........\n...........*\n```\n\n\n## Output without wrap\n\n```\n.......**...\n.......*.**.\n*.*....****.\n.**.........\n.**.........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...\n*......*.**.\n*.*....****.\n***.........\n.**.........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n*.**.*.....\n**..**....*\n...........\n.......*...\n........*..\n*.....***..\n*......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n*....*.....\n*....*.....\n.****......\n...........\n...........\n.....**.**.\n......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**...\n.....*....*\n.....*.....\n*.***.....*\n...........\n...........\n.....**.**.\n......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n......*\n*....**\n```\n\n\n## Output without wrap\n\n```\n.....**\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*.*.\n....*\n***..\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n...*.*\n**....\n......\n*.....\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...*.\n**...*\n**....\n*....*\n...***\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*...*..\n**..**.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**..**.\n**..**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n**..***\n**..***\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.****\n*....\n****.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n....*\n.**..\n.*..*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n**...\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n.**\n*..\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*.*\n*..\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n...**\n.*..*\n**...\n*....\n...*.\n*..*.\n.**.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n*****\n**...\n**...\n.....\n.*.**\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n...**\n.****\n.*..*\n**..*\n.....\n**.*.\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.***\n...*******\n.**.******\n*.***..**.\n***.**.***\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n..........\n*....**...\n.*...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****..\n.***.****\n.*****.*.\n.*..*****\n*.******.\n*.***.***\n*********\n*******..\n*****.**.\n```\n\n\n## Output without wrap\n\n```\n.........\n*.......*\n*........\n*.......*\n*........\n*........\n........*\n........*\n*.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.\n.***..**\n**..*..*\n..***..*\n*....**.\n*....*..\n*.**.*..\n```\n\n\n## Output without wrap\n\n```\n.***.*.*\n..**....\n.......*\n*.*....*\n**.*.**.\n***..**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n...*...*\n......*.\n.**...*.\n**.*.***\n*.......\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*...\n..**.*.*.*.\n......*...*\n.***....**.\n**.......**\n......**...\n*..........\n*......****\n...........\n...**......\n..*..*.....\n```\n\n\n## Output without wrap\n\n```\n...*.****..\n..**....**.\n**.****..*.\n..*...*.*.*\n........**.\n**......***\n........**.\n.......*..*\n........**.\n...**......\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*..\n..**.*..**.\n**.****..*.\n..*...*.*..\n........***\n.*......**.\n**......**.\n*......*...\n*.......*..\n....**...*.\n...*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n.***.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...*.\n.*.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n**........\n..***..***\n..*....*.*\n**.**..**.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..*.......\n.*.*....*.\n.*.*...*.*\n.*....*..*\n..*....**.\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n***......*\n**.*....**\n...*...*.*\n......*...\n***....***\n***.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n........\n.*.*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**.....\n.**.....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n**......\n..*....*\n**.....*\n........\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n***.....\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.**....*\n..*....*\n.**....*\n.*......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..**.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.****.****\n.*************\n.**********.**\n**.*****.*****\n*.*.*****.****\n.*************\n****.*****.***\n.**.*********.\n******.*.***.*\n*************.\n****..*.******\n*.************\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.....*........\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.\n...**.*\n..**.**\n...****\n***.*..\n.***...\n..**...\n...*...\n....*.*\n***.**.\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n.*....*\n..*....\n......*\n*......\n*...*..\n.*..*..\n..***..\n.**.*..\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n*.*....\n.......\n*.....*\n*...*..\n.*..*..\n..***..\n***.*.*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n*.*....*\n..*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n..**\n****\n....\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n..*.\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n.**........\n**.*.......\n.*.........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n***........\n*..........\n***........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n***........\n*..........\n***........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..**..\n..*...\n...***\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.***..\n..*...\n...**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.***..\n..*...\n...**.\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..........\n**....*.......\n..**...*......\n***...........\n```\n\n\n## Output without wrap\n\n```\n..............\n.*.*..........\n...*..........\n.***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.*.*..........\n...*..........\n.*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n**.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n*.....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***..*.\n..*.***.**.\n..*.*...**.\n```\n\n\n## Output without wrap\n\n```\n....*.****.\n.**...*...*\n....*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*...*\n.**...*...*\n.**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.***\n.**..\n*.***\n....*\n..*..\n....*\n*.**.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*.*.\n..*..\n.**.*\n...*.\n.*..*\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.*.*.\n..*.*\n..*..\n.....\n....*\n...*.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*\n...........\n...........\n*........**\n........**.\n***....*..*\n*....**..*.\n*.*......*.\n.**..**.***\n.........*.\n.*.......*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n........***\n*.......*..\n**....**..*\n*.*...*.***\n*.*....*...\n.**.....*.*\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*\n...........\n..........*\n........***\n........*..\n**....**...\n..*...*.**.\n*.*....*...\n***.....*..\n***........\n*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..**.\n.*...\n....*\n..***\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n..**.\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n*.*.*\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**...\n...*.*.*...\n...****....\n....*.*.*.*\n*******...*\n*......***.\n********.**\n```\n\n\n## Output without wrap\n\n```\n....*.**...\n..**...*...\n...*.......\n.*.......*.\n*****.*...*\n...........\n********.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........*\n..**...*...\n...*.......\n.*.......**\n.****.*....\n...........\n******...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..\n.*..*..\n.......\n..*****\n.**....\n*.**...\n...**..\n*.**..*\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.***...\n.***...\n..*....\n.*****.\n.....*.\n....*..\n....*..\n*.*..*.\n****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n.***...\n..*....\n.*****.\n*....**\n....*..\n*...*.*\n*.*..**\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.*........\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.**.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.**.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n....\n*...\n****\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n...*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.*...*\n*.....\n.**.*.\n*....*\n*...**\n....*.\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n*.....\n*.*...\n**...*\n....**\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n**...*\n***...\n......\n.....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**..*\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.....*\n*..*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*...*..*\n..*.*.*....*..\n.......*....*.\n..**....***...\n*....**...*..*\n..............\n.*.....**.*...\n*.**...*.***.*\n```\n\n\n## Output without wrap\n\n```\n...*..........\n...*..**...**.\n..*....*****..\n......******..\n..........*...\n......**.*....\n.**....**.**..\n.**....*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.**.*...*\n...*..**...**.\n..*....*****..\n......******.*\n..........*...\n*.....**.*....\n***....**.**..\n****..**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.**...\n*.....\n......\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*.*...\n.*....\n......\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*.**\n...*.\n.*...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n...**\n...**\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*..**\n*..**\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.****\n..*********\n****.******\n********.**\n***********\n***.*******\n***********\n***.**.****\n*.****.****\n.******.**.\n***********\n```\n\n\n## Output without wrap\n\n```\n.*...*....*\n...........\n*..........\n...........\n...........\n...........\n...........\n...........\n*..........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.**.\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*...\n....\n....\n....\n....\n....\n....\n....\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.....\n*..*....*\n*.****...\n*...*...*\n...*...*.\n..*....*.\n.*.....*.\n*.......*\n*........\n***......\n```\n\n\n## Output without wrap\n\n```\n***......\n*..*.....\n*.*......\n.****.*..\n.*.*....*\n..*...*..\n***...*.*\n**.......\n.........\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..*.....*\n*****.*.*\n...*.....\n***...*..\n..*...*..\n.*......*\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*...\n.***.*.*...\n*......*...\n..**...*..*\n.*..*.*...*\n*....**....\n```\n\n\n## Output without wrap\n\n```\n.****......\n.****..**..\n....*..**..\n.***..**...\n.****.**...\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*...\n.****..**..\n*...*..**..\n.***..**..*\n.****.**..*\n**..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****....*\n*...........\n*...........\n............\n............\n........**..\n............\n............\n............\n.......**...\n.***.***....\n```\n\n\n## Output without wrap\n\n```\n..**.*......\n..**.*......\n....*.......\n............\n............\n............\n............\n............\n............\n......*.*...\n......*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*......*\n**..*......*\n*...*.......\n............\n............\n............\n............\n............\n............\n.......**...\n.*......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.***\n*****\n...**\n..***\n.****\n*****\n.*.*.\n****.\n.***.\n..***\n**...\n*.***\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n**...\n.....\n.....\n.....\n**...\n**...\n**...\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**..\n.**.\n*..*\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n.***\n.***\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****...\n**.*.*...*\n***.***..*\n..***..**.\n```\n\n\n## Output without wrap\n\n```\n..**.**...\n*.........\n*.....**.*\n..*.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....****\n.........*\n......**..\n*......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n**...\n***.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n...*.*.\n.......\n..*...*\n**.....\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n***....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.*....\n..*....\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*..\n*.***.*.*\n**..*..*.\n*.**.*...\n..*..**.*\n*......**\n```\n\n\n## Output without wrap\n\n```\n.*.*.**..\n...*.....\n*.*.*..*.\n..*.....*\n.**.....*\n...**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*..\n...*.....\n.**.*..**\n.**....**\n..*.....*\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.**.*\n.*....\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n...*\n.*.*\n**..\n...*\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n**..\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n*.*.\n.*.*\n.*.*\n.*.*\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*......\n............\n.....*......\n.....*.*.*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n............\n.....*......\n.....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n...*..**\n...*..**\n........\n........\n.......*\n......*.\n......*.\n....***.\n....**..\n```\n\n\n## Output without wrap\n\n```\n.....***\n....*...\n......**\n........\n........\n........\n......**\n......**\n....*.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n....*...\n......**\n........\n........\n........\n......**\n......**\n....*.*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**\n*******\n****.**\n*******\n**.****\n****.**\n*******\n***.***\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****.\n**..**.*\n***.*.**\n```\n\n\n## Output without wrap\n\n```\n*.**..*.\n.......*\n*.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*.*.*.\n...***.*.*.*.\n.*.***.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.............\n..**..*......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.*...\n*.....**.*...\n*.....**.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n......*....\n*..........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.**.\n*.*..**...\n....**.**.\n*.**..*.*.\n**...*****\n.*.....*.*\n.*..*...**\n..*.*.....\n.....**...\n.*..*...**\n.******.**\n***..*....\n.*.......*\n*.**.***..\n```\n\n\n## Output without wrap\n\n```\n.*..**.*..\n.*.*......\n..*.*...*.\n*.**......\n*....*...*\n.**..*....\n.***....**\n...**.....\n...***....\n.*......**\n......****\n*....**.**\n...***....\n.**...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n.*.*.....*\n..*.*...*.\n*.**......\n.....*....\n.**..*....\n.***....**\n...**.....\n...***....\n.*......**\n......***.\n.....**.*.\n...***...*\n*.**.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*..*\n...*\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.***\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.***\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n...*\n....\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.**.\n..*.\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n.*..\n...*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.***\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..**\n*..*.****.\n.*****..**\n.**....**.\n.*......*.\n..*......*\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n**........\n**....**.*\n.......**.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n***.*.....\n..........\n*.....**.*\n.*.....*..\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n**.***\n*.****\n.****.\n**.*.*\n*..***\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n......\n......\n*.*.*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*\n.*.......\n*...*.**.\n*..*.....\n.**......\n...**.*..\n...*...*.\n..*.....*\n..*.....*\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.........\n*..*.....\n.*..*....\n.*...*...\n.......**\n......*..\n.*.*...**\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n.........\n...*....*\n**..*....\n.*...*...\n.......**\n*.....*..\n......*..\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.....*\n......\n*.*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n***...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*...\n.**........\n.*...***.**\n*...***..**\n***.*.*...*\n***.*..**..\n```\n\n\n## Output without wrap\n\n```\n**.........\n.......*...\n....*......\n*...*.....*\n..*.*.*.**.\n.*.*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n.*.*..*....\n.*..*....*.\n....*......\n..*...*.*..\n....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.***..\n...*..\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..**..\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..**..\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n...*\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n...*\n..**\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n....\n.*..\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n.*..\n*.**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n*..*\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.**.\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..........\n.*.....***...\n.**.......*.*\n..*.*.****.**\n..........*..\n**..**..**..*\n*.*..**...*.*\n*.*.**.*.*...\n*.*..*..**..*\n***........*.\n```\n\n\n## Output without wrap\n\n```\n.**.....*....\n*.......**...\n.***..*...*.*\n.***...***..*\n.*.**.*...*.*\n**..***..**..\n*.*....*..**.\n*.*.*..*.***.\n*.*.***.***..\n*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n........**...\n.***..*...*.*\n****...***..*\n.*.**.*...*..\n.*..***..**.*\n..*....*..**.\n..*.*..*.***.\n..*.***.***..\n...*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n*......\n.....**\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n......*\n......*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*...\n*...\n*...\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n**..\n*...\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**.*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n**.*****\n.**.**.*\n.*****.*\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n.......*\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n****.\n*****\n*****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**..*\n.....\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**..*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n.....\n.....\n.....\n.....\n...*.\n....*\n.....\n.....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*.\n........\n....*...\n......*.\n.**....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.*......\n........\n**.....*\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n.....\n.....\n**...\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*..*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n**....\n.....*\n.*...*\n......\n**....\n......\n**....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n......\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n.*...*\n*.....\n.*....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*.*..\n*...*.\n*....*\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n**....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n**....\n**...*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n..**....*.\n.**.......\n*.**......\n*.*.......\n*.*.......\n.**.......\n.***......\n```\n\n\n## Output without wrap\n\n```\n..*.......\n...*......\n..........\n*..*......\n*.*.......\n*.**......\n*.........\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n...*......\n..........\n*..*......\n*.*......*\n*.**......\n*.........\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n.*.*...\n.**....\n*.*****\n.*..*.*\n.***..*\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n.....*.\n**....*\n*.***.*\n***....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....**\n......*\n..****.\n***....\n*......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n......\n....**\n...*..\n*..***\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...***\n..**..\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n....**\n*..**.\n****..\n*..***\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**......*.\n.*..***......\n*.*..*.....**\n*..***..*..*.\n***.*.*.....*\n*...**....*.*\n```\n\n\n## Output without wrap\n\n```\n*****........\n......*....**\n*.*........**\n*.....*....*.\n*.*...*.....*\n*..***.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*....*.\n......*....*.\n*.*........*.\n......*....*.\n..*...*......\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n....**...\n*........\n.....*...\n```\n\n\n## Output without wrap\n\n```\n....**...\n...*..*..\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.........\n....**...\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.**...\n.***..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n.*.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n..*...\n.*.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*****.\n*****.\n**..**\n*****.\n....*.\n```\n\n\n## Output without wrap\n\n```\n*.*.*.\n.....*\n......\n.....*\n*.*...\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n......\n......\n......\n..*...\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*..\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n...*.\n.....\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n**.....\n**.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n**.....\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n...*\n*...\n***.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*...\n.....*\n......\n..*...\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.***...\n.......\n.......\n.***...\n****...\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n..*....\n..*....\n..*....\n*..*...\n*..*...\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n..*....\n..*....\n..*....\n*..*...\n*..*...\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*..*.\n....*.\n**.*..\n.*.*..\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n*...*.\n......\n**....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n..**..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.**.\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*..*\n.*.*..\n......\n......\n......\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..*...\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..***.\n..*...\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n..*.**\n..*.**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n...*..\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n..*........\n..*........\n..*........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n..*........\n..*........\n..*........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...........\n...........\n..*........\n..*........\n..*........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....*\n..**....*.\n*.....*..*\n.*...*.*.*\n*.**...*..\n*...**...*\n*....**.*.\n..*...*..*\n*....*.**.\n**...****.\n.*.*.*....\n.*..*.....\n..**......\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n.......***\n......**.*\n*......**.\n*....*.**.\n*........*\n*****.*..*\n**...***.*\n*.*.....**\n*.*.**..*.\n....***...\n.*.**.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n...*...**.\n......**..\n.......*.*\n*....*.*.*\n*.......*.\n..***.*.*.\n.....***..\n..*.......\n*.*.**...*\n....***...\n***.**....\n******....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..**\n.**.**.*\n.*****.*\n.*...*.*\n.**.**.*\n**.*.***\n..*.**..\n*****.**\n..*.*.*.\n*.**...*\n*.**.*.*\n..******\n......**\n```\n\n\n## Output without wrap\n\n```\n.*******\n*......*\n*......*\n*......*\n...*...*\n*......*\n........\n......**\n*...*.*.\n.....*.*\n.....*.*\n.**.....\n...**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...\n........\n.......*\n.......*\n...*....\n.......*\n........\n*.....**\n....*.*.\n*....*..\n.....*..\n.**.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n**..**\n......\n.....*\n***...\n*.*..*\n....*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n**..*.\n**..*.\n....**\n.*....\n*.*...\n*.**..\n.*.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n**..**\n....*.\n**....\n..*...\n*.**.*\n**.**.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...**.....\n.....*....\n...**.....\n..**......\n**..*.....\n*.......*.\n.**.*.....\n*.......**\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n.....*....\n..***.....\n.**.......\n****......\n*.**......\n**......**\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n.....*....\n..***.....\n.**.......\n****.....*\n*.**.....*\n.*......*.\n**.......*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n***..\n...*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n..***\n.***.\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n....\n....\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**.\n*..**.*..\n.**...*..\n*.*.....*\n........*\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.*..*....\n..**...*.\n.*....*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**..\n**..*....\n..**.....\n..*...*..\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n..*..*\n***...\n..*.**\n.*..**\n**.***\n.***..\n*....*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n...***\n..*...\n.*....\n*.*.**\n*...**\n**..*.\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.*..*.\n..*..*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*\n....*...*.\n....*..*.*\n........*.\n..*......*\n```\n\n\n## Output without wrap\n\n```\n..........\n...*....**\n.......*.*\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....**\n...*....**\n.......*.*\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..**\n..***.*..\n*.*...***\n..**.*.*.\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n....*.*..\n........*\n.***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n....*.*..\n........*\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........\n.....*.*....\n........*...\n..*.....*...\n............\n..***...*...\n..*....*...*\n............\n............\n............\n........**..\n*...........\n...*........\n*..*...*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.......**...\n............\n..*.........\n..**........\n..*.........\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n............\n.......**...\n............\n..*.........\n..**........\n..*.........\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...***....*\n..*.........*\n.*..***.....*\n**..........*\n.*.*.........\n```\n\n\n## Output without wrap\n\n```\n.*....*......\n*.*.*..*...**\n***..*.....**\n**..**.......\n***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.....*\n..*.*..*...**\n.**..*.....**\n.*..**......*\n......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n..*....*\n.**....*\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*......\n..**....\n..**....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*\n..**...*\n..**...*\n*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.\n.**..*..*.\n*.*..**...\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.**..*....\n..*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..*\n.**..*...*\n..*..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.......\n.....*....**.\n*.*...*...*.*\n*....*.*.*...\n*....**.*.*..\n```\n\n\n## Output without wrap\n\n```\n....*........\n....***...**.\n.*...**..**..\n*....*.*****.\n.....*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...***.\n....***...***\n**...**..**.*\n*....*.*****.\n.....*.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...**.\n.**.*.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n......\n*...**\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n*...*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n....**.\n...***.\n.....*.\n...*.*.\n..****.\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....**.\n...*..*\n..**.**\n...*...\n..**...\n..*....\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n....**.\n...*..*\n..**.**\n*..*...\n..**...\n..*....\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n*****\n...**\n*....\n*....\n..***\n*...*\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n**..*\n.*.*.\n.....\n...**\n...**\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n*....\n**..*\n**...\n.*.*.\n..*.*\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*..*.*\n.***.**....\n*..*..**.*.\n.*..*..*..*\n......*****\n....*....*.\n```\n\n\n## Output without wrap\n\n```\n*..****....\n...*.*..**.\n*..*...**..\n.....*....*\n.....***..*\n.......*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**..**\n...*.*..**.\n*..*...**.*\n.....*.....\n*....***..*\n.*...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*....*\n.*...*....*\n.....*..*..\n.**.**..*..\n*...*.....*\n......*....\n...*.***...\n....*.*...*\n*......**.*\n*....***..*\n*****.*****\n******..*..\n..*.*.*...*\n*.***.*...*\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n**..*.*....\n**......***\n**....*....\n......*....\n....*.**...\n...**.**...\n.......***.\n.....*..*.*\n...**.....*\n.*.**.....*\n.......**.*\n*......***.\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....***.\n...**..***.\n........**.\n......*....\n**....*...*\n....*.**...\n...**.**.**\n.......****\n.....*..*.*\n...**......\n...**......\n.......***.\n.....***.**\n...*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*\n...*...\n..*****\n..*....\n.*..*..\n.*.**.*\n*****.*\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.**....\n......*\n..*.**.\n.**....\n.*..**.\n.......\n*...*.*\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*\n.......\n..*.**.\n.**....\n**..**.\n......*\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n**.....\n......*\n.......\n.......\n.......\n......*\n......*\n.....**\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n.......\n.......\n.......\n.......\n.......\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*.....\n*......\n.......\n.......\n.......\n.......\n*.....*\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.**..*\n...*.*\n**.***\n.****.\n....**\n```\n\n\n## Output without wrap\n\n```\n.*.***\n**.*.*\n*..*.*\n..*.*.\n*.*.**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*.**.\n.*.*..\n..*...\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n....*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*....\n*.*..*\n*.***.\n*...**\n*.....\n.*****\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n..*...\n*...**\n*..*..\n*.*..*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n..*..*\n*...*.\n.*.*..\n.**.**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..\n....**...\n.........\n.........\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.....*...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..\n.....*...\n.........\n.........\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..*.*.\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n.**...\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.*..*.\n.**...\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*......\n..*...***.\n*...*.....\n...*.*....\n.......*.*\n**.....**.\n*.....*.**\n```\n\n\n## Output without wrap\n\n```\n..*....*..\n.***...*..\n...*****..\n....*.....\n......**..\n**....*...\n**......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*...\n.***...*..\n...*****..\n....*.....\n*.....**.*\n.*....*...\n..*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n**...\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n.*...\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.....*\n*.....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.\n*.*....\n*.*.***\n....*.*\n..*...*\n**....*\n..*..**\n******.\n...*...\n```\n\n\n## Output without wrap\n\n```\n*****..\n*.*...*\n....*.*\n.*..*.*\n.*....*\n.**...*\n......*\n.*...**\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*\n..*....\n*...*..\n.*..*..\n.*....*\n.**....\n.......\n**...*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*\n*.*.....\n.*......\n......*.\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n*.*.....\n.*....*.\n.....*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**.....\n*......*\n*....**.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.*...\n.*....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**..\n*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..\n.*...*..\n...*.*..\n........\n..**....\n........\n.*..*...\n*.......\n*...**..\n*....*..\n```\n\n\n## Output without wrap\n\n```\n........\n..*..**.\n....*...\n..***...\n........\n..**....\n........\n**..**..\n**..**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..***.\n..*..**.\n....*...\n..***...\n........\n..**....\n........\n**..**..\n**..**.*\n**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.**\n.***\n*..*\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n*...\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n**.*....*...\n........*...\n.........*..\n...*......*.\n........*.**\n.......*....\n............\n....*.......\n............\n......*....*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n........**..\n........**..\n...........*\n.........*.*\n..........*.\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n........**..\n........**..\n...........*\n.........*.*\n..........*.\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*..*..\n*.*..*\n......\n*.***.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n.*....\n..*.*.\n.**.*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n**...*\n*.*.*.\n.**.**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n..*....*.\n..*....*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*....*.\n..*....*.\n..*....*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....**...\n....**...\n....**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...*.****\n***.*.**.*****\n*..***.*******\n.**...**.*.**.\n..**.*******.*\n****.*.**..**.\n*.**.*...****.\n*.*..*.*.....*\n*.*.*.**..****\n*.*.....**.***\n.***.*.*.*****\n*..***.**.*.*.\n```\n\n\n## Output without wrap\n\n```\n*..***.**....*\n......*.......\n*...*.........\n.*............\n*....*.......*\n*....*.......*\n*....*.*.**..*\n*.*..*.***...*\n*.*..***.**...\n*...**........\n*....*.*......\n.*.*.*.**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n......*.......\n....*.........\n.*............\n.....*.......*\n*....*........\n.....*.*.**...\n..*..*.***....\n..*..***.**...\n....**........\n.....*.*......\n.....*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.***..\n.*...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*....*\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.....*\n.*..*.\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.**\n......*..\n***..*.**\n...***...\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.**...**.\n...***...\n.***.*.*.\n.***.*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.**\n...***...\n****.*.**\n****.*..*\n**...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n*..\n...\n...\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*******\n***....\n*.*****\n*******\n***.*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....*.\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n***.*\n....*\n.**.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n.**.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**.*\n.**.*\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n..**.\n*.***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n.**.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.....\n.**.*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..*****\n.*****....**.\n.***.....*...\n..**.....*..*\n..*.....*..**\n*......*.**..\n.*.**..*.....\n*.*..*****...\n*.**..*.*...*\n.*....**..***\n.*.***..*.**.\n**.....**..**\n```\n\n\n## Output without wrap\n\n```\n.**..*...*..*\n.....*..*...*\n.........*.*.\n........*****\n.***....*..**\n.***...*.***.\n******....*..\n*....*...*...\n*.**......*.*\n**....*.*.*.*\n.*..**..*....\n***.*..******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****....\n*....*..*...*\n*........*.*.\n*.......*****\n****....*..**\n****...*.****\n******....*..\n*....*...*..*\n..**......*..\n.*....*.*.*..\n.*..**..*....\n.*.*.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n*.*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...*.\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n*......\n*.*....\n**.....\n...*...\n.....*.\n****.*.\n*..****\n***.*.*\n*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n*......\n**.....\n*......\n**.*...\n**.*...\n*.*....\n.*.**.*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*\n**.....\n......*\n**....*\n.......\n.*.*...\n**.*...\n.**....\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..**\n*.**..**\n*.**..**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...****.\n.*..**..\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n...*..*.\n...*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.*.***\n..*...\n..**..\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n*....*\n.*....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.*....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*.***\n***..\n**...\n*.**.\n*.***\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n.....\n...*.\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*..**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**..*\n..........*.\n..*.**....**\n.*.*.****..*\n.**....**...\n*...***...*.\n.*..**......\n**...**.*..*\n..****.*..*.\n**.........*\n.*.........*\n```\n\n\n## Output without wrap\n\n```\n............\n...**...**.*\n..**.**.....\n*....***...*\n*....**.....\n*...*.**....\n...*...**...\n**.**..**...\n.....**...**\n*....*....**\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n.*.**...*...\n****.**.....\n.....***....\n.....**....*\n*...*.**....\n...*...**..*\n**.**..**..*\n.....**...*.\n.*...*...*..\n.**......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....**\n.........*\n..*......*\n...**....*\n*..*......\n*.*.*.....\n.*...*...*\n.*....*..*\n```\n\n\n## Output without wrap\n\n```\n........**\n.**......*\n...*....**\n..***.....\n.**.......\n*.***.....\n***..*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....**\n.**......*\n*..*....**\n*.***....*\n***......*\n*.***....*\n.**..*...*\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**\n**...**\n***.**.\n.......\n.*..**.\n..**..*\n***..**\n.**....\n***.*.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n*..*...\n..*.**.\n......*\n.....*.\n.***..*\n.....**\n.*...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..*..*.\n.**.***\n......*\n.*...**\n..**..*\n.......\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n*..*.*....\n.*........\n```\n\n\n## Output without wrap\n\n```\n....*.....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....*.....\n....*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*.*\n.*..*.***\n*..**...*\n***.*..*.\n.***.*.*.\n.....*.*.\n.....*..*\n***...***\n...*.**..\n```\n\n\n## Output without wrap\n\n```\n..**.*...\n.**.*.*.*\n*..**...*\n**.......\n.*...*...\n.**..*...\n.*.****.*\n*..**.**.\n.***.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*....\n***.*..*.\n...**....\n.......**\n.....*...\n***..*.**\n...*****.\n***.**...\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n*..*.*\n****..\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..**.\n**.*..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n...***\n**.*.*\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n..*...*.\n..*...*.\n...*...*\n....*..*\n....*..*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n...*..**\n..**..**\n...*..**\n...**.**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**\n...*..**\n..**..**\n...*..**\n*..**.**\n...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n*.*\n...\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.....\n***......\n**.......\n....*.*..\n....**.*.\n......*..\n........*\n.*.....**\n......*.*\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.........\n...*.*...\n....*..*.\n.....****\n......*.*\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n*.......*\n.........\n...*.*...\n....*..*.\n.....***.\n*.....*.*\n.......**\n........*\n..*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.\n.**.***\n*..***.\n*......\n.*.**.*\n..*..**\n*.***.*\n*.**.**\n*****.*\n*.****.\n```\n\n\n## Output without wrap\n\n```\n.*....*\n*.....*\n*.**..*\n***....\n.****.*\n......*\n.......\n*.....*\n*.....*\n*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*.**...\n***....\n.****.*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n**.\n...\n...\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n...\n...\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n.....\n..***\n**.**\n.***.\n...**\n.***.\n..*.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.***.\n*.*..\n**...\n**...\n.....\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n..*..\n.**..\n*....\n....*\n**..*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.**..*.\n............*.\n...*.*........\n.........*....\n.*...**.......\n.*........*.**\n.....*.*......\n**............\n..*...........\n..*..........*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.....*........\n.....*........\n....*.*.......\n..............\n**............\n***...........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........**\n..............\n.....*........\n.....*........\n....*.*.......\n**...........*\n.*............\n.**...........\n*.*...........\n**...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n**..*\n*..*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n..*..\n*.**.\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.*..*\n..*..\n..**.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*....\n.**.**...*..*.\n..*.....**...*\n*......**.....\n*.*......*****\n.***.......*..\n.**...**...**.\n.*...*..***.*.\n....*******..*\n....**..*..*.*\n.......***..*.\n........**....\n**.****...***.\n..*..**..*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..........\n........***...\n.*.*.....*....\n.*.....*...*..\n.***....****.*\n*..**........*\n*..**..**...*.\n.***...**...**\n...*.........*\n...........*.*\n....*.*.....**\n..*.*...***.**\n.*.......**.**\n.*..***..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**..*..\n.......*.....*\n...*.....*...*\n.......*...*..\n****....******\n**.**.........\n*..**..**...*.\n..**...**...*.\n...*..........\n*..........*.*\n....*.*.......\n*.*.*...***...\n.*......***...\n......*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n******.\n**....*\n...*...\n*.***..\n**..**.\n*...**.\n......*\n...*...\n```\n\n\n## Output without wrap\n\n```\n*.****.\n..*****\n*....*.\n*..**..\n*.*..*.\n*.*....\n**..*.*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n..****.\n.....**\n...**.*\n*.*..**\n*.*....\n**..*..\n....***\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.**...*\n.*.*.....**.*\n.*****..*.*.*\n**......**..*\n*.******.**..\n......**.*...\n.........***.\n.****......**\n**.**....**..\n**.*..***..**\n.***..*.****.\n.*.****.**.**\n.*.*...*.**.*\n```\n\n\n## Output without wrap\n\n```\n...**...**.*.\n**....**..*.*\n...**...*.*.*\n*............\n*.****....*..\n...**..*...*.\n..**....**.**\n**..*.......*\n.....*.****..\n.....**.....*\n.............\n**...**.....*\n...*.***.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**....*\n.*....**..*.*\n...**...*.*.*\n............*\n*.****....*.*\n...**..*...*.\n..**....**.**\n.*..*.......*\n.....*.****..\n.....**......\n.............\n.*...**.....*\n.*........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n****.\n...*.\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.*.\n.*...\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**...\n**.*.\n.*...\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..**\n....**.**\n...*.*..*\n.*.*.**..\n..****..*\n*.*..*..*\n```\n\n\n## Output without wrap\n\n```\n...******\n.....*...\n..**....*\n......**.\n.......*.\n.**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n*....*...\n*.**....*\n*.....**.\n.......**\n***..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........**..\n.............\n.............\n.............\n.....**......\n.........*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n.............\n.............\n.............\n.............\n.........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n..*...\n*.****\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n******\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.**\n.****\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...*\n**..*.**.\n.*.****..\n*...*....\n.*.***.**\n```\n\n\n## Output without wrap\n\n```\n******.*.\n**....**.\n.***..**.\n**.....*.\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*....***\n.***..***\n**.....**\n.*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*........\n.*..*........\n......*.....*\n.............\n....*..*.....\n...........*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*.......\n.............\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.....*.......\n.............\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.**\n.***\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n.**.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.*..*.\n*...*.\n*..*..\n**.***\n*.*...\n.**.*.\n...*..\n**.*..\n*..***\n..*.*.\n.**.**\n.....*\n****.*\n```\n\n\n## Output without wrap\n\n```\n...***\n..*...\n**...*\n*....*\n*.**.*\n*.***.\n*****.\n*..**.\n****..\n*.*...\n..****\n.*****\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*****.\n**....\n.*...*\n..***.\n..**..\n.***..\n*..***\n*****.\n*.*...\n..**..\n****.*\n....**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*****\n******.**\n*.****..*\n.****.***\n.**..*.**\n*********\n*********\n***.**..*\n*.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n**......*\n*........\n*........\n*........\n.........\n.........\n.........\n........*\n*.*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..*......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***...\n*.........\n.*........\n.**.......\n***...***.\n....**.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n.*........\n*..*...**.\n.**.**....\n.**.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n.*...*....\n.*........\n*..*...***\n.***.**.**\n.*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.****\n.***...*.*.\n*..**.*..**\n.***.*..***\n***.**.*...\n*.*...*****\n*..*...**.*\n*...***.*..\n**..*****.*\n```\n\n\n## Output without wrap\n\n```\n.*....**.**\n**.*.*.*...\n*....***...\n.......**.*\n*...**.....\n*.*.**....*\n*..**.....*\n*..*.......\n**..*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....\n.*.*.*.*...\n.....***...\n.......**..\n....**.....\n..*.**.....\n...**......\n...*.......\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*..*.\n..**.\n*****\n.****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n*....\n*....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n....*.*\n.....*.\n.......\n.......\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n....**.\n....**.\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n..*...**.*\n.*..*..***\n..........\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n.***......\n.***..**..\n.**...*..*\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**..**.*\n..*...*...\n.......**.\n...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.*.\n.*.***..*\n**.***..*\n.*.***.*.\n***....*.\n*.*...*..\n```\n\n\n## Output without wrap\n\n```\n...*.**..\n.*.....**\n**.....**\n.....*.**\n*...**.*.\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.**\n.*.....**\n.*.....**\n.....*.*.\n*...**.*.\n*..*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n...**.*..\n.....*...\n.*...*...\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....***..\n....***..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....***..\n....***..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n...\n***\n.*.\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n..***.\n**...*\n**....\n.**.**\n..*..*\n..*.**\n*.**.*\n**...*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.****.\n*..**.\n....**\n*.****\n..*...\n..*..*\n*.**.*\n*..**.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n******\n...***\n....*.\n..****\n..*...\n..*...\n..**..\n...***\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****..*...\n......**....\n........*...\n.......*....\n...*....*...\n.**.**.*....\n```\n\n\n## Output without wrap\n\n```\n..******....\n..*******...\n......*.*...\n.......**...\n..***.***...\n..***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*...\n..*******...\n......*.*...\n.......**...\n..***.***...\n.*...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n**.*.\n***..\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n*..*.\n...*.\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n.**.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n.*.*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*..\n..*..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n..*..*..\n.....*..\n..*...**\n**...*.*\n.*...*.*\n.*.****.\n.*.*....\n**.****.\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**.....\n.....*..\n.*...*.*\n***..*.*\n.*.....*\n**.*.**.\n.*......\n**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n.**.....\n.....*..\n.*...*.*\n.**..*..\n.*.....*\n.*.*.**.\n.*.....*\n*..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n.*.\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n***\n*..\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n...**.*\n.*.***.\n..*...*\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*.....*\n......*\n..*....\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n*.........*\n.**...*.*.*\n.*.**.*.*.*\n****.......\n...........\n*..........\n```\n\n\n## Output without wrap\n\n```\n...........\n.*.......*.\n****.*....*\n....**.....\n**.**......\n*.*........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*\n**.......**\n.***.*....*\n....**....*\n**.**......\n*.*........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n****..*\n.**.*.*\n*..***.\n*...**.\n.*...**\n.**.*.*\n*.*.*..\n***.**.\n*...***\n```\n\n\n## Output without wrap\n\n```\n....*..\n*......\n......*\n*.*...*\n**.*...\n****..*\n*.*.*.*\n*...*..\n*.*...*\n*..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n.......\n*.*....\n**.*...\n.***...\n..*.*.*\n....*..\n..*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n.........*\n*.........\n......*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n........*.\n.........*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***\n..*.**.**\n***.**.**\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n..*.*.*.*\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*.*..\n.........\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.**....*.\n...*.**.*\n.**.*...*\n```\n\n\n## Output without wrap\n\n```\n.........\n..*...**.\n...****.*\n..****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n..*...**.\n...****.*\n*.****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.*...\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n***.*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*...\n..*..*...\n..*..*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..****...\n..****...\n..****...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*......*.\n*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.........*\n.......**.\n.........*\n.......**.\n*........*\n..........\n**......*.\n.....***..\n**..*.....\n....*....*\n*...*.***.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........*.\n........**\n.........*\n........**\n........*.\n**........\n......**..\n.....***..\n....*.*...\n**.**..**.\n.....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..........\n..........\n........*.\n........**\n.........*\n*.......*.\n........**\n.*........\n......**..\n.....***.*\n*...*.*...\n.*.**..***\n.....*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n...**.......\n.....**.....\n......**....\n......**....\n............\n............\n............\n.....*......\n....*.*.....\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....**......\n....****....\n............\n......**....\n............\n............\n............\n.....*......\n.....*......\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n....**......\n....****....\n............\n......**....\n............\n............\n............\n.....*......\n.....*......\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.**..\n**..*\n*.*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n***..\n*..*.\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.....\n**...\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n....**...\n...*.....\n..**.....\n.........\n.........\n.........\n*.......*\n*......**\n.*.....**\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...***...\n.....*...\n..**.....\n..**.....\n.........\n.........\n.........\n.......**\n**.......\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n.....*...\n..**.....\n..**.....\n.........\n.........\n.........\n*......*.\n.*.......\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n*..*\n*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n.......\n.......\n.......\n*.*****\n*.*..*.\n*.**...\n*...*.*\n**..***\n.*.*...\n**.*..*\n..**.**\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n.*.*...\n.......\n..*...*\n..*....\n.......\n*.*....\n*.....*\n*...*.*\n......*\n**.*...\n**.*...\n..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.....*.\n**...**\n..*...*\n***....\n*......\n..*..*.\n.......\n.*..*..\n**...*.\n*..*.**\n*....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*......*\n........\n*......*\n........\n...*....\n...*....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.**...\n......\n...*..\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n.***..\n.*..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.***..\n......\n.***..\n.*..*.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*...\n*..*......*...\n...........*.*\n...*.......*.*\n```\n\n\n## Output without wrap\n\n```\n..............\n..........**..\n..........**..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**.*\n*.........**.*\n*.........**.*\n*.........**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n*..\n...\n...\n***\n***\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n***\n***\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....**\n**....*..\n*...****.\n**.***...\n...*..*..\n...*..*..\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.....**\n...*...**\n.*..*.**.\n.........\n..******.\n...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..***\n...*..*..\n...*...*.\n**..*.***\n*........\n.......*.\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...*.\n..*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n***.\n.*.*\n***.\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.***\n..**\n..**\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n.**.\n....\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*..*\n....\n.**.\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n**.**.\n.*....\n...***\n*....*\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*....*\n*....*\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.*....\n*...**\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n*.*.*.\n.*****\n....*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n...**.\n......\n.**..*\n.*...*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n*.....\n***...\n.*...*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*..**\n*.**.\n*.*.*\n*.*.*\n*****\n*....\n****.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..***\n*...*\n*.*..\n*.*.*\n*...*\n*.*.*\n....*\n*..*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*....\n..*..\n..*..\n.....\n..*..\n.....\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**.*\n**.*\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..*\n*..**....\n****...*.\n....****.\n******.**\n.*....**.\n..****...\n.**...*..\n*....***.\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n*....*...\n***....*.\n.........\n****....*\n*......**\n...***.*.\n.**....*.\n.*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...**\n*....*...\n***....*.\n.........\n****.....\n.......*.\n...***.*.\n.**....*.\n****...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n.**.**\n.***.*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n....*....*\n..........\n.*...*....\n*...*....*\n..****..*.\n.......*..\n..*.*.....\n...*..*...\n...*......\n..*.......\n.......*..\n.*..*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.**.......\n...***..*.\n..*..*....\n...*......\n..***.....\n..**......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*.........\n***......*\n...***..**\n..*..*....\n...*......\n..***.....\n..**......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n*...*..\n.*..*..\n.**..*.\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n.**...*\n.......\n.****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*....**\n..*....\n*.*....\n.......\n*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.......*\n.*..*...*.....\n...*.......**.\n..............\n*.............\n**...*.*......\n.....*........\n...*..**..****\n.***.**.......\n```\n\n\n## Output without wrap\n\n```\n..............\n....*.......*.\n..............\n..............\n**............\n**....*.......\n....**.*...**.\n...*...*...**.\n..******...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**.......\n*...*.......**\n..............\n..............\n**............\n**....*.......\n*...**.*...***\n...*...*...**.\n.***.*.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n.......\n....*..\n.....*.\n......*\n.......\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*...\n..***.*.\n.**.*.*.\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n...***..\n.*****..\n..**.*..\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.......\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n**..*\n*.***\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n*..**\n.....\n*...*\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.*.*.\n.*...\n...*.\n*****\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*.*\n....*.*\n.....*.\n***....\n*.*....\n***....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*.*\n.*...*.\n*.*....\n...*...\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n....*.*\n**...**\n*.*...*\n...*..*\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n......\n.***..\n.**.**\n...**.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*.*.\n..*.*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..***.\n..*.*.\n.**.**\n.*...*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....*\n.....*..*\n*.......*\n.*.****..\n........*\n...*..*.*\n*..*.*.*.\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n.........\n**.....**\n......**.\n....**.*.\n..**..*..\n....*.*.*\n..**.***.\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...*\n.*.....*.\n*.....***\n....**.**\n*.**..*..\n*...*.*.*\n*.**.****\n.*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*....\n.**..\n.....\n.***.\n..*..\n.*.*.\n.***.\n**.**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n.*.*.\n..**.\n.*.*.\n.....\n.....\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n....*\n*...*\n.*.*.\n..**.\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...***....\n***...***....\n***...***....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.............\n..**.**.**...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**.*****\n*.**.**.*****\n*.**.**.*****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*...\n.............*\n..*...*....**.\n..*...........\n```\n\n\n## Output without wrap\n\n```\n..............\n...........**.\n...........**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**.\n...........**.\n............*.\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.****....\n...*.*.....\n.***.......\n...*....*..\n****...***.\n*.**..***.*\n**.........\n*.*.......*\n****...***.\n...**.*....\n**.*.******\n```\n\n\n## Output without wrap\n\n```\n..**.**....\n.*...**....\n...*.......\n*...*..***.\n*...*.*....\n...*..*....\n*..*...*.*.\n...*....**.\n*...*..***.\n..........*\n..**.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....***\n.*...**....\n...*.......\n*...*..***.\n*...*.*....\n...*..*....\n...*...*.*.\n...*....**.\n*...*..***.\n...........\n**......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.*....\n..*...\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n***...\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.....\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.***\n*...\n**.*\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.**.\n*..*\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n****\n....\n**.*\n*...\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n......**.\n.....*...\n..*......\n.***.....\n.**......\n**.......\n*........\n....*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......*..\n......*..\n.***.....\n...*.....\n...*.....\n*.*......\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n......*..\n......*..\n.***.....\n...*.....\n...*.....\n*.*......\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n.*..*\n.*..*\n.....\n.....\n.....\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n*****\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n.****\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*..\n*......*..\n*......*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n**....***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....****\n**....****\n**....****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n*.*......\n**.*..**.\n.........\n**...*...\n*...*..*.\n.*.......\n**...*..*\n**.*....*\n..*.*.**.\n..*.***.*\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*........\n***......\n..*...*..\n**.......\n*........\n.*.......\n.........\n*..****.*\n..*.*.*.*\n..*.*....\n...**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n*.......*\n***.....*\n..*...*.*\n**......*\n*.......*\n.*.......\n........*\n...****..\n..*.*.*..\n..*.*....\n.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*....*\n..*.*.....\n...****...\n.***......\n.*.*****..\n..*..*....\n***...****\n*..***....\n****.*.***\n...*.*...*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**.......\n***..*....\n**....*...\n*....*....\n.*....**..\n*....*...*\n***.***.**\n***.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****...\n.*****....\n.**.......\n***..*....\n*.....*...\n.*...*...*\n*.....****\n**...*....\n....**....\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n...\n*.*\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n*.*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*.*\n*****....\n*.**.....\n...*...**\n..*...***\n.***...**\n***.*..*.\n*......*.\n*...*...*\n...*.*.**\n```\n\n\n## Output without wrap\n\n```\n....**...\n**..**...\n**.......\n***....*.\n***....*.\n**....**.\n**....***\n.....*..*\n...****..\n.....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..\n.........\n**.......\n***......\n***......\n......**.\n......**.\n.....*.**\n...**.**.\n....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.*....\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*...\n...***\n..*...\n.*.**.\n**..*.\n....**\n.*.***\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*....\n.**.**\n.....*\n*..**.\n......\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n***..*\n.**.**\n......\n...**.\n....*.\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n.*.......\n.*....*..\n.......**\n.......*.\n.........\n...**...*\n*.**.**.*\n*..***.*.\n```\n\n\n## Output without wrap\n\n```\n***......\n***......\n......***\n......*..\n......*.*\n...**.***\n.*******.\n........*\n.*.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n..**.....\n**....**.\n*.....*..\n......*.*\n*..**.*..\n*.*******\n*........\n...*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.*.\n.*...\n.....\n.....\n..*..\n.*...\n.....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.***.\n.*.**\n*....\n*****\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n*****\n*..**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n*..*\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n..*..\n.*...\n.*...\n***..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n.**..\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.*..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n***\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..****\n..**.***\n.*.*...*\n.*.*...*\n**....*.\n...*.*.*\n........\n..***...\n.**.**..\n.*......\n.*...*..\n*....*..\n```\n\n\n## Output without wrap\n\n```\n..***...\n.*......\n**....**\n.*...*..\n**......\n.*...***\n.***.*..\n.**.**..\n......*.\n..*.**..\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.*.**...\n.*....**\n.*...***\n.*......\n**...***\n*.**.***\n.**.**..\n......*.\n..*.**..\n..*.....\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*....\n*..*..\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*..*..\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.....\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*\n*.**....\n.....*.*\n....*..*\n.....*.*\n...*.***\n*..*....\n.......*\n*......*\n....**..\n....*...\n........\n..*.**..\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n.*......\n......**\n...*...*\n.....*.*\n....**.*\n......*.\n........\n.....*..\n....*.*.\n......*.\n...*.*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*.*.\n........\n.*.*....\n.*...*..\n.*..**..\n*.....*.\n......*.\n*....***\n....*..*\n......*.\n..*.....\n.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n.*****\n***...\n****.*\n**.***\n.****.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****...\n......**..\n....*.....\n..***...**\n.....***..\n..***...*.\n.*.*......\n..*.*.....\n*.**...**.\n```\n\n\n## Output without wrap\n\n```\n....****..\n...*..**..\n....**.**.\n...**.***.\n.....***.*\n..******..\n.*........\n....*.....\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****..*.\n...*..**..\n....**.**.\n...**.***.\n.....***.*\n..******..\n.*........\n....*.....\n.**...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*....\n.*...\n..*..\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.**..\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n.*...\n.**..\n.*...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****.\n.*.***.**\n..***.*.*\n```\n\n\n## Output without wrap\n\n```\n**.....**\n*.*.....*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**\n*......**\n.........\n...*.....\n.........\n..*......\n..*......\n..**.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n.........\n.........\n.........\n.**......\n..**.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*......*.\n........*\n.........\n.........\n.........\n.**......\n..**.....\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.....*.\n*..*....*.**\n****.*..*.*.\n*..*.*....*.\n***.*.....**\n```\n\n\n## Output without wrap\n\n```\n.***.....***\n*.........**\n*..*......*.\n.....*....*.\n*****.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n..........*.\n...*......*.\n.....*....*.\n....**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*..**\n.**.*\n.....\n***.*\n*....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n***..\n*.*..\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.***.\n..*.*\n.*..*\n*.**.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n*..**.\n.....*\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*.**\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.****\n.**.*.*.**\n.****.*.*.\n**..*.****\n***.***...\n.**.*.....\n*...*.*...\n*....*****\n....**....\n```\n\n\n## Output without wrap\n\n```\n..*...*..*\n*...*.*...\n....*.*...\n........**\n....*.*.*.\n..*.*.*...\n*..**.*.*.\n.......**.\n....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*...\n....*.*...\n....*.*...\n........*.\n....*.*.*.\n..*.*.*...\n*..**.*.*.\n*......***\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.....*\n......\n......\n......\n.*....\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.....\n**..****.*...\n.........**..\n*..**.***..**\n.....*.....*.\n*.***.***...*\n*.*.*...*....\n....*****....\n.....*..*....\n.........**..\n...**....*.*.\n..*..**......\n```\n\n\n## Output without wrap\n\n```\n**...*.***...\n....**.*...*.\n***.........*\n*..*******..*\n.**.*....****\n..*....**....\n..*.*.*..*...\n...**..***...\n..........*..\n........*.*..\n........***..\n...*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**...\n...*****...**\n.**..........\n**.*******..*\n.**.*....***.\n..*....**..*.\n*.*.*.*..*..*\n...**..***...\n..........*..\n........*.*..\n..*...*.***..\n......***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*...*\n**.....***.*\n**....****.*\n```\n\n\n## Output without wrap\n\n```\n.*........*.\n..*.....**..\n.*........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***........\n.***........\n.***........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n.........*.\n*......**.*\n*.......*..\n*.........*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.......***.\n...........\n.......**..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.........*.\n*......**.*\n*.........*\n.*.....**..\n*..........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*****..\n............*.\n......*.....*.\n............*.\n......*....*..\n.......*.*.*..\n.........***..\n.........*.*..\n.........*.*..\n.........*.*..\n```\n\n\n## Output without wrap\n\n```\n........****..\n.......****.*.\n...........***\n...........**.\n..........***.\n........**.**.\n.........*.**.\n........**.**.\n........**.**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.**.\n.......****.*.\n...........***\n...........**.\n..........***.\n........**.**.\n.........*.**.\n........**.**.\n........**.**.\n...........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.*.*\n***...*.*..\n.**....**..\n.......**..\n.......**..\n.......***.\n........*..\n...........\n*...**.....\n.......**..\n....*...**.\n*..******.*\n*******.*.*\n```\n\n\n## Output without wrap\n\n```\n.**........\n*..*...***.\n.*...**.**.\n.....***...\n...........\n.......*.*.\n........**.\n........*..\n........*..\n...***..*..\n...***..**.\n*.**.......\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*..\n**...**.*..\n.*...**.**.\n.....***..*\n...........\n.......*.*.\n........**.\n........*..\n........*..\n...***..**.\n...***..**.\n...........\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n**.*..\n*..*..\n.***..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n**..*.\n*.....\n.*..*.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n**..*.\n*.....\n.*..*.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*..****\n*.**...*...*\n....**....*.\n..**........\n..**......*.\n*.**.*.**.**\n```\n\n\n## Output without wrap\n\n```\n..****.*****\n.**..*.**..*\n.***.*......\n..........*.\n.*.......*.*\n..**.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..*...\n**...*......\n****.*......\n..........*.\n.......***..\n.......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n**.\n...\n***\n.*.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n**.\n..*\n***\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n*.......\n.***....\n........\n........\n*......*\n.**.....\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*....\n.**.....\n..*.....\n........\n.*......\n***.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n.*.*....\n.**.....\n..*.....\n........\n**......\n.**.....\n**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*.*\n.*...\n**.**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n....*\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n***.*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n*..***\n.*..**\n******\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n......\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n.****\n*****\n.****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n**.***\n**.**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n*.......\n........\n..****..\n...*.**.\n...****.\n...**.*.\n..**.**.\n.*****.*\n**....**\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n...**...\n..**.**.\n........\n..*....*\n.......*\n.*.....*\n*......*\n**.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n...**...\n..**.**.\n........\n..*....*\n.......*\n.*.....*\n........\n...****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n....\n*...\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n....\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n..**.\n.*..*\n**..*\n...**\n...**\n*...*\n**...\n.....\n.....\n*...*\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n*...*\n*...*\n*.*..\n..**.\n.***.\n***..\n***..\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.*...\n*...*\n**...\n****.\n.**..\n..*..\n.**.*\n***.*\n*....\n.....\n.....\n*...*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n.........\n.........\n....**...\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....**...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.........\n....**...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n****.*\n.*....\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n..**..\n*..*..\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*.*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..*.\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n......*.\n.....**.\n..**....\n..*.....\n........\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n....***.\n..***...\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n....***.\n..***...\n..**....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........\n..........*.\n............\n.....***....\n*...........\n.......*...*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n......**....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*\n............\n............\n......**....\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n.....\n**.**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n**.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.....\n*...**..*.\n......**..\n......*...\n```\n\n\n## Output without wrap\n\n```\n....**....\n....****..\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....****..\n......**..\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.....\n..*........\n.*.........\n*.........*\n*.....**.*.\n**...**....\n....**.....\n.....*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n**.........\n**....*....\n.....***...\n**..*..*...\n...**.*....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n.....*.....\n.*........*\n.*....*...*\n.....***...\n*...*..*...\n*..........\n....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n**...*\n......\n..***.\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**.*..\n.*..*.\n.....*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n...*..\n......\n*.....\n..*.*.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**...\n**...\n.*...\n.***.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.....\n.*...\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n**..*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...\n*...**..\n*.***...\n**......\n**......\n```\n\n\n## Output without wrap\n\n```\n.*.***..\n*.*..*..\n*.****..\n...*....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.*\n*.*..*.*\n*.****.*\n...*...*\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*....\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n*..*\n.***\n....\n.*.*\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n.***\n.*.*\n**.*\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**.*\n.***\n.*.*\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n.*...*..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n......\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..*.\n..*.\n....\n..*.\n...*\n....\n..**\n..*.\n....\n*...\n*...\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n.*..\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n....\n....\n....\n..**\n**..\n..**\n....\n....\n*..*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n.*.\n...\n*..\n.**\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.*.\n...\n...\n..*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n**....\n**....\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****.\n**...*..\n....*..*\n.***..*.\n*....*..\n*..***..\n***...*.\n*.****.*\n....***.\n......*.\n```\n\n\n## Output without wrap\n\n```\n.*.***..\n*.......\n*.....*.\n***....*\n*......*\n*..**..*\n*.*.*.**\n.*....**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n........\n........\n.**.....\n........\n**.**...\n..*.*.*.\n........\n........\n*.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n**...*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n**...*\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n..*.*.\n.*.*..\n*..**.\n***.*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*..*.\n......\n**....\n*..*.*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*..*.\n.*..*.\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n***.....\n........\n........\n........\n........\n........\n.***....\n```\n\n\n## Output without wrap\n\n```\n........\n***.....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n***.....\n........\n........\n........\n........\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n...*.....\n...*.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n..***....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....\n..***....\n..***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*\n*.....*\n....**.\n.***.*.\n*...***\n****..*\n.......\n.......\n**.**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.**.*\n*...***\n*.....*\n*...**.\n*..*.*.\n*......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.....**\n....**.\n*.....*\n*...*..\n*..*...\n*......\n.......\n**.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**..\n......\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*...*\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.**.*.\n.*.***\n..**..\n.**...\n*.****\n```\n\n\n## Output without wrap\n\n```\n.***..\n**....\n.*...*\n......\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n**...*\n*.....\n*....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..*.\n........*.*.\n............\n.......***..\n..........*.\n```\n\n\n## Output without wrap\n\n```\n.........*..\n.........*..\n.......*....\n........**..\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n.........*..\n.......*....\n........**..\n.......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n...**.\n...*..\n..*.*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..***.\n..*...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..***.\n..*...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*..*\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.*..\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......**.*\n*.*...***....*\n...***...**...\n***......**...\n...******.....\n**.......***..\n*..**...*..*.*\n...*****......\n...........*..\n..**.......***\n*.*.....****.*\n*..**.**..*..*\n..**........**\n```\n\n\n## Output without wrap\n\n```\n.**....*....*.\n..*.*****..**.\n*..*****..*...\n.**....*..*...\n...******..*..\n***...*..****.\n****..****.**.\n...*.***....*.\n..*..**....*..\n.***.....*...*\n..*.*..***...*\n....*..**.*..*\n..***.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...*..\n*.*.*****..***\n...*****..*..*\n.**....*..*...\n...******..*..\n***...*..*****\n****..****.***\n...*.***....*.\n..*..**....*..\n****.....*...*\n..*.*..***....\n....*..**.*...\n....*.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n*.**..\n.*.*.*\n.**..*\n..*...\n***...\n*..**.\n**..*.\n**..**\n```\n\n\n## Output without wrap\n\n```\n.****.\n......\n*..*..\n.*.**.\n*..*..\n*.*...\n...**.\n..*...\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n...*.*\n.*.**.\n...*..\n*.*..*\n...**.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....\n*...*.*.**\n*...***.*.\n*.....*.*.\n......*.*.\n.....****.\n........*.\n..........\n.....**...\n*...*.*...\n....***..*\n..**.*..*.\n.***......\n```\n\n\n## Output without wrap\n\n```\n....**....\n...*..*.**\n**..*.*.*.\n......*.**\n........**\n.....**.**\n......*.*.\n..........\n.....**...\n....*..*..\n......**..\n.*...**...\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**...*\n*..*..*.*.\n**..*.*.*.\n......*.*.\n........*.\n.....**.**\n......*.*.\n..........\n.....**...\n....*..*..\n......**.*\n.*...**...\n.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.**\n.*******.*\n**********\n**.****.**\n**********\n*********.\n.********.\n**********\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.****...\n*.**.*...*..\n....*...*...\n.*.**..**.**\n....*...*...\n..**.*.**.**\n.......*..**\n.**.*..*..*.\n..*.*....*.*\n*.*..*.*....\n.*.*.*..**.*\n.*.*.***....\n```\n\n\n## Output without wrap\n\n```\n**.*.****...\n*..*.*...*..\n.*...*.*....\n........**..\n.........*..\n...**...*...\n.*..***...*.\n.**.*.*.**..\n..*.*.*.*.*.\n..*.....**..\n.**.....**..\n....*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....**..\n..**..**.**.\n**...*.*..**\n.*......**..\n.........*.*\n.*.**...*..*\n....***...*.\n..*.*.*.***.\n..*.*.*.*...\n..*.....**..\n.*.*.**.***.\n**.*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........**\n...........**\n.............\n.............\n**.........**\n...........**\n.............\n.............\n...**........\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n...........**\n...........**\n.............\n.............\n...........**\n...........**\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**\n...........**\n*..........*.\n*...........*\n*..........*.\n............*\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***....*.\n.......*.*.\n........*..\n...**.***..\n..*.*......\n..*........\n```\n\n\n## Output without wrap\n\n```\n...........\n........**.\n...*.***.*.\n...*...**..\n..*..*.**..\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.....*\n*..*....*.*\n...*.***.**\n...*...**..\n..*....**..\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......*.\n.**.****.**\n....*....*.\n......**...\n...**......\n.***.......\n*.*.......*\n```\n\n\n## Output without wrap\n\n```\n.***..***.*\n.*....**...\n......*..**\n..*..*.....\n..*........\n....*......\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.****.\n***...**...\n**....*..**\n..*..*.....\n..*........\n**.**.....*\n*....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...***\n*..***\n.*..**\n******\n...**.\n**...*\n......\n***.*.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.....*\n...*..\n..*...\n......\n**....\n......\n....*.\n..*...\n*.*.*.\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...*..\n..*...\n......\n.*....\n......\n*...**\n..*...\n*.*.*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n**..\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.**\n.**\n...\n...\n...\n**.\n***\n*.*\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*..\n.**\n...\n...\n...\n.*.\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n.**\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n.***..\n.**...\n...*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*...*.\n.*....\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n.*....\n.*.*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*\n...*...\n...**.*\n**...*.\n..*....\n```\n\n\n## Output without wrap\n\n```\n..***..\n.......\n..****.\n.*****.\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n*......\n*.*****\n*******\n..*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***....\n..*..**...\n*...****..\n.*......*.\n..**.*....\n*.****.***\n*..*...**.\n.*****..*.\n.*****...*\n..........\n```\n\n\n## Output without wrap\n\n```\n.******...\n.*.....*..\n*.....***.\n.*****.*..\n..*.**.*..\n.....*.*..\n.....*...*\n**...****.\n.***.*.**.\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..****...\n.*.....*..\n*.....***.\n******.**.\n*.*.**.**.\n**...*.*.*\n.....*..**\n**...***.*\n**...*.*.*\n*..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n*...*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.........\n.*..........\n*...........\n..***.......\n..***.......\n..**........\n............\n............\n............\n..*.........\n```\n\n\n## Output without wrap\n\n```\n............\n.*..........\n.***........\n.**.*.......\n.*..........\n..*.*.......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........\n.*..........\n.***........\n.**.*.......\n.*..........\n..*.*.......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n..*\n...\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.......**\n...*.**.*\n..*.**.**\n..*.*....\n...***...\n.....*.**\n.*.****.*\n.**.....*\n*.*...***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......*.\n......**.\n.........\n..**..**.\n..**.**..\n..**.**..\n..*.....*\n.******.*\n.**.*.*.*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.........\n.........\n.......*.\n......***\n*........\n.***..***\n..**.**..\n.***.**.*\n***.....*\n.******.*\n.**.*.*..\n*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...***..\n..*..*.**..*.\n...*.*..*.*..\n...*..*......\n.............\n..***.....*..\n```\n\n\n## Output without wrap\n\n```\n..****.****..\n.*...*.......\n..**.*.**....\n..*.**.......\n....*........\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.*****.\n.***.*.....*.\n..**.*.**....\n..*.**.......\n....**.......\n.**.**...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....*..\n...*.****.**.\n..*......**..\n.*.*.........\n.*******..*..\n.*....*..***.\n...**.*...**.\n....*..*.**..\n```\n\n\n## Output without wrap\n\n```\n...*.....***.\n..*.........*\n..*........*.\n**...........\n**..*..*...*.\n**.......*...\n..**..***....\n...*.******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***....\n...........*.\n..*........*.\n**..........*\n**..*..*...*.\n**.......*...\n...***.***...\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.***\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n......\n.*....\n......\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*.....\n......\n*.....\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....**\n...*.*\n..*...\n...*.*\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n...*.*\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n...*.*\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*..\n.**..**..\n...****..\n...*.*..*\n.***.***.\n.*.**...*\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.*.*..*..\n.*.**..*.\n...*.....\n........*\n..*..****\n..*.**..*\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*..\n.*.**..*.\n...*.....\n........*\n.**..****\n.**.**..*\n*...*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n........\n....*...\n...***.*\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n...*..*.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n........\n...*.*..\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n...**.\n**.***\n...**.\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n****..\n.....*\n****..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n.***..\n*.....\n.***..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**.....\n.......\n**.....\n.......\n.......\n.......\n.......\n....***\n*..*...\n*......\n...*.**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n....**.\n....**.\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n....***\n*...**.\n*...*..\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.\n....*..\n.......\n..*....\n.**....\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n..*..*.\n.......\n.*.*...\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*.....\n..........\n..........\n..........\n....*.....\n...**.....\n..........\n.....**...\n.....*....\n..........\n..........\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n....**....\n.....**...\n.....**...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n....**....\n.....**...\n.....**...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n..*..\n....*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*...\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n**..*\n***..\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******\n*.******\n*...***.\n*..*****\n*.**.*.*\n*..*.**.\n***..***\n*.******\n****.***\n```\n\n\n## Output without wrap\n\n```\n.*.....*\n*.......\n*.*.....\n*.*....*\n*.*....*\n*..*....\n*.......\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.....\n..*.....\n..*.....\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n*..\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.*.**.\n*.**.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n**.*..\n.....*\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*.*.*\n*.*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n*.*..\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n*..**\n..*..\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..*.****\n**********.*.\n***...**.*..*\n*.***.******.\n```\n\n\n## Output without wrap\n\n```\n*...*..*.*.**\n....*........\n............*\n*.**.**..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n....*........\n.............\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****....\n...*.***.\n..**...*.\n.***....*\n*......**\n.*.**.*..\n**.*.**..\n*...*...*\n*...*....\n```\n\n\n## Output without wrap\n\n```\n..*****..\n.*...***.\n.*.....**\n.*.*....*\n*...*..**\n.*.**.*..\n**.*..**.\n*..**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n.*...***.\n.*.....**\n.*.*.....\n....*..**\n.*.**.*..\n.*.*..***\n...**...*\n*.*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n****\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n..*..\n.**..\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*..*.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n..*..\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*...**\n*...**\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n**.*.\n..***\n**..*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n**...\n**.**\n.....\n*.*.*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*.\n***.*.*.\n**..*.**\n**......\n***.....\n.......*\n.****.**\n..**..*.\n***....*\n.**.*..*\n*.*.**..\n...*.**.\n*.*...*.\n*.**...*\n```\n\n\n## Output without wrap\n\n```\n.....*..\n...**.**\n.....***\n........\n.*......\n*......*\n**..*...\n**..*...\n.......*\n.....***\n..*.*.*.\n.**.*.**\n.*..****\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.\n...**.**\n.....*..\n........\n......**\n.*......\n*...*...\n....*...\n........\n.....*..\n***.*...\n*.*.*.*.\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.**.*\n.*.***\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*.*\n.*.*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*.*.*\n*.....\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n...*.*\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n******\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****......\n*.......*.\n*.*.....*.\n**......*.\n........*.\n......*.*.\n.......*..\n.*.*...*.*\n....*....*\n*...*....*\n```\n\n\n## Output without wrap\n\n```\n***.......\n*.*.....*.\n*......*.*\n**........\n..........\n........**\n.......*..\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.....\n.***.....*\n*......**.\n**........\n........*.\n........*.\n.......*..\n..........\n*..**....*\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n...*\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**....\n.*.......\n*.**.....\n.........\n.........\n.........\n.........\n.........\n..**.....\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n**..*....\n.**......\n.........\n.........\n.........\n.........\n.........\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n**..*....\n.**......\n.........\n.........\n.........\n.........\n.........\n..*......\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n*.*...\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n*.....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n***..*\n**.*..\n.*.**.\n..*...\n```\n\n\n## Output without wrap\n\n```\n...***\n..*..*\n****..\n.*..*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....*.\n..***.\n**.***\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*..*.\n.*..**\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*.**\n*.*.**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....*.\n....**\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n**...\n**...\n**..*\n.*...\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.***.\n.....\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.**..\n.....\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....*\n.....**.*\n....*.**.\n....***..\n.....*...\n...******\n```\n\n\n## Output without wrap\n\n```\n....****.\n...*****.\n......**.\n...**....\n...*...*.\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n*.*..*.**\n......**.\n...**....\n..**.*..*\n**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****...*\n.*..*.*.*..\n..**.*****.\n..*.***..*.\n*.**....*.*\n***.....**.\n**....***.*\n..*.....***\n.*.*..***..\n.***.*.....\n```\n\n\n## Output without wrap\n\n```\n.***...*...\n*......**..\n.**......*.\n.*......*.*\n....*.....*\n....*.....*\n.*.......**\n*.**...*.*.\n**..*.*.*..\n...**.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*..*\n..*....****\n.**......**\n.*......*..\n....*......\n....*......\n...........\n****...*...\n****...*...\n**...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.*.*\n...**\n**...\n**..*\n.**..\n***..\n***.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n*....\n*.***\n*****\n.....\n...*.\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.***.\n....*\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.*..\n*****\n..**.\n*...*\n****.\n```\n\n\n## Output without wrap\n\n```\n..**.\n*....\n*...*\n*....\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n*.*\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.....*\n...**.\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..**..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***\n*.....*.*\n.....***.\n.**.****.\n..***....\n.**...*.*\n.*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n.......*.\n........*\n.**....**\n.***.....\n.*****...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***.\n**...*...\n*.*.....*\n..**....*\n*.****...\n.*..*.*..\n*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**..*.\n....***.....*\n..*...*......\n.**...**....*\n.**.**.......\n.**.**...*..*\n....*.*......\n..*.*........\n*...*...*.*..\n*...*.......*\n*.*.....*..*.\n...*..*.*....\n```\n\n\n## Output without wrap\n\n```\n...**.**.....\n....*.**.....\n..******.....\n.***.........\n.*...***.....\n*.*..*.......\n.**..*.......\n.**.*........\n...***.......\n**.*.........\n..*.....*....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.***...\n.*...*.......\n********.....\n*.**.........\n*....***.....\n*.*..*.......\n*.*..*.......\n..*.*........\n**.***......*\n...*.........\n**.**....**..\n*..*...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n**...\n.**.*\n..**.\n```\n\n\n## Output without wrap\n\n```\n***..\n....*\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.*\n*****..*\n*..*....\n```\n\n\n## Output without wrap\n\n```\n**..***.\n*....**.\n*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.....***\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*..\n......**..\n.*..**.*.*\n....***.*.\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....***..\n...**.*.*.\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..**.\n...***....\n*..**...*.\n...**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n*...*\n**...\n.*...\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n**...\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n**..*\n.*..*\n**...\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*.**.\n**.*.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n....*\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n**.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*****\n*....\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*...\n.***\n.**.\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.**\n....\n....\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n..*.....\n..*.....\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n.***....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*.*.*\n*.**..\n.***.*\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n*.....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.*.***\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**..\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n....****\n*...*.**\n**.*....\n*.**...*\n.***....\n........\n........\n.......*\n*.....*.\n.*....**\n***....*\n.**.....\n```\n\n\n## Output without wrap\n\n```\n....**..\n......*.\n***....*\n*.*...**\n***.**..\n.***....\n..*.....\n........\n........\n......**\n.....*..\n......**\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n........\n..*.....\n..*.....\n*.*.**.*\n****....\n.**.....\n........\n.......*\n......*.\n.....**.\n......**\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**.*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n***..\n*..**\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n.*.*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.*.*\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n*****.\n***...\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*\n.**.*...*\n.***....*\n...****..\n.***...*.\n...*.*.*.\n**.*.***.\n..**.....\n**.******\n.*.*..*.*\n.*..***.*\n**..*.***\n.**.***..\n*.**...**\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*...*..**\n.*.....*.\n.....***.\n.......*.\n*..*.*.**\n.*.*.*.*.\n........*\n**...**.*\n.*.*....*\n.*.**...*\n*.......*\n....*....\n..******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n....*..**\n.*.....*.\n*....***.\n.......*.\n*..*.*.*.\n.*.*.*.**\n.........\n.*...**.*\n.*.*.....\n.*.**....\n........*\n....*....\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n...\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.**\n....\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n...*\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.\n...*...\n.*.....\n....**.\n***..**\n.*..*.*\n```\n\n\n## Output without wrap\n\n```\n..***..\n...*...\n....*..\n*.*.***\n****..*\n***...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n...*...\n....*..\n..*.**.\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*...**\n...*..\n.....*\n...*..\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n...***\n.....*\n....*.\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*..**.\n*.....\n....*.\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****\n*.*****\n*..**.*\n*******\n*****.*\n*******\n*******\n*******\n**.****\n****..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n...\n*..\n***\n...\n...\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n.*.\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n***\n***\n***\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*...*..*.\n..*.*.....**.\n.**.*.**..**.\n*.**.**...*.*\n**...*.....**\n......**.....\n```\n\n\n## Output without wrap\n\n```\n.**.......**.\n....*..*.*..*\n....*.**.*..*\n*..*...*..*.*\n***.**.*...**\n......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.*..**.\n....*..*.*..*\n*...*.**.*...\n...*...*..*..\n.**.**.*...*.\n..*..***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.\n*..*....*\n...*...*.\n...*.**..\n...*.....\n**.***..*\n.........\n.........\n.........\n.........\n.........\n*........\n*......**\n```\n\n\n## Output without wrap\n\n```\n**.......\n***....**\n..**..**.\n..**..*..\n...*..*..\n..***....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n***....*.\n..**..***\n..**..*..\n*..*..*..\n*.***....\n*...*....\n.........\n.........\n.........\n.........\n*........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n.*...\n.**..\n*..*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n*.*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n*....\n*.*..\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.*.*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n***\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n*.*...\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n***.*\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n.***\n.*..\n....\n....\n....\n..**\n..**\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n*...\n***.\n....\n....\n....\n..**\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n**.*\n....\n....\n....\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*************\n**.*******.***\n**********.***\n**************\n```\n\n\n## Output without wrap\n\n```\n**...........*\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n******\n**..*.\n..**.*\n.*...*\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*..*.\n*.*.*.\n*....*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*.*.\n.*..*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n....\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n.***\n..*.\n....\n....\n****\n**..\n.*..\n*.*.\n*...\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.*.*\n.***\n....\n.**.\n*.*.\n....\n..*.\n*...\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n.***\n....\n****\n..**\n....\n..**\n*..*\n*...\n**.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......**..\n...*.*....**..\n...*.*........\n..***.........\n.***..........\n```\n\n\n## Output without wrap\n\n```\n....*.....**..\n..**......**..\n.....*........\n.*............\n.*..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......**..\n..**......**..\n.....*........\n.*............\n.*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n*.*.**\n*.***.\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*....*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.*.*\n.....\n.***.\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n.....\n.*.*.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*.**.\n*...*\n.*.*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n**...\n....*\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n*..*.\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.....\n....*.*....\n....**.*...\n..**..**..*\n*.*.***.***\n*..********\n.......**..\n....*......\n```\n\n\n## Output without wrap\n\n```\n....**.....\n...*..*....\n...........\n.***.......\n...*.......\n...*.......\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....\n...........\n**.........\n****.......\n...*......*\n**.*.......\n*..*.......\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...**.\n..***.\n...**.\n...*..\n...***\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.....*\n..*..*\n......\n..*..*\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n..*..*\n......\n..*..*\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n.**..\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*.**.\n.**..\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...**\n.***.....\n*..*.****\n...***.*.\n...**..*.\n......*..\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n..*...***\n..**.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...**\n.*.....*.\n**......*\n***...**.\n..**.....\n.*..*..**\n.**.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n........\n***...*.\n.*.**...\n.*....*.\n.**.*...\n**...*..\n.***.**.\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n****....\n...*.*..\n**..**..\n..*..*..\n*....**.\n*..****.\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n****....\n...*.*.*\n**..**..\n..*..*..\n*....**.\n*..****.\n.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*****.\n***.*.****\n******.***\n**.*****.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n..***\n*....\n.****\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n*..*\n*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n****\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n.....\n.....\n*....\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.*..\n*...\n....\n....\n...*\n.*.*\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n....\n**..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n..*...\n*.*.*.\n*.*.*.\n..*...\n*.....\n*.*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*....\n.***..\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**....\n.*....\n.***..\n..**..\n..**..\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n...*..\n......\n**...*\n......\n******\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n......\n......\n...*.*\n**.*.*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n*.....\n*.....\n...*..\n.*.*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n**.*..\n.**...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n.***..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n..***.\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***........\n..............\n**......*.**.*\n..**..***...*.\n*..*.*.....***\n.*........*...\n.......**.*...\n..*...*..***..\n```\n\n\n## Output without wrap\n\n```\n..............\n...*..........\n.**.**.....*..\n*...*.*......*\n.*..*.*.....**\n......*..**.**\n.......*......\n.......*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.**..\n*.*.**...****.\n*.*.**.....***\n....*.*.......\n.*..*.*.......\n.*....*..**...\n....**......**\n...*......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.**...*\n*....*.*.***.\n.**..*..**...\n**...*...**..\n*..***.**..**\n**.*....***..\n..**..**.*...\n...*.****..*.\n...****.***.*\n```\n\n\n## Output without wrap\n\n```\n....*.****.*.\n...*.*.*....*\n..*..*......*\n..**...*..***\n***..*.*....*\n**...*....**.\n***.*.....**.\n..*.*....*.*.\n.........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.....*..\n.....**...*..\n*.*..*.......\n..**...*..*..\n..*..*.*.....\n**...*....***\n***.*.....***\n...........*.\n*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n.*.\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n..*.*.\n..*...\n..*.**\n.*....\n....*.\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*..*.\n*...*.\n.*....\n...**.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n......\n....*.\n.*....\n...**.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*******.\n**...***.***.*\n.*...*.****..*\n.......*....**\n*.*..*....**..\n*.*.....*.*...\n*******.**..*.\n*.*.*.****..*.\n**.**.***..**.\n```\n\n\n## Output without wrap\n\n```\n.*..**........\n..*.***.....**\n**..***......*\n**........*..*\n......*..**.**\n.....****...*.\n.....**...*.*.\n*.*.*....*...*\n.***......****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*........\n....**........\n*...***.......\n.*........*.**\n**....*..**.*.\n**...****...*.\n.....**...*..*\n.....*....*...\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n*.....\n.***..\n......\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n***..\n**.**\n..***\n**.**\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n*...*\n.....\n*....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.....\n..***\n.*...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..***\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n..**.\n..**.\n..***\n.*..*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.**\n**..****\n*...****\n```\n\n\n## Output without wrap\n\n```\n***.....\n...**...\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n...**...\n...**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*****\n.*..**.**\n*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.*...\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n***.\n.***\n*..*\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n...*\n*..*\n****\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n....**\n**....\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*...*\n.*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n.*....\n*.**.*\n*.*.*.\n.***..\n..*.**\n......\n..*.*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n*.*.*.\n.*..**\n.*.***\n...**.\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n*...*.\n..*.*.\n*...*.\n*..*..\n**.**.\n...***\n.....*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*...*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*..**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n..*****\n.....*.\n......*\n**.*.**\n.*.****\n..*..**\n*..*.**\n..**..*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...***.\n...***.\n..***..\n**.**..\n...*...\n...*...\n.*...*.\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*.....*\n...**..\n..***..\n...**..\n**.*...\n...*...\n*..*...\n..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**.*.\n**.*.\n**.**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n***..\n...**\n...*.\n...**\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n...*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*....\n......\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..**.\n....*\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**..*\n*...*\n.....\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.*.**\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.**.\n*....*.***\n.*...*.*..\n```\n\n\n## Output without wrap\n\n```\n........*.\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*...\n.***..*...\n.***..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n.*.*\n**.*\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n.*.*\n*..*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.***\n.*..\n...*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n..**...\n..*...*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..**...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..**...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****...\n.**..*...\n.***.....\n**......*\n.........\n*........\n*........\n.*......*\n...**....\n```\n\n\n## Output without wrap\n\n```\n.*****...\n.....*...\n...*.....\n**.......\n**.......\n.........\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n.....*...\n...*.....\n**.......\n.*......*\n.........\n**......*\n*........\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..****\n.***...**.\n.**....*..\n......*...\n*...**....\n**..**...*\n*.........\n..........\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n......*..*\n..*..****.\n.*..*.....\n..*.*.*...\n..*.**....\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**..\n......*...\n.**..*****\n.*..*...**\n.**.*.*..*\n..*.**..*.\n.*.......*\n........**\n......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**..*.\n......\n*...**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n**.**.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n***.\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*.**\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n...*.*..\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.*...*..\n.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n...**...\n........\n......**\n......*.\n.....*..\n...***..\n..*..*..\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n....*...\n...**...\n........\n......**\n.....***\n.....**.\n...*.**.\n..*..*..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..\n...**...\n........\n......**\n.....***\n.....**.\n...*.**.\n..*..*..\n.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..*..\n..**.\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.***.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.***.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......*.\n........\n........\n........\n...**...\n...*....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n...**...\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n...**...\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**...*\n..........\n..........\n..........\n.**.......\n**..*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.*........\n*.*.......\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n..........\n..........\n.*........\n.****.....\n*..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*..\n.*.*....*.\n.*..*.....\n.*..*.....\n.....****.\n.*..***.**\n```\n\n\n## Output without wrap\n\n```\n..........\n**.**.....\n**........\n...***.**.\n.....*...*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**\n......*..*\n**........\n.*.***.**.\n**.*.*.**.\n..******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**...\n**..*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.*..*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n..*..*.\n..*..*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n.******\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******\n.******\n.******\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..*...\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....**.\n.****..\n**..*..\n*.*.*..\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.**.\n***....\n*...**.\n*.*.**.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n..*.**.\n***....\n*...**.\n*.*.**.\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.*****.\n****.********\n***********.*\n*.***.*******\n******.******\n*************\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.*.\n***...*..*\n.*....*..*\n..*.*.*...\n....*.***.\n```\n\n\n## Output without wrap\n\n```\n.*....***.\n*....*..*.\n.****....*\n..****..*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n.....*..*.\n..***....*\n..*****...\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n**..*\n*****\n*.*..\n.....\n.....\n...*.\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n*....\n....*\n*.*..\n.....\n.....\n...*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n*.*..\n.....\n.....\n...*.\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**.\n*.**......\n...*...*.*\n..........\n....**....\n...*.*....\n.........*\n.*.**.....\n...*......\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n..***.....\n....*.....\n..*.......\n....**....\n....**....\n...*.*....\n..*.......\n.*..*.....\n..*.*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n.....***..\n..*.......\n....**....\n....**....\n...*.*....\n..*.......\n.*..*.....\n..*..*.*..\n..*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...\n.*..*...\n.*.***..\n***...*.\n*.*...*.\n**....**\n..***..*\n*.*.****\n****..**\n```\n\n\n## Output without wrap\n\n```\n*****...\n.*......\n...***..\n*...*.*.\n..*..**.\n*....***\n*.*.*...\n*.......\n*.***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.*......\n...***..\n*...*.*.\n..*..**.\n.....**.\n..*.*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n...\n...\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....\n..........\n..........\n..........\n..........\n.......*..\n...**..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n..........\n..........\n..........\n..........\n..........\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n....\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n*..*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****.*\n.........\n...*.*..*\n.*.*.**.*\n.*....*.*\n```\n\n\n## Output without wrap\n\n```\n....***..\n...*...*.\n....*...*\n....*....\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.*\n.*.*.....\n....*....\n*...**..*\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*...\n*.*.*\n...*.\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n****.\n*****\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n...**\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*..\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........**.\n......**.**.\n....*..**...\n...***......\n....*......*\n```\n\n\n## Output without wrap\n\n```\n........***.\n......**..*.\n...**..***..\n...*.*......\n...***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.*\n......**..*.\n...**..***..\n...*.*......\n...***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..***.\n..**..\n..***.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n.*....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*..*.\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...*....\n.**.**...*.*..\n....**...*....\n....**...**...\n........***...\n..**....*.*...\n.*.**..***.**.\n..**..*..****.\n.*.*....**..**\n**..*..**.**.*\n..*..**.*****.\n*.*..*.**...**\n.....**..***..\n.....**..*..**\n```\n\n\n## Output without wrap\n\n```\n.*..**....*...\n.*.*..*.**....\n......*.**....\n....**........\n...**...*..*..\n..***.........\n.*..*..*....*.\n.*............\n**.**........*\n**.****......*\n*.****........\n.*..*........*\n....*....***..\n.....**..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**..**\n.*.*..*.**....\n......*.**....\n....**........\n...**...*..*..\n..***.........\n.*..*..*....*.\n**............\n.*.**.........\n.*.****.......\n..****........\n.*..*........*\n*...*....***..\n....*...**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*\n.....*.\n.*..*..\n..*....\n.*.....\n...**.*\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n.*..*..\n.***...\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n..*.**.\n.*..*..\n.***...\n.......\n.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n.*.*..\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n*..**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n**....*\n.*.....\n****..*\n.*.....\n**....*\n.*.*...\n**.*..*\n.*.*...\n**...**\n*....*.\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n**.....\n.......\n**.....\n.......\n..*....\n...**..\n......*\n.*.....\n..***.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.\n.....**\n.......\n.......\n.......\n.......\n..*....\n...***.\n.*.....\n......*\n*.*...*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n......*..\n......**.\n.......*.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n......**.\n.....*..*\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n......**.\n.....*..*\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.**.*\n.....\n.**.*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.......**\n.........\n.........\n.........\n.........\n....*....\n.....*...\n.........\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n...*\n*.**\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n*..*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n.*..\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n***..\n..**.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.**\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.***\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**\n*...*...*\n.........\n.........\n.........\n....**...\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.........\n.........\n.....*...\n....*.*..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...\n*.....*..\n........*\n.........\n.....*...\n.....***.\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..\n..***...\n*.****..\n.*.....*\n..***...\n...***..\n*...***.\n.***....\n...**...\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*......\n.....*..\n.*...*..\n..*..*..\n..*...*.\n.*....*.\n.**.....\n.*......\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.*......\n*....*..\n**...*..\n..*..*..\n..*...*.\n.*....*.\n.**.....\n.*......\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.***\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*..*\n*.*.\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n*.**\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n..*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*\n...........\n...........\n...........\n****.......\n*........*.\n....*....*.\n.*........*\n.*..*......\n.*........*\n.***....*.*\n.*......*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.**........\n***........\n*.**.......\n.........**\n...........\n***........\n**.*.....*.\n**........*\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*.\n...........\n...........\n.**........\n***.......*\n*.**.......\n*........*.\n*..........\n.**........\n.*.*.....*.\n.*........*\n.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n***...\n.*...*\n.**..*\n***...\n```\n\n\n## Output without wrap\n\n```\n***...\n***...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**....\n.*...*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n*...**.\n.*.*...\n..*...*\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n....***\n....***\n.*****.\n....**.\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*...**.\n*******\n....***\n*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*...\n.*.......\n.**.**...\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n......*..\n......*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n**.\n...\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n...*.*..\n*....*..\n.****..*\n*.......\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....*...\n.*...**.\n*****...\n.***....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....*...\n**...**.\n.****..*\n****....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**.\n.........*..\n..........*.\n.........*..\n........*...\n**.......*..\n*.........*.\n.*.......*.*\n*........**.\n..........**\n```\n\n\n## Output without wrap\n\n```\n.........**.\n........*...\n........***.\n............\n........***.\n**..........\n........**..\n**......**..\n........**.*\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n........**..\n........***.\n............\n*.......**..\n*..........*\n.*......**.*\n........**..\n............\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n.***..\n..*...\n.*....\n.**.**\n*..***\n..*.*.\n*.**.*\n*.**.*\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*.*.\n..***.\n**.**.\n***...\n..*...\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n***.*.\n******\n**.*..\n..*...\n..*...\n.*....\n*.**.*\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.*\n*..*****\n**..*...\n***.****\n****.***\n.*.*..**\n***..*.*\n**.**.**\n****.**.\n*..**.*.\n*****.**\n***...**\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.*\n*.**...*\n........\n.......*\n........\n...*....\n.....*..\n.......*\n........\n........\n....*...\n*....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..**....\n........\n........\n........\n...*....\n.....*..\n........\n........\n........\n....*...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n....\n....\n....\n....\n****\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n....\n....\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.*.....\n.....**..****.\n......**.**.**\n..........*...\n.*....*.**...*\n.*..........*.\n**.....*...*..\n..*...*.*.....\n...******...**\n*........*....\n```\n\n\n## Output without wrap\n\n```\n..***.**.***..\n..**........**\n.....****...**\n......*...****\n.........*....\n.**....**...*.\n***....*......\n.****...*...*.\n...****.**....\n....*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.***..*..\n..**........**\n.....****...**\n*.....*...****\n*........*....\n.**....**...**\n***....*......\n*****...*...**\n...****.**...*\n**.......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.**...\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*..*\n.*.....*..\n....*.....\n*.**.****.\n..*...*.*.\n.*.....*..\n...*...*.*\n....*.....\n......***.\n*..*...*..\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n......**..\n......*.**\n........*.\n..**..***.\n......*...\n......*.*.\n.....*..*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.\n*...***.**\n......***.\n......*...\n*........*\n..**..**.*\n......*...\n......*.*.\n......****\n**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....**\n.***..\n*..*..\n.*.*.*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.****.\n*..**.\n.*....\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*...**\n****.*\n...*..\n.*.*.*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n..........\n.....**.*.\n..**...*..\n.....**.*.\n..*...*...\n..........\n........*.\n..........\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....***..\n......**..\n....*...*.\n..**.**...\n.....***..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....***..\n......**..\n....*...*.\n..**.**...\n.....***..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n...\n...\n*..\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**........\n*****..*.....\n*..**.*..**..\n*..***..*.*.*\n**..**....***\n*...*....*..*\n*...*....***.\n.*..****....*\n*.........*.*\n....*...**.**\n*............\n```\n\n\n## Output without wrap\n\n```\n**...........\n**.....****..\n*.....******.\n*.....*.*...*\n*.**........*\n...***..*...*\n......***...*\n***.........*\n....*.**....*\n.......*....*\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.......*\n**.....****.*\n.*....*****..\n......*.*..*.\n..**.........\n...***..*..*.\n......***....\n..*........*.\n....*.**...*.\n...***.*...*.\n...**.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n*....\n*..*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n*..*.\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n***\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...***..\n..*..*.....\n..*..****..\n..*...*..*.\n.*..**.....\n.*..**...*.\n..*..****..\n..**..**...\n..*.....*..\n..*........\n```\n\n\n## Output without wrap\n\n```\n......**...\n.***.*.....\n.***.*.**..\n.****...*..\n.****.*....\n.***...**..\n.**.....*..\n.***.*.....\n.**....*...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..**...\n.***.*.....\n.***.*.**..\n.****...*..\n.****.*....\n.***...**..\n.**.....*..\n.***.*.....\n.**....*...\n.***....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*.....\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.*.*.\n..*.**\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n..*...\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..**..\n..*...\n*..*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*....\n......*.....\n............\n....*...*..*\n........*...\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*.*....\n.**...*..*....\n....*...*....*\n**.**.***.....\n....***.*.....\n....*.**..**.*\n*.*...*.**...*\n.*......*....*\n```\n\n\n## Output without wrap\n\n```\n.**..**.*.....\n*.**.....*....\n.****.....*...\n.....*....*...\n...**..**.*...\n....**.*..**..\n..*.***...**..\n......**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n***......**...\n*.***.....*...\n.....*....*...\n**.**..**.*...\n.*..**.*..***.\n.*.*****.***..\n.**.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**...\n...**.*.\n*.*...**\n.**.*.**\n*****...\n........\n```\n\n\n## Output without wrap\n\n```\n...***..\n.**.*.**\n..*.*...\n....*.**\n*...**..\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n***.*.*.\n*.*.*...\n....*.*.\n*...**.*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***\n*.*.*..\n....***\n....*.*\n....*..\n**...**\n.....*.\n.*...*.\n.**.*.*\n```\n\n\n## Output without wrap\n\n```\n....**.\n.......\n....*.*\n...**.*\n....*.*\n....***\n**..**.\n.**.***\n.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n*......\n*...*.*\n...**.*\n....*..\n*...***\n.*..**.\n***.***\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n**.\n...\n...\n...\n.**\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n.**\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n*...\n....\n....\n*.*.\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*...\n....\n....\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..**.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*...\n.*.*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n**..*\n*.**.\n.*..*\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n*.***\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n..**.\n*****\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....\n*........\n**.......\n.*.**.*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n*........\n***......\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****...*\n*.......*\n.**.....*\n.*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n*....*\n*....*\n....*.\n......\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.*..*.\n.*..*.\n*...*.\n.....*\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..\n.*..***..\n***.**.*.\n.*.******\n*.....***\n.*.***.*.\n*....*...\n*.****.*.\n***......\n.**...**.\n**.**.**.\n*.**.*.**\n.*..*.*..\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n**.....*.\n*.......*\n...*.....\n**.......\n**..**.**\n*........\n*.*****..\n*...**.*.\n.....***.\n*...*....\n*.......*\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.\n**.....*.\n.........\n...*.....\n.*.......\n.*..**.*.\n*........\n*.*****..\n*...**.*.\n.....***.\n....*....\n.........\n**..*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n...*\n**..\n....\n***.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n..*.\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n*...\n..**\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n*........\n.**.**.**\n.........\n*..*.....\n.*.*..**.\n..*....**\n*..*...**\n*.....**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.....**\n.*.......\n.****....\n..*......\n.*.*..***\n.***.....\n.*.......\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n**.....*.\n**......*\n*****...*\n..*......\n**.*..**.\n.***.....\n**.......\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..******.\n**...*....**\n.****.****..\n*.*.***...**\n.**.*.*....*\n```\n\n\n## Output without wrap\n\n```\n.*...*******\n*..........*\n.......***..\n*.......****\n.**.*.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..***..\n*..........*\n.......***..\n........****\n..*.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*.*.**..\n.**.*.....*...\n*.*.*...******\n*.*.*.**..****\n*******.**.*..\n*....**.****..\n..***.*.*.**..\n*...***...**..\n.....**...**.*\n```\n\n\n## Output without wrap\n\n```\n****.*...***..\n..*.*..**.....\n*.*.*..**....*\n*.....*......*\n*.*...........\n*...........*.\n.*.*....*...*.\n..............\n....*.*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.**....*.\n..*.*..**.....\n..*.*..**.....\n......*.......\n..*...........\n*...........*.\n.*.*....*...*.\n..............\n.*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n***\n***\n***\n.**\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n...\n...\n...\n..*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**\n.**.**.\n..**.*.\n...*.**\n...*...\n.****..\n**.*..*\n*..****\n**...**\n*...***\n..*.**.\n.*.****\n```\n\n\n## Output without wrap\n\n```\n...***.\n..****.\n.......\n....***\n.....**\n**...*.\n**.....\n***....\n**.**..\n*..*...\n.*.....\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*.....*\n....***\n.....**\n.......\n.......\n..*....\n...**..\n.*.*...\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.....\n......**.*.*..\n......*.***...\n.......*....*.\n..*..........*\n**............\n*............*\n..............\n..............\n......***.....\n```\n\n\n## Output without wrap\n\n```\n......*.*.....\n.....**.......\n......*..***..\n.......***....\n.*............\n**............\n**............\n..............\n.......*......\n.......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*....\n.....**.......\n......*..***..\n.......***....\n**...........*\n.*............\n**...........*\n..............\n.......*......\n......*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.*\n.....*.*.\n.*....*..\n.*.......\n.**......\n..**.....\n.........\n**......*\n.*.....*.\n..*....**\n```\n\n\n## Output without wrap\n\n```\n......**.\n.**..*.*.\n......*..\n**.......\n.*.*.....\n.***.....\n.**......\n**.......\n***....*.\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.*\n***..*.*.\n......*..\n**.......\n.*.*.....\n.***.....\n***......\n**......*\n.**....*.\n..*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n*....\n.....\n*....\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...*..*..\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n........\n........\n........\n........\n.....*.*\n.....*.*\n........\n..**....\n........\n..**....\n........\n...*....\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n..**....\n........\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n*...*..\n*...**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n...***.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.*\n.***...\n...****\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.**...\n......\n......\n..*...\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n******\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.....\n....*.....\n.*....***.\n.....**.**\n*....*....\n..........\n**..*....*\n*.*.....*.\n****...*.*\n........*.\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n*.**.*.*..\n......*.**\n.....*..**\n.....**...\n**........\n**........\n........**\n*.**...*.*\n.**.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n*.**.*.*..\n......*.**\n*....*..**\n.....**..*\n.*.......*\n**.......*\n........*.\n*.**...*..\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*..***.\n.**.*...\n.*..**.*\n*.....*.\n........\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.*****..\n***.....\n*******.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.*****..\n.**.....\n.*******\n*....***\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.******\n***********.**\n**************\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n***\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*..\n.**......**.\n............\n.**.........\n```\n\n\n## Output without wrap\n\n```\n.**......**.\n.**......**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....**.\n.**......**.\n............\n.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n...**\n..**.\n..**.\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n.**.*\n*.**.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..***\n.....\n.**..\n*.***\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.......\n**..**..***..\n***.....**...\n**...........\n....*........\n```\n\n\n## Output without wrap\n\n```\n....*....*...\n....*...*.*..\n.............\n.*...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...*...\n........*.**.\n*..........**\n.**.*........\n..***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*..*.\n****.\n...**\n**...\n*..**\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n...*.\n...**\n...*.\n****.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n.....\n*....\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n.*...*\n*.....\n......\n*.*..*\n..*..*\n***..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n.*....\n*.****\n*.*.**\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n.....*\n*.....\n**...*\n**...*\n..***.\n..*.**\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n**....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....**..*\n***.....*.*...\n*.**...**..*..\n*..*..*..*.*..\n.****.....***.\n....*.....*.**\n```\n\n\n## Output without wrap\n\n```\n........****..\n.***...*...*..\n**....*....*..\n*.***.**.**...\n.**.**...**.**\n.**.**......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....**...\n.***...**.*...\n.*....*....*..\n..***.**.**.*.\n..****...*....\n....**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n..*\n..*\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n**....\n......\n......\n...**.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n......\n......\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*..*\n......\n......\n..****\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*...**.\n.*****.*..*.*\n.......*..*.*\n*.........**.\n*******...**.\n```\n\n\n## Output without wrap\n\n```\n.******...**.\n.*****.*.**.*\n.****.*..**.*\n*.*****..*..*\n******....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*...\n.*****.*.**.*\n.****.*..**.*\n*.*****..*...\n*.*****..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n*.....\n.*....\n.**.*.\n*.....\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.*...\n......\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*.*...\n......\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n*...........\n*.*.....***.\n..*....*....\n.*...*......\n.*...*......\n.*...*.*.*..\n*.........**\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.*.......*..\n........**..\n..*.....**..\n.**...*.....\n***.**......\n**....*...*.\n..........*.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.*.......*.*\n........**.*\n..*.....**..\n.**...*.....\n***.**......\n.*....*...**\n*.........**\n...........*\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n*.....**\n........\n........\n........\n........\n........\n........\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n*.....*.\n.......*\n........\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n..**..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..........*\n**............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*..*\n*.*.\n*.**\n**.*\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n.***\n*..*\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*.*.\n.**.\n....\n..*.\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...**.\n...***\n***.**\n..**.*\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*.*\n.*....\n.*....\n.....*\n.***..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*.*\n.*....\n.*....\n......\n****..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.......\n...*.*..*.....\n.......***.*..\n......*...*...\n..............\n*..******.....\n..*..*..*....*\n```\n\n\n## Output without wrap\n\n```\n....***.......\n....*.....*...\n......*.......\n......*...*...\n...**.........\n...*..***.....\n...*.*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..**.*....\n.**..*....*...\n......*.......\n......*...*...\n...**.........\n...******.....\n*.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***..*\n.*.*.*..*\n**.*.***.\n..*.*.*..\n***.***..\n.***..**.\n*.*****..\n**.*.....\n.**..**.*\n..*.*.**.\n.*.***..*\n***.***.*\n..**..***\n.**.**..*\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n.*.*....*\n**.*...*.\n.........\n*...*....\n.......*.\n*....***.\n*......*.\n*...***..\n........*\n*.......*\n*.......*\n*.......*\n.**.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....***\n.*.*....*\n**.*...**\n........*\n*...*....\n.......**\n*....****\n.......**\n....***.*\n........*\n........*\n.........\n.........\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*.**..\n*.*...\n*.*.**\n...*.*\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*.*.**\n....*.\n.**..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*..*..\n*...*.\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n....\n....\n....\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n****\n....\n....\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n***\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*.\n....**.*..\n.**..***.*\n***...***.\n.*..*....*\n..*...*.*.\n.**......*\n.*..**....\n*..*...**.\n.*..*****.\n```\n\n\n## Output without wrap\n\n```\n..........\n.*****.*..\n*.***.....\n*..*.....*\n*..*.**..*\n..**....**\n.***.*....\n**.**...*.\n****....*.\n....***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n.*****.*..\n..***....*\n...*......\n...*.**..*\n..**....**\n****.*....\n.*.**...**\n****....**\n.******...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.....\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*....*\n*..*.*\n*..*.*\n..****\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n**...*\n.*...*\n.....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n.*....\n.*....\n.....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n.*.\n.**\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n..*\n.*.\n.**\n..*\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.**...\n..*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n.....\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***.**\n*.****.***\n.**..*****\n...*.*....\n***..*....\n****..*...\n.**.*****.\n*.**.*.**.\n```\n\n\n## Output without wrap\n\n```\n***...*..*\n*.........\n.*.......*\n*..*.*.**.\n*....**...\n..........\n........*.\n..**.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.*........\n...*.*.***\n*....**...\n.........*\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.****\n**..*\n...**\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*****\n***..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n..*..\n***..\n**..*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.....\n.*....\n......\n......\n.....*\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n......\n......\n......\n*....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....*\n......**.\n*.*......\n*..*..*..\n*.....*.*\n*..*..*..\n..**.*..*\n*..**....\n..*.....*\n.**.*....\n***.*.*.*\n*...*..*.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*....**\n**....***\n*....*.*.\n*..*...*.\n...*.....\n*.....*..\n.*..**...\n.*.***...\n....***..\n*..***.**\n.*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....***\n..*......\n**....*..\n.....*...\n...*.....\n...*.....\n......**.\n....**...\n...***.*.\n**..****.\n....**...\n**...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n.....*****\n*....**...\n.*......**\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n......*...\n........**\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*.....*.**\n*.......*.\n.*........\n**......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.........\n..**.........\n..*..........\n......**.....\n......****...\n....*...**...\n....*.**.....\n*....**......\n******......*\n....*.......*\n**.*.........\n```\n\n\n## Output without wrap\n\n```\n..**.........\n.*...........\n..**.........\n......*......\n.....**..*...\n.........*...\n....*.***....\n*.*....*.....\n****..*......\n.....*.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n.*...........\n..**.........\n......*......\n.....**..*...\n.........*...\n....*.***....\n*.*....*....*\n.***..*.....*\n.....*......*\n**.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n****..\n**.*..\n.*..*.\n.....*\n......\n......\n......\n.**.*.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n*.*...\n....*.\n...**.\n***.*.\n......\n......\n......\n......\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n....*.\n...***\n.**.**\n......\n......\n......\n......\n.**.**\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n*....***\n**...*..\n*....***\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n**..*...\n**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n....*...\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n**.\n..*\n***\n.*.\n..*\n...\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n..*\n...\n.*.\n...\n.*.\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n.....**\n...**.*\n.****..\n.*....*\n*.***.*\n*.*.*.*\n.*.**..\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n...****\n......*\n.*..*..\n*......\n*.*.*.*\n*......\n*...*..\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n*..****\n*.....*\n.*..*..\n......*\n..*.*..\n......*\n....*..\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...**.\n...*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..**..\n*.**.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***......\n...*.....*\n...*....**\n..*.......\n.*.......*\n**........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..***.....\n....*...**\n..*.*..*..\n........**\n*.*.......\n*.*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*....*\n**..*...*.\n..*.*..*..\n*.......*.\n..*.......\n***.......\n.*........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.*...\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n...*\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n...*\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n*.*..\n.*...\n..*..\n.....\n.*...\n.****\n*....\n.**.*\n.**..\n.*...\n.***.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.*...\n.**..\n.....\n.....\n.*.*.\n****.\n*...*\n*.**.\n*..*.\n*..*.\n...**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*....\n.*...\n.**..\n.....\n.....\n**.*.\n.****\n.....\n..**.\n...*.\n*..*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n**..*.\n*****.\n```\n\n\n## Output without wrap\n\n```\n*.***.\n.....*\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n....*\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.*...\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n....\n*...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n..**\n....\n*..*\n*...\n.*..\n*...\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n**..\n..*.\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n**..\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....*\n*..*.*.**.\n**.*.....*\n.*..*.****\n*.*.******\n..**..***.\n```\n\n\n## Output without wrap\n\n```\n....*...*.\n**.*....**\n**.*.*...*\n....*.....\n..*.*.....\n.****....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*\n.*.*....*.\n.*.*.*....\n....*.....\n*.*.*.....\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n...***.\n...*.**\n*..***.\n*..**.*\n....**.\n.......\n.......\n**....*\n*.*....\n```\n\n\n## Output without wrap\n\n```\n....**.\n..*...*\n..*...*\n..*....\n......*\n...***.\n.......\n.......\n**.....\n*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.\n..*...*\n..*....\n*.*....\n*......\n...****\n.......\n*......\n**....*\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.\n*******\n**.**.*\n.***.**\n**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..**.**\n*.***.**....\n.....*******\n*****.*..***\n*..****.*...\n.**.**.*.*.*\n****.***.*..\n..**.*.*..**\n```\n\n\n## Output without wrap\n\n```\n*.*.****....\n*.*.*.**....\n*...........\n*.........**\n*........*.*\n.........*.*\n......**...*\n......*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*..\n...*.....*..\n.*..........\n............\n.........**.\n.........**.\n........**..\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***\n..*....\n**.****\n....*.*\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n*....*.\n*.**.*.\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n....***\n****...\n*......\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n...**\n*..**\n*..**\n.*.**\n*****\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n..*..\n**...\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n..*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*.***\n.*.**.*..**.\n********.***\n.***********\n...****.****\n*****.***.**\n*.**********\n***.**.*****\n***..*******\n*.**********\n****.**.****\n******.****.\n.****.**.*.*\n```\n\n\n## Output without wrap\n\n```\n**...**.**.*\n............\n*...........\n*...........\n*...........\n*...........\n............\n............\n............\n............\n............\n............\n*.....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*.**\n.*.*.\n..*..\n..*..\n.****\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n.*...\n.*.**\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n.*...\n.*.*.\n....*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n.*...\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n.***.....*\n.*....****\n*****...*.\n.*....**..\n...**.*.**\n*.*....**.\n*.*.......\n..........\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n**..*.*..*\n**..***..*\n*..*..*.**\n*..*.**..*\n.***..****\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.*......*.\n....*.*.*.\n....***...\n.*.*..*...\n...*.**.**\n..**..***.\n**......**\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****...*\n....*.....\n..........\n..........\n..........\n.*........\n.*.***....\n.*..*....*\n***......*\n```\n\n\n## Output without wrap\n\n```\n...***....\n....**....\n..........\n..........\n..........\n..*.*.....\n**.***....\n....**....\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...*\n....**....\n..........\n..........\n..........\n..*.*.....\n.*.***....\n....**...*\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*.*...*\n..*.....\n...*....\n*......*\n**.....*\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n..**....\n........\n**......\n**......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n..**....\n........\n.*.....*\n.*.....*\n*.......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...\n..*..**\n****.**\n...****\n.*.**.*\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.....\n.......\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n**....\n**....\n**....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**....\n..*...\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.....*......\n...*.*.*....\n...*...*...*\n.*...*.*...*\n.*...***..*.\n*..........*\n......**....\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n....*.*.....\n............\n..*....**...\n..*.**.**.**\n**...*.*..**\n.....*......\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n....*.*.....\n............\n*.*....**...\n..*.**.**.**\n.*...*.*..*.\n*....*.....*\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..**\n**..\n...*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n**..\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....***\n*.........*..\n....**.*....*\n.**.***.*...*\n..*..*...***.\n*...**.*...**\n```\n\n\n## Output without wrap\n\n```\n..........**.\n....***...*.*\n.*.**..*...*.\n.**....****.*\n..*....****..\n....***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...*..\n*...***...*..\n.*.**..*...**\n***....****.*\n..*....****..\n*...**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...***\n*.......*\n..**...*.\n*.*....*.\n```\n\n\n## Output without wrap\n\n```\n..*....**\n.*.*..*..\n....*..**\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**..***\n*........\n..**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n*.*\n*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**.*\n.**.\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**....*\n....**....\n.....*....\n*....***..\n.....*.*.*\n.......***\n.....*.**.\n...*.***..\n```\n\n\n## Output without wrap\n\n```\n...***....\n...*.*....\n..........\n....**.**.\n.....*...*\n.........*\n....**...*\n....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n...*.*....\n..........\n....**.**.\n*....*...*\n.........*\n....**...*\n...*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n....*..\n....***\n.....*.\n.....*.\n.**.*..\n.......\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n....*.*\n.......\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n.**..\n.....\n.....\n.*...\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n**...\n.**..\n...*.\n..***\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n***..\n.*..*\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*..*.\n***..\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.****\n*.*..\n**..*\n.*..*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n*...*\n*.***\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n..**.\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.*.*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..***\n**.**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**.**\n**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n**..**\n******\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n***.*.\n.....*\n*.**.*\n.****.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n......\n..**..\n******\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n..*.*...\n.**.*...\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n..*...*.\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....\n.**.....\n..**....\n..*..*..\n..*.....\n........\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n...*....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n.*......\n...*....\n.**.....\n........\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n....*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n**.....\n*.....*\n.....*.\n...**.*\n*..*...\n*......\n**.....\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n**.....\n....***\n...***.\n...**..\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.*.....\n**....*\n*...**.\n...****\n*..**.*\n*.....*\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.**\n*...\n***.\n****\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n*..*\n...*\n*..*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n.....*\n*.*.*.\n......\n*..***\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.****\n......\n.*...*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..***.\n.....*\n**....\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***....**\n...*.*..*..**\n....***.*.***\n*...**..**...\n.......*..*..\n....***...*..\n```\n\n\n## Output without wrap\n\n```\n....**.......\n...*..**.**.*\n...**..**....\n........*..*.\n.....*****...\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...****.\n*.***..******\n*..**..**...*\n........*..*.\n.......**..*.\n......**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**\n*......**\n*......**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......**\n**....*..\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n.*....*..\n.*....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n..*..*\n..*..*\n***...\n```\n\n\n## Output without wrap\n\n```\n.**...\n..***.\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..****\n..**.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*...*\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n....*.\n......\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n...*\n..*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n*..*\n.*..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*...\n*..*\n***.\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n...**..\n**...**\n.***...\n```\n\n\n## Output without wrap\n\n```\n..***..\n**.*.*.\n.......\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*\n....*..\n**.**.*\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n*........*\n*.........\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n**.......*\n**.......*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n**.**\n***..\n*.***\n****.\n..***\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n**...\n**..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*....\n...**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*.***\n**.**\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n...\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***.***\n*...*.....**\n*...........\n*.....***...\n*......**...\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n**...*.**...\n..*..*.**...\n**....*.*...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..****.\n.**..*......\n..*..*.**..*\n..*...**....\n..*..*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.**..\n**..*\n*.***\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.**.\n.*..*\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n*..*......\n..**.**...\n..........\n.....**...\n.*..**....\n..***.....\n...**.....\n..........\n..........\n..........\n.**.......\n```\n\n\n## Output without wrap\n\n```\n****......\n*...*.....\n..*..*....\n..........\n...**.*...\n...*..*...\n.**.......\n...*......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***....*\n.*........\n..*..*....\n..........\n...**.*...\n...*..*...\n.**.......\n...*......\n..........\n..........\n..........\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n****\n***.\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*..*..\n****.*\n```\n\n\n## Output without wrap\n\n```\n.***..\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n.*.*\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**.*\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*...\n....\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n***.\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n..*.\n..**\n..**\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.**.\n.*..\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n***.\n***.\n.*..\n....\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..*..*.\n....*.*...**..\n...*..*..**...\n...*..*.*..*..\n....*.*.*...*.\n```\n\n\n## Output without wrap\n\n```\n....*.*...**..\n...**.**...*..\n...**.*..*....\n...**.*.*.**..\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..**.*.\n...**.**...*..\n...**.*..*....\n...**.*.*.**..\n...**.*.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.*.....*.\n........*\n..*......\n..*......\n..*......\n..*......\n....*..*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..*......\n.*.*.....\n.*..*....\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..*......\n.*.*.....\n.*..*....\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n...*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n..***.\n..*..*\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.....*\n..*.*.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n*.....\n*.*.**\n**....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n**.*..\n**....\n.**...\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..*..\n......\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n......\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***......\n*.....*..**..*\n**............\n*......**.....\n.*.**..**.....\n*.**.**.......\n.*.****......*\n****...**.....\n.*...****.....\n```\n\n\n## Output without wrap\n\n```\n.....*.*......\n.....*........\n**.......*....\n..***.*.......\n*.***..**.....\n**..*.........\n..............\n**.....*......\n**.....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.........\n......**.*....\n**.......*....\n*.***.*.......\n*.***..**....*\n**..*........*\n..............\n....*.........\n....*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*....\n.*....\n.*.**.\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n**....\n.*.*..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n**....\n.*.*..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......*..*.\n........**.**.\n**.*..***.*...\n*..*..***..**.\n*..*...****..*\n**...*.**..*.*\n..**.....**.*.\n*..*...***.**.\n...*...**.***.\n```\n\n\n## Output without wrap\n\n```\n........*****.\n*.*........**.\n***...*...*...\n*..**......**.\n*.*.*.....*..*\n**.**.**...*.*\n*.***.*......*\n...**..*.....*\n.......*..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n*.*........**.\n***...*...*...\n...**......**.\n..*.*.....*...\n.*.**.**...*..\n..***.*.......\n...**..*......\n.***...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.**\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n****\n***.\n..*.\n....\n.*..\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n*...\n*...\n..*.\n....\n.*..\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..**\n....\n**..\n**.*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n*.*\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.......\n....****.....\n...*.*.......\n...*.*.......\n.............\n.......*.....\n........*....\n......**.....\n.....*.*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n....*........\n.............\n.............\n.............\n.............\n......*.*....\n......*.*....\n......***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n.............\n.............\n.............\n.............\n.............\n......*.*....\n.....*..*....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.***.\n.***.\n.*.**\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.*...*\n*...**\n.*....\n**.***\n***.**\n```\n\n\n## Output without wrap\n\n```\n*****.\n......\n...**.\n**.*.*\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.*.**.\n**.*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***..\n.**...***.\n..*...*.**\n*.....***.\n*....*....\n.......*..\n..........\n.*..*.....\n*..*.*....\n*....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.....**\n..*..**..*\n.....*****\n.......***\n..........\n..........\n..........\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n..*......*\n..*..**...\n**...****.\n*......***\n..........\n..........\n..........\n....**....\n**..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n....\n....\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n*..*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n.*..\n*.**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*.\n*..........\n**........*\n***.......*\n..*..*.....\n...****....\n..*..**....\n.**.*......\n*.*****...*\n..*.*.**..*\n.*....****.\n```\n\n\n## Output without wrap\n\n```\n...........\n*..........\n..*........\n*.*........\n..*..**....\n..**.......\n.**...*....\n...........\n......**...\n..*.*.....*\n.....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.*.\n...........\n..*........\n..*.......*\n*.*..**....\n..**.......\n.**...*....\n*..........\n*.....**..*\n..*.*.....*\n**...**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....*...*\n.****......**\n..*.*.***....\n...*..**....*\n***..***.....\n...***.*.***.\n.**...*.*...*\n........*****\n.*..........*\n.*.*....**.**\n```\n\n\n## Output without wrap\n\n```\n..****.....**\n**.....*..*..\n..*....*...**\n.*.***....*.*\n.**......*.*.\n.........*..*\n.....***....*\n.*..******.*.\n..**....***.*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.....\n.**.**..*....\n.**....*...*.\n...***....*..\n.**......*...\n.........*...\n.....***.....\n....******.**\n..*....*....*\n***.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n.....*.....\n....***....\n...***.....\n...**......\n```\n\n\n## Output without wrap\n\n```\n...........\n.....*.....\n....***....\n....*.**...\n....***....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.....*.....\n....***....\n....*.**...\n....***....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*....\n..*...*...\n.....*....\n..........\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.**\n....\n....\n....\n....\n....\n....\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n...*\n....\n....\n....\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*...\n....*..*.\n.*.*...*.\n....*..*.\n...*..***\n*..**....\n........*\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.****.*..\n...**.***\n..***....\n...*.****\n...**...*\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.****.*.*\n...**.***\n..***....\n...*.****\n*..**....\n****.....\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.....*.......\n....*.*......\n...***..***..\n...**...**...\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*.......\n...*..*..*...\n.......**.*..\n...*.*..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n.....*.......\n...*..*..*...\n.......**.*..\n...*.*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...........\n..*..*......*\n.............\n........*....\n...........*.\n...*.........\n...*.........\n*...*.......*\n....*......*.\n..........*..\n..*......*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n...**........\n...**........\n...........*.\n..........*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..........\n.............\n.............\n.............\n.............\n.............\n...**........\n...**.......*\n...........**\n..........*..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n**...*\n***..*\n```\n\n\n## Output without wrap\n\n```\n**..**\n.....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...........*\n.............\n............*\n.............\n.....***....*\n.......**....\n........*....\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n......*......\n......*.*....\n......*..*...\n.......**....\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n......*......\n......*.*....\n......*..*...\n.......**....\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n....\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*.****\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*..*\n....\n..**\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n*...\n*...\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........***.\n.*..*....*..\n.*.***.*..*.\n...*..*.*...\n..*.*.*.**..\n***..***.**.\n.********.*.\n*..*...*..*.\n*..**....**.\n.*.*....*.*.\n*.........*.\n****....*.*.\n```\n\n\n## Output without wrap\n\n```\n........***.\n..****......\n...*.*****..\n......*.*...\n..*.*.....*.\n*.........*.\n..........**\n*......*..**\n**.**...*.**\n*****.....**\n*..*......**\n***......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....*.**\n..****......\n...*.*****..\n......*.*...\n..*.*.....*.\n*.........**\n..........*.\n*......*..*.\n**.**...*.*.\n*****.....*.\n*..*......*.\n***.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*..*\n.........*..*\n**......***..\n*.**..**..**.\n*.*.*...*.**.\n```\n\n\n## Output without wrap\n\n```\n.............\n.*...........\n*.**...**....\n*..*..**.**..\n.***....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***...\n..*....*.*..*\n*.**...**....\n*..*..*......\n..**...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*..*.\n*..*.\n...**\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*....\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.*.\n..........***.\n**.......*...*\n.......*.*...*\n....**.*.**...\n....******....\n..........**..\n..........*.*.\n```\n\n\n## Output without wrap\n\n```\n.........**.**\n........*....*\n........*..*.*\n........**....\n.....*....*...\n....*..***.*..\n.....*******..\n......**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...*.\n*.............\n*.......*..*..\n*.......**..**\n.....*....*...\n....*..***.*..\n.....****...*.\n......**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.**.*\n.****...**.*\n....*.*.**.*\n.*********.*\n```\n\n\n## Output without wrap\n\n```\n......***...\n.....**.*.*.\n..*...**..*.\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**\n*.........**\n*.........**\n*.........**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*..\n..*....*..\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n..**......\n.**...***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..***.\n.**...***.\n.**...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*******\n***.*****\n**..*****\n.*******.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*.*......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n.*.*.*\n***.*.\n.**.*.\n.*..**\n.*....\n*.*.**\n..***.\n****..\n.*....\n*..**.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n...*.*\n*...**\n....*.\n**.***\n****..\n..*.**\n*....*\n*...*.\n....*.\n*..**.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n....*.\n....*.\n.*.***\n.***..\n*.*.**\n......\n*...*.\n....**\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*.\n...***..\n..***.*.\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.......*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n**....\n.*..*.\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*****.\n***...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n******\n***...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**....*\n*.*.*..**.\n.*..*.*.**\n.*..*...**\n.*..*....*\n..***.....\n..*.****..\n...**...*.\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*.**...*.\n*.*.*..*..\n***.*.....\n*****..*..\n.*..**..**\n.**...*...\n..*...**..\n..*...**..\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**..**\n..*.*..*..\n.**.*.....\n.****..*..\n.*..**..**\n.**...*...\n..*...**..\n..*...**..\n..*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.........**\n*.*....*......\n*.*....*....*.\n....****......\n...*......**..\n...*.**....*..\n..........*...\n```\n\n\n## Output without wrap\n\n```\n.**...........\n*.**........**\n...*.*.**.....\n...*****...*..\n...*...*..**..\n....*......*..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..........*\n*.**........*.\n...*.*.**....*\n...*****...*..\n...*...*..**..\n....*......*..\n..*........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*...\n*.**...*.\n****.*.*.\n*........\n```\n\n\n## Output without wrap\n\n```\n***......\n...*.....\n*..**.*..\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n...*.....\n*..**.*..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n***\n***\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n..*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.**\n**.*\n*.**\n...*\n...*\n***.\n****\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n....\n....\n...*\n..*.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n*...**.\n***...*\n......*\n....**.\n```\n\n\n## Output without wrap\n\n```\n...***.\n**.**..\n***..*.\n**...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..***..\n*.*....\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*..\n....*....*\n..........\n.**.......\n*.....*..*\n*..*.*..*.\n.**.*..*..\n.........*\n....*...**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.*........\n*.*.****..\n*....****.\n.*....*.**\n...**....*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..**\n....*.....\n..........\n**.......*\n..*.*****.\n.....***..\n......*...\n..........\n...**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n....*.\n***.**\n...*.*\n.*.*..\n.**.**\n......\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*****\n.**..*\n*..*.*\n**...*\n.*....\n..*.**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n*.*.*.\n...*.*\n.*...*\n......\n*.*.*.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n*..**\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*.....\n.*...*\n.*.*..\n*...*.\n*..**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n...*..\n......\n*...**\n.*...*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n***...\n...*.*\n....**\n*.....\n.*..**\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.*.**.*\n*****.*\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n...**..\n***..*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....*.\n...**..\n.**..**\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n*.*\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n**....\n**.**.\n.*.*..\n*.**.*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n.**.*.\n...**.\n...**.\n*****.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n*..*..\n...*.*\n*...**\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....**..*\n.*....*..**\n*.**.*..*.*\n*...*.**..*\n*...*.**...\n...*.....*.\n.***..***..\n.*..*.**...\n...........\n*.....**.**\n*......*...\n*..........\n.*......*..\n```\n\n\n## Output without wrap\n\n```\n.....******\n*.**....*.*\n.*.*..*.*.*\n.**...*....\n..*...****.\n........*..\n**.........\n...*....**.\n....**..**.\n.....*...*.\n**....*.*..\n**.....*...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..*..\n.*......*..\n...*..*.*..\n..*...*..*.\n..*...****.\n**......*..\n**.........\n.*.*....*..\n.*..**..*.*\n.....*.....\n......*.**.\n..*...*.*.*\n......*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.**\n*.**.**.\n***....*\n.*....**\n..*...**\n..**..**\n..*.***.\n.**.**.*\n*****.*.\n.*.*.*..\n*.....**\n**....*.\n......**\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n.*.**.*.\n*.*....*\n**...**.\n*..*..*.\n*..**...\n.*..*...\n.*......\n........\n......**\n.*..**.*\n*.*..*.*\n*...*...\n***..*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**..\n...*.*..\n.....*..\n...*....\n.*.**...\n*...*...\n**......\n*.....**\n......**\n....**.*\n..*..**.\n*...*..*\n...*****\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*.**\n*..*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n**..*\n.....\n*..*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..**\n.*..*****\n.*...*..*\n.**...*.*\n.*...****\n**...*...\n.*..*..**\n*...*.*.*\n*...**..*\n...**....\n..*.*....\n.**.*....\n...*.....\n.***.**..\n```\n\n\n## Output without wrap\n\n```\n.****...*\n**.**....\n**..*...*\n***.....*\n.....*..*\n***.**...\n.*..*.***\n**.**.*.*\n.......*.\n.........\n.**.**...\n.**.*....\n.....*...\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.*.**....\n.*..*...*\n.**.....*\n.....*..*\n.**.**...\n.*..*.**.\n.*.**.*..\n*......**\n.........\n.**.**...\n.**.*....\n.....*...\n**...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.....\n**.....*...**\n......*..*...\n..*.***.*....\n...***.*...*.\n***....**.*.*\n.*..*.**.***.\n.*....*.*.*..\n..*.**.***...\n....*...*...*\n*..***.....*.\n***.......*..\n```\n\n\n## Output without wrap\n\n```\n**.....*.....\n..*...*.*....\n**....*.**...\n.......***...\n.*...........\n.*...........\n*...**.......\n..*..........\n......*.*....\n..*....**....\n*....****....\n*....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*...*.\n.*....*.*..*.\n.*....*.**..*\n.*.....***.*.\n...........*.\n.*...........\n....**.....**\n..*..........\n......*.*....\n..*....**...*\n*.*..****..*.\n*.*..*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*.*..\n*.....\n.**.**\n*..***\n```\n\n\n## Output without wrap\n\n```\n..*...\n***...\n*..**.\n***..*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n***...\n*..***\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*****\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*..**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*...*\n**.*.\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*.\n..*..**.\n.*....*.\n......*.\n.******.\n....*..*\n*...*...\n....*...\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n........\n.*.**...\n....*...\n....*...\n.*....**\n..****..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*.***...\n.*.**...\n....*...\n....*...\n**......\n.*......\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.***.\n.***.\n**..*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n..*\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n**...\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*.*\n..*..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*...\n.**...**...\n**...*..**.\n*.......**.\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n.......*...\n***..*.*...\n*.*...*..*.\n**......**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*...\n***..*.*...\n*.*...*..*.\n**......**.\n......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**..*\n..*.*\n..*..\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n*****\n**..*\n..*..\n..*..\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*...\n..*.*\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***.\n.****....\n....*....\n*..*...*.\n*.*..****\n```\n\n\n## Output without wrap\n\n```\n..*.***..\n.**.*.*..\n.*..*....\n.*.***.**\n.*....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.**.*.*..\n.*..*....\n**.***.*.\n*.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n.*..*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*..*\n.*.*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n*.***\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*\n.**....\n**.**.*\n***.***\n*..**..\n..**...\n**.****\n***..**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n.....*.\n.......\n**.....\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n...**..\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**..**..\n.****.*.*.**.\n.*..******..*\n.*******...**\n.*******.**.*\n.**..**..*...\n```\n\n\n## Output without wrap\n\n```\n......*...**.\n......*.**.**\n**.........**\n**.......**.*\n**........*..\n........*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**.\n*.........**.\n*...........*\n*........**.*\n..........*.*\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..*.......\n..**......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..**......\n..**......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..**......\n..**......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*....\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.**..\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*....*\n.*.*..\n*.***.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n***.*.\n**.*..\n*...*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n***.**\n.*.*..\n*...*.\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**.*\n****\n***.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n.....\n*.**.\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n.**..\n..**.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.*.**\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n...\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n...\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.**.\n...**\n*...*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*****\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n***.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n....\n*..*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*..*\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.**.*\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n*.*..\n.****\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n*........*\n..........\n*.......**\n..........\n..........\n..........\n..........\n.......***\n..........\n..........\n..........\n*........*\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.......***\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*.......*.\n*.......*.\n........**\n..........\n..........\n..........\n..........\n.......***\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n*..*\n*..*\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*..*\n*..*\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n..**....\n..**....\n......*.\n..*..***\n.***....\n..**....\n..*.*.**\n..*....*\n**.*....\n*...**..\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..**....\n..**.***\n.***.***\n.*..*.*.\n....*...\n.**...**\n..*...**\n*****...\n**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****\n..**....\n..**....\n..**.***\n.***.***\n.*..*.*.\n....*...\n.**...**\n..*...**\n*****..*\n**..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.....*\n*****.*.***..\n..*.***.*....\n***.*..**.***\n..*.*....*.*.\n***......**.*\n...........*.\n**..*.*..****\n..***.......*\n```\n\n\n## Output without wrap\n\n```\n.***...*.*...\n.***.**.**...\n.***..*...**.\n.....***...*.\n.*.....****.*\n.***.........\n....*......*.\n.....*.......\n.*...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.*.**\n**....*.***.*\n..**..*...**.\n.....***...**\n.......****..\n****.........\n....*.......*\n*...**.......\n..*.**...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.******\n*.******.\n******.**\n******.**\n*****.***\n********.\n**.****.*\n*****.***\n```\n\n\n## Output without wrap\n\n```\n**......*\n.........\n.........\n.........\n.........\n.........\n........*\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n.......*..\n.......**.\n..........\n..........\n..........\n..........\n......*...\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n......*.*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......*.*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n**..\n***.\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.......\n....*.*....\n.........*.\n...........\n..*....*.*.\n......*.*..\n**......*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.......**..\n.......*...\n.........*.\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.......**..\n.......*...\n.........*.\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*.*...*.\n....*...\n........\n*.......\n........\n...*.*..\n......*.\n.....*..\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n........\n........\n....***.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n.*.....*\n........\n........\n........\n........\n........\n....***.\n.....***\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.....*..\n....*....*..*\n....*....*...\n....*..**....\n*...*.**....*\n.*..***....*.\n......*....*.\n**..........*\n.............\n.............\n............*\n............*\n.....*.***...\n....*.....*..\n```\n\n\n## Output without wrap\n\n```\n....*........\n...*.*...**..\n..*....*.**..\n..*...****...\n........*....\n...***.....**\n...........**\n.............\n.............\n.............\n.............\n........**...\n.......*.....\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*..*.\n..*...*.*..*.\n..*....*.**..\n..*...****...\n*.......*...*\n**.***.....*.\n.*.........*.\n**..........*\n*...........*\n.............\n.............\n........**...\n.......**....\n...*.*..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n..*..*....\n.*...*....\n.*..*.....\n*.**......\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n..**.*....\n.**.**....\n**.**.....\n*.**......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n..**.*....\n.**.**....\n**.**.....\n*.**......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*****\n.*.*.\n***.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.....\n*...*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**.*.\n***.*.*..***\n*.*.****.*.*\n.**.*.***.**\n.**.**...*.*\n*..*.*...***\n...*.*..**..\n.....*.*.*..\n.....*****..\n.....**.*...\n**....**....\n*.*.****...*\n*******.*..*\n```\n\n\n## Output without wrap\n\n```\n.*........**\n*..*......**\n*..*........\n**..........\n**....*.....\n....***.....\n.....*......\n....**......\n.........**.\n........**..\n........**..\n*...........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*...\n...*........\n...*........\n............\n*.....*.....\n*...***....*\n.....*....**\n....**....*.\n.........**.\n*.......***.\n*.......**..\n**.....**.**\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*....\n......*..*..\n.........*..\n```\n\n\n## Output without wrap\n\n```\n............\n........*...\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n........*...\n........*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n...*..\n***...\n..***.\n*.*..*\n*.*...\n*.*...\n.**.**\n*.*...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n*..*..\n.*..*.\n*...*.\n..*.*.\n*.**..\n*.*...\n*.*...\n*...*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n*..*..\n.*..*.\n....*.\n*.*.**\n*.**..\n*.*...\n..*..*\n*...**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..\n**..**..\n*.......\n**....**\n.....*..\n........\n**.*****\n.*...***\n****.*..\n```\n\n\n## Output without wrap\n\n```\n*.****..\n..****..\n.....**.\n**....*.\n......*.\n........\n***.*..*\n.......*\n***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n..****.*\n.....**.\n**....**\n*.....**\n*......*\n.**.*...\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.**...\n*.*.*.\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.....\n..**..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*...\n.....\n.**.*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n****.\n**.*.\n.**..\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.*.**\n***..\n*..*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n*.....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....*.*\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....*.*\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n****\n*.*.\n*.**\n*...\n*...\n**.*\n**.*\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.**\n*...\n*...\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*.*\n..........\n..........\n..........\n*.*..*....\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..........\n..........\n..........\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n***\n...\n...\n...\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n.*.\n...\n...\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n***\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n***\n.**\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n.***.\n.*.*.\n.*...\n*..*.\n*....\n**...\n.....\n..*..\n.**.*\n**...\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*.**\n**.*.\n**...\n**...\n*....\n**...\n.*...\n.***.\n*.**.\n****.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.*.**\n**.*.\n**..*\n**..*\n*....\n**...\n.*...\n.***.\n..**.\n.****\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*..\n.*....*..\n.*.......\n..*.....*\n**.......\n.........\n.........\n.*.*...**\n*****..**\n........*\n.*..*.*..\n..*.*..**\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.........\n***......\n..*......\n*.*......\n.*.......\n.........\n.........\n**.**....\n.......**\n***..*...\n.*.*.*..*\n..**.....\n..*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n......*..\n*.*......\n..*......\n.*.......\n.........\n.........\n...**....\n*........\n..*..*..*\n.*.*.*...\n.*.*.*.*.\n...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n***\n.**\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*...\n.*..*..**\n.**....**\n....*....\n****.....\n.****....\n....*...*\n***.**.*.\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*..*.***\n.***...**\n*........\n*........\n*...*....\n*........\n.*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.*..*.***\n.***...**\n........*\n*........\n....*....\n........*\n***..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*..\n....****.**.\n....**...*..\n......*...*.\n......*.**..\n......*.*..*\n....**..*...\n...******...\n.......*...*\n..........**\n```\n\n\n## Output without wrap\n\n```\n......*..**.\n....**.*....\n.....*......\n..........*.\n.....*....*.\n.....**...*.\n........**..\n...*......*.\n....*..**.**\n.........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...*\n....**.*....\n.....*......\n..........*.\n.....*....*.\n.....**...*.\n........**..\n...*......*.\n....*..**.**\n*...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***\n..**.**..\n**....***\n.........\n...**....\n..**.....\n..*......\n..***....\n*...**...\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.**..*...\n.**..***.\n.......*.\n..***....\n..*.*....\n.*..*....\n.**.**...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**\n.**..*...\n***..****\n*......**\n..***....\n..*.*....\n.*..*....\n.**.**...\n....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n***\n**.\n...\n...\n...\n.*.\n***\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*.*\n...\n...\n...\n***\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n.*.\n...\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.**.\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n**..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n**.*\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n*.......\n*....*..\n......*.\n.**.*.**\n***.*.*.\n.*.*.**.\n.*......\n*.....*.\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n.*....**\n*.*...**\n*...*...\n...****.\n***..**.\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n**.....*\n.......*\n**....*.\n..*...*.\n....*...\n...*****\n***..***\n**.....*\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.**\n*..\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n*.*...\n....**\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n***...\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....******\n*.*.**..*.\n*..*.*****\n*.****..**\n.*..**.*..\n.*.*****.*\n.*****....\n******.*.*\n.****.....\n****.**.**\n**.*******\n.*.****.**\n```\n\n\n## Output without wrap\n\n```\n...**.****\n.*........\n*.........\n*.*......*\n**.....*.*\n**.....**.\n.......*..\n*.....*...\n.......*.*\n.........*\n..........\n**.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n**........\n..........\n..*.......\n.*.....*..\n.*.....**.\n.......*.*\n......*...\n.......*..\n..........\n..........\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.\n....**.\n...**..\n******.\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n**..*..\n**.....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n.*...**\n.*.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..*...\n..*.**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*...\n.**.*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*...\n.**.*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*..*.\n*..*.\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n..***\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*..**\n*.**.\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n...*.*\n......\n......\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n......\n******\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n...**\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n......*...\n.*.....**.\n*.......**\n.**.....**\n**.....*..\n.**....*.*\n...*...***\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n.......***\n*.*.......\n..*....*.*\n*......*.*\n***...**.*\n..*....*.*\n.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*......**.\n*......**.\n..*.......\n..*....*..\n.......*..\n.**...**.*\n..*....*.*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.*...\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*...\n*****...\n*****...\n```\n\n\n## Output without wrap\n\n```\n*...*...\n.....*..\n*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.....*.*\n.....*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**..\n********\n********\n***....*\n..******\n.*.*..**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....*...\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n...\n..*\n***\n...\n...\n...\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n.**\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n..*\n...\n...\n***\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.\n****....*.\n.*..**..**\n.**...*...\n**.**.*.**\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..*.****.*\n....**...*\n......*...\n**....*..*\n**.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.**.**....\n....**...*\n......*..*\n.......*..\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n...**\n...**\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n..*..\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n...**\n..*..\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..***.\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.**.**\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n....\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***...\n..*.....\n....***.\n......*.\n....*...\n```\n\n\n## Output without wrap\n\n```\n.***....\n.**.....\n.....**.\n....*.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...\n.**.....\n.....**.\n....*.*.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n.***\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...*.\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....\n..........\n*.......*.\n.**....*..\n...**..*..\n**..*...*.\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n.***...**.\n*..**..**.\n.**.*.....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..........\n.*........\n.***...**.\n*..**..**.\n.**.*.....\n.**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.*\n.*.*....*\n*..*...*.\n**.*....*\n.**..*...\n```\n\n\n## Output without wrap\n\n```\n.......*.\n***.*.*.*\n*..**..**\n*..**....\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****\n.**.*.*..\n...**..*.\n...**...*\n..*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*...*.\n......\n..****\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n......\n....**\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n.......*..\n*......*..\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n......**..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n......**..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.**.*..\n...***.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**.**.\n..*..*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.**.**.\n..*..*.\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.*........\n*.......**\n....*...**\n**...*..**\n*..***...*\n......*.**\n....*.*..*\n*..*..*.*.\n....*.*.**\n*....*..**\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........*.\n***.....*.\n.....*.*..\n**.*......\n....*....*\n...**.*..*\n...**.*...\n...**.*..*\n.....****.\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*........*\n**......*.\n***.......\n**...*.*..\n...*....*.\n....*...*.\n...**.*.*.\n...**.*..*\n...**.*.*.\n.....*****\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n***\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**..\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n..****\n..**.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.*...*\n......\n.....*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n.*.*...\n.......\n.......\n..*....\n.*.....\n..*....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..*....\n.......\n.......\n.......\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..*....\n.......\n.......\n.......\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.*..\n*...........\n.*.........*\n..**........\n..**........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.**.........\n.*.*........\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n*...........\n*.*.........\n*..*........\n..**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**.**\n**.**\n***.*\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n***..\n.....\n...*.\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n.**..\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**..\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*\n..*....*\n*.*....*\n```\n\n\n## Output without wrap\n\n```\n.***....\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..****\n.*..****\n.*..****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n..*.**\n......\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*..*\n..*...\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n..*..*\n..*...\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***..\n.........\n...*.....\n..***....\n```\n\n\n## Output without wrap\n\n```\n.....*...\n..*..*...\n.........\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n.........\n..*..*...\n.**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n***\n...\n***\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n.*....\n.*....\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*...\n.*...\n*....\n..**.\n```\n\n\n## Output without wrap\n\n```\n****.\n...*.\n**...\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n...**\n**...\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.*.\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.***\n.**.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..*.\n....**.*.\n*..*..***\n..*..*...\n..*****..\n***.*.**.\n**.**..*.\n*..*....*\n*...**...\n**...**.*\n.*....***\n...*..**.\n*.**...*.\n*.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.***..*..\n.**....*.\n...**....\n..*....**\n.*.......\n.....*...\n.*.***.**\n.*.*....*\n*.*...**.\n..***.*.*\n...*.....\n*..**....\n.**.****.\n...*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.**.****.\n**.**..**\n*.*.....*\n**.....*.\n.....*.*.\n...***.**\n...*.....\n..*...*..\n.****.*..\n...*.....\n*..**....\n*.*.....*\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*...**\n****.*\n*****.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**..*\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n**........\n**........\n.*.....**.\n*.**..**..\n*.....**.*\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n.*.....*..\n.*.....*..\n.*........\n.*.....*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*......*\n.*.....*.*\n**.....***\n**........\n.......**.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......**.*\n.*.***.......\n...***..**...\n.**...*.*....\n...*.*.......\n..*..*.......\n.*.*.**...*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*........\n...*.*..*.*..\n.*....****...\n..*...****...\n.*.****......\n..**.*.......\n..*.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*..**..\n*..*.*..*.*..\n.*....****...\n..*...****...\n.*.****......\n..**.*.......\n.*..***..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n*..\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.**\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n*...**\n.**...\n*..**.\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n..*...\n*.*.*.\n...***\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n**...*\n..*...\n.**.*.\n...**.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*..***\n**.*..\n.*.***\n.*.*.*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*.***.\n......\n**....\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.***..\n......\n......\n*.*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**..\n**..**.*.*\n**..*..**.\n****..*.**\n.*........\n**.....***\n*.***..**.\n.***...*..\n...****.**\n*.**.*..*.\n**...**...\n```\n\n\n## Output without wrap\n\n```\n*****.***.\n..........\n....*.....\n...*....**\n..........\n*..*...*.*\n*...*.*..*\n.*.......*\n.....**.**\n*.**....**\n***.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...***\n.........*\n....*.....\n...*....*.\n..........\n...*...*..\n....*.*...\n**........\n*....**.**\n*.**....*.\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*........\n...**.*.....\n...*..*.....\n......*.....\n...*..*.....\n```\n\n\n## Output without wrap\n\n```\n..*..*......\n..*...*.....\n..*....*....\n....**.*....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*......\n............\n..*....*....\n....**.*....\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..****.**\n*****...*..*\n**.*.****.*.\n..**.**..***\n*.*..*****.*\n*****..*.*.*\n*..*.****.**\n.********.**\n**..*.***.**\n*.*******.**\n*****.***.**\n***..**..***\n**.*****.**.\n******...*.*\n```\n\n\n## Output without wrap\n\n```\n*...********\n...........*\n*.......*...\n*..*.......*\n*..........*\n*..........*\n*...........\n............\n*...........\n............\n............\n............\n.......*....\n*.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***...\n............\n........*...\n...*........\n............\n............\n............\n............\n............\n............\n............\n............\n.......*....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n...\n...\n...\n***\n.*.\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n.*.\n...\n...\n.*.\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n***\n...\n...\n***\n***\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.*.**\n.**...\n****.*\n.*****\n*..**.\n****..\n.*..**\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n*....*\n.....*\n*....*\n.....*\n*....*\n*....*\n.....*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n......\n......\n......\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n......\n......\n......\n......\n......\n...*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n......\n......\n......\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n*.....*.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n......**\n**...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n**...**.\n**...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.....\n*..*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*..*.\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n*****.\n*.****\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n..**\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n*.**.*\n**.**.\n****.*\n...***\n```\n\n\n## Output without wrap\n\n```\n*..*..\n.....*\n.....*\n*....*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*...\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*....\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...\n...****.\n..**..*.\n..*.*.*.\n.**.****\n**....*.\n.*...**.\n.***....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n...**...\n......*.\n..*...**\n....*...\n*.*.*..*\n*...*...\n.....**.\n**.**...\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n..*...**\n....*...\n..*.*...\n....*...\n.....***\n**.**...\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n**..**\n......\n......\n......\n.....*\n*...**\n```\n\n\n## Output without wrap\n\n```\n**..**\n**..**\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.**.*.\n.*..*.\n......\n.....*\n*...*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n..*......*\n..*......*\n..*...***.\n..*..*....\n.**..*....\n......*...\n**.....***\n..........\n..........\n***.......\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n.***...*.*\n.***..***.\n..**.*.*..\n.**..**...\n*.*...***.\n.......**.\n........*.\n.*........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n*.......**\n.***...*.*\n.***..***.\n..**.*.*..\n.**..**...\n..*...****\n*......***\n*.......**\n.*........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*****.\n.*.***\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n..*.*.\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n.**...\n**...*\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n*......\n***....\n.......\n.......\n.......\n.......\n....*.*\n....*.*\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n......*\n**.....\n**.....\n.......\n.......\n.......\n.......\n*....**\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n*....*.\n......*\n*..***.\n**...**\n...**..\n**.....\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n......*\n**..*..\n***...*\n..*.**.\n***....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.....**\n*......\n.*..*..\n***....\n..*.**.\n***....\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..\n*.......\n..*...**\n...**...\n....**.*\n```\n\n\n## Output without wrap\n\n```\n.*......\n..**.**.\n...*....\n...**..*\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.****.\n*.**.***\n...*...*\n...**..*\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n.........\n.........\n.........\n...**....\n...*.*...\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..***....\n..*..*...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n.........\n.........\n..***....\n..*..*...\n..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*.\n..**..**\n****....\n....**.*\n******..\n***.****\n```\n\n\n## Output without wrap\n\n```\n.....***\n..*.*...\n....*..*\n.....*.*\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n*...*...\n*....***\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*.*.*\n.....\n.**..\n.*..*\n.****\n.**..\n*..**\n..***\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n..**.\n.**..\n*...*\n*...*\n*....\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n**..*\n*.**.\n***..\n....*\n....*\n.....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n...**\n*...*\n..*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.**.*\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*****\n*****\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n*.......\n*****...\n*.......\n........\n.*..*..*\n***.*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n*...*...\n..**....\n*...*...\n*..*....\n*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..*\n.*.*..**\n*...*..*\n*.**....\n*...*..*\n**.*.*.*\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...*.....\n.*..*.....*..*\n**..*....*.***\n.*..**..*.***.\n....*.......**\n```\n\n\n## Output without wrap\n\n```\n..****....*...\n*....*...**.*.\n........*..**.\n*........**.**\n...*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*...*..*.\n*........***..\n*.......*..*..\n.*...*..***..*\n***......****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.......\n.*...*....*.**\n*.*.......*.*.\n...*...*.**...\n..........*.**\n......*....*..\n.*.......*...*\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n***..**....***\n***......**...\n..............\n..............\n.........****.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..*.....*\n.....**.....*.\n***......**.*.\n.*..........*.\n............*.\n*........*****\n**...**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n*......\n**.....\n**....*\n*.**..*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n**....*\n.......\n.......\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..*.\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*\n**.*.**\n.**.***\n*******\n```\n\n\n## Output without wrap\n\n```\n*.***.*\n*......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***\n**....*.\n*..*....\n.*......\n...*....\n........\n..*.....\n***...*.\n*.*.**..\n.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...*.*\n*.*..*.*\n..**..*.\n.*......\n........\n........\n.*......\n..*..*..\n*.*.*...\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..\n..**..**\n..**..**\n.*......\n........\n........\n.*......\n*.*..***\n*.*.*.*.\n..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.**.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n....*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n****..*\n...**..\n*......\n*.*..*.\n*.*...*\n*.*.*..\n..*...*\n..**..*\n.****..\n*......\n.**...*\n```\n\n\n## Output without wrap\n\n```\n*.*....\n****.*.\n*..**..\n.*.**..\n*......\n*.*..*.\n..*..*.\n..*..*.\n....**.\n.*..*..\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n****.**\n...**.*\n.*.**.*\n*......\n*.*..*.\n*.*..*.\n*.*..**\n*...**.\n**..*..\n*......\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n..**\n**.*\n..**\n...*\n****\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.***\n.*..\n.*.*\n....\n.***\n.**.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n.***\n.*..\n.*..\n....\n****\n****\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.*\n**.**..*.\n.*****.**\n```\n\n\n## Output without wrap\n\n```\n.....**..\n*...*...*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....\n.*.*.....\n.*.*.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n**.**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**....\n**.**....\n**.**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n****.....\n.........\n****.....\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**......\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.**......\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n......\n**....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n......\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n..*\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n...\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n**...\n*...*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*...\n...**\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n..**.**\n.......\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.**..**\n*..**.*\n.**..*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.***..*\n...*...\n**.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..\n*...**..\n*.....*.\n.*....**\n..*...*.\n**.**...\n...**...\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n*...*..*\n**..*...\n....*...\n*.**...*\n**.*....\n.*.*.*..\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*\n*...*...\n....*...\n*...*...\n*.**...*\n.*.*....\n**...**.\n.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n*..*....\n.*......\n....**..\n*.****..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....*...\n.**..*..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..***\n*......*\n....*...\n.**..*..\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.....\n....*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*..**\n*..*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.*..*\n.......*.*.\n..*.*...**.\n*...***....\n.*..***....\n..*.**.....\n.*....*....\n....**...**\n*.*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n......*.**.\n...**.....*\n...**....**\n..*..**....\n**.*.......\n.*.**......\n.*....*....\n......*.*..\n..****..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....*.\n...........\n*..**.....*\n*.*..**..*.\n**.*.......\n.*.**......\n.*....*....\n**.**...*..\n...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n*.*.\n*.*.\n....\n....\n*.**\n...*\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n*...*...\n........\n*.*.....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**.*..*\n.....**..***\n.........**.\n**.......***\n*..*...*...*\n*..*.*...*.*\n.....*...***\n**..*....*..\n***.*.....**\n.*.*......**\n..*..**...*.\n.....*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.....*.\n.**.*....**.\n*.*..**...*.\n**.....*....\n*..........*\n*....*.....*\n****.***....\n*.**.*...*..\n.**.....**..\n........**..\n.......*.**.\n....**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***.*..*\n*.**.**.**..\n.**..**.....\n.......*....\n..........*.\n.....*....*.\n..**.***..*.\n..**.*...**.\n..*.....***.\n........***.\n..*...***.**\n*..****.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n...***..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....*...\n....*...\n....*...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n....*...\n....*...\n....*...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n*...*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n*****\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n...*...\n*..*...\n..**..*\n......*\n*......\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...**..\n..**...\n.......\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n*.....*\n...**..\n*.**..*\n*.....*\n*......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n......*..\n......*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****.**.*\n..**.*....**\n*.**..***..*\n.*..****..**\n**...**.*.**\n.**.**.**.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.**..*.*\n*..........*\n........**..\n...**.......\n*..*....*...\n***.**.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n............\n........**..\n...**.......\n...*....*...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n**..*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n....\n*.*.\n*.*.\n*.*.\n*..*\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.**\n*.**\n*.**\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n....\n*.*.\n*.*.\n*.*.\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**\n*...*.**\n..**.**.\n.**.....\n........\n........\n.*...**.\n```\n\n\n## Output without wrap\n\n```\n...**.**\n.*......\n..******\n.***....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...\n**......\n*.*****.\n.***....\n........\n........\n..******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.***..\n*.**.*\n**....\n*.*...\n..*.*.\n......\n******\n.*....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...*.\n*..**.\n*..*..\n*.**..\n.*.*..\n.....*\n*****.\n**.**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n....*.\n...***\n...*..\n*.**.*\n.*.*..\n*.....\n******\n.*.***\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n...*.\n..*.*\n*.*..\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.***.\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*.**.\n.****\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n*..*.*\n.*.*.*\n**.**.\n.*.*..\n.*.**.\n*..*..\n*..*..\n*..*..\n.*****\n.*.*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n.*....\n**..*.\n...**.\n...**.\n......\n...**.\n...*..\n**....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...*.*\n.*...*\n.*....\n.*.*.*\n...*..\n......\n...*..\n...*..\n.*...*\n.**..*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n...*\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**.*\n.*..\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**.*\n*...\n*..*\n*...\n....\n...*\n.***\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n..*.\n**..\n....\n....\n....\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*..\n.***\n....\n....\n*..*\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n.....\n.....\n**..*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.....\n.....\n*....\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*\n...........*.\n.............\n.............\n............*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.*.....\n.*.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*****\n..........\n.*..*.....\n..........\n**..**.***\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....*..*.\n.....*..*.\n....*...*.\n..........\n.......***\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*....*....\n....*.....\n........*.\n.*.....*..\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n....\n...*\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n**.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.***..\n******\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.*.*.\n.****.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n..*...\n.***..\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.***..\n...***\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*..*.\n.*****\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n.*..*.\n*.....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n.*..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n....*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.\n.*.*****\n.***..*.\n```\n\n\n## Output without wrap\n\n```\n........\n.......*\n..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*....*\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*....*\n**.....**....\n..*......*...\n...*.......*.\n*..*.....****\n.*..*........\n.*..*........\n...*....**...\n.***...*..**.\n```\n\n\n## Output without wrap\n\n```\n.......**....\n.*.....**....\n.**.....*....\n..**.....*.**\n..***.....***\n*****.....**.\n..***........\n.*.**...***..\n..**....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...**\n**.....**....\n.**.....*....\n..**.....*.*.\n*.***.....***\n.****.....***\n..***........\n.*.**...***..\n..**...*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*\n......***\n...***...\n......**.\n..*...**.\n.**.*.*.*\n***.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....**.*\n........*\n....**..*\n...**..*.\n.***....*\n*.....*.*\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n........*\n....**..*\n...**..*.\n.***....*\n......*.*\n..*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n**....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n...**.*..\n...**....\n..*.*....\n**..**...\n..*....**\n**...**.*\n```\n\n\n## Output without wrap\n\n```\n...**....\n..*.*....\n..*......\n.........\n....**...\n..*.*.***\n........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.***\n*...**..*\n..*......\n.........\n*...**..*\n....*.**.\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*********.***\n*****.********\n************.*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*...\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*....\n.****\n*..**\n**..*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n**...\n..**.\n*..*.\n..*..\n...*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*...\n.....\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n....*.\n.*.*.*\n.***.*\n.*.*..\n..****\n*.**..\n*....*\n.*...*\n..**.*\n*..*.*\n.**.**\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n.*.*.*\n**.*..\n.*...*\n......\n..*..*\n*.*.*.\n.**..*\n.***.*\n.....*\n*...**\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..***.\n.*.*.*\n.*.*..\n.*...*\n*....*\n*.*...\n..*.**\n.**..*\n.***.*\n......\n....**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n..**.*\n..*.*.\n...***\n******\n*...**\n*.*.**\n*****.\n.**..*\n..**..\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n..**.*\n..*...\n......\n***...\n*.....\n*.*...\n*.....\n*.....\n...*..\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n..**.*\n..*...\n......\n.**...\n......\n..*...\n......\n.....*\n*..*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*...\n**.*\n*.**\n*..*\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n*.**\n*.**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n....\n....\n.**.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n...\n..*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n..*....\n*.*....\n*.*....\n**...**\n.*....*\n***...*\n.......\n*......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*....\n..**...\n..*....\n.....**\n*.*..**\n**.....\n*......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n.***...\n.**....\n.......\n.**....\n*......\n*......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n.*.\n..*\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n..*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n*..\n***\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.......\n....***.......\n....***.......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..............\n...**.**......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.***.....\n..***.***.....\n..***.***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n**...\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.**..\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n**.**\n*...*\n..***\n*.*.*\n***..\n***..\n*..**\n..*..\n*.*..\n**.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n..***\n.****\n....*\n.*.*.\n...*.\n.....\n.....\n.....\n..*..\n..**.\n*..*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n.....\n.....\n....*\n**.**\n..*..\n..*..\n.*...\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n.**\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n*..\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n.*....**..\n**....**..\n.*...***..\n......**..\n```\n\n\n## Output without wrap\n\n```\n.......*..\n*.*.....*.\n..*.......\n*.*...***.\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.*.......\n..*.......\n*.*.......\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n*.*\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n*...**\n....**\n.*..*.\n*....*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n***.*\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**\n*.*.....**\n.**.....**\n.*..***.**\n*.****..**\n...***....\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n........*.\n.****...*.\n..***.*...\n*..*..***.\n.**...***.\n.***....*.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.****.....\n..***.*...\n...*..**..\n***...****\n*.**....**\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.....\n...*..*.*..\n......*.*..\n.*...*..*..\n..*..*.....\n.......*...\n......**..*\n..*...*..*.\n.*.*.***...\n```\n\n\n## Output without wrap\n\n```\n..***......\n..*****....\n.....**.**.\n.....***...\n......*....\n.......*...\n......***..\n..*.....*..\n..*..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....\n..*****....\n.....**.**.\n.....***...\n......*....\n.......*...\n......***..\n..*.....*..\n.*.*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..*.\n.........**..\n.............\n.............\n.............\n...***.......\n..*..........\n..*..*.......\n...**........\n.............\n..........***\n*.......***..\n.......*....*\n```\n\n\n## Output without wrap\n\n```\n.........**..\n.........**..\n.............\n.............\n....*........\n...**........\n..*..*.......\n..*.*........\n...**........\n...........*.\n..........**.\n........***.*\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........****.\n.........**..\n.............\n.............\n....*........\n...**........\n..*..*.......\n..*.*........\n...**........\n...........*.\n..........***\n*.......***..\n.......*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n***..\n.***.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.****\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n***.\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...**\n***..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n****\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.****\n....*...\n...*...*\n**.*..*.\n**....*.\n****.***\n*....**.\n...*...*\n```\n\n\n## Output without wrap\n\n```\n...****.\n..*...*.\n.*******\n.*...*..\n.*******\n..*..*..\n...****.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*****\n........\n********\n**...*.*\n..****..\n..*..*..\n..**....\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.\n..*..*.\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n.*****.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.****.***\n....*.......\n***.*.*..**.\n.......**...\n*.*.*.......\n```\n\n\n## Output without wrap\n\n```\n...****...*.\n*.*.*..**..*\n.*.*.*.***..\n*.*..*.***..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*...**\n..*.*..**...\n.*.*.*.***..\n*.*..*.***.*\n*...*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..**.\n.****\n*.*..\n***..\n**.*.\n*.**.\n**.**\n.**.*\n*..**\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*.*.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n....*\n.....\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*\n..***..**.\n........*.\n*......***\n```\n\n\n## Output without wrap\n\n```\n...*...*..\n...*...*.*\n...*......\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*...\n...*...*.*\n...*......\n*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*..*...\n.**.*.****....\n.*............\n.......*......\n*..*...***.**.\n******.***.**.\n.*.*........*.\n.***.**......*\n...**....**.*.\n..**..*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..**.*....\n*.....****....\n.**...*.......\n.......*......\n*..*.....*.**.\n*.....**.*...*\n.......**..***\n.*...*.....***\n.*....**.****.\n..***....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....*...\n*.....****....\n.**...*.......\n.......*......\n*..*.....*.**.\n*.....**.*....\n.......**..**.\n**...*.....***\n.*....**.****.\n.*.....**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**.*\n*...\n.*..\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*.*.\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n*.**\n****\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n.*.*\n**.*\n*.*.\n.***\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n**..\n**..\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..***.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n**..*..\n...*...\n*.*.*..\n..*.***\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....**.\n*.***..\n.**.*..\n.*..**.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*...***\n*.***..\n.**.*.*\n.*..***\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..***.\n*..*....*\n**.**.*..\n..*......\n...*.*.*.\n...*....*\n..*..*..*\n.....***.\n*....***.\n....*....\n*...*.**.\n```\n\n\n## Output without wrap\n\n```\n.**......\n*..**....\n*..***...\n*....*...\n....*....\n..*...***\n....***.*\n...**..**\n...***...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.**\n.....*..*\n.*.***.**\n.....*...\n....*....\n..*...***\n....***.*\n...**..**\n...***...\n*...**...\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**........\n...***.......\n.**.**.......\n.*****.......\n..*.*........\n.............\n```\n\n\n## Output without wrap\n\n```\n...*.*.......\n.............\n.*....*......\n.............\n.**.**.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.......\n.............\n.*....*......\n.............\n.**.**.......\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...\n.....*...\n...*.....\n.....*...\n....*....\n```\n\n\n## Output without wrap\n\n```\n....**...\n.....*...\n....**...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.....*...\n....**...\n...***...\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n***.*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n..**.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....\n*..*...*\n..*....*\n*....*..\n*.*.....\n...**..*\n*....***\n.******.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*.*....\n........\n..*.....\n...*.*..\n**.*.**.\n**...*.*\n.*...**.\n.*...*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*\n...*..*.\n.*....*.\n..*.....\n.*.*.***\n...*.*.*\n.....*..\n*....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.**.**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n*...\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n***.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.....\n....*.....\n..........\n*........*\n.***.....*\n.*.*......\n.***......\n..........\n.**.......\n*.*....***\n..*....**.\n.******.*.\n.**.....**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..*.......\n***.......\n*..*......\n*..**.....\n..***.....\n.*.*......\n.*......*.\n.****...*.\n..........\n...*...**.\n....*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....**\n..*.......\n***.......\n.**......*\n.*.*.....*\n*..**.....\n..***.....\n...*.....*\n........*.\n..***.....\n*.........\n**..*.***.\n*....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n.......\n.......\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n......*\n......*\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...\n.*....*.\n....*...\n..**....\n.......*\n*..*....\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n..**....\n...*....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n.....*..\n..**....\n...*....\n..**....\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n....*..\n.......\n.......\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n*.....**\n....***.\n....**..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n....*..*\n....*.*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*.......\n....*...\n....*.*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....\n****...*\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n........\n*.**....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*.....**\n*.....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n*******\n*.*.*.*\n**.....\n*.***..\n*******\n*****.*\n*..***.\n****.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n....*..\n....**.\n.....*.\n.......\n.......\n.**..**\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n***...\n......\n*..*..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*..*..\n*..*..\n**.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*.*..\n*..*..\n*..*..\n.*.*.*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***...*.\n*..**.*..*.\n***..**..*.\n```\n\n\n## Output without wrap\n\n```\n..**.*.....\n*.....*.***\n*******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n*.....*.**.\n*.....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...**.\n......***\n.**....*.\n.**......\n.*.......\n.........\n.........\n.**..*...\n.*.*.....\n.***.....\n```\n\n\n## Output without wrap\n\n```\n......*.*\n.**.....*\n.**...***\n*........\n.**......\n.........\n.........\n.**......\n*..**....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*.*\n.**.....*\n***...***\n*........\n.**......\n.........\n.........\n.**......\n*..**....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..*.\n*.....*..**\n......*..**\n```\n\n\n## Output without wrap\n\n```\n......****.\n......***..\n......****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*.\n....*....*.\n....*....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***...\n.*....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n***...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n***...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n...*.*\n...*.*\n***.*.\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*.*..\n.*.*.*\n***.**\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*.*.*\n.*.*.*\n***.*.\n*..*..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n..*..\n..*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*\n.*....**.\n.........\n..**.....\n.........\n...*.....\n........*\n.........\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......*.\n..*......\n.........\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.*\n.......*.\n..*......\n.........\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.*..*.\n..***..*.**...\n.*............\n..............\n..**.....**...\n****.*.*.....*\n..............\n.....*........\n......*..*....\n*.****.*...*..\n.....**......*\n..............\n.*.......**.**\n......**.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.*.....**...\n.*..*....**...\n..............\n..*.*.........\n....*.........\n.*............\n.**.**........\n..**.*........\n...**.........\n..**...*......\n...*.**.......\n.........*.***\n........*.*...\n........*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**.*....\n.*..*...***...\n..............\n.**.*.........\n*...*.........\n.............*\n*.*.**........\n.***.*........\n...**.........\n..**...*......\n...*.**......*\n*........*.**.\n.......****...\n*.....**...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***....*\n...****.*...\n.**.*.**..**\n.*.****.*..*\n.*****.*.***\n*.*.*...**..\n..*.*.***.*.\n.**.**.*...*\n.**..**..***\n.*.*.....*..\n.*..*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n............\n..*....**..*\n**......*..*\n**.....**..*\n............\n..........**\n...*.*....**\n...**.**.*.*\n**.*..*.**.*\n*****.*.*..*\n.***.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****......**\n.**.........\n........*..*\n*......**..*\n............\n**........*.\n**.*.*....*.\n...**.**.*..\n...*..*.**.*\n...*..*.**..\n**..*..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n.......*..\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...\n...****\n*..*.*.\n.**.***\n***..*.\n...*.*.\n..**.**\n...***.\n*****.*\n*..*..*\n.**....\n*.**..*\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.***.**\n**.*.**\n***..**\n.......\n.......\n.......\n.......\n.*.....\n**...*.\n*....*.\n**.....\n**..**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n***....\n***....\n**.....\n......*\n**.....\n......*\n.......\n.....*.\n.....*.\n.......\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n...*\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n***.\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n.**.*.\n...*.*\n***.**\n*..***\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*...**\n*..***\n*.....\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n**.**.\n...*.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n.*.\n.**\n...\n**.\n**.\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n.**\n*.*\n**.\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n..*\n.*.\n***\n...\n**.\n...\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***\n.****.*.\n.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.....***\n*.......\n.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n..*.\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.***\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*.*\n.*..\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..***.\n.....**.**\n......*...\n....****..\n.....**...\n......**.*\n*.......**\n...*...**.\n...****.**\n...**.**..\n```\n\n\n## Output without wrap\n\n```\n.....**.**\n.....*..**\n....*...*.\n....*..*..\n....*...*.\n.....***.*\n......*..*\n...*.**...\n..*......*\n...*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....*\n.....*..**\n....*...*.\n....*..*..\n....*...*.\n*....***.*\n*.....*...\n*..*.**...\n..*......*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*.\n**...**.**\n.***....*.\n.*.*..***.\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n.....*****\n**..***.**\n...***....\n.*.*..*.*.\n..*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..*.\n**..***.*.\n...***....\n.*.*..*.*.\n..*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n**.......*\n.*.......*\n.*.......*\n*........*\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n.**.....**\n**......**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*.......*\n.**.....**\n.*......**\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n...*.\n.....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n*..\n*..\n...\n..*\n*.*\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.***\n..**.\n**.*.\n**.**\n.*..*\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n*....\n...**\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.*..*.***\n*....**..\n*....**..\n.....*..*\n....*..*.\n....*.*..\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n......**.\n**....**.\n**...***.\n...**.*..\n...**..**\n...**.**.\n...**.*..\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n....***..\n.*...**..\n.*.**.**.\n*..**....\n...**.***\n...**.*..\n*.**.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n**.*\n****\n****\n.*.*\n..*.\n.***\n.***\n.*.*\n*.**\n****\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n....\n....\n*...\n*...\n*...\n*..*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*...*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*\n.....**.\n*.......\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n*...*...\n*...*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n.***....\n***.....\n*.......\n.**....*\n.*.**...\n.***....\n*..**...\n*..*....\n```\n\n\n## Output without wrap\n\n```\n..**....\n*..*....\n*..*....\n*.......\n****....\n*...*...\n**......\n*...*...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n*..*....\n*..*....\n.......*\n.***....\n....*...\n**......\n*...*...\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*....\n*.*...\n.*....\n*...**\n..*.*.\n**..*.\n....*.\n*....*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n*.....\n*..**.\n.*****\n***...\n.*.*..\n***...\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n**.**.\n.*....\n...**.\n******\n.**...\n...***\n*.*...\n..****\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..**\n.*.***.**\n.*.******\n```\n\n\n## Output without wrap\n\n```\n...*.****\n**.......\n...*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.......\n.*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.***.**..*\n.*.****......*\n..............\n....*..**..*.*\n```\n\n\n## Output without wrap\n\n```\n**............\n**.**..**.....\n..*...**......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**..**.*\n.*.**.***...**\n*.**.*...*.**.\n..****.*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n..*.*..\n...*..*\n***....\n...***.\n*...*..\n.*.....\n.......\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n...*...\n.**..*.\n*.****.\n...***.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...***.\n*..*...\n***..**\n*.*****\n...***.\n.......\n.......\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*.....\n..*.........\n........*...\n.........*..\n.*....*.*...\n.......**...\n*...........\n.*..........\n**......**..\n*****.*..*..\n..***..***..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n........*...\n.......*.*..\n............\n.......***..\n............\n............\n....*....*..\n...*.***..*.\n....***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****...*..\n..***.......\n........*...\n.......*.*..\n............\n.......***..\n............\n............\n....*....*..\n....***...*.\n.*.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n.***..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*....*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*..*.\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.....*\n**..*..**...\n*.*..**...**\n```\n\n\n## Output without wrap\n\n```\n*.****......\n*......*..**\n*....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..*.\n.......*..*.\n..*...**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**..\n*.***..*.\n**...***.\n..***.*..\n```\n\n\n## Output without wrap\n\n```\n*....**..\n.......*.\n*......*.\n.****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***\n.......*.\n*......*.\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n.*.*\n*.*.\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n*.*.\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n*..*\n....\n.*.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n**........\n**.****...\n..**...*..\n.**.*.**..\n.**.**..*.\n..**....**\n.........*\n.....*..**\n*.......**\n*......**.\n.......***\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.*...*...\n.*.*..*...\n...*....*.\n....*....*\n..*...*...\n..***..***\n..**......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**...*...\n.*.*..*...\n...*....**\n*...*.....\n..*...*...\n..***..**.\n*.**......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.**\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n..*.\n*.**\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.*.*\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n**..\n.*.*\n*..*\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n......\n....*.\n.*....\n*.....\n..*...\n..***.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n.**...\n....*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n......\n.*....\n.**...\n....*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n*.*..*\n*.**..\n**....\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n*..*..\n..**..\n*.*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n***.**\n...*.*\n..**..\n***...\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****......\n**...*..**\n*.****.*.*\n*....*....\n.......*.*\n*....*..*.\n.****....*\n**..***...\n.*..***..*\n**.****.*.\n**.**.*.*.\n.**.*.*...\n.**..*.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.......\n.....**.**\n*.**.*...*\n.*.*.*....\n......*.*.\n.****...**\n..**..*...\n*.....*...\n..........\n........**\n......*...\n....*.*.*.\n.***.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**..\n.....**.*.\n..**.*....\n**.*.*....\n*.....*.**\n*****...*.\n..**..*..*\n......*..*\n.........*\n........*.\n......*...\n....*.*.**\n....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.**.\n..*..\n.....\n..*..\n...*.\n.....\n...*.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n...*...*.\n......*..\n..*.*.*..\n.*..*.*..\n.*..*..*.\n.*..*.*..\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*.*.\n....**..*\n...*....*\n*...*...*\n*...*....\n.****....\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n.....*...\n....**..*\n...*....*\n*...*....\n*...*...*\n.****...*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.**..\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.***.*\n.*.**.....\n....*.*...\n****..*...\n.*....*..*\n*....**..*\n...*..***.\n..*.*.....\n.*...**...\n.***..***.\n**..*...**\n****.***..\n...***.***\n```\n\n\n## Output without wrap\n\n```\n..***.*...\n.**..**...\n*...*.**..\n****.***..\n.**..*.**.\n....**....\n..*...***.\n..*.......\n......**..\n...*..****\n...***..**\n....*...*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......*\n**.*....**\n*...*.**..\n****.*****\n..*..*.*.*\n*...**....\n*.*...****\n..*.....*.\n......**..\n...*..**..\n...***....\n..........\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n*.....\n...*..\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n.*.\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*.*\n.***.....\n...*.....\n...***...\n*.**.....\n..*.**..*\n...*.****\n.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n.........\n.**......\n.*.*.....\n.*.*..**.\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n*****...*\n.........\n.........\n..*......\n...*....*\n...**...*\n*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n..*.\n*.*.\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n***.\n****\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n*..\n...\n**.\n..*\n...\n.**\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n.**\n**.\n*..\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n...**..\n.......\n..***..\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..*....\n...*...\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*....\n...*...\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n***.\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n***.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*...\n***.\n..**\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n*.*...*.\n.....*.*\n***.....\n........\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n***.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n***...**\n.*....*.\n***....*\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*.*\n.*.**...*\n*****...*\n...**.*.*\n...****.*\n..***....\n****.**.*\n```\n\n\n## Output without wrap\n\n```\n...***.*.\n........*\n**......*\n.*....*.*\n......*..\n.........\n.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n........*\n.*......*\n.*....*.*\n......*..\n........*\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n***\n***\n.**\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n....*..\n.*.*...\n**.....\n*....*.\n.**.*..\n*..***.\n```\n\n\n## Output without wrap\n\n```\n...***.\n.*****.\n*......\n...*...\n...*...\n*...*..\n*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n..**..*\n.....*.\n...*...\n...*...\n..**...\n*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*.\n.**......\n*.......*\n......*..\n*.....*.*\n*.**...*.\n**..*.***\n....*.*..\n....*.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n*..*.....\n.*.......\n.........\n.**......\n*..*****.\n*......*.\n.****.*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n...*..***\n........*\n........*\n***......\n...******\n*........\n*.*.*.***\n.**.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n....\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n...*..\n......\n......\n..**..\n......\n..*.*.\n......\n*.*...\n......\n......\n...*..\n*..***\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n...*..\n......\n......\n......\n..*...\n......\n.*.*..\n......\n......\n......\n...*..\n...*.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n...*..\n......\n......\n......\n..*...\n......\n.*.*..\n......\n......\n......\n...*.*\n*..*.*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....***\n.*.....**..\n**.......**\n.***.......\n...........\n...........\n...........\n...........\n...........\n...........\n***........\n.......****\n.*......*.*\n```\n\n\n## Output without wrap\n\n```\n.......***.\n***....*...\n*.......**.\n***........\n..*........\n...........\n...........\n...........\n...........\n.*.........\n.*......**.\n*.*....**.*\n.......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......*\n.**....*...\n........***\n.**.......*\n..*........\n...........\n...........\n...........\n...........\n.*.........\n**......***\n..*....**.*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n....***..\n*.*...*..\n*.*.*.*..\n**..**...\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n...***...\n...**.**.\n....*.**.\n*.*.*.*..\n***...*..\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..\n...**.*..\n....*.*.*\n..*.*.*..\n..***.*..\n**.*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*..***\n***.**\n***.**\n****..\n```\n\n\n## Output without wrap\n\n```\n***..*\n......\n......\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.*.*..\n.*..*.\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n..*...\n**....\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n**....\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.......*.\n.......*.\n.........\n.........\n.....*...\n...*.*...\n...*.*...\n.........\n**......*\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n......***\n.........\n.........\n.........\n....*....\n.....**..\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......***\n.........\n.........\n.........\n....*....\n.....**..\n.........\n*........\n*........\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.***\n.**........\n**...******\n*.**......*\n*.*.......*\n```\n\n\n## Output without wrap\n\n```\n.........*.\n***........\n*..*..*****\n*.**..***.*\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....**\n.**........\n...*..****.\n..**..***..\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n......\n***...\n.*.*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n*.**..\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*.*..*\n*.**..\n..*.**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n.........*\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.*\n.***.*..*.\n..*..*.*..\n*.*..*...*\n**..*.*...\n..**..*...\n*.*..**...\n..*.**....\n..*...*...\n*****.**.*\n```\n\n\n## Output without wrap\n\n```\n..*...***.\n.*****..*.\n.....*..*.\n*.****....\n*...*.*...\n*.***.**..\n..*...*...\n..*.*.....\n......**..\n.***.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n.*****..*.\n*....*..**\n*.****...*\n*...*.*..*\n*.***.**..\n..*...*...\n..*.*.....\n*.....**..\n****.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..*..*..\n........\n*..*.*..\n.**.....\n*...*..*\n.*..*...\n.....*.*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n*...*...\n*...*...\n*.......\n...***..\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n**..*...\n....*...\n*.......\n...*****\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*..**.\n..*...*.*.....\n*..*.*...**...\n*.****...*....\n**..*.....*.*.\n***..*.*******\n*.***..*..**.*\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n....*.*.*.**..\n.....**.***...\n*.*..*...*.*..\n......*.....**\n.....****....*\n*.***.**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***.******\n....*.*.*.**..\n.....**.***...\n*.*..*...*.*..\n......*.....*.\n.....****.....\n..***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.*\n...*.*.*\n...*****\n```\n\n\n## Output without wrap\n\n```\n........\n..**...*\n...*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*\n*.**...*\n*.**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......***\n****.*..**.\n.*..**.....\n*.....*...*\n.*....**..*\n**...*..***\n.*..*...**.\n.**..*.....\n...........\n...........\n...........\n.........**\n```\n\n\n## Output without wrap\n\n```\n..**.......\n..*..****.*\n*..*....**.\n***......*.\n........**.\n***.....*.*\n*..****..*.\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.......\n..*..**....\n...*....**.\n*.*......*.\n.*......*..\n.**.....*..\n...****....\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n.......\n.*.....\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n*......\n*......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n**...\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...**\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...**.*\n**...***..**\n....*.*****.\n..**..*.*.*.\n.*****......\n.*.......*..\n*...**.*.*.*\n*.........*.\n.**....*.*..\n.......*****\n..*.**.....*\n..*.*....*..\n*.......*.*.\n```\n\n\n## Output without wrap\n\n```\n**...*****.*\n**..*......*\n.****.......\n.*....*.*.*.\n.*..**...*..\n**....*.*.*.\n**......**..\n*.....*..**.\n.*.....*...*\n.***..**.*.*\n....**.....*\n.*..**...**.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*...\n.*..*.......\n*****.......\n.*....*.*.*.\n.*..**...*..\n.*....*.*.*.\n**......**.*\n*.....*..**.\n**.....*....\n****..**.*.*\n....**.....*\n.*..**...***\n**.*....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.\n*..*...\n...*.*.\n.*...*.\n.*...*.\n.*..*..\n*.****.\n```\n\n\n## Output without wrap\n\n```\n***.*..\n**.*...\n..*....\n..*..**\n***.**.\n**.....\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n**.*...\n..*...*\n..*..**\n***.**.\n**....*\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n....\n....\n....\n.*..\n....\n*...\n..**\n.***\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n...*\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n....\n....\n....\n....\n...*\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*****\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****.\n...*...*.\n..*..*...\n..**.*...\n...**....\n.........\n.........\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n....****.\n...*...*.\n..*...*..\n..*..*...\n..***....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.\n...*...*.\n..*...*..\n..*..*...\n..***....\n.........\n.........\n.........\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.........\n**........\n.***.**...\n..*.......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n*.........\n*..*......\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**........\n*.........\n*..*......\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n.....*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..****.**.*\n......********\n.*.....**.*...\n*.....******.*\n****.**....*.*\n*.***...*.*.*.\n**.*.**.****..\n*..*.....***..\n**..**.*...*.*\n****..****.*.*\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n.*..........*.\n.....**.....*.\n.....**.....*.\n.....*..*...**\n......***.....\n.....*.*......\n..*...........\n...*...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n..*.*.........\n*...........*.\n.....**.......\n.....**.....*.\n.....*..*....*\n......***....*\n.....*.*......\n...**.*.*.*...\n...*.**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n......*.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n...*..\n**.*..\n..**..\n..**..\n....**\n....*.\n....**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*....\n..*..*\n..*.*.\n...***\n...**.\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*...*\n..*...\n..*.*.\n...***\n...**.\n...*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...**.\n...*.*\n...*.*\n...*..\n......\n...**.\n*..*.*\n...**.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n..**..\n..**.*\n..**..\n....*.\n...**.\n...**.\n..*..*\n.****.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..**..\n..**.*\n..**..\n....*.\n...**.\n...***\n..*..*\n*****.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n.*..\n.*..\n....\n*...\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n*.****\n**.***\n.*.***\n******\n```\n\n\n## Output without wrap\n\n```\n*.....\n.....*\n*.....\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n**...*\n....**\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n**...*\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n......\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*...\n.*....*..\n....*.*..\n.*.*..**.\n..*.**...\n```\n\n\n## Output without wrap\n\n```\n..*......\n..***.*..\n..*...*..\n..**..**.\n..*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**..\n..***.*..\n..*...*..\n..**..**.\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*....\n*..*.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.***.\n**...\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n*...*\n*...*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n....*\n...*.\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..\n*..****\n.*****.\n***.**.\n....***\n***.***\n*******\n*....**\n****.**\n```\n\n\n## Output without wrap\n\n```\n***....\n*.....*\n.......\n*......\n.......\n*......\n.......\n.......\n***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.......**\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.\n.***...\n.......\n...*.*.\n.*...*.\n...*...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.****..\n.****..\n...**..\n....*..\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n.****..\n...**..\n....*..\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*...\n....\n....\n...*\n...*\n....\n....\n*.*.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n....\n....\n*.**\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n....\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........\n*.*...*.*...\n..*...*.*..*\n**.........*\n..........*.\n```\n\n\n## Output without wrap\n\n```\n.*..........\n............\n*.*.........\n.*........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*\n*..........*\n..*........*\n**........**\n.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n...*.\n.....\n.....\n.....\n.....\n.....\n...*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n..*.*\n.....\n.....\n.....\n.....\n.....\n..*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*......\n.......**.\n..*...**.*\n..***....*\n...*....*.\n.*......*.\n.*..*.**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..*...***.\n..*...**.*\n..*.*..*.*\n...**...**\n..*.....*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.*.\n..*...***.\n..*...**.*\n..*.*..*.*\n...**...**\n..*.....*.\n**.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*...\n.....\n*.*..\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.**..\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n**.\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n***...\n.**...\n*.....\n**...*\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n..*...\n*.*...\n**....\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.*...\n..*...\n..*..*\n.*...*\n..*.**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n........\n***.....\n..*....*\n.*....**\n.*...***\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n*.*.....\n*..*..*.\n.**..*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n*.*....*\n...*..**\n.**...*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n**...*\n......\n..*...\n**.*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n.*....\n.**...\n**..*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*..*\n**....\n***...\n.*..**\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*.*\n.*...\n*...*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n*.**.\n**.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*.***\n.*.*.\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.***.\n*.*.*\n...*.\n.....\n*....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n*..**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..****\n*.**.*.*\n.*.****.\n.****.*.\n```\n\n\n## Output without wrap\n\n```\n.****.*.\n*.***..*\n**....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n*.........*\n...........\n*.........*\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***.*****\n****.*.**.**.\n**.**.****.*.\n*.*..******..\n*..**..****..\n***.*.**...**\n***...****.**\n```\n\n\n## Output without wrap\n\n```\n*.*.***.*...*\n.............\n...........*.\n*.*........*.\n*...*........\n....*.......*\n*.**.**.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n.............\n...........*.\n*.*........*.\n....*........\n....*........\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n..*.**\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.*....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n......\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n**.\n...\n...\n...\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n**.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.**\n*******.\n.*..***.\n***..**.\n*.***.*.\n..****.*\n```\n\n\n## Output without wrap\n\n```\n*...*.**\n........\n.......*\n*......*\n*......*\n.**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*.......\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**..\n**.......\n.****....\n.*.*.....\n.*..*..**\n.**.*..**\n.**.**.*.\n.***..*..\n*........\n***......\n..*..**..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n***......\n*...**...\n...**....\n**.......\n**..*..**\n*...*....\n*...**.**\n*..****..\n*..*.....\n*.*......\n..*..**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**..\n*...**...\n...**....\n.*.......\n.*..*..**\n....*....\n....**.**\n*..****..\n*..*.....\n*.*......\n..*..**..\n.**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n....\n..**\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n...*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n....\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.**\n**.*****.*\n*.********\n*.**.****.\n*..*******\n*******.**\n**.*******\n****..*.**\n***.****.*\n.*.*******\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n***..\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*...*\n.**.*\n....*\n***..\n...*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*.***\n**...\n*..*.\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n*....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*.*..\n.**..\n.**..\n...*.\n....*\n*.*..\n*.*.*\n..*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n*..*.\n.*.*.\n..**.\n...*.\n.....\n..*..\n*.*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n*..*.\n.*.*.\n..**.\n...**\n*....\n*.*.*\n..*..\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.....\n.*..*......\n....*.*..*.\n```\n\n\n## Output without wrap\n\n```\n...***.....\n...*.......\n....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....\n..*..*.....\n..*..*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n*...*\n.*...\n*.***\n.*.*.\n.*.*.\n.***.\n*..**\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n***.*\n*..**\n**...\n**.**\n**...\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*....\n*....\n.**..\n*..**\n.*...\n**.**\n.*...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n..**....\n...*....\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*..*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*\n...........\n...........\n...........\n...........\n...........\n.**........\n.**........\n.**........\n.**........\n*.........*\n****......*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.**........\n*..*.......\n*..*.......\n*.*........\n*..*.......\n***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*\n...........\n...........\n...........\n...........\n...........\n.**........\n*..*.......\n*..*.......\n..*........\n...*......*\n..*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n.*..\n....\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*...\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**.*.\n.*..*.*.*.\n.*..**.**.\n.**.*..**.\n***.....**\n.*.....*..\n*.....*...\n*.....*...\n*...*...**\n...***....\n.***..***.\n*...*...*.\n.*..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....**...\n***.*...**\n**..*....*\n....***...\n*..*.....*\n..*....**.\n**....**..\n**...*.*..\n...**.....\n.*...**..*\n.**...***.\n*...*.*.**\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.*.**\n***.*...**\n**..*....*\n....***...\n...*.....*\n..*....**.\n**....**..\n**...*.*..\n*..**....*\n**...**...\n.**...****\n*...*.*.*.\n**..*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.......\n...**....**..\n.*.*.........\n.***.........\n*.**........*\n.*.......**.*\n......**.****\n...*..***....\n*..........**\n.*.**....***.\n.*....**.*..*\n*.**...*.*.**\n```\n\n\n## Output without wrap\n\n```\n..**.........\n...*.........\n.............\n**...........\n*.**.........\n.**........**\n.............\n...*.**..****\n..**.........\n*...***....**\n...*.**..*..*\n***..****.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...**...\n.**.........*\n.............\n.............\n..**.........\n.**........*.\n*...........*\n...*.**..***.\n*.**........*\n....***.....*\n**..****.*.*.\n.*******.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n.*....\n*.....\n**....\n.....*\n**...*\n```\n\n\n## Output without wrap\n\n```\n***...\n..*...\n*.....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n*.....\n**...*\n.....*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n*...*\n*.*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.***.\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n...**\n..*..\n*****\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n*...*\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n........*\n.......*.\n........*\n..*...*..\n*...*.**.\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......**\n.......**\n.....*...\n....*..*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......**\n.........\n.....*..*\n....*..*.\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*\n.........\n.........\n.........\n.........\n..*......\n*...***..\n.*.....**\n*...*..*.\n*...*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.....*...\n**..**.**\n..*.....*\n**....***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****\n......**.\n.........\n.........\n.........\n*....*.**\n**..**.**\n..*......\n**...***.\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n...**\n***.*\n.....\n```\n\n\n## Output without wrap\n\n```\n.****\n....*\n.**.*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.....\n***.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n*.*****\n******.\n*..*...\n.*.***.\n**.*..*\n*...**.\n.*...*.\n..*..*.\n.....**\n.*..*..\n**...**\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n**.....\n**.....\n.*..*..\n*..*..*\n*.***..\n.*.*...\n.......\n...*..*\n**..*.*\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n**..*..\n.*.*.*.\n.*****.\n...*..*\n.......\n...*..*\n.*..*..\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n........\n......*.\n........\n....*...\n......*.\n*.......\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..*..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n.***..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n...*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n...**\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n...*.*\n.***..\n.....*\n....**\n..****\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n.*....\n..***.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n...***\n......\n*.****\n**...*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.....\n..*..\n..*..\n.****\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.....\n.....\n***.*\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*....\n*...*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.*...\n**..*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.......*.\n........*\n.........\n.........\n...**....\n....*...*\n.......*.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*.****\n*.*.*.\n*...*.\n...**.\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n**...*\n*.....\n*.*...\n.*..**\n.*....\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.*...\n.*..*.\n**....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n..**.\n..*..\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.*..*\n.....\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*..*\n.....\n...*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**.*..\n***..*\n.*****\n.***.*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n.**\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***..\n.....***\n**.*.*.*\n.....*..\n...*.*..\n...*****\n...*.*..\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n.****...\n.***.*..\n...**...\n....*.*.\n...**...\n....*...\n..*..*..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n...**..*\n*..**.**\n**..*.**\n.*.**...\n.*..*...\n*......*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n.**...\n....*.\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.*.**.\n....*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.........*\n*........*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*........*\n*........*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.***.\n.****\n*****\n.*.*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.**\n**.******\n****..***\n****..*.*\n*****.**.\n***.*.***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.....*.*.\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**.\n**...*...*\n......*..*\n****...*.*\n....*...*.\n........*.\n....**.*..\n...*...**.\n..*..**.**\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.....*.*.*\n......*..*\n.***...*.*\n.***...***\n....**.**.\n....*.**..\n...*.....*\n......*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.*..\n*....*.*.*\n......*...\n****...*.*\n****...**.\n....**.**.\n....*.**..\n...*.....*\n....**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.*..*\n**...\n*....\n**...\n*...*\n**.**\n*..*.\n.****\n```\n\n\n## Output without wrap\n\n```\n..***\n*...*\n.....\n.....\n.***.\n....*\n*...*\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n...**\n.....\n..**.\n...*.\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**...\n*....\n*..**\n...*.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n...*.\n*....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n.....\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n**...*\n*.*..*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n....*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n..*****\n...**..\n......*\n```\n\n\n## Output without wrap\n\n```\n..*..**\n......*\n..*...*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n......*\n..*...*\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....**\n*..*.....\n.........\n**.......\n***..*..*\n.*.....*.\n**.....*.\n**.*...*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.......\n*.*......\n..*......\n......***\n......***\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n*.......*\n**.......\n..*.....*\n..*.....*\n......**.\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.......\n***.*.......*\n.*........***\n..*.....**...\n...*..***..*.\n...*.**.****.\n******.**.*..\n*..*.**.*.***\n```\n\n\n## Output without wrap\n\n```\n.*.**........\n*.*.*.....*.*\n.*.*....***.*\n.**..*..**..*\n.*****....***\n**.***.....**\n***.......*.*\n**.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n....**....**.\n...*....*****\n..*..*..**..*\n******....**.\n.*.***.....**\n**........*..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.**.......\n.*........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n.**.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n.**.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n***.*\n.**..\n**.**\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n....*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n****\n...*\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n**.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n*.......*\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n*.......*\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*..**.\n**.*..\n*.**.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n****..\n*.....\n.*.*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n......\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.*..*.....\n*.*****..*\n.***.**.**\n.****.****\n.**.*.*.*.\n.*.**..*..\n....*.*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.*.....\n*.....****\n*.........\n*.........\n*.....*..*\n.*..*.***.\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n***.*.....\n......****\n..........\n..........\n......*..*\n**..*.***.\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n......**..\n...*......\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n**.\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n.....\n.....\n.....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..*..***.\n**......*\n*.*.....*\n.........\n......***\n```\n\n\n## Output without wrap\n\n```\n......*..\n.*....**.\n*.*...*.*\n*........\n........*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n**....***\n..*...*..\n........*\n*........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**\n****...\n*.*....\n*.*....\n**.....\n.*.....\n..**...\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n...**..\n*...*..\n*......\n*.*....\n*.*....\n**.....\n.****..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*...*..\n*.....*\n*.*...*\n*.*....\n**.....\n*****..\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*..*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n**.*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*.*.\n.*.*.\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..*****.*.\n.........*\n..........\n.......*..\n....**....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..*..*....\n..*...*...\n..*..*....\n....*.....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....\n..*...*...\n..*..*....\n....*.....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n.*.***.\n..*....\n...*.**\n...*..*\n.*...**\n.***.**\n```\n\n\n## Output without wrap\n\n```\n...*...\n.*.**..\n..*...*\n..*****\n..*....\n.*.*...\n.**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*.**..\n..*...*\n..*****\n..*....\n.*.*...\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n******\n..**..\n......\n..***.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n*.**.*\n*....*\n......\n....*.\n.**.*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n....*.\n.**.**\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*..*.\n..*.*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*.**.\n***..\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n...\n**.\n...\n***\n.*.\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n...\n..*\n***\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n***...\n*..**.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n****..\n...**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n...*..\n****.*\n...**.\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.**.\n.**.\n..*.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n...*\n*...\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.\n**..*...\n**.*...*\n*.......\n.*...**.\n...**.**\n..*.*.*.\n.**.*.*.\n```\n\n\n## Output without wrap\n\n```\n*.****..\n....***.\n..*.....\n*.*...*.\n....****\n..***..*\n.**.*.*.\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n....***.\n..*....*\n..*...*.\n*...***.\n..***..*\n.**.*.*.\n*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n......*..*\n......*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n.*.....*..\n.*.....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....***.\n..*....***.\n...........\n..*........\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n.......*.*.\n........*..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*.*.\n.......*.*.\n........*..\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**...\n.***.\n.*...\n.....\n....*\n...**\n...**\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n.....\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n****.\n*...*\n.....\n.....\n....*\n...**\n.*...\n.**..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n..*..\n*.*..\n*..**\n.*.*.\n.*...\n.....\n.*...\n.*.*.\n**.**\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n*...*\n**..*\n.***.\n.....\n..**.\n**.**\n*....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.*...\n*.*.*\n*..*.\n.*.**\n..*..\n.....\n..*..\n**...\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*...*\n**...\n**..*\n**.*.\n.****\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n.....\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n..**..\n.**.*.\n**.*..\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.***..\n*...*.\n*...*.\n*...*.\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....**\n*...*.\n*...**\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n***\n**.\n***\n***\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*.*\n.....**...\n.......*..\n......**.*\n*......*.*\n......**.*\n*.....**.*\n**..*..*.*\n*...*..***\n```\n\n\n## Output without wrap\n\n```\n.....*....\n....*...*.\n.....*....\n......**..\n........*.\n........**\n**......**\n..*...*..*\n**......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n....**...*\n.....*....\n*.....**..\n*.......**\n*.........\n..........\n..*.......\n...*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n.....\n.....\n.....\n..*..\n.*.**\n**...\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n*....\n*..**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n**...\n.....\n.....\n.....\n..***\n**..*\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**\n....*..**\n....*..**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......**\n...****..\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..****..\n*..****..\n*..****..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.**..\n**...\n**...\n**.*.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n.....\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n.**.*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n**..*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n**..*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n***.*\n*.***\n..*..\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n...**\n....*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n.....\n.....\n.....\n.....\n*****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..*.\n....\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.......*\n....***.\n...**.*.\n*.......\n*....*..\n**.**.**\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n........\n....****\n...*...*\n......**\n........\n*.*...*.\n......*.\n*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n....****\n...*....\n*.......\n.......*\n*.*.....\n.*.....*\n.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n..**..\n.*....\n**....\n***...\n**....\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.*...\n**....\n.*....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*....*\n**....\n**....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n*.*.\n....\n....\n**.*\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n**..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n*.*.\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....*\n**.**.*.**\n..***....*\n**.***...*\n..*......*\n*.***.***.\n*..*.*.*.*\n...**.*.*.\n```\n\n\n## Output without wrap\n\n```\n..****..**\n.*......**\n.........*\n.*...*..**\n*.....**.*\n..*.****.*\n.*.......*\n...******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*......*.\n..........\n.*...*..**\n......**..\n*.*.****..\n**........\n*.*...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*.*\n*...*\n*....\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*.*.\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n**.**\n**...\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.***\n**..\n..**\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n..*.\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n....\n****\n****\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n*.***..*.\n*.*....*.\n*.****...\n.........\n..**.*...\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.........\n..*.**...\n.****.*..\n..***....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n**......*\n*.*.**..*\n*****.*..\n**.......\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n**.***.*\n********\n********\n.*******\n********\n*******.\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n..*...*\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n****.\n**.*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*..**\n.....\n...**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.......*......\n*.............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....*\n...*....\n........\n..*....*\n..*....*\n........\n*.*.....\n..*.***.\n...*....\n*.*..*..\n.**....*\n........\n........\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..*.....\n**.*.*..\n*....**.\n.....*..\n........\n.***....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.**.....\n........\n........\n........\n..*.....\n**.*.*..\n*....**.\n*....*..\n*......*\n*.**....\n.*......\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**..\n..*...*.\n..*.....\n......*.\n..****..\n........\n.*.*....\n.*.*....\n.*..*...\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.***.*..\n........\n..*.**..\n...***..\n........\n........\n**.**...\n**.**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****..\n.***.*..\n........\n..*.**..\n...***..\n........\n........\n**.**...\n**.**...\n*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*..*.**\n...*.****.**.\n.***.*****.*.\n.**..****.***\n*.*.*.**.**..\n.*.**.****.**\n.***********.\n********..***\n...**..*****.\n..***.***.*.*\n*....**.***.*\n```\n\n\n## Output without wrap\n\n```\n.............\n..***........\n.............\n**...........\n**...........\n.............\n.............\n.............\n.............\n...***.......\n...***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.........\n...**.......*\n**..........*\n*............\n.............\n.............\n.............\n.............\n**..........*\n.*...........\n..*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n....*.*...\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n....*.*...\n....**....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n....*.*...\n....**....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.....\n............\n..*.*.....**\n**..........\n.*........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n***.........\n..*.........\n*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n*...........\n..*........*\n..*.........\n*.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n*...*\n.....\n.....\n.....\n*....\n.....\n*....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n**....\n**.***\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n...*..\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.*.\n..*......\n.**....*.\n**.....*.\n**.*..***\n.*.*..*..\n.*.*...*.\n..**..**.\n.....*..*\n*.....*.*\n**....*..\n.*.....*.\n*.....**.\n**....*..\n```\n\n\n## Output without wrap\n\n```\n.***.....\n......*..\n*.*......\n.........\n......*.*\n.*.**.*.*\n.*.**..*.\n..***.***\n.....*..*\n**...**..\n**....*..\n.*.....*.\n*.....**.\n**....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**..\n......*..\n*.*.....*\n.........\n......*..\n.*.**.*..\n.*.**..*.\n..***.***\n*....*..*\n.*...**.*\n.*....*..\n.*.....*.\n*.....**.\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.*.\n*.*.\n..**\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n..*.\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n..**\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n.*...*\n*....*\n...**.\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.....*\n...*..\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*.....\n.....*\n*....*\n*..*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n**....**.\n***...**.\n......***\n.........\n......*..\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n*.*..*...\n.*...***.\n.......*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*....*..\n..*..*...\n**...***.\n*......*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.**..\n...*.\n*....\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n.**..\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.**..\n..**.\n...**\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.*..\n........*....\n...**........\n..*...**.....\n.**..........\n*...*...*....\n...*....*....\n.........*...\n**.......*...\n.*...........\n*............\n...........*.\n```\n\n\n## Output without wrap\n\n```\n.........*...\n.........*...\n...*...*.....\n.**..........\n.***...*.....\n.***.........\n........**...\n........**...\n**...........\n.*...........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n.........*...\n...*...*.....\n.**..........\n.***...*.....\n.***.........\n........**...\n........**...\n**...........\n.*...........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.......*..\n.......***\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........*.\n......**.*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..........\n..........\n........*.\n......**.*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....*.....\n..........\n.*.....*..\n......*...\n..*..*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n....*.\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n*.....\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.***\n*********\n.*.******\n.*.*..**.\n....**.**\n**.***.*.\n....**...\n*.***..**\n.**...***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..*....**\n**.......\n...*.....\n..**....*\n.***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..*......\n........*\n.*.*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..*...\n**....\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n.*....\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n.*....\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......*\n........*\n...**....\n...*.....\n.........\n******..*\n...***.**\n.......**\n.........\n*.......*\n.........\n........*\n**......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**....\n..***....\n.*.*****.\n***..***.\n.**.*....\n.....**.*\n......*.*\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n.........\n...**....\n..***....\n...*****.\n..*..****\n.**.*....\n*....****\n......**.\n*........\n*.......*\n.......**\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n.**..*\n.***..\n*****.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.*****\n*....*\n......\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*..*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**...*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..*.\n...*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......*..\n*....**..\n***......\n**.......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n*....**..\n..*......\n*.*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....**..\n*....**..\n..*.....*\n*.*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n***..*****\n***.******\n*****.**.*\n**********\n**.****.**\n```\n\n\n## Output without wrap\n\n```\n*..**....*\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*..**\n.****..*.*\n*.*.*..***\n***.****.*\n.*.**.**.*\n```\n\n\n## Output without wrap\n\n```\n......***.\n**....**.*\n......*.*.\n*.......*.\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.....**...\n......*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n*....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n*....\n.*..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*..\n**...*..*\n...*..**.\n.**.**...\n**.....*.\n..*...*.*\n```\n\n\n## Output without wrap\n\n```\n.**......\n.*.***...\n*..*..**.\n******.*.\n*..*.***.\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.*\n**.***..*\n...*..***\n******.**\n*..*.****\n*.**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..*...\n*....*\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n..*...\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...*..\n.....*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*******\n*********.***\n******...*.**\n.******...***\n****..*.*****\n******..***.*\n.******.*****\n***********.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*.......*\n.............\n........**...\n......***....\n......*.*....\n.............\n............*\n*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n........**...\n......***....\n......*.*....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.....\n........*.*..\n*.*..........\n....*....*..*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.........*...\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**...\n.............\n.........*...\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n..*.*..\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.**.**.\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*.....*\n*.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.**\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.**\n*..*..*...\n...*.....*\n*..*......\n..........\n**........\n....*.*...\n........*.\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......***\n..***.....\n..........\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n*......**.\n*.***....*\n..........\n**........\n..........\n..........\n.....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n*........\n.*......*\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.......**\n.......**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.....\n....**.....\n...........\n...........\n......*....\n......**...\n.......**..\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n....**.....\n....**.....\n...........\n...........\n......**...\n......*.*..\n......***..\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n....**.....\n...........\n...........\n......**...\n......*.*..\n......***..\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n***\n**.\n...\n...\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n*.*\n...\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.....\n.*..**....\n**.**..*..\n.*..*..*..\n```\n\n\n## Output without wrap\n\n```\n.*****....\n.....*....\n**.*..*...\n*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.....\n.....*....\n**.*..*...\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.**\n*...*..*.\n.**..**.*\n.*...*..*\n...*...*.\n.**..**..\n*........\n.**......\n..*......\n..**.***.\n```\n\n\n## Output without wrap\n\n```\n..******.\n*.......*\n*...*.**.\n........*\n**.**..*.\n***..**..\n*........\n.*.......\n.*.*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*\n*....*...\n....*.***\n........*\n...**..**\n..*..**.*\n*........\n.*.......\n.**...**.\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...*.*..\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n....*.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n....*.*.\n....*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..*.\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...**.\n..*..*......\n.*..*.......\n**..........\n.**.*..**...\n.***..***...\n.**.*.**....\n........*..*\n*....*..*..*\n............\n.....*...***\n......***..*\n```\n\n\n## Output without wrap\n\n```\n...***......\n..*..*......\n***.........\n*..*........\n......*.*...\n*...*.......\n.*...**.....\n.*...**.*...\n............\n.........*.*\n......******\n......****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.****.\n..*..*......\n***.........\n*..*........\n......*.*...\n*...*.......\n**...**.....\n.*...**.*..*\n*..........*\n*........*..\n......******\n......***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****\n*..**.***\n***...***\n```\n\n\n## Output without wrap\n\n```\n****.*..*\n....*....\n****.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...***.\n.....**....\n...***....*\n...*......*\n..*.**.**.*\n......*.***\n.....**.*.*\n...*...***.\n..**.***.**\n```\n\n\n## Output without wrap\n\n```\n......***..\n..*..*****.\n...*.**....\n..*...*...*\n...******.*\n....*.....*\n.....**...*\n..**.......\n..***.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....**\n..*..*****.\n...*.**....\n*.*...*...*\n*..******.*\n*...*.....*\n.....**...*\n..**.......\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....*....\n..............\n..............\n....*.........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n..............\n..............\n...*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.*.*..\n.*.*.....*.*..\n.***.....*...*\n..*......*...*\n..*......*...*\n**...***...*.*\n.....*.....*..\n```\n\n\n## Output without wrap\n\n```\n..............\n.........*....\n............*.\n..*.......*.**\n.....**.*.*.**\n.....***.*.*..\n.....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....******.\n**.....*.**.*.\n.*..........*.\n*.*.......*.**\n.*...**.*.*...\n.*...**...****\n**...*...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*.****\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n**.*.\n.**..\n**...\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n.....\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*..**\n....*\n***..\n*....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n...*..\n......\n*...*.\n....*.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...*..\n......\n....*.\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n***...\n..**..\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.***..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n****..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*...*.\n.*.***.**..*..\n.*..*****.*.**\n***...*..**..*\n**.*.*.*******\n***.*.*.....*.\n..*...***..***\n*****...**..**\n.**.****.*.*.*\n```\n\n\n## Output without wrap\n\n```\n*****..**.....\n...*.......*.*\n..........*.**\n...*..........\n...***.**....*\n*...*.........\n....*.*.**.*..\n*...*....*....\n*...****.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*****\n...*.......*..\n..........*.**\n...*..........\n...***.**.....\n....*.........\n....*.*.**.*..\n....*....*....\n....****.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*.*..*\n.*...*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n....**\n.**..*\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n*..*..\n.....*\n.*....\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n...**.\n*.....\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*....\n*...*\n.....\n...*.\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n..*..\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n*..*.\n*...*\n....*\n..*..\n.*...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.....*\n......\n...*.*\n......\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*........\n...*..*.....\n...*...*...*\n..**.*....**\n.......*....\n*...........\n*.....**.*.*\n.......*....\n.*.....**...\n.....***....\n```\n\n\n## Output without wrap\n\n```\n............\n..***.......\n...*..*...**\n..***.*...**\n............\n......***...\n......***...\n............\n........*...\n......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*....\n..***.......\n...*..*...**\n..***.*...**\n...........*\n*.....***..*\n*.....***..*\n*...........\n........*...\n......***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*.****\n...***\n******\n.**..*\n.**.*.\n.**.**\n*.****\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*..*\n*.....\n*.....\n.....*\n*...*.\n*.....\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n......\n......\n......\n....*.\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n.....*....\n.....**...\n..........\n*........*\n**.......*\n.*......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n.....**...\n..........\n**........\n**......**\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n.....**...\n.....**...\n..........\n.*.......*\n.*......*.\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.****.*.*\n********..****\n***********.*.\n*********.***.\n****..****.***\n**...*********\n**.*******.***\n*.*******..***\n***.**.**..***\n**.*.****.***.\n```\n\n\n## Output without wrap\n\n```\n**..*...**.*.*\n.............*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n*..*.*..***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n...*..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n....***...\n.**....**.\n.....***..\n.**....*..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n.....***..\n....*...*.\n..........\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n.....***..\n....*...*.\n..........\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.***.\n.*...\n.....\n.....\n...*.\n..*..\n...*.\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*..*\n.*...\n.....\n.....\n.....\n..**.\n...*.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**..*\n.*...\n.....\n.....\n.....\n..**.\n...*.\n..**.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n**.*.\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**...\n*..**\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n****.*\n***.**\n.*.***\n******\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.***\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n....\n....\n....\n....\n**..\n.***\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n....\n....\n**..\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n....\n....\n....\n....\n**.*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n*******\n**.****\n**.**..\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n......*\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.***\n....\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n..*.\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..*.\n..*.\n..*.\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n****.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***.\n.**..*.*\n*..*.*..\n.**..*.*\n.*..*.**\n*...*.*.\n..**....\n..**...*\n***.....\n```\n\n\n## Output without wrap\n\n```\n.*..***.\n****....\n*..*.*..\n****.*.*\n*****..*\n.**.*.**\n.**.*...\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.\n.***...*\n...*.*.*\n.***.*.*\n.****...\n***.*.*.\n.**.*..*\n*.......\n*.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*....\n.....\n.**..\n..***\n..**.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n.**..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n***..\n***..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.*..***.\n.***********..\n.*....*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...........\n**.*...*......\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.*..\n*.**.\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n*.**.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n*.**.\n**.**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n......*.\n......*.\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n......*.\n......*.\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n......*.\n......*.\n......*.\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n***..\n...*.\n.***.\n****.\n*..*.\n*.*..\n**...\n..*.*\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n*..*.\n*...*\n*...*\n*..*.\n*.*..\n*.**.\n.**.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.****\n*..**\n*....\n*....\n*..*.\n*.*..\n*.***\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..**.\n..***\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***..\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****\n.***.*.*\n.*.***.*\n...*....\n*..*****\n.**.....\n.**..*..\n.*..****\n*..***.*\n...**.**\n```\n\n\n## Output without wrap\n\n```\n*...**.*\n.......*\n.*...*..\n.......*\n.*.****.\n*.......\n*..***..\n**.....*\n..*.....\n...*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*...*..\n........\n**.*****\n.......*\n...***..\n.*.....*\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n....\n.*.*\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.*..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n*.**\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n...*\n...*\n...*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n.****\n****.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n....\n*...\n.*..\n....\n....\n**..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n**..\n..*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*....\n.***....*****\n**......*.*..\n..***.....***\n.............\n..*..........\n```\n\n\n## Output without wrap\n\n```\n.**....**.**.\n..**...**.**.\n.......**....\n.***.....***.\n.***.......*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.*..\n*..*...**.*..\n.......**....\n****.....****\n*.**.......*.\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n......\n......\n......\n...*..\n...***\n...***\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n...*.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n...*.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.\n.....*.\n.....*.\n.......\n...*...\n.......\n.....*.\n....**.\n..***..\n```\n\n\n## Output without wrap\n\n```\n...*.**\n...*.**\n.......\n.......\n.......\n.......\n....**.\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****\n....***\n.......\n.......\n.......\n.......\n....**.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n...*\n*.*.\n..*.\n***.\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n*..*\n*...\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n.***\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n.........\n.........\n.........\n.........\n.........\n****...*.\n.......*.\n*...*..*.\n**.......\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...*.....\n.........\n.........\n.........\n.**......\n.**......\n*.**..***\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n...*.....\n.........\n.........\n.........\n.**......\n.**.....*\n*.**..**.\n**.......\n***.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.****.\n..**.....\n...**....\n..***..*.\n.........\n.........\n.........\n.........\n.........\n...*.*.*.\n..**...*.\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.**..**..\n.**...*..\n.........\n...*.....\n...*.....\n.........\n.........\n.........\n...*.....\n..*.**.*.\n.*...*.*.\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n......**.\n.........\n...*.....\n...*.....\n.........\n.........\n.........\n...*.....\n..*.**.*.\n..*.....*\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n.**...*..\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..**...\n**.*..**...\n****..**...\n```\n\n\n## Output without wrap\n\n```\n**....**...\n...***..*..\n*..*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..*.*\n...***..*.*\n...***..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.**.\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n**.*\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.****.\n....**..**\n.....*..*.\n*...*....*\n...*....**\n...***..*.\n..*..*****\n```\n\n\n## Output without wrap\n\n```\n.....*****\n.........*\n.....*..*.\n....*....*\n...*.*..**\n..**.*....\n...*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****......\n*.........\n*....*..*.\n*...*.....\n*..*.*..*.\n..**.*....\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n....\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..*.\n....\n.*..\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n*.....**\n*.....**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......*.\n.....*..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***.\n***.***.\n***.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n......***\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....**.*\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.*..*....\n.*..*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.**\n.**\n***\n**.\n*.*\n.*.\n*.*\n*.*\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.*.\n*.*.\n.***\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n*..\n**.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.*.\n****\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*..*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n..**\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n*.*.*.\n..****\n....*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.***..\n.....*\n.**..*\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*.....\n.**...\n*.*...\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..\n.*....*..\n.*..**.*.\n.*..*.*..\n*...***..\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*...**.\n...*...**\n*..*****.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.....*...\n...*...*.\n...***.*.\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.*.\n******....\n*.**.....*\n*......**.\n*.....*...\n.**...*...\n..*..*....\n.*..*.....\n**..*...**\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**.....**.\n**.....**.\n*....**...\n.******...\n*.........\n*....*....\n*..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*\n.......**.\n.......***\n*......**.\n*....**.**\n*******...\n*.........\n**...**..*\n*.*.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.*........\n..........\n..........\n...*......\n...*......\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.\n*..**.**\n********\n*..*****\n****.*.*\n*.*.****\n********\n**.**.**\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n*.*\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*.*\n..**.....*\n**....*.*.\n*....*.*..\n*..*.*....\n.........*\n.**......*\n```\n\n\n## Output without wrap\n\n```\n.***....*.\n*.....*..*\n*.*.**....\n*..**...*.\n.*.**.*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....*\n...*..**.*\n*.*.**....\n...**.....\n...**.*.**\n..**....**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*.\n.....***..\n.....**.*.\n***....***\n*****..*.*\n..***...**\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n....*...*.\n.*...*...*\n*...**...*\n*...*..*..\n....*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..**\n....*...*.\n**...*....\n....**....\n....*..*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.....\n..***.....\n..***.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*.*.....\n.*...*....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....\n.*...*....\n.*...*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*..*\n.********\n.********\n********.\n```\n\n\n## Output without wrap\n\n```\n**.*.*..*\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..**.\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..**.\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..*.\n....\n....\n....\n.*.*\n*.**\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n.*..\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n.....*...\n**.***...\n.........\n***......\n..*.*....\n**....*.*\n.*....**.\n.*...*.*.\n....*...*\n**..*....\n.**..*...\n```\n\n\n## Output without wrap\n\n```\n.........\n**...**..\n....**...\n...**....\n.***.....\n..**.....\n***..**..\n.**..*..*\n.....*.**\n**..**...\n******...\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***..\n**...**..\n....**...\n...**....\n.***.....\n..**....*\n***..**.*\n.**..*...\n*....*.**\n.*..**..*\n******...\n..*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.**.\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n.*....*\n..*...*\n*.*...*\n*......\n.......\n.......\n.**....\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.**....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n..**.**\n..*..*.\n.......\n.*....*\n*......\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*..*.\n.**.*\n.*.**\n**...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n**..*\n...**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*.*.*\n*...*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.***\n..*.\n....\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.***\n.***\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n.***\n.***\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n...**.\n......\n......\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n......\n...**.\n......\n......\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.....*.*\n.*......\n.......*\n*.....*.\n....*...\n.....**.\n........\n.......*\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.......\n*.....*.\n........\n......**\n.....*.*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n..........\n..........\n..........\n...**.....\n***.......\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.***......\n****......\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.***......\n****......\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****\n.*......\n***...*.\n........\n*.......\n*.*.*...\n..*.*...\n*...***.\n```\n\n\n## Output without wrap\n\n```\n.*....*.\n*.*...*.\n..*.....\n*.*.....\n........\n........\n...***..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n..**...*\n..*....*\n..*....*\n*.......\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n*..*..\n...*..\n.*.*..\n*...*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n.....*\n..*..*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n.....*\n..*...\n*.....\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.****\n*****\n.*.**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***.\n.....*...*\n......**..\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....*....\n.....*..*.\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.***\n....*....*\n....**.**.\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*...\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n***.**\n.***..\n.**...\n......\n......\n...*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....*.\n......\n......\n...*..\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*...**\n....*.\n......\n...*..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n*.....*\n.......\n.......\n.*....*\n.*..**.\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.*..**.\n.*.*..*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n*....**\n.......\n.......\n.*..***\n..*.**.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n...*.\n*..**\n**...\n*....\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n*****\n**...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*..*.\n****.\n.*...\n*.*..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n*.....\n**..**\n******\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n**..**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*\n*..***.\n*.***.*\n******.\n******.\n.******\n*.***.*\n.**..**\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n......*\n*.....*\n......*\n.......\n......*\n*......\n*.....*\n..***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n*..*...\n*..*...\n.....*.\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n...*.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...*..\n....*..\n*..*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n..*..\n*.*..\n*.*..\n*.*..\n*.*..\n...**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.*...\n.....\n....*\n.....\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.*...\n.....\n*....\n.....\n*.*..\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.*......\n..**.*.*......\n..**.*.**.....\n```\n\n\n## Output without wrap\n\n```\n..*...........\n.*..*.***.....\n..*...***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.*......\n***.**.*......\n***.**.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*....**\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*....*.\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.....*.\n.......\n....*..\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n.*.*\n....\n*.*.\n..*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n.**.\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n....\n****\n.*.*\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n........*..\n.*.........\n........*..\n...........\n...........\n...*.......\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*...**\n**..**\n.*..*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***.*.\n...*..\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*.*.\n**.**.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n*......*\n....****\n.....**.\n.....**.\n*.....**\n*.....*.\n..******\n.***.*.*\n***.....\n```\n\n\n## Output without wrap\n\n```\n........\n.....*.*\n....*..*\n........\n........\n.......*\n.*.**...\n.......*\n*....*.*\n*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n.....*..\n*...*...\n........\n........\n*.......\n**.**...\n........\n.....*.*\n...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....\n...*..*..\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*...*.\n**...**\n*******\n.**.*..\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n.......\n.***...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n..**...\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*..*\n.........*..\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***\n.........***\n.........***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**.**...\n.*.......*..*\n.******.**...\n.....**......\n*..****....**\n.............\n.*......**...\n..*..*.*..*..\n```\n\n\n## Output without wrap\n\n```\n........**...\n**.*......*..\n.****.****...\n.*...........\n....*.*......\n....**.......\n........**...\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..******..\n.*.*......*..\n*****.****...\n**..........*\n....*.*.....*\n*...**......*\n........**...\n.**..*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***\n*......*\n.****...\n..***...\n........\n........\n........\n.....**.\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n...*****\n.*****.*\n**......\n..***...\n........\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.***.*..\n**......\n*****...\n........\n........\n........\n.....*..\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.\n*.*..**\n.**....\n...**..\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n.******\n*...***\n.**.**.\n....**.\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...***\n***.***\n*...**.\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.****\n*****.**\n***.****\n********\n*******.\n*.******\n****.***\n***.*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.........\n.............\n.............\n.............\n.*.*.........\n.*.*.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n**.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**.**.***\n**...*********\n.**...***.*.**\n*..*...***..**\n*.**.***..***.\n.****.*.******\n*.********..**\n...***.***.*.*\n..*****..**.**\n*.***....****.\n****.*.******.\n.***********.*\n*******..**.**\n******.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n***.**.......*\n*..**.........\n..*..*........\n*..***........\n*....*........\n*.............\n..............\n.*.........*..\n.*....**.....*\n*......*......\n*............*\n.............*\n.............*\n*.......**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...**.........\n..*..*........\n...***........\n.....*........\n..............\n..............\n.*.........*..\n**....**......\n*......*......\n..............\n..............\n..............\n.......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.****\n****.\n***.*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n....*\n.....\n....*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.**\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*****..*\n..*.*...*.**\n.*****..**..\n.***...*..**\n.*.*.*.*.*..\n****.**..***\n..**..*...**\n```\n\n\n## Output without wrap\n\n```\n.**.********\n..........**\n.....*.**...\n*....*.*..*.\n.....*.*.*..\n*....*.***.*\n...****..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*.*...\n..........**\n.....*.**...\n.....*.*..*.\n.....*.*.*..\n.....*.***..\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.....**.\n....*..*\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n....*..*\n.....**.\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n....*..*\n.....**.\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.......\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*...\n.*...*...\n.*..*....\n.**.*....\n...*.....\n..***....\n..*......\n.*..**...\n.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n***......\n.....*...\n.........\n....**...\n.*.......\n..**.....\n.*...*...\n.*.*.**..\n..**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n...*....*\n.........\n....**...\n.*.......\n..**.....\n.*...*...\n...*.....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n.....*..*.\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.......***\n.......***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n****..\n*.***.\n******\n******\n******\n****..\n```\n\n\n## Output without wrap\n\n```\n*...*.\n.....*\n.....*\n......\n......\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n*.....*\n*.*.***\n..****.\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n*......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n.*.\n*..\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n..*\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n*.**.*..*\n*..**....\n..***.**.\n.**......\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.**......\n.....**..\n....**...\n..*..*...\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n..*....*.\n*....***.\n....**...\n..**.*...\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*\n**...****\n.**..*...\n.*...*...\n.*.**.***\n..*.*..*.\n```\n\n\n## Output without wrap\n\n```\n......*.*\n.*.**...*\n..*......\n**.......\n**.......\n..*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.*......*\n.**......\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*.**.\n.*.**\n.**.*\n**.**\n*...*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.*...\n.....\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n**.**.*\n..**...\n*.**...\n*...**.\n```\n\n\n## Output without wrap\n\n```\n...***.\n.*.....\n*......\n..*....\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**....*\n......*\n..*...*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n..*..**.\n.*......\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....**.\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n...*.*.\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*...*\n.....\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*...*\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*..*\n.***..\n...*..\n**....\n..**..\n..*..*\n..*..*\n.*.*..\n..*.*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n**....\n**.*..\n.*.**.\n....*.\n....*.\n*....*\n*....*\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**.*..\n**.**.\n*...*.\n....*.\n*.....\n......\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n...\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n..*..\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......\n...........\n........*..\n.......*...\n...........\n....*......\n......*...*\n...*.*...*.\n......*....\n...........\n.**.....*..\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n....***....\n....***....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n....***....\n....***....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.**.*.*\n.***.**\n*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.*..*.*\n*.....*\n..*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.*..*.*\n.......\n*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**.**\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*....*\n.......**.....\n.......*......\n..........**..\n..........**..\n............*.\n............*.\n.......**..*..\n........**....\n.**....*.*....\n*.*....**.....\n*.......*....*\n.......*.....*\n.*.....**...**\n```\n\n\n## Output without wrap\n\n```\n.*.....**.....\n.*.....**.....\n.......**.....\n..........**..\n..........*.*.\n............*.\n...........**.\n.......***....\n.........**...\n.**....*.*....\n*.*....*.*....\n.*......*.....\n.......*.....*\n.......**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*..**\n**.....**.....\n.......**.....\n..........**..\n..........*.*.\n............*.\n...........**.\n.......***....\n.........**...\n.**....*.*....\n*.*....*.*...*\n**......*....*\n.......*......\n.**....**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*.*\n.*.*\n*..*\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n**.*\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n...*\n*.*.\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n.**..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**.**.\n.....*....*.\n**...**.*.*.\n.*.....**.**\n*..**....*..\n**.****.*.*.\n```\n\n\n## Output without wrap\n\n```\n.........***\n*....*..*..*\n*..*....*...\n..***...*.**\n*.......**.*\n*****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*.*.*.\n...***..*.*.\n*..*....*.*.\n*****...*..*\n.****...*..*\n*..*..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n*.*.*.*\n***...*\n...**.*\n...*.*.\n.....*.\n*...*.*\n*....**\n.*..*.*\n*....**\n```\n\n\n## Output without wrap\n\n```\n...***.\n..*....\n*.*.*..\n.*....*\n..**...\n.......\n....*.*\n**.**..\n**..*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*\n.**.*..\n***.*..\n*.....*\n*.**..*\n.....*.\n....**.\n**.***.\n.*****.\n**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.*.*..\n*.*.**\n..*...\n***..*\n.*.**.\n.***..\n..*...\n......\n**....\n**..**\n*..**.\n..*..*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n**..*.\n...*.*\n..*.*.\n*.*.**\n*...*.\n....*.\n.*..*.\n.***..\n.*....\n**....\n..****\n*.**..\n.**..*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n...*..\n*.*.**\n..*.*.\n*...**\n....**\n.*..*.\n.***..\n.*....\n.*....\n..***.\n..**..\n***..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n*......*\n**......\n**......\n.**.....\n.**.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n*.......\n*.......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*\n.*.*****\n**..*...\n...**...\n......*.\n.***.*..\n*.**....\n**.*....\n....****\n*...*.*.\n*..*.*..\n*.*.*...\n.....*..\n```\n\n\n## Output without wrap\n\n```\n.****.*.\n*..**..*\n**.*.**.\n....***.\n..*..*..\n....*...\n*..*.*..\n...*.***\n**.*...*\n**.*.*.*\n...*.**.\n..**.*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*\n...*....\n.*.*.***\n*...**.*\n..*..*..\n....*...\n*..*.*.*\n**.*.**.\n.*.*..*.\n**.*.*.*\n**.*.*..\n...*....\n**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n...*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n***.**\n******\n.*****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.*\n*.**.***\n..*.**.*\n.*.*.*..\n.******.\n..**..*.\n***...*.\n..*..***\n..**...*\n```\n\n\n## Output without wrap\n\n```\n**.*.*.*\n*......*\n.......*\n.*......\n.*....*.\n*.....**\n........\n.....*.*\n..**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n.......*\n**......\n.*....*.\n*.....*.\n*.......\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n.*.\n...\n*..\n...\n..*\n*.*\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.**.\n....**..*.\n.....*.**.\n......*.*.\n........*.\n....**..*.\n```\n\n\n## Output without wrap\n\n```\n.....****.\n.........*\n.....*.*..\n....*.*...\n.......***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****..\n*...*..*..\n*....*.*..\n*...*.*...\n*...*.....\n*...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n....*.\n......\n......\n.*....\n..*..*\n**..*.\n.***..\n*..***\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n......\n.*....\n.*....\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n......\n......\n*...**\n*...**\n.*..*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n*.....\n*.****\n*.**..\n**.***\n.**...\n*.**..\n.*....\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n*.....\n*..*..\n......\n......\n***...\n**.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.**..\n.*...*\n...**.\n......\n....**\n***...\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.........\n.........\n.........\n.........\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.........\n.........\n.........\n.........\n**.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n..*.\n..**\n.*..\n....\n....\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n....\n.***\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n*...\n.***\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n***.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n...*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n***\n**.\n**.\n*..\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n..*\n...\n...\n...\n...\n*..\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n.*.*..\n.***..\n..**..\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n*.......*.\n*.......*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n***..*\n*.**.*\n..***.\n**.***\n**.***\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*..*.*\n**....\n**....\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*.*..*\n....*.\n.*.*.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n.*...*\n**...*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*.*.*.\n....*.\n**.*.*\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.*.*.\n**.***\n.*.*.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*...**\n**..*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n....\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n****\n....\n..*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n.**\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*.*.\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*...\n*.**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n*.*.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*....*\n...*.*\n.....*\n**...*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n....**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...\n*...*..*\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n**......\n*....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n.*..*..\n.*.*...\n.......\n*....*.\n.**.*..\n...*...\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.***...\n.***...\n..*....\n.......\n.*.*...\n.*..*..\n.*..*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n...***.\n..*....\n.......\n.*.*...\n.*..*..\n.*..*..\n.......\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**\n**.*....*\n**.*....*\n...**....\n.........\n.....***.\n.....*.*.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.......**\n..*....**\n.*.**....\n.**......\n......*..\n.......*.\n.....*..*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*......\n**.**....\n***......\n......*..\n.......*.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...*.\n.*.*....**\n.*.***...*\n...*.....*\n.**.**...*\n*.*.....*.\n.**......*\n```\n\n\n## Output without wrap\n\n```\n..*.....**\n...**.....\n..*.......\n.*.*......\n***....*..\n*..*....**\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n*.......**\n..*.......\n.*.*......\n.**....*..\n..**...*..\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**...*\n*...**.*..\n*..*..****\n.....*..*.\n*.**..*...\n.*..*.....\n.******...\n.**...*...\n```\n\n\n## Output without wrap\n\n```\n....***...\n....***.*.\n*........*\n.*...*..**\n*.....*...\n*.*...*...\n**....**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.....\n.****....*\n*........*\n*....*...*\n......*..*\n*.*...*...\n......**..\n*..**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n....**\n*....*\n....**\n*...**\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*...**\n*.....\n....**\n.*..*.\n..*..*\n*.*..*\n**...*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n...***\n..*...\n.**...\n*.*..*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**..*.\n**.**.\n***...\n.**...\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.**.\n*..*\n..**\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n...*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.**.\n****\n*...\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n***....\n**.....\n```\n\n\n## Output without wrap\n\n```\n*.*....\n..*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n..*...*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*...\n..........*\n......*....\n..*..**....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....**....\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n...........\n.....**....\n.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n....*.......\n............\n*.*...*.....\n*....**.....\n*.....**....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.....**.....\n....*..*....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n............\n............\n............\n*....**.....\n*...*..*....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n.........*\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n....*.\n...**.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...***\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n...**.\n...***\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n....*\n.**.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n.*..*\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.**\n.*..\n....\n....\n*.*.\n*.*.\n..**\n....\n....\n....\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n.**.\n....\n....\n....\n..*.\n.***\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n****\n....\n....\n....\n*.*.\n.***\n....\n....\n....\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*.***\n*****\n..***\n.*.*.\n.*...\n*.**.\n***.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*....\n*....\n.*.**\n**.*.\n*..*.\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**.**\n**.**\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n........\n*.....*.\n.*...*..\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n........\n**...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*.....*.\n........\n**...**.\n.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.*...\n**..*\n*.*.*\n*.***\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n..*.*\n*.*.*\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n..*.*\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n*.*.*.\n*.****\n.*.***\n**..**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n*****.\n*.***.\n......\n**....\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n.**.....\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n**...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n.*..**\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*....*.\n.......*....*.\n.......*...**.\n```\n\n\n## Output without wrap\n\n```\n.......*......\n.......*...***\n.......*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...*....\n*....*...*....\n*....*...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n.........\n..*......\n.*.*.....\n.*.......\n.........\n.........\n.........\n.......*.\n.........\n.........\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..*......\n.*.......\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..*......\n.*.......\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n....\n*...\n....\n....\n....\n***.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**\n..*.*..\n.*..***\n**.....\n*.**...\n```\n\n\n## Output without wrap\n\n```\n...***.\n..*....\n******.\n*..***.\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**\n*.*....\n.******\n...***.\n*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n*..*\n.*..\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n***.\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..**\n***.\n..**\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n..***.\n***...\n.***..\n**.*.*\n.**..*\n.**..*\n..*.**\n*.**..\n**.***\n***.**\n..**..\n***..*\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..**\n....**\n...**.\n..**..\n......\n.....*\n....**\n....**\n......\n....**\n.**.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*..**.\n*.....\n*..*..\n*.**.*\n*....*\n*....*\n....**\n......\n......\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n*...**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n....**...*\n......*..*\n......*..*\n....**..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*..**\n......*.**\n......****\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n.....*..**\n*.....*.**\n......****\n.....*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n..**......*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n*.*.\n.*.*\n*.*.\n....\n.*..\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n.**.\n.*..\n.**.\n**..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n****\n....\n****\n.*..\n.**.\n.*..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n..**...\n...*...\n.......\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n..*....\n..***..\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..***..\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******..*****\n****.*.*****.*\n****.*..***.*.\n***.********.*\n***********.**\n****.*********\n**************\n*****.********\n```\n\n\n## Output without wrap\n\n```\n......**......\n.......*....**\n............**\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n.*..\n..*.\n....\n..*.\n..**\n....\n.*..\n***.\n****\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n....\n....\n..**\n.*..\n....\n.***\n*..*\n...*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n*..*\n....\n....\n..**\n.*..\n*...\n.***\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n..**.\n.**..\n....*\n**...\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*....\n.**..\n*.**.\n.....\n...**\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n......\n......\n**....\n...*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n*.....\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n...**\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*.**\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....*\n**.*...*..\n*.*.*.**.*\n*...**.*..\n**..*..*..\n**.....*.*\n*.*.....**\n**........\n.*....*...\n.***.*.*..\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n.***......\n*...****..\n*.*.*..**.\n.*..*..**.\n...***.*..\n...*..**.*\n..**....**\n.*........\n.*****....\n.*....*...\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.**..\n.*....***.\n..*.*..*..\n....*..*..\n...***.**.\n...*..***.\n.***......\n..........\n..****....\n..*.***...\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..\n**.*...*\n.**.*.**\n**..*..*\n..****.*\n......*.\n*....**.\n.***.*..\n.....**.\n.**.*...\n```\n\n\n## Output without wrap\n\n```\n.****...\n*......*\n....****\n*......*\n.*****.*\n...*...*\n.**.***.\n.**.....\n.....**.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.......*\n....***.\n........\n.*****.*\n...*....\n.**.****\n.**....*\n.....**.\n.**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.......\n**.*.**.....\n*.....**..**\n..*....*.*.*\n........*.*.\n...***..**..\n*....*.*....\n**.....*.*..\n........****\n*.......*..*\n.....**....*\n.....**..*.*\n.*.**.*....*\n```\n\n\n## Output without wrap\n\n```\n*....*......\n.......**...\n*.****...***\n...***...*.*\n...**.....*.\n...*.....**.\n**..*....**.\n..*....*..*.\n**........*.\n........*.**\n..........**\n.......*..**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.....**\n.*****..*...\n..****...*..\n...***...***\n...**.....*.\n...*.....**.\n**..*....**.\n..*....*....\n.*..........\n*.......*...\n*..........*\n*....*.*...*\n*.....**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n.......*.*....\n..............\n..............\n...........*..\n..*...........\n......*.*.....\n*......**....*\n..............\n............*.\n...........*..\n...*...*......\n..*........*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n.......**.....\n.......**.....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n.......**.....\n.......**.....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n......\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n*....*\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n.**.***\n*******\n*****.*\n****.*.\n.******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n**......\n.....**.\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n.......*\n**.....*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n.***.\n...*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n.*..*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n.*..*\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n.**...**.\n*.*......\n..*...**.\n```\n\n\n## Output without wrap\n\n```\n.**......\n..**.....\n..**.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..**.....\n..**....*\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n...*..\n.*.*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n.*.**.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n...**.\n.*.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.***.\n*.***\n...*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n*.*..\n**...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...***\n..*.*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*..*..\n....**\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.\n**..*..\n*.*****\n...*.**\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n**..**.\n*.***.*\n*....**\n.*..*.*\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n......*\n.......\n.*.....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*...\n**..\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n**..\n**..\n..**\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*....\n..*.*..*.\n..**.....\n.*.**....\n.*..*..**\n**...*.**\n..*....**\n...*..*..\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.........\n**.**.**.\n...*****.\n*...***.*\n*........\n.***.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n**.......\n**.**.*..\n...****..\n*...***..\n.........\n.***.....\n.........\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..\n*..*.*..\n****.*..\n...***..\n........\n..***...\n```\n\n\n## Output without wrap\n\n```\n******..\n.....**.\n**...**.\n.*.*.*..\n..*..*..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n.....***\n**...**.\n.*.*.*..\n..*..*..\n..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n....**....\n.***.*....\n**.....***\n**.*..***.\n```\n\n\n## Output without wrap\n\n```\n.....*....\n..*...**..\n.*...***..\n....*.****\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..*..\n.*..***.*.\n.*...***..\n*......*..\n..*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n..***..\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...*...\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*....**\n....**.\n.*.*..*\n..*.***\n*...**.\n**.****\n.***.*.\n*..****\n...****\n**....*\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*.*\n....*..\n..**..*\n.**...*\n*.*....\n*.....*\n.......\n.*.....\n****...\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...*..\n....*..\n*.**..*\n.**....\n..*....\n.......\n.......\n**.....\n.***...\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n**.*.\n*****\n...**\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n***..\n**...\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**..\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*.*..\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.\n**.****\n*.*..**\n*******\n*******\n****...\n**...**\n*.*****\n.*****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.**.*.....*.\n...*.*......\n*...........\n...*........\n**........*.\n*.......*.*.\n.***........\n............\n.*.*........\n..*.........\n............\n............\n....**......\n```\n\n\n## Output without wrap\n\n```\n............\n..***.......\n.****.......\n....*.......\n**..........\n**.......*..\n*........*..\n.**.........\n.*.*........\n..*.........\n..*.........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n..***.......\n.****.......\n....*.......\n**.........*\n**.......*..\n*........*..\n.**.........\n.*.*........\n..*.........\n..*.........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n.......*..\n.......***\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n.......*.*\n.......*.*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n.......*.*\n.......*.*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n**..\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n....\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n.*..*\n.....\n..*.*\n.....\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n.....\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*....\n*..*.\n.....\n.*.**\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***...\n..........\n...*......\n*.**......\n....****..\n*...*..*..\n**.*...*..\n****......\n*...*..*.*\n........**\n...***....\n...*...***\n```\n\n\n## Output without wrap\n\n```\n....**....\n...***....\n..*...*...\n.*.....*..\n**......*.\n**.....**.\n.....*.**.\n..........\n..*......*\n........**\n..**...*.*\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n.......*..\n..*...*...\n.*.....*..\n**......*.\n**.....***\n*....*.*.*\n..........\n..*.....*.\n........**\n..**..**..\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.**...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n**.\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.**.\n*..*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*..*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n...*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n.*........\n.**...*...\n*.*...**..\n***..**...\n**..**....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n*.*...**..\n*..*...*..\n..***..*..\n*.*.***...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n*.*...**..\n*..*...*..\n..***..*.*\n*.*.***...\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***.*\n*.......\n*..*....\n*.*..***\n.*..*...\n.*.*....\n.*.*....\n*****...\n```\n\n\n## Output without wrap\n\n```\n....*...\n**.*....\n*.....*.\n*.*****.\n**.****.\n**.**...\n........\n**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n**.*....\n*.....*.\n*.******\n.*.*****\n**.**...\n........\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**.*\n.***\n.*..\n....\n*...\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n...*\n.*..\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n**..\n....\n....\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*....\n.....\n.....\n*...*\n*....\n.....\n.....\n...*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n...*..\n**.**.\n*.****\n***.*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.....*\n**...*\n.....*\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*..**..\n*****..\n.***...\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n*.**...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n.......\n**....*\n*.**...\n.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.....\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**...*\n....*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*..*.\n*....*\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n.........\n.........\n.........\n.........\n.........\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n..*.*....\n..*..*.*.\n***......\n*.**...**\n*..*..**.\n**.****.*\n.***..*.*\n.*....*.*\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n.**.**...\n..**.***.\n.*....*.*\n**....*.*\n**......*\n.......*.\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n....**...\n..**.**..\n......***\n......***\n.........\n.........\n....**...\n**....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n..*..\n....*\n*.**.\n.*..*\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*..*\n*...*\n.*...\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n..**.\n....*\n.....\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.....\n***...\n.*.*..\n.*.**.\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n..*...\n*...*.\n**...*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*....*\n*.*.*.\n**....\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.....\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..*.\n...*.***.\n...**.***\n**.***..*\n*.****.**\n*****.*.*\n****..**.\n*.***.**.\n*.**.**.*\n.****.**.\n.****..**\n***..***.\n```\n\n\n## Output without wrap\n\n```\n..****.*.\n.........\n........*\n**.......\n........*\n........*\n........*\n*.......*\n*.......*\n*........\n........*\n*...*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n.........\n.........\n.*.......\n.........\n.........\n.........\n.........\n*........\n.........\n.........\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*..*\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*...**\n....**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n......\n...**.\n*...**\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.....*\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n.....*\n*..*..\n****.*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n*.****\n*.***.\n```\n\n\n## Output without wrap\n\n```\n*.*.*.\n*....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n..*..\n..*..\n**..*\n.***.\n.....\n.....\n.....\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.....\n*....\n*.**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*...\n.***.\n**.*.\n.....\n.**.*\n.**..\n.....\n.....\n...**\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n*........\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.......*.\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.....*\n...*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....*.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n**.***...\n.....*...\n...**....\n**.*..*..\n....*....\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n...*..*..\n..*......\n.*...**..\n..*..*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n...****..\n..*......\n.*...**..\n..*..**..\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n.**..\n.**.*\n**.*.\n*.*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*....\n.....\n*..*.\n*.*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*..*.\n.....\n....*\n...*.\n*.*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n.***\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n*.....\n...**.\n.*...*\n.*...*\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n.**..*\n....*.\n..*..*\n.....*\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n***...\n*...**\n..*..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n*.**\n*...\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n..**\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n**..\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...*\n*..*....\n*.*.....\n.**..**.\n.*.*.**.\n.*....*.\n.*....*.\n..*.....\n.....**.\n.**.....\n.*....*.\n*...***.\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n*....*..\n*....**.\n..***..*\n......**\n***..*.*\n........\n.**.....\n...*.**.\n*.*....*\n.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n......*.\n.....*..\n.....*..\n..***...\n......*.\n.**..*..\n........\n.**.....\n...*.**.\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...*..\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*.*..\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*.*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n***.....*\n***......\n..*....**\n....*.*..\n*....*...\n...***..*\n....**..*\n...***...\n.........\n**.......\n**.......\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*......\n...*...**\n..***....\n..****.*.\n....*....\n.....***.\n....***..\n....**...\n....*....\n.*.......\n..*......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*.*....**\n**.*...*.\n*.***....\n*.****...\n*...*....\n.....**..\n....****.\n....**...\n....*....\n.*.......\n..*......\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.*\n..**...**\n.*.**..*.\n..**.**..\n*..*****.\n```\n\n\n## Output without wrap\n\n```\n...***.*.\n..**.*..*\n......***\n.*....***\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.*....**.\n.*....**.\n........*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n.*.*.\n.*.*.\n****.\n...**\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.*.**\n...**\n**...\n.*...\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n***.*\n.*.*.\n...*.\n**...\n.*...\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.***..\n..*...\n*.**..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n.*....\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n**.**.\n*....*\n**.**.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.***\n***.\n*.**\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..**\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n*.*...\n*****.\n*..*.*\n....**\n..***.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n*...*.\n*....*\n..*..*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n....*.\n......\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*...\n*.**..*...\n*.**..*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...****...\n.*..***...\n...****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n.*.*......\n.*.*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.....\n..*..\n*.*.*\n*...*\n*..**\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n..*..\n.....\n...**\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n*.**.\n*...*\n*....\n....*\n....*\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n***.*\n**..*\n***..\n*.*.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n...*.\n.....\n.*...\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*\n*.**.**\n.......\n..**.**\n...*..*\n*....**\n```\n\n\n## Output without wrap\n\n```\n.*....*\n*.....*\n.*.....\n.*..**.\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*...*.*\n.......\n*...***\n..*...*\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..**\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n...*..\n......\n......\n*..*..\n......\n*.*.*.\n......\n..*..*\n......\n......\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n.*.*..\n......\n.*.*..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n.*.*.*\n......\n.*.*.*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n*..\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*..\n.*.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n*..\n.*.\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..***\n.....\n...*.\n.....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..***\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n......\n....**\n*.....\n.*.**.\n*.....\n.*..**\n.*...*\n*..*.*\n*...*.\n*.**..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n*..*..\n...*.*\n.....*\n..*..*\n...***\n*.*.**\n*...*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.*..*.\n...***\n...*..\n....**\n.**...\n*..*..\n*.*.*.\n*.*.*.\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....*.\n.....*\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n*.*****\n**.****\n.**.***\n***.*.*\n**.****\n*****.*\n*******\n***.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*..*\n.*......*\n..****.*.\n...*****.\n...*..*.*\n**..****.\n..*****.*\n```\n\n\n## Output without wrap\n\n```\n.**...**.\n.*....*.*\n.........\n..**....*\n..*....**\n.*.......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n.**..*...\n.........\n.***.....\n..*.....*\n.**......\n.*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*.....\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n....*..\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n...*.*.\n.......\n.......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n..**.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....**\n.....*\n*.***.\n**..**\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n.....*\n*.**..\n***..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.....\n..**..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n.**.*...\n.**.....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***\n...***....\n..****.*..\n..*.*.....\n.****.....\n.*..**...*\n*.*.......\n*....*..**\n..*..*.*..\n*.*....*..\n.....*.*..\n....*....*\n```\n\n\n## Output without wrap\n\n```\n....*...*.\n..*..*.*..\n..*...*...\n..........\n.*........\n*...**....\n*...**..**\n......*.*.\n.......*..\n.*.....**.\n......*.*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..**\n..*..*.*..\n..*...*...\n..........\n**........\n....**....\n....**..*.\n*.....*.**\n*......*..\n.*.....**.\n......*.*.\n......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n****\n*.*.\n****\n*...\n*..*\n*..*\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n...*\n*...\n....\n*.**\n*..*\n**..\n*..*\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n....\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n.*.*.*.\n.**..*.\n.*...**\n..*...*\n**.**..\n..**...\n.**....\n***....\n```\n\n\n## Output without wrap\n\n```\n.***...\n*..**..\n....***\n...*..*\n*.***.*\n***.*..\n**.....\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.*.*...\n.*..**.\n.*.*..*\n..***.*\n***.*.*\n*.....*\n**....*\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..........\n..........\n*.........\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*...\n.....\n*****\n*....\n.**.*\n..***\n.....\n...**\n****.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n...*.\n*.***\n*...*\n*.*.*\n.....\n....*\n**.*.\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..**.\n.....\n***..\n.....\n..*.*\n....*\n.....\n...**\n.*.*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n**.**..*\n***.*...\n.**.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n*..**...\n....*...\n*.**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n...**..*\n....*..*\n*.**....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*\n*****..\n*...***\n...*.*.\n*.*****\n.**.*..\n..*..**\n..***..\n**.*...\n```\n\n\n## Output without wrap\n\n```\n**.....\n*....*.\n*......\n.*.....\n.......\n.......\n....**.\n...*.*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.*.....\n.*....*\n**.....\n......*\n....**.\n**..**.\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n*******\n*******\n**.****\n.******\n******.\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.**........\n***........\n.*.........\n*.........*\n.**........\n..***......\n...**..***.\n....*..*.**\n.......*...\n.......*..*\n.......*...\n.........**\n```\n\n\n## Output without wrap\n\n```\n...........\n.*.........\n...........\n...........\n..**.......\n*.**.......\n.*.*....**.\n..*..*.*..*\n...**......\n..........*\n......*....\n........**.\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.*.........\n*.........*\n*.........*\n*.**......*\n*.**.......\n...*....***\n*.*..*.*..*\n*..**......\n..........*\n......*....\n........**.\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***.\n..........\n..........\n...*......\n..........\n...**.....\n..***.....\n..**......\n........*.\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......*..\n..........\n..........\n...**.....\n..*.*.....\n..........\n..*.*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n.......*..\n..........\n..........\n...**.....\n..*.*.....\n..........\n..*.*.....\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n.......\n....*..\n....*..\n*......\n*....**\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.......\n.......\n.....*.\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....*.\n.......\n.......\n*....*.\n*....*.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.****.**.\n...**.**.**.\n...*.*.****.\n...**....**.\n..**.....**.\n..**..*****.\n```\n\n\n## Output without wrap\n\n```\n....*..*.**.\n..*........*\n..*..*.*...*\n...........*\n.......*...*\n..**...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........*\n..*........*\n..*..*.*...*\n...........*\n.......*...*\n.*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..*...\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.**...\n.*.*..\n.*.*..\n*...**\n..****\n```\n\n\n## Output without wrap\n\n```\n.*....\n......\n**....\n....*.\n**....\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.*..*.\n**..*.\n....**\n**.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n***\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*.****.\n*.*..*.\n...***.\n.***...\n.*.*.*.\n*.**.*.\n*.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n*.*.**.\n..*...*\n.....*.\n.*...*.\n*......\n*....*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.\n*.*.**.\n..*....\n.....**\n.*...*.\n*.....*\n*....*.\n*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n***.\n***.\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n***.\n**..\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n..**....\n.*......\n..**....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n.**.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n**...\n*.*..\n*****\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n*.*.*\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n..*..\n..*..\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..*.\n*.*.\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..***.....\n.*....*......*\n....*..**.....\n.****.*.......\n.*****.*......\n.....*****.*.*\n....**......*.\n...*.*.....**.\n.*.***.....**.\n.*.*......*..*\n.*.**.......**\n.**.*.......**\n....*.*..**...\n```\n\n\n## Output without wrap\n\n```\n.**...**......\n.*.*.**.......\n.*..*.**......\n.*....*.*.....\n.*............\n..*....**...*.\n.......**.*..*\n..**..*......*\n...*.*....*..*\n**...*.......*\n**..*......*..\n.**.*......***\n...*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*.**....\n**.*.**.......\n**..*.**......\n.*....*.*.....\n**............\n..*....**...*.\n.......**.*..*\n..**..*......*\n*..*.*....*..*\n.*...*.......*\n.*..*......*..\n.**.*......***\n*...*.*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n..*\n*..\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****....*\n.....*.*..**\n.....*.**.*.\n............\n......*....*\n..........*.\n```\n\n\n## Output without wrap\n\n```\n.....****..*\n.....*......\n...........*\n......**.**.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.*...\n*....*......\n...........*\n......**.**.\n.....***....\n....*.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n*..*..\n.*....\n..*.*.\n*...**\n*....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n.*....\n**...*\n**...*\n...*..\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n..*..*\n.*....\n.....*\n......\n...**.\n**..*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n....*..\n...*.*.\n.....*.\n......*\n*......\n*.....*\n.......\n.......\n...***.\n```\n\n\n## Output without wrap\n\n```\n....*..\n.....*.\n.....**\n....***\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n.....**\n....*.*\n*.....*\n*......\n*.....*\n.......\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*..*\n..*.\n.*.*\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.***\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**.*\n.**.\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.....*\n..*.*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*.*..\n.*.*..\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*..*.*\n**..**\n*..*..\n......\n...*..\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*...*.\n...*.*\n*..**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n...*..\n**.*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.*.**\n*.***\n*****\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n..*..*...\n..*..*...\n..*.**...\n..*.*....\n..**.....\n..**.....\n....**...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n.**..**..\n.**.**...\n.**.**...\n.*..*....\n..*......\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...***...\n.**..**..\n.**.**...\n.**.**...\n.*..*....\n..*......\n...**....\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.....*.\n......*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....*.\n......*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...**\n..*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*.\n**..*...*..\n..***..*..*\n..*..**.**.\n**...*.*..*\n.**..*...*.\n..***....*.\n```\n\n\n## Output without wrap\n\n```\n...........\n.**.*****..\n..*.*.**..*\n.*......***\n.*..*..*...\n*.*...*****\n.*****...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n...........\n..*.*.**...\n........**.\n....*..*..*\n.*.*.......\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n*****.*...\n***..*.*..\n.*........\n..........\n*......*..\n..*.*....*\n*.......**\n*.*****..*\n```\n\n\n## Output without wrap\n\n```\n.***...*..\n*..****.*.\n....***...\n***.......\n..........\n..........\n.*.......*\n..*.....**\n.*.***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n*..****.**\n....***...\n***.......\n..........\n..........\n.*........\n..*.....*.\n**.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**..*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**...\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.**\n**********\n.*.*****.*\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n****...*..\n**.....***\n*......*..\n.......***\n......**..\n```\n\n\n## Output without wrap\n\n```\n.*.*......\n...*..**..\n*.*...**..\n......**..\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....*.\n.*.*....*.\n..*...**..\n......**..\n......**..\n..*...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**...\n.*...*...\n.*...*...\n**..*....\n.**......\n....**.*.\n...*****.\n*.**..**.\n***.....*\n.**......\n```\n\n\n## Output without wrap\n\n```\n....**...\n**...**..\n.**.**...\n*........\n******...\n..*....*.\n..*.....*\n*.......*\n*......*.\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**...\n**...**..\n.**.**...\n*........\n******...\n..*....*.\n..*......\n*........\n.......**\n..**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.****.\n**...*\n..*..*\n**.***\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n..*..*\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n....**\n..*..*\n*.**.*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n....*.........\n...**...**....\n..***...***...\n.***.....*....\n.......***....\n.......**.....\n.......**.....\n..............\n.......**.....\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n...**.........\n..***....*....\n.**......*....\n.**.....*.....\n......***.....\n......*.......\n.......*......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n...**.........\n..***....*....\n.**......*....\n.**.....*.....\n......***.....\n......*.......\n.......*......\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*.*.\n...*..\n......\n......\n....**\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n...*..\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..*.*.\n...*..\n......\n......\n....**\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*.*....\n...*....\n***..**.\n........\n.....**.\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n...*....\n****....\n.**.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n...*....\n.***....\n***.....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n....*\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...**\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**.*\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**\n.*...*.*.\n**....*..\n...*.*...\n...*.**..\n.********\n....*..**\n..*.*.*.*\n..*.**.*.\n```\n\n\n## Output without wrap\n\n```\n......***\n.*.....**\n***.***..\n..*..*...\n.........\n..*.....*\n.*.......\n....*.*.*\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.*.\n.*.....*.\n***.***..\n..*..*...\n.........\n*.*.....*\n.*.......\n....*.*.*\n**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n....\n....\n....\n....\n....\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n....\n....\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..*..\n........**....\n......***.....\n.......**.....\n.....*..*.....\n...****.......\n*..******.....\n**...*.**.....\n....***..*....\n......**...*.*\n*..........**.\n..*........*..\n.*........*.**\n.....*.*.*....\n```\n\n\n## Output without wrap\n\n```\n........**....\n.........*....\n......*.......\n.........*....\n.....*..*.....\n...*....*.....\n****....*.....\n**.*.....*....\n....*.........\n......**..**..\n..........**..\n.*........*..*\n..........***.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*...\n.........*....\n......*.......\n.........*....\n.....*..*.....\n...*....*.....\n****....*.....\n**.*.....*....\n*...*.........\n......**..**.*\n..........**.*\n**........*...\n..........***.\n........*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n...\n...\n***\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*.*..\n.*....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n...*\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*...\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.....*\n......\n......\n......\n......\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n......\n......\n......\n......\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.**.*\n*.**.\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n*...*\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*...*\n.....\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.***\n*..*\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n.*.*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n..........\n..........\n..........\n..........\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n........\n........\n..*.....\n...**..*\n**..*...\n.**.*.*.\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...**...\n**..*...\n....**..\n*.*.....\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n.....*..\n........\n.*.**...\n....*..*\n....**.*\n..*.**.*\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n****\n*..*\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n*...\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n****.....\n*.****...\n**...*...\n.*****...\n.*.*.....\n.**.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....***..\n....***..\n.*.*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n*.......*\n*.......*\n....***..\n....***..\n.....*...\n**..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***....\n....***....\n...........\n...**......\n...........\n...........\n...........\n...........\n...........\n...........\n*.........*\n.**.......*\n****......*\n...***.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...**......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n..***......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n*..........\n*.........*\n.........*.\n*.........*\n*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.*\n....*.**..\n.....**...\n.****.....\n.*..*....*\n..**...*.*\n```\n\n\n## Output without wrap\n\n```\n......***.\n.....*....\n.**.*****.\n.*..**.*..\n.*..*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n....*...*.\n..*.*****.\n*...**.*..\n.........*\n..*...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.****.\n****.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n....*.\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*.*..\n....**\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n.**\n*.*\n**.\n**.\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n..*\n..*\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.***\n**********\n*****.**.*\n.*********\n**********\n**********\n**********\n****.*****\n**********\n**.*******\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.**.*\n**.**...*.**\n****.*..**.*\n.*.*.***.*..\n..**..****.*\n.*.*********\n********....\n********.**.\n.*.**.**...*\n.********.**\n.***...***..\n.**********.\n.*.**.***..*\n```\n\n\n## Output without wrap\n\n```\n*....*.***.*\n......*....*\n.....*.....*\n*....*......\n.*.........*\n*..........*\n...........*\n..........*.\n...........*\n*.........**\n*..........*\n*.........*.\n.*........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n......*.....\n.....*......\n.....*.....*\n.*.........*\n...........*\n............\n..........*.\n............\n..........**\n...........*\n..........*.\n...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n....\n..*.\n.***\n....\n*.**\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.***\n....\n....\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.***\n.***\n....\n...*\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.***.\n.**..\n****.\n*....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n.....\n*..*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**.*.\n....*\n*..**\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.*.**.\n**....\n**....\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n*.....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*..*.\n......\n**.*..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n*.*....\n.......\n***....\n**.....\n******.\n**.**..\n*...*..\n```\n\n\n## Output without wrap\n\n```\n**.....\n*......\n*......\n...*...\n.......\n.......\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n**....*\n*......\n...*...\n.......\n.......\n...*.*.\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n*.....*\n.......\n*.....*\n.....*.\n*.....*\n.......\n.......\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*......\n.......\n......*\n.....*.\n......*\n.......\n.......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*\n..*...*\n***....\n..**...\n.*.....\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n*.....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n.....\n.....\n.*...\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n.....\n.....\n.....\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n.**.\n****\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n...*\n*..*\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n.*......\n.**.....\n.*.....*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.**.....\n***.....\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.**.....\n.**.....\n***.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.****\n.**..**.\n*.*****.\n**.*.***\n.*.*****\n..******\n...*..**\n.**.***.\n*****.**\n***.***.\n```\n\n\n## Output without wrap\n\n```\n...*....\n.*.*....\n**......\n*.......\n**......\n**......\n........\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n**......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*.*..\n.*....\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*.*.\n**.*.\n****.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n...**\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*...\n....\n***.\n.*..\n***.\n....\n**.*\n.*..\n*...\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n**..\n....\n.*..\n....\n*.*.\n...*\n*..*\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n*.**\n***.\n....\n.*..\n....\n*...\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***\n..*....\n...*...\n.*.*...\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n..*..*.\n..*..*.\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*...*\n..*..*.\n..*.**.\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.....*.\n**.*****.***..\n.**.*.*.*.****\n...**...*.*...\n.*.*.....*.*..\n..*.*...*.*...\n*..*..***...**\n****..*...**..\n......*...*...\n.....**...*..*\n```\n\n\n## Output without wrap\n\n```\n.**.....***...\n*.......*****.\n..*..**.......\n**...**.**....\n.*****..*.***.\n.*.**...*.*.*.\n*.....*.*....*\n*..*........*.\n*..**..***....\n.....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....**.**\n.......***....\n..*..**......*\n**...**.**..**\n..****..*.**..\n.*.**...*.*...\n......*.*.....\n...*........*.\n*...*..*.*..**\n......**.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**.\n.......**.\n*.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.*....*...\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...\n.*....*...\n.*....*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**.*.\n*.....\n..****\n.*...*\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.*.*\n.***.*\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n**....\n*..***\n.*****\n......\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**\n..****.\n*****.*\n****.**\n*******\n**.*.*.\n***.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.*...**\n.......\n.......\n.......\n...***.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n**.**.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n**....\n*.***.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n******\n.*.*.*\n..***.\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n*....*\n*....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n.*.....\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*\n...****.\n.*...***\n*.*.**.*\n**..****\n*.**..*.\n.***..**\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n...*....\n.***....\n........\n*.**....\n*.......\n.......*\n.**..*.*\n..*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.****\n*.......\n........\n.***....\n........\n........\n.....**.\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.....\n...*.\n*.***\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.*...\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*..*\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n*......*\n*......*\n........\n........\n........\n....**..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n.*....*.\n*......*\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n.....*..\n....*.*.\n.....*.*\n*....**.\n*....*..\n*....*..\n......**\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.....*..\n....*.*.\n...**.*.\n...*..*.\n......*.\n....***.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.....*..\n....*.*.\n...**.**\n**.*..**\n**....**\n**..**..\n......**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n**........\n**........\n**.......*\n```\n\n\n## Output without wrap\n\n```\n**........\n..*.......\n..*.......\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..*......*\n..*.......\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.....\n*.***.*****\n...**.***..\n**.***.****\n..*.*.*****\n...**.*****\n.**.*..***.\n.*..**.**..\n**.**..*.**\n**.**..**.*\n.*.*.****..\n***.*****..\n.******....\n**..**.****\n```\n\n\n## Output without wrap\n\n```\n..*..*****.\n..*......*.\n*..........\n.*........*\n.**........\n.*..*......\n.**.......*\n.....*....*\n..........*\n..........*\n...........\n*.......*..\n...........\n**.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..*......**\n...........\n**.........\n.**........\n**..*......\n***.......*\n.....*.....\n...........\n...........\n..........*\n*.......*..\n...........\n**.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.........\n..**.....*....\n......*..*****\n*........*....\n.*........**..\n**..........**\n```\n\n\n## Output without wrap\n\n```\n..............\n........**.**.\n........**.**.\n........**....\n**........*.*.\n**........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.....*..*\n*.......**.*..\n........**.*..\n*.......**....\n..........*...\n*.........*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n..*\n.*.\n*.*\n***\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n*.*\n.**\n*.*\n*.*\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n.*.\n...\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.****..\n.*.*.*.**..\n.*...*..**.\n*.***....*.\n*...**.**.*\n**.*..*.**.\n*....***.**\n..**...****\n...****...*\n```\n\n\n## Output without wrap\n\n```\n**.........\n..*.**.**..\n*...**.**..\n*.*.*....**\n*.*..*.*...\n**.........\n*..**......\n.*.....*...\n..*.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......**\n....**.*...\n....**.**.*\n*.*.*......\n.**..*.*...\n...........\n...**......\n..**.......\n.*.*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.\n.......\n*....**\n.......\n.....**\n.**....\n.***...\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.*...**\n.......\n.......\n.......\n.*.*...\n.*.*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n**...*.\n......*\n*......\n.......\n**.*...\n.*.*...\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..\n*......*..\n.*....*..*\n*...*.*...\n*.........\n.*.*....*.\n*....*..*.\n....*....*\n*...*.....\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.....*..*.\n**...*..*.\n..*..*....\n..*.......\n**........\n....**....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n*....*..**\n.*...*....\n..*..*....\n..*.......\n..........\n....**....\n*....*...*\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.....*\n.....*\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n.....*\n.....*\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.......\n*......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n*.....*\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*..\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*..*\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n***\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n*.*\n.*.\n**.\n***\n.*.\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n..*\n...\n..*\n...\n*.*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n*.*.\n.**.\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n*.***.\n****.*\n...*.*\n*****.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n......\n.***.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.........*.*.\n...........*.\n.........*..*\n..........**.\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n...........*.\n...........**\n..........*.*\n...........*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n...........*.\n...........**\n..........*.*\n...........*.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...*.\n..**.**...*...\n...*.*.....*..\n...........*..\n*.*.*...*.....\n.**.*....*.*..\n*..........*..\n.....*.*..*...\n```\n\n\n## Output without wrap\n\n```\n..............\n..**.**....*..\n..**.**...**..\n...**.........\n..*.......*...\n*.*.......*...\n.*.........*..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.*.*..\n..**.**....*..\n..**.**...**..\n...**.........\n..*.......*...\n*.*.......*...\n.*.........*..\n...........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n....**.*\n....**.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**..\n...*...*\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*\n*..*...*\n*..*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*..\n**.******\n.***.****\n```\n\n\n## Output without wrap\n\n```\n.**......\n*..*...*.\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n...*..*.*\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.....**..\n.....**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n....**.\n.......\n.......\n.......\n.......\n.......\n...*...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.**...*..\n.........\n.**...*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n..*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n*.*\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.*...\n***..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........*.\n*...........*.\n..............\n........**....\n.......*......\n**......*.....\n..............\n**...........*\n..............\n..............\n*.............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n........*.....\n.......*.*....\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**............\n..............\n..............\n........*.....\n.......*.*....\n..............\n.............*\n*.............\n*.............\n..............\n.............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**...\n***.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**.*\n.*..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n...\n...\n.*.\n***\n...\n...\n...\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n.*.\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n...\n.*.\n***\n***\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..\n**.*...\n**..***\n.**..**\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**..\n...*...\n...**.*\n...*...\n.*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n...*...\n...**..\n...*...\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*..*.\n...*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n..**.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*.**.\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n..*\n.*.\n*.*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n*.*\n.**\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n....*..\n....*.*\n.......\n**.....\n.*....*\n..*....\n......*\n.*....*\n*......\n.......\n.......\n...*...\n```\n\n\n## Output without wrap\n\n```\n..**...\n..*.**.\n.....*.\n.......\n**.....\n***....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..*.**.\n.....*.\n*......\n**.....\n.**....\n*......\n*......\n......*\n*......\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n*.**\n.*..\n*..*\n.***\n....\n..*.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*..*\n**.*\n*..*\n.***\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n.*..\n...*\n.***\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*....\n.....\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*....\n.....\n....*\n*...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..***\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*..*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**..*\n....*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n****\n****\n****\n****\n***.\n*...\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n....\n....\n....\n....\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.**.*.\n.***..\n.*.**.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.....\n**.**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n**...*\n......\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..***\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n...***\n*....*\n**...*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*..*\n***.*.\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n*.*.*.\n.**...\n.**...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*.*..\n.**...*.*..**\n*....*.*....*\n.***......*.*\n...**...**...\n.*.***.*.....\n.*....*.*.*..\n.*.....*.....\n```\n\n\n## Output without wrap\n\n```\n*.*....*.*.*.\n..*...*.**.**\n*..*..**....*\n.***....**.*.\n.*...*..**...\n...*.***.....\n**..***.*....\n.......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.**\n..*...*.**.*.\n...*..**.....\n.***....**.**\n**...*..**...\n...*.***.....\n**..***.*....\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n..*..*\n..*..*\n...*.*\n......\n......\n..*.*.\n.*....\n...**.\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*..*\n..**.*\n...**.\n......\n......\n......\n..**..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n***..*\n****.*\n...***\n......\n......\n......\n..**..\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n..*.\n*..*\n.**.\n....\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n..**\n...*\n.**.\n*...\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.***\n*.*.\n*..*\n****\n*..*\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**..\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n***..*\n.*.*..\n.*....\n.*.**.\n...*..\n.*.*..\n*..*..\n.*.*..\n.*.**.\n.*.**.\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n..***.\n......\n..*...\n......\n**....\n...**.\n**.**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n......\n*..*..\n..****\n.....*\n..*...\n.....*\n**....\n...**.\n**.***\n......\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....*...\n...**.*.*....*\n....*....*...*\n*...*......***\n**.*..........\n...*..*....**.\n.......*..***.\n...*..........\n*..**.........\n..........*...\n```\n\n\n## Output without wrap\n\n```\n....**........\n...**....*....\n....*........*\n**.**.......**\n*****........*\n..*.......*.*.\n..........*.*.\n...**......*..\n...**.........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...*....\n...**....*....\n....*.........\n.*.**.......*.\n*****.........\n..*.......*.**\n..........*.*.\n...**......*..\n...**.........\n....*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...*.*\n...***\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n*.**.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.*..*\n.*.*.\n...*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*.**\n**...\n***..\n.*...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.*.**\n**.**\n****.\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n***.*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........\n.*....*....\n.....**....\n.*..*......\n......*...*\n...*...*...\n**...*.*.*.\n**.*...*...\n....*..*.*.\n*......*.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n.....**....\n.....**....\n......*....\n...........\n.......**..\n**..*..*...\n***.*..*...\n**....**...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........\n.....**....\n.....**....\n......*....\n...........\n*......**.*\n**..*..*..*\n***.*..*...\n**....**...\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n....*.\n...*.*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n....**\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n.......\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n*..\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n*..\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n*...*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****....\n...*.*..\n....**..\n.*..**..\n.****...\n```\n\n\n## Output without wrap\n\n```\n.****...\n.*.*.*..\n...*..*.\n.*......\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n.*.*.*..\n...*..*.\n.*......\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*.........\n..........\n.........*\n.........*\n......**..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*\n.*.****.\n.*.....*\n...**.*.\n*.****.*\n*..*..*.\n...*.*.*\n*....***\n*...***.\n...*....\n*.....*.\n*..*..**\n.*.*.*..\n*..**..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.**.\n**.*****\n.......*\n.*....**\n.**....*\n.*.....*\n.....*.*\n.......*\n....*..*\n....*.*.\n......**\n***.****\n**.*.*.*\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n.*.*****\n*......*\n.*....*.\n***.....\n**......\n.....*..\n*.......\n*...*...\n....*.*.\n*.....*.\n***.***.\n.*.*.*..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....\n........\n........\n........\n........\n**.**.**\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.***....\n*...*.**\n*...*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*\n***.....\n........\n........\n****...*\n****.**.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n....**.*\n*....**.\n......**\n*.....**\n```\n\n\n## Output without wrap\n\n```\n....**..\n....*..*\n....*...\n........\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n*...*..*\n*...*...\n........\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n...**.....\n..........\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n...*..*...\n...*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*..*..\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*..*.\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n...*.*...\n.........\n.....*...\n....*.*..\n.......**\n.........\n.........\n..**.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....**...\n.....*.*.\n.......*.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n....**...\n.....*.*.\n.......*.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*....*\n....*.\n*.....\n....**\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n.....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...****\n*****.**.\n*******.*\n..**.*.*.\n```\n\n\n## Output without wrap\n\n```\n....*....\n**..*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..*.*.\n....*.\n..***.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n....**\n.**.**\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n***...\n......\n......\n......\n......\n****.*\n......\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n.*....\n......\n......\n.**...\n.**...\n.**...\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n***...\n.*....\n......\n......\n***...\n***...\n***...\n....*.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.....*\n.*****\n..*.*.\n..*...\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n.*****\n.*****\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..*..*\n..****\n.*.*..\n*.....\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n**..*\n**..*\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n..*..\n**...\n***..\n.....\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.*...\n*.*..\n*....\n..***\n.*.**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n***\n***\n..*\n*..\n*.*\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*..\n*.*\n...\n*.*\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n*..\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.***\n*.*..\n*..**\n**...\n...**\n.**..\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n.....\n*..*.\n*....\n*..*.\n.**..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n***..\n.....\n...*.\n.*..*\n**..*\n..*.*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n...\n...\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*.\n.........*.\n.......**..\n...........\n....**.....\n......*....\n....**.....\n...........\n..**.*..*.*\n*.......*..\n*.*.**...*.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n........*..\n.......*.*.\n........*..\n...........\n.....*.....\n......*....\n.....*.....\n...*.*.....\n.........*.\n..*..*..*..\n.*.........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n.......*.*.\n........*..\n...........\n.....*.....\n......*....\n.....*.....\n...*.*.....\n.........*.\n*.*..*..*..\n.*........*\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n**....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**....*\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n.**....\n*.**.*.\n.**....\n****.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...**.*\n.......\n*..**.*\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..**\n*******.*.\n.*....**.*\n*.*****..*\n.**..*..**\n.**...***.\n**.*******\n**...*****\n.****..***\n*******.**\n**********\n*.*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....****\n**........\n.........*\n*..**....*\n*........*\n..........\n...**.....\n..........\n..........\n..........\n..........\n*.*.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.*........\n..........\n...**.....\n..........\n..........\n...**.....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n****\n.*.*\n*...\n*.**\n*..*\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n.*.*\n*...\n*..*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n....\n....\n..**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n.*.*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n****\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.\n...*.*.*.\n.*.*.*.*.\n.......**\n.......**\n.........\n.........\n....*....\n*.*.***..\n```\n\n\n## Output without wrap\n\n```\n......*..\n..*....**\n..*....*.\n.........\n.......**\n.........\n.........\n...**....\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*.\n..*....*.\n..*....*.\n*........\n.......**\n.........\n.........\n...**....\n.*.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n**..\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.*..\n.*.*\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n..**..\n*...*.\n.***.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n..**..\n.****.\n....*.\n*****.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*****\n*...**\n.*****\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*****.\n*..*.*\n****..\n..*...\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n....**\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n..*.\n**.*\n.*.*\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n*..*\n**.*\n**.*\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.***\n....\n.*.*\n.*..\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n.*.....\n*..*...\n.*.**..\n.***.**\n....***\n.....**\n....***\n....*.*\n.....**\n......*\n.*.....\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n**.**..\n**...*.\n.*....*\n..**...\n.......\n....*..\n....*..\n......*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.*.*...\n**.**..\n.*...**\n.*....*\n..**...\n*......\n*...*..\n*...*..\n*.....*\n*....**\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n...*.\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n**.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n*.....\n**.***\n*.*...\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n*.***.\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n....*.\n..**..\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.......\n.......\n.......\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n.......\n.......\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..**......\n.*..*.....\n..**......\n..**......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..**......\n.*..*.....\n.*..*.....\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..**......\n.*..*.....\n.*..*.....\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n.....*...*..\n...*..*.*...\n...*....*.*.\n.**...*...*.\n*.*...*....*\n.**....**...\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n...**..*.**.\n.*.**.....*.\n*..*..***.*.\n.**.........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n.*.**..*.*..\n**.**.....*.\n...*..***.*.\n***........*\n.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**..\n*.**\n*..*\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*.**\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n..**\n....\n.*..\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n*****\n..***\n..**.\n.****\n.****\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*...\n.*.*\n.*.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*...**\n**.....***...\n*.**..***...*\n*.******..*..\n****.*.*****.\n*......**.*.*\n```\n\n\n## Output without wrap\n\n```\n**.....*.....\n*.*......*.**\n*............\n*.........*..\n*....*.......\n*.*...**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...**.\n..*......*.*.\n............*\n..........*..\n.....*.......\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n...**\n.*.*.\n.....\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n....*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.*.*.*.*\n.**.*...\n..*.*.*.\n..*.....\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n..****..\n.*..*...\n.***.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...\n*...*..*\n*...*..*\n..**.*..\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n.*..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n.**.*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*..*....\n..**....*....\n..**...**....\n```\n\n\n## Output without wrap\n\n```\n..***........\n.*......**...\n..**...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**...\n.*......**...\n.*.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.......*.*\n....***......*\n**..*.......**\n....*.**....**\n...****...**..\n......**.***..\n..........*...\n..............\n..............\n...*..*.......\n********....*.\n*.........***.\n...*.**...****\n```\n\n\n## Output without wrap\n\n```\n..**.*........\n..*...*.......\n..***..*......\n.....***......\n...**....*....\n...***.*......\n........***...\n..........*...\n..............\n**.*...*......\n*..***..*.....\n*.****.*...*..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.......*\n**...*........\n..***..*......\n.....***......\n...**....*....\n...***.*......\n........***...\n..........*...\n..............\n**.*...*......\n*..***..*....*\n*......*......\n*.*.*.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.....\n*...**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..***....\n..*.*.*.*...**\n..*..**.*.....\n.*....**...**.\n.*.....*..*.*.\n..*.*..*.*..*.\n....*...**....\n.....*...**.*.\n......*..**...\n...*****..*...\n.......*..*...\n...*.*.*..*...\n```\n\n\n## Output without wrap\n\n```\n...******.....\n.*....*..*....\n....**.*...*..\n*......****...\n.*.*..**.....*\n...*..*.**....\n...*.**....**.\n.....**.......\n....**.*****..\n....*......*..\n....**.....*..\n.......****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n..............\n*...**.*...*..\n.......****...\n**.*..**.....*\n...*..*.**....\n...*.**....**.\n.....**.......\n....**.*****..\n....*......*..\n...*..........\n..**...*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*...*\n.*...*\n.*.*..\n..***.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n***...\n**..*.\n.*.*..\n....*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n.**..*\n.*..*.\n**.*..\n....**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.**.**\n......\n.**...\n******\n*..***\n***...\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*..*.\n...*..\n*...*.\n*....*\n.....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n**..*.\n*..*..\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n...**.\n..*...\n......\n***...\n...***\n.*....\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*..*.\n...*..\n..*...\n.****.\n*..**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n.*..**\n...*..\n..*...\n******\n...***\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*....\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.*.\n**..**.**\n....**..*\n..**..**.\n*.**.....\n....*.**.\n**.......\n.*.***.*.\n*....***.\n...**.*..\n```\n\n\n## Output without wrap\n\n```\n**..**.**\n**.*...**\n.**.....*\n.**..***.\n.**.**...\n*.**.....\n****...*.\n.**.**.*.\n..*....*.\n....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.\n.*.*...*.\n.**......\n.**..****\n.**.**..*\n*.**....*\n****...**\n.**.**.*.\n..*....**\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*..\n.*..*\n...**\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**..\n..*.*\n...**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.**..\n*.*.*\n*..**\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*...*\n.**..\n.**..\n.....\n*...*\n...**\n*****\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.....\n*..*.\n.*.*.\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..**.\n....*\n*..*.\n...*.\n**..*\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n.***\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*.**\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n..*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...\n.**.*...\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n.*.**...\n**..**..\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..\n**..**..\n**..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*..\n......*.*\n......*..\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....**..\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.....**..\n.....**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****....\n..*..*.*..\n..*...*...\n..*...****\n**.*...**.\n.*........\n.*..*..*..\n.*...*****\n*.........\n```\n\n\n## Output without wrap\n\n```\n.******...\n..........\n.....**...\n*..****...\n**....*..*\n.......**.\n..*..*....\n*.*..*....\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*****\n*.........\n.....**...\n...****..*\n......*.*.\n.......**.\n.**..*...*\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.****\n**********\n**********\n**********\n.***.*****\n**.***..**\n*.********\n**.*******\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n*.........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n****\n....\n....\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n*..*\n.**.\n.*..\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n....\n....\n****\n....\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n***.\n.*.*\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n**..\n**.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*****\n*.*...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n...**.\n**.**.\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**\n..*..*.\n..*.***\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n*.*...*\n*.*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........*..\n.*...*.......\n...*.*....*..\n**.*...*...*.\n....*...*....\n.....**......\n.......**....\n.*.........**\n```\n\n\n## Output without wrap\n\n```\n.............\n..*.*........\n**....*......\n..**.........\n....****.....\n.....**.*....\n......**.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**........*.\n..*.*........\n**....*......\n..**.........\n....****.....\n.....**.*....\n......**.....\n*..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n..***\n****.\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*..**\n.**.*\n***.*\n*****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.**\n**..*\n...**\n...**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n..........\n..**......\n..........\n..........\n*.......**\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n*.......**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n**.**\n..**.\n.**.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n**.**\n*...*\n*....\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n......**.....\n......*......\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n......**.....\n......**.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n......**.....\n......**.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**.**\n..**.\n.....\n*.*.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n.*...\n*...*\n*...*\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...**\n...*.\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n..*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n.*.*\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n****\n....\n*...\n*...\n***.\n*...\n....\n..*.\n.*..\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n*.*.\n....\n*...\n*...\n*...\n....\n....\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n..*.\n....\n*...\n*...\n*..*\n....\n....\n***.\n***.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....***\n*..*...\n.***...\n.*.....\n.***.*.\n.*..*.*\n......*\n```\n\n\n## Output without wrap\n\n```\n....**.\n.....**\n**.*.*.\n**.*...\n.....*.\n**.....\n**.*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n....*..\n.*.*...\n...*.*.\n*....**\n.*....*\n.*.*..*\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n...*...\n.*..*..\n..*....\n.......\n.....*.\n.......\n.......\n.......\n...*...\n**.....\n.***...\n*.....*\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*.*..\n..*.*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n..*.*..\n..*.*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n***....\n...*..*\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*\n*......\n****.**\n.*.....\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n*.**.*.\n.*..*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n****.**\n....*.*\n.....**\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*..*..\n.*.*..\n....**\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n......\n.*...*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n.....*\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*...\n.........*...\n.........*...\n........*.*..\n```\n\n\n## Output without wrap\n\n```\n.........*...\n........*.*..\n.............\n........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...*.\n.......*...*.\n.......*...*.\n.......*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.**.\n*********\n***.***.*\n.****.**.\n.***...**\n***.***.*\n******.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.........\n.........\n.........\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*.\n....**...*\n....*.....\n*.....*...\n*.....*..*\n.........*\n```\n\n\n## Output without wrap\n\n```\n....**....\n...*......\n....*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..*.\n...*......\n....*.....\n*........*\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n..*..**\n.*.***.\n..*..*.\n.**..*.\n.*.**..\n*.....*\n*.....*\n.*....*\n**....*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.***...\n.*.*...\n.....**\n.*...*.\n**.***.\n**...*.\n**...**\n.*...**\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.***...\n.*.*...\n.....**\n.*...*.\n.*.****\n.*...**\n.*...*.\n.*...*.\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***..*\n*..**.**.*\n....*.*.*.\n.....*.***\n*...*.*...\n*..****...\n...**.*...\n.......***\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n**.**.***.\n**.*.....*\n...**.....\n....*...**\n...*....*.\n......**..\n...*..*.*.\n.......**.\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.***.\n.*.*......\n*..**.....\n....*...**\n*..*....*.\n......**..\n...*..*.**\n.......**.\n........**\n**...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*......\n*..**.....*.\n.*.......*..\n.*..........\n..*.....*...\n...**.*.*...\n......***...\n.*.....*.*..\n```\n\n\n## Output without wrap\n\n```\n.***........\n*..**.......\n***.........\n.**.........\n..**...*....\n...*.**.**..\n.....**..*..\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.......*\n*..**......*\n***.........\n.**.........\n..**...*....\n...*.**.**..\n.....**..*..\n.**....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..*...\n....*.*...*..\n**.*..**.*...\n.*...**..***.\n**..**....*..\n..**.*..*....\n*..*..****...\n.*......**...\n*..*.*.....**\n*.**.**.**..*\n```\n\n\n## Output without wrap\n\n```\n..*......*...\n*..****...*..\n*.....*....*.\n...*...*...**\n**.**..*..**.\n*....*.......\n......**.*...\n*........**..\n*......*.*..*\n.***.*.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*........\n....*.*....*.\n*.....*....*.\n...*...*.....\n**.**..*..**.\n*....*......*\n*.....**.*...\n.*.......***.\n............*\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**....\n..*.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n*..***\n..***.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.....*\n*.....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n**.....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n**.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n**.....\n**.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.**\n*...***..*\n..***..**.\n*.*.**.*..\n***.******\n*.*..****.\n.*..*.**.*\n*****.*...\n*..***.*.*\n*..***.*.*\n***.******\n```\n\n\n## Output without wrap\n\n```\n......****\n..*......*\n..*....**.\n*........*\n*.*......*\n*.*.......\n....*.....\n*.........\n*......*..\n*........*\n***....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n*.*.......\n*.*....**.\n*.........\n..*.......\n..*.......\n....*....*\n..........\n.......*..\n..........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n*.**.\n....*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n...**\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n*..*.\n***..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n......**..\n......**..\n..........\n..........\n..........\n.....*....\n```\n\n\n## Output without wrap\n\n```\n......*...\n.....*.*..\n.....*.*..\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n..........\n.....*.*..\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**..\n..*.*.....\n.*..***...\n....*.....\n.*.**.....\n..........\n..*****...\n....*.....\n```\n\n\n## Output without wrap\n\n```\n...*......\n....*.....\n..........\n....*.....\n...*......\n.....*....\n...***....\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***...\n..........\n..........\n....*.....\n...*......\n.....*....\n...**.....\n..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n*...*.\n.*.**.\n.*....\n```\n\n\n## Output without wrap\n\n```\n...***\n***...\n*****.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n***...\n******\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.*.\n**.**.**.\n*...*.***\n.**.*....\n*.***..**\n..*..*...\n***..*.**\n.****....\n*.*******\n```\n\n\n## Output without wrap\n\n```\n******.*.\n..**.....\n*...*.*.*\n*.*.*.*..\n....**...\n*....*...\n*....**..\n.........\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n....*.*..\n..*.*.*..\n*...**..*\n.....*...\n*....**.*\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n.......\n.......\n..**...\n..*.*..\n..*.*..\n.**.*..\n..***..\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..**...\n.**.*..\n..*.**.\n.*..**.\n....*..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n..**...\n.**.*..\n..*.**.\n.*..**.\n....*..\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n...*\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n....*.*\n**.*.*.\n.......\n......*\n*......\n```\n\n\n## Output without wrap\n\n```\n...***.\n......*\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.*.....\n.......\n*......\n*......\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*.\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..*.*....\n..*..*...\n..*..*...\n..*.****.\n.....*...\n```\n\n\n## Output without wrap\n\n```\n......*..\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n.**.**...\n.**......\n...**....\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n.**.**...\n.**......\n...**....\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n***.\n****\n*.**\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n....\n*...\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n....*\n.....\n*...*\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n*...*\n**..*\n**..*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*..*.\n*.*...*..*.*.\n...**.**...*.\n......*..**..\n.**..**.***..\n.....****.*.*\n```\n\n\n## Output without wrap\n\n```\n..........*..\n...**.*.*..**\n...*..****.*.\n..***......*.\n.............\n.....*..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*..*.\n...**.*.*..*.\n...*..****.**\n..***......*.\n.............\n....*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.*.....\n.*....*\n.......\n*..*..*\n...*...\n.*..**.\n*......\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n.......\n.......\n.......\n..**.*.\n....*..\n**..**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.**....\n*......\n......*\n.......\n*.**.**\n....*..\n**..***\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n*..*\n*.**\n.**.\n*..*\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n*...\n*..*\n*...\n*..*\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n...**\n.*.**\n...**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..***\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n*.*\n.*.\n***\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*..\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n..**...**\n.*....*..\n.*.*.*...\n...*...**\n....***..\n*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*....**.\n.*..*...*\n....*...*\n...*....*\n..*..***.\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n....*..*.\n*...*....\n*...*....\n.*.*...*.\n.**.***..\n**.**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n......*..\n.....*...\n.....*...\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....***..\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n....***..\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.....*\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n*...\n.*.*\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*...\n***.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n**.*\n....\n.**.\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*....*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*\n...**...*.*\n..***......\n..**.**..*.\n..**.*..***\n**..*.*....\n.*......**.\n*.....*****\n***......**\n**.**.***..\n.**.*..*...\n**......***\n```\n\n\n## Output without wrap\n\n```\n.........*.\n..*.*....*.\n.........*.\n.*...**.***\n.......****\n**.***.*..*\n.*...**...*\n*.*....*...\n..**.*....*\n....******.\n....***....\n***.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n..*.*....*.\n.........*.\n.*...**.***\n*......****\n**.***.*...\n.*...**....\n..*....*...\n..**.*.....\n....******.\n....***....\n.**.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****....\n.........\n.........\n***.....*\n..*.*....\n....**.**\n...*..*..\n......*.*\n.*...*..*\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*.*.....\n.*.......\n.*.**....\n.**....**\n.........\n....*....\n.....**..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...\n....*....\n*........\n*..**...*\n..*....**\n........*\n....*...*\n*..*....*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.**\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n**.*\n*.**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..*.*.\n......\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..***.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n...***\n.....*\n.....*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n..*..*\n..*...\n.....*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*...\n*....*\n*...**\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.**..\n.....\n.*.*.\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*...\n.*...\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n**...\n.*...\n.....\n**..*\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n..*.....\n..*.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n..*.....\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n*...*...\n*...*...\n*...*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n......*\n...**..\n...*...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...**..\n...**..\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...**..\n...**..\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.*****\n*.**..\n.*..*.\n..****\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n.....*\n*....*\n.*...*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n**....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n..........\n......*...\n..*.......\n...*......\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n...*......\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n...*......\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n....*\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*\n**.*...*\n.....***\n...*.*..\n..***.**\n```\n\n\n## Output without wrap\n\n```\n**.*....\n**.**..*\n..*..*.*\n..**....\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*.**...\n..*..*.*\n..**....\n**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*....\n...**...\n**.*.***\n...*...*\n```\n\n\n## Output without wrap\n\n```\n..****..\n.......*\n..**...*\n...***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n*.**.*..\n..**.*.*\n*.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***...\n..........\n..........\n......*...\n..*..*..*.\n.*.*......\n.***...*..\n.***..**.*\n**....*...\n.***.*.**.\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*....\n..........\n..........\n..*.......\n.*.**.....\n*...*.***.\n...*..***.\n*...**....\n***...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******..\n.....*....\n..........\n..........\n..*.......\n.*.**.....\n....*.***.\n...*..***.\n....**...*\n****...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n....**\n....**\n....*.\n......\n......\n......\n.**..*\n......\n.*....\n.****.\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n...*..\n....**\n......\n......\n......\n......\n.**...\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n...*..\n....**\n......\n......\n......\n......\n***...\n.*.*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.*.*.....\n.*.**.*.*\n.*...**..\n*..*.*.*.\n*.....*..\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.**....\n**.**....\n...*...*.\n***.**.*.\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*.**....\n.*.**..**\n.*.*.....\n.**.**...\n**...***.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.***\n**..\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n**..\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n*..*\n.***\n***.\n.**.\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*..*\n...*\n*...\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.***\n....\n....\n....\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*.\n..*..*.*.*\n*.**.*..*.\n...*.*..**\n*.....*...\n**.......*\n```\n\n\n## Output without wrap\n\n```\n.....*.**.\n.*.*.*....\n*....*...*\n...*.*...*\n......*..*\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n...*.*...*\n.....*....\n...*.*..*.\n....**....\n.**..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.*..\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n***.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...**..\n......*.......\n.....*.*......\n.....*........\n.....***......\n*..........*.*\n...**.....*.**\n.....*....*.*.\n.....*.....*..\n........*...**\n*..*...****...\n..****....***.\n...*.*...*....\n```\n\n\n## Output without wrap\n\n```\n......*.......\n.....**.......\n.......*......\n....*.........\n.......*......\n....*.*.....*.\n....*.*...*..*\n..........*..*\n.........*...*\n.......**.*..*\n..**....*.*...\n.*...***.*.**.\n..*****...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n....*..*......\n.......*......\n....*.........\n.......*......\n*...*.*......*\n*...*.*...*...\n*.........*.**\n*........*....\n.......**.*..*\n..**....*.*...\n.*...*..****..\n..**...*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...\n*..*...\n*..*...\n*.**..*\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.***...\n*..**..\n*..**..\n*.***..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*\n*..**.*\n*..**..\n*.***.*\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n****.\n...**\n.....\n*.*.*\n****.\n**...\n...**\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n...**\n.**.*\n...*.\n.*.*.\n.*..*\n.**.*\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n**..*\n..*..\n**.**\n...**\n....*\n.**.*\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...\n**..........\n.*..........\n....*.......\n...**.......\n...*.*..**..\n....***.**..\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n***.........\n..***.......\n..**.****...\n...*.....*..\n....*....*..\n....**.**...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n**..........\n***.........\n..***.......\n..**.****...\n...*.....*..\n....*....*..\n....**.**...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*..*.\n***..*..**\n.....*..*.\n**.......*\n...**....*\n*..*.....*\n*.**..*...\n..........\n..........\n..*.......\n*.***.....\n*.........\n*...***...\n*.*...*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.....**\n*.*.******\n..*.....*.\n....*...**\n*****...**\n.*........\n.***......\n..........\n..........\n.**.......\n..**......\n*.........\n*....**...\n.*....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.****.\n*.*.*****.\n..*.....*.\n*...*...**\n.****...*.\n**.......*\n****.....*\n..........\n..........\n.**.......\n..**......\n*........*\n*....**...\n*..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.*...\n.*...\n**...\n.*.**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.**..\n**...\n.*.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.*...\n.**..\n.*..*\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*..*.\n.*...\n.*..*\n*.*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n***..\n***..\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n*..**\n.**.*\n.**..\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.**..\n.....\n**...\n.**.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*.**.\n.....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*.*..\n*.***\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n***\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***.\n..........\n..........\n......*.*.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......*..\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.......*..\n..........\n..........\n..........\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n**...\n*...*\n*...*\n*....\n..*..\n...**\n.....\n.....\n**..*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n**...\n***..\n..*..\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*.*..\n**...\n.*...\n.****\n..**.\n...**\n.....\n**..*\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*....*\n*....*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.....\n.....\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..*...\n..****\n.*.*.*\n....*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n..*..*\n.*...*\n.....*\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..*..*\n**...*\n*....*\n......\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*.\n.**........\n.*.....***.\n*........*.\n......****.\n.....*.*...\n**..*......\n*...****...\n....*.....*\n*..*.......\n**........*\n.......***.\n.......*.**\n```\n\n\n## Output without wrap\n\n```\n*.*........\n...*....**.\n*.*.....***\n.*....*...*\n.....*.**..\n.....*.*...\n*****..*...\n**....**...\n...**......\n***........\n**......*..\n.......*..*\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*..\n...*.......\n..*.....**.\n.*....*....\n.....*.**..\n*....*.*..*\n.****..*..*\n......**...\n...**.....*\n.**........\n**......***\n.......*...\n.*.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.***.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***.**\n****.*****\n**********\n**********\n***..*****\n.*********\n*****.****\n```\n\n\n## Output without wrap\n\n```\n*.*.*....*\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**......\n**.*......\n*..*......\n```\n\n\n## Output without wrap\n\n```\n.****.....\n*...*.....\n****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..*.\n.**..*..*.\n.**..*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n***.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n*....\n.*...\n.*...\n.*...\n....*\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*..\n..*.*\n*....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.**...\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..........*...\n...***...*....\n..............\n..............\n..............\n..............\n..........***.\n...........**.\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n...***........\n..............\n..............\n..............\n...........*..\n..........*.*.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n...***........\n..............\n..............\n..............\n...........*..\n..........*.*.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n*.**\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n..*.\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...**..\n.*..........\n......*.**..\n.*....***...\n......*.....\n```\n\n\n## Output without wrap\n\n```\n............\n.......*....\n......*.**..\n.....**.**..\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.......*....\n......*.**..\n.....**.**..\n.....**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**...*\n.....*\n.*.*..\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n*.*...\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.**.**\n.**.**\n*...**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n..*..*.**\n...*..*..\n....***..\n....**...\n....**...\n...*.....\n.*.......\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n......*.*\n......*.*\n......*..\n..***....\n..**.....\n...*.....\n....*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n**....***\n......*.*\n..***....\n..**.....\n...*.....\n....*....\n*........\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*.....\n.......*.....\n.....*.*.....\n.............\n.............\n.............\n.............\n*...........*\n.............\n**.........**\n.*.........*.\n.*.........*.\n.*..........*\n```\n\n\n## Output without wrap\n\n```\n......*......\n.......**....\n......*......\n.............\n.............\n.............\n.............\n.............\n**.........**\n**.........**\n.**.......**.\n***........**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n.......**....\n......*......\n.............\n.............\n.............\n.............\n.............\n.*.........*.\n**.........**\n.**.......**.\n.**........**\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*.*.\n***.*\n.*.**\n*****\n..*.*\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n.....\n.....\n...*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.*****\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n.*....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.....**\n*...*..**.*.*.\n*...**..**....\n*...**...*.**.\n```\n\n\n## Output without wrap\n\n```\n....**.**..*.*\n..***...*.....\n..**......*.**\n....******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...........\n*.........***.\n**.*..........\n*..*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*...**\n*.....\n*...**\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*****..*\n*..*...**...\n**......*...\n**.*....*...\n```\n\n\n## Output without wrap\n\n```\n....*.*.....\n....*.**.*..\n*.......**..\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.*..\n......*..*..\n...*..**....\n..*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*..\n.***\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n.***\n..**\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n*....**.*\n*..*..*..\n...*..**.\n...****..\n...*.....\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**...***.\n....*....\n..**...*.\n..**.***.\n..**.*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n**...****\n*...*....\n..**...*.\n..**.***.\n..**.*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n..**.*..\n...**...\n..**....\n```\n\n\n## Output without wrap\n\n```\n..***...\n..*.*...\n..*.*...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n*.***\n*****\n*....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*..*.\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.***.\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..........\n..............\n.............*\n...**........*\n...**........*\n```\n\n\n## Output without wrap\n\n```\n..*...........\n..*...........\n..............\n...**.......**\n...**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.........\n..*...........\n..............\n*..**.......**\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n*.*.\n...*\n****\n*..*\n...*\n..**\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n..**\n*..*\n**.*\n*..*\n...*\n.***\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*.*.\n....\n.*..\n....\n....\n.***\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n.**.**\n..**.*\n.*...*\n.*.*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.*...*\n...*.*\n.*.*..\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n.*...*\n...*.*\n.*.*..\n*.*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*.....\n......\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**.**\n***...\n.*..*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n.**..*\n.**.**\n.*****\n**...*\n*.**.*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n......\n......\n.***..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n......\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n..*..\n...*.\n...**\n...**\n...*.\n**.**\n.****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n....*\n.....\n.**..\n.....\n.*...\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***.*\n.....\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........**\n**.*...*..\n.*..*.....\n...*****..\n*...**.*..\n...*....**\n..*.....*.\n........*.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n*.*....**.\n*......**.\n......***.\n...**.**..\n......*..*\n.......*.*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n........*.\n..*....*..\n.......*..\n*.....**..\n...**.**.*\n......*..*\n.......*.*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n.**\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n**.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n...***..\n*.**.***\n.***.*..\n.*...*..\n.*...*..\n.*...***\n**...*..\n*.....*.\n**...**.\n***...**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n...**...\n...**...\n........\n**..***.\n...*..*.\n........\n........\n***.**..\n.*...**.\n.*...*.*\n..*..**.\n.*....*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n*..**.**\n*......*\n.*..**..\n**.*...*\n.......*\n........\n***.**..\n.....**.\n.....*..\n*.*..***\n**....**\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n..*..\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*..*....\n*..*....\n....*..*\n.....**.\n*...**..\n*..*.*.*\n.***....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n...**...\n....***.\n......*.\n........\n*..*.**.\n**.*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n**.....*\n*..**..*\n....****\n......**\n*.......\n*..*.***\n.*.*....\n**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n...*...**\n*........\n.........\n.*...*...\n...**....\n...*.*...\n...*.....\n..*......\n*..*..*..\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n.........\n....*....\n..**.*...\n..**.....\n..***....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..**\n...**...*\n........*\n.........\n....*....\n..**.*...\n..**.....\n..***....\n..**.....\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n*.......\n........\n.......*\n*.....*.\n.*....*.\n......*.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......**\n.....***\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.......*\n*.....*.\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n.*.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*****.*.\n.********.*..\n.*...........\n.............\n..**.***.....\n...*****.....\n..*.*....*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.......**..\n*..**.....*..\n.*.*****.....\n..*...*......\n..**...*.....\n.......**....\n....*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.\n*..**.....*..\n.*.*****.....\n..*...*......\n..**...*.....\n.......**....\n.**......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n...**..\n*......\n.....*.\n.*....*\n......*\n.**....\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n...**..\n....*..\n.......\n.....**\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n...**..\n....*..\n*.....*\n*....**\n.**....\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*.*\n.**\n**.\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*.***\n*.**.\n*.*.*\n*.*..\n.****\n..***\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n*....\n*....\n.*.*.\n...**\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n**.\n.*.\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n...\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n*.......*\n.*......*\n.**......\n.***.....\n..**.....\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n***......\n*.*......\n.........\n..**.....\n..**.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n.*.....*.\n*.*....**\n..*......\n.........\n..**.....\n..**.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n....\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n*****\n*.***\n*****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...\n......***\n*.*****.*\n**...*...\n.****..**\n***..***.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.*.**...*\n*.***..**\n.**.....*\n...**....\n...****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*..\n.*.*.....\n..***....\n..*......\n....*.*..\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n..*....\n.......\n....**.\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n.......\n.......\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n......***\n.........\n.........\n.........\n.....*.*.\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.......**\n.......**\n.......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n......***\n.......**\n.........\n.........\n.......**\n....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n***.*.\n*.***.\n..****\n.*****\n******\n*..*.*\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n*.**..\n....**\n*.....\n......\n*.....\n*.....\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n*.....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n*.*\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n.*....\n***...\n*.....\n...*.*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.....\n*.**..\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*.**.*\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*..**\n.*.*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n**.**\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.*\n*.........**\n*...........\n*..**.*...*.\n...*......*.\n*......*..*.\n...*..*..*..\n.....****...\n**....*..*..\n.....**....*\n......*.....\n```\n\n\n## Output without wrap\n\n```\n...........*\n..........**\n**........**\n...**.......\n...**....***\n.........**.\n.....*...*..\n.....*..**..\n........*...\n.....***....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*\n*.........*.\n**........*.\n...**.......\n...**....**.\n.........***\n.....*...*..\n.....*..**..\n*.......*...\n*....***....\n.....**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****.\n...*..**\n...**...\n....**..\n....**..\n....****\n...*.*.*\n```\n\n\n## Output without wrap\n\n```\n..******\n......**\n...*..*.\n........\n...*....\n...*...*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n......**\n...*..*.\n........\n...*....\n...*...*\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**...\n*****\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*.**.\n.....\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*..**.\n*.**.*\n..*..*\n.**..*\n**...*\n......\n......\n......\n*...**\n******\n.***.*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n.**..*\n.*....\n.*.*.*\n*.****\n*.**..\n.*....\n......\n......\n.*....\n.*....\n.****.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.*...\n.*....\n**.***\n.*****\n.*****\n**....\n......\n......\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.***..\n..**..\n***...\n*.*..*\n.**.**\n.*..**\n*...**\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n**....\n**....\n*.....\n*.**..\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n*...*.\n*....*\n.....*\n.***..\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**.**\n***..\n****.\n*****\n*****\n.*.**\n*.***\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n....*\n....*\n.....\n.....\n.....\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**....\n...*.*\n..*...\n......\n......\n......\n......\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n**....\n.*....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.***\n.*.*\n...*\n****\n.*.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n.*.*\n*..*\n**.*\n*..*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n...*\n.*.*\n....\n.*..\n....\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*.....\n*...**\n***.*.\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n**.*.*\n...*.*\n*.....\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n***...\n*..***\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.****.*\n*..*******.**\n***..****.***\n.****.**.*.*.\n.*..*..**.**.\n.****.**.**.*\n****.*****.*.\n*.**..***....\n.**.**....***\n*.....*****..\n.****.*..***.\n*.******.*...\n**.*.***....*\n*..*****...*.\n```\n\n\n## Output without wrap\n\n```\n..*..........\n***..........\n.............\n.............\n.............\n...........**\n...........**\n*.........*.*\n*....***...**\n*....***..*.*\n**.....**.***\n**........*..\n*.*..........\n***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......*..\n..*..........\n.............\n.............\n.............\n...........**\n.............\n..........*.*\n.....***...**\n**...***..*..\n*......**.**.\n..........**.\n.........*.*.\n..*.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******..\n*..**.*..\n.*..*...*\n...*.....\n...***...\n**..*..*.\n*.**.*...\n*.*.*.***\n...****.*\n.*.*.**..\n```\n\n\n## Output without wrap\n\n```\n.*....**.\n..**..**.\n.**.**...\n.*...**..\n...*.**..\n*..****..\n*.*....*.\n..*....**\n.*.*....*\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n*....***.\n..*.**..*\n.....**..\n*..*.**..\n**.****..\n..*.....*\n*.*......\n..*.....*\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*..\n.***....*..\n..*.*.*.*..\n.........*.\n........**.\n.........*.\n*..........\n**.........\n**..**....*\n*..*.......\n*..*.*.....\n....*......\n...........\n......**...\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.*.*....**.\n.**....***.\n.......*.*.\n........***\n........**.\n**.........\n...........\n..*.*......\n*.**.*.....\n...*.......\n....*......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*..\n.*.*....**.\n.**....***.\n.......*.*.\n........***\n........***\n**........*\n...........\n..*.*.....*\n..**.*.....\n...*.......\n....*......\n...........\n.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..****\n.*..**..\n.**..*..\n**...***\n.*..**..\n*.*.*...\n**..**.*\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n**.*....\n..*.....\n*.......\n..***...\n*.*...*.\n**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*\n.*.*....\n..*....*\n.......*\n..***...\n..*...**\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***.*\n*....*..*\n.........\n....*....\n....*....\n.........\n.....*...\n*.**....*\n*.***..*.\n*.**.****\n```\n\n\n## Output without wrap\n\n```\n....****.\n....****.\n.........\n.........\n.........\n.........\n.........\n..*......\n*....*...\n..*..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n*...*****\n.........\n.........\n.........\n.........\n.........\n*.*.....*\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*....*\n..*...\n...*..\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**....\n......\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....*.*.*\n.....****.*.**\n..........*..*\n...........*.*\n............*.\n*..***......**\n.**...........\n......*.....*.\n......*.......\n.***...***.**.\n```\n\n\n## Output without wrap\n\n```\n.....*....***.\n.............*\n.....*...***.*\n...........*..\n..*.*......*.*\n.*.........*.*\n.*...*......**\n.*..**.....*.*\n........*.....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....***.\n..**....*.*..*\n*....*...*****\n...........*.*\n..*.*......*..\n...........**.\n.....*......*.\n....**.....***\n*.**....****..\n.....*******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*...\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*...\n..*.\n...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*\n*.......*\n.........\n..*......\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.*......*\n.........\n.........\n.........\n.........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**...\n*...*..*\n*.......\n........\n........\n....*.**\n**....**\n***..**.\n```\n\n\n## Output without wrap\n\n```\n*****...\n*****...\n........\n........\n......*.\n......*.\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**\n*..*****\n*......*\n........\n........\n........\n...*....\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n..*...\n..*..*\n******\n*..**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n..**..\n.....*\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**\n..**.*\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n..**\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n..*.*.\n......\n..**..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n..*...\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n...*..\n..*...\n..**..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.*.....\n..****.\n.......\n.......\n.**..*.\n..*...*\n...*..*\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.***.\n..***..\n...**..\n.......\n.**....\n.***.**\n...**.*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n**.***.\n..***..\n...**..\n.......\n.**....\n****.**\n...**.*\n....**.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**.**\n.*...\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.**\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.****\n***..*...*\n.........*\n.*......*.\n..*..*..*.\n.**.*..*..\n........*.\n......*..*\n..........\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n**...*...*\n*....*....\n*.....*...\n.***......\n.*.*......\n.*.*..*..*\n..*....**.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*.\n.....*....\n*.....*..*\n..**......\n.*.*......\n.*.*..*..*\n..*....**.\n..........\n..........\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n........\n.....*..\n.*...*.*\n..*.*.**\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n......*.\n....**.*\n...**.**\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n....*...\n......*.\n*...**.*\n*..**.**\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n.****.*\n***..**\n***.*..\n.*.*.**\n*....*.\n*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n....*.*\n......*\n....*..\n...*.**\n*.**...\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n....*.*\n.......\n....*..\n...*.*.\n..**...\n*.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n*..*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*....\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*...*\n**..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n.....***\n.......*\n.....**.\n```\n\n\n## Output without wrap\n\n```\n.......*\n.......*\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*......*\n.......*\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n...**\n....*\n.***.\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*.*\n..***\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.*.*.\n***..\n..**.\n**.*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....**\n*.**..\n.....*\n..****\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n.....*\n..**.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n.*....\n.**..*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n..*\n*..\n.*.\n*..\n...\n...\n..*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n.*.\n**.\n...\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*.*\n.***.\n****.\n*.***\n*.***\n```\n\n\n## Output without wrap\n\n```\n...*.\n*....\n....*\n*....\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..**..\n...*.*\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**.**\n**.**\n```\n\n\n## Output without wrap\n\n```\n*****\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n***....*\n.**....*\n........\n........\n........\n...***.*\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n*.*.....\n*.*.....\n........\n........\n....*...\n....*...\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n..*....*\n..*....*\n........\n........\n....*...\n....*...\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***..*\n*********\n***.....*\n.****.***\n**...**.*\n.**...*..\n.*..**..*\n..**..*..\n*......**\n***...*..\n```\n\n\n## Output without wrap\n\n```\n**......*\n......*.*\n.........\n...**.*.*\n*...*...*\n..*.*.*..\n.*..****.\n.******.*\n*..*..**.\n**.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*..\n.........\n...**.*..\n....*...*\n..*.*.*.*\n**..****.\n.******..\n*..*..***\n..*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*...*.\n...**..*.*.\n..*..*...*.\n*........*.\n.......*.*.\n...**....**\n.**.*.....*\n...*.......\n*.**.....*.\n**....**...\n..*...*...*\n.***.*.***.\n*.*..**..*.\n```\n\n\n## Output without wrap\n\n```\n....*...*..\n.******..**\n...**....**\n.........**\n.........*.\n..***...***\n..*.*....**\n....*......\n*.**.......\n*..*..**...\n*..*.*...*.\n...***.****\n..******.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*...*.\n.******..*.\n...**....*.\n.........*.\n.........*.\n*.***...***\n*.*.*....**\n*...*.....*\n*.**......*\n*..*..**...\n...*.*...**\n*..***.***.\n*..*.*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*....*.\n*.....*\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n*.....*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n**........\n..*.......\n*..*......\n*..*......\n.*.*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n*.*.......\n.***......\n**.**.....\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n*.*.......\n.***......\n**.**.....\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*..*..\n...*.*\n..*.*.\n*.***.\n*...**\n..*..*\n******\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n..**..\n.**..*\n..*...\n..*..*\n*.*...\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*..\n..**.*\n.**...\n*.*...\n*.*...\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......**.\n....*.*....\n....*.*.*..\n*......*..*\n*.......**.\n..*.*.*....\n.*...*...**\n......*..*.\n...*...*..*\n...*.*.*...\n```\n\n\n## Output without wrap\n\n```\n...........\n........**.\n......*....\n.......*...\n.*.....***.\n.*...*..*.*\n.....**..**\n......*.**.\n....*..**..\n....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****..\n........**.\n......*....\n*......*..*\n**.....***.\n**...*..*..\n.....**..**\n*.....*.**.\n....*..**..\n*.*.*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n.***...\n*..*..*\n*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n**.**..\n*...**.\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.*.**..\n....***\n..*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n.**.\n.**.\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n*...\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n....\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.*.\n.*..\n*...\n****\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n**..\n*...\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*.*.\n**.*\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n**..***\n**...**\n****.**\n*******\n```\n\n\n## Output without wrap\n\n```\n*.**..*\n.......\n...*...\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.*..*\n.*...\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*...\n.*..*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***.**\n***...\n..****\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n*.....\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..**.*\n......\n*.****\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n****.\n..***\n*.***\n...**\n**...\n```\n\n\n## Output without wrap\n\n```\n*....\n*....\n*....\n.*...\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n**...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*...\n.*.*.*....\n......*...\n.....***..\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n..*.***...\n....*..*..\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n..*.***...\n....*..*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..****\n****..**\n*.**.**.\n****.**.\n***.*..*\n**..***.\n```\n\n\n## Output without wrap\n\n```\n**.***.*\n*.......\n........\n.......*\n.......*\n*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.*....\n*..*..\n******\n.*....\n**....\n.....*\n......\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n*..*..\n*..**.\n...**.\n**....\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*.*..\n...*..\n...***\n...**.\n**....\n*.....\n......\n...*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n...*..\n*...*.\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n...*..\n....*.\n...***\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n...*..\n....**\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n...**\n.**.*\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n*..**\n.**.*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.**..\n...**\n.**.*\n**.*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n.*.*\n**..\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n***.\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n...*\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....***.\n****....*..*.\n....*...*****\n....*.*****.*\n..*.*.**..**.\n.**.*.**.**.*\n..*.*..*.****\n***.*..*.*..*\n*..**....**..\n*.*...***.***\n****....*.*..\n.*.*....*.***\n```\n\n\n## Output without wrap\n\n```\n**.**....**..\n.....*...***.\n***..........\n....*......**\n.**.*......**\n*.*.**.....**\n*.*.*......**\n*..........**\n*.....**.....\n**.**.***....\n*.***..***...\n***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.***...\n**...........\n.**..........\n....*.......*\n..*.*......*.\n..*.**......*\n*.*.*........\n.............\n......**.....\n...**.***....\n...*....**...\n..*....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.***..\n.**...\n.*....\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.**.\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..***.\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n.*....****\n.*.*....**\n**.*.**.*.\n*..**...**\n*.*..*....\n.**.*...**\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n**.....**.\n.*.....*.*\n.*..**....\n**.*.*....\n*..*..****\n*.*..*....\n*.**....**\n.**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*..\n.*.....*..\n.*..**....\n.*.*.*....\n...*..***.\n..*..*....\n..**....**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*\n*......\n..**...\n.......\n..**..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n**.*...\n.......\n.**....\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n*.*\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n......\n..*...\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n......\n......\n...*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.*...\n*****\n..***\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.....\n....*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*****\n.....\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**.\n.......**\n......***\n.......*.\n*........\n*.......*\n......***\n.......**\n......**.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......*..\n......*..\n......**.\n........*\n.........\n.........\n......*..\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......**.\n......**.\n........*\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.....*\n....*.**.....*\n*..*..*....***\n...*******..**\n.**..*.***..**\n.....*......*.\n.****.....***.\n*...****.**.**\n***.*.*.**.*..\n*****.*.....**\n```\n\n\n## Output without wrap\n\n```\n..............\n...**.........\n...*......*...\n...**....*.*..\n..***......*..\n.*..*...*..*..\n.**..*....*...\n.**....*......\n......*.*...*.\n........*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.........\n.*..*.........\n...*......*...\n**.**....*.*..\n*.***......*..\n*...*...*..*.*\n***..*....*...\n.**....*......\n.....**.**....\n...*.*.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..*.\n....\n**.*\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n**..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n**.*\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***********.**\n.***.*****.***\n********.*****\n.***********.*\n```\n\n\n## Output without wrap\n\n```\n*.........*..*\n..............\n*.............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n*...........*\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.*...........\n.**..........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.**..........\n.**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.**..........\n.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n..**.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..\n.....*..*\n..**.*.*.\n****.*.*.\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.**.**.*.\n...*.*.**\n.....*.*.\n..**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***.\n***.**.**\n*..*.*.*.\n.....*.**\n...*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*....*\n*..**.....\n.*.*.....*\n.*..*.....\n***.......\n........*.\n.*........\n..........\n..*....*..\n..*.*.....\n.....***..\n*..**..*..\n```\n\n\n## Output without wrap\n\n```\n*****.....\n..........\n**.*......\n...*......\n*.**......\n*.*.......\n..........\n..........\n....*.....\n.....*.*..\n.......**.\n....**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...*\n**.**.....\n...*......\n*..*......\n*.**......\n*.*.......\n..........\n..........\n....*.....\n.....*.*..\n*.**.*...*\n.*.**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n....*...\n....*...\n....*...\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n....*...\n....*...\n....*...\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n....*...\n....*...\n....*...\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n***...*.*....\n....***.*....\n*.*...*.*....\n.****........\n....*........\n..***.....**.\n.........*.*.\n.........**.*\n...........*.\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n**.....*.....\n..**.**......\n....*.**.....\n.******......\n.*...*.......\n..***.....**.\n...**....*..*\n.........*..*\n..........**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n**.....*.....\n..**.**......\n....*.**.....\n.******......\n.*...*.......\n..***.....**.\n...**....*..*\n.........*..*\n..........**.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.*.*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n.*.*...\n*..*...\n...**.*\n..*.*.*\n**.****\n*.*.*..\n*****..\n**..***\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n.*.....\n.**....\n.***.*.\n.*.....\n.......\n.......\n.***.*.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n......*\n.....*.\n*.*...*\n****...\n.......\n.......\n.......\n....***\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*.****\n..*..*\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n*.....\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n..*...\n..**..\n..***.\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*...*.\n.*..*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n.*.*..\n......\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n*...*.\n....*.\n*.**..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n******\n..*...\n*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n..**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*...**\n*...*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*...*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*....*\n......\n.***..\n.*....\n*.***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n*....*\n***...\n.**...\n*...*.\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**........\n..*...........\n..**......*...\n..*......*....\n...*....***...\n..***...*****.\n*.*.*....*..**\n...*......*.**\n.........***..\n*....*...*.*..\n```\n\n\n## Output without wrap\n\n```\n..............\n.*............\n..............\n.**...........\n.**...........\n.**.**........\n.*..*.......**\n..**..........\n..........*...\n..........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...........\n*...**........\n..............\n.**...........\n.**...........\n*.*.**........\n*...*........*\n*.**.........*\n....*.....*...\n....**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n***.\n..*.\n*.**\n***.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.**\n*...\n*..*\n*.**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n*.*.\n....\n*...\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...**..\n.**...*...\n.**...*...\n```\n\n\n## Output without wrap\n\n```\n*.*...**..\n...*.**...\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.***..\n...*.**...\n...*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........*...\n.*........*..*\n***...**..*...\n..*...******..\n......**.**...\n...**.*....*..\n..*.***...**..\n..*..*..*****.\n...........***\n*...*........*\n*.*...........\n```\n\n\n## Output without wrap\n\n```\n..........*...\n*.........*...\n.*.........*..\n.***..........\n..**......*...\n..***.........\n..*...***.*...\n...******.....\n....**......**\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*.\n**........*.**\n.*.........**.\n.***..........\n..**......*...\n..***.........\n..*...***.*...\n...******.....\n**..**.......*\n**............\n**............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.........**.\n.........**.\n.........*.*\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.........**.\n........*...\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.........**.\n........*...\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*..*\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n*....*...\n*....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.\n..*....*.\n..*....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*..*\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n...*\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*....\n*......**.*\n........**.\n..*....**.*\n...*..**...\n......**..*\n.....*..*..\n......**.*.\n```\n\n\n## Output without wrap\n\n```\n.......*...\n.......**..\n..........*\n......*....\n.........*.\n.....*..*..\n.....*..**.\n......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..*.\n*......**.*\n*..........\n......*....\n.........*.\n.....*..*..\n.....*..**.\n.....****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n*****\n*..**\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........\n.....**.**.\n...........\n*....**.**.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n...........\n..........*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*..*\n*..*\n..**\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n.*.*\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n..**\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n..*..*\n..*.*.\n.*..*.\n*....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n...**.\n.*...*\n.*.*.*\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n...*..\n......\n...*..\n**..**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n.*.*.....\n.*.**.*..\n..*...**.\n.......*.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*....*..\n.*.....*.\n..**....*\n.....*.*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.*....*..\n.*.....*.\n..**....*\n.....*.*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........*..\n......*......\n......*......\n........*.*..\n..*..........\n..*..........\n.....*....*..\n.*.......*..*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*\n.............\n.............\n.............\n.............\n.............\n..........*..\n..........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*..*.\n***.....*.\n*.*.....*.\n```\n\n\n## Output without wrap\n\n```\n*.*.......\n*.**...***\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...**.\n*.**...**.\n*.**...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n..*\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n**..\n*...\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n..**\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n***\n.**\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n.....\n.....\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n...**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.....\n.*.**....\n.........\n.....**..\n.....**..\n......**.\n.........\n.........\n.........\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n**.**....\n**.**....\n....**...\n.....**..\n.........\n.....***.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n**.**....\n....**...\n.....**..\n.........\n.....***.\n.........\n.........\n.........\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n***.**\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n.*..\n*..*\n***.\n.**.\n....\n....\n....\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n*...\n*..*\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n...*\n....\n*.**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*.*.\n*****..*.**\n*.***..****\n```\n\n\n## Output without wrap\n\n```\n*........**\n*...*.**...\n*...*..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n....*.**...\n....*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..........\n..*...........\n.**...........\n```\n\n\n## Output without wrap\n\n```\n.***..........\n..............\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n..............\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.**.\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*..*.\n***.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n****\n.***\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*...\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..**\n....*...**\n..*...*.*.\n.*****.***\n***.*.*.*.\n...**..**.\n**.****.**\n.*....****\n```\n\n\n## Output without wrap\n\n```\n.*.***..**\n..*.*.....\n.**...*...\n*...*....*\n*.....*...\n..........\n**.*......\n***.*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******...\n..*.*.....\n***...*...\n....*.....\n*.....*...\n..........\n.*.*......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n.***....\n.*.*..*.\n.*.*..*.\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n..*.....\n**.**...\n...*...*\n.....*..\n**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*..*.\n...*....\n......*.\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.....\n*....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n**...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n*.***.\n*.*.**\n****..\n*...**\n******\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.....\n.*....\n*..**.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****........\n.....*......*\n..........**.\n****.*...*..*\n....**..*...*\n...*.*.....*.\n...*....***..\n....**.......\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.*..*........\n*....*....***\n*....*...*..*\n*..*.**..*...\n.*.*.**.....*\n..*..*......*\n...*.*..*..*.\n....*....**..\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.....*....**.\n.....*...*...\n...*.**..*...\n.*.*.**......\n..*..*......*\n...*.*..*..*.\n....*....**..\n..**.........\n*...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*..*..*...\n..........\n..........\n..*.......\n..........\n....*.*.*.\n**........\n..*...**..\n..*..*....\n*.**...**.\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*...**...\n..*...*...\n..*.....*.\n.***......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*...**...\n..*...*...\n..*.....*.\n.***......\n.*.......*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n...**\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*.***\n*...*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.......**\n......*..\n......*..\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n......*..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n......*..\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.*\n*...**.*..\n*...*.....\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n....**..*.\n.........*\n....*.*.*.\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**....\n.*........\n.*..*.....\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n*.*\n*..\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n*.....**\n****...*\n**.....*\n*.**...*\n```\n\n\n## Output without wrap\n\n```\n......**\n*.*...**\n..*....*\n......**\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n..*...*.\n..*.....\n......*.\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...**...\n..***...\n*..*..**\n*.....*.\n......**\n.......*\n*.....**\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*...\n..*..*..\n.*******\n.....*..\n......**\n........\n........\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n..*.*...\n..*..*.*\n*******.\n*....*..\n*.....*.\n........\n........\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n.....*\n*....*\n*.....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n....*.\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..*.\n.*****.*.\n*.***.**.\n....*.*.*\n*.**...**\n*.*.*.**.\n*.****.*.\n*..*.*...\n**..***..\n*.*.*..*.\n*..*.*.*.\n*.*.**..*\n**...*...\n***.*....\n```\n\n\n## Output without wrap\n\n```\n**..***..\n.......**\n........*\n....*.*.*\n..*.*...*\n*........\n*.*....*.\n*........\n*.*...*..\n*.*....*.\n*.*..*.**\n*.**.*...\n.....*...\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.......*.\n*........\n....*.*..\n*.*.*....\n*........\n*.*....*.\n*........\n*.*...*..\n*.*....*.\n*.*..*.*.\n..**.*...\n.....*...\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n...\n...\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.*.\n*...*\n*...*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.*.*.\n**.**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..***.\n..**..\n```\n\n\n## Output without wrap\n\n```\n..***.\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n.....*..\n......*.\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*......*\n.......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n..*.\n*...\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n***\n***\n***\n...\n...\n**.\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n**.\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n***\n...\n**.\n**.\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n*.**\n**.*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n**..\n*..*\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n****\n....\n..*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n.....*....\n*...***...\n.....**...\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n......*...\n....*.....\n......*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n......*...\n....*.....\n......*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.........\n*........**\n*........*.\n*........*.\n*.........*\n```\n\n\n## Output without wrap\n\n```\n**.........\n*........**\n**......**.\n**.......**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*.\n.........*.\n**......**.\n**.......*.\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.***\n*..*\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*..*\n......*...\n***...*..*\n.**.*****.\n*.*.**...*\n*.**.....*\n.*.*......\n.*.**.*.*.\n.*.*.***.*\n```\n\n\n## Output without wrap\n\n```\n..........\n*....***..\n*.**....*.\n....*..***\n*......*.*\n*.........\n**........\n**.*..*.*.\n...*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*.\n.....***.*\n*.**....**\n....*..**.\n.......*..\n.........*\n.*.......*\n.*.*..*.*.\n.*.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.**\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*.*.\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*..*\n*.*.*\n**...\n*....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n*.**.\n*....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n..***\n.....\n*...*\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***.*\n.....\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*****\n*..*.\n****.\n*..**\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n*.**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.**...\n...**.*....\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n**.........\n```\n\n\n## Output without wrap\n\n```\n..**.***...\n..*....*...\n...****....\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.***...\n.**....*...\n...****....\n....*......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.*.........\n*.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*...\n*...*\n**...\n..***\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n***.*\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*...*\n....*\n.**..\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*.\n**..***..*\n**.*..*...\n*.******..\n*.*.....**\n.*.**.**..\n.*..*...**\n```\n\n\n## Output without wrap\n\n```\n**..*.....\n...**.**..\n..........\n*...*****.\n*.......*.\n**.***.*..\n..****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..**.\n...**.**.*\n..........\n....*****.\n*.......**\n.*.***.*..\n.*..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.***\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*..*.\n...*.\n*.**.\n.....\n*****\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..**.\n.*.**\n..**.\n*...*\n.***.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.**.\n.*.*.\n..***\n.....\n*****\n*.*.*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.****\n*........*....\n*........*..**\n*.*...........\n.........**...\n........*.....\n.........**...\n..............\n..*...........\n.*.*..........\n.*.*..........\n```\n\n\n## Output without wrap\n\n```\n........****..\n........**.*..\n.........**...\n.........**...\n........***...\n........**....\n..............\n..............\n..*...........\n..*...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**....\n**......**.**.\n*........**..*\n**.......**...\n........***...\n........**....\n..............\n..............\n..*...........\n.**...........\n**.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*.**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n..*...\n.***..\n.**.**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n....*.\n......\n.**.**\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**.**.\n....*.\n*...*.\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**.\n......***.\n.***......\n.**.......\n```\n\n\n## Output without wrap\n\n```\n.......*..\n..*.....*.\n.*.*...*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n..*.....*.\n.*.*...*..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****\n*******\n**.****\n***.***\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.**.**\n***..*\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n...*.*\n*.***.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n......\n...*.*\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.****.**\n.**.*.******\n*.**.**..**.\n.**...*....*\n```\n\n\n## Output without wrap\n\n```\n....*.......\n**.*.*......\n*.****......\n.*****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n*......\n*.....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*.....*\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.****\n**......\n.*.....*\n.**...**\n...*.*..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.*...**.\n***..*.*\n......**\n.**...**\n..*...*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***\n.**..*..\n......**\n.**...**\n..*...*.\n........\n........\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.............\n*.............\n**............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n**............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n**...........*\n**...........*\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n**.*.\n*****\n...**\n..***\n.*.**\n*.***\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n.*...\n*..*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n**..\n****\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*...\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.**.\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*.*.*\n..**.\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.**..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n*.*.*\n*.*..\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.*\n***...*.\n..**.*..\n**.....*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n*....**.\n*.*...*.\n...*..*.\n.*.*....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.***\n*.*...*.\n...*..*.\n**.*....\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n.*...*.\n.*...*.\n.**.*..\n.*.**..\n.*..*..\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n***.***\n**..**.\n**..**.\n**..**.\n**..**.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n***.***\n**..**.\n**..**.\n**..**.\n**..**.\n******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***.*.\n.*****..*.\n*.......*.\n.......**.\n...**.*.*.\n...***..*.\n.*.*..*.*.\n..**.*....\n..**......\n**.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*....**..\n*.....*.**\n.****...**\n........**\n...*..*.**\n......*.**\n......**..\n.*........\n......*...\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n*.....*.*.\n.****...*.\n........*.\n...*..*.**\n......*.**\n......**..\n.*........\n......*...\n*....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n*........*\n**...**...\n.*...**..*\n..**.....*\n....*..**.\n.....**...\n***.......\n...**....*\n.....*...*\n**....****\n```\n\n\n## Output without wrap\n\n```\n..........\n*.........\n**...**...\n**..***...\n..******.*\n...******.\n.*...***..\n.*****....\n.****.....\n....****.*\n......****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n.........*\n.*...**...\n.*..***..*\n*.******.*\n...******.\n.*...***..\n******....\n.****....*\n....****..\n.*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....*..\n...*........\n.***.....**.\n***.*......*\n............\n.**.......*.\n```\n\n\n## Output without wrap\n\n```\n............\n...**....**.\n...**.....**\n**..........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.......\n...**....***\n*..**.......\n*...........\n*.........**\n..**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n**.\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n...\n...\n...\n...\n...\n...\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n**...*\n*..*..\n*..***\n```\n\n\n## Output without wrap\n\n```\n*.*...\n....*.\n*....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...*.\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*.*\n.*.*\n.*.*\n.*..\n*...\n..*.\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n**.*\n**..\n***.\n.*..\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n.*..\n.**.\n.*..\n.**.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.....*.**\n.....*...\n......***\n.........\n****.....\n....*....\n**..*....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*.*.\n......**.\n.*.*..**.\n.*.*.....\n....*....\n.*..*....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n.....*.*.\n**....**.\n*..*..***\n...*....*\n....*....\n.*..*....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n..*.*...\n**......\n...**..*\n..**...*\n*..*....\n.....*..\n.*......\n..****..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.**.....\n**..*...\n.*..*...\n.*......\n..**....\n........\n..*.....\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n........\n........\n........\n***.....\n....*...\n....*..*\n*......*\n.***....\n........\n..*.....\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n..**.\n.****\n.....\n.*.**\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*....\n.*..*\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*.\n..***.*.\n*.*.*..*\n*.*.****\n*.**.*..\n```\n\n\n## Output without wrap\n\n```\n.**.*...\n....*.**\n..*....*\n*.*....*\n..**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n*...*.*.\n*.*.....\n..*.....\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***.*\n**.**\n*****\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*.\n.......*.\n*****...*\n....***..\n.***.*.*.\n.....*..*\n..*****.*\n.**..**.*\n.*.**...*\n```\n\n\n## Output without wrap\n\n```\n.........\n...**.***\n.*****...\n....**..*\n.**...***\n.*.....**\n**......*\n**...**.*\n..*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*.*.\n....*....\n******...\n....**...\n.**...*..\n.......**\n........*\n.*....*.*\n...****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..........*...\n.....*...***..\n.........**...\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..........*...\n..........**..\n.........*.**.\n..........*...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n..........**..\n.........*.**.\n..........*...\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.*..........*\n..*.....**..*\n..*....*..*.*\n.*...**...*.*\n....*....*...\n......***....\n....**.......\n..........*.*\n.........*..*\n.........*..*\n..........**.\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.**.....**.*.\n.**..**...*..\n.....**...**.\n..........*..\n.........*...\n.....*..*....\n......*...**.\n.........**.*\n.........*..*\n..........**.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n**...........\n..*.....**.**\n..*..**...*.*\n**...**...**.\n..........*..\n.........*...\n.....*..*....\n......*...***\n*........**.*\n*........*..*\n..........**.\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*.\n..*.*...*.\n******..*.\n.*****..*.\n```\n\n\n## Output without wrap\n\n```\n...*......\n....**.***\n*......***\n*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.***\n....**.**.\n*......**.\n*....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n......**..\n.....*.**.\n....*****.\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......*..\n....*.*.*.\n....*..*..\n....****..\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.......*..\n....*.*.*.\n....*..*..\n....****..\n......*...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n*.....\n..**..\n..**..\n..***.\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n.***..\n.*....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n......\n.***..\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n..*...\n*.*.*.\n*...*.\n.**.**\n.**.*.\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n......\n*.*.*.\n*.*.**\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n......\n*.*.*.\n..*.*.\n***.**\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n***.\n..*.\n....\n....\n....\n.*.*\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n....\n....\n....\n....\n***.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****.\n*****.***.\n****....*.\n```\n\n\n## Output without wrap\n\n```\n*....*..*.\n.........*\n*...*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n...........*.\n.**..........\n.*...........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.**..........\n.**..........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.**..........\n.**..........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n*.....\n***...\n..*...\n....*.\n...*..\n**.*..\n.**...\n.*.*.*\n.*.*.*\n*.*.*.\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n..**..\n.***..\n......\n.*..*.\n.*....\n...**.\n**.*..\n...*..\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n.*....\n..**..\n.***..\n......\n.*..*.\n.*...*\n**.**.\n*..*..\n.*.*.*\n******\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..********.*.\n********.*.*..\n*.***.**..**.*\n**.*..**...*..\n****..***.*...\n*.*.**.****.**\n.**..***.*****\n**.***.*****.*\n***.*.********\n******.*..***.\n*.******.*.***\n.**.****.*****\n.*******.***.*\n```\n\n\n## Output without wrap\n\n```\n..........*...\n...........*..\n..........***.\n............*.\n..........*.**\n..............\n..............\n..............\n..............\n..............\n..............\n**......*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n............*.\n..........**..\n.............*\n..........*.*.\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n*..*....\n.....*.*\n...*.*..\n....*...\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......*.\n.....**.\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n......*.\n.....**.\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*....\n*....\n...**\n*....\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n***.*\n.....\n**..*\n.**.*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*......*\n*...**..*.*\n.**..*..*..\n*.*.*..*...\n**.........\n...*...*...\n....*.*..**\n..**..*....\n*.*.*...**.\n.**..**.*..\n....**.....\n***....*.*.\n......*....\n```\n\n\n## Output without wrap\n\n```\n....*....*.\n*.****.....\n*.*..*****.\n*.**.......\n****.......\n...........\n..*.****...\n.**.*..**.*\n....*.*.**.\n.**...****.\n*..***.**..\n.*...**....\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...**\n..****....*\n..*..******\n*.**.......\n****.......\n*.........*\n..*.****...\n.**.*..**..\n....*.*.**.\n.**...****.\n*..***.**..\n.*...**....\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n....*\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**\n........\n........\n........\n**......\n**.....*\n**...*.*\n......**\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*......\n..*.....\n*.*....*\n**.....*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n.......*\n........\n........\n........\n***.....\n.**.....\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n*.****\n.**.**\n******\n```\n\n\n## Output without wrap\n\n```\n.....*\n..*...\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n*......*\n*..**.*.\n*****.*.\n..*.***.\n..*....*\n.*.....*\n....*..*\n....**..\n....*...\n```\n\n\n## Output without wrap\n\n```\n**......\n*.......\n*...*.**\n*.....**\n....*.**\n.***.*.*\n......**\n....***.\n...***..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n........\n....*.*.\n*.....*.\n*...*.*.\n****.*.*\n......**\n*...***.\n...***..\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n**..*...\n*.......\n```\n\n\n## Output without wrap\n\n```\n**......\n..*.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.*....*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.*.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n.....*.*\n.*...*..\n.....*..\n..*..**.\n**......\n*.*...**\n*.*.*...\n*.*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n....*.*.\n........\n.*......\n*.****..\n*.***.*.\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n....**..\n....*.*.\n........\n.*....*.\n..*****.\n..***...\n..*.....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n*..*.\n.*.**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*.**.\n*.***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n......\n......\n*..*.*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n......\n......\n......\n***.*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n....\n****\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n....\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...*\n..*.*..*\n*.*..*..\n...****.\n.*..*...\n*..*..*.\n```\n\n\n## Output without wrap\n\n```\n...*....\n.**.....\n.....*..\n...*....\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n....*.*.\n.....*.*\n...*..*.\n....****\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n..*...*\n..*...*\n.**...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n..**.**\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n.***...\n..**.**\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.**\n****..**..\n*.**..****\n**.****.*.\n.***...**.\n*.....*.**\n....*.***.\n*........*\n.......**.\n********.*\n```\n\n\n## Output without wrap\n\n```\n.*.*..*.*.\n*...**....\n.........*\n*....*....\n...*......\n.***.**..*\n.....**...\n......*..*\n*.****.*.*\n.*******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....**....\n..........\n.....*....\n...*......\n****.**...\n.....**...\n......*..*\n..****.*..\n******....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n***...\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n***...\n***...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.\n....**.*.\n.***..**.\n.*.***..*\n**.*.*..*\n.*..**..*\n**..**...\n*...*..**\n*...*****\n```\n\n\n## Output without wrap\n\n```\n...**.**.\n...**...*\n....**...\n***......\n..*.***.*\n...***...\n**.**.*.*\n****....*\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..*\n.****.**.\n.*..**...\n.**......\n..*.***.*\n...***..*\n...**.**.\n...*.....\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n.*.*.*\n**....\n**....\n..*..*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.*.*..\n*.....\n..*...\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*.**\n...***\n*...**\n..*...\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n.**\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*..\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**....\n.*.....**\n.**....*.\n**.**..**\n```\n\n\n## Output without wrap\n\n```\n.........\n..*....*.\n...**.*..\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..**\n...*...*.\n..***.*.*\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.**.\n.*....*...\n.*....*...\n.*.....*..\n..*....*..\n..*...*...\n..*...*...\n.....*.**.\n```\n\n\n## Output without wrap\n\n```\n......**..\n.**..**...\n***...**..\n.**...**..\n.**...**..\n.***..**..\n.....**...\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.\n.**..**...\n***...**..\n.**...**..\n.**...**..\n.***..**..\n.....**...\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n.*....\n.....*\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n..*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n...**....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...**....\n.....*...\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.....*...\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*.*..*...\n.*.......\n........*\n.........\n.*..*....\n..*.**...\n.........\n.........\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.*.......\n.........\n.........\n...***...\n...***...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.......\n**.......\n.........\n.........\n...***...\n...***...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*.*..\n....*.\n.*....\n.*....\n.*....\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n..*...\n......\n***...\n.*....\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*...\n..*...\n......\n***...\n.*....\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..\n**..***.\n..*.....\n*...***.\n```\n\n\n## Output without wrap\n\n```\n**..***.\n*.*.***.\n*..*....\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.*.****\n*..*....\n*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n..****.\n***.*..\n**.....\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...***.\n*.*.**.\n*...**.\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n..*.**.\n*...***\n*.*...*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.*...\n..*..*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*.\n.......*..\n**.**.....\n******...*\n*.*.**....\n.*.......*\n*....*..**\n....***..*\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.**.......\n.**.......\n..........\n**..**....\n**.....***\n...*..*...\n...*....**\n....*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****....\n..*.......\n*.*.......\n..........\n....**....\n.......*..\n*..*..*.*.\n...*....**\n....*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n****..\n***...\n...*..\n*...**\n**...*\n```\n\n\n## Output without wrap\n\n```\n**....\n...*..\n*.....\n*.***.\n**..**\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...*..\n*.....\n..***.\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*****\n.......*..\n..*.*..*..\n..*.*.....\n..*.**.**.\n..**.**...\n..*.**.***\n....*.**..\n```\n\n\n## Output without wrap\n\n```\n......***.\n.....*....\n..........\n.**.*.***.\n.**....*..\n.**......*\n..*.....*.\n...**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.....*....\n..........\n.**.*.***.\n.**....*..\n.**......*\n..*.....*.\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*.***..\n..*.*....*...\n*...**.******\n*............\n*..........**\n.*.........*.\n.*.......*...\n.*.*.....*...\n....*....*...\n.....**..*...\n```\n\n\n## Output without wrap\n\n```\n.........*...\n**.*...*...*.\n.*.*.*.**.*..\n....*...*...*\n..*......*..*\n..*.......*.*\n*.*..........\n.*......*..*.\n....**..*.*..\n....**...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*....\n.*.*..*.....*\n**.*.*.**.***\n....*...*....\n***......*.**\n..*.......**.\n***..........\n.*......*..*.\n....**....*..\n....*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n*.*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.****.\n*..*..\n*.*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**.**\n*..*..\n*.**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.*....\n...**.\n*.***.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.**.*\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.**.**\n*.**.**.****.\n****.****...*\n...*.*..*...*\n...*.**.*..*.\n**.***.***.**\n****..**..**.\n.*....*...***\n```\n\n\n## Output without wrap\n\n```\n....**.......\n....**......*\n***......**.*\n..*......*..*\n..*.....*....\n..........**.\n**.........*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.........\n..**.........\n..*......***.\n..*......*..*\n..*.....*..**\n..........*..\n.............\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.......*.\n*.....*.*\n.*....***\n**.......\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.......*.\n......*.*\n.*....*.*\n**.....*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.......**\n*.....*..\n.*....*..\n**.....**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n**.*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n***..*\n****.*\n.*****\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...\n.*.*.*..*\n.**..***.\n..***.*.*\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*.**....\n**...***.\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.*.\n....**.*.\n.**.....*\n.*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**.\n...**....\n**.......\n..**.....\n..**....*\n**..*....\n.........\n.........\n*......**\n*......**\n```\n\n\n## Output without wrap\n\n```\n..*.**...\n.*..**...\n.*..*....\n...*.....\n....*....\n.***.....\n.........\n.........\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.****.\n.*..**...\n.*..*....\n*..*.....\n*...*....\n****.....\n.........\n........*\n*......*.\n**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**.\n..***...*.\n.....*....\n.....*....\n......*...\n...**.*...\n....*.**.*\n```\n\n\n## Output without wrap\n\n```\n..***..**.\n..***..**.\n...*.*....\n.....**...\n....*.*...\n...**.*...\n...**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..*\n..***..**.\n...*.*....\n.....**...\n....*.*...\n...**.*...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n....\n....\n**..\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n**.****\n.*.*...\n.***...\n..**...\n......*\n.......\n**..**.\n***.*..\n**.*...\n```\n\n\n## Output without wrap\n\n```\n***.**.\n**.***.\n.....*.\n.*..*..\n.*.*...\n.......\n.....*.\n*.****.\n....**.\n*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n.*.****\n.....**\n.*..*..\n.*.*...\n.......\n*....**\n*.*****\n....**.\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...***\n***...\n.....*\n.***.*\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n.****.\n.***.*\n*..**.\n..*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n******\n****..\n...***\n*.*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n**..\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n.***\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.***\n.**.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n..*.\n*..*\n..**\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n*.**\n.*.*\n.***\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n**..\n***.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.\n*.*..*.\n*****.*\n.*..*..\n.*.**..\n..*....\n*.....*\n......*\n**....*\n```\n\n\n## Output without wrap\n\n```\n.......\n**...*.\n.....*.\n...**..\n.*.**..\n.*.**..\n*......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....***\n.....*.\n...***.\n**.**..\n...**.*\n......*\n.*...*.\n.**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.***\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n**..*\n*...*\n*...*\n*....\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n***.*\n*..**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*....\n.**..\n...*.\n.*...\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*****\n.****\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n*....\n....*\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n*.*.\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n.***\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n.....*\n*...*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n.....*\n...***\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*...*\n*..*.\n*..**\n.***.\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n**..*\n*..**\n*...*\n*****\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...**\n....*\n*..*.\n*.*.*\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*...**\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.***\n.*.**.****\n*..***.***\n*******.**\n**********\n********..\n****.*..**\n.****.****\n*.**.*****\n```\n\n\n## Output without wrap\n\n```\n***.......\n*.*.......\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.....\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....**.\n*.*......**\n.**.......*\n*..........\n..........*\n..**..**..*\n..*...**...\n.*.........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n*.*.....***\n*..*....*.*\n*.*......**\n.*.........\n...........\n..**..**...\n.***..**...\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....**.\n...*....*..\n..*......*.\n**........*\n*.........*\n..**..**...\n.***..**...\n...........\n...........\n...........\n...........\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*.*.\n...*.*....\n..***.**..\n*.*....*..\n**...****.\n..*.**....\n...*.**..*\n****.*..*.\n****.*****\n*.*****..*\n```\n\n\n## Output without wrap\n\n```\n...**.....\n.*........\n.**.***...\n*.......*.\n*....*.**.\n.*...**.*.\n.**.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n..*.....*.\n***.***...\n..........\n.....*.*..\n.....**...\n..*.....*.\n..........\n..........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..**..\n..*...\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n***.*\n.*.*.\n****.\n***.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n....*\n....*\n....*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n........**..\n........**..\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n........**..\n........**..\n............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n........**..\n........**..\n............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**\n.**......\n.........\n*.**.....\n.........\n***....**\n.*.......\n.*....**.\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n...*.....\n.........\n*..*.....\n***......\n......*.*\n***......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*\n**......*\n...*.....\n.........\n...*.....\n***.....*\n......*..\n***......\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n.******\n.****..\n..*.*..\n***.***\n.******\n***.*..\n**..**.\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n*......\n.......\n*......\n*.....*\n......*\n......*\n*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n*......\n......*\n.......\n.......\n.......\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n....*\n*....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n...*.\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*..*\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.*..*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n..*\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n....**....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n....**....\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n....**....\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..**\n....***.\n**....**\n....*..*\n....*.*.\n.....***\n........\n**......\n*...****\n......*.\n.*...***\n```\n\n\n## Output without wrap\n\n```\n....*.**\n..*.*...\n....*..*\n.......*\n....*...\n.....***\n......*.\n**...**.\n**...***\n....*...\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n..*.*...\n*...*...\n........\n....*...\n.....***\n*.....**\n**...**.\n**...**.\n....*...\n.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.*.\n***.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.**.\n......*..*\n.......*.*\n**...***.*\n....*..*.*\n**..*.*...\n...*.*....\n**.***..*.\n..***.*.*.\n***.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.....****.\n.....**..*\n.....*.*.*\n.....*.*.*\n....*..*..\n...**.*...\n...*..*...\n.*....**..\n......*.**\n.**.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..**.\n.....**..*\n.....*.*.*\n.....*.*.*\n....*..*.*\n*..**.*...\n...*..*..*\n.*....**.*\n......*.*.\n***...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***..*.\n..*.*......\n..**..*....\n.*....*....\n.*.........\n**.**.*.**.\n```\n\n\n## Output without wrap\n\n```\n...***.....\n..*.*.*....\n.***.*.....\n.*.........\n.*...*.*...\n***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*****\n..*.*.*....\n.***.*.....\n.*.........\n.*...*.*...\n*****.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n.***.*...*\n.***.**...\n..**.*....\n..**......\n..***.....\n..******..\n.....*.**.\n....*...**\n....**...*\n.*..**..**\n***.....*.\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n.....**...\n.....**...\n.....**...\n.*........\n.*....*...\n..*....**.\n.........*\n....*.**.*\n...*......\n******..**\n***.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*\n*....**...\n*....**...\n.....**...\n.*........\n.*....*...\n..*....**.\n.........*\n....*.**.*\n...*......\n.*****..*.\n*...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n....*...\n........\n........\n........\n........\n....*...\n....*...\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*...*\n*.*..\n*.*..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**...\n*..*.\n*.*.*\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n...**\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n.*....\n*...*.\n******\n*.***.\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.**..\n.*..**\n**..**\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n.**\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.**.\n.**.\n*..*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*..*\n*..*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n...*\n....\n****\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*...*\n......\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*.....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**.*\n***.\n....\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n.*.*\n.*.*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.********\n****.*.*.*\n.*.*******\n**********\n**********\n.*.****..*\n**********\n**..*****.\n*******.**\n**.***.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.........*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.*.*...\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.*..\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n..*.*..\n..*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.***\n...*.*..**\n..**.*.**.\n```\n\n\n## Output without wrap\n\n```\n......*...\n..****...*\n..***.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**...\n...*.**...\n..**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*..**\n*.**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n*....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n**...*\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n..**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n***...\n..****\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n*.....*..\n**.*.....\n***.***.*\n..*.*....\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n**.**.**.\n......*..\n...***...\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n*........\n*..**.**.\n......***\n...***...\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*.\n..*......*.\n..*......*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...........\n.***....***\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....***\n.***....***\n.***....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n***...\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.*...\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.*.**\n*.....*..*.*.\n*......*.*...\n............*\n.............\n...**........\n.........*...\n...***.**.*..\n.......**.*..\n.............\n.**..........\n*****.***....\n.....*..*....\n....**.......\n```\n\n\n## Output without wrap\n\n```\n.....****..**\n.....*...*.**\n........*.*..\n.............\n.............\n.............\n.....*..**...\n....*.**..*..\n....*.***....\n.............\n*......*.....\n*..******....\n.**.....*....\n....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..**..**\n*....*...*.*.\n*.......*.*..\n.............\n.............\n.............\n.....*..**...\n....*.**..*..\n....*.***....\n.............\n*......*.....\n*..******....\n.**.....*....\n....*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n****..\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*..*..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**.....\n*.*...*.**...\n.**.**.**...*\n*..*.***.***.\n*..*.*......*\n...*.*.*.***.\n```\n\n\n## Output without wrap\n\n```\n.**....**....\n*.**...**....\n*.*.*...**.**\n......*.*.*.*\n..***..***..*\n......*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.****.\n*...*.......*\n.**.*...**.**\n.*....*.*.**.\n*.**...*.....\n*....*.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*****\n****.*****\n*.***.**.*\n.*********\n**********\n*..****.**\n*******.**\n****.*.***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.**.\n**.*.*.**..\n*.*.***..**\n****.****..\n**.....*.**\n.**....***.\n*..***.*...\n********...\n.*..*.*.*.*\n***.*****.*\n.*...*.*.**\n**....****.\n**..*.**..*\n```\n\n\n## Output without wrap\n\n```\n....***.**.\n****......*\n.........*.\n...*.......\n...*......*\n..***..*.**\n*..........\n*.......*..\n........*..\n*.***.....*\n....*.....*\n..*........\n**...**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....*.\n****.......\n.........*.\n...*.......\n...*.......\n..***..*.*.\n*.........*\n........*.*\n........*.*\n..***......\n....*......\n..*........\n.*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.\n...**.*.\n*..*..**\n.*.**..*\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*...*.\n......**\n..***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n..*...*.\n*.....*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.....*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n*...*\n.*.**\n*...*\n...*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.**.*\n.**.*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.**..\n*****\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*************\n******..****.\n*******.*****\n****.********\n**.******.*.*\n**********.**\n******.**.***\n.**.******.*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*.**\n*...\n*..*\n....\n...*\n****\n.*.*\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n.*..\n....\n....\n**..\n**.*\n**..\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.*.*\n**..\n***.\n.*..\n.*.*\n....\n*.*.\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*\n..........\n..........\n*.........\n.*...*..**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**\n..........\n..........\n*........*\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n.***..\n.....*\n*....*\n*.....\n*.....\n**....\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.*.**.\n.**.*.\n......\n**....\n*.....\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*.*..\n**.**.\n.**.**\n*....*\n**....\n*....*\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n...*\n.**.\n**.*\n***.\n****\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n**.*\n..*.\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n....\n....\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..*.\n..**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n....\n....\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n.**.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*....\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**...\n*...*\n.....\n*....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n**...\n**..*\n*...*\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n..****\n**.**.\n*****.\n***..*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*....\n......***..***\n......*...*...\n.....*........\n.*.**....*.**.\n..........*...\n..........*...\n...*..*.*...*.\n**.*...*.*....\n```\n\n\n## Output without wrap\n\n```\n.......**...*.\n......*******.\n.....**....**.\n....**....**..\n....*.....**..\n.........**...\n.........*.*..\n..*....***....\n..*....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..**.**\n......*******.\n.....**....**.\n....**....**..\n....*.....**..\n.........**...\n.........*.*..\n..*....***....\n..*....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*.*...\n...*.**.*..*\n..*.*.*.....\n.**.*..*...*\n***..*.....*\n**.*...*.*..\n.*.....**.*.\n***...*.....\n.*.........*\n..*.*.*....*\n.*..****....\n...**.**..**\n```\n\n\n## Output without wrap\n\n```\n...**.*.....\n..*...*.....\n.**.*.*.....\n*...*.*.....\n....*.*.*.*.\n......**.**.\n......****..\n*.*....*....\n*..*.*......\n.****.**....\n..*.......**\n...**..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....***.\n..*...*.....\n***.*.*.....\n....*.*....*\n....*.*.*.**\n......**.**.\n......****.*\n..*....*...*\n...*.*.....*\n.****.**....\n*.*.......**\n*.*.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**.*.***.\n********.*****\n*************.\n*****.********\n****.****...*.\n*.**.*******.*\n******.**.****\n*.*.***.******\n*.**.**.*.*.**\n**.*****..****\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n*.......**....\n**......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.......***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n...*\n*...\n....\n....\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n.*.\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n***\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.*.\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*...\n...*....*.**\n****...**.*.\n......*.**..\n......**....\n.....**.***.\n*...*.*...*.\n*..*..*.....\n***...*.....\n```\n\n\n## Output without wrap\n\n```\n.........**.\n.*.*.......*\n*..*.......*\n.*.*.....*.*\n........*.*.\n..........**\n...*.**.*.*.\n*.**.***....\n*.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*.**.\n*..*....*.*.\n*..*......**\n*..*.....***\n........*..*\n...........*\n...*.**.*.*.\n*.**.***....\n*.*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n.....\n*...*\n*...*\n.....\n....*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n.*.*.\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....\n...*...**\n....*.***\n*...*....\n```\n\n\n## Output without wrap\n\n```\n.........\n...**.*.*\n...****.*\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....\n*..**.*..\n*..****..\n*..***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n**.*\n**.*\n*.**\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n...*\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n....*.*.\n.....*..\n......*.\n.*......\n...***.*\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n.....**.\n....*...\n....**..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*\n....**..\n.....**.\n....*...\n...**.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n....*...\n*.......\n*.......\n........\n.**..*..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n.*...\n**...\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n..*..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n.**..\n.****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n*.*....\n*.*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n*.**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*.**..*\n*.**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*...\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.**\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**..*\n.****\n..***\n..***\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n...*.\n.....\n.....\n**...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....*\n....*......\n...........\n...........\n........*..\n*.....**...\n*.*..***..*\n***...**..*\n.....**....\n.....*.....\n....**....*\n```\n\n\n## Output without wrap\n\n```\n....**.....\n....**.....\n...........\n...........\n...........\n.*....***..\n*.*........\n*.*...*....\n.*.........\n....***....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n....*......\n...........\n...........\n*..........\n**....****.\n..*.......*\n*.*...*....\n**.........\n......*....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n...\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.**.\n.......**..\n...........\n.***.**....\n.*.*..*....\n.*.*.**..**\n*.....*.***\n......*.***\n....**.*...\n..**..*....\n..**.**....\n...*..***..\n..***.****.\n*.*****...*\n```\n\n\n## Output without wrap\n\n```\n........**.\n.......***.\n..*...**...\n.*.****....\n**.*...*...\n**..***.*.*\n......*....\n......*...*\n...***.***.\n..*....*...\n.....*.....\n.........*.\n.*.......*.\n.**...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.**.\n.......***.\n..*...**...\n.*.****....\n.*.*...*...\n.*..***.*..\n......*....\n*.....*....\n...***.***.\n..*....*...\n.....*.....\n.........*.\n.*.......**\n*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.....\n.......\n.......\n.......\n.......\n..*....\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.*.*...\n*..*...\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..*....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n**.....*\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n..*.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n...*.*..\n...*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n....\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*..\n....**.....*..\n......*.......\n....*.........\n.....**.......\n..............\n..............\n..............\n...........*..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.....*........\n.....*........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*..\n...........*..\n.....*........\n.....*........\n..............\n..............\n..............\n..............\n...........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.*.*\n........**.*\n.*...*...*.*\n*........*.*\n```\n\n\n## Output without wrap\n\n```\n......**..*.\n......**.*..\n........*...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.*.*\n*.....**.*.*\n*.....**.*.*\n*........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**...*\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..***\n.....\n..***\n..*..\n.*.**\n.**.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..*..\n.*.*.\n**.*.\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n..**.\n.**..\n**.**\n...**\n.**.*\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....**...\n.**..**.*.*..\n.....*.***...\n........*..*.\n.*.*..*..****\n*.....*****.*\n..*.*.*.***..\n.*..*....**.*\n*....*..**.*.\n..*.*....*...\n.*....**....*\n**..**.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.*****...\n...*.****.*..\n..........*..\n.....**....**\n..*..***....*\n.*.*.***.....\n**...***.....\n**....**.....\n**.*....***..\n.........***.\n...**.....*..\n*..***.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***.\n..**.**......\n..........*..\n.....**....*.\n.**..***...*.\n.*.*.***....*\n.....***...*.\n......**.....\n...*....***..\n.........**..\n.*..........*\n*....*.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n......*..\n........*\n.......*.\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......**.\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.........\n......**.\n.....*.*.\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*..*.*.*\n*..*..****..*\n*..*......***\n.*..*.***....\n*...**..*...*\n```\n\n\n## Output without wrap\n\n```\n.***.**.*....\n*.....*.***.*\n..........*.*\n*.......***.*\n...**.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*.*....\n*.....**.....\n*.........*..\n.*....****..*\n.*.*.**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n....*.*\n....*.*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.........\n.*....*..*...\n..*....*..*..\n.....*...**.*\n............*\n.......****..\n......**.....\n*.......***..\n```\n\n\n## Output without wrap\n\n```\n.............\n..*..........\n......*.*.**.\n.........**..\n.............\n......****...\n......*......\n.......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*..\n..*..........\n......*.*.**.\n.........**..\n.............\n......****...\n......*......\n.......***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.\n*..**..*\n.**.*.**\n*****...\n```\n\n\n## Output without wrap\n\n```\n.***....\n*...*..*\n......**\n*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*...\n......*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.......\n.**..*.\n*******\n...*...\n*..*..*\n..*...*\n...***.\n.......\n.......\n..*.**.\n..**.*.\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n**.....\n.*...**\n.***...\n..*..*.\n...***.\n...***.\n...***.\n...*.*.\n.**...*\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.....*.\n.....*.\n.....**\n.*...*.\n*.**..*\n*.*....\n...****\n...***.\n...***.\n...*.*.\n.**.*.*\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....*.\n..*****..*\n.****.*..*\n***.*****.\n```\n\n\n## Output without wrap\n\n```\n.**..*....\n......****\n*........*\n*...*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n......****\n.........*\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.....*.......\n.....*......*\n...**..**..*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.....*.......\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.....*.......\n.....*.......\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.......\n*..........\n.......*..*\n.*...*.....\n**.......**\n.......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n**.......**\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*.........*\n*..........\n.*.......*.\n**........*\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**...\n*.**..**..\n**....*.*.\n***.*.**..\n```\n\n\n## Output without wrap\n\n```\n.*******..\n*..**.....\n........*.\n*.*..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*..**....*\n........*.\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*..\n****.****\n..*.*.***\n...**....\n.....**..\n**....*..\n*....**.*\n....***..\n*.....**.\n```\n\n\n## Output without wrap\n\n```\n..*.**...\n..*.**.*.\n.........\n...**....\n...***...\n**..*....\n**.......\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n.........\n...**....\n*..***...\n.*..*..**\n.........\n**.***...\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*****.\n.**.**...\n.*.*..*.*\n*..*.*.**\n```\n\n\n## Output without wrap\n\n```\n.***..*..\n**.......\n**.*..*.*\n..*.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.*......*\n.*.*..*.*\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n..**.\n.....\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*.*.\n.*.**..***\n*.*....*.*\n...*.*...*\n.*....*.*.\n```\n\n\n## Output without wrap\n\n```\n.***....**\n*..*..*..*\n*..*.*...*\n.**...**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....*\n...**.....\n**.*.*..*.\n...*.....*\n....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.....\n......*.....**\n............*.\n*........**.*.\n**....*......*\n.*...*.......*\n*...........*.\n.....*.....*..\n*....*..*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n..............\n**.........*..\n..*...........\n**.........*..\n............**\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n............**\n*.............\n**.........**.\n.**.........*.\n.*.........**.\n*...........*.\n*...........**\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n...***.\n...*...\n*..*.**\n.**....\n....*.*\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*****\n..**.*.\n.*.....\n**..**.\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.\n.*.**..\n****.**\n*....*.\n....***\n.....**\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n..*\n..*\n.**\n...\n*..\n*..\n*..\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n.**\n.*.\n...\n**.\n*..\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n..*\n***\n***\n...\n***\n*..\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....***\n**.***.**.\n***.*****.\n.*.....*.*\n**..*...**\n***.*****.\n.*.***...*\n**.*..**..\n**.*.*..**\n*.*****..*\n```\n\n\n## Output without wrap\n\n```\n***.*.**.*\n...*......\n.........*\n...**....*\n...**....*\n......**..\n..........\n...*..**.*\n........**\n*.**.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*......\n..........\n...**.....\n...**.....\n......**..\n.........*\n...*..**..\n........*.\n...*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*.*..\n.*...\n*.*..\n*.**.\n*.***\n*.***\n.****\n*....\n..***\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n.....\n*.**.\n*..*.\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.***.\n*....\n*.**.\n**.*.\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n*.*\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n...*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*...**\n.*....\n.*...*\n**...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n.*..**\n**..**\n.**...\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**..**\n.*..*.\n.**..*\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n**...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n...**\n**.**\n...**\n.*...\n*....\n**..*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n**...\n.....\n**...\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n*...*\n*..**\n...**\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*..*.\n******....**.*\n..*.........*.\n..*..........*\n**............\n**............\n..*..*.*.....*\n...*.*.*....*.\n*..*......***.\n***......*..*.\n...***......*.\n```\n\n\n## Output without wrap\n\n```\n.*..*.....*.*.\n.*...*.......*\n.*..*.....**.*\n.*.*........*.\n..**..........\n*.*...........\n..............\n...........***\n*...*.........\n*...........**\n*..*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n..***.....*...\n....*.....**..\n**.*.........*\n..**........**\n..*.........**\n*...........**\n...........**.\n*...*.......*.\n*.........*.*.\n...*......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***......\n......*.....\n......*.....\n**..........\n*...........\n.*...*......\n*.*......*..\n**.*....*...\n...*......*.\n...*.*....*.\n.....*..*.*.\n...*.....*.*\n..*.*.......\n```\n\n\n## Output without wrap\n\n```\n....**......\n....*.......\n............\n**..........\n............\n*...........\n..*.........\n**.*........\n..*......*..\n.........*.*\n............\n...**....***\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.....\n...**.......\n............\n**..........\n...........*\n*..........*\n..*.........\n.*.*.......*\n..*......*..\n*........*..\n............\n...**....***\n..*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*.\n*.*...*..\n*.*......\n.....*...\n.***...*.\n*..*...*.\n..***..*.\n**..*....\n......*..\n....**...\n.........\n.*.****..\n*..*...*.\n*...*....\n```\n\n\n## Output without wrap\n\n```\n*.*****..\n*...***..\n.........\n...*.....\n.****.*..\n......***\n*.*.*....\n.**.**...\n....*....\n.....*...\n...*..*..\n..*****..\n****..*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.***..\n*...***..\n.........\n...*.....\n.****.*.*\n......**.\n*.*.*....\n.**.**...\n....*....\n.....*...\n...*..*..\n..*****..\n****..*.*\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.......\n..*.*......\n...**......\n...........\n***........\n```\n\n\n## Output without wrap\n\n```\n...*.......\n..*.*......\n.*..*......\n.*.**......\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.......\n..*.*......\n.*..*......\n.*..*......\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n...*.*.\n.....*.\n....*..\n....*.*\n**.....\n.......\n.......\n.......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n....***\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....*..\n....***\n....***\n......*\n......*\n.......\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n**.......\n.........\n.**....**\n......*..\n**....*..\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n*.*......\n.......*.\n*.*...*..\n.....**..\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..*.....*\n.......*.\n..*...*.*\n*....**..\n*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n.**..*\n.*.*.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*.*.*\n...*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.*.*.*\n...*.*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n*.*.*..*..\n*......*..\n.......**.\n...*..*.*.\n..*...**..\n***.....*.\n*.....*.*.\n...****...\n.....*....\n.........*\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..........\n..*...**..\n.....**.*.\n.....**.**\n.***.**.**\n....*.*...\n..*.*.*...\n....*..*..\n.....***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n*.........\n..*...**.*\n*....**..*\n.....**...\n.***.**.*.\n*...*.*.*.\n..*.*.*..*\n....*..*..\n.....***..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*............*\n*....*.......*\n....*.*.......\n.....*........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n.....*........\n....*.*.......\n.....*........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............*\n*....*.......*\n....*.*.......\n.....*........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..*.****\n**.*.**....**\n********.****\n*.***.*..****\n.*.**..******\n.**.***.*****\n*****.***.*.*\n*************\n***********.*\n..*....***..*\n*.*.*.*.**.**\n```\n\n\n## Output without wrap\n\n```\n.*...*.......\n.*...*****...\n........*....\n........*....\n.............\n.............\n.............\n.............\n...........**\n**........*.*\n..........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**......\n.......*.*...\n........*....\n........*....\n.............\n.............\n.............\n.............\n.............\n.............\n.....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n.**\n**.\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n..*\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n**.\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...*..\n....*.\n..*..*\n...*..\n......\n......\n...*..\n.***.*\n...***\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n...**.\n......\n......\n......\n...**.\n.....*\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n...**.\n......\n......\n......\n...**.\n*....*\n*....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**........\n...***..*.....\n...*..........\n...**.....*...\n.***....***.*.\n***....*..**..\n.*....*..**...\n.....*........\n```\n\n\n## Output without wrap\n\n```\n..............\n..**.**.......\n...*.*........\n...***........\n...**.........\n*.**...****...\n***.......*...\n.*........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.......\n..**.**.......\n...*.*........\n...***........\n...**.........\n*.**...****..*\n*****.**..*...\n.****.**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n**.....*\n.*.*..*.\n..****..\n...**...\n```\n\n\n## Output without wrap\n\n```\n**......\n***.....\n**.*.**.\n.....*..\n..*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..*\n.**....*\n.*.*.***\n.....*..\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n......\n......\n...***\n**...*\n......\n*...**\n....*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n......\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...*..\n....**\n*...*.\n*.....\n....*.\n*..***\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n.***.**\n*..****\n```\n\n\n## Output without wrap\n\n```\n.*....*\n*......\n.*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.******\n*..***....\n*****.*..*\n****.**..*\n**.*...**.\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n.*....*.*.\n.....**...\n....*...*.\n....*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.....**...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....*.\n...***\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...***\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...***\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**....***.*\n.*..***.*.*.*.\n**.....*.*..**\n*.*..........*\n**.*.**.*..**.\n..*.*...***.*.\n*.**.**.***...\n*...*.*.*.....\n...*.*..*.***.\n```\n\n\n## Output without wrap\n\n```\n...**....****.\n.********.....\n*.*..*****.***\n..*...***..*.*\n*..***.**.****\n*...........*.\n..*...*...**..\n.**...*.*.....\n....**.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..***....*\n.********.....\n..*..*****.**.\n..*...***..*..\n*..***.**.***.\n*...........*.\n..*...*...**.*\n.**...*.*....*\n*..*.*.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...**\n.*******.\n.......*.\n.***.***.\n...*.....\n```\n\n\n## Output without wrap\n\n```\n**.*.**..\n**.*.****\n.*....**.\n..*.*.**.\n..*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**.*\n.**.****.\n......**.\n..***..*.\n**.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*\n*..**.*\n.**....\n.***...\n.......\n.*...**\n**....*\n*....*.\n*.**.**\n..**...\n```\n\n\n## Output without wrap\n\n```\n...**..\n....**.\n*****..\n***....\n.*.....\n..*..**\n..*.*.*\n*.*.*..\n......*\n.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.*....*\n.*****.\n***....\n.*....*\n.**...*\n***.*.*\n..*.***\n*.**.*.\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*.*\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n*.....\n*.**..\n****..\n......\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**.**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n**.*..\n**.*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n....*.\n..*.*.\n....*.\n.***..\n*.*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...*..\n....**\n.*..*.\n.***..\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...*..\n....**\n.*..*.\n.***..\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..*.\n****.****\n**.***.**\n.**..****\n.*****...\n****.****\n*.******.\n.**.*****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n*****\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n...\n**.\n.**\n*.*\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n..*\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n**.\n...\n*.*\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****..**\n****.***.**\n**.***.****\n*.**.***.**\n.**********\n***********\n.*..*******\n****..***.*\n****.***.**\n```\n\n\n## Output without wrap\n\n```\n*..*...****\n...........\n...........\n*..........\n...........\n*..........\n...........\n...........\n*..***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***\n....*.*\n.**....\n.......\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n...**.*\n.**.*.*\n.......\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n***.*.*\n.......\n.**....\n...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.**.\n******\n******\n*****.\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n*...***.\n*.....*.\n..*.**.*\n...*....\n.*.....*\n*.*.....\n*.**....\n...*....\n**..*..*\n**..*..*\n..*.**..\n```\n\n\n## Output without wrap\n\n```\n....*...\n....*.*.\n.*.*...*\n...****.\n..***.*.\n.**.....\n*.**....\n..**....\n*..**...\n*****...\n*.*.*.*.\n.*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n....*.*.\n**.*....\n...*****\n*.***.*.\n***.....\n*.**...*\n..**....\n...**..*\n.****..*\n..*.*.**\n**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.....\n.*.**\n*..*.\n.*..*\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n....*\n*.***\n*...*\n...*.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n*****\n.....\n.....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***.***\n*.....*..*.\n...*.**.*..\n...........\n*...*.....*\n.*......*..\n**..**.....\n**.........\n*.*.**.....\n..**..*...*\n.**.**....*\n```\n\n\n## Output without wrap\n\n```\n..*...*****\n..*.*.....*\n.....**....\n....**.....\n...........\n...........\n.**.*......\n..*.*......\n.**.**.....\n..*...*....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..***..\n.****...*..\n.....**....\n....**.....\n*..........\n**.........\n***.*......\n*.*.*.....*\n***.**...**\n*....**...*\n.....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........**.\n...........*.*\n*..........*.*\n.....*.****..*\n....**.*.*.**.\n.....***.*.*..\n```\n\n\n## Output without wrap\n\n```\n...........**.\n..........**.*\n........**.*.*\n....**.*.*...*\n....*......**.\n....**.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....*..\n*.........**.*\n*.......**.*.*\n*...**.*.*...*\n....*......**.\n....**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.......\n..**.......\n...........\n...........\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n..**.......\n..**.......\n...........\n...........\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..**.......\n..**.......\n...........\n...........\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n****.*\n.**.**\n*.*.*.\n***.*.\n*.**..\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n....**\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n***.\n****\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n....\n...*\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...****\n......*..*...\n..*****......\n..*...***....\n...***..**.*.\n.....*..*****\n........*..*.\n........***..\n**.....*..***\n******.....*.\n*.*..***.....\n*..**.**....*\n....**..*****\n```\n\n\n## Output without wrap\n\n```\n.....*...***.\n......*..*.*.\n..***...*....\n..*.....**...\n...***.....**\n.....*.*....*\n.......*....*\n.......**...*\n*..**...*...*\n...***.*..***\n*......*.....\n.*.*.....**.*\n...**********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.....*\n......*..*.*.\n..***...*....\n..*.....**...\n...***.....**\n.....*.*....*\n.......*....*\n*......**....\n...**...*....\n...***.*..**.\n.......*.....\n**.*.....**..\n.......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.*.*\n...*.*.*..\n**.*****.*\n```\n\n\n## Output without wrap\n\n```\n....*.....\n.....*.*..\n..*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**.*\n......**.*\n......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*..*.\n...**\n...**\n*****\n**..*\n*...*\n.*...\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n..*..\n.*...\n*....\n....*\n*....\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n*.*..\n.*...\n.....\n.....\n....*\n*....\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n***.******\n********.*\n**********\n**********\n*****.****\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**.*.\n*.**.\n*...*\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n*.***\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...*.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***..**.**\n**...**....***\n****......**..\n..*.*.....*...\n...***........\n....*.......*.\n..............\n.**........*.*\n*.*.......****\n***.......*...\n.........***..\n.....**..**...\n```\n\n\n## Output without wrap\n\n```\n.....*........\n****..*..**...\n...*.**..***..\n.....**...**..\n.....**.......\n....**........\n..***......**.\n.**.......**.*\n*..*......***.\n*.*...........\n.*........*...\n..........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**.*....\n..**..*.***...\n...*.**..***..\n.....**...**..\n.....**.......\n....**........\n..***......**.\n..*.......***.\n*..*......**..\n.**...........\n**..........**\n*....*.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n.....\n*..**\n..*.*\n.**..\n***..\n*....\n..*..\n.***.\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n..*.*\n*....\n*.*..\n*.*..\n..**.\n.*...\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n*..**\n..*.*\n.....\n*.*..\n*.*..\n..**.\n.*...\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n.**...*\n***....\n*.....*\n*.....*\n*..***.\n```\n\n\n## Output without wrap\n\n```\n.....**\n..*..**\n.......\n*......\n**..*..\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n.**....\n.......\n.......\n.......\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..***\n*..**\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n....**\n**...*\n*.....\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n...***\n**.*.*\n**..**\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.*.*..\n.*..*.\n*....*\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.*...\n**..*..*\n.***....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*....\n*...*...\n****....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**.*....\n*...*...\n.***....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n....\n...*\n...*\n.***\n....\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n*.**\n..*.\n.*..\n..**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**.\n*....**.\n..**....\n...*.**.\n..*.....\n..*.....\n......**\n.**..**.\n..*...*.\n*.**.*..\n....*.**\n*...*..*\n*..*.*..\n......*.\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n.*....*.\n..**.*..\n....*...\n..***...\n.*.*..*.\n.**..**.\n.****..*\n......*.\n.**....*\n.*.....*\n...*...*\n...****.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...\n**..****\n..**.*.*\n....*...\n..***...\n.*.*..*.\n***..**.\n.****...\n*.....*.\n***....*\n**......\n**.*..*.\n***...*.\n.*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n**.\n**.\n...\n...\n...\n..*\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n.*.\n...\n...\n...\n.**\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**.*.\n.*..*\n.**.*\n**...\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n....*\n..**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.*.\n....*\n..***\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n**.*.*\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n**..*.\n**.*..\n*.....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**.*..\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**...\n*...**...\n.........\n.....*...\n.........\n**.*.*...\n*......**\n..******.\n....*.**.\n..**.....\n...**....\n...**....\n```\n\n\n## Output without wrap\n\n```\n....**...\n...*..*..\n....**...\n....**...\n.........\n**.......\n**.......\n.......**\n...**....\n.........\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n....**...\n....**...\n.........\n**......*\n**......*\n........*\n...**....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n...*.\n..***\n***..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n....*\n*....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n..***\n*...*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n...\n**.\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n*.*\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n....\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n..*.....\n.***....\n........\n........\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n.***....\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n.*......\n.***....\n..*.....\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n****..\n.**.*.\n..***.\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n**.**.\n.**.**\n..***.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n...*..\n.*.*..\n***...\n..***.\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.......\n..............\n....***.......\n..............\n..............\n....***.......\n...*..........\n*..*..*......*\n...*.*........\n.*.....*.*..**\n.......*......\n**......**...*\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n....***.......\n.....**.......\n....***.......\n..**.*........\n..*.**........\n..*..*.*......\n.*...**.*.....\n.......*.*....\n........*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n....***.......\n.....**.......\n....***.......\n..**.*........\n..*.**........\n..*..*.*......\n.....**.*.....\n.......*.*....\n**......*....*\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n.***\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*...*.\n......**..*.\n..**..**..*.\n...**.....*.\n..*...*..*..\n```\n\n\n## Output without wrap\n\n```\n......**....\n..*..*...***\n..******.***\n....****.**.\n...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..**.\n..*..*...***\n..******.***\n....****.**.\n..**.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n**.*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.**...\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..***\n.*.*....*\n**..***.*\n...*..**.\n*.*.*..**\n******.*.\n*.....**.\n.**....*.\n.......*.\n***....*.\n```\n\n\n## Output without wrap\n\n```\n.......**\n**.*.**.*\n*....*.*.\n*.**.*.*.\n*.*.*....\n*..******\n*..***.**\n**...*...\n**....*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n*..*..**.\n**...*...\n****.*...\n.**.*....\n.*.****.*\n.*.***..*\n**...*.*.\n*.*...**.\n***...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.**\n.*.****.\n.*....*.\n***.**.*\n**.**.**\n.*****.*\n```\n\n\n## Output without wrap\n\n```\n.**.*.**\n**.**...\n.......*\n....*..*\n.......*\n**...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.*.**...\n........\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**....\n.*.**......\n...........\n...........\n...***.....\n```\n\n\n## Output without wrap\n\n```\n..**.*.....\n...***.....\n...........\n....*......\n....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n...***.....\n...........\n....*......\n..**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n*.*.*..*.\n***.*...*\n.*..****.\n.*.*.....\n.*.*....*\n........*\n******..*\n*.*......\n```\n\n\n## Output without wrap\n\n```\n.....***.\n....*.*.*\n...**.**.\n*.*.....*\n.......*.\n**......*\n.*.*.....\n*.*.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n...**.*..\n...**.**.\n..*.....*\n........*\n........*\n...*...**\n...*...**\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n..*.*\n**..*\n*....\n...**\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n**.**\n...*.\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.*.*\n..*.*\n..*.*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*.*\n.**.*\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*.*.\n*.*.*\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*.*.\n.*.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n*...\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....***\n...*.*..\n*....*.*\n.*.***.*\n.*.....*\n****.*.*\n........\n.**.....\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n....***.\n.....*.*\n..**.*..\n***.**.*\n.....*.*\n***...*.\n*..*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n....***.\n*....*..\n*.**.*.*\n.**.**.*\n.....*.*\n.**...**\n...*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n.*....\n.*****\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n*..**.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...*..\n***...*.*.\n**...**.**\n..**....**\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n**.....*..\n.....**.**\n*..*.**...\n*..**..***\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..\n.....**.*.\n...*.**...\n...**..**.\n**.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n***.\n.*.*\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n.*.*\n**.*\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n...*\n*.*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*.*.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.***.\n.*.*.\n***..\n**..*\n.****\n*.*..\n*.*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n**.*.\n...*.\n...*.\n....*\n....*\n*....\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**.*.\n...**\n...*.\n.....\n.....\n*....\n*.***\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n*..**.\n*..**.\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*.....\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.*...\n*.*..\n.*.*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n*..*.\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n*..*.\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***..*...**\n...*...**.*.*\n***......*..*\n.............\n*.*..........\n```\n\n\n## Output without wrap\n\n```\n..***..**..**\n*...*..****.*\n.**.....**.*.\n*.*..........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*..**..*.\n....*..****..\n***.....**.**\n..*.........*\n*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n......**\n*.......\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.......*\n*.......\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.**.\n.**.\n*..*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n.***.***\n**.*..*.\n.*.***.*\n.*****.*\n***..*..\n......**\n......**\n*......*\n```\n\n\n## Output without wrap\n\n```\n..****.*\n**.*...*\n*.......\n.......*\n........\n*....*.*\n.*...*.*\n........\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****..\n.*.*....\n........\n.......*\n.......*\n.....*..\n.*...*..\n........\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.\n***..***\n*.......\n........\n..*....*\n**....*.\n**......\n...*.*..\n*...***.\n.......*\n```\n\n\n## Output without wrap\n\n```\n*..**..*\n*......*\n*.....*.\n........\n.*......\n*.*.....\n***.....\n**...**.\n....***.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n*.....*.\n........\n**.....*\n..*.....\n***....*\n**...***\n....****\n***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n**.**.\n......\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.*..*.\n*****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*..**\n******\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****....\n..****.*..\n..****....\n```\n\n\n## Output without wrap\n\n```\n..*..**...\n.*........\n..*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*........\n.*........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n***.*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.****\n***.*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*....\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n...\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n......*.*\n......*.*\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n......*.*\n......*.*\n.......*.\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n......*.*\n......*.*\n.......*.\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n....*.\n**.*..\n...*..\n....**\n.....*\n......\n......\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.*....\n..*..*\n.....*\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*....\n**....\n***...\n......\n....**\n......\n......\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n......\n......\n.****.\n..*.*.\n...**.\n...**.\n..**..\n..*.*.\n**..**\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n......\n.*..*.\n.*.***\n......\n......\n...*..\n.**..*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n*.....\n**..*.\n.*.***\n*.....\n......\n.*.*..\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......\n.*...**.....\n*.***.......\n***.........\n**..........\n..***....**.\n......*.**.*\n.**..**.**.*\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n.***.**.....\n*..***......\n............\n*...........\n.***....***.\n.*..*.*....*\n.....**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..*....\n.***.**.....\n*..***......\n...........*\n*..........*\n****....****\n**..*.*....*\n*....**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......**.\n*...***.*.\n*.......*.\n***.....**\n*..****...\n```\n\n\n## Output without wrap\n\n```\n.....*..**\n**..*....*\n*.**......\n*.*....***\n..*..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......\n***.***.*.\n.***....*.\n..*....**.\n......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n..****\n******\n*..***\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**..\n...*.**..\n...****..\n```\n\n\n## Output without wrap\n\n```\n.....**..\n..**...*.\n...*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*.\n..**...*.\n..**...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*.....*..\n.......**\n.........\n....**...\n....**...\n.......*.\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n....*.*..\n...*.....\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......**\n.......**\n.........\n....*.*..\n...*.....\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**..\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n..*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n......*.*.\n****....**\n.**.......\n........**\n.*..*....*\n.*...*..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......***\n*..*...***\n*..*......\n.**.....**\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n*......**.\n*..*...***\n...*......\n.**.....**\n.........*\n**.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.**.\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*.**\n.**.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.*.*.*.\n*..*..*\n***.*.*\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n...**..\n..**.*.\n.***..*\n*.****.\n**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n..*..**\n*.**...\n..*...*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...**\n....*..*.\n**..*..*.\n.......**\n*........\n..*......\n....**...\n*.**.***.\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n..**...**\n*...*.**.\n......**.\n**.....**\n.........\n.........\n.**.**...\n.***.**..\n.***..*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**\n....*.**.\n*.....**.\n.*.....*.\n........*\n.........\n.**.**...\n.***.**..\n.***..*..\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n**...*..\n**..*...\n.**.***.\n**.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.***....\n...**...\n..*...**\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..**\n...*..**\n...**.**\n*.......\n*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.**....**\n**.......\n*.....***\n.....**..\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n*.*......\n..*..***.\n**...*.*.\n....*..*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.**......\n..*..**..\n**...*..*\n....*...*\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n..*\n*.*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n..*.*.\n..*...\n...**.\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n..*.*.\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n..*.*.\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*****.\n*****.\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.....*\n.**....\n.......\n*......\n.......\n.*.....\n.....**\n.*....*\n...*..*\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n***....\n.......\n.......\n.......\n.......\n.....**\n......*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n..*....\n**.....\n.......\n.......\n.......\n.....**\n*......\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*.......\n..*.......\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n....\n....\n..*.\n....\n...*\n....\n..*.\n....\n*..*\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n.*..\n....\n....\n....\n....\n....\n....\n....\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.*..\n....\n....\n....\n....\n....\n....\n..**\n.*.*\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*.\n**......*.\n.*......**\n```\n\n\n## Output without wrap\n\n```\n**........\n***....**.\n**......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....**.\n.**....**.\n.**....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.....\n.....\n**...\n...*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**.*.\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.*.....\n.*...*.\n..*....\n.....*.\n...**..\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n.......\n...**..\n...***.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.**....\n.......\n...**..\n...***.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*...**\n**...*\n.**...\n..*...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n**..**\n*.*.**\n*.*...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.*..*.\n..*.*.\n..*...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n.*..**.\n****.**\n.**....\n.....*.\n.**.*.*\n.......\n***....\n...****\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...**..\n*..*.**\n*..****\n...*.*.\n.....*.\n*..*...\n.*****.\n.******\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n...**..\n...*.**\n...***.\n*..*.*.\n.....*.\n...*...\n*******\n*******\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.***.\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*...\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**...\n*...*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n...*.*.\n**.*.*.\n**..**.\n*......\n...*...\n```\n\n\n## Output without wrap\n\n```\n...**..\n...*.**\n.*.*..*\n..*...*\n.*.***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n**.*.**\n**.*...\n..*....\n***...*\n**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.*\n.**.....\n.**..*..\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******\n..******\n..******\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........**..\n.........**..\n.............\n.............\n.............\n.............\n.............\n.......***...\n.............\n...*.........\n...*.........\n***.**.......\n*..........**\n```\n\n\n## Output without wrap\n\n```\n.........**..\n.........**..\n.............\n.............\n.............\n.............\n........*....\n........*....\n........*....\n.............\n.*.*.........\n*****........\n*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..*\n.........**..\n.............\n.............\n.............\n.............\n........*....\n........*....\n........*....\n.............\n.*.*.........\n*****........\n*.........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.\n.***...\n**....*\n**.****\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n.****.*\n.**.*..\n.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n..****.\n..**...\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..**\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*..*\n......*..*\n.****.*...\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n......*...\n........*.\n..****..*.\n..***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.*.......*\n.....*...*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......***..\n*.*.....*.....\n*.*....**...*.\n***..*......*.\n.....******.*.\n...*..*...*.*.\n***...*.....**\n.*..*.......**\n.*..*....*....\n.**.*.........\n..*.*.........\n..**...**.....\n....*..**...**\n.*..........**\n```\n\n\n## Output without wrap\n\n```\n*.*......**...\n*.**...**.**..\n*.**...**.....\n*.*..*......**\n.**.**.****.**\n.**.....*.*.*.\n****.*........\n...*.*......**\n**..**........\n.**.**........\n....*.........\n..*.*..**.....\n..**...**...**\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......****.\n*.**...**.**..\n*.**...**.....\n*.*..*......*.\n.**.**.****.*.\n***.....*.*.*.\n.***.*........\n...*.*......*.\n.*..**........\n.**.**........\n....*.........\n..*.*..**.....\n*.**...**...**\n.**.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*******\n*******\n******.\n*******\n*******\n.******\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n.***..\n...*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..*...\n..**..\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n......\n......\n..*...\n..**..\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n**.*\n**..\n.***\n*...\n..*.\n....\n..**\n....\n.*.*\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n***.\n...*\n..**\n....\n..**\n....\n..**\n..*.\n..*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*.**\n**..\n...*\n...*\n...*\n....\n*.*.\n*.**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*****\n***..***\n********\n********\n*.**..*.\n****.***\n********\n*.******\n```\n\n\n## Output without wrap\n\n```\n*..**..*\n........\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...****\n**..*.**\n**..**..\n***...**\n.*.....*\n**......\n***.....\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..****.*\n...***.*\n.....*.*\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..\n........\n..****..\n...****.\n.....***\n.....*.*\n..*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.**\n.*.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*.*..\n*...*.\n......\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.**...\n......\n.*....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......*..\n......***.\n.**...**..\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n......***.\n........*.\n.**...*.*.\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......***.\n........*.\n.**...*.*.\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n.***.*\n.****.\n```\n\n\n## Output without wrap\n\n```\n......\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.\n..*...*\n..**.**\n.....*.\n.....*.\n.**..**\n..**.**\n*......\n***..*.\n***.*.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n....*.*\n..*****\n.....*.\n....**.\n.***...\n..*****\n*..****\n..**.*.\n*.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*...*.*\n..*****\n.....*.\n....**.\n****...\n..****.\n*..***.\n..**.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n..*.*\n.....\n..**.\n.....\n..*..\n.***.\n**.**\n*...*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.....\n..**.\n.*.*.\n.*..*\n*.*.*\n**...\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n..**.\n.....\n..**.\n.*.*.\n.*.*.\n..*..\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n.*.\n**.\n.**\n.**\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*..\n**.**....*\n*..**.*..*\n......**.*\n*..*..*...\n**.**.....\n..*.**.*..\n**..***..*\n..***....*\n.**.......\n```\n\n\n## Output without wrap\n\n```\n.**..*....\n**....*.*.\n*****.**.*\n...**.***.\n********..\n**....*...\n..*.......\n.*....*.*.\n*...*.....\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.*....*.**\n.****.**..\n...**.****\n********.*\n**....*...\n..*......*\n**....*.**\n....*....*\n.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*...*\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....\n.*.*.....\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n.........\n..***....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n...*....*\n...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n...*..\n...**.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n....**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...**.\n...**.\n..*.**\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n***\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*..\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n.*....*\n..***..\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.*..*..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n.......\n*..**..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***......*..\n....*..*.*..*\n.*......*..*.\n.......*....*\n.............\n**..*.*..*...\n.**....**..**\n*..*.........\n.*...........\n......*......\n```\n\n\n## Output without wrap\n\n```\n..**.........\n.*.*....****.\n.......**..**\n.............\n.............\n***....**....\n..**...**....\n*............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.........\n**.*....****.\n*......**..**\n.............\n*............\n***....**...*\n..**...**...*\n*...........*\n.............\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n........*\n........*\n.......**\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*......**\n*......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...\n*....*..*\n.....***.\n.*.**....\n...*....*\n...*.....\n**.*.*..*\n*....*.*.\n........*\n.......*.\n........*\n.**...*.*\n.....*.**\n*....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n....**.*.\n.....***.\n..******.\n...*.....\n...*.....\n***...*..\n**..*.***\n......***\n.......**\n........*\n......*.*\n.*...*..*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***..\n....**.**\n*....****\n..******.\n...*.....\n...*....*\n***...*.*\n.*..*.**.\n......***\n.......**\n*.......*\n......*.*\n.*...*...\n*...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n.*...*\n.**...\n**..*.\n```\n\n\n## Output without wrap\n\n```\n***...\n...*..\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...*.*\n..*..*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***...\n**..**...*\n.....**.*.\n..........\n.....*...*\n.....*....\n**...*.***\n..*.***...\n```\n\n\n## Output without wrap\n\n```\n**..*.*...\n**.....*..\n....***...\n.....**...\n..........\n....**...*\n.*.....**.\n.*..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n.*.....*.*\n*...***..*\n.....**...\n..........\n....**....\n**.....***\n..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*....\n....*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*..*\n*.*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n..*\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*.*\n*.*\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n****.*\n*.****\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.*...*\n**....\n.*....\n...**.\n..***.\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n******\n...*..\n*.**..\n..**..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*.*..\n...*..\n*.**..\n..**..\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.**\n.****.**\n****.***\n********\n********\n********\n********\n**.****.\n.*******\n```\n\n\n## Output without wrap\n\n```\n**..*.**\n........\n........\n........\n........\n........\n........\n........\n**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.....\n............\n*..........*\n*........**.\n..*.....*.*.\n.*.......*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..........*.\n.*.......***\n.*......*.*.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n*.........**\n**.......**.\n.*......*.**\n.**......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.**.\n...*..*..\n.........\n.*.*.....\n..**.....\n*...*...*\n*..**..*.\n..****.**\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n.....*.*.\n......*..\n.*..*....\n.*..*....\n*...**...\n........*\n.**..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..\n......*..\n......*..\n....*....\n....*...*\n....**.*.\n.......*.\n*..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.*.*.\n...*.\n*...*\n.....\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.*...\n..*.*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n**.*.\n****.\n**..*\n.***.\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**.*.\n.*...\n.*..*\n..*.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n**...\n.*...\n.***.\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n**..*\n.*..*\n.***.\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*...*\n..........*.*\n.............\n.*.......**..\n.......*..*..\n..........*..\n..***........\n...**.*.*....\n....*........\n......*......\n*.......*....\n```\n\n\n## Output without wrap\n\n```\n.............\n...........**\n.........*.*.\n.............\n.........***.\n...**........\n..*.*........\n..*..*.......\n...*.........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*..\n*........*...\n.........*...\n.............\n.........***.\n...**........\n..*.*........\n..*..*.......\n...*.........\n.............\n*..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n...\n*..\n.*.\n*.*\n..*\n..*\n..*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n**.\n...\n**.\n..*\n..*\n.**\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n.*.\n*.*\n..*\n***\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n**.\n...\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n*.*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n...\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**..\n..*..*.**.\n******.***\n.****.*.**\n*....*****\n.*******..\n.**..*.*..\n.*..*.*..*\n*.*.******\n..*.******\n```\n\n\n## Output without wrap\n\n```\n.**...***.\n*....*...*\n*.........\n..........\n*........*\n*..*......\n*......**.\n*...*....*\n..*.......\n.*..*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*....*\n.....*....\n..........\n..........\n..........\n...*.....*\n.......**.\n....*....*\n..*.......\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n......\n*.*..*\n...**.\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..***.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n......\n*.**.*\n*..*..\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n**....\n.***..\n.**..*\n```\n\n\n## Output without wrap\n\n```\n****..\n*...*.\n...*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*...*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......*.*\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n.....\n.....\n.*...\n.**..\n..*..\n..**.\n..**.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n.....\n.*...\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n.....\n.*...\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n....*\n..*.*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n**...\n...*.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n***.*\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n**.\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**..*.\n**....*.*..\n..*...*....\n***........\n*.......*..\n.....**....\n*....**...*\n**..**.*..*\n****...*..*\n...*.*.*...\n...*.......\n...*..*....\n...*..*****\n..**....*.*\n```\n\n\n## Output without wrap\n\n```\n**...***...\n**....*....\n..*....*...\n*.*........\n*..........\n.....***...\n**.....*...\n...***.*.**\n*..*.*.**..\n.*.*..*....\n..**..*....\n..***.*.**.\n...**.*.*.*\n..**....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**.**.\n**....*...*\n..*....*...\n*.*........\n*..........\n*....***..*\n.*.....*..*\n...***.*.*.\n...*.*.**.*\n**.*..*....\n..**..*....\n..***.*.**.\n...**.*.*.*\n*.****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.....*...\n.........\n..*......\n.........\n....*....\n....*....\n...*.....\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n...**....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n...**....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.**......\n.**...*..\n.....***.\n.....**..\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.**...*..\n.**...**.\n.....*.**\n......*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.**...*..\n.**...**.\n.....*.**\n......*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n****\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n*.*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n.......**\n......***\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n......*.*\n......*.*\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*.*\n......*.*\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..*...\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.*.\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*.....*\n.......\n....*..\n....*..\n.***.*.\n*.....*\n.......\n.......\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.**..*.\n.....*.\n.*..*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*.....*\n.......\n.......\n*.*....\n.......\n....*..\n**.....\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*..**\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**...\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*.**.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n**..**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n**..**\n**..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*..\n.........\n..*......\n....*..**\n```\n\n\n## Output without wrap\n\n```\n..*......\n..*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n...*.....\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.*..\n.*...**....\n...........\n.........*.\n.**..**.**.\n```\n\n\n## Output without wrap\n\n```\n**....**...\n**....**...\n.......**..\n........**.\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*....\n**...*.**.*\n.......**..\n**.....**..\n**.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n....*.\n**..*.\n*..**.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n**..**\n*..***\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n...**.\n**..*.\n*..**.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**...\n......**....\n............\n.......*....\n.....*.*....\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n......***...\n......***...\n......**....\n......*.....\n......*.....\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***...\n......***...\n......**....\n......*.....\n......*.....\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.**\n*****.*****\n***.*******\n**********.\n**.*****.*.\n**.***.****\n**********.\n*******.***\n***********\n****..*****\n***********\n***********\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n...........\n..........*\n...........\n...........\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n*...\n**.*\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*...\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n****\n****\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n***\n..*\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n****\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.....\n*.*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.*..\n.*...\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*..\n*.***..*.*\n.**..**.**\n..*....**.\n.*.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.*..*...*.\n*...**.*.*\n....***..*\n...**.....\n..*...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.*\n....**.*.*\n....***...\n*..**.....\n.*.**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n***......*\n*.*.......\n*.***.....\n..........\n.....*....\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.........\n..**......\n..***.....\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n*........*\n.***......\n..***.....\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n...*..\n......\n.***.*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*.**.\n*.**..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n......\n...**.\n***...\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n*......\n**..***\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n***.**.\n...*.*.\n**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.*.....\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...***\n.....*\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n......**..*...\n......*....**.\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n......**......\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n......**......\n......**......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n.**.....\n.*.*****\n**..**.*\n**...*..\n.**.****\n```\n\n\n## Output without wrap\n\n```\n........\n.**....*\n...*...*\n...*...*\n...*...*\n***.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**\n***....*\n...*...*\n...*....\n...*....\n.****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*..**\n*...*\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*.*.\n.....\n...**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***..\n...***..\n*..***..\n```\n\n\n## Output without wrap\n\n```\n........\n..**.**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***\n.***.***\n.***.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n....*.\n*.**..\n*..**.\n....*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n*.....\n.*..*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.*****\n....**\n.*..*.\n..****\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..**.....\n....****....*\n..****......*\n```\n\n\n## Output without wrap\n\n```\n.............\n...**........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*.*.\n...**\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n..*\n***\n***\n**.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....*..\n.......*.*.\n.......*.*.\n........*..\n...***.....\n...........\n...*.......\n...*.......\n```\n\n\n## Output without wrap\n\n```\n........*..\n.......*.*.\n.......*.*.\n........*..\n...**......\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...*..\n..**...*.*.\n.......*.*.\n........*..\n...**......\n...........\n...**......\n..***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..*.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n****..\n...*..\n*.....\n*..*..\n```\n\n\n## Output without wrap\n\n```\n**.*..\n**.**.\n*..*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n**.**.\n*..*..\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n***\n*..\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n.**\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n*..\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*.\n..**....*..\n..*.*......\n..**.**....\n..**..*.*..\n...*....*..\n.....*.....\n.*....*....\n..*........\n.*..*...*..\n*.....*..**\n.*...*..*.*\n........*.*\n........*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n..***......\n.*.***.*...\n.......*...\n..**.......\n...****....\n...*.......\n...........\n.**........\n........**.\n**....**..*\n..........*\n.......**..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n..***...*..\n.*.***.*...\n.......*...\n..**.......\n...****....\n...*.......\n...........\n.**.......*\n........***\n.*....**..*\n*..........\n......*....\n......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n**..**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n..**..\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n******\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n...*....\n.**..*..\n....*...\n........\n.....*..\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n..**....\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.....\n..**....\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n**..*\n..*..\n*.*.*\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n*****\n*...*\n*.*..\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n..*..\n*...*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***\n...*.*.*\n**.**.**\n**.*...*\n.***....\n...*....\n..*.**.*\n....**.*\n...***.*\n.....***\n```\n\n\n## Output without wrap\n\n```\n..**.*.*\n*.......\n**.*.*.*\n......**\n**.**...\n.*......\n.....*..\n.......*\n...*...*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....\n........\n.*.*.*..\n......*.\n.*.**...\n.*......\n.....*..\n*......*\n*..*...*\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n*******\n***..**\n*****.*\n*..**.*\n***..**\n.*..**.\n*.**.**\n***.***\n```\n\n\n## Output without wrap\n\n```\n*..**.*\n...**..\n.......\n......*\n......*\n*.*...*\n.......\n*......\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n.......\n.......\n.......\n..*....\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..\n.*...*..\n.*.**...\n.**.....\n......*.\n.*....**\n.*....*.\n......*.\n.**...**\n**......\n```\n\n\n## Output without wrap\n\n```\n******..\n.....*..\n...**...\n....*...\n.*.*.*.*\n........\n....*...\n*.*.....\n...*.***\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*\n**...*..\n...**...\n....*...\n...*.*..\n........\n....*...\n..*.....\n..***...\n*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n..**.\n***.*\n.****\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*.*.*\n.*....***.**\n.*...*******\n```\n\n\n## Output without wrap\n\n```\n.......*.*.*\n***.........\n.....*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*......\n.**.........\n.**..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n***\n*..\n.*.\n***\n**.\n...\n...\n.**\n...\n...\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n..*\n..*\n..*\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.***.\n.***.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n......\n......\n*....*\n.*.*..\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n.*..*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n......\n*.....\n.*..**\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**.\n***.**..\n.....*..\n.**...**\n***...**\n......**\n**.....*\n..**.**.\n**....*.\n.*..***.\n****.*.*\n....**.*\n```\n\n\n## Output without wrap\n\n```\n*.**.**.\n*.*.....\n*..***..\n*.*..*.*\n*.*..*..\n..*.....\n.**..*.*\n..*..***\n**.*...*\n...**..*\n****...*\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n*.*....*\n...***.*\n..*..*..\n..*..*..\n..*.....\n***..*..\n..*..**.\n**.*....\n...**...\n.***...*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........**.\n***.........\n*....*....*.\n.*.*...***..\n.*.*....*...\n.*..******..\n*.......*...\n*.......*...\n........**..\n***........*\n```\n\n\n## Output without wrap\n\n```\n.*..........\n**.......**.\n*.......**..\n**..*..***..\n**.*.*......\n***.***..*..\n**...**.....\n.......**...\n*.......**..\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n**.......**.\n*.......**.*\n**..*..***..\n**.*.*......\n***.***..*..\n**...**.....\n.......**...\n........**.*\n**......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.*.**\n......\n...*.*\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n.....*\n.....*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..***\n......\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.*.......\n.........\n.........\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....\n*.**....*\n.**..****\n......***\n***......\n.........\n...*.....\n...*..*..\n...*****.\n...*..*..\n.**.**..*\n*.*...*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n*..**.*.*\n.***.*...\n*....*..*\n.*.....*.\n.**......\n.........\n..**..**.\n..**...*.\n.........\n.**.****.\n..**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n...**.*.*\n.***.*...\n.....*...\n**.....**\n.**......\n.........\n..**..**.\n..**...*.\n.........\n***.****.\n*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n..*....*\n.*.....*\n.*....*.\n..*...*.\n...*..*.\n...*.*..\n*.*.*...\n*...*..*\n**..*.**\n```\n\n\n## Output without wrap\n\n```\n........\n.**...**\n*..*.*..\n...*....\n........\n.*.....*\n.*......\n.**.....\n*...*..*\n**...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.*\n......**\n...*.*..\n...*....\n........\n.*.....*\n*......*\n***....*\n.***....\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.......*..\n.............*\n............**\n.............*\n....*....**..*\n.*........*...\n***...........\n***..........*\n```\n\n\n## Output without wrap\n\n```\n..............\n............**\n............**\n............**\n.*.......**...\n.*.......**...\n*.*...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........**\n.*............\n............*.\n.*..........*.\n*........**..*\n**.......**...\n*.*...........\n..*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*.**.\n****.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.\n.......\n.......\n......*\n.....*.\n.*...**\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.......\n.....*.\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n*...*..\n.......\n.......\n.......\n...***.\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**.**\n*.***\n***.*\n..**.\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.*.**\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n*.....\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.*...\n*......\n...*..*\n...****\n*.....*\n......*\n*.*****\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..****.\n...**.*\n..*...*\n..*...*\n......*\n...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n**....*\n*****.*\n*..****\n..*..*.\n.**....\n*......\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....\n**....*..\n...**.*..\n**.*.*..*\n***..***.\n**..*.*.*\n*.....**.\n**.*.***.\n...*.....\n```\n\n\n## Output without wrap\n\n```\n***......\n**..*....\n...**.**.\n*..*.....\n...*....*\n..*.....*\n..*.*...*\n***.**.*.\n..*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....\n**..*....\n...**.***\n...*....*\n...*.....\n..*......\n..*.*....\n***.**.*.\n*..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n...**.\n...**.\n.*.*.*\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n...**.\n......\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**...*..*.\n*....*.....*.*\n.***....*...*.\n.*...*.**.....\n..**...*..*...\n......**......\n**....*......*\n```\n\n\n## Output without wrap\n\n```\n**..**......*.\n...*...*...*.*\n*.*.*....*..*.\n*.....*..*....\n..**.*........\n.**...**......\n......**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*....*.\n..**.......*.*\n***.*....*..*.\n**....*..*....\n*.**.*........\n*.*...**......\n.**..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n***.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****.\n..*....*\n*.*..**.\n..*..*..\n..***...\n.*...**.\n*......*\n```\n\n\n## Output without wrap\n\n```\n..*****.\n.*.....*\n...***.*\n.......*\n.......*\n.*....**\n..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.\n.*......\n*..***.*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n***\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n.*.\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*.*..\n*....\n*.*.*\n**.**\n***..\n.*.*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.**.\n*..*.\n*.*.*\n....*\n....*\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*.**.\n*..*.\n..*..\n.....\n.....\n...*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n......\n......\n.****.\n*....*\n..*...\n..**..\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.****.\n....*.\n.***..\n..**..\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n..**..\n******\n*...**\n.***..\n..**..\n....*.\n.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*..\n..*.....*...\n..........*.\n.*.........*\n............\n.*........*.\n..*........*\n........*.*.\n```\n\n\n## Output without wrap\n\n```\n........**..\n........**..\n............\n............\n............\n..........*.\n..........*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n........**..\n............\n............\n............\n..........**\n........*..*\n...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n*.....*\n....**.\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....**\n....***\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....**\n....*..\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n***..\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..**.\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*.*..\n..*..\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....***.\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n....***.\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n..*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n***..\n*.*.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.**.\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*...\n*.***\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........*.\n........**\n..........\n*.......*.\n.*........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n.......*..\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........**\n.......*..\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***..\n***..\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n..*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*.*..\n..*.*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**....\n**...*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n*.....\n..*...\n..*...\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n..*...\n..*..*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n...\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n....*\n...**\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n....*\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n*...*\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n*..*.*\n.***.*\n.*.*.*\n**....\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.....\n***.*.\n...**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*....*\n..*..*\n...*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n.*.....*\n****....\n..**....\n**.*.***\n........\n*.....**\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n*..*....\n......*.\n.*.**.*.\n**...*..\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.......*\n*..*....\n......*.\n**.**.**\n.*...*..\n*.....*.\n**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n***.\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n...*\n..*.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*..*\n.**..**..*\n.*..*.*.*.\n....*.***.\n.*.*...*..\n.***....**\n....*..**.\n*.*....*..\n*......*..\n*.**...*.*\n```\n\n\n## Output without wrap\n\n```\n.**..**...\n.***..*.**\n.****...**\n..***.*.*.\n.*.**.*..*\n.*.**....*\n.......*.*\n.*....**..\n*.**..**..\n.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.*\n.***..*.**\n*****...**\n..***.*.*.\n**.**.*..*\n**.**....*\n*......*..\n.*....**.*\n*.**..**..\n*.**..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*..\n.....*...\n..***..*.\n*......*.\n**.**..*.\n.***.....\n...*....*\n..**.****\n..*****..\n```\n\n\n## Output without wrap\n\n```\n....***..\n......*..\n...**....\n......**.\n*......*.\n***......\n**.....*.\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n..*.*.*..\n...**...*\n*.....**.\n**.....*.\n.**....**\n.*......*\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.********\n*..****.*.**\n*****...****\n```\n\n\n## Output without wrap\n\n```\n.**.....*..*\n*...........\n***....**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n***.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n..*..***\n...*...*\n.***....\n.*......\n.*.*.**.\n****.**.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n...**..*\n..*....*\n.*.***.*\n.*......\n**.*.*..\n...*.*..\n**.*....\n******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*\n.**..***\n...***..\n........\n.*.*.**.\n...*.**.\n.*......\n.*.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......***\n.*.....*..\n..*...*...\n**......**\n......*.*.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.*....**..\n*.*....**.\n.*......**\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..*\n**....**.*\n..*....***\n**......**\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**..\n**...*...\n..*..*...\n.....*...\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n**..***..\n*.**.....\n.*.......\n....*.*..\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*..\n*.*......\n.*.......\n...*.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.....*\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n...\n...\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**....*.\n.*..**.*...*.\n.*...**......\n.......*..*..\n...*..***..*.\n......**.....\n..*...*......\n.*******....*\n...**.***....\n```\n\n\n## Output without wrap\n\n```\n....***......\n....*..*.....\n....**.*.....\n.....*..*....\n........*....\n.....*..*....\n.**.*........\n.*......*....\n........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*....\n....*..*.....\n....**.*.....\n.....*..*....\n........*....\n.....*..*....\n.**.*........\n.*......*....\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..****\n***....*...\n..*..*..*.*\n***********\n**...*.**..\n**....*....\n..*....*...\n*..........\n*..........\n.*........*\n```\n\n\n## Output without wrap\n\n```\n......****.\n....****..*\n....***..**\n....*......\n.***.......\n.*.........\n*..........\n.*.........\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..*.\n....****...\n....***....\n....*......\n..**.......\n.*.........\n*..........\n.*........*\n...........\n.**....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..****\n.**..*\n.****.\n.*..**\n***.**\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n..*.*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n....**\n......\n......\n......\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n*.*\n.*.\n...\n.*.\n*.*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*..\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**.**.\n..*...\n.....*\n.*..*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*..*.\n.*..*.\n.....*\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n*...**\n.*....\n...*.*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n**.....\n....**.\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n......*\n......*\n......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.*.\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*....\n...*....*....\n...*....*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...*....*....\n...*....*....\n...*....*....\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.*...**...*..\n.*...**...*..\n.*...**...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*.**\n..*..\n.*.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.*..*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n**.*\n.**.\n....\n*..*\n*...\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n***.\n.**.\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.***\n****\n*..*\n*..*\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*....\n..***.*.....\n............\n............\n.........***\n............\n.........***\n............\n.........***\n*......*.*..\n.***...*....\n...*.*.**...\n*......*.***\n```\n\n\n## Output without wrap\n\n```\n..**........\n..**........\n...*........\n..........*.\n..........*.\n............\n..........*.\n............\n........***.\n.**......*..\n.****..*....\n.*.**..*.**.\n......**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..***.**\n..**........\n...*........\n..........*.\n..........*.\n............\n..........*.\n............\n........****\n***......*.*\n.****..*....\n**.**..*.***\n*......*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.......*.\n**.......\n*........\n....*....\n*...*....\n.**..*...\n.....*.*.\n...*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.......\n**.......\n***.*....\n..**..*..\n.*....*..\n...*..*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n*......**\n.*......*\n.*......*\n***.*....\n..**..*..\n.*....*..\n...*.....\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n***\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n..*\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n...\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*.*.*\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n.*.*..\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n..*..\n*.***\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n***\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.......*....\n.......**...\n...*.....*..\n............\n*..........*\n*...........\n....**......\n...***......\n.**..*....*.\n.**......***\n....**....**\n....*.......\n```\n\n\n## Output without wrap\n\n```\n............\n.......**...\n.........*..\n.......**...\n............\n............\n............\n..***.......\n..**.**...*.\n.*...**..**.\n.*....*.**.*\n......*...*.\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.......**...\n.........*..\n.......**...\n............\n*..........*\n*..........*\n..***.......\n****.**...**\n*....**..***\n......*.**..\n**....*...*.\n...*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....*.\n..*...\n......\n*.*..*\n**....\n.*....\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n*.....\n*.*...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*....\n*....*\n..*..*\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n.**.*..\n**.....\n.*....*\n```\n\n\n## Output without wrap\n\n```\n***....\n..*....\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n..*...*\n.......\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n*******\n.....*.\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*.....*\n*......\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*******\n.......\n*******\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n**......\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n**......\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n........\n........\n........\n**......\n**......\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....**\n.*.**.*..\n*.**....*\n*.**.....\n**.......\n.......**\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*.**.....\n**.......\n*.*......\n***......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*.\n.***...**\n.........\n..*.....*\n.***.....\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.****\n***.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n****.\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n.***.\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..***.\n...***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******....*\n***...*.....\n.*....**....\n.**....**...\n.***...***..\n.*..**...**.\n```\n\n\n## Output without wrap\n\n```\n...***......\n...**.**....\n............\n...****.**..\n**...*..*.*.\n..****...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*..\n.....*.*..**\n............\n...****.**.*\n*..**.**....\n*....*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*....\n**....\n*.....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n..*...\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n..*...\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n**..***.\n..*.....\n*..*..**\n.*.*....\n.....*.*\n....*...\n```\n\n\n## Output without wrap\n\n```\n**...**.\n...*...*\n*..****.\n.*......\n..*.*...\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n...****.\n**......\n***.*...\n...*.*.*\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n...**.\n...**.\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*..*\n.*.*\n*...\n*...\n*..*\n....\n....\n...*\n****\n*...\n.**.\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n***.\n**..\n**..\n....\n....\n....\n.*.*\n****\n*..*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n**.*\n**..\n*..*\n....\n....\n.*.*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..**....\n..*.*...\n...****.\n....*..*\n*....***\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..*.....\n......*.\n...*...*\n.....***\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**....\n..*.....\n......*.\n*..*....\n*....***\n......**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.\n...*.*...\n...**....\n....*****\n..**..*..\n..*.*.*..\n.*.****..\n.*.*.*...\n.*.*.****\n.*.***..*\n```\n\n\n## Output without wrap\n\n```\n...**.*..\n..**.***.\n...***.*.\n..**..**.\n.**......\n.**...**.\n.*....**.\n.......*.\n**.*...**\n..*.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***.\n..**.*...\n...***.*.\n..**..**.\n.**......\n.**...**.\n**....**.\n.*.....*.\n...**..**\n*..**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.........\n.*.......\n.........\n......**.\n..***.**.\n..*..***.\n..*****..\n.*...**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......*..\n..**.***.\n..******.\n.*..*....\n.*.*.....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n......*..\n..**.***.\n..******.\n**..*....\n**.*.....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.....\n......***.....\n........**....\n..***..**.....\n..*.*..*......\n..***.*.......\n.....**.......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n...*....*.....\n..**.*...*....\n.**...........\n..*.*...*.....\n...**.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*......\n..............\n...*....*.....\n..**.*...*....\n.**...........\n..*.*.........\n...*....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n.**..\n*..**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.***.\n.*..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n*****\n*****\n*****\n*****\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n**.......\n.*.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n...**\n...**\n...*.\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*...\n..*.*\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**...\n..**.\n..**.\n.**.*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..**\n*..*\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n*..*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..*.\n*...\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.******\n*.***.*.*\n**...*.**\n***....**\n******...\n**.******\n.*.**.***\n**.*.***.\n*****..**\n********.\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n....***..\n....***..\n.......**\n.........\n.........\n.........\n......*.*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....***..\n....***..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n.**.*...\n..*.*...\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n..**....\n..*.....\n..*.**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n..*.**..\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n***..*\n......\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*...*\n*.....\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n************\n.**.********\n****.*******\n************\n**.*.**.****\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.*.\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..*.\n.**.\n.***\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n..*.\n**..\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*....*\n..*...\n.**...\n...*..\n......\n******\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n.*.*..\n...*..\n*.....\n....*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*...*\n*.**..\n...*..\n...*..\n......\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n**....\n**...*\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n......\n....*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n..***\n*...*\n.****\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n...*.\n.**..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**..\n.....\n.**..\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n*.*.*.\n......\n......\n......\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n..*....\n....**.\n..*....\n.......\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.**....\n.......\n.......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........*\n...**......\n...**......\n..*..******\n*.*****....\n......***..\n....**..*..\n...*....*..\n.**.......*\n```\n\n\n## Output without wrap\n\n```\n...*.......\n..**...**..\n......*..*.\n......*..*.\n.*.*...*.*.\n..*....***.\n....**.***.\n..*.*...**.\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*......\n.*..*..**..\n......*...*\n......*...*\n.*.*...*..*\n..*....**..\n....**.***.\n.**.*....**\n.*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n.****..*.*\n*.**....*.\n****...**.\n**.*.*..*.\n.*....***.\n...*.*.*.*\n*.**....**\n.*....***.\n.*.*..*...\n...*......\n....*.....\n.....***.*\n.*..*.*.**\n```\n\n\n## Output without wrap\n\n```\n.***......\n*.**......\n.......*.*\n.........*\n....*....*\n**...*..**\n.....*..**\n.....*...*\n**.***.***\n.*..**.*..\n...**.*...\n......**..\n....*....*\n.....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****..\n....**..*.\n.......*.*\n..........\n....*.....\n.....*....\n.....*....\n*....*....\n**.***.*..\n....**.*..\n...**.*...\n......**..\n*...*....*\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.....\n.....***.....\n......*.***..\n......*....*.\n.......*...*.\n*......*....*\n.....*.*.*...\n*......*.**.*\n```\n\n\n## Output without wrap\n\n```\n......*......\n......*..**..\n.......*.....\n......*....**\n......*...***\n.......*....*\n......**.*.*.\n........**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n......*..**..\n.......*.....\n......*....*.\n......*...***\n.......*....*\n......**.*.*.\n.......*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n....*.\n*..***\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n...***\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*.....\n...***\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...*..\n..*.**\n..*.**\n..**.*\n..*...\n..*..*\n*...**\n......\n**...*\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..*..*\n.**...\n.**..*\n.**.*.\n.*.***\n....**\n**..**\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..*..*\n***...\n.**..*\n.**.*.\n**.***\n*...**\n.*..*.\n.*...*\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**.*\n**.*\n.*..\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*.***.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..**\n..*.**\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*.*.\n*.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n*......*\n*....**.\n*.......\n*.*..***\n..*.**..\n..***.*.\n...*.*..\n**.*....\n...*....\n***..***\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n**....**\n**..*..*\n...*****\n..*.*..*\n.**...*.\n..*.....\n..**.*..\n...***..\n.***..**\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n......*.\n**......\n....*...\n**.*****\n.**.*...\n.**.....\n..*.....\n..**.*..\n**.****.\n****.***\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..*...*.*\n*....*..**.*.*\n..**.*........\n.*.**.*.......\n.*.*.**..***..\n.*.*.****.....\n.***.*.....*..\n....*..****...\n...**...*..***\n*.***...***...\n**.....*****..\n.***...*.*..**\n.*..*..*.***.*\n```\n\n\n## Output without wrap\n\n```\n**.....*......\n*...***.......\n***.*....*....\n...*****..*...\n...........*..\n...*...*...*..\n**.........*..\n..*..*..***...\n.*.****.****..\n....**........\n.*..****....*.\n..***.***....*\n..*.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*.**.\n*.............\n***.*....*....\n...*****..*...\n...........*..\n...*...*...*..\n**.........*..\n..*..*..***.*.\n.*.****.******\n.*..**........\n....****....**\n...**.....**..\n..*.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*.*\n****...*..\n.*......**\n*.**.....*\n.*........\n****.....*\n..*.*.....\n.**.*....*\n```\n\n\n## Output without wrap\n\n```\n***.....*.\n***....*.*\n.*.....*..\n........**\n.*........\n..........\n*.**......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..*.\n........*.\n.......***\n........**\n.........*\n..........\n***.**...*\n*...**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.**.\n*..........*\n......*.....\n......**...*\n......*...**\n......*...**\n......*...*.\n......*..*..\n.......*.**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.....*.*..**\n............\n....*...*.*.\n....*....*..\n............\n.....*.....*\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n*.........**\n*....*.*....\n..........*.\n....*...*.**\n....*....*.*\n............\n.........*..\n......*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n...**.\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n*.*.....\n***.....\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n....*.*.\n....*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..*.\n.*.....*.\n.****.*..\n.......*.\n**.******\n```\n\n\n## Output without wrap\n\n```\n**.......\n....****.\n.***..**.\n*.......*\n....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n....*****\n.***..**.\n.........\n.*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n....**.\n....***\n.....*.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*.*\n......*\n....***\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*.*\n......*\n....***\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******..*.*\n..*******..\n***.****.**\n**********.\n***.*..**.*\n********..*\n*.*.*****..\n...***..**.\n```\n\n\n## Output without wrap\n\n```\n.........*.\n..........*\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n*..........\n...........\n...........\n...........\n...........\n...........\n.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n******\n**.**.\n.***.*\n..****\n*****.\n.*.***\n.***.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.\n.**......\n**.**....\n.....*..*\n......***\n.........\n..*.*....\n*.*.*.*.*\n......*..\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*...*....\n****.....\n...**.*.*\n........*\n.......**\n......*..\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.****\n*...**..*\n.***....*\n...**.*.*\n........*\n.......**\n......*..\n*.*...**.\n..*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.**\n....**.*\n.**...**\n*...**..\n.***.*..\n.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n...***..\n..*.****\n...*.*..\n*.*.***.\n****..*.\n***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n.*.*....\n...*.***\n..*.**..\n.*......\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****.*\n**.*******\n**.**.**.*\n```\n\n\n## Output without wrap\n\n```\n.**.......\n...*....**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..\n........\n*.......\n.***.*..\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*..*...\n*....*..\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n.*..*...\n....**..\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..**.\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n.*.\n...\n***\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*..\n......*..*\n.......*..\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n......***.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......***.\n......**..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n.......\n.......\n.......\n.......\n.......\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n..*....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..*.*\n.*.....*..\n...**..***\n.*......*.\n.*..****..\n*.....*..*\n...****...\n**.*...*.*\n......*.**\n.....**.**\n.*.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n***.....*.\n**....**.*\n..*....*.*\n..**.....*\n**...****.\n...*......\n*********.\n..**...*.*\n.....**...\n....**....\n....**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..*.*\n.*....**..\n*.*....*.*\n*.**.....*\n.*...*****\n*..*......\n.********.\n*.**...*.*\n.....**...\n....**....\n.*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**..**\n******\n```\n\n\n## Output without wrap\n\n```\n*.**.*\n......\n*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n.*.\n...\n...\n...\n..*\n.**\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n...\n...\n...\n.**\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n*....\n.**..\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n*....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n*.*..\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*......*.\n..*..**..*.*.\n.............\n*............\n*....*....**.\n*......***..*\n...*......*..\n.......**....\n**..*...*....\n```\n\n\n## Output without wrap\n\n```\n.....*....*..\n.....*....*..\n.............\n.............\n**......****.\n........**...\n.............\n.......***...\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.....*..\n.....*....*.*\n.............\n............*\n**......****.\n*.......**..*\n.............\n.......***...\n**.....**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*....\n..*.......\n..*.***...\n........*.\n```\n\n\n## Output without wrap\n\n```\n..**......\n.**...*...\n...*.*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n.**...*...\n...*.*....\n..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n**.......\n***......\n.*.......\n.........\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n..*......\n..**.....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.......\n..*......\n..**.....\n..**.....\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***.**...\n***..*.*.*.***\n.***..**.*...*\n...****.******\n***...*.*.**..\n****...***..**\n*.**.**......*\n..*....**.**..\n..*..*.*....*.\n.***.***.*...*\n..***.*****.**\n```\n\n\n## Output without wrap\n\n```\n.**.**.*.****.\n*....*...*.***\n*.............\n*...*........*\n*.....*.......\n....**..******\n*...*.*...**.*\n..*.**.**..**.\n....**...****.\n.*.......***.*\n.*..*....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.....*...*.***\n..............\n....*........*\n......*.......\n....**..*****.\n....*.*...**..\n..*.**.**..***\n....**...****.\n**.......***.*\n**.........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*.\n**.**...\n.***....\n*.......\n*......*\n```\n\n\n## Output without wrap\n\n```\n**.**...\n*...*...\n...**...\n*.*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n*...*...\n...**...\n*.*....*\n*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n***.\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n****\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*\n*...*...\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*..\n...***..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**.....\n.**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n..***.\n....*.\n***.*.\n*..*.*\n****..\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..***.\n..****\n....**\n***.**\n......\n*..*.*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n..****\n....*.\n***.*.\n......\n...*..\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n.**\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.\n.....*..\n*...*...\n......*.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....***.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n....**..\n....**..\n....**..\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n**..\n...*\n...*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n*.*.\n....\n**..\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n..**..\n*..*.*\n...*..\n*.**..\n......\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n....*.\n.*....\n...**.\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**.*.\n.*..*.\n.*....\n**.*..\n*****.\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.........\n.**.*.*...*...\n.....*...**...\n.**..*........\n```\n\n\n## Output without wrap\n\n```\n.*.*.*........\n.*.**....**...\n...****..**...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.........\n.*.**....**...\n...****..**...\n.*..**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**..\n.**.\n****\n**..\n*.**\n.*..\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n...*\n...*\n....\n*.*.\n***.\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..**\n.**.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n..**\n...*\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n*...\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.***\n*..*\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n*...\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n.***\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n.......**..\n.......**..\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.......**..\n.......**..\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.......**..\n.......**..\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n*.....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n.*....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.***.\n..**.\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n****.\n*...*\n.....\n.*...\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n.....**.\n*.**.*..\n.**.*..*\n*...**.*\n.....*..\n*....***\n.**.*...\n..*.**.*\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n......*.\n...*..*.\n..**.*..\n*.*.....\n.*.***..\n.......*\n.*..***.\n.**.*..*\n.**.**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n...*..**\n*.**.*.*\n..*....*\n**.***.*\n........\n**..****\n.**.*...\n***.**..\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n...\n..*\n..*\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*..\n*....**.*\n.*.**..*.\n.********\n..****.**\n*.*...*..\n.*.******\n```\n\n\n## Output without wrap\n\n```\n.*....**.\n*.*...**.\n*.*......\n**.......\n.........\n..******.\n..*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...**\n*.*......\n.**......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*.*.*.\n....**\n.*****\n.*.***\n******\n*.*...\n*.....\n*.**..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n......\n.*....\n*.*.*.\n*...*.\n*...*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n**....\n**....\n......\n......\n......\n.**.**\n*.....\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n***.\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.*\n**.****.\n.*******\n**.*****\n********\n********\n***.****\n********\n*.******\n*******.\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n......\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..*...\n......\n......\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**..*\n*.....\n....**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*..**\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**....\n**..*.\n....*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....*..*\n**..*******.\n**..........\n..******.***\n```\n\n\n## Output without wrap\n\n```\n.**.....*.*.\n*.......*.**\n*.......*..*\n.*****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......*\n....******..\n...*.......*\n.....******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*...\n*......*...\n*.......*.*\n.........*.\n*........*.\n*......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n**.....**..\n........**.\n........***\n........*..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....***.*\n**.....**..\n*.......***\n*.......**.\n........*..\n**......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.**....\n....*.*.....\n....*.**..*.\n```\n\n\n## Output without wrap\n\n```\n............\n.....*......\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n...***......\n...***......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.****\n*.****\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...*.*\n...***\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n******\n...***\n...*.*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n***.\n.***\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*..*\n...*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*...\n...*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**.\n.*..*.*.*\n...*.....\n.........\n......**.\n......*.*\n.........\n*.......*\n*.......*\n.........\n.......**\n...****.*\n...*.**.*\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.....**..\n.........\n.........\n......**.\n......*..\n.......*.\n.........\n.........\n.......**\n....*****\n...*....*\n...*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n*....**.*\n.........\n.........\n......**.\n......*..\n*......**\n*.......*\n*.......*\n*......*.\n....*****\n*..*....*\n*..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.***\n*****\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n**.*...\n**....*\n......*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n**.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n...*.*.\n*....**\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n*.....*\n.***..*\n```\n\n\n## Output without wrap\n\n```\n....***\n*..**.*\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*********\n.*.*.**....\n.**....*.*.\n*.*...**..*\n*.....***.*\n```\n\n\n## Output without wrap\n\n```\n..**...***.\n.*........*\n*..*.*.**..\n*.*.......*\n.*....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......*\n**........*\n...*.*.**.*\n..*........\n..*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n..**\n..**\n...*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n....\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n*...\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***.\n........*\n....***.*\n*........\n...*.....\n*.......*\n```\n\n\n## Output without wrap\n\n```\n......**.\n....*...*\n.....*.*.\n....**...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.\n*...*...*\n*....*.**\n....**...\n*.......*\n**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n***\n...\n**.\n*.*\n...\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n***\n.**\n*.*\n**.\n*..\n*..\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n**.\n*.*\n...\n...\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.*.\n*.**\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n****\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.*\n*.*..*.*\n.*.*.**.\n.*.****.\n```\n\n\n## Output without wrap\n\n```\n........\n*.***.*.\n**.*...*\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n.*.**...\n.*.*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n******.\n***..**\n*******\n**.***.\n*******\n```\n\n\n## Output without wrap\n\n```\n*....**\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n***...\n.*.*..\n*....*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*..*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*..*..\n.....*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n.*..\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n***..\n**.**\n.**.*\n.*.**\n*.***\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n***..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.*...\n*.*..\n...**\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n.*****\n.*****\n******\n*.****\n**.*.*\n*.****\n*.*.**\n.*.***\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n**....\n......\n*.***.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.....*\n...*..\n...*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n....*.\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...*..\n....*.\n...*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****...*..*\n*.**..***....\n**.**.*..**.*\n```\n\n\n## Output without wrap\n\n```\n.....*..**...\n*.**......*..\n**..***.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n......***....\n......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.**..\n..........\n*....*..*.\n...*.*..*.\n*..*.*.***\n*.......*.\n......*...\n***.***.*.\n.......***\n..........\n..........\n...***....\n..*..*....\n*..*...**.\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....***...\n....*.....\n.....**...\n.....***.*\n.....**.**\n......*...\n**.......*\n.....*....\n.....**.**\n...***....\n...*..*...\n...*.**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..........\n....*.....\n*....**..*\n**...***..\n**...**...\n*.....*...\n........*.\n.*...*....\n*....**.*.\n...***....\n...*..*...\n..*....*..\n..*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*...*\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n***..\n.*.*.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*\n.......*.*\n..........\n..........\n....**....\n...*......\n.....**...\n...*......\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n....*.....\n......*...\n....*.....\n......*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..........\n..........\n..........\n....*.....\n......*...\n....*.....\n......*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n...**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n..*.*..\n...*...\n...***.\n.......\n...*...\n.*.*...\n.*.*...\n*.*....\n*.*....\n```\n\n\n## Output without wrap\n\n```\n..**...\n.**.*..\n..*..*.\n..***..\n..***..\n..*.*..\n.*.**..\n**.....\n*.**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.**.*..\n..*..*.\n..***..\n..***..\n..*.*..\n.*.**..\n**.....\n*...*.*\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n**...\n.....\n.....\n.....\n.....\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n*..*..*\n*..*..*\n*.***..\n*.*....\n.....*.\n.....*.\n....**.\n*.**.**\n```\n\n\n## Output without wrap\n\n```\n...***.\n...*.**\n..*..**\n....**.\n.*.....\n.....*.\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.***.*.\n..*..*.\n.*..*.*\n**....*\n*.....*\n.....**\n..***..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.**.***.\n**....*.***.*.\n*......**.*.**\n.....***.*.**.\n...*..*.****..\n.**...*..**...\n..*...*...**..\n**.*..**.**..*\n*.**.**.*.*..*\n*.**.*.***....\n***.***..*....\n*..*..*****...\n*.**..*.**...*\n```\n\n\n## Output without wrap\n\n```\n.....*.*......\n*...*.........\n**..**........\n.*..........**\n.******.......\n.*.*.**.......\n*.....*.**....\n**.*..**.*.*..\n**..*....*.*..\n**............\n**............\n*.*...........\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****......*\n.*....*.......\n....**........\n.*............\n.******.......\n.*.*.**.......\n......*.**..*.\n...*..**.*.**.\n....*....*.*..\n..............\n..............\n**............\n.*.*.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..*\n..**.***\n.*.*.**.\n****...*\n.*.*.***\n.*.*.**.\n.****..*\n```\n\n\n## Output without wrap\n\n```\n.****.*.\n*..*.*..\n**..*.*.\n........\n***.*.*.\n**.*....\n***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....*...\n........\n..*.*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n..**.*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n..*.**\n.**...\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n.**...\n..**..\n**....\n.***..\n...*..\n*..**.\n.**.**\n******\n**.**.\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n**..*.\n**....\n*.*...\n***...\n.*....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n*.*..*\n***...\n......\n**....\n......\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*........*\n..............\n........**....\n.**.......*...\n*..*....**....\n....*........*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.*.*.....**...\n.*.*..........\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..........\n..............\n..............\n*..*.....**...\n..............\n....*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n***.\n....\n..*.\n.*..\n*...\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n***.\n..*.\n....\n.*..\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n...*\n***.\n..**\n....\n.*..\n**..\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n**..*.\n....*.\n..*...\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n***...\n...**.\n**.**.\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*..\n.*.*.*\n**....\n*.*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n**.*\n*.*.\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n***.\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..**\n****\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.**.*\n*.**.**....\n***...*****\n```\n\n\n## Output without wrap\n\n```\n.***..*....\n*....*...*.\n.***.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****....\n....**..\n.**..*..\n*.*..*..\n*.*****.\n*.*.*.*.\n****...*\n**.***..\n..******\n**......\n**..*...\n*..*....\n***.*...\n```\n\n\n## Output without wrap\n\n```\n.*****..\n*.....*.\n****.**.\n*..*.**.\n*.....**\n.*...***\n......*.\n......**\n......**\n........\n...*....\n....*...\n.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***\n*.**...*\n.***.**.\n*..*.*..\n**....*.\n.....**.\n........\n......**\n......**\n......*.\n...*..**\n*..**.**\n*..*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n*.*\n.**\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n..*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n***.\n**.*\n*.**\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.*......*\n.*...*.**\n.....***.\n...***...\n***.*.***\n**..*****\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.....**\n.*....*..\n..*....**\n.***....*\n*...*..**\n*.*****.*\n********.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n.**....**\n......*..\n.**....**\n****....*\n....*....\n.*******.\n..******.\n***...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.....*\n....**\n*..*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n.....*\n...*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.....*\n......\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***....**\n**..*.**..**\n...*....****\n.*.......*..\n..*......*..\n.*.*..*.....\n.*...*.*.*.*\n.*..........\n*.*..*...*..\n**...*.....*\n```\n\n\n## Output without wrap\n\n```\n...****...**\n..*...***...\n***....**..*\n..*.........\n.**.........\n.*....*.*.*.\n**....*.....\n***...*.*.*.\n*.*.........\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**........\n..*...***...\n.**....**...\n..*.........\n.**.........\n**....*.*.*.\n.*....*.....\n.**...*.*.*.\n..*........*\n.***.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n....*\n....*\n.*..*\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*..**\n...**\n*....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n...**..\n..*.*..\n..*..*.\n..*.**.\n....*.*\n....**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n...***.\n..*.**.\n.**..*.\n....*.*\n......*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n...***.\n..*.**.\n.**..*.\n....*.*\n......*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n****\n.*.*\n**.*\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n...*\n**..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n..**\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n......\n......\n..***.\n.*.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n..***.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n...*..\n..***.\n..***.\n**...*\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n******\n**.**.\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n..**.....\n.*.......\n.........\n...*.....\n.........\n...*.*..*\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n.........\n.........\n.........\n.........\n....*....\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n.**\n*.*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.\n*..*..**\n*...**..\n........\n..**....\n........\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n......**\n....*...\n......**\n...**...\n..*.....\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.***\n.***....\n......*.\n...**...\n..*.....\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*.*\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n......\n*.....\n......\n......\n..**..\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n.*....\n*.*.*.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*...**\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n......\n.*....\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.**\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*..\n.****..*.\n**...*..*\n.*...*...\n.**.**..*\n*........\n......***\n.......**\n..****...\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n...*****.\n*..*.**..\n.....**..\n***.**...\n.*...**.*\n......*.*\n...***..*\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n...******\n...*.**.*\n.....**.*\n.**.**...\n**...**..\n*.....*..\n...***..*\n..******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...\n.........\n.........\n.........\n...***...\n......*..\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....**...\n...***...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.........\n.........\n....**...\n...***...\n...*..*..\n...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n.**..*.*\n.*.**..*\n..**.*..\n.*.**.*.\n.*...*..\n*...*...\n...**...\n***.....\n**.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.**.*.*.\n**...*..\n**..***.\n...*..*.\n**...**.\n*....*..\n.**.....\n*...*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****.*\n.***.*..\n.....*.*\n**..****\n...*..*.\n**...**.\n*....*..\n***....*\n**..**.*\n*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*..***\n..*..*\n...**.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..**.*\n..*..*\n..**..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*....*\n*.*.**\n****.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*..*.\n**..*\n*....\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.****\n...**\n***..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n**..*\n.**.*\n**...\n*....\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.*.....\n..*....\n.*.....\n*......\n*..*...\n***....\n..*....\n..*....\n**.....\n```\n\n\n## Output without wrap\n\n```\n**.....\n***....\n.**....\n.*.....\n**.....\n*.*....\n*.**...\n..**...\n..*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n***....\n.**....\n.*.....\n**.....\n*.*...*\n*.**...\n..**...\n..*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n.**.**\n*....*\n**....\n.*..**\n*..***\n```\n\n\n## Output without wrap\n\n```\n.****.\n..*..*\n*.*...\n*.....\n**.*.*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.**...\n.*..*.\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n***...\n*.....\n*.....\n.....*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.....\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n*....*\n*....*\n*....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n***.\n.*.*\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n....\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n...*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.*.\n.**......*.\n..**.....*.\n...........\n.**.*..**..\n.***..*.*..\n...*****...\n```\n\n\n## Output without wrap\n\n```\n.**......*.\n*..*.....*.\n**.......*.\n**.....**..\n***....***.\n..*.**..*..\n....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******....\n....*......\n.*.......*.\n**.....**..\n***....***.\n***....**..\n**.****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n...**.\n..*...\n..*.*.\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n..**..\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*.**.\n.*..*.\n..**..\n.*....\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n.***..\n...**.\n..***.\n..*.*.\n.**...\n.*..*.\n...*..\n.**...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.*....\n.*....\n..*..*\n....*.\n.**...\n.*.*..\n.*.*..\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*.*..\n.*....\n.*....\n..*..*\n....*.\n.**...\n.*.*..\n.*.*..\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**...*\n......*.*\n.*.****..\n**.....*.\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.*....**.\n*.*.*..*.\n*.*.*....\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**....*.*\n..*.*...*\n..*.*....\n.*.....**\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*...\n..**\n*.*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.**.\n.***\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.*.**..\n***.****.*...\n.*....***.*..\n....*....*...\n...*......*..\n.............\n.............\n.........*...\n.*......**...\n```\n\n\n## Output without wrap\n\n```\n*.**.*.*.**..\n*...*........\n*****.....*..\n.......****..\n.............\n.............\n.............\n........**...\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.*..*..\n*...*........\n*****.....*..\n.......****..\n.............\n.............\n.............\n........**...\n.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**..*..\n.....****.**..\n..*..*........\n.**.....*..***\n..*...........\n..............\n```\n\n\n## Output without wrap\n\n```\n.....*..****..\n....**..****..\n.**..*..***...\n.***........*.\n.**.........*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..****..\n....**..****..\n.**..*..***...\n.***........*.\n.**.........*.\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n****.\n.*.*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n*.***\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n...*..**\n...*.*..\n.....*..\n........\n........\n........\n*...*.**\n*...*...\n*...*...\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n.....**.\n........\n........\n........\n........\n....*...\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n...*...*\n.....*..\n........\n........\n........\n*.....**\n.*..*.**\n...*....\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n.**\n***\n*.*\n...\n...\n.**\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n*..\n.*.\n...\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*..*..\n...*.*\n...***\n.**.**\n...***\n```\n\n\n## Output without wrap\n\n```\n..*...\n...*..\n..**.*\n......\n..*...\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n*..*..\n*.**.*\n......\n..*...\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...*.*..*.\n.*.**....****.\n...*.*....***.\n..*..*.***....\n*.*.....***...\n.*.*......***.\n**......*..*.*\n```\n\n\n## Output without wrap\n\n```\n.***....**....\n.*...*.***..**\n.*.*.**.*.....\n.*.....*......\n.*..*.***.....\n...*.......*..\n.*.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....*...\n..**.*..**....\n.*.*.**.*.....\n.*.....*......\n.*..*.***.....\n..**...***....\n...**...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.*.**\n***.*\n*.***\n...**\n*.***\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n***.*\n....*\n*....\n*....\n.....\n.*...\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n.....\n**...\n*....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n.*...\n**..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n......\n......\n..*.*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n......\n...*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.*.*.\n..*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*.*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.**..\n.*.*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n..**\n....\n*...\n**..\n**.*\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n**..\n..*.\n*..*\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n...*\n**..\n..*.\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n...*..*\n*....*.\n.......\n...*.*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.....*\n.....*.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.....\n...*.*..\n*..**.*.\n.......*\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**.*..\n...****.\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..**.*..\n...*****\n*...****\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.****..\n............\n.........*..\n............\n..........*.\n*.........**\n...........*\n............\n............\n........***.\n........****\n*..***..**..\n...**.......\n```\n\n\n## Output without wrap\n\n```\n.......**...\n.......*.*..\n............\n............\n..........**\n..........**\n..........**\n............\n.........*..\n........*..*\n....*..*...*\n...*.*..*...\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.**...\n.......*.*..\n............\n............\n..........*.\n*.........*.\n*.........**\n............\n.........*..\n........*..*\n....*..*...*\n...*.*..*..*\n......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....**\n...*..**.*\n*****.***.\n*...*.***.\n*...***..*\n.*****.**.\n.*.*...***\n*..***.*.*\n***.**.***\n```\n\n\n## Output without wrap\n\n```\n.....*****\n*.*.****.*\n*.*.*...**\n*.*.....**\n*.*.......\n..*.......\n..........\n..*...*.*.\n**....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*....*...\n.**.*.....\n*.*.......\n..*.......\n***.......\n..........\n......*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n**.**.\n*..**.\n**...*\n```\n\n\n## Output without wrap\n\n```\n*****.\n**...*\n...*.*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n**....\n...*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n.*.*\n*.**\n**..\n...*\n...*\n..**\n.**.\n*.**\n.**.\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n**.*\n**.*\n.***\n...*\n..*.\n..*.\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n.***\n....\n.***\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n*.*.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n*.*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n.........\n*..**....\n...**..*.\n...**.***\n......**.\n.**....**\n*****...*\n*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n...**....\n..*...***\n...**...*\n..**.*...\n*.....*.*\n*...*..**\n*.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n...*.....\n...**....\n..*...**.\n...**...*\n*.**.*...\n......*..\n....*..*.\n*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*.....\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n**..*...\n.***....\n..*.....\n...*....\n..*.....\n.*......\n........\n........\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n**......\n*.**....\n**......\n.*.*....\n.***....\n..**....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....\n*.***..*\n**......\n.*.*....\n.***....\n..**....\n........\n........\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**...\n.*..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n**.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n.*.**\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..*.\n**.*\n..**\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..*.\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n**..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*...\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..*.**.*\n****..**.*.*.\n..*...**...*.\n```\n\n\n## Output without wrap\n\n```\n....*.*.**.**\n.*..*.......*\n...*********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.**...\n...*..*.**...\n...*..*.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n..*.\n..*.\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*..\n....\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*..*\n....\n....\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......***\n..........\n.......**.\n..........\n........**\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n........*.\n........*.\n.........*\n..........\n.......*.*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n........*.\n.........*\n..........\n.......*.*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n***..*\n*.....\n.**.**\n.*..*.\n.*.*..\n**..*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n**....\n***.*.\n.....*\n......\n......\n.***..\n*...*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.*..*\n.*....\n.*....\n.*....\n.***..\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.*\n**......\n*.....**\n```\n\n\n## Output without wrap\n\n```\n**......\n..*.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....**..\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**..\n**..\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.***\n.***\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*...*\n.**....**..**.\n.**...*.*..**.\n...*.*...*....\n...*.*...*.*.*\n*.****.*.*****\n.......***..**\n.......*..**..\n.*.*..**.***..\n..*...*****...\n.........*....\n..............\n*.............\n```\n\n\n## Output without wrap\n\n```\n.......*....*.\n.**...*..***.*\n.*.*..*.*****.\n...*.**.**.*..\n.....*...*.*.*\n..**.*.*......\n...**..*.....*\n..............\n..*...........\n..*...*....*..\n.......*.**...\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*....**\n***...*..***.*\n.*.*..*.*****.\n...*.**.**.*..\n*....*...*.*.*\n*.**.*.*......\n*..**..*......\n..............\n..*...........\n..*...*....*..\n.......*.**...\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.*....\n..*.........\n.*...*.*....\n....*.***...\n```\n\n\n## Output without wrap\n\n```\n............\n.**.**......\n.....*.**...\n.....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.**...\n.**.**......\n.....*.**...\n....*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n*.....*\n.*....*\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.....*\n.*....*\n**.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n*....*\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**.**.\n.....*\n...*..\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*.**\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n.*..*.*\n.*..*..\n*....*.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........**\n..........***\n.........***.\n.......*..**.\n.....*.*..**.\n.............\n.....*.....**\n```\n\n\n## Output without wrap\n\n```\n.............\n.........**..\n........**...\n.......*.***.\n.....**..**.*\n..........*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............*\n.............\n........**...\n.......*.***.\n.....**..**.*\n..........*.*\n*..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*......\n....***\n...**..\n....*..\n......*\n.....**\n......*\n.......\n.....*.\n....*.*\n*...*.*\n....*.*\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n...***.\n...*...\n...***.\n......*\n.....**\n.....**\n.......\n.....*.\n....*.*\n...**.*\n....*.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n*......\n...****\n...*...\n...***.\n......*\n*....**\n.....**\n.......\n.....*.\n*...*.*\n*..**.*\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n.**..*\n.....*\n.**..*\n.....*\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**.**\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n...\n.**\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n*..**.\n.....*\n*..*..\n*****.\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n...**.\n*.....\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n*..*.*\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*.....*\n.......*\n..*....*\n.*....*.\n.****...\n.*.....*\n*.....**\n.....*..\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n......**\n.*......\n**.*....\n**.*..**\n......**\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n......**\n*.....**\n**......\n.*.*....\n.*.*..**\n*.....**\n.....*.*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.**\n*******.*\n..**.****\n.**.****.\n.*.***.*.\n```\n\n\n## Output without wrap\n\n```\n*.*....**\n*........\n*.......*\n.*.......\n.*.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n**.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.*.*\n.**..\n.....\n.*...\n***..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n.***.\n.**..\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..***\n****.\n.**..\n***..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**************\n**.***********\n**************\n******.*.**.**\n*****.***.****\n*******.******\n******.**.****\n****.*********\n.**.**********\n*************.\n******.*******\n**.*.*****.***\n**..*******.**\n*****..*******\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n...*..........\n...*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n**..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n***.\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n.****.....\n*.*..*....\n**...***.*\n..*..**...\n****.*.*.*\n**.**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n.*.***....\n.*.**.....\n.*.**.....\n...*......\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*..***..**\n*..**...**\n*..**...**\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n......\n...*.*\n....**\n*.*.*.\n*.**..\n.**...\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.....*\n....**\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n......\n**....\n*.....\n**..*.\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n*.*.\n....\n....\n.*.*\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**..\n..*.\n....\n....\n*..*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*..\n*...*....\n..***....\n.........\n```\n\n\n## Output without wrap\n\n```\n....*....\n..*..*...\n..**.*...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n..*..*...\n...*.....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*..\n......***..\n.....***.*.\n...**...*..\n..*..*.....\n.*****.....\n*.*..*.....\n**..***..**\n*.....*****\n.....*.***.\n```\n\n\n## Output without wrap\n\n```\n...........\n....*.*.**.\n...***...*.\n...*..*.*..\n.....*.*...\n.....**....\n.....*.....\n*..........\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....**.....\n...***...*.\n...*..*.*..\n.....*.*...\n.....**....\n.....*.....\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n......*...\n*....*....\n.........*\n*.........\n..........\n..........\n..........\n.*......*.\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n..........\n*........*\n..........\n..........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n****.\n**.**\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*..**\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*.***\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n*.*\n**.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........*\n**....***...*\n..*.**...*...\n*****...*....\n..**.*.*..***\n........**.*.\n..........*..\n...**........\n..**........*\n*.*....*.....\n```\n\n\n## Output without wrap\n\n```\n**.....*.....\n**...****....\n....***..*...\n......*.****.\n.......*..***\n........**..*\n.........**..\n..***........\n.**.*........\n.***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*....\n.*...****...*\n....***..*..*\n*.....*.*****\n*......*..***\n........**..*\n.........**..\n..***........\n.**.*........\n*.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*..*\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n****\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n.*....*\n.*....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...**..\n...**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*....\n**.**\n*...*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n**.**\n.*.**\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......**.\n.**......*.\n*.**.*...**\n*..*.*.....\n.*..***....\n.***..*....\n.*..**..*..\n.........*.\n*.****..***\n..***...*..\n..*.****.**\n*.*..***.**\n.*......*..\n```\n\n\n## Output without wrap\n\n```\n.**.....**.\n*..*.......\n*..*.....**\n*..*.......\n**....*....\n**.*..**...\n.*.***.....\n.**.......*\n.**..*..*.*\n...........\n..*.......*\n..***.....*\n.*....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**.\n...*.......\n*..*.....*.\n*..*.......\n**....*....\n**.*..**...\n.*.***.....\n***........\n.**..*..*.*\n*..........\n*.*........\n*.***......\n.**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n****\n.**.\n****\n.*..\n***.\n....\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n*..*\n*.**\n*.*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n....\n....\n****\n*.*.\n*.*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..*\n.***.**\n.******\n**.***.\n****.**\n****..*\n*******\n.*..*.*\n.*.****\n***.***\n..*.***\n..**.*.\n******.\n...*...\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n*....**\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.****\n.....\n.****\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n....*\n..*.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n***.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*...**\n**...*\n*.**.*\n..***.\n*..*.*\n*.**.*\n*.*.*.\n**....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n******\n*.**.*\n.*...*\n....**\n....**\n...***\n..*...\n*.**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..***.\n..**..\n......\n......\n......\n.*.*..\n.**...\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n....*..\n.....*.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n...*.*\n...*..\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.**.*\n*.*.*\n**.**\n*..*.\n.***.\n.*.*.\n..**.\n.*...\n.*...\n*.*..\n**.*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n....*\n*...*\n*...*\n*....\n**.**\n.*..*\n.*.*.\n.*...\n***..\n*.*..\n*..*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**.*.\n.*..*\n.*.*.\n.*...\n***..\n*.*.*\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n..*\n...\n..*\n.**\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n..*\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n...*\n....\n....\n....\n.*.*\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n**.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n....\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.***\n..*.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*...**\n.....**.*...\n......**..**\n.....**.*...\n.*.*.....**.\n.*..*.*.*...\n.*.**..*.*..\n*.*..*.**.**\n.****.*....*\n.*.*****....\n..*.*...*...\n****....**.*\n....*.***..*\n```\n\n\n## Output without wrap\n\n```\n....*.**....\n....*....*..\n........**..\n.....**.*..*\n..*.*.*.**..\n**..**.**.*.\n**.**....**.\n*....*.*****\n*.......*.**\n.*....**....\n*.....*.**..\n.**.**...**.\n.***...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...****\n*...*....*..\n........**..\n.....**.*..*\n..*.*.*.**..\n**..**.**.*.\n.*.**....***\n.....*.*****\n........*.**\n**....**....\n......*.**..\n***.**...***\n....*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.***.\n*****\n.....\n.....\n..**.\n.****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n....*\n*...*\n.***.\n.....\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n*...*\n*****\n.....\n.*..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*****\n.....\n....*\n....*\n*..*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**.*\n.**.*\n.....\n...**\n****.\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***.*\n.**..\n.....\n*..**\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*****..\n.....****..\n.**.*......\n**.**......\n*.**.***..*\n****.*..*..\n*....***.*.\n...*......*\n....*.....*\n...*..*..*.\n**..**.*.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n.*****..*..\n****.***...\n*..........\n.....****..\n.........*.\n...*.......\n...........\n...*..**...\n...*..*.*.*\n....***.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***\n.***...**..\n****.***...\n.*........*\n.....****.*\n...........\n*..*.......\n*..........\n...*..**...\n*.**....*..\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n.*.*...\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*.*...\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.*.*...\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n...*.*\n...*.*\n*..***\n...*..\n..*.**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.....*\n.*...*\n.*....\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n.*..*.\n*....*\n*...**\n*.*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.**.*\n..*.*\n.***.\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*..*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.*..*\n...*.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*..\n......*..\n..*...**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.....***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n....*....\n....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n***\n.**\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*.**.*\n.*.***..*.*.\n*..*.**.***.\n....**.*****\n***....*****\n****.*....**\n...****.**.*\n```\n\n\n## Output without wrap\n\n```\n.****...***.\n........***.\n.*..........\n..*..**.....\n*..*.*......\n**...*......\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n**.*........\n.*..........\n.**..**.....\n...*.*......\n.....*.*....\n.....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n*.**.*\n*..*..\n.*.**.\n...*..\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*....*\n*.....\n...**.\n...*..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n...**.\n...*..\n..**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..\n***.*..\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.*..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*..*...\n*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n*..***\n.*****\n```\n\n\n## Output without wrap\n\n```\n***..*\n*.....\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.***..\n.*.*..\n*...**\n..***.\n.....*\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n***...\n......\n....*.\n**..*.\n.*.*..\n..***.\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*..*.\n.....*\n.*...*\n...*..\n..***.\n*.***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*..\n**.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n..*\n..*\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........**\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*..*.\n.*..*\n*.*.*\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n*****\n....*\n*.*.*\n*...*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*.*.*.**.\n..**..*.*\n....**.*.\n*.***....\n*....*...\n..*.*...*\n..*.*....\n...*..*..\n..**.....\n.*.......\n```\n\n\n## Output without wrap\n\n```\n......*..\n.**...**.\n*.......*\n**...***.\n.*..*..*.\n.***.**..\n.**...*..\n.........\n..*.**...\n..**.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.\n......***\n.........\n.*...**.*\n.*..*....\n..**.****\n***...*..\n.........\n..*.**...\n..**.....\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........*.*\n....***.....*\n..**.........\n.............\n.**.***......\n.*..........*\n.***..**..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*.......\n..*...*......\n......*......\n.*....*......\n****.**......\n*..*.........\n.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.....**\n**....*.....*\n.*....*......\n**....*......\n****.**......\n..*.........*\n..***......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**.*.\n.*.**\n.**..\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n.***.*..\n...*.*..\n...*.**.\n**.**.*.\n*...**.*\n....*.*.\n...**.*.\n*..*..**\n***..***\n*....*..\n.***.***\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n.**...*.\n.***.*..\n...*.*..\n...*..*.\n****...*\n**.....*\n......**\n...**.*.\n*..*....\n*.*.**.*\n*..*....\n***.**.*\n.**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**.\n****.*.*\n...*.*..\n...*..**\n****....\n**......\n......*.\n...**.*.\n...*....\n..*.**..\n...*....\n.**.**..\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n***.**\n*..**.\n**.***\n***...\n..*.**\n```\n\n\n## Output without wrap\n\n```\n*..***\n.....*\n......\n.....*\n*.....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n....*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n...**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....***.\n....*.*.\n..*.*...\n........\n...*.*..\n.....*..\n...*.*.*\n*..*...*\n*..*....\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....*.*.\n....*.*.\n...*.*..\n...**...\n....*...\n.....*..\n........\n..**..*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....*.*.\n....*.*.\n...*.*..\n...**...\n....*...\n.....*..\n*......*\n*.**..**\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n.......\n..***..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**...\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.....\n*.*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n**.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n....***.*....\n....**.***.*.\n....*...*.**.\n....*..****..\n.....*.**.**.\n.....***..*..\n*............\n.............\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n....**.......\n...*...*..*..\n...*..*......\n......*......\n.......***.*.\n....**.*****.\n......*****..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n....**.......\n...*...*..*..\n...*..*......\n......*......\n.......***.*.\n....**.*****.\n......*****..\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...*..\n......\n......\n....**\n....**\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...**.\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n******.**\n*********\n*********\n*********\n**.******\n*********\n*****.***\n*.*****.*\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.....*\n*..*.*\n..***.\n..****\n.*....\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n..*.*.\n.*..*.\n.*.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*.*..\n*.*..*\n....*.\n..*..*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..*..\n..***\n...**\n.**.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.***.\n**.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n***.*\n***..\n.***.\n.**..\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*\n.*.*.*.*\n.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.*\n.**.**.*\n.**.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.****\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n*.*..\n.****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****....\n....****..\n......*...\n.***......\n..**......\n....*.....\n..**.*....\n```\n\n\n## Output without wrap\n\n```\n...*......\n.......*..\n..***.**..\n.*.*......\n.*..*.....\n....*.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.......*..\n..***.**..\n.*.*......\n.*..*.....\n....*.....\n..*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*******\n**..*..****\n...**.*....\n.*..*.*...*\n....*.*...*\n..*..**....\n.*..*......\n........*..\n**..*.*.*.*\n...***.....\n.....*.**..\n....**.*.*.\n.**.*....*.\n```\n\n\n## Output without wrap\n\n```\n*.*..*.....\n......**..*\n*...*.*..*.\n.*......*..\n...........\n...*..**...\n.....*.....\n.....*.....\n..***.**.**\n..**.....*.\n..**..**...\n..*..*.*.*.\n...*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.......\n.*..*..*...\n*...*.*....\n*.......*..\n...........\n...*..**...\n.....*.....\n.....*....*\n*****.**.*.\n..**.....*.\n..**..**..*\n.*.**.**...\n.**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.**\n......*....\n.*.*.......\n....*......\n...........\n.**....*.*.\n```\n\n\n## Output without wrap\n\n```\n.....***...\n.....***...\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.**\n.....***...\n...........\n...........\n...........\n.......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...\n**..*....\n..****...\n..**.*...\n```\n\n\n## Output without wrap\n\n```\n....*....\n.*.......\n.....*...\n..*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*...\n.*.......\n.....*...\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.**\n.**\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***..*\n.*.*..***\n**..****.\n```\n\n\n## Output without wrap\n\n```\n**.****.*\n...*....*\n***.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n.....\n.....\n.....\n.*...\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n.....\n.....\n.**..\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..**\n..*.\n***.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n...*\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n****\n....\n..*.\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...*.....\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n..*..*\n**...*\n......\n......\n***..*\n...***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.**..*\n.*....\n......\n.*....\n.***.*\n.*.*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.**..*\n**...*\n*.....\n**....\n****.*\n.*.*..\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n...*\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n..*.\n*...\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.*..\n.**.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.**.\n.*.*\n****\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n.*.*\n....\n*.*.\n....\n.**.\n.*..\n.*.*\n*...\n*..*\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n*.*.\n....\n....\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n****\n****\n....\n.***\n**.*\n*...\n*...\n....\n**.*\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n...***\n..**.*\n*.****\n***...\n*.***.\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*.*.\n.**.*.\n**....\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.**.*\n***...\n......\n...*..\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n*..........*\n...........*\n............\n............\n............\n.......*....\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n*..........*\n*..........*\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n*.*..*\n*.....\n...**.\n***...\n..*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n..**.*\n......\n.*...*\n*...*.\n*.**..\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n***...\n......\n.....*\n..**.*\n*.*...\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***.*.\n.***..*.*.\n..****..*.\n.*..*.....\n*....*..*.\n```\n\n\n## Output without wrap\n\n```\n.******...\n.*....*.**\n.....*.*..\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*.*.\n.*....*.*.\n.....*.*..\n.**......*\n**....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.***\n....\n....\n.**.\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n.**.\n.*..\n.*..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n**..\n..*.\n.**.\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n*.*...\n*.**.*\n*****.\n.....*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*..*\n*.....\n*....*\n*....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n*..*\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n*...\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.***\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n...*\n*.*.\n....\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.**.\n****\n**.*\n****\n*.**\n****\n****\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n....\n....\n....\n....\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.*\n.....*..\n........\n.*......\n........\n*..*....\n***....*\n..****.*\n```\n\n\n## Output without wrap\n\n```\n.*..***.\n.*..***.\n........\n........\n........\n*.*.....\n*.....*.\n..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*\n**..***.\n........\n........\n........\n*.*....*\n......**\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n........\n........\n........\n....****\n*.*.*.*.\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....****\n..**..**\n...***..\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n........\n........\n....****\n*.**..**\n**...**.\n...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n.**\n...\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*..\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n*****.\n......\n...***\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n*..**.\n*.***.\n.*...*\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..***.\n**....\n....*.\n*...**\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n....**\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n.*...*.\n.*....*\n***.*..\n.***..*\n.*..**.\n.*....*\n....***\n******.\n*..***.\n*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n**...*.\n.....*.\n*....*.\n.......\n**.****\n......*\n*.....*\n***....\n*.....*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..\n.*...**\n.....**\n.....**\n......*\n.*.****\n......*\n.......\n***....\n*......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n..........\n.....**...\n.........*\n*.*.*....*\n.**.......\n..........\n..........\n........*.\n..........\n......**..\n...*......\n..*.......\n.*....*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*.**.....\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n**.......*\n...**.....\n*..*.....*\n.**.......\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n..*....\n..**...\n**.....\n..*....\n.......\n.......\n.......\n*....*.\n*......\n.....*.\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n..**...\n.*.*...\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..**...\n..**...\n.*.*...\n.*.....\n.......\n.......\n.......\n......*\n.......\n*......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....***..\n..........\n...**.....\n..*..*....\n.*....*...\n.*..*.*...\n.*...*....\n..*.*.....\n....****..\n```\n\n\n## Output without wrap\n\n```\n......*...\n......*...\n....***...\n...**.....\n..****....\n.**...*...\n***...*...\n.*****....\n...**.....\n...****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n......*...\n....***...\n...**.....\n..****....\n.**...*...\n***...*...\n.*****....\n...**.....\n...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n****.\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..*..\n*.*.*\n**.*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****...****\n*......*..*.\n*.*....**.*.\n*.**..**.***\n*..**.*...*.\n....***....*\n.*.....*.*..\n.*.*...*...*\n..*****.....\n*.**.....***\n*....**..*..\n```\n\n\n## Output without wrap\n\n```\n.***....****\n*......*....\n*.**........\n*.*.***....*\n.**......*..\n...**.**..*.\n..*.**.**.*.\n.*.*.*.**...\n.....**....*\n..*......**.\n.*.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.********...\n*......*....\n*.**........\n*.*.***.....\n***......*..\n*..**.**..**\n..*.**.**.*.\n**.*.*.**...\n.....**.....\n*.*......***\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.**.....\n...*....\n.**....*\n..*.....\n.....*..\n.**.....\n.*....*.\n*.**....\n*.**...*\n*****...\n*****.**\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*.*....\n.*.*....\n*.......\n*..*....\n*..*....\n*..*....\n**......\n......*.\n....***.\n....**..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....\n..**....\n...*....\n*..*....\n*.......\n*..*....\n*..*....\n*..*....\n*......*\n......**\n....**.*\n*...**.*\n.*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*...\n.***\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n..*.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....**...\n.............\n..**...*...**\n.*.*.........\n*.*..*...*.*.\n........*..*.\n...***.....*.\n..**......*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..***......*.\n.*..*.....**.\n.*........*..\n.*..........*\n..........***\n..*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***..\n.............\n.****........\n*...*.....***\n.*........*.*\n.*..........*\n..***....*.*.\n....*....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.........\n.........\n.........\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....***...\n....*.*...\n....*.....\n.....**...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....*....\n...**.*...\n...**.**..\n...**.*...\n.....*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...**.*...\n...**.**..\n...**.*...\n.....*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*.\n......**\n.......*\n**.**...\n*******.\n**.*..*.\n*.****..\n..*.*...\n***.*.*.\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n......**\n.....*..\n.....*..\n.....**.\n.....***\n.....**.\n........\n........\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**.\n.*......\n.....***\n.....**.\n.....***\n.....**.\n*.......\n........\n*.....**\n*****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.*.\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...**.**\n.*..***....**.\n*.....**.**..*\n..*.*...*.*...\n*......*......\n.*......**...*\n..*..**....*..\n*......*......\n```\n\n\n## Output without wrap\n\n```\n....***...*.**\n....*..**.....\n.*.**.*****.*.\n.*....*.*.*...\n.*.....*......\n.*....***.....\n.*....***.....\n......*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**....*.**\n....*..**.....\n**.**.*****.**\n**....*.*.*..*\n**.....*......\n**....***.....\n**....***.....\n.....*....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*....\n..*....****\n.**.....*..\n....*......\n..*....**..\n..*........\n...........\n```\n\n\n## Output without wrap\n\n```\n.......***.\n..**...***.\n.***...**..\n.***...**..\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***.\n..**...***.\n.***...**..\n.***...**..\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.....\n***.*\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*.*..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n**...\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n........\n...**.*.\n....***.\n........\n........\n........\n*....*.*\n*....**.\n```\n\n\n## Output without wrap\n\n```\n......*.\n....****\n...*....\n...*..*.\n....**..\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n........\n...*....\n...*..*.\n....**..\n........\n........\n*.....**\n*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n.***\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.*..*\n.*..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*.**.\n**.*.\n*.***\n.**.*\n....*\n..**.\n.....\n.....\n.....\n.....\n..***\n..*.*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n*....\n*...*\n.**.*\n.*..*\n...*.\n.....\n.....\n.....\n...*.\n..*.*\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.....\n.....\n.**..\n**..*\n...*.\n.....\n.....\n.....\n...*.\n..*.*\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n**..\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n.*.*\n**.*\n*.*.\n*.*.\n*...\n****\n**..\n....\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n**.*\n**.*\n.*.*\n*.**\n*.**\n.*..\n.*..\n*...\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*.*\n.*.*\n....\n....\n....\n....\n....\n....\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n**.\n...\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n**.\n...\n...\n*.*\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n.*....\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n**...*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n....*.\n....*.\n.*...*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n.*.....*\n.**....*\n```\n\n\n## Output without wrap\n\n```\n........\n***.....\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.*...*..\n.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*...\n....\n....\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.....\n*........*..\n..*.....*...\n...**...**..\n.**..*.....*\n**....*.*...\n*.*.....*...\n..**.....*..\n*..*....*..*\n*......*..**\n....*.......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n...**...**..\n**...*......\n*....***.*..\n*...........\n..**...*.*..\n....*.......\n.*.*....*..*\n..*......***\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n............\n...**...**..\n.*...*......\n**...***.**.\n*.........*.\n*.**...*.*..\n....*......*\n...*....*...\n..*......**.\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.*.*...\n..*....\n...*.**\n....**.\n....*..\n...***.\n.......\n.......\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n..***..\n...*.**\n...*..*\n.......\n...***.\n....*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n..***..\n...*.**\n...*..*\n.......\n...***.\n....*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n.*.*...\n.*...*.\n.*....*\n*..*...\n.......\n.......\n....*..\n...**.*\n...*..*\n..**...\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n**.*..*\n**.....\n***....\n.......\n.......\n.......\n...***.\n...**..\n.....*.\n..*....\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.\n.*.*..*\n.*.....\n.**...*\n*......\n.......\n.......\n...***.\n...**..\n.....*.\n..*....\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*...\n..*.***.\n...**...\n.....**.\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*.*...\n...**...\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..*.*...\n...**...\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*..\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n*.*...*\n**...**\n..*...*\n.*.*.**\n****...\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*..**\n*.*.*.*\n*.*....\n*.*...*\n*....**\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*\n.**..**\n.**.**.\n..*...*\n..*...*\n..**.*.\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***......\n.*........\n...*...*.*\n......**..\n.*.***....\n.*.***...*\n.........*\n...*****.*\n..*.*...**\n....*.....\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.*.....*..\n...***..*.\n..****..*.\n...*.*.*..\n..***.....\n..*.....*.\n...***...*\n...*.....*\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n**.*...*..\n.*.***..**\n..****..**\n...*.*.*..\n..***.....\n*.*.....**\n*..***....\n...*.....*\n**.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......*\n...........**\n..........**.\n..........**.\n...*......***\n..***........\n.*.**........\n....*........\n.............\n......*......\n.............\n.............\n.....*.......\n```\n\n\n## Output without wrap\n\n```\n...........**\n..........*.*\n.............\n.........*...\n..***.....*.*\n...........*.\n.....*.......\n...**........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**\n..........*.*\n.............\n.........*...\n..***.....*.*\n...........*.\n.....*.......\n...**........\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**....*.\n*....**...*.\n*....**...*.\n```\n\n\n## Output without wrap\n\n```\n....***.....\n**.......***\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*....**.\n**.......**.\n**.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**..*\n***..*.***\n.**.**.***\n***..*.*..\n```\n\n\n## Output without wrap\n\n```\n.....**...\n........*.\n.....**...\n...*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n..........\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n**..*\n.*.**\n*..**\n**..*\n```\n\n\n## Output without wrap\n\n```\n***..\n*...*\n.*...\n*....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n....*\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n..*\n...\n.*.\n**.\n...\n*.*\n.*.\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n...\n*..\n..*\n..*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*.*.**\n*..*.*\n*****.\n```\n\n\n## Output without wrap\n\n```\n....**\n*.*..*\n*....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**\n**...*.\n......*\n.......\n**...**\n*....*.\n..*....\n*.*.**.\n*.*..*.\n.***...\n```\n\n\n## Output without wrap\n\n```\n**...**\n**...*.\n.......\n.....**\n**...**\n*....**\n...***.\n..*.**.\n*....*.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.*...*.\n*.....*\n.....*.\n**...*.\n*....*.\n...***.\n..*.**.\n*....*.\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*.\n*...........\n.....*......\n......*.....\n.**.*.......\n*.........*.\n.......*..**\n..*.*....**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n.....*......\n.*..........\n.*........**\n...........*\n.........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***\n............\n............\n.....*......\n.*..........\n**........*.\n............\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n.*.*\n*.**\n*..*\n....\n....\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n***.\n*..*\n.***\n..*.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n.*..\n.*..\n..*.\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****...\n****.****\n*.*.*.*..\n******...\n*.*.*..**\n*.**..*.*\n....****.\n.....*.*.\n.....*.**\n....*....\n*.**....*\n*.*...**.\n```\n\n\n## Output without wrap\n\n```\n*....*.*.\n*......*.\n.........\n*.....**.\n*.....***\n..*.....*\n...**...*\n.........\n....**.**\n...**..**\n..**...*.\n..**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n.........\n......**.\n......**.\n*.*......\n...**....\n.........\n....**.**\n*..**..*.\n*.**...**\n*....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..*...*..\n*******.*\n*****...*\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n..*.*.**.\n*.....*..\n*.....*.*\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*.*.**.\n......*.*\n......*..\n****....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**..\n......**.\n..*......\n..*...**.\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.....***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.....***.\n.........\n.***.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n...**.*\n.**.***\n*.*...*\n****...\n.*.*.**\n..****.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...***.\n.**...*\n.**...*\n*.*...*\n**.*...\n.**....\n..**..*\n..****.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****\n*.*...*\n***..*.\n..*....\n...*..*\n..*....\n..**..*\n..****.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n**..\n.***\n.*.*\n*...\n*..*\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n*..*\n....\n....\n...*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n.....\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n.....\n.....\n..*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********.*\n**....*.****\n********..**\n**.**..*****\n.*********.*\n.***********\n****.*.****.\n***.********\n*********.**\n.**.********\n*******.****\n.**.*****.**\n**..********\n```\n\n\n## Output without wrap\n\n```\n*.*****....*\n............\n............\n............\n............\n...........*\n............\n............\n............\n............\n*...........\n............\n*****......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n...**.\n...*.*\n*..*..\n..*...\n......\n...***\n*.*...\n..*...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n....*.\n..*.*.\n..*.*.\n..*...\n...**.\n.....*\n.*..*.\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n..*.*.\n..*...\n...*.*\n*.....\n**...*\n*.....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.*\n.*..*...\n........\n..**....\n.*......\n........\n......**\n....**..\n..*.*...\n**.*....\n**.*.*.*\n..*..***\n******..\n```\n\n\n## Output without wrap\n\n```\n........\n.**.*...\n.**.....\n.**.....\n........\n........\n......*.\n..**....\n.**...*.\n*..*.**.\n....*.*.\n.*...*..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.**.**..\n..*.....\n.**.....\n........\n........\n......*.\n..**....\n..*.....\n...*.**.\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*....\n........**...\n....*.***....\n........****.\n*........*...\n*..**......*.\n.*..*****..*.\n**..**..*...*\n**....***...*\n```\n\n\n## Output without wrap\n\n```\n......****...\n......**.*...\n.............\n.........**..\n........*..*.\n**.*.**...*.*\n*...*.*.....*\n*.**.....****\n.*...****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.**...\n.....**......\n.............\n.........**..\n........*..*.\n**.*.**...***\n*...*.*....**\n*.**.**..*.**\n**...*.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....***\n.*........\n.**....*..\n.**....*..\n**.......*\n**.....*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n........*.\n........**\n.........*\n........*.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.**\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.....*..\n.....**.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n.....**.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n.....**.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*......\n.*..*****..\n****.....*.\n...***.....\n.....*.....\n....*......\n...........\n..*****....\n......*.*..\n..*..*..*..\n...*****...\n...........\n...........\n**.*..*****\n```\n\n\n## Output without wrap\n\n```\n....*...*..\n....*......\n***.....*..\n**....*....\n..*........\n...........\n....***....\n...*****...\n..*...*....\n..**.......\n...*...*...\n...*.......\n.....*...*.\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****......\n***.***.**.\n***.....**.\n**....*....\n..*........\n...........\n....***....\n...*****...\n..*...*....\n..**.......\n...*...*...\n...*.....**\n.*...*.....\n.***...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.**\n*..*..*..\n.*..**...\n*....*.*.\n*..*****.\n*.***....\n.......*.\n*.*.*..**\n*.*......\n....**...\n```\n\n\n## Output without wrap\n\n```\n.*.***.*.\n*......*.\n....**.*.\n...**.*..\n*..*..***\n..*...**.\n.**...*..\n...*.****\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n...*.**..\n....**...\n...**.**.\n*..*..**.\n*.*...**.\n*.*...**.\n*..*.**..\n*...**...\n.*...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n***\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.**.*\n......*.*...\n...*........\n.***....**..\n*....*..*...\n..*.........\n.......*....\n*.*......*..\n..*.....*..*\n*......*....\n........*...\n```\n\n\n## Output without wrap\n\n```\n.....**.**..\n.....**.**..\n...*...***..\n.****...**..\n...*....**..\n............\n.*..........\n.*......*...\n........*...\n.......**...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.**..\n.....**.**..\n...*...***..\n.****...**..\n...*....**..\n............\n.*..........\n.*......*...\n*.......*..*\n.......**...\n*.....*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n..*...*\n...*..*\n..*...*\n*..*...\n.*.*...\n..*.*..\n..*....\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*.*...\n....*..\n.*.....\n.*.....\n**.**..\n.*..*..\n.**....\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n...*.*.\n....**.\n.....*.\n......*\n...**..\n.*..*..\n.**....\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n..*.\n..**\n*...\n....\n..*.\n.**.\n...*\n***.\n*..*\n*.*.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n..*.\n..*.\n....\n.*.*\n*..*\n*...\n*..*\n*...\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.***\n....\n.***\n*..*\n..*.\n**.*\n.*.*\n...*\n..*.\n..**\n****\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.\n.......\n....*.*\n....*.*\n....***\n...*.**\n.*.**.*\n.*..*..\n...*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n.......\n...**.*\n...*...\n..**...\n...*..*\n......*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n...****\n.......\n*..**.*\n*..*...\n..**...\n...*..*\n......*\n**.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n.******\n.******\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.*....*\n*......\n.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n...*\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n***.\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n.***\n***.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....*...*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*..**..\n***.*.*...*.\n.*..*......*\n..*.....*...\n*..*.****.*.\n**.*.**..***\n..*..**...*.\n...*.*..*..*\n..*.*..**.**\n.****..*....\n.*.....*.**.\n*....*....*.\n```\n\n\n## Output without wrap\n\n```\n.*.***...**.\n*........**.\n*.*...*.*.*.\n****..*****.\n*....**.*.**\n*..*...*****\n*......**...\n...*.*.....*\n.*.*.....*.*\n.*.**......*\n*****.*.*..*\n........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.....\n...**.*..*..\n.**...*.*..*\n.***..****..\n.....**.*.*.\n*..*...***.*\n.......**...\n...*.*.....*\n...*.....*..\n...**.......\n....*.*.**..\n......*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n..**.\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..*.*\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..*.*\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n**.\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*..*\n.***\n**.*\n.*.*\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n...*\n*..*\n...*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.........*\n*.........\n.*....*...\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n**........\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**\n**...**.\n..*....*\n...**..*\n*....*..\n.*...*..\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n....*.**\n.*****..\n.*****.*\n...**.*.\n.....**.\n.*...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****...\n******..\n.*****.*\n*..**.**\n*....**.\n.*...**.\n..***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n*...*...*\n...***..*\n*****...*\n***...***\n```\n\n\n## Output without wrap\n\n```\n.........\n....*.***\n....**..*\n**....*..\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n....*..**\n....**.*.\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n..*.\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*..\n*....*.*...\n*....**....\n..*........\n..**..*...*\n..**.**...*\n...*...**.*\n**.....*...\n```\n\n\n## Output without wrap\n\n```\n.....**....\n....*..*...\n.*.*...*...\n**.*...*...\n.*.*...*...\n..**....**.\n....**...*.\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*....*\n**..**.**..\n.*.*...*...\n**.*...*...\n.*.*...*...\n.***....*.*\n.*..*......\n..*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.***.\n*..*.\n.*...\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*..*\n.*.**\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n**...\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.***.***\n*.*..**.*.**.\n.***..**.**.*\n*..*.**..*.**\n***..***..**.\n.*....**..***\n.*.*..***...*\n.****...**.**\n*...*****..*.\n.****...*..**\n....*******..\n..***...*....\n..*.**.*.**..\n```\n\n\n## Output without wrap\n\n```\n.............\n...**......*.\n**.**........\n*.***...**...\n.*.*....*..*.\n*.*.....***..\n***.**......*\n..*.*.*...**.\n*.*..........\n***.......***\n.*........***\n.***.*...**..\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n....*........\n...**........\n..***...**...\n...*....*....\n..*.....***..\n..*.**.....*.\n..*.*.*...*..\n..*..........\n***.......***\n..........**.\n.**.......*..\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*\n*.**....*\n*****...*\n..**.....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*...*..**\n*...*....\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n....*..*.\n....*...*\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n..*.....\n..*....*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n..*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n*...*...\n*...*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..*.*.\n.....*\n.*....\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n....**\n......\n....**\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.***\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*...\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****..\n.....**.*\n*..*.*...\n*........\n...*..**.\n....**...\n.....***.\n...**....\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n......**.\n...*...*.\n...**.**.\n...*...*.\n...**.*..\n...**.*..\n...*.*...\n..*..*...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n...*.****\n*..**.*.*\n*..*....*\n...**.**.\n...**.*..\n...*.*...\n..******.\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n*.....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.*\n****.***.\n.*.**.**.\n```\n\n\n## Output without wrap\n\n```\n.........\n**.**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n**......\n*......*\n*......*\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n...**..\n....*..\n...**..\n*...*..\n.*.....\n..*....\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*.**.\n.....*.\n...*.*.\n..**.*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....**.\n.....*.\n...*.*.\n..**.*.\n.*..*..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......**..\n.*....*..*..\n......***...\n............\n............\n............\n*...........\n.**...*.*...\n*.....*.**..\n****.***....\n```\n\n\n## Output without wrap\n\n```\n........**..\n......*..*..\n......***...\n.......*....\n............\n............\n.*..........\n**......**..\n*..*....**..\n***..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..**..\n......*..*..\n......***...\n.......*....\n............\n............\n.*..........\n**......**..\n*..*....**..\n*.*..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*******\n**.**..*.\n*******.*\n*********\n*****.***\n```\n\n\n## Output without wrap\n\n```\n......**.\n......*.*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....\n******..\n.**..**.\n```\n\n\n## Output without wrap\n\n```\n*.......\n*....**.\n*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*....***\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n.**...\n.**...\n.*..*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*..*..\n*..*..\n*.....\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.**...\n*..*..\n*..*..\n*.....\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.**..\n.....\n.....\n.***.\n*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n.**..\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.**..\n.**..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...*..\n..*.*.\n..***.\n..**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.**.*.\n....**\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n....*.\n.**.*.\n....**\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n***\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n.*.\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n....**....\n.....*....\n..........\n..........\n..........\n..........\n..........\n.......*..\n......*.*.\n.......**.\n......***.\n.....*.*..\n....**.**.\n```\n\n\n## Output without wrap\n\n```\n....***...\n..........\n....**....\n..........\n..........\n..........\n..........\n..........\n.......*..\n.......**.\n..........\n..........\n....***...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.\n....***...\n....**....\n..........\n..........\n..........\n..........\n..........\n.......*..\n.......**.\n..........\n..........\n....**....\n....*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.....\n.....*....\n..*..*....\n...**.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n...*.*....\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...***....\n...*.*....\n...**.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*..*\n*..*.*****\n*.**.**.*.\n*.**..****\n****..*.**\n.**....***\n.****.***.\n.**....***\n```\n\n\n## Output without wrap\n\n```\n***.***..*\n*..*.....*\n*.........\n*.........\n*.....*...\n....**....\n*.....*...\n.*....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n...*......\n..........\n..........\n......*...\n....**....\n......*...\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......**\n..*.......*\n..*....*...\n..**..**...\n...*..****.\n```\n\n\n## Output without wrap\n\n```\n.**......**\n..**.....**\n.**...**...\n..**.......\n..**..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...*..*\n*.**.....**\n.**...**...\n..**.......\n.*.*..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*..\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.\n***..*.\n.*.***.\n...***.\n...*.*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n....**.\n**..*.*\n.....**\n.**...*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n**....*\n*......\n.**..**\n..**.**\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n***.\n*.*.\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n*.*.\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n...*\n..*.\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n....\n....\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n..........\n.*.*.*....\n.*.*.....*\n**.***...*\n.*.......*\n*.*......*\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n**.*.*....\n**...*..**\n*...*...**\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*...*.....\n.*.*.*..**\n.....*..**\n*...*...*.\n...*.....*\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n.*.\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*......\n.*..*.......\n............\n*......**...\n.......**..*\n*.*.........\n.*..........\n............\n..*.....***.\n.*.*...**.**\n..**...*....\n.....*....*.\n*.....*.****\n......*.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n.......**...\n.......**...\n***.........\n............\n........***.\n..*....**..*\n.*..*.......\n..****......\n...**.......\n.....*......\n.......*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....*.\n............\n............\n*......**...\n.*.....**..*\n..*........*\n**..........\n........***.\n*.*....**..*\n.*..*.......\n*.****......\n...**.......\n............\n....*..*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n****\n...*\n**.*\n....\n*...\n*.*.\n**..\n***.\n...*\n..**\n*.*.\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n...*\n..*.\n**..\n.*..\n*...\n....\n*.*.\n...*\n.***\n.**.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n*.**\n.*.*\n.*.*\n*...\n....\n..*.\n....\n***.\n***.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.......*\n*......*\n.**...*.\n*.......\n.*......\n....*...\n*****...\n.***....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*....**\n**......\n*.*.....\n........\n*...*...\n*...*...\n*...*...\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n**....**\n.*......\n*.*.....\n........\n*...*...\n*...*...\n*...*...\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.....*\n....**\n**.**.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*.*\n**.*..\n**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....**\n...*..\n.*.*..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.*...\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n.**.........\n.***........\n..*.........\n............\n............\n........**..\n........**..\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n..*.........\n.*.**.......\n..**........\n..*.........\n............\n........**..\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n..*.........\n.*.**.......\n..**........\n..*.........\n............\n........**..\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n****.*\n.*...*\n*.****\n***.**\n.....*\n***..*\n.*****\n*..*.*\n*.****\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*.**.*\n.....*\n*.....\n*.*...\n...*.*\n*....*\n.....*\n*.....\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n......\n..*...\n...*..\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*..\n..**\n*..*\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*..\n.***\n.*.*\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n.***\n**..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.*\n**....*.\n..**.***\n***.****\n*.***.*.\n..*****.\n*.***..*\n**...**.\n********\n********\n```\n\n\n## Output without wrap\n\n```\n***...*.\n**.*....\n...*....\n*.......\n*.......\n......**\n*......*\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.*.*....\n...*....\n........\n*.......\n*.....*.\n*.......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....\n*.......*\n.........\n.........\n.........\n...*.**..\n***..****\n..*......\n.......*.\n....**.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.**.**...\n.*****.*.\n..*.....*\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...\n*.......*\n.........\n.........\n.........\n***.**..*\n******.**\n*.*......\n......*..\n....***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*...\n*.......***\n*...**.*...\n*..******..\n***..**..**\n.*.*..*....\n.*.*.***...\n.**.*..*...\n....*.*....\n.....*.*...\n```\n\n\n## Output without wrap\n\n```\n........**.\n......****.\n**.*.......\n*.**....**.\n*.......**.\n...*.......\n**.*.*.*...\n.**.*..*...\n...**.**...\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**\n*.....*****\n**.*.......\n..**....**.\n........***\n...*......*\n**.*.*.*...\n.**.*..*...\n...**.**...\n.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n...*\n****\n*.*.\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*..*\n*..*\n*.**\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n*.*.\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n....\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n.**.\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*........\n..............\n...*....**....\n.........*....\n..............\n..............\n..............\n..............\n....*.*.......\n*....**.......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n........**....\n........**....\n..............\n..............\n..............\n..............\n......*.......\n.....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.......\n..............\n........**....\n........**....\n..............\n..............\n..............\n..............\n......*.......\n....*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n****.\n**...\n*..**\n..*..\n```\n\n\n## Output without wrap\n\n```\n*..*.\n...*.\n....*\n*.**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n...*.\n.....\n*.***\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.........*.*.\n.........*.*.\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n..*.\n..*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*\n*...*...\n.*..*...\n*...*...\n...**..*\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n**.***..\n....**..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.*\n*..***..\n**.***..\n*...**..\n*..***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.......*.\n....*....\n.....*...\n.........\n..*...*..\n.........\n.........\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*..\n*....*\n.*....\n***..*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*...*.\n......\n*.*...\n.***..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**....*\n..*..*.*.*\n..*...*..*\n..*....***\n*.**...***\n```\n\n\n## Output without wrap\n\n```\n..***.....\n.*....****\n....*.**..\n......***.\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..**.\n....*...**\n....*.**.*\n*....***..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n***.*.\n**...*\n.*.*..\n.*.**.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.....*\n.....*\n**....\n**..*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n..*...\n*....*\n.....*\n.*.*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n**...\n..**.\n**.*.\n*....\n*.**.\n***..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n**.**\n**.**\n*..**\n*...*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n...*.\n**.*.\n**.*.\n*..*.\n*.**.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*...\n....\n.***\n*...\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n.**.\n.**.\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**..\n****\n****\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n*.***.\n*.*..*\n*.****\n.*....\n```\n\n\n## Output without wrap\n\n```\n***.**\n*.*...\n*....*\n*.****\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n........*.*..\n..........*..\n........**...\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.........*...\n........*.*..\n.........*...\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.........*...\n........*.*..\n.........*...\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*\n....*....*\n*.........\n**...**...\n***...*...\n.***.***..\n....*..**.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*...**...\n.***.**...\n..*...*...\n......***.\n..*..****.\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n.*.......*\n.*...**.*.\n.***.**..*\n..*...*..*\n......****\n..*..****.\n...**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n***...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.**\n..**\n*.**\n..*.\n....\n*..*\n...*\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n..*.\n..*.\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n****\n.*.*\n*.**\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..**......\n.*..*.....\n.*...*....\n..**.*....\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..***.....\n.*........\n.*...**...\n......*...\n..**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n..........\n..***.....\n.*........\n.*...**...\n......*...\n..**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n**.*\n**.*\n*.**\n..**\n**.*\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n...*\n*...\n*...\n*..*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n*...........\n.......*....\n...........*\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n..*\n.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*.*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...**...*\n....**...\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*.*...\n...*..*..\n.....*...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n...*.*...\n...*..*..\n.....*...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*..\n.**...*..*..\n..*.....**..\n.........**.\n**........*.\n.*****......\n..*...**....\n```\n\n\n## Output without wrap\n\n```\n.*.*........\n*..*.....*..\n*..*....*.*.\n...*....*.*.\n**.*.....**.\n*.....*.....\n.**...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....****..\n.........*..\n...*....*..*\n...*....*...\n.*.*.....*..\n***...*...*.\n..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n.....*..*\n....***.*\n```\n\n\n## Output without wrap\n\n```\n.......**\n....**..*\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n*...**..*\n*...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.*\n*.***.*.\n...*...*\n........\n........\n...***..\n....*...\n```\n\n\n## Output without wrap\n\n```\n**.*.**.\n*....***\n..***...\n........\n....*...\n...***..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***\n.....**.\n..***..*\n........\n....*...\n...***..\n*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n.....\n....*\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.....\n.....\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n.*..*..\n.*...*.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n***.**.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n***.**.\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n..*...\n*.*..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n*.**.*\n..**..\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n.*.**.\n******\n*.***.\n.**..*\n...*.*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n***.**\n......\n*....*\n*.....\n.*...*\n...*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*...*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*...\n.....\n*....\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*...****\n*....***\n..**..*.\n...**.**\n**...*..\n*..**...\n....*...\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*..*\n.*.*....\n..**....\n.*.**.**\n***..**.\n**.***..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**\n*...*...\n**.*....\n*.**....\n**.**.**\n***..**.\n**.***..\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n..**\n.***\n..*.\n....\n....\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n**.*\n.**.\n..*.\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n...*\n*...\n.***\n....\n.***\n..*.\n.*..\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.*..*\n*..**.*...\n*.........\n...*.....*\n...*...*..\n.*..*.*..*\n```\n\n\n## Output without wrap\n\n```\n***.*.....\n*.***.....\n...**.....\n..........\n..***...*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**.*\n..***.....\n*..**....*\n..........\n*.***...*.\n.*..*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**\n***....\n***.**.\n***..**\n.**.*.*\n.**....\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n...**.*\n......*\n......*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n...*..*\n.......\n.....*.\n*......\n.*...*.\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*..*.*\n*******..*.\n...*..***.*\n.*.*.******\n```\n\n\n## Output without wrap\n\n```\n*....**..*.\n*.........*\n*.........*\n..*.**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n.*.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.....*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.***.\n...*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**\n.*...*.\n...**..\n.**..*.\n..*.***\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.....**\n..**.**\n.*.***.\n.**...*\n..***.*\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n..**.**\n.*.***.\n.**...*\n..***.*\n.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.*.*.\n.*...\n*.*.*\n..**.\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n**.*.\n**.*.\n..*..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n**.**\n.*.**\n*.*.*\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n*.....*.*\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n*...*...*\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...***\n*..*....*.\n.****.****\n*......**.\n..*......*\n..**....*.\n*...**....\n```\n\n\n## Output without wrap\n\n```\n.......**.\n**.*.**..*\n****..**..\n*...*****.\n.*..*.....\n.*........\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..****\n*...***..*\n..**..**..\n*...****..\n....*...**\n....*.....\n*...*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n...*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********.\n********.*\n*.*.**.***\n***.******\n**********\n```\n\n\n## Output without wrap\n\n```\n*.......*.\n.........*\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n***...\n**...*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...*..\n....**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.**.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.\n........\n........\n...****.\n*......*\n****....\n..**....\n........\n........\n**..****\n.**..*..\n......**\n**....*.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n.*****..\n.*****..\n....**..\n....***.\n*....**.\n*..*....\n...*....\n........\n.....**.\n***.***.\n***.*...\n*.*..***\n**...**.\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*******.\n.*****..\n....**..\n....****\n*....***\n*..*...*\n...*....\n........\n*....***\n***.****\n.**.*...\n..*..***\n**...**.\n...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..\n***....\n......*\n......*\n...****\n*.*....\n*.*....\n.**.*.*\n.*.**.*\n***.**.\n*.*....\n..*.*..\n..*.*.*\n**.*...\n```\n\n\n## Output without wrap\n\n```\n..**...\n*.**...\n.*.....\n...**.*\n......*\n.**...*\n....**.\n.*.....\n....*..\n.*.**.*\n......*\n..*...*\n....**.\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*....*\n.*.....\n.*.**..\n.......\n..*....\n*...*..\n......*\n....*.*\n*..**..\n.*.....\n*.*....\n*..**..\n**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*****\n...*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*.*\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**..\n*.***.*.\n*****..*\n.***.*.*\n*.**....\n.***..**\n..***...\n*...**.*\n.**...**\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.*...**.\n......**\n......**\n........\n........\n......*.\n....**.*\n....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......**\n........\n*.....*.\n........\n......*.\n........\n**.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n..*.\n*.**\n.*.*\n***.\n....\n..*.\n..*.\n*..*\n..*.\n....\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n...*\n...*\n***.\n..*.\n....\n.***\n.***\n....\n.*..\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.**.\n*.*.\n*...\n....\n****\n..**\n....\n.**.\n.***\n...*\n.*..\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n...\n*..\n***\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n..**..\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n.**...\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n...**.\n***...\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*.**\n*..*.\n*....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n....*\n****.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.****.\n.*.*..\n.*.*..\n.****.\n```\n\n\n## Output without wrap\n\n```\n..*.**\n.*...*\n**....\n**....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**...*\n**....\n**....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***.*\n*****\n*.***\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..***.\n..***.\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*...\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*..\n..*...\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n****..\n**.**.\n.*.*..\n......\n..**..\n..***.\n..***.\n......\n..**..\n**.*.*\n.*****\n.**.*.\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n....**\n..***.\n.*....\n..**..\n.**...\n...*..\n.*..**\n.*****\n.***.*\n.....*\n.*..**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n......\n*.**..\n.*...*\n..**..\n.**...\n...*..\n....*.\n*****.\n******\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.**\n.*.**.*.*\n**.*.*...\n.****.*..\n*...*.**.\n*.*.**.*.\n..***.**.\n**...**.*\n.**...**.\n.**.***..\n.*.*.**..\n******.**\n*.*.....*\n..*.*...*\n```\n\n\n## Output without wrap\n\n```\n.*...**.*\n*.......*\n.....*..*\n........*\n......***\n.......**\n...*...**\n.*..*....\n...***...\n...**....\n.........\n......***\n**..*.***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.....**..\n.....*..*\n.........\n......**.\n.*.......\n.*.*.....\n*...*...*\n...***..*\n*..**...*\n........*\n......*..\n.....*...\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**...\n...**..***\n..........\n..........\n*.......*.\n...**..*..\n***..***..\n*....*...*\n```\n\n\n## Output without wrap\n\n```\n...******.\n...******.\n........*.\n..........\n..........\n*.****.**.\n****.*.**.\n*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.***..\n...******.\n........*.\n..........\n..........\n*.****.***\n****.*.***\n*.*.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..........\n....***......\n...*...*..**.\n...*....**..*\n...**....***.\n..*.*...**.**\n..*.****..*..\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n...****......\n...*.*******.\n..**....*...*\n..*.*........\n..*...***...*\n....********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.....\n...****......\n...*.*******.\n..**....*...*\n..*.*........\n..*...***...*\n.**.********.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.**\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.*.****\n*****.**.*.***\n..***.*******.\n```\n\n\n## Output without wrap\n\n```\n.........*....\n.....*.**.*...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.*.\n..........**..\n..............\n..............\n..............\n........**....\n..............\n*.*.....**....\n*.*...........\n.*......*.*...\n........*.*...\n........***...\n```\n\n\n## Output without wrap\n\n```\n..........**..\n..........**..\n..............\n..............\n..............\n..............\n..............\n..............\n.*............\n.*.....***....\n.......**.**..\n.......**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........***..\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.*............\n.*.....***....\n.......**.**..\n.......**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n...*.\n..*..\n.*...\n....*\n.....\n....*\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.***.\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.***\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...***\n*****....*\n..*.*.....\n..**......\n...*......\n..*.....**\n```\n\n\n## Output without wrap\n\n```\n*..**...**\n*...*....*\n....*.....\n..*.*.....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n....*.....\n*...*.....\n..*.*.....\n...*......\n*.**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*....\n*..**\n*..**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n**.**\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n.*.*.\n***..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n....*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n.*.*.*...\n...**...*\n**.**...*\n..*.*.*..\n.*...**..\n.........\n....*...*\n*..*.....\n*..*.*...\n...*.***.\n...**.*..\n```\n\n\n## Output without wrap\n\n```\n....*....\n..**.*...\n**...*...\n.*.....*.\n*.*.*.**.\n.....**..\n.....*...\n.........\n...*.....\n..**.*...\n..**...*.\n...**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**..\n*.**.*...\n.*...*..*\n**.....**\n..*.*.**.\n.....**..\n.....*...\n.........\n*..*....*\n..**.*..*\n..**...*.\n...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n******\n.**.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n......\n......\n..*...\n......\n.*....\n.*....\n...*..\n....*.\n....**\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n...**.\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n...**.\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n*..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.....\n.*...*.....\n...*..*....\n...*.......\n....****...\n...........\n...........\n...*.......\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n....**.....\n...****....\n...*..*....\n....*..*...\n....*.*....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n.....*.....\n...****....\n...*..*....\n....*..*...\n....*.*....\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....***.\n.*...*.**.\n.....**...\n..........\n..*.*.....\n.....***..\n....****..\n..**......\n*.**......\n.*.*......\n..*......*\n***.......\n***....*.*\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n.....*..*.\n.....***..\n.....*....\n.....**...\n...*...*..\n...**..*..\n.**..**...\n....*.....\n.*.*......\n*..*......\n*..*....*.\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.....*..**\n.....***..\n.....*....\n.....**...\n...*...*..\n...**..*..\n.**..**...\n....*.....\n**.*......\n...*......\n...*....*.\n..*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n****\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n**...\n**...\n.**..\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n*....\n..*..\n.....\n.....\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..*..\n.....\n.....\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n**.\n*.*\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n........\n........\n..**....\n....*...\n...*....\n........\n........\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...*....\n...*....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n........\n........\n...*....\n...*....\n........\n........\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.***\n**..\n.***\n*..*\n**.*\n****\n****\n**.*\n*.**\n***.\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n*****\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****\n.....*.\n...**..\n.......\n.......\n.......\n*.....*\n.*...*.\n.......\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*.*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n.......\n.......\n.......\n.......\n*.....*\n*.....*\n*......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n********\n********\n*.**..**\n*.******\n****.***\n.**.****\n**.*****\n******.*\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n*.......\n*.......\n*.......\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*.....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n*.*\n*..\n..*\n*..\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n......*....\n.......*...\n.....*.....\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n**...\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*.*.\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*.*.\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...*.**.**\n*.***....***.*\n..**...**.....\n.***.*.*.*...*\n**.**..**.****\n.**.*.*...**.*\n```\n\n\n## Output without wrap\n\n```\n...*....*...**\n...*.***...*.*\n......***....*\n......*..***.*\n*.....**...*.*\n**....**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n.....*.**...**\n*.....***....*\n......*..***.*\n.....******...\n....***.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.....\n.....*\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...\n..*..*...\n..*...*..\n...****..\n...*..*..\n.........\n...*.....\n...****..\n```\n\n\n## Output without wrap\n\n```\n....*....\n..*****..\n..*...*..\n..***.**.\n...*..*..\n.........\n...*.*...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n..*****..\n..*...*..\n..***.**.\n...*..*..\n.........\n...*.*...\n..**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n**....\n......\n......\n......\n**....\n..*..*\n..***.\n......\n......\n......\n......\n......\n*..**.\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n.**.*.\n..*.*.\n..***.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n***...\n......\n......\n......\n**....\n*.*.*.\n.**...\n..***.\n......\n......\n......\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**..\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..***\n.***....\n..***...\n.....**.\n....*.*.\n..**....\n....*.*.\n...**...\n**.**.**\n*...*.*.\n```\n\n\n## Output without wrap\n\n```\n.**..**.\n**.*..*.\n....*...\n...*..*.\n...**...\n..*.....\n..*.***.\n..*....*\n*.......\n*..*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*..*\n.***....\n....*...\n...*..*.\n...**...\n..*.....\n.**.**..\n*.*...*.\n*.*..*..\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...***\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n...***\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n***..\n*.*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.*...*.*\n.**.*.*.*.....\n.***...*.*****\n..**..***.*..*\n.*......*.**..\n...........*..\n**.........**.\n*..*..**......\n*.*.....*..*..\n.*.**..*.**...\n*...*..*.*...*\n**...*....*...\n*.*.*..**.**..\n*....*.**.*...\n```\n\n\n## Output without wrap\n\n```\n..**.***......\n*...***.**...*\n....**....****\n...*..*......*\n..*.....*.***.\n**............\n**.........**.\n*.*....*...**.\n*.*.*.*.***...\n*****..*.**...\n*.*****..*....\n*..*****..**..\n*...**.**.**..\n.*....***.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****...*...*\n....***.**....\n....**....****\n...*..*......*\n..*.....*.***.\n**............\n**.........***\n*.*....*...**.\n*.*.*.*.***...\n.****..*.**..*\n..*****..*...*\n...*****..**..\n*...**.**.**.*\n*..***....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n.*....*.*.\n.*..*.**.*\n..**.*.*..\n.**....**.\n*.*.*.*.**\n***.*.*..*\n*..**.....\n***...*.**\n```\n\n\n## Output without wrap\n\n```\n......***.\n....*****.\n..**..*...\n..*.......\n...*..*...\n.*.**.**.*\n.*.*.**...\n*...*..*.*\n.***....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*...\n*.****.**.\n.***..*...\n*.*......*\n...*..*...\n...**.**..\n...*.**.*.\n....*.*...\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n....\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n....\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n....**\n.*...*\n..*.*.\n.*..*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n...*.*\n.*....\n.*...*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n......\n......\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.*.\n....\n*..*\n*.*.\n.*..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n.*..\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*....\n.**...\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n....\n.*..\n...*\n..*.\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n*.*\n...\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n*.*\n...\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.*..*.\n.....*\n..****\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n...***\n..*..*\n...***\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...***\n*.*..*\n...***\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**.*.\n.....*...*\n*...*.....\n**.**.*...\n........**\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n****..*...\n......*...\n**.*.*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*.\n..**......\n......*...\n..........\n*.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......*\n..*...**.**\n...*****..*\n......*...*\n*...***.**.\n...*.......\n****......*\n..*.......*\n***........\n```\n\n\n## Output without wrap\n\n```\n..........*\n...*...*...\n..***.....*\n...*..*.*.*\n...*.***.**\n..**.*..*..\n..*.*......\n.*.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n.**.*..*...\n..***......\n...*..*.*..\n*..*.***...\n..**.*..**.\n*.*.*....**\n...*.....*.\n.***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n.*.*\n....\n*...\n*.*.\n...*\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n.*.*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*...\n.***\n....\n..**\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*.**\n*******.***.*\n.*.*...*..**.\n..*.**.*..*..\n*..*.*.****..\n********...*.\n.*.**.*.**.*.\n.*.*.*.*****.\n*...*.***....\n```\n\n\n## Output without wrap\n\n```\n.**.....**.**\n*.*......*.**\n*.**.........\n**....*.*.*..\n*.........**.\n.............\n**........***\n....**....***\n....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..........\n...******....\n..**.........\n.*....*.*.*..\n*.........**.\n*............\n.*........**.\n.**.**.....*.\n...***.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.******\n..**..*.*.\n**.**..***\n.*.*****.*\n*..****.**\n***.*.*.**\n*****.****\n*.***.****\n.***.*.*..\n*****.**.*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n*.*..*..**\n**........\n.*........\n..........\n..........\n..........\n..........\n.....***.*\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n*.*.\n*...\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*.**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n*.*.\n*.*.\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*.*\n....****.*\n..........\n..........\n...****...\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n.....***..\n.....**...\n....**....\n...****...\n...****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.*..\n.....***..\n.....**...\n....**....\n...****...\n..*.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*....\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.****..\n...*.*.\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*..*.\n.*...*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n..*..*.\n.*...*.\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n***\n...\n***\n*..\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n...\n.*.\n...\n**.\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n...\n***\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n*.**\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.*..\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n**..\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.**...*.*..\n......*.*..\n*******.*.*\n.........*.\n....**.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n*...*.*.*..\n.******.*..\n.**...*..*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n...........\n....*.*.*..\n*******.*.*\n***...*..**\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*...\n.*.*\n.*.*\n****\n*...\n****\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n**..\n...*\n*..*\n....\n*..*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*\n.*...*.*..*.*\n.*...*.*..*.*\n.......*....*\n.............\n.....**......\n.......****..\n.....***.....\n........****.\n*..........*.\n*.*......**..\n..*..........\n*.........**.\n.............\n```\n\n\n## Output without wrap\n\n```\n...........*.\n............*\n.......**...*\n......*....*.\n......*......\n......****...\n........**...\n......*....*.\n......******.\n.*......*..*.\n..........*..\n.........*.*.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*.\n............*\n.......**...*\n*.....*....*.\n......*......\n......****...\n........**...\n......*....*.\n......*******\n.*......*..*.\n..........*.*\n.........*.**\n.............\n...........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n..*......\n.**......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.**......\n.**......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*\n**...***\n.....*.*\n**...*..\n..*..*..\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n.*...*.*\n.*..**.*\n....**.*\n.*..**..\n..*.***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.*\n.*..**..\n....**..\n**..**..\n..*.***.\n.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****.*\n*****..**.\n**********\n*.***.**.*\n**********\n*****.****\n**********\n***.******\n****.**.**\n.*..******\n**********\n..********\n******.***\n**********\n```\n\n\n## Output without wrap\n\n```\n......*...\n......*...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**...*.***\n.****.*****.*\n*******...*..\n***.*.......*\n...***...*...\n*.**.*..*....\n..**.**......\n***.*.*...***\n*.*.*....*...\n```\n\n\n## Output without wrap\n\n```\n.*..**..*.*.*\n......*.*...*\n......*.*.*..\n*.....*......\n*....*.......\n.*...........\n*.....**...*.\n*...*.*...**.\n*.*..*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n......*.*....\n......*.*.*..\n......*.....*\n.....*......*\n.*...........\n......**...*.\n*...*.*...***\n..*.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...\n***...*.\n.*...*..\n........\n*.*.....\n...*....\n.*..*...\n..*.**..\n...***..\n```\n\n\n## Output without wrap\n\n```\n..*.....\n*...*...\n*...*...\n***.....\n.*......\n.****...\n....*...\n..*..*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.**\n..***.*.\n....*..*\n***.....\n.*......\n.****...\n....*...\n.**.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n*.*..\n*.*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*..*\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n.*.*\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*.*\n*.*.\n**..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*.*...\n*.....*..**..\n**.*.**.....*\n*.*.*..**.*..\n****..***...*\n.*..**...****\n...*..**.***.\n...*.*.......\n..**.*..**..*\n********...*.\n```\n\n\n## Output without wrap\n\n```\n..........*..\n*.*.*........\n......*....*.\n.*..*.*.**.**\n**..*......**\n********...**\n.***..***..**\n..***....*...\n....**.......\n......*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.....\n....*........\n......*.....*\n....*.*.**.**\n....*........\n..******.....\n..**..***....\n*.***....*.*.\n.......*.****\n......**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...*.\n*..*.\n.....\n.....\n**...\n..*..\n*.*..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n.*...\n*.*..\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n....*\n.....\n.....\n.*...\n*.*..\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n*****.\n**.***\n***.**\n******\n******\n******\n***..*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**.*\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n......*...*.\n..*.....*...\n..*.....**..\n.......*....\n*..........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.......**...\n.......***..\n........*...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n............\n.......**...\n.......***..\n........*...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n..*..*\n*.**.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n..*...\n......\n..***.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.....*\n*.****\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.\n.**....\n..*....\n.......\n*...*..\n....**.\n....*..\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n..*....\n...*...\n.......\n.......\n...*.*.\n...*.*.\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n.**....\n.......\n.......\n...*.*.\n...*.*.\n.....*.\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***...*...*\n*.....**..***.\n*.......*.....\n.*.***...*....\n..**.*...*....\n***...****..*.\n...*...*.*..*.\n...*.....*...*\n..*....**..***\n..*.......*.**\n..*......*....\n```\n\n\n## Output without wrap\n\n```\n....*...*...*.\n**.*..........\n...*........*.\n.**........*..\n***..*.*......\n***.*.........\n.*.***......**\n.*..*.**.....*\n....*..*......\n.*.*....*..*..\n..*......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n...*.........*\n.**........*.*\n***..*.*......\n.**.*........*\n.*.***......*.\n....*.**.....*\n*...*..*.....*\n....*.......**\n.......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**...\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n.....*....\n**........\n*.**...**.\n...*..*..*\n.*.*.*....\n...*...*..\n..*......*\n..*.*...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n***.......\n*.**...**.\n.*.*..***.\n...*..*...\n...**.....\n..*.....*.\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n..........\n***......*\n*.**...**.\n**.*..****\n...*..*...\n...**.....\n..*.....*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n**.\n*.*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n*..\n..*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.......\n.....*.\n.......\n...*...\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n....*..\n.......\n...****\n.****.*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n......*\n..*...*\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...*...\n*.....*\n*.*...*\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**...*\n........**\n..*.......\n..........\n......*...\n...***....\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n....**....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..***\n........**\n..........\n..........\n....**....\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.**...\n**.*..*......\n.*.*..*....**\n*****.*.....*\n....*.**.....\n```\n\n\n## Output without wrap\n\n```\n....****.....\n....*........\n......**...**\n****.......**\n****..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.....\n......*......\n......**...**\n*....**....**\n.......*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n*.*\n**.\n*.*\n*..\n**.\n**.\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n*..\n...\n.*.\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*.\n*.......*\n..**....*\n..*......\n...*....*\n*...*****\n.****...*\n....*...*\n*.*..*..*\n...*..**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.*.....\n.*.......\n.*...*...\n..***.*..\n.*.*....*\n.**.*...*\n..*.....*\n...*....*\n....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**...\n...*..*..\n.......*.\n.....*.*.\n*****.**.\n.*.*.....\n***.*....\n.**.....*\n*.*......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...*.*.....\n...*.......\n..*..*.....\n..*..*.....\n.*..*......\n...*.......\n.**........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n....*......\n..**.......\n..***......\n.*****.....\n..***......\n.*.*.......\n..*........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n....*......\n..**.......\n..***......\n.*****.....\n..***......\n.*.*.......\n..*........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.....*\n....*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n**..*.\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n**....\n**..*.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**..*.\n.*.**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n*..*.*\n**....\n..*..*\n....*.\n...**.\n..*...\n.*....\n......\n......\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.....\n***.*.\n.*....\n....**\n...**.\n..**..\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n.....*\n.**.*.\n**...*\n....**\n...**.\n..**..\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n.*....\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.**.\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n**....\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**....\n*.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**....\n**.*.*\n.***.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n...*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n*.*...\n*..*.*\n**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..*..\n.**..\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.**..\n.**..\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n......\n*....*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n**..*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n**..*\n**..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n*.****\n******\n*****.\n******\n**...*\n****.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*.*.\n...*.\n.....\n..**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n..*.*\n.***.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*****\n.**..\n.***.\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n**...\n*....\n***..\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n.....\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*.*\n....*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***....\n**.**....*.\n..........*\n***.*..*...\n*..*.*..**.\n....*.*....\n*...*.**.*.\n..**.......\n*...*..*.**\n...***....*\n....*....*.\n....*..*..*\n......*...*\n```\n\n\n## Output without wrap\n\n```\n******.....\n*****......\n....*......\n*****...**.\n*.**.****..\n...**.*..*.\n....*.**...\n.*.*****.**\n..*..*...**\n...*.*..*.*\n.........**\n.....*...**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*....\n.****......\n....*.....*\n*****...**.\n*.**.****.*\n...**.*..*.\n....*.**...\n**.*****.*.\n*.*..*...**\n*..*.*..*..\n.........**\n.....*...**\n....*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.**\n**.*\n**..\n****\n****\n****\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n...*\n...*\n...*\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.**.\n.**.\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.***\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.\n.****..\n.*.***.\n****.*.\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n..*.*..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n.*...*.\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*..\n..*....*..\n..*....*..\n..*.....*.\n.**...*.**\n*.....*.**\n.**..*...*\n..*.**....\n....*.*...\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n.......*..\n...*..*.*.\n.*..*.*...\n.......***\n.***......\n*.....**..\n*.........\n.*....*...\n...**.*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n...**....*\n.*..*.*...\n*......***\n.***......\n*.....**..\n**........\n**....*...\n..*.*.*...\n...**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***....\n.***.......\n...........\n....*.....*\n..........*\n...........\n****.......\n*..*.......\n..**.......\n...***.....\n..*...*...*\n**....*...*\n```\n\n\n## Output without wrap\n\n```\n.*...*.....\n.....*.....\n.*.........\n...........\n...........\n*..*.......\n*..*.......\n*..........\n...***.....\n.*..**.....\n.****......\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*...\n.*....*....\n.*.........\n...........\n.*.........\n*..*.......\n...*......*\n*..........\n...***.....\n.*..**.....\n.****.**...\n.*.....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..**.\n..*..\n..*.*\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.**..\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.**..\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*****\n*********\n*.*****.*\n*******.*\n*******.*\n**..*****\n*****.***\n***.****.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.**..\n..*...\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*..*.\n.*..*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*.*.\n*.*...\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n***..\n*....\n..*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.*..\n*.*..\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.**..\n*.*..\n*.*.*\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.**...\n*.....\n***...\n.**...\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n*.*...\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.*..*\n*.*..*\n.*....\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n..*\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*....\n.*.*.....\n.........\n.........\n...****..\n*.*...***\n*.***..*.\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*.*.....\n....*....\n...*..*..\n...*..*..\n.**...**.\n....**...\n.**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n..*......\n....*....\n...*..*..\n...*..*..\n.**...**.\n*..*....*\n**.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n***\n***\n**.\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n*..\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....*\n..**.****\n*.**.****\n*.***...*\n**.***...\n..*.*****\n...*.....\n****..**.\n*....*.*.\n.**.**.*.\n.**..***.\n.....*...\n.........\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**......\n.........\n.........\n*.......*\n.*.....**\n*....*..*\n*******..\n*....*...\n*...*....\n.*....***\n..*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n**.....**\n**.....**\n.....*...\n*.******.\n*....*.*.\n*...*..*.\n.*....*.*\n..*......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**.*\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n**..*.\n*....*\n*..***\n```\n\n\n## Output without wrap\n\n```\n.*....\n**....\n*..*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**....\n...*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..*.*.\n******\n..**..\n*.*.**\n..*.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.....*\n*.....\n..*.**\n..*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*.....\n*....*\n......\n..*.**\n..*...\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.....\n.....\n.....\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n.....\n.....\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........**.\n.........**..\n......*......\n.*..........*\n...........*.\n.............\n*............\n**...........\n.....**..*..*\n.............\n.*.....*.....\n.............\n..*.......**.\n...*........*\n```\n\n\n## Output without wrap\n\n```\n.........*.*.\n.........*.*.\n..........*..\n.............\n.............\n.............\n**...........\n**...........\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*..*\n.........*.*.\n..........*..\n.............\n.............\n.............\n.*..........*\n............*\n**..........*\n.............\n.............\n.............\n.............\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........***\n**........*...\n**.....*.*.**.\n******........\n.*....*..*....\n..*...........\n..****......*.\n```\n\n\n## Output without wrap\n\n```\n...........**.\n..........*...\n..**......**..\n......*..***..\n.**...........\n.**...........\n.**.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*...\n.*........*..*\n..**......**..\n......*..***..\n***...........\n***.........**\n...........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...\n...*.*..*\n.......*.\n......***\n.........\n.......*.\n.*....**.\n.........\n..*......\n.........\n....*.*..\n..**...**\n...*...**\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n.........\n......***\n......*.*\n......**.\n......**.\n.........\n.........\n.........\n...*...*.\n..***.*.*\n..***.***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n......*..\n.........\n......***\n......*.*\n......**.\n......**.\n.........\n.........\n.........\n...*...*.\n..***.*.*\n..***.***\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n.*.***\n*..***\n..**.*\n...***\n```\n\n\n## Output without wrap\n\n```\n.*...*\n**....\n.*....\n..*...\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n..*...\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n*.*..*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..****\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n..****\n..****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*.**.\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n*.*\n*.*\n***\n**.\n**.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n*.*\n*.*\n..*\n...\n...\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n.........***\n*..........*\n.**.........\n```\n\n\n## Output without wrap\n\n```\n............\n..........**\n..........**\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..........*.\n.*........*.\n..........*.\n.*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*....\n..*.*...*\n.....*...\n......**.\n......*.*\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...*.*...\n.......*.\n.........\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n...*.....\n.......*.\n.........\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.\n.**.*...\n.*****..\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n.***....\n*...*...\n.....*..\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n*...*...\n.....*..\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.*....\n.*...*\n*.....\n*.*..*\n*.....\n.*..**\n......\n..*.**\n*.*...\n**....\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*....\n**....\n*.....\n*.....\n*...**\n......\n...*..\n.*.*..\n*.**..\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n**....\n.*....\n......\n*....*\n....*.\n*....*\n*..*..\n.*.*.*\n*.**..\n..*...\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n........\n......*.\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.......*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**.*.\n....**....\n.****.....\n.**.......\n**....*...\n***..***..\n*..**.*...\n**.****..*\n```\n\n\n## Output without wrap\n\n```\n.....**...\n..**..*...\n.....*....\n....*.....\n...*****..\n...***.*..\n....*.....\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n*....**...\n.....*....\n....*.....\n...******.\n...***.**.\n...*....*.\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***...***\n***..*...*..\n.**.***.****\n.***...*....\n****......**\n```\n\n\n## Output without wrap\n\n```\n**..*.......\n**.*...*....\n....*....*..\n............\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n....*..*....\n....*....**.\n....*.......\n.....*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..***\n...**\n..**.\n*..**\n*..**\n.*..*\n*****\n**.*.\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n***..\n.*...\n.....\n...*.\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n*....\n*....\n***..\n.....\n.....\n.....\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*\n*.*****\n***..**\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n******\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n***\n.*.\n*.*\n.*.\n*.*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n...\n*..\n...\n*.*\n*.*\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...**\n..*....*..\n.......*..\n..........\n..*...*...\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n........*.\n..........\n..........\n..........\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n....*.*...\n....****..\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....*.....\n....*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n...*..\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..***.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...**.\n..***.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.****\n*.**.\n*.*.*\n.*...\n..**.\n*....\n*.***\n*....\n....*\n.**.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n..*..\n*...*\n*....\n*.*..\n.*...\n.**..\n....*\n*..*.\n.*..*\n.*.*.\n***.*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*.*\n**..*\n.**..\n*....\n*..*.\n**...\n.*.**\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n......**\n........\n..*.....\n.....*..\n..*.....\n.......*\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n........\n........\n........\n........\n........\n*.....**\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....*\n..**....*\n...*...*.\n.*......*\n..*...*..\n......*..\n**....*.*\n**....***\n.*.....*.\n*........\n```\n\n\n## Output without wrap\n\n```\n...**....\n..***..**\n..***.*..\n......**.\n.......*.\n**...*...\n***......\n*.*.....*\n......*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.*.**....\n*****.*..\n......**.\n.*.....**\n**...*.*.\n***....*.\n.**......\n......***\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*.***\n**.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n*.***.\n*.***.\n```\n\n\n## Output without wrap\n\n```\n**....\n*.***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*....*.*\n..*...**\n..*...*.\n..*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.......*\n.*...*.*\n.***..**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n**...*..\n.***..**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n.......*\n.......*\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n........\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n*.....*.\n*.....*.\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.***\n......***.\n...**.*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..**......\n..**......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**..**\n..**..\n**....\n.***.*\n```\n\n\n## Output without wrap\n\n```\n..*..*\n.*....\n......\n*...*.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n......\n*.....\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n**.*..\n.*****\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n***...\n...*..\n**...*\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n...*..\n.*...*\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*..\n*.**..**.\n....**.*.\n**.....*.\n*****...*\n.**.....*\n*.*.**...\n.***..*..\n```\n\n\n## Output without wrap\n\n```\n**.*..**.\n*.**...*.\n*.****.**\n*....****\n...*...**\n.....*...\n*...**...\n.*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***.*\n*.**...*.\n*.****.*.\n.....***.\n...*...*.\n.....*..*\n*...**...\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.*......*\n.*......*\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.*......*\n*........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**.***\n****.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n.**..*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*....\n...*.**...\n.*.***.*..\n*.*.......\n.**..*..*.\n......*...\n.......**.\n..........\n..*...**..\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..*..**...\n..*..**...\n*...***...\n.*...***..\n.......*..\n......*.*.\n......*.*.\n......***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n..*..**...\n..*..**...\n*...***...\n.*...***..\n.......*..\n......*.*.\n......*.*.\n........*.\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.....*.\n....**.\n....**.\n.******\n..***..\n..**...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n......*\n..*....\n.*....*\n.......\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....**.\n......*\n..*....\n.*....*\n.......\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n..**\n*.**\n****\n*.**\n*..*\n****\n*..*\n.***\n.*.*\n**..\n*.**\n..**\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n*...\n*...\n*...\n*...\n*...\n*..*\n*...\n**.*\n...*\n*..*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.*..\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n..*.*....\n*.*.....*\n.........\n.........\n.........\n**.......\n*****....\n*..***..*\n**...*.*.\n.....*...\n.*...*...\n..***....\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.*.*.***.\n.*.*.....\n.........\n.........\n.........\n*..*.....\n.....*...\n.....**..\n**...*...\n**..**...\n..**.*...\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..\n.*.*.****\n.*.*.....\n.........\n.........\n.........\n*..*.....\n.....*...\n.....**..\n**...*...\n**..**...\n..**.*...\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*.*\n.**..*.*.\n*....*...\n..**.....\n.**.*.**.\n**...*.**\n..*..*..*\n.**.***..\n......*..\n```\n\n\n## Output without wrap\n\n```\n**....**.\n..*.**.*.\n...**.*..\n..*****..\n*...*****\n*..***..*\n*.**....*\n.****.**.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.*\n..*.**.*.\n...**.*..\n..*****..\n....****.\n...***...\n..**....*\n.****.**.\n...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***.*\n*.*.*\n*.***\n**..*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n...*.\n.....\n.*..*\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n****\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n.***\n***.\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n...*\n*...\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*..*\n.....\n**..*\n.....\n.**.*\n.....\n*****\n***..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n...*.\n.**..\n*.*..\n.....\n.*.*.\n.....\n**...\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*..*\n*****\n***..\n...**\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n.......\n*....*.\n*.**.*.\n.**.***\n..*.*.*\n..*.*.*\n...**.*\n****.**\n..*.**.\n.**.**.\n*...*.*\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n.*..*..\n*.**...\n......*\n..*.*.*\n..*.*.*\n......*\n.*....*\n*......\n.**...*\n.**...*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*.*\n.*..*..\n*.**...\n.......\n..*.*.*\n*.*.*.*\n.......\n**.....\n.......\n***....\n***...*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n***\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n.**\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n***\n...\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n.*..\n*..*\n**..\n....\n....\n*...\n**..\n**.*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n.*..\n*.*.\n**..\n....\n....\n**..\n..*.\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.***\n.*..\n..**\n**.*\n....\n....\n**..\n..*.\n....\n.***\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..**.\n***......**\n.*........*\n.***.......\n.***.**....\n.**..*.....\n..*.***....\n....*.*....\n```\n\n\n## Output without wrap\n\n```\n.*......*.*\n.*......*..\n.****....**\n...***.....\n....**.....\n.*....*....\n..*.*......\n..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.**.\n..*.....*..\n..***....*.\n...***....*\n....**.....\n.*....*....\n.....***...\n.**...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n......**.\n...*.....\n..**.....\n**.**....\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..*......\n.*..*....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.......*.\n..*......\n.*..*....\n.**......\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*..\n..*..\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**..\n.**..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.**..\n.**..\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n..........*.\n............\n.........**.\n...........*\n.........**.\n............\n............\n............\n............\n............\n............\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.........**.\n..........*.\n...........*\n..........*.\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.........**.\n..........*.\n...........*\n..........*.\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n....\n..*.\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n****\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.*...\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..**\n*..**\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n...*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.....*\n*...*.\n...*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n*...*.\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n*..\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n*..\n*..\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n*..\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n....*\n*...*\n.*..*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n*...*\n...**\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n.....*...\n**...*...\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....***..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....***..\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n..*.*.\n.*..*.\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n....*.\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...***\n....*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.......**\n.......**\n*....*.**\n...****.*\n...*.*.*.\n..**....*\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n....*.***\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n........*\n.........\n*...*.*..\n........*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.*..\n*.***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*\n....***\n....**.\n.......\n.**...*\n****.**\n.....*.\n.*****.\n..*....\n......*\n*....**\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...**.*\n....*.*\n.......\n...*...\n**.*..*\n*.....*\n*....*.\n.*.....\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...***.\n....***\n.......\n...*..*\n...*.**\n.......\n.*...*.\n.......\n**..***\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n....\n....\n....\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.***\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.***\n....\n....\n....\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n*.....\n**...*\n****.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n....*.\n*.**.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n....*.\n..**..\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n.....**\n.......\n....**.\n.*.....\n***.***\n...*..*\n*.*....\n.***...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n....*.*\n.......\n****..*\n*******\n*..**.*\n.......\n.***...\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*....**\n....*.*\n.......\n.***...\n.******\n...**..\n*......\n.***...\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n*.**\n.*.*\n***.\n.*..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n****\n****\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n....\n....\n*..*\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n.*..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..*.\n....\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n*.**\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n****\n**.*\n****\n****\n.**.\n.***\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n....\n...*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*.*..*\n*...*.\n**..*.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.*.***\n.....*\n*..***\n*.*.*.\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.....\n...**.\n..*.*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n.....\n.....\n*....\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n***..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n..*.*\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.**..\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..**.\n.**..\n*....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n........*.\n...*.***.*\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n.......*..\n......*.*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n..........\n..........\n..........\n.......*..\n.....**.*.\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******\n*..*****\n********\n********\n********\n********\n********\n```\n\n\n## Output without wrap\n\n```\n..*....*\n*.......\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..*..\n......*.*....\n*.........***\n*...**..*.**.\n..**..***....\n```\n\n\n## Output without wrap\n\n```\n........*....\n.......*.***.\n.....*.*..*..\n..**......*..\n..**....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.....\n......*..***.\n**...*.*..*.*\n****....*.*.*\n..**..*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n..*.....\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.*\n***.*...*.*\n.*.***..*..\n*..*.*...*.\n**..*.**.*.\n**.*...*...\n*.**.**...*\n.*.***..***\n```\n\n\n## Output without wrap\n\n```\n*..........\n*.*.**.**..\n.....*..*..\n*..*...*.*.\n...*****...\n...*...**..\n*....****.*\n.*.*.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**..\n..*.**.**.*\n.....*..*..\n*..*...*.*.\n...*****...\n...*...**..\n.....****..\n.*.*.****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...***\n*..*.*\n**..**\n.*..**\n*.....\n...**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n*...*.\n......\n**...*\n..**.*\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..**..\n*.....\n*...*.\n**..*.\n****..\n***.**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n.*.*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n**.......*\n........*.\n*..**.....\n..........\n..........\n.*.*......\n..........\n..........\n...*....*.\n.*.*......\n**..*.*...\n.........*\n```\n\n\n## Output without wrap\n\n```\n........**\n.........*\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n**.**.....\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n*.........\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n**.**.....\n***.......\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n......\n......\n.*...*\n*....*\n.**...\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n*.*...\n***.*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n......\n......\n.....*\n..*..*\n.**.**\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n...*...\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n...*...\n...**..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.*..*..\n.*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n..**\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n****\n****\n**..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.......\n......*\n..*...*\n.*...*.\n..*....\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n.**....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n*....**\n.**....\n.*....*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n........*.\n.......*..\n```\n\n\n## Output without wrap\n\n```\n........**\n.......***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.......***\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n....*..\n....*.*\n.*....*\n.*.....\n.*.....\n*.*.***\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n*.*....\n....**.\n**....*\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n....***\n......*\n.*.....\n***..**\n....***\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..***\n...**\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n.....\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n...**\n*..**\n**..*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n*....\n...*.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n**.**\n...**\n***.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.*...*\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n....\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**.*\n....**\n...*..\n.**..*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n..*..*\n..**.*\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n..*..*\n*.**.*\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*..**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n***..*\n..*.**\n*.**..\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*....*\n**..**\n*...**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*...*\n.**.*\n*....\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n**.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.....*.\n.......\n.......\n.......\n.*.*...\n..***..\n..*....\n***....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n...**..\n...**..\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n.*.....\n.......\n.......\n.......\n...**..\n...**..\n.*.....\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....**\n*..**.\n....*.\n..*..*\n......\n..**..\n**.**.\n.*..*.\n*.*.**\n*.*.**\n.***..\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n.....*\n....*.\n...**.\n.*..*.\n*...*.\n**..*.\n*.....\n.*....\n*...*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n...**.\n......\n......\n...*..\n.*..*.\n......\n**..**\n**...*\n......\n..*...\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*...\n........\n........\n...*....\n.....*.*\n........\n.**..*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n.*......\n........\n........\n........\n*.......\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n..*..*\n****.*\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n.*****\n*....*\n*....*\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n......\n......\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n..***..\n.......\n.*.....\n.......\n.......\n.......\n..**...\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n.*.....\n..*.*..\n.......\n.......\n.......\n...*...\n..*.*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*..*..\n..*.*..\n.......\n.......\n.......\n...*...\n..*.*..\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n...*\n...*\n*...\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n***.\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n*..*\n.**.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..\n....***.\n.**....*\n...*..*.\n...*...*\n.*.**...\n..*.*.**\n*...*..*\n......**\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n..*.****\n..*.**.*\n......**\n...*....\n..*.*..*\n..*.*..*\n..**.*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**\n..*.****\n***.**..\n*.....**\n...*....\n***.*...\n.**.*...\n..**.*..\n*...***.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*....\n.............\n..........*..\n.*.*......*..\n.............\n...**........\n*..*...*..*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n...*.........\n..*.*........\n.....*.......\n...**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n...*.........\n..*.*........\n.....*.......\n...**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.*.....\n*....*.\n**.**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n*.*.**.\n**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n..*.**.\n**..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n**..\n.*..\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n*.*.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.**\n..*.\n....\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*.*\n*...\n.*..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.*..*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*****\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...*.*..\n..****........\n*...*..***....\n.........*...*\n****....**..**\n...*........*.\n............**\n...***......**\n...***........\n**..*.*......*\n**...**...****\n.*...**...**..\n.....*.***.**.\n```\n\n\n## Output without wrap\n\n```\n..*****.......\n..*...*.***...\n.**.**.**..*..\n.......*..****\n*...*...***..*\n.*.**.....**..\n...*.......*..\n..***......*.*\n....***....*..\n.....***...*.*\n....**.*.....*\n.*.****...**.*\n.......***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*...**.\n..*...*....*..\n..*.**.**..*..\n.......*..**.*\n*...*...***.**\n**.**.....***.\n...*.......*..\n..***......***\n.*..***....***\n.*...***...*..\n....**.*......\n...****.......\n..**.***.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...**.**..\n..**...**..*..\n..**...**..*..\n```\n\n\n## Output without wrap\n\n```\n.......******.\n....*.*....**.\n...*...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**..*..*\n...**.**.....*\n...**.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.**\n...\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*.*\n....\n**..\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n....\n....\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n**.*\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*...\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*..*\n..*..*\n....*.\n.*..*.\n.***.*\n.***..\n**....\n..*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**.*.\n...***\n...***\n.*..**\n*.....\n...**.\n*..*..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**.*.\n...***\n...***\n**..**\n......\n...**.\n*..*..\n**....\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**.**\n***..\n..***\n***.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n.....\n.....\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*\n.....*..*\n*.*...**.\n...*...**\n....*..*.\n**....*.*\n***....**\n*.....*.*\n.*****.*.\n..*.**.**\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n..*...*.*\n......*..\n...*....*\n......*..\n*.*...*.*\n..*...*.*\n*...***.*\n.**......\n.**....**\n....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n..*...*.*\n*.....*..\n...*.....\n......*..\n..*...*..\n..*...*..\n....***..\n.**......\n***....**\n.******.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.**..\n*****.*.**\n.****.**.*\n..********\n*.****.***\n..*****.**\n***.***.**\n******...*\n**.**.***.\n*.********\n```\n\n\n## Output without wrap\n\n```\n*...*.***.\n*........*\n*.........\n..........\n..........\n*.........\n*.........\n.........*\n..........\n*.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n*.........\n..........\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n...\n...\n***\n***\n.*.\n...\n...\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n...\n***\n...\n.*.\n*.*\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n.*.\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n.......\n.......\n.....*.\n****.**\n.***.**\n*......\n.......\n**.....\n***...*\n**...*.\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n.*****.\n.*.*...\n.*.**..\n***....\n*......\n*.*....\n..**...\n.*...**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*.....\n.****..\n.*.*.**\n**.**.*\n..*...*\n.......\n*.*....\n.***...\n.*...*.\n.....**\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*...*\n.****\n.***.\n.*.*.\n..**.\n.***.\n..*.*\n.....\n.*.*.\n..*..\n**...\n```\n\n\n## Output without wrap\n\n```\n...**\n*....\n*...*\n*....\n.*..*\n....*\n.*..*\n.**..\n..**.\n..*..\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.....\n.....\n.*..*\n....*\n.*..*\n.**..\n..**.\n..*..\n*.*..\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n.........\n.*.......\n**...**..\n...*.*.*.\n......***\n.........\n.*.......\n..*......\n..**..*.*\n.........\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..**.....\n**.......\n***.***..\n....**..*\n......***\n.......*.\n.........\n.***.....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n..**.....\n**.......\n***.***..\n*...**...\n......***\n.......*.\n.........\n.***.....\n..**.....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*....\n***..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n*....\n.....\n.*...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*.....\n.***......\n......**.*\n..***.....\n...*......\n***.......\n*.*......*\n*..*....**\n...*....*.\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..**......\n.*..*.....\n..***.....\n....*.....\n*.**......\n*.**....**\n.***....**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**......\n..**......\n.*..*.....\n..***.....\n....*.....\n*.**.....*\n..**....*.\n****....*.\n*.......*.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..*...\n**.*...*.*.\n*........*.\n..*........\n.***.......\n.*.*.......\n..*........\n....*......\n..****.....\n.*....*....\n.*.........\n.*.....***.\n**...***..*\n...........\n```\n\n\n## Output without wrap\n\n```\n**.**......\n....*......\n*...*......\n...*.......\n.*.**......\n.*.**......\n.*.........\n.*...*.....\n.*....*....\n*....**....\n*...*.**.*.\n.........*.\n***...*..*.\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*.....*\n*...*......\n...*.......\n.*.**......\n.*.**......\n.*.........\n.*...*.....\n.*....*....\n*....**....\n....*.**..*\n...........\n...*.*.....\n....**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*....\n*..*.*..**\n.*.**...*.\n*..*....**\n****...**.\n*......**.\n*...*.*..*\n.****.***.\n*....**.*.\n..**.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n...*.*..**\n**.*...*..\n*........*\n*.**......\n*.**..*..*\n*.*.*.*..*\n*****...**\n........*.\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**..*\n*..*.*..**\n.*.*...*..\n..........\n..**......\n..**..*...\n*.*.*.*...\n.****...*.\n........**\n..**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n.....*\n.*...*\n.*..*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.....*\n*...**\n....*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n...\n.**\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n***\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n.*.\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n.***\n*.*.\n....\n....\n...*\n*..*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n..**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n.*.*\n....\n....\n....\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*..*..\n*.*...\n.***.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*..*..\n*****.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n.*.*..\n..**..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n....\n....\n....\n....\n.**.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n....\n....\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**...*\n.....*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n....*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n****\n..**\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n**..\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n**.*...\n...*...\n*...*..\n.*....*\n*.....*\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.***...\n...**..\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n*.*....\n*.**...\n...***.\n.....*.\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*.**\n...*******\n****.***.*\n..*.**.***\n..****.***\n**.**.*.**\n**********\n****..*..*\n**.**.****\n```\n\n\n## Output without wrap\n\n```\n..*...*..*\n*.........\n.*........\n..........\n..........\n*.........\n..........\n..........\n*..*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.*........\n..........\n..........\n..........\n..........\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n...*.\n*.*.*\n.*..*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.**.*\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n...**\n***.*\n....*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*.*..\n*..*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.*...\n.**...\n..*...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n...*..\n.*..*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n....*.\n.*..*.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n*..*..\n**.*..\n.*.*..\n......\n.*....\n***..*\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..**.\n**.**.\n**....\n..*...\n***...\n..*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n*..**.\n**.**.\n**....\n..*...\n.**...\n..*..*\n..*..*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.**\n..*.*.*.*.\n..***.***.\n***....***\n......*..*\n*.*.......\n****..*...\n...*...**.\n*...**.*..\n```\n\n\n## Output without wrap\n\n```\n.....*....\n...**.**..\n....*.*...\n.***.**.*.\n*.......*.\n*.**....*.\n*..*..***.\n...*.*....\n....***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.*\n..*.*.*..*\n*...*.*...\n*.**.**...\n.........*\n*.**.....*\n...*..**..\n.*.*.*.*..\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n.**\n*.*\n***\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n*..\n*..\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n..*.\n..**\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n...*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n**..*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n**....\n*****.\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n.****.\n.****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n***...\n......\n......\n*...**\n.***..\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*...*.\n.*.*..\n.*.*..\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n.*.*..\n...*.*\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n**.\n.**\n***\n.*.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*..\n...\n*..\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n..*...\n.*....\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n*.**.*\n.....*\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*...\n....\n*...\n....\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*.****..\n..*.*.....\n....****..\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....***...\n..........\n...****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n....***...\n..........\n...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......*..\n.........\n...*.....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..**.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..**.....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*.***\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n***.*.\n**...*\n..*..*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n.*...*\n..*..*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.\n*.*..**\n******.\n.*.*.**\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.*...**\n*.....*\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.......*...\n...........\n...........\n..........*\n...........\n.......*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n***...\n**....\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n..*...\n......\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n......\n..*..*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....*\n*.*.....*\n.*.......\n.....*...\n.........\n....*....\n..***.*..\n.*...*...\n.*.***...\n....*...*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n...*.....\n.**......\n.........\n.........\n....**...\n..***....\n.*...*...\n..**.**..\n..**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..**\n*..*....*\n***......\n.........\n.........\n....**...\n..***....\n.*...*...\n*.*.***..\n**....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*..*...\n..**....*..*.\n*....**...**.\n*....*..*...*\n*..*******.**\n**...*...**..\n..*.*.*.*.**.\n....***.....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.**......\n*......*.*.**\n.........*..*\n**...*..**...\n..*........**\n*.**..**..*.*\n**..*.**..***\n..***.**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n.........*.*.\n*........*.*.\n**...*..**.**\n*.*..........\n..**..**..*..\n....*.**.*...\n....*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n**.....*\n**......\n.......*\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n.*......\n.*......\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.*.*\n**..*\n...*.\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n*.*.*\n**.*.\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....**\n.***..\n..*.*.\n*.*...\n..*..*\n.....*\n*...**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n.**..*\n......\n..*...\n.*....\n.....*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n******\n.**..*\n......\n..*..*\n**...*\n......\n*...**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n**.*..\n.****.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n*..**.\n......\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....*.\n....*...*.\n.*.**...*.\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n....*..***\n...***.*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*..***\n...***.*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n..*.*.*.\n..*.*..*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n..**.\n....*\n.....\n.....\n.....\n*....\n.**.*\n```\n\n\n## Output without wrap\n\n```\n...**\n..***\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*..*.\n....*\n.....\n.....\n.....\n***.*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.****\n******.****\n*****.*****\n***********\n***.*******\n*.**.******\n*.*********\n```\n\n\n## Output without wrap\n\n```\n*....*.*..*\n...........\n...........\n...........\n...........\n*..........\n..*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.*.*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.*\n*.*.*.**\n******.*\n.**.*...\n........\n...*.***\n*.*.***.\n..*..*.*\n.*.**..*\n*.**..**\n.**.*...\n```\n\n\n## Output without wrap\n\n```\n......*.\n.......*\n**....*.\n.*......\n..*...*.\n.*...**.\n.***....\n..**..*.\n.*..**.*\n*.*.**.*\n.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n........\n........\n......*.\n..*...*.\n*....***\n****...*\n..**....\n*...**.*\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*...\n......*....\n.....*..*..\n.***.*...*.\n*.....*..*.\n*..**.*.*..\n**....*.*.*\n...**......\n*..........\n.***.......\n```\n\n\n## Output without wrap\n\n```\n.....***...\n....*..*...\n.**.....*..\n.**.*....*.\n*..........\n*.....*....\n..*........\n...........\n...........\n.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..***...\n...**..*...\n.**.....**.\n***.*.....*\n**.........\n......*....\n.**......**\n.........**\n.*.........\n.***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n**.*\n.*..\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n*....*\n***.**\n..**.*\n....**\n******\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n*.*.*.\n.****.\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n...*..\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*..*.*\n****.*\n*.*.*.\n.****.\n....**\n*.**..\n.*.***\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n*.*..*\n**..**\n*.....\n.*....\n......\n***...\n*..**.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n**...*\n.....*\n..*..*\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*....\n..*.**....\n..........\n.**.......\n.***......\n****......\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n.....*....\n.*........\n.*.*......\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n...*.*....\n.*........\n.*.*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.***...*.\n...*.*.*..**.\n...*.*.*..**.\n```\n\n\n## Output without wrap\n\n```\n..**...**..*.\n..**...***..*\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*...*.**\n*..*.*...*.**\n*..*.*...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n..*.\n.***\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n*...\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..*..\n..***..*.*.\n......*..*.\n....*......\n......*...*\n..**..*..*.\n.*....*...*\n.*.......**\n```\n\n\n## Output without wrap\n\n```\n......***..\n...**.**.*.\n....**.**..\n.....**....\n.....*.....\n..*.***..**\n......*.*..\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.**.*\n....*.**.*.\n....**.**..\n.....**....\n.....*....*\n***.***..**\n.****...*..\n....**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n******\n.**.**\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n......\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n*.*...\n***..*\n***...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..**..\n.**...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n*...**\n.***.*\n*.*.*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.........\n*........\n.....***.\n.....***.\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......*..\n.....*.*.\n.....*.*.\n......*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......**.\n.....*.**\n.....*.**\n......*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n**.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*..*\n........**..\n*.**.....*.*\n...*...*..**\n....***.....\n...*.**...*.\n....**...**.\n```\n\n\n## Output without wrap\n\n```\n........**..\n.*......**..\n..**.....*.*\n..**.**...**\n...*...*..**\n...*.....**.\n....***..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*...\n**......**.*\n*.**.....*.*\n*.**.**...**\n...*...*..**\n...*.....**.\n..*..**..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*...\n.....***...\n.*......**.\n*......**..\n....*..*...\n...........\n****..**..*\n....*.*.*.*\n**......*..\n.*.*...*...\n......*....\n...**.*....\n```\n\n\n## Output without wrap\n\n```\n.....*.*...\n.....***...\n.........*.\n.......*.*.\n.......**..\n.***..**...\n.***.***.*.\n...*.**.*..\n***.....**.\n***....*...\n..******...\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*...\n.....***...\n.........*.\n.......*.*.\n.......**..\n****..**...\n****.***.**\n...*.**.*.*\n***.....**.\n***....*...\n..******...\n...**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*..*.\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n...*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*..*\n.*..*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n.....\n.....\n.....\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.****\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**.....\n.**.....*....\n.**..*.*...**\n..*..**....*.\n**.*.*.*.....\n.*..*........\n.*...***.....\n.**...**.**.*\n*.*....**....\n```\n\n\n## Output without wrap\n\n```\n..*..........\n...**.***....\n..**...**..**\n**.*.*.....**\n**.*.*.......\n....**.**....\n*.*.**.**....\n*.*..*...*...\n.*....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n**.*..**.....\n*.**...**..*.\n.*.*.*.....*.\n**.*.*.......\n.*..**.**....\n.**.**.**....\n..***.*..*...\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..**\n**..*....*\n..*.......\n**........\n.*..***...\n....*.*.**\n```\n\n\n## Output without wrap\n\n```\n******..**\n*...**..**\n..*.......\n***..*....\n**..*.**..\n....*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..*..\n....**..**\n..*......*\n***..*....\n.*..*.**.*\n.**...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n*......\n****...\n*...*..\n*....*.\n.......\n.***...\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n..*..*.\n*....*.\n..*.*..\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*.....*\n*.*.**.\n*......\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n.....\n.....\n*...*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n..*.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n**..\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n........**\n*........*\n*.........\n*.........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n........**\n.......*..\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n*......**.\n*.........\n**.......*\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.***\n....**...\n.**.**.**\n..*.****.\n.*.*.*...\n.*.**.*..\n...*..*..\n.**......\n...*..**.\n```\n\n\n## Output without wrap\n\n```\n...**.**.\n..*......\n.**....**\n.......**\n.*.....*.\n...*..*..\n.*.***...\n..**..**.\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n*.*......\n.**....**\n*......**\n.*.....*.\n...*..*..\n.*.***...\n..**..**.\n...****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n****.***\n*.....*.\n.**..*..\n*...*...\n*...*..*\n*...***.\n....*.**\n*.....*.\n*....***\n```\n\n\n## Output without wrap\n\n```\n.**.**..\n***.**.*\n*..**..*\n**...*..\n*..***..\n**.**.*.\n...**...\n....*..*\n........\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n***.**..\n...**...\n**...*.*\n*..***.*\n**.**.*.\n*..**...\n*...*...\n*.......\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n......*\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*....\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...******\n*....*...\n*........\n**...**.*\n......*.*\n*........\n*...*.*..\n```\n\n\n## Output without wrap\n\n```\n....****.\n.....*.*.\n*....**..\n**...**..\n**...**..\n.....*.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...**\n*....*.*.\n.....**..\n.*...**.*\n.*...**.*\n*....*.**\n*..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n......*.*\n......***\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.*..*....\n.*..*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n....\n.*..\n**.*\n....\n....\n..**\n.*..\n..*.\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n***.\n....\n....\n..*.\n.*.*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n***.\n*...\n....\n..*.\n.*.*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...********.\n*.*******.*.\n*.*.**...*.*\n*..*.*.**.**\n**********..\n.**.**...***\n**..*.**..*.\n*..*..*..*..\n****.**.****\n****.***....\n```\n\n\n## Output without wrap\n\n```\n..*.......*.\n..*........*\n*.*........*\n*..........*\n*...........\n...........*\n*...*.***..*\n...*.......*\n........***.\n*..*.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*.\n*.*.........\n..*.........\n............\n............\n............\n....*.***...\n...*........\n........***.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..*....*..\n..*......*\n.......**.\n...*.*..**\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..*.......\n..*.......\n......**..\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...***\n.*.*......\n..*.......\n......**..\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n..**\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.**\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.**.*\n...**\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.*...\n....*\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*...\n....*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...***..\n.**.***.......\n...*..*.......\n...**.*.*..*..\n....****..*...\n```\n\n\n## Output without wrap\n\n```\n.**..**.......\n.*....**......\n..............\n...*****......\n...**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**.***..\n.**...**.***..\n..............\n.......*......\n.***...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*******\n**********\n********..\n***.******\n**********\n..*****.**\n```\n\n\n## Output without wrap\n\n```\n*........*\n.........*\n..........\n.........*\n*.........\n.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*........\n*.*........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n****.****.\n******.***\n**********\n*********.\n**.*******\n**********\n**********\n******.***\n*.*******.\n..********\n*******..*\n***.******\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n**.......*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n........\n...**.*.\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....**..\n...**...\n...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..*.*\n....*\n.*..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n....*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n..........\n...**.....\n....**....\n....***...\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...*.*....\n...*.*....\n...*..*...\n......*...\n.....*....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*.*....\n...*.*....\n...*..*...\n......*...\n.....*....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**...**.\n.**...**.\n.........\n.........\n.........\n....*....\n...*.*...\n...*.*...\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.**...**.\n.**...**.\n.........\n.........\n.........\n....*....\n...*.*...\n...*.*...\n....*....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.**...**.\n.**...**.\n.........\n.........\n.........\n....*....\n...*.*...\n...*.*...\n....*....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n.**\n**.\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*********\n*.****...***\n**.***.*****\n*********..*\n*****.**..**\n```\n\n\n## Output without wrap\n\n```\n.......*....\n.......*....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.......\n..*...........\n...**.........\n..............\n..............\n..............\n..............\n..............\n.**...........\n*.............\n*..*..........\n.**...........\n..............\n.....**.......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.*............\n*.*...........\n*.**..........\n.**...........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n...*.**.......\n..............\n..............\n..............\n..............\n..............\n..............\n.*............\n*.*...........\n*.**..........\n.**...........\n.....*........\n....*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*\n......****\n......*..*\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....*****\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..**.\n.*..*..**.\n.*..*..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n***.......\n***.......\n.**.......\n.......*..\n```\n\n\n## Output without wrap\n\n```\n.*........\n.**.......\n..**......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.**.......\n..**......\n..........\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*.*..\n****.\n.*...\n...*.\n*.*.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n***..\n*..**\n*...*\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.***.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n****.*\n***.**\n******\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n**.....\n.*....*\n.*....*\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n***....\n..*....\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n***....\n..*...*\n.....**\n.*....*\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n......\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n........\n......*.\n....*...\n..**.**.\n.....**.\n.*...*..\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...**.*.\n...*..*.\n..*.....\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n........\n........\n...**.*.\n...*..*.\n..*.....\n.....**.\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n...***..\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....*...\n...***..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....*...\n...***..\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**.\n.......***.\n.......***.\n......*..**\n.......*.**\n.........*.\n...........\n...........\n...........\n.........*.\n*.......*.*\n*.......*..\n*..........\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n..........*\n......*....\n......*....\n...........\n........***\n...........\n...........\n...........\n.........*.\n........*..\n**.......*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.**\n..........*\n......*....\n......*....\n...........\n........***\n...........\n...........\n...........\n.........**\n*.......*.*\n**.......*.\n........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*...*.\n....**\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*.*\n...*..\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...*..\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n***\n.**\n**.\n..*\n*.*\n.**\n***\n**.\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n*..\n*.*\n..*\n...\n...\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.**..\n.**..\n.*...\n*...*\n*..*.\n...**\n*..**\n*....\n*..**\n..*..\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*....\n***..\n**...\n...*.\n..*..\n...**\n**...\n.*.*.\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.**..\n*....\n.**..\n**..*\n*..*.\n..*..\n*..*.\n.*...\n**.**\n***..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.......**.\n.......*..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......**.\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......**.\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n.*....\n.***..\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n**.**.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n**....\n......\n.*.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*.*..\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***..**\n.*.*******\n.**.***.*.\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*..*....**\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*...*\n..*.***....\n.*..*****..\n...**......\n****...*.**\n*......**..\n...*..*..**\n```\n\n\n## Output without wrap\n\n```\n..**.......\n.**........\n..*........\n*..........\n*.***.**...\n*..**.*..*.\n......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.**.*.\n*.**..***..\n*.*.......*\n.........*.\n*****.**.*.\n**.........\n..***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n**.\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n..*\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******\n*....***\n*..***..\n**....*.\n****.***\n*.*..***\n```\n\n\n## Output without wrap\n\n```\n.***....\n*.*.*.**\n.*....**\n...**...\n..*..**.\n..*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..*.....\n........\n...**...\n........\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*..\n...*.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*..*..\n...***..*.\n...**.....\n..*.......\n..........\n........**\n.......***\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n.....*....\n..*..*....\n...*......\n..........\n.......*.*\n.......*..\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n...***....\n.....*....\n..*..*....\n...*......\n..........\n.......*.*\n*......*..\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*....\n.*.*.\n.***.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n...*.\n....*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.*.*.\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n**.***\n....*.\n.*.*..\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n..*..*\n**...*\n...**.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.**...\n***.**\n.*....\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***....\n**.***.*.\n*...*.***\n.***....*\n.....**..\n.*...****\n.**.**...\n**.*****.\n...*.***.\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.....***\n*.**....*\n*****...*\n*...**.**\n.**....**\n*.*....**\n.**....**\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n......***\n..**...*.\n.****..*.\n....**.**\n***.....*\n..*....*.\n**.....*.\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..\n..*.....\n..*...**\n..*..***\n..*....*\n*.****.*\n***.....\n..**...*\n.**.***.\n.....*..\n.*......\n.*..*..*\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n.***..*.\n.***.*.*\n.***.*..\n..*....*\n*...*.*.\n*.....*.\n*...***.\n.**.***.\n.**.***.\n........\n**....**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**\n.***..*.\n.***.*.*\n****.*..\n..*.....\n....*.**\n......*.\n....****\n.**.***.\n.**.***.\n*.......\n.*....**\n**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n...\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n...\n...\n*..\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*.\n**.*..**.\n....**.*.\n.*.....*.\n.......*.\n.*.......\n*......*.\n*......**\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n...*...**\n***.**.**\n.......**\n.........\n.........\n**.....**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**...\n...*...*.\n***.**.*.\n.......**\n.........\n........*\n**.....*.\n*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...\n...***.**.**\n...***.***..\n.......*....\n........*..*\n....**..**..\n....**.....*\n```\n\n\n## Output without wrap\n\n```\n....*...**..\n...*.**...*.\n...*.*..***.\n....****....\n....*.......\n....****..*.\n....**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**...*\n..**.*.*....\n...*.*..***.\n....****....\n....*.......\n....***...*.\n...*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**...\n....***.....\n....***.....\n............\n............\n............\n............\n............\n*******.....\n******.*....\n..*.*.*.*...\n..........*.\n.....***...*\n......***...\n```\n\n\n## Output without wrap\n\n```\n....*.**....\n...*........\n....*.*.....\n.....*......\n............\n............\n............\n.*****......\n*.....*.....\n*......*....\n..*.*.**....\n............\n.....*..*...\n.....*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*...\n...*........\n....*.*.....\n.....*......\n............\n............\n............\n.*****......\n*.....*.....\n*......*....\n..*.*.**....\n............\n.....*..*...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n***...\n..***.\n*.....\n.**.**\n....*.\n......\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.....\n*.**..\n.....*\n.*.***\n...***\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.....\n*.**.*\n*.....\n**.***\n...***\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n.*....\n.*....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........***.\n..............\n..............\n.....*..*.....\n.....**.**....\n........*.....\n....*.**......\n***..*.*......\n**......*.....\n.......***....\n...........***\n..........***.\n...........*.*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n......***.....\n.....*...*....\n.....*....*...\n..............\n.*...*........\n*.*..*...*....\n......*..*....\n.......*..*...\n.......*..*...\n..........**..\n..........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........***.\n..........***.\n......***.....\n.....*...*....\n.....*....*...\n..............\n.*...*........\n*.*..*...*....\n*.....*..*....\n**.....*..*.*.\n*......*..*.**\n.........*....\n..........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n*......\n*.*...*\n***....\n.*.....\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n*.*....\n*.**...\n*.*....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n..*...*\n..**..*\n***....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n.**...\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n...*..\n......\n......\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***........*.\n*...***......\n*....*...*...\n..**...**...*\n.....*.*....*\n..**.....***.\n```\n\n\n## Output without wrap\n\n```\n**...*.......\n*...***......\n.*.*.*.**....\n....*..**....\n....*.**.**.*\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**.....*.\n*...***......\n**.*.*.**...*\n*...*..**...*\n....*.**.**.*\n*.**......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n**.**.\n******\n******\n**..*.\n**.***\n****.*\n...***\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n......\n......\n......\n......\n.....*\n*.....\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*..*\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n...*\n....\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*...*\n.****\n..***\n.***.\n.*.*.\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n.....\n.....\n***..\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n**...\n.....\n.**.*\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.**.\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.*.**\n***.*\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.**\n*.**.***..\n*..*******\n*.***.****\n***.**..**\n*.****.***\n**********\n***.****.*\n*....*.***\n*....***..\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**........\n**........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n....\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n..*\n...\n...\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n**...\n***..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n..*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n..*.*\n..*.*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*.***\n****.\n*****\n*****\n.****\n..***\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n.....\n.....\n.....\n*....\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n.*..\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n*...\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n****\n..**\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*.\n**.....*\n**....**\n.*****.*\n..**.**.\n..**...*\n..*.....\n...*....\n.**.....\n.*..**.*\n```\n\n\n## Output without wrap\n\n```\n**......\n..*....*\n...***.*\n*......*\n.....*.*\n.*..*.*.\n..*.....\n.*.*....\n.****...\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.\n..*.....\n...***..\n........\n*....*.*\n.*..*.*.\n..*.....\n.*.*....\n*****...\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*..**.\n***..*\n.*....\n.*****\n```\n\n\n## Output without wrap\n\n```\n..**.*\n*....*\n.**...\n.....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n..*..*\n..*...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*..*.**.\n****..*.\n........\n........\n.....*..\n**..*...\n```\n\n\n## Output without wrap\n\n```\n....**..\n*.....*.\n*.....*.\n*...**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...*\n........\n*.....*.\n*...**..\n........\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.*..*.\n.***..\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n...**.\n...*..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...***\n...*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n***\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*.\n..*......*.\n.*.......**\n```\n\n\n## Output without wrap\n\n```\n...........\n........***\n........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...\n.......*...\n.......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..***..\n.*...***..\n..*.***...\n*..*......\n.**..**...\n*.**......\n*.*......*\n*.**.....*\n```\n\n\n## Output without wrap\n\n```\n.**..*.*..\n.*.*......\n.****..*..\n...*......\n*...*.....\n*..*......\n*.........\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.**.\n.*.*......\n.****..*..\n...*......\n*...*.....\n*..*.....*\n..........\n...*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n*..\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n*..\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n*...**.\n.......\n...**..\n...*.**\n...**.*\n...**.*\n.....*.\n.....**\n**..*.*\n```\n\n\n## Output without wrap\n\n```\n**.....\n***....\n..**.*.\n..**.**\n..*.*.*\n..**.**\n.......\n.....*.\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*...***\n*.**.*.\n..**.**\n***.*.*\n****.**\n*.....*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n*...**\n*.....\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n....**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n*...*.\n*.....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n****\n****\n*.**\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n*...***\n.......\n.......\n.......\n**...**\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n*...*..\n*...*..\n*....*.\n.*...*.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.*.\n...*....*..\n...........\n....**..**.\n****.....**\n*...**...*.\n..*....*...\n*.*....*.*.\n*.***.****.\n..*........\n*.......*..\n....*.....*\n```\n\n\n## Output without wrap\n\n```\n..*.....*..\n..*........\n.*....*...*\n*...*...*.*\n*..........\n*...*....**\n...*....*.*\n..**..***..\n.***.....**\n........*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*\n..**.......\n......*...*\n*...*...**.\n...........\n*...*.....*\n...*....***\n..**..***..\n.***.....*.\n........***\n.......*...\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*..\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n**..*.\n*..**.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n....**\n*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.*..*.\n.*....\n***.**\n*.....\n......\n......\n.....*\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....**\n**..**\n...***\n*.*...\n*.....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*..*.\n...**.\n..*..*\n*.....\n......\n......\n......\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....*...\n**.....**...\n.**.........\n.**.........\n...........*\n*.....*.****\n.....*......\n*...**....**\n.*....**....\n*.....**.*.*\n..........**\n***....*.***\n```\n\n\n## Output without wrap\n\n```\n***....**...\n*..*...**...\n............\n.**.........\n.*.......*.*\n.........***\n....***.....\n....**......\n**.....**..*\n......***..*\n*.....**....\n.*.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......*.\n*..*...**...\n............\n***.........\n.*.......*.*\n*........***\n....***.....\n*...**.....*\n.*.....**...\n*.....***..*\n......**....\n...*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n..*.*\n...*.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n...**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n**.**\n*.***\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*\n********\n*.**.**.\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*.\n**....*\n*......\n.......\n*....**\n*...*..\n.*.....\n****..*\n```\n\n\n## Output without wrap\n\n```\n***....\n..*....\n**.....\n.......\n.....*.\n**...*.\n...*...\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n..*....\n**....*\n*......\n*....**\n**...*.\n...*..*\n...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n***.\n.*..\n....\n....\n....\n*..*\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*.**\n*.*.\n.*..\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*.*.\n.*..\n....\n..*.\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*****\n.*......**.\n.**..*.*.**\n*..*.*..*..\n.*..**.*.*.\n****.**....\n.*..*...***\n..*.*.*....\n...*.....*.\n.....**....\n```\n\n\n## Output without wrap\n\n```\n**.....*..*\n...........\n***.*.**..*\n*..*.*.*..*\n.......**..\n*..*..**..*\n*...*.**.*.\n..*.**..*.*\n...**.*....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**...*\n...........\n.**.*.**..*\n*..*.*.*...\n.......**.*\n...*..**...\n....*.**.**\n..*.**..*.*\n...**.*....\n*....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n..*.\n***.\n.*.*\n*.*.\n***.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n...*\n..**\n..**\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n*.*.\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n*.*..\n**.*.\n.*..*\n**...\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n*.*.*\n*..*.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.*..\n*.*..\n...*.\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n...*\n...*\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n...*\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n*..*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.***\n**..\n.*.*\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n.*.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......**....\n.**.....**....\n.*****........\n............*.\n..............\n.....**.......\n.....**.......\n.........*....\n....***...**..\n*.****...*....\n*.*....*......\n**.**.........\n.****........*\n*............*\n```\n\n\n## Output without wrap\n\n```\n.*......**....\n*...*...**....\n.*...*........\n..*.*.........\n...***........\n.....**.......\n....*.*.......\n......*..**...\n.........***..\n.........**...\n.*............\n....**........\n.**.*.........\n..**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....**....\n*...*...**....\n.*...*........\n..*.*.........\n...***........\n.....**.......\n....*.*.......\n......*..**...\n.........***..\n.........**...\n*............*\n....**......**\n*..**.......**\n*.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.**.\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.**....\n.**....\n...*...\n.......\n*.....*\n**.....\n.**....\n.......\n*......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n.*.*...\n..*....\n.*.....\n**.....\n..*....\n*.*....\n***....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.**....\n.*.*...\n..*....\n**.....\n**....*\n..*...*\n*.*....\n***....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*..\n..*.....*.\n...*....*.\n...*..**..\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..**...**.\n..**....*.\n..**..***.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..***.\n..**...**.\n..**....*.\n..**..***.\n..**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n......**....\n.......**...\n........*...\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n......***...\n......*.*...\n.......**...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n......***...\n......*.*...\n.......**...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n......\n......\n...***\n**.*..\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*.*.\n.****.\n*.....\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n***.*.\n******\n***...\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n......*\n.......\n.......\n.......\n.......\n.*.....\n..*....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*****.\n*......**.\n**.....*..\n..........\n...***....\n..........\n..*...**..\n```\n\n\n## Output without wrap\n\n```\n.*...**.*.\n*.*..*....\n**.....**.\n....*.....\n....*.....\n...****...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*...*\n*.*..*....\n**.....***\n....*.....\n....*.....\n...****...\n.***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...\n.*...*...\n**...*...\n....*....\n*...*...*\n....*....\n```\n\n\n## Output without wrap\n\n```\n.....*...\n**..*.*..\n..**.....\n***...*..\n...*.*...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n**.*..*..\n.***.....\n.**...*..\n...*..*.*\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.\n....*..*.\n....*..**\n```\n\n\n## Output without wrap\n\n```\n....***..\n....*****\n....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n..*......\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n**...*..\n**..*..*\n.******.\n....***.\n..**.*..\n....***.\n**..*...\n*....*..\n...****.\n......*.\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n***.....\n**......\n.*......\n****.*..\n...*..**\n*****.**\n...**.**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n*...**..\n.**...*.\n***.....\n.*......\n.*......\n.***.**.\n...*....\n.****...\n...**...\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n*...\n....\n...*\n..*.\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n.......**.....\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**.*.*\n*..*****...\n.***...****\n**..***.***\n****.**.***\n*******.***\n....*.**..*\n.*.*****...\n*..*.*..*.*\n.*******.**\n*..**..**.*\n**..*..**.*\n..*.*..****\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.*.......*.\n.*......*.*\n*.*.....*.*\n**........*\n..*..*...**\n*.*****..**\n**.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*......\n..*........\n...........\n...........\n...........\n...........\n..........*\n*.......*.*\n*.*.....*.*\n...........\n.**..*.....\n.**.**.....\n*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n***\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n***\n...\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.***\n.**.*\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*.*..\n..*..\n**...\n**..*\n*...*\n..**.\n*.*.*\n*...*\n.***.\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n*.*..\n.....\n...*.\n.*...\n..*.*\n.*..*\n*...*\n*.***\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n*.**.\n.*.*.\n...*.\n.....\n..**.\n.*...\n*...*\n*****\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***.\n....***.*.\n....****..\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.....*..*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n.**\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n....\n....\n....\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*...\n....\n....\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n..**.\n*.*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n....*\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n....*\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...*\n*.**..****\n....*....*\n.....*..*.\n*.....*.**\n****.....*\n*.........\n.*........\n*****.....\n```\n\n\n## Output without wrap\n\n```\n.*..*..*..\n.*.......*\n.........*\n...*.*....\n......*...\n*......*.*\n.*........\n*..*......\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.**.......\n*.......**\n.*.*.*..*.\n.*....*...\n.......***\n..........\n...**.....\n...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...**.\n......\n......\n......\n......\n...*..\n.***..\n*.*.*.\n.****.\n*.....\n.*..*.\n**..**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n...**.\n*...**\n*...**\n*...*.\n.*****\n...*..\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n...*..\n......\n......\n......\n......\n......\n*..**.\n*...*.\n......\n*...*.\n.****.\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....**..\n...***...\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....**..\n......*..\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.....**..\n......*..\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.**.\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....*.\n......\n......\n....*.\n*..*..\n....*.\n*..*.*\n******\n.*..**\n.*...*\n..*..*\n*..*.*\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...**.\n...*.*\n....*.\n......\n.*....\n.**...\n*..*.*\n.*...*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n......\n......\n....*.\n...*.*\n...*..\n......\n......\n......\n.**...\n...*.*\n...*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*.\n.....*..*\n*....*...\n.*.....*.\n......**.\n*..*.*...\n.....*.*.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.....**..\n.....**..\n.......*.\n.....*.**\n....*..**\n....*..**\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n....**...\n.....**..\n.........\n*....*...\n*...*....\n*........\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n...*.\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*.*.\n..**.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n***.\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n..**.*.*\n....*...\n..*****.\n......*.\n.......*\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n...*.**.\n........\n...**.*.\n...**.**\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*\n...*.**.\n........\n...**.*.\n...**.**\n.......*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n***..\n*.*..\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n..**.\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...**\n..**.\n....*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n....**\n...*.*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n...***\n......\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n..*\n..*\n...\n.*.\n.*.\n..*\n*..\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n**....\n.****.\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.....\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*.....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n***.**.\n*..**..\n.*.....\n***..*.\n...*.**\n.......\n```\n\n\n## Output without wrap\n\n```\n.*****.\n***..*.\n*..***.\n...**..\n***.***\n.**.***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.\n***..**\n*..****\n...**.*\n***.**.\n***.***\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n...*.*\n***...\n..*...\n**.*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n.*..*.\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n*....*\n...*..\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n*.**\n***.\n*..*\n....\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n**..\n*...\n.*..\n..*.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n...*\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..**\n..**\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n.*..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.*..\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n*.*\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.**\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n........\n..*.....\n.*.**...\n*****..*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...*....\n*.*.*...\n*...*...\n****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n........\n...*....\n..*.*...\n.*..****\n.***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n....***...\n....*.....\n....*.....\n..........\n..........\n..........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n...**.....\n.....*....\n...**.....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n..*..*....\n...**.....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n..*.**.\n**.....\n..*....\n.*..**.\n...**.*\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.*..*..\n*..*...\n....*..\n....**.\n.*...*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n...*.*.\n...*...\n....*..\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.*.\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n.........\n.......*.\n..*.*...*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....\n.*.......\n.........\n*.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*....\n*.......*..\n...........\n****.......\n****......*\n.*.....*..*\n...**......\n........*..\n...*.**...*\n....*......\n......*....\n.....*.....\n....*......\n.....*..**.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n*.*........\n*..*.......\n...*.......\n**..*......\n...........\n...*.*.....\n....**.....\n....*.*....\n.....*.....\n.....*.....\n....**.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***.\n...........\n*.*........\n...*......*\n...*......*\n.*..*.....*\n...........\n...*.*.....\n....**.....\n....*.*....\n.....*.....\n.....*.....\n....**.....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***\n**..**...\n.....****\n**..**...\n```\n\n\n## Output without wrap\n\n```\n.....***.\n....*....\n.......*.\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n*...*....\n.......**\n*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n*..\n.**\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*..\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n..*...\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n*...*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n****\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*.*.*.\n**.**.\n......\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n*....*\n*...*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n......\n*...**\n*...*.\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.\n.*.*....\n***.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n**.*..*.\n****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.***\n**.*..**\n**..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n**.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n.***..**\n.***..**\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..*...*.\n.*.***..\n.*.**.*.\n..*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**\n.*.***..\n**.**.*.\n..*.....\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....***..*.\n.**.*.**.****\n*.****.......\n.*......*..**\n```\n\n\n## Output without wrap\n\n```\n.*...*..**..*\n*..**.......*\n*.*...****.*.\n.****.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.*...\n....*....***.\n*............\n*.**....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*.*..\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n...**\n*..*.\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.*..*\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n*..*.\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n...\n***\n*.*\n...\n.**\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n***\n.*.\n.*.\n*.*\n*.*\n..*\n*.*\n*..\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.**.*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.**.**\n....*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n.**\n*..\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n..*\n.*.\n.*.\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n......**\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n......**\n.....*..\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n.....*..\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*...*..\n...*..........\n**............\n..***......*..\n.*.*.*......*.\n.........**..*\n...*........*.\n**.**....*....\n```\n\n\n## Output without wrap\n\n```\n..............\n.**...........\n.*..*.........\n*..**.........\n...*......***.\n..*.*......***\n..***....**...\n..***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...........\n.**...........\n.*..*.........\n*..**.........\n...*......***.\n..*.*......***\n*.***....**..*\n.*.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*..**.\n*.....\n..*.*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n.*....\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*..*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n*..*\n...*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n*..*\n**..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***..**\n*.***.*.*\n*..*.*.*.\n***...***\n*********\n*********\n***.**..*\n```\n\n\n## Output without wrap\n\n```\n..*.**.**\n*.....*.*\n*....*...\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n......*..\n.....*...\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.*..\n.*.*..\n**.**.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n......\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n.*.\n...\n...\n...\n...\n..*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*.*\n...\n...\n...\n...\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n....*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.****\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.\n*.....*..\n*.....*..\n......*..\n*..**....\n****....*\n.**...***\n.***.....\n*...**...\n.*.*.**.*\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.........\n.....*.*.\n.....*...\n...***...\n...**..**\n...*....*\n....*...*\n.........\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.....*.*\n.....*.*.\n.....*.**\n...***...\n*..**..*.\n...*....*\n*...*....\n*..*.....\n.*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n..*\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**..*.\n*..**.\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n**....\n**.**.\n**.**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**.**.\n**.**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n......\n......\n*...**\n.*.*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.....*\n*...**\n*...**\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*....*\n.*..*.\n.*..*.\n..*.*.\n**...*\n.***..\n...*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n**....\n......\n*.*...\n*.....\n*****.\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n**...*\n..*...\n**....\n*.**..\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n**....\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n***...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n**.....\n.......\n***....\n*....*.\n***..*.\n*..**.*\n***.*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n.*.....\n*.*....\n...****\n*...*.*\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.\n.......\n**.....\n**.....\n***...*\n...**..\n.*..*..\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..**\n*..*\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*..\n..*.\n***.\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n......\n**.*.*\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n..*...\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*..***\n..*...\n*.*...\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..**....\n***.....\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n*.**....\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**....\n*.**....\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n..*..\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n...*..\n.*.*.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n..*.*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.**\n***\n..*\n***\n...\n**.\n**.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n.**\n*.*\n.*.\n*..\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n.....*\n*...*.\n.....*\n......\n......\n..**..\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n.....*\n*...*.\n.....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n....\n....\n*..*\n.**.\n....\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n....\n....\n****\n****\n..**\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******.*.*.\n******...*.**\n**.***.****.*\n**..*.**..*..\n.*****..***.*\n***.***..*...\n*.*...*.**..*\n**.*.*..*.**.\n..*....***..*\n.**.****.*...\n**.*****..*..\n*..*..*..*.**\n******..*.*.*\n```\n\n\n## Output without wrap\n\n```\n...........**\n.......*....*\n.............\n...........*.\n..........**.\n.........*.**\n.....**......\n.......*..*.*\n**.......*..*\n**.......*...\n...........*.\n*.***...*...*\n.****...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n........*....\n.............\n...........*.\n..........***\n.........*...\n.....**....**\n.......*..*..\n.........*..*\n.........*..*\n...........*.\n........*....\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*.\n........\n....**..\n.....*..\n......**\n.*...**.\n.**...**\n......**\n.....**.\n**.....*\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n....**..\n....**..\n.......*\n.**..*..\n.**.....\n........\n.....*..\n**...*.*\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n...***..\n....**..\n....**..\n.......*\n.**..*..\n.**.....\n*.......\n.....*..\n.*...*..\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.*\n..*.**...\n..*.**...\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n.**......\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n.....\n*..*.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.*.\n.**..***.*\n....******\n*.******.*\n**.*.*..*.\n..*.*.....\n***.****..\n..*.*..***\n.****.*.**\n```\n\n\n## Output without wrap\n\n```\n.****.....\n.**.*...**\n..*.....**\n.*.......*\n.*.....**.\n..........\n......***.\n..*.*.*.*.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.**.......\n..........\n.......***\n.*........\n*.....**.*\n.....***..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.........*\n.*...**.......\n*.....*.......\n....**.*.....*\n...*........*.\n.**.........*.\n```\n\n\n## Output without wrap\n\n```\n***...........\n.**..**.......\n....*..*......\n....***.......\n..***.......**\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n.**..**......*\n*...*..*......\n....***......*\n..***.......**\n.*.*........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..**..\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.***..\n*...*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n****\n..**\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n****\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n*..**\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n*...\n**.*\n....\n****\n....\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n***.\n...*\n**..\n...*\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n**.*\n....\n****\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n*..*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n...*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n..***..\n*.*..*.\n*....**\n*.*.*..\n*...**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n.**.**.\n..*..**\n*..****\n*..**.*\n.*.***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.**.**.\n*.*..*.\n*..***.\n*..**..\n.*.****\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.*......*\n.*......*\n......*.*\n.........\n...*...**\n....*....\n..***....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n.......*.\n........*\n.........\n..*.*....\n...**....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n*......*.\n........*\n.........\n..*.*....\n...**....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.**\n.**.....*\n.**..*..*\n**..*.***\n*..*..***\n***...***\n.*****.*.\n.**.***..\n.**.****.\n*.*****.*\n```\n\n\n## Output without wrap\n\n```\n*.*....**\n...*..*.*\n...*.**.*\n*..**....\n...*.....\n*........\n........*\n*........\n*........\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n...*..*..\n...*.**..\n...**....\n...*.....\n.........\n.........\n*........\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n....\n.*..\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n*.......\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n*.......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n*.......\n**......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**..\n*..*\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n**.*\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n....\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*......\n.**.*.*....\n**....*.*.*\n.....**....\n......*.*..\n......*..**\n...*..*...*\n..****....*\n```\n\n\n## Output without wrap\n\n```\n...........\n..**..*....\n.**..***...\n.*...***...\n.......***.\n.....***.**\n..*...*..**\n..*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........\n..*.......*\n*.*..***...\n*....***...\n.......***.\n*....***.*.\n..***.*....\n..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n***\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**....\n...***....\n***.......\n.*........\n..........\n..........\n..........\n..........\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n*....*....\n...**.....\n*.........\n.*........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.....\n*..*.*....\n...**....*\n*.........\n.*........\n..........\n..........\n..*.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.**.\n..*.\n***.\n*.*.\n*...\n..*.\n**.*\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*..*\n*.**\n..**\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n*...\n....\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.*.***.\n**..*****.****\n*.....***...**\n*.*.*.***...**\n.**.*.**...***\n```\n\n\n## Output without wrap\n\n```\n.........*....\n.**.*....*....\n.*.*..........\n*.*...........\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n..............\n...*..........\n...*..........\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n***..\n*.*..\n**..*\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n*.**.\n..**.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**.*\n*.***\n..**.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n****.\n*.**.\n**.*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n....*\n**.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*..*.\n.....\n**.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.........\n.........\n*.....*.*\n*.....***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.........\n.........\n.....**..\n*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.*...\n.***.\n*.***\n*....\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**..*\n*...*\n*...*\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*...\n.....\n*....\n*....\n.*...\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.**..\n....**\n**.*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.**.*.\n.....*\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.**.*.\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n..***.*..\n..**..*..\n```\n\n\n## Output without wrap\n\n```\n..*.**...\n.*.......\n..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.......\n.*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.***..\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n.*....*.\n.***....\n.*....*.\n*...**..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n**.***..\n....***.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n**......\n**......\n**.***..\n....***.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.***\n**.***..**\n*.***.**..\n*****.****\n.***..**..\n..*.***.**\n****.**.**\n****.****.\n*.****.*..\n*.****.***\n*.******.*\n***..**.**\n**.***..**\n```\n\n\n## Output without wrap\n\n```\n*.*..***.*\n*........*\n..........\n*.........\n*.........\n*........*\n*.........\n.........*\n*........*\n*........*\n*.........\n..........\n*..*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..........\n..........\n.........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*...\n**..\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.....\n....*....*\n****.....*\n```\n\n\n## Output without wrap\n\n```\n..........\n.*..*.....\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***..**\n*..***..**\n*..***..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.......*\n*.*.***.*****.\n.***..*****..*\n*.*.********.*\n******.**.***.\n****..**..*...\n******.*..*..*\n**..****..**.*\n*****.*.*..*.*\n.***..***..***\n****.**..*.***\n**************\n***..****.****\n```\n\n\n## Output without wrap\n\n```\n.*..*.*..****.\n...........***\n*............*\n*............*\n............*.\n..........*.*.\n........***.*.\n........****.*\n........**...*\n........**....\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n*..........**.\n..............\n..............\n............*.\n..........*.*.\n........***.*.\n........****..\n........**....\n........**....\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***...\n.**.....*.\n.........*\n*...**.***\n.**......*\n..*.*.**..\n...**...**\n...**..**.\n```\n\n\n## Output without wrap\n\n```\n.***.*....\n.***.*....\n.*.....*.*\n.*.......*\n.**.*....*\n.**.**.*.*\n..*...*..*\n...**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***.*.\n****.*....\n.*.....*..\n.*........\n.**.*....*\n***.**.*.*\n..*...*..*\n......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n**....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n**....\n**....\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n**..**\n*....*\n```\n\n\n## Output without wrap\n\n```\n**..**\n**..**\n**..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n****.*\n..*.**\n***...\n......\n......\n......\n......\n......\n......\n.....*\n.....*\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n*.****\n*.*...\n....**\n.***..\n.*....\n......\n......\n......\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n....*.\n****.*\n.*....\n......\n......\n......\n......\n......\n......\n*...**\n*...*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n...*.*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*........\n**......**....\n.***...*......\n..**..***.....\n.....***......\n.*.****.......\n.*............\n...*........**\n*.*.........**\n...**......**.\n...........*.*\n............**\n```\n\n\n## Output without wrap\n\n```\n*.*...........\n...*....*.....\n*..*..*..*....\n.*.***..*.....\n........*.....\n..*.*..*......\n...*.*........\n.**.........**\n..*.*.........\n...*.......*..\n...........*.*\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n...*....*.....\n*..*..*..*....\n.*.***..*.....\n........*.....\n..*.*..*......\n*..*.*........\n.**.........*.\n*.*.*.........\n*..*.......*..\n...........*.*\n.*..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n*.*\n***\n***\n***\n***\n***\n***\n***\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n....\n....\n....\n.*.*\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n****\n****\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*.\n..*.*....\n....**.*.\n.**..*.*.\n......**.\n***...*.*\n......***\n*****.*.*\n..*..***.\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..*.***..\n.**.**...\n....**.**\n*....*..*\n.*...*..*\n......*.*\n.****...*\n..*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.*.\n..*.***..\n.**.**...\n....**.**\n.....*...\n**...*...\n......*..\n*****....\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....**\n...*****...\n..*....*...\n**...**...*\n....*....**\n.*..*.....*\n..*.*......\n...**......\n....***..**\n*.....**.**\n.*..*....**\n*...***....\n*.........*\n```\n\n\n## Output without wrap\n\n```\n...*.**....\n..*******..\n.***...*...\n.*...**..**\n**..*....**\n....**...**\n..*.**.....\n...........\n...**.*****\n....*.**...\n**..*..****\n**..**...**\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**..*.\n..*******.*\n****...*...\n**...**..**\n.*..*....*.\n*...**...**\n..*.**.....\n...........\n*..**.****.\n....*.**...\n.*..*..***.\n.*..**...*.\n.*..**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..**\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n....*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*.....\n..*..*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*....*\n***...\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.**.*.\n......\n.*...*\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.**...\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n***...\n....*.\n....*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.*\n*.*..***\n...*.**.\n.*.*.*.*\n.*..*.**\n*.**.*..\n.*...*.*\n```\n\n\n## Output without wrap\n\n```\n**....*.\n*.*...*.\n.*.*....\n**......\n**.**..*\n*..***.*\n.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.\n.**.*...\n...*....\n........\n*..**.*.\n*.*.*...\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n...*....\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n...*....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...\n..........**\n.*....*.....\n............\n..*.........\n.....*......\n............\n.*......*.**\n.*..**......\n.*..**......\n............\n.........*..\n..*.........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n.*..........\n.*.***......\n.*.***......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n.*..........\n.*.***......\n...***......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.*\n****.***\n***..*.*\n```\n\n\n## Output without wrap\n\n```\n......*.\n...*...*\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n...*.\n.**..\n..**.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n...*.\n..*..\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.*.\n...*.\n..*.*\n**..*\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*..\n.*..\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n.*..\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n...*\n.*..\n.*..\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n..*.\n.*..\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n*.*.\n**..\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**..*\n.............\n.............\n............*\n.............\n.............\n.............\n.............\n...........*.\n.......*.*...\n.............\n...*.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n...**\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*..\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n....**\n*****.\n**..*.\n.....*\n******\n**.*..\n.*****\n**.*.*\n..****\n```\n\n\n## Output without wrap\n\n```\n...*.*\n*....*\n*.*...\n*...**\n.....*\n*..*.*\n......\n.....*\n*.....\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n..*...\n....*.\n......\n...*..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n*.....\n.*.*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n.*.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.....\n.*.**.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n.**.*.**\n*..*.**.\n*.*...**\n...**...\n****..*.\n.*.***..\n.*..**..\n...**.**\n*...*..*\n```\n\n\n## Output without wrap\n\n```\n..*****.\n.**...*.\n*...*...\n***....*\n*.*..*.*\n**.....*\n........\n......**\n...*...*\n...***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n***.*.**\n....*.*.\n.**...**\n..*..**.\n......**\n**.....*\n......*.\n.....**.\n*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*.......\n........*\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...*.\n*....***.**\n...********\n*.****....*\n..**.*..*..\n..*......**\n..**..**.**\n**.*.*..***\n.***.*....*\n...*...****\n*.*********\n**.**.**...\n```\n\n\n## Output without wrap\n\n```\n.........*.\n.........*.\n.**........\n.**........\n.....**..**\n...**..*...\n...**......\n****.*..*..\n**....***..\n**.........\n**.........\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.*.........\n..*.......*\n..*.......*\n.....**....\n*..**..*...\n...**......\n..**.*..*..\n......***..\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n.**.*****\n*********\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n.****..*..\n..***.....\n*..*......\n**.*......\n*****....*\n....*...**\n...**....*\n...*..*...\n.*...*....\n.......*..\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.**.......\n..........\n..........\n..........\n........**\n...*.*.*..\n...*.**.**\n..**.**...\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n...*.*.**.\n...*.**.**\n..**.**...\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**\n.***.**\n*..*..*\n.*****.\n**.*...\n.*.*...\n*..*...\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n***.***\n.......\n.......\n....*..\n.***...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n....*..\n.......\n.......\n....*..\n..***..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n**..*.\n*....*\n......\n......\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n*.***.\n**..*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*****.\n*...**\n*.....\n...***\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n....*.....\n..........\n..........\n..........\n.....*..**\n.......**.\n.*....*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.......***\n......****\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.......***\n......****\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**...*.\n.*....*\n*....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.*...**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**....*\n.*...*.\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.....\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n*..**\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**...\n**...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*..\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n...*.\n**.*.\n.****\n....*\n***..\n```\n\n\n## Output without wrap\n\n```\n..***\n*..**\n..***\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*.*..\n***.*\n.*...\n**...\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n...*.*\n...*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n..**.*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..**..\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**.\n..*.....\n**...**.\n```\n\n\n## Output without wrap\n\n```\n........\n*.*.*...\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.***.\n*.*.*...\n***.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n..*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...***..\n........\n..***...\n...*....\n..*.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n..*..*..\n..*.**..\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...***..\n..*..*..\n..*.**..\n....*...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.***\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*.*\n.*..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*..*.\n.**...\n..***.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n**.*..\n.*.**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*.*..\n**.*..\n.*.**.\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..*.....\n*.....**....**\n***...****....\n..*...*.......\n*.*.**.*.***..\n*..*.*........\n.*..**...*...*\n..*....*.*...*\n**.*****.*...*\n.***..*.*....*\n.*..*****...**\n```\n\n\n## Output without wrap\n\n```\n**...***......\n...*.....*....\n*.*..*..*.....\n*.*...........\n..*.**....*...\n*.**....**....\n.******.*.....\n*.*....*.**.**\n*...**...*..**\n.........*...*\n.*.****.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*.....\n...*.....*....\n*.*..*..*.....\n*.*...........\n..*.**....*...\n*.**....**...*\n.******.*....*\n..*....*.**.**\n....**...*..**\n.........*....\n........**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n**..*\n***..\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.*..*\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n.*.\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.**..\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...*...\n***...*..***\n..***..*.**.\n..*....*...*\n..*.*.**...*\n**...*...**.\n..*.**...*.*\n*.***.*.*..*\n*..***.*...*\n**.*.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..........*.\n.......*.*..\n....*..*..*.\n.**.*.....*.\n.....*...*.*\n.....*.....*\n..**..*....*\n......*..*.*\n*..*.....***\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*.*.\n....*.......\n.*..*..*..**\n***.*.....*.\n.....*...***\n*....*....*.\n..**..*.....\n......*..*..\n............\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....***.*.\n***..*..*.*.*\n.....**.*...*\n..*....******\n```\n\n\n## Output without wrap\n\n```\n***....*****.\n***..*....*.*\n..*..**.....*\n......*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n.**..*....*.*\n..*..**......\n*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.....*.\n....*.*\n....*..\n.....**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....*..\n....*..\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....*..\n....*..\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*..**\n.*.*.\n..*.*\n...*.\n...**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..**\n.*...\n..*.*\n..*..\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*..**\n.*...\n..*.*\n..*..\n*.*..\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n..*.*\n.....\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n*...*\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n.*..\n..**\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n..*.\n...*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n..*.\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n*.***.\n**...*\n***.**\n.*.*..\n......\n.....*\n..***.\n..***.\n.....*\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n.....*\n...***\n**.**.\n......\n...**.\n..*..*\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n......\n...**.\n.*.***\n......\n...**.\n..*..*\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.......*.\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*.*\n.*.*\n...*\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n...*\n**.*\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n**.**\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n...*.\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n......*\n.......\n......*\n.*..***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n*......\n.......\n*.....*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n.**\n.**\n***\n***\n**.\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n..*****\n..*....\n...***.\n....*..\n.......\n....***\n...*..*\n...*.*.\n..***..\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n..*.**.\n..*...*\n...***.\n...***.\n....*..\n....***\n...*..*\n.....*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*.**.\n..*...*\n...***.\n...***.\n....*..\n....***\n...*..*\n.....*.\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......*\n****..**.*.\n...**..**..\n...**......\n..*....*...\n.*...*.....\n**..*.*....\n*.****....*\n```\n\n\n## Output without wrap\n\n```\n**.........\n***..*.....\n***..*...*.\n.**.*...*..\n....*.**...\n*.*.***....\n*.....*....\n.*.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.**.*\n**.......**\n***..*...*.\n.**.*...*..\n....*.**...\n***.***....\n*.*...*....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**..\n.........*...\n.............\n......*......\n......*......\n```\n\n\n## Output without wrap\n\n```\n.........**..\n.........**..\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n.........**..\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n**.\n...\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n**.\n...\n**.\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n......\n***...\n.*.*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.****.\n***...\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n******\n***...\n....**\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....****\n..**..****\n***.......\n..........\n**......**\n```\n\n\n## Output without wrap\n\n```\n..*...*..*\n*..*..*..*\n.***...**.\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...\n...*..*...\n****...***\n..*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n*.......\n***...**\n*.......\n**....*.\n..*....*\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n........\n*.......\n***.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n**.....*\n........\n.*......\n***...*.\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**.\n*..*....\n...*....\n..**.*..\n...**...\n**.....*\n.....*.*\n....**..\n..**....\n***.....\n.*.....*\n.......*\n..*.....\n..**....\n```\n\n\n## Output without wrap\n\n```\n..***...\n........\n..**....\n..*.*...\n..****..\n........\n........\n..*...*.\n..*.....\n*...*...\n***.....\n...*....\n..**....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n..**....\n.**.*...\n******..\n.*....*.\n*.......\n..*...*.\n..*.....\n*...*...\n.**....*\n*..*....\n.***....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n.*......**..\n.....*..**..\n............\n...*.....*..\n....*.....**\n**...***...*\n.*....**..**\n**....****..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n........**..\n.......*..*.\n........*.*.\n.....*....**\n....***...**\n.*..**...*..\n..*...**...*\n.*......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.**\n............\n............\n........**..\n.......*..*.\n........*.*.\n.....*....**\n....***...**\n....**...*.*\n..*...**....\n**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*..*.\n....*.\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.**.*.\n.**..*\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n****\n.*.*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*..*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n.*...*\n...**.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n....**\n..*...\n..*..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*....\n*.**.*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n....*.\n.***..\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n.*....\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n**...*\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n...**\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n..*..\n.**..\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.**..\n*.**.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.**..\n..**.\n***..\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n*..**..\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n*****..\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n*****..\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......*\n*..****.....*\n**.*.*.......\n.**.**.....*.\n....**..*.**.\n....*.***..*.\n...**.*.*....\n...**.*.**...\n......**.....\n......**.....\n```\n\n\n## Output without wrap\n\n```\n.....**......\n****..*......\n*............\n***...*...**.\n........*****\n......*.*.**.\n......*......\n...**.*.**...\n.............\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*....*\n.***..*.....*\n.............\n***...*...***\n........*****\n......*.*.**.\n......*......\n...**.*.**...\n.............\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n..*\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**...***\n..*..**...*.\n..**.*.***..\n...*.*.***..\n..*...*..*..\n.**....****.\n*......**.**\n...*......*.\n```\n\n\n## Output without wrap\n\n```\n....***..***\n.**....*...*\n..**.*....*.\n...*.*....*.\n.***..*.....\n.**...*....*\n.**....*...*\n.........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****..*.*\n.**....*...*\n..**.*....*.\n...*.*....*.\n.***..*.....\n***...*.....\n***....*....\n....*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n*..\n*..\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*..**\n**..*\n```\n\n\n## Output without wrap\n\n```\n***.*\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..***\n.*...\n.*..*\n..**.\n**...\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..***\n.*..*\n**.**\n*..*.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n..***\n.*..*\n.*...\n....*\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**...\n.**.*....\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n.**.*....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n.**.*....\n..*.*....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**...\n.....*...\n.*...*...\n.**..*...\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n....***..\n...*.....\n*.*....*.\n*...*.*..\n*.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.\n...*...*.\n*.*....*.\n.......*.\n*.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*.**.*\n......\n......\n......\n......\n......\n*..*..\n***...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n......\n......\n..**..\n*.**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n......\n......\n......\n......\n......\n*.**.*\n*.*..*\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n***.\n*.**\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....\n..*.....\n........\n..*.....\n.***....\n.**..*..\n.**.....\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.*....\n........\n..**....\n.*.*....\n.**.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n..**....\n........\n..**....\n.*.*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...\n....**.**\n......***\n.......*.\n.....**..\n....***..\n..**.*...\n```\n\n\n## Output without wrap\n\n```\n....***..\n....*....\n.....**..\n....***..\n....*....\n...*.**..\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n...*.**..\n.....**..\n....***..\n....*....\n..***....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n..*\n...\n...\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n.*.*\n**.*\n....\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n**..\n..*.\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*.**\n.*..\n.*.*\n..**\n***.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.*.*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........**\n.****.......\n..*****...*.\n*.....*...*.\n*******..*..\n**........*.\n```\n\n\n## Output without wrap\n\n```\n.*.*........\n.*........**\n......*.....\n*......*.**.\n..*****..**.\n*..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......**\n**........**\n......*....*\n*......*.**.\n..*****..**.\n...***...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n...*..*.\n....**..\n....***.\n```\n\n\n## Output without wrap\n\n```\n........\n...*.*..\n...*....\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n...*.*..\n...*....\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**\n....*.*.\n...*..**\n...***..\n..*...**\n......**\n*..**.**\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n...**.**\n....*...\n...*..**\n..****..\n...**..*\n...*....\n...**...\n...*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**\n....*...\n...*..**\n..****..\n...**..*\n...*....\n*..**...\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n******.\n*******\n****.**\n*******\n.*.***.\n*****.*\n*..****\n******.\n.******\n*.*.***\n******.\n*******\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*.*..\n*.*..\n*.**.\n..*.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n..**.\n..*..\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*.*\n*.*..\n*.*.*\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n..**.\n..**.\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.....\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..**.\n.....\n.*.*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n...*.\n***.*\n.***.\n..**.\n..**.\n.....\n...*.\n..***\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n*...*\n*...*\n....*\n..**.\n..**.\n..***\n..*..\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*...*\n.....\n....*\n..**.\n..**.\n..***\n..*..\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n*...*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n.*.*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***..*.*.\n*.**********\n****.*****.*\n*****.****..\n.******..***\n.*.***....**\n*****..*.**.\n.**********.\n*.**.*..****\n**.**.**...*\n******.*****\n```\n\n\n## Output without wrap\n\n```\n**......*.**\n...........*\n...........*\n...........*\n...........*\n........*...\n*......*....\n............\n*..........*\n............\n*....*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n........*...\n.......*....\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n**.*.*\n...*..\n......\n..*.**\n**....\n**....\n..****\n******\n..*...\n......\n....*.\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..*.*.\n..***.\n.***..\n*.**..\n.*.**.\n.....*\n....**\n......\n.....*\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n****.*\n***...\n..***.\n******\n******\n...*..\n......\n**....\n**...*\n*.....\n...*.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*..*\n*...\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n..*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*.****\n.**.*.\n***..*\n```\n\n\n## Output without wrap\n\n```\n.***.*\n*....*\n......\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*....\n****....*.\n*.....*.*.\n...*..*...\n```\n\n\n## Output without wrap\n\n```\n..........\n*.**......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.*.*\n*.*.*.....\n**.....***\n...*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.*..\n.*...\n..*..\n.*..*\n**...\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n*..*.\n...*.\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n**.*.\n...**\n*..*.\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**...\n..***\n..***\n*.*.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n.....\n...*.\n*.**.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n****\n**.*\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n...*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....*.*.\n...***..\n...*.*.*\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n..**.*..\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n...*....\n..**.*..\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.*.*.\n....*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n.*...\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.**...**\n***..*.***.**.\n..*******.**..\n*.*..*...**.*.\n.***.***.*.***\n*.**.*.**..**.\n.***.*.*.***.*\n**....********\n......**.****.\n***..**.**.*..\n```\n\n\n## Output without wrap\n\n```\n..****.*.*.***\n.............*\n*.............\n.............*\n*....*.*.*...*\n*....*........\n...*.*.......*\n**...*.......*\n..*..........*\n.*...**.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n*.............\n*.............\n*.............\n.....*.*.*....\n.....*........\n...*.*........\n.*...*........\n..*...........\n***...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n*.*\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.*.*\n*.*..*.*..\n*.**.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..****..*.\n*....*.*..\n..***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n.....*.*..\n.....*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n*.....\n......\n....*.\n...***\n.***..\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n....*.\n....**\n..*..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*....*\n......\n....**\n*.**.*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n*...*\n**..*\n.*.**\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n***.*\n.*.**\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*..*\n.**..\n.*.*.\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*..*.\n.*..*\n**.*.\n.*.**\n*...*\n```\n\n\n## Output without wrap\n\n```\n..***\n**.*.\n.*.**\n**.*.\n.*.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*.*.\n.*.*.\n.*.*.\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..***.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.*...\n.***..\n....*.\n..**.*\n...*.*\n.*...*\n.*...*\n*.....\n......\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n****..\n.*..*.\n..**.*\n...*.*\n.**.*.\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*...**\n****..\n**..*.\n*.**.*\n*..*.*\n..*..*\n.*...*\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*..*\n*.*.\n*.*.\n**.*\n.*.*\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*.**\n*.**\n*..*\n**.*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*...\n*.*.\n..*.\n....\n.*.*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.****\n*...*.....\n*..**.*...\n*..**.*...\n.*.*..*...\n.**...*...\n.*.*******\n...*.....*\n```\n\n\n## Output without wrap\n\n```\n.....*.**.\n**..*.*.*.\n**........\n**....**..\n**.**.**..\n**......*.\n.*.*******\n..**.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.**.\n**..*.*.*.\n**.......*\n**....**..\n**.**.**..\n.*......*.\n.*.*******\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n**.........*\n............\n.....*......\n......*.....\n........*.*.\n.......**..*\n............\n..*.........\n............\n.*..........\n............\n........*..*\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n.......*.*..\n.......*.*..\n........*...\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n**.........*\n............\n............\n............\n.......*.*..\n.......*.*..\n........*...\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n........\n**.**..*\n...**...\n*.......\n*.....**\n*.....**\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n....**..\n.*..*...\n...*....\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n.*.*.*..\n*...**.*\n....*..*\n*..*...*\n........\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n***.\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n***.\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..***\n...*.\n**.*.\n**.**\n**.*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n..***\n**..*\n**.**\n.....\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n..***\n*****\n**...\n**..*\n...**\n**.*.\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....*\n..*.....*.*\n.....*....*\n.*..*......\n..*.*.**.*.\n.........*.\n.*.*..*....\n*.*..*.....\n*.*......*.\n.....*.....\n..*.**...*.\n```\n\n\n## Output without wrap\n\n```\n...........\n.........**\n...........\n...***.....\n........*..\n.*.*.****..\n....*.**...\n..**.......\n.*.........\n...*.*.....\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*....*\n*........*.\n*..........\n...***.....\n........*..\n.*.*.****..\n*...*.**...\n*.**......*\n.*.......**\n*.**.*.....\n*.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n*...\n..**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.********\n****..*.*\n**.*.***.\n*.***.***\n*********\n****.****\n```\n\n\n## Output without wrap\n\n```\n*...***.*\n........*\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****\n.*..*.*\n*.***..\n*..**..\n...**..\n*...*..\n```\n\n\n## Output without wrap\n\n```\n*****.*\n......*\n*.*....\n.*...*.\n.....*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.......\n*.*...*\n.*...*.\n.....*.\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n***...\n...***\n......\n......\n******\n```\n\n\n## Output without wrap\n\n```\n***...\n*****.\n.****.\n....*.\n.****.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n******\n******\n....*.\n******\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n****.\n.*...\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n**...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n**...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.*\n**.*.*.*\n*...***.\n...**.*.\n```\n\n\n## Output without wrap\n\n```\n**..**..\n**.*...*\n***....*\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.*.*....\n***.....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.........*\n**.*.........*\n**.*.........*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..............\n..*...........\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....***\n..*..*.....***\n..*..*.....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*...*.\n.*.**.\n......\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...**.\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....*.\n...***\n.*..*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*.*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.....\n...*......\n....*....*\n...**.**..\n*..**..*..\n**..**.*.*\n*......*..\n**.*...*..\n*...*.*...\n.*..*.....\n```\n\n\n## Output without wrap\n\n```\n...**.....\n...*.*....\n...*****..\n.*...****.\n*.****....\n*...**.**.\n..*.*..**.\n*.....**..\n*.****....\n...*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**....\n..*.......\n...*****..\n**...*****\n.*****...*\n....**.*.*\n..*.*..*.*\n*.....****\n..*****...\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*.*..\n.***.\n.....\n.***.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.**..\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*..*.\n.**..\n.*.*.\n**..*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n....\n....\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n****\n****\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...**\n...***.*\n..**...*\n.*.**...\n.**.....\n....*..*\n....*..*\n*...*..*\n```\n\n\n## Output without wrap\n\n```\n...*****\n....**.*\n.....**.\n.*..*...\n.**.*...\n...*....\n...*****\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*...**.*\n*....**.\n**..*...\n***.*...\n*..*....\n...*****\n*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.*...*\n**....\n.**..*\n***.*.\n*...*.\n.*.**.\n....**\n....*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n***.*.\n*.....\n...*..\n*.*.**\n*...**\n...*..\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.**.**\n.....*\n...*.*\n..*.*.\n*...*.\n*..*..\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...**.\n.....*\n...*.*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n.....*\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n*....*\n*....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n.......\n.......\n.......\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n....*.\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n....*.\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n....*.\n....*.\n....*.\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*...*.\n....*.\n....**\n....*.\n......\n......\n.*....\n.**...\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n...**.\n.....*\n......\n...*.*\n......\n......\n.**...\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n**....\n*.....\n......\n...*.*\n......\n......\n.**...\n.*.*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*.**.*\n...*.*\n.....*\n.*.*..\n****.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n..**..\n....*.\n*..**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n****.*\n*....*\n.*.*.*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n*..\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.....\n....**.....\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n....**.....\n....**.....\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....**.....\n....**.....\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..****\n***.******\n*.*******.\n****.*****\n****.***.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n....*..\n..*....\n.......\n.......\n.......\n.......\n.......\n.*.....\n*....*.\n```\n\n\n## Output without wrap\n\n```\n....*..\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n...*.*\n......\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*.*.*\n*.**.*\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n...****...\n....*****.\n....***...\n......*...\n....**....\n...***....\n...**.....\n........**\n*.......**\n```\n\n\n## Output without wrap\n\n```\n....*.....\n....*.....\n..........\n..........\n.....*....\n..........\n....*.....\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*.\n....*...*.\n..........\n..........\n.....*....\n..........\n....*.....\n..........\n.........*\n**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.**\n*.....*..\n*..*****.\n......*.*\n```\n\n\n## Output without wrap\n\n```\n....****.\n........*\n....*....\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..*\n*........\n*...*....\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n*.........*\n*.........*\n...........\n...........\n**.........\n**.........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n**.........\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n*.........*\n*.........*\n...........\n...........\n**.........\n**.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n.**...\n*.*...\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n......\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****.\n.***.**..\n.**..**..\n```\n\n\n## Output without wrap\n\n```\n*...*..*.\n.........\n.*.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n........\n........\n........\n........\n........\n........\n.....**.\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n.....*..\n....*.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n....*...\n........\n........\n........\n........\n.....*..\n....***.\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n.*.\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n.**.\n*.*.\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n...*\n*.*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n...*\n....\n..*.\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*...\n.*..\n.***\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.**...\n.***..\n*.****\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.***..\n**....\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.**...\n.*...*\n.*...*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.****\n..**.***..*\n*.********.\n..****...*.\n**.*.**...*\n.*.*******.\n.*.****.**.\n..*..*.****\n.***.*..***\n.****....**\n**..****.**\n```\n\n\n## Output without wrap\n\n```\n..*.**.****\n..........*\n.........**\n*........**\n**........*\n.*........*\n.*.........\n...........\n.....***...\n.......*...\n**..***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........\n*..........\n.........*.\n.........*.\n**........*\n.*.........\n**.........\n...........\n.....***...\n.......*...\n.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n*....*\n****..\n.*.*.*\n**.*.*\n.**..*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..**..\n..**..\n..**..\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.....*\n..**.*\n..**..\n*.**.*\n*.**.*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n***.*\n.*.**\n.****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.**.\n..*.\n.**.\n....\n...*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n...*\n.***\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*.*\n...*\n.***\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n.....***\n*...**.*\n*..**.*.\n*******.\n.*.*....\n.*.*....\n******.*\n..*.....\n***..***\n```\n\n\n## Output without wrap\n\n```\n.....***\n....*..*\n...*...*\n*......*\n*.....*.\n.....*..\n........\n*...*...\n.......*\n.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n*...*...\n*..*....\n........\n*.....*.\n.....*..\n........\n*...*...\n........\n***..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n**.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*******..\n****....*...*\n....*..**...*\n*...***..*...\n.**.*.....*..\n```\n\n\n## Output without wrap\n\n```\n..*.******...\n.**........*.\n*.*.*.****...\n.*..*.****...\n.*.**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****.**.\n***........**\n..*.*.****..*\n**..*.****...\n.**.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n....*.*...\n....**....\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....*.*...\n....**....\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....**...\n....*.*...\n....**....\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n....**\n..***.\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n.**...\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..***.\n.**...\n...*..\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n..**\n....\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.\n.**.**..*.\n.........*\n.*.......*\n.*......*.\n.****..*..\n.*.....*.*\n.*..*.*..*\n.*........\n.*......**\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......*.*\n..........\n*......*..\n**.....***\n...*.*.**.\n...******.\n...*.**.**\n*.*.....**\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n......**..\n..........\n.*.....*..\n*......***\n**.*.*.**.\n**.******.\n...*.**.**\n..*.......\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*.*\n.......\n.......\n...*...\n....*..\n.......\n.......\n.*.....\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**..\n.*..*\n****.\n..*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*...\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*...*\n.*.*.\n...*.\n**...\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*......\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..*..*.\n..*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.**\n.*....**..\n***..**...\n..*..*....\n***..**..*\n```\n\n\n## Output without wrap\n\n```\n.....**.*.\n***.....*.\n*.*..*.*..\n...**.....\n.**..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....**\n.**.....**\n*.*..*.*..\n...**....*\n***.*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n***.\n*...\n***.\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n*.*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.\n..*.****.\n.***.****\n.********\n*..**.***\n**...****\n.********\n***.*****\n***..****\n```\n\n\n## Output without wrap\n\n```\n.**....*.\n*........\n.........\n*........\n*........\n*........\n.........\n.........\n*.***...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..**\n*.**\n....\n..*.\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*.*\n.*.*\n...*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*.*.\n*.**\n****\n*.**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n*...\n.*..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n.**.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n.***\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n............\n**.**.......\n*...*.......\n..*.......*.\n...*........\n..*.....**..\n.*...***....\n.*..........\n.....**.....\n...........*\n.*...*.*....\n*...........\n**........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n*****.......\n*.*.*.......\n.*..*.......\n..**...**...\n......*..*..\n.**.........\n......***...\n............\n............\n............\n**..........\n**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n............\n..***.......\n*.*.*......*\n.*..*.......\n..**...**...\n......*..*..\n.**.........\n......***...\n............\n............\n*..........*\n...........*\n.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*\n.*.....\n.*.....\n***....\n***....\n....*..\n....*..\n*....**\n**....*\n```\n\n\n## Output without wrap\n\n```\n***....\n***....\n.*.....\n.......\n.***...\n.*.**..\n***.**.\n**..*.*\n**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.**....\n.......\n.......\n.***...\n**.**..\n*.*.**.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.......*.\n....*.*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n...*\n....\n...*\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n.*..\n***.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n....***.\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n...*...*\n....*.*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n...*...*\n....*.*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*...*.\n..**..*..*....\n**....**...*..\n...*..**....*.\n.****...*....*\n.*.*....**..*.\n*.*.*..**..***\n.*.....*.***..\n*.*.*.****.*.*\n.*..***...**.*\n```\n\n\n## Output without wrap\n\n```\n.***..........\n*..*...*......\n**.*....**....\n**.*..*.*...**\n**.**..*******\n*.**.....**..*\n*.**........*.\n*.............\n*........**...\n.*..**...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.**..*.\n*..*..*.*.**.*\n*..*....**...*\n.*.*..*.*...*.\n*..**..*****..\n..**.....**...\n.***..........\n*............*\n..*.*.......*.\n.**.*.**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*..*\n.*..\n...*\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n..*.\n..*.\n..*.\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.**\n..**\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*.*....\n.**.*..*.*..*\n.*.*.*..**..*\n*.**.**.**.**\n.*.....*.*...\n..**...**....\n.......*.*.*.\n...**.*.**.**\n*...*.**.**..\n*...*..**....\n*...****.***.\n.***.*.*.....\n.*...*.*****.\n```\n\n\n## Output without wrap\n\n```\n..*.**.**....\n*.....**.*...\n*....*......*\n*..*.**....**\n.*..*....**..\n..*...**.**..\n..*.*.*..*.**\n...**.*....**\n....*.*...**.\n**.**......*.\n*.*......**..\n****.........\n.*..*..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*....**\n......**.*..*\n.....*.......\n...*.**....**\n**..*....**.*\n..*...**.**..\n..*.*.*..*.**\n...**.*....**\n*...*.*...**.\n**.**......*.\n*.*......**.*\n****........*\n*....*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n.*.***\n*****.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n.*.*\n....\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n***.\n.**.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n****\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*.*..\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*...\n.**..\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n*....***\n.....***\n*......*\n........\n.*......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....**..\n*......*\n*......*\n*......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n**.**\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*...*\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..**.\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.**..\n.....\n.....\n.....\n*****\n*****\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.***.\n*...*\n*....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*****\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.*.*.\n.....\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*****\n..*..\n.....\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*....\n.*...*....\n.*...*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n***.***...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***...\n***.***...\n***.***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n.*..*..*\n.**.***.\n...*..**\n...***..\n****..**\n.*...**.\n```\n\n\n## Output without wrap\n\n```\n..******\n.*..*..*\n.*..*...\n.**.....\n***...*.\n....**.*\n***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..\n.*..**..\n.*..*...\n***.....\n.**...**\n.*..*...\n.****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n*.**.\n*....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.*.\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*..*\n.*...\n**.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*.....\n..*..*\n......\n...**.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n......\n...**.\n...***\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*.*\n*.*.\n.***\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*...\n*..*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n**.*..\n*.*.**\n.*...*\n***..*\n..*.**\n.*****\n*****.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n*..**.\n.....*\n*.****\n...*.*\n*.**.*\n*.....\n*.....\n*.....\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n..***.\n...*..\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*..\n...\n...\n..*\n...\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*...\n......\n.....*\n..*...\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n.**.*..\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.**....\n....**.\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....**.\n....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.......\n.....*.....\n...**......\n...**......\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n..*........\n...*.*.....\n...*.*.....\n....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n..*........\n...*.*.....\n...*.*.....\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.*.**\n*..*****.*\n**.***.**.\n```\n\n\n## Output without wrap\n\n```\n***.*.*.**\n.........*\n****...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......**.\n.........\n......**.\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n.*..\n....\n...*\n...*\n**.*\n...*\n.*..\n.***\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n....\n....\n...*\n...*\n**..\n.*.*\n.*.*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n***.\n....\n....\n....\n...*\n...*\n.*.*\n.*.*\n**.*\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n......*...\n..........\n..........\n..........\n.......**.\n```\n\n\n## Output without wrap\n\n```\n......**..\n......**..\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.\n......**..\n..........\n..........\n.......*..\n......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.**..*\n*..*****.**\n..**.******\n*****.*.*.*\n...**.*****\n*.*..**.**.\n*..*.*.****\n...**.....*\n..**..*..**\n**.********\n**.****..*.\n*...*...***\n*.*.***..*.\n***..****.*\n```\n\n\n## Output without wrap\n\n```\n...*...****\n.*.........\n*..........\n.*.........\n*.........*\n.**........\n.***.*.*..*\n.....***...\n.*....*....\n*..........\n...........\n*.*....**.*\n*.*.*......\n*.***..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.*.........\n...........\n.*.........\n...........\n***........\n****.*.*...\n.....***...\n.*....*....\n...........\n...........\n..*....**..\n..*.*......\n..*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n***.**\n*.*.*.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.....*\n*.....\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n.**.\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.**....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.**..\n.....\n.....\n.....\n....*\n.....\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*****\n.....\n.....\n.....\n.....\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n.....\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n....*.*\n......*\n....**.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....*.\n....*.*\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.....*.\n....*.*\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.\n.*.*.*..\n...*.**.\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n..***...\n......*.\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n..*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.*...\n*.**.\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*.\n*..***..*.\n*.........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n....*.....\n**..*.....\n....*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n**..*.....\n....*....*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*.\n.*.*.*...\n...*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**......\n.*.*.....\n..*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n.*.*.....\n.*.*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n..*...\n*.***.\n*.***.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..***.\n....**\n.*.***\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..**.\n.*...*\n.*...*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n*.***.\n**..*.\n.*****\n**...*\n*.*..*\n****.*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*.*..*\n*.....\n...*.*\n*....*\n...*.*\n*....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.*...\n......\n...*..\n......\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.....*.\n....*.*\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*..\n..**..*.\n.**.****\n***..*.*\n*.**..*.\n.*.*****\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n..**....\n.**.*...\n**....**\n**......\n**......\n.**.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.....**.\n........\n........\n*.......\n*.......\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*....\n..**....\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..**....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**....\n..**....\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*.\n.....*..**.\n.....**..*.\n```\n\n\n## Output without wrap\n\n```\n........*.*\n....***...*\n....*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.......\n*..*....*..\n*..*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*\n*....*.\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n**.**..\n**.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***.\n*....**\n.....*.\n*......\n*......\n*...*.*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n....***\n......*\n.....**\n.......\n**.....\n**...*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n*......\n*....*.\n......*\n**.....\n**...*.\n**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n*..**\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..*..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n.*..\n**.*\n*..*\n....\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n**..\n***.\n....\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n...*\n.*.*\n.***\n*..*\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n....****\n.....**.\n```\n\n\n## Output without wrap\n\n```\n....*..*\n....*..*\n....*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*..*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n****\n.*..\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.***\n.**.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....\n*..*.****\n..***.*..\n...*....*\n...**..*.\n....*****\n```\n\n\n## Output without wrap\n\n```\n....****.\n.**...**.\n..*...*.*\n.....*.*.\n...*.....\n...******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n***...***\n*.*...*..\n.....*.*.\n...*.....\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*..\n.*.*.\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.....\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n...*\n***.\n..*.\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n.*.*\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n****\n*.*.\n.*.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.........*\n*.........\n..........\n.......*..\n..........\n..........\n...*...*..\n..........\n.......*..\n...*......\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....*.....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*..**\n...**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n......**\n.....**.\n......**\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n.....**.\n....*...\n.....**.\n......*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n.....**.\n....*...\n.....**.\n......*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n...***.*\n..*..*.*\n......*.\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n...*.**.\n..*.....\n...*.*.*\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n...*.*.*\n.....**.\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*.*\n****\n**..\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....\n....*.....\n.......**.\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n..........\n....**....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n....*\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n*..**.....\n*....*****\n.*....*...\n.**...*...\n..**..*...\n..**.**.**\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n*....***..\n........*.\n.........*\n...*....*.\n**.*****..\n..........\n..***.*..*\n..*****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..*\n..........\n..........\n...*......\n**.******.\n.*.......*\n*.**..*...\n.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...*\n....**.*...\n.....**....\n...*******.\n.....*.*...\n.....*.****\n...........\n```\n\n\n## Output without wrap\n\n```\n.....**....\n....***....\n...........\n...........\n.......*...\n.......*..*\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*..\n....***....\n...........\n...........\n.......*...\n......*...*\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n*...........\n**..........\n............\n............\n............\n............\n............\n.......*....\n............\n....**......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n**..........\n**..........\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n**..........\n**..........\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n..*..\n..***\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....*\n*.......\n****....\n```\n\n\n## Output without wrap\n\n```\n**......\n...*....\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n**...*\n.*..*.\n.**.**\n*...**\n.....*\n```\n\n\n## Output without wrap\n\n```\n**.***\n**...*\n....*.\n**..*.\n**.**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*....\n....*.\n.*..*.\n.*.*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n*..****\n.......\n...*.**\n.*.....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n**..*.*\n*****.*\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n**..**.\n....*..\n.*.....\n..*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n**...*\n......\n......\n......\n..**..\n**..**\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*...*.\n......\n......\n..**..\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n******\n**..*.\n......\n******\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***......\n....**.......\n...***.**....\n**..*.*.....*\n*...*****...*\n**.**..*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n......**.....\n.............\n.**..........\n..**...**....\n.***...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.....\n......**.....\n*............\n***..........\n..*.........*\n***....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n*...*...*\n*..*.*...\n...**...*\n**.*..*..\n.....*.*.\n....*.*.*\n....*....\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n....*....\n...*.*...\n.*.*.*...\n.***...*.\n........*\n....*..*.\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n**..*...*\n...*.*...\n.*.*.*...\n..**.....\n**.......\n*...*..*.\n**...**.*\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.*.*.\n.**..\n.*...\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n...*.\n**...\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...**\n**...\n.**..\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n.**.....\n...**...\n..*.**..\n..*.*.*.\n.*..*..*\n.**.....\n..**..*.\n.***..*.\n.*.*.*..\n.*..*.**\n..**....\n*..*...*\n.**...**\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n.**.**..\n..*.*...\n.***.*..\n**...*..\n........\n........\n***.***.\n**.....*\n........\n.*......\n....*...\n..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*\n.**.**..\n.**.**..\n..*.*...\n*.**.*..\n.....*.*\n**......\n**......\n*.*.***.\n.*.....*\n........\n........\n........\n.*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n..*.*.*\n**.*...\n*...*..\n.*.*...\n..***..\n....*.*\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n*.....*\n*......\n*....*.\n.**..*.\n...***.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.......\n.......\n.......\n.**..*.\n...***.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n.**..*\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.*...\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*....*\n**.**....*\n..*...*.**\n*..*.....*\n.....*....\n****.....*\n.*.*......\n*...*.***.\n.....*....\n....*..**.\n......*...\n..**......\n...*...*..\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n*****.....\n**.***...*\n*.*.*...**\n........**\n*..**.....\n**.**.....\n...**..**.\n....****..\n....**....\n.....***..\n...*...*..\n..**......\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...*.\n.*.***....\n..*.*...*.\n*.......**\n...**.....\n**.**.....\n...**..**.\n....****..\n....**...*\n.....***..\n...*...*..\n..**......\n..**......\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....\n**.**....\n...*..*.*\n*.*..****\n....***.*\n```\n\n\n## Output without wrap\n\n```\n**.**....\n**.**....\n*..*..*.*\n...*....*\n....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n**.**....\n...*..*..\n*..*.....\n.****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*\n**.****\n*******\n*.***.*\n*...***\n*******\n*******\n.*.***.\n...**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n***\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*.....\n........*.....\n*.............\n*.......*.....\n*.............\n..............\n..............\n..............\n....*.*.*.*...\n***.*.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......*......\n.......*......\n..............\n**............\n..............\n..............\n..............\n..............\n.*.*..........\n.*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..*.....\n.......*......\n..............\n**...........*\n..............\n..............\n..............\n..............\n.*.*..........\n.*.*..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......\n...*.......\n...**......\n....*......\n.....*.....\n..*.*......\n.*.*.......\n..***......\n..**.......\n.*.*.......\n.**........\n....*......\n....*......\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...**......\n..*..*.....\n..*........\n...........\n..*..*.....\n.*..*......\n***........\n**.........\n**.*.......\n.*.**......\n...........\n...**......\n....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....\n..*........\n..*..*.....\n..*........\n...........\n..*..*.....\n.*..*......\n***........\n**.........\n**.*.......\n.*.**......\n...........\n..*..*.....\n..*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n...*...\n..**...\n...*...\n.**....\n...*...\n*.*....\n.*.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n..***..\n.*.*...\n..**...\n...*...\n.**....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n..**...\n..***..\n.*.*...\n..**...\n...*...\n.**....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...\n...*...**.\n.......*..\n.*.****.**\n.*.....***\n.*...***.*\n.......*..\n..*.***...\n*.*.**....\n*.**..*.*.\n**.****.*.\n.*..*...*.\n****.**.**\n```\n\n\n## Output without wrap\n\n```\n......***.\n......***.\n..**.....*\n..*.***...\n.*...*....\n........*.\n.....*.**.\n...*.**.*.\n.*...***..\n.*....*.*.\n........**\n*.*****...\n.****..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n*****.****\n..**.....*\n***.***...\n*....*....\n........*.\n.....*.**.\n...*.**...\n**...***..\n**....*.*.\n..........\n..*.....*.\n..**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**........\n*.*.**.......\n.**.**......*\n***.****.....\n.......*.....\n.............\n```\n\n\n## Output without wrap\n\n```\n...***.......\n..*..........\n.............\n*.*.*..*.....\n.*...*.*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.......\n*.*..........\n............*\n*.*.*..*.....\n.*...*.*.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n..*\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*.*.\n***.**....\n*.**.....*\n...**.***.\n..*.*.*...\n```\n\n\n## Output without wrap\n\n```\n**..*.....\n*...****..\n**......*.\n........*.\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n*....*....\n*.........\n.*........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n***\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*....\n******\n*.****\n***..*\n..*..*\n****.*\n..***.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n......\n......\n......\n......\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n..*\n***\n...\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n*..\n...\n.**\n...\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n..*....\n.......\n*.*.*..\n**...*.\n...*.*.\n...**.*\n.....*.\n.***.**\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.*.*...\n*......\n****.*.\n..**.**\n...*..*\n.......\n..*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.**....\n.*.*...\n*.....*\n****.*.\n*.**.*.\n...*..*\n*......\n**.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......**..\n...*.......*..\n...**......*..\n```\n\n\n## Output without wrap\n\n```\n..........**..\n..**.......**.\n...**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......***.\n..**.......**.\n..***......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***.**\n......***.\n..........\n**.*......\n..*****..*\n***...*.*.\n*.......*.\n*...**..*.\n*..*..*.*.\n......*...\n..*....***\n***.......\n.*........\n*....**.*.\n```\n\n\n## Output without wrap\n\n```\n.....**.**\n......*.**\n.......*..\n.*.*.*....\n....****..\n*.*.*.*.**\n*....*..**\n**..**..**\n....*.*...\n......*..*\n..*....**.\n*.*.....*.\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....\n......*.**\n.......*..\n**.*.*....\n....****.*\n*.*.*.*.*.\n*....*..*.\n**..**..*.\n....*.*...\n......*...\n*.*....***\n*.*.....**\n..*......*\n**..*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.\n.*.*.**.\n...**...\n**.*....\n.*.*...*\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.*.*..*.\n**.*....\n...*....\n**.**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.\n...*..**\n**.*...*\n...*....\n.*.**..*\n...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*..\n***.***..\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n......**.\n*.*.*..*.\n.*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n..*......\n..*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n*..*\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n..**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.**\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*.**\n...*\n.*..\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.*..\n.*.*\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n**..\n.*.*\n.*.*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n...**...\n........\n...**...\n........\n........\n...*....\n..*.....\n..***...\n..*.*...\n....*...\n..**....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n.**.....\n.**.*...\n..*.**..\n..*.**..\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n.**.....\n.**.*...\n..*.**..\n..*.**..\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..*.\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*.*..\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****...\n....****...\n....****..*\n```\n\n\n## Output without wrap\n\n```\n....*..*...\n...*....*..\n....*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*..\n...*....*..\n...*....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..***.\n.**...\n**...*\n*...**\n```\n\n\n## Output without wrap\n\n```\n..*..*\n.*...*\n*...*.\n*.*.**\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*...*\n....**\n..*.*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.....\n.*..*\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.****\n....*\n**..*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****...*\n.***.****\n*****..*.\n.********\n*.*.*****\n*****.*..\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n....*.*..\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....**\n*.*......\n*...**...\n*.......*\n.*..**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*\n*.**.....\n.........\n.*......*\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****..*\n.*********\n**.****.**\n*.**..***.\n*****.****\n**********\n**.*****.*\n*.***.**.*\n```\n\n\n## Output without wrap\n\n```\n**.......*\n..........\n*.........\n..........\n..........\n..........\n.........*\n*.*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*...*.\n....*.\n......\n......\n...*.*\n.*....\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n......\n......\n..*...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*...*.\n.....*\n......\n......\n......\n..*...\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...*.*\n*.....\n...*..\n...**.\n***...\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*...\n..*.*.\n..*..*\n.*....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n*..*..\n..*..*\n..*..*\n*..*.*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n*****\n*****\n**.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n..*...\n......\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n**....\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n....*\n*..*.\n*.*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*.**\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*..*\n**.*.\n*.*.*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*\n.....*.\n......*\n.......\n**.*...\n.**....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....**\n.......\n.......\n**.....\n.......\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**\n.....**\n.......\n*......\n**.....\n.......\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.......\n.....*........\n.......*......\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n.....**.......\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.......\n.....**.......\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.........\n.........\n......*..\n.....**..\n.....*...\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....**..\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.....**..\n.....**..\n.....**..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n*.*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*\n.*...**\n.*...*.\n*.*..**\n.**..**\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n***.***\n***.*..\n*.*.*..\n..***..\n.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*..\n.**.**.\n.**.*..\n..*.*..\n..***..\n..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....*.\n...**.\n......\n**...*\n**....\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...*..\n...**.\n**....\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n*..*..\n*..*..\n.*....\n......\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n*.*..*\n**....\n.*...*\n..*..*\n***.**\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*..*..\n*.....\n*.....\n*.**.*\n*.*...\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n..*.**\n....**\n.*....\n.****.\n....*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.**.**\n******\n*****.\n******\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n..*.*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n..*.*\n**...\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.********.\n**********\n***..****.\n******.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n....*....*\n....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..*.\n*...*\n...**\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n....*\n.....\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n*....\n.....\n*.*..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**...\n*...*.*...\n**....**.*\n......****\n....**....\n...**.***.\n*....*....\n....******\n*.....**..\n.....*.***\n..........\n..*.......\n.*.*......\n**.*.*****\n```\n\n\n## Output without wrap\n\n```\n.**..*....\n*.........\n**........\n........**\n...**...*.\n..**....*.\n...**..**.\n...**.....\n.......**.\n.......**.\n.......**.\n.***....*.\n*..**.*.*.\n*****.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*..\n..***.....\n*.........\n*.........\n...**...*.\n..**......\n...**..***\n*..**....*\n*......*..\n.......***\n.......***\n..**.....*\n*..****..*\n*..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**...*\n**.**.*....\n....*......\n.*.*....**.\n.***.......\n.....**....\n..**...***.\n*.**....**.\n.*.....*..*\n..*.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.******....\n.****.*....\n**..**.....\n.*.**......\n.*.**......\n.*..*.***..\n.****.**.*.\n...*......*\n.*.....*..*\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...**..*\n*****.*....\n**..**.....\n.*.**......\n.*.**......\n.*..*.***..\n.****.**.**\n*..*.......\n**.....*..*\n****.*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.*.*.**\n....*..\n.***.**\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n***.**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n.......\n.......\n....**.\n***.**.\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**....\n..*..*\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..\n........\n........\n...***..\n..*.....\n.....**.\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....*...\n...**...\n...*..*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....*...\n...**...\n...*..*.\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.**\n.**\n**.\n*.*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.....\n..****.....\n...........\n....**.....\n```\n\n\n## Output without wrap\n\n```\n..*..*.....\n..*..*.....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*....\n..*..*.....\n...........\n...*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n....**.\n****.*.\n.*.*.*.\n****.**\n***.***\n*****.*\n.**.***\n***.**.\n*...**.\n*.****.\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n.*.**.*\n.......\n**.*.**\n.....*.\n.......\n.......\n.......\n......*\n*.*....\n*.....*\n*.*....\n..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n**.*.*.\n.....*.\n.......\n.......\n.......\n.......\n..*....\n*......\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n.***\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n...*.....\n.........\n...*.....\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n..*.*....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n..*.*....\n.........\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*........\n...*........\n............\n............\n............\n............\n............\n........*...\n.......*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n..*..*.\n..*..*.\n...**..\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n...***.\n..*..*.\n....*..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n...***.\n..*..*.\n....*..\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n..*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n***\n..*\n***\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n**.\n...\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n..........\n..........\n......*...\n....*.*...\n..*.*.*...\n.*.**.....\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.....*....\n...*..**..\n..*.*.....\n.*..**....\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n..........\n.....*....\n...*..**..\n..*.*.....\n.*..**....\n****......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n***.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n............*.\n..............\n.*............\n..............\n**...*.......*\n..............\n......*.......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.*..\n..***\n..*.*\n*..**\n.**..\n..**.\n.*.*.\n..*.*\n..*.*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*....\n..*.*\n.**..\n....*\n.*..*\n...*.\n.*..*\n.**.*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n.....\n*.*.*\n.**..\n*...*\n**...\n...*.\n.*..*\n***.*\n.....\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..**..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**...\n***..\n...**\n***.*\n...*.\n....*\n.*...\n.....\n.....\n.****\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n...*.\n....*\n.*..*\n.*..*\n..**.\n.....\n.....\n.*.*.\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n...*.\n...*.\n*..*.\n*..*.\n..*..\n.....\n.....\n...**\n*....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*..*..\n.**...\n..**..\n...***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.****.\n**.*..\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..****\n...***\n***...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*...*.*\n...*...**..*.*\n...*...*...*.*\n```\n\n\n## Output without wrap\n\n```\n...*..*.**....\n...*..*.......\n...*..*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n........*.....\n..............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n.*.*.\n*..*.\n*.*.*\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*.**\n*..**\n.*.*.\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.*.*.\n*..*.\n**.**\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.***\n..*.*.**\n***.***.\n.***.***\n*..**.**\n```\n\n\n## Output without wrap\n\n```\n..***...\n.****...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n*.....\n..*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*.*.*.\n..**.*\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n.*****\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*....*\n*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n****\n****\n****\n****\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*******\n.***.**.\n....*.*.\n.**..**.\n.***.***\n**.***.*\n*.****.*\n*.***.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......**\n.*.....*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n.......*\n*.......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*.\n..*.....\n.....***\n..*.*..*\n...*....\n*..**...\n........\n.*.*....\n........\n........\n....*.*.\n*.......\n.......*\n........\n```\n\n\n## Output without wrap\n\n```\n.***....\n.***...*\n...*.***\n...***.*\n..*.....\n...**...\n..***...\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n.***...*\n...*.***\n...***.*\n..*.....\n...**...\n..***...\n........\n........\n........\n........\n.......*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n*.*...\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n......\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............*.\n**......*...**\n**..*****.....\n......**......\n.............*\n..***..***.*..\n.......***.*..\n........*..***\n****.*..**..**\n```\n\n\n## Output without wrap\n\n```\n............**\n**...***....**\n**...**.**....\n.......*......\n.......**.....\n..***.........\n...*......**..\n.*.*.......*..\n.**.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.......*...\n.....**.*.....\n**...**.**....\n.......*......\n.......**.....\n..***.........\n...*......***.\n*..*......*...\n*.*.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..*.....\n...*....\n...**...\n.*.*....\n.**.....\n...*....\n...*....\n...*...*\n..*...*.\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n..*.*...\n.....*..\n........\n...*....\n........\n....*...\n..*.*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n..*.*...\n.....*..\n........\n...*....\n........\n....*...\n.**.*...\n.......*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n.....**...\n***.......\n..........\n..........\n..........\n........**\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n*.........\n.*........\n.*........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n.*........\n.*........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n..*...\n......\n****.*\n...***\n***.**\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n...*..\n.***.*\n......\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n*..*..\n****.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*...\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n***.\n...*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*.**\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*.*.\n****\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****...*.\n**.**.****.*\n...*....***.\n.*.*.******.\n..**..**..*.\n.*.*...*..*.\n.*.*...**...\n*..*******.*\n..*.***.*..*\n**...**..***\n****.*.*.***\n*.....*****.\n*****.****..\n```\n\n\n## Output without wrap\n\n```\n.**....*.**.\n.......*.*.*\n**..*.....**\n**.*.......*\n...*.*....**\n.*.*.*...*.*\n**.*......*.\n.........***\n*.........*.\n...*........\n............\n......*.....\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n***........*\n.*..*......*\n...*......**\n...*.*....**\n.*.*.*...*..\n.*.*........\n.*.......*..\n**........**\n...*........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.\n**..**.*\n.**....*\n**.....*\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n...**.*.\n.**.**.*\n..**..*.\n*..*....\n*.*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**\n.**..*.*\n..**..*.\n...*....\n*.......\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n.*.\n*.*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n*.*\n*.*\n*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n....*\n.*...\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...**\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n*.....\n......\n......\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n..*.*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****..\n*..**....\n*****....\n..*.*.*..\n...**..**\n.***.*...\n*...*.***\n.**.*...*\n..**...*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......**.\n.**...**.\n***..*..*\n*...*...*\n*...*.*.*\n.*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.........\n**.......\n**....**.\n.**...**.\n***..*..*\n*...*..*.\n*****...*\n.**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***..\n***....*\n**..***.\n.*******\n***...*.\n.***..**\n**..**..\n*****.**\n********\n```\n\n\n## Output without wrap\n\n```\n**.**...\n........\n........\n.......*\n*.......\n...**.**\n........\n.......*\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n........\n........\n........\n...**.*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n***.*\n..**.\n*.***\n*****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n*....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*...\n****..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n*****.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n.**.**\n*..*..\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..*.**\n***...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..**.*\n*....*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n**..*\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.*..*\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..*.***.**\n.****.*****..*\n**.*.*.*****.*\n***.*********.\n*.****.*....**\n.*.****....***\n```\n\n\n## Output without wrap\n\n```\n.*..***...****\n.............*\n.............*\n..............\n*........*....\n.*....*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n.........*....\n........***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...*\n*......**\n*......**\n...*.....\n*.*.*....\n**.**....\n*..*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n***......\n.***.....\n*.*.*....\n*...**...\n*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n**.......\n*.*.....*\n*.**.....\n*.*.*....\n.**.*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**..\n...*.*.**\n....*****\n...***.*.\n..**.***.\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n..***.**.\n..***.**.\n..**.....\n.........\n.**....*.\n..**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n..***....\n..**.....\n.........\n.**......\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.*......\n....*......**.\n.........*.**.\n....*.....*.**\n```\n\n\n## Output without wrap\n\n```\n...***........\n...***....***.\n..............\n..........*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.......*\n...***....***.\n..............\n...***....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.*\n.****...*.\n..**...*..\n..****..*.\n*...**..**\n..*.....**\n```\n\n\n## Output without wrap\n\n```\n...**..**.\n...*.....*\n.**.......\n.**.**...*\n.**..*....\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....***\n.*........\n.**......*\n*.*.**...*\n*.......*.\n...*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.\n.******\n.**.***\n*.*.***\n.**.***\n*******\n*.*****\n*******\n*******\n******.\n*******\n****.**\n***.***\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n...*..\n.***..\n......\n...*..\n.*....\n*.**..\n......\n....*.\n*.....\n.*..*.\n**...*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..***.\n..**..\n..*...\n.*....\n.*.*..\n..*...\n......\n......\n***...\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*..*..\n..***.\n..**..\n..*...\n.*....\n.*.*..\n..*...\n......\n......\n.**.**\n.*****\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n***.*\n.**.*\n**.**\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**..\n.**.**\n*.***.\n.**...\n..***.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n.....*\n*...**\n......\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.****.\n*....*\n*...*.\n.....*\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..*.*\n..*****..**\n.*....*..**\n....**...**\n......*...*\n*******....\n...*..**...\n......*....\n***...*..**\n...*..***..\n*******.*..\n*..*.*..*..\n```\n\n\n## Output without wrap\n\n```\n..**.**...*\n..**..***..\n..*...*.*..\n.....**....\n.**...*..**\n.****......\n.*.*...*...\n.**..**....\n.**..**.**.\n........*..\n**......**.\n*..*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.*\n..**..***..\n..*...*.*..\n.....**....\n.**...*..**\n*****......\n.*.*...*...\n***..**...*\n***..**.***\n........*..\n**......**.\n*.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...*\n*.**....*\n...*.**..\n..*...*..\n.**.**...\n.***..*..\n*...****.\n*......**\n......**.\n```\n\n\n## Output without wrap\n\n```\n..***....\n..*..*.*.\n.*.*****.\n.**...*..\n....***..\n*......*.\n*.****..*\n........*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***...*\n*.*..*.**\n.*.*****.\n.**...*..\n....***..\n*......*.\n*.****...\n*........\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.\n..*...*...\n...***....\n..........\n.......**.\n.......*..\n.........*\n```\n\n\n## Output without wrap\n\n```\n.......*..\n...*****..\n...***....\n....*.....\n.......**.\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n...*****..\n...***....\n....*.....\n.......**.\n.......*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*\n*...*.*\n**.*.**\n*..****\n*.....*\n*.....*\n*.....*\n*..*.**\n*...*.*\n```\n\n\n## Output without wrap\n\n```\n.***...\n....*..\n*......\n....*..\n...**.*\n..*...*\n..*...*\n**....*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.*.....\n....*..\n.*.**..\n***....\n***....\n..***..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*..\n.*....**..\n.....**...\n..*.......\n...*.....*\n*...******\n*....***.*\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n.....*..*.\n.....*.*..\n........*.\n...****.*.\n......*..*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.\n..........\n.....*..*.\n.....*.*..\n........*.\n...****...\n*.....*..*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*.*.**\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n....**\n..*.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.*.*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n***.*\n...**\n**.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.*.\n.***.....\n.....**.*\n.*.......\n..*..**..\n*....*.*.\n.*.**.***\n.**.*..*.\n...**..**\n...**.*..\n..*.**.*.\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n***......\n.........\n......*..\n.*....**.\n...*.*.*.\n*..**....\n***.....*\n......*.*\n.....**.*\n..*.*.**.\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.**......\n**......*\n**....*..\n**....*..\n*..*.*...\n...**....\n*.*....*.\n*.....*.*\n.....**.*\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*..*..\n.*..**\n.**...\n*..*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n*.....\n....*.\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.**..\n.*....\n.....*\n.*....\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..........\n*..***........\n.**...*.......\n...*..*.......\n....**........\n.*............\n```\n\n\n## Output without wrap\n\n```\n..**..........\n....**........\n.*....*.......\n.**.*.*.......\n....**........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*........\n*..***........\n.*....*.......\n.**.*.*.......\n..*...........\n.**.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.....\n..........\n..........\n.......*..\n...**...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n...*......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n.*****\n.***.*\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n..*....\n.*.**..\n.**....\n*....**\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n.***.*.\n*......\n.*.*...\n******.\n*..****\n.**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***\n......*\n.*.*...\n.******\n*..****\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n.*.*.....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*.**....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n.*.**....\n.*.**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n..........\n..........\n..*.......\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..**......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..........\n..........\n..**......\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.......\n.......\n*......\n**...*.\n.......\n.......\n.......\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n**....*\n**....*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n****\n.*..\n.**.\n*.*.\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n..**\n..**\n.***\n*..*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n...*\n...*\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n.**\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.........\n.........\n.........\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..***\n*..*..*..\n...*..**.\n```\n\n\n## Output without wrap\n\n```\n...*****.\n...***..*\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.*\n***...*..\n***...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...**....\n.**.**.**.....\n....**........\n..*.**........\n..**..........\n.**.*..*.*****\n..*......**.*.\n.**......*..*.\n.*...*...**.*.\n.............*\n.......*.....*\n........*.**.*\n```\n\n\n## Output without wrap\n\n```\n..*.**...*....\n**.****..*....\n.**...***.....\n.**........*..\n.........*****\n.........**.**\n.**.....**....\n.**......**..*\n.**......**...\n..........*...\n.............*\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**....**..\n...*******....\n.**...***.....\n.**........*..\n.........*****\n*........**.**\n..*.....**....\n..*......**...\n..*......**...\n..........*...\n.*.........*..\n....*....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n*....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.*....\n**....\n*.**.*\n.**...\n......\n......\n......\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n***...\n......\n*.....\n*..*..\n.***..\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n.....*\n...*.*\n****..\n......\n......\n......\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n**.*\n..**\n....\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n.***\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**..\n.***\n*..*\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n.......\n**.....\n.......\n.......\n.......\n.......\n*......\n.*...**\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n**...**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n......*\n.......\n.......\n.......\n.......\n.......\n*.....*\n.*...**\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.....*..\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*...\n**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n...***.\n...***.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...*.*.\n..*...*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n..*...*\n..*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n.......*....\n.......*....\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n.*..\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.***...*\n.*.....*\n.***....\n...*....\n...*....\n...**...\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.**.....\n*.......\n.*.*....\n...**...\n..**....\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.**.....\n........\n**.*....\n...**...\n..**....\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.\n.......**\n*.**....*\n.*.....**\n.*....*..\n.*....*..\n..*...*..\n```\n\n\n## Output without wrap\n\n```\n.......**\n..**...**\n.**......\n**.....**\n***...*..\n.**..***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n*.**...*.\n.**......\n.*.....**\n.**...*..\n.**..***.\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n.........\n........*\n*..*.*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*.......*\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.***..\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n.***..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.**\n.*.*\n*...\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n**.*\n***.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n***.\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**.*\n..*.**\n.*..*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..**.*\n.**..*\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**.*\n***..*\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********.\n*.******.**\n.**********\n******.****\n***.*.*.***\n**.*.***.**\n.*.***.****\n****.*****.\n.****.**.*.\n```\n\n\n## Output without wrap\n\n```\n*........**\n*..........\n...........\n...........\n...........\n...........\n...........\n*..........\n*...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n....*.....\n...**.....\n...*......\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n..*\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*\n****..*\n*.***..\n*......\n....**.\n.......\n.......\n.***...\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n**.....\n.......\n.......\n.......\n..*....\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n....*.*\n*.....*\n.....*.\n.......\n.......\n..*....\n.***...\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...........\n.....*......*\n.*...*......*\n...**..*....*\n*.....*.*....\n....*.......*\n.......*.*...\n...**..*...**\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n**...........\n.....**....**\n....****.....\n...***.*.....\n.......**....\n...**...*..**\n........*.**.\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............\n.*..........*\n.....**....**\n....****....*\n*..***.*....*\n.......**....\n...**...*..**\n........*.**.\n*..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n*.*.........\n*..*........\n*.*.........\n............\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n.*..........\n*.**........\n.*..........\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.*..........\n*.**.......*\n.*..........\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..*.\n*****......\n....*.*....\n...*.*.*...\n....*......\n.....*.....\n**....*....\n*...*..*..*\n*.*.....**.\n```\n\n\n## Output without wrap\n\n```\n.*..*......\n*...*......\n.*....*....\n.......*...\n...........\n...........\n**...****..\n*.....**.*.\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*.*.\n****.......\n.*....*....\n.......*...\n...........\n*..........\n*....******\n...........\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n.....*\n......\n**..**\n..**..\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n..*...\n.*....\n.*..*.\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n......\n......\n******\n******\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...\n..*.*....\n.**.*....\n..*..****\n...***.*.\n...*..**.\n..**..**.\n...*.....\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*....*..\n*.....***\n......***\n.***...**\n....*..*.\n..*.*..*.\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**..\n.....**..\n......***\n*.....***\n****...**\n....*..*.\n...**.**.\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n**....\n..*.**\n..**..\n.*.*..\n.*.*..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.**...\n.*..*.\n.*.**.\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n*.....\n.*..*.\n..*.*.\n.*....\n.*.***\n**.***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n..*.....\n*.......\n**......\n**..**..\n..*.*...\n.***....\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*.**...\n.*.*.*..\n*.*..*..\n*...*...\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n**.**..*\n**.*.***\n*.*..*.*\n*...*..*\n**.....*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**.*\n....*......*.\n..**.........\n..**.........\n.***.........\n.***........*\n...........**\n*.........**.\n```\n\n\n## Output without wrap\n\n```\n..........**.\n...*......**.\n....*........\n....**.......\n...**........\n.*.*.......**\n.**.......*..\n..........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.**\n...*......**.\n....*........\n....**.......\n*..**.......*\n.*.*.......**\n.**.......***\n**.......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*...*\n**...*\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.**..*\n....**\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n***.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n....*\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n*.*....\n.......\n.......\n**.....\n.......\n*.*...*\n...*...\n*..*...\n.*.*...\n.......\n*.*....\n*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n*......\n.......\n.***...\n...**..\n..*....\n.**....\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.......\n.......\n.......\n......*\n.......\n****..*\n...**..\n..*....\n.**....\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n.*.\n*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*.**\n.*..*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.***.\n**.**\n**..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*.**\n.*..*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.****\n*..*.\n*...*\n.***.\n**...\n.....\n..**.\n..*..\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*....\n.*.*.\n*.**.\n*..*.\n*..*.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n.....\n*.*.*\n*..*.\n*..*.\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.....*\n....**\n....**\n.....*\n.**.**\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n......\n......\n...*..\n.*****\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n......\n*.....\n*.....\n...*..\n.*****\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n.**\n*.*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n.**.**\n.....*\n.**..*\n.*.***\n*****.\n**.*..\n.**.**\n*****.\n*..**.\n*...*.\n*..*..\n*..***\n*****.\n```\n\n\n## Output without wrap\n\n```\n.*.***\n.*.***\n...*.*\n.***.*\n.....*\n.....*\n.....*\n.....*\n*.....\n*....*\n**..*.\n**.*.*\n*....*\n***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.**.\n...*.*\n.***.*\n......\n......\n......\n......\n......\n*.....\n**..*.\n**.*..\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n...**.\n.....*\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n.*...*\n*****.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n....*.\n*.*..*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.****.\n.****.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*.****\n......\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.....\n....*...*.\n*...*.....\n...**...*.\n```\n\n\n## Output without wrap\n\n```\n...**.....\n....**....\n....**....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n....**...*\n....**...*\n.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n........\n........\n........\n........\n....*.**\n*...*...\n....**..\n**..*...\n*...*..*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.....*..\n...**.*.\n**.***..\n**.**...\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n........\n........\n........\n........\n.....*.*\n...**.**\n**.***..\n**.**..*\n**..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.\n**..***\n....*..\n*....**\n**.*.**\n*......\n```\n\n\n## Output without wrap\n\n```\n..*..*.\n.*.**..\n..*..*.\n..*.*.*\n..*..**\n**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n******.\n.**....\n***.**.\n**.**..\n.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n..*.\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n*...\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***......\n.***..**......\n..***.***.....\n```\n\n\n## Output without wrap\n\n```\n.*.***.*......\n.*............\n.*..***.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.*............\n........*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n*.......*\n.....*.*.\n*..*.*...\n*.**..**.\n..**.*...\n.**......\n....*.**.\n.....*...\n.***.**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n..******.\n..**...*.\n..**...*.\n...**..*.\n...**..*.\n.*.....*.\n..**...*.\n..*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...\n.........\n*********\n****...**\n..**.....\n...**....\n...**..*.\n.*.....*.\n..**...*.\n*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n.*......\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*..\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.**....*\n.*....**\n.*.***..\n***.....\n*.....*.\n.*****..\n```\n\n\n## Output without wrap\n\n```\n.**.....\n***...**\n**.*****\n...****.\n*.****..\n*...**..\n.*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.**...**\n.*.*****\n...*****\n*.****.*\n*...**.*\n******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.****\n***..\n*****\n*.***\n****.\n****.\n.****\n**.**\n.....\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n.....\n....*\n.....\n.....\n.....\n.....\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*.**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**..\n**.*\n*.**\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n...*\n*..*\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**.**\n.*.*.\n**.**\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.**\n**.**\n.*..*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n...*.*\n......\n*....*\n.*..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n......\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n*...*.\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n...*...\n.......\n.......\n.**....\n.*.....\n......*\n.*.....\n.*.....\n**...*.\n.......\n.......\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.**....\n.**....\n.......\n.......\n***....\n***....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n....*..\n.......\n.......\n*.*....\n*.*....\n*.....*\n*......\n..*....\n***....\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n...\n...\n...\n...\n...\n...\n..*\n...\n*.*\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n....\n....\n.*..\n.*..\n*...\n....\n....\n..*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.**..*\n..**.***..\n..***..***\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.*..\n.........*\n..*.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n..........\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n........\n..*.....\n........\n......*.\n.....*..\n....*...\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.....*..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.....*..\n....**..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n...*\n...*\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n.........\n*......**\n.....****\n.....*.*.\n.....*...\n*....***.\n***...*.*\n***......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....*****\n.......**\n.......*.\n.......*.\n.....**..\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*.......*\n*...***..\n*......*.\n*........\n.......*.\n....*****\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.***\n.*...\n.****\n*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n*..***\n..*.*.\n......\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...*..\n..*...\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n*..*..\n*.*...\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.*.*\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...**\n.****\n*..*.\n*..*.\n***..\n.....\n...**\n*..**\n```\n\n\n## Output without wrap\n\n```\n...**\n.*...\n.*...\n*....\n*..*.\n***..\n.***.\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*...\n*....\n*..*.\n***.*\n*****\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*..\n.**\n...\n..*\n...\n*.*\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n.**\n...\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n***\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n..**..\n***...\n......\n*..*.*\n***..*\n```\n\n\n## Output without wrap\n\n```\n..*...\n*..*..\n.***..\n*.*...\n*.*.*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...*..\n.***..\n..*..*\n..*.**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.......\n*....*..***..\n*.****..*...*\n...***...**.*\n.*.*.........\n...*.*.......\n....*........\n```\n\n\n## Output without wrap\n\n```\n........**...\n*.*..**.**...\n***...*.*.*..\n.*..***......\n...*.........\n..**.........\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....**...\n..*.*.*.**..*\n..*...*.*.*..\n.*..***....**\n...*.........\n.....*.......\n.*...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*..**\n....*\n**...\n***.*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n**...\n*...*\n..*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**.*.\n.*.*.\n.*..*\n.**.*\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......\n...*.**....\n..*........\n..**.......\n...*.*.....\n...***.....\n....*......\n...........\n...........\n...*.......\n**.........\n***.*......\n...**......\n```\n\n\n## Output without wrap\n\n```\n....**.....\n...***.....\n..*.*......\n..***......\n.....*.....\n...*.*.....\n...***.....\n...........\n...........\n...........\n*..*.......\n*.*.*......\n.****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...***.....\n..*.*......\n..***......\n.....*.....\n...*.*.....\n...***.....\n...........\n...........\n...........\n*..*.......\n*.*.*......\n.**.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n....**......\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...***\n*.....\n*..*..\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n...*..\n....*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n*..*..\n*...*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n.****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n.*..*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***.*\n*....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*.*.\n...*....*.*...\n........*.*.*.\n...*......*.*.\n```\n\n\n## Output without wrap\n\n```\n.........*.*..\n..........*...\n..........*...\n.........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n..........*...\n..........*...\n..........*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n**...**\n.*.****\n.*.***.\n**.*.**\n****.*.\n.......\n```\n\n\n## Output without wrap\n\n```\n**.....\n**....*\n.*.*...\n.*.....\n......*\n*..*.**\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n.*.....\n.*.*...\n.*.....\n.......\n...*.*.\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...**.\n...*.*\n...***\n...**.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..***.\n..*..*\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..***.\n..*..*\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*..*.\n*..*.\n.*.*.\n..***\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n***..\n.*.**\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.*.*\n..*..\n.....\n....*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n**.*..\n***...\n**..**\n....**\n...*.*\n..****\n...*..\n.*..*.\n**..**\n```\n\n\n## Output without wrap\n\n```\n*.***.\n...**.\n...**.\n*.****\n...*..\n..*...\n..*..*\n.....*\n******\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...**.\n...**.\n..***.\n...*..\n*.*...\n..*..*\n.....*\n.****.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n.*...***\n**....*.\n*......*\n*......*\n........\n........\n..*..*..\n...***..\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n......*.\n**......\n.....*.*\n**....*.\n........\n........\n........\n....*...\n..**.**.\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..\n***..*..\n.....**.\n*.....**\n.......*\n........\n........\n....*...\n..**.**.\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*......\n.*.*....***\n.***...*.*.\n...*..**.*.\n.*.........\n```\n\n\n## Output without wrap\n\n```\n***......*.\n...**...***\n.*.**.**...\n.*.*..**...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......**\n...**...***\n**.**.**...\n.*.*..**...\n***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n...*.\n****.\n*...*\n**..*\n**...\n*...*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n*****\n....*\n.....\n.....\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n****.\n.....\n.....\n.....\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.**..\n*..*.\n*..*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.**.\n...*.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**.**\n*....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n...*\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n...*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.**.\n*.*.\n*.*.\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*.**\n*.**\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n....\n*...\n....\n*..*\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.**.\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n..**\n***.\n....\n*.*.\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*..**\n.*......**\n....*.***.\n***.*.***.\n*.**..*..*\n..*.*.*..*\n***.*.***.\n.****..***\n```\n\n\n## Output without wrap\n\n```\n..*.....**\n..*.***...\n*.**..*...\n*.*.*....*\n*...*.*..*\n*...*.*..*\n*...*.*...\n*...***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n..*.***...\n..**..*...\n*.*.*.....\n....*.*...\n....*.*...\n....*.*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....\n..........\n..........\n..........\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n..........\n..........\n..........\n...**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***..\n.*...\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*\n....*.*.\n*..*..**\n.***....\n...**...\n......**\n......**\n........\n.....*..\n*...****\n*...*...\n*.**....\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*...\n.*.*****\n.*......\n...**...\n.....***\n......**\n......*.\n....**..\n....*.*.\n*...*.*.\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*****\n....*...\n**.*****\n**.....*\n...**...\n.....***\n......**\n......*.\n....**.*\n*...*.**\n*...*.*.\n*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n...*..\n.*....\n....*.\n......\n......\n.....*\n.***.*\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n......\n......\n......\n......\n..*.*.\n..*.*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n......\n......\n......\n......\n*.*.*.\n*.*.*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n*..**..\n.**....\n.......\n***.**.\n```\n\n\n## Output without wrap\n\n```\n..***..\n.*..*..\n**.....\n*..*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n**.**..\n**.....\n*....**\n.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n..*.\n.*.*\n****\n*.*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n*..*\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n....\n....\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..*.*....\n...*..*..\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*........\n....*.*.......\n...**.........\n...*..........\n..............\n..............\n..............\n**....*.......\n**....**......\n...*..**......\n....*.**......\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n....*.........\n...*..........\n..*..*........\n...*.*........\n..............\n..............\n..............\n*.*...*.......\n*.*...**......\n.*...*.*......\n......**......\n......*.......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.........\n...*..........\n..*..*........\n...*.*........\n..............\n..............\n..............\n*.*...*.......\n*.*...**......\n.*...*.*......\n......**......\n......*.......\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n..*...**\n**...*..\n.....*.*\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*...*.\n.*..**..\n....**..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n..*...**\n**..**..\n**..****\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*...**\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n*.......\n*.......\n....*...\n.*.*..*.\n..*...*.\n*.**....\n....*...\n.......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n..**.*..\n........\n.***....\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n..**.*..\n.......*\n.***....\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n*....*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*....*\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..**..\n.**..***.*\n*.....*.*.\n*.*****...\n.*..*****.\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n.***..*...\n..**..***.\n*...*.....\n*.**...***\n.**.....**\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..*.....*.\n*...*...*.\n*.**...**.\n.......*..\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*....\n...*.\n*....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.....**\n...**..\n.....*.\n...*...\n*......\n..*.**.\n......*\n.****..\n*******\n..*....\n..*...*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.*.\n....*.*\n...*...\n.......\n...**..\n.....*.\n.*.....\n*.....*\n*....*.\n....*.*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*.*.\n....*.*\n...*...\n.......\n...**..\n.....**\n.*.....\n.......\n*....**\n....*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*..*..\n.*.**.\n......\n......\n......\n..*...\n.**...\n.....*\n......\n......\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n..*.*.\n...*..\n......\n......\n.**...\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**..*\n.**.**\n...*..\n......\n......\n.**...\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n****\n*.*.\n..*.\n**..\n*..*\n..*.\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*...\n*.*.\n*.**\n*...\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n*.*.\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**....\n.......*..*...\n......*....*..\n..*.**.....*..\n..*.*......*..\n....**..*.*...\n....*****.....\n...*..........\n...*.*...*.*..\n....**.....*.*\n....*.*..***..\n...*........**\n...*.**.......\n```\n\n\n## Output without wrap\n\n```\n........**....\n.......****...\n.....**...**..\n....**....***.\n..........**..\n........**....\n...*..****....\n...*...**.....\n...*.*....*.*.\n...*..*..*.*..\n...**.....**.*\n...*..*...***.\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****....\n.......****...\n.....**...**..\n....**....***.\n..........**..\n........**....\n...*..****....\n...*...**.....\n...*.*....*.*.\n...*..*..*.*..\n...**.....**.*\n...*..*...***.\n....*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*.*..\n.*.*...**.....\n..*....***.*..\n*.**.....**.*.\n....*.*....***\n..............\n**.....**....*\n...*..**......\n....**.*..****\n```\n\n\n## Output without wrap\n\n```\n.......*......\n..*...*.......\n.......*...*..\n.***...*.*...*\n...*......****\n.......*.....*\n......***.....\n....**.....*.*\n....**.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*.*.*..\n..*...*.......\n.......*...*..\n.***...*.*....\n...*......****\n.......*......\n*.....***.....\n....**.....*..\n....**.*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*.\n...**..**\n.....*...\n.**..**..\n....***.*\n*...*..*.\n..*.*..**\n```\n\n\n## Output without wrap\n\n```\n...**.***\n...***.**\n..**.*.*.\n.......*.\n.*.**....\n....*....\n...*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n...***.**\n..**.*.*.\n.......*.\n**.**...*\n*...*....\n.*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n....*.........\n**..***.......\n**..***.......\n*....*......**\n............**\n```\n\n\n## Output without wrap\n\n```\n..............\n....*.........\n**.*..*.......\n..............\n**..***.....**\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n....*.........\n**.*..*.......\n..............\n.*..***.....*.\n*...........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n.....\n..*..\n*...*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*.*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..**.\n.....\n...**\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n****\n****\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n....\n....\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..***...\n...*...*...\n...**.*****\n*.*.......*\n*.**..*..*.\n*..*..*..*.\n...*..*....\n....*..*...\n**..*..****\n```\n\n\n## Output without wrap\n\n```\n...........\n..*.**...**\n.*....***.*\n......*....\n.......*.**\n.*.....**..\n...........\n...*.....*.\n....**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*..\n......**...\n*.....****.\n*.....*....\n*......*..*\n.*.....**..\n*.........*\n.*.....*.*.\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*\n*******\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n****\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*...\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..*.\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n..**\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n..*.\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*....\n..**.....\n.........\n.**......\n...**....\n.*.......\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.....\n.*.*.....\n..**.....\n.*.*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n..**.....\n.*.*.....\n..**.....\n.*.*.....\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.****.*\n*.*.*..\n***...*\n*.*....\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.****..\n.**.**.\n*.*.**.\n*..*...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.**.**.\n*.*.*.*\n**.*.**\n**....*\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n..*.*...\n........\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n...*....\n........\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.*.\n..*****.*\n**.******\n.***..***\n.***.****\n.*.***...\n******...\n*****.**.\n.******..\n```\n\n\n## Output without wrap\n\n```\n.**..*.*.\n*.......*\n*........\n.........\n*.......*\n.......*.\n.........\n.......*.\n*.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n.........\n.........\n.........\n........*\n.......**\n........*\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....*...*\n...*.........*\n*..*.........*\n..*...........\n***..........*\n.*.*.........*\n...*.........*\n....*..*.*...*\n*...*..*...*..\n*...*..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n...*..........\n..*.*.........\n..............\n....*.........\n*..**.........\n**..........**\n.*.........*..\n......**...**.\n...*.*****.*..\n....****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*........\n...........*..\n*...........**\n**..*........*\n*..**.......**\n..............\n.*.........*..\n.*....**...*..\n.**...**...*..\n.**...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n....****..\n...*...*..\n...*..*.**\n....*.**..\n.......***\n....*....*\n*.*..*...*\n......*.*.\n*......***\n```\n\n\n## Output without wrap\n\n```\n.....****.\n....****..\n...*......\n...****.*.\n.....**...\n.....***.*\n.........*\n.....*..**\n.*....*...\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....\n....****..\n...*......\n...****.*.\n.....**...\n.....***.*\n..........\n*....*..**\n.*....*...\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n***..\n...*.\n.*...\n.*..*\n.**..\n**..*\n*..**\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.**.\n..**.\n*....\n.*.*.\n*.**.\n*....\n**...\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n*.*..\n*....\n**..*\n..**.\n.*...\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..*\n**.***.**\n..*......\n.....***.\n.....*.*.\n..***.***\n```\n\n\n## Output without wrap\n\n```\n*..*....*\n.........\n*.......*\n...**....\n...*....*\n...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n*...***..\n*......**\n.*.**....\n...*.....\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.**\n.**\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n....**.......\n...*..*......\n....**.......\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n....**.......\n...*..*......\n....**.......\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.............\n.............\n....**.......\n...*..*......\n....**.......\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.*....\n..*...\n.**.**\n**..**\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*.*..\n..***.\n*....*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*...*.\n*.**.*\n.**...\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n**.\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....*.***.\n.....*...*\n..........\n..*..*....\n....*.....\n....*...**\n.....*****\n*..*.**...\n.*........\n.*..**....\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.....*....\n.....*..*.\n......**..\n....*.....\n...***....\n...**.....\n....*...**\n.*...*....\n*.*...*...\n*.*.*.*...\n.*.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n....*.....\n.....*..*.\n......**..\n....*.....\n...***....\n...**.....\n*...*...*.\n.....*....\n..*...*...\n*.*.*.*...\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****..\n*.******\n*.*****.\n***.*.**\n*.**.***\n***.****\n******..\n.*.**.*.\n.***.**.\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n**......\n........\n........\n........\n......**\n.....***\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n........\n........\n........\n........\n........\n*.....*.\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n....*.*\n.*..*..\n..*.*..\n..*.*..\n.*...**\n..**.**\n....**.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*..\n....*..\n.**.**.\n.**.*..\n.*....*\n..**...\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....*..\n....*..\n.**.**.\n.**.*..\n**....*\n*.**...\n...*...\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*..*\n**..*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n.....\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n.*.**\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n**...\n..*.*\n*.**.\n..*.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n*....\n...*.\n*....\n..*..\n..*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*..*\n....*\n..*..\n*.*..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n*.**\n...*\n*.**\n.*..\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n.*.*\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n...*\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n.**.\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n****\n**..\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.......*.\n.............*\n*..........**.\n.......**.....\n.......***....\n..**..........\n..**..........\n...*.**.......\n..**.**.......\n.**..**..**...\n*......**.**..\n*....**.**..*.\n*..***.**.***.\n...***..*****.\n```\n\n\n## Output without wrap\n\n```\n..............\n...........*.*\n............*.\n.......*.*....\n.......*.*....\n..**....*.....\n..............\n.....**.......\n.*.*...*......\n.*****..****..\n*..........*..\n**...*......*.\n...*.........*\n...*.****...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...**.*.\n*..........*..\n............**\n.......*.*....\n.......*.*....\n..**....*.....\n..............\n.....**.......\n.*.*...*......\n.*****..****..\n*..........*.*\n**...*......*.\n...*..........\n......***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.**\n..*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.*..\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..*\n.****...\n.**.....\n..**...*\n...****.\n....****\n*....*..\n**..*...\n....*...\n.***..**\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n....*...\n.....*..\n..*...*.\n.**.....\n***.*...\n....**..\n*.*..*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*\n....*.**\n....*...\n.*...*..\n..*...*.\n***.....\n.**.*..*\n.*..****\n.*.....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......\n.....*.....\n....*......\n.....***...\n......***..\n.*.......*.\n.**........\n.*...*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.....\n....*......\n....**.....\n......*.**.\n*.*....**..\n*..*.......\n*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.....\n...*.......\n....*......\n....**.....\n......*.**.\n*.*....**..\n*..*.......\n*.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n**..\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n**..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n......**\n.....**.\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..\n*.....*.\n.....**.\n.....***\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...**.\n..**..\n.*.*..\n**.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**.**.\n...**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**.**.\n...**.\n***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..**\n....\n..*.\n*..*\n.*..\n....\n....\n..*.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n.*.*\n....\n....\n....\n..*.\n.*.*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**..\n*...\n....\n.**.\n*.*.\n....\n..*.\n.*.*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n*......*.\n*........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*........\n*........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..**\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..*.\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**.\n**........*.\n**..........\n............\n............\n.........*..\n.****....*..\n.....*..**..\n.....****.**\n.....**.....\n....*...*...\n```\n\n\n## Output without wrap\n\n```\n.........**.\n**.......**.\n**..........\n............\n............\n..*.*.......\n.*..........\n..*..*....*.\n....**..*...\n....**..**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*..*\n.*.......*..\n.*........**\n*...........\n............\n..*.*.......\n.*..........\n..*..*....*.\n....**..*...\n....**..*.*.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*.*\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n...\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***...\n.*****....\n....*.....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**...*...\n...*.*....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.**...*...\n...*.*....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.**.**\n......\n*...*.\n*..***\n*.**..\n.**.*.\n*.*.*.\n...*..\n....**\n.*..*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*..*.\n.*.***\n...***\n*.*..*\n*....*\n*...*.\n..*.*.\n...*.*\n...***\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n**..*.\n**.**.\n*..**.\n*.*...\n*.....\n*...*.\n..*.**\n...*..\n...***\n....*.\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**\n**...*.\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n**...**\n***.**.\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.\n.**.**.\n.**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n.**....\n**.....\n***.***\n**..*..\n...***.\n...***.\n.**.*..\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n..*....\n.***...\n.....*.\n..**.**\n.**.**.\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n.****..\n.*...*.\n..**.*.\n..*.**.\n.......\n.......\n**.....\n***.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*....\n.*...\n*.***\n*....\n*...*\n*.**.\n*.**.\n***.*\n*.*.*\n...*.\n.*...\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n****.\n*.**.\n*...*\n*..*.\n*.*.*\n*...*\n*...*\n*.*.*\n.***.\n...*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.***.\n*.***\n.....\n*..*.\n*.*..\n.....\n.....\n..*..\n*****\n...*.\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*........*\n.....*..*.\n*..*.**.*.\n...*......\n...***....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....******\n.....***..\n..**..*...\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n.........*\n*...*****.\n.....***.*\n..**..*...\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n*..*..*\n**....*\n...**.*\n.......\n.......\n.......\n.......\n..***..\n...*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n**...**\n*****.*\n.....*.\n.......\n.......\n.......\n...*...\n..****.\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.*...*.\n.****..\n.....**\n.......\n.......\n.......\n...*...\n..****.\n..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***.*.\n.*...*.*..\n*......***\n...**.**..\n..**.**...\n...*.**...\n..........\n..........\n.....**...\n*.....*..*\n```\n\n\n## Output without wrap\n\n```\n....****..\n**..**...*\n....**....\n..***.....\n..*.......\n..**.**...\n..........\n..........\n.....**...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...**\n.*..**....\n*...**...*\n..***....*\n..*.......\n..**.**...\n..........\n..........\n.....**...\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n......\n......\n......\n....*.\n.*.*..\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n***...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n..*.****...\n..**.*.....\n.....*.....\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n....*.*....\n..*.*.*....\n..*........\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n....*.*....\n..*.*.*....\n..*........\n...*.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n**..\n....\n**..\n*.**\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n*.**\n....\n*.*.\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*...\n*.*.\n....\n.***\n..*.\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********..\n**....****\n.****.***.\n.*.*.*****\n********..\n.*****....\n*******..*\n**.*..*.**\n*....*.***\n```\n\n\n## Output without wrap\n\n```\n...**.....\n..*..*....\n..........\n..........\n..........\n......**..\n......***.\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..*.......\n..........\n..........\n*........*\n......**.*\n......***.\n.......*..\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n....\n.*..\n*...\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n....\n**..\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n...**\n*....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n..**......\n.**..*....\n..*****...\n..*..*....\n...**.....\n.......***\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*.**.....\n.*...**...\n......*...\n..*...*...\n...**...*.\n.......*.*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n.*.**.....\n.*...**...\n......*...\n..*...*...\n...**...*.\n.......*.*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n*.*..\n...*.\n*....\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.*..*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*..\n....*...**\n**.*......\n****....*.\n**........\n..*..*****\n```\n\n\n## Output without wrap\n\n```\n........*.\n....*...*.\n*..**...**\n...*......\n*..*..*..*\n.*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n*...*...**\n...**...*.\n...*......\n...*..*...\n**...*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*....\n....*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*....\n**...\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n***...\n*.*...\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*.*...\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n*.*...\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*\n.*...***\n.***....\n.*...***\n```\n\n\n## Output without wrap\n\n```\n.**....*\n*...*.**\n**..*...\n.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n....*.**\n.*..*...\n....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***\n*.****...\n..*...**.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n*........\n.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*..*\n.*..*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n**.....*\n.*......\n.*.....*\n*.....*.\n.*.**...\n.**.....\n.*.*..*.\n...**...\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n........\n***.....\n..*.....\n........\n........\n...*....\n....*...\n******..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*....\n..*.....\n......**\n.......*\n...*....\n....*...\n******..\n.....**.\n*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.....*.\n..*.*..\n...*...\n.......\n.......\n*......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n...**..\n...*...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.....*.\n...**..\n...*...\n.......\n.......\n*.....*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n....***..\n...***...\n..**.....\n..**.....\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.*...\n.........\n.........\n...*.....\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.*...\n.........\n.........\n...*.....\n...*.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n..**....\n*.*.....\n..*.....\n***.*...\n....*...\n..*.*...\n..*.....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n..*.....\n*.*.....\n.**.....\n..*.**..\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n..*.....\n..*.....\n*.*.....\n.**.....\n..*.**..\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..*.....\n..*.....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.***....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.***....\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.\n....*.*...\n....*.*...\n.....***..\n......*.**\n*..*..*...\n*.....*.*.\n```\n\n\n## Output without wrap\n\n```\n......*...\n.....**...\n..........\n..........\n........*.\n......*.**\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n.....*....\n..........\n........**\n........*.\n.....**.*.\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n..**.\n*.**.\n*....\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n..**.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*..*.\n..**.\n**.*.\n*...*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..\n....***.*\n.*...**.*\n*.*......\n**.*....*\n**.*..***\n*.****..*\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n.*.*.*...\n.***...*.\n......*.*\n....***.*\n.....*.*.\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**.\n*...*..*.\n**.*.*.**\n..**...*.\n......*..\n....***..\n.....*.*.\n....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.*..\n.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n..*.**...\n*.**.....\n****.***.\n*.*.**.*.\n**..*....\n..*.*...*\n.**.*..*.\n..***..*.\n***..*..*\n...**.*..\n...***...\n.*.*.**..\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n....**...\n....**...\n......*..\n......*..\n.*....*..\n....**...\n*.*...*..\n**......*\n**.......\n**..*...*\n.....***.\n.........\n...***...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n**.......\n*.....*.*\n*.....**.\n.*....*..\n.*..**..*\n..*...***\n*.......*\n.*.......\n.*..*....\n.*...**..\n.........\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n...**.\n*..***\n.**..*\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n**.*.*\n*.**.*\n*.****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n**.*..\n****..\n******\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.\n...***.*.\n..*......\n.........\n.........\n.........\n.........\n....**...\n```\n\n\n## Output without wrap\n\n```\n..**.*.*.\n..*....*.\n..*..*...\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.\n..*..**..\n..*..*...\n.........\n.........\n.........\n.....*...\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.***..\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n..*...\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*.**.*\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.**.*\n...*.*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n......\n...**.\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n......\n...*.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..*\n.....*..*\n**..***..\n*..*...**\n*.*..*.*.\n*...***..\n..*....**\n*.*.*....\n```\n\n\n## Output without wrap\n\n```\n....*....\n.......*.\n**..***.*\n*.**...**\n*..*.*.**\n...***..*\n....*.**.\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..*\n.......**\n.*..***..\n..**...*.\n*..*.*.*.\n*..***...\n*...*.***\n***.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n*..*....\n***..**.\n.***..**\n....*.**\n*..*..**\n...***..\n*...*..*\n.*..*..*\n```\n\n\n## Output without wrap\n\n```\n........\n.*..*..*\n*......*\n**.*..*.\n..*.*...\n..**..*.\n....*..*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**..*...\n......**\n...*....\n..*.*...\n..**....\n*...*.*.\n*...*...\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.......*.\n.......*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n......***\n......***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....***.\n...*.*..*.\n...***...*\n.*...*..*.\n.****..*.*\n.*..*.*..*\n```\n\n\n## Output without wrap\n\n```\n......****\n..**.*....\n.*.*......\n**........\n**.*.....*\n*********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*.*.\n*.......*.\n...*......\n.*........\n..***....*\n....*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*........\n...**........\n*...*........\n.*...*......*\n....*........\n.............\n.....*.......\n**...*.......\n*.**....*....\n****...*..*..\n```\n\n\n## Output without wrap\n\n```\n...**........\n...***.......\n...***.......\n....**.......\n.............\n.............\n.............\n***.*........\n...**........\n*..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*........\n...***.......\n*..***.......\n*...**.......\n.............\n.............\n.............\n***.*........\n...**.......*\n*...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.*....*\n***.*....**..\n...**.**.**..\n..*..***....*\n..........*.*\n```\n\n\n## Output without wrap\n\n```\n..**......*..\n..*.*....*.*.\n...***.*.....\n...***.*.....\n....*******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..*...\n***.*........\n**.***.*.....\n***....*.....\n**.....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.**.*.\n*....*\n....**\n..*.*.\n..**..\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**.**\n.*.*.*\n...***\n..*.**\n.....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n***.*.\n**.*..\n*..**.\n..*.**\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n**..*.\n***.**\n.****.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.**\n.***\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*.....\n..............\n..............\n...*...*.*....\n....*.*****...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n......**.**...\n......**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*......\n..............\n..............\n.....***.**...\n......*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..**\n..*..*.*.\n*........\n**...*..*\n..***...*\n.....*.*.\n***....*.\n.**.....*\n.**....*.\n..**.....\n```\n\n\n## Output without wrap\n\n```\n..***.***\n.****.***\n*.....*..\n*****....\n.********\n....*.***\n*.*...***\n...*...**\n.........\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.***\n*****.**.\n*.....*..\n.****...*\n.********\n*...*.**.\n*.*...**.\n...*...**\n*........\n*...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n****\n****\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n....*.\n.**...\n..**..\n.*.**.\n*...**\n......\n..**..\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.**...\n.**...\n...*.*\n..**.*\n.....*\n.*....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n***.**\n*.*...\n**.*..\n.***..\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*..\n..***..**\n.*.**.***\n```\n\n\n## Output without wrap\n\n```\n.........\n...*....*\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.***..\n*...**.*.*..\n*....*.*.*..\n```\n\n\n## Output without wrap\n\n```\n....**.*.*..\n....**.*.**.\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.**.\n....**.*.**.\n.....*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*****\n.*.*.\n..*.*\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.**.\n***..\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.***.\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.**.\n.***\n***.\n*.**\n.*..\n****\n*.**\n**..\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n*...\n...*\n*...\n*..*\n....\n*..*\n...*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n.**\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n...*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n..*.*....*\n**..*.....\n.......*.*\n*..*..*...\n*.........\n**........\n.*........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n***.......\n**........\n**........\n..........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.*.**.....\n........*.\n.**.......\n.*......*.\n..........\n..........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n.....\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........*\n**.......***\n.*......*..*\n.*......*.**\n```\n\n\n## Output without wrap\n\n```\n*.*.......*.\n..........*.\n*.*.....*..*\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....*..\n*..*........\n...*....*...\n...*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n**.*.*\n*.****\n*..*..\n.....*\n....*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n**...*\n*....*\n.***.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n.*....\n......\n****..\n....**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.....**..\n...***...\n.........\n.........\n.....**..\n.....**..\n*....****\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.....**..\n....*..*.\n....*.*..\n....*....\n.....*...\n.....*...\n....*....\n.....*.*.\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n....*..*.\n....*.*..\n....*....\n.....*...\n.....*...\n....*...*\n*....*...\n......*.*\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****..**\n*..*..**..*.\n*...***.*..*\n.***...***..\n.*.**..**...\n...*....*...\n```\n\n\n## Output without wrap\n\n```\n..***...*.**\n****..*.*...\n..*.*...*.*.\n**..**......\n**..*...*...\n..***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***..*....\n.*.*.*..*...\n***.*...*..*\n.*..**....**\n.*......***.\n*.***...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n....*\n.*...\n*****\n*....\n.*.**\n.***.\n.*...\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n.***.\n**..*\n*.**.\n*....\n**.**\n**.**\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*****\n.*...\n..***\n.....\n.*.**\n.*.**\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n...\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n....*.*.\n....*.*.\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...**.*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n...**.*.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n.*.*.*\n*..*.*\n.*...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n..*...\n...*.*\n**...*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...*.*\n.*...*\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n***\n...\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n*.*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n***\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***..\n.******..\n.**.***..\n```\n\n\n## Output without wrap\n\n```\n.*....*..\n*......*.\n.*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n*......*.\n*......*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.\n*********\n***.****.\n******.**\n**.**.**.\n**.******\n**...****\n.*****.**\n*****.*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n...*\n....\n....\n....\n*...\n....\n.***\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n****\n****\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*..*..\n*.....\n.*..*.\n.*..*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n..*...\n....*.\n***.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n..*.*.\n......\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.*...\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.***..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*..*.\n.**....**.**\n.*.*.**.****\n.....*.*..**\n*.....*....*\n**...***...*\n*.**..***.*.\n...*...*..**\n........****\n........***.\n..........**\n```\n\n\n## Output without wrap\n\n```\n.*.....*****\n***.........\n.*..**......\n....**.**...\n**.........*\n*.*..*..*.**\n*.****..***.\n..**..*.....\n.......*....\n........*...\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**...\n.**.........\n.*..**......\n....**.**...\n.*..........\n..*..*..*.*.\n..****..***.\n*.**..*.....\n.......*....\n........*...\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*\n......**..\n*..*......\n.....*....\n..*.......\n........*.\n..*..**...\n..*......*\n.*..*.*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..*....**.\n..*....*.*\n..*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....**\n.....**...\n..........\n..........\n..........\n..........\n***....***\n...*...*..\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*..\n........*.....\n..*..*..**..*.\n...**.**...*..\n.....*.*...*.*\n...*..*.......\n...*..**.**...\n.....*.*..*...\n..*..........*\n.........*....\n**...***.**...\n.*..........*.\n```\n\n\n## Output without wrap\n\n```\n..............\n........**....\n...****.**....\n...**..*..**..\n...*.*.*....*.\n....**..*.*...\n....**.****...\n.......****...\n..............\n.*....*.***...\n**....*.***...\n**....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n........**....\n...****.**....\n...**..*..**..\n...*.*.*....*.\n....**..*.*...\n....**.****...\n.......****...\n..............\n**....*.***...\n**....*.***...\n**....*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....\n*.*.......\n**...*..*.\n..........\n.*........\n..........\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.........\n**........\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*.........\n**.......*\n**........\n..........\n*.........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n..*...*.\n..*...*.\n..*...*.\n......*.\n..*.....\n```\n\n\n## Output without wrap\n\n```\n..*...*.\n.*.*.*.*\n.*.*....\n..*.**.*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.\n.....*.*\n.*.*....\n*.*.**.*\n......*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n....**..\n.....*..\n....*...\n...**...\n.**.....\n.***....\n..*.....\n........\n........\n....*...\n```\n\n\n## Output without wrap\n\n```\n....**..\n......*.\n.....*..\n...***..\n..***...\n.*..*...\n...*....\n.***....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n......*.\n.....*..\n...***..\n..***...\n.*..*...\n...*....\n.***....\n........\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n..*...\n....**\n..*...\n.*..*.\n..*...\n......\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n......\n..**..\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*.*\n......\n..**..\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n..*.*.\n*****.\n.*.*..\n..**..\n**..**\n*.....\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n.*.*..\n**....\n*..**.\n*.***.\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*..*..\n*..**.\n**.**.\n*.....\n...*..\n****.*\n..*...\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.**\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...**\n**.***..\n.**.*...\n****....\n........\n**....**\n```\n\n\n## Output without wrap\n\n```\n.******.\n*...***.\n.....*..\n*..*....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n*...****\n.....*..\n*..*....\n........\n**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n..**..\n***.**\n**.**.\n*.*..*\n.**...\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n......\n*....*\n......\n*...*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n......\n......\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n...\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n.*.\n...\n...\n...\n...\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*\n.**.*..*\n*.*.*.**\n***...*.\n**.**.*.\n*.*..***\n.....*..\n....**..\n*.*..*.*\n*****..*\n```\n\n\n## Output without wrap\n\n```\n.***....\n*.*...**\n.*.*..**\n...**.**\n..*.**..\n..***...\n...**...\n....**..\n..*...*.\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n...**..*\n...*....\n...**...\n..*.**..\n..***...\n...**...\n....**..\n...*....\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.***\n..*.*\n.*..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n....*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n..**.\n.....\n...*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*....*.*\n........\n......*.\n........\n......*.\n...*....\n...***..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n...*....\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.....*.*\n........\n........\n........\n........\n...*....\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*.*.**....\n..*...*...\n*.*.*..*..\n....*..*..\n.....**...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..****....\n.****..*..\n..*....*..\n....*..*..\n....***...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..****....\n.****..*..\n..*....*..\n....*..*..\n....***...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n....*\n...*.\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n*...*\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n.*****..\n........\n......**\n.....*.*\n.***.*..\n***.**.*\n*...*...\n...**...\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.*..\n.*......\n.*.....*\n..*....*\n...***.*\n.*.*....\n*...***.\n.*..***.\n..***...\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.*......\n.*.....*\n***.....\n*..***..\n...*....\n....**..\n*...**.*\n.*.*..*.\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n**..**\n.*...*\n....*.\n```\n\n\n## Output without wrap\n\n```\n******\n..**..\n*.*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n**.*..\n.****.\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*..*.\n**..*\n*.*..\n*****\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.*.*.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n...**\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*..*\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.\n.***....\n*...*...\n.*....*.\n.....**.\n.**.*.*.\n...*....\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n.***....\n******..\n*..*....\n......*.\n.**...**\n..***.*.\n.*.*.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n******.*\n*..*....\n......**\n.**...**\n..***.*.\n.*.*.*..\n...*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n...*......\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n...*......\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n...*......\n...**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n...*.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n...\n...\n...\n***\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n***\n...\n**.\n**.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n.*.**\n.....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.*..*\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*.*\n*....\n.**.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.***.....*.**\n..**....**.*.\n..**..**...*.\n.*.*...*...*.\n*..*...*...*.\n...*....*....\n***......*...\n..........*.*\n...........*.\n```\n\n\n## Output without wrap\n\n```\n..*..........\n..**...*.*.**\n..*****..*...\n..*.*.*......\n.........**.*\n...........*.\n.*.**..***...\n***......**..\n.**.......**.\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......*...\n*.**...*.....\n..*****..*...\n*.*.*.*.....*\n.........**..\n............*\n...**..***..*\n..*......**..\n..*.......**.\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.**.\n*....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*..*.\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n.**.*\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.**.**\n.....*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**...\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***...**\n****..*.....\n..**...*..**\n..*****.....\n```\n\n\n## Output without wrap\n\n```\n....****....\n....*..*....\n.......*....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...\n*.....***..*\n.......**...\n*.....***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****...**\n**********\n*****.***.\n**.*******\n```\n\n\n## Output without wrap\n\n```\n*.....*..*\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**.**\n**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.*.*\n*...\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n*...\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.**...\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n*.......\n*......*\n*......*\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*.......\n.*......\n*.......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*..*.\n****.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n***..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*.*.\n..**.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.***\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n...*\n....\n....\n....\n....\n....\n..**\n..**\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n..**\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n.**\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.....*\n.*..*..***\n..*****..*\n..*..*.***\n...*...*.*\n```\n\n\n## Output without wrap\n\n```\n.***.....*\n.*....**.*\n.**.......\n..*..*.*.*\n......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..*..\n.*....**..\n.**.......\n*.*..*.*.*\n.*.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n..*......\n.....*.*.\n.....***.\n....***..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......*..\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n.....**..\n......*..\n.......**\n...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**...\n*.***.\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n..*.**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n*.*.*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n.*.*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**...*\n*..*...**..\n...........\n..........*\n*..*.....**\n*.*..*..*.*\n...*..*...*\n***.*....**\n*.*....*..*\n*.*...**.**\n*..*.**....\n***..*..**.\n*...****.**\n```\n\n\n## Output without wrap\n\n```\n......**...\n......**...\n...........\n.........**\n.*.*......*\n**...*...**\n*....*....*\n*.*.***..**\n*.*...**...\n*.*..*.****\n*....***...\n*.*....**..\n.*.*****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.**...\n..*........\n**.........\n*.........*\n.*.*......*\n.*...*.....\n.*...*.....\n..*.***....\n.**...**.*.\n..*..*.**..\n.....***...\n..*.....*..\n.*..*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n...\n.**\n..*\n..*\n..*\n***\n..*\n**.\n*.*\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n...\n.**\n...\n.**\n..*\n.**\n..*\n..*\n*.*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n...**.**\n...*....\n**.*.**.\n.*..*..*\n...**..*\n.*...*..\n*.....*.\n*..*.**.\n**..*...\n```\n\n\n## Output without wrap\n\n```\n.......*\n...*....\n...*...*\n**..*.**\n*......*\n.***...*\n.**....*\n**.*...*\n...*..*.\n**..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n*.*...*.\n.*.*....\n.*..*.*.\n.*......\n.***....\n*.*.....\n.*.*....\n...**.*.\n**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.***\n...**...\n*.*.*...\n**...*..\n*.*..*.*\n*******.\n*.....**\n..***.*.\n....*.*.\n********\n....*...\n.**..***\n*..*..**\n*****...\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.**...*.\n..*.....\n..*...*.\n........\n.*.*....\n.**..*..\n........\n..**.***\n.*......\n*...**.*\n*****.*.\n*....**.\n****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..\n..***...\n..*.....\n.**...*.\n........\n...*....\n..*..*..\n.......*\n*.**.**.\n**.....*\n....****\n..***...\n.*.**...\n.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n.**.\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n...*\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n****.\n*..*.\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n***..\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n****.\n*.*..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n....*\n*.**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n*.***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**...\n...........\n.......****\n*.......*..\n........*.*\n.........**\n*.........*\n**..*.**.*.\n...**..***.\n*..*.......\n.....*.****\n```\n\n\n## Output without wrap\n\n```\n...........\n.......*.*.\n.......****\n.......*..*\n..........*\n..........*\n***.*****.*\n..........*\n*........*.\n.*.*..*...*\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n......*....\n.......****\n*......*...\n*.........*\n*........*.\n***.*****..\n.........*.\n*..........\n**.*.......\n.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..*.\n....\n....\n....\n*...\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n...*..\n*...*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.*.*..\n***.**\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n...***.......\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n...***.......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n...***.......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*.*..\n.......**.....\n.*......*.....\n.........***..\n*........**...\n**.*....*..*.*\n.**....*****.*\n*.......*..***\n```\n\n\n## Output without wrap\n\n```\n.......***....\n..............\n..........*...\n........*..*..\n**.....**..**.\n*......**...*.\n.*....**......\n.......**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**...\n......*....*..\n..........*...\n*.......*..***\n*......**..*.*\n.*.....**....*\n......***.....\n......**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**...\n........*..\n.*..****...\n....**.....\n*.*........\n...*....*.*\n*..........\n...........\n.**...*....\n......*....\n.......*...\n.*..*..*...\n****.......\n**.....*...\n```\n\n\n## Output without wrap\n\n```\n...........\n......*.*..\n...***.*...\n..*........\n...**......\n...........\n...........\n...........\n...........\n......**...\n......**...\n..*........\n***........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*..\n.....*..*..\n...***.*...\n..*........\n.*.**......\n*..........\n.*.........\n...........\n...........\n......**...\n......**...\n..*........\n***........\n......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n..***\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*.\n.....***...\n...***.....\n.*.*.*.....\n..*.......*\n**.........\n**........*\n**..**...*.\n*.....**.*.\n.....*.....\n........**.\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.....**....\n..**.**....\n.*.**......\n..**.......\n..**.......\n.*.......*.\n.*...**.**.\n..........*\n.....****..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.*.\n.....***...\n..**.**....\n...**......\n..**.......\n.***.......\n...........\n.*...**.**.\n*..........\n*....**...*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n....**....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**....\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....**....\n....**....\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n..*..*\n..*..*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n.....*\n.**.**\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n...*.\n..*.*\n....*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...*.\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.*.**\n..*.*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n..*.*\n*.*..\n***..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..***\n*.*.*\n*.*..\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*..*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.**.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**..\n...**.***..\n...........\n.*........*\n.*.........\n....*......\n....***....\n```\n\n\n## Output without wrap\n\n```\n....**..*..\n....***.*..\n.......*...\n...........\n...........\n....*......\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*..\n....***.*..\n.......*...\n*..........\n*..........\n....*......\n....*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****..\n**..**.***\n**....*...\n.*.*..***.\n**.***.*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n...***..*.\n...**...**\n..**.*..*.\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*.\n...*......\n...**...**\n*.***....*\n**.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n**.*.*\n..***.\n******\n.**.**\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*.**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n...***...\n....*....\n.........\n..*......\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..*..*...\n...***...\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n..*..*...\n...***...\n..*......\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*...*\n**.*.\n...*.\n.****\n....*\n```\n\n\n## Output without wrap\n\n```\n.****\n*...*\n*****\n*....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n****.\n.....\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n......\n......\n....*.\n...*..\n....**\n*...*.\n*..*..\n*..*..\n******\n*..***\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...*.*\n...***\n...***\n**.**.\n*.....\n*....*\n*.....\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n......\n......\n...*.*\n...***\n*..**.\n**.**.\n......\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n...*..*.\n..*...*.\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n..*.***.\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.\n.....**.\n..*.***.\n..*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**....*\n......*....\n.....*.....\n....**..**.\n....*..*...\n...*...*...\n.....*..*.*\n..........*\n*..........\n....*.*....\n*...*....*.\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n....*.*....\n...*.......\n...........\n...*.......\n...**...*..\n.......*.*.\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n......*....\n...*.......\n...........\n...*.......\n...**...*..\n.......*.*.\n.........**\n*........*.\n...........\n*..*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*.*.*.\n.......*..\n.....***..\n..........\n*....*....\n..*.......\n..........\n..*....*.*\n...**....*\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n........*.\n......**..\n.....*....\n..........\n..........\n..........\n...*....*.\n...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n.......*..\n........*.\n......**..\n.....*....\n..........\n..........\n..........\n...*....*.\n...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**.*.*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*...*...\n...**.*...\n**....*...\n..*.......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...*.*....\n.***..**..\n.***.*....\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*.*....\n.***..**..\n.***.*....\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*\n...*...\n....*..\n***...*\n.**..**\n**...*.\n.*.....\n```\n\n\n## Output without wrap\n\n```\n..*....\n..**...\n.***...\n*.**..*\n.....**\n*....**\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n..**...\n****...\n..**..*\n.....*.\n.....*.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***..\n*.....*..\n.**.*.*.*\n.*....*.*\n*...*...*\n..*.***..\n*.*..****\n*.*..**..\n.........\n.**.*...*\n.**.**.*.\n```\n\n\n## Output without wrap\n\n```\n.....**..\n..**..**.\n*....*.*.\n....**.*.\n**..**.*.\n..*.**...\n.........\n..***....\n.***.**..\n......*..\n.**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n*.*...*.*\n.....*..*\n....**..*\n.*..**.**\n..*.**.*.\n**......*\n*.***....\n*.**.**.*\n*.*.***..\n*.*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******....****\n.*******.*.***\n..************\n.*****.*.*.*.*\n*.*****.******\n```\n\n\n## Output without wrap\n\n```\n*.........*..*\n*.............\n..............\n..............\n......****.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n..*\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**..*.*\n*.**..*.****\n.......*...*\n.*..*......*\n...*.***..*.\n***.**.****.\n..**.....*.*\n**..**....**\n******......\n.***.****.*.\n*.*.*..*..**\n*..**....**.\n***..*...**.\n```\n\n\n## Output without wrap\n\n```\n..********.*\n..*****.**.*\n.***...***.*\n....**.*..**\n*..*...*..**\n.*...*.*...*\n......*....*\n*....*....**\n.......*.***\n.......*****\n*......*...*\n*...**..*...\n*****....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***....\n*.*****.**..\n.***...***..\n*...**.*..**\n...*...*..*.\n**...*.*....\n......*.....\n.....*....*.\n.......*.**.\n.......****.\n*......*....\n....**..*...\n***..**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*.*\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n***.**\n***.**\n.****.\n****.*\n******\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.....\n......\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n*........*\n*........*\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*........*\n*........*\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*.*.\n..*.....*....\n..*.....*.*..\n..*.......***\n...*........*\n...*........*\n..*.......*..\n```\n\n\n## Output without wrap\n\n```\n..*..........\n.*.*.....*...\n....*.....*..\n....*....**..\n.*..*.....*.*\n..**.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n*...*.....**.\n*...*.....*..\n....*....**.*\n*...*.....*.*\n....*.....**.\n....*....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.*..\n....*\n.....\n...**\n*....\n..*..\n**..*\n**.**\n**..*\n..***\n*.**.\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n...**\n.....\n...*.\n*....\n*...*\n...**\n*....\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*...*\n.....\n...**\n....*\n...**\n....*\n.....\n...*.\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*....\n**..**\n*.****\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n*....*\n*.*...\n..*..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..*...\n......\n..*...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.***....\n*.****..\n**..**.*\n*.**....\n*..*....\n.**.....\n.*...*..\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n**...**.\n*...***.\n*.***...\n*..*....\n*..*....\n*.*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n*....*.*\n....**.*\n..***.**\n*..*....\n*..*....\n*.*.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*.*\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.......\n*............\n.......*.....\n..*....*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n.............\n.............\n......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...*.\n...**.*.*..*..\n...*..*****...\n....*......*..\n*....***....**\n*...........*.\n*............*\n**...........*\n*........**..*\n*.....***..**.\n......*.....*.\n```\n\n\n## Output without wrap\n\n```\n.......*......\n...****...**..\n...*..*.****..\n....*....****.\n.....**....***\n**....*.....*.\n*...........**\n**..........**\n*......*****.*\n......********\n......*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....**.\n...****...**..\n...*..*.****..\n....*....*****\n*....**....**.\n.*....*.....*.\n............*.\n.*..........*.\n.......*****..\n*.....*******.\n......*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*..*\n.........*.\n*...*.....*\n.........**\n```\n\n\n## Output without wrap\n\n```\n...........\n.........**\n..........*\n.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*\n*........*.\n*..........\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n..**\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.*...\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.*.*.\n*..**\n****.\n*..**\n.*.*.\n.**.*\n*****\n.*.*.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*.**\n**...\n*...*\n*....\n*...*\n**...\n....*\n*...*\n.....\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*.\n..*.**..\n*.***..*\n.**.....\n```\n\n\n## Output without wrap\n\n```\n...***..\n..*..**.\n....**..\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n*.*..**.\n*...**..\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.**\n***.\n.*..\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*..*\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n....\n...*\n.**.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n**.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n*.***\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n***.**\n**..*.\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n........\n........\n*.*.*.**\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n.....*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n........\n........\n*......*\n....**..\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*.\n......*..*\n...****...\n..**.*..**\n.*.....*.*\n.......*..\n*.*......*\n```\n\n\n## Output without wrap\n\n```\n..........\n......*...\n..****...*\n.*..**....\n.***..**.*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n..**..*...\n******....\n....**....\n..**..**..\n.**....*..\n..*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*****\n.********\n**.***.*.\n****.****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n.*.\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n...*\n...*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.**.\n*.**\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n....*\n.....\n.*.*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*...*\n.....\n*.**.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.*...\n.***.\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n..*..*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n****\n.*.*\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..**\n***.\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n*.*.\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n*.*\n***\n.**\n***\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n****.\n*****\n.....\n.*..*\n.*..*\n..**.\n...*.\n.*.*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**...\n.....\n.....\n..*.*\n..*..\n.....\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*.*.*\n..*..\n**...\n*.*..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*.*..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n****.*\n*.****\n*..***\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*....*\n*.....\n*....*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....**..\n.....**..\n......*..\n.*...**..\n***.*.*..\n.*..*.*..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......*..\n.......*.\n.*.....**\n*.*..*..*\n....*...*\n*........\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......*..\n.......*.\n.*.....*.\n*.*..*...\n....*....\n*........\n.*******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*.*..\n.......\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.\n***.**.*\n*.**.***\n.****..*\n.*.***..\n*****..*\n**..*..*\n*.**.***\n****.*..\n****.***\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n......**\n.......*\n.....***\n.....***\n.......*\n......*.\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.......*\n*....*..\n.....*.*\n......*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n....*.....\n..........\n.****.....\n..****..*.\n.........*\n```\n\n\n## Output without wrap\n\n```\n...**.....\n..*..*....\n..*.**....\n.**.**....\n..*..*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....\n..*..*....\n..*.**....\n.**.**....\n.**.***...\n..**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**.*.\n.**..\n.....\n..***\n.***.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n*.*..\n.....\n***..\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n..**.\n.....\n.**..\n.***.\n.***.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n**...\n*....\n.....\n*.*..\n..*..\n....*\n.*.*.\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n..*..\n.**..\n**...\n.*.*.\n.*...\n.....\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n.**..\n**...\n.*.*.\n.*...\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..**\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*..*.\n....*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n***.\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*********\n.**.**.***\n**********\n**********\n**********\n**.*******\n```\n\n\n## Output without wrap\n\n```\n.*.......*\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n**......*\n****.*...\n..*******\n...**.***\n.......*.\n**.......\n***.....*\n**.*.....\n....*....\n...*....*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.........\n.........\n........*\n.*.....*.\n.......*.\n.*.......\n..***....\n..***....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.........\n.........\n.........\n.........\n.*.......\n.......**\n.........\n*.***...*\n..***....\n**.*.....\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.......\n.............\n.............\n.............\n.............\n.............\n....*........\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.......*..\n..*.......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....\n....*...\n**...*..\n......*.\n......*.\n...*.*..\n.......*\n*...*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n*.......\n.....*..\n.....**.\n.....**.\n......*.\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*\n*.......\n.....*..\n.....***\n.....**.\n......*.\n....****\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n***...\n**....\n.*..*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n.**...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*\n*...**\n*.....\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.*.*\n*.**\n*.**\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n*...\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n***.*.\n**.***\n**.**.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n*.**..\n......\n.....*\n......\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*....\n..*..*\n.**...\n.****.\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n..*...\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**....\n*.*...\n*...*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n***.\n*...\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n.**.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*.*\n**.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.*..*\n..*.*.*****\n.........*.\n..***...**.\n*..*.**...*\n*..******.*\n.*..*.*...*\n**..*...***\n*.***.*.**.\n***..*.***.\n*.*...*.***\n*.....*****\n```\n\n\n## Output without wrap\n\n```\n.*.....*...\n.......*...\n.......**.*\n.**..*...**\n*.........*\n*..*.....**\n..........*\n.*.*...*.*.\n...**......\n.*.**.*....\n*...***....\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.......**..\n..*..*.....\n*..........\n...*.......\n.*.........\n...*...*...\n...**......\n...**.*....\n...*.**....\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...**....\n....*...****.*\n**....****...*\n*******.**.**.\n```\n\n\n## Output without wrap\n\n```\n...*.*........\n...*.*........\n.**...*....***\n.*.****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**........\n....**......**\n....*.*.....**\n*............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**.*\n.***\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*....\n*.*.*...\n....*...\n....***.\n...***..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...**...\n.....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n...**...\n...**...\n.....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n......**..\n.*...**...\n***..*....\n*.**......\n.**..**...\n```\n\n\n## Output without wrap\n\n```\n......**..\n.*...*.**.\n****.*.*..\n*......*..\n*.....*...\n.***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****...\n.*....*...\n****.*.*..\n*......*.*\n*......*..\n.**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......******..\n....**...*..*.\n.....*....*...\n.....*.*.****.\n.......****...\n...........*..\n........*..*..\n....*.*..**...\n```\n\n\n## Output without wrap\n\n```\n....**.****...\n....*.....**..\n....**.**.....\n.......**.....\n......***.....\n......***.***.\n........**.*..\n.........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*......\n....*..**.....\n....**.**.....\n.......**.....\n......***.....\n......***.***.\n......*...*...\n.....***..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n**.**.\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n...**.\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.**..**\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.**..**\n*......\n.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n**.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.**\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.\n.....*.\n.......\n.......\n.......\n......*\n*..****\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.\n....***\n.....*.\n.......\n.......\n*.....*\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.**\n..*.\n.**.\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n....\n...*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*...\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n..**....\n..*.*...\n..**....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**....\n.*..*...\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..**....\n.*..*...\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n.*....\n*...*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n**....\n.*..**\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n.*..*.\n...***\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*******.\n.*...*..***..\n......*...*..\n.......*..*..\n........*....\n.......*..*..\n.....**...*..\n.......*..*..\n**....*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.....***...*.\n.....*.......\n......***.**.\n.......*.*...\n.......***...\n......**.*...\n......**.***.\n.....*.*.***.\n.......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.....**\n.....*.......\n......***.**.\n.......*.*...\n.......***...\n......**.*...\n......**.***.\n.....*.*.***.\n.....*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****..\n.****...\n.....***\n......*.\n......*.\n**...*.*\n.*..*...\n*..*..*.\n...*....\n.***..*.\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..*****.\n...*....\n.....*.*\n***.....\n*.....*.\n........\n.*......\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n.***....\n.*******\n...*....\n**...*..\n..*.....\n........\n*.....*.\n**...*..\n.**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*.*\n**.\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*..*\n....*\n.*..*\n**..*\n.**..\n```\n\n\n## Output without wrap\n\n```\n***..\n**.**\n.....\n**...\n...**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n*....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.*....\n.....*\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..**..*\n**...**....*.\n**...**.*...*\n*.**...**...*\n*.*****......\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n....*.*******\n....**.**.***\n...*....*....\n.....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******.**..\n....**.****..\n....**.**.*..\n....*.****...\n..**..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.....*\n.*....\n....*.\n...**.\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*..*.*\n*.**..\n.**...\n......\n**....\n**..**\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n....**\n*.**.*\n*..**.\n.***..\n*.*...\n**....\n...***\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..**..\n*..***\n.***..\n*.*...\n.*....\n...**.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n....*..\n*.*..**\n.**....\n...*...\n..*.**.\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.***.\n..**.*.\n.***...\n.*.**..\n..*.*..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n**.***.\n*.**.**\n****..*\n.*.**..\n..*.*..\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.**\n*.**.***.*\n..********\n```\n\n\n## Output without wrap\n\n```\n*.*.*...**\n*.........\n.**......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*..***\n......*\n.*.*...\n..*...*\n.......\n*..*.**\n.......\n....*.*\n***...*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....**\n..*.*.*\n..*....\n..*....\n.....**\n.......\n....*.*\n.*...*.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*....**\n..*.*.*\n*.*....\n..*....\n*....*.\n......*\n*...*..\n.*...**\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n**.*\n.**.\n**..\n****\n.*.*\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n*..*\n....\n...*\n...*\n...*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n******\n***...\n..*.**\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**.*.\n*...*.\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n.*....\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.****\n*......*.*\n**.....***\n*.****.**.\n*****.*.**\n***...***.\n..*..*.***\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n*.**....*.\n.*.**.....\n...**.....\n..........\n...***....\n.....*....\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****...\n.**...*...\n...**.....\n...**.....\n..........\n...***....\n*.*.**...*\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n.***\n***.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n*.*.\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n*.*.\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**...\n......*....\n...........\n...........\n......*....\n```\n\n\n## Output without wrap\n\n```\n......**...\n......**...\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*..\n.....*.*...\n...........\n...........\n.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*\n**..***\n..****.\n.*.*.*.\n*..**..\n...*..*\n*...***\n....**.\n```\n\n\n## Output without wrap\n\n```\n*.***.*\n*.....*\n*......\n.*...*.\n...*.*.\n...*..*\n...*..*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n.*...**\n*..*.**\n...*...\n*..*...\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n......***\n***...*.*\n**.*..*..\n....*..**\n**..*....\n..**.....\n.........\n```\n\n\n## Output without wrap\n\n```\n......*..\n.*...**.*\n*.*..**.*\n*..*.**.*\n..****.*.\n.**.*....\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.*...**.*\n..*..**..\n...*.**..\n..****.**\n***.*...*\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***.\n.**.*.*.\n**..**.*\n*......*\n*.......\n........\n.**.**..\n*..*..**\n.*.*...*\n.*....**\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n.**.*.*.\n.......*\n*.****.*\n*.....*.\n........\n.*......\n.******.\n*..*.***\n**......\n..*...**\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*.\n........\n..****..\n......*.\n*......*\n.*......\n********\n...*.***\n.*......\n..*...**\n......*.\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n*..\n.**\n...\n...\n.*.\n***\n***\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n..*\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.....**.\n.....**.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n.....**.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n........\n........\n.....**.\n.....**.\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n*...\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*******.****\n**********.**\n*************\n*****.**.****\n*****.***.***\n*********.***\n**.**********\n**.*********.\n**.***.**.***\n*.***********\n******.******\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n***\n...\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n..*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n***\n***\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n**.*.****\n**.*.*.**\n*.*******\n..***...*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..*\n....*.*.\n..*...*.\n..*...*.\n**...*..\n.....***\n........\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n.*****..\n....*.**\n...*..**\n..*..**.\n.*...*.*\n.....**.\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.**\n*...*.*.\n...*..**\n..*..***\n**...*..\n*....***\n......*.\n........\n*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n..*.*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.*..\n*.*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****.*\n**.******\n****.*.**\n*****.*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****...\n**..*.*...\n.*....*...\n......*...\n*.........\n*.........\n.****.....\n.**...*...\n.*....*...\n```\n\n\n## Output without wrap\n\n```\n...**.*...\n*****.**..\n**....**..\n..........\n..........\n*.**......\n*..*......\n*....*....\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.**..\n*****.**..\n**....**..\n..........\n..........\n*.**......\n*..*......\n*....*....\n.*.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.*.*.\n*.*..\n*.*.*\n.*.**\n..**.\n....*\n*.***\n.....\n```\n\n\n## Output without wrap\n\n```\n**.*.\n...*.\n*.*..\n*.*.*\n.*..*\n..*..\n.*..*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n...*.\n*.*..\n..*..\n.*...\n*.*..\n**...\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n...*\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**....*\n***.**.....*.\n.*........*..\n**..**.....**\n*.**.***...*.\n*.*.*.***..*.\n.****.*.**.*.\n.**......*.**\n.......***...\n..*......**..\n.**...*..*.*.\n...*...*.**.*\n..**.**..*...\n..**.........\n```\n\n\n## Output without wrap\n\n```\n*..**.*......\n*.*****....*.\n...*......*.*\n*..***....***\n*.*.....*.**.\n*........*.**\n*...*.*..*.*.\n.*.........**\n.**........*.\n.**....*.....\n.***.......*.\n.*.***.*.*.*.\n......*.***..\n..***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.....*\n..*****....*.\n...*......*..\n...***....**.\n..*.....*.**.\n*........*.*.\n....*.*..*.*.\n**.........**\n.**........*.\n.**....*.....\n.***.......*.\n.*.***.*.*.*.\n......*.***..\n.**....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..***.*\n*..*******\n*.***.***.\n*.********\n.*.***.**.\n*********.\n****.*****\n*.********\n```\n\n\n## Output without wrap\n\n```\n***.......\n*.*.......\n**........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.\n.**.*.*\n.**..*.\n..***..\n.*.***.\n..*.*..\n..*.*..\n.....**\n..**..*\n```\n\n\n## Output without wrap\n\n```\n*.**.*.\n....*.*\n.....*.\n.......\n.*...*.\n.**....\n....*..\n..*.***\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....*.*\n*....*.\n.......\n.*...*.\n.**....\n....*..\n..*.***\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..**.\n.*...*..**.\n.**.**..*..\n```\n\n\n## Output without wrap\n\n```\n......***..\n.*.*.***...\n.*****.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n.*......*..\n.*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n***..\n***..\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n*.****\n****.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.......\n...........\n**........*\n.*.........\n.*.........\n***........\n..*........\n..**...*...\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n***........\n*..........\n***........\n..*........\n...........\n.***.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........\n*.*........\n...........\n***........\n..*........\n...........\n.***.......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n....\n....\n.*..\n**.*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n*.**\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....*...*.\n...***....\n....**....\n```\n\n\n## Output without wrap\n\n```\n....*.....\n...**.....\n..**.*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n...*.*....\n..**.*....\n...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.****\n*..****.**\n*******..*\n**.**...**\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*...*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n..*.\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n**.*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..**\n**.****.\n*..**.*.\n****...*\n..*....*\n```\n\n\n## Output without wrap\n\n```\n**.*..**\n*.......\n......**\n*...*.**\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......*.\n....*.*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n.....\n.*...\n**.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n***..\n...**\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...**\n.....\n***..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*....*\n......\n......\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n***\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.***\n*.......*.*.*\n....*...***..\n....**...*.**\n*.......*****\n........**.**\n........**...\n........**...\n........*.*..\n.......*..**.\n.....**..**..\n....**.**....\n.....**......\n.........**..\n```\n\n\n## Output without wrap\n\n```\n...........*.\n.......***..*\n....*****..**\n....**.......\n.............\n.............\n......***....\n......**.***.\n..........**.\n.....**.....*\n....**.....*.\n...*.........\n....***..*...\n.....****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**...*\n**.....***..*\n**..*****...*\n**..**......*\n**..........*\n.............\n......***....\n......**.***.\n..........**.\n.....**.....*\n....**.....*.\n...*.........\n....***......\n.....**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**..\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*..\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....*...*\n******.****.*\n.******.*..**\n..****.**.***\n```\n\n\n## Output without wrap\n\n```\n.*.........*.\n*..........*.\n**......*.*..\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n.............\n.........*...\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n**.\n...\n..*\n..*\n***\n***\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n****.*\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......**..*\n...*....*.*..*\n...**...*.*..*\n...*.....**..*\n```\n\n\n## Output without wrap\n\n```\n.........**...\n..***...*.****\n..***...*.****\n...**....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*..***\n*.***...*.****\n*.***...*.****\n*.***...*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n*.***.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n*.***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n.*.***\n..**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n.*...*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.*.\n.*.***.***\n****..***.\n...**.*.*.\n```\n\n\n## Output without wrap\n\n```\n........**\n*.*.....**\n***.**....\n***.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*.*\n..........\n**.......*\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n....\n..*.\n*..*\n..**\n..**\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.*.*\n....\n.*.*\n.*..\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n...*\n**..\n.*..\n..**\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*......\n*...*..\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.**.....\n........\n.**.....\n........\n......*.\n.......*\n....****\n......*.\n....***.\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**.....\n........\n........\n........\n........\n.......*\n.....*.*\n........\n.....**.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.**.....\n........\n........\n........\n........\n.......*\n.....*.*\n........\n.....**.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n*.*\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n..*\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n..***..\n..**...\n.....**\n...*.**\n```\n\n\n## Output without wrap\n\n```\n..*..*.\n.....*.\n..*..*.\n..**.**\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.....*.\n..*..*.\n..**.**\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..*\n.*..*.**\n.*.*****\n```\n\n\n## Output without wrap\n\n```\n.******.\n.*.....*\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n***.....\n***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.***\n***..*.***\n...*.***..\n....**..**\n**.*****.*\n...*...*.*\n*.**....**\n*.**.**..*\n...*******\n..*.*.****\n.**..*.*.*\n***..****.\n..****..**\n.*...*.**.\n```\n\n\n## Output without wrap\n\n```\n.**.*..*.*\n.***.*...*\n.***......\n..*......*\n..**...*.*\n*....*.*.*\n......**.*\n..........\n.*........\n.**.......\n*...*....*\n*.........\n*..*.....*\n..**.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n****.*....\n.***......\n..*......*\n..**...*..\n.....*.*..\n......**..\n..........\n.*........\n.**.......\n....*.....\n..........\n...*......\n*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.****.\n..*.*......\n..*.*.***..\n..****..*..\n.....****..\n..***....*.\n....**...*.\n```\n\n\n## Output without wrap\n\n```\n..*.**.**..\n.**.*....*.\n.**...***..\n..*......*.\n......****.\n...*...*.*.\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...****.\n.**.*....*.\n.**...***..\n..*......*.\n......****.\n...*...*.*.\n......**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.***\n****.**..*.\n.********.*\n**.********\n**.***.****\n*******.**.\n*.*********\n**.*****..*\n*****..****\n```\n\n\n## Output without wrap\n\n```\n*..*.******\n...........\n..........*\n...........\n...........\n...........\n..........*\n...........\n*......****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*\n...*...\n*..*.**\n..*....\n```\n\n\n## Output without wrap\n\n```\n...*...\n.*.....\n.*..*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...*..\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*.*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*...\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**..\n**.*...\n*.....*\n*......\n**...**\n*.....*\n.......\n..***..\n....*..\n..****.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n*****..\n*****..\n*......\n*....**\n**...**\n**...**\n...*...\n...**..\n.......\n...***.\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..\n.****..\n......*\n.....*.\n.*...*.\n.*...*.\n...*...\n...**..\n.......\n...***.\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*...*\n*.*..\n*..**\n*....\n.*...\n*..**\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n*...*\n*..*.\n**...\n**...\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*.*\n.....\n*..*.\n**...\n.*...\n*.**.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n**..*.*...\n....**.*..\n..........\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.*...\n....***...\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.*...\n....***...\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..*\n*******.\n....*.*.\n**..*.**\n..*.**..\n....*...\n*...*.**\n*...*...\n*...*..*\n```\n\n\n## Output without wrap\n\n```\n**..*.*.\n***...**\n........\n.*..*.**\n.*..*.*.\n....*.*.\n...**...\n**.**.**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n***...*.\n........\n**..*.**\n**..*.**\n....*.**\n*..**..*\n.*.**.*.\n.*.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.**.*....\n.**.***..\n..***.**.\n....*.*..\n.....***.\n*.....*.*\n***..*..*\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.*.*....\n......**.\n.**....*.\n....*....\n.........\n*.......*\n*.*.....*\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n*.*.*....\n......**.\n.**....*.\n....*....\n........*\n.........\n..*......\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*.*.*\n*..*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.****\n*....\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*..\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...*.\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n..*........\n...........\n.*...*.....\n..........*\n..**.......\n...*.......\n..*........\n...*.......\n..**.......\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n..*........\n..**.......\n...*.......\n..**.......\n...*.......\n..**.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n..*........\n..**.......\n...*.......\n..**.......\n...*.......\n..**.......\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**..*\n**..*\n*...*\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.**...\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.*.\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n...*\n....\n*...\n..*.\n*...\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n.*..\n.***\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n..*.\n....\n....\n.*.*\n.**.\n***.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n.**.\n***.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n.....*.\n.....**\n**...*.\n....***\n.*..**.\n....***\n*....**\n.*...**\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n....***\n.......\n**....*\n...*...\n.......\n.......\n.*..*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....**.\n*...**.\n*......\n.*.....\n*..*...\n.......\n.......\n.*..*..\n***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.......\n...***....*...\n.....*.......*\n.*...........*\n.****......***\n.**.*.*.......\n.*.*.*.....*.*\n*.*..*.....*..\n...*......*.**\n...*...***.*..\n```\n\n\n## Output without wrap\n\n```\n....**........\n....***.......\n.....*........\n.*.**........*\n*...**......**\n*..........*.*\n*..*.**.....*.\n.***......**.*\n..***...***.*.\n........*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.******...\n....***.......\n*....*........\n.*.**........*\n....**......**\n...........*.*\n...*.**.....*.\n****......**..\n..***...***.**\n..*....******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.*.\n..*.\n**..\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n*.*.\n**..\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n*.*.\n**.*\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.....*.\n.............\n.....*.......\n...*.....*..*\n*.*..........\n..*......*...\n.............\n..*...*......\n.............\n*....**......\n.............\n..........*..\n........*..*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n..*..........\n.**..........\n.*...........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n..*..........\n.**..........\n.*...........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n..*.*.\n....*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n...***\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*.....\n...***\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.**..\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n**.*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**.**\n*..*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.**.*.\n...*..\n...*.*\n.*....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n....**\n..*..*\n..***.\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n*...**\n******\n..*.*.\n.**.**\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n*.*..\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n.*..\n..**\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n*...\n.***\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n.***\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n......\n.**...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n....*.\n....*.\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...*..\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.***..\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.....\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n.....\n.....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.*\n*..*..*.*\n*.**....*\n..*.*..**\n**.......\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n.**..*...\n..*.**..*\n..**...**\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n..*..*...\n.**.**...\n.**.*....\n..*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.*....\n..**..\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n...*.*\n**....\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.***.\n...*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*..\n.**..**..\n...*.*..*\n.***.....\n*.*...*.*\n```\n\n\n## Output without wrap\n\n```\n..***.*..\n.*....**.\n...*.**..\n.*.**..*.\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.*\n**....**.\n*..*.**..\n.*.**..**\n*...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*..*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.**\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n...\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........**\n..**....*.*..\n...**.*.*..**\n..**.........\n**.*..*..*..*\n.*.**.*...*.*\n****...*.....\n.***.*..*..*.\n.*****..*....\n```\n\n\n## Output without wrap\n\n```\n..*.......*..\n..*.*....*.*.\n..*.**.*.*.**\n**..**..*..**\n**.....*..**.\n**..*..*..***\n.............\n....*...*....\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****...**.*.\n*.***....*.*.\n.**.**.*.*.**\n*...**..*..*.\n.......*..*..\n....*..*..*..\n...........**\n....*...*....\n*....*.**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*........\n*........\n.**......\n..**...*.\n..*.*****\n..*...*..\n..*..*.*.\n...*..***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n*........\n.***.....\n....**.**\n.**.**..*\n.**.*...*\n..**.*..*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.........\n*........\n.***.....\n....**.**\n.**.**..*\n.**.*...*\n..**.*..*\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....*\n....*......\n...........\n...........\n......*....\n.....*..*..\n......**...\n...........\n..........*\n.*.........\n*...*....*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n......*....\n......*....\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....*\n....*......\n...........\n...........\n...........\n......*....\n......*....\n...........\n...........\n*.........*\n....*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........*\n***...*.....\n.*.*........\n..**...*....\n........*...\n....*.......\n.****.*..***\n.*....*...*.\n.*..**....*.\n*.........*.\n```\n\n\n## Output without wrap\n\n```\n.*..........\n*...........\n...*........\n..***.......\n............\n.*...*...*.*\n*...*....*.*\n...***......\n**........*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........*\n............\n.*.*........\n..***.......\n............\n*....*...*..\n*...*....*.*\n...***......\n..*......**.\n**.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**.*\n.********\n*********\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**..\n....*.......\n..*.*.*.....\n..*...*.....\n*...*.......\n*.*.*.......\n..*.........\n............\n.......***..\n......*...*.\n......*...*.\n......*..**.\n.......*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n.......***..\n............\n.....*....**\n.....*.....*\n.....*.*****\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n.......***..\n............\n.....*....**\n.....*.....*\n.....*...*..\n......**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n.***.***\n*.******\n********\n********\n*****.**\n*******.\n.**.****\n****.***\n.*******\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n...**.\n...*..\n....**\n```\n\n\n## Output without wrap\n\n```\n....*.\n..*..*\n..*..*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.*...\n*.*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..*.....\n.**.....\n*.*.....\n***.....\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.***....\n...*....\n...*....\n*.......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.***....\n...*....\n*..*...*\n*......*\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n......*\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n**...**\n.***..*\n*..*...\n.**....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...*...\n****.*.\n.*.*.*.\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n..**.*.\n.*.*...\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n........\n........\n........\n..**..*.\n.**.....\n**......\n.*....**\n.*....*.\n*......*\n........\n........\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..*.....\n.***....\n*..*....\n*.*.....\n..*...**\n***...**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n........\n........\n..*.....\n.***....\n**.*....\n.**...**\n.**...**\n.**...*.\n*......*\n........\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**\n.*.*....**\n*.**......\n.*.**.....\n```\n\n\n## Output without wrap\n\n```\n..**....**\n.***....**\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....*.\n..***...*.\n..***...*.\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n****...\n.......\n****...\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.\n....*.**\n**.....*\n..*.*..*\n*.*..*.*\n.*..*.**\n.*..*...\n..*.....\n..*.**..\n```\n\n\n## Output without wrap\n\n```\n.....***\n.......*\n.*.*.*.*\n*.**...*\n..*.**.*\n*****.**\n.***.*..\n.**.**..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....\n........\n.*.*.*..\n..**....\n..*.**..\n.****.**\n****.*..\n.**.**..\n..*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*..*.\n*....*\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n*....*\n......\n......\n*....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n...**.\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...**.\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n..*..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...**\n*..**\n*.***\n*.*.*\n*...*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n.**..\n*.**.\n*.*..\n*.*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n***..\n.**..\n.**..\n.***.\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n..*.*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n...***\n.**.**\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n..*.*.\n.**.*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n..*\n***\n.**\n.*.\n*.*\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n.*.\n*..\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*..\n.*..***...\n..*.*.**..\n*..**.*..*\n.**..*..*.\n...**.*.*.\n....****..\n*.*....**.\n**..**..*.\n*..**....*\n****......\n..*...**..\n```\n\n\n## Output without wrap\n\n```\n.*****....\n*...*.*...\n.***.*.*..\n...*.**.**\n.**..*..**\n.***...***\n..*.*.....\n.*.*.*.***\n.*.*******\n.*.*.**.*.\n...**.....\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n********..\n....*.....\n..**.*.**.\n...*.**.*.\n*.*..*..*.\n*.**...**.\n..*.*...**\n...*.*.**.\n...*******\n...*.**.**\n*....**..*\n**.*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n..******\n.*....*.\n.*....**\n**..****\n```\n\n\n## Output without wrap\n\n```\n.*..****\n.*....**\n*...*...\n...**...\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n....*...\n*.......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..**.\n..***...*.\n*.*..*..*.\n***..****.\n*.**..*...\n....*.*..*\n*.*.**...*\n.*.**....*\n..*..*....\n..........\n..*....*.*\n..****.***\n**.**.****\n```\n\n\n## Output without wrap\n\n```\n....**.***\n.*..***...\n.*.*..**..\n*....*.**.\n..*....*..\n....**.***\n.***......\n.*........\n..**......\n..*.**....\n.....**...\n.....*.**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*....\n.*..****.*\n.*.*..***.\n*....*.**.\n*.*....**.\n....**.*..\n.***....**\n.*......**\n..**......\n..*.**....\n.....**...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*..*...\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n....\n....\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n*...**.\n..*.*..\n.*...**\n****...\n..*....\n*......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...*..*\n**....*\n***..*.\n*.**...\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n...*.*.\n.*.....\n.**....\n****...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n....*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n....**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*\n...****\n.....*.\n....*.*\n**.**.*\n....***\n```\n\n\n## Output without wrap\n\n```\n..**..*\n..**..*\n...*...\n...**.*\n...*..*\n...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..**...\n...*...\n...**.*\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n*.**\n.*.*\n***.\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n....\n.***\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...*......\n...**.....\n.*......**\n*..*...*..\n..*.......\n.*......*.\n*........*\n.*........\n..........\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.*.....\n.....*....\n....*.....\n..........\n*.........\n..........\n**........\n*.*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n....*.....\n.*...*...*\n....*...*.\n........*.\n........*.\n.........*\n..........\n..*......*\n.*........\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..*.\n***.\n*...\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n*.**\n*.**\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n..*.\n*...\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**......\n...**......\n....*......\n.....*.....\n..*....*..*\n.**...****.\n.......*.*.\n.***.*.....\n.**.**.....\n```\n\n\n## Output without wrap\n\n```\n...**......\n.....*.....\n...***.....\n...........\n.**....*.*.\n.**...*..**\n...*...*.*.\n.*.*.**....\n.*..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.....*.....\n...***.....\n...........\n.**....*.*.\n.**...*..**\n...*...*.*.\n.*.*.**....\n.*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n.......\n...**..\n.***...\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.***...\n...**..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n.***...\n...**..\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..**.\n.**.*\n*.***\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..*..\n.....\n...*.\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n..***.\n***...\n*.**..\n*.****\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n....*.\n*...*.\n*.....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....**\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.***.\n******...\n***.**..*\n..**.**..\n...****..\n..**...*.\n*...*....\n...**....\n....*.**.\n```\n\n\n## Output without wrap\n\n```\n*..*.**..\n.......*.\n*........\n.......*.\n.......*.\n..*...*..\n..*.*....\n...**....\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n.......*.\n........*\n*......*.\n.......*.\n..*...*..\n..*.*....\n...**....\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.**.\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*....*\n.*..*.\n...*..\n.***..\n**.**.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n.*.**.\n**....\n*...*.\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*...**\n.*.**.\n**....\n*...**\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.*\n***...*..\n..*.**...\n...*.....\n........*\n***.*.***\n.*.*.*...\n```\n\n\n## Output without wrap\n\n```\n*.*....*.\n*.....**.\n..*.**...\n...**....\n.***....*\n*********\n**.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***.\n*.....**.\n..*.**...\n...**....\n.***....*\n.********\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*.*.\n*..*\n.**.\n...*\n.*..\n.**.\n.*.*\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n*..*\n.***\n.*..\n.*..\n**..\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..*.\n*...\n.**.\n**..\n**..\n.*..\n**.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**..*\n**..*.*..\n**....*..\n..*.*.*..\n..**.*...\n*.*....**\n.......*.\n......**.\n*......*.\n**..*....\n......*..\n..*...*.*\n.........\n*.*.....*\n```\n\n\n## Output without wrap\n\n```\n.**..**..\n*......*.\n.**......\n..*.*....\n....*...*\n.****...*\n..*......\n......*.*\n**....*.*\n..*....*.\n**....*..\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*...\n**.......\n.**......\n..*.*....\n*...*...*\n*****...*\n..*.....*\n......***\n.*....*..\n..*......\n.*....**.\n.......*.\n.**....*.\n..***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...*.....\n..**.....\n..*......\n.**......\n..**.....\n..*......\n.........\n.........\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n..**.....\n..*......\n.........\n...*.....\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n..**.....\n..*......\n.........\n...*.....\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..****\n**********\n**********\n**********\n**********\n.*.****.**\n**.*******\n.*.*******\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n**........\n**.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...........\n..........*...\n.........*....\n..............\n..............\n..............\n......*.......\n..............\n..............\n...**..*......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n...*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*.*\n*.***\n*.**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*..*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n..*.*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n**....**\n..*..*..\n..*.....\n.*...*.*\n*.....*.\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.*....*.\n..*...*.\n.**...*.\n.*....*.\n......*.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n**....**\n*.*...**\n.**...*.\n**....**\n*.....**\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.....\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*...**\n......\n*.....\n*.****\n.***..\n.*..**\n.*....\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n...*.*\n...**.\n**.**.\n*..**.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**....\n*..**.\n.*.**.\n**.**.\n*..*..\n..***.\n**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.*\n.**.*.*.*\n**..***.*\n.***..*.*\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.**.*....\n*...*....\n*****..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n...*.....\n..*......\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n...**\n*..**\n***.*\n..*.*\n*.*.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*....\n....*\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*..*..\n*.*...*....*.\n.**.***.....*\n.....**.*....\n..*.........*\n..*..*....*.*\n***...**.***.\n............*\n*...........*\n```\n\n\n## Output without wrap\n\n```\n.***.........\n....*.**...*.\n.****........\n.****.**.....\n.....**....*.\n..**..*..**.*\n.**...*..**.*\n*.........*.*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.......*.\n*...*.**...**\n*****.......*\n*****.**.....\n.....**....*.\n..**..*..**.*\n***...*..**..\n..........*..\n*..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.*.\n*..*.**.*\n*.*.**..*\n...***...\n.....*.**\n......*..\n.*.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.*.*.\n*.......*\n.**....*.\n...*...**\n.....*.*.\n....**..*\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.*.\n.........\n***....**\n*..*...*.\n.....*.*.\n....**..*\n.*.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**.\n**....*..\n*.*...*..\n**.....**\n*.*...*.*\n```\n\n\n## Output without wrap\n\n```\n**....**.\n*.*..**..\n..*...*..\n*.*...*.*\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..\n*.*..**.*\n..*...*..\n..*...*..\n..*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.....*\n*...*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n**.**.\n*...*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n....\n....\n..**\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n*...\n...*\n*.**\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.........\n.........\n........*\n**.......\n*.*.....*\n.**.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n**.......\n*.*......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.........\n.........\n.........\n**.......\n..*....**\n.**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n......*..\n..*......\n..**.....\n...*.....\n...**.***\n...***.*.\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..**.....\n..**.....\n.......*.\n..*...***\n.......**\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..**.....\n..**.....\n.......*.\n..*...***\n.......**\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n...**.\n*.***.\n*...*.\n..**.*\n..****\n..*...\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*****\n......\n....**\n.**.**\n.*..**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*.*..*\n**....\n*.....\n..*..*\n.....*\n..*..*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****\n*******\n**.****\n.******\n*******\n*******\n*******\n*******\n*****.*\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n...**.\n..*..*\n*..*.*\n....*.\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n.**.**\n......\n..*..*\n...*.*\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n......\n*.*..*\n*..*.*\n....**\n......\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n...**..\n*..*.**\n*..**.*\n*......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n******.\n..*...*\n**.**.*\n**...*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.*****.\n*.*....\n.*.**..\n.*...*.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n..*......\n*.*......\n*.**....*\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.*.......\n..*......\n..**.....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.*.......\n*.*.....*\n*.**....*\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***....\n..**......\n.***......\n..***.....\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n***.......\n..........\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.***.*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n***...\n**....\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.**.**\n.**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.*.**\n*.*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*****\n....*\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n*............*\n*.....*......*\n*.............\n..............\n...*...**.....\n...**..*......\n...*..........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n**............\n..............\n..............\n...**..**.....\n..***..**.....\n...**.........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n*............*\n.*............\n*............*\n..............\n...**..**.....\n..***..**.....\n...**.........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n..*\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........\n..........*\n....**.....\n........*..\n......*....\n.*..*.....*\n....*..*...\n......**...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.....*.....\n.....*.*...\n.....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.....*.....\n.....*.*...\n.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********..\n****.******.\n***********.\n```\n\n\n## Output without wrap\n\n```\n*.........*.\n............\n*.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n..**......\n..........\n****..**..\n*...**.*..\n.......*..\n**...**...\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*......\n..........\n********..\n*.****.**.\n**..*..*..\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****....\n...*......\n..........\n********..\n*.****.**.\n**..*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n***.**\n**...*\n**.***\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**...\n....*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*.\n**.......\n..*.*....\n*...**...\n*.*......\n**.....*.\n*..**..*.\n```\n\n\n## Output without wrap\n\n```\n*.*......\n..***....\n*.**.*...\n...*.*...\n.*.**....\n*.*......\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n*........\n*.**.*...\n...*.*...\n.*.**....\n*.**.....\n*...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.......\n.......\n*....**\n*...*..\n*......\n*..*...\n..*...*\n..**.*.\n**..**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....*.\n**...*.\n**.....\n.*.....\n.**.*..\n..**.**\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.......\n......*\n*....**\n**...*.\n**....*\n**....*\n.**.*.*\n*.**.*.\n*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n*.....**\n*.....*.\n.*.....*\n.*.*.***\n..*.....\n.*.*....\n.*......\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n**....*.\n***..*.*\n.*....**\n.*.**.*.\n.*......\n..*.*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.....*.\n.*....*.\n.**..*..\n.*....**\n**.**.*.\n.*......\n..*.*...\n........\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.\n..**....\n...*.*..\n****..*.\n.......*\n***...*.\n..*..***\n```\n\n\n## Output without wrap\n\n```\n...***..\n..**..*.\n........\n.****.*.\n...*..**\n.**..*..\n..*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..*\n..**..*.\n........\n*****.**\n...*..*.\n***..*..\n*.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*........\n*....*........\n*..*..........\n**.*..........\n*.*.*.....**..\n.**..*........\n.**..*....**..\n```\n\n\n## Output without wrap\n\n```\n..............\n**..*.........\n*.*.*.........\n*..**.........\n*...*.........\n*...**........\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***.......\n**..*.........\n*.*.*........*\n*..**........*\n*...*.........\n*...**........\n*...***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*....\n....**..***.\n...*..******\n*.***..*..**\n...****.....\n```\n\n\n## Output without wrap\n\n```\n........**..\n....**.....*\n..*...*.....\n..*........*\n..*..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...***..\n....**.....*\n*.*...*.....\n*.*.........\n..*..***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.***..\n.*..*.\n.*...*\n***..*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n......\n**.*.*\n*....*\n.**...\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n...*..\n*..*.*\n.....*\n..*...\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....*...\n.........***.\n*...*...***..\n*.....****...\n....*..*.....\n```\n\n\n## Output without wrap\n\n```\n.........*...\n.*.*.......*.\n...........*.\n.....**...*..\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....**...\n.*.*.......*.\n...........**\n.....**...*..\n.*.*.***.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......**\n.*......*.\n****....**\n.*..*.***.\n*.**....**\n```\n\n\n## Output without wrap\n\n```\n........*.\n.........*\n..........\n.*..*...**\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..........\n..........\n..*.*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.....\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**\n.*.....\n.*...**\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.**....\n.**....\n.**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*........*\n*...........*.\n.*.....*...***\n....*..*..****\n..*.*.*...**.*\n*...*......***\n..*****....***\n.*...*.....**.\n*.*.**...*...*\n...*..***....*\n..*...........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n......*.......\n....***.......\n..***..*......\n.*...*........\n*..*......**..\n*....***.***..\n*.......**....\n.*............\n..****.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........**\n..............\n......*.......\n....***.......\n.****..*......\n*....*........\n...*......**..\n.....***.***..\n........**..**\n............*.\n.....*.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.*...*.\n..*..*...*..*\n..*.....*.*..\n.*.....***.*.\n.***...**.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.*......\n.****.*.****.\n.**....*..**.\n.*.*.......*.\n.**....*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*.****\n.****.*.****.\n.**....*..**.\n**.*.......*.\n.*.**.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n........\n.*..*...\n..***...\n...*.*..\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...*....\n...***..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*....\n...***..\n....**..\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n......\n......\n......\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n..*...\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..*...\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......**..\n......**..\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n......**..\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n......**..\n......**..\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n****\n****\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n...*\n*...\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n.*..\n***.\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.\n.***..**.\n*..*....*\n.****.***\n*.*....*.\n**......*\n.*......*\n**......*\n.........\n....*..*.\n..**...*.\n.***...*.\n```\n\n\n## Output without wrap\n\n```\n..******.\n..***.*.*\n**.*..*.*\n**....*..\n*....**.*\n......*.*\n*.*....**\n.*.......\n.........\n.......*.\n...**..*.\n..*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...*\n*..**....\n...*..*..\n......*..\n.....***.\n......**.\n.**....**\n.*.....**\n*.......*\n.........\n..*****.*\n...**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n**...*\n...***\n*..**.\n*...**\n*....*\n```\n\n\n## Output without wrap\n\n```\n**..**\n****..\n****.*\n......\n**.*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.***..\n.***..\n*.....\n.*.*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....\n*...**...\n.*....*..\n...*..*..\n...*..*..\n....*....\n*.....**.\n**......*\n**.......\n```\n\n\n## Output without wrap\n\n```\n....**...\n**..**...\n....*.*..\n..*..***.\n...***...\n.....***.\n**.....*.\n.......*.\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..*\n**..**...\n....*.*..\n..*..***.\n...***...\n.....***.\n**.....*.\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..\n..***..\n..*....\n*..***.\n..*...*\n***.***\n.*..***\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.*****.\n*....*.\n*...***\n*......\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.....**\n......*\n*...***\n.......\n...*...\n..**...\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*...*\n**..*\n...**\n```\n\n\n## Output without wrap\n\n```\n.****\n....*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n**.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n.*..*\n.*.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.**\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.**\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.*...........\n..*..........\n...*......*..\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..*..........\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n..*..........\n.............\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.**.\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.****.\n.**.*.*****.\n****.*******\n*******.*...\n**.*******.*\n```\n\n\n## Output without wrap\n\n```\n....*.......\n....*.......\n............\n..........*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..**\n**.......*\n.......***\n.*........\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*..\n.......***\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***\n.......*..\n*......***\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**......\n.............\n.............\n.............\n.............\n.....*.*.....\n.....*.......\n.......*.....\n.....**......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n......*......\n.............\n.....*.......\n......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**......\n.............\n.............\n.............\n.............\n......*......\n.............\n.....*.......\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n*****\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n....**..\n........\n........\n........\n........\n*......*\n.......*\n........\n........\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n....**..\n........\n........\n........\n........\n*......*\n*......*\n........\n........\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*........\n.***.....\n*.*.....*\n.*.......\n...***...\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.....\n*..*.....\n*........\n.**.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.**......\n*..*.....\n*.......*\n***.*....\n.**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n*..........\n*..........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n....*......\n....*......\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...***.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...***.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n..*.\n*.*.\n*.*.\n*.*.\n*...\n**.*\n****\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n...*\n..**\n*.**\n.*..\n..**\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n*.*.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*..\n***......\n***...**.\n*.*...***\n.........\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n..**..**.\n..**.**.*\n.**..**.*\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**\n..***.***\n..**.**..\n.**..***.\n.**......\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*.\n.*..*...\n**...**.\n.....**.\n..*.*...\n...*....\n.....***\n****..*.\n.*.....*\n.**...*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n..*..*..\n**....**\n***...*.\n..*.....\n.......*\n**.....*\n**......\n*..*..*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.*..*...\n.*......\n.**.....\n..*....*\n*.......\n**.....*\n.*......\n..*..***\n*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.....*\n......*.*....\n.*.....***.*.\n.*....****...\n```\n\n\n## Output without wrap\n\n```\n.....*.*.....\n.....**.**...\n..........*..\n......*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*...\n.....**.**...\n..........*..\n*....**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n....*..\n*.....*\n**.*..*\n....**.\n.......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**..***\n**..*.*\n...*..*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*...*..\n.*..*..\n.*..*..\n*..*..*\n....*..\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.*.\n*...*....*\n*...**.*..\n....*.****\n```\n\n\n## Output without wrap\n\n```\n....*.....\n..**.****.\n..****...*\n...******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..*..\n**...****.\n*..**..**.\n***..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n*..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.**.\n**.*\n****\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n........\n.....*..\n*...****\n*...**.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n.......*\n....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n........\n....**.*\n*.......\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n......\n......\n*..*.*\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n.....*\n......\n*..*.*\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n***.\n....\n***.\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n*...\n*.*.\n....\n*.*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n**....\n..*..*\n..*..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n..**..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**....\n..****\n.*****\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n..**....\n........\n........\n........\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*....\n..*.....\n........\n........\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n*...*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n.*....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n**..\n*.*.\n*.**\n....\n....\n....\n.*.*\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n*.**\n..**\n....\n....\n....\n..*.\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n*.*.\n...*\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n..***....\n.........\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...*.....\n...*.....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...*.....\n...*.....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n....*.....\n...**.*...\n....*.*...\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n...*.*....\n..*.......\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....*.....\n...*.*....\n..*.......\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.........\n*........\n.........\n.......*.\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*.*.\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n...\n...\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n....\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n.**.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.*.\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n**..\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.*..\n....\n.***\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n**.*.*\n*..*.*\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n*....*\n.*.*.*\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*...\n...*..\n.*.*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*....*\n.****...***.\n*.*****.**..\n*.**.**..*.*\n```\n\n\n## Output without wrap\n\n```\n.*..**...**.\n*.....*.*.*.\n*.....*.....\n..*...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***..*\n......*.*.**\n*.....*.....\n........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.*.....*\n*.*..*.*.*...*\n...****.*.....\n.*.*.*......*.\n..*..*........\n..*...*..*....\n..*.***......*\n..*.********..\n```\n\n\n## Output without wrap\n\n```\n.*..**..*.....\n.*.....*......\n.*.*...**.....\n...*..........\n.******.......\n.**.*.*.......\n.**.*.........\n....*..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........**\n**.....*.....*\n**.*...**....*\n...*..........\n.******.......\n.**.*.*.......\n.**.*.........\n**......***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n..*.\n.*..\n**..\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n...*\n***.\n..*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n*..*\n***.\n..*.\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n...**.*\n**.....\n**..*..\n```\n\n\n## Output without wrap\n\n```\n..***..\n*.....*\n.....*.\n*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.*.....\n**.....\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n..*..*.\n..*..*.\n.......\n```\n\n\n## Output without wrap\n\n```\n..****.\n..****.\n..****.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n..****.\n..****.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...***\n******.**\n*******..\n**.******\n*******.*\n*********\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n.....*.*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*...\n...*.*.*...*\n.....*......\n.....*.*....\n```\n\n\n## Output without wrap\n\n```\n.....***....\n....**.*....\n....**......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...\n............\n.....*......\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**...\n.****\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*..\n.......*..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.......*..\n.......*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n.....*...*\n.....*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*....\n*....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*...*\n....**\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n....**........\n..**..*.......\n......*.......\n...**.*.......\n**.......*****\n..****......*.\n......*..*****\n.*....*......*\n.**..*........\n...**.........\n```\n\n\n## Output without wrap\n\n```\n..............\n....*.........\n...*.*........\n..*...**......\n....*.**...*..\n.....**...*..*\n.*.*.*....*..*\n.*...*.......*\n......*...**..\n......*...**..\n......*.......\n.*...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n....*.........\n...*.*........\n..*...**......\n....*.**...***\n.....**...*...\n...*.*....*...\n.....*........\n......*...**.*\n......*...**.*\n*.....*.......\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n...\n...\n...\n...\n...\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n************\n************\n********.***\n***********.\n******.*****\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n**...\n.*...\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n..*..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n..*..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*...\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.*..\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*....\n.*.*..\n......\n......\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.***\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**..\n**..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.**.\n..**\n..*.\n.**.\n*.*.\n....\n..**\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n..*.\n..**\n..**\n....\n.*..\n...*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n..**\n....\n..**\n...*\n....\n*.**\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*......*\n...**.****..*\n**.*...*.....\n*.**..***...*\n```\n\n\n## Output without wrap\n\n```\n.***.****....\n.....****....\n**...*...*...\n*.**..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*.*.\n.....****...*\n.*...*...*...\n......***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***********\n*****.*****\n***********\n***********\n******.**.*\n*****.*****\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n...........\n*.....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*....*..*\n..*..*.*....**\n***.....**...*\n...*.......*..\n....*....*..*.\n....**...*.**.\n.*****....*.*.\n.*.***....*.*.\n```\n\n\n## Output without wrap\n\n```\n..*....*....**\n...*....**....\n.*..*.....**.*\n.*......**.***\n.*..*...*.*.*.\n..****...**...\n.**......*****\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....****.**..\n**.**..***...*\n....*.....**..\n........**.**.\n....*...*.*...\n*.****...**...\n*.......*.....\n.....**..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*...*\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..**\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n.*.\n...\n*.*\n...\n...\n*..\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*.*..\n.....\n**..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n*....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n...**\n....*\n*****\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*....\n.****...*\n.**....**\n**......*\n*.*......\n.****....\n**..*....\n.*.**...*\n*.*..**.*\n*....**.*\n*.*......\n........*\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n......*..\n.......**\n.........\n.........\n...*.*...\n.*******.\n.***..*..\n*.*..**..\n**....*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......**\n......**.\n.......**\n.........\n.........\n...*.*...\n..******.\n..**..*..\n.**..***.\n.*....**.\n.......*.\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n**.....\n**.....\n......*\n...*...\n.***...\n*******\n**.**.*\n*******\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n.......\n.......\n.......\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.\n.**..**\n.*....*\n*......\n......*\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n**.\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n..*..\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n...*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**...\n...*..*...\n......*...\n```\n\n\n## Output without wrap\n\n```\n....*.**..\n....*.**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*.\n...**...*.\n...**...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n.****.\n...***\n```\n\n\n## Output without wrap\n\n```\n**...*\n**....\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*...*\n**...*\n*.....\n..*...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n**....\n*.*...\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n....**\n..*..*\n.**...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n***.......\n.*........\n```\n\n\n## Output without wrap\n\n```\n*.*.......\n*.........\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**....*.\n.*..*....*.\n**.....*...\n**....**...\n*.....*....\n.....*.**.*\n...***.*...\n```\n\n\n## Output without wrap\n\n```\n...**......\n.****...*..\n..*...***..\n......**...\n**...*..*..\n.....*.**..\n....**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*.*\n.****...*..\n..*...***.*\n......**..*\n**...*..*.*\n.....*.**..\n...*.*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.*.\n****\n....\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.*..\n*.*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n*..*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n*.....*..\n....**...\n....*...*\n.*.**....\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....**...\n....**...\n...*.*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....**...\n....**...\n...*.*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*...\n..**......\n..........\n..*.......\n..*...*...\n......*...\n.........*\n*........*\n..........\n..........\n..........\n..........\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.*.....\n..**......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**....\n..*.*.....\n..**......\n..........\n..........\n..........\n*........*\n*........*\n..........\n..........\n..........\n...*......\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.***.\n.*...*\n....**\n...**.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n.**.*.\n.*.**.\n..*...\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n***...\n*..*.*\n*.*..*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*...\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**...\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***..**.*.\n..*.***.**.***\n***.******.*.*\n*****.********\n*****.*.*.***.\n.***.**.**.***\n*..****.*.***.\n..*...*.****.*\n.******.****.*\n**.**.********\n```\n\n\n## Output without wrap\n\n```\n....*.*****.**\n..*..........*\n*.............\n.............*\n..............\n........*....*\n..............\n.............*\n*............*\n**....*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...........\n..*...........\n..............\n..............\n..............\n........*.....\n*.............\n.............*\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*..*\n..*.***.*\n******...\n....**..*\n**..***..\n```\n\n\n## Output without wrap\n\n```\n.***.***.\n*.....**.\n.**....*.\n.........\n....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n......***\n***....**\n........*\n.*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n......*\n....**.\n..**...\n.....*.\n..***..\n...**..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n...***.\n...*.*.\n.......\n..*..*.\n..*.*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n...***.\n...*.*.\n.......\n..*..*.\n..*.*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.\n............\n............\n**....*....*\n......*.....\n............\n....**......\n...*..**....\n*....*...***\n.....*.*****\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n....***.....\n....*.*.....\n......*.....\n.....***..**\n.....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.*\n...........*\n............\n**.........*\n............\n....***.....\n....*.*.....\n......*....*\n*....***....\n*....*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**..**\n.*.*..\n......\n......\n***...\n*..**.\n*...*.\n.*..*.\n*...**\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n*.*...\n*.*...\n**....\n*...*.\n.....*\n.....*\n****..\n...***\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n..*.*.\n***...\n.*....\n.....*\n......\n*.....\n.***..\n*..*..\n*...**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...***\n....*.\n...*..\n...***\n```\n\n\n## Output without wrap\n\n```\n.....*\n...*.*\n.....*\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n...*.*\n.....*\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...\n**.**...\n**...*..\n......*.\n*.....*.\n........\n........\n......**\n*.*.**..\n```\n\n\n## Output without wrap\n\n```\n*****...\n...***..\n***.**..\n**...**.\n........\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n...***.*\n***.**.*\n**...**.\n.......*\n........\n........\n.....***\n*..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.*\n.....**....\n...........\n..........*\n.........*.\n...........\n......***..\n.........*.\n......**.*.\n........*..\n.***......*\n.*........*\n.******.*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.......**..\n.......*.*.\n.......*.*.\n.......*.**\n.**....*.**\n.**......**\n*....*...**\n.*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n...........\n...........\n...........\n...........\n.......**..\n.......*.*.\n.......*.*.\n.......*.**\n.**....*.**\n.**......**\n.....**..**\n.*...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n...*.**\n...*...\n......*\n***....\n...****\n.......\n```\n\n\n## Output without wrap\n\n```\n....*.*\n...*..*\n....***\n.**....\n.****.*\n.*****.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n...*..*\n....***\n***....\n*****..\n*******\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..**.\n..*..\n.....\n..*..\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n..**.\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n..**.\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*\n********\n********\n********\n********\n*.******\n*...****\n***.****\n***.*.**\n**.****.\n*****.**\n*.**..**\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n........\n*.......\n*.......\n..*.....\n........\n........\n........\n*...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n..*.....\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**..*\n.*.......\n.........\n.........\n.........\n....**...\n**....*.*\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n.........\n.........\n.........\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.**\n.*.......\n.........\n.........\n.........\n*....*...\n.*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.*...\n..***\n...*.\n.****\n```\n\n\n## Output without wrap\n\n```\n**...\n*...*\n.****\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*****\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**...\n*..*..****\n...*..*...\n..*..*....\n*.*..*.***\n```\n\n\n## Output without wrap\n\n```\n.....**.*.\n..***...*.\n..*****.*.\n.*****.**.\n.*....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****....\n..***...**\n..*****.**\n.*****.***\n..****.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n.......*\n....**.*\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n.......*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n*......*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n...\n...\n...\n...\n...\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n.*.....\n.......\n......*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n..**...\n..*.*..\n..***.*\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*.**.\n.**....\n.**...*\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n.**.*..\n.**....\n.**...*\n..*..*.\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n..*...\n..**..\n*.*..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n..**..\n..***.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n....*.\n..**..\n*.****\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n...\n***\n***\n***\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.....*...\n....**..*\n.........\n*.*..*...\n.........\n..*......\n.......*.\n.*.......\n.........\n.......*.\n.....*...\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n...*..*..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n...*..*..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*\n......*..\n*.*.**..*\n*...*.***\n..*....**\n*........\n****.....\n***...**.\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.*.*.\n.*.**...*\n....*.*..\n.*....*.*\n*..*.....\n...*.....\n*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.*\n..**.*.**\n**.**....\n....*.*..\n.*....*..\n*..*.....\n...*.....\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**..****\n..*....******\n.....*.*.****\n.*...*..*...*\n*........*.**\n...........*.\n......*****..\n.****.*.*....\n.*....*......\n.....**..**.*\n```\n\n\n## Output without wrap\n\n```\n.**...**....*\n.**..*.*.....\n.......*.....\n......*.*....\n..........***\n.......*...**\n..**.**.***..\n.***..*.*....\n.*.**.*..*...\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.......\n.**..*.*.....\n.......*.....\n......*.*....\n*.........**.\n.......*...*.\n..**.**.***..\n.***..*.*....\n**.**.*..*...\n.**....*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.***.*\n******\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.*....\n*.....\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n**...\n.*.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n****.\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n.**.*\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.*.**\n*****\n**.*.\n****.\n**...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***\n......*\n.......\n.*.....\n.**....\n*..**.*\n......*\n...*..*\n.****..\n```\n\n\n## Output without wrap\n\n```\n.....**\n......*\n.......\n.**....\n****...\n.***.*.\n...**.*\n...***.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*\n......*\n.......\n.**....\n.***...\n****.**\n...**.*\n*..***.\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*****\n.*....\n******\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n**.**.\n......\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.**.\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..**..\n*.*.*...**\n***.*.****\n```\n\n\n## Output without wrap\n\n```\n.***....*.\n*...*.**.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n...**.....\n...**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*........\n...*......**.\n..**.........\n...*......**.\n```\n\n\n## Output without wrap\n\n```\n...*.........\n..*.*........\n.*...........\n..*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n.....*.......\n.*...*.......\n.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n..****\n***..*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n.....*\n.*...*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n.*....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..****.\n*.**......\n*.**..*..*\n...**....*\n*....*..**\n*.*.....*.\n*...*.*..*\n.*.*...***\n```\n\n\n## Output without wrap\n\n```\n..******..\n..******..\n..*.......\n.*...*..**\n**....**.*\n*......*..\n.*....*..*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......*\n**..**....\n*.*......*\n.....*....\n**....****\n.*.....***\n.*........\n.*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*......*.\n.........\n.........\n...*.....\n.....*...\n*....**.*\n..*..*...\n...*.....\n.....*...\n...*.....\n...****..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n....***..\n....***..\n....***..\n....*....\n....*....\n...*..*..\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.........\n.........\n.........\n.........\n....***..\n....***..\n....***..\n....*....\n....*....\n...*..*..\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*..**\n.*.**\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n**...\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n**..*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.*..*\n**...\n*...*\n*..*.\n..***\n.**..\n.**..\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.****\n....*\n**...\n*....\n.**..\n....*\n.....\n*.*..\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.*...\n.....\n***..\n*...*\n*....\n*.*..\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n**.**\n..***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n*.**\n....\n....\n..**\n*.**\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.***\n....\n....\n.***\n*...\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n...*\n....\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n.*.*.\n.***.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n*..*.\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n*..**\n.*.**\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....*\n...*.....*\n...*.....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...*......\n...*......\n...*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n.....*.*..\n.....*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*****\n****.***\n**.****.\n**.*..**\n*....***\n```\n\n\n## Output without wrap\n\n```\n**.*...*\n........\n........\n...*....\n**...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n...*....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*..\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...\n........\n..**....\n*****...\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n....*...\n.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n.***....\n....*...\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......**..\n*****......*..\n*..*.......**.\n...***.....***\n....**......**\n..............\n....**........\n...*..*..**...\n...****..**..*\n......*****...\n.....*...*...*\n...****..*....\n....*..**.*...\n```\n\n\n## Output without wrap\n\n```\n..............\n....**....**..\n.....*........\n.....**.....*.\n..............\n.....*........\n....**........\n...*......*...\n...**.....*...\n..............\n......***.....\n...****..**...\n...****..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***.**.\n*........*.*.*\n**...*........\n*....**......*\n..............\n.....*........\n....**........\n...*......*...\n...**.....*...\n..............\n......***.....\n......*..***..\n......*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**...\n.*..*.....\n*.**..****\n.*.**.**..\n...**..**.\n...*..**..\n*.........\n```\n\n\n## Output without wrap\n\n```\n**...*....\n...**...*.\n*.....*.*.\n.*.......*\n........*.\n...**.***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*....\n...**...*.\n*.....*.**\n**........\n........*.\n...**.***.\n**...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*.....\n.*....\n......\n...**.\n......\n*.....\n**....\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n**....\n..*...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n**....\n..*..*\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.*.\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n....\n....\n....\n....\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.**.\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n****\n****\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.*..*..\n**.....*..*...\n.......*.*....\n...*.**.......\n...**....*....\n....***...*...\n....*..*..**..\n...*...****...\n****..*....*..\n*...*......**.\n.**.***...*.*.\n..*.*.*****.*.\n........*...*.\n........*..*..\n```\n\n\n## Output without wrap\n\n```\n**....***.....\n**....*..*....\n.....*........\n....*.*.*.....\n....****.**...\n...**.....**..\n..***......*..\n**....*..*.**.\n*..........**.\n*...*.*...*...\n*.*.*.*...*...\n.**.......*...\n.........*..**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........**\n**....*....*..\n.....*........\n....*.*.*.....\n....****.**...\n...**.....**..\n..***......*..\n.*....*..*.*.*\n...........**.\n....*.*...*...\n..*.*.*...*.*.\n***.......*.**\n.......**.*...\n........*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n..*****..\n....*..*.\n..****.*.\n.......*.\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n...****..\n.......*.\n...***.**\n...**..*.\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...***...\n...****..\n.......*.\n...***.**\n...**..*.\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*...\n.....\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.*.**\n***.*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*\n..*....*.\n.*.*.**..\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..**..**.\n..*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..***\n*.**..***\n**.*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.**.\n..*.*....\n..*.*....\n**.*.*.**\n.***.*...\n..*****..\n.**.**..*\n..*.**..*\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n.**......\n..*.*.*..\n.*..***..\n.....*.*.\n......**.\n.**..**..\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**\n....*.***\n..*.*.***\n.*..***..\n.....*...\n**....*..\n.*.....*.\n..*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.*....**\n*.***..*....**\n*.**.***....**\n```\n\n\n## Output without wrap\n\n```\n..*...*.....**\n*......**..*..\n..*..***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**..*..\n.......**..*..\n.....*.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..******..\n...**.*....\n*.......*.*\n```\n\n\n## Output without wrap\n\n```\n...*..**...\n...*..*.**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*.***\n*..*..*.***\n*.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*...\n*.....***\n......*..\n*.....*..\n**..*.***\n```\n\n\n## Output without wrap\n\n```\n**...*.*.\n**.......\n.........\n**.......\n**...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*....\n**.....**\n.........\n**......*\n..*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n.***..\n***...\n*.....\n...***\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n.*....\n.**..*\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n**....\n*.*...\n*.*.*.\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n.*...\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n..**.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.***.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*.*.\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...*.\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...*.\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n...\n***\n***\n***\n***\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**..\n....**..\n..**.*..\n**.*....\n..***..*\n*......*\n**......\n**.....*\n*.***...\n*.*..*..\n```\n\n\n## Output without wrap\n\n```\n...***..\n.*....*.\n.*.*....\n*.......\n*...*...\n..*.*...\n..**....\n..***...\n.**.*...\n.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.\n...*.**.\n*..*....\n*.......\n....*..*\n..*.*...\n..**....\n..***...\n..*.*...\n.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*..*\n*..*\n....\n....\n....\n..*.\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n....\n....\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n....\n....\n....\n....\n..*.\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*\n********\n.**...**\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n*..***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n...*.\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.**\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n..**.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*****.\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n**.*\n.**.\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**\n**.**..\n*......\n.*...**\n******.\n....***\n..**..*\n**.***.\n```\n\n\n## Output without wrap\n\n```\n.***.*.\n*.....*\n.**....\n*....**\n.******\n*..*...\n.****.*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...*.*.\n..*...*\n.*...*.\n..***..\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n.**.\n**..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.....*....\n..........\n..........\n..........\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n...*\n...*\n....\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n..**\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n..**\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.....*\n......\n*.....\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n......\n.*...*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n*..**\n.....\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n*...*\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*.*.*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n..*.**\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*.**\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n.*..\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n**..\n....\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n.....\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n.....\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n..*.*.\n..*.*.\n.**.**\n.*.**.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**.**\n..*.*.\n.*...*\n......\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.**.**\n..*.*.\n**...*\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*...\n..**.\n.*.**\n**.*.\n.**..\n...*.\n...**\n...**\n..***\n*...*\n*...*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.**\n**...\n...**\n**...\n.*.**\n...*.\n.....\n.....\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...**\n.*..*\n.*.*.\n.*.*.\n*....\n.*...\n...**\n.*...\n.*...\n.*.**\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.****\n***.*\n.*.**\n**..*\n.*.**\n.*.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n**...\n**...\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n***\n*..\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n..*\n...\n*.*\n..*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n...*....\n...*....\n.*.....*\n*.....**\n........\n*.*....*\n..*...**\n......**\n```\n\n\n## Output without wrap\n\n```\n..***...\n....*...\n...*....\n......**\n.....*..\n.....*..\n***...**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n...*....\n*.....*.\n*....*..\n.*...*..\n.**...**\n.*......\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n*..****\n.....**\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*.....*\n......*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.*..\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**.*.**\n..*.*..***.**\n...*....*.**.\n.......*****.\n```\n\n\n## Output without wrap\n\n```\n.**.****.*.**\n.*..***......\n...*.........\n.......**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***......\n**..***......\n...*.........\n....*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*.*.\n..*.*\n..*.*\n..**.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n*...*\n.**.*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.....\n....*\n..*.*\n*.*..\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**.\n.....*.*.\n....**.**\n*.*****..\n...*...*.\n*..*...**\n*..*.....\n.***.....\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....*..*\n.......**\n......*..\n.*..*.*..\n.**..****\n.........\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**..\n..****..*\n.........\n**....**.\n*...*.*..\n*.*..**..\n*.......*\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**......\n........*\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**...*.\n**.*....*****\n.*....**..***\n**.*.*.*.**..\n***.**..*.**.\n*..*...*.....\n.*..*..***.**\n**....**..*..\n*..*.***..*..\n*.*.....***.*\n...**.....*..\n```\n\n\n## Output without wrap\n\n```\n**.**..***.**\n**.***..**...\n....*.**....*\n...*.*.*....*\n.....*.**.**.\n*..*.***....*\n.**......***.\n***.*.....*..\n*.*..*....*..\n.**..****.*..\n...*......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.**....\n.*.***..**...\n....*.**.....\n...*.*.*.....\n.....*.**.**.\n...*.***.....\n.**......****\n.**.*.....*..\n..*..*....*..\n***..****.*.*\n**..**.**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n..*\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n...\n.**\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n.........\n.........\n.....*...\n.....*..*\n*........\n.........\n.........\n.........\n...*.....\n.........\n...*.*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....*....\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....*....\n.........\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*..*..\n**....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n..*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*..*\n..*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.......\n....*..\n.*..*..\n***....\n*......\n....*..\n......*\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n****...\n*.*....\n*......\n.......\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.......\n.......\n****...\n*.*....\n*......\n.......\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*******\n**.*.***.*\n***.**..**\n.***..**..\n*.*.**.***\n**.**.***.\n.*..******\n***..*..**\n*.*..*****\n*..**.***.\n***.*.**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n..**......\n*.*.......\n*.*..*....\n**.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..**......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.*.\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...*..\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.....\n*.*.....*.\n*.........\n..........\n***.*.....\n..*.*....*\n.****....*\n*.*.....**\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n**........\n*.*.......\n**........\n.*.***....\n...***..**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n*.*.......\n.*.......*\n..*......*\n**.......*\n**.***....\n...**.....\n...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n..*.*\n.....\n**...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n***..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n***.*\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*..**\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.***.\n*...**\n..**..\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**.*\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*..**.\n*.*...\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n....*.\n...*.*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..**.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.*...\n*.**.*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n......\n....*.\n*.***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n*...**\n......\n*..***\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n..**\n.*.*\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n**.*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n.*.*\n...*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n....*\n..*..\n.*.*.\n....*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...*.\n..**.\n..**.\n.*..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*..**\n...*.\n..**.\n..**.\n.*...\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n...*.\n.*.*.\n.*.*.\n**..*\n.*..*\n.*...\n*...*\n.....\n**.**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.**\n...**\n.*.**\n**.**\n.**..\n**...\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*.**\n...**\n.*.*.\n.*.**\n.**.*\n.*..*\n*....\n.*.*.\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**.\n**..**.*.\n*..****..\n......***\n.******..\n```\n\n\n## Output without wrap\n\n```\n**..*.**.\n**.....*.\n**.*....*\n.*.......\n..*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n**.....*.\n**.*.....\n**......*\n*****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.***\n*........\n*.....**.\n...****..\n..*..*..*\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....*..*\n....*.**.\n...**....\n...*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..******\n*....*...\n....*.***\n...**...*\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n..*.**\n**..*.\n...**.\n.**.*.\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n...***\n.*..**\n.**...\n*...**\n***.**\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n**..*.\n***...\n*...*.\n.**.*.\n***..*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..*.\n.*..\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n.**.\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.*.\n****\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n...\n...\n...\n***\n..*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..**\n...**\n*..**\n*...*\n*...*\n**...\n.*..*\n*....\n.....\n.....\n.....\n.*...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n.....\n**..*\n*....\n**...\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*..*.\n..*..\n.....\n.*...\n.....\n.*...\n.*..*\n*....\n.....\n.....\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n*.*.**\n**.***\n******\n******\n*.****\n******\n******\n```\n\n\n## Output without wrap\n\n```\n******\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..**......\n..**..*......\n..*...*......\n```\n\n\n## Output without wrap\n\n```\n.*.*****.....\n.*...***.....\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..*....\n*..*....*....\n*.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.**....\n.**....\n.**.*..\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n*......\n.*..*..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.**....\n*......\n.*..*..\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n******\n**.***\n```\n\n\n## Output without wrap\n\n```\n*.....\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*..\n......*..*\n.....**...\n....*.*...\n.*.**..***\n.*...**...\n.**.....*.\n........*.\n..*..*....\n.*.**.***.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....***..\n......**..\n...**.*.*.\n..***..**.\n**.****..*\n.**....*..\n.**.......\n..*****.*.\n..******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*...*\n*....***..\n......**..\n...**.*.*.\n*.***..**.\n.*.****..*\n.**....*..\n.**.......\n..*****.*.\n**.******.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......**.*.\n.*.........*.\n.*..........*\n.............\n.............\n.*.*.........\n.*.*.........\n.............\n.............\n.............\n........**...\n.......*..*..\n*......*..*.*\n```\n\n\n## Output without wrap\n\n```\n..........*..\n***.......***\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n.......*..**.\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**.*.\n.**.......***\n*............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n.......*..**.\n*......*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*\n*.......\n*....*.*\n.......*\n........\n....*...\n.*......\n.....*..\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n......*.\n......*.\n........\n........\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n*.....*.\n*.....**\n*.....**\n........\n........\n........\n......*.\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**...*\n*.*..*.*...*\n.*..**......\n.....*..*...\n....*.***...\n.....*......\n*....****..*\n```\n\n\n## Output without wrap\n\n```\n.*....**....\n*.*.**.*....\n.*..**......\n........*...\n....*.***...\n....*.......\n.....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*.\n..*.**.*...*\n**..**......\n........*...\n....*.***...\n....*.......\n*....*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.***.\n*..*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*...\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**...*\n**....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n*.....\n..*...\n..*...\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*..*\n..*...\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*..*...\n.*............\n*....*..*.....\n.....**....*.*\n**............\n..*....*......\n*****...*.....\n.*.....*....*.\n*.............\n............*.\n..*.......**..\n.....*.....*..\n.*....*....*..\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n.....**.......\n**...**.......\n.*....*.......\n..............\n*..*...**.....\n...*..........\n..............\n...........*..\n..........***.\n...........**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**............\n**............\n*....**.......\n.*...**......*\n**....*.......\n..............\n*..*...**.....\n...*.........*\n.............*\n...........*..\n..........***.\n...........**.\n......*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n*....\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n*..*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n....\n....\n....\n*.**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n.*..\n....\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.*.....\n*......\n..*...*\n......*\n*.*....\n.......\n.***...\n.*..*..\n**.*...\n```\n\n\n## Output without wrap\n\n```\n.**....\n***....\n.*.....\n.......\n.*.....\n.......\n...*...\n.***...\n....*..\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***....\n**.....\n*.....*\n**....*\n.......\n...*...\n.***...\n....*..\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n....*\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n....**\n*.*...\n..*...\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n....**\n.*.***\n.*.*..\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.**.\n.*.*.*\n.*....\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****...\n*...*.*..*\n......*.*.\n*.......**\n.*...**...\n*..***.*..\n.**.**....\n**..***...\n```\n\n\n## Output without wrap\n\n```\n...**.....\n...*..**..\n........**\n....*....*\n**..**..**\n*.*...**..\n*...*.....\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...**\n**.*****.*\n........*.\n*...*.....\n.*..**..*.\n.**...**..\n.*........\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n.**.*.*\n.......\n.......\n.......\n*.....*\n.....*.\n*...*.*\n.***.*.\n*..**..\n*......\n*..*...\n...**.*\n.....**\n```\n\n\n## Output without wrap\n\n```\n.....**\n......*\n.......\n.......\n.......\n.......\n.....**\n.****.*\n***..*.\n*..**..\n**.**..\n...**..\n...**.*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n*.....*\n.......\n.......\n.......\n......*\n.....*.\n*****.*\n.**..*.\n*..**.*\n**.**.*\n*..**.*\n*..**.*\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..**..\n..*.*.\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.***..\n.***..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.***..\n.***..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.**\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..*\n*..**..*.\n...*...**\n....*..*.\n..***.*..\n....**...\n.....***.\n......**.\n....*..*.\n...*.....\n.***.....\n***..*...\n```\n\n\n## Output without wrap\n\n```\n.*..**...\n.*....*.*\n.*.......\n...**...*\n........*\n......**.\n.......**\n......*.*\n.......*.\n...***...\n..*......\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.*\n.*..*...*\n*........\n...**...*\n........*\n......**.\n.......**\n......*.*\n.......*.\n...***...\n.....*...\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......*..*\n.......**.\n.........*\n*..**.**.*\n.*..**.**.\n....***...\n..*.*.....\n.*.**....*\n.....*..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n.......***\n......*..*\n...**.**.*\n........*.\n......**..\n..*.......\n..****....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......**.\n.......***\n*.....*..*\n*..**.**.*\n*.......**\n......**..\n..*.......\n..****....\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n***..\n.*.*.\n.*.*.\n**...\n...**\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n.....\n**.**\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n*.*..\n...**\n.*...\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n**........\n.**...**..\n.....*.**.\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.*....*..\n*.*...***.\n.*...*..*.\n.....***..\n......*...\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n*.*....*.*\n*.*...***.\n.*...*..**\n.....***..\n......*...\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.....\n.......*....\n....**..*...\n......*.*...\n............\n............\n............\n............\n.....**.....\n.*.**..*....\n..**..*.*...\n..*..***.*..\n...*.*..*...\n```\n\n\n## Output without wrap\n\n```\n............\n...*..**....\n.....**.*...\n.....*.*....\n............\n............\n............\n............\n....***.....\n...**..*....\n.*......*...\n..*..*...*..\n....**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*****....\n...*..**....\n.....**.*...\n.....*.*....\n............\n............\n............\n............\n....***.....\n...**..*....\n.*......*...\n..*..*...*..\n..**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n..*\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n.**...\n..*..*\n..*...\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n......\n......\n.*..*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...*..\n......\n......\n*...**\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n.***...\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n.*.*...\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.*.*...\n..*....\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*.*.*\n........*.*..\n........*.*..\n..*.**..***..\n..*.......*..\n..**.******..\n..*.......***\n.**.*..****.*\n```\n\n\n## Output without wrap\n\n```\n...........*.\n.......**.*..\n.......**.**.\n...*....*.**.\n.**........*.\n.***..***....\n....**......*\n.***....***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**......*.*\n.......**.*..\n.......**.**.\n...*....*.**.\n.**........*.\n.***..***....\n*...**......*\n..*....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n.*.....\n...*...\n**.*...\n.**...*\n..*....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n***....\n.......\n*..*...\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n**....*\n..*...*\n**.....\n.*.*...\n***....\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.\n..*****\n...*.*.\n*......\n```\n\n\n## Output without wrap\n\n```\n.*...**\n.*....*\n..**.**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n.*....*\n..**.*.\n.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n........\n........\n......**\n*....*..\n*....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n........\n........\n......**\n*....*..\n*....*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n***\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n..*\n***\n*.*\n...\n...\n...\n...\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n...\n*.*\n*.*\n...\n...\n...\n...\n..*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n..*\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*.*\n***.*\n***..\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...*.\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n*...\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*...\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n*.*.\n.***\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n.*..\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**..\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*.***\n******\n****.*\n******\n****.*\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n......\n......\n.....*\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.**\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.*..\n*.*..\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............*.\n............*.\n............*.\n.........*...*\n.*....*.....*.\n.**........*..\n..............\n*.....*....*..\n.........*..*.\n..............\n...***..*..*..\n..*......*.*..\n*..........*.*\n```\n\n\n## Output without wrap\n\n```\n............*.\n...........*.*\n..............\n...........*..\n.**.........**\n*.............\n.**...........\n..............\n..............\n...**.........\n.....*........\n...**.....**..\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n*.............\n.*.........*..\n*.*.........*.\n..............\n.**...........\n..............\n..............\n...**.........\n.....*........\n...**......**.\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n........*.\n*.*....*.*\n*....**...\n....***...\n..*.*..*..\n.*..*.***.\n**..*.*.**\n**.*....*.\n.*.**..**.\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n***...*.*.\n..****....\n...***.**.\n.**.*..**.\n.**.*..***\n.*....*...\n.....*....\n..***...*.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.*....*...\n..*...*...\n.*****....\n*..***.*.*\n..*.*..*..\n..*.*..*..\n......*...\n.....*....\n.*........\n.****..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*****\n**.**\n..*..\n*.*.*\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n*...*\n*...*\n*.*.*\n*.**.\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.....\n.....\n..*..\n*.***\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n...*.\n***.*\n*..*.\n*...*\n*****\n.*.**\n...**\n...**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n***.*\n*.***\n*...*\n*....\n**...\n.....\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n***..\n..**.\n.....\n.....\n.*...\n.....\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*.*\n.**.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n*..*\n***.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....**.**.\n.........**..*\n..*....**..**.\n*..**.....*..*\n*..*...*...*..\n*.......*.*..*\n......*....**.\n.*.....*..*.**\n.....*...*...*\n*.**..**......\n```\n\n\n## Output without wrap\n\n```\n........**.**.\n.*.....*.....*\n...*....*..***\n.****..**.*...\n**.**....****.\n.......*..*...\n.......*.**...\n......*...*..*\n.**....**...**\n......*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...***.**.\n.*.....*.....*\n*..*....*..**.\n*****..**.*..*\n.*.**....****.\n*......*..*..*\n.......*.**...\n*.....*...*..*\n.**....**...**\n*.**..**.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......*..\n..........\n..........\n..........\n..........\n..........\n.*........\n..........\n..*.......\n..........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n**..\n**.*\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n....\n....\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n***.\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n*..\n...\n...\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...***..\n......*.\n...**.*.\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n....*.*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....**..\n....*.*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..\n*.......\n....*..*\n*......*\n*.*...*.\n.**.*.*.\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n**......\n.**..*.*\n*..*.*.*\n.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n.*......\n......*.\n***..**.\n*..****.\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n...**.\n....*.\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*...\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*..*\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n..*\n.**\n...\n.**\n***\n*.*\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n.**\n...\n*.*\n*..\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n..*\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n***.**\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.**.*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.**.*\n***.**\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..**.\n..*..\n.....\n....*\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n..**.\n.....\n..**.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.***.\n..**.\n.....\n..**.\n.***.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n.*..*..\n.**....\n...*...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.**..\n...*...\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*....*\n*..**.*\n*..*...\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n...*\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*..*...\n...*..*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*.....*\n*.***.*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.*\n*..*..*.\n*..**.*.\n***..***\n.**....*\n*..*...*\n******..\n*.*.*.**\n*..*..*.\n*...*.*.\n**..***.\n*....*.*\n*.....*.\n*......*\n```\n\n\n## Output without wrap\n\n```\n********\n*.*...**\n*.*....*\n.....**.\n....**.*\n......**\n**...*.*\n**..*..*\n**.**...\n*.*...**\n**..*..*\n.....*.*\n**....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.\n..*.....\n..*.....\n.....*..\n....***.\n......*.\n.....*.*\n....*.**\n...**.*.\n***.....\n....*...\n.....*..\n.....*..\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*\n.*.*.*......*\n**.*....**.*.\n***.*..*...*.\n.****.*.**.*.\n*.*...*.*..**\n********.....\n```\n\n\n## Output without wrap\n\n```\n.............\n..**......*.*\n...*.*....*..\n...*****.....\n....*.*......\n.*.........**\n.*.*********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*.....*\n*.........*.*\n...*.*....*..\n...*****...**\n....*.*....**\n...*.......**\n....******.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n...*...\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****...\n.*.*.*.*\n********\n******..\n*....**.\n***.*..*\n.*.*..**\n.*...*..\n*******.\n.*..****\n```\n\n\n## Output without wrap\n\n```\n**.**...\n.......*\n.......*\n.......*\n......*.\n*.***..*\n...*****\n.......*\n*..*...*\n**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n......*.\n..***...\n...*****\n........\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*...*\n*.....\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n**....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.***\n.*.****..*\n***.***.**\n***.**..**\n***.******\n```\n\n\n## Output without wrap\n\n```\n........*.\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*....\n..*..**.**....\n..*....**.....\n*..*..*.*...**\n*.......****.*\n...*.*....**..\n....*.........\n...........*..\n.........***..\n.........*.*..\n...***...***..\n```\n\n\n## Output without wrap\n\n```\n.....*****....\n.....**..*....\n.***.*........\n.*........****\n....*..**....*\n....*......**.\n....*.....**..\n...........*..\n.........*.**.\n....*...*...*.\n....*....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**......\n.....**..*....\n.***.*.......*\n**........***.\n*...*..**.....\n....*......**.\n....*.....**..\n...........*..\n.........*.**.\n....*...*...*.\n....**..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n..*..\n..*..\n.....\n*....\n.*...\n.....\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n..**.\n...*.\n*...*\n....*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*..*\n..***\n...**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*..*\n..**.\n*..**\n.*.*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*.*\n......\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n.....*.\n...***.\n..*....\n...*...\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*..*.\n..****.\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.\n..*..*.\n..****.\n.....*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..\n.....*..\n.......*\n........\n....*...\n....*...\n......*.\n.....*.*\n.....*..\n.*....**\n.**.....\n***.....\n***.....\n***.**..\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n........\n........\n........\n.....*..\n.....**.\n.....*..\n.....*.*\n.**...*.\n........\n...*....\n........\n*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..**.\n*.....*.\n........\n........\n........\n.....*..\n.....**.\n.....*..\n*....*.*\n***...*.\n.......*\n...*....\n.......*\n...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n...*\n....\n...*\n*...\n....\n....\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n*.........\n*.**.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....*\n*.**.....*\n*.**.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n**.\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n**.**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*.*..\n**...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n*.**.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.*.**\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n..***\n**.**\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*.*.\n.*.**\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.**.\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.**.\n.**.\n..*.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n.*..\n****\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n.*.*.\n.*.*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.*...\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n.*...\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n...**....\n.........\n..*......\n.*.*.....\n.*.......\n*........\n.........\n......*..\n.....*...\n......*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..*......\n*........\n***......\n.*.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..*......\n*........\n***......\n.*.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n*.*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*..\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**.**\n...*.\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*...*.*\n.*.*..*...*.*\n.***.........\n**.*.**.***..\n*..*.*..**..*\n...*...**.**.\n.......**....\n***.....****.\n.*..*..***...\n...***...*.*.\n.*...*..***..\n.*.**..****.*\n```\n\n\n## Output without wrap\n\n```\n.*****.......\n*....*.......\n...*.***..**.\n*..*.****.*..\n**.*.*.......\n....*.*...**.\n.**..........\n***.......*..\n**..**.*...*.\n..**.***.....\n.....***.....\n..*.*..*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.*.*\n.....*......*\n...*.***..**.\n...*.****.*.*\n**.*.*......*\n....*.*...***\n.**.........*\n***.......*..\n**..**.*...**\n..**.***.....\n*....***.....\n.*....**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n.*..**\n*..**.\n*.*...\n.....*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.***.*\n**...*\n*.****\n.*.**.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n*.***.\n**.**.\n..*..*\n.***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*.****\n*..**.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.***.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n.*..*.\n......\n.*.*..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n*****.\n*****.\n..*...\n.***..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n******\n..*...\n.***..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n.**\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*.*.\n****.\n..*.*\n***.*\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**..*\n.*.*.\n.*.*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.***.\n.....\n.....\n...*.\n*..*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n...**...\n*.......\n..****..\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*..*..\n..*..*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n..***...\n..*..*..\n..****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*...\n**.**.*..\n*****..**\n***.*..**\n**...*..*\n```\n\n\n## Output without wrap\n\n```\n**.*.*...\n......**.\n......*.*\n....***..\n*.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.*\n......**.\n......*..\n....***..\n...*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*...\n*.**\n.*..\n*.*.\n.*.*\n.*..\n****\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n*.*.\n*..*\n*.*.\n**..\n...*\n**.*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n*.**\n....\n*.**\n.*.*\n....\n.*.*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..*.\n.***\n*.**\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n....\n*...\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n........**\n..........\n.......**.\n***.......\n..*......*\n*.*......*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.......*.*\n.*........\n.**.....*.\n*.**......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.......*.*\n.*........\n***.....**\n..**.....*\n**.......*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n*.*...\n*.**..\n*.....\n*..**.\n......\n......\n.**...\n*..*..\n...*.*\n...**.\n....**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*..\n*...*.\n..*...\n......\n......\n......\n.***..\n.*..*.\n......\n..***.\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.****.\n*....*\n*.*.*.\n.....*\n......\n......\n****..\n*...**\n**...*\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n..**.\n..*..\n*.*.*\n..**.\n...**\n..***\n.**.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n..*..\n..*..\n.**..\n.....\n.*...\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.***.\n..*.*\n..*.*\n***..\n.....\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n*.**\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**..\n***.\n*..*\n..*.\n..*.\n..*.\n*...\n....\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n..*.\n*..*\n.***\n.***\n.*..\n....\n*...\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n..*.\n*...\n.**.\n.***\n.*.*\n....\n*..*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n*****.\n..****\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n**.***\n...***\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.*....\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n*........\n.........\n.........\n.........\n.........\n.........\n.........\n.**....**\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.*.......\n***......\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.......\n..........*\n*.*..*.....\n...*..*.*..\n*.****.**.*\n*.*.*..*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.......***.\n...**......\n...*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n...........\n.........**\n**.....**..\n.....*.....\n*.*******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.........\n.........\n.........\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.........\n.........\n.........\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**.....*.\n*....**.....**\n......*.*.**..\n*.**...*.****.\n.*.....***.*..\n***..**...*...\n*..*...*......\n*...*.**....**\n*......**.....\n```\n\n\n## Output without wrap\n\n```\n.....**.....**\n............**\n.*...**.*....*\n.**...*.....*.\n...*...*....*.\n*.*...*..**...\n*.***..*......\n**....*.......\n......***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*......*.\n*...........**\n**...**.*.....\n.**...*.....*.\n...*...*....**\n*.*...*..**...\n..***..*......\n**....*.......\n**......*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.*...**\n*....*.\n...*.*.\n..*****\n*.**...\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n....***\n......*\n.....*.\n..**...\n.*...**\n.......\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*......\n*....*.\n..**...\n.*...**\n*.....*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*..\n..*.*.*.*..\n***.*.*....\n**....*....\n*****.*....\n..*.*.*.*..\n.**.*.*....\n..*...**..*\n....**..*.*\n..*..**....\n...**.**...\n```\n\n\n## Output without wrap\n\n```\n...***.....\n.**.*.*....\n.*....**...\n.*.*..**...\n...**.*....\n*..*..**...\n*.*...*....\n.*..*.***..\n..****..*..\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**....\n..*..*.*...\n.*....**...\n**.*..**..*\n*..**.*...*\n*..*..**...\n..*...*...*\n*...*.***.*\n.*****..*.*\n...*.......\n......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n*.*..*\n...**.\n...***\n..*..*\n*.**.*\n..****\n**..*.\n```\n\n\n## Output without wrap\n\n```\n***...\n*.**..\n..*.*.\n..**..\n.**.**\n.*..**\n.*...*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n*.**..\n***...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*....*\n*....*.*..\n.*****..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**.*.\n.******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.**\n*....**.**\n***..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n***.\n***.\n*.*.\n*..*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n...*\n*.**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n*.*.\n....\n..*.\n**.*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*...\n.**.*.....\n.*.***....\n.*.***....\n..........\n*.....***.\n***...***.\n*...**.*..\n.....**...\n..........\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*........\n**........\n...*.*....\n....****..\n*.....*.*.\n*.........\n*...*...*.\n....***...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n.*........\n**........\n...*.*....\n....****..\n*.....*.*.\n*.........\n*...*...**\n....***...\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.**\n.....*....***\n........*.*..\n*.**........*\n****..**.....\n**...*..*.*.*\n*..*..*......\n.*......*****\n.*..**....**.\n```\n\n\n## Output without wrap\n\n```\n............*\n............*\n.........**.*\n*..*...*.....\n...**.**...*.\n...***.......\n*.*....**...*\n***.**...*..*\n............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**...*...\n............*\n*........**..\n*..*...*....*\n...**.**...*.\n...***......*\n..*....**....\n.**.**...*..*\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...\n*****..\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n*..**..\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n*..**.*\n*..**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.****\n..***\n*****\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*...*.\n*...*.\n.***.*\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...**\n*.*.**\n*.*..*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*.*.*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.*.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n...*..*\n...*...\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n....\n**.*\n***.\n.***\n***.\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*...\n....\n....\n....\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..*.\n.*.*....*.\n..*.....*.\n.*.*.**...\n.*....*...\n*......*..\n*.....*...\n**........\n....*..**.\n..........\n.*......*.\n```\n\n\n## Output without wrap\n\n```\n*.*.....*.\n...*...**.\n.*..**....\n...*....*.\n..*.....*.\n..*..*.*..\n......**..\n**........\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n......*...\n.*..**....\n...*....*.\n..*.....*.\n..*..*.**.\n......**..\n.*......**\n*......*.*\n*.......**\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*..\n**..\n..**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n**..\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n**.*\n****\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**..\n*...\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n*...\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.\n*..*.**\n.*..***\n..***.*\n***.**.\n```\n\n\n## Output without wrap\n\n```\n****.**\n*..*...\n.*.....\n*.....*\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n***\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n.*.\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n***\n***\n***\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n****\n**.*\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n**...*.*\n*.**....\n**....**\n.......*\n**......\n.*..***.\n*.......\n.*..***.\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n......**\n.**.....\n..*.....\n**...*.*\n..*..**.\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..***\n...*...*\n.......*\n.**.....\n..*.....\n.*...*..\n..*..*..\n.*..**.*\n..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..*.\n....**..*\n*...*....\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n......*..\n...*.*...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*..\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n....\n..*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n.***\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n...*\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n....*.....\n..........\n.......**.\n..........\n..........\n..*.......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*....\n.......**\n**.*.*..*\n....*.***\n..*...***\n*.**....*\n..**...*.\n**..**.*.\n***.**.**\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n.*...*...\n.*....*..\n.*..****.\n.*......*\n.....*..*\n*..*.*...\n.*.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.****.\n..*......\n.*...*...\n.*....*..\n*...***..\n.*.......\n.....*.**\n.......**\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...........\n*.**....**.*.*\n.*......***..*\n**..*..*.**...\n**.*..*.*.....\n***..*.***...*\n**...*.*.*....\n*...***.*..**.\n*.*.******.*..\n**..**........\n...........*..\n....*.........\n..*...**......\n```\n\n\n## Output without wrap\n\n```\n.*.*..........\n.*..*......**.\n..**...**..**.\n...*.*.*..*...\n...*..*..**...\n......*..*.*..\n...**....**.*.\n.*......*....*\n*.***..**...*.\n**.***.**.*...\n...***........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....**....*\n****....*..*..\n..**...**..*..\n...*.*.*..*..*\n...*..*..**...\n......*..*.*..\n...**....**.*.\n.*......*.....\n*.***..**...*.\n**.***.**.*..*\n...***........\n....*.........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n..*.**\n..*...\n.**...\n.*....\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n...***\n.**.**\n..*...\n.**...\n.**...\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n.**.**\n..*...\n.**...\n.**...\n.*....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n*..*..\n......\n*....*\n....**\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n.**...\n*....*\n*...**\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n....*....\n*.*..*.*.\n*.*.*..**\n*.*......\n...**....\n.......**\n..*....*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n....*****\n*.*...***\n..*.*....\n...*.....\n...*...**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*.*\n*...****.\n*.*...**.\n*.*.*....\n...*....*\n...*...**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n****\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*..*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.*.*.\n.*...\n..**.\n.....\n.....\n..**.\n....*\n..*..\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.*.*.\n..*..\n.....\n.....\n.....\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n.*.*.\n..*..\n.....\n.....\n.....\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n*..*\n*.**\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n....\n.***\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n****\n**.*\n.***\n*..*\n**..\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.*...\n*.*..\n*.*..\n*.*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n*.*..\n*.**.\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n..***\n*.*..\n*.***\n..*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.....*\n..*.*.\n******\n..*..*\n***...\n***...\n**....\n*.*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...**.\n......\n......\n......\n....*.\n*....*\n*....*\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n***...\n*.*..*\n...**.\n....**\n.***.*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n..*.**\n.**..*\n...**.\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.**...\n*.*...\n...*..\n*..***\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n**.\n*..\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n..*\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**......\n..*.***...\n....**...*\n**..*.....\n```\n\n\n## Output without wrap\n\n```\n..****....\n.**.*.*...\n......*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*....\n..*.......\n*..*..*...\n*.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*..*\n*...**.*.*.\n..........*\n.*.........\n.*.......*.\n*..........\n...........\n.....***...\n.**......*.\n```\n\n\n## Output without wrap\n\n```\n......*.*..\n......*.***\n...........\n...........\n**.........\n...........\n......*....\n......*....\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..**\n*.....*.**.\n*.........*\n*..........\n**.........\n...........\n......*....\n......*....\n***....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*....\n..**.\n.***.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..**\n...**\n*..**\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.***\n*.*......\n.*..****.\n****..*.*\n..*.****.\n...**.*..\n****..*..\n```\n\n\n## Output without wrap\n\n```\n..*......\n..****..*\n.*...****\n.....***.\n.........\n..***....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..\n**.*.....\n.....***.\n*....**..\n*.......*\n.*.....*.\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n...*..*\n*..*...\n......*\n...*..*\n.**.*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n..***..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.*..*..\n.......\n.*...*.\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*...\n....\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n...*\n.*.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**..*\n***..\n**..*\n**.**\n*..**\n.**.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n**...\n...*.\n..**.\n....*\n.....\n*....\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n*..*.\n..**.\n.....\n..*..\n.....\n.....\n....*\n.*...\n.....\n*....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.**\n..***\n..**.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n*..*\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.....\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*.*\n*.*.\n...*\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.*..\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n...*\n....\n....\n..*.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n....\n....\n....\n*.*.\n.**.\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n....\n....\n....\n...*\n...*\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**.\n.**..*.***\n*.....**.*\n..*.*.*...\n....***...\n..***.**..\n...**..**.\n```\n\n\n## Output without wrap\n\n```\n......**.*\n.*...*...*\n..**.....*\n...**.....\n..*.......\n..*.....*.\n..*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**....\n.*...*....\n*.**.....*\n...**.....\n..*.......\n..*.....*.\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.\n**.****\n.*.*.**\n*****.*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*.*\n***...****\n*...**....\n...*.*.*.*\n**..*..**.\n...*..*.**\n*.**...*..\n*.*.**.*..\n.****.*..*\n**.*..**.*\n.*.*****.*\n......*...\n*.*..***.*\n.**...*.**\n```\n\n\n## Output without wrap\n\n```\n.*...*.*..\n..*....*.*\n*......*..\n*.........\n*.........\n.*....*...\n.*.*.*.*..\n.......**.\n........*.\n**........\n*..**.....\n*.........\n....***.**\n.**..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..*..**...\n.*.....**.\n**........\n**........\n......*...\n**.*.*.*..\n**.....*..\n..........\n........**\n.*.**...**\n........**\n*...*....*\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n**...\n.....\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n*....\n**...\n*.*..\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n**...\n*.*..\n.**..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**..\n**..\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*...\n.**.*....\n..***.*..\n.*.**....\n......***\n.*......*\n.........\n**......*\n*.......*\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*.......\n.........\n....*.*..\n..*....**\n........*\n**.......\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****....\n.*.......\n.........\n....*.*..\n..*....**\n*.......*\n.*......*\n.*......*\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*..\n***\n...\n*.*\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n...\n**.\n*.*\n...\n.*.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n...\n...\n***\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**\n.*.....*.\n.*.....*.\n*.......*\n.......**\n*..****..\n*....*...\n*..*.**..\n```\n\n\n## Output without wrap\n\n```\n.......**\n**....**.\n**.....**\n........*\n....*****\n....****.\n**.*.....\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*.\n.*....**.\n.*.....*.\n*........\n....****.\n*...****.\n**.*....*\n**..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*...***.\n..........*..\n...*...*.....\n***..........\n...**...*..*.\n....***.**...\n*..***..*....\n.....*......*\n*....*...***.\n........*..*.\n*.*.**....**.\n****.....*...\n```\n\n\n## Output without wrap\n\n```\n.........***.\n.........***.\n.**..........\n.**.*........\n.****..***...\n......*.**...\n...*...***...\n.....**..***.\n.........****\n.*..**......*\n*.*.*....***.\n*.***.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*.**\n.........***.\n.**..........\n.**.*........\n.****..***...\n......*.**...\n...*...***...\n*....**..****\n.........***.\n.*..**.......\n*.*.*....***.\n...*.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.********\n**********\n*****.*.**\n**********\n*.***.****\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n...*.\n.*..*\n..*.*\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*..*.\n..*..\n*....\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n..**\n*..*\n..**\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n....\n**..\n***.\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n***.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*....*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n*...**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n...*\n**..\n...*\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n*...\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..**\n*.**\n...*\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n***.\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.\n******.\n**.*.*.\n*.**.*.\n*****..\n```\n\n\n## Output without wrap\n\n```\n*.*..*.\n.....**\n.....**\n.....*.\n*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.....*.\n.....*.\n.....*.\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n...*.*\n...*.*\n......\n*..*..\n..*...\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**.*\n......\n....*.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*.**.*\n......\n....*.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n......\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n...*.*\n...*..\n****.*\n...***\n.****.\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n.*.*..\n.*...*\n*....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*....*\n.*.*.*\n**...*\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n...*.\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n***..\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n*****\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n.****\n**...\n*****\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..**.\n...**\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..*.\n**..\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n*.*.\n.*..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..**\n.*..\n****\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..**\n..*.\n.*..\n...*\n..**\n..*.\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n.***\n..*.\n...*\n..**\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.***\n.***\n..*.\n*..*\n..**\n***.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.*.\n..*\n..*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n.....*..\n......**\n*.......\n**.....*\n.*....**\n......*.\n.....*..\n......*.\n........\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n....**..\n....*.*.\n......**\n**...*..\n..*..*..\n**......\n........\n.....*.*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....*...\n......**\n*....**.\n***..***\n*.......\n.......*\n.....*.*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*..****..\n*.*****.*****.\n**.*.******.**\n****.*...***.*\n.*************\n.*...*.**.****\n.*.....**.*.*.\n...*.**.....**\n******.***.***\n.*..*.****.**.\n****.*.*.**.**\n**..****.*****\n```\n\n\n## Output without wrap\n\n```\n****.****...*.\n...*.........*\n.............*\n..............\n..............\n**.*.*........\n..*.**..*.*...\n*..*.*....*...\n**.......*....\n..............\n...*..........\n*..***.*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...*..........\n..............\n..............\n..............\n.*.*.*........\n..*.**..*.*...\n...*.*....*...\n.*.......*....\n..............\n...*..........\n...*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*.\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n.*..\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*....\n............*\n........*....\n......**....*\n*......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n......***....\n........*....\n......*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.....\n.............\n......***....\n.............\n......*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n**.\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.**\n*.*.\n*.**\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n*...\n*.**\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n***.*\n*.***\n*****\n*..**\n*****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n.**...\n**....\n......\n......\n.*....\n*....*\n*.....\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*.*...\n***...\n......\n......\n......\n**....\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.**...\n*.*...\n***...\n......\n......\n*.....\n**...*\n.*..*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.*...\n.*..*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**\n.*****.\n...*...\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.**\n.*...**\n.*.....\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n**...*.\n.*....*\n*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**..\n..*.**...\n**...**.*\n.*...****\n..*..*...\n*.*****.*\n```\n\n\n## Output without wrap\n\n```\n.******..\n..***..*.\n***.....*\n***.*...*\n..*.....*\n.******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n..***..**\n.**.....*\n.**.*...*\n..*......\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n.**\n...\n...\n...\n***\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n.*.\n...\n**.\n**.\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*....\n.*.****...\n**....****\n..**....**\n..........\n**........\n****......\n```\n\n\n## Output without wrap\n\n```\n..*..**...\n.*..*...*.\n**....*..*\n.**......*\n.**.......\n*.........\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.*..*...**\n.*....*...\n.**.......\n***......*\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*****\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n.......\n.......\n.......\n**.....\n..*...*\n......*\n.......\n*.....*\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n*......\n.......\n.......\n**.....\n.*.....\n......*\n*.....*\n.*...*.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*...*\n.****\n****.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n..*\n**.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n********\n********\n**.*.***\n*****.**\n**.*****\n.*******\n**..****\n********\n*****.*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*...\n......\n......\n......\n**...*\n......\n......\n......\n......\n..*...\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n......\n......\n......\n**...*\n......\n......\n......\n......\n......\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n*.*.\n.*.*\n...*\n*..*\n*..*\n**.*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n.*.*\n...*\n...*\n..**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n*.*.\n.*.*\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n....*......\n...**......\n...........\n...........\n*.........*\n......*...*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...**......\n...**......\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...**......\n...**......\n...........\n...........\n*.........*\n*.........*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*....\n.....*.*....\n....**......\n.....*.**...\n```\n\n\n## Output without wrap\n\n```\n............\n.....*......\n....**.**...\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*....\n.....*......\n....**.**...\n.....*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.*...\n..****\n.*.***\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****\n....**\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n..***..\n.......\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*.*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n..*.*..\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n*........\n*......**\n.........\n*.......*\n.........\n*.......*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.*.....*.\n**.....*.\n........*\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*..\n...*****..\n.....*****\n.*........\n*.*.*.*...\n..........\n*.*....*..\n....*.....\n.*...****.\n.*.*.*..**\n*...**..**\n.....*.***\n*...*.*.*.\n.....***.*\n```\n\n\n## Output without wrap\n\n```\n...*.*.*..\n...*......\n........*.\n.*......*.\n.*........\n...*......\n..........\n.*...*..*.\n..*..*****\n***.......\n.....*....\n..........\n....*.....\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n...*......\n........*.\n**......**\n.*........\n...*......\n..........\n.*...*..*.\n*.*..*****\n.**.......\n.....*....\n..........\n*...*.....\n....**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n..**.....\n...*.....\n.........\n.........\n..*......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n****..\n..***.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*..*.\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n......**..\n..**..*...\n.****..**.\n.*.*...**.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n....*...*.\n**....*.**\n..****.**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......**..\n....*...*.\n**....*.**\n..****.**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n......*...\n.....***..\n*....*****\n**...*...*\n.*........\n```\n\n\n## Output without wrap\n\n```\n......*...\n......*...\n.....**...\n**......*.\n..*.....*.\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n......*...\n.....**...\n*.........\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n...*.\n*****\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.**\n.****\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.....\n**.*.\n*****\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***.**\n**.....***.*\n**....***...\n.......**...\n.......**.*.\n```\n\n\n## Output without wrap\n\n```\n..........**\n**........**\n**..........\n.......**...\n........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n*...........\n*...........\n*.........**\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n***..*\n**..*.\n.*****\n.**.**\n*.***.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n*.****\n......\n......\n*.....\n*.....\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..***.\n......\n......\n......\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n..**\n..**\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n...*\n.*..\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n....\n**..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n......\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n*....*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n.*.*.*\n.*.*.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n***...\n***...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.*.**.\n.*.*..\n***.*.\n```\n\n\n## Output without wrap\n\n```\n..****\n**.*.*\n......\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*.*\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......\n*..........\n........*.*\n...*....*..\n...........\n..*...*....\n*....*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.........*.\n.........*.\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.........*.\n.........*.\n...........\n...........\n.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......***\n*...**.**\n*...***..\n..***....\n..***....\n...***...\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....**.*\n....*...*\n.*....**.\n.**......\n.........\n..*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.\n*....**..\n*...*....\n**....**.\n.**......\n.........\n..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.*..\n*.....**..\n.***.*....\n*..**.**..\n****.*...*\n.*.***...*\n*..***...*\n*..*...*.*\n.......**.\n.**.*.....\n```\n\n\n## Output without wrap\n\n```\n**..**.*..\n*......*..\n****.*....\n*.....*...\n*.......*.\n......*.**\n**...**..*\n...*..**.*\n.***...**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***.*..\n*......*..\n****.*....\n......*..*\n........**\n......*.*.\n.*...**...\n*..*..**..\n****...***\n***.*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.**\n.....\n.**.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*..*\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*..*\n.**.*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n***.**\n.***.*\n*.**.*\n*...**\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*..**\n.*...*\n....**\n.....*\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n......\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n.*...\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.....\n***..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n..****\n*****.\n******\n**.***\n***..*\n***.**\n**.***\n**.***\n******\n*.****\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...*\n.....*\n*.....\n......\n......\n......\n......\n......\n......\n......\n*.....\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*....\n..*......**\n..*...*..*.\n..*.**..*..\n..*......*.\n.*.*..*...*\n*..***....*\n.*...*.....\n.*.*...*..*\n..*.....*..\n.......*..*\n```\n\n\n## Output without wrap\n\n```\n.***.......\n...*....*.*\n....*......\n*....**....\n*....**....\n...*.....**\n...*.......\n.....**....\n**....***..\n........*..\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.\n...*.......\n....*......\n.....**....\n.....**....\n.*.*.....**\n.*.*......*\n.*...**...*\n......****.\n..*....**..\n...*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n.....*...*\n.*......*.\n.........*\n*.........\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*.......**\n*........*\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n****..\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.***..\n.**..*\n**.***\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n.....*\n****.*\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.*..**\n*...*.\n..*...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.\n.**..*.\n.*....*\n*.....*\n.***..*\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n*....**\n***..**\n*....**\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n.**..**\n.....**\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...**.\n..*.*.\n..*.*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n..*..*\n..*...\n.**..*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n***..*\n..*...\n.**...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n*.*.*...\n*.....*.\n.*.*.*..\n..*.....\n...*..*.\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n........\n.****...\n*..**...\n.....*..\n.*..*...\n........\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**\n....*.*.\n...**..*\n*....*..\n.*..*...\n........\n**.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n..*.*..\n....*..\n..*....\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...*...\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n.....*.....\n....*......\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n**.***\n.....*\n**.**.\n.*.*.*\n......\n*...**\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n*.....\n**..**\n..*..*\n**....\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n..*...\n*...*.\n*...*.\n*...*.\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n.*..*.\n*.****\n*.**.*\n*..*..\n...***\n```\n\n\n## Output without wrap\n\n```\n.*....\n**....\n*.....\n**..**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n......\n......\n*.....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.**.**\n*....*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n..*.**\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n.*.*..\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n**......\n**......\n........\n***....*\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n**......\n**......\n..*....*\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.**..\n....*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n....*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*..*\n**.*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n**.*\n....\n**.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n**..*\n.****\n**..*\n..*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**...\n**.**\n.....\n.*..*\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*....\n..**...*.\n........*\n*...*...*\n******..*\n*....*...\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*..*....\n......***\n..*..*.**\n*....*...\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n.........\n......**.\n.**..*.*.\n..**.*...\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.......\n..*.........\n**..........\n.**..**.....\n..*.**......\n.*.***......\n.***........\n..*.*.......\n............\n```\n\n\n## Output without wrap\n\n```\n..**........\n..*.........\n*...........\n*.*****.....\n............\n.*...*......\n.*...*......\n.**.........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**........\n..*.........\n*...........\n*.*****.....\n............\n.*...*......\n.*...*......\n.**.........\n..*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n...\n.*.\n...\n...\n*..\n...\n...\n.*.\n.*.\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**\n***..***\n*.**.**.\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n........\n.*.****.\n****.*..\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n...*.*..\n..**.*..\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n***..\n*.*..\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.**.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n.......\n....**.\n...*..*\n***....\n.......\n.....**\n*...*..\n...*...\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*..*.\n.*...*.\n*...*..\n.**....\n....**.\n...*.*.\n.....*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n..***..\n***....\n.......\n....*..\n..*..*.\n....*..\n*..*..*\n*..*...\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*....*\n.*.*.*..**\n.*..*..***\n.....**..*\n..***....*\n*...*...*.\n.**.**....\n*...***.**\n....*...**\n*........*\n.*.....*.*\n*.*...*...\n.*.***.*..\n....**.*.*\n```\n\n\n## Output without wrap\n\n```\n..***...**\n.*.*.*.*..\n..*.*..*..\n..*..***.*\n...**...**\n..........\n**....****\n.*....****\n....*..*..\n.........*\n**......*.\n*.*******.\n.***...**.\n...*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..*\n.*.*.*.*..\n..*.*..*..\n..*..***.*\n*..**...**\n*........*\n.*....***.\n**....***.\n....*..*..\n..........\n.*......**\n*.*******.\n****...**.\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****....*\n..*...*..\n.....*...\n**.*.*..*\n....*.***\n*...**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.....*...\n.**.***..\n*..*....*\n........*\n....**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.*\n......*..\n..*.***..\n...*....*\n****...**\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n.*.\n**.\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n........\n........\n........\n........\n......*.\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n........\n........\n........\n........\n.....**.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n**.*****\n*..*.*..\n.**.**.*\n**.**.**\n.***.**.\n*.***.**\n..*.****\n```\n\n\n## Output without wrap\n\n```\n*......*\n.......*\n*......*\n.......*\n*......*\n........\n........\n.**.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n*.......\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....*...*.\n...*....**\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........**\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n.*..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n**.***\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n...***\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...*..\n..***.\n...*.*\n..*...\n.**...\n.*....\n.**...\n*.**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n......\n.*.*..\n.*.*..\n*..*..\n*.*...\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*.*..\n.*.*..\n*..*..\n*.*...\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n....*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*..\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n*..\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n**.........\n**.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n**.........\n**.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n**.........\n**.........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*..\n......**..\n...**....*\n.*....*...\n...*..*...\n*.*..**.*.\n.*..***...\n..*..*.*..\n*.*.*...*.\n..........\n```\n\n\n## Output without wrap\n\n```\n......**..\n......***.\n.....***..\n..****....\n.**...*...\n.***......\n.****.....\n..*....*..\n.*.*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......***.\n.....***..\n..****....\n.**...*...\n.***......\n.****.....\n..*....*..\n.*.*......\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n......\n......\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*.......\n.**.......\n..........\n......***.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n.......*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n.......*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.**.***\n.*....*\n.****.*\n.*....*\n.**.**.\n*...*..\n****..*\n```\n\n\n## Output without wrap\n\n```\n.**...*\n***...*\n*.....*\n**.*..*\n*.....*\n******.\n*...*..\n****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.**...*\n......*\n.*.*..*\n......*\n.******\n....*..\n..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...**\n**...*.*..\n**....**.*\n.*.**.*...\n..**.**..*\n***.***.*.\n...**.....\n..****....\n```\n\n\n## Output without wrap\n\n```\n....*...*.\n***.**.*.*\n....*..**.\n**.**...*.\n*.........\n.*....**..\n......*...\n..*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.**\n.**.**.*..\n....*..***\n.*.**...**\n.........*\n**....**.*\n......*...\n..*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.**.\n...**.**.\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n...**.**.\n.........\n...**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...***\n......\n....**\n......\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n..***.\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n....*.\n...**.\n......\n......\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n..........\n..........\n..........\n.**.......\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n..........\n..........\n.*........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....***...*..\n*....***...*..\n*....***...**.\n```\n\n\n## Output without wrap\n\n```\n.....*.*......\n**..*...*.**..\n.....*.*...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*...*.**..\n**..*...*.**..\n**..*...*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n*...*....*\n....*.....\n*...*....*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*......*\n*....*.*\n.....**.\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n.....*.*\n.....**.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n.*....*.\n*....*..\n.....***\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n...*.\n*.**.\n.*.*.\n***.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n...**\n....*\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*****.\n.............\n...*.*****...\n...*.....*.**\n....**...*...\n```\n\n\n## Output without wrap\n\n```\n.........*...\n.............\n......**.**..\n...*****.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*...\n.............\n......**.**..\n...*****.**..\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*....\n...*******.\n.*....*...*\n.....*...**\n.....*...*.\n.*....*....\n....**.....\n*.........*\n*.....**.**\n.....*...*.\n..**.....**\n....****...\n......*..**\n*..*...*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.*.*..\n.****...**.\n..........*\n.....**..**\n.....**..**\n....*.*....\n.....*.....\n.....**..**\n......*.***\n......*....\n...*....***\n...******..\n....*....**\n........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*.\n*****...***\n*.........*\n*....**..**\n.....**..**\n....*.*....\n*....*.....\n*....**..*.\n*.....*.**.\n*.....*....\n...*....***\n...******..\n....*....**\n**.*.*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.***\n*..*\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n**.*\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n**.*\n.*..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n*.......\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*...\n.*.*.**..*\n.**.*.*.*.\n.*..**.**.\n*..*...***\n**.....**.\n.**...**..\n```\n\n\n## Output without wrap\n\n```\n..*..**...\n**.**.*...\n**......**\n**..**....\n*.*.*....*\n*........*\n***...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*.**.*...\n.*......**\n.*..**....\n..*.*.....\n..........\n..*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.\n......*.\n.*...*.*\n....*..*\n.*.*....\n.**.*...\n...***..\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*..***\n.....*.*\n..*.*.*.\n.*.**...\n.*...*..\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.**\n..*..**.\n*....*.*\n..*.*.*.\n**.**...\n.*...*..\n*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.*..\n.*....*.*.\n*.***....*\n**..*....*\n...**...*.\n*.**..*..*\n...*...*.*\n....*.....\n```\n\n\n## Output without wrap\n\n```\n.****...*.\n*........*\n..........\n*.*...**..\n*...****..\n.**..*.*.*\n..**....*.\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.*......*.\n........**\n..*...****\n**..*****.\n*.*..*.*..\n*.*.**....\n....*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n*..\n***\n***\n..*\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n*..\n..*\n*..\n..*\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n*..\n...\n...\n..*\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.*..*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..*.\n.....\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n....*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..........\n*.......*....\n..*....**....\n```\n\n\n## Output without wrap\n\n```\n.............\n.*.....**....\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**....\n.*.....**....\n.*.....**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.****.\n**..*.\n......\n```\n\n\n## Output without wrap\n\n```\n..*.**\n***...\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.**...\n**..**\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.**.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.****\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n....**......*\n.............\n.............\n....*.*......\n.....*.......\n.....*.......\n.............\n.............\n.*...........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n....***......\n....***......\n.....*.......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n....***......\n....***......\n.....*.......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*.**.**\n**..***\n```\n\n\n## Output without wrap\n\n```\n.......\n*.**.*.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.****..*\n..*........**.\n**.**..**.....\n.***...*......\n.*..**.**.....\n..**.*......*.\n*.****.*....*.\n*.*.*.......*.\n.**.*....*.**.\n...*.....*.**.\n```\n\n\n## Output without wrap\n\n```\n.****...*****.\n.....**...***.\n*...*..**.....\n.....*........\n.*...*.**.....\n.......**.....\n.....**....***\n*...........**\n.**.*........*\n..**.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*...**...*\n.....**...***.\n*...*..**.....\n.....*........\n.*...*.**.....\n.......**....*\n.....**....**.\n*...........*.\n.**.*.........\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n....*...*..\n..**.*...*.\n....*......\n..**.......\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...**......\n...*.*.....\n...**......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...**......\n...*.*.....\n...**......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*****\n**.*.*.*.\n..*******\n**.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*......\n*.*....**\n***....**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n*****\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n***.*\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n*....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n..*.*\n.*..*\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n*....*.**.\n*......***\n......*.*.\n......*...\n.....*.**.\n....*.....\n....*.*.*.\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......**.*\n.........*\n......*.**\n.....**.*.\n.....***..\n....*.*.*.\n....*.....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*.....**..\n*.........\n......*.*.\n.....**.*.\n.....***..\n....*.*.*.\n....*.....\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...**\n*...*...**\n....*...**\n```\n\n\n## Output without wrap\n\n```\n....*...*.\n....*..*..\n....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**.\n..*....**.\n..*....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*.***.\n..*.**\n***..*\n*...**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**..*\n*....*\n*.*...\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.**...\n......\n..*...\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..**.\n.**..\n.***.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n...*.\n.....\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...*.\n.....\n..*..\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...*\n*.*.*.*..\n..**.....\n.*....*..\n...**..*.\n.*.......\n....*....\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n..**.*...\n.*....*..\n..*..*...\n..*.*....\n....*....\n..**.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n*.*...*.*\n.**..*...\n..*.*....\n....*....\n..**.....\n.**.*....\n*.***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n...**\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n.**.*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.**..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******..*\n..*********\n******.****\n*****.*..**\n.*********.\n*.********.\n**.********\n**.********\n***********\n***********\n```\n\n\n## Output without wrap\n\n```\n.**.......*\n*..........\n*..........\n...........\n...........\n*..........\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n**...\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n...*.*.\n...*.*.\n...**..\n```\n\n\n## Output without wrap\n\n```\n....*..\n..**.*.\n..*..*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n..**.**\n..**.**\n..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n***..*\n..**.*\n*...**\n*...*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*.*\n*.**.*\n.*...*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n...*.*\n..**..\n**....\n*...*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*..\n.*..\n....\n.*.*\n....\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n....\n..*.\n....\n*..*\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n*.*.\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**..*\n*****\n**.**\n*****\n**.**\n**.**\n*****\n*****\n*****\n*****\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n*.***\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*..\n.*....\n.....*\n*...*.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n*....*\n*.....\n*...*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**..\n....***..\n...**.**.\n..*..*...\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n..**..*..\n...**.*..\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..**.....\n..**..*..\n.....*.*.\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n.*...**..\n.*.**....\n.***.....\n*.**.....\n..*......\n.**......\n```\n\n\n## Output without wrap\n\n```\n......*..\n..**..*..\n**.***...\n*........\n.........\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n..**..*..\n**.***...\n*........\n.........\n.........\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n...***.\n**.....\n***.*.*\n..*..**\n.****..\n.**.***\n...**..\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.****..\n...**..\n*......\n*.**..*\n*.....*\n.......\n.*.....\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n...**.*\n.......\n..**...\n......*\n.......\n**.....\n*.....*\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n...\n...\n...\n***\n**.\n**.\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n.*.\n.*.\n.*.\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..........\n.....*.......\n.*...*......*\n.............\n..**........*\n.***.........\n.*..........*\n.**..........\n.**.......*..\n**.*.........\n***..........\n```\n\n\n## Output without wrap\n\n```\n.*...........\n*.*..........\n.............\n..*..........\n.*.*.........\n.*.*.........\n*..*.........\n*............\n...*.........\n...*.........\n*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..........\n..*..........\n.............\n*.*..........\n.*.*.........\n.*.*.........\n...*.........\n.............\n...*.........\n...*.........\n...*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.***.........\n*............\n*...**.......\n.******......\n*......****.*\n*.....*...***\n.....**.....*\n*....**....**\n......*.*..*.\n.........**..\n```\n\n\n## Output without wrap\n\n```\n..*..........\n.**..........\n*.***........\n*.*...*......\n****..****...\n*.***..****.*\n.....**.*.*.*\n.......*..*..\n...........**\n.....***.*.**\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........\n.**..........\n*.***........\n*.*...*......\n.***..****..*\n..***..****..\n.....**.*.*..\n.......*..*..\n*..........*.\n.....***.*.*.\n.........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n........*.\n.........*\n..........\n*.*.......\n*......*..\n...*......\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n.*........\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..........\n..........\n..........\n.*........\n.*........\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n..*.*...\n........\n........\n........\n........\n........\n........\n........\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n...*....\n........\n........\n........\n........\n........\n........\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**.*.\n***.*\n....*\n**..*\n*.***\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*.*\n.*..*\n*.*.*\n*.*..\n*.*..\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.**..\n.....\n..**.\n.**..\n*.*..\n**...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n....*\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n....*\n**...\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n...**..\n..***..\n```\n\n\n## Output without wrap\n\n```\n...*...\n....*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n....*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*....*.\n**.*...***.\n******..***\n```\n\n\n## Output without wrap\n\n```\n.*.........\n*.***.*.*..\n....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**..\n....**.**..\n....**.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..\n.*..**.\n....*..\n**....*\n***.*.*\n**.***.\n*******\n*.*.**.\n***.*..\n```\n\n\n## Output without wrap\n\n```\n******.\n***.**.\n**..*..\n*.**...\n....*.*\n.......\n......*\n......*\n*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n***.**.\n.*..*.*\n..**..*\n....*..\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..*.*.\n..*...\n...**.\n...**.\n.**...\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n..*.*.\n..*.*.\n....*.\n*...*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n.*.*..\n..*.*.\n..*.*.\n....*.\n....**\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n****..\n....**\n*....*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n*.*.*.\n*....*\n*....*\n*.....\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....*.\n.*....\n....*.\n.*..*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**\n**.....\n...**..\n***.*..\n.....**\n...**..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*****.\n...**..\n.**.*..\n.**..*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*******\n*******\n...**..\n***.*.*\n***..**\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.***..\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*.\n..*.....\n........\n*......*\n*......*\n........\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.*......\n........\n*......*\n*......*\n........\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n....**\n......\n.*.*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n...**.\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*.*\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n....*\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n*..*.\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.**....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..*..\n..*.*\n*..*.\n*....\n.....\n.....\n*.**.\n**.*.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n.**..\n.*.*.\n.....\n.....\n.....\n*.**.\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*..\n.**.*\n**.*.\n....*\n.....\n.....\n*.**.\n*..*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..*..\n..***\n*....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*...\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*...**..\n.****...\n........\n...**...\n...***..\n..*..*..\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n........\n.**.**..\n.*****..\n........\n...*.*..\n..*..*..\n..**.**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.**.**..\n.*****..\n........\n...*.*..\n..*..*..\n..**.**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n..*\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*.**.\n*..**\n*.*..\n*.*.*\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.***\n*...*\n*.*.*\n*.*..\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.**.\n*....\n..*..\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.*..\n.*..***.****\n.*..*****.*.\n**.**.....**\n...**....**.\n...........*\n...*.......*\n*..........*\n*...**....*.\n```\n\n\n## Output without wrap\n\n```\n.....***.*..\n**..*......*\n.*......*...\n**....***..*\n..***....*..\n...**......*\n..........**\n....*.....**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*....\n.*..*......*\n.*......*...\n**....***...\n..***....*..\n...**......*\n..........**\n*...*.....*.\n**........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n...\n.**\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n..*\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.*.\n...\n...\n***\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n***\n...\n.*.\n*.*\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.****.\n*.*.....*...\n*...*...****\n...**......*\n*.****....**\n*...*......*\n...*..*.*.*.\n*..*.*.***..\n**.****.....\n**.*****....\n```\n\n\n## Output without wrap\n\n```\n.****...*...\n*....*.*...*\n*..*.....***\n*..*........\n*..*......**\n.*.****..*.*\n*..**..**.*.\n..*.*..***..\n........*...\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*\n*.......*...\n*..*.....*.*\n...*......**\n...*........\n*..****..**.\n...**..**.*.\n.**.*..***..\n........**.*\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n.**\n.**\n**.\n.**\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n...\n*..\n*.*\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.\n*****.**\n****.*.*\n****.***\n********\n***.****\n****.***\n```\n\n\n## Output without wrap\n\n```\n*....***\n.......*\n........\n........\n........\n........\n*..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n...*\n**..\n....\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*...\n*.*.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**.\n.....*.*\n**...**.\n........\n........\n......*.\n....*..*\n.*......\n.*.*..*.\n*.*.*..*\n...*..*.\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*..*\n.....**.\n........\n........\n........\n........\n.**.....\n*..****.\n**..***.\n..*****.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n....*...\n*....***\n......**\n........\n........\n........\n***.....\n...***..\n.*..**..\n.*****.*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.*.\n*....*.*...\n...........\n....*..*...\n..****...*.\n****..*..**\n.*..*...*..\n...........\n```\n\n\n## Output without wrap\n\n```\n......*.*..\n......*.*..\n......*....\n....**.....\n.....**.***\n*.......***\n**.*.....*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.*\n......*.*.*\n......*....\n....**.....\n*....**.**.\n*.......***\n.*.*.....**\n........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...*...\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n...........**\n............*\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n...........**\n...........**\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n...........**\n...........**\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n...*....\n...**...\n........\n........\n........\n........\n**......\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n..***...\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..***...\n..***...\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n....\n.*..\n....\n.*..\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n*.*.\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n....\n....\n.*..\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*.*.*\n..*....*..\n.******..*\n..**...***\n***..*.*.*\n.****.....\n```\n\n\n## Output without wrap\n\n```\n..*....*..\n.*.**..**.\n.....***..\n**.....*.*\n**....**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****\n.*.....*..\n*....***.*\n.......*.*\n......***.\n.....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..*.*\n...**\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n..*..\n.**..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n..**.\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.....\n**..*\n...**\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n*.*........\n.*.........\n.*........*\n*.........*\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.*.........\n***........\n**.........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.*.........\n.**........\n.*........*\n*.........*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n..***..\n..***..\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n..*.*..\n..*.*..\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n..*.*..\n..*.*..\n...*...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.****\n......*.\n....*..*\n*.......\n.....**.\n..***...\n*****..*\n...***.*\n.*..**..\n```\n\n\n## Output without wrap\n\n```\n.....***\n...**...\n........\n.....**.\n...***..\n......*.\n.*....*.\n*.......\n...*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*\n...**...\n.......*\n.....***\n...***..\n*.....**\n**....**\n.......*\n*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*..*\n..*......*\n***.......\n..........\n......*...\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*..*......\n***.......\n.**.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.....\n...*.....*\n***.......\n***.......\n*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n..**...\n......*\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n*.*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n.*.*\n.***\n.***\n***.\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n....\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*..*.\n.*...***.....*\n.*.***..*...*.\n*....****....*\n```\n\n\n## Output without wrap\n\n```\n**...**.......\n.....**.*...**\n***......*..**\n.*....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......*.**.\n.*....***..***\n***........**.\n..*...****.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n.*...\n.*.*.\n.*.*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*..\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.***.\n.*.**\n..**.\n**...\n*.**.\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n..*..\n**...\n*****\n**.**\n**.**\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n.**.*\n.*...\n*..*.\n*..*.\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n****\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.........*...\n.............\n.............\n.............\n.....*.......\n....***.*....\n....*.....**.\n........***..\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n....***......\n....*.*......\n....*..**.**.\n.............\n..........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n....***......\n....*.*......\n....*..**.**.\n.............\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*.*.\n*.*...*.*.\n*.**..**..\n*.*.......\n.*.*..**..\n.***....*.\n```\n\n\n## Output without wrap\n\n```\n.*........\n*...***...\n*....***..\n*.**..**..\n***.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.*.\n*....**.*.\n*....***..\n*.**..**.*\n*......**.\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*.\n..***...\n.*......\n........\n........\n........\n.*......\n***.***.\n.....**.\n....*...\n....***.\n```\n\n\n## Output without wrap\n\n```\n..*.**..\n.**.**..\n..**....\n........\n........\n........\n***..*..\n***.*.*.\n.*.*..*.\n....*...\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n.**.**..\n..**....\n........\n........\n........\n***..*..\n***.*.**\n.*.*..**\n....*...\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n.*..\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.***\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n*........\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n.****\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n....\n....\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n***..*\n******\n```\n\n\n## Output without wrap\n\n```\n*.****\n......\n*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n.*.*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**..\n*.*****\n*******\n```\n\n\n## Output without wrap\n\n```\n.**....\n*.....*\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n***\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n.**\n***\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n.*.\n.*.\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n***.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*****.\n********.\n**.****..\n****.*.**\n**.*...**\n*.*.**.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n...*.*..*\n...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*..*..\n.*..*.\n.*...*\n**....\n..*...\n.****.\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n***.*.\n.**...\n***...\n*.....\n*..**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.***..\n.**.**\n.**..*\n***...\n*.....\n...***\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n***\n.**\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***..*.*\n**.**.***.*\n*...*.*****\n.**.****.**\n*.*.**..**.\n*.*..*.*.**\n```\n\n\n## Output without wrap\n\n```\n**.*.**.*..\n**........*\n*..........\n*.*........\n*.*........\n...****..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.*.........\n...........\n..*........\n..*........\n..*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n*.......*\n*.......*\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.*.....*.\n*.......*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*..*\n....*.**.\n.........\n.....*.*.\n...*...**\n*...*..**\n.....*...\n......*..\n......*..\n```\n\n\n## Output without wrap\n\n```\n...*****.\n...*****.\n.....*.*.\n......***\n....*....\n....*.***\n.....***.\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n...*****.\n.....*.*.\n......***\n*...*....\n*...*.**.\n.....****\n.....**..\n.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..**.*.\n....*.*****\n..........*\n.******.***\n*.*..******\n.******...*\n.**..**.*..\n**...*****.\n```\n\n\n## Output without wrap\n\n```\n.....**..**\n..**.**..**\n.*...*.....\n.***.......\n*.**.......\n...........\n*.......*..\n.*......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*.\n*....*.....\n.*...*.....\n.***.......\n..**.......\n.........*.\n...........\n....*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.\n.***.**.\n.*...**.\n```\n\n\n## Output without wrap\n\n```\n........\n****...*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.*....*.\n.*....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n**....\n**....\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.**\n.*.*...**\n.**.....*\n.*.*.****\n.**.*....\n**...*..*\n**......*\n.*...***.\n..*.**...\n**.*.**..\n```\n\n\n## Output without wrap\n\n```\n.**.*.**.\n*.....*..\n**.......\n**....***\n...*..*.*\n...**....\n..****.*.\n*...**.**\n*......*.\n.*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****\n..**.....\n.........\n......**.\n...*..*.*\n...**....\n******..*\n*...**.**\n..****...\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n*.*.\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n**..\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.**...\n*.....\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..**.\n.*.**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n**..*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.*...\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n*.*.\n**.*\n.**.\n*.*.\n*.**\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n*..*\n....\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n..*.\n....\n....\n.*.*\n**..\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.****\n..*..*.*\n*****...\n..*..*..\n...*..*.\n.*..*.**\n***.*...\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n...*...*\n....***.\n.......*\n.****..*\n*......*\n*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*..**..*\n....****\n........\n*.***..*\n**..*.**\n***.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n.....*\n.*..*.\n...*.*\n......\n......\n......\n......\n*.....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n....*.\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...**\n*...**\n....*.\n......\n......\n......\n......\n.....*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**********\n***.*.*.*.*\n.......*.*.\n........*..\n*..........\n.*.**..*.**\n```\n\n\n## Output without wrap\n\n```\n*...*.*.*.*\n*...*.....*\n.*.....*.*.\n........*..\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*......\n**.....*.**\n........*..\n*.......***\n.*.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*..*..\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n.....*........\n....*...*.*...\n.....**.......\n......*...*...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n......**......\n....*..*......\n.....*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n......**......\n....*..*......\n.....*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.**...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**\n....**.*\n...*.***\n*.*.....\n*..*...*\n```\n\n\n## Output without wrap\n\n```\n........\n...*.*.*\n......*.\n.*.**.*.\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..*\n*.**...*\n.......*\n.....**.\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**..\n...**.**..\n...**.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.........\n...***...*..\n....*.*.....\n...**.....**\n*.*.........\n***......***\n```\n\n\n## Output without wrap\n\n```\n...**.......\n...***......\n..........*.\n...***......\n*.*......*..\n*.*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*....*..\n...***......\n..........*.\n...***.....*\n..*......*..\n..**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n..........*.\n..........*.\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.........***\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n.........***\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..*...\n*...*.\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**.*\n.*.........*\n*...........\n........**..\n..........*.\n```\n\n\n## Output without wrap\n\n```\n..........*.\n..........*.\n............\n.........*..\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*.*\n..........**\n*...........\n.........*..\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n...*\n*..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n....*\n.....\n..*..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.....\n.....\n.***.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.....*\n............\n........*...\n........**..\n...*...*....\n............\n............\n............\n.........*..\n.*..........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.......*.*..\n.......*....\n.......***..\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n.......*.*..\n.......*....\n.......***..\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n....**......\n............\n**..**...***\n............\n.*.......*..\n.**......*..\n..*.*....*..\n....*.....*.\n*.*.*.......\n..*.........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..........*.\n..........*.\n**.......*..\n.**.........\n.***....***.\n.**......**.\n.*..**......\n.*..........\n.*.*........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n*.........**\n*.........**\n.*.......*.*\n.**.........\n.***....***.\n.**......**.\n.*..**......\n.*..........\n.*.*........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n...*.\n*.***\n..**.\n...**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n.*...\n**...\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**...\n..*.****.\n*...*...*\n.**......\n..*..**.*\n.*.....**\n.*.......\n.........\n*.****...\n..*...*..\n....*.*..\n..*...***\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n...*..**.\n....*...*\n.*..**..*\n.....*..*\n.**...*.*\n.......*.\n.*...*...\n*....*...\n.*....*..\n..*......\n.....*.*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.***..*..\n....*....\n....**...\n.....*...\n.**...*.*\n*......**\n*....*...\n*....*...\n.*....*..\n..*......\n*.*.....*\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..*.\n**..\n**..\n****\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n*.*.\n....\n...*\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n*.**\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n...***\n.*.*.*\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n...**.\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......****\n*........*.\n**..*.....*\n.*.**.....*\n*.*.*.....*\n..*.*....**\n..**....*.*\n...*...**.*\n****...**.*\n****.......\n.......****\n```\n\n\n## Output without wrap\n\n```\n.........*.\n*..*....*..\n*.****...**\n...........\n..........*\n.**.*.....*\n....**....*\n....**.....\n...**....*.\n*.**...*...\n.**......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*........\n**.*.......\n.*****.....\n.*.........\n...........\n..*.*......\n**..**...**\n....**....*\n...**....*.\n..**...**..\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n*.*....\n..*.*..\n....*..\n.*..**.\n*.*.**.\n*.*.*.*\n*...**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.*.....\n*......\n*.***.*\n....**.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n**.....\n*.....*\n*.***..\n**.*.*.\n...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***.*.\n**.*.*\n..*.*.\n.**.**\n..*.**\n**..**\n....*.\n.....*\n.*****\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n*....*\n*.....\n.**...\n*.*...\n.*....\n....*.\n..*..*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n***...\n..*...\n**....\n....*.\n*.*..*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.*...\n**...\n.....\n*...*\n....*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n**...\n**...\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.....\n**...\n.*..*\n*...*\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*****\n********\n**.*****\n**.****.\n..******\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*......\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n....\n....\n....\n.*.*\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n....\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.*****\n.*****\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..........\n*...........*\n............*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........*\n*...........*\n*...........*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.*.*.\n.*.*.\n.....\n***..\n...**\n```\n\n\n## Output without wrap\n\n```\n**.*.\n...**\n.....\n*....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n...*.\n.....\n*....\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...**.\n....*.\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n..*..*\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n..*..*\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n**.**\n.****\n***.*\n.*.**\n.****\n*****\n.****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n.....\n.....\n*....\n.....\n.....\n*....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...*.\n*....\n.**..\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n**...\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n....*\n.**..\n.*..*\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**.*..\n.*...*\n.*...*\n....**\n**....\n*...*.\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n.*..*.\n.....*\n**..**\n**..**\n**....\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n***...\n.*..**\n.....*\n.*..**\n**..*.\n**...*\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*.**\n*.***\n***..\n...**\n.****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n**...\n**...\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n**....\n.*...*\n.***..\n```\n\n\n## Output without wrap\n\n```\n.**...\n**....\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**....\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n*.....\n.***..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n**.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n.**...\n.*....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n.*.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*....\n.*...\n.*...\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n**...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n***..\n**...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n......\n.**...\n*.....\n..*..*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*...\n..**.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n......\n.*....\n*.*..*\n*..*.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*....*\n..*..*\n.**..*\n*....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n..*.**\n.**.**\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*..*.\n..*.**\n.**.**\n.*..**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*****\n***.*\n..***\n****.\n....*\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*....\n....*\n.*...\n*...*\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..*.*.....\n.**..*....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*.*......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n.*.*......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*.**\n.***\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n*...\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..**\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n..**\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n*.**\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n..**\n****\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n*...\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n****\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*..*\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n..*.\n**.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n......\n**....\n..****\n...*..\n......\n*...*.\n**...*\n***..*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n......\n.*..*.\n.**...\n.*....\n*.*..*\n.....*\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n......\n......\n......\n*....*\n.**...\n.*....\n..*.**\n..*.**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....*\n....*.....\n..........\n..........\n..........\n......**..\n......*...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n......**..\n......**..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n......**..\n......**..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n...*\n*...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n.**\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n...\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n**......\n.....*..\n....**..\n...**...\n****....\n..*...**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....**..\n...*.*..\n.*...*..\n.*..*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**\n*.......\n....**..\n...*.*..\n.*...*..\n**..*..*\n..**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...*....\n....***....*\n*..**...*...\n...*.*.**..*\n....**.*.*.*\n..*......*.*\n```\n\n\n## Output without wrap\n\n```\n....***.....\n..*..***....\n...*....*...\n...*.*.*.**.\n...***.*.*.*\n........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****...*.\n*.*..***....\n*..*....*..*\n*..*.*.*.***\n*..***.*.*.*\n*.***.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*....\n.....*.****.\n**....***.**\n.*......*...\n****..******\n..*...*.....\n..****.**...\n```\n\n\n## Output without wrap\n\n```\n..........*.\n......*..*.*\n..........**\n**.....*...*\n.........**.\n..*.....*.*.\n...****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*......\n**..***...*.\n**........*.\n.*.....*....\n*........*..\n***..**.....\n..**.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..**..\n***.**\n....*.\n.**.**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n.***.*\n.**.**\n*.....\n*...**\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*.....\n***.**\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*.\n...*...*.\n...*..*..\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*.*.**.\n..*.*.**.\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.*......*\n.*......*\n.*......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.....*.\n....***\n*......\n*******\n*****.*\n*.*...*\n*..**.*\n.**...*\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n...*..*\n...****\n......*\n.......\n.....**\n.....**\n*.*....\n.*.....\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n...*..*\n...****\n.....*.\n.......\n.......\n.......\n..*....\n..****.\n..*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n****..*...\n...*..*...\n```\n\n\n## Output without wrap\n\n```\n*.........\n*..*......\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......\n*..*......\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n..*.\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n***.\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**.*\n*.........*.*\n..........*.*\n```\n\n\n## Output without wrap\n\n```\n.........***.\n.........***.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.*\n*.........*.*\n..........*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n....\n**.*\n.***\n..**\n*..*\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n....\n***.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n*...\n*...\n....\n*...\n.*.*\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.**..*..\n...**.*.\n...*...*\n.*..*...\n**......\n*.....*.\n.*......\n**.....*\n........\n.*.*....\n.......*\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n..****..\n...****.\n..**.*..\n***.....\n**......\n*.......\n.*......\n**......\n***.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..****..\n...****.\n..**.*..\n.**.....\n**.....*\n*......*\n.*......\n**......\n.**.....\n........\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.***\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.***.\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..\n....*.*\n......*\n....*.*\n...****\n...**..\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*...\n.......\n......*\n...*.*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.*.***.\n.*.....\n.......\n.*.*.**\n*....*.\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n....*\n.....\n.....\n.*...\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..**.\n.*.....*.*.\n..**.......\n...**....*.\n.*....*.*..\n.*....*.**.\n.......**..\n```\n\n\n## Output without wrap\n\n```\n........**.\n.*..*....*.\n..***...*..\n...**......\n..*..*..*..\n......*..*.\n.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*.\n.*..*....*.\n..***...*..\n...**......\n..*..*..*..\n......*..*.\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n...*\n*.**\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n..**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n*.**\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n****.\n***.*\n.***.\n*.***\n*****\n```\n\n\n## Output without wrap\n\n```\n*..**\n.....\n....*\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n......**\n*....**.\n........\n*.......\n*......*\n*......*\n```\n\n\n## Output without wrap\n\n```\n......**\n.......*\n.....***\n........\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*.......\n.....**.\n.......*\n*......*\n.*......\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n**.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n**...*.*\n*....*..\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n**...*..\n**..**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.*..**.*\n.*..**..\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....*.\n......\n......\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n......\n......\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n........\n........\n........\n........\n.......*\n.......*\n......*.\n........\n........\n........\n........\n..*.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n......**\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n......**\n........\n........\n........\n........\n........\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***..\n..**...*.\n......***\n....**..*\n..**...*.\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n..*.**...\n..*......\n......*.*\n........*\n......***\n..*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n**......*\n*.....*.*\n*.......*\n**......*\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.........\n...**.........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n...**.........\n...**.........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...**.........\n...**.........\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n......\n.**.*.\n..*..*\n*...**\n....*.\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.***..\n.*...*\n...*..\n...*.*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n.***..\n....*.\n...***\n...***\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n***.\n....\n*..*\n...*\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n*.*.\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n.*..\n..*.\n*..*\n..**\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n...***.\n...**..\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n.......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...**....\n..*.*....\n....*....\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n....**...\n...*.....\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...**....\n....**...\n...*.....\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n..**...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n...*\n....\n*..*\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n..**\n*..*\n*..*\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*..\n........*\n....**...\n.*.*....*\n...**....\n.......**\n*...*...*\n.*..**..*\n....*.*..\n.*....*..\n..*..*...\n**..*...*\n.......*.\n.*..*...*\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n.........\n..*..*...\n.....****\n..*...*..\n.....**.*\n...*...**\n...**.**.\n......**.\n.*.......\n..*......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.\n*...**...\n.........\n*.*..*...\n*....***.\n***...**.\n*....**..\n...*...**\n...**.*..\n......**.\n**.......\n***.....*\n.*.....*.\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n.**........*\n**..........\n............\n............\n..*.........\n...**..*....\n....**....*.\n..*......*.*\n*..*.....*..\n...***...*..\n*..*..***...\n```\n\n\n## Output without wrap\n\n```\n.*..........\n*.*.........\n*.*.........\n.*..........\n............\n...*........\n...*.*......\n............\n..*..*..***.\n.....***.**.\n.....*...*..\n..**.*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...**...\n...*.......*\n*.*.........\n.*..........\n............\n...*........\n...*.*......\n..........*.\n..*..*..**..\n.....***.*..\n.....*...*..\n.*.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n..****...*\n**.*..*...\n...*..*...\n....**....\n..........\n***.......\n```\n\n\n## Output without wrap\n\n```\n...**.....\n.*****....\n.*....*...\n..**..*...\n....**....\n.*........\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*\n.*****...*\n**....*...\n..**..*...\n....**....\n.*........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n**........\n*.......**\n*.......*.\n.****.....\n....**...*\n....*...*.\n....*..**.\n**.****...\n....*....*\n.....****.\n```\n\n\n## Output without wrap\n\n```\n**........\n..........\n*.......**\n*.**....**\n.*****....\n..*..*....\n...**..***\n......***.\n...*..***.\n...*....*.\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.*\n..........\n........*.\n*.**....*.\n******...*\n..*..*....\n...**..***\n......****\n*..*..****\n*..*....**\n*....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n***...\n..***.\n.*..*.\n**.**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*...*\n*...*.\n**...*\n**...*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**....\n*...**\n**....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*..\n.***.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n*..*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*...*\n*..**\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**..\n.*..\n..**\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n***.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*.*\n.*.*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..**.\n..***\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*.**.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...***\n*.....\n**....\n***..*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n**..*.\n..*...\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...***\n**..*.\n..*...\n..*..*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n**..\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n*.**.*\n.*.***\n*****.\n*.****\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*..**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******..\n..*....*.*\n...**...**\n....*....*\n.....**.*.\n.......*.*\n**...***.*\n.**.***...\n...*.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*******.\n..*....*.*\n...**....*\n...**..*.*\n.....*****\n.........*\n***.*..*..\n****....*.\n..**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*..\n..*....*.*\n*..**....*\n...**..*.*\n.....*****\n.........*\n.**.*..*.*\n.***....*.\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n.*.........*..\n..*.....*.....\n......***.....\n......*.......\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.......*......\n..............\n.......*......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n.......*......\n..............\n.......*......\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.*....\n.*.*.*\n**...*\n*....*\n.*...*\n*....*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n.*..*.\n***..*\n*...**\n**..**\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n.*....\n.*..**\n.**...\n....*.\n.*..*.\n.....*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....**..\n**..*.***.*\n*.*****.**.\n..*.*..***.\n...**......\n....**.....\n...**.****.\n.....**.*..\n....**.*...\n...*.****..\n**.......**\n*...*......\n...........\n.*.....**..\n```\n\n\n## Output without wrap\n\n```\n**....*.**.\n....*......\n*.*.......*\n.**...**.*.\n........*..\n......***..\n...*....**.\n...*.....*.\n...........\n.....*.***.\n**..******.\n**.........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......*\n....*......\n*.*........\n.**...**.**\n........*..\n......***..\n...*....**.\n...*.....*.\n...........\n*....*.****\n**..*******\n**.........\n...........\n**.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n*.*\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n.......*.\n*.....**.\n.**..*...\n.........\n....*....\n.........\n.........\n........*\n..*......\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......*.*\n.....*..*\n......**.\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......*.*\n*....*..*\n*.....*..\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n...\n.*.\n..*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n*.*\n***\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n..*\n**.\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.*.**.\n****..*..***\n...**..*.*.*\n......*****.\n...*.**.**..\n.****...*...\n.**..*..***.\n*...**..*.**\n```\n\n\n## Output without wrap\n\n```\n....***.*.*.\n***....**..*\n..*****.....\n...*..*.....\n..*.***.....\n....*.....*.\n**..**.**...\n....*****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...\n....****....\n..*****.....\n...*..*.....\n..*.***.....\n....*.....**\n..*....***..\n.......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*.**\n.*...\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*..\n.*...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n....**\n.**.**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n..*...\n..***.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n******\n.**...\n*.****\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.*..*.\n*..***\n.**.**\n******\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...***\n..*...\n*.....\n......\n*.....\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*..\n...**...\n*.*.....\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*......\n*.......\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.**.....\n****....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*...\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.....\n***.*\n.****\n..*..\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n...**\n.....\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n...*...\n...*...\n.......\n.*....*\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*.**\n.......*..\n*...*..***\n.*.***....\n***.**....\n.*..*.....\n...**.....\n..........\n.......*..\n**....*...\n.*****..*.\n........*.\n.**.****.*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.*.*..*...\n...******.\n......*.*.\n*.........\n**........\n...**.....\n..........\n..........\n**.*****..\n******.*..\n........**\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***....*\n.*.*..*...\n*..*******\n......*.*.\n*.........\n**........\n...**.....\n..........\n..........\n**.*****..\n******.*.*\n*.......**\n.**.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..\n**.*.....\n******...\n*.**....*\n.*.*...**\n..*...*.*\n***..***.\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n*........\n.........\n*......**\n.*.*....*\n*..*.*..*\n.***.*..*\n.*...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n*........\n.........\n.......*.\n.*.*.....\n...*.*...\n****.*...\n.*.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n...***\n***..*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n*.**..\n.**..*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..**..\n.**...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n......**.\n..*...**.\n..**.....\n..**.....\n.........\n**.*.*..*\n.****.**.\n*....*...\n.....****\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......**.\n..*...**.\n.*.......\n.*.**....\n**...**..\n**.*.*.*.\n*..*.*..*\n..****..*\n..*..*..*\n.....*.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......**.\n..*...**.\n.*.......\n*..**....\n.....***.\n.*.*.*...\n...*.*...\n******...\n***..*..*\n.....*..*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***......\n..***.........\n..**..**.*.*..\n.*...***...**.\n```\n\n\n## Output without wrap\n\n```\n...***........\n..*.*.*.**.*..\n.***..*...*.*.\n......***.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*......*..\n.**.....**.*..\n.**....**.*.*.\n.**....****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**...*\n.*....\n..*...\n......\n..*.*.\n.....*\n*..*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n*.*...\n.**...\n......\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**...\n***...\n..*...\n......\n...*..\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*.*\n*.****....\n*...*.....\n...**...**\n**.*.**...\n*.*..*..*.\n**.**....*\n.***...***\n...**.*...\n```\n\n\n## Output without wrap\n\n```\n.******...\n....***...\n..........\n...**.***.\n*..*.*.**.\n**.......*\n**..*..*.*\n**.*.*...*\n....*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*......*\n..........\n...**.****\n**.*.*.***\n........*.\n....*..*..\n....**.*.*\n*....***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.***\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n....***\n...*...\n.*..*..\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.\n.*.*.*.\n.*.....\n.*...*.\n.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n*******\n.......\n...*.**\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n...***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*..*\n.....*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n**.*..\n..**.*\n**.***\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.....\n**....\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*.*.*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n....*\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n........\n........\n........\n........\n...*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n........\n........\n...*....\n...*....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n.*..*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n**....*\n**....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*..**\n*....\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.****\n.....\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*****\n...*.\n..*.*\n.*.*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.**\n.*.*.\n.**.*\n*..**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n**...\n..**.\n.*.*.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n..........\n.......**.\n..........\n..........\n..........\n..........\n.*..*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**.\n...***.*\n*.**.*.*\n**...*.*\n..**..*.\n...*****\n*.......\n........\n*.......\n**.....*\n```\n\n\n## Output without wrap\n\n```\n......*.\n.***.*.*\n*.**...*\n*.......\n.*.....*\n.*.....*\n.......*\n.....*..\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.*.*....\n..**....\n.*......\n.*......\n**.....*\n.......*\n.....*..\n*......*\n..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n****\n***.\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*.*.\n..*.*.\n.*.*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.........\n.........\n.......*.\n*........\n.........\n.........\n.........\n.........\n.........\n*....*.*.\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.**\n*.*******\n********.\n*.***.**.\n**.*.**..\n*.*.*****\n**.**..**\n*.*.*****\n*.*..****\n.***.*.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.*.......\n*........\n*...*....\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n****\n*...\n....\n....\n....\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n*.**\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n..**\n....\n....\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n.**\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*..\n*..\n***\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..**\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*....\n*..*.\n.*.*.\n...**\n..*.*\n****.\n*...*\n...**\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n***..\n...*.\n....*\n....*\n*.*.*\n*...*\n...**\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n***..\n*..*.\n*...*\n.....\n..*..\n.....\n*..**\n..**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n**...\n**.**\n.***.\n...**\n..***\n**..*\n*****\n*..**\n****.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n..***\n***..\n.....\n***..\n.*...\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n..*..\n***..\n*....\n***..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n....\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n*..*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n***...*\n..*..*.\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n*......\n*.*..**\n*..*.**\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n..*..*.\n...*.*.\n***..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.\n*.******\n*.***.**\n**.*****\n******..\n*******.\n**..****\n******..\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n........\n......**\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.....*.\n****.....**\n****.*...*.\n```\n\n\n## Output without wrap\n\n```\n........*.*\n...**...*..\n........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*\n.......*..*\n.......*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n***.\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*...\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n*.**..\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n*****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.*.........\n**.........\n*..........\n```\n\n\n## Output without wrap\n\n```\n...........\n**.........\n..*........\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n**.........\n..*.......*\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n.........\n.........\n..**.....\n.........\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n...****\n.......\n.......\n.......\n..***..\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*.*.\n....**.\n....*..\n.......\n..***..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...*.*.\n....**.\n....*..\n.......\n..***..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n***\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n**.**\n**..*\n**.**\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.........\n.........\n.........\n.........\n**.......\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**.\n.*........\n.....*....\n..**...*.*\n*.......*.\n.......*..\n..........\n*....*....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.......*.*\n.......*.*\n........*.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.***\n.*.*\n..**\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n**.*\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n*.*.\n.*..\n..**\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.........\n.......*.\n......**.\n......**.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......**.\n........*\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......**.\n........*\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...**.\n......\n...*..\n...***\n**...*\n.....*\n.*....\n...**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..*...\n......\n..**..\n.**.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*...\n......\n..***.\n*.*.*.\n......\n..*.**\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..*....*.\n..****......*.\n..***.......*.\n```\n\n\n## Output without wrap\n\n```\n..*..*........\n.*...*.....***\n..*..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........***\n.*...*.....***\n.*.........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*....\n....*...*\n.*...*..*\n.*.******\n.....*..*\n.*....***\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.........\n.........\n.**......\n........*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n*....*...\n**.....**\n.**......\n*.**..*.*\n*...****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n..*\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n**.\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......*\n**...**...\n..........\n..........\n..........\n**....**..\n**...*****\n........**\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n..........\n..........\n**...*....\n**...*...*\n......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n.*.......*\n..........\n..........\n..........\n.*...*....\n.*...*....\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.***.\n..*..\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*...\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*...\n.***.\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n****\n*.**\n.***\n.*..\n.***\n..*.\n*...\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n***.\n.*.*\n.***\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*...\n****\n..*.\n....\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n......\n......\n..*...\n......\n*.....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..*...\n*....*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n*..*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n**..\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n*...\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.**\n.***\n**.*\n***.\n***.\n***.\n*.*.\n****\n...*\n**.*\n```\n\n\n## Output without wrap\n\n```\n**.*\n*...\n....\n...*\n...*\n...*\n...*\n....\n*..*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n...**.\n..*.*.\n..*.**\n*.....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n...***\n....**\n.**...\n..*..*\n..**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..*.**\n***...\n***.**\n.***..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n*.......\n.***....\n........\n........\n.....**.\n....*...\n**..****\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.**.....\n..*.....\n........\n.....*..\n....*..*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n***.....\n.**.....\n..*.....\n........\n.....*..\n*...*...\n*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.\n**..*..**\n..**...*.\n.*...**..\n.*.*.*...\n*.**.**..\n.*..**..*\n```\n\n\n## Output without wrap\n\n```\n**.....**\n*..*..***\n*.****.**\n.*.*.**..\n**.*.....\n*..*..*..\n.******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.****.\n...*..**.\n..****.*.\n.*.*.**..\n**.*.....\n*..*..*..\n...***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n*...........**\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n*...........**\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.\n..*..**\n..*.*.*\n....***\n..**...\n**...**\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n.******\n..*...*\n....*..\n..*.*.*\n.***...\n*....**\n***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n..*....\n*...*..\n..*.*.*\n.***...\n*....**\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**...*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n..*.**\n*..**.\n****..\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.**..*\n**....\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*...*\n**...*\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...*.\n****...**\n.*..*....\n..*.*..**\n***.*.**.\n*.....*..\n.**...*..\n```\n\n\n## Output without wrap\n\n```\n*..*...**\n*..**..**\n*...*....\n*.*.*.***\n*.*...*.*\n*..*..*..\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.\n...**..*.\n....*....\n..*.*.***\n*.*...*..\n*..*..*.*\n***...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*.**\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n..**.\n*..**\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*****.\n*.****\n******\n******\n**.***\n..*..*\n.*****\n******\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n**....\n**....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n..*.**\n***.*.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.....*\n*.....\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n*.***.\n.*.***\n..****\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n***...\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.....\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*.......\n........\n.*...*..\n.......*\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*..*\n...**\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*\n.........*\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*\n...*.*...*\n.....**...\n....**....\n....******\n....***...\n....**...*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....**...\n......**..\n........*.\n.......***\n...**..**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.*\n....*.**.*\n......**..\n........*.\n.......***\n..**...**.\n*.**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...*..*.*\n.*.**.*.***...\n.**.**..*.*...\n..*.....*..*..\n.......*...*..\n......*.....**\n*...**........\n*...*...*.****\n```\n\n\n## Output without wrap\n\n```\n******.**.*...\n........*.**..\n.*..**..*.**..\n.***...*****..\n.......*...*..\n.....**.....*.\n....**........\n....**.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...*.....\n........*.**..\n.*..**..*.**..\n.***...*****..\n.......*...*..\n.....**.....**\n*...**........\n...**....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..*.***.\n..*.*.**\n**..**.*\n.***..**\n*.....**\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....***\n...*.***\n.**.*...\n..*.**..\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....**.\n...*.*..\n..*.*...\n..*.**..\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n.****.\n...**.\n.*.*..\n.**.*.\n.*.**.\n*.*.**\n*.*...\n***.*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n*...*.\n*....*\n.*....\n.*....\n**..*.\n*.....\n*.*.**\n*.*.**\n*.*.**\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*....\n**..*.\n......\n*.*.*.\n..*.*.\n..*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n****.\n**.**\n```\n\n\n## Output without wrap\n\n```\n*....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*...\n.........*\n......****\n.**....**.\n...**.*...\n.**.....*.\n..........\n......*..*\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n......*..*\n......*..*\n..**.*...*\n...*....*.\n..**......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.....*..*\n*.....*..*\n..**.*...*\n...*....*.\n..**......\n..........\n..........\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**..\n*.**..*..*\n**.*******\n**.***.*..\n**.*..***.\n..**.*****\n.**.**.*..\n..**..*...\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n........**\n........**\n........**\n**........\n**.***....\n.*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n*.........\n***..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n*.*....\n*......\n*.*....\n..*..**\n.....**\n**.....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....**\n***..**\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n.*.....\n**....*\n.......\n**.....\n..*..*.\n.**...*\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......**.\n.***......\n*...**....\n.*.*.*....\n..*.......\n...*.*....\n...*......\n*........*\n.*......*.\n.*.......*\n.*........\n*.*.......\n.*.....***\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*****.....\n*....*....\n.***.*....\n..**......\n..***.....\n....*.....\n..........\n**......**\n***.......\n***.......\n*.*.....*.\n.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..\n*****....*\n*....*....\n.***.*....\n..**......\n..***.....\n....*.....\n*........*\n.*......*.\n.**.......\n.**.......\n*.*.....**\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n*.**\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n****\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n***\n...\n**.\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n***\n..*\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n.*.\n***\n...\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*....\n.....*..**\n........**\n*.*......*\n..**...***\n.....****.\n**.*...***\n......*...\n.*....*...\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n.***...*..\n.***.....*\n.*.**.....\n.....*...*\n***...*.*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**..*\n........*.\n..........\n****...*..\n****......\n.*.**.....\n*....*...*\n.**...*.**\n**...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n*...*.\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n..*.*\n...*.\n..**.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*..*\n....*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n***.*\n.....\n*****\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**........\n...*.........\n*..*.........\n```\n\n\n## Output without wrap\n\n```\n...**........\n..**.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***........\n..**.........\n..**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n...*.\n.....\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n*......\n.......\n.......\n.......\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n..*......\n.*.......\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..*.\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*...\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n..*...*\n...*...\n...*.**\n****.*.\n...*.*.\n....*..\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*..**.\n......*\n.*.....\n**.*.*.\n...*.*.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n....**.\n.......\n.......\n...*...\n.*.*.**\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n**.\n..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.****\n***..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...**\n*..**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n......*\n...*...\n...*...\n*..*...\n.....**\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n...***.\n...**..\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n......*\n...***.\n...***.\n......*\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**...\n...****...\n....***...\n..*.......\n.........*\n*...*...**\n*..***...*\n..*...**..\n.***......\n.*.*....**\n**.*...***\n.*.*****.*\n.*****..**\n.*.*....*.\n```\n\n\n## Output without wrap\n\n```\n...*..*...\n...*...*..\n......*...\n.....*....\n........**\n...***..**\n.*.*****.*\n.....**...\n.*.*...**.\n...**..*.*\n**.*.*....\n..........\n**.......*\n.*.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**..\n...*...*..\n......*...\n.....*....\n*.......**\n...***..*.\n**.*****..\n*....**...\n**.*...**.\n...**..*..\n.*.*.*....\n..........\n.*.......*\n**....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.......\n..........\n..*..*...*\n*.*.****.*\n**......**\n*.......*.\n..*..*.*.*\n...*......\n....**.*.*\n..*.*.***.\n...**.**..\n*...*.**.*\n...*..**..\n..*.......\n```\n\n\n## Output without wrap\n\n```\n.*........\n..*.......\n.*.***..*.\n*.******.*\n*....**..*\n*......*..\n........*.\n...*.*....\n....**.*..\n..........\n....*.....\n....*.....\n...*.****.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n*.*.......\n**.***..**\n..******..\n.....**...\n.......*..\n........**\n...*.*....\n....**.*..\n..........\n....*....*\n....*.....\n...*.****.\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n.**\n**.\n*..\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n..*\n..*\n..*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..**.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******..*..\n...**.*..**\n.........**\n**.......**\n*.*........\n***...***..\n.......****\n*.......*..\n.**........\n..*.....*..\n....*...*..\n```\n\n\n## Output without wrap\n\n```\n.**......*.\n.**.....*..\n**......*.*\n.*.....*..*\n*.*....****\n......*.*..\n*.....*....\n***....*...\n*..*.......\n.*.*.......\n..*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*...*\n.**.....*..\n........**.\n.......*.*.\n..*....****\n.*....*.***\n......*..**\n.**....*.**\n...*.......\n.*.**...*..\n....*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.....\n..*..\n.*.*.\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n..**.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n**.*\n****\n****\n****\n****\n****\n**.*\n***.\n****\n**.*\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n....\n....\n...*\n....\n...*\n....\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*..\n....*..*...\n...*.......\n...*.**....\n...........\n...........\n...*.*.....\n...*.*.....\n........*..\n......*.*.*\n.....*....*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....**.....\n....**.....\n...........\n...........\n...........\n...........\n........*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n....**.....\n....**.....\n...........\n...........\n...........\n...........\n........*..\n......**...\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*...\n..****.*.\n.***.***.\n*.....***\n**..*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.**..\n.......*.\n.*.......\n*..**...*\n**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.......*.\n**.......\n...**....\n.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n.*...*\n.**.*.\n***...\n```\n\n\n## Output without wrap\n\n```\n***.**\n.....*\n...*..\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..**..\n.****.\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n......*.\n*.......\n........\n........\n........\n........\n........\n.*......\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n......\n**.**.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n*...*.\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n****..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*..**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****..\n*....*..\n*...*.*.\n.***.*..\n...***..\n....*...\n.....*..\n```\n\n\n## Output without wrap\n\n```\n.*.***..\n*.....*.\n*.***.*.\n.**...*.\n.....*..\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**.\n*.....*.\n*.***.**\n.**...*.\n.....*..\n...*....\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n.*..*.*.\n*.*..**.\n```\n\n\n## Output without wrap\n\n```\n...***..\n..**..*.\n..*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*......\n.*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.......\n....***.......\n.....*........\n........*.....\n**..*..**.....\n**.**........*\n.*.**........*\n***.**...*.***\n*.***...*.**..\n..............\n............*.\n.....*.*...*.*\n..*.*.**...***\n.*.*.**....**.\n```\n\n\n## Output without wrap\n\n```\n..............\n...**.**......\n....*.*.......\n.**.....*.....\n.****.***.....\n.****.........\n............*.\n.*..**...*.*..\n.*.***...*.*..\n...**......**.\n...........**.\n...**.*....*.*\n..*....**.**.*\n..*..***....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.........\n...**.**......\n....*.*.......\n..*.....*.....\n*.***.***.....\n*.***.........\n..............\n....**...*.*..\n...***...*.**.\n...**......**.\n...........**.\n*..**.*....*.*\n***.*.*...**.*\n**..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n.**...\n*****.\n```\n\n\n## Output without wrap\n\n```\n*.**..\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.....\n.*...\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n..**.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.******\n***.****\n.*******\n****.***\n***.****\n*******.\n********\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n**..*.\n*..***\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*..\n*..*.*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n*.*\n***\n***\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n.***\n.*..\n.*..\n..*.\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n**..\n.**.\n...*\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n***.\n.*..\n.**.\n*..*\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n...\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..*.*.\n..***.\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n.**.**\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**.**\n......\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n............\n..***.......\n*...........\n............\n............\n.***........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n..***.......\n............\n............\n............\n.***........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n..***.......\n............\n............\n............\n.***........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**\n..**...\n..*.*..\n.**.**.\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n.***...\n....**.\n....**.\n..*...*\n..*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*...***\n....**.\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*...**\n*...**\n**....\n...*..\n...*.*\n....*.\n*..**.\n*..**.\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n**.*..\n**..*.\n.**.*.\n...**.\n....*.\n......\n.....*\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n....*.\n**.**.\n**..*.\n*.*.*.\n...*..\n......\n......\n....**\n....**\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.***\n..***\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..**\n..**\n**..\n*..*\n.**.\n....\n.*..\n***.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n...*\n**.*\n*...\n.**.\n.**.\n***.\n***.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n.*..\n...*\n****\n.**.\n***.\n***.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n....*..*.\n*..**...*\n..**.*...\n....*..*.\n**...***.\n*.*.*...*\n```\n\n\n## Output without wrap\n\n```\n....*....\n...***...\n..*..**..\n.....**..\n*......**\n*.......*\n**......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n*.*...***\n*.*..****\n.....**.*\n.........\n.........\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n*.*.*.\n..**.*\n*..*..\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**.*.\n......\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n*.**.*\n*....*\n*....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.\n....**.\n..**.*.\n..****.\n**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n......*\n..*.***\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n.......\n**....*\n***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n******\n....**\n**....\n**.*..\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*.**\n...*..\n*.**..\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.....\n**.*...**\n***...***\n***.*...*\n.**.*...*\n**.**.**.\n```\n\n\n## Output without wrap\n\n```\n*.**.....\n...*..*.*\n......*..\n.....*..*\n....*...*\n**.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n...*..*..\n......*..\n.....*...\n....*....\n....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**...\n**.**.*.*.\n...*.*..**\n*..**.***.\n**.***....\n.***..***.\n*.*...*.*.\n.*.*.***.*\n.*.*...***\n*..**....*\n```\n\n\n## Output without wrap\n\n```\n.********.\n*..*..*.**\n..*...*...\n.......***\n**....*..*\n..........\n**.**...**\n...*.**..*\n*....**..*\n.****...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*.\n......*...\n***...*.**\n**.....*.*\n**....*.*.\n.........*\n...**.....\n**.*.**...\n.......*..\n..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n.......\n*..*..*\n..*....\n*......\n.......\n.*..***\n**..*..\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n.......\n.....*.\n**..**.\n*****..\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n.......\n**....*\n.......\n*....**\n.*..***\n.****.*\n.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**......\n...*.....\n.**......\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n.....*.*\n.....*.*\n......*.\n........\n........\n........\n........\n.....**.\n.....**.\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....**.*\n.....*.*\n......*.\n........\n........\n........\n........\n.....**.\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n....**.*\n.....*.*\n......*.\n........\n........\n........\n........\n.....**.\n.....**.\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n***.*\n**.**\n***..\n*****\n*.***\n*****\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n.....\n....*\n.....\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.****.\n**...*\n*.*..*\n.*..**\n*...**\n.*****\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**.*\n.*.*.*\n*.*.*.\n*.*...\n*..**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n....**\n...**.\n..*...\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.*..*\n*.***\n.**..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n**.**\n*.*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.**......\n.........\n.**......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..*.*\n..******.**.*\n*.***....*.*.\n*...******.*.\n```\n\n\n## Output without wrap\n\n```\n..*.**.*.**..\n.*.***.*.*..*\n.**.*....****\n.....****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......**.\n..*...*....*.\n..*........*.\n..**..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n....\n....\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.....**..\n***.*.........\n..**........*.\n**...........*\n*.............\n..............\n*.......*....*\n*......*.**..*\n........**....\n*.............\n**.........*.*\n.*.......***..\n*.......**....\n```\n\n\n## Output without wrap\n\n```\n*.*.*.........\n*...*......*..\n...*..........\n***...........\n**............\n..............\n........**....\n.......*..*...\n........***...\n**............\n**.........**.\n.*......**.**.\n........**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*....**..*\n*...*......*.*\n...*..........\n***..........*\n**...........*\n*............*\n*.......**...*\n*......*..*..*\n*.......***..*\n**...........*\n.*.........***\n.*......**.***\n*.**....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.**\n****\n*.**\n**.*\n****\n****\n.***\n**.*\n.**.\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n....\n....\n....\n....\n....\n....\n....\n....\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*...\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.....*\n**..**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n..**..\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*...**\n.*....\n.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*.*\n*......*...*\n.....***..*.\n.....*..**..\n.*.....*....\n....*.......\n............\n............\n.....*......\n............\n..*.........\n```\n\n\n## Output without wrap\n\n```\n..........*.\n.......**..*\n.....*.*.**.\n.....*..**..\n........*...\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........**\n*......**..*\n.....*.*.***\n.....*..**..\n........*...\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n****.*\n******\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n*...**\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n*...\n****\n...*\n****\n..*.\n*..*\n.*.*\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*..*\n****\n....\n.*.*\n*...\n.*.*\n**.*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n....\n.**.\n....\n**..\n....\n**.*\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*...*\n*.....\n.*....\n***..*\n```\n\n\n## Output without wrap\n\n```\n**....\n.*....\n**....\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n**....\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.....*\n.*....*......\n.*...*...*...\n..........*..\n.......***...\n...*.....*...\n...*...**....\n....*...**...\n.............\n....*.***....\n....*.*......\n....*.*......\n```\n\n\n## Output without wrap\n\n```\n***..**......\n***...*......\n.............\n..........*..\n........*.*..\n.........**..\n.......*.*...\n....*.**.*...\n.........*...\n....*.**.....\n.....***.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*........\n****..**.....\n.............\n..........*..\n........*.*..\n.........**..\n.......*.*...\n....*.**.*...\n.........*...\n....*.**.....\n...**........\n***..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.**.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*********\n**************\n.****.***..***\n******.*******\n**************\n***.**********\n.********.****\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n..............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n.*..*.\n******\n.***.*\n......\n```\n\n\n## Output without wrap\n\n```\n*****.\n......\n*....*\n*....*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n......\n......\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**...\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..*.\n*.*..*.**.\n***..**.*.\n```\n\n\n## Output without wrap\n\n```\n...*******\n..***....*\n..*..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***.\n*.....***.\n*.....***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*....\n..*..\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*.**.\n**..*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n**...*\n****..\n```\n\n\n## Output without wrap\n\n```\n***...\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n.*.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n......**..\n......*...\n...*.**...\n**..***..*\n**..**...*\n*...*..*..\n.....***..\n....***...\n..........\n```\n\n\n## Output without wrap\n\n```\n......**..\n.......*..\n..........\n.**.......\n.***......\n...**..**.\n.......**.\n......**..\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n.......*..\n..........\n***.......\n****....**\n...**..*..\n*......*.*\n*.....**.*\n..........\n....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n**...*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n*.....\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*\n.*.*..*\n*......\n**....*\n.*.....\n.....*.\n*.....*\n.*.*...\n...**.*\n*..*.**\n.....**\n**.**.*\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n**...*.\n..***..\n..*....\n**.....\n.......\n...**..\n..****.\n.....*.\n.*.**..\n*......\n.......\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n.*....*\n.****.*\n.**....\n.*...**\n.*...*.\n.*.**..\n..***..\n*.....*\n**.**..\n.......\n*...*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.**\n.*........\n.*........\n....*...*.\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n..........\n..........\n........*.\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*....*\n.*..**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n*...**\n.*.*..\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......*...\n..........\n.**.......\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.**\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n.*.*.....\n.*.**....\n.........\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n......**..\n...*.*.*..\n..***.***.\n...**...**\n.......**.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n......*...\n..**.*.*..\n.**...*...\n...*.**..*\n.....*****\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n......*...\n..**.*.*..\n.**...*...\n*..*.**..*\n.....*****\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*.**.\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.***.\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***......\n*.**.**..*\n.**..*.*.*\n.....*..*.\n*....*....\n......*...\n..*...*..*\n...*...*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n*....**.*.\n.***.*.*.*\n.*..**..*.\n.....**...\n.....**...\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*...\n.....**.**\n.***.*.*.*\n**..**..**\n.....**...\n.....**...\n......**..\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**.....\n..**.....*..\n.*.......*..\n.**......*..\n*.*.....*.**\n.***..***.*.\n..*.*.*****.\n.***....*...\n.*..**..*...\n```\n\n\n## Output without wrap\n\n```\n..**........\n.***........\n.*.*....***.\n*.*.....**..\n*.......*.**\n.....**.....\n....***...*.\n.*....*.....\n.*.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**.....\n.***........\n.*.*....***.\n..*.....**.*\n*.......*.**\n*....**.....\n....***...*.\n.*....*.....\n.*..****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....*\n.......*.\n...*..***\n*...**.**\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n......*..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.**...*..\n..*...*..\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n***...\n..**.*\n*..*..\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n**..*.\n*.....\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n......\n.***..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n.....*...*\n....***...\n..*.*.**..\n.**.****..\n..**.....*\n*...******\n.*.**....*\n..*.*.**..\n```\n\n\n## Output without wrap\n\n```\n.....**...\n..........\n...**..*..\n.**.......\n.*..*..**.\n..*......*\n.*...***.*\n.**......*\n..*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n..........\n...**..*..\n.**.......\n.*..*..**.\n..*......*\n.*...***..\n.**......*\n..*.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.......\n.......\n.......\n.......\n.......\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**...\n.....\n..*..\n*....\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.....\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*....\n.*...\n.....\n.**.*\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*.*\n....\n....\n****\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*.*.\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.....**...\n.....*.***\n*....***.*\n....*.....\n..*.......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....****.\n....*....*\n....**.*.*\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....****.\n*...*....*\n*...**.*.*\n.....**...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n..*...\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*....\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.....*\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...*.**\n..*.*.*..*..\n*.*..**.****\n....*......*\n**...*.**...\n.***.*..**.*\n**.****.....\n.....*..*...\n```\n\n\n## Output without wrap\n\n```\n.*****......\n*.*.*.*.....\n**..*.***.*.\n*.***......*\n****.***..*.\n...*.*......\n..*.***..*..\n.....**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*...****\n..*.*.*.....\n**..*.***...\n.****.......\n*.**.***...*\n.*.*.*.....*\n**.**.*.....\n.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.....\n.....\n.*..*\n.**.*\n...**\n...*.\n*....\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n.*..*\n..*.*\n...**\n***..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n**.*.\n....*\n***.*\n.*...\n.**..\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...*..\n**.***\n***.**\n.**...\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*.**.*\n...**.**...*..\n......*....**.\n**.....*......\n*****.***.....\n..*****.**....\n.**.....*.....\n**......****..\n.*......*...**\n.*.*.**.*.....\n*.****.*......\n*.*.*.*.......\n*.**.*.......*\n```\n\n\n## Output without wrap\n\n```\n...**..*..***.\n...*****......\n.....**....**.\n*..*.*..*.....\n*........*....\n*.....*..*....\n*...**........\n*......**.***.\n.*......*.***.\n**.*.**.*.....\n*......*......\n*.....*.......\n..****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***..**.*\n...*****......\n.....**....**.\n*..*.*..*....*\n*........*....\n*.....*..*....\n*...**........\n.......**.****\n.*......*.****\n.*.*.**.*....*\n*......*......\n*.....*.......\n*.*..*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*....*\n***.**\n.****.\n...**.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*...**\n*....*\n*.....\n.*....\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n......\n......\n.*...*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n*....*.\n.***...\n...**..\n.....**\n*.***.*\n.....*.\n**....*\n.......\n**.*..*\n...***.\n*...**.\n```\n\n\n## Output without wrap\n\n```\n....**.\n.....*.\n.***...\n...***.\n..*...*\n...**.*\n*.*****\n.......\n..*....\n..**.*.\n****..*\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n.....**\n.***...\n...***.\n*.*...*\n*..**..\n..****.\n*.....*\n..*....\n*.**.**\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.***\n******.*.\n..***.***\n*********\n```\n\n\n## Output without wrap\n\n```\n*.....***\n*........\n.........\n.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n...\n...\n*.*\n...\n***\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n.**\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n...\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n..*\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*..*\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.\n**..****\n**.*****\n**..****\n```\n\n\n## Output without wrap\n\n```\n*.**...*\n........\n...*....\n****...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*....\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n***\n...\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n.**\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n***\n...\n***\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n.*.*\n....\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n...*\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n*..*\n....\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.*****\n.**.**\n**.*..\n**.**.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n.....*\n.....*\n...*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...*..\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*\n**......**\n........*.\n**.....*..\n```\n\n\n## Output without wrap\n\n```\n.........*\n.......*.*\n.......***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n*......*..\n.......**.\n*......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n..**\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*.*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*.*.\n**.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n..*..\n..*..\n.*..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n..*..\n.***.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n..*..\n.***.\n**...\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*..*\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n.*..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*.**\n**........\n.*.*.....*\n....*..*..\n..........\n..........\n.....*....\n..........\n*.........\n.........*\n.....*....\n```\n\n\n## Output without wrap\n\n```\n**........\n..........\n**........\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.........*\n**......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n....\n....\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*....\n........**..\n.**.....*.**\n*.*.........\n....**......\n```\n\n\n## Output without wrap\n\n```\n.......**...\n.......*..*.\n.***...**.*.\n.***........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*...\n**...**...*.\n..**...**...\n..****....*.\n......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n....*\n..*..\n*....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*..*.\n.....\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n***..\n*.**.\n**.**\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n...**\n*.***\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n....*\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n...*....\n....**..\n...*..*.\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...***..\n...***..\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...***..\n...***..\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.*.*....\n*..*....\n..*....*\n.......*\n.**....*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n..*.....\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n***....*\n......*.\n.*....*.\n**.....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*..*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*.\n**....*\n*..*.*.\n*.*****\n.*...*.\n.*.***.\n***.*..\n.*.****\n**...*.\n```\n\n\n## Output without wrap\n\n```\n*......\n*.*.***\n*..*...\n*.**..*\n**.....\n...*.*.\n*.....*\n...*..*\n***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..*.**.\n...*...\n*.**...\n.*.....\n...*.**\n.......\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n........\n........\n........\n........\n...*....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.***\n*..**\n*...*\n***.*\n***..\n.....\n*....\n.**..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*..\n*.*..\n..*..\n..*..\n..**.\n*.*..\n***..\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n.***.\n.***.\n.**..\n.****\n*****\n***..\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n...*\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..**\n**..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.........\n.........\n.........\n.........\n....*.*..\n.........\n.........\n....*....\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.*.**.\n*....*\n```\n\n\n## Output without wrap\n\n```\n**...*\n**...*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....***..**.\n...*........**\n.*......*...**\n......*..**...\n..*...**..**..\n```\n\n\n## Output without wrap\n\n```\n............*.\n........*.*...\n.......*...***\n......*......*\n......**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*....\n.......**.****\n.......*...***\n........***...\n.....**.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*\n***......\n..*......\n..*......\n.........\n.........\n.........\n.**......\n.........\n.........\n.......*.\n.......*.\n*.......*\n.*......*\n```\n\n\n## Output without wrap\n\n```\n*.*......\n*........\n.***.....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n.***.....\n.***.....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n*.....*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**...\n*.*..\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*..**\n**..*\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n......\n*.**..\n...*..\n.*.*..\n**.***\n.**.**\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..***.\n**..*.\n**.*..\n*...*.\n*.**.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..***.\n**....\n*..*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.......*.\n**........**.\n.*.*...**..*.\n....*****..*.\n.**..**..***.\n.*.***...*..*\n*.**.**......\n**..**.**....\n**.*.*....*..\n.*.*.*.*...*.\n```\n\n\n## Output without wrap\n\n```\n***.......**.\n*..*......***\n***.**..**.**\n.*.**......**\n.**......*.**\n*........*.*.\n*......**....\n.......*.....\n...*.*.**....\n**....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......*.\n*..*......**.\n***.**..**.*.\n.*.**......**\n***......*.**\n.........*.**\n.......**...*\n.......*....*\n...*.*.**...*\n...*..*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n..*...*.*\n*.***..**\n.******..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n......*.*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.*.....*.\n.........\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.**..\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.*\n**.*.**.*\n**.**..*.\n```\n\n\n## Output without wrap\n\n```\n.***.*.*.\n.........\n....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.*\n.*.***.\n..*****\n****..*\n..*..**\n***.***\n*.****.\n*******\n.......\n```\n\n\n## Output without wrap\n\n```\n*.**...\n...*...\n**.....\n.......\n.......\n.......\n.......\n.*****.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...\n.*.*...\n.......\n.......\n.......\n.......\n.......\n.......\n..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..**\n*...*\n**..*\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n..***\n**.**\n***..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.**..\n..*..\n.....\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n**....\n**...*\n*....*\n.....*\n..*...\n.**...\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n......\n**..**\n......\n.**...\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..*..*\n......\n.*..*.\n*....*\n.**...\n.**...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n***..\n.....\n.....\n.....\n.....\n*...*\n**..*\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n.*...\n.....\n.....\n.....\n**...\n*.**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n.*...\n.....\n.....\n.....\n.*..*\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n.*..*.**\n.....*..\n*...***.\n****.**.\n*****.*.\n.....**.\n....**.*\n*....***\n.**....*\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n.......*\n*.**....\n.......*\n*......*\n.**....*\n....*..*\n.*..**.*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n*...****\n*.......\n*.**....\n........\n*.......\n***.....\n*...*...\n.*..**..\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.....**.*..\n.....**.*..\n.....**....\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.....**....\n....*......\n.....***...\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.....**....\n....*......\n.....***...\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*..**\n*....\n**..*\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*.*.*\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..........\n.***..........\n..............\n..............\n............**\n...........***\n.........***..\n..........**..\n```\n\n\n## Output without wrap\n\n```\n.*.*..........\n.*.*..........\n..*...........\n..............\n...........*.*\n.............*\n.........*....\n.........*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..........\n.*.*..........\n..*...........\n..............\n...........*.*\n.............*\n.........*....\n..*......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.**......\n......***\n*........\n......*.*\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n......***\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.*....*.\n**....**.\n**.....*.\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*....\n.*..*...\n*.**....\n........\n*.*...*.\n.*...*..\n..*.....\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*.*....\n.*..*...\n...*....\n.*.*....\n.***....\n....*...\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n...**...\n.*.*....\n**..*...\n*..*....\n**.*....\n.***....\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n*.....*\n***...*\n**...*.\n....***\n...**.*\n.*.*...\n***....\n**...**\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n*....**\n..*..**\n*.*.*..\n...*..*\n..**..*\n**.**..\n.......\n..*..**\n**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.....*.\n..*..*.\n..*.*..\n...*...\n*.**..*\n.*.**..\n.......\n..*..*.\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n..**\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..**\n....\n....\n...*\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*..\n....\n....\n....\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*...*.\n.*.*..\n...*.*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n***...\n***.**\n.***..\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n.*.\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****....\n..****....\n..**.*....\n```\n\n\n## Output without wrap\n\n```\n..*..*....\n.*....*...\n..*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...\n.*....*...\n.*....*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*.***.\n*...*.\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*....\n......\n*.**.*\n**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n....\n....\n**..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n************\n.*********.*\n************\n.***********\n*******.**.*\n************\n******.*****\n************\n**.****.****\n**.*.*.**.**\n***.*.******\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n*...........\n............\n............\n............\n............\n............\n............\n............\n*.*****....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.*.*.*.\n..*..*.\n.**....\n*..*..*\n..*....\n**....*\n**....*\n*...*..\n```\n\n\n## Output without wrap\n\n```\n...****\n..*...*\n.*...*.\n.......\n...*...\n..**...\n.......\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n..*...*\n.......\n**....*\n*..*..*\n.***...\n.......\n**...**\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n.......*.*\n..........\n..........\n..........\n..........\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n........*.\n..........\n..........\n..........\n..........\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..*...\n....**\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.*..*.\n....*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n....\n....\n.**.\n....\n....\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n*.**\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n....\n....\n....\n*.*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n...\n*.*\n...\n...\n...\n*..\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n...\n...\n...\n...\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n***\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n**..\n....\n.*.*\n.*.*\n....\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.**.\n....\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n*.....*\n*.....*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n*.....*\n*.....*\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n.*.\n*.*\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n*.*\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n*.*.**\n.*****\n*.*.*.\n**.***\n```\n\n\n## Output without wrap\n\n```\n.*****\n*.....\n*.....\n*.....\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n.........\n.........\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*........\n....**.......\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n....**.......\n....**.......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.......\n....**.......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**\n..*.**.\n..**...\n***....\n.*...*.\n......*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n....***\n...*..*\n...***.\n*.**...\n***....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n...****\n...****\n****...\n.**..**\n.*...**\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n**..*.*\n***.*..\n.......\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n**.....\n...*.*.\n*.**.*.\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n...*.**\n..**.**\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n*.*.....*\n......*..\n.........\n...**....\n*........\n.*.*.....\n.*....*..\n.......*.\n...*.....\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n***......\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.........\n.........\n.........\n.........\n..***....\n***......\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..*.*\n**..*.*.***\n..**..**..*\n***..*.****\n...**..****\n.******.***\n*****.****.\n*****.*..**\n*.****.****\n***..**.**.\n*.*****..**\n**.*.**.**.\n...**.*****\n```\n\n\n## Output without wrap\n\n```\n*.****.**.*\n*...*.*.*.*\n...**......\n.*...*.....\n*..........\n*..........\n...........\n...........\n...........\n*..........\n..........*\n**.........\n..***.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*........\n....*.*.*..\n...**......\n.*...*.....\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.*.........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n*..\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.*...\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.*..*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.**.\n**********\n..********\n*.*****.**\n********.*\n***.******\n```\n\n\n## Output without wrap\n\n```\n..*......*\n..........\n*.........\n*.........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n.*....\n**....\n**....\n```\n\n\n## Output without wrap\n\n```\n***...\n......\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n..*...\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n.**.\n*..*\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.**.\n****\n****\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*..*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.**..\n****.*....**\n.**.........\n*..***.....*\n**.**..*..*.\n**.*.*.*.**.\n*.**.*..*..*\n*.*.*****...\n*..****..*..\n.*..***.**.*\n```\n\n\n## Output without wrap\n\n```\n.**......**.\n.**.........\n....*....***\n............\n......*.*..*\n............\n.*.........*\n*.......*...\n..**........\n.......**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***....**.\n....*....***\n*...*....*..\n...........*\n......*.*..*\n...........*\n..........**\n*.......*...\n*.**....***.\n****.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n***..\n*....\n..*..\n*.*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n..*..\n..**.\n.***.\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n*.*..\n..*..\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n**....\n...*..\n...**.\n*...*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*...*.\n.*...*\n.*....\n******\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**....\n.*....\n**....\n***...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.....*.*\n*.....*.\n........\n..*.....\n.*..*...\n........\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n......**\n......**\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n...*.*.\n.****.*\n.*.****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n***..**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n.**..**\n.**..**\n.**..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n**.\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*.*..\n*.*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**.*\n....*...*.\n.....****.\n..........\n..........\n....**....\n```\n\n\n## Output without wrap\n\n```\n........*.\n.....*...*\n.....*..*.\n.....*..*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..***.\n....*....*\n.....*..*.\n.....*..*.\n.......*..\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*..\n*....*..**..\n....*.......\n.*.*....*..*\n..*.....*...\n...**...*...\n..........*.\n.*..........\n```\n\n\n## Output without wrap\n\n```\n........**..\n.......*..*.\n...*....**..\n..*.*..*....\n..*.*...**..\n...*.....*..\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..\n.......*..*.\n...*....**..\n.**.*..*....\n..*.*...**..\n...*.....*..\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..***\n...*.\n.....\n.....\n**..*\n.*..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n..***\n..*.*\n..***\n.....\n.....\n**...\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*.*\n..***\n.....\n*....\n.*..*\n.*.*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...*\n..*.....*.\n....*.....\n..*...*...\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*....\n...***....\n...*......\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.**\n**.***..\n***.*...\n***.....\n.***.**.\n...**...\n********\n**.*....\n```\n\n\n## Output without wrap\n\n```\n*.*...*.\n......*.\n....**..\n....**..\n*....*..\n*......*\n*....**.\n*..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n......*.\n....**.*\n....**.*\n*....*..\n........\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n*.......\n.....***\n*......*\n.....***\n......**\n*..**..*\n...**..*\n**.....*\n.*....*.\n*.*...**\n*..*..*.\n.***...*\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n......**\n......*.\n........\n...*..*.\n.*.....*\n*.......\n*.......\n*.**....\n..**.*.*\n*..**...\n*..*..**\n*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n.......*\n........\n........\n...*....\n.*......\n......*.\n*.....**\n*.**....\n.***.**.\n...**.*.\n.*.*.***\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n...**..\n.......\n.......\n.......\n.......\n.......\n.....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n.**...\n******\n**....\n....**\n****.*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n......\n...**.\n*.....\n...***\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n...***\n......\n...**.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.*.**\n*.***\n*.*..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*.*.\n*...*\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n..***\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.....\n...*.\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*...**\n******\n.*....\n.***..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..***.\n.*.**.\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..**..\n..**..\n...**.\n**.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**.....*\n.........*..*.\n............*.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*..\n*..........*..\n*..........*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*...**\n*.**..\n*.****\n```\n\n\n## Output without wrap\n\n```\n....**\n.*.***\n*.*...\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**.**.\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n**.\n*.*\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n*.*\n*..\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n*.*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n.*.\n*..\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n**.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.*.\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.**...**...\n.....*.....\n........**.\n**.*..*...*\n***.*.....*\n*...**..*..\n.........*.\n......*....\n```\n\n\n## Output without wrap\n\n```\n...........\n......*....\n......***..\n.........*.\n*..*......*\n..*.*....*.\n*..***...*.\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n......*....\n......***..\n*........**\n...*.......\n..*.*....*.\n*..***...*.\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n.**...\n...*..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n...*..\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n...*..\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...**\n*...*\n**.*.\n*****\n*....\n.****\n*...*\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n***.*\n.....\n...**\n*....\n*****\n*...*\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...*.\n.**..\n.....\n...*.\n.....\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........**\n...*......*.*\n....*........\n.***..*......\n.*...........\n..*.........*\n...*.........\n.......*.....\n..*...*......\n...*.........\n......*.*....\n*...*......*.\n```\n\n\n## Output without wrap\n\n```\n...........**\n............*\n....*........\n.***.........\n.*.*.........\n..*..........\n.............\n.............\n.............\n.......*.....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*..\n*...........*\n....*........\n.***.........\n**.*.........\n..*..........\n.............\n.............\n.............\n.......*.....\n.............\n*..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.......\n.*.*...*..*...\n...*.*.*.****.\n.......*.**...\n..........*...\n*......*......\n```\n\n\n## Output without wrap\n\n```\n........**....\n.......***....\n.....***.*....\n.......***....\n.........*....\n.........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*....\n.....*...*....\n.....***.*....\n.......***....\n.........*....\n.......***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n......*\n.......\n.......\n.......\n**.....\n.*..*..\n.....*.\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n**.....\n**.....\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n.......\n*....*.\n.......\n...**..\n....*..\n...*.*.\n.*****.\n.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...**..\n...***.\n.....*.\n....**.\n..*..**\n..*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n...**..\n...***.\n.....*.\n*...**.\n***..*.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*...\n****.*.*...\n*...**..*..\n*..**...*.*\n..**.***...\n...***.*..*\n..*..*.*.*.\n.**..*..**.\n**....*.**.\n.**.*.....*\n*.**.*....*\n.****.*****\n*...*..*..*\n.**..*****.\n```\n\n\n## Output without wrap\n\n```\n*...*......\n*..*.*...*.\n*..***.....\n.**.......*\n.**....*.*.\n.**....*..*\n.**.....***\n*.**.*.*..*\n.*.*.*....*\n..........*\n....*...*.*\n**......*.*\n**........*\n.....*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..**.\n****.*...**\n...***.....\n..*........\n..*....*...\n..*....*...\n***.....*.*\n*.**.*.*.**\n...*.*.....\n...........\n....*...*..\n........*..\n*...*.*****\n**.*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n**..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**.*\n*.**\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n**.*.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n*..**..*.\n**.***..*\n*.*......\n...***..*\n..**.**..\n.....*.**\n.**...*.*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n******...\n*..*.....\n*....**..\n.*.*.....\n.*.*..**.\n...***..*\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*.....\n.....**..\n.*.*.....\n...*..***\n.*.*.**..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n......*.\n.**.**..\n..*.*...\n........\n......*.\n..******\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n.**.***.\n*.......\n.**.**..\n..*...*.\n...*...*\n........\n..*....*\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n....**..\n.......*\n.**.**..\n..*...*.\n...*...*\n.*......\n........\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*........\n***..***.....*\n*.*..*.*..*..*\n*.*....*.....*\n.*...*........\n.***......**..\n.*...*.......*\n*....**.*..***\n*.**..*****...\n.....*.....*.*\n.....*.*......\n..........*.*.\n.....*.....**.\n```\n\n\n## Output without wrap\n\n```\n.*.****.......\n*....*.**.....\n*.***..**.....\n*.*.*.........\n*.**..........\n..***.........\n..*...*..**..*\n*.*...***....*\n.*......*....*\n....**..*...*.\n......*...***.\n.............*\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**....**.\n.*...*.**....*\n..***..**.....\n..*.*.........\n..**..........\n*.***.........\n***...*..**.*.\n..*...***...**\n.*......*.....\n....**..*.....\n......*...***.\n.....*........\n...***.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n***..\n*....\n.*...\n..*..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.*.*\n*.*..\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*..*\n....\n....\n....\n*...\n**.*\n**..\n....\n...*\n*..*\n*..*\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n.*..\n..*.\n.**.\n.*..\n....\n..**\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n.*..\n....\n*...\n**.*\n....\n.*..\n....\n**.*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n***\n***\n.*.\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*...**\n*..*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***.*\n***.*\n...**\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*.*\n.....\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n....*\n..*.*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*...*\n*...*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....*.....\n**.....**....\n.............\n.............\n............*\n...........**\n........*....\n```\n\n\n## Output without wrap\n\n```\n*.*....**....\n*.*....**....\n.............\n.............\n...........**\n...........**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*.....\n*.*....**....\n.............\n.............\n...........**\n...........**\n**..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..*.\n.**.\n*...\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..**\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*..*\n*...\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n...***\n....*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*..\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........**.\n..........*..\n........**...\n........**...\n...........**\n...*.......**\n...........**\n```\n\n\n## Output without wrap\n\n```\n..........**.\n.............\n........*....\n........*....\n.............\n..........*..\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*..\n..........*..\n........*....\n........*....\n............*\n..........*.*\n...........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....**\n....*.\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*..\n...*.*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*..*..\n...*.*\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n..***....\n..****.**\n....*.**.\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n..*..*...\n..*....**\n....*.***\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*.....\n..*..*...\n..*....**\n....*.***\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.......\n...*...\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*************\n.************\n********.**.*\n*************\n***..**.*****\n*******..****\n*************\n*********.***\n*************\n```\n\n\n## Output without wrap\n\n```\n*...........*\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n*...........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n.**.\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.*..\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n.*..\n****\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n**.***\n*.*.*.\n*....*\n....**\n.....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n******\n*.*...\n.*.*.*\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n*****.\n..*...\n**.*..\n....*.\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*.**..\n*.....\n......\n......\n.....*\n*...**\n****..\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n..***.\n.*....\n......\n......\n....**\n*.****\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*.***.\n.*....\n......\n......\n*...**\n..***.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n...*...\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*.....\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n*....**\n*....**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....*.\n....*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******.\n******.\n******.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n.****\n..*.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*\n*.*....\n*......\n*.**.*.\n.......\n.*.*.*.\n****...\n*.*....\n*......\n*......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n*......\n*.**...\n**.*...\n.*.**..\n**.....\n*......\n*.***..\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n......*\n..**...\n.*.*..*\n.*.****\n.*.....\n.......\n..***..\n**....*\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n.*...*\n....*.\n..*..*\n.**.*.\n.*.*..\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...***\n.**...\n**.***\n.*..*.\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n...**.\n..*...\n...**.\n**..**\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****....\n..*****....\n..*****....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*...*....\n.*.....*...\n..*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*...\n.*.....*...\n.*.....*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*..*...\n...**......\n...****....\n...*.**....\n*..**.*****\n*..*.*...*.\n*..***.....\n....**.....\n*.***......\n.***.......\n..*........\n.***...*...\n*..**.***..\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.*.....\n.......*...\n.**.......*\n...*...*...\n.*....**..*\n*..*.......\n..*........\n...........\n...........\n.....*.*...\n..***.*.*..\n..***.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*..\n.**..**....\n.......*.*.\n..*.......*\n*..*...*...\n*.....**.*.\n...*......*\n..*........\n...........\n...........\n.....*.*...\n....*.*.*..\n*.***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*.*.\n*.....*.**\n*.*....**.\n..*...*.*.\n.*.*..***.\n```\n\n\n## Output without wrap\n\n```\n.*......**\n.*.....***\n.***.***..\n..**.**...\n..**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*\n*.*...**..\n..**.***..\n*****.*..*\n**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.....\n..*..*\n*.**.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n....*.\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n****.*\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*.*\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.**....\n.**....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.**....\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*..*...\n*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.......*\n....*..****..\n....*........\n****..**....*\n.*....*...*.*\n.*....*..*..*\n...*...**...*\n```\n\n\n## Output without wrap\n\n```\n........**...\n...***..**...\n.**.***..*...\n****.***...*.\n.....**.....*\n..*...*.**..*\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......*.\n...***..**...\n***.***..*...\n.***.***...**\n.....**.....*\n..*...*.**..*\n.......**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***.**..*\n****.****.****\n**..*.*.******\n.*.***********\n```\n\n\n## Output without wrap\n\n```\n...*.*...**..*\n*.............\n..............\n*****.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.*............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.......*.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.......*.\n......**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n..*.**\n*....*\n.*.*.*\n.*.*.*\n**....\n..*...\n..*.*.\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.****\n.***.*\n**...*\n.*....\n**....\n..**..\n.**...\n.**.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..***.\n.***..\n.*...*\n.*...*\n**....\n..**..\n.**...\n.**.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..**..\n...*..\n..*...\n......\n......\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n..**..\n..***.\n...*..\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..***.\n...*..\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...........\n...........\n.....**....\n.....**....\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n*.*.\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n..*.\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*..*\n****.\n```\n\n\n## Output without wrap\n\n```\n*****\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.**.*.\n.....*...***..\n........*.**..\n.....****.....\n*........*.***\n.*........*.*.\n*............*\n.........*****\n.......******.\n```\n\n\n## Output without wrap\n\n```\n......*.*.....\n.....**..*....\n.....*..*.....\n.....*........\n......*...***.\n.......*.....*\n..............\n............**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.....\n.....*..*..**.\n.....*..*...*.\n*....*.......*\n*.....*...****\n.*.....*....*.\n**............\n..............\n......**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....**\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*..*\n**....*.*..\n...*...*...\n****.......\n*...*.....*\n.**.**..*..\n*....**.**.\n..*..**....\n**.**..**..\n.*...**.*..\n```\n\n\n## Output without wrap\n\n```\n**.....*...\n***...*.*..\n...**..*...\n***..*.....\n......**...\n**....****.\n*........*.\n*........*.\n.......***.\n*.*.**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*......\n*.....*.*.*\n...**..*.*.\n***..*....*\n......**.**\n......***..\n*..........\n*..........\n.......**..\n.**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n*...*\n....*\n...*.\n***.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.****\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n....*\n*..**\n*..**\n.***.\n..***\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n......\n....*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n..*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n**.**.\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n**.**.\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**..**\n**.**.\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..**\n*..*.\n*...*\n....*\n*..**\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**.*.\n...**\n....*\n...**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n**.*.\n.*.*.\n*..*.\n.....\n*..*.\n.*.*.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.....*\n..*..*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.*.*.\n*....*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*****\n.**..\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.......*..\n..*...........\n..*..........*\n*.....**......\n..**..*.......\n..*..*........\n.*.*.**.......\n...*..*.**....\n*.*..*.......*\n*..*.*........\n```\n\n\n## Output without wrap\n\n```\n.***..........\n..*...........\n.*............\n.***..**......\n.***.***......\n.*...*........\n...*.***......\n.*.*..**......\n.***.**.......\n.*..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.........\n..*...........\n.*............\n.***..**......\n.***.***......\n.*...*........\n...*.***......\n**.*..**......\n****.**......*\n*..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n...**\n*.**.\n**.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..***\n.**.*\n*...*\n****.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**...\n*...*\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n**.\n***\n***\n***\n.**\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n*..\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***..\n.....*..\n*..*****\n*...*.*.\n*....*.*\n.*......\n```\n\n\n## Output without wrap\n\n```\n....**..\n..*.....\n...*...*\n**.*....\n**...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..\n*.*....*\n*..*....\n.*.*....\n**...***\n.**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.*..*\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*....\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.****.\n..*...\n.....*\n.....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n.**.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..\n.*.*..\n.**.*.\n......\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*******\n**.*.*.\n*.***.*\n*******\n*.*****\n***.*.*\n****.**\n******.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**...*\n**.**.\n..*.*.\n**..*.\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*.**\n.**...\n..*..*\n*.***.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n..*.**\n.**.**\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**......\n..............\n......**......\n..............\n..............\n**.........*..\n.*............\n..*...**......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n*.*...........\n*.*...........\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**......\n..............\n..............\n..............\n..............\n*.*...........\n*.*...........\n.*....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.........*...\n........**...\n```\n\n\n## Output without wrap\n\n```\n.............\n........**...\n........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*..\n.......*..*..\n.......*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n.**.*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.*.*.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****\n*.**.**\n*.*****\n.*****.\n*******\n*******\n**..***\n.***.**\n**.****\n.*****.\n.******\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....*\n..*.*.....\n.*..*.....\n**..****..\n.**.******\n....*..*.*\n*..**...**\n```\n\n\n## Output without wrap\n\n```\n...***....\n..*.......\n*.*.*.....\n...*......\n*.*.......\n*.......**\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**..*\n..*.*.*...\n***.*.....\n...*.....*\n.**.......\n..*.......\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*....\n***..\n.....\n...**\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**.**\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n.....\n.....\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**..*\n*****\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******..\n.***.**.*.\n*...******\n***.*...**\n.*....**.*\n**..****.*\n*.*.*.*.**\n*.********\n.****.....\n***.*.****\n**.****.**\n***.....*.\n.*.****.**\n.**..*.***\n```\n\n\n## Output without wrap\n\n```\n.*.....*..\n.*.......*\n*.........\n*.***.....\n...**....*\n*.***....*\n*.*.......\n*.....*..*\n..........\n......*..*\n....*.*...\n..........\n...****...\n.***.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n**........\n..........\n..***.....\n...**.....\n..***.....\n..*.......\n......*...\n..........\n......*...\n....*.*...\n..........\n...****...\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n*...*.\n*...*.\n.***..\n***...\n...*..\n***.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n*.*.**\n.*..**\n.*.*..\n...**.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n....*.\n**..*.\n**.***\n...*.*\n*..**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**..\n..*****..\n....*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*..\n.....*...\n..*.*....\n..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*...*.\n*...*.\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n.*..**\n.**.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n**.**.\n.*..*.\n.**.**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*.....\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..*.*\n......\n...**.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n...*..\n...**.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*...**\n...*.*\n...**.\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....*.\n..*..*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*..\n**....\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****...***\n.*.*...**..*\n..**...**...\n....*..*.***\n......*.*..*\n.....**...*.\n..*....*..**\n**...***...*\n*......**..*\n...*.*..***.\n.****.....*.\n```\n\n\n## Output without wrap\n\n```\n..***...****\n.*....**...*\n..***.*....*\n...*..*..***\n......*.*..*\n.....**..**.\n.*.....*..**\n**.........*\n**..**.....*\n.*.*...**.**\n..***.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..**.*\n**....**...*\n*.***.*....*\n...*..*..***\n......*.*..*\n.....**..**.\n.*.....*..*.\n.*..........\n.*..**......\n**.*...**.*.\n.*......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.....\n......*.....\n..*...*.....\n```\n\n\n## Output without wrap\n\n```\n............\n.....***....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***....\n.....***....\n.....***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*....\n****.*.....\n*.**.*.*...\n...****...*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....***....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..**\n.........**\n*........**\n.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n..****.\n...***.\n.....*.\n....*..\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n..**...\n.**..**\n..**.**\n...*.**\n...*.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*.....*\n..**.**\n...*.**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..*.\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..**\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n....***...\n.***.***..\n****.*..**\n*..*.*...*\n....*.****\n.*...***.*\n.**....*.*\n***.......\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*...*..\n.*....**.*\n**..*..*.*\n.....**..*\n.*****....\n........*.\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....\n..**...**.\n......**.*\n....*..*.*\n.....**...\n..****....\n*.......*.\n..*...*.**\n**...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n.**\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n***.*\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**.*.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n....**.\n....***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.....*.\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.*..*\n.*..*\n...**\n..*..\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.****\n**..*\n..*.*\n..***\n.**.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n..*.*\n*.***\n***.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.******\n**.**..****\n*****.*.*.*\n**...******\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*..*.*\n***.*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n*.**.*\n*...*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..*....\n*.....*.****\n.....*.***.*\n*..*..***.*.\n***.*..*.*..\n*..**....*..\n*..*.**.****\n....***..***\n**.*.*......\n.*.******..*\n*.**.*******\n```\n\n\n## Output without wrap\n\n```\n.......****.\n.....**....*\n.....*.....*\n*.****....*.\n*.*.****.**.\n*.....**....\n...*..***..*\n****...**..*\n**.*....**.*\n...........*\n.***.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.......\n*....**.....\n.....*......\n*.****....*.\n*.*.****.**.\n......**....\n*..*..***...\n.***...**...\n.*.*....**..\n............\n..*......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n.**..*****\n....*.***.\n.**.*.**..\n..*..*....\n.****.**..\n.**.*.****\n..*.***.**\n........**\n..........\n```\n\n\n## Output without wrap\n\n```\n..*.*****.\n..*.****.*\n.*......**\n...*......\n...*......\n..........\n...*.*....\n.....***.*\n.....****.\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*****.\n***.****.*\n*.......**\n**.*.....*\n.*.*......\n..........\n**.*.*....\n*....***.*\n.....****.\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n...*.*\n.***.*\n.*...*\n**..**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n.....*\n**.*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.*.*..\n......\n*..*..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n*........\n......*..\n.**......\n.***.....\n.**......\n.**......\n```\n\n\n## Output without wrap\n\n```\n**.......\n*........\n.*.......\n.*.*.....\n*..*.....\n*........\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n*........\n.*.......\n.*.*.....\n*..*.....\n*........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*..*\n............\n............\n.......*....\n*......***..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n.......*....\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***.*\n............\n............\n.......*....\n*......*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*..*\n.*..*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*....\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n*...**\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*..**\n*.....\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***...\n...*....\n..*.*...\n..*.....\n......*.\n...**...\n..**....\n...**...\n```\n\n\n## Output without wrap\n\n```\n..**....\n.*......\n..*.....\n..**....\n........\n..*.*...\n.*......\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**.....\n..*.....\n..**....\n........\n..*.*...\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n.*.*****\n......*.\n...*..**\n**....*.\n..**..**\n**...*.*\n...**.**\n.*.*.***\n```\n\n\n## Output without wrap\n\n```\n...*...*\n.......*\n..**....\n...*.**.\n..*..*.*\n.**..*..\n**..*.*.\n**.*..*.\n.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n*....***\n*.**....\n*..*.**.\n***..*.*\n*.*..**.\n.*..*...\n*.....*.\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*..*\n*..*\n****\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*.*.\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....****\n..*.*......*.\n..***........\n..........**.\n.........*..*\n*........*...\n```\n\n\n## Output without wrap\n\n```\n...**.....***\n..*..*.....**\n..*.*.....**.\n...*......**.\n.........*.*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....*.**\n..*..*.....**\n..*.*.....**.\n...*......**.\n.........*.**\n*.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....**...\n.....**...\n..........\n..........\n*......*..\n.......*.*\n.......*..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.....**...\n....*..*..\n.....**...\n..........\n..........\n.......*..\n.......**.\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.....**...\n....*..*..\n.....**...\n..........\n..........\n.......*..\n.......**.\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*.*\n..*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.*..\n...*.\n.....\n.**..\n*....\n***..\n.*...\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.....\n.....\n.*...\n*....\n*.*..\n*.*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n.*...\n*....\n*.*.*\n*.*.*\n..*.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n...*.*\n*..*..\n...*..\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n..*.*.\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..*.*.\n..*.*.\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...**.*\n.*......*...*\n.....**.**...\n.*.....**....\n...*.........\n..*.....**...\n..***.......*\n..**.**.*....\n.*.....*.**..\n**...**..**..\n```\n\n\n## Output without wrap\n\n```\n......****.*.\n.....****..*.\n.............\n......*..**..\n...*..**.*...\n.**.****.*...\n.****....*...\n.**.......*..\n..*.......*..\n**.....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...*.*..\n**......*.***\n.............\n......*..**..\n...*..**.*...\n.**.****.*...\n.****....*...\n.**.......*..\n*...*....*...\n...**....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*........\n.*..*.**......\n..***.**......\n..**..........\n..**..........\n..............\n.......*......\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n....*..*......\n***..***......\n.*.*..........\n..*...........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.......\n....*..*......\n***..***......\n.*.*..........\n..*...........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n***.***\n****.*.\n.*.****\n.**.**.\n.***.**\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n......*\n*......\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*.*.\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n*............\n............*\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..**..\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*....\n..*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.***\n...*.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*...*\n*..*.\n....*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.****\n.**..\n.*..*\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.***.\n*..*.\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n....*\n.....\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n...**\n....*\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.....\n...*.*.\n....*..\n.......\n.......\n.......\n...*...\n....*..\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n....*..\n.......\n.......\n.......\n.......\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n....*..\n.......\n.......\n.......\n.......\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.....*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..**..\n..*...\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n..*...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......**..\n**.....*..**..\n*.***...**...*\n***.*..***....\n...**.***.**..\n*....*.....*.*\n*....****....*\n..**.........*\n.***........*.\n..**.....*....\n..*.*....*....\n...*..........\n..***.........\n```\n\n\n## Output without wrap\n\n```\n.**.......**..\n*...*...*..**.\n....*.........\n*.....*.......\n*.***.*...***.\n.........***..\n.*..****.....*\n...**.**....**\n.*..*.........\n....*.........\n..*.*.........\n..............\n..***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....**..\n*...*...*..***\n....*........*\n*.....*......*\n..***.*...****\n*........***.*\n.*..****......\n...**.**....**\n.*..*.........\n....*.........\n..*.*.........\n..............\n....*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n..........\n*....**..*\n....*.*...\n*...*.*.**\n*.........\n.*......**\n.*.......*\n*.......**\n..........\n........**\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n......*...\n......*.*.\n......**..\n**.....*..\n..*.....*.\n**........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....**...\n......*...\n......*.**\n*.....**.*\n.*.....*..\n.**.....*.\n.*........\n**.......*\n*.........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n******.\n*....*.\n*..****\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n****.*.\n*......\n*.....*\n.**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n****.*.\n.......\n.......\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*....*\n...*..*...*.*\n..*.*.*......\n**..*..*..***\n..**..*.*....\n....*.*.....*\n*..**..*....*\n..***.*...*.*\n**.**.*....*.\n..*.**...*.*.\n***...***.**.\n```\n\n\n## Output without wrap\n\n```\n....****.....\n..**......***\n.**.*...*.*.*\n*...*......**\n.*..*.*......\n....*.*......\n.*.*.........\n.*...*......*\n.....**.*.*..\n.*.**........\n..******...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......*\n*..........*.\n.**.*...*.*..\n....*......**\n....*.*....*.\n....*.*.....*\n*..*........*\n.....*.......\n.....**.*.*.*\n..*........*.\n*....*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*.**.\n****......*\n**.....**.*\n.*.......**\n*..**......\n...***.****\n..*.***..**\n```\n\n\n## Output without wrap\n\n```\n*..*.....*.\n...*......*\n........*.*\n.**.....***\n..**.*.....\n..*....**.*\n......**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***..\n...*.......\n........*..\n.**.....**.\n*.**.*.....\n*.*....**..\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n...**...\n...**...\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n...*.*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n....***.\n....***.\n....***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n.*.*...\n**.**.*\n.......\n**..*..\n.....**\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n**.**..\n**...*.\n.**..*.\n.***.**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n...**..\n**....*\n..*....\n.***...\n.*...*.\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n*..*....**\n.....**.*.\n.......*..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n....*...**\n......*.**\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****\n....*...**\n......*.*.\n.......**.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..*.\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.*..\n.*....\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n.*....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n..*......\n...*.....\n**.*.....\n*........\n*......**\n.......*.\n.*.*...**\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n*..*.....\n*.*......\n*........\n.......*.\n......*..\n......*..\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*......\n*..*.....\n***......\n*.......*\n.........\n......***\n......*.*\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n.*.*..\n..*...\n.***..\n.*..*.\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n......\n.*.*..\n.*..*.\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.*.*..\n......\n.*.*..\n.*..*.\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***...\n**..*.*.*.\n***.*.***.\n...*.....*\n...***..*.\n****.*.*..\n*****.....\n*..*..*...\n```\n\n\n## Output without wrap\n\n```\n...***.*..\n*.*.*.*.**\n*..*....**\n***...*..*\n**........\n....*.....\n......*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*..\n*...*...*.\n...*....*.\n..*...*...\n........*.\n.*..*.....\n.......*.*\n**....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..**\n*..*\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n....\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n..***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..*...\n......\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n**..*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**...\n*****\n.****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..**\n...*.\n*..**\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..*..\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n..*..\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n........\n........\n........\n........\n........\n....**..\n....**..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n....**..\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n....**..\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.**..\n.*...\n..***\n..*.*\n.*...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n*....\n*....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.*...\n...*.\n.....\n.....\n..*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....\n.*...**....\n.***.......\n...........\n...........\n...***.....\n```\n\n\n## Output without wrap\n\n```\n.....**....\n.**..**....\n.**........\n.***.......\n...*.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*....\n.**..**....\n.**........\n.***.......\n...***.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n*.*\n*..\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n.*.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n.*...*.\n.*...**\n```\n\n\n## Output without wrap\n\n```\n.......\n..*.**.\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*\n..*.**.\n..*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n**....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n**....\n**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n..***\n*****\n....*\n***.*\n*.***\n.*.**\n*****\n****.\n..***\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.....\n.*...\n....*\n*.*.*\n*....\n.....\n.....\n*....\n*...*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.....\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..*.\n*.*.\n...*\n*.*.\n....\n....\n*..*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.***\n..**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.**.\n*.*.\n...*\n....\n....\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n*.*\n***\n...\n***\n**.\n*.*\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n...\n...\n...\n...\n...\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n...**.\n..*..*\n.*...*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.....*\n.*...*\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..*.*.\n.*....\n*.....\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n...**.\n......\n..*...\n.*..**\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n......\n.*..*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n......\n...*..\n......\n**..*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n......\n......\n**...*\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...**\n........\n........\n........\n........\n........\n.***..*.\n.***....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..*.....\n.*.*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n.*.....*\n*.......\n........\n........\n..*.....\n..*.....\n*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.*....\n**..**\n.*....\n.*.*..\n*..*.*\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n****.*\n***...\n.*..*.\n**..*.\n.*.*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.***..\n.**..*\n.*..**\n.*..*.\n**.*..\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..*..\n.*...****..\n*.*....*..*\n.**....*.*.\n**....**.**\n.....***...\n```\n\n\n## Output without wrap\n\n```\n.*......**.\n*.*.....**.\n*.**.....**\n*.**.....*.\n.**....*.**\n.*....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**..*.*\n****....*..\n*.**.......\n..**.......\n..*...*....\n.**.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n****.\n*****\n.***.\n..*..\n.....\n..*.*\n****.\n*..**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n....*\n*...*\n.***.\n...*.\n..*..\n*....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n...*.\n*.*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n.*...\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.*...\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**...\n.*..*\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n*..\n*.*\n*.*\n*.*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*..\n*..\n*.*\n*.*\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n......*..\n...***.*.\n...**...*\n....***..\n....***..\n```\n\n\n## Output without wrap\n\n```\n.....**..\n....*..*.\n........*\n.....*..*\n.....***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..**\n....*...*\n........*\n.....*..*\n......***\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n..*..\n..*..\n.....\n.....\n**..*\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.***.\n.....\n.....\n*....\n*....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*...\n.**..\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..*..\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n***\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*\n.*..***\n**.***.\n.****..\n***..*.\n```\n\n\n## Output without wrap\n\n```\n*****.*\n......*\n*.....*\n.......\n*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.....*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n..*.*\n*.*.*\n..*..\n*...*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n..*..\n.....\n.*...\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*.*.*\n.....\n**..*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..**..\n......\n......\n......\n..**..\n..***.\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..**..\n......\n......\n......\n..*.*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n*..\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n...\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*\n...**.....\n....*....*\n.......*..\n*.*.......\n......*...\n..*....*..\n*.........\n*...*.*...\n.....*.*.*\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n..*..*....\n...*.*....\n..........\n..........\n..........\n..........\n..........\n....*.*...\n....*.*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*..*....\n...*.*....\n..........\n..........\n..........\n..........\n*.........\n**..*.*..*\n**..*.**..\n.*..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....*...\n.*****..*.**.\n***..**..****\n..****.*..*.*\n**....**....*\n.******...***\n.*.....****.*\n*...********.\n....**..*....\n```\n\n\n## Output without wrap\n\n```\n.........*...\n......*.*..*.\n......*.....*\n......*...*.*\n.....***..*.*\n**..*.......*\n...*.*......*\n...........*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***...\n.............\n......*......\n......*...*..\n.....***..**.\n....*........\n*..*.*.....**\n*...........*\n.........****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n...*\n..**\n*..*\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n..**\n*..*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..**\n...*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n.**...\n.*****\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*.*\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*....*\n...*.*\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n*..*..\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n****.....*\n**.*....**\n.***....*.\n```\n\n\n## Output without wrap\n\n```\n*..*......\n...*....**\n....*...**\n**.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n...*....*.\n....*...*.\n...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n*.*..*\n.**..*\n.....*\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.....*\n......\n.**...\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n..*...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n.**..*\n.*.*.*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n.*....\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.***.*\n*.*****.***\n.****..**.*\n**..**.*.**\n.**.**.***.\n******.*.**\n*.*.**.***.\n.**.**.***.\n*.*.****...\n****.*.**..\n*.**.*.****\n.*****.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.......*.\n.*.......*.\n...........\n...........\n...........\n...........\n*..........\n*..........\n*..........\n**.........\n**....*....\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n**.......*.\n**.......*.\n..........*\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n.*.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.***\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n..**\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*....\n....*.\n.*..*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n..*...\n..**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.**...\n****.**.*....*\n**...**.......\n...*.*..**.*..\n*.....*......*\n```\n\n\n## Output without wrap\n\n```\n.*.*.***.*....\n..*.***...*...\n*.**..**.*....\n**..*...*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***...*...*\n..*.***...*...\n..**..**.*..**\n....**.*....**\n**..*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.*.*...*\n*.*...*.\n..**..**\n..*.**.*\n*....*..\n..*.....\n..*.*..*\n..*...*.\n....*.**\n```\n\n\n## Output without wrap\n\n```\n..*.....\n**......\n......*.\n..*.*..*\n.**.**.*\n.*.****.\n.*.*....\n.**.....\n......*.\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**\n.*.....*\n*.....*.\n*.*.*...\n***.**.*\n.*.****.\n.*.*....\n.**.....\n......*.\n.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n****\n...*\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*.*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*****\n*****..**.\n****.*..**\n*.*...****\n**.**..***\n*********.\n*****.**..\n**...*...*\n*****..***\n**.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.****..*\n..........\n.....*....\n.....**...\n..........\n.........*\n..........\n.....*...*\n...*.*.*.*\n*..*..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..........\n.....*....\n.....**...\n..........\n..........\n..........\n.....*....\n...*.*.*..\n...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n........\n........\n........\n.......*\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n........\n........\n**......\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n.**\n*.*\n**.\n***\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n...\n...\n...\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n***.\n***.\n.**.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n...*\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n*.**..\n***...\n***...\n***.**\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.****.\n.**.*.\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...*.\n*...**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n....\n..**\n.*..\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n.*...*\n..*...\n.*...*\n..*...\n.**...\n**.**.\n**....\n.***.*\n......\n```\n\n\n## Output without wrap\n\n```\n***...\n**....\n.**...\n.**...\n..*...\n*.....\n...*..\n......\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*....\n.**...\n.**...\n*.*...\n*.....\n...*.*\n......\n.**...\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n..*.......\n.*........\n...*......\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..*.......\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..*.......\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****\n*******\n*******\n*.*****\n*******\n******.\n*******\n*..**.*\n**..***\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n......*\n.......\n**.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**.*\n**.*\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n.*.*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n.***\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n..**....\n....*...\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...*....\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n...*....\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**...*\n......\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.***.....\n.....*...\n.....*...\n.........\n.........\n.***.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n...*.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n...*.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n*.**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n...*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*..\n............**\n........*.*.*.\n**.......**.*.\n..*....**.*...\n.........**...\n........*.....\n.........**...\n..***......*.*\n```\n\n\n## Output without wrap\n\n```\n............**\n............**\n............**\n.........*.*..\n.......***....\n.......***....\n........*.*...\n.........**...\n.........**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.*\n*.............\n*...........*.\n.*.......*.*.*\n*......***....\n.......***....\n........*.*...\n.........***..\n..***......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n**..*\n*...*\n.....\n*..*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n.*..*\n.*..*\n*...*\n...*.\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n...**..\n..*..*.\n*.****.\n**..*.*\n```\n\n\n## Output without wrap\n\n```\n...***.\n..**..*\n.**.***\n*....*.\n*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n**.***.\n***.***\n*.**..*\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.*...*.**\n..**..**.\n*.*.*..**\n*.**.**..\n*****.*..\n..*.*..*.\n**.*.*.**\n..***...*\n*..**.*..\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.....**\n..****...\n....*...*\n*.....*..\n*.....**.\n.......**\n.*...****\n*.....*.*\n..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.****.\n.*.....**\n..****...\n*...*....\n......*..\n*.....***\n.......*.\n**...***.\n......*..\n*...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n**.\n.**\n..*\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n*.*\n*..\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n**.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n...\n.**\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n...*\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.***\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n....**.\n....***\n....**.\n***...*\n..*...*\n**.....\n.......\n.......\n.......\n.....**\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*..\n...*..*\n.*.**..\n.***..*\n..*....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*\n....*..\n...*..*\n.*.**..\n****..*\n..*...*\n**.....\n.......\n.......\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n****\n....\n....\n....\n....\n....\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*..*\n.**.\n....\n....\n....\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n....\n****\n....\n****\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n***\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.....\n.****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n.****\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n..*.*.*\n.**.**.\n**..*..\n.**.*.*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.**.*.*\n*.*.*..\n*...*..\n****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*\n***.*.*\n..*.*.*\n....*.*\n.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.....\n.*..**.\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n***.**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n***.**.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..\n..*..**\n......*\n*.*..**\n***.*..\n....**.\n.*.*..*\n......*\n**.....\n...*.**\n```\n\n\n## Output without wrap\n\n```\n...*..*\n..**..*\n.*.....\n*.*****\n*.*...*\n.*..*.*\n*..**..\n.*....*\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*..****\n**.....\n..***..\n.**....\n.*..*..\n.*.**..\n.*.....\n...***.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n*...**\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n..**.*\n..*...\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n***...\n**.**.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.\n.*.****\n*..*.**\n***....\n....*..\n...***.\n```\n\n\n## Output without wrap\n\n```\n**.**..\n*..*.**\n.....*.\n*.....*\n*.....*\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n**.....\n*......\n*....**\n*......\n*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..**...\n.**.*.*....\n**..***....\n.*..**.*..*\n.***....*.*\n...****....\n**....*....\n....*.****.\n*.*..*.*..*\n```\n\n\n## Output without wrap\n\n```\n....***....\n....**.*...\n........*..\n......**...\n....**.*...\n..******...\n...*.**.**.\n.......*.*.\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........*\n...**......\n........*..\n......**.**\n....**.*.**\n..******...\n...*.**.**.\n**......*..\n***..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..**\n........\n*.......\n.....*..\n.....***\n..*...**\n........\n.......*\n*.*...**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n.....*.*\n.....*.*\n......**\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*.\n.......*\n........\n.....*.*\n.....*.*\n.....*.*\n......**\n*.....**\n****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n...*.*\n.****.\n*..*..\n***.*.\n***..*\n*.*..*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.*...*\n.*....\n*.....\n....*.\n....**\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*...*\n**...*\n*.....\n....*.\n....*.\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n.....**.\n.....*..\n.....**.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n....*.*.\n......*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.....*..\n.....*..\n.....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n**...*.\n.***.*.\n....**.\n*..**..\n```\n\n\n## Output without wrap\n\n```\n***..**\n*..*.*.\n****.**\n.*...*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n...*.*.\n****.*.\n.*...**\n****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...*..\n....*.*...\n.*****.**.\n....*..*..\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..**....*.\n.........*\n......*.*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**....\n..*.***.*.\n.........*\n.**...*.*.\n.**.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*****\n******.**\n*******.*\n****.*...\n****.**.*\n.********\n```\n\n\n## Output without wrap\n\n```\n**......*\n.........\n........*\n.........\n........*\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n***....\n*......\n***...*\n**.....\n**.....\n.**....\n```\n\n\n## Output without wrap\n\n```\n***....\n*.*....\n.......\n..*....\n.......\n.......\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*....\n.......\n..*...*\n.......\n.......\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n......*.\n.....*.*\n.....***\n......*.\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n.....*.*\n.....*.*\n.....***\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......**\n.....*.*\n.....*.*\n.....***\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*...*\n....*\n.....\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n...*.\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..**.\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n..**.\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.********..\n**.**.**...**\n.*.***.*****.\n*.*...*.****.\n**********.*.\n.*..****.****\n..********.**\n*.*.*..*****.\n```\n\n\n## Output without wrap\n\n```\n***......***.\n***......***.\n**...........\n.............\n**...........\n.*...........\n..**.........\n.***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............\n.............\n*............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n..*..\n..**.\n*....\n...**\n.....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.....\n.**..\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*.*.\n...*.\n.**..\n....*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n*..*\n****\n***.\n*..*\n....\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n***.\n....\n....\n.***\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n....\n....\n...*\n*.*.\n....\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*.*.\n.*.***.*..\n.*...*.*.*\n.*....*...\n*...**.***\n```\n\n\n## Output without wrap\n\n```\n..***.**..\n**.*...*..\n**...*.**.\n**..*....*\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.*.*...*..\n.*...*.**.\n.*..*.....\n**..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*.\n*****.**\n.****..*\n****.**.\n*.*....*\n...*****\n.*.*...*\n.**.****\n.**.*..*\n```\n\n\n## Output without wrap\n\n```\n*...*.**\n*.....**\n.......*\n*....***\n*......*\n.*.***.*\n.*......\n*...**.*\n.**.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n......*.\n........\n.....**.\n........\n.*.***..\n.*......\n....**.*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**..*\n..*.***.**\n.*****..*.\n*.***.****\n*.****.***\n****..**.*\n**********\n*********.\n.********.\n```\n\n\n## Output without wrap\n\n```\n.****.****\n*.......**\n..........\n*.........\n*.........\n..........\n.........*\n..........\n*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..**.\n..***\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.***.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n*.****\n*.....\n*..***\n......\n......\n......\n..*...\n...***\n...*..\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n.*.**.\n*.*...\n....*.\n....*.\n......\n......\n...**.\n..***.\n...*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...***\n**.***\n..*...\n*...**\n....**\n......\n......\n...**.\n..***.\n...*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.***.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*...\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*...\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*..\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*****\n.....\n.....\n****.\n.*...\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*...*\n.....\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n*.**.\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n.*.\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.....*..\n*.*****.......\n.*.***.****.*.\n*.*******.**..\n.****.********\n....**.******.\n********.**.*.\n.***.*...***.*\n.*.*.****.*.**\n**...*.**.***.\n```\n\n\n## Output without wrap\n\n```\n......*****...\n**....******..\n**......*.**..\n**............\n**............\n**............\n..............\n............**\n.***.*.......*\n.*****......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**....**\n*......**.....\n**......*.**.*\n..............\n**...........*\n.*...........*\n..............\n..............\n....*.........\n..*...*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.*..**\n*****.\n*.**.*\n*..*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n*.....\n*.....\n*..**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.....*\n......\n......\n*..***\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*...\n......**.*\n*...*.*...\n...***...*\n****..*...\n.**..**.**\n..**....*.\n..*..**.**\n...*..**..\n```\n\n\n## Output without wrap\n\n```\n......**..\n..........\n........*.\n.........*\n**.......*\n...**.*..*\n..........\n........**\n....*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.*.\n....*.....\n*........*\n*.........\n..........\n...**.*.**\n*.........\n.**....***\n..*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...*...\n*.**.*.....\n*.**.*.....\n*.*.**.*...\n.*.*...*...\n..**..*.**.\n........*..\n........*..\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n**..**.....\n**...**....\n**..**.....\n.**.*.*.*..\n..*....***.\n...........\n.......***.\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...\n**..**....*\n**...**...*\n**..**....*\n.**.*.*.*..\n..*....***.\n...........\n.........*.\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n**.**\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n.....\n*...*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n...\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n...\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.......\n..*.*..\n.......\n*..*...\n*......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.......\n...*...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n.......\n...*...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.***..\n..**..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n*..*..\n.*.*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*..*..\n.*.*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****..*\n.*.*.****\n.**.**...\n..**.***.\n```\n\n\n## Output without wrap\n\n```\n.**....**\n*......**\n**....*.*\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.*.....*.\n.*.......\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n.....*.\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n.....*.\n.......\n.......\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n..*..*\n.....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n*....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n.*....*..*\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.**.......\n.**.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*\n*..*.....\n.****....\n..*.*...*\n..*.****.\n.*.....*.\n.*....*..\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.*.....\n.*..*....\n......**.\n.**.*****\n.**....*.\n***....*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n**.*.....\n**..*....\n......**.\n.**.*****\n.**....*.\n.**....*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n..*.\n...*\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*.*\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n**.*\n**.*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n**.*...\n....*.*\n**...**\n..*..**\n.**...*\n***....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n***....\n******.\n..*.*.*\n.*..*..\n*.*....\n*..*.**\n*......\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n******.\n..*.*..\n.*..*..\n..*....\n...*.**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*...*.\n*..*..\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...***\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*.***\n*.***\n*.**.\n****.\n*****\n*****\n*.***\n.*.**\n**..*\n```\n\n\n## Output without wrap\n\n```\n***.*\n*....\n*....\n*....\n.....\n.....\n.....\n*....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...***\n*.***...*\n.**...*.*\n.*...*..*\n.**..**..\n**...***.\n*..**.*.*\n*..**...*\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.**....**\n*....**.*\n*...**..*\n*....*...\n..*.*....\n*..*.....\n*.**..*.*\n******.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.....**..\n....**..*\n.....*...\n..*.*...*\n...*.....\n..**..*..\n.*****.**\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*...\n.....**..\n.*.**..*.\n*........\n**.****..\n...*.*.*.\n*.*.....*\n.**...*..\n*.*.*..**\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.......*.\n....*..*.\n*.**...*.\n*.**.*.*.\n*....*.*.\n..***.***\n......*.*\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.....\n.......*.\n....*....\n..**....*\n.***.*...\n.....*...\n.****.***\n....**...\n*.**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..*\n*.***..*\n..*..*..\n.....**.\n***.....\n*....*..\n..****..\n****...*\n..*.*..*\n*.......\n*......*\n*..*.**.\n.*.**...\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.******.\n.**.*...\n*.*.*...\n**..*...\n*...*...\n....*...\n.*...**.\n.*......\n..*.....\n.....**.\n*.....*.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.*..**..\n.**.*...\n..*.*...\n**..*...\n.*..*...\n....*...\n*....*..\n........\n..*.....\n.....**.\n.....**.\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n*..*.*.*.\n..*...**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.....*.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n.*.....*.\n.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n**...\n*****\n*****\n*.**.\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n***..\n....*\n....*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n..*.*..\n..*.***\n.*....*\n.*...*.\n.****..\n.......\n....*..\n...**.*\n*..*..*\n....**.\n```\n\n\n## Output without wrap\n\n```\n...*...\n.**.**.\n....*..\n......*\n*......\n*......\n.*.....\n..*..*.\n..*....\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n*.*.*.*\n....*.*\n......*\n.......\n.*.....\n.*.....\n..*...*\n*.*....\n..*....\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.*.**\n.**.*\n*.*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n**..*\n*...*\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*.*.\n.*..*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.....\n.....\n.....\n.....\n*....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n.....*.\n**.****\n****...\n**....*\n..*..*.\n....**.\n```\n\n\n## Output without wrap\n\n```\n.......\n....***\n..*....\n..**.**\n..**..*\n...*..*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*.\n..*..*.\n..*...*\n..**...\n*.**.**\n***....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.***..\n***.**.**.\n.**.*...**\n...**.****\n```\n\n\n## Output without wrap\n\n```\n**.*.*.**.\n*........*\n*.........\n..****.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n..........\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n*.*.\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*.*\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*....*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.**.........\n............\n.**.........\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n*.*.\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n*...\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n**.\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n..........*.\n............\n............\n.........**.\n.......*.**.\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n........***.\n........***.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n........***.\n........***.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n*..*..\n***...\n.*.*..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.***..\n*..*..\n*..*..\n*..*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.***..\n*..*..\n*..*..\n*..*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*\n...****\n**.*.*.\n*.*.***\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n..**..*\n...*..*\n**.....\n*.....*\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n...*...\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*.*.*\n.*...\n**...\n....*\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n..*..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.*..\n..*.*\n**...\n*....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...\n.......\n.*..**.\n.....*.\n.......\n..**...\n...*...\n.******\n...*...\n..*..*.\n**....*\n.....*.\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.****..\n....**.\n....**.\n.......\n..**...\n.*...*.\n.....*.\n.*....*\n.**....\n.*...**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.****..\n....**.\n....**.\n.......\n..**...\n.*...*.\n.....*.\n.*....*\n***...*\n**...**\n*.....*\n.......\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n*****\n*****\n*****\n*****\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n.**.\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*.*\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**.*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n....*.\n...**.\n.*....\n...*.*\n.*..**\n....*.\n**.**.\n*.**..\n*.....\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n....*.\n..*...\n..*...\n...**.\n*.***.\n....*.\n*.***.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n..*..*\n....*.\n..*...\n***..*\n*..***\n..***.\n*...*.\n*.***.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.***\n*****.**.\n*.**.**.*\n***.*****\n****.**.*\n****.*.*.\n*.*******\n*********\n***.*.***\n***.***.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.........\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.......\n.....*.......\n.......*.....\n```\n\n\n## Output without wrap\n\n```\n.............\n......*......\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n......*......\n......*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*..**\n...*.\n..***\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*..*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n*......*.....\n*.......*....\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n....*\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...**\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.****..\n..****..*.\n..*.....*.\n*.*....**.\n*.**..*...\n.*.*..*..*\n.......*..\n..**...*..\n.*.....*..\n.*...**...\n```\n\n\n## Output without wrap\n\n```\n.**....*..\n.**.....**\n..*......*\n.**.......\n.*.*..*.*.\n...***....\n...*.*....\n..*.......\n........*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.......**.\n..*.....**\n.**.....*.\n*..*..*.*.\n**.***....\n.*.*.*...*\n..*.......\n.*.*..***.\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n.*..**\n.....*\n....*.\n.*..*.\n.**...\n*...**\n.***.*\n*...*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*.**\n.*...*\n..****\n*.....\n*....*\n......\n*....*\n*...*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..*...\n**..**\n.*****\n**...*\n**...*\n*....*\n**....\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.*\n******..**\n.***.*****\n**.******.\n**********\n**********\n```\n\n\n## Output without wrap\n\n```\n*.....**.*\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n***..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n***..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n..**\n.**.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.***.\n.**..\n*....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.**.\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n******\n.***.*\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*..*\n*.**\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n****\n*...\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....****.\n....*..*..\n..*...**..\n..**..**..\n.**...**..\n.*.*..*.*.\n..**.***..\n....*...*.\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....*..*.\n....*.....\n..*..*****\n...*.*.***\n.*.*..*.**\n..*..*..**\n...***.*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n....**....\n....*.....\n..*..*****\n...*.*.***\n.*.*..*.**\n..*..*..**\n....*..*..\n...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n..*.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*\n*...*.*\n***..**\n.*.**.*\n**..*.*\n.***.*.\n.*.*..*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n...***.\n.*..*..\n.*..*.*\n.*.*..*\n...*..*\n..*....\n...*.**\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.....*.\n....*..\n...*...\n...*.*.\n*.*..*.\n*.*..**\n..***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n....*.\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**..\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n**....*...\n..........\n..........\n..*.....*.\n....*.....\n........**\n......*..*\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n..........\n..........\n........**\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n**........\n..........\n..........\n..........\n........**\n........**\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n.**\n..*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n..*..\n.*...\n.**..\n*.**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n...*.\n.*...\n*..*.\n*...*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.*...\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n**.**\n*.***\n.****\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*...*\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.\n....*.*.\n....*.**\n.***.*..\n.***....\n****.*..\n```\n\n\n## Output without wrap\n\n```\n........\n...**.*.\n..*.*.**\n.*...**.\n........\n*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*.\n...**.*.\n..*.*.**\n**...**.\n........\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.******\n******.**\n***.*****\n*********\n*********\n****.*.**\n********.\n**.******\n*********\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n.....*.*..\n.....**...\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n.....*.*..\n....*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n.....*.*..\n....*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.*...\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*.\n*.**.****.\n.*.*.*....\n...*.*.***\n*......*..\n*.....****\n```\n\n\n## Output without wrap\n\n```\n*.**..*.*.\n*..*.****.\n.*.*.*...*\n..*....**.\n..........\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*....\n*..*.****.\n**.*.*....\n*.*....***\n*.........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n..**.*\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n.**...\n..*...\n.*.*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*.*..\n.*.*..\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n.*.*..\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*.*...\n....*.\n..*...\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*..*..\n..*.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n..**\n*...\n....\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n**..\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..**\n...*\n...*\n.*.*\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...**....\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n***...\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.**..\n..*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*****\n.*******\n..*****.\n..*.*..*\n*.*....*\n.....*..\n........\n.*.****.\n**..**..\n.**.**.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..**....\n..**....\n........\n.**.....\n***.....\n......*.\n******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n**......\n........\n..**..*.\n.***..*.\n*.....*.\n.**....*\n***...*.\n...*..**\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..**\n*..*.*...\n...*****.\n.*...**..\n*.*.....*\n.*.....**\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*....*\n..**...*.\n.***.....\n*.*...*.*\n.**....**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..*.\n*..*.....\n..**...*.\n****....*\n..*...*.*\n.**....*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.**..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n***..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n*.*.\n...*\n.*.*\n..*.\n....\n....\n**..\n.*..\n.*..\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n...*\n.*.*\n...*\n....\n....\n....\n***.\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n**.*\n...*\n....\n....\n***.\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n..*.\n*...\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n****\n****\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....****.*\n..**..******\n.....*.**.**\n***..*.*..**\n**..**.*..*.\n.*.....*..**\n```\n\n\n## Output without wrap\n\n```\n......*....*\n.....*......\n...***......\n*.*..*.*....\n....**.***..\n**....*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........\n.....*......\n...***......\n..*..*.*....\n....**.***..\n.*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.*.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n**.......\n........*\n.......**\n.........\n...*.....\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n........*\n*......*.\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*.***\n**..*\n.****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.******.\n**.*****.***.*\n*.*.*.*.*.***.\n**......****.*\n*.*.**.**..***\n********..*.**\n*..*.***...**.\n*..*****..***.\n***.***.*.*.**\n**.****.**...*\n...*...*.***.*\n*..*****.*****\n```\n\n\n## Output without wrap\n\n```\n*.**.*.*....*.\n.............*\n..*.*.*......*\n*.*.*.*......*\n..............\n*.........*...\n*.......*.....\n*.......***...\n........*.*..*\n*............*\n**...........*\n...*****.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..*.*.*.......\n..*.*.*.......\n..............\n..........*...\n........*.....\n........***...\n........*.*...\n..............\n.*............\n...*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.***\n*...*...*\n*...*....\n*.**...**\n***...*.*\n**.*.*...\n.***.***.\n.*..*...*\n***...***\n*.*......\n```\n\n\n## Output without wrap\n\n```\n...***.**\n......*..\n.*..*....\n.*.****..\n..*.***.*\n...*.....\n...*.***.\n..*.**..*\n..**...**\n..**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**..\n......*.*\n....*...*\n...*****.\n..*.***..\n...*.....\n...*.***.\n..*.**..*\n..***....\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....**\n......\n**....\n..*...\n..****\n*.....\n**....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....*.\n.....*\n*...*.\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*..*..\n*....*\n.*..*.\n......\n......\n......\n*.*.*.\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*.**.\n.*.*.\n**.**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n**...\n****.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...*.\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*.....*\n*.....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n**...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*...*.\n.*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****....\n.*..*...\n.*...*..\n******..\n**..*...\n*.......\n**.....*\n```\n\n\n## Output without wrap\n\n```\n****....\n...**...\n.....*..\n...*.*..\n....**..\n........\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n...**...\n.....*..\n...*.*..\n....**.*\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n.....\n.....\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.**....*.\n.......**\n..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.***..***\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n.......**\n.***..***\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n*..*..\n*..*..\n.....*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n****..\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n****..\n*...**\n*....*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n..*....\n.......\n....*..\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.......\n.......\n.......\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*.\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n......*..\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n......*..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....***.\n....***.\n......**\n.......*\n........\n..**....\n***....*\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n.....*..\n....*.*.\n....*...\n.......*\n......**\n........\n..**....\n*.**....\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....*.*.\n....*...\n.......*\n......**\n........\n*.**....\n*.**...*\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n.....*\n****.*\n*.....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*...\n*...**\n*.***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**.**\n......\n****..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.**\n***.....*\n.******..\n.***.*.*.\n.........\n.*...*..*\n```\n\n\n## Output without wrap\n\n```\n.......**\n........*\n.....***.\n....*..*.\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n.....*..*\n.....***.\n.*..*...*\n.**...*.*\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n.*..\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n..**\n*...\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n....**.......\n.....*.....*.\n...........**\n```\n\n\n## Output without wrap\n\n```\n.............\n....**.......\n....**.....**\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n....**.......\n....**.....**\n...........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..********\n**...**...*.**\n.*...****.*...\n..*.....*.*...\n..**...**.**..\n```\n\n\n## Output without wrap\n\n```\n**...*****....\n...**.....*...\n*...*....*....\n*...*..**.*...\n.*.*.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***........\n..*...........\n**..*....*....\n**.*.....*....\n.....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**..\n****\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n..*.*.\n.****.\n**...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n...***\n.**...\n*...**\n...*.*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n.**...\n....*.\n...*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n*.*\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n*.****\n***...\n*.****\n..*.**\n******\n**.*.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**....\n**....\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n.**\n***\n.**\n***\n***\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n...\n*..\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.\n*.......**\n.*......*.\n.**....*..\n.*.....*.*\n.........*\n*.........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n.*........\n*.*...*..*\n...*...*..\n*.*.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.*........\n*.*...*..*\n*..*...**.\n***.....*.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....\n.**...*..\n*....*.*.\n.....*..*\n.........\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n*..*..*..\n.*...*.*.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n*..*..*..\n**...*.**\n......*.*\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n**..*\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n****.\n*.**.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........*.\n*...........*\n**...........\n.*...........\n.............\n.............\n.............\n.............\n.............\n......**.....\n**...***.....\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n*............\n**...........\n**...........\n.............\n.............\n.............\n.............\n.............\n.....*.*.....\n.....*.*.....\n......*......\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........*\n............*\n.*..........*\n**...........\n.............\n.............\n.............\n.............\n.............\n.....*.*.....\n.....*.*.....\n......*......\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n.****\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n***...\n***.*.\n```\n\n\n## Output without wrap\n\n```\n*..**.\n.....*\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n...\n...\n***\n...\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n*.*\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n***\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n.........\n.........\n.........\n*........\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.**\n***.****\n*.***...\n**..****\n.*..*...\n*.*..***\n.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.*..*\n*......*\n........\n*.....*.\n..***...\n*.*...**\n.****.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n......**\n..***...\n*.*...**\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*...*****\n....*.***...*.\n.*....**.*..*.\n.*..*..*******\n*....***....*.\n.......*.***..\n......**.*.***\n*.....****....\n*....*******..\n.*....******..\n**...........*\n.*....***.....\n```\n\n\n## Output without wrap\n\n```\n.....*********\n..............\n..............\n**.......**..*\n.....*.......*\n.....*...*...*\n...........**.\n..............\n**...*.....*..\n.*...*.....**.\n***.......*...\n**.....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...*****\n*.............\n*.............\n.*.......**...\n*....*........\n.....*...*....\n...........***\n*.............\n**...*.....*..\n.*...*.....***\n.**.......*...\n.**...******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.**....\n..*....\n****.**\n.***..*\n*..*..*\n*..*..*\n*....*.\n*....*.\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.**....\n...*...\n*......\n*...***\n......*\n*..****\n**..***\n**..***\n*...**.\n.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n...*...\n......*\n....***\n.......\n...***.\n.*..**.\n**..**.\n*...**.\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.*.*\n.....****.**.\n.....****....\n*....*....**.\n*...........*\n............*\n```\n\n\n## Output without wrap\n\n```\n......*.*.*..\n.....*....**.\n....*...*....\n.....*.*...*.\n............*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.*.*\n.....*....**.\n....*...*...*\n*....*.*...*.\n*............\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n....*\n**..*\n.*..*\n*..**\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n**...\n.....\n**...\n..***\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n..*..\n.*..*\n.*..*\n**.**\n..*.*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........**\n............\n............\n**..........\n............\n.*..........\n**.*........\n...*........\n............\n**.*........\n...**......*\n**..........\n**........*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n*.*.........\n..*.........\n*...........\n..*.........\n.**.........\n..*.*.......\n....*.......\n*.**........\n*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**\n...........*\n............\n............\n*.*.........\n..*........*\n*...........\n..*.........\n..*.........\n.**.*.......\n*...*.......\n****........\n.**.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.*.**.\n*.*.*.\n**.*.*\n.**.*.\n..*...\n*.****\n*.**.*\n..*.*.\n*....*\n**.***\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.*****\n*.*..*\n**...*\n**..**\n....**\n....**\n....**\n.....*\n.*.***\n.**..*\n*..*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n......\n.....*\n*.....\n**...*\n.*...*\n.*.*..\n..*...\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n...*...\n.......\n.......\n..*.*..\n..*..*.\n..**.*.\n....*..\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n.**..*.\n..**.*.\n.....*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.......\n.......\n.......\n...*...\n.**..*.\n..**.*.\n.....*.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n***.....\n..*.....\n...*....\n***.....\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.*.*....\n.*.*....\n.*.*....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.***....\n.*.*....\n.*.*....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n***\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....*.\n...**.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.**\n**..\n.*..\n*.**\n....\n****\n....\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*...\n....\n.**.\n*...\n.**.\n*...\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n....\n****\n...*\n.**.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n*..*\n*...\n*.*.\n*.*.\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n****\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*..\n**.*\n*...\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n..**.*.\n..*..**\n...*...\n...*.*.\n.....*.\n...***.\n```\n\n\n## Output without wrap\n\n```\n....*..\n..**.*.\n..*..**\n..**.**\n.......\n...*.**\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n..**.*.\n..*..**\n..**.**\n.......\n...*.**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n..**..\n**....\n.**..*\n*.****\n..*..*\n..*.*.\n..*.*.\n..*.*.\n..*..*\n.****.\n**....\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*..*..\n*..*..\n.....*\n.....*\n..*..*\n.**.**\n.**.**\n.**.**\n.....*\n*..**.\n**.*..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*..*..\n*..*..\n......\n......\n*.*...\n.**.**\n.**.**\n.**.**\n.....*\n...***\n**.*..\n.*....\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n***.*\n.*.*.\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.***.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n....*\n..**.\n..**.\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n***.\n***.\n****\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n**..\n....\n.**.\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n.**.\n....\n....\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n*.......*\n*.......*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...***\n***...***\n***...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**..*.*\n****...*.*\n....*...*.\n.********.\n**....**..\n..***..***\n..*.****.*\n```\n\n\n## Output without wrap\n\n```\n*..**.....\n*......*.*\n*........*\n*****...*.\n*........*\n..*.*....*\n..*.****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.......*..\n..........\n*****...**\n*.........\n..*.*....*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.......\n****.*.......\n..*..*.......\n..*...**.....\n..*....*.....\n*.*....*.....\n.*.....*.....\n*...***.....*\n```\n\n\n## Output without wrap\n\n```\n.*.*.........\n.*.*.**......\n....**.......\n.***..**.....\n..**...**....\n..*...***....\n**...*.*.....\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........*\n.*.*.**......\n....**.......\n.***..**.....\n..**...**....\n..*...***....\n.*...*.*....*\n*...***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.*.\n**....**.**\n.*......*.*\n.*....**..*\n.*.....**..\n.*.*..*..*.\n**....**.*.\n*.**...**.*\n..*..***.*.\n```\n\n\n## Output without wrap\n\n```\n**....**.**\n***...**..*\n.**.....*.*\n***...*....\n**......**.\n.*....*..*.\n*..*..*..**\n*.**.*....*\n.***..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*...*.\n.**...**...\n.**.....*..\n.**...*....\n.*......**.\n.*....*..**\n...*..*..*.\n*.**.*.....\n*.**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**...*\n......\n.**..*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*...\n.****.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*.....\n..*..*\n*****.\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.*.**.\n...*..\n*.****\n.**...\n**.*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n..****\n..*..*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..*...\n**...*\n*...*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n************\n**.*********\n************\n***.*******.\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..*\n*.*...*..\n***.**.*.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n*.*...**.\n*.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..**\n*.*...**.\n*.*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n.........\n.........\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n..*\n*..\n.*.\n...\n...\n..*\n.**\n*.*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n...\n...\n...\n.**\n..*\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n*...........\n.*..........\n*.....*.....\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.\n*......\n*.*....\n*.*....\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n*......\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n*......\n*.....*\n*......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n**.**.\n...***\n```\n\n\n## Output without wrap\n\n```\n***.*.\n*....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.**...*\n*******\n....***\n***...*\n....***\n..**.*.\n*...*.*\n.*****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..***..\n.....*.\n.....*.\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n....*.*\n.......\n.......\n.......\n..***..\n*.....*\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.\n.***.*..\n......*.\n.****.**\n*****...\n****...*\n****.*..\n*..*.***\n*..*.*..\n*....***\n.*..****\n*.****..\n...****.\n```\n\n\n## Output without wrap\n\n```\n...*.**.\n..**.*..\n......**\n*...*.**\n.....***\n........\n.....*.*\n*..*.*..\n**......\n**.....*\n***....*\n.**....*\n..*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**.*..\n*.....**\n....*.**\n.....**.\n.......*\n.....*..\n...*.*..\n.*......\n.*......\n.**.....\n***.....\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..***.\n***..***.\n***..***.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*.*..*.*.\n...**...*\n*.*..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...**....\n...**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.....*\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...**\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n...\n***\n...\n***\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n*.*\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n...**.....\n..*..*....\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n...**.....\n..*..*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******...\n.******...\n.******...\n.******...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n..*..*\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n****.\n***..\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n***.**.\n**.*.**\n*******\n**...**\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n...*...\n*..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n.*..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...**\n.........\n*.*....**\n..**....*\n*.**....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.....\n.***...**\n........*\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...**\n****.....\n****...**\n.........\n*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.......*.\n.*......*\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n*........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n.*.*\n.**.\n....\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*..\n.**.\n*...\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**..\n***.\n...*\n**.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.***\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n........\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*..*\n****..*.*.\n*.......**\n.****....*\n.**......*\n...*.....*\n...*.....*\n...*....*.\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n..........\n...**....*\n...**..*.*\n**.**..*..\n..***.....\n.......*..\n....*..*..\n..*.*...**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.....\n...**.....\n...**..**.\n...**..*.*\n*.***...**\n.......*..\n....*..*..\n..........\n**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n*.....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n............*\n.*.........*.\n.*..........*\n.*...........\n........***..\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n...........**\n***..........\n.........*...\n.........*...\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n...........**\n.**..........\n*........*...\n.........*...\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*\n......***...\n...*..****.*\n*.*.**..*..*\n..*..*...***\n...**......*\n............\n............\n.........*..\n**.......***\n*.*.......*.\n```\n\n\n## Output without wrap\n\n```\n.......*....\n......*..**.\n...**....**.\n.**.**.....*\n.**..*...*.*\n...**......*\n............\n............\n.........*..\n**.......*.*\n*........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*...*\n......*..**.\n*..**....***\n***.**......\n.**..*...*..\n...**......*\n............\n............\n*........*.*\n**.......*..\n.........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**\n...*..**.\n.***.**..\n***.***.*\n.**...*..\n......***\n```\n\n\n## Output without wrap\n\n```\n.......**\n...*....*\n*........\n*...*....\n*.**....*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n...*....*\n........*\n....*....\n..**.....\n*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*..\n******.\n.***.*.\n***.**.\n...*.**\n*.*****\n.*****.\n****..*\n.******\n*****.*\n**.***.\n****.*.\n```\n\n\n## Output without wrap\n\n```\n....**.\n....***\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n......*\n*......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*....*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*....*\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..**\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n.*..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********.*\n*****.****.\n.********.*\n***********\n******.****\n****.***.**\n***********\n```\n\n\n## Output without wrap\n\n```\n*..........\n..........*\n..........*\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.**.\n.....**..\n*...**.*.\n.*****..*\n*.*....*.\n**.*....*\n..***...*\n*.**.**..\n..**.*...\n.*.***...\n.*.*..***\n*.***.**.\n.*.*...**\n.***.*.**\n```\n\n\n## Output without wrap\n\n```\n...**.**.\n.*.......\n.**....*.\n*.*..*.**\n*......**\n*...*..**\n*....*.*.\n.....**..\n.........\n.*...*.*.\n**......*\n*...**...\n*....*...\n.*.**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.*.......\n***....**\n..*..*.*.\n.......*.\n....*..*.\n.....*.**\n.....**..\n.........\n**...*.*.\n.*......*\n....**...\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***......\n...*.*......\n...*.*......\n...*.*......\n...*.*.*....\n.......*.*..\n.......*.*..\n.......*....\n```\n\n\n## Output without wrap\n\n```\n..**.**.....\n............\n.*..........\n..**.**.....\n............\n......***...\n......***...\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**........\n.......*....\n.*..........\n..**.**.....\n............\n......***...\n.....**.*...\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n*..*......\n...*.....*\n..*......*\n**........\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.*.*......\n..**......\n.**.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n**.*......\n*.**.....*\n.**......*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..*..\n.*...\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n*.*\n*..\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n*..\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n**.**\n.**..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n**.**\n****.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.*.**\n.****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.*..**\n*.*.*.\n.**.**\n..*.**\n..*.**\n..***.\n.**...\n..*...\n*.*.*.\n.**.**\n..*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n***..*\n.....*\n*.*...\n..*...\n..*...\n.**...\n....**\n.*....\n..*...\n..*.**\n..*.**\n....**\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n......\n..*...\n..*...\n..*...\n.**...\n....**\n.*....\n..*...\n*.*.*.\n*.*.*.\n....**\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n..*.\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n.***\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*.*.**.\n.*......\n*.....**\n***.....\n*..*..*.\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n***..*.*\n*.*.....\n*.*...**\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.****\n..*.....\n.**..*..\n..*....*\n..*...*.\n*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.*.*..\n...*.*.*.**.\n*...*.*.*..*\n..**.**.....\n```\n\n\n## Output without wrap\n\n```\n..**.....**.\n.*.*.*.*.**.\n..*.....***.\n...*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*.**.\n**.*.*.*.***\n..*.....****\n*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.*....\n.*.*..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*.*..\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**..\n.....**..\n......*.*\n*********\n*.*.**..*\n*.*.*...*\n******.*.\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.........\n.***....*\n*.*.....*\n*.......*\n*.....***\n*.*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...**\n*........\n.***....*\n..*......\n.........\n......**.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..**\n..**..*.\n..**..*.\n```\n\n\n## Output without wrap\n\n```\n..***.**\n.*..****\n..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*\n.***....\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n*.**..**\n.*...*..\n...*....\n.*...*.*\n...*...*\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*....*..\n.*..*.**\n.**.*.**\n......**\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**.\n....*...\n....*...\n..*.*.*.\n..*...*.\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n*....\n*****\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.**.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.....\n***..\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........*.\n**......**.*\n*.**....***.\n.*.*......**\n...*.....*..\n..*...**.*..\n*.....***...\n```\n\n\n## Output without wrap\n\n```\n**.......**.\n........*..*\n*..*....*...\n.*.**...*..*\n...*....**..\n......*..*..\n......*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n........*...\n...*....*...\n**.**...*..*\n...*....**..\n......*..*..\n*.....*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n....**\n......\n......\n......\n......\n.*.*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n....**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.***\n****..****\n***.******\n*******.**\n*********.\n.**..*.***\n**********\n****.**..*\n**********\n*.****.*.*\n*..******.\n**********\n******.***\n**.**.****\n```\n\n\n## Output without wrap\n\n```\n*..**....*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.........*\n*........*\n*.........\n..........\n..........\n*.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*...***.\n.....****.**.*\n..*****.**..**\n.......***..**\n.......***..**\n..*........**.\n.*.*.....*....\n...*...*......\n.*.**.**....**\n.**.....*....*\n......**.*.*..\n..*..*.....**.\n....*.**....**\n*...*...**.*..\n```\n\n\n## Output without wrap\n\n```\n....*.*..**.*.\n.*......*....*\n...**.........\n...***....**..\n.......*.**...\n..*......*****\n...*..........\n...*..***.....\n.*.**.***...**\n.***.*..*....*\n.**...***.**..\n.....*..*.**.*\n...**.***.*..*\n.....*.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.......\n.*......*.....\n*..**.........\n*..***....**..\n.......*.**...\n..*......*****\n...*..........\n*..*..***.....\n.*.**.***...**\n.***.*..*....*\n.**...***.**..\n.....*..*.**.*\n...**.***.*..*\n**..*.*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..........\n.***.........\n..*........*.\n..........**.\n*......******\n**....**..*..\n```\n\n\n## Output without wrap\n\n```\n..**.........\n.*..*........\n..**.........\n*.......**.*.\n**....*.**...\n**....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.*.**........\n..**.........\n*.......**...\n......*.**...\n**....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n....\n....\n****\n*.*.\n.**.\n..**\n.***\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n*.**\n*...\n....\n....\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n****\n*.*.\n....\n*...\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n...**\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n..*..\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n*.*..\n*..*.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n*.**.\n**..*\n.****\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n*...*\n*...*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*...*\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*..\n....*.....\n....*..*..\n....*..*..\n.......**.\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n...***....\n......**..\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n...***....\n...***....\n......**..\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.\n**.*..**.\n*....*..*\n.........\n..*.*.*..\n.*.....**\n```\n\n\n## Output without wrap\n\n```\n**....*.*\n..*..*..*\n**...*..*\n.......*.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.**...*..\n**...*..*\n*........\n*......*.\n**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n****.\n.....\n.....\n*....\n.....\n.....\n.....\n.....\n*..**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n....*\n*****\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*....\n.....*....*.\n..*....*.**.\n***....*..*.\n....*..*.**.\n....**..*...\n...***...**.\n*.**..*..*.*\n..*****..*.*\n..*...*.****\n```\n\n\n## Output without wrap\n\n```\n............\n..**..*.***.\n..*...*.****\n.***..**...*\n.*.*****.**.\n......*.*...\n..*...*.***.\n.*....*.**.*\n....*.*....*\n..*.*.****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..***..*\n..**..*.***.\n..*...*.***.\n.***..**....\n.*.*****.***\n......*.*...\n..*...*.****\n**....*.**.*\n....*.*.....\n.*....*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.*.\n*.**....*\n.....**..\n.......*.\n.*.....**\n.*......*\n.***...**\n..**.....\n.........\n..*.***..\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.*..**.\n..*...*..\n.........\n.......**\n***......\n.*.......\n.*.*.....\n..****...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.*\n.***.....\n..*...*..\n*........\n*......**\n..*......\n.*.......\n**.*.....\n..*.**...\n....*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.....*.\n.*.**.*\n.....*.\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n....*.*\n.***...\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n*...***\n....*.*\n.***...\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.......\n..*..***....\n**...*..**..\n*...*.****.*\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n.*..*****...\n**..*....**.\n**...***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.......\n.*..*****...\n**..*....***\n**..*.**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n**.....\n..**..*\n..*..*.\n*.*..*.\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.*.....\n..**...\n..*.***\n.......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n**.....\n*.**..*\n..*.**.\n.......\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n.**.\n..**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n....\n.*.*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n**.*\n..**\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.\n****..*\n*....*.\n*..*...\n*...*..\n.......\n```\n\n\n## Output without wrap\n\n```\n******.\n*......\n*.****.\n**.**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n.......\n..***..\n...**..\n....*..\n..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**.*\n*.**\n.*.*\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n..**\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.****\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n.**\n***\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n**....\n.*....\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n**...*\n..*..*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n..*......\n....**...\n.*..****.\n.....*...\n*.....*..\n......*.*\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..*......\n.........\n...**....\n.....*.*.\n.....*.**\n.......*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*......\n.........\n...**....\n.....*.*.\n.....*.**\n.......*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n..*.\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n**.*..*\n*.....*\n.......\n..*....\n..*....\n.......\n.***...\n.***...\n.*.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n.......\n.......\n.......\n**.**..\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.*....*\n.......\n.......\n.......\n.......\n.......\n**.**..\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n.*...**\n**...*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n***.*..\n***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*..*...\n*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*....*\n**..........\n.*..........\n...**.......\n...**..*....\n***.*.......\n*.***.......\n**.*........\n```\n\n\n## Output without wrap\n\n```\n.*..........\n..*.........\n............\n*..**.......\n.***.*......\n....**......\n**.***......\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........\n..*........*\n*...........\n*..**.......\n.***.*......\n*...**......\n...***......\n...**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.....**..\n...*.*...\n...*.....\n.........\n*........\n*........\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....***..\n.....**..\n....*....\n.........\n.........\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....***..\n.....**..\n....*....\n.........\n.........\n**......*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n*..\n...\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n..*\n...\n*..\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.....\n.....\n.....\n***..\n*****\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.*...\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..*..\n*..**\n*.*.*\n.**..\n....*\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*..\n..*..\n..*..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*.*.*\n*.*..\n***.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n*....*\n*.....\n*....*\n***...\n.*....\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n*.....\n.*....\n.*....\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n.*...*\n.....*\n*.....\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n.**....\n..*....\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n..*....\n.......\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n**.**..\n...**..\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n**....\n..*...\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.*...\n*.*...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.*...\n.**...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n.***\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n.**.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n***.\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n*.*.\n.***\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..**....\n*...........\n*.....**....\n*...........\n```\n\n\n## Output without wrap\n\n```\n.*..........\n*...........\n**..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........*\n*..........*\n**.........*\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n..*.......\n*.**..*.*.\n.*....*.*.\n.***.*.**.\n.....*.*..\n.......*..\n```\n\n\n## Output without wrap\n\n```\n.*........\n...*......\n.*.***....\n......****\n.**.....**\n.**.*.**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n*..*.....*\n.*.***..*.\n*.....***.\n.**.....**\n..*.*.**..\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**..\n...*\n...*\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n*...\n*.*.\n....\n.*..\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n....\n*...\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**...*\n..***.\n......\n......\n**.***\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n.*....\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n*..*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*****\n*****\n*****\n***..\n*.***\n*.*.*\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**....*\n**....*\n.*...**\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n..*...*\n.*...**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n*......\n.*....*\n..*....\n.*...*.\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*..***\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*..\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*\n**..**\n.**..*\n..*..*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n***.*.\n*....*\n..*..*\n.....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..*...\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n*.**\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n****\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n*.*\n***\n**.\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*..*.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***......**.\n*.**.......*..\n*.*.*......*.*\n```\n\n\n## Output without wrap\n\n```\n..........***.\n.*.*......*...\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*..**\n**.......*..**\n**.......*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.....\n.....\n.....\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n....\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n*.*...\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.***..\n*....*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*.....\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.\n........\n.*......\n..*..**.\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.\n.....*..\n........\n.****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n.*****\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n*.......**\n.*.**..*..\n.....**...\n........*.\n*.....*...\n*....*....\n.****.....\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n....*****.\n....****..\n.....***..\n..........\n*.****....\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....**\n*.......**\n*...******\n....****..\n.....***..\n.........*\n*.****....\n*****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n...*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*.*..*.*\n.........\n*.......*\n...**....\n.........\n..***...*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n.........\n.........\n.........\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*.*.*\n**.***\n..*.**\n.***.*\n*....*\n```\n\n\n## Output without wrap\n\n```\n.****.\n...**.\n**....\n*.....\n*..**.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n......\n.*....\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...**...*\n****..........\n..............\n........*.....\n........*.....\n.*............\n***.....*.....\n.****..***....\n```\n\n\n## Output without wrap\n\n```\n*..*..........\n*.............\n*..*..........\n..............\n.*............\n**......*.....\n*.*....*.*....\n.......*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...*...**\n...*.........*\n...*..........\n..............\n.*............\n**......*.....\n*......**....*\n*.....**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**..\n..******\n...*..*.\n..***...\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.......*\n......**\n..*.**..\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n......**\n..*.**..\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n....*.\n...**.\n....*.\n..***.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*..*\n..**.*\n.**...\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n*.**.*\n.**...\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n***..\n*....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*.**.\n*....\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n****\n...*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*..*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....\n***.....\n........\n........\n*......*\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n*.*.....\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*.*.....\n.*......\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*****\n*.********\n**********\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.**\n.***\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n**....\n.*....\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.**..*\n**....\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n..***.\n..*...\n.**...\n.**...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n..*\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..*..*..\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n........***...\n.......*..*...\n**......**....\n**............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.........*....\n........***...\n.......*..*...\n**......**....\n**............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.........*....\n........***...\n.......*..*...\n**......**....\n**............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.....\n.*...*\n......\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n**...*\n.*...*\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n..**.\n*..**\n.**.*\n.....\n.....\n...**\n*..*.\n*..*.\n*..*.\n****.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.***.\n.....\n...*.\n.....\n.....\n..***\n.....\n*....\n*....\n*....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*..*\n.**..\n*..*.\n**...\n.....\n.....\n..***\n*....\n*....\n*..*.\n..**.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*...**\n..*.*.*..*.\n.****.****.\n**..**.**.*\n.*.....*.*.\n*.....**.**\n...**......\n**.*****..*\n.**.*.*.***\n.*.**.*.*..\n*.....**.**\n..*****..*.\n.*..*....*.\n*.*.......*\n```\n\n\n## Output without wrap\n\n```\n.*****...**\n......*....\n*.........*\n*...**....*\n.*...*.....\n......**.**\n****....***\n**....***.*\n........*.*\n**.**.*....\n.*.......**\n.****.**.*.\n.*..*....**\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...*.\n*.....*....\n...........\n....**....*\n.*...*.....\n*.....**.**\n.***....**.\n.*....***.*\n........*.*\n.*.**.*....\n**.......**\n*****.**.*.\n**..*....*.\n....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n***.\n***.\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n...*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n..**\n..**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.....\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*...**\n*.*****..*.\n.*.****...*\n```\n\n\n## Output without wrap\n\n```\n..*..**..**\n*........*.\n.*....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n.........*.\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......***.\n*.*.........*\n.***........*\n...**.*......\n...*.*.......\n....*.**.....\n.....***..*..\n**......****.\n```\n\n\n## Output without wrap\n\n```\n.*........**.\n*..*......*.*\n.*..*........\n.....*.......\n...*...*.....\n....*..*.....\n.....*....**.\n......******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*....\n...*......*.*\n.*..*.......*\n.....*.......\n...*...*.....\n....*..*.....\n.....*....**.\n**....***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n..****...\n...*.....\n...***...\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n*..\n...\n...\n...\n**.\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n...\n...\n...\n...\n...\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....**.\n....**.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n....**.\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n....**.\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..***...\n..**.**..***.\n.*.*...***..*\n*.**...*....*\n**.....***..*\n..*.*.**.*...\n***.*.**.****\n......****.**\n......*...**.\n.....**....*.\n.....**......\n..**.***.*...\n.**..**.**...\n.**..******..\n```\n\n\n## Output without wrap\n\n```\n....*..**....\n.**.*....**..\n***..*.*..*.*\n**......*.***\n.*.........**\n..*..........\n.**..........\n.**..........\n........***..\n........***..\n..*.......*..\n..*..........\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....**.\n*....**...***\n*.*..*.*..***\n*.......*.***\n.............\n*.*..........\n*.*..........\n***..........\n........***..\n........***..\n..*.......*..\n..*..........\n..**.........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n..**..\n..**..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.*.\n...*****.\n...**...*\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n..*......\n```\n\n\n## Output without wrap\n\n```\n...*.*.*.\n..*....**\n......**.\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*.\n..*....**\n......**.\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*....\n*.*.*....\n*.*.*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n*.*.**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**..*\n*.*.**..*\n*.*.**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n......\n.*..**\n*....*\n*...*.\n.*...*\n..**.*\n**.*..\n***.**\n```\n\n\n## Output without wrap\n\n```\n..*...\n..**.*\n**..**\n**....\n...*.*\n...*.*\n*..*..\n*.*...\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*.....\n.*..**\n*...**\n.*.**.\n.*.*.*\n*..*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n...**.\n***...\n..**..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.**.\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*.**.*\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....*\n*.***.*.*\n...*.....\n***...***\n*....*..*\n....*..**\n```\n\n\n## Output without wrap\n\n```\n**.**..*.\n*...*..*.\n*...***.*\n***...***\n*....*...\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n....*..**\n....***..\n.**...**.\n.....*...\n.*..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..**..*\n***....\n...*.*.\n.*.....\n.......\n......*\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.***...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.***\n*.*....\n..**..*\n**....*\n.......\n.......\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*.....\n**....\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n....*.\n.*...*\n......\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n.......*\n*....**.\n*.......\n....*..*\n........\n....***.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......**\n.....**.\n......*.\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n......**\n*.......\n.....**.\n......**\n.....*..\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.......*\n******.......*\n******......**\n```\n\n\n## Output without wrap\n\n```\n*....*........\n......*......*\n*....*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n......*.......\n......*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n*.*...\n**....\n.***..\n**....\n```\n\n\n## Output without wrap\n\n```\n..**..\n.****.\n.***..\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.*..*.\n..**..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n..**..\n.*.*..\n***.*.\n.*.*.*\n*.....\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*....\n*...*.\n*...*.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n**....\n*...*.\n....**\n...***\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*****\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*.**.\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n*.*.*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n....*\n..*..\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n..***.\n.*.*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...**.\n..*..*\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n...**.\n..*..*\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n*.*.*...*..\n...*.*..*..\n........*..\n........*..\n.........*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...**......\n...**..***.\n.......***.\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...**......\n...**..***.\n.......***.\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...\n*....*...\n....***.*\n....**.**\n*...*.*..\n...*.***.\n.**...**.\n..*.**...\n..*.*...*\n....**...\n...***...\n...*...**\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......**\n.........\n.*..*....\n.......*.\n.***.***.\n.....**..\n.........\n....*....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.......*\n.*.......\n*.......*\n.*......*\n**..*....\n*......**\n.***.***.\n.....**..\n.........\n....*....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.....\n*.*...\n.*.*..\n.**.*.\n..*.*.\n..***.\n***..*\n..*..*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n*.*...\n*..*..\n.*..*.\n....**\n....**\n.....*\n*.****\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*....*\n*.*...\n*..*..\n.*..*.\n....**\n*...*.\n*....*\n..***.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*...*.**.*\n***.**...*..**\n..*.*.**.***..\n.....*..**.*.*\n.*..*....*.***\n...**.*.*..***\n**..*.......*.\n**.*.*....*...\n.....*.****.**\n....**........\n```\n\n\n## Output without wrap\n\n```\n.*.****...*.*.\n....*..**..*.*\n........*....*\n..*.........*.\n.*.....**.....\n*...*.........\n....**...*..**\n*.*..****.*..*\n.*.........**.\n....*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*..*\n......***..*..\n*.......*...**\n..*...........\n**.....**.....\n.*..*.........\n*...**...*....\n.**..****.*.*.\n..**....*.**..\n.*.*****......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**...*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n*.........\n.*........\n..**......\n..**......\n...*......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.**.......\n.*.*......\n....*.....\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.**.......\n.*.*......\n....*.....\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n****\n**..\n**..\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.**.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...*\n.....*...*\n......*.**\n*.....*...\n*......***\n......***.\n....**....\n.......*.*\n*..*..**..\n..**......\n.*..**.*.*\n***.....*.\n......*.**\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n.........*\n....*...**\n.....**..*\n.....**...\n.....**...\n.......**.\n...***..*.\n.*.......*\n.*...*...*\n*...*...*.\n*.*..**.**\n***.....**\n......*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...**.\n*.........\n.*..*...*.\n**...**.*.\n.....**...\n.....**...\n.......*..\n...***..*.\n..........\n**...*....\n....*...**\n.**..**...\n.**.*...**\n....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.*.*.\n..*...\n*.**..\n.*....\n......\n......\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n..*...\n..**..\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*.*..\n..*..*\n..**..\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............**\n*............*\n.....**.......\n.....***......\n......*.......\n...........*..\n*...*.....***.\n....**.....*.*\n```\n\n\n## Output without wrap\n\n```\n............**\n............**\n.....*.*......\n.......*......\n.....***......\n..........***.\n....**....*...\n....**....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n*...........**\n.....*.*......\n.......*......\n.....***......\n..........***.\n....**....*..*\n*...**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n..........\n.**.......\n*.**...*.*\n.*.*...*.*\n..........\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n.***......\n*..**.....\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n****......\n...**....*\n*.*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n***\n...\n***\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..***\n..*.*\n.....\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.....\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.*....\n...*........\n*...........\n.*.**.......\n..*.........\n............\n............\n............\n............\n............\n.....*.*....\n.**....*....\n```\n\n\n## Output without wrap\n\n```\n....*.......\n....*.......\n..***.......\n.***........\n..**........\n............\n............\n............\n............\n............\n......*.....\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*.....\n....*.......\n..***.......\n.***........\n..**........\n............\n............\n............\n............\n............\n......*.....\n.**.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n..*\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n.*........\n*.........\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n.**.......\n***.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n***.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.***.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..**..\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*..\n**..*.*.\n..*.***.\n****.**.\n*...*...\n...*...*\n***..**.\n**..**.*\n.*.*..*.\n*..*..*.\n.*..*.**\n**.....*\n.**..**.\n```\n\n\n## Output without wrap\n\n```\n*.****..\n*.....*.\n.......*\n*.*...*.\n*...***.\n*.*****.\n*.**.*.*\n...**..*\n.*.*..**\n**.**.*.\n.**..***\n*......*\n***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n*.....*.\n........\n*.*...*.\n*...***.\n..******\n..**.*..\n...**...\n.*.*..*.\n**.**.*.\n.**..**.\n........\n...****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*...*...\n...*....\n*...*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*****\n*******\n*******\n*****.*\n.**.*.*\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n......*\n*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*.*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*...\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*\n...*..*.\n.*....**\n....*..*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*....*\n...*....\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.**.....\n..*....*\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..***\n.**..\n...*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n.*..*\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.*..*\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n...***\n***...\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n.*...*\n*.***.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n**...*\n..***.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n*.**\n***.\n***.\n**.*\n.***\n.***\n****\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n....\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*....\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n***..\n..*.*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n..*.*.*\n.**..**\n..*...*\n**..*..\n```\n\n\n## Output without wrap\n\n```\n...***.\n.****.*\n....*.*\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n*.....*\n**..**.\n...*.**\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n......\n*.*...\n...*.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*..**...\n.*******.*.*..\n.**...*...***.\n*..****...****\n**.*.*........\n**.*..........\n*.***.........\n..............\n..............\n.*...*.*......\n***...*....***\n..*..*....*.**\n```\n\n\n## Output without wrap\n\n```\n**....*****...\n.......***..*.\n*........*...*\n*..*..*...*..*\n...*.**....**.\n..............\n*.***.........\n...*..........\n..............\n***...*.....*.\n*.*..**....*.*\n..*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***..**\n.......***..*.\n.........*....\n...*..*...*...\n...*.**....**.\n.............*\n*.***.........\n...*..........\n..............\n.**...*.....**\n..*..**....*..\n....***..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.....\n..**.....\n.*..***..\n**.....*.\n........*\n.........\n.*.......\n.*.*....*\n***.****.\n.*.**....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**.*...\n**.****..\n**...***.\n.........\n.........\n..*......\n...*****.\n*....***.\n*.....*..\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..**.*...\n**.****..\n**...****\n*.......*\n.........\n*.*......\n...******\n.....****\n*.....*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......*.***\n.******.*.****\n*****..***...*\n**..**.**..*.*\n*..*****.*.*.*\n*.********.***\n.**.**.******.\n*.******.*.*.*\n.***..*.*.**.*\n.**..**..*..**\n****...***.***\n..****..****..\n...*****....**\n..*****.******\n```\n\n\n## Output without wrap\n\n```\n.*..**...*...*\n.....**.......\n.............*\n.............*\n*........*.*.*\n*............*\n*.............\n*............*\n*.......*..*.*\n....***.......\n*......*.....*\n..............\n.............*\n..*.....****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.....**.......\n..............\n..............\n.........*.*..\n..............\n..............\n.............*\n........*..*..\n....***.......\n.......*......\n..............\n.............*\n.*......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*.\n....*...**\n..........\n..........\n.....*...*\n```\n\n\n## Output without wrap\n\n```\n...**...**\n...**...**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..**\n...*.*..**\n..........\n..........\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n...\n...\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..*****\n*.*****.***.\n.**.*....*..\n.**.*.......\n...***.**...\n...*...***..\n**..*..*..*.\n```\n\n\n## Output without wrap\n\n```\n***.*.**...*\n*.....*....*\n*.......***.\n.*......*...\n.....***.*..\n..**.*...*..\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n......*.....\n*.......***.\n.*......*...\n.....***.*..\n..**.*...*..\n.****.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.**\n****.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****....\n***........\n*.*.*......\n....*.....*\n....*...*..\n.***....*.*\n..........*\n..*.**.....\n..*........\n```\n\n\n## Output without wrap\n\n```\n..****.....\n*..........\n*.*........\n....**.....\n..*.*......\n..**.......\n.*..*....*.\n...*.......\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....\n*..........\n*.*.......*\n....**.....\n*.*.*......\n*.**.......\n**..*....*.\n...*.......\n.**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n*.....**.\n*...*..*.\n.**....*.\n...*....*\n*.....***\n.......*.\n....*.***\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n.....***.\n.....*..*\n.**......\n*..*..*..\n.*.*..*.*\n.....**..\n.....*..*\n......***\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.....*.**\n*.*....*.\n*..*..**.\n...*..***\n*....**..\n*....*...\n*.....*..\n......*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..**\n**..\n..**\n....\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n*..*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n....\n..**\n****\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....*\n*.*.**...\n.**......\n...***...\n.........\n*........\n```\n\n\n## Output without wrap\n\n```\n.**......\n*..*.....\n.**......\n.**.*....\n....*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n*..*.....\n.**......\n.**.*....\n.**.*....\n****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*...*\n.*.**\n*****\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*.*\n.....\n*...*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*..\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n..*.\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n****\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n**.**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n**.**\n**.**\n**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n.**\n***\n**.\n***\n***\n***\n**.\n*.*\n*.*\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.....*\n*...*.\n**.***\n.****.\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n**.*..\n*....*\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n...***\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.*\n.**.*.*.*\n*........\n*..*.....\n.*..*....\n..*.*....\n....***..\n.....*.**\n**..*.**.\n*...*.**.\n.***.*.*.\n.*..**.*.\n.*******.\n.....*.**\n```\n\n\n## Output without wrap\n\n```\n.**.*....\n....*....\n*..*.....\n*........\n****.....\n..*.*....\n...***.*.\n...***.*.\n**.......\n....*..**\n*.**.....\n*......**\n.*.**.*..\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..*\n....**..*\n...*....*\n........*\n****.....\n..*.*....\n...***.**\n**.***.**\n.*.......\n....*....\n..**...*.\n.......*.\n..*....*.\n....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***\n*.....*.\n........\n.*.....*\n........\n.*......\n**......\n........\n.....**.\n.....**.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n.....***\n.....***\n........\n........\n........\n**......\n**......\n........\n.....**.\n....*...\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.....**.\n*......*\n........\n*.......\n**......\n**......\n........\n.....**.\n....*...\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*..\n...*.....**\n...**....*.\n...*.....**\n```\n\n\n## Output without wrap\n\n```\n.........*.\n..**....***\n..***...*..\n...**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*..\n..**....***\n..***...*..\n..**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n**..\n**..\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n**..\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n**..\n...*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....**\n.**.....*\n.*.*....*\n.....*..*\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.**....**\n**......*\n.*.....**\n..*....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n.*......*\n.*.....**\n..*....**\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n**.***\n******\n**.***\n****.*\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n....*\n*....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.*..*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**.\n..******\n**.****.\n.*...***\n.**..***\n.*...*.*\n..*....*\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n........\n...*....\n*****...\n***..**.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*\n**......\n........\n.*.*....\n*****...\n.....*.*\n...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n...*.*.\n.......\n*.**.*.\n**.*.*.\n***....\n*....**\n*.*.*..\n.****.*\n.*.*..*\n.*.***.\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n.......\n.*.....\n.*..*..\n.*...*.\n.**..**\n..*....\n*.*.*..\n*..*...\n..*.*.*\n**...**\n..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n....**.\n.*.....\n.*..*..\n.*.....\n..*..*.\n.**..*.\n..*.*..\n*..*...\n..*.*.*\n.*..***\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n..*...\n***...\n.*..*.\n..****\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*.*...\n*.**..\n*...**\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n..*...\n*.**..\n....*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****.\n.*.**...*\n.***..***\n.*..*.**.\n.....*..*\n...*..***\n```\n\n\n## Output without wrap\n\n```\n...*****.\n.*......*\n**....*.*\n.*.**....\n....**..*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n.*......*\n.*....*.*\n.*.**....\n*...**..*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.....*...\n......*..\n....*....\n....***..\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n.....*...\n....*.*..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n......*..\n.....*...\n....*.*..\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***...\n...*...*..\n.......*..\n..........\n.*......*.\n.........*\n........*.\n...*..*...\n...*......\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n....*.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*..*.\n*.....***..\n*........*.\n......*...*\n..........*\n......*...*\n```\n\n\n## Output without wrap\n\n```\n......*.*..\n**....****.\n......*.**.\n.........**\n.........**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.**.\n**....****.\n*.....*.**.\n*........**\n*........**\n*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****.*.**\n.**.**..*..\n...***.*...\n..**.*...*.\n...*..***..\n.*.*.*.**..\n```\n\n\n## Output without wrap\n\n```\n.*...**.**.\n.*.....***.\n.*......*..\n..*..*.....\n...*.*...*.\n..*.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*.\n**.....***.\n.*......*..\n..*..*.....\n...*.*...*.\n**...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....*.*.\n..**......*.*.\n..*.*.....***.\n*..*..*....**.\n*......****...\n*..***....*.*.\n.........*****\n...**....*.*..\n.........*.*..\n.........**...\n..............\n.........***..\n..***.......*.\n```\n\n\n## Output without wrap\n\n```\n...**.........\n..*..*...**.**\n.**.*.....*..*\n.*.*...**...*.\n**.*.******.*.\n....*.......**\n.....*...*...*\n........**....\n........**.*..\n.........**...\n...........*..\n...*......**..\n...*......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......**\n..*..*...**.**\n.**.*.....*...\n.*.*...**...*.\n**.*.******.*.\n*...*.......*.\n.....*...*...*\n........**....\n........**.*..\n.........**...\n...........*..\n...*......**..\n...***...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*.**.\n....**..*..\n.**.*.*.*..\n***.....***\n..**.*.***.\n.**...**.*.\n```\n\n\n## Output without wrap\n\n```\n...**..***.\n.**...*.*..\n*.*.*...*..\n*...***...*\n*..*.......\n.***..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*..**\n.**...*.*..\n..*.*...*.*\n*...***...*\n...*.......\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n.****\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*..*\n.*.*.\n**.**\n.*.*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.*.*.\n**.**\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*..\n.*.*.\n.*.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n.*.\n..*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***..\n...****.\n......*.\n........\n........\n*......*\n*.....*.\n........\n.....*..\n.....*..\n....**..\n```\n\n\n## Output without wrap\n\n```\n...*..*.\n...*..*.\n....*.*.\n........\n........\n........\n........\n........\n........\n.....**.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*..*.\n....*.*.\n........\n........\n*......*\n*.......\n........\n........\n.....**.\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n...*.***..\n..........\n*.........\n.**.......\n*..*......\n*..*......\n..........\n..*.*.....\n..***.....\n.......**.\n......***.\n......*.*.\n.....*.*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*.*..\n......*...\n***.......\n*.*.......\n*.*.......\n..........\n...*......\n..*.*.....\n..*.**....\n...*.*.*..\n.....**.**\n.....*..*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****.\n.....***..\n......*...\n***.......\n*.*.......\n*.*.......\n..........\n...*......\n..*.*.....\n..*.**....\n...*.*.*..\n.....**.**\n.....*****\n....**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n***.*\n..**.\n...*.\n*..*.\n*..*.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n..*..\n..*.*\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n*..*.\n*....\n..***\n..**.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n*.*.**\n***.*.\n**.*.*\n****.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n.****.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.*..\n.*..\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....**\n....**\n.....*\n......\n*....*\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n....**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n*.....\n....**\n*....*\n*....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n..**.....\n.**..*.**\n.*******.\n.**..**..\n..***....\n..*.**...\n...**.***\n....*.*.*\n**....***\n***....*.\n```\n\n\n## Output without wrap\n\n```\n..**.....\n...*.....\n.....*.**\n*.......*\n.......*.\n......*..\n..*...**.\n......*.*\n...**....\n*.*..**.*\n*.*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n*....*.**\n........*\n.......*.\n......*..\n..*...**.\n......*.*\n...**....\n..*..**..\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n......\n**...*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*.**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n..*.*.\n*.....\n*.....\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n***....\n...*...\n**.....\n..**...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.**....\n.......\n.*.*...\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.**....\n.......\n.*.*...\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n..*..*\n***...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n*.**..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..****\n*.**.*\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*\n...*...*.\n......*..\n...*.*..*\n....*.*..\n*.....*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n....*...*\n...**....\n....*....\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n......***\n....*....\n...**....\n*...*....\n.*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n......*..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.....***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n........*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*.**.*\n..****\n.....*\n.***.*\n*.**..\n.**..*\n...***\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n...**.\n.**.**\n**..*.\n***...\n***...\n......\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n***...\n.*..*.\n..*..*\n..*..*\n....**\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*.\n....*..*.\n.*..*..*.\n```\n\n\n## Output without wrap\n\n```\n....****.\n....****.\n....****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n*.*......\n*.*......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n**.**\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n...*..\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*.**\n******.***\n.**.*.****\n*.*******.\n.**.....**\n*.**.***.*\n**..**..**\n**..*.*.**\n..*....**.\n..**.....*\n****.*****\n..*.**.*.*\n...*.*.**.\n.********.\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n..........\n**..***...\n......*...\n.**....*..\n.***......\n.**.**....\n......*...\n.........*\n.........*\n..*.....**\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n....***...\n......*...\n..*....*..\n..**......\n..*.**....\n......*...\n..........\n..........\n.*........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n.....\n.....\n*...*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n*...*\n*...*\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*...*.\n.*...*.\n*....*.\n..**..*\n**.**.*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**..***\n.**.***\n*.**..*\n.*.***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n**..**.\n***.**.\n..**...\n**.****\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*..*\n....\n....\n....\n*...\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n*...\n....\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n.***.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n...*.\n..*..\n***.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n..*...*.\n..*..**.\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*..***\n..*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n*.....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n....***.\n....**..\n...*.*..\n*...*...\n.....*..\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....*..\n....**..\n...*.*..\n...*.*..\n.....**.\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....*..\n....**..\n...*.*..\n...*.*..\n.....**.\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*...*.\n.*.*..\n*.**.*\n**.***\n.***..\n**..**\n......\n......\n......\n.*...*\n.*...*\n*...**\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n**.*..\n*....*\n*....*\n......\n**.**.\n......\n......\n......\n......\n**...*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*.****\n.*.*..\n......\n......\n......\n**.***\n*....*\n......\n......\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*...**\n*.....\n.....*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n**..*.\n....**\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n**..**\n*...*.\n.*...*\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.*.*\n*.*..\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n*.**.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..***\n..**.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n**..\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n**.\n***\n.**\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.........\n...........\n...........\n...........\n...........\n...........\n*.*........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........\n...........\n...........\n...........\n...........\n...........\n**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.***\n.***.\n*****\n.****\n*****\n*.**.\n*.***\n*****\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.**...\n.**..*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n.*....\n**....\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*..\n***.\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n***.\n.*..\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n........\n.....**.\n*....*.*\n*...*..*\n.*..*...\n.***....\n.*......\n.***....\n**..*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n....***.\n.......*\n**.*..*.\n...**...\n..*.....\n***.....\n***.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n..*...*.\n....****\n*.......\n.*.*..**\n.*.**.**\n***.....\n***.....\n........\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...*\n*..*...*\n**.**...\n*...*..*\n...*...*\n*..*....\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n........\n*..*....\n*****...\n***.*...\n...**...\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*.\n...*....\n.****...\n.**.*..*\n...**..*\n..**...*\n****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*...\n....\n....\n.*..\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n....*..*.\n....**.*.\n...*....*\n.....*...\n..**.....\n.*.*...*.\n.....*.*.\n**.*.....\n*......*.\n**..**...\n*..**.*..\n.....**..\n.**....*.\n```\n\n\n## Output without wrap\n\n```\n.....**..\n....*..*.\n...******\n.....**..\n..***....\n..***....\n...**.*..\n**..*.*..\n**....*..\n..*.*....\n**.****..\n**.*..*..\n.*******.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n....*..*.\n...******\n.....**..\n..***....\n..***....\n...**.*..\n**..*.*.*\n**....*..\n..*.*....\n**.****..\n**.*..*..\n.*******.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n**..*..\n*...***\n..*****\n.......\n.*.*...\n*..*.*.\n.*....*\n```\n\n\n## Output without wrap\n\n```\n**.....\n..*..*.\n*.**.*.\n.....**\n...***.\n.*.***.\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.***...\n.......\n...**..\n**.**.*\n***.*..\n.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....****.\n.*....*.***.\n**.....*...*\n.*..........\n.*.........*\n..........*.\n```\n\n\n## Output without wrap\n\n```\n............\n*.*...*....*\n*..*...****.\n*.*.....**..\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..**\n.**...*..*.*\n...*...*****\n..*.....**.*\n..........*.\n*.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....***\n.*.**..**.\n**....***.\n```\n\n\n## Output without wrap\n\n```\n.***......\n...*...**.\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n..***.....\n..***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..***..*\n..*.......**.\n.**..........\n.............\n.*....**.**..\n*****.****..*\n**...*.*.*.**\n..*.*.**..**.\n```\n\n\n## Output without wrap\n\n```\n........*..*.\n.***....*..*.\n.........**..\n...*.........\n**.*.*.......\n******...***.\n....*******.*\n......*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***...**\n*..*..*...***\n*........**..\n*..*.........\n.*.*.*.......\n..****...**..\n..*..........\n.*******.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n....*..*..\n.**.*.....\n.*..****..\n...*..*...\n.....*....\n......*...\n**........\n*.*....*..\n..*....*..\n.*..*....*\n*..*.....*\n.***...***\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*.*......\n*...****..\n.***.****.\n.......*..\n......*...\n..........\n**........\n*.**......\n..........\n.*......**\n*...*....*\n.****...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...**\n....*.....\n*...****..\n.***.****.\n.......*..\n......*...\n..........\n**........\n*.**......\n*.......*.\n**......**\n.*..*.....\n.*.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.***\n**********.\n******.*...\n.**..**....\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.*.........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n...........\n..........*\n*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.**.*.\n....*.\n.****.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*..**\n.*...*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n...***\n***.**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*.....\n......\n**....\n.*...*\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.....\n**....\n**....\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n.....*\n*.*..*\n..*..*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n..****\n.*..**\n..*.**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..****\n**..**\n*.*.**\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n**.*.*\n******\n```\n\n\n## Output without wrap\n\n```\n...**.\n.**..*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............*\n........*.....\n*......*.*.*..\n..............\n.*...*...*...*\n..*..*.....***\n..*...**......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n.......**.....\n.........*....\n............**\n............**\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n.......**.....\n.......**.....\n*........*...*\n............*.\n.*..........*.\n.*....*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****.*\n***....*.\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n*..*****.\n........*\n*..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*.***\n***.**\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.....*\n*.*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...***....\n..........\n....***...\n....*.....\n.***.*....\n...**..***\n***.......\n.......***\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n...*......\n...****...\n...**.*...\n.*.*.*.*..\n....*.....\n****......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...***....\n...*......\n...****...\n...**.*...\n...*.*.***\n*...*...**\n..**......\n........*.\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**....*...\n*..*.*.....**.\n*******....***\n.*.*...*.....*\n**.**..*.*.*..\n.*.*****......\n.*..*******...\n.*.***.......*\n**...*.**....*\n*..........*..\n**...*.***...*\n```\n\n\n## Output without wrap\n\n```\n....**.....*..\n*.........*..*\n*....**....*.*\n.......**.**.*\n**.....*......\n.*............\n**......**....\n.*.*..........\n***..**.....*.\n.........*..*.\n**......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..*****.\n..........*...\n.....**....*..\n.......**.**..\n.*.....*......\n.*............\n.*......**....\n.*.*.........*\n.**..**.....**\n.........*..*.\n.*..***.***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*....*.\n..**..*......\n......*...**.\n.......*.....\n**.**..*..*..\n*...*..*..*..\n........**...\n..*....*.*...\n.*.*....****.\n**.*.....****\n.*..*......*.\n.*..*....**..\n.*..*.**...*.\n```\n\n\n## Output without wrap\n\n```\n......*......\n.....*.*.....\n........*....\n.............\n**.**...****.\n**.***....*..\n.***..**.**..\n.**.....*....\n*..**........\n...........**\n.....*......*\n**...*....**.\n.****.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*......***\n..*..*.......\n........*....\n.............\n**.**...*****\n**.***....*..\n.***..**.**..\n..*.....*....\n.*.**........\n**...........\n.....*.......\n....**....**.\n....****..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****...***\n*****.*****.*\n**.*...**.**.\n```\n\n\n## Output without wrap\n\n```\n...........*.\n**...*.*.**.*\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....**..\n*......***\n.*....**..\n.*..**.*..\n..*.*..*..\n*.*...**.*\n..*..***..\n***.......\n..*.......\n..**.**...\n.**.**.*..\n```\n\n\n## Output without wrap\n\n```\n**........\n......*...\n*..*.**...\n*....*.**.\n....*****.\n..*.*.***.\n....*.**..\n.****.**..\n.....**...\n....***...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n.*.*.**..*\n.....*.***\n....*****.\n..*.*.**.*\n.*..*.***.\n..***.***.\n.....**...\n.....**...\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.....\n.*...*\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.*...*\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*.**.\n......\n..**..\n..****\n*.****\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n....*.\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n...***\n....*.\n......\n*.*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*....\n*....\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*....\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n*..*..\n..**.*\n..*.*.\n.***.*\n.**.**\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*..*.\n.**...\n......\n....**\n..**.*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n....**\n..*..*\n.*..**\n....**\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n....**.\n..*****\n*.*...*\n******.\n*..***.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n.*.....\n*....**\n**...**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*...*\n**.....\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...**\n...**\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n..**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n.*..*.....\n**.**....*\n.****...**\n***.*...*.\n**..*....*\n*.....*...\n**...*....\n.*........\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n**........\n...**.....\n*....*..**\n.....*..**\n....**..*.\n..**.*....\n.....*....\n**........\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****......\n...**....*\n.....*..**\n.....*..*.\n....**..*.\n..**.*....\n.....*....\n**........\n***.......\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n*....*\n......\n......\n......\n******\n.*..*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n*....*\n*....*\n*....*\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n*....*\n......\n******\n......\n......\n......\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...*\n*..*.*.*\n..**...*\n*..***.*\n......*.\n***..*..\n....**..\n*.**....\n.***....\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n.*.*...*\n.**..*.*\n..****.*\n*.**..*.\n.*..***.\n*...**..\n........\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**\n.*.*....\n.**..*..\n*.****.*\n..**..*.\n.*..***.\n*...**..\n........\n....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n**.***\n.**...\n.*..**\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*...*.\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*.*.\n.*.*\n.*.*\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n**.*\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n.*.*\n.*.*\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n...**\n***.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n..*.*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.*..\n.*..*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n****.\n.**..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.*.**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..***\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....***.***\n****...****..\n*.**.....**.*\n**....***.*.*\n......*..**.*\n```\n\n\n## Output without wrap\n\n```\n**....*...**.\n*..*..*.....*\n...*..*......\n***...***...*\n......*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.....*\n...*..*......\n...*..*......\n.**...***....\n.*...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*.\n*.**.*..***\n...**.**..*\n..**.*.*..*\n**..***....\n...*...*...\n....*...*..\n```\n\n\n## Output without wrap\n\n```\n...**..**.*\n..***.**..*\n.*.*...*.*.\n***....**..\n.*.....**..\n......**...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.****..\n.***...**..\n...*...*...\n..*....**..\n**.....**..\n....*****..\n...*****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n............*.\n............*.\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n....*.....\n....*.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n...***....\n...***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n*.**.\n*****\n```\n\n\n## Output without wrap\n\n```\n**.*.\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.*\n...**....\n.**.*....\n........*\n.*...*...\n```\n\n\n## Output without wrap\n\n```\n....*....\n..*.**...\n..*.**...\n.***.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**..\n.*.......\n*.*.**...\n*.**....*\n*...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....****\n..*....****\n..*....****\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......*..*\n.***..*....\n.......*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*....\n****..*....\n****..*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n****...\n*......\n.......\n.......\n.**....\n.**....\n.***...\n```\n\n\n## Output without wrap\n\n```\n*..*...\n*.**...\n*.*....\n.......\n.......\n.**....\n*......\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n*.**..*\n*.*....\n.......\n.......\n.**....\n*......\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n**.*\n****\n****\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..***\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n.**\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n...**\n..*..\n*..*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.**.*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.**..\n...*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.*.**\n..*..*.**.\n..****....\n*.*.*.*.**\n*..**.*..*\n****.*****\n.*.*......\n*.******..\n*.*.*.**..\n```\n\n\n## Output without wrap\n\n```\n...****.**\n.**....***\n..*......*\n..*...****\n*.........\n*....*****\n..........\n*......*..\n..*.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.....\n.**....**.\n..*.......\n*.*...***.\n..........\n.....****.\n..........\n*......*..\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*******\n**...*.*.*\n******..**\n*.**.***.*\n*********.\n*.**.*..**\n******.**.\n```\n\n\n## Output without wrap\n\n```\n***.**.*.*\n..........\n.........*\n.........*\n*.........\n.........*\n*....*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.*...**\n..**...\n```\n\n\n## Output without wrap\n\n```\n...**.*\n..**..*\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n**.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n**.*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n...*..\n*.***.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n***\n*.*\n***\n***\n***\n***\n***\n*.*\n***\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*\n.***.*..\n.***.***\n*.....*.\n**....*.\n.*.**...\n....*.**\n```\n\n\n## Output without wrap\n\n```\n.*..*.*.\n*..*.*.*\n*..*.*.*\n*.......\n***..*..\n*****.**\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*\n...*.*.*\n...*.*.*\n........\n***..*..\n.****.*.\n..***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.***.\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n...*.\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n...*.\n.***.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n*.*..*\n*..*..\n*..*..\n...***\n...*.*\n....**\n*..**.\n*.....\n*..***\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n....*.\n......\n......\n..**..\n...*.*\n.....*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*.*.*.\n*.....\n*.....\n*....*\n*.***.\n**.**.\n*.....\n......\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n*****\n*****\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n****.\n..***\n..*..\n*.*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n...*.\n...*.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.*...\n**.**\n**..*\n.**..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n..**\n**..\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n..**\n.*.*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n*.*\n...\n.*.\n***\n...\n...\n...\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n..*\n.*.\n***\n***\n.*.\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n***\n.*.\n***\n***\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n***..**\n....**.\n*..**..\n...*...\n.**....\n..*....\n..***..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n***..**\n.***..*\n.*.*.*.\n.*.....\n.*.**..\n.*.....\n..**...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.*.....\n..*..*.\n****...\n...*...\n.*.....\n.*.**..\n.*.....\n..**...\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.\n*.**...\n*******\n*...***\n*****..\n*.****.\n***.*.*\n*...***\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.*...*.\n.....**\n.....**\n.......\n.*.....\n.......\n*..*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.*..*..\n....****.*..*.\n**.***..**...*\n**..*.****....\n......**......\n```\n\n\n## Output without wrap\n\n```\n...*.....*....\n....*....***..\n*...*.....**..\n*...**........\n.*****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...*.*..*\n*...*....*****\n....*.....**..\n.*.......**...\n.....*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*....\n.**.*\n...*.\n..*..\n..*.*\n..**.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.***.\n.*.*.\n..*..\n.**..\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n*****\n.*.*.\n..*..\n.**..\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*...*..\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n**....*\n**....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******\n*.*.****\n******.*\n.**.****\n**.*****\n********\n..*.*.**\n..**.**.\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.......\n........\n........\n........\n........\n...****.\n...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n..*.*.*\n*.**.**\n*.**...\n***...*\n*......\n.....**\n*....**\n.***..*\n```\n\n\n## Output without wrap\n\n```\n....**.\n..*...*\n.....**\n*...***\n*.**...\n*....**\n.....**\n.**.*..\n.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n*.*....\n*....*.\n....**.\n..**..*\n.....*.\n.....*.\n.**.*..\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n****\n***.\n***.\n.**.\n*...\n.***\n.***\n..*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n.***\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n.*......*.\n*........*\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*........*\n*........*\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n.....\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n****\n....\n.**.\n**..\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n****\n*..*\n...*\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n....\n*.*.\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n...*..*\n...*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n..*****\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****\n*.*****\n*.*****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n*.......*.\n***....**.\n..*...*.**\n.*..*..***\n..****.*..\n..**.*....\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.*........\n*.**...*..\n*.**......\n**.****...\n.**.......\n....*.....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..........\n.*.......*\n..**...*.*\n..**.....*\n**.****...\n.**.......\n....*.....\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*.*\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n.**.\n***.\n.*..\n..*.\n****\n*.*.\n...*\n**..\n*...\n....\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n*...\n**..\n**..\n**..\n*...\n*...\n..*.\n**..\n.**.\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n....\n....\n*..*\n*..*\n....\n...*\n.***\n....\n.***\n****\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****...\n*.....**\n...*****\n...**...\n...**..*\n....*.*.\n....****\n...**...\n*.*.**.*\n```\n\n\n## Output without wrap\n\n```\n***.....\n*..*....\n......**\n........\n........\n........\n......**\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n........\n........\n........\n........\n.......*\n*.......\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...**..*..\n......*......\n.......**....\n.*......*....\n...........*.\n*....*.....**\n...........**\n```\n\n\n## Output without wrap\n\n```\n......**.....\n......*.*....\n......*..*...\n.......**....\n...........*.\n..........*..\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....*.\n......*.*....\n......*..*...\n.......**....\n............*\n**........***\n*.....**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n........\n........\n.....**.\n**...*.*\n**...**.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....**.\n**..*..*\n**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n......*.\n......**\n*....***\n.*..*.**\n*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*******..*\n*********..*.\n**********.*.\n.*****.****.*\n******.******\n*******..****\n```\n\n\n## Output without wrap\n\n```\n.............\n..........***\n.............\n...........**\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n****.*....\n*.*......*\n.**.......\n```\n\n\n## Output without wrap\n\n```\n...**.....\n*...*.....\n*.........\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....\n*...*....*\n.........*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n**...*\n....**\n......\n......\n......\n..*...\n.*....\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*....\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n***...\n......\n......\n......\n......\n......\n......\n.***..\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*.....\n.**..*......\n.*....*..*.*\n**..*.*..*.*\n.**.*.*****.\n...*.**.***.\n..*.........\n......***...\n...*..*..**.\n...*.*......\n*......*..**\n```\n\n\n## Output without wrap\n\n```\n.**.........\n*....**.....\n......*.....\n*..*..*....*\n***.*......*\n.*.****...*.\n.....*......\n......****..\n....***.**..\n....*.*..*.*\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*....*\n.....**.....\n......*....*\n...*..*....*\n.**.*.......\n.*.****...*.\n.....*......\n......****..\n....***.**..\n....*.*..*..\n***...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n**.*\n****\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n...*\n*..*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n****\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..***.........\n..............\n..............\n..............\n..............\n..............\n..............\n..***.........\n```\n\n\n## Output without wrap\n\n```\n..............\n..***.........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n..*.\n*.*.\n....\n....\n.**.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.***\n....\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n**..\n..*.\n....\n****\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n.*...\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..*.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.**.\n*..*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n...\n...\n...\n...\n***\n.*.\n***\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n***\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**..**\n.*..*.\n*..*..\n*..***\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n.*****\n****.*\n*****.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n.****.\n****..\n******\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..***..\n.**...*..*\n....***...\n..........\n.*.**.*...\n```\n\n\n## Output without wrap\n\n```\n.**..***..\n.****.....\n.....**...\n...*..*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n*****.....\n.....**...\n...*..*...\n.*.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n......*..\n......*.*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n......*..\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n****\n***.\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n....\n...*\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.....\n.**.*\n.....\n.**..\n.....\n*....\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*...*\n*....\n.....\n.....\n.....\n*....\n**..*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n*..\n..*\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n**.\n*.*\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n...\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n*.....*\n***...*\n****...\n..***..\n..**...\n..**...\n..***..\n.***...\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.**....\n...*...\n...**..\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n...***.\n.....*.\n.......\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n.*.**\n*****\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n...*\n....\n...*\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n.***\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..*..*....\n.**.......\n......*...\n...*......\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**.......\n.**.......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.**.......\n.**.......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**...\n*.*....*.*\n.*..*..*.*\n.**.*....*\n.....**...\n..*.......\n**.**..*.*\n*.........\n```\n\n\n## Output without wrap\n\n```\n.*....*...\n*.*..*.*..\n*........*\n.****.*.*.\n.***.*....\n.******...\n****......\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..*\n..*..*.*.*\n.........*\n.****.*.*.\n.***.*....\n*******...\n****.....*\n..*.***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n******\n***.**\n******\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n..*...*...\n..*.....*.\n....*.....\n....*.**..\n....*.*...\n*.......**\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n...*......\n..**.*.*..\n...**...*.\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**......\n...*......\n..**.*.*..\n...**.....\n.....**.**\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n..........\n..........\n..........\n..........\n..........\n.......**.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.**..\n.**..\n.*.**\n***.*\n.***.\n....*\n..***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*....\n....*\n*...*\n*...*\n.*..*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n.....\n....*\n.....\n.....\n**..*\n*.*.*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n***...\n*.*.*.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.*...\n*.....\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.*****\n*.**.*********\n*******.*****.\n***.*.****.***\n****.*********\n*.**.****.*.**\n**************\n******.*******\n************.*\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n******\n*...*.\n**.**.\n..*...\n......\n......\n......\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*.**..\n*.....\n*...*.\n*...*.\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n....*.\n*...*.\n*...*.\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n******\n*.****\n******\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n**..\n....\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n*...\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*..*\n...*.\n.*...\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n*..**\n.*...\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...**....*.\n**...**.*....*\n*....*..*....*\n..*...*.....*.\n***....*....*.\n```\n\n\n## Output without wrap\n\n```\n.*...***......\n**...*..*...**\n*....*......**\n*.*...**....**\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..*...*.\n.*...*..*...*.\n.....*......*.\n..*...**....*.\n..**...*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**..\n*****.**\n......**\n*...*...\n*....*..\n*.**.***\n...*.**.\n...**...\n```\n\n\n## Output without wrap\n\n```\n....***.\n*.*.*..*\n....*..*\n.*.*...*\n.*.*.*..\n.****.*.\n......*.\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*\n.*.....*\n.*..*.**\n.*.*..*.\n*..*.**.\n*****...\n...*....\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n*****...\n...*....\n......**\n```\n\n\n## Output without wrap\n\n```\n.***....\n.****...\n.*.**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**.\n.****...\n**.**..*\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.*.*.\n*****\n.....\n.....\n.*.**\n.***.\n.*...\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n....*\n**.**\n.***.\n.....\n.*.**\n**.**\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n**.**\n*****\n.....\n**.**\n.*.**\n.*.*.\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..**...\n.......**...\n*...........\n*...........\n*.*.......*.\n..*......*..\n**.****.*..*\n..*****.*.*.\n****.....*.*\n***........*\n..***.......\n..*.**......\n..*.*.......\n```\n\n\n## Output without wrap\n\n```\n.......**...\n.......**...\n............\n............\n.*..........\n.*...*...**.\n.*....*.*...\n.....**.*..*\n.....*...*.*\n....*.....*.\n.*.***......\n...*..*.....\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**...\n.......**...\n............\n............\n..........**\n.*...*...*..\n**....*.*...\n*....**.*.*.\n.....*...*.*\n....*.....**\n**.***.....*\n.*****......\n.**.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.*\n...*...\n*...*..\n.*....*\n*.**..*\n.**....\n*****..\n.**..*.\n..*.*.*\n.......\n.......\n.......\n...***.\n.******\n```\n\n\n## Output without wrap\n\n```\n..***..\n.**..*.\n.......\n****.*.\n*..*...\n....*..\n*...*..\n*....*.\n.***.*.\n.......\n.......\n....*..\n......*\n..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n***..**\n*......\n.***.**\n...*..*\n....*.*\n*...*..\n.....**\n.***.*.\n.......\n.......\n....*..\n......*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n..*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.*........\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n..**..\n.*....\n......\n.*....\n......\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n...**.\n......\n***...\n..**..\n..*.**\n```\n\n\n## Output without wrap\n\n```\n...*.*\n.....*\n.*....\n.*..*.\n.*..*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...**.\n**....\n.....*\n*...**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n*......\n**.*...\n**.*..*\n..**.*.\n*.*...*\n*.***..\n*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n***....\n.......\n*..*...\n*..****\n.....*.\n*.*.**.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n***...*\n.......\n...*..*\n...***.\n*....**\n*.*.**.\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*..\n...\n...\n..*\n...\n...\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n***..\n**...\n*...*\n```\n\n\n## Output without wrap\n\n```\n*.**.\n...*.\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...*.\n..*..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*.*...\n.....*\n.*....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n**....\n**....\n.*...*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*\n.*.*..*\n*......\n*...*..\n....**.\n```\n\n\n## Output without wrap\n\n```\n.***...\n...*...\n.....*.\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*\n...**..\n.......\n....*.*\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n.***.*.\n.******\n.****.*\n.**.***\n*.*..**\n****..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.......\n**.....\n**.....\n*......\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.**...*\n*.****...***.\n**.*.*..***.*\n...*...***...\n```\n\n\n## Output without wrap\n\n```\n......******.\n*........***.\n**...*.**....\n.*...*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....***\n.....*.**..*.\n*...**.*...**\n..*..*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n***.**\n.*....\n**...*\n.*...*\n***.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n*.*.**\n....**\n***...\n....**\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*.*.\n....*.\n.**..*\n....*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..**....\n..**....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**....\n..**....\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n..**....\n..**....\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n*****.\n***.**\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n*..**.\n.....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n.*.\n.*.\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n**.\n***\n.**\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****.\n*....***\n......*.\n..**..**\n*.....**\n....*.*.\n.**.*.*.\n.**.*.*.\n**.*.**.\n*...*.*.\n**..*..*\n...*....\n```\n\n\n## Output without wrap\n\n```\n....*..*\n.......*\n........\n.....*..\n...*....\n.*.*..*.\n.**.*.**\n....*.**\n*..*..**\n..***.**\n**.***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n*.......\n*.......\n*....*..\n*..*....\n**.*..*.\n.**.*.**\n....*.*.\n*..*..*.\n..***.*.\n**.***.*\n.***..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..****\n...*....*.\n..*.....**\n..*...**..\n```\n\n\n## Output without wrap\n\n```\n.......***\n..**......\n..**....**\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..*\n..**......\n..**....**\n..**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n.**.**\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*..*\n.*.*.\n...*.\n*****\n.....\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.**\n...**\n.*...\n*****\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*....\n*..*.\n.....\n..***\n.....\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.****..\n..***..**.\n***.*.**.*\n**.**...**\n```\n\n\n## Output without wrap\n\n```\n.*...***..\n*.......*.\n**..****.*\n....******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n.....\n.....\n.**..\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*.*.\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*.*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*..\n.....\n.....\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n..**...\n...***.\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*....\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..*....\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n....*.\n..*.*.\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*.*.*\n***.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*...*\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***.\n**.....\n..**.*.\n.......\n.......\n.*.....\n.**....\n```\n\n\n## Output without wrap\n\n```\n**..*..\n**...*.\n.**....\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n**...*.\n.**....\n.......\n.......\n.**....\n*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.*.*****\n.**..**.**.***\n***.**.*******\n**.*.***.**.**\n..****.**.****\n**.**.*.*****.\n.*****.***.*.*\n.*..**.***.*.*\n*******.******\n**.*...*.***.*\n```\n\n\n## Output without wrap\n\n```\n....*.........\n....*.........\n..............\n..............\n..............\n..............\n..............\n............**\n......*.....**\n......*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n......*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.*..*\n.....\n.....\n...*.\n**.**\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..***\n*****\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n.....\n.....\n*.**.\n****.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.*..\n*.*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*..\n...***...\n.........\n...*.*...\n..*......\n.**..**.*\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n..**.**..\n...*.*...\n......*..\n.*....*..\n*......*.\n.*.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n.....**..\n...*.*...\n......*..\n.*....*..\n*......*.\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n*.*..\n..*..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*****\n*.*******\n*********\n.***.*..*\n*****.**.\n*********\n*.***.***\n```\n\n\n## Output without wrap\n\n```\n.**.....*\n*........\n*........\n........*\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..***.**.\n*.*..*.**.**\n*.......**..\n*.........**\n.......*.*.*\n*.......*.*.\n.......*.*..\n............\n.......*....\n............\n............\n*.*......*..\n*.*.......*.\n**.*..**.**.\n```\n\n\n## Output without wrap\n\n```\n*.*..*.*.***\n*.*..*.....*\n*......**...\n...........*\n........**.*\n.......*..*.\n........**..\n........*...\n............\n............\n............\n............\n*.**....*.*.\n***......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n..*..*......\n.......**...\n*...........\n........**..\n.......*..**\n........**..\n........*...\n............\n............\n............\n...........*\n*.**....*.*.\n...*.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n....**\n****..\n....**\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n....**\n*.*.**\n.***..\n.****.\n..***.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.\n..*.*.\n****..\n******\n..***.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n...\n...\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**........\n***........\n.**........\n```\n\n\n## Output without wrap\n\n```\n*.*........\n*..*.......\n*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n*..*.......\n...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n.*.....*\n.......*\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n*.......\n.*.....*\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*****\n*..**\n****.\n**..*\n*****\n```\n\n\n## Output without wrap\n\n```\n**..*\n*....\n.....\n.....\n....*\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n*.**....\n.*......\n..**....\n.......*\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n.*......\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n*.*....*\n.*......\n..*.....\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*...\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n*..*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n***.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**.\n..**.*.**\n*.**.**..\n....**..*\n.**.....*\n*.**....*\n.........\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n......***\n.***..*.*\n.**.....*\n....***..\n.**.*..**\n...*.....\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.*.\n...**...*\n*.*....*.\n....***..\n.**.*....\n...*.....\n.**......\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*****\n**.*.\n***..\n**.*.\n*****\n**.**\n.....\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n....*\n...*.\n....*\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.****\n*.*.*\n.*...\n*.*.*\n..**.\n.**.*\n*****\n```\n\n\n## Output without wrap\n\n```\n...**\n**..*\n*..*.\n...*.\n.*.*.\n...*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**..*\n.*.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n*.........\n*......*.*\n.......**.\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.......*..\n......**..\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n*........*\n*......*.*\n......**.*\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n***..\n*....\n.*...\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n**...\n*.*..\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n**...\n*.*..\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n***\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.********\n.*.*.**.**\n*.****.***\n```\n\n\n## Output without wrap\n\n```\n.***.....*\n*.........\n.***.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...***\n...*.*\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**.*\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n.*...\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.*..*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.....\n*.**.\n*****\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*....\n*...*\n*...*\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*....\n*....\n*....\n..*..\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n....*\n.....\n.*...\n**.**\n...**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n*.**.\n*..*.\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.....\n.....\n****.\n**.*.\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.******\n****..**.*.*\n*..**.******\n****.**.***.\n************\n*.***.******\n************\n```\n\n\n## Output without wrap\n\n```\n*...***..*.*\n*...........\n...........*\n............\n............\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.**\n...*.*..\n*...***.\n*****...\n**.*..*.\n.....***\n.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n....***.\n**.*...*\n*.....*.\n......*.\n*..*..**\n***.*..*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.**\n.*.*....\n*.....**\n......*.\n...*..*.\n.**.*...\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.*\n......*\n*..*..*\n...*.**\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n..*.*.*\n....*.*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*\n..*.*.*\n*...*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*.*..\n.*...\n*....\n**...\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n**...\n*....\n*.**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*.*.*\n**...\n*....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.........**..\n.........*.*.\n.....*.*.***.\n.............\n.............\n.............\n.............\n.............\n.....*.*.....\n......*......\n......*......\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.........**..\n...........*.\n........**.*.\n..........*..\n.............\n.............\n.............\n.............\n......*......\n.....***.....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.........**..\n...........*.\n........**.*.\n..........*..\n.............\n.............\n.............\n.............\n......*......\n.....***.....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*..\n.........\n....*..*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n..*...\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n.....*..\n.....**.\n......*.\n......*.\n........\n........\n........\n........\n........\n........\n....*...\n....*...\n...**...\n```\n\n\n## Output without wrap\n\n```\n....**..\n........\n.....**.\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n....**..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n........\n.....**.\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n....**..\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*..\n*..**...\n*...**..\n```\n\n\n## Output without wrap\n\n```\n...*....\n**.*....\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.*\n**.*...*\n**...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n***.**\n******\n..*...\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n......\n*....*\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...***\n......\n...**.\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.....*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n.....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n..**.\n.***.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n...*.\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n*..*.\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...*.\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*.*.\n*.*.\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n*.*.\n*.*.\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.**.**.\n..*.....**..*.\n..**.*..**.**.\n```\n\n\n## Output without wrap\n\n```\n........*****.\n.***...*.....*\n.***.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............**\n............**\n...*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n*.......\n.**....*\n........\n........\n.....**.\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n.*......\n........\n........\n.....*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n**.....*\n**......\n........\n........\n.....*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n**.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n**.*.\n***.*\n.****\n....*\n.*.*.\n.....\n.....\n..***\n.*..*\n***..\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n*.***\n.....\n....*\n*...*\n.*..*\n.....\n.....\n...*.\n..***\n*...*\n****.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.....\n.....\n.....\n.*..*\n.....\n.....\n...*.\n*.***\n....*\n*****\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n**.**\n*****\n*.**.\n***..\n**.**\n***..\n***.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.....\n....*\n....*\n...*.\n....*\n....*\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n*.**.*\n***..*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n*....*\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n...\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....**.\n........\n....*...\n...**...\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*..\n...**...\n...**...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n...**...\n...**...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*****\n**.**.*.*\n**..*.*.*\n**.***.*.\n```\n\n\n## Output without wrap\n\n```\n.*.**..*.\n.*****..*\n......*.*\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n*.**\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n*.**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n.*..*.\n.****.\n**...*\n.***..\n.*....\n```\n\n\n## Output without wrap\n\n```\n.***..\n*...**\n...***\n*.....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n*...**\n...**.\n.....*\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*.**.\n***.****....\n.**.*...*..*\n..****.**...\n*..**...*.**\n*...***....*\n.**...****.*\n.***.**.**..\n*...*....**.\n*...*.***..*\n*....***.**.\n...**.**....\n*****..*.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*******..\n*...***..*..\n.*...*.....*\n.*.....*...*\n.***.**.*...\n*.**....*..*\n*.....*.....\n*..***......\n*.*.........\n***.*....*.*\n**........*.\n.*********..\n.*...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*....\n......**..*.\n.....*....*.\n.*.....*..**\n.***.**.*.**\n*.**....*..*\n......*...*.\n*..***.....*\n*.*.........\n*.*.*....**.\n*...........\n*.*.....*...\n**.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n....*\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*.**.\n*.**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n..*....\n**...**\n.......\n*....**\n.*.....\n.*...**\n.......\n***....\n*....*.\n**.**.*\n*...***\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.**....\n**.....\n.......\n.......\n*......\n*......\n*****..\n...***.\n*..*..*\n*...**.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.**.**.\n..*...*\n.*.....\n**.....\n.*....*\n**.....\n......*\n*****.*\n.*.****\n.*.*...\n.*.*...\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n*.*...\n.*****\n***.**\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n..*...\n.*****\n..*..*\n.*.*..\n.***.*\n...***\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n.*..**\n.....*\n.*.*..\n.*...*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n**..**\n.....*\n.*.*..\n.*...*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n****.*\n*...**\n....**\n...**.\n...*.*\n****.*\n.*.*.*\n**.*..\n*****.\n*.****\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n*.*.*.\n..**..\n......\n......\n**....\n**....\n..*.*.\n......\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..**..\n.***..\n......\n*.....\n......\n.....*\n*.*...\n......\n......\n..*...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.....\n.....*.....\n.....*.....\n.......*...\n...........\n...........\n.*.*.......\n*...*......\n*....***...\n.*....**..*\n```\n\n\n## Output without wrap\n\n```\n.....*.....\n.....**....\n......*....\n...........\n...........\n...........\n.....*.....\n**..***....\n**.....*...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.....\n....*.*....\n......*....\n...........\n...........\n...........\n.....*.....\n.*..***...*\n..*.**.*..*\n.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n*.....\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n***.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**..*\n*..*.\n**.*.\n****.\n.****\n```\n\n\n## Output without wrap\n\n```\n***..\n*..**\n..*..\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n..**.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....\n....*..**\n....*....\n....*..*.\n.......*.\n.*.*.....\n**.....*.\n.........\n.........\n.........\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*.**..\n...*.**..\n....*....\n.*.......\n*.*......\n*.*......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*..*\n..*...*..\n...*.****\n....*....\n**.......\n..*.....*\n..*.....*\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n**...*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*....*\n***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***\n****.**\n.*****.\n*.*****\n*..****\n*******\n****.*.\n.******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n*.**.*\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.****\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*..**\n*...*\n...**\n..***\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**..*..\n**.....*****\n.*..........\n*.*....**...\n...*..*....*\n...****...*.\n....*....*..\n```\n\n\n## Output without wrap\n\n```\n**....*..**.\n*.*...*...*.\n*.*...*...*.\n.*..........\n.*.*..**....\n.....*......\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*......\n.**..*..****\n..*...*...*.\n*..........*\n*..*..**...*\n...**....***\n..*.**.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n.**.***\n***....\n...****\n...*...\n.......\n***....\n*......\n**.....\n..****.\n```\n\n\n## Output without wrap\n\n```\n....*..\n....*..\n.....*.\n..**.*.\n.*.*.*.\n***....\n*......\n.......\n*...*..\n*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n......*\n.......\n*.**.**\n...*.*.\n***....\n*......\n.....**\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...**\n....*...**\n....*...**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....*...*.\n....*..*..\n....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....***\n***....***\n***....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n*.*.**\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*..**\n*.**..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n*.****\n******\n******\n*****.\n*****.\n***.**\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**....\n*.....\n..*...\n......\n....**\n*....*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.....\n......\n......\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n**...*\n*.....\n......\n......\n*...**\n*.....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*****..\n.....*.....\n.**.....**.\n.*.......*.\n*..*....*..\n***....**.*\n.*.........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n....*.*....\n...**..*.*.\n***.....***\n*.*....*.*.\n*......*...\n*.*....*.*.\n*.*.....*..\n.*.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..\n...**..*.*.\n.**.....*..\n***....*..*\n.*.....*...\n.**....*.*.\n.**.....**.\n......*....\n....*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n****\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**.\n....*...\n....*...\n*..**..*\n.......*\n........\n*...*...\n```\n\n\n## Output without wrap\n\n```\n...***..\n...*....\n.....*..\n...***..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n...*....\n.....*..\n*..*****\n*......*\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n......\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n****\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n*...\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n...*\n**.*\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.*.*.\n*..*.\n****.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.**\n*....\n*.*..\n*...*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*...\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n.*.**.*\n**..***\n*.*.*..\n*.**.*.\n**.****\n.**.*..\n.*****.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n..*.**.\n**....*\n*.....*\n*.*...*\n*.....*\n*.....*\n......*\n.*...*.\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.*....*\n.......\n..*....\n.......\n.......\n.......\n.*...*.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n*.*..*\n*.****\n*.....\n...***\n.*..*.\n..*.**\n*.*.**\n.**.**\n..*.*.\n*.*.*.\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.....*\n..****\n.*....\n.*.**.\n..*.*.\n.***..\n.***..\n.**...\n.**...\n......\n.***..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n.....*\n*.**.*\n*.....\n...**.\n*.*.*.\n..**..\n.***..\n..*...\n..*..*\n*...**\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..\n.*.....\n.*.....\n.....*.\n....*..\n*......\n......*\n...**.*\n..*....\n```\n\n\n## Output without wrap\n\n```\n**.*...\n**.*...\n.......\n.......\n.......\n.......\n....*..\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..\n.*.*...\n.......\n.......\n.......\n......*\n....***\n***..*.\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.\n****.*.\n.**.**.\n*.*...*\n****...\n..*.**.\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n....*.*\n...*...\n**....*\n.*....*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n....**.\n....*..\n...*...\n*......\n**..**.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n...*.\n..**.\n..*.*\n****.\n*..*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n..*.*\n....*\n*...*\n*..**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n..*.*\n*...*\n*....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n..........\n..*......*\n..........\n..........\n....*.....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n.**\n..*\n.**\n*.*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n*..\n...\n..*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.....\n......*..\n........*\n*..*****.\n*...*.**.\n*.****..*\n.**....*.\n.**.....*\n.**....**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**....\n...**....\n..*..*.**\n*...**..*\n*...**.**\n*.**.....\n.**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*.\n.*.....*.\n...**....\n**.**...*\n*.*..*..*\n....**..*\n....**..*\n...**...*\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n..*.\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n..*.\n**..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n...\n...\n...\n*.*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*..**\n****.\n.****\n****.\n*****\n***..\n*.***\n***.*\n```\n\n\n## Output without wrap\n\n```\n.****\n*.*.*\n.....\n.....\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*******.\n**.**.****\n*.********\n**.****.**\n*******.**\n**.*******\n*.********\n********.*\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....\n.**.....\n*..*....\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n*.*.....\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n*......*\n*......*\n*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.**...\n....*.\n*....*\n...*..\n..****\n*..**.\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n.*....\n....*.\n..**.*\n..*..*\n.**..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.***..\n**...*\n....**\n*.**..\n..*..*\n***...\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n....*.**.\n....****.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n....*..*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n....*..*.\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.\n.......\n.......\n*..*.*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**.**\n*....\n..*..\n*.**.\n..*..\n.**..\n*.*.*\n**.*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n*..*.\n....*\n..**.\n..**.\n.....\n.*...\n*.**.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n..*.*\n.***.\n.....\n**..*\n***..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..***.\n..**..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.........\n.........\n.........\n*..*.....\n.**......\n.........\n.........\n..*......\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.**......\n.**......\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.........\n.........\n.........\n.**......\n.**......\n.........\n.........\n.**......\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n**..\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*.*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n*.*.\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n.*.\n***\n**.\n*..\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.**\n..*\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*...\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*..*\n.*..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n....***...\n*...*.....\n.**.....**\n..*.....*.\n..........\n*...*....*\n*....**..*\n```\n\n\n## Output without wrap\n\n```\n......*...\n....*.*...\n.*.**.....\n.***....**\n.**.....**\n..........\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n....*.*...\n**.**....*\n****....**\n.**.....**\n.........*\n*....*...*\n*....**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.*.**\n****.\n.*..*\n*.**.\n***.*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******...*.\n..***.....*..\n*....*.**....\n..***.......*\n```\n\n\n## Output without wrap\n\n```\n.**..........\n.**..**......\n.*.**........\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.....\n***..........\n.............\n.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.*.*..**\n.**.**....*...\n.**.***...****\n...*...**.***.\n.....**...*.**\n*.............\n*.....****.***\n*....****.*...\n.*....***...**\n...*..****.**.\n.******...**.*\n.*.*..........\n.**.**.....*.*\n```\n\n\n## Output without wrap\n\n```\n.**.***.......\n*........**...\n.*....**.....*\n..**...*......\n......**.**.**\n.....*..***...\n**...*...****.\n**...*....*...\n..........*.**\n.*.*.....*....\n.*...**.****..\n*.....*...**..\n.****.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........****\n.........**...\n**....**.....*\n*.**...*......\n......**.**.**\n*....*..***...\n**...*...****.\n.*...*....*...\n*.........*.**\n.*.*.....*....\n**...**.****..\n......*...**..\n.....**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..***.....*\n.............\n.............\n...**........\n...**........\n...***.......\n.....*.......\n.....*.*.....\n......*.*....\n......**.....\n**....*.*....\n*.....**....*\n*....**.....*\n....*..*.....\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n.....*.......\n.............\n...**........\n..*..........\n...*.*.......\n.....*.......\n.....*.*.....\n.....*..*....\n.....**.*....\n**...*..*....\n*............\n.....*.......\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***......\n*....*.......\n.............\n...**........\n..*..........\n...*.*.......\n.....*.......\n.....*.*.....\n.....*..*....\n.....**.*....\n**...*..*...*\n.............\n*....*......*\n.*..*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n.**.**\n....*.\n.***..\n.**...\n*.*...\n...*.*\n......\n......\n**....\n.....*\n****.*\n..*...\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.**\n.**.**\n....**\n.*.*..\n*.....\n..**..\n......\n......\n......\n......\n....*.\n.****.\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n***.*.\n*...**\n.*.*..\n*.....\n*.**..\n......\n......\n......\n*.....\n....**\n******\n....*.\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****.\n.**..*..\n**....**\n.....**.\n*****.**\n.****...\n*...****\n.****...\n..*.....\n```\n\n\n## Output without wrap\n\n```\n**.****.\n...*...*\n***....*\n...**...\n*.....**\n........\n*.....*.\n.**.*.*.\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..****.\n...*....\n***....*\n...**...\n*.....**\n........\n*.....**\n***.*.**\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*.....\n**...*\n......\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*....\n**...*\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*..*\n.*..*...*\n*...**.**\n..*.*.**.\n.********\n*.*......\n*.****...\n..*......\n*.*.*....\n*...*.*.*\n**.*..*.*\n.*....**.\n.*...*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*...**.*.\n.......*.\n...*.....\n.........\n...*.....\n.*.*.....\n...***...\n.*.***...\n*.**.*...\n*.**.*.*.\n***...*.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n*...*.*.*\n.*.......\n...*....*\n**......*\n**.*.....\n.*.*.....\n.*.***...\n.*.***...\n*.**.*...\n.***.*...\n.**.**...\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n*.*\n.**\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n....\n....\n...*\n...*\n....\n....\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n.....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..*\n..*...*..\n..*....**\n........*\n..*.**...\n```\n\n\n## Output without wrap\n\n```\n.........\n........*\n......*..\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.\n*.*.*.*.*\n......*.*\n....*.*..\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*...\n.**......\n.**..**..\n.........\n.**.**...\n.*..*....\n.*..*....\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n...***...\n....**...\n.**...*..\n.........\n**.......\n.........\n*....*...\n.*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.*\n*....*...\n.**...*..\n.........\n**.......\n.........\n..*.**..*\n....**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n***\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n*.*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......***\n.......*..\n.......*..\n..........\n..........\n*.......**\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......*.*.\n......***.\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n........*.\n......***.\n..........\n..........\n..........\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.*.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.*.**\n***.**..**\n.********.\n******.***\n****..****\n***..****.\n*.********\n****.*.***\n*.*...*..*\n```\n\n\n## Output without wrap\n\n```\n*...*..***\n*.........\n..........\n..........\n..........\n..........\n..........\n*.........\n*.**..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n...*.\n**.**\n*.**.\n...**\n..**.\n*.*.*\n.*..*\n*..**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n**...\n*....\n***..\n.**..\n*....\n*.*.*\n....*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*..*\n**...\n**...\n***..\n..***\n....*\n****.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n******..\n*.*.**..\n.*....*.\n.....***\n....***.\n........\n```\n\n\n## Output without wrap\n\n```\n**..*...\n*...**..\n**...**.\n.....***\n...*****\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..\n....***.\n.....**.\n.*...**.\n...***.*\n....***.\n*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.****\n.*.**\n***.*\n*.*.*\n.*...\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n*....\n....*\n.....\n*...*\n*.*..\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n..*.*\n.*.**\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.\n...*.*.\n..**.**\n...**..\n..*.**.\n....*..\n.......\n*.....*\n**.***.\n```\n\n\n## Output without wrap\n\n```\n.......\n..*****\n.....**\n......*\n.....**\n....**.\n...*...\n**..**.\n**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n**....*\n.....**\n......*\n.....**\n....**.\n*..*...\n***.***\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*..\n...*\n....\n*...\n*...\n**..\n.*..\n***.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n**..\n**..\n*...\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n....\n....\n....\n**.*\n.**.\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.***.\n..***\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*...\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**...\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n....\n....\n....\n....\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n...*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..\n*..*.**\n*.**.*.\n*.*****\n*.*****\n*.***.*\n.**..**\n.*.****\n*.**.**\n....*.*\n```\n\n\n## Output without wrap\n\n```\n******.\n*....**\n*......\n*......\n*......\n*......\n*......\n*......\n.**....\n...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n.*****\n**.***\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n...*..\n.**.**\n*.***.\n.****.\n..****\n..****\n.*.*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n...*.*\n.*...*\n*.....\n......\n......\n.*...*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...*.*\n**...*\n*.....\n*.....\n*.....\n**...*\n.....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n*...*\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n.*.*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n.*......\n.....**.\n..*.....\n.*...*..\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n........\n.....**.\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.....**.\n........\n.....**.\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n....\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*...\n.*.*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........**\n.....**...*.\n.....***.**.\n.....***....\n.......*....\n.**.........\n*...........\n.....*.*.**.\n.**..*.*.***\n.....*.....*\n```\n\n\n## Output without wrap\n\n```\n............\n........*..*\n....***.**..\n........**..\n............\n............\n***.........\n............\n.....*.....*\n.....*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*....\n....**.**.**\n....***.**..\n........**..\n............\n............\n.**.........\n.*........**\n.....*..**.*\n.*..*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...\n..**...*\n*.*.*...\n*.*...*.\n...*....\n***.....\n........\n```\n\n\n## Output without wrap\n\n```\n..**....\n.**.....\n.***....\n.***....\n...*....\n***.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*\n*.*....*\n*.**....\n..**...*\n*..*...*\n.......*\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..**.\n..*..\n...**\n...**\n.****\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n..*.*\n..*.*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.**..\n..*.*\n..*.*\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n*.*..\n..*.*\n*..**\n.*.*.\n.**..\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..*..\n..*.*\n.*..*\n**.**\n***..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n*.*..\n..*..\n**...\n.*.*.\n***..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.*..\n..*.*\n*....\n*..**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.**.*\n...**\n...**\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n**..*\n.....\n.**.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**..\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..**.*\n..****....*.\n*.*.*..***..\n**...*....**\n**...*.***.*\n```\n\n\n## Output without wrap\n\n```\n....**...**.\n.*****.*...*\n..*.*...**.*\n*.**.**....*\n.*...*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...**...\n..*.**...*.*\n..*.*...**.*\n.*..*..**...\n..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n......\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n......\n......\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n...***\n*..***\n****..\n******\n```\n\n\n## Output without wrap\n\n```\n.**...\n***.*.\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........**...\n**.......*..*.\n***.........*.\n.*.......**.*.\n.*........***.\n..........***.\n..**.......**.\n..**.......***\n.*......*.*...\n.*.....******.\n.....*...**..*\n..*..*.**.....\n***....****...\n```\n\n\n## Output without wrap\n\n```\n.........*.*..\n.*......*...*.\n.*......*....*\n.........**...\n.............*\n..**..........\n.*.*..........\n.*.*..........\n..*....**...**\n.......**...**\n..............\n.**...***.....\n.**...***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....*.**.\n..**.....*...*\n.*......*...**\n.........**.**\n............**\n..**..........\n**.*..........\n.*.*.........*\n.**....**...*.\n**.....**...*.\n.*............\n..*...**......\n*.**..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n....*\n.**..\n.***.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n.*...\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**.*\n**...\n*..**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.*.\n*.*.\n*.**\n.***\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n*.**\n.*..\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*.*******\n*****.**.\n*********\n*******.*\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n........*\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n...*.....\n...**....\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n..*......\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n..*......\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n**.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n****\n....\n....\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n.**.\n.**.\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n****\n****\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.*.....\n*....*.\n**..*.*\n.*...*.\n.....*.\n..****.\n..**..*\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.*....\n..*..*.\n....*.*\n*......\n..**...\n.**....\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*.*...*\n*.*....\n....*..\n**....*\n****...\n..**...\n***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.**\n**.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.**\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n......\n*.....\n....*.\n*.**.*\n*.*...\n...***\n**.*.*\n**.*.*\n**...*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*.**.\n..***.\n..*..*\n*..*.*\n**.*.*\n.....*\n***..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*.....\n......\n**.**.\n*.****\n*.*...\n...*..\n.*.*..\n......\n.**...\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*.**\n*...*\n.***.\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n..**.\n.....\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.......*\n.....*.*\n.*.*.*.*\n*.*.*.**\n*...****\n.*..*.*.\n.***....\n*.......\n.*...***\n.....***\n**...*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n....*..*\n.***.*.*\n*.*.....\n*...*...\n**..*.**\n****....\n*.....*.\n.....*.*\n**..*..*\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......*.\n....*..*\n.***.*..\n..*.....\n....*...\n.*..*.*.\n****....\n*.....**\n.....*..\n.*..*...\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n...**\n*.*..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n...*.\n..**.\n.***.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*.***\n*****\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n*****.\n**.***\n******\n.*****\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***...\n..........\n..........\n..........\n....***...\n....*.....\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*....\n..........\n.....*....\n....**....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n.....*....\n..........\n.....*....\n....**....\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.*...\n.**..\n*....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n...*.\n*..*.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...*.\n*..*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n*......\n.......\n.....*.\n...**..\n.*.***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n..*....\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****\n.....**\n.......\n...*...\n..*....\n.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n.***\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n.***.**\n*******\n*******\n******.\n*******\n**.****\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..*..*\n.***.******.\n.******..*..\n..*...***.*.\n****..**.***\n.....*.**...\n..***.*....*\n.**.*****..*\n.....**.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.*..*.*.\n.*........*.\n............\n*..........*\n.***.*....**\n.....*..**.*\n.**.........\n.**.....*.**\n....*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.......*\n**........*.\n............\n............\n****.*....**\n.....*..**..\n***.........\n.**.....*.**\n..**....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..**\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*.*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n*.*.\n....\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....**.\n..*.*.**..\n..*.......\n..*.......\n.**.......\n..*...*...\n*...*.**.*\n*...*.**.*\n..........\n......*...\n```\n\n\n## Output without wrap\n\n```\n...*..***.\n.**...***.\n.**.......\n..**......\n.***......\n..**.***..\n.*.*......\n......**..\n.....***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..*.\n.**...***.\n.**.......\n..**......\n.***......\n*.**.***..\n**.*.....*\n*.....**.*\n.....***..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*....*\n....**....**.\n*.**..**.**..\n*.*.***...**.\n..**.*.*..**.\n.*...*.*.....\n.*....*......\n```\n\n\n## Output without wrap\n\n```\n....*...**.*.\n...**.**.*.*.\n...**.**.....\n..**...****..\n..***.***....\n..****.*.....\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.*.\n...***.*.*.**\n...**.**...*.\n..**...*****.\n..***.***..*.\n******.**..**\n....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.*.*\n**********\n.*.......*\n.*....***.\n.*...**.*.\n*......*.*\n.....*.**.\n****.*.***\n```\n\n\n## Output without wrap\n\n```\n**........\n**.*.*...*\n...*...*.*\n*.**.**.**\n*.*.**...*\n*...**....\n..*.**..*.\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*...\n..**......\n**.*...**.\n****.**...\n.**.**..*.\n**..**....\n..*.**...*\n.****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.*...\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n....*\n*..*.\n*.***\n***.*\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.**.*\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n***.*\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...**...\n.*.......**...\n.....*..****..\n..*.....*.*...\n...*......*..*\n*....*........\n....*.........\n..........*...\n..............\n.*............\n.*....*.......\n..*...*.......\n..*...*....*..\n.....***..*...\n```\n\n\n## Output without wrap\n\n```\n.........**...\n....**........\n........*..*..\n........*.....\n.........*....\n....*.........\n..............\n..............\n..............\n..............\n.**...........\n.**..***......\n..............\n.....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*..*..\n....**........\n........*..*..\n........*.....\n.........*....\n....*.........\n..............\n..............\n..............\n..............\n.**...........\n.**..***......\n..............\n....*..*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.****\n***.*\n**.**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n...*\n....\n.*..\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n..*\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n*...**\n**.**.\n.....*\n.*....\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n***...\n**.*..\n***.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.**...\n.*.*..\n.**.**\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n*.*..\n***.*\n*..**\n....*\n.....\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n*...*\n*.*.*\n..*.*\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**...\n*...*\n..*.*\n.**.*\n...**\n....*\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n.***\n****\n***.\n**.*\n***.\n.**.\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..**\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n......\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*..*\n******\n..*..*\n*.*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n....**\n....*.\n..**..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n...*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n.......*.\n.........\n.........\n**.......\n**.......\n.**......\n.........\n.........\n.........\n.*...*...\n**.......\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..*......\n.*.......\n.*.......\n.........\n.........\n**.......\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..*......\n.*.......\n.*.......\n.........\n.........\n**.......\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**.**\n..**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n***..\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**.\n*...*..**\n.....*...\n.........\n.........\n.........\n.........\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.....****\n....*..**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*..\n....*..**\n........*\n.........\n.........\n.........\n.........\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*.*\n...*.*\n...*..\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*.*\n.*..\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n****\n.***\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n**........\n.**...**..\n......**..\n......***.\n..........\n...****...\n...*..*...\n..*.**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n***.......\n***...**..\n.....*....\n......*.*.\n....*.....\n...****...\n..*...*...\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n***.......\n***...**..\n.....*....\n......*.*.\n....*.....\n...****...\n..*...*...\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....*..\n...**..*.*..\n............\n............\n**..........\n.....**.....\n...****.....\n....***.....\n............\n....**......\n..*.......**\n```\n\n\n## Output without wrap\n\n```\n..***...*...\n..***...*...\n............\n............\n............\n......*.....\n...*...*....\n...*..*.....\n......*.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...**..\n..***...*...\n............\n............\n............\n......*.....\n...*...*....\n...*..*.....\n......*.....\n............\n..*.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****...\n*...*.**\n.*.**...\n*..**..*\n.***..*.\n.*.***..\n.**.....\n**.*****\n*..*...*\n**...*..\n```\n\n\n## Output without wrap\n\n```\n.*****..\n*.......\n***...**\n*....*..\n**....*.\n*...**..\n........\n*..*****\n...*...*\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*.\n*......*\n.**...*.\n*....*.*\n.*....**\n*...**..\n.......*\n...****.\n...*....\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n....*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***...\n......*.*\n.........\n...*.**..\n...*...*.\n....*..*.\n****.**..\n..**..***\n```\n\n\n## Output without wrap\n\n```\n....**...\n....**...\n.....***.\n....*.*..\n...*.*.*.\n.*..**.*.\n.*...*..*\n...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***...\n*...**...\n.....***.\n....*.*..\n...*.*.*.\n.*..**.**\n**...*...\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*.*.*\n.....*\n.....*\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n.....*\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...*.\n.....*\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n...*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*.*\n*..*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***..*\n*.....*.*\n....*.***\n*.*.***..\n**.***...\n**.*.****\n...**.*..\n.*.*..***\n*.*......\n```\n\n\n## Output without wrap\n\n```\n**..**.*.\n**.*..*.*\n.*.**...*\n*.*......\n.........\n**.....*.\n**.*.....\n.*.*****.\n.**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.*.\n.*.*..*..\n.*.**....\n*.*......\n.........\n.*.....**\n.*.*.....\n**.******\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n***\n***\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n....*\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n**...\n.*.**\n....*\n***..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n***..\n**.**\n*****\n*...*\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*.*.\n.****\n....*\n***.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**..\n.**.\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n..*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n..**\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.****\n*..*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.**.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n**..\n*.**\n..*.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n*..*\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n..**\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n......\n*.*...\n**....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n..**.\n.....\n.....\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n...**\n.....\n.....\n..*..\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n**.\n.**\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n*.*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....******\n*......***.*\n*.......*..*\n.*.***.***..\n.*.***..**..\n*.*.**......\n**.***.....*\n.*..*.......\n**....*...**\n*.....*....*\n```\n\n\n## Output without wrap\n\n```\n............\n**....**....\n....*.......\n....**.**...\n..*..*.**...\n*...........\n............\n**..*.....**\n***.*....*..\n**........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n.**...**....\n.*..*.......\n.*..**.**.**\n***..*.**.**\n..........**\n..........**\n....*.....**\n.....**..*..\n.....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.....\n.....*....\n....***...\n.....*....\n..........\n..........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n....*.**..\n....*.*...\n.....*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n....*.**..\n....*.*...\n.....*....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****.***.\n*....**...*.\n*.....*.*.*.\n.....*..*.*.\n.*.****..**.\n*..**.*....*\n.****......*\n...*..***..*\n*.*.....*...\n...*......*.\n..*.....*.*.\n...**..*.*..\n**.**.*.**..\n```\n\n\n## Output without wrap\n\n```\n....*.**.**.\n........*.**\n......*...**\n........*.**\n..**..**.***\n*.....*....*\n.*....*...**\n....*..**...\n..**....**..\n.***........\n..*.*...*.*.\n.*..**.*..*.\n..****.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....*.*.\n........*.*.\n......*...*.\n........*.*.\n*.**..**.**.\n......*....*\n.*....*...**\n....*..**..*\n..**....**.*\n.***.......*\n..*.*...*.*.\n.*..**.*..*.\n......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n......\n.*...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n....**.\n....*.*\n....*.*\n..*****\n..*.*..\n..*..*.\n*.***..\n*.*....\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*.*.\n...*..*\n...*..*\n.**..**\n.***.**\n..*..*.\n.**....\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n*.*...*\n...*...\n*..*..*\n..*..**\n****.**\n*.*..**\n*.*...*\n***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.*.\n..*.*.\n..*..*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*..*.\n*...**\n.*....\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....*\n..**...*..\n*..*..*...\n*.*.....**\n..**..***.\n...*......\n.*****.*..\n**..*.*...\n...***..*.\n.*..***.*.\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*..*.....\n...*...**.\n..*...*.**\n.***...***\n.*...*..*.\n**...**...\n**....**..\n****......\n...*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...****.\n.*..*.....\n*..*...**.\n*.*...*.*.\n.***...**.\n.*...*..*.\n**...**...\n**....**..\n****.....*\n......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n..*.*....\n..*.*....\n.........\n.........\n.*......*\n.*......*\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n.........**\n.........*.\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.........**\n.........**\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n.........**\n.........**\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n....\n***.\n....\n.***\n...*\n..*.\n....\n*..*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*.*.\n.**.\n.*.*\n.*.*\n...*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n..**\n..*.\n****\n..*.\n.*..\n..**\n*..*\n..*.\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...**\n*..***...*.\n..**..**.**\n*..***.*..*\n.......**..\n*.*...*...*\n.***.****.*\n..*.**..*.*\n.....**.*.*\n```\n\n\n## Output without wrap\n\n```\n.....*...**\n..**.*.....\n.**....*.**\n..****....*\n.*.***.***.\n..**.*.....\n........*.*\n.**.....*.*\n....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*..\n*.**.*.....\n.**....*.*.\n*.****....*\n.*.***.***.\n*.**.*....*\n........*.*\n.**.....*.*\n*.....***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.....\n.*....**......\n.*............\n.*..**........\n........*.*...\n...*..***..*..\n...*.*.....*..\n....********..\n```\n\n\n## Output without wrap\n\n```\n......***.....\n......***.....\n***..**.......\n..............\n....***.**....\n....*.******..\n...*.......**.\n....********..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n......***.....\n***..**.......\n..............\n....***.**....\n....*.******..\n...*.......**.\n....**...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.*...*\n*.*.*.\n..**..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.**..*\n..*.*.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n***..*\n*.*.**\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*\n.......\n.*.*.**\n..**...\n*..****\n..*....\n.***...\n.*****.\n```\n\n\n## Output without wrap\n\n```\n.......\n...****\n...**..\n.*.....\n.*..**.\n.....*.\n.......\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n*..****\n...**..\n.*.....\n.*..***\n*....**\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...**\n**..*...**\n**..*...**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.****...*.\n..***..*..\n.****...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**.\n.*.....**.\n.*.....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n....*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..**\n*.....**\n****..*.\n```\n\n\n## Output without wrap\n\n```\n......*.\n*....*..\n**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....**.\n.....**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n*.**\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n*...\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*\n.*........\n*.......**\n..........\n.....*....\n....*.*...\n....*.*...\n.*..*.*..*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.....*....\n...**.**..\n...**.**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n.**......*\n*.......**\n*........*\n.....*....\n...**.**..\n...**.**..\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n..**\n*..*\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.**\n*.**\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n...*...\n...*.**\n......*\n....*..\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n...**.*\n....*.*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....*..\n...**.*\n....*.*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n**...*\n......\n......\n......\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.*..*.\n**...*\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n...\n...\n...\n...\n**.\n*.*\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n...\n...\n**.\n..*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n...\n...\n...\n...\n**.\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........***\n............\n............\n............\n............\n.....*......\n....*.**....\n...*.***....\n...*..**....\n....*.**....\n....*.*.....\n.....*......\n............\n**..........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n.....**.....\n....****....\n...**..**...\n..**........\n...***.*....\n...**.*.....\n.....**.....\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*..\n..........*.\n............\n............\n............\n.....**.....\n....****....\n...**..**...\n..**........\n...***.*....\n...**.*.....\n.....**.....\n...........*\n*.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n*..\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n..*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*....\n......*...\n*.....*...\n.*....*.*.\n...*.*....\n.....*....\n.**....*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.....**...\n.....**...\n.....***..\n....***...\n..*.*.*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*...\n.....**...\n.....**...\n.....***..\n....***...\n..*.*.*...\n***...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n.*.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n..*.\n*.**\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***...\n**...**..*\n.*...*...*\n.*..**...*\n*.*.******\n**.**.**..\n```\n\n\n## Output without wrap\n\n```\n**..*.*...\n**........\n.**.....**\n****...*.*\n*.*......*\n*****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n.*.......*\n.**.....**\n.***...*..\n..*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.......\n....*..\n**.....\n*......\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n...\n...\n...\n...\n*..\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.....*.\n......*\n....**.\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*..\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.....**\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.**....*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*..**\n....*\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*.*..\n...**\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.*.**\n.*..*\n..*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n***.*\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n.***.\n..*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....*.\n*..*...\n*......\n..*...*\n*.*...*\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n......*\n.....**\n.....*.\n......*\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n****.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n*..*..........\n..............\n..........**..\n......*......*\n*......*......\n....*.......**\n..*..*.....*..\n....*......*..\n.............*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n............**\n............*.\n...***.....*..\n............*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n*...........*.\n............**\n...***.....*..\n............*.\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n.*........\n.*........\n*.........\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.*.......\n*.*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..*......*\n.........*\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n***..*\n......\n......\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.*...\n**....\n**....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n.**\n**.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n...\n**.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n**....\n..*...\n..*...\n..*...\n......\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.....\n*..*..\n.***..\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n*..*..\n.***..\n......\n*...*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*.***.*.\n*...*.**....**\n...*.*.*......\n*...**.**..***\n........*..***\n.........**..*\n.......*..**..\n....*.*.......\n.*...*........\n..............\n***......*....\n..*........*.*\n..*..*......*.\n```\n\n\n## Output without wrap\n\n```\n......*.**.***\n...**....*.***\n...*.......*..\n....**.**..*.*\n.......**.....\n........**...*\n.........***..\n.....**.......\n.....*........\n*.*...........\n.**...........\n..**........*.\n............*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.**..*.\n*..**....*.***\n...*.......*..\n*...**.**..*..\n.......**.....\n........**...*\n.........***..\n.....**.......\n.....*........\n*.*...........\n***...........\n*.**........**\n.***.*...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n*.*......\n.***.*...\n.*.*.*...\n.***.*...\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*.**.....\n*..*.....\n*....**..\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n*.**.....\n*..*.....\n*....**..\n**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.....\n..**.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.***.\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n....*\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.****\n*.**.*..\n**.*****\n*.*.***.\n*******.\n***.*.**\n.***.*.*\n...**.*.\n.**..*..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n.*...**.\n........\n........\n........\n........\n......**\n...****.\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n........\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*.*.*\n*..*..\n.***.*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.*..\n*..*..\n*....*\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*..\n...*.*\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.*..\n....\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**..\n....\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**....\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n**...*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n.*..*.\n.*....\n*....*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*....*\n*..**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*.**.\n.*.**.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...****\n*.*....\n*.*.**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...***.\n..*..*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n*.*....\n.......\n....**.\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n***....*\n.*.**.**\n***.*.*.\n..*....*\n..*.**.*\n....****\n....*...\n*....**.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*.*.***\n.*..*...\n....*.*.\n....*.**\n...*..**\n......**\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n...*..**\n....*.**\n....*.**\n*...*.**\n*..*..**\n*......*\n......*.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.....**..\n.........\n.....**..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n..**.*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**\n...*...*.\n..*....**\n......*.*\n*........\n........*\n...*.....\n.........\n.........\n.........\n.......*.\n......***\n...*...**\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......*.*\n.........\n........*\n.........\n.........\n.........\n.........\n.........\n.......*.\n......**.\n.....**.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n...**.*..\n*.......*\n.........\n*......*.\n........*\n.........\n.........\n.........\n.......*.\n......**.\n......*.*\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*...\n..*******\n...******\n.*.****..\n*.*...**.\n*.****.**\n..*..*.**\n**..*****\n.***.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*.*.\n.*......*\n........*\n.*......*\n*.......*\n..*.**...\n*.*......\n*........\n****.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*.......\n*.......*\n**.......\n*........\n*.*.**...\n..*......\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.....\n.....***......\n..........**..\n.....**.......\n.........*.**.\n.**.....*.....\n*..*...*..**..\n*......*.*....\n*.*....**.*...\n```\n\n\n## Output without wrap\n\n```\n......**......\n......**......\n.......*......\n............*.\n..............\n.**.....**..*.\n*.*....*.**...\n*.....**.*.*..\n.*.....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**....\n......**......\n.......*......\n............*.\n..............\n.**.....**..*.\n*.*....*.**...\n*.....**.*.*.*\n.*.....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n...*.....\n....**...\n......*..\n....*.*..\n.........\n...**....\n.........\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n...*..*..\n....*.*..\n...*..*..\n....**...\n....*....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n...*.*...\n...*..*..\n....*.*..\n...*..*..\n....**...\n....*....\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n........*\n.......**\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......**\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..***.\n*.**.*\n..**..\n**....\n```\n\n\n## Output without wrap\n\n```\n...*..\n.**.*.\n......\n*..**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.**.**\n.....*\n...***\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n..**\n*..*\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n*..*\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..**\n.*..\n....\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n..***.*..\n***.*...*\n*.**...*.\n.*****..*\n**..*****\n***...***\n*........\n.*..**..*\n*.*.****.\n.....*..*\n********.\n...**.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.**...\n.........\n*...**.*.\n*....*.**\n........*\n.........\n..*.....*\n*.*..**.*\n**.**..*.\n.*.*...**\n*.......*\n.**.....*\n.*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n*........\n*...**.**\n.....*.*.\n.........\n.........\n..*......\n..*..**..\n.*.**..**\n**.*...*.\n.........\n***......\n**....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n...**.\n.**.*.\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n*.*.*.\n...**.\n......\n*.....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*....\n.***..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*.*..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.*.*..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...*****\n*...*...*****\n*...*...*****\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........*...*\n**.***.*.....\n........*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***.*.....\n.*.***.*.....\n.*.***.*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n.*.\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n..*...\n.**...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.....\n..**...**\n...*...*.\n.........\n.........\n.....*...\n......*..\n..*......\n**.*.....\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.*..*..**\n..**...**\n.........\n.........\n.........\n.........\n.**......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....\n.*..*..**\n..**...**\n.........\n.........\n.........\n.........\n.**......\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*....\n*.*..\n.***.\n...*.\n*.***\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n*..*.\n.*.*.\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*.*..\n.....\n.*...\n**...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n......\n......\n..***.\n.****.\n..*...\n......\n......\n*....*\n***.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n.*..*.\n.*..*.\n.**...\n......\n......\n*.....\n*.*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n...*..\n.*..*.\n.*..*.\n.**...\n......\n......\n*....*\n*.*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n**..**\n**..**\n```\n\n\n## Output without wrap\n\n```\n...**.\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*..*\n......\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*...*.\n*...*.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......**.\n.**...***\n***....**\n**.......\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**..\n**...\n*.*..\n*..*.\n**.**\n*.*..\n*..**\n**...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n*....\n*..*.\n*.*.*\n*.*.*\n*.*.*\n..**.\n*.**.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*...*\n.*..*\n..***\n..**.\n..*..\n.***.\n..**.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n.**.\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n*..*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..\n......**\n.....**.\n........\n......*.\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n......*.\n....*..*\n.....***\n.....**.\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*\n....*..*\n.....***\n.....**.\n.....*..\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n*.*.*.\n......\n.....*\n.....*\n.*...*\n.*..**\n*.....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n....**\n......\n**....\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..**\n....**\n*.....\n....**\n....**\n......\n....**\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.*.\n...*......\n.*.......*\n...*..**..\n..........\n*.**.*..**\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n.*..*.....\n..**......\n..*....*..\n..*.**.*..\n.......*..\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.****.\n**..*.....\n****......\n..*....**.\n..*.**.***\n*.*.*.....\n..*..*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*...\n**.*\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n**.*\n**.*\n....\n****\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n***.\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.**\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n*.*.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*\n.*.*.**\n.*.***.\n..*..*.\n...**.*\n.....*.\n.*....*\n***....\n.*.**..\n.****..\n*....**\n.*..*.*\n***...*\n...*...\n```\n\n\n## Output without wrap\n\n```\n.******\n**.*..*\n**.*...\n..*.**.\n...**.*\n.**.*.*\n******.\n*.**...\n**.....\n**.....\n*......\n*.**.**\n*..*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*\n.*.*...\n**.*...\n.**.***\n...**..\n.**.*..\n.****.*\n..**...\n.......\n*....*.\n*......\n****.**\n.*.**..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n..***.\n*..***\n**.***\n**.**.\n......\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n.**...\n*....*\n*.....\n......\n**.*.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n......\n......\n.*.*..\n......\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*....\n.....\n**.*.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**.**\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n**..*\n**.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..**.\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........**.\n.............\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..........***\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...........*.\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*\n.............\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n...........*.\n..........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...*.......\n..**.......\n...........\n.*...*.....\n...**......\n...........\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n..**.......\n..**.......\n..*........\n....*......\n....*......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n..**.......\n..**.......\n..*........\n....*......\n....*......\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.\n.*******\n***..*.*\n**.**.**\n********\n****.*.*\n**.*****\n.*.**.*.\n********\n**..****\n```\n\n\n## Output without wrap\n\n```\n*......*\n.......*\n........\n........\n........\n........\n.......*\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.**.*\n.****.*.**\n.**.*.****\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n.**.*.***.\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***....\n...***....\n...***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...*.\n....*\n**...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n**.*.\n.*.*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n***..\n**.**\n*.***\n****.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n....*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.*..\n.....\n.....\n.*...\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n*.*.\n*.**\n..*.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*...\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**.*\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n*.*...\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n***..*\n***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.....\n......*.**....\n..*....*.*....\n.*..**...*....\n*...*....*..*.\n.......**..***\n...........**.\n```\n\n\n## Output without wrap\n\n```\n.......***....\n.........*....\n.....***.**...\n.*.***...**...\n....**...*****\n........*.*..*\n...........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***....\n.........*....\n.....***.**...\n.*.***...**...\n*...**...****.\n........*.*...\n.......**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*....\n.....\n..*..\n..*..\n.....\n.....\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n**..*.\n****.*\n*****.\n***.**\n***..*\n```\n\n\n## Output without wrap\n\n```\n**.**.\n.....*\n.....*\n......\n.....*\n*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.........\n..........\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n.....\n***.*\n....*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.**.\n.*.*.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.....\n..**.\n**.**\n..*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....****..*.\n..........*.*\n...***..****.\n.....**...*..\n..***..*..*..\n..**...*..*..\n...*..*...*..\n*..**...*..**\n..*..*.......\n*********....\n*.*..........\n.*...**......\n*...*.*..*...\n*..**.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.......*.....\n.....**......\n........***..\n...*.*.....*.\n.....*.*.....\n...***.*.*...\n...**...***..\n.*.....*.....\n**...***.....\n*...*..*.....\n..*.****.....\n**.*..**.....\n..****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.********..\n........*...*\n.....**......\n........***..\n...*.*.....*.\n.....*.*....*\n...***.*.*..*\n...**...*****\n.......*....*\n.....***.....\n*...*..*....*\n..*.****.....\n...*..**....*\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n...*....\n..**....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.*..*\n**.**\n*.***\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n...**\n.*...\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n....*\n...**\n....*\n..*..\n..*.*\n....*\n...*.\n.*..*\n**...\n.*...\n...*.\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n...**\n...**\n.....\n.....\n...**\n.****\n*....\n...*.\n*..*.\n.....\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n...*.\n*..**\n.....\n.....\n*..**\n.**..\n....*\n.....\n*..*.\n.....\n.*.*.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*..\n.......*\n.......*\n........\n.*......\n.**.*...\n*.****.*\n....*...\n.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n........\n........\n.**.....\n*...**..\n..*..*..\n.*....*.\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*.....*.\n........\n........\n.**.....\n....**..\n*.*..*..\n**....*.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*...\n......***...\n.....*.*....\n.......*....\n............\n*.*.....*..*\n*.**....*...\n```\n\n\n## Output without wrap\n\n```\n........*...\n......*.*...\n............\n......*.....\n............\n..**........\n..**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....**..\n......*.*...\n............\n......*.....\n............\n*.**.......*\n*......***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n.**.*...\n..*..*.*\n*.....*.\n....**..\n*..*....\n**.*...*\n....*.**\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*.*..\n.*.....*\n......*.\n.**.**..\n*.....*.\n*...****\n.***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n.....*..\n........\n........\n.**.**..\n.......*\n....****\n**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n...*\n...*\n...*\n***.\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n.*.*\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**.*\n**..\n****\n.*..\n..*.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**...\n..*.....*\n..*.**..*\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n..*......\n..**.....\n.*.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n*.*.....*\n..**....*\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n*.**\n*.*.\n.*.*\n**..\n*...\n*...\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n**..\n....\n*...\n**..\n*...\n*...\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*..*\n.*..\n....\n....\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n*..*....*\n..**..*..\n......*..\n.....*...\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..*.*....\n..*..**..\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..*.*....\n..*..**..\n....**.*.\n....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.****.\n.*.*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n.*..*.\n*...*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..***.\n.*..**\n*...**\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.*.\n*....*.*\n..***...\n**..***.\n```\n\n\n## Output without wrap\n\n```\n...****.\n.*...**.\n*.**....\n.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n.*...***\n..**....\n.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......\n**.......\n........*\n***.....*\n*.*......\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n*.*......\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*\n..*....*.\n..*....**\n.**......\n*.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.****.****\n*****.**.**.**\n.****.********\n***.****.***..\n**...**.*.****\n*******.***.**\n**.*****..****\n*****.****.***\n*.***.*.***.**\n****.**.*****.\n*.**.**.******\n************.*\n*********.*.**\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n............**\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*......\n..***.....\n..........\n..........\n..........\n*.........\n.....*....\n***.......\n**.*.***.*\n```\n\n\n## Output without wrap\n\n```\n...**.....\n..***.....\n...*......\n..........\n..........\n..........\n*.........\n*.*.**....\n*.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**...\n..***.....\n...*......\n..........\n..........\n..........\n*.........\n..*.**...*\n...**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..**.\n**....\n**...*\n*.***.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n*.***.\n..*.*.\n...**.\n*.***.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n*.***.\n..*.*.\n...**.\n..***.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..*..\n*..**\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n...**\n....*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**..\n**......\n........\n........\n........\n*.......\n........\n*...**..\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****\n*.......\n........\n........\n........\n........\n........\n*...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*...\n*.*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.**..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n....*........\n....***......\n.....*.*.....\n.....*.*.....\n.............\n...........*.\n............*\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*.......\n.....*.......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.....*.......\n.....*.......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.***\n***.****\n.**..***\n*.**..*.\n```\n\n\n## Output without wrap\n\n```\n**.*...*\n*.......\n........\n..**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n...*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.........*...\n.............\n.............\n.......*.....\n........*....\n.............\n.............\n.............\n....*........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*.....\n.**...\n**...*\n.*.*.*\n.*.*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n.*....\n*****.\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n....**\n.***..\n**.***\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n**....\n*.....\n*...*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*...*\n.....*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.\n**...*.\n.**..**\n.*..*..\n****...\n*...*.*\n*..*..*\n***.*..\n```\n\n\n## Output without wrap\n\n```\n**..*..\n*.**..*\n......*\n.**....\n.*....*\n*......\n*....*.\n*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..**..*\n......*\n*.*....\n.......\n......*\n..*.**.\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*......\n........\n...*....\n......**\n*...*..*\n........\n....*...\n........\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......**\n......**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.....**\n*.....**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**..\n...****..\n...**....\n...**....\n...*.....\n.***..**.\n```\n\n\n## Output without wrap\n\n```\n..**..*..\n......*..\n..*......\n..*......\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n......*..\n..*......\n..*......\n.........\n.*...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*****\n.*.*****..\n..*****.*.\n***.**.***\n**.*.*****\n.***..**..\n.***..**..\n***.******\n```\n\n\n## Output without wrap\n\n```\n**.*....*.\n*........*\n*........*\n*.........\n.........*\n..........\n..........\n*...**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.........*\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n......\n...***\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n...***\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n......\n...***\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**...**\n..***..\n.......\n...*...\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.*****.\n.*****.\n..*.*..\n.*.*.*.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n*******\n*******\n..*.*..\n**.*.**\n*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.*.**\n*.*.*.\n......\n...**.\n*...**\n......\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n..*.**\n....**\n....*.\n...***\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n*.*.*.\n*...*.\n....**\n...**.\n...***\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**...\n*....\n.*..*\n*..**\n****.\n***.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*....\n**.**\n*...*\n.....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*...\n....*\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...*.\n.***.........*\n...........**.\n..........**..\n...........*..\n.............*\n*..........*..\n..........*..*\n........*...*.\n........*...*.\n```\n\n\n## Output without wrap\n\n```\n..*...........\n..*........*.*\n..*.......***.\n..........*...\n..........***.\n............*.\n............*.\n...........**.\n.........*.***\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........**\n..*........*.*\n..*.......***.\n..........*...\n..........***.\n............*.\n*...........**\n...........***\n.........*.***\n.......***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n.**\n..*\n*..\n...\n.*.\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.**\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n.**\n***\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n*.*\n...\n...\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..*.\n.**.\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*..*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n**.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.**.\n*.*.\n****\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n*.**\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....*\n.*.......*\n.*......*.\n..**....*.\n```\n\n\n## Output without wrap\n\n```\n..**......\n.*.*....**\n.*......**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..*..\n.......*..\n.*.....*..\n..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n*........\n**....*..\n**.......\n.*.......\n*..*.****\n***..**.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.**......\n.***.***.\n*...*...*\n**.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n*.......*\n.........\n.**....*.\n.***.**..\n.**.*....\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n*............\n*............\n...........**\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n...*..\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n....**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.*..*\n*****\n**.**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n**...\n....*\n.....\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n**.*.\n**...\n```\n\n\n## Output without wrap\n\n```\n*.**.\n...*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n....\n*.*.\n..**\n..**\n....\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.***\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.**.\n*...\n..**\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n***..*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n**....\n..**..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*......*\n..*.......\n..*.......\n...*......\n...***....\n..........\n.****..*..\n...***.*..\n........*.\n*.........\n***...****\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*.*......\n.*..*.....\n..........\n..***.....\n...*.**...\n....*.....\n....*..*..\n.....****.\n**......*.\n**......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**.\n.*..*.....\n.*..*.....\n..........\n..***.....\n...*.**...\n....*.....\n....*..*..\n.....***..\n..........\n.***...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n...*.\n*..**\n.*...\n.***.\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n*.***\n*...*\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n..***\n...*.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*.\n****.*..*.\n..*..*.*.*\n..**.**..*\n***...*..*\n..*.......\n.**....*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n.*.*..****\n.....*.*.*\n...***.*.*\n.....**...\n*..*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..***\n**.*..***.\n.....*.*.*\n...***.*.*\n*....**..*\n...*......\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...*...\n...*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.**..\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n.....\n.....\n.**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n**...\n**...\n*.*..\n.*..*\n*..**\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n..**.\n*.*..\n.....\n*...*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*.**.\n.**..\n*.*..\n*....\n*..*.\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n..*.*.....\n..........\n..........\n..........\n...**.....\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n...*......\n..........\n..........\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..**..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n..**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n**.*\n***.\n**.*\n**.*\n**.*\n****\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...*\n.****.*.*\n.*....*.*\n**....***\n*..***.*.\n.**....**\n```\n\n\n## Output without wrap\n\n```\n...***...\n..**..*.*\n.*...*..*\n***....*.\n*.....*.*\n.**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n...*.....\n.....*...\n..*......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*.......\n..**.**......\n.....**......\n......*......\n....**.......\n```\n\n\n## Output without wrap\n\n```\n..***........\n..*..**......\n....**.......\n....*.*......\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.......\n..**.........\n....**.......\n......**.....\n...**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n....*.\n......\n......\n......\n*....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*..**\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....**...\n...**.*..\n.........\n....*..**\n*.*..*..*\n......**.\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n....*....\n...*.*...\n..*...*..\n...*.****\n.....*.**\n........*\n......**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n...*.*...\n..*...*..\n...*.***.\n*....*.*.\n*........\n......***\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*..\n.*.**..**\n*.*.*.***\n.**.***.*\n..**..**.\n```\n\n\n## Output without wrap\n\n```\n******.*.\n....*...*\n*........\n....*...*\n.****.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*..\n....*....\n.........\n....*....\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.**..\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.**..\n*.*..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.**\n*.*.....\n........\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.\n**.....*\n.*.....*\n*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n*......*\n......**\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n*.....**\n*.....**\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.....*.\n.**.*..******\n.****.**.****\n...*.*****..*\n...*.*..*....\n```\n\n\n## Output without wrap\n\n```\n........*....\n........*....\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*.....\n**.***.*.....\n.*...........\n*............\n*...**.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..**...\n.....*...***..\n......*.....*.\n.........*****\n..........*..*\n..............\n..............\n..............\n....**..***...\n.***.*..***...\n....**..**....\n```\n\n\n## Output without wrap\n\n```\n.........*.*..\n.....**..*.*..\n.............*\n.........**..*\n.........**..*\n..............\n..............\n.........*....\n..****..*.*...\n..**..**......\n..****..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....*..\n.....**..*.*..\n.............*\n.........**..*\n.........**..*\n..............\n..............\n.........*....\n..****..*.*...\n..**..**......\n.....***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****....\n...*...*...\n...*...*.**\n*****..*.*.\n.......*.*.\n......*...*\n*.*..*.....\n```\n\n\n## Output without wrap\n\n```\n...*****...\n..**....**.\n.*.**....**\n*...*......\n.*..*....**\n..*...**...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..***...\n..*..*..***\n...**....*.\n....*....*.\n....*....*.\n...*..**..*\n***..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n.....*..\n.....*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....*..\n.....*..\n.....*..\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...*...*\n...*...*\n...*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.........\n..*..*.......\n..*..*.......\n**.*......**.\n.*..**..****.\n....**.***...\n.....****....\n..*...*.*....\n**....****...\n.*****...*...\n..*.*...*....\n.*..*........\n..*........**\n..........**.\n```\n\n\n## Output without wrap\n\n```\n.............\n..***........\n..***........\n**.*.*.....*.\n****.***...*.\n.............\n....*........\n.*...........\n*...*.*..*...\n*...***..*...\n.............\n.**..........\n..........***\n..........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n..***........\n..***........\n**.*.*.....**\n****.***...**\n.............\n....*........\n.*...........\n*...*.*..*...\n*...***..*...\n.............\n.**..........\n..........***\n..........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n..*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n***.***.\n**.*****\n******.*\n..*.****\n******..\n******.*\n********\n********\n****.*.*\n********\n********\n********\n*****.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.**..\n.....\n..**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.*.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.*.*.\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*....\n..*..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.*..\n*****\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...*......\n..*.*.....\n..*.*.....\n...**.....\n......*...\n.....**...\n......**..\n..*....**.\n.*....**..\n```\n\n\n## Output without wrap\n\n```\n..........\n...*......\n..*.*.....\n..*.**....\n...***....\n....*.*...\n.....*....\n.....*..*.\n........*.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*......\n..*.*.....\n..*.**....\n...***....\n....*.*...\n.....*....\n.....*..*.\n........*.\n......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*\n..........\n..........\n..*.......\n.**..*....\n.....*....\n..........\n..........\n........*.\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n..........\n*.........\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n*..**.\n***...\n*..*.*\n*.....\n....**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*...*.\n*.*...\n*.*...\n.....*\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*...*.\n..*...\n..*..*\n*.....\n*...**\n**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n***...\n*.*...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n..**..\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*.**.*\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.....\n........\n....*...\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..\n........\n*.*.*..*\n**...***\n.....*.*\n*..**..*\n....**..\n...***..\n**.*..**\n.*..**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n*.*..*..\n....**.*\n***..*..\n......*.\n..**....\n.***....\n*.....*.\n*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.\n.....*..\n..*..*..\n....***.\n.**..**.\n*.....**\n.***..*.\n..**....\n.....*..\n.*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n......*.*\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.\n.......\n.......\n.......\n..*.*..\n**..*..\n.*.****\n....*..\n*..*.*.\n**.*.**\n.*.*...\n*******\n..*....\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n.......\n.......\n.*.*...\n**.....\n****...\n..*...*\n****.**\n**.*.**\n.......\n*...**.\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n...**..\n.......\n.......\n.*.*...\n**....*\n.***..*\n*.*....\n****.*.\n.*.*.*.\n.......\n*...***\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****.**\n.**.**..*.\n*.*....**.\n*..*.**..*\n*.****..*.\n.**.*.*...\n**..**.***\n.*....*...\n.....**..*\n********..\n.*********\n**.*.**.**\n*.****..*.\n```\n\n\n## Output without wrap\n\n```\n.***...**.\n*.....*...\n*.....****\n*.....*..*\n.....*.**.\n......*...\n**.***.***\n***.*...*.\n*.........\n..........\n..........\n.*....**.*\n.*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n........*.\n......**.*\n*.....*.*.\n.....*.*..\n......*..*\n...***.**.\n..*.*...*.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n....**\n.....*\n*.*...\n......\n***...\n...*.*\n.*...*\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n....**\n......\n..*...\n*.**..\n*..*..\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n....**\n*..*..\n*...*.\n**....\n*.*...\n*.**..\n...***\n..*...\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n******\n.*****\n****..\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..***....\n........*...**\n*.....*.*.**.*\n.*.........***\n..*.**..**....\n.*.*....*..*..\n..*.*......*..\n```\n\n\n## Output without wrap\n\n```\n.......***....\n..........****\n.......*.**...\n.*...*.**..*.*\n.****...****..\n.*...*..***...\n..**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...***..*.\n*.........****\n.......*.**...\n.*...*.**..*.*\n*****...****..\n.*...*..***...\n..*.*..*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*\n....***\n*....*.\n*....*.\n....*..\n**.*...\n*..*...\n```\n\n\n## Output without wrap\n\n```\n....*.*\n**..*.*\n.......\n....**.\n**..*..\n*****..\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n.*..*..\n*......\n....**.\n**..*.*\n*****..\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***.\n....*.**.\n...**....\n.........\n*..**...*\n...**....\n*...**.**\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n.......*.\n...***...\n.........\n...**....\n.......**\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.......*.\n...***...\n.........\n...**....\n.......*.\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.*....\n.****.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n**.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n**.*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.*\n.*.**..*\n*...**.*\n.****...\n*..***.*\n...*...*\n.**.*.*.\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n..*.....\n***.**.*\n......*.\n*.*.....\n......*.\n**..*...\n*...***.\n.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.***\n.......*\n.*....**\n.**.....\n......**\n....*...\n..******\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......**.*..\n.**...***.*.*.\n.......*......\n.*............\n.**.....*.....\n..*....**..***\n.......*...***\n..............\n..............\n........*.....\n........*...**\n.......*....*.\n.......**.....\n.......***....\n```\n\n\n## Output without wrap\n\n```\n***.....****..\n***...*...**..\n.**...***.....\n.**...........\n.**....**...*.\n.**....**..*.*\n.......**..*.*\n............*.\n..............\n..............\n.......**...**\n.......*....**\n......*..*....\n.......*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*....*..\n***...*...**..\n.**...***.....\n.**...........\n***....**...*.\n***....**..*.*\n.......**..*.*\n............*.\n..............\n..............\n.......**...**\n.......*....**\n......*..*....\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n.....*\n......\n...*..\n......\n...*.*\n......\n...*..\n**.*..\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n....*.\n......\n....*.\n..*...\n...**.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n....*.\n......\n....*.\n..*...\n...**.\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*.*...\n.*.**.\n.**...\n.*..**\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n*..*..\n**...*\n*...**\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n*..*..\n.*...*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..\n.*.*..*\n.*.*..*\n...***.\n*.**...\n*.*.*.*\n..**.*.\n**..*..\n...*.*.\n.*..***\n...*.**\n..*....\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.***...\n**.***.\n...*..*\n.*...*.\n..*....\n....**.\n*.*..*.\n.*...*.\n****..*\n..**...\n..**..*\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.***\n.*.****\n...*..*\n**...**\n*.*....\n*...***\n..*..*.\n.*...**\n.***...\n*.**...\n*.**..*\n...****\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.**..\n*.*******....*\n.*.*..**.*.**.\n*..*....**.**.\n**...*****..**\n.*****.***..**\n*****..***..*.\n*..*.*.*****.*\n```\n\n\n## Output without wrap\n\n```\n..............\n*.......***...\n**............\n*...**........\n....**........\n..............\n............*.\n...........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..........*.*.\n..............\n....**........\n....**........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n.....*\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n**.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n**.\n*.*\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n....*.*\n..*.**.\n*......\n......*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...**.*\n...***.\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n...**.*\n...****\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n.*..*\n...**\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*.*\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*.*\n.****\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n*........\n.........\n.........\n.........\n.........\n.........\n.*.......\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n...*.\n.***.\n..**.\n*..**\n.****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..***\n*....\n.*..*\n.....\n.....\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n.*..*\n*....\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*\n.......**\n**.....*.\n..**.*.*.\n..*.**...\n**..*....\n```\n\n\n## Output without wrap\n\n```\n.......*.\n........*\n.***.....\n...***...\n.*....*..\n..*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****.\n**....***\n****....*\n*..***.**\n*.....**.\n*****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n..***\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..***\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n........\n........\n........\n........\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n........\n........\n........\n........\n*......*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........*\n*...........*\n.............\n.............\n.............\n.............\n.............\n..........**.\n..........**.\n..........*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..........**.\n.........*...\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........**\n*...........*\n.............\n.............\n.............\n.............\n.............\n..........**.\n.........*...\n..........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**...*.\n...........*.\n....*........\n.*.*.*.*.....\n**.*.**......\n*.....*......\n*......*.....\n.............\n*.......**...\n..***.....*.*\n*.*..*....***\n........*.*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n....*........\n**.*.*.......\n**...*.*.....\n*....***.....\n.............\n........*....\n...*.....*...\n..***.....*.*\n.**.*.....*.*\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..**.\n.............\n....*........\n**.*.*.......\n**...*.*.....\n*....***....*\n.............\n........*....\n...*.....*...\n..***.....*..\n***.*.....*.*\n......**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n**....\n..*.*.\n...**.\n...***\n....**\n...*..\n...*.*\n*....*\n......\n......\n......\n..**..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..*..\n......\n.***..\n......\n....*.\n....*.\n....*.\n......\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....**\n*...*.\n.***..\n......\n....*.\n.....*\n......\n*...*.\n.....*\n......\n......\n..**..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n..*\n***\n***\n.*.\n*..\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n*.*\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n...\n...\n...\n***\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n..**\n..**\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n........\n..**.*..\n*.*...*.\n...*..**\n..**.**.\n........\n..*...**\n......*.\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n.***....\n.**.****\n.*.**..*\n..******\n..**.*.*\n......**\n.**...**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n....*...\n.***....\n.**.***.\n.*.**...\n..******\n..**.*.*\n......**\n.**...**\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**.*.*.\n.*...*...*.*.\n..**********.\n***..**.*.***\n*.****.*..*..\n*.*...*...*..\n**.****...*..\n*...*.******.\n****.**....*.\n*.***.*.****.\n**.*..**..***\n...*.**...*.*\n*...**..****.\n```\n\n\n## Output without wrap\n\n```\n.............\n..*..........\n***........**\n**...........\n**......***..\n*...*..*.***.\n.*.*...*...*.\n.*.*....**...\n..........*..\n**......**...\n*......**....\n*.****.**.*.*\n.*****...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.*...*.\n.*.**......**\n*.*.........*\n.............\n*.......***..\n**..*..*.****\n**.*...*.....\n.*.*....**..*\n..........*..\n........**...\n.*.....**....\n****...***...\n*...**..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.*\n****..*.*\n.*.*.*.**\n.**.**.**\n..*..*.**\n.******.*\n```\n\n\n## Output without wrap\n\n```\n**.......\n*..****.*\n.....*...\n.*...*...\n.........\n.******.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n...****..\n.....*...\n.*...*...\n.........\n.*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.*.**...\n..*...*.**..*.\n*..*.**......*\n......*.****..\n.*....*.....*.\n.**......*..*.\n*.*.*..*****..\n*....*.*...*..\n..**......*..*\n***.**.*...**.\n....*.*..****.\n.*....**.*..*.\n*.....*.*.**.*\n```\n\n\n## Output without wrap\n\n```\n......**.**...\n.**.*...***...\n.....**....**.\n......*..****.\n.**....**...*.\n*.**...*.*..*.\n*.**..**.*.**.\n..*.*.**...**.\n*.**.*....*...\n.**.***..*...*\n*.***....*...*\n......*......*\n......*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*......**\n***.*...***..*\n.....**....***\n*.....*..*****\n.**....**...*.\n*.**...*.*..**\n*.**..**.*.***\n*.*.*.**...***\n..**.*....*..*\n***.***..*....\n*.***....*....\n*.....*.......\n**...*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*...**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n**..*.\n**..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.*...\n.****\n..***\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n*.*.\n*.*.\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n.*.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**..*..\n****.*.*..*.*\n***.*...*.*..\n.*.*.**.*...*\n.*.**..**..*.\n.***.***...*.\n```\n\n\n## Output without wrap\n\n```\n.*****.**....\n.***.*..**...\n.....*..*....\n........**.**\n***.*...**.**\n***...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.*.*\n.......**....\n.....*..*...*\n*.......**.**\n.......*.*...\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.*..*\n*..**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.*..*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n.*.*.\n.***.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n**...\n**...\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*.*.*\n.*...\n.*...\n.*.*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.......\n........\n..*.....\n.*......\n.....*.*\n........\n*.......\n........\n.*......\n**.*....\n...**...\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n***.....\n**.**...\n..***...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n***.....\n**.**...\n*.***...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.....*.\n....**.\n...**..\n....**.\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....**.\n...*.*.\n.......\n...*.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n....**.\n...*.*.\n.......\n...*.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n..*....\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...**..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.......\n...**..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n....*.\n.....*\n...*..\n...*..\n......\n......\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n....**\n....*.\n....*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n....**\n....*.\n....*.\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n.*.......*\n.****....*\n..........\n```\n\n\n## Output without wrap\n\n```\n.*........\n*..*......\n.*.*......\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n*..*......\n.**.......\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n.***\n*...\n.*.*\n***.\n**..\n.***\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n..**\n....\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n....\n....\n....\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*..\n.......***\n.*......**\n..........\n......*...\n.**...*...\n.***......\n```\n\n\n## Output without wrap\n\n```\n........*.\n......**..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**\n.*....**.*\n*........*\n..........\n..........\n..*.......\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n...*...\n.......\n..*.*..\n.......\n..**..*\n....**.\n..**.*.\n..*....\n..****.\n```\n\n\n## Output without wrap\n\n```\n.*..*..\n.*.....\n..***..\n.......\n...**..\n...****\n..*...*\n..*..*.\n.*...*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.*.**.*\n..***..\n.......\n...**..\n...****\n..*...*\n..*..*.\n***..*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n*....*.*.\n.......**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......***\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n......**.\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n..*.**\n****..\n*..***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.**.*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*..*\n.........\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.......\n.*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n*..\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.....\n.....\n*...*\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n...**\n...**\n...**\n...**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...*.\n..*..\n.***.\n.***.\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.***\n*.***\n*.***\n*.***\n*.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n***\n***\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.***.\n**....*.*.\n*.*...*...\n..*..***..\n*.**...*.*\n...***.**.\n*.*..****.\n..**.*.*.*\n..*..*...*\n**..**..*.\n**.*.*.**.\n..**..*...\n.**.*.**.*\n```\n\n\n## Output without wrap\n\n```\n**...**.*.\n*.**..*.*.\n*.*.......\n..*..*.**.\n.**.......\n.....*...*\n.**......*\n..**.*.*.*\n..*..*...*\n*..*.*.***\n*..*.*.**.\n*.........\n.**..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n*.**..*.*.\n*.*......*\n*.*..*.***\n.**......*\n*....*....\n.**.......\n*.**.*.*.*\n..*..*...*\n...*.*.**.\n*..*.*.**.\n.........*\n**..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.*.\n*...*.***.\n*..**.*.*.\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n**..*.*.**\n...**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*.*.\n**..*.*.*.\n**.**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**\n*.*.*.*\n.*.*...\n*.*.**.\n.**..**\n```\n\n\n## Output without wrap\n\n```\n...**.*\n.*..*.*\n**..*.*\n*.*...*\n.***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*.**.\n**..*...*.*..\n**.*.*..*..**\n...*.*..*.*.*\n*.**.**..****\n.....*......*\n.....*....*..\n...*....****.\n*.*.....*.*.*\n*...*..***...\n*..*.........\n...*.*......*\n*...**....**.\n```\n\n\n## Output without wrap\n\n```\n.****....***.\n*..*.*..*.*.*\n.....*.......\n*..*.*....*..\n..**.*.*.***.\n...*.**..*...\n.........*...\n.............\n..*....*.*...\n...**..***...\n..**...***...\n...*.*.......\n....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.**.*..\n.....**.*....\n.*...*.......\n.*.*.*....*..\n****.*.*.**.*\n**.*.**..*.**\n*........*.**\n...........**\n.**....*.*..*\n...**..***...\n.***...***.*.\n*.**.....***.\n.*.*.**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n..*\n...\n..*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n..*\n...\n..*\n.**\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n..*\n...\n..*\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.\n..*...*.\n..*...**\n**......\n.*....*.\n.*....*.\n..*...*.\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n........\n.***.**.\n..*...**\n***...**\n.**.....\n.**..***\n.**..***\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***\n.***.**.\n*.*...**\n***...*.\n.**....*\n.**..***\n.**..***\n.***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n.***\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n....\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*...\n**..*.......\n......*....*\n*.*......**.\n**..........\n...*......*.\n```\n\n\n## Output without wrap\n\n```\n*...........\n**..........\n*.........*.\n*.........*.\n***......**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.......*\n**.........*\n..........**\n*.........*.\n***......**.\n*.*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.**...**.\n..*****...*.**\n**.........**.\n*..*..*..**...\n.........*...*\n......*.*.*...\n****.*.*....*.\n```\n\n\n## Output without wrap\n\n```\n..*...**...***\n*.*...**..*..*\n**....*..*..**\n**.......****.\n.......**.....\n.**...****....\n.**...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*......\n..*...**..*...\n**....*..*..*.\n**.......****.\n.......**.....\n***...****...*\n****.*..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n..*.*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n*...\n***.\n.*.*\n.*..\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*.*.\n....\n*...\n***.\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n***.\n..*.\n....\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n****\n**..\n.***\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n....\n...*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n**.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n......*\n...*..*\n..**...\n......*\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n.......\n.*.*.**\n..*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.......\n..**...\n*.....*\n...*.*.\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.\n.....***.\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n...***...\n...***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***....\n....*.*...\n....***...\n.....*....\n```\n\n\n## Output without wrap\n\n```\n...***....\n......*...\n....*.*...\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n......*...\n....*.*...\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.*....\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n..*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.....\n.....\n.....\n..*..\n.**..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n.*.*.*.\n***..**\n..**.**\n******.\n***.***\n*******\n*.***..\n*******\n```\n\n\n## Output without wrap\n\n```\n**.*.**\n.......\n*......\n.......\n*......\n.......\n......*\n.......\n*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n..****\n******\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.....\n.......*.**..\n........*....\n.............\n.............\n***..........\n...*....**..*\n...*.........\n..*.....**..*\n**...........\n.............\n.............\n.............\n........**...\n```\n\n\n## Output without wrap\n\n```\n........*....\n.......*.*...\n........**...\n.............\n.**..........\n**...........\n.*.*.........\n...*.........\n.*.*.........\n.**..........\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*...\n.......*.**..\n........**...\n.............\n***..........\n.............\n*..*.........\n...*.........\n*..*.........\n*.*..........\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n....\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n*.*.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n.***.*....\n*...*....*\n***....**.\n.*........\n...*...*..\n**.....*..\n..*....*.*\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*****....\n*...*...*.\n*.*.....*.\n**.....**.\n***.......\n.**...**..\n.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*...\n******....\n....*...**\n..*.....*.\n**.....**.\n***.......\n***...**..\n**....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****..\n..*.*.....\n..*..*....\n..*..*....\n..*..***..\n...**.....\n```\n\n\n## Output without wrap\n\n```\n...****...\n....*.....\n.**.**....\n.*****....\n..*..**...\n...****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n....*.....\n.**.**....\n.*****....\n..*..**...\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n...\n***\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n...\n.*.\n*.*\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n***\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*....\n*..**\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n**...\n*..**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n*..*.\n**...\n...*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n.**.\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.**.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n***.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*...*\n.*...***.*\n**.....*.*\n.**....*.*\n*.*.*.*...\n*.*.*.*.**\n.**...*.*.\n**.*.*..*.\n```\n\n\n## Output without wrap\n\n```\n...****.*.\n.*.***.*.*\n.*****.*..\n..**..**..\n..*..**..*\n...*..*.**\n*....**.**\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*\n....**.*.*\n..****.*.*\n..**..**..\n..*..**.**\n.*.*..*..*\n...**...*.\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.***..\n..*...\n......\n......\n.....*\n*...**\n......\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.**.\n..**..\n..*...\n......\n....**\n....**\n.**...\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*...\n.*.**.\n..**..\n..*...\n.....*\n*...*.\n......\n..*.*.\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*...\n*..*\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n.***\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n***.\n.**.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n*.....*\n.......\n.......\n.......\n.......\n*.****.\n*......\n....**.\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n..***..\n...**..\n..**.*.\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..\n.*....*\n*......\n.......\n.......\n..****.\n*..***.\n..**..*\n*..*..*\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.....*...\n.........\n*...****.\n.*....*..\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*....\n.....***.\n....*.**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....*....\n.....***.\n....*.**.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*\n*......*\n*.*.....\n*.****..\n..*..*..\n...***..\n........\n...*....\n**.*....\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n..*.**..\n..*.**..\n.**...*.\n...***..\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*\n...*...*\n*.*.**.*\n..*.**..\n.**...*.\n...***..\n..**....\n..*.*...\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....**.\n*......**..\n...........\n..*........\n...*....*..\n.**.....*..\n........*.*\n...**..**.*\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n.......*.*.\n........*..\n...........\n..*........\n.*.....**..\n..**.....*.\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*..*\n........**.\n........*..\n...........\n..*........\n.......**..\n.**.*...**.\n*........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.*\n******.*.*.\n...*..****.\n.*****.....\n...........\n........**.\n...........\n........**.\n...........\n...........\n....*.*....\n....*..**.*\n.....***..*\n```\n\n\n## Output without wrap\n\n```\n.****.****.\n.*****....*\n*......*.*.\n..*******..\n..***......\n...........\n...........\n...........\n...........\n...........\n.....*.*...\n....*...**.\n.....*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......*\n******.....\n*......*.**\n..*******..\n..***......\n...........\n...........\n...........\n...........\n...........\n.....*.*...\n....*...**.\n*....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n.....*..\n........\n......**\n```\n\n\n## Output without wrap\n\n```\n....**..\n....*.*.\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*.*.\n....*.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..******\n***.****.**\n.***.*.***.\n****.*.*.**\n*..******.*\n*****.*****\n*.**.***.**\n***********\n.*.*****.*.\n**..*.***.*\n*****.****.\n******..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.......\n...*.......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.........*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n..*..*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n.....*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n*.*****\n*****.*\n**.**.*\n*******\n*******\n*.*****\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.***..\n.*.......\n.*....*..\n.........\n.........\n....**...\n...***.*.\n*..***.**\n*****...*\n.***.....\n.........\n.........\n..*.*....\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n***......\n***......\n.........\n.........\n.........\n......**.\n........*\n.........\n**....***\n.*.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n*..***...\n.........\n.........\n.........\n......*..\n.......*.\n.......**\n......*..\n.........\n.........\n.........\n.........\n**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..........\n..*.........*\n.............\n*.*..........\n**..........*\n**...........\n*............\n```\n\n\n## Output without wrap\n\n```\n.**..........\n.**..........\n.*...........\n*............\n..*..........\n.............\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..........\n.**..........\n.*...........\n*...........*\n..*.........*\n.............\n*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n....*......\n..**.*.....\n.*.*.*.....\n.**...*....\n......*.*..\n....****...\n....*..*...\n....*..**..\n.......**..\n```\n\n\n## Output without wrap\n\n```\n...........\n..***......\n.....**....\n.*.*...*...\n.**.**.*...\n.....***...\n...**......\n...***.....\n.......*...\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n..***......\n.....**....\n.*.*...*...\n.**.**.*...\n.....***...\n...**......\n...***.....\n.......*...\n.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....**\n*..**.**.\n*****..*.\n.*.......\n..***....\n.*.***...\n*...*....\n...*....*\n..***....\n****.....\n```\n\n\n## Output without wrap\n\n```\n.****.**.\n*.*.....*\n....*..*.\n**..*....\n**.......\n.**.***..\n.**......\n...*.....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**.\n...*....*\n....*..**\n**..*...*\n**.......\n***.***..\n..*......\n...*.....\n...*.....\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n....**\n...*.*\n...*..\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n...*.*\n..*.*.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*....*\n...**.\n..*.*.\n..*...\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.*.**\n***..\n.****\n..*.*\n.*..*\n.***.\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n...**\n*....\n*...*\n....*\n.*..*\n.***.\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.*.*.\n...**\n.....\n....*\n....*\n.*..*\n****.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***..**\n.........*.\n.....**....\n.....**....\n........*..\n.....**.*..\n....*.**...\n....*......\n```\n\n\n## Output without wrap\n\n```\n.........**\n....*.*..**\n....*..*...\n.....*.*...\n...........\n.....**....\n....*..*...\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..***\n....*.*..**\n....*..*...\n.....*.*...\n...........\n.....**....\n...**...*..\n...*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n........\n........\n........\n.*......\n.*.*....\n.*.*....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.*......\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n......\n*.*.*.\n....*.\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n...*..\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.***..\n...*.*\n*.*.*.\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**...*\n***...\n.*....\n*****.\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n..*...\n......\n*..**.\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n..*..*\n..*..*\n.....*\n...***\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n...*\n...*\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n*...\n*..*\n.*.*\n..**\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n..**\n.***\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.......*\n.*.***..*.*.*\n.....*.*..**.\n.*.**........\n***.*.......*\n***.*.......*\n.***.........\n...*...*.*.*.\n**...*...*...\n```\n\n\n## Output without wrap\n\n```\n.******...**.\n.*.*.....*..*\n**.*.....*..*\n...*.......*.\n.............\n...**........\n....**.......\n...**........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*..*....\n....***.*....\n.*.*.....*...\n...*.........\n............*\n*..**......**\n*...**.....**\n.**..*.......\n.****...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*....\n..*....*\n..*...*.\n...*...*\n*...*...\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*....\n.*..*...\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n....*...\n.*..*.**\n........\n.*.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n*.......\n***.*.*.\n****.***\n.....*..\n.**..*..\n.**.....\n......**\n.......*\n.*....**\n......**\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n....****\n...*.*.*\n*..**...\n*..*....\n.**...**\n......**\n........\n........\n......**\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....***\n....**..\n...*.**.\n...**...\n...*..**\n..*...*.\n*.....*.\n.......*\n.......*\n*.....*.\n*.....*.\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**\n.......**\n**......*\n****...**\n*.*....**\n..**..***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.*.*.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n.........\n.........\n.........\n...*.....\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n...*.\n.****\n***.*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*...*\n*...*\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n*..\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.***.\n**.*.\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n**.*.\n*****\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.**..*\n***.**\n*****.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**.*.\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n.*...\n..*.*\n..*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.**..\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*....\n.*.**\n***..\n*.*.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..**..\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n****.*\n*****.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**.*.\n*.......*.*\n*...*...*..\n..*..*.....\n..*..*.*.**\n....**...*.\n....*..*...\n*....*****.\n```\n\n\n## Output without wrap\n\n```\n.......***.\n.....*..*..\n.*.......*.\n.*.****.**.\n...*.*..***\n...***...**\n....*..*.*.\n.....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n*....*..*.*\n**.......**\n.*.****.***\n...*.*..***\n...***...**\n....*..*.**\n....*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.......\n....*.......\n*...........\n..*..**.....\n*.***.....**\n*..**.....**\n**..........\n............\n.....***....\n.....**.....\n.....**.....\n....*.......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n.....*......\n..*.**......\n..*.......**\n*...*.....**\n**..........\n......*.....\n.....*.*....\n....*.......\n....*.*.....\n.....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***......\n............\n.....*......\n*.*.**......\n*.*.......*.\n....*.....*.\n**..........\n......*.....\n.....*.*....\n....*.......\n....*.*.....\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.****\n*.**.**...\n*.*.*.**..\n.*....*..*\n*...*..**.\n*.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.***...*..\n*...***.*.\n*.*.......\n*..****...\n*..*.*...*\n..*.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*..*....*.\n..*.....**\n.*.****..*\n..***.*.*.\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....\n****....\n*..***..\n```\n\n\n## Output without wrap\n\n```\n**.*....\n*.......\n*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*.....\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.*...\n**.****\n****...\n.*.*.*.\n...*...\n*.*....\n.*..***\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n....***\n.......\n**.**..\n.....*.\n**...*.\n.*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.***...\n*...***\n*.....*\n**.**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n**.*.\n**...\n.*.**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.*...\n**...\n.*...\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n*..**\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.........\n.*...........\n..*..........\n......*......\n..**.***.....\n.***...*.....\n**.*..**..**.\n***....*..**.\n.............\n........*....\n..*.....***..\n.***...****..\n```\n\n\n## Output without wrap\n\n```\n..*..........\n.*...........\n.............\n..**.***.....\n.*.***.*.....\n*....*..*....\n...*..***.**.\n*.*...**..**.\n.*...........\n........*....\n.***......*..\n.***...*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....**...\n.*...........\n.............\n..**.***.....\n.*.***.*.....\n*....*..*....\n...*..***.**.\n*.*...**..**.\n.*...........\n........*....\n.***......*..\n.*.*...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n.**...\n*.****\n*.**.*\n*...*.\n*.***.\n**.***\n.**.*.\n.***..\n*..*.*\n******\n*.*...\n*.*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n.***..\n*....*\n*....*\n*.*..*\n*....*\n*.*...\n*....*\n.....*\n*.....\n*....*\n*....*\n*...*.\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n......\n......\n..*...\n*.....\n..*...\n......\n......\n.....*\n......\n......\n....*.\n*....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*...*\n***.*\n...*.\n.....\n.*...\n.*.*.\n**.**\n.****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n***.*\n.***.\n.....\n..*..\n.*.**\n*....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n..*.*\n.**..\n*****\n.....\n..*..\n.*.*.\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*\n........\n........\n.....*..\n.*......\n........\n..*.....\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n*.**.*\n*.**..\n*...**\n*...*.\n..*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n*.....\n*.*..*\n*...**\n.*.***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*....*\n..*...\n*...*.\n**.**.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n******\n***.**\n.*.**.\n***.**\n*.*..*\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n.*.*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**..*.\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******.*\n***.*****\n**.**..**\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n*..**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n......*...\n.*..*.....\n.*...*....\n..........\n..........\n.....*....\n...*.....*\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....*....\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n**.\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....*.\n....*.\n....*.\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n....*.\n....*.\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n....*.\n....*.\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**.*\n*********\n**.******\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*.*.\n...*\n****\n*...\n..**\n*.*.\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*...\n*.**\n*...\n.*..\n*..*\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n****\n*..*\n....\n..**\n....\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n..*...*.*..\n...*.*..*..\n.....*..*..\n......**...\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.....****..\n....*.*.**.\n....*...**.\n.....***...\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.....****..\n....*.*.**.\n....*...**.\n.....***...\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*.*.*\n..***\n..***\n*....\n*.***\n*.***\n*..*.\n*****\n```\n\n\n## Output without wrap\n\n```\n****.\n*.**.\n..*..\n.....\n..*..\n.*...\n*....\n*.**.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n**...\n*.*..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.***..\n..*...\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n.***..\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.***..\n.***..\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*.**..*\n*..***..***.*.\n..**.***.*...*\n*.*******.....\n.***.*******.*\n****...**.***.\n*.*.*******.**\n*.*..*..*.****\n*.*.***.*.**..\n**.*.**..*.*.*\n***.......****\n**.**..*..***.\n...****...**..\n*...**.*.*..*.\n```\n\n\n## Output without wrap\n\n```\n**........**..\n*...........*.\n.............*\n..............\n..............\n..............\n*.............\n*..*..........\n..**...**...**\n.....***.*..**\n.....*...**.**\n*....**..**...\n***....***....\n.**.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...*.\n...........**.\n*.............\n............*.\n*...........**\n..............\n..............\n...*..........\n..**...**.....\n.....***.*....\n.....*...**...\n.*...**..**...\n**....**.**..*\n*.*...**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*\n...*.**\n....*.*\n```\n\n\n## Output without wrap\n\n```\n...***.\n...*..*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n.**.\n.**.\n*...\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n*.*.\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n...*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n..**\n***.\n*..*\n..*.\n*..*\n.*..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n*..*\n*...\n*..*\n.***\n.**.\n.*..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n...*\n....\n*...\n.**.\n****\n.*..\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..*.\n...**....\n.......**\n**.**.***\n*........\n*..*....*\n.***..**.\n.*.*.*...\n****...*.\n..*......\n****...**\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n.*....***\n..*.***.*\n*...*.*.*\n*.***...*\n*.....***\n***...***\n*****.**.\n.......**\n...**....\n***......\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**\n..******.\n.**.***..\n.*..*.*..\n*****..**\n**....*..\n..*...*..\n..***.*..\n.......*.\n*..**....\n.......**\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*.*\n*.**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**.*\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.....*.*\n..*..*...*...\n*......***.*.\n*.*****...**.\n*.*.**.....*.\n*.*.*.......*\n*.******.*...\n.*.......*.**\n.....*......*\n*...*..****..\n```\n\n\n## Output without wrap\n\n```\n.*..*........\n....*....*...\n..*...*....*.\n..**..*......\n*.**..*.***.*\n*.*...**.*...\n*...**.*..*.*\n.*****.*..*..\n..*.....*.*.*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*...*\n*....*...*...\n..*...*....*.\n..**..*....*.\n*.**..*.****.\n..*...**.*...\n*...**.*..*..\n******.*..*.*\n.*......*...*\n.*...*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n...\n**.\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..****\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..\n**.*.**\n.******\n**.**.*\n*.***..\n*..**.*\n*.****.\n**..***\n..*.***\n*.*....\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n**.....\n*......\n*......\n*..*...\n*.****.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n....*..\n.......\n.......\n.......\n.......\n.......\n...*...\n.*.*...\n.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*....*.*\n*..**....*...\n***.*...*....\n..*.*...*...*\n*.*.*..*.*...\n...*.**.***..\n...*.**.*.*.*\n...*.***.....\n...***.......\n```\n\n\n## Output without wrap\n\n```\n...*.........\n*....*...*...\n*.*.**..**...\n*.*.**.***...\n.**.*.**..*..\n..**......**.\n..**....*.**.\n..**...*.....\n...*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.......\n*....*...*..*\n*.*.**..**..*\n..*.**.***..*\n.**.*.**..*..\n..**......**.\n..**....*.**.\n..**...*.....\n..**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*.**.*\n.*....\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*..*.\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....*.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**........\n**....*......\n.*........***\n.*...**.**.**\n.**.***..*..*\n..*....*.*...\n..***..**....\n.*...........\n*...*........\n```\n\n\n## Output without wrap\n\n```\n***..........\n**.........*.\n.**..***.**.*\n**..*.****...\n.****....*.**\n.......*.*...\n.***...**....\n.**.*........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****.......\n.*.........**\n.**..***.**..\n.*..*.****...\n.****....*.**\n.......*.*...\n.***...**....\n.**.*........\n*****........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.*...\n*....\n***..\n.....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*....\n...*.\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n*..**\n**...\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..\n**.**.*\n..*.*.*\n.**..**\n**.*.*.\n....*.*\n......*\n......*\n......*\n**....*\n..*....\n.*.**..\n.*.*.**\n```\n\n\n## Output without wrap\n\n```\n**..**.\n*......\n*...*.*\n*.....*\n**.*...\n....*.*\n......*\n.....**\n.....**\n.*.....\n*.**...\n.*.***.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n......*\n....*..\n.......\n.*.*...\n....*.*\n*.....*\n*....**\n.....**\n**....*\n..**...\n**.***.\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*....\n.**...\n*...**\n.***..\n*...**\n```\n\n\n## Output without wrap\n\n```\n..*...\n*..*..\n*.**..\n......\n*.....\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***.*\n....**\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n**..\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..**\n*...\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.....\n......\n...*.*\n...*..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.*\n.*....**\n**.*..**\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n..**...*\n.*....*.\n.**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..\n**......\n..**.*..\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n...****...\n....**....\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n....*.*...\n....*.*...\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....**....\n....*.*...\n....*.*...\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.....\n*.....**..*\n..****.....\n****.*.....\n.*.........\n**....**...\n```\n\n\n## Output without wrap\n\n```\n....***....\n......*....\n**...**....\n.....**....\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*.**..*....\n*....**....\n.....**....\n**....*....\n**....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.**\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**....\n............\n........*...\n............\n............\n...........*\n...*......*.\n............\n............\n.......*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*...\n......**....\n............\n............\n............\n............\n............\n............\n............\n......**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.***.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*****\n**.**.\n**...*\n*.****\n**.***\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.....*\n......\n.....*\n......\n**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*..*\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n****\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n**......\n****....\n...***..\n.*....*.\n........\n..***...\n..*..*..\n.*...*..\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.......\n*..*....\n*..***..\n....**..\n..**....\n..***...\n.**..*..\n.**.***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n*.......\n*..*....\n*..***..\n....**..\n..**....\n..***...\n.**..*..\n.**.***.\n.*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**\n**....*.*.\n......*..*\n.*.....***\n.*.**.....\n*....*....\n*....*....\n*..**.....\n.**.......\n..........\n```\n\n\n## Output without wrap\n\n```\n.......***\n........*.\n**....*..*\n..*....***\n***.*...*.\n**...*....\n**...*....\n*.***.....\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......***\n*.......*.\n.*....*...\n..*....***\n.**.*...**\n**...*....\n**...*...*\n*.***.....\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....***\n.......**\n*........\n**......*\n*...**...\n.....*...\n.......*.\n......***\n.....*.*.\n**....*..\n```\n\n\n## Output without wrap\n\n```\n......*.*\n......*.*\n**.....**\n**.......\n**..**...\n....***..\n.......**\n........*\n.....*..*\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n......*..\n.*.....*.\n.*......*\n**..**..*\n....***..\n.......**\n........*\n*....*...\n**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n....*.\n.*..*.\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.*..*.\n*...*.\n*....*\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.......\n.*.*.*...\n..*****..\n**.*.***.\n.***..***\n*....**.*\n*.....***\n*.....*..\n**.....**\n```\n\n\n## Output without wrap\n\n```\n***......\n**.*.**..\n*......*.\n*.......*\n...*....*\n*.*..*...\n**......*\n*.....*..\n**.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.*.**..\n*......*.\n*........\n...*.....\n..*..*...\n.*.......\n......*..\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n*..**.\n*****.\n..***.\n*****.\n*.***.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***...*.*\n**...*...****\n*.*.....*.*..\n****......***\n*.***.....*..\n...*.....****\n....**....*..\n..........**.\n..........**.\n```\n\n\n## Output without wrap\n\n```\n**..*.*....*.\n**.*..*....*.\n...*.........\n...**........\n.*.***.......\n...***.......\n.............\n..........**.\n..........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n...*..*......\n...*.........\n...**........\n...***.......\n...***.......\n.............\n.............\n....***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n**..\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n*.**\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*.**..\n***....***...\n**......**..*\n.*...........\n**...**......\n.....***.....\n......*......\n.........**..\n```\n\n\n## Output without wrap\n\n```\n.*......*....\n.*....**.**..\n........*....\n.*....*.*....\n.*....*......\n.....*.**....\n......**.....\n......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.*...\n.*....**.....\n........*....\n.*....*.*...*\n**....*......\n.....*.**....\n......**.*...\n........**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n*.****\n*..***\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n*.....\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.*..*\n...*..\n......\n......\n*....*\n*....*\n.*...*\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n......\n......\n......\n......\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.*....\n......\n......\n......\n*....*\n.*..*.\n.**.**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n...*..\n..****\n..*...\n....**\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.*.\n..*...\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...*..\n..*.*.\n..*...\n.***..\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*...*.\n.*.....*...*..\n......*.**....\n.**..**...***.\n.*.****.***.*.\n*.***..*......\n```\n\n\n## Output without wrap\n\n```\n..............\n.......*.*....\n.**..**.**..*.\n.***........*.\n*.......***.*.\n.**...****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...**....*\n.......*.*....\n.**..**.**..*.\n.***........*.\n*.......***.**\n*.*...**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*\n.*.*.****.\n.*.****...\n.....**...\n*.****..*.\n**.*.***..\n.*.*..**..\n*.....*.**\n```\n\n\n## Output without wrap\n\n```\n..*...*.*.\n...*..*.*.\n.......**.\n.*.*......\n*.*.......\n*.**......\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n**.**.....\n**.....**.\n**.*......\n..*.......\n..**....*.\n..*....*..\n...*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n***.\n*..*\n..**\n**.*\n*..*\n...*\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n..*.\n*..*\n*..*\n**.*\n**.*\n***.\n***.\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n....\n....\n.*..\n.*..\n.***\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..**.**.\n*...*.**..*.\n*...***..*.*\n***...**....\n*****.***...\n*......*.*..\n.*........**\n*.........*.\n***.....*.*.\n..***.......\n**.*.*.*.**.\n....****.***\n```\n\n\n## Output without wrap\n\n```\n**...******.\n*..**......*\n*..**...*.*.\n............\n...*.*......\n*..*..**.**.\n**.......***\n*.*.......*.\n*.*......*..\n....*...*.*.\n.*.....*.*.*\n....**.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*........\n...**.......\n...**...*.*.\n............\n...*.*.....*\n...*..**.**.\n.*.......**.\n..*.......*.\n*.*......*..\n....*...*.*.\n**.....*.*..\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.**\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*****.***\n**.*.****\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n*..*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n.*.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n***\n***\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n.*.\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n.*.\n***\n.*.\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n*.*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n..*.\n..**\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n.*..\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.**\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n...\n...\n*..\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n...\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*..*.\n....*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.**..\n*..**\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.*..*\n.**.*\n***.*\n....*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.*..*\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.*..*\n....*\n*...*\n**..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n..........\n........**\n..........\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n..........\n..........\n..........\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.*..\n........***..\n........*.*..\n```\n\n\n## Output without wrap\n\n```\n........*.*..\n.......**.**.\n........*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.**.\n.......**.**.\n.......**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n*..*...*.\n..*......\n.........\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n**.......\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**.\n*......*.\n...*.....\n**.*.....\n..*....*.\n..**..*.*\n.*..*....\n.......*.\n.........\n*....*...\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n***......\n.*.*.....\n.......*.\n.***...*.\n..**...*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.\n......**.\n***.....*\n.*.*.....\n*......**\n.***...*.\n..**...*.\n.........\n.........\n......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*.\n.*..**.*...\n.....*.**..\n**...**.*.*\n*.****.....\n..*.*....**\n...**....**\n..**....*.*\n**.*.....**\n..****.....\n..*.**.....\n...**...***\n..**.****.*\n**.*....**.\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.*...\n**......**.\n****....**.\n*.*...*...*\n.**......**\n....*...*..\n.*......*..\n.*.......**\n.....*.....\n..*......*.\n........*.*\n.*...**...*\n.*.**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....**\n....**.*...\n.*......**.\n****....***\n..*...*....\n***......*.\n*...*...*..\n.*......*..\n**.......**\n*....*....*\n..*......*.\n........*.*\n.*...**....\n**.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n****\n****\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*..*..\n*.*...\n.**..*\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n......\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n..*..\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n...**\n.**.*\n.**..\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..*.*\n.**..\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n**.*\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*...*..\n**..**.\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n**..**.\n....**.\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**..***\n....**.\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n......\n**....\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*.*..\n*.....\n......\n..*.*.\n..***.\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n.*....\n......\n...*..\n.***..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n***...\n.*....\n......\n...*..\n.***..\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*...\n*.**\n.*.*\n..*.\n****\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*..*\n*.**\n.*.*\n*...\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...*..\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..***.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**.*.*\n......*.****\n*.....**.*..\n```\n\n\n## Output without wrap\n\n```\n......*...*.\n.....*......\n......*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.....\n....***.....\n....***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.*.......\n***......\n***......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n***......\n.........\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n.........\n.........\n***......\n.........\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n..*......\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*.*\n.*...****\n*...*....\n.....*..*\n......*.*\n...*...*.\n*..*.*..*\n*...*****\n..**..*.*\n```\n\n\n## Output without wrap\n\n```\n***..**.*\n...****.*\n....*...*\n.....*.*.\n......*.*\n....*.***\n...*.*..*\n.**.....*\n...**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n...****..\n*...*....\n*....*.**\n......*.*\n*...*.**.\n*..*.*...\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n...**\n...**\n.****\n.***.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.....\n.*...\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..**.\n.....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n*...*...*...\n...*.*.....*\n....*...*...\n..**...**...\n.......**...\n.......**...\n```\n\n\n## Output without wrap\n\n```\n............\n....*.......\n...*.*......\n..*.*..**...\n...*.....*..\n......*..*..\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...\n....*.......\n...*.*......\n..*.*..**...\n...*.....*..\n......*..*..\n.......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..\n......**\n.....*.*\n........\n.......*\n.*.**...\n.*****..\n...*.*..\n....***.\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n......*.\n.......*\n.......*\n........\n........\n........\n........\n.....*..\n.....*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****..\n........\n*......*\n........\n........\n**......\n**......\n.....*..\n...*....\n..*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n...\n...\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*.**\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*...\n....\n.*..\n...*\n....\n.*..\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n....\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..*..*\n..*...\n***..*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n..**..\n..**..\n*.**..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..**..\n..**.*\n*.**.*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n...*\n....\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n**..*.\n**..*.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.****\n..***.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n..***.\n..***.\n*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.....\n.....\n.*.*.\n..***\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n...**\n....*\n*....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**..\n.*.*..*..\n.*....*..\n..*...*..\n..**.*...\n...*.**..\n```\n\n\n## Output without wrap\n\n```\n..*.***..\n....*.**.\n.*...***.\n.***.**..\n..**.*...\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n....*.**.\n.*...***.\n.***.**..\n..**.*...\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n**...\n.*..*\n.*..*\n*****\n**...\n.****\n*.*..\n```\n\n\n## Output without wrap\n\n```\n*....\n*.*..\n.**..\n....*\n...**\n.....\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n..*.*\n.**.*\n.....\n...*.\n.....\n...**\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.**....\n...*...\n*..*.**\n.**..*.\n.**...*\n*.****.\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.*.**..\n.*.*.**\n*..***.\n*.....*\n.....*.\n..*..*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n**.**.*\n**.*.**\n...***.\n......*\n*....**\n..*..*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.****\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.\n.*.*...\n...*...\n.*.*...\n**.****\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n..**...\n...**..\n**.*.*.\n**.***.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n..**...\n...**..\n.*.*.**\n**.****\n*...***\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n......\n.*.*.*\n******\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n**.*.*\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.*.*.\n.*.*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.\n*.**.**.\n*.**.**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......*.\n.*.....*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n**.....*\n**.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*.....\n***.*.\n*..**.\n```\n\n\n## Output without wrap\n\n```\n**..*.\n.....*\n*.*.*.\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n*.*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n***.*\n..*.*\n*****\n.*...\n*.***\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.*.*.\n.....\n.*.*.\n...*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n..*.*\n.*.**\n.....\n*....\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n..*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n.**...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n**.***\n******\n******\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n..**...\n.......\n.......\n*......\n......*\n.......\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*.*\n.....\n.....\n...*.\n.*..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****.****.*\n*...**..*.....\n.*.......***..\n***........*..\n```\n\n\n## Output without wrap\n\n```\n..*...*..*....\n.*.*..*.......\n...*...******.\n.**........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**..\n**.*..*.......\n.....**..***..\n.*..***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*....\n..**...*....\n.....***...*\n*....***..*.\n.....*.*.*..\n...**.....*.\n*****.......\n*...**......\n...**.......\n...*.....*..\n**......**..\n***..**.****\n```\n\n\n## Output without wrap\n\n```\n............\n.......**...\n....**..*...\n....*.....*.\n.....*.****.\n.*...*......\n***.........\n*....*......\n...*.*......\n..***...**..\n*......*....\n*.*....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*.***\n.......**...\n....**..*..*\n....*.....**\n.....*.*****\n.*...*......\n***........*\n*....*......\n...*.*......\n..***...**..\n.......*....\n..*...*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n...*...\n**...*.\n......*\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n.*...*.\n*.....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n..*.....\n......*.\n*......*\n*.....**\n*...*.**\n........\n*.......\n**......\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.......*\n**...*..\n.....***\n........\n**......\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.......*\n*.......\n.*...*..\n*....**.\n*.......\n**......\n.......*\n**......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...*.\n..*..\n..*..\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..**.\n..**.\n**.*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...**\n..**.\n*.**.\n.*.**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.***.*\n******\n```\n\n\n## Output without wrap\n\n```\n**.*..\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.****\n....***..*\n....**.*..\n.*..*..***\n*..**.***.\n.*...*....\n*.*.***.**\n*.**.***.*\n...**..**.\n..**...*.*\n**.**...*.\n.**.**...*\n**..*..**.\n```\n\n\n## Output without wrap\n\n```\n....*.****\n...*.....*\n...*...*.*\n.........*\n*****.*..*\n***......*\n*.*.....**\n..*......*\n.*...*...*\n.*.....*.*\n*....*..**\n.....*.*.*\n******..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.....\n*..*.....*\n*..*...*.*\n*........*\n*****.*...\n.**.......\n..*.....*.\n*.*.......\n**...*....\n**.....*.*\n.....*..*.\n.....*.*..\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.....**.....\n.......*....\n....***.....\n....*.*.....\n....*..*....\n....****....\n............\n```\n\n\n## Output without wrap\n\n```\n............\n......*.....\n....*..*....\n....*.**....\n...**.**....\n...**..*....\n....****....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n......*.....\n....*..*....\n....*.**....\n...**.**....\n...**..*....\n....****....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n...*..\n....*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n..*...\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..**..\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*.*\n...\n...\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n*********\n*********\n****..***\n*********\n*********\n**.****.*\n*********\n*********\n*******.*\n*********\n*********\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.**\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n...**\n*..*.\n.**..\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n...**\n*.**.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.....\n...*.\n..*..\n..*..\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n...*.....\n...*.....\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**..*\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....*..\n....**.\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n...*..*\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.****.\n......\n.**...\n....*.\n```\n\n\n## Output without wrap\n\n```\n**.*..\n****..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**\n****..\n......\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*......*.\n*......**\n**....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n......*.*\n**....*..\n**....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n**....**.\n**....**.\n.*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n*.....\n..**..\n*.....\n```\n\n\n## Output without wrap\n\n```\n***...\n*.....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.....\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**.*\n.**.\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n..**\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n*..*\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*..*.*\n....**....**\n...*.**.....\n*...*.*....*\n.....**.....\n*....*.*..**\n.....***..*.\n*..***....**\n.*...*....**\n.*..**....*.\n```\n\n\n## Output without wrap\n\n```\n..........**\n...**.......\n...**.....**\n...*****....\n...******.**\n......**.*.*\n.........*..\n.**......**.\n.*****...*..\n.*****....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******...*..\n*****....**.\n*..**.....*.\n...*****...*\n...******.**\n......**.***\n.........*.*\n.**......**.\n****.*..***.\n**..*.*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**........\n.*..*......\n....*......\n...........\n.........*.\n........*..\n...........\n...........\n...........\n...........\n...........\n...........\n.*.........\n```\n\n\n## Output without wrap\n\n```\n.*.*.......\n.*.*.......\n..*........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n*..*.......\n..*........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n**..**\n******\n*.****\n*..*..\n*.****\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n*.***.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n*.....*.....*\n*.....*.....*\n*.......*...*\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n.............\n**.....*...**\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.........\n..**.........\n.............\n.............\n.............\n.............\n.............\n*...........*\n.*.....*...*.\n*...........*\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.****\n***..\n*****\n```\n\n\n## Output without wrap\n\n```\n.*..*\n....*\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....*\n*..*.*...*\n..*..*.***\n..***..*..\n.**....*.*\n*.**.*****\n.**...***.\n*..**.**.*\n.**..**.*.\n*.*..**.**\n```\n\n\n## Output without wrap\n\n```\n..***.....\n.*...**.*.\n.*****.*.*\n....**...*\n.....**..*\n....*.....\n**.*......\n*..*......\n..*.**..**\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....*\n...*...*.*\n..****.*..\n....**....\n*....**.**\n....*.....\n...*......\n...*......\n**........\n.**.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n..*..*\n*..***\n.***..\n.*....\n*.....\n*...**\n.***..\n......\n......\n......\n...*.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n.***.*\n.....*\n**.*..\n**....\n**....\n*.***.\n.****.\n..*...\n......\n......\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.***..\n*....*\n.*.*.*\n**....\n**....\n*.****\n******\n..*...\n......\n......\n*...*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n..***.\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.**..*\n.**...**....\n**........*.\n..*......**.\n**........**\n........**..\n.....*..*.**\n..*.***.*..*\n.....**.*.*.\n.......***..\n*...........\n***........*\n..*..*......\n..*..***..**\n```\n\n\n## Output without wrap\n\n```\n.**....**...\n..*...***...\n*........**.\n..*......*..\n.*......*..*\n........*...\n....***.*.**\n....*...*..*\n....*.....*.\n......****..\n*.......*...\n*.*.........\n..**.*....**\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***..*.**\n..*...***...\n*........***\n..*......*..\n**......*..*\n........*...\n....***.*.**\n....*...*..*\n....*.....*.\n......****..\n*.......*..*\n*.*........*\n..**.*....*.\n****.*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..**\n**...*.*\n.*.**...\n***.*.*.\n*...*..*\n....*..*\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n*.*...**\n*..*.*.*\n*.....*.\n.*..*.**\n.*....**\n...**.**\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n...*...*\n......*.\n....*...\n......*.\n***.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n...*\n....\n.*..\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***...\n.......*\n***...**\n.*....**\n.....***\n.***..**\n**..*.**\n**..**..\n......**\n**.*.**.\n.**..***\n**.*.*..\n*****...\n```\n\n\n## Output without wrap\n\n```\n........\n*.*.....\n..*.....\n........\n....*...\n******..\n....**..\n.*.*....\n..**....\n.***....\n....*...\n...*....\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*\n**.....*\n.**.....\n*.......\n*...*...\n.*****..\n.*..**..\n...*....\n.***....\n..**....\n....*...\n....*.*.\n*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n***.*\n....*\n.****\n****.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*...*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n**..\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n..**\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n..**.\n.....\n.**..\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.*.*.\n***..\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n*****\n.*.*.\n***..\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.**\n..*\n***\n..*\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n...\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*.*.*.\n*.****\n......\n...*.*\n..*...\n...*..\n.***.*\n```\n\n\n## Output without wrap\n\n```\n.*..**\n..*...\n..*.**\n..*..*\n......\n..***.\n.*.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n*.*.*.\n*.*...\n......\n..***.\n.*.**.\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.**.\n*..*\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n*...\n....\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n**.*\n...*\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n***.\n*...\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n*.**.*\n..*.*.\n..***.\n....**\n```\n\n\n## Output without wrap\n\n```\n..***.\n......\n.....*\n..*...\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*....*\n......\n..*...\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n.***\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n...*.\n...**\n**..*\n*...*\n*...*\n*...*\n**..*\n..*..\n.*..*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..***\n**..*\n*..**\n**.**\n*..**\n**.*.\n*.**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n..**.\n.*...\n...*.\n.*.*.\n...*.\n.*.**\n..***\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n..*.\n.*..\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.***\n..**\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n*...\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.**..\n..*..\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...**\n.**.......\n*****...**\n*....**.*.\n**...*.*..\n.*...*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.*......\n..........\n*..***.***\n...*.**.**\n**..**.*..\n**......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...**\n..........\n...***.**.\n...*.**.*.\n.*..**.*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...****..\n*.**.**..**.\n*..***.**.*.\n*....*....**\n*.........*.\n***........*\n.*....*.*..*\n.*....*.*...\n**...*.**...\n..**.***....\n**.*.*.****.\n.****..**.*.\n...**..**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.******.\n*.........*.\n*.**...**...\n**...**...**\n*.........*.\n*.*.......**\n............\n.**..**.**..\n**..**..*...\n...*.*......\n*....*....*.\n**...*....**\n....*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*\n*.........*.\n*.**...**...\n**...**...*.\n..........*.\n..*.......*.\n...........*\n.**..**.**..\n**..**..*...\n...*.*.....*\n*....*....**\n**...*....*.\n....**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n*....\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n..*...\n*.***.\n...**.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.***..\n.....*\n.**.*.\n.*....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n*.....\n.**.**\n.*...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**.\n.*..**.\n*...***\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n**.....\n.*....*\n...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.*.....\n**.....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*\n*.**...\n..*....\n.......\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n....*..\n.*.*...\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n....*..\n.*.*...\n..*....\n.......\n.......\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.*\n..*..***.\n..*......\n...*..***\n*..*.....\n....**...\n*.....*..\n......*.*\n```\n\n\n## Output without wrap\n\n```\n...**.**.\n..*....*.\n.*...*..*\n.....*.**\n..**.*.*.\n....*....\n.....***.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...*\n..*...***\n.*...*..*\n*....*...\n..**.*..*\n....*...*\n......***\n*....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n**.*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n******..\n*******.\n..******\n********\n.*******\n********\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*.*\n....\n....\n....\n*.**\n....\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*.*.\n....\n....\n...*\n...*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n*..*\n....\n....\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n....**\n...***\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.*....\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.*..*\n..***\n.*..*\n*....\n.....\n.....\n..***\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n*.**.\n....*\n.....\n.**..\n.....\n.....\n...*.\n....*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*..*\n.....\n..*.*\n**...\n.....\n...*.\n....*\n***..\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.*\n**.**.*..\n*.******.\n.*...****\n*.*******\n***.*.**.\n...******\n*******.*\n******.*.\n******.**\n****.****\n*******.*\n.*.***...\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.......*.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.........*\n.*.......*\n**........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n**........\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*.........\n.*.......*\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......***.\n.**.....**.\n**......*..\n..**.....*.\n.***......*\n*.****.....\n***.**.....\n..*.**.*...\n........**.\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n***........\n*..*....*..\n*..*.....*.\n...........\n*....*.....\n*..........\n..*.***.*..\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*\n***.......*\n*..*....*.*\n...*.....**\n*.........*\n.....*....*\n*..........\n..*.***.*..\n......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.*.\n*.*.*.*.\n**.***.*\n.*.*..**\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n......**\n*......*\n**.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*...\n..........*..\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n*.........*\n...........\n*.........*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n.*...*\n..***.\n..*.*.\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n***...\n...***\n*....*\n..*.**\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n.*....\n..*...\n..*...\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n....*....*\n..........\n..........\n..........\n..........\n.*.*...*..\n....*.....\n....****..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.*...\n...****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n..........\n..........\n..........\n..........\n..........\n..........\n...**.*...\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...**\n*..*......\n.*..**.***\n....*.*...\n....*....*\n..*..***..\n..****....\n.....*....\n```\n\n\n## Output without wrap\n\n```\n.*.**.....\n.*.....**.\n.*........\n..*.......\n..*.*..**.\n..*.*.....\n..***.....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.**\n.*.....*..\n..........\n*.*.......\n..*.*..**.\n..*.*.....\n.***......\n***......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.*.\n.**....*.\n****...*.\n*..*.....\n...***...\n....**...\n.........\n......*..\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n...*...*.\n.**.*..*.\n**.......\n....*....\n.........\n.....**..\n.....**..\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*.\n.**...*..\n**.......\n*...*...*\n.........\n.....**..\n.....**..\n.....*...\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n...*.\n**...\n*....\n*...*\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n*....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n**..*\n**..*\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.....\n*.**......\n*.***.....\n```\n\n\n## Output without wrap\n\n```\n..*.......\n*.........\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....*\n*........*\n*...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n....**\n...**.\n..**..\n...*..\n....**\n*..*.*\n..*.*.\n..*.*.\n....**\n```\n\n\n## Output without wrap\n\n```\n...***\n.....*\n..*..*\n..*...\n..**..\n...*.*\n...*.*\n.**.**\n....*.\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.....*\n..*..*\n..*...\n..**..\n*..*.*\n*..*..\n.**.*.\n....*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..**..\n......\n......\n*....*\n*..***\n*...*.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n..**..\n......\n......\n.....*\n**.*.*\n*.*...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..**..\n......\n......\n*.....\n.*.*..\n*.*...\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n..*..\n.....\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n*****\n.****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n.......\n....**.\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n....***\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n....*.*\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*****.*.\n..*.***.***\n..**.*.*...\n.*.**......\n*.*********\n***..***.**\n```\n\n\n## Output without wrap\n\n```\n..*.....***\n.*.....*...\n***........\n**.......**\n*........**\n.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n*........**\n.**........\n**.......**\n*.........*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..***\n*...*\n*..**\n*...*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n.**..\n**.**\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.*.*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n***\n...\n***\n..*\n**.\n***\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n**.\n...\n.**\n..*\n*..\n..*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.*...\n.*..*..\n.*..***\n.......\n.......\n.....**\n.*.**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n.*****.\n...*.*.\n....**.\n....**.\n....**.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n.*****.\n...*.**\n....***\n....**.\n....**.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.**.*\n********.*..\n.***.*.*.*..\n........**..\n....*.......\n.****.......\n.****.......\n.*...****...\n.....*......\n.....*.*****\n.*...*.*.*..\n**.......*.*\n.........*.*\n*.......**.*\n```\n\n\n## Output without wrap\n\n```\n.**.*.*.***.\n*........*..\n*....*.*.**.\n..***...**..\n..*.*.......\n.*...*......\n*.....**....\n.*.*.***....\n....**....*.\n....**.*.**.\n**.....*...*\n**.......*..\n**.......*.*\n........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*....*\n*........*..\n*....*.*.**.\n..***...**..\n..*.*.......\n.*...*......\n*.....**....\n.*.*.***....\n....**....*.\n....**.*.**.\n.*.....*....\n.*.......*.*\n.*.......*..\n*......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*.\n...*.****.\n*...*..***\n.****.....\n**.....***\n..**..**..\n```\n\n\n## Output without wrap\n\n```\n....**..*.\n.....*....\n.*.......*\n..***.....\n*...*.***.\n.**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..*.\n.....*....\n**.......*\n..***.....\n*...*.****\n***...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n.....\n...**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n..**..\n***.*.\n**....\n......\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n*.....\n*.....\n*.*...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.....*\n*....*\n*.*..*\n***...\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**.*\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****..\n***..****\n**......*\n*..*.*...\n*...***.*\n.*..*..**\n....*.*..\n.*....*..\n....*....\n.....*...\n..**.**..\n```\n\n\n## Output without wrap\n\n```\n..***....\n*.......*\n....**..*\n*....***.\n**.*..*.*\n...**...*\n......*..\n.........\n.....*...\n...*.**..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.........\n....**...\n.....***.\n.*.*..*..\n...**...*\n*.....*..\n.........\n.....*...\n...*.**..\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n.**.*.\n*.....\n**....\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.**\n*.*.**\n*.*...\n**....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n..*.*.\n*.*..*\n**...*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.*.\n..*\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n.*.\n***\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n***.\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n*..*.**\n.*.....\n*.....*\n.*..*.*\n.*.*..*\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....***\n**...**\n**...*.\n***...*\n..*..*.\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n*...***\n.*...*.\n.*...**\n.**...*\n..*..*.\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*....\n.***.....\n..*.*..*.\n.*****..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.*...\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..*\n....**...\n*...**..*\n**..***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***...**\n...**.****.\n....*...*..\n...*...***.\n...**...**.\n**.*......*\n*.****.....\n.**.*.....*\n.......**..\n.......*..*\n......*....\n*......*...\n.*.***.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.***.**\n..*...**..*\n....***....\n...*...*...\n...**..*..*\n**...*...*.\n*....*.....\n.**.**.....\n.......***.\n......***..\n......**...\n....**.*...\n....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........\n*.*...**...\n....***....\n...*...*...\n*..**..*...\n**...*...**\n.....*.....\n***.**.....\n*......***.\n......***..\n......**...\n*...**.*...\n.*.*.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n.........\n.*.......\n.*.......\n.*...**..\n......*..\n.........\n.........\n.........\n.........\n.......*.\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n.*.......\n.*...**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.*.......\n.*.......\n.*...**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.*.......\n.........\n......*..\n.........\n.**......\n.........\n.*.*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.*.......\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n*.*\n*.*\n...\n...\n**.\n**.\n...\n...\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n...\n...\n...\n**.\n**.\n...\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n**.\n**.\n...\n***\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.****.*\n*.*******.\n***..**.*.\n.***..*.**\n*.****.***\n*.*******.\n...****..*\n.*****.***\n.**.***.**\n***.******\n***.******\n******.***\n.*.**..***\n*..*****..\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......*...\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****\n*.*****.*\n.**.*..**\n*********\n******.**\n*..******\n```\n\n\n## Output without wrap\n\n```\n*.......*\n*........\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...**\n....**...**\n....**...**\n```\n\n\n## Output without wrap\n\n```\n.....*...*.\n......*.*..\n.....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.***\n**...**.***\n**...**.***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*..*.\n******\n...*..\n...*.*\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**..**\n**...*\n.*...*\n..**.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*..*.\n**...*\n.*....\n..**.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n.***...\n**..*.*\n**..*..\n.....*.\n*.....*\n....**.\n```\n\n\n## Output without wrap\n\n```\n**.....\n...*.*.\n....**.\n**..*..\n**...*.\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.****\n...*.*.\n....***\n.*..*..\n.*...*.\n....*.*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n****\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n......\n....**\n....*.\n...*..\n..**..\n...***\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n....**\n...***\n..***.\n..*...\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...***\n....**\n...***\n..***.\n..*...\n...**.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n..*...\n...***\n*..**.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*...*.\n*.**.*\n*.*...\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.\n**.**.**\n.***.**.\n..*.****\n..*.****\n```\n\n\n## Output without wrap\n\n```\n.**.*.**\n*......*\n*.......\n........\n....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*.......\n........\n*.......\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n...\n...\n.*.\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.*...\n...*.\n.....\n*..**\n*.*.*\n**...\n*.*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.*.**\n*.*.*\n*.**.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n...*.\n**.*.\n..*..\n..**.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.***\n*..***\n.****.\n*.****\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.....\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n...*....*\n.........\n.....**..\n........*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n....\n....\n....\n....\n....\n....\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n****\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n...***\n*...**\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*.*\n**.*.*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n*..*..\n.*.*..\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*.*\n.*.*\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n.*..\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n...*\n..**\n.*.*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n...*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n..**\n..**\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n*...*.*\n*...**.\n...**..\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.....*\n*.....*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n......\n......\n.*.***\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n....*.\n*.*.*.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****.**\n.**..****\n******.**\n..*.**.**\n***.*....\n*.***.**.\n*.**.**.*\n.*.****.*\n*********\n******..*\n****.**.*\n..*******\n*********\n```\n\n\n## Output without wrap\n\n```\n..****..*\n.........\n*........\n.......**\n*.......*\n*.....**.\n*.......*\n........*\n........*\n........*\n*.......*\n.........\n.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.......*.\n*........\n......**.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..****...\n.*............\n.**.*.........\n.**.**........\n..*****.......\n....*.........\n*..**.........\n.*.***........\n.*.**.......*.\n.*......***...\n```\n\n\n## Output without wrap\n\n```\n..**....**....\n.*..*...**....\n*...**........\n......*.......\n.**...*.......\n..*...........\n..*...........\n**...*........\n**.*.*...*....\n..*......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*..*...\n.*..*...**....\n*...**........\n......*.......\n.**...*.......\n..*...........\n..*...........\n**...*........\n**.*.*...*....\n.*.....*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*******\n..*.......\n*****.....\n**.....***\n```\n\n\n## Output without wrap\n\n```\n....**..*.\n...*.....*\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*******.**\n**....*.**\n........*.\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.**..\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n**...........\n.*...........\n.............\n.............\n.............\n.............\n..**.........\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n**...........\n**...........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n**...........\n**...........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n.*.*.\n.*..*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.***.\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n*****\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.*.*\n...*.*.*..\n.*.*.*....\n.*.*.....*\n.*.*.....*\n.*........\n..........\n..........\n..........\n*........*\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n........*.\n...*.*..*.\n...*..*...\n**.*......\n**........\n..*.......\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*..*.\n*..*.*..*.\n*..*..*...\n.*.*......\n.*........\n*.*.......\n..........\n..........\n..........\n*.........\n.*..*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n.*.*\n.*.*\n.**.\n....\n....\n....\n....\n....\n*.*.\n....\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n**.*\n.**.\n....\n....\n....\n....\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n***.\n....\n....\n....\n....\n....\n....\n...*\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..*.\n*.**.\n*..*.\n....*\n.....\n*.*..\n.....\n***.*\n*.*..\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*.***\n.****\n.....\n.....\n.....\n*.**.\n*.**.\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.**.\n*.**.\n****.\n....*\n.....\n.....\n..***\n*.***\n..**.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n..**.*\n...**.\n*.****\n***.*.\n*..*.*\n.**.**\n*.****\n*..**.\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n**....\n**....\n**....\n**....\n**....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*...*\n......\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n***\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*.**\n.***\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n...*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n*...\n.*..\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n***.*\n**.**\n*****\n****.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n*****\n*.***\n**..*\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*.**.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n...*.*\n..**..\n.*****\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.**.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..*.\n*..*\n*...\n*...\n*.*.\n.***\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n.*..\n**..\n*...\n*.**\n*..*\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n**.*\n**..\n*...\n*.*.\n...*\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n****\n..*.\n..*.\n....\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n.***\n....\n....\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n****\n*...\n....\n..*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*****.***\n*********.*.**\n************.*\n*********.*.**\n***.**********\n.*******.*****\n```\n\n\n## Output without wrap\n\n```\n..........*...\n..........*...\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n***\n.**\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.***\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n**.*\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n***...\n......\n***...\n.*....\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n......\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n*.*...*..\n**..*.**.\n*.*....*.\n.*..*....\n.........\n....*...*\n.........\n.....*...\n...**....\n...**....\n....*....\n.**..*.*.\n***.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*..**.*.\n*.**.....\n*..*.*.*.\n.**...*..\n.........\n.........\n.........\n....*....\n.....*...\n...*.**..\n.**.**...\n..*.*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...\n..****...\n*.**.....\n*..*.*.*.\n.**...*..\n.........\n.........\n.........\n....*....\n.....*...\n...*.**..\n..*.**...\n*.*.***.*\n*.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.\n.......*\n......*.\n**...***\n.*...*..\n**....**\n..*....*\n*****.**\n..*.*.**\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....**.\n....**.*\n.*..**..\n..*..*.*\n.**..**.\n.*...**.\n...**.*.\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**\n.......*\n....**..\n**..**..\n..*..*..\n.**..**.\n.....**.\n........\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n.*..***\n*...***\n**....*\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n....***\n.*.*...\n*...*..\n**....*\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.*.*...\n....*..\n.*.....\n**....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**.*.\n.*...**.*.\n.*...**.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....**...\n***.*...**\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*...**\n***.*...**\n***.*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n..***\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.**.*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n...*.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***\n.*.***.\n*.*..*.\n*******\n.*..**.\n*......\n.**...*\n*.***.*\n**..**.\n```\n\n\n## Output without wrap\n\n```\n...*..*\n****...\n*......\n*.....*\n......*\n*.*..*.\n*.*..*.\n*...*.*\n***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.***...\n.......\n.......\n.......\n*.*..**\n..*..**\n....*..\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*.*\n**..*\n*....\n..*.*\n.*..*\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*****\n*..**\n...**\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n...**\n*.***\n.....\n*..*.\n...*.\n*..*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n**.***\n****.*\n.**...\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n.*...\n*..**\n*..**\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*..*\n*....\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n...*.\n.*..*\n*..**\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n*.*\n**.\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n*.*\n*..\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n....*.*\n..***..\n.......\n.......\n.......\n.......\n.......\n.......\n*.*....\n*.*....\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n...*.*.\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n.......\n...*.*.\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*.***\n*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n......\n...**.\n......\n...*..\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n......\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n......\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n.***.\n.*.*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n**.**\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.*.**\n**.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n*......\n*.....*\n*..*.**\n.*.....\n...**..\n*......\n.*....*\n**.....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**...**\n**...**\n..**.*.\n.......\n.......\n.*.....\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n**.....\n.*...*.\n.*...*.\n*.**.**\n.......\n*......\n.*....*\n..*...*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n.**\n*..\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n......*\n.*.*...\n*......\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n**.*...\n*......\n**.....\n**....*\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*...*\n.*.*.\n...*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.**.*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n**.**\n*.**.\n.*.*.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n...**\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n**.*...**\n...**....\n.........\n.....*...\n......*.*\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n*.**.....\n*...*....\n.**..*...\n....*....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....*\n....*..*.\n..*..*..*\n....*....\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.***.\n.**....**\n.*.**.**.\n*.*.*.*..\n**.......\n**.....*.\n..****..*\n**.*....*\n.**...*.*\n.**.....*\n**......*\n*...***.*\n.*...**.*\n```\n\n\n## Output without wrap\n\n```\n***....**\n*.*..**.*\n*..*..*.*\n......**.\n..*.**...\n..*.*....\n...*.*.**\n...*....*\n.......**\n.......**\n.*...*..*\n.*.**.*..\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....*....\n**.*..*.*\n.*....***\n.**.**.**\n..*.*....\n...*.*...\n...*...**\n*......**\n.........\n.....*...\n.....*...\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*...\n*....\n**..*\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n*....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..***\n.*.**\n*...*\n...*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*\n*......\n*...*..\n.*..*..\n.*..*..\n.*....*\n....***\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n....*..\n**.....\n...***.\n*.*...*\n.*..*.*\n....*.*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n**..***\n.......\n...***.\n.**....\n.*..*..\n*...*..\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***...\n..***.....\n..*.......\n.****.....\n..**.*....\n```\n\n\n## Output without wrap\n\n```\n....**....\n..*.*.....\n..........\n.*..*.....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n..*.*.....\n..........\n.*..*.....\n.*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n***...\n.*....\n......\n......\n......\n..**..\n..**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.**..\n.**...\n.*....\n......\n......\n......\n.*....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.**...\n.*....\n......\n......\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n***.*\n*..**\n*.***\n*****\n*.***\n*****\n*****\n*****\n*****\n*****\n.****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*....\n*....\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n...*.*......\n.....*......\n...**.......\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....*.......\n...*.*......\n....*.......\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n....*.......\n...*.*......\n....*.......\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n*.*...\n.**...\n.**.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n*.....\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n.....*\n****..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..**.....\n.*.......\n..*......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..*......\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..*......\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....**....\n....*.....\n..........\n*...*.....\n..........\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n....**....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....**....\n....**....\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n*........*\n.........*\n*.........\n*.........\n.*....*...\n..........\n......***.\n..........\n..........\n..........\n.......*..\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n......**..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*........*\n........*.\n.*.......*\n**.......*\n..........\n..........\n......**..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.*..........\n*..........*\n...........*\n............\n.*..........\n.**.........\n...*........\n...*........\n......**....\n......**....\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n.**.........\n.**.........\n...*........\n............\n......**....\n......**....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n*...........\n*..........*\n*..........*\n............\n.**.........\n.**.........\n...*........\n............\n......**....\n......**....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*\n.*....*\n.......\n.......\n.......\n.**.*..\n**.....\n.***...\n*******\n.*..*..\n*****..\n.**....\n.******\n***...*\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.*....\n.*.....\n.......\n.*.....\n**.....\n*......\n.......\n.......\n.......\n.......\n....*..\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.......\n.......\n.*.....\n**.....\n*.....*\n.....*.\n.....**\n.....**\n.......\n*...*.*\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n...*..\n......\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n...**.\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n.*.\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n..**.....\n....*....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n...**....\n...**....\n.........\n.........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n****\n**.*\n....\n....\n.*..\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n*..*\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n....\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..*\n*.*.*.**\n......*.\n.*....**\n****..**\n...**...\n.*......\n...**.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.*..*\n*...*..*\n..*..**.\n.....*..\n...*..*.\n*.......\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.\n.**.....\n.**..*..\n**...**.\n*..*..*.\n........\n*.*..*..\n**.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n****\n*.*.\n****\n.**.\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.**\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n*......\n*......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n**..**.\n****.**\n.***...\n.......\n*......\n**.**.*\n.****.*\n```\n\n\n## Output without wrap\n\n```\n**..**.\n......*\n.....**\n*..**..\n.**....\n**.....\n*...*..\n**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....*.\n...**.*\n.**....\n**....*\n....*.*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n*...**\n.**...\n*.****\n.**..*\n```\n\n\n## Output without wrap\n\n```\n****.*\n*....*\n*..*..\n*.****\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n.........\n.........\n.........\n....***..\n*...*....\n*........\n......***\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n......*..\n......*..\n.........\n.....*...\n....**...\n....*....\n.......*.\n......***\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n......*..\n.........\n.....*...\n....**...\n....*....\n*......*.\n......***\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.***.\n.......*..\n.**....*.*\n*.....*...\n..***.**.*\n...****...\n****.*....\n....**....\n.*.*....**\n***.*****.\n```\n\n\n## Output without wrap\n\n```\n.......*..\n..*.......\n..*..***..\n.....*..*.\n.......*..\n.**.......\n.*........\n*.........\n...*.....*\n*..*****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....*\n...**..**.\n..*..****.\n*....*...*\n**.....***\n..*.......\n**........\n.*......**\n*.......**\n.*.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**.\n..**....\n**.....*\n.****...\n*****...\n..*.....\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n..****..\n..*.....\n....*...\n...***..\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....\n*..**.*.\n....*..*\n*..***.*\n....**..\n.....*.*\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n**.**.\n*.*.*.\n.*...*\n..***.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.*...\n*.****\n.*...*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.**.*\n..**..\n*...**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*..**\n...*.\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n...**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*....\n...*.\n...*.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n***.*\n*****\n*.***\n*****\n***..\n*.**.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n....*........\n....**.......\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n....**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..***.\n..*..*\n...***\n.***..\n.**.*.\n*.**..\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**...\n..****\n.**.**\n**..**\n.****.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n..****\n..*.*.\n....*.\n*.***.\n....*.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n***.\n....\n*...\n**.*\n***.\n*..*\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n*...\n**..\n....\n....\n...*\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.*.\n....\n.***\n*...\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.\n*****.*\n***.***\n**..***\n******.\n```\n\n\n## Output without wrap\n\n```\n*....*.\n......*\n.......\n.......\n*.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*...\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n**.**.*.**\n**.*******\n**********\n*.****.*.*\n****...**.\n****.*****\n.**.******\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n...**\n...*.\n****.\n..**.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n.*...\n.*..*\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..***\n**...\n.*...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n...\n..*\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....*.**.\n...*.....\n.........\n*..*.....\n*........\n.........\n.......*.\n.........\n.....*...\n.........\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*....\n*.*...\n****..\n*.....\n....**\n......\n..**..\n*.....\n...*.*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.....\n*..*..\n*.**..\n*.***.\n......\n...**.\n......\n..***.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n*.....\n*..*..\n*.**.*\n*.***.\n.....*\n...**.\n......\n..***.\n...***\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n..*.\n.**.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n*..*\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.**.\n...*\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.***\n.....***\n......**\n........\n........\n...**.*.\n*...*.**\n.***..*.\n.**.**..\n```\n\n\n## Output without wrap\n\n```\n....**..\n....*...\n........\n........\n........\n...**.**\n...**...\n**..*..*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..***.*.\n........\n........\n........\n...**..*\n...**.*.\n.*...**.\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*\n*.*.....*\n..*.*....\n*...****.\n*...***.*\n***....*.\n.**.....*\n****.**.*\n*......*.\n**...*.*.\n```\n\n\n## Output without wrap\n\n```\n.**......\n..*......\n....*.**.\n.*.....*.\n*..**...*\n*.**.****\n......*.*\n*..*..*.*\n....**.**\n**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*.\n*.*.....*\n*...*.**.\n**.....*.\n...**....\n..**.***.\n......*..\n...*..*..\n....**.*.\n..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*****\n.*****.*\n********\n********\n*.**.***\n********\n*.******\n********\n*.******\n*.******\n********\n***..***\n*******.\n```\n\n\n## Output without wrap\n\n```\n**.....*\n........\n........\n........\n........\n*.......\n........\n*.......\n*.......\n*.......\n........\n........\n*..**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n.....**...\n....******\n*..*..**.*\n**.**.*..*\n*.**.*....\n...***....\n........*.\n*.......**\n**.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**.*...**\n****...*.*\n*.*...***.\n.*...**...\n...***....\n.****...**\n**.....*..\n**......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*......*.\n***.*...**\n****...***\n***...****\n.....**.**\n...***...*\n..***.....\n.......***\n.**.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n********\n....*...\n...***..\n.....*.*\n***....*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..****..\n.*....*.\n*.....*.\n.*......\n.*.*.**.\n.*.*.*..\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n********\n........\n........\n........\n...*.*..\n.*.*.*..\n......*.\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..**......\n..*.......\n..........\n..........\n..*.......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..**......\n..**......\n..........\n..........\n..*.......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..**......\n..**......\n..........\n..........\n..*.......\n.*.*......\n..*.......\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.......\n.....*.**.....\n.*........*...\n..............\n.**...*..*.*..\n*..........*.*\n...*.........*\n.........*....\n......*......*\n....*..*....*.\n```\n\n\n## Output without wrap\n\n```\n......**......\n......**......\n..............\n.**........*..\n*........**...\n.**...........\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.....\n.....***......\n..............\n***........*..\n.........**...\n..*...........\n............*.\n.............*\n......*.......\n.....*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.***\n**...*.\n.**.***\n*.**.**\n*****.*\n**.***.\n*******\n.**.*.*\n*..**.*\n***.*.*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.......\n.......\n.......\n.......\n......*\n*..*...\n**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n...***\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.....*\n..*..*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.*.*.....\n*...*....\n..*.*....\n**..*....\n.........\n..*.....*\n**.......\n```\n\n\n## Output without wrap\n\n```\n..*......\n....*....\n.**......\n*...**...\n***.*....\n**.......\n***......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*...*....\n.**......\n*...**...\n.**.*....\n.........\n........*\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.\n.**....\n.***...\n```\n\n\n## Output without wrap\n\n```\n.**....\n*...*..\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..\n*...*..\n*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..*\n...*..*.*\n....**..*\n...*.*..*\n```\n\n\n## Output without wrap\n\n```\n....****.\n...*....*\n.....**..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*...\n.***.....\n.***.*...\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*..*\n*..*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.**.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n.**.*.*...\n....***...\n......*...\n.....**...\n..*****...\n...***....\n..........\n```\n\n\n## Output without wrap\n\n```\n....***...\n...*...*..\n......***.\n....**.**.\n...*......\n..**......\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****..\n...*...*..\n......***.\n....**.**.\n...*......\n..**......\n..........\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n.....*.*..\n........*.\n.....**.*.\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....*..*.\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....*..*.\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.**..*\n.**.*.\n....**\n*..**.\n***.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.***..\n.**.*.\n.**..*\n*.*...\n***.**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n****..\n.**.*.\n***...\n..*...\n***.*.\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*......*.\n......**......\n.*............\n..............\n...**...*...**\n.......*......\n.............*\n........**....\n...*......*...\n..............\n...........*.*\n.*.....*.....*\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........**....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........**....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n****.****\n.*.*.*..*\n.*.*.....\n....**...\n.....*...\n.........\n**.......\n*..*.*...\n*....*.*.\n..*....**\n..*.*....\n....*..**\n```\n\n\n## Output without wrap\n\n```\n**.**...*\n**.*....*\n...*.*..*\n...*.**..\n...*..*..\n....**...\n.........\n**.......\n*....*.*.\n*****...*\n..*...*.*\n..*....*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*.*.\n...*.*.**\n...*.*..*\n...*.**..\n...*..*..\n....**...\n.........\n**.......\n.....*...\n.****....\n.**...***\n.......*.\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......*\n.*...**.*.\n**.......*\n.*...**..*\n```\n\n\n## Output without wrap\n\n```\n.*........\n.......*.*\n*.*....*.*\n*.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n***.......\n.......*.*\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*..*.\n*..***...*.\n**..*....*.\n.*..**..**.\n.*..**.....\n*....******\n.......**.*\n*...**..**.\n```\n\n\n## Output without wrap\n\n```\n.........*.\n*.**....*.*\n*..........\n...*....*..\n**.**.....*\n....**...**\n....**..*.*\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.****.\n..*.....**.\n...........\n...*....***\n.*.**......\n*...**.....\n*.....*...*\n**.**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.\n**...*.*\n..***.**\n***..**.\n**.**..*\n..*.....\n***....*\n*.**....\n**..*...\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n....***.\n.*.....*\n...**..*\n*.......\n*..****.\n........\n*.......\n...*....\n*...*...\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***\n**......\n...**...\n........\n...*****\n........\n*......*\n...*....\n*...*...\n**.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.......*..\n.....**...\n.........*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.***.\n.....**......\n.....**.*....\n.......****..\n....***......\n....*.....*..\n.....*..**.*.\n......**..***\n```\n\n\n## Output without wrap\n\n```\n......*...*..\n.....*..***..\n.....*..*....\n....*...**...\n....*****.*..\n....*.*..**..\n.....*****..*\n......*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.***..*\n.....*..***..\n.....*..*....\n....*...**...\n....*****.*..\n....*.*..**..\n.....*****..*\n......**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.**.*\n...*.\n*....\n....*\n*****\n...*.\n*.*..\n**...\n...*.\n...*.\n..***\n```\n\n\n## Output without wrap\n\n```\n..***\n**..*\n.***.\n.....\n..*..\n*.*.*\n*.*..\n*.**.\n*.**.\n..*..\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n....*\n.**..\n....*\n*.**.\n.**..\n..***\n..*.*\n..*..\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*............\n..............\n..............\n..............\n..............\n..............\n.........***..\n..**.....***..\n.*..*..**..*.*\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..........*...\n.........*.*..\n..**..........\n..**....**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.............\n..............\n..............\n..............\n..............\n..........*...\n.........*.*..\n..**..........\n**.*....**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n***.\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.*...\n.*.*..\n**.*..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n...*..\n**.**.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n...*..\n**.**.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...*.*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*....\n..**....**..*\n*..*..*.*...*\n.**...*.****.\n.....***.*.*.\n......**.*...\n*.......***..\n```\n\n\n## Output without wrap\n\n```\n..*.....**...\n.***....**...\n...*........*\n.**........**\n.....*.....*.\n.....*.......\n.......****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*..*..\n.***....**..*\n*..*........*\n***........*.\n.....*.....*.\n.....*.......\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.*..*..*\n***..*.*.*..**\n*.**.******.**\n.****..*..*..*\n****...**...**\n```\n\n\n## Output without wrap\n\n```\n***.**..*...**\n*.............\n*....*....*...\n.....*....*...\n*...*..**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*.*.*..\n..............\n.....*....*...\n.....*....*...\n.....*.***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*..\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*..\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*....*\n*..*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n**..*.\n**...*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**..**\n.*....\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*..*\n.**.*\n*.*.*\n*.***\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n*..*.\n*...*\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.**..\n*.**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*..*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n**.*\n*...\n**.*\n*...\n....\n.*..\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n***.\n....\n**..\n**..\n*.*.\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.**.\n***.\n.*.*\n.*.*\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*.**.\n..*...\n......\n......\n......\n......\n......\n......\n......\n......\n.***..\n.*..*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*....\n..***.\n......\n......\n......\n......\n......\n......\n......\n.***..\n*..*..\n**.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n**...*\n..***.\n......\n......\n......\n......\n......\n......\n......\n.***..\n*..*..\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.**...\n***...\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n*.....\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*...\n*.....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n***....\n**..*..\n***...*\n......*\n..*.*..\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n..**...\n*...*..\n...*...\n*.*..*.\n..**.*.\n..**...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..\n*...*.*\n...*...\n..*..**\n..**.**\n..**...\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n****\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n**.\n*.*\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n*.*\n...\n*..\n*.*\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n*.*\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.......\n..*...**...*\n......*...*.\n.*..........\n.*.*..***.*.\n*.*....***.*\n......**.*..\n...*.*..*...\n....**...*..\n...*........\n....*.......\n```\n\n\n## Output without wrap\n\n```\n......*.....\n.....*.*....\n........*...\n.*...**.....\n*...........\n***......**.\n......**.**.\n....**.****.\n.....*..*...\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*......\n....**.*....\n........*...\n.....**...*.\n..........**\n.**......*..\n**....**.***\n....**.****.\n.....*..*...\n..**.*......\n..**.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n...**....\n...**....\n....***..\n```\n\n\n## Output without wrap\n\n```\n....**...\n...*.....\n.........\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n...*.....\n.........\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n.****.\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*...**\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n***.\n*.**\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n**.........*\n.*..........\n............\n......**....\n.....*.*....\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n**..........\n............\n......**....\n.......*....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........\n**..........\n.*..........\n............\n......**....\n.......*....\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n..**\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n****\n**..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n....\n*...\n**..\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n**..\n.*..\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....*.\n.*..*.\n.**.**\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**.*.\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.....*\n***.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.***\n**.**\n.****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..*...*...\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n.***......\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*.........\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n......*....\n....*****..\n*..**...*..\n....*.**.**\n*.....**.**\n..*..*..*.*\n.....*..**.\n......***..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....*.*...\n...***.*...\n..*....*...\n...**......\n....**.....\n...........\n.....*.***.\n......***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n...........\n.....*.*...\n...***.*...\n..*....*...\n...**......\n....**.....\n...........\n.....*.**..\n......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.*****\n*.*...\n******\n```\n\n\n## Output without wrap\n\n```\n.*....\n....*.\n*.....\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n..*...**..\n..*.*****.\n**.*...*.*\n...*...*..\n...*....*.\n....*....*\n....*....*\n*....**...\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.****.....\n.....*....\n.....**...\n.....*....\n..*..*.***\n.....*..**\n...***....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*...\n...*.**.**\n.....*..*.\n.....**...\n.*...*....\n*.*..*.*..\n*....*..*.\n*..***..*.\n**..***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.....*.\n.*..*.*\n*.*...*\n....*.*\n*..*..*\n..****.\n...*..*\n....*..\n**.....\n**.*...\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*....\n**...**\n**...**\n.*.*.**\n.***..*\n.***.**\n.......\n..*....\n*.*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n..*..*.\n.*....*\n.*.....\n.*.*..*\n*.**..*\n*.**...\n......*\n*.*....\n**....*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***...\n.........**.\n.*.....*..*.\n.**..***.*.*\n....*...*...\n```\n\n\n## Output without wrap\n\n```\n.......****.\n......*..**.\n.**..*.*...*\n.**..*...**.\n.....*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.*.\n**....*..***\n..*..*.*....\n..*...**.**.\n.*.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****..**\n..*.*.*.*..\n....*.*.*..\n....*****.*\n.**.......*\n```\n\n\n## Output without wrap\n\n```\n.***.****..\n.**...*.**.\n..*.*...**.\n...**.*.**.\n....*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**...*\n.*.*..*.*.*\n***.*...*..\n.*****..**.\n.**.*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n..*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*.*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n**...\n.....\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n........\n.......*\n.......*\n**...*.*\n.....*.*\n...***.*\n.....***\n..****..\n*.**.***\n**.**.*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.......*\n.......*\n.......*\n.**.....\n.**.....\n*..*..**\n**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n........\n........\n........\n*......*\n.......*\n*......*\n..*....*\n*.*....*\n...*...*\n**..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n*..*\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***********\n*******.***\n**..***.***\n****.******\n*****.*****\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n*...*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n*..\n...\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n**.\n*..\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n*..\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n*.....\n......\n......\n......\n.***..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..*...\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n......\n......\n......\n......\n..*...\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.*\n..*.**..*\n**....*..\n**..***..\n```\n\n\n## Output without wrap\n\n```\n...*.*.*.\n..**.**..\n*.**..**.\n**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.*\n..**.**.*\n..**..***\n..*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..\n*******\n**.****\n*******\n**.****\n```\n\n\n## Output without wrap\n\n```\n*...*..\n......*\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**\n***...*\n*.**.*.\n***.*..\n.*..*..\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n.....**\n......*\n....*.*\n...*...\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*.*.\n....*..\n...*..*\n....*.*\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n.*.**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*.....\n..*....**.\n....*...*.\n..**...**.\n*......**.\n........**\n**.*.*...*\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...*...**.\n..*......*\n...*.....*\n..........\n**.....*.*\n..*.*...**\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n...*...**.\n..*......*\n...*......\n..........\n.*.....*..\n*.*.*...**\n*.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.**.\n....\n....\n.***\n*.**\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n..*.\n..*.\n.*.*\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n..**\n....\n....\n...*\n****\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n***.*\n*****\n.*.**\n*..**\n***.*\n*****\n***.*\n*.***\n**..*\n****.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**.*.\n.***.\n.**.*\n**...\n.**.*\n```\n\n\n## Output without wrap\n\n```\n**.**\n*....\n....*\n.....\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n.....*.*\n*.....**\n.....*..\n.....*..\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......*.\n........\n........\n....***.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.....**\n........\n*......*\n....***.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n....**\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n..****\n....*.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**..*\n.*....\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**...\n**....\n***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n.*....**\n*.*.*...\n**.*.*..\n*.....**\n*......*\n```\n\n\n## Output without wrap\n\n```\n.*....**\n*.*.*...\n........\n*.*.....\n.*.**...\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.*.*.\n.*.....*\n..*....*\n...**.*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....**\n**.***.....\n......***..\n...........\n...........\n..***......\n..*..*.....\n.**........\n...*.*.....\n.*.*.......\n.****.****.\n*.*.*.*....\n*..**.****.\n*...*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n...***.....\n...*******.\n....****...\n.......*...\n...*.......\n..***......\n....*......\n.****......\n.*.**......\n.*...****..\n*...*.***..\n*..........\n*...*.*.**.\n...**.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*.\n*..********\n....****...\n.......*...\n...*.......\n..***......\n....*......\n.****......\n.*.**......\n.*...****..\n*...*.***..\n*..........\n*...*.*.**.\n*...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..*..\n..**.\n*..**\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.**.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*.*\n.**..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..**\n....\n....\n...*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n*......\n**....*\n.**.*.*\n.*...*.\n..*..*.\n..**...\n..*...*\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n.*.....\n..*...*\n.*....*\n*......\n*...*..\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n.*...*.\n.....**\n..*....\n......*\n......*\n*...*..\n*......\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n***\n**.\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*\n..*...*\n*..*..*\n.......\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.***.**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**\n.***.*.\n*.....*\n*.....*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n...*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n*.**\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n***...\n***...\n.***..\n.**...\n```\n\n\n## Output without wrap\n\n```\n*.*...\n...*..\n......\n...*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n......\n...*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....**...\n..*..*.*.*....\n**...*........\n.*.*.*.....*.*\n.*.*.**....*..\n...*.*....*...\n....*...**..**\n***..***...*..\n...*......*.**\n```\n\n\n## Output without wrap\n\n```\n...**...***...\n.***.**.***...\n**...*........\n.*...*......*.\n...*.**...***.\n..**.**..****.\n.****..******.\n.***********..\n.**...*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...****..\n.***.**.***...\n**...*........\n.*...*......*.\n*..*.**...***.\n..**.**..****.\n*****..*******\n************..\n**.*.**..**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.*.***\n.**...**...\n*........**\n*****....*.\n...*.*..*.*\n..*..*..*.*\n..**..*.**.\n......**.*.\n*.***..*.*.\n..*.****.*.\n**.***....*\n.*.*.......\n**..***...*\n*.*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.***.*..*..\n..**.*....*\n*....**.**.\n*****..**.*\n.....**.*..\n..**......*\n.***......*\n.*....*....\n*****.*....\n*.*.....***\n**.........\n**...*.....\n....*.**...\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...***\n.***.**....\n.*...**.**.\n..***..**..\n**...**.*..\n*.**......*\n****......*\n**....*..**\n.****.*..**\n..*.....**.\n*.........*\n.....*....*\n....*.**...\n**....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n*....**...\n.*........\n.*........\n...*......\n...*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n**........\n..*.......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n**........\n..*.......\n..*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.*....\n.*.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.*.\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n...*\n**.*\n..*.\n***.\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n...*\n.*.*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*...\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*...\n..****..*\n******..*\n```\n\n\n## Output without wrap\n\n```\n..**.*...\n*.....*..\n.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n......*.*\n......*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*.**.\n*.****...*..*\n........*..*.\n....***.*...*\n*...*..*.....\n...*.*..****.\n..*...*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.**.*....***.\n..***...**..*\n......****.**\n....***.*....\n...*...*..**.\n...****.*.**.\n.......**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.**.***\n*.***...**..*\n*.....****.*.\n....***.*...*\n...*...*..***\n...****.*.**.\n.***....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n**.*.\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n***.*\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....**\n.*.***.*\n**....*.\n.*.*****\n```\n\n\n## Output without wrap\n\n```\n***.****\n....**.*\n**......\n***.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n....**..\n.*......\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.**.*\n.****\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n**.*\n.***\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*..*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.....\n..*..\n*....\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.*...\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*....\n...**\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...**\n...*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*.*\n.*.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*.*\n.*...\n..*..\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n....*\n*...*\n....*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n....*\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***\n*****.*\n*.***.*\n*******\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n.**.\n....\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n*.*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.***\n.***\n*.*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n***....\n.*.*.*.\n.**..**\n..*..**\n..**...\n***....\n**....*\n*......\n```\n\n\n## Output without wrap\n\n```\n***....\n*......\n...****\n.*.*...\n....***\n...*...\n*..*...\n..*....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n*......\n...***.\n.*.*...\n*...***\n*..*..*\n...*..*\n..*...*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n*..*\n.*..\n*..*\n***.\n...*\n**..\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n*.*.\n...*\n***.\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n*.**\n*..*\n*.**\n...*\n*.**\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n.**...\n**.***\n.*.**.\n.***..\n*.....\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**...*\n**.***\n....*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n*...**\n**.**.\n*.*...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..*.**\n...**.\n....**\n...***\n```\n\n\n## Output without wrap\n\n```\n...***\n..*..*\n......\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*..*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..**.\n.*****.....\n*...**..**.\n*****.*...*\n```\n\n\n## Output without wrap\n\n```\n..**.*.....\n.***..*....\n*.....*..*.\n*****....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..**\n.***..*...*\n......*..*.\n****..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.**\n..***.**\n*.***.**\n****.***\n*....*.*\n.**.**..\n*.......\n```\n\n\n## Output without wrap\n\n```\n....*.**\n..*.....\n*.......\n*.......\n*......*\n**..***.\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*.\n..*.....\n........\n........\n........\n.*..****\n*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*..*\n.....*.*..*\n.....*.*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........**.\n........**.\n........**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.......\n.*.*.......\n.*.*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*....\n.*............\n*.............\n..............\n.....*........\n.......**.....\n.......*....*.\n..............\n..............\n..*......*....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n.......*......\n......*.*.....\n......*.*.....\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...........\n***...........\n..............\n..............\n.......*......\n......*.*.....\n......*.*.....\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...***\n.*...*.***\n***.*..**.\n.*.......*\n.***..****\n*...*..***\n```\n\n\n## Output without wrap\n\n```\n.**...**.*\n....*.....\n*.*...**..\n......*..*\n****..*...\n.***..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n....*.....\n..*...**..\n......*...\n.***..*...\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n.*.....*..\n...*...***\n*...*.....\n.*..*...**\n.*..*..*.*\n.*..*...**\n.*.*.....*\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..*....*.*\n.......**.\n...**..*..\n**.***..**\n******.*..\n**.**....*\n**.......*\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*.\n..*....*.*\n*......***\n*..**..*..\n.*.***..**\n.*****.*..\n.*.**....*\n.*.......*\n.*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*..***\n*.....\n.*..*.\n**...*\n*.....\n..***.\n..*.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n**....\n......\n*..*..\n*...*.\n*.....\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*..*..\n**....\n.*....\n.*.***\n......\n......\n......\n*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..**.*\n*..........*\n*.**.......*\n..**........\n....**..*.*.\n```\n\n\n## Output without wrap\n\n```\n..........*.\n.*.**......*\n..**........\n.**.........\n...**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..**.*\n.*.**.......\n*.**.......*\n.**........*\n.....*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n...**\n.**.*\n*.*.*\n..*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.***.\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n**.*.\n..**.\n*...*\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.***\n.*.*\n.*.*\n.*.*\n****\n....\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n**.*\n**.*\n**.*\n...*\n**.*\n*.*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n.*.*\n.*.*\n....\n.*.*\n..*.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n.........\n..*.....*\n..**.....\n..****...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n.*.......\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n.........\n..**.....\n.*.......\n..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n...*\n*...\n*...\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n..*.\n.***\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n**..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*..\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n....*\n..**.\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n...*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*****\n...*.\n.*.*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n.....*\n....*.\n*.....\n*.*...\n*..**.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n....**\n......\n......\n*..*..\n*..**.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n....**\n*..***\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.....*\n....*.\n.....*\n......\n......\n......\n......\n*..*..\n*..***\n.*.*.*\n...*..\n.*.*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n......\n......\n......\n......\n..*.*.\n...*..\n...*..\n...*..\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n....**\n....**\n......\n......\n......\n......\n......\n..*...\n*..*..\n*..*..\n*..*..\n**.**.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n..***\n.....\n.....\n.*...\n...**\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n..***\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n...*.\n..***\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*.*.\n...*.\n.**.*\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*.*..\n*..*.\n.**.*\n***..\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*........\n....*.......*\n.....***....*\n........*..*.\n..**....*..*.\n.*..*.....**.\n.*...*****.*.\n..*.......*..\n..*...*......\n...*.*.......\n.....*.*.....\n.....**...**.\n.....*.***...\n.....*..*.***\n```\n\n\n## Output without wrap\n\n```\n.............\n....*.*......\n.....***...**\n......*.*..**\n..**.....*.**\n.*.****....**\n.**..*****.*.\n.**..*..***..\n..**.........\n....**.......\n.....*.......\n....**...**..\n....**.**...*\n......***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......*\n....*.*......\n.....***...**\n......*.*..**\n..**.....*.**\n.*.****....**\n.**..*****.*.\n.**..*..***..\n..**.........\n....**.......\n.....*.......\n....**...**..\n....**.**...*\n....*****.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n....*\n*....\n.....\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...**\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n*..\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n.*.*.*\n...**.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*..*\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**.**.\n***...\n.....*\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*.*..*\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*...**\n....**\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.**.\n*..*.*...***.\n....**..*..*.\n**....*.***..\n*.*...*.*....\n.*...***.....\n...*.*....*..\n..*..****.*..\n........**...\n```\n\n\n## Output without wrap\n\n```\n...........*.\n.....*..*...*\n**..*****..*.\n**....*.*.*..\n*.*.....*....\n.**.**.*.....\n..*.....**...\n....*****.*..\n......*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..**\n.....*..*....\n**..*****..*.\n**....*.*.*.*\n*.*.....*....\n.**.**.*.....\n..*.....**...\n....*****.*..\n......*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n.....\n..**.\n.*..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.****\n*....\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**.**\n*..*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*****\n**.**\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.\n*******\n.******\n*******\n*******\n******.\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*\n..*..*.\n...***.\n..*.**.\n*.***.*\n.*...**\n......*\n..*...*\n.*...*.\n.****..\n**..*.*\n```\n\n\n## Output without wrap\n\n```\n...***.\n..*.*.*\n..**.**\n.***.**\n......*\n.***..*\n..***.*\n....*.*\n...*..*\n****...\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.**....\n..**...\n*.**...\n*......\n****...\n.****.*\n.*..*..\n.*.*...\n...**.*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..*.*.*\n...*...*....*.\n....*..*.*.**.\n```\n\n\n## Output without wrap\n\n```\n..............\n.......*...*.*\n.......*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****..*....*\n*.****..*....*\n*.****..*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n.*...*\n.*...*\n**....\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n*.*...\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n.**...\n***...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*...\n.....\n....*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n.*..\n**..\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*.*.\n*.*.\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n*.*.*....\n....*....\n.*.......\n........*\n*........\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n..*......\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.**\n***\n...\n...\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n*.*\n.*.\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n.**\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n..**.*.\n*.*.*..\n.*.**.*\n..*.*.*\n..*.**.\n****.**\n....**.\n```\n\n\n## Output without wrap\n\n```\n..***..\n.**..*.\n.......\n.*..*..\n.**...*\n.......\n.**...*\n.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.**..*.\n*.....*\n.*..*.*\n***...*\n.......\n***....\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n**...\n*.*.*\n.****\n.**.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n*...*\n*...*\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n**.**\n***.*\n**.**\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..***..\n..*....*...\n...........\n......**...\n.**...*.*..\n```\n\n\n## Output without wrap\n\n```\n.***..***..\n.***..***..\n......**...\n......**...\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.*..\n.***..***..\n......**...\n......**...\n.*.*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n.*.*..\n..**..\n.**...\n.**...\n**....\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n......\n......\n.*....\n*.*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n..***.\n......\n......\n.*....\n*.*...\n*.....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.....\n....***.....\n..**.....*.*\n*..***...*..\n*.*.......*.\n*.***..*....\n```\n\n\n## Output without wrap\n\n```\n...**.......\n..*.*.**....\n...*........\n.*.*.*......\n.**.*.......\n.***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.**....\n.*.*..*.....\n.*.*........\n...*.*.....*\n*..*.*......\n*.****.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n**...\n**..*\n.****\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n....*\n*****\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...*.\n.....\n.****\n.**..\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n*.......\n.....*..\n........\n*.....*.\n....*...\n........\n........\n...*....\n*.......\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n..*\n***\n...\n***\n...\n.**\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n...\n*..\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*..\n*..**....\n...***...\n..*.*..*.\n.....***.\n...*.....\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n**.......\n****.....\n..*..*...\n.......*.\n...*****.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....*\n****.....\n..*..*...\n.......*.\n...*****.\n......**.\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n...*..\n....**\n..***.\n***.**\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n..*..*\n..*...\n*.....\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n..*..*\n..*...\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.*\n******.*\n********\n*.***.*.\n**.*****\n*****.*.\n..***...\n******.*\n********\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n........\n........\n......**\n......**\n......*.\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n.***.**.\n***.**.*\n....**.*\n....*.*.\n.*..**..\n.*...*..\n*..**.*.\n*..*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n...***..\n*.....*.\n*......*\n.*.....*\n...*..*.\n....*.*.\n****..*.\n******..\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n......**\n.......*\n.*.....*\n...*..*.\n....*.*.\n****..*.\n******.*\n..**...*\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n*..**.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*...*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n.****.\n.*.*.*\n..*.*.\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n***...\n**..*.\n**.*.*\n.*.**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.*....\n**.***\n...***\n.*.*.*\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n...\n*..\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....*.\n.**......\n**..*....\n.*****...\n.***.**..\n**..*.**.\n***...**.\n.*.......\n....*....\n....**...\n.....*...\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.**......\n*.**.....\n*...**...\n......*..\n.......*.\n....*....\n..*..***.\n***......\n....**...\n....**...\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.\n*.**.....\n*...**...\n......*..\n.......*.\n....*....\n..*..***.\n***......\n....**...\n....**...\n....***..\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*....\n.*....\n......\n......\n......\n......\n......\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**....\n......\n......\n......\n......\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*.*..\n..*..\n*...*\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n...*.\n....*\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n*..**\n*...*\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n*.....**\n*......*\n....*.*.\n....*...\n........\n........\n........\n**.....*\n.*......\n```\n\n\n## Output without wrap\n\n```\n......**\n.....*..\n.....*.*\n....**..\n........\n........\n........\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.....**.\n**...*..\n....**..\n......*.\n........\n........\n**......\n..*....*\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.**.\n***.\n.**.\n****\n...*\n...*\n*...\n...*\n.*.*\n.***\n..*.\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n..*.\n..*.\n....\n....\n..*.\n.*.*\n**..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n*...\n.***\n.*..\n.*..\n.*.*\n....\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n**.*..*\n.**...*\n***....\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n***....\n*....**\n...*...\n*.*....\n*......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n.....**\n...*..*\n..*...*\n*.....*\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.........\n.........\n.........\n.........\n.....*...\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.........\n.........\n.........\n.........\n.....*...\n.....*...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*........\n......*......\n.........*..*\n...*..*......\n...........*.\n..*.*..*.....\n..**...*.....\n*...*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n...*.........\n..*..........\n.**.*****....\n...*...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*.....\n.............\n.............\n.............\n...*.........\n..*..........\n.**.*****....\n....**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n...*.*\n***.*.\n.***..\n..*...\n.**.**\n******\n.*....\n```\n\n\n## Output without wrap\n\n```\n...**.\n*....*\n*...*.\n*.....\n....*.\n*....*\n*....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****\n......\n*...**\n*.....\n*...*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**\n..*..*.\n*.*.*.*\n.**.***\n......*\n*.**.**\n```\n\n\n## Output without wrap\n\n```\n.******\n..*....\n..*.*.*\n.**.*.*\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n..*....\n*.*.*..\n.**.*..\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n..*..*.\n.*...*.\n*.....*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n....**.\n.*...**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....**.\n**...*.\n*....**\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n..****\n..****\n```\n\n\n## Output without wrap\n\n```\n.**..*\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n..*.*..\n***...*\n.*..***\n```\n\n\n## Output without wrap\n\n```\n...*...\n*.*....\n*.*.*.*\n***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*\n..*...*\n..*.*.*\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.\n....***.\n....***.\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...****\n**....**..\n..........\n**......**\n```\n\n\n## Output without wrap\n\n```\n.......*..\n......*.*.\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n......*...\n.......*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n.*.*.\n..*..\n.....\n.**..\n*....\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.*.\n..*..\n.**..\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n.*.**\n..*..\n.**..\n.*...\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n*..**.\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n**...*\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**..*.\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*\n...*.*.\n...***.\n.*.***.\n```\n\n\n## Output without wrap\n\n```\n..*....\n...*.**\n......*\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n...*.**\n......*\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n*..*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n****\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n.**.\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..***\n.............\n....*.*......\n...*.........\n..*.*........\n.**..........\n.........**..\n*....*.**....\n......***....\n**...*.*.....\n......*......\n......***....\n.......**....\n.......**..**\n```\n\n\n## Output without wrap\n\n```\n...........*.\n.....***...*.\n.............\n...***.......\n.**..........\n.***.........\n.*......**...\n.............\n**...*.......\n.....*..*....\n.....*..*....\n......*.*....\n.........*...\n.......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.*.*\n.....***...*.\n.............\n...***.......\n.**..........\n.***.........\n.*......**...\n.............\n**...*.......\n.....*..*....\n.....*..*....\n......*.*....\n.........*...\n.........**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n**.***\n....*.\n*...*.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n**....\n**....\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*....\n.*....\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..*.*\n.*..*\n.*..*\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n....*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.**.*\n....*\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n........***\n*.......***\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n.........*.\n........*.*\n........*.*\n.........*.\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n*.......*..\n*.......*..\n.........**\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n***..***\n********\n********\n********\n********\n********\n.*****.*\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n**.*\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n..*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n***..\n.***.\n..**.\n*...*\n*..*.\n*..*.\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.....\n.*.*.\n***.*\n.....\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*....\n**..*\n.....\n..*..\n...*.\n...*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*.**\n**..\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n*.**\n*..*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**....\n.......*...\n......**...\n.......*...\n.....**....\n```\n\n\n## Output without wrap\n\n```\n......*....\n.....*..*..\n.....*..*..\n.....*..*..\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.**..\n.....*.....\n.....*..*..\n.....*.....\n....**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...\n*******\n..*.***\n*.**..*\n***.**.\n***.**.\n```\n\n\n## Output without wrap\n\n```\n*....*.\n*.....*\n*......\n*.....*\n......*\n*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n..*.*.*.\n.*......\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*...\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*....\n..*.....\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n.*..*\n*****\n.*...\n.*..*\n*....\n.....\n.....\n...**\n...*.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n**.**\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**.\n**.****\n..***..\n...*.**\n....***\n**..**.\n.**...*\n```\n\n\n## Output without wrap\n\n```\n****..*\n**....*\n.*.....\n..*...*\n...*...\n*****..\n***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**....*\n.*.....\n..*...*\n...*...\n.****..\n..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n..*..*.\n....***\n....*.*\n....*.*\n.....*.\n..*....\n****...\n*..*...\n```\n\n\n## Output without wrap\n\n```\n..**...\n..*..**\n...**.*\n...**.*\n....*.*\n.....*.\n..**...\n*..*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n..*..**\n...**.*\n*..**.*\n....*.*\n.....*.\n..**...\n*..*...\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*****\n.*..***.*\n*.*.*.**.\n.**.*.**.\n*.**.****\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*.*.*..**\n*........\n..*......\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*......\n.*.......\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*\n....*.*.*\n...***...\n*..**...*\n.........\n**..*....\n..*.....*\n*....*.**\n*..*.....\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n...**..*.\n.......*.\n...*.*...\n**.**....\n.*.......\n*......**\n.*.....**\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n...**..*.\n*......**\n...*.*...\n.*.**...*\n**.......\n.......*.\n**.....*.\n*.....**.\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n....*.*...\n.*.....*.*\n.*..*..*.*\n.....*....\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n......*...\n.....***..\n........*.\n.....*.*..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n......*...\n.....***..\n........*.\n.....*.*..\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n**..*\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.**.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*..*\n..***\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*.*..\n...**\n.....\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.*...\n.***.\n...*.\n.....\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n...**\n.....\n*****\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**.****.\n***..***..***.\n**.*.*****.*..\n********.**.**\n******..*.**.*\n.*****.*******\n..***.**.*****\n```\n\n\n## Output without wrap\n\n```\n*..**..***..*.\n..............\n.............*\n.............*\n..............\n*.............\n.*....**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n..**....\n........\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n..**....\n..**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n....**..*\n**......*\n.****..*.\n*.....*.*\n......*.*\n......***\n.*...*..*\n.******..\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.....*.*.\n**...*.**\n..**...**\n.***.**.*\n.....**.*\n.....**.*\n.*.*....*\n.******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**.\n.....*.**\n.*...*.**\n..**...*.\n****.**.*\n.....**..\n.....**.*\n.*.*....*\n*****.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*...*\n.*....\n..**.*\n****..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*..*.\n*..**.\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*.....\n.*..*.\n...**.\n*.....\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n..**.....\n...**....\n...***...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n...**....\n..*..*...\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n...**....\n..*..*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..***\n**..**.\n.**....\n.*.*...\n.*.*...\n**.....\n**....*\n.*....*\n*.*.***\n*****.*\n```\n\n\n## Output without wrap\n\n```\n**..*.*\n*..**.*\n...**..\n**.*...\n.*.....\n.......\n..*....\n..*...*\n*...*.*\n*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n...**..\n**.*...\n.*.....\n......*\n..*...*\n..*....\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n*.***.\n**....\n***.**\n...***\n*...**\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.***\n.*..**\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*...*\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.*...*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n....**\n**...*\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.*...*\n.**..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**\n.*.****\n*.***.*\n*****.*\n******.\n*******\n.**..**\n...*.*.\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n.......\n.......\n.*.*.*.\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n.......\n.......\n.......\n.......\n.......\n.......\n.*...**\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..*.**....\n..*.*.**..\n....*.....\n...*..*...\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n..****....\n..*.*.*...\n....*.....\n......**..\n...****...\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.**...*...\n....*.....\n......**..\n..*..**...\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n*..*..\n*....*\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**...\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.*.\n****.*\n*.*..*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n..*\n...\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n...**\n*.*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..***\n*....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n..**..\n**....\n*.***.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....*.\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*.*..\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n.**\n..*\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n...\n...\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***...\n....*......\n....*..*...\n.......**..\n....*......\n........*..\n.......*...\n*....******\n*....*.*.**\n.**.*....**\n.**...*..**\n***...**..*\n*.....**..*\n```\n\n\n## Output without wrap\n\n```\n.....**....\n....*..*...\n.......**..\n.......**..\n.......**..\n...........\n...........\n.....*....*\n*...**.*...\n*.**.**....\n.....****..\n*.*..*..*.*\n*.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*...\n....*..*...\n.......**..\n.......**..\n.......**..\n...........\n..........*\n*....*.....\n....**.*...\n..**.**....\n.....****..\n..*..*..*..\n........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n*..*.\n*.*..\n....*\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.****\n***.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.......\n.*.*.....*.\n*..*....*..\n```\n\n\n## Output without wrap\n\n```\n***........\n**.*.......\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...*.\n.*...*...*.\n.....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n****..*\n*.**..*\n*..*.**\n*******\n**.*.*.\n*..*.**\n****..*\n.******\n```\n\n\n## Output without wrap\n\n```\n.......\n**...*.\n**.....\n.......\n.......\n.......\n.......\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n.**\n**.\n.**\n***\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n...\n*..\n...\n*..\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n....\n.*.*\n.*.*\n....\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n.*..\n....\n....\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..*.\n**..\n....\n....\n..*.\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n.....\n*..*.\n***..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n*.*..\n*.*..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n*.*.*\n*.*.*\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n******\n******\n.**.**\n***.**\n**..**\n****.*\n**....\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n...*.*\n.....*\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n...*..\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**......\n..............\n......**......\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n***.*\n..***\n****.\n***..\n..***\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n...**\n...**\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n***.\n.**.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n****.....\n.**......\n.*.......\n.........\n.........\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.**......\n.*.*.....\n.*.*.....\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.*.*.....\n.*.*.....\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n...**.\n......\n**....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...**.\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.....***.\n.*.***.*.....\n.*.*..***....\n....*.*.*.**.\n.*.....**..**\n.**.....*..*.\n```\n\n\n## Output without wrap\n\n```\n**..*....**..\n**.*......*..\n...*.*.**....\n.***...**.***\n...*..*.***..\n.**....**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*....**\n*..*...*....*\n**.*.*.**...*\n..**...**.**.\n..*...*.**...\n..*....*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n.....*\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n......\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..***.*.\n..*.*.*.*...*\n..*.........*\n..*...*.*....\n......*.*...*\n...*..*..****\n*.*.****....*\n*.*.**.......\n..*..*...**..\n.....*.......\n.*.....*.....\n..*...**.....\n......*..**..\n```\n\n\n## Output without wrap\n\n```\n.**.****.**..\n.......*.**..\n.*****.......\n.....**......\n....**.**.*..\n...****.*.*.*\n..*.....*.*..\n.***..*......\n..*..**......\n.....***.....\n........*....\n........*....\n......*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.***..**\n*...*.*...***\n******.......\n.....**......\n....**.**.**.\n...****.*.*..\n*.*.....*.***\n*.**..*.....*\n***..**......\n.....***.....\n........*....\n.....*..**...\n...*....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n.....*.*..\n......****\n*.......*.\n..........\n..........\n...*......\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*.*\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......**.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*...\n.*.*.*.**\n..**.*.**\n*..*.*...\n.**......\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n......**.\n.....*..*\n...*.*..*\n.*.**.**.\n..*......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***\n.*...*.**\n.*.*.*...\n*..**.***\n***......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...*\n...*...*.\n***.***..\n..***...*\n....*...*\n.....**.*\n***....**\n*.*......\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n...**....\n.*....**.\n.*...***.\n..*....*.\n....*...*\n.*...**.*\n*.*...***\n*.**.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*\n**....***\n**...****\n..*....**\n*...*...*\n.*...**..\n..*...**.\n..**.....\n*****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*...**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n.***\n*.*.\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n.*.*\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n.*..\n*...\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*.*..*\n.***..*..***\n*..**.*.****\n```\n\n\n## Output without wrap\n\n```\n*...**.*.*.*\n......*.....\n.*.***.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*...\n......*.....\n......*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......*.*\n.........*.*\n.*.......*.*\n**.**.......\n...*..****..\n..**..*..*..\n............\n............\n....*.*.....\n***.......*.\n.**....*....\n```\n\n\n## Output without wrap\n\n```\n............\n.**.....**.*\n***.........\n**.**..*.**.\n.*...*****..\n..**..*..*..\n............\n............\n.*..........\n*.**........\n*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*...\n.**.....**.*\n.**........*\n**.**..*.**.\n.*...*****..\n..**..*..*..\n............\n............\n.*..........\n*.**........\n...*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n..*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n..**\n*.**\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.**\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n..**...\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n***\n...\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n***\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n***\n...\n***\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*....\n.....\n.**..\n.....\n.....\n.....\n.....\n...*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n*..*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n....***\n...**..\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.*..*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.**\n*.....*\n..**...\n.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**......\n.*...*..***\n**....**...\n.**...**...\n.*.*.*..*..\n***.*...*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*....*.\n.*..******.\n*....*...*.\n.....*..*..\n...****.**.\n*****....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..*..\n.*..*******\n.....*...**\n.....*..*..\n...****.**.\n.....*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n**.**..\n...*...\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n.*..*..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n.*.....\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.**..\n..*..*\n**...*\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n....*.\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**.*\n......\n*....*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n**..*\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n.....\n.....\n*....\n*....\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....\n.***...*\n*..*...*\n*.**....\n```\n\n\n## Output without wrap\n\n```\n...*....\n*...*...\n*...*...\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*\n....*..*\n....*..*\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*.*..*\n.*....\n****..\n...**.\n```\n\n\n## Output without wrap\n\n```\n..***.\n*.***.\n...*..\n**.**.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n..****\n...*.*\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*.*..\n****.\n**..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n**.*.\n...*.\n...**\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.****\n.*..*\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*..*\n.*...\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.*..*\n.*...\n*.***\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.*...\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*.*..\n*.**.\n...**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n....*\n.*..*\n..**.\n.....\n.....\n*...*\n.*...\n..*.*\n..*.*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..*.*\n..**.\n.....\n.....\n.....\n.*.*.\n.**..\n..*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n*.*.*\n..**.\n.....\n.....\n*....\n.*.**\n***..\n..*.*\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n****.**\n**..**.\n*.*.**.\n***.***\n***.*..\n**.*.*.\n*******\n******.\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n*.*\n**.\n**.\n*.*\n**.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*.*\n..*\n..*\n..*\n*..\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n.**.......\n..*.......\n**........\n*........*\n..........\n..........\n..........\n....*.....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..*.......\n...*......\n*.*.......\n..*.......\n**........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n...*......\n*.*......*\n..*.......\n.*.......*\n*.........\n..........\n..........\n..........\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n....**\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*..*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n....\n.***\n*.*.\n*...\n...*\n....\n*.*.\n...*\n.**.\n...*\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n.***\n*.**\n.*..\n....\n....\n....\n...*\n..**\n...*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*..*\n****\n*.*.\n**..\n....\n...*\n...*\n*..*\n*.**\n...*\n.*..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n***\n***\n***\n***\n***\n***\n**.\n**.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n....*....\n....**...\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n....**...\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n....**...\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.***\n**.*..\n.*.***\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.**.\n**....\n**.**.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*.***\n.*....\n.*.***\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..**....\n........*....\n......**.....\n.....*.*.*...\n.....*.*.*...\n.......*.*...\n.............\n.............\n.............\n..........*..\n..........*..\n*...........*\n...**........\n**.......*..*\n```\n\n\n## Output without wrap\n\n```\n.......**....\n......*.*....\n.....*..*....\n.......*.....\n.......**....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*...\n......*..*...\n.....*..*....\n.......*.....\n.......**....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.*...........\n*......***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..***.*.*\n.**.****..**.\n****.********\n```\n\n\n## Output without wrap\n\n```\n...*.....*...\n.**.*.....*..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n***\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.**.**\n.*.*.*\n...**.\n..*.*.\n.**...\n..***.\n...*..\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n***.**\n...*.*\n.*...*\n.....*\n.**.*.\n.*..*.\n.*..*.\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...*..\n.*...*\n.....*\n.**.*.\n.*..*.\n.*..*.\n..***.\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n*.*\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.....\n..*.......\n..........\n..........\n..........\n..........\n..........\n....**....\n....*.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n....**....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n....**....\n....**....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n..*.\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*....\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*...\n....\n....\n....\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.**.\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n****\n....\n....\n****\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n........\n........\n*.*....*\n...*....\n**.**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n*..**...\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n........\n........\n........\n...**..*\n.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**...*.\n............\n............\n.*...**.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n............\n............\n.....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n***\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n**..\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n****\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n*..*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n.....\n.....\n.*..*\n.****\n.****\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*..*\n*....\n*...*\n.*.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*..*\n.....\n....*\n**.*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**..*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n.***\n..*.\n.**.\n**.*\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n.***\n.*.*\n....\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.*..\n.***\n****\n****\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n**..\n**.*\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n....\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n...*\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n**.....\n***....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*....\n..*....\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*....\n..*...*\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*..*.\n*..*.\n**.**\n.*.*.\n**..*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*.***\n**.**\n.....\n.*.**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n.....*..\n..**.*..\n....*...\n....*.*.\n*.....*.\n.*....**\n*......*\n.*......\n........\n```\n\n\n## Output without wrap\n\n```\n....*...\n..*..*..\n...*.*..\n....*...\n........\n......*.\n**....**\n**....**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n..*..*..\n...*.*..\n....*...\n.......*\n*.....*.\n.*....*.\n.*....**\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n*.......**\n*.........\n*.......*.\n.......***\n....***.*.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*.*\n......**..\n.....*....\n....*..***\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n.*......*.\n.*.....**.\n**....***.\n.....*....\n..........\n.....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n*..*\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.****\n*.*.*....\n..*......\n.........\n.*.*.....\n.*.*.....\n...*.*...\n**.*...**\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n..******.\n..*.****.\n.*.*.....\n..*......\n.........\n...*.....\n**.*.....\n**.*.....\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....****\n*.*.****.\n.*.*.....\n..*......\n.........\n...*.....\n.*.*....*\n**.*....*\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n*******\n*******\n*.*****\n*******\n*******\n*******\n*******\n**.****\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*...**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n.....*\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*......\n..**..***.....\n..**..........\n...*..........\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n......***.....\n..**..***.....\n....*..*......\n..**..........\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.....\n..**..***.....\n....*..*......\n..**..........\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n...*\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n...**.\n....*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...***\n....**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...***\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n***...\n.....*\n..*..*\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n***...\n..*..*\n.**..*\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*......\n*..***.......\n...*.*...*...\n```\n\n\n## Output without wrap\n\n```\n...*.*.......\n..**.**......\n...*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*......\n..**.**......\n..**.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.*......\n........\n........\n...*....\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n....\n....\n....\n**..\n**..\n***.\n.***\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n....\n...*\n...*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n....\n**..\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........\n.*.......*\n.........*\n*.*.....*.\n......*...\n****....*.\n.**..*....\n```\n\n\n## Output without wrap\n\n```\n**........\n..*.......\n**........\n........*.\n..........\n*****.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n........**\n........**\n.........*\n*........*\n*.***....*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n.*......\n..*.....\n..*.....\n.*...**.\n.****...\n.....***\n...*..**\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n.**.....\n.**.....\n.*..**..\n.****..*\n.....*.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n.**.....\n.**.....\n.*..**..\n*****..*\n*....*.*\n....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n..........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.....*....\n.....*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n*...*...*.\n*...**.*..\n...*..*...\n....*..**.\n.......*..\n........*.\n......*...\n.....*....\n..........\n.......*..\n..***..**.\n.....*....\n..........\n```\n\n\n## Output without wrap\n\n```\n**........\n*...**....\n...*****..\n...*..*.*.\n......***.\n.......*..\n.......*..\n..........\n..........\n..........\n...*...**.\n...**.***.\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n*...**....\n...*****.*\n...*..*.*.\n......***.\n.......*..\n.......*..\n..........\n..........\n..........\n...*...**.\n...**.***.\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...***.\n..**..*.*.\n.*.*.*....\n****..**..\n....*..**.\n.**....*.*\n*.**......\n```\n\n\n## Output without wrap\n\n```\n..**..*...\n.*.*..*...\n*..*....*.\n**..****..\n*.......*.\n.***......\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.*.\n*...*.*.*.\n*..*....*.\n**..*****.\n..........\n.**.......\n..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n...***...\n..*...**.\n*.....*.*\n.**...**.\n*.**....*\n..***.*.*\n*.*...*.*\n**....**.\n**.*...*.\n.*.**....\n*.*.....*\n*..*....*\n**.*.**.*\n```\n\n\n## Output without wrap\n\n```\n...**.*..\n.......*.\n..*.....*\n.**..*..*\n.***..*.*\n......*.*\n...**...*\n......*.*\n...*..*.*\n...**.**.\n..*......\n.**..*...\n*...**...\n***.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.........\n*.*......\n***..*..*\n..**..*..\n......**.\n...**..*.\n......*..\n...*..*..\n...**.**.\n..*....*.\n..*..*...\n.*..**...\n.*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n***.\n***.\n.*..\n.***\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n....\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n...*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n.....*..**.\n.****......\n.***...**..\n.**..******\n*....**.***\n*.........*\n.*.........\n.**..***...\n.**..*.*...\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...*.......\n..***......\n.**.**.....\n**.*.**....\n**...**....\n*....*.....\n..*........\n..*...*....\n*..***.*...\n.*..**.*...\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...*.......\n..***......\n..*.**.....\n...*.**....\n.....**....\n.....*.....\n.**........\n***...*....\n*..***.*...\n.*..**.*...\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n***..\n***..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n*.*..\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.*...\n..............\n............*.\n...........***\n...........**.\n........**.*..\n```\n\n\n## Output without wrap\n\n```\n..............\n............*.\n............**\n.............*\n...........*.*\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.**..\n...........**.\n............**\n*............*\n.............*\n........*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....**...\n**......**..\n**.....**...\n.....*.*....\n..**........\n..**..*.***.\n....*.*...**\n*....***....\n.*..........\n*......*****\n.*.....*****\n............\n```\n\n\n## Output without wrap\n\n```\n*.*....***..\n.........*..\n**....**.*..\n.**...***...\n..***.****..\n..*.**.*.***\n...**...*.**\n.....***....\n**.......**.\n**.....*...*\n.......*...*\n........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....***..\n.........*.*\n**....**.*..\n.**...***...\n..***.****..\n..*.**.*.***\n...**...*.**\n*....***...*\n.*.......**.\n.*.....*....\n.......*....\n..*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**\n...**...\n..*..*..\n*.****..\n*.*...*.\n********\n........\n```\n\n\n## Output without wrap\n\n```\n....**..\n..*****.\n.**.....\n..*****.\n..*....*\n*......*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*****.\n.**....*\n.******.\n.**.....\n.....*..\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n...*..\n...**.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*....\n....*\n*....\n.....\n*....\n..*..\n..**.\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n.*..*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n*...*\n.....\n.....\n..*..\n.*.*.\n.*..*\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.**.\n**..\n**.*\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n....\n...*\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.***..*\n*****......\n.......****\n........***\n*.........*\n***.....*.*\n**.**..*.**\n*...**.*...\n..*...*....\n.*****.*...\n***...**..*\n*........*.\n```\n\n\n## Output without wrap\n\n```\n*..*.**....\n******....*\n.***...*..*\n.......*...\n*.......*.*\n..**....*.*\n...*****.**\n*.*.**.**..\n..*....*...\n*...**.*...\n*...*****..\n*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**....\n.*****.....\n.***...*...\n.......*...\n........*..\n..**....*..\n...*****.*.\n*.*.**.**..\n..*....*...\n....**.*...\n....*****.*\n..*..*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*..*\n****\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.***\n.*.*\n****\n*.*.\n.***\n..*.\n....\n.*..\n***.\n*.*.\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n...*\n*...\n....\n*..*\n*...\n...*\n.***\n....\n***.\n*.*.\n....\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*...\n.***\n....\n***.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*.**.\n...**\n.....\n.....\n.....\n..**.\n.....\n.....\n..***\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n..***\n.....\n.....\n.....\n.....\n.....\n...*.\n.****\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n***..\n..***\n.....\n.....\n.....\n.....\n.....\n...*.\n*****\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n.*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..**...\n.**....\n.*.*...\n***....\n.......\n.**....\n..****.\n*******\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.***...\n.*.....\n...*...\n***....\n*......\n.**.*..\n*.....*\n.*....*\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.***...\n.*.....\n...*...\n***....\n*......\n.**.*..\n.......\n**....*\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n..**\n....\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.**.\n*..**\n.*.**\n***..\n.*...\n...**\n.*..*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n*****\n**...\n....*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n*.***\n.....\n.....\n*.*..\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n.*...*.\n*......\n*.*..**\n..*....\n..*....\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.....\n*....**\n.......\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.*.....\n*....*.\n*.....*\n..**..*\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n........\n*.......\n........\n........\n*.......\n..**...*\n........\n....**..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....***\n**.....*.\n.*...***.\n```\n\n\n## Output without wrap\n\n```\n**....**.\n..*..*..*\n**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n....***..\n....***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.........*\n.*.......*\n**.......*\n*...*.....\n......**.*\n.....***..\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n**......**\n**........\n**......*.\n.......**.\n.....*..*.\n.....***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n.*......**\n.*.......*\n.*......*.\n.......**.\n.....*..*.\n.....***..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*....\n.....\n...*.\n..*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*...*\n.....\n...*.\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*.*\n.*..**..*\n*.***...*\n.*...*.*.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.******..\n*....*..*\n*........\n.*..**...\n..*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*.*\n.*...*..*\n.........\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.*..\n.......*..\n**...*....\n......*...\n..*.***.*.\n.*...**...\n..*..*....\n.*..*.*...\n*.*.......\n...*......\n.....*.*..\n.......**.\n```\n\n\n## Output without wrap\n\n```\n......*...\n.*........\n......*...\n.*..*.**..\n....*.....\n.***...*..\n.**.*.....\n.***.*....\n.***......\n..........\n......***.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.*........\n......*...\n.*..*.**..\n....*.....\n.***...*..\n.**.*.....\n.***.*....\n.***......\n..........\n......***.\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n*.**\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***\n......**.\n......**.\n.........\n........*\n.........\n.....*.*.\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*...\n......**.\n......**.\n.........\n.........\n......**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.....*.*.\n......**.\n......**.\n.........\n.........\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.****\n.*.**\n.*...\n**...\n**.*.\n```\n\n\n## Output without wrap\n\n```\n****.\n....*\n..*..\n**...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.**..\n...**\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n.........\n*........\n.*.*.....\n.........\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**..\n.****.*..\n*...**...\n*........\n...****.*\n```\n\n\n## Output without wrap\n\n```\n*...***..\n......*..\n*.*.**...\n...*..*..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n......*..\n*.*.**...\n*..*..*.*\n..***.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n****.\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n****\n****\n```\n\nAll cells are alive.\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*.*..\n******\n*.*.*.\n..*.*.\n*....*\n*...*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**.*.*\n*....*\n*.....\n....**\n.*.***\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n......\n*.....\n*...*.\n**.**.\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.....\n*....\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.**\n....**...*\n.....**.*.\n........*.\n...*...*..\n..........\n....*...*.\n..........\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n...**...**\n...*.....*\n....******\n......*.*.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.****\n...*.....*\n....******\n......*.*.\n..........\n..........\n..........\n..........\n...*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n**.**..\n.*.****\n..*..*.\n.......\n...*...\n..*.**.\n*....*.\n...*.*.\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n***....\n.......\n***..**\n.**..**\n..*..*.\n...*.*.\n..*...*\n...*..*\n.......\n....***\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n......*\n..*...*\n*.*..**\n..*..*.\n...*...\n..*...*\n...*...\n.......\n....***\n*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n****..\n.*..**\n*...*.\n*.**..\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n.*...*\n.*....\n*....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...**.\n....**\n.*..*.\n*.*.*.\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n....***\n*..*...\n**..*..\n*..*...\n***.***\n....**.\n*..*..*\n*.*..**\n.......\n.....**\n.**.***\n```\n\n\n## Output without wrap\n\n```\n...*.**\n..*..**\n**.*...\n*****..\n...*...\n***...*\n*.*....\n.*.*..*\n.*...**\n.......\n....*.*\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n..*..**\n**.*...\n*****.*\n...*...\n***....\n..*....\n**.*...\n**...*.\n*......\n*...*.*\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n.**.\n**.*\n...*\n..*.\n....\n*.*.\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n*..*\n...*\n**..\n..*.\n.**.\n***.\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n.*..\n.*.*\n....\n....\n.*.*\n.*.*\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n......\n.***..\n......\n..*.*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.**...\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n..*...\n.**...\n..*...\n**.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....**.*.\n.*..***..*.*\n..*..***.*..\n..**....*...\n.....*.*..*.\n*...*****..*\n..**.**..***\n......***.*.\n*....*...**.\n........*..*\n..*.*....**.\n*....**.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*********.\n.*.***......\n.....*....*.\n.*...**.....\n.....*...**.\n..**......*.\n...**..**...\n.......*..**\n........****\n......*.*...\n......***.**\n......*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**.**\n....*......*\n.....*....*.\n.*...**.....\n.....*...**.\n*.**.......*\n...**..**...\n.......*....\n........**..\n......*.*.**\n....**..*.**\n***..**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.*.\n***\n*.*\n***\n...\n*.*\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n*.*.\n*.*.\n*.*.\n....\n...*\n.*.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n*.*.\n*.**\n....\n....\n..*.\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*.*.\n*.*.\n*.*.\n....\n...*\n*.*.\n*..*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....**\n*..*......\n.....*...*\n..*......*\n*.........\n.*.*......\n..**......\n..........\n****..***.\n*.....**.*\n```\n\n\n## Output without wrap\n\n```\n..........\n....*...**\n..........\n..........\n.**.......\n.*.*......\n..**......\n.......*..\n***...*.*.\n*.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n*...*...*.\n*........*\n*........*\n***.......\n.*.*......\n..**......\n.......*..\n***...*.*.\n...*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.**...\n..***.\n.**.*.\n..**..\n**.**.\n.....*\n*..***\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n....*.\n.*..*.\n*.....\n.*.**.\n***..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n....*.\n.*..*.\n*....*\n**.***\n.**...\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n*.*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*********\n**...*...**\n*..*..*.*.*\n*..*.*..*.*\n**....**.**\n**....**.**\n....*****..\n*.....*.***\n```\n\n\n## Output without wrap\n\n```\n.*.*****...\n*.*........\n*..******..\n..*.*...*..\n*.****...*.\n*.*........\n**.......*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.......\n..*.****...\n...******..\n.**.*...*..\n.*****.....\n.**........\n.**........\n**.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*.*..\n.....\n.....\n.....\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*****\n.....\n.....\n.....\n**...\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..........*...\n..........*...\n..............\n..........*...\n..........*...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..\n.*...*\n**...*\n....**\n...***\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n*.*...\n....*.\n***.*.\n.*.**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*.*\n....*.\n..*...\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n*.*.\n*.*.\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n..*\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n**.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.......*..\n..........\n...**.....\n...*.*....\n..*...*...\n....**....\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...**.....\n..**.*....\n...*..*...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...**.....\n..**.*....\n...*..*...\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n**..\n*.*.\n*.*.\n**.*\n...*\n*.**\n**.*\n..**\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n*.*.\n*.**\n**.*\n*..*\n*..*\n*...\n....\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n**.*\n*.*.\n..*.\n.*..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*....*\n.*..**\n..*.*.\n.*.*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n****.*\n**....\n**...*\n*..**.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n***.*.\n.*....\n.....*\n...*..\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n***.*\n*.*.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*...*\n..*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n.*......\n........\n*.....**\n*.....**\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......**\n**....**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n*.......\n*......*\n*.....*.\n.*....*.\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n.***\n***.\n..*.\n*.**\n****\n..**\n.**.\n..*.\n**..\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n....\n**..\n**..\n**..\n**..\n**..\n*...\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n....\n....\n....\n....\n....\n****\n*.**\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n..***\n...*.\n*..*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n..**.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n**.***\n......\n*....*\n*...**\n......\n..*..*\n.***..\n.*.*.*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.*****\n**...*\n....**\n....**\n....**\n.***..\n.*.*..\n**.*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n******\n.*....\n*...*.\n*...*.\n*...*.\n.***..\n.*.*..\n.*.*..\n**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n.....*.\n.....**\n..****.\n.**....\n```\n\n\n## Output without wrap\n\n```\n....*..\n.....**\n...*..*\n.******\n.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.....**\n...*..*\n.******\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.*.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*..*....\n.....*.*\n..*.....\n.*....*.\n........\n.....*..\n..**....\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n.***\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....*.\n*..**.\n...*..\n...**.\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...**.\n..*...\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....**\n...***\n..*..*\n..**.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n**.*\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n........\n.*....*.\n.**.....\n..**....\n....*...\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n*..*....\n.*.**...\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n*..*....\n.*.**...\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.*.*...*\n*...***.**..**\n..**....****..\n**..........**\n.****....**..*\n...******....*\n.**.*.*.*...*.\n..*.*..******.\n```\n\n\n## Output without wrap\n\n```\n...........*.*\n.*...**..*...*\n.*.********...\n*.*.*.....****\n**...**..*....\n*.*...*.*..*..\n.**...*...*...\n.**.....***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*...\n..*.****..****\n...********...\n..*.*.....***.\n*....**..*....\n.**...*.*..***\n.*.......**...\n*.*.......*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n.*.*\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n****\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n*..*.\n*....\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n**...\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n..*..\n*....\n.....\n.....\n..*..\n.....\n.....\n.....\n....*\n*....\n.*.**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n**..*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*..*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.......*.\n.........\n......*..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****.*\n.*.......\n.*****...\n*..*...**\n***..***.\n..****...\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n****.....\n..*....*.\n*...*.***\n.*....***\n..**.*.*.\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n.*****.**\n*.*....*.\n*...*.**.\n......**.\n****..*..\n.**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n....*\n.....\n.....\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n.....\n.....\n*...*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n*....**.*\n...**....\n*.**.....\n...*..***\n*..*.*..*\n*..***..*\n.....**..\n....***..\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n..*......\n.**......\n.....*.**\n.*.**.*.*\n...*....*\n...*..***\n...**.**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..**\n..*...*..\n..*......\n.....*...\n.*.**.***\n**.*.....\n...*..***\n...**..*.\n...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*...\n*.....*.*...\n****.**....*\n.*****.....*\n....*.......\n............\n.......*....\n......***...\n........*...\n```\n\n\n## Output without wrap\n\n```\n............\n.*....**....\n*....***....\n.*....**....\n.....*......\n.....***....\n......*.*...\n......*.**..\n.......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........***.\n*.....*.*.**\n.....***..**\n......**....\n.....*......\n.....***....\n......*.*...\n.....**.....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.*...\n.**..\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*.*\n***..\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*\n****...*\n***.****\n...****.\n*****.**\n**.***.*\n**.**.**\n**.**.**\n.*****.*\n```\n\n\n## Output without wrap\n\n```\n*...*.*.\n.......*\n*......*\n........\n*......*\n........\n........\n........\n**...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*\n..*...*.\n**.****.\n....*...\n...***..\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.**....*\n.****.*.\n..*...*.\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n***.....\n.****.**\n..*...*.\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****\n*******.\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n....\n.*.*\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*.*\n*.*.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.*..\n..***..*..\n..**...*..\n```\n\n\n## Output without wrap\n\n```\n..*..**...\n.*...*.**.\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.**.\n.*...*.**.\n.*...*.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.*\n*.....**.\n....*....\n.*...*...\n.**.*.***\n.**.....*\n.*......*\n...***...\n*...*.*.*\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....***.\n.....**..\n.*******.\n*..*.****\n*..*....*\n.*.**....\n...***.*.\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n*....****\n.....**..\n********.\n...*.****\n...*....*\n.*.**....\n...***.**\n*..**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n.....**.\n....**..\n```\n\n\n## Output without wrap\n\n```\n.....**.\n........\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n....*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*..\n..*.....\n........\n........\n.....*..\n*...**..\n**.***.*\n.*.*..**\n**.**...\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n........\n........\n....*...\n**.*....\n**....**\n...**.**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**\n........\n........\n........\n*...*...\n**.*....\n.*.....*\n.**..**.\n*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n.*..\n.*..\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n.*..\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.*..\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n...*.\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*.*\n....*..*....\n.....*.*....\n............\n..***.......\n.....*......\n..**.*...*..\n..........**\n....***..*.*\n```\n\n\n## Output without wrap\n\n```\n............\n.......*....\n............\n...***......\n...*.*......\n...*.*......\n....**....*.\n....**.....*\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*....\n......**....\n............\n...***......\n...*.*......\n...*.*......\n....**....*.\n*...*.****.*\n*...***.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*..\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n...*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n*.*.....\n**.....*\n*.*.....\n.....*..\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n*.......\n.*......\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****\n*..**.**\n.*....*.\n*.....**\n.....***\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*.**\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n...*\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n*..*.*..*\n.**...*.*\n.**....*.\n.**...*.*\n```\n\n\n## Output without wrap\n\n```\n****.****\n*.......*\n*..*..*.*\n*..*..*.*\n.**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n...*..*.*\n...*..*.*\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n...****\n*****.*\n**.*.**\n*.****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*...**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.*.....\n.......\n.......\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n.**.***\n...****\n.******\n****.**\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*......\n.......\n*......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n.....*\n....**\n...**.\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n.....*\n...**.\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n.....*\n...**.\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n...*...\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n..**...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n.*...*\n*.*...\n**.**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*..*.\n*.***.\n****..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n**..**\n..***.\n****.*\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*...**\n*...**..**\n.........*\n*...**...*\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**..**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n....*.....\n..........\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.\n.....**\n..**.**\n***....\n.*.*...\n*.**...\n..*....\n..*....\n.....*.\n```\n\n\n## Output without wrap\n\n```\n....**.\n..*....\n..*..*.\n..*....\n...**..\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..**.**\n***..*.\n..*...*\n...**..\n..**...\n.......\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n*..\n*..\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n...**\n*....\n.....\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n*..*.\n....*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n****.*\n***...\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*.*.*\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n.....***\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n....**.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.*\n*...**.*\n*...**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.......*\n**.*.........\n*..*.*...**..\n.**.*....***.\n**..........*\n```\n\n\n## Output without wrap\n\n```\n*..**........\n.............\n*............\n*...*....*.**\n.**.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***........\n*..*........*\n**.........**\n..*.*....*.*.\n..*..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n...\n...\n...\n...\n...\n...\n...\n*.*\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**.*..\n*....*\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n....*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.............\n.............\n....**.......\n....**.......\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n........\n........\n........\n...*....\n........\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n........\n........\n........\n........\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**..*\n.*.**\n**...\n.*...\n.***.\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n**.**\n.....\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n....**\n.....*\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n....**\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*...**\n....**\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.**.*\n.*....*..\n.*****...\n```\n\n\n## Output without wrap\n\n```\n***..***.\n......**.\n.*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.\n......**.\n...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*...*.\n**.*..\n..*.*.\n*.*.*.\n*..*.*\n...*.*\n**...*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n*...*.\n*...*.\n*.....\n.....*\n*....*\n.....*\n...*.*\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.....\n*...*.\n*...*.\n*...*.\n*....*\n....*.\n.*.*.*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n***.***\n.**..**\n*******\n*****..\n*****.*\n.****.*\n**.****\n*.*.**.\n******.\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n......*\n......*\n.......\n......*\n*.....*\n.......\n*.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n......*\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n******\n..*.**\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..*..*\n......\n*....*\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n....\n****\n*...\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n***.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n****\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*************.\n**********.***\n*******.****.*\n**************\n******.*******\n**.***.**.****\n..*.******.***\n**************\n```\n\n\n## Output without wrap\n\n```\n*............*\n.............*\n..............\n..............\n..............\n*.............\n..............\n.**..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n....**\n....*.\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*.***\n**.*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*....\n**.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n**.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*.*..\n**..*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n*....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...*.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n**.\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*..*.\n*..*.\n..*..\n..*..\n.*.*.\n*..**\n*...*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.***\n.***.\n.***.\n.***.\n.*.**\n*****\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.**.\n.***.\n.***.\n.***.\n**.*.\n.***.\n***..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n*.*.\n.*.*\n....\n**.*\n.*..\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n.**.\n**..\n***.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.***\n*...\n****\n.*.*\n***.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..*.\n....\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*..*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.**..\n**...*.....\n....**..***\n...**.**...\n..*...****.\n.*.***.....\n.***.******\n*...*.....*\n**..*...***\n.*...*.....\n******.*...\n*....*.*.**\n.*...*.*.*.\n.*...*.***.\n```\n\n\n## Output without wrap\n\n```\n....***....\n...*.*.*...\n..**...***.\n..***..*...\n..**.....*.\n***.......*\n**...******\n....*.*....\n**..*..****\n*.**..***.*\n.***.*....*\n*..*.*.*.*.\n**..**.*.**\n......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***....*.\n...**..*...\n..**...**..\n*.***..*..*\n.***.....**\n.**.......*\n.*...******\n*...*.*...*\n....*..***.\n..**..****.\n..**.*.....\n...*.*.*...\n..**.*.....\n*.**.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*.\n........\n*.......\n.....*..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n........\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n...\n...\n...\n...\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.......\n...*........\n.*..........\n............\n............\n............\n............\n..*.*.......\n..*..*......\n..**.*......\n```\n\n\n## Output without wrap\n\n```\n...*........\n..**........\n............\n............\n............\n............\n............\n...*........\n.**..*......\n..***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.......\n..**........\n............\n............\n............\n............\n............\n...*........\n.**..*......\n.**..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***\n..*..**.\n..*..***\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*\n....**.*\n....**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...*..\n......\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.******\n...*..*\n...*..*\n...*..*\n...****\n**.....\n```\n\n\n## Output without wrap\n\n```\n....*.*\n....*.*\n.......\n..*.*.*\n.*.....\n..*...*\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*.*\n.......\n..*.*..\n.......\n**.....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.**.*\n.***.\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.*...\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**..*\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n....**...\n....*....\n....****.\n*.......*\n*....**.*\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n...*.....\n....****.\n....*...*\n......*.*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n...*.....\n....*****\n*...*....\n*.....*..\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**....\n**..****.\n*.*.***.*\n*.**.***.\n.......*.\n.**..**..\n```\n\n\n## Output without wrap\n\n```\n****.....\n*.*....*.\n..*....**\n.**.*..**\n..***..*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.**\n.***...*.\n..*......\n.**.*...*\n*.....***\n.*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.....\n......\n......\n**.*.*\n.*****\n*..*.*\n..*...\n.***..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n....*.\n.....*\n....**\n....*.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n**....\n*.....\n*.....\n....**\n*....*\n**..*.\n..***.\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.**.**\n......\n*.*.*.\n.*.*.*\n......\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*...\n.*....\n......\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.*...\n......\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...........\n.***.........\n.*.*.........\n```\n\n\n## Output without wrap\n\n```\n***..........\n**...........\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.......*\n...**.......*\n...**.......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**........\n*.....**.*....\n.*.......**...\n.........**...\n..............\n..............\n*.............\n..............\n*...***.......\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n.....**.***...\n..............\n.........**...\n..............\n..............\n..............\n.....*........\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*......\n.....**.***...\n..............\n.........**...\n..............\n..............\n..............\n.....*........\n....*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...*.*\n....**\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*..\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*..*..\n....**\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*.*.**\n****..\n*.*.**\n**.***\n****..\n.*....\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*..*.\n......\n......\n....*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n......\n......\n......\n......\n......\n......\n.*....\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.\n..*..*..\n......**\n....*...\n*..**...\n*.*.....\n*..**...\n.*......\n****...*\n.*..***.\n.*....**\n```\n\n\n## Output without wrap\n\n```\n.*.****.\n.*.....*\n..**.**.\n..**..*.\n.*...*..\n*...*...\n..**....\n.**.....\n......*.\n...*...*\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**\n.*****.*\n*.**.*.*\n..**....\n.*...***\n*...*..*\n*.**....\n*.*....*\n.......*\n*.**...*\n.*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n***.*\n**.**\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n*...\n.*..\n.**.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n***.\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n***.\n..*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n..*\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n*..\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*..*\n.*..*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n***..\n.....\n.***.\n**.**\n.*.*.\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n*..*.\n**.**\n*...*\n**...\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n*..*.\n.*.*.\n.....\n.*...\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n****\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*.*\n***.***.*\n..*******\n*********\n*********\n**.******\n********.\n****.**.*\n.******.*\n.****.**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n****.***\n********\n*******.\n**.*****\n*.***.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*...*\n.....\n*....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n...*.\n...*.\n.*..*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n..**\n****\n****\n****\n***.\n**.*\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*...\n....\n....\n....\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n***.*\n*....\n*****\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n*..**\n*.**.\n....*\n*****\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n..**.\n.....\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*****\n.*.**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n**..*\n*....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n****.*\n*.***.\n**.***\n****.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...***....\n*.*.*.**.....\n*.*.***.....*\n.**..........\n**....*......\n.****.*....**\n.**.*.*....**\n..**.***..*.*\n.**.*..***...\n*..*...**....\n```\n\n\n## Output without wrap\n\n```\n..****.*.....\n*.*.*...*....\n..*.*.**.....\n..***.**.....\n...***.*.....\n.....**....*.\n.........**.*\n.........***.\n.*.**....*...\n.****...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.......*\n..*.*.**.....\n*.*.*.**....*\n.****.**...**\n...***.*...**\n.....**....*.\n.........**..\n*........***.\n**..*....**.*\n..**.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*....*.\n.....*...*...*\n....*.......*.\n....**.....***\n*.......******\n.*.....*......\n.*..........**\n..........*..*\n....**....***.\n..**.....*...*\n..***.*...**..\n*.....*.**....\n......**.*.***\n```\n\n\n## Output without wrap\n\n```\n..............\n............*.\n....**......*.\n....**..**....\n..............\n........*.****\n..........****\n.........**...\n...*.....*.***\n.**..*......*.\n.**.****..*...\n..***......*..\n......**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*....\n..........*.*.\n....**......**\n....**..**....\n**............\n*.......*.**.*\n..........****\n*........**...\n*..*.....*.***\n.**..*......*.\n.**.****..*...\n*.***.*......*\n......*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**\n*.....*\n*...*..\n*...*.*\n**...*.\n```\n\n\n## Output without wrap\n\n```\n**...**\n*.....*\n**.....\n*...*..\n**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.*.....\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n..*.*.\n.****.\n*....*\n*..***\n```\n\n\n## Output without wrap\n\n```\n.*.***\n*.....\n.**.**\n*....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n***.*.\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..***\n**.**..***\n**.**..**.\n```\n\n\n## Output without wrap\n\n```\n....***...\n.....***..\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*..\n....*..*..\n....*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.**\n*.*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n..*\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*.*\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n*.*.....\n..*.*...\n...*....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.*......\n..**....\n.**.....\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n..**....\n.**.....\n...*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n..*.****.\n**.*.****\n..*.*..*.\n***.***..\n```\n\n\n## Output without wrap\n\n```\n.....***.\n*.***....\n.*......*\n........*\n.**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*\n..***....\n**.......\n.........\n*.*.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*\n......*.\n..**.**.\n...*....\n*...*..*\n*...****\n..*....*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n..*.*..*\n.*.....*\n.......*\n.......*\n..**.*.*\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n..*.*..*\n.*......\n.*.....*\n**.....*\n.***.***\n**...*.*\n*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*.*\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n...*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*....***.\n..*.***....*..\n..*****....**.\n```\n\n\n## Output without wrap\n\n```\n..*........*..\n.*.*.**...*...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...........\n***...........\n***...........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.....*.\n...*...\n...**..\n.*.....\n..*..**\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...*...\n..***..\n..****.\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...*...\n..***..\n..****.\n*....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.*.*.*\n***...\n.***..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n....**\n....*.\n...***\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.*..*.\n.***.*\n.....*\n*.*...\n.*..**\n```\n\n\n## Output without wrap\n\n```\n...***\n.*....\n.***.*\n...**.\n.*..**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n.***.*\n...***\n**..*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*\n..........*..\n.......*...*.\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n...........*.\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n...........*.\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***......\n*....*....**\n..........*.\n...**..*...*\n.**...**.*..\n...*..**....\n....*..*..**\n***......**.\n**..........\n....*.......\n```\n\n\n## Output without wrap\n\n```\n....**......\n.....*....**\n....*.....*.\n..**..***.*.\n..*.**......\n..**.*....*.\n.***..******\n*.*......***\n*.*.........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.....*\n.....*....**\n*...*.....*.\n..**..***.*.\n..*.**......\n..**.*....*.\n****..******\n..*......**.\n*.*........*\n...***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.***\n****.***\n.**.**.*\n.***..*.\n*****.*.\n********\n*.******\n*******.\n*****.**\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n......**\n......**\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.**\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.....\n.**.**.....\n...**......\n```\n\n\n## Output without wrap\n\n```\n..*.*......\n.*...**....\n..****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..***.\n***.*.\n*.....\n....**\n....*.\n....*.\n......\n.*.*..\n*.**..\n.*....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n*.*.*.\n*.*.*.\n*..***\n....**\n...**.\n......\n......\n.*.*..\n*..*..\n****..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*.*.*.\n*.*.*.\n*..**.\n....**\n...**.\n......\n......\n.*.*..\n*..*..\n****.*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*....\n*.....\n***...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n*.*...\n*.*...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n****.**\n.******\n.****.*\n**.****\n***.***\n**.***.\n**.****\n.******\n****..*\n*.*****\n*.****.\n```\n\n\n## Output without wrap\n\n```\n*...*.*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n*.....*\n..*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n****\n*...\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n...*\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n..**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n...*.*\n*...*.\n.....*\n......\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*.*\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*..*..\n*...*.\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n**.*...\n.......\n......*\n......*\n.*.....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.*....\n.*.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*....\n*......\n.......\n.......\n*.....*\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***...\n...*.*.**.\n...**..*..\n....*....*\n.........*\n*....*....\n```\n\n\n## Output without wrap\n\n```\n....****..\n...*...**.\n...*.***..\n...**...*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n...*...**.\n...*.***..\n...**...*.\n*........*\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*..*..\n*..*..\n.*.*..\n..**..\n..**..\n.***..\n...*..\n.*.*..\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n**.*..\n......\n.*...*\n..*.**\n...***\n..*.**\n.*...*\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n..*.**\n...***\n..*.**\n.*...*\n*.....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.***\n************\n*.*********.\n************\n*.**********\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n**....\n*..***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*..**.\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.*.\n.....***...\n......*..**\n...........\n...........\n...........\n...........\n...........\n...........\n........**.\n.......***.\n```\n\n\n## Output without wrap\n\n```\n.....*.**..\n.....*...**\n.....***...\n...........\n...........\n...........\n...........\n...........\n...........\n.......*.*.\n.......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*.\n.....*...**\n.....***...\n...........\n...........\n...........\n...........\n...........\n...........\n.......*.*.\n......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..*\n**..***\n****.**\n**.*..*\n...****\n******.\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*.*..\n.......\n.......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.....\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*....\n..***\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n*.*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n..*.*\n.**.*\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n..**.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*.*\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n**...\n*.*..\n*.***\n```\n\n\n## Output without wrap\n\n```\n*....\n*.**.\n*.*..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..**.\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**..\n....\n....\n....\n....\n**..\n.***\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n***.\n***.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n....\n....\n....\n*...\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...**\n***....**\n...*...*.\n....*.*.*\n*..*..***\n..*.**...\n..*......\n```\n\n\n## Output without wrap\n\n```\n.*.*...*.\n*.....*..\n.*....*..\n......*..\n........*\n..*.****.\n..*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n*...*.**.\n......**.\n*.....*.*\n.........\n.**.*.*.*\n.**.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******\n****.**\n.*****.\n*******\n***.**.\n**.****\n.*.*.**\n*..*.**\n***.**.\n.*.****\n**..**.\n.******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*......\n.......\n......*\n.......\n.......\n.*.*...\n*..*...\n*......\n......*\n*......\n****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.*.*...\n...*...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.**..\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n.*.*.\n.*.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n**.**\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n**.**\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*.**\n....*.*.**.\n.....***.*.\n....***.**.\n```\n\n\n## Output without wrap\n\n```\n...*.*.....\n...*.*...**\n...**....*.\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.......\n...**......\n...**......\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n...\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n*.*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n***\n..*\n*.*\n...\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n...**....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n..***....\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**.*...*\n**...***.**.*\n..***..*...**\n.*...**.**.**\n***..*******.\n.*****.*..***\n.*..*****.**.\n****..******.\n***.*.***.***\n**.*******..*\n*.**..****.**\n**..*.*******\n*...**.*.*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.**..**.*.\n*........**.*\n*.***........\n*............\n*............\n............*\n.............\n.............\n............*\n.............\n.............\n*.*.*........\n**..**.*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......*..\n.........**..\n..***........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..*.*........\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n***.....\n........\n........\n........\n........\n........\n........\n........\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n***.....\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n..*...*.\n..*...*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*...*.\n..*...*.\n..*...*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n**......*\n**.......\n.*.......\n.........\n.........\n.........\n*........\n*........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n..*......\n.*.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.*......*\n..*.....*\n**.......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n.*....*...\n.*....*...\n```\n\n\n## Output without wrap\n\n```\n......*...\n......*...\n......*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*.\n....*...*.\n....*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n**..***\n.*..*..\n*....**\n.......\n```\n\n\n## Output without wrap\n\n```\n....**.\n**..**.\n**..*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.*..*..\n.*..*..\n*....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*.**.\n*..**.\n*..**.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n*****.\n...*.*\n....*.\n*.**.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*....\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n*...*.\n....**\n....*.\n...***\n*..*..\n*..*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**.**\n...***\n......\n...*.*\n..**..\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n***.*.\n...**.\n......\n...*.*\n*.**..\n*..*..\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.....**\n.*.....\n*..**..\n.*.****\n.......\n.......\n....***\n.....*.\n..*.**.\n*.....*\n**.*..*\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n....**.\n**.*...\n..**.*.\n....**.\n.....*.\n....***\n...*...\n....***\n*.***.*\n***....\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.*....*\n*...***\n**.*..*\n*.**.**\n....**.\n.....*.\n....***\n...*...\n....**.\n..***..\n.**....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.*.*.......\n*.........*\n*..*......*\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.*.........\n.*.........\n.*.........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n**.........\n.*........*\n**........*\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*...\n*.**.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*..*.\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n**....\n.*...*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*.\n**....**.*\n........**\n..........\n...**.....\n..*..**...\n..***.*...\n***.***..*\n```\n\n\n## Output without wrap\n\n```\n.......**.\n......*..*\n.......*.*\n....*...*.\n...***....\n...****...\n.***.***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.*.\n...*...*..\n.......***\n....*...*.\n...***....\n...****...\n*.*....***\n*.*...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n*....\n.*...\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n.**\n*.*\n.**\n*.*\n**.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*..\n*..\n..*\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..**.\n*.*..****\n.*.******\n*.****.*.\n*.*.*.*..\n*..*****.\n*.*****..\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n**.......\n*........\n*........\n*.*......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.*.......\n*........\n*........\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n****\n**.*\n****\n**.*\n*...\n*.**\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n...*\n...*\n*..*\n*..*\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n**...*\n**...*\n**...*\n..**..\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n....**\n.*....\n...***\n..*...\n*.*.*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n...***\n..*..*\n......\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*.*..\n.**..\n****.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*....\n**.**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n**.**.\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*....*\n.....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***.\n.**....*.*\n..**....*.\n*......***\n*.....*...\n*.......**\n....*..**.\n*..*...**.\n*.....**..\n.*.......*\n**...*..**\n```\n\n\n## Output without wrap\n\n```\n.....****.\n.**.***.*.\n.***...*.*\n**......*.\n**.....*..\n..........\n..........\n..........\n**....***.\n..*...*..*\n**.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..*...*...\n****...***\n**........\n.*.....**.\n**.......*\n.........*\n**........\n**....**..\n***.*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***..**\n*..........*\n**.***.*....\n**.****...**\n```\n\n\n## Output without wrap\n\n```\n..........**\n.........*..\n..........**\n..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..........\n..*.........\n.........***\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*..*\n......\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**.\n..*.*.*.\n..***...\n*..*....\n.***..*.\n*.***..*\n****.**.\n....****\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n.....**.\n..*.*.*.\n.**.**..\n.*......\n........\n**......\n**......\n....*.*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.*.\n....*..*\n.**.***.\n........\n........\n........\n........\n...**...\n**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n....\n....\n..*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n........\n........\n........\n........\n........\n........\n........\n**......\n........\n**......\n........\n.**.....\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.*......\n***.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n.*......\n*.*.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....**\n....*.*..*\n*.*..*...*\n..*..*..**\n....*..**.\n..**.*.**.\n*.**..*.*.\n.*...*..*.\n...*......\n.*.....***\n*..***.*..\n***.***..*\n```\n\n\n## Output without wrap\n\n```\n........**\n.*.*.*...*\n.*.****..*\n.*.*****.*\n..*.**....\n.**..*...*\n...*.**.**\n.*.**..*..\n..*....*.*\n..**..***.\n*..*...*.*\n***...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.***.\n.*.*.*....\n**.****...\n**.*****..\n..*.**....\n.**..*....\n...*.**.*.\n.*.**..*.*\n*.*....*.*\n*.**..****\n...*...*..\n..*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*..**.\n*.***.\n```\n\n\n## Output without wrap\n\n```\n**....\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..***.\n*...**\n......\n*...**\n......\n*....*\n......\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n.***..\n.**.**\n...***\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**.**\n...***\n....**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.**.\n*..*.**.*.\n*.....***.\n**....**..\n**..*.*...\n*..*****..\n*......*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*...*.\n***.*..*.*\n**......**\n...*......\n..*.*..**.\n..*...***.\n...******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*\n....*.....\n**........\n...*....*.\n..*.*..*.*\n**..*...**\n**.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*....\n.*...\n***..\n.**.*\n.....\n.....\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n...*.\n.***.\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n.**..\n...*.\n..**.\n..**.\n..**.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*..*\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..**..*\n...*......\n..*.......\n*..*.*.**.\n*.*..**...\n.*.***..*.\n***..*.*..\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*..*.....\n.....*....\n.....*....\n.**...***.\n*..**.**..\n.****.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*******\n..........\n.*...*....\n.....*..**\n***...**..\n.......*.*\n...*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n......*.*.\n......****\n.**..*..*.\n.....*.*..\n......*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....****.\n.....**.**\n....**..*.\n.....*....\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....****.\n*....**.**\n....**..*.\n.....*....\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.*..*\n.*..*\n*..*.\n*..*.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*****\n*****\n.....\n.....\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.****\n****.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n....*.\n..*...\n**.**.\n.*....\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n*.....\n*..*..\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.**.*.\n....**\n...***\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n....**\n...*..\n..*...\n..*...\n....**\n*.....\n.*.*..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...**.\n..**..\n...*..\n......\n....*.\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n*...**\n...**.\n..**..\n...*..\n.....*\n*...**\n***...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*....*\n.****.\n......\n......\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.*..*.\n......\n.*....\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.....*\n******\n......\n......\n......\n**....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.**...\n......\n..**..\n...**.\n.*....\n......\n.*....\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n......\n..*.*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n...**.\n......\n..*.*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*.\n.**...*.\n.*......\n......**\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n......**\n.....*..\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n..*.....\n.*......\n..*...*.\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n**.***\n..*...\n...*.*\n...*..\n******\n```\n\n\n## Output without wrap\n\n```\n****.*\n*....*\n.*...*\n...***\n.*...*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n..***.\n.*...*\n...*..\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n**.......*\n*.........\n*.........\n*.......**\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n*.........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n**.......*\n..........\n**........\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n......\n.....*\n......\n*..**.\n*.***.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n.**...\n....*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...***\n***.**\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.**\n.*..\n.**.\n.*..\n..*.\n*..*\n**.*\n..*.\n..*.\n.***\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n***.\n.*..\n.**.\n*..*\n**.*\n..**\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n****\n....\n***.\n.*..\n****\n....\n.*..\n*.*.\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.*..\n*......****.\n*......*..*.\n........*...\n......***...\n............\n.....***....\n.*...*.*....\n.**....*...*\n....***....*\n**....*....*\n.....*...*.*\n.....***.*.*\n.......*.*..\n```\n\n\n## Output without wrap\n\n```\n.......*.**.\n**....**..*.\n.......*..*.\n......*.**..\n.......**...\n.....*..*...\n.....*.*....\n.**..*.**...\n.**.*..*....\n*.*..***..**\n....*.*....*\n.....*.**..*\n.....*.*.*..\n.......*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...*\n**....**..*.\n.......*..*.\n......*.**..\n.......**...\n.....*..*...\n.....*.*....\n***..*.**...\n.**.*..*....\n..*..***..**\n....*.*....*\n.....*.**..*\n.....*.*.*..\n.......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..*..\n.****\n.....\n.....\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n.***.\n..**.\n..**.\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n******\n*..*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n*..*..\n......\n*.....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.\n.......\n.......\n..*..*.\n.......\n......*\n*..**..\n.......\n.*..*..\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n***...\n**....\n.****.\n**.**.\n.*....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n*..*..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**\n......\n....**\n*...*.\n**....\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*.*.*\n*.*.*\n..***\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*.*\n..*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n**.*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n**...\n.*..*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n**...\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n.*...**.\n...*...*\n***...*.\n..*...*.\n.*..*...\n****.**.\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n.**..*.*\n*..*.*.*\n*....*.*\n*.....*.\n******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n*....**.\n..*..*..\n...*.*..\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n...........**\n*............\n............*\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n............*\n............*\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n..**\n....\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n**..*.\n.*.*..\n..**..\n***.*.\n..***.\n```\n\n\n## Output without wrap\n\n```\n*.***.\n.....*\n..****\n**..**\n....**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n..**..\n**....\n*...*.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n..*.\n.*..\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n*..*\n**..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.*..**.\n*.*.**.\n****..*\n*......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....**.\n....*.*\n*.....*\n*.****.\n..*.*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n.......\n.******\n.**.***\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.**.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..\n***.....\n.*.*.*.*\n*.*****.\n......*.\n**...**.\n......*.\n*.*.***.\n```\n\n\n## Output without wrap\n\n```\n..**....\n*....**.\n.....*..\n.***...*\n*.**...*\n.....***\n*...*..*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.**\n*....**.\n.....*.*\n****....\n*.**....\n.....**.\n*...*...\n.*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...\n...*..*\n....*..\n*...***\n...*...\n*...*..\n**..**.\n```\n\n\n## Output without wrap\n\n```\n.***...\n.*.**..\n...**.*\n...***.\n...*...\n**.***.\n**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n**.**..\n*..**..\n...****\n*..*...\n**.****\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...*.\n.***.\n.**..\n*...*\n*...*\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n.*.*.\n*....\n*..*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.*.*.\n....*\n...**\n*...*\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*****\n**.*****\n**.***.*\n*.***...\n****.***\n**..**.*\n***....*\n```\n\n\n## Output without wrap\n\n```\n**.*...*\n........\n.......*\n.......*\n.......*\n....**.*\n*.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n**.*..*\n**..*..\n.*..*..\n..**...\n***...*\n*..*...\n....*..\n****...\n.*.....\n```\n\n\n## Output without wrap\n\n```\n**.....\n..*..*.\n...***.\n**..*..\n*..*...\n*......\n*.**...\n*...*..\n****...\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n..*..*.\n...****\n**..*..\n...*...\n*.....*\n*.**..*\n*...*..\n****...\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...****.\n.....*.*....*.\n..**...*.****.\n**.*....*...**\n.*.*....*.**..\n.**.....*..*..\n............*.\n.........****.\n.....*.....*..\n....****......\n....*...*...*.\n```\n\n\n## Output without wrap\n\n```\n....***...***.\n...*.*.......*\n.****.**.**...\n**.**..**....*\n...*...**.**..\n.**......****.\n.........*..*.\n..........*.*.\n....**.....**.\n....*.**......\n....*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.***.**\n...*.*.......*\n*****.**.**...\n**.**..**....*\n...*...**.**.*\n.**......****.\n.........*..*.\n..........*.*.\n....**.....**.\n....*.**......\n...*...****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**....\n..........\n..........\n..........\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n..........\n..........\n..........\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*************\n*************\n******..*****\n*.***********\n*.***********\n*************\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n**...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..***\n*......*.\n****.....\n```\n\n\n## Output without wrap\n\n```\n.*....***\n*.....***\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.\n......**.\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*............*\n..........**..\n.........*....\n......*..*....\n*.*...*..*.*..\n..**..*.....*.\n...**........*\n```\n\n\n## Output without wrap\n\n```\n..............\n..........*...\n.........*....\n........**....\n.***.***..*...\n.**.**......*.\n..***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........**\n..........*...\n.........*....\n........**....\n.***.***..*...\n.**.**......**\n*.***.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n....*.*\n....*.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.......\n...**.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n*..**.*\n*..**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..*.\n...*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*..\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*.*\n**.\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**..*\n*...*\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n.....\n.....\n.....\n.*...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n.**.*.*\n*.*.*.*\n*.**...\n...*.*.\n.......\n.......\n***....\n**.*...\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n.***.**\n*...*.*\n*...*..\n..*..*.\n..***..\n.......\n.*.....\n*.*....\n....*..\n*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n....*.*\n*.*..*.\n..***..\n.......\n.*.....\n*.*....\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.**\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n***\n..*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n*...*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n*...*\n.*..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.*..*.\n***.**\n.....*\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n**....\n**...*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n**...*\n**....\n**..**\n.*..*.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.*..\n..*.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n*.*.\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.....\n.*...\n..*..\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*****\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******..*\n****...*.\n..***.*.*\n*..****.*\n*.***.**.\n.*..*****\n*.*......\n.**..*...\n..*..**..\n```\n\n\n## Output without wrap\n\n```\n.......*.\n**...**.*\n......*.*\n.*.....*.\n.*.......\n*.*.*....\n..*...**.\n.......*.\n.******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n.....*..*\n......**.\n.........\n.........\n.**.*...*\n.**...***\n.**..**.*\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n.**...\n.**...\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n.**.*\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**...*...\n**.****.......\n*....**.......\n**..*.**......\n....***.......\n****...**..**.\n**...**.....**\n....*...*....*\n..***.......*.\n**.*....*...*.\n......*.*....*\n...*****......\n.....**..*....\n```\n\n\n## Output without wrap\n\n```\n...*..........\n....*.........\n....*.........\n.**.*.........\n*.*.*..**...*.\n.**...***..*.*\n*....***...*.*\n*............*\n*...**........\n.*..**.*....**\n..*..*..*.....\n...*....*.....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.........\n*...*.........\n....*........*\n***.*........*\n***.*..**...**\n..*...***..**.\n.*...***...**.\n*.............\n....**........\n....**.*....*.\n*.*..*..*....*\n..*.*..*......\n..***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.**.\n...*\n****\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n*..*\n**.*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.**.\n....\n.*.*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n**....\n*****.\n..*...\n**.*..\n```\n\n\n## Output without wrap\n\n```\n*.*...\n....*.\n*..*..\n....*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n*..*.*\n....**\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n..*\n..*\n..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.\n.*..*.*.*\n**..*.*.*\n....*..*.\n....*....\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n**.**.*.*\n**.**.*.*\n...**..*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*.\n.*.**.*.*\n.*.**.*.*\n*..**..**\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n....*...\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n....**..\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n....**..\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...\n.*..**...\n.****.**.\n***.*****\n**.*..*.*\n....****.\n*...*..**\n**...**.*\n**....**.\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......**\n*****....\n...**....\n******...\n.......**\n......***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..***....\n...**....\n..****...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n..*..*\n..*.*.\n..*.*.\n**...*\n```\n\n\n## Output without wrap\n\n```\n..*...\n...**.\n.*...*\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**\n*....*\n......\n*.*.*.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n***\n*..\n...\n.*.\n***\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n...\n..*\n*..\n...\n***\n***\n.*.\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n...\n.*.\n***\n***\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.***...\n.***..*\n.*....*\n....*.*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..*....\n.*.*...\n**.**..\n..*.*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.*.*...\n.*.**..\n*.*.*.*\n*.....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*..\n..*.*.*.*...\n..**.*.....*\n...*....***.\n.*.........*\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n...****.....\n..*..**.*.**\n...**......*\n.........*.*\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n...****.....\n.**..**.*.*.\n**.**.......\n.*.......*..\n*.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*..*....\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*.....\n....*.\n....**\n......\n....*.\n.*.*..\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n....*.\n....**\n....**\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**************\n**************\n********.*****\n*.************\n************.*\n******.***.***\n*****.**.*****\n************.*\n*********.***.\n****.******..*\n**************\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n..............\n..............\n..............\n..............\n.............*\n.............*\n.............*\n*..........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*.**.\n*.***\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*....\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n**.*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n**.*\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.****\n********\n*******.\n********\n***.****\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n.*..**\n.*.**.\n..*...\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n..**.*\n.*.***\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...**\n..**.*\n**.***\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n..**..*\n..***..\n.......\n.****..\n*.*....\n.*...*.\n.......\n.*.....\n..**...\n```\n\n\n## Output without wrap\n\n```\n...*...\n.*.....\n..*.*..\n.*.....\n.***...\n*...*..\n.*.....\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.*.....\n..*.*..\n.*.....\n.***...\n*...*..\n.*.....\n.......\n..*....\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n**.**.\n*.****\n```\n\n\n## Output without wrap\n\n```\n*.*.**\n......\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n...*.\n***..\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.***.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n.****\n.*.**\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n**.*\n....\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n....\n***.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....**\n**....\n**....\n*...**\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n..*.\n....\n*...\n****\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n*.*.\n***.\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n....\n....\n*.*.\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n...........**\n.............\n...........**\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n*.........\n*.........\n.........*\n........*.\n.......*..\n.*......*.\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**.......*\n.*.......*\n*.......**\n.......***\n.......**.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*..\n*......*..\n**....**..\n*......*..\n...**..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n**....*.*.\n......*..*\n**....*.*.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n.*...*....\n......*...\n.**..*....\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n..*...\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.*..\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n.*..\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n...*.....\n..**.....\n**.*.....\n.*.......\n.**......\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n..***....\n**..*....\n**.**....\n*........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n..***....\n**..*....\n**.**....\n*........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**...\n....*\n.****\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..**\n....*\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*..\n...*..*..\n...*.**..\n```\n\n\n## Output without wrap\n\n```\n..*****..\n..*....*.\n...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..*\n.*..**..*\n.*..**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**..*....\n..***.*****..\n..*.*...*..*.\n..*.*...*..*.\n..**....*.*..\n...*.*.......\n...*.***.....\n..***.**.*...\n```\n\n\n## Output without wrap\n\n```\n..*.***.*....\n.**...*...*..\n.**.*......*.\n.**.*..**.**.\n..*......*...\n...*.*.*.....\n.......**....\n..***..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*..\n.**...*...*..\n.**.*......*.\n.**.*..**.**.\n..*......*...\n...*.*.*.....\n.......**....\n..*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*...*\n.*.*....*\n.*****.**\n```\n\n\n## Output without wrap\n\n```\n.**......\n*......**\n....*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n....**...\n....**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**.\n.......*..\n**......**\n.*.......*\n*........*\n..........\n....**....\n...**.*...\n....*..*..\n....**.*..\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n......*..*\n**.....*.*\n**......**\n..........\n....*.....\n...***....\n...*.**...\n....*..*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*.\n*....**...\n.*.....***\n.*......*.\n*.........\n....*.....\n...***....\n...*.**...\n....**.*..\n....**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n.*..*.*.\n.*....*.\n....***.\n.*..**..\n*..*....\n*.......\n...***..\n*..*.**.\n....*..*\n..*...**\n*..**..*\n**.**..*\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n...**.**\n...**.*.\n...**...\n..***...\n..**.*..\n..**.**.\n..**..**\n...*...*\n.......*\n*.*....*\n******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n*.**.*.*\n...**.**\n...**.*.\n...**..*\n..***...\n*.**.***\n..**.*.*\n*.**....\n...*....\n......*.\n....*...\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n...*..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n*.*..*\n**....\n*..*..\n******\n*..***\n***..*\n****..\n```\n\n\n## Output without wrap\n\n```\n***...\n..*...\n*.*...\n...*..\n*....*\n......\n.....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..*..*\n..*...\n...*..\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....*\n..*....*\n.**....*\n```\n\n\n## Output without wrap\n\n```\n.*......\n..**..**\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**\n..**..**\n..**..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n*..*.*\n..*...\n*.****\n***...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.*.*\n.***.*\n....**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n**.**.\n..**..\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*...**.\n*......*.*..*.\n.**.*......**.\n```\n\n\n## Output without wrap\n\n```\n.........*.**.\n.........**..*\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..**.**.*\n*..**..**.**.*\n**.**..**.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n..........\n..........\n.....*....\n**.......*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*.\n.........\n*......**\n**....*..\n```\n\n\n## Output without wrap\n\n```\n.........\n**.....**\n..*...**.\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....**\n..*....*.\n**....***\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n....**.**\n....**...\n......***\n.......**\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.....**.*\n....**..*\n....*...*\n.....**..\n.....**..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n....**..*\n....*...*\n.....**..\n.....**..\n.........\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n..*...\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.*.....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.*.....\n**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n......\n...**.\n*..**.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...***\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n*..*..\n.*...*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n...***.\n..*....\n...*.**\n.......\n....**.\n.***...\n....*..\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*..*..\n..*...*\n.......\n......*\n..***..\n..**.*.\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n.*..*..\n..*...*\n.......\n......*\n..***..\n..**.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n....*.\n......\n.*....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n......\n......\n*.*...\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...***.\n.......\n...***.\n.......\n...***.\n```\n\n\n## Output without wrap\n\n```\n....*..\n....*..\n.......\n....*..\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n.......\n....*..\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n****.\n.****\n***.*\n*....\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n*.*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..*..\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n*.......\n........\n..*.....\n.***....\n*..**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..*.....\n.***....\n**..*...\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n........\n..*.....\n.***....\n**..*...\n..****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*.*.\n*.**.\n****.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n**...\n**...\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....*.\n...*..\n...*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...**.\n...**.\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*..\n*........\n*....**.*\n**.*.....\n*...*.***\n*...*....\n..*.*.*..\n....*..*.\n....*...*\n.....*..*\n......*.*\n.......**\n*......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n**...***.\n*........\n**..*...*\n*..***.*.\n.*..*.*..\n....*....\n....*..*.\n....**.**\n.....*..*\n......*.*\n......*.*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n**...***.\n........*\n.*..*....\n...***.*.\n**..*.*..\n....*....\n....*..*.\n....**.**\n*....*..*\n*.....*.*\n*.....*..\n*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n.*....\n*.*...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n*.....\n......\n*....*\n..*.*.\n**.*..\n.*.**.\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n*.***.\n**....\n**.**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n.....*\n..***.\n**...*\n**.**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*.*.\n**.*\n*..*\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n*.**\n*..*\n*..*\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*.\n....*..*.\n...*..*..\n..**..*..\n**.*.*...\n.....*...\n**....*..\n.......*.\n**.....*.\n.***...*.\n*.**.*..*\n........*\n..*.....*\n**.......\n```\n\n\n## Output without wrap\n\n```\n......*..\n....**.*.\n..******.\n.*.*.**..\n.*.*.**..\n..*.***..\n......*..\n......**.\n**....***\n...**.***\n...**..**\n.***...**\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n....**.*.\n..******.\n.*.*.**..\n.*.*.**..\n..*.***..\n......*..\n......**.\n**....**.\n...**.**.\n*..**..**\n.***...**\n.*......*\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n*...*.\n.*.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n*****.\n..***.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n******\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.**.\n***.\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*...\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n...*..\n****..\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n**.*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*..**.\n**.*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**\n..*.*..\n....*..\n..*.*.*\n.*.*.*.\n.**..**\n```\n\n\n## Output without wrap\n\n```\n..*.**.\n..*....\n....**.\n..*.*..\n.*.....\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**..\n..*.**.\n....**.\n..*.*..\n.*.**..\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n.....*\n*...**\n*..*..\n......\n*.**.*\n*....*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**..*\n....**\n....*.\n.****.\n.*..*.\n*..*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n.**...\n*...*.\n*...*.\n******\n**..**\n...*..\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n***\n***\n.*.\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n*.**\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..***\n...*.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n..*.*\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..*.*\n..***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.**\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n...*\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.**\n*..\n*.*\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*..\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.....\n.*..*\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**..\n*..*.\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***..\n....*..*.\n.....*.*.\n....*....\n....*....\n....**.*.\n....***..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n....***..\n...*...*.\n...*..*..\n......*..\n...*.*...\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***\n...**..*.\n...*..*..\n......*..\n...*.*...\n...**....\n.........\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n..****.*.\n..*.*....\n.**.*....\n.*.*.....\n.*****..*\n.....**.*\n...***..*\n.....****\n....*.**.\n```\n\n\n## Output without wrap\n\n```\n....**...\n..*..*...\n.........\n.*..*....\n*....*...\n.*.*.***.\n......*.*\n........*\n...*....*\n........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n..*..*...\n.........\n.*..*....\n.....*...\n.*.*.***.\n......*.*\n*.......*\n...*....*\n....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**......*\n...*....***.*\n*..***...*.**\n.**.*..**...*\n.*..***.**...\n.*.....*.*...\n***...***.*..\n*....*..***.*\n.*.........*.\n*..*.......*.\n.*.**.......*\n```\n\n\n## Output without wrap\n\n```\n........**.*.\n....*...***.*\n**....**....*\n...*...**.***\n*..****..*...\n*.***.*..***.\n.......*..**.\n*.*....*....*\n...*.....*..*\n*...*.....***\n.**.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**.*.\n..*.*.*.***..\n**....**.....\n.*.*...**.**.\n**.****..*...\n..***.*..**..\n.......*..*.*\n***....*....*\n.*.*.....*.*.\n*..**......*.\n.....*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..**.\n.**..\n.**..\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.**..\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....\n.**....\n..***..\n..*....\n.......\n*.....*\n*....**\n.*.*...\n.***.**\n```\n\n\n## Output without wrap\n\n```\n.**....\n.......\n.......\n..*....\n.......\n.....**\n**...**\n**.*...\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*....\n.......\n*....*.\n.*...*.\n.*.*...\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.\n***.**.\n.*****.\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n*.*.**.\n......*\n.......\n..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n**..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n*.***\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n..*.....\n*..*.**.\n****..**\n..*....*\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n*..*****\n*..***.*\n..**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n*.*....*\n*..****.\n...***..\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...*..*\n...**.....**\n......*..*..\n........*.*.\n**.......*..\n```\n\n\n## Output without wrap\n\n```\n...***...*.*\n...***...*..\n....*...*..*\n........*.*.\n.........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**......\n..****..**.*\n....*...*..*\n........*...\n.**.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n....*\n..***\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n*...*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n..***\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n....*.\n...**.\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.*..\n***...***\n*******..\n....**...\n.......*.\n*.....*.*\n```\n\n\n## Output without wrap\n\n```\n..**.**..\n*........\n*........\n.**......\n.....***.\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..\n........*\n.........\n.**......\n.....****\n...*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****..**.**.\n.***.*...*****\n*..******.***.\n*.*******..***\n*..***..*..***\n*.****....*.*.\n**.*****..****\n*...********..\n.*******..*.**\n******.***..*.\n**.*.**.*.*..*\n*******.******\n*****.**.*.**.\n***..*********\n```\n\n\n## Output without wrap\n\n```\n.....*..**...*\n*............*\n*.............\n*.*...........\n*.......***...\n*......*.**...\n*............*\n*.............\n............**\n..........*.*.\n.............*\n.............*\n..............\n*...**...*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..*...........\n........***...\n.......*.**...\n..............\n..............\n............*.\n..........*.*.\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..**.....\n...*.......**\n***...*....**\n*............\n.............\n....**...*...\n...***..**...\n......*......\n.*...........\n*...........*\n**.*........*\n*.*.*........\n.*..*..***...\n.*..*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.............\n*.*........**\n*.*........**\n*............\n.............\n....*..***...\n...*..****...\n....**.......\n.............\n..**.........\n*.*..........\n*...*..***...\n*.*.**.*.....\n.*.....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*...*\n*......*...*.\n.**.........*\n.*...........\n.............\n....*..***...\n...*..****...\n....**.......\n.............\n.***.........\n.**..........\n*...*..***...\n....*..*.*..*\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.\n...........\n....*.*....\n..*..**...*\n.**.*.....*\n.*.**...*.*\n..**.....*.\n...***.*...\n......*.*..\n*......*...\n*......****\n.*.....*...\n*........*.\n*........*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n......*....\n.**.*.*....\n.*..*.....*\n.*..*.....*\n.....*..**.\n..*******..\n....***.*..\n......*....\n**....**.*.\n**.....*..*\n**......*..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n...........\n......*....\n***.*.*....\n.*..*.....*\n.*..*.....*\n.....*..**.\n..*******..\n....***.*..\n*.....*....\n**....**.**\n.*.....*...\n**......*..\n........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n***\n.**\n**.\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*..*.\n..**.\n...**\n**..*\n*.***\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n...*.\n..*..\n.*..*\n**...\n..*.*\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n...*.\n..*..\n.*...\n.*...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**....\n.**...\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n***...\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n***...\n***...\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*..\n...*...***\n*..*......\n*.*..*.*..\n*...**.**.\n..****....\n...*..*...\n..*...*...\n..*..**...\n...*..**..\n```\n\n\n## Output without wrap\n\n```\n...*...**.\n.*..**..*.\n.*........\n.....*....\n.***......\n......***.\n..**..*...\n..******..\n..**.*....\n....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**..\n*.....****\n*.........\n*....*....\n.***.....*\n......**..\n..**..*...\n..******..\n.*...*.*..\n.*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*\n....*.*\n..*.*.*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**...\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..*.*\n**...\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n...***.......\n..*..*.......\n...**........\n..*..........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n....*........\n...***.......\n..*..*.......\n..***........\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n....*........\n...***.......\n..*..*.......\n..***........\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***\n..*.*..\n....***\n.......\n.....**\n.....**\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n...***.\n...*..*\n....*.*\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...*.*.\n...***.\n...*..*\n....*.*\n...**.*\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n..*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.**....\n..*.*.*\n...*...\n.*.*...\n*.....*\n.*.*..*\n.....**\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.****..\n....*..\n.*...*.\n.*.*...\n.***...\n.*.....\n.*....*\n....*.*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n*...**.\n.*...*.\n...*...\n****...\n**.....\n*.....*\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.***\n*...*\n*****\n*****\n.****\n**.**\n*.***\n*****\n*****\n****.\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n.....\n.....\n.....\n*....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***..**..\n..........***.\n...***....**..\n**..**.....*.*\n.***.......***\n*......**.****\n*....*....***.\n*....*****.*..\n```\n\n\n## Output without wrap\n\n```\n...........*..\n...........*..\n....*.........\n.*...*........\n*.***.........\n*.*.*.........\n**...*.*.**.*.\n.....****...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**....\n....*........*\n*...*.......**\n.*...*.......*\n.****.........\n..*.*.........\n**......**....\n*...**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*.***\n.*...\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.**.\n.*..*\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*.***\n**...\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*..**.\n****.*\n.*.***\n**..*.\n******\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n.....*\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n......\n......\n......\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*....\n**...\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n...*.\n...*.\n*...*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n**...*\n*....*\n.****.\n......\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*...*.\n*....*\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n......\n**...*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n**..\n....\n**..\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n...*\n....\n...*\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*....\n.***...*\n....****\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n.*...*.*\n.*.....*\n..**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n..***...\n*....*.*\n.*......\n*.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n.*...*\n.*...*\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n***...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**...\n.**...\n*.....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n......*.\n........\n........\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...****\n*.*...**..\n**.*.*...*\n.........*\n......*..*\n..........\n....*.**..\n..*.....*.\n**.......*\n...*......\n..*.*...*.\n....*.**.*\n**..*....*\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*..*.**.**\n*.**...**.\n.*.....***\n......***.\n......**..\n..........\n.**....**.\n*..*......\n.*.**.....\n.*..*****.\n....*..*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**...\n.....*.*..\n****...***\n*......***\n......***.\n......**..\n*........*\n..*....*..\n...*......\n...**.....\n....****..\n*.******..\n**.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n..**.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n...*\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n**.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*...\n......*....\n....*..**.*\n...*...**.*\n....**.*...\n```\n\n\n## Output without wrap\n\n```\n...........\n......*.*..\n......*.*..\n...*.*.....\n....*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*...\n......*.*..\n......*.*..\n...*.*.....\n....*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****\n********\n********\n********\n***..***\n********\n*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..****..\n.*.**..**.\n.****...*.\n.**.*.**..\n***..***..\n..**.*****\n.**.*.****\n*****.**.*\n**..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.********.\n*****...**\n**......**\n.......*..\n..........\n**........\n..........\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......**\n.*.....**.\n**......*.\n*......**.\n.........*\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.**.\n**.*\n****\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n*.****\n**.*.*\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n.*....\n....*.\n.*.*.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n***...\n******\n..*.*.\n.*.*..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.****.\n*.*.*.\n**.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n....*.*\n....*.*\n***.*.*\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n.*.*...\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.**..**\n.*.*..*\n.**...*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n.*..*..\n.*..*..\n.*..*..\n.*..*..\n.*..*..\n*...*..\n*..*...\n*..*...\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.****..\n*....*.\n......*\n......*\n......*\n.......\n.......\n.....*.\n*...*..\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n.**..\n***..\n*...*\n*..*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n..**.\n*....\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.**..\n..*.*\n*....\n*..*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.**\n*..***.*\n......*.\n**...**.\n**.*.*.*\n..**..**\n.*...*.*\n.*****..\n*...*.**\n....**..\n...*....\n*...**.*\n```\n\n\n## Output without wrap\n\n```\n.*..****\n....**.*\n.....*.*\n..****.*\n*..*.*.*\n***..*.*\n...*...*\n*..*...*\n*.....**\n...**.**\n...*..*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n*..*....\n.....*..\n.*****..\n...*.**.\n..*..*..\n**.*..*.\n...*....\n........\n.*.**...\n.*......\n*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**....\n..*.*..**.\n.*.*....**\n*******...\n...*....**\n```\n\n\n## Output without wrap\n\n```\n...****.*.\n.*.**..*.*\n*.*.*....*\n***.**.**.\n***.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..*..\n.**.*.....\n.**.*....*\n.....*.*..\n**..*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..**.\n*.**.....\n.*****.**\n....*.**.\n..*...*.*\n..**....*\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*....*..*\n.*...*.**\n.*..*....\n..*..**.*\n..**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..*.\n*....*...\n**...*.**\n**..*....\n..*..**.*\n****..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n..*..\n***..\n..*.*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n..**.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*..*.\n.**.*\n.**.*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n..*..\n.****\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n.*.*\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*.*\n.**\n*.*\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n...**\n....*\n*..*.\n**..*\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n*....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.**.\n****.\n**.**\n.*.*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*...\n..**..\n..*..*\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.*....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n.*....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....***.**\n*..*...*****\n.**........*\n....**...***\n*........*..\n........****\n.****.*..*..\n```\n\n\n## Output without wrap\n\n```\n......*....*\n*.....*.....\n.****.......\n.*.......*.*\n............\n.***....*...\n..**....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***.....\n......*.....\n.****.......\n.*.......*.*\n*...........\n****....*..*\n.***.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.**.\n*....\n..**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n...*.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.....\n*....*\n*....*\n*.....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**....\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n.*....\n.*....\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...\n*..*...\n*****.*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.**....\n...**..\n****.*.\n****.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*\n.***...\n*...*.*\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..****.\n.......\n..****.\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****.*...\n...**..*.*.*.\n**.*.*.*.***.\n**.*..*..*.**\n```\n\n\n## Output without wrap\n\n```\n...*****..*..\n..**...*.*.*.\n**.*.*.*.*...\n**..*.*.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*.*.*.\n..**...*.*.**\n.*.*.*.*.*...\n.*.*.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.**...\n.***..\n.*....\n....*.\n.*....\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n..***.\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n..*...\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n.*.....\n...*...\n.......\n*......\n*.*....\n.......\n.....*.\n.......\n.....*.\n.***.*.\n...*.**\n.**....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*.*..\n..*..**\n...*.**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n..*.*..\n.**..*.\n...*.*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...*..\n..*...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.***.\n...*.\n.**..\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*.*.\n*..*.\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*..**\n...**\n*..*.\n*..*.\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n.........\n.........\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n.........\n..**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n...*..\n...*..\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n*..*.\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n**...\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n..*....\n*....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..****\n*.*..*\n.****.\n....*.\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n...*..\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n.*..**\n*..**.\n**.*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*.***\n*..**\n.*.*.\n.....\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*.*..\n*....\n..***\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n*.**.\n..**.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***..*.*..**\n**.***..*.***.\n****..*.***.*.\n**......*..*..\n.....**.*.*.*.\n.....**.*.*.**\n..*...*.*...*.\n.**..**.****.*\n```\n\n\n## Output without wrap\n\n```\n*.*..*..***.**\n.....**.......\n...*.*..*...*.\n*....**.*...*.\n.....**.*.*.**\n........*...**\n.**.....*.....\n.**..**.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n.....**.......\n...*.*..*...*.\n*....**.*...*.\n*....**.*.*.*.\n........*...**\n***.....*.....\n....***...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.*.*.\n.**..\n.*...\n*.***\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*...*\n..*..\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n***..\n***.*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*............\n****..........\n...*..........\n***.......*..*\n*............*\n......*.*.....\n.....**.......\n..**..........\n*****..***....\n.*.....***...*\n..............\n```\n\n\n## Output without wrap\n\n```\n***...........\n**............\n...*..........\n***...........\n*.....*.......\n.....*.*......\n....*.........\n....*.........\n**..**...*....\n**.....*.*....\n........*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........*\n.*...........*\n...*.........*\n..*.........**\n*.....*.......\n.....*.*......\n....*.........\n....*.........\n....**...*....\n**.....*.*....\n*.*.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..****....\n......***.\n...***...*\n.*....****\n*.........\n***.......\n```\n\n\n## Output without wrap\n\n```\n...*..*...\n..*.....*.\n........*.\n...**....*\n...**....*\n*....*...*\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*...\n...**...*.\n........**\n*..**.....\n*..**.....\n**...*....\n.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*..\n...**.....\n....**.*..\n....***...\n```\n\n\n## Output without wrap\n\n```\n...***....\n...*......\n..........\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*......\n..........\n...*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...****\n...**..****\n......*..*.\n.****.*....\n..*...*....\n...*..*..*.\n```\n\n\n## Output without wrap\n\n```\n...***.....\n...**.**.**\n....*.*....\n.***....*..\n.*.*.***...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n..***.**...\n....*.*....\n****....*..\n**..*...*..\n.*..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n..*.......\n..........\n..........\n..........\n.***......\n.*........\n..**......\n**.*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n**........\n**........\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..........\n..........\n..........\n.**.......\n.**.......\n**........\n**........\n.*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**.*.\n**..*\n.....\n.....\n*.*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.*..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n..**.\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n**....\n....*.\n*.*.*.\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n.****.\n.**..*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.*....\n..***.\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.*.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n..*..\n*.**.\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.**.*\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*.***\n.**..\n.*..*\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***..\n.****.**.\n.*****...\n....*.*..\n.*****..*\n*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n......**.\n**.....**\n......**.\n.**....*.\n.***.**.*\n.***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......***\n*.*....**\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..**\n.**.\n**..\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n**..\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......*\n.*......*\n.*..*.*.*\n....*..**\n....*....\n.**..*.*.\n...*.....\n**.*.....\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.*.......\n.****...*\n...*.....\n......*.*\n..*...**.\n.*..*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.**....**\n.****....\n*..*.....\n*.....*..\n..*...***\n*...*....\n.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n......*..\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..\n..*..*..\n..*...*.\n..*...*.\n...****.\n*.....*.\n*.......\n***..**.\n*..*...*\n.*.*....\n........\n...**...\n..*..*..\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*.**.\n........\n.*......\n....*...\n...**...\n.*....**\n*..**.**\n..**.*..\n.**..*..\n..*.*...\n.....*..\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n*.......\n.*.....*\n....*.*.\n...**.*.\n......*.\n...**...\n.***.***\n.**..*.*\n.**.*...\n.....*..\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n..**..\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*.*..\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n**...*..\n........\n........\n........\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n**......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n..*\n...\n...\n***\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n........**\n........*.\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n........**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n........**\n........*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n**.**\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n**.**...\n***.**.*\n..*.*..*\n*..*...*\n***...*.\n*.******\n**.***.*\n.**....*\n**......\n```\n\n\n## Output without wrap\n\n```\n.****...\n*.*****.\n.*......\n*..**..*\n*..*****\n......**\n........\n......**\n*.**....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n....**.*\n........\n...**..*\n...***..\n........\n........\n........\n......**\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..*..\n...***.*..\n**.....*..\n**..**.**.\n.*.****.**\n...**.*.**\n```\n\n\n## Output without wrap\n\n```\n.*....**..\n*......**.\n*.....**..\n...*......\n.*.*....**\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**.*.*\n....*..*..\n......**.*\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*\n.**.*.*\n..***.*\n```\n\n\n## Output without wrap\n\n```\n....**.\n.*..*..\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*.....*\n*.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n.*..\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*.*.*\n.*.**\n*..**\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*.*\n**...\n..*..\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*..\n.*...\n..*..\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n...***...\n...*****.\n....*.*..\n....*....\n...***.*.\n...*.**..\n.**..*...\n*...*.***\n*****..*.\n.*..*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....*....\n...*.....\n.......*.\n......**.\n......*..\n...*.....\n...*.....\n.***.....\n*...*.***\n*.*.*.***\n**..*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....*....\n...*.....\n.......*.\n......**.\n......*..\n...*.....\n...*.....\n****....*\n....*.**.\n..*.*.**.\n**..*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.....*....**.\n....***......\n....**.......\n*..........*.\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.....*.......\n.....**......\n....*.**.....\n.....*.......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.....*.......\n.....**......\n....*.**.....\n.....*.......\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.*.*.*\n.....*\n*.....\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**.*\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*.**.*\n....**\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n..**\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.\n.*...**.\n*.*.**..\n....*...\n...*****\n.*.*****\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.****.*.\n.*.**.*.\n........\n..*....*\n..**...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....\n.****.**\n.*.**.*.\n.......*\n*.*....*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**.*.\n....*\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n..***\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*.**.\n..**.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.**...\n...*..\n*..***\n*..**.\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*.*..\n.*.**.\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n...***\n*.**.*\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*....\n.....\n....*\n.*...\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n**...\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n***.\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n.....*\n*...**\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n*...**\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n*...*\n.*..*\n...*.\n..*.*\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n.*...\n..*..\n....*\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n***..\n....*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*.\n..*.*....\n.****..*.\n.*.*...**\n```\n\n\n## Output without wrap\n\n```\n...*.....\n.**.**...\n.*..*..**\n.*.**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..**\n.**.**...\n**..*..**\n**....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.......\n...*.*......\n...*..*.....\n...*........\n...*..*....*\n*..*****..*.\n*.....*.*.*.\n......*.*.**\n...**..***..\n....*...**..\n```\n\n\n## Output without wrap\n\n```\n..***.......\n............\n.*..........\n.*..*.......\n.....*....*.\n..*.**.*****\n...**.......\n...*..*..***\n...*......*.\n...*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*......\n............\n.*..........\n.*..*.......\n.*...*....**\n***.**.****.\n*..**.......\n...*..*..***\n..........*.\n...*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*..*.**..\n....*.****.*..\n.**.*.*..**...\n.....****.*...\n```\n\n\n## Output without wrap\n\n```\n.....**.*.**..\n....*.*....*..\n...**......*..\n.....****.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......*..\n....*.*....*..\n...**......*..\n...**...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n..***....\n..***....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.**.**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***..\n***.***..\n***.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n.....\n.....\n....*\n*..**\n*...*\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*..**\n...*.\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**\n..*.***..*\n.......**.\n*.*..*..**\n*....**...\n....*..*..\n....*...*.\n.*..*...*.\n**....*.**\n.*.......*\n.........*\n```\n\n\n## Output without wrap\n\n```\n.....**.**\n.....***.*\n..*.*..*.*\n**.*.....*\n....*....*\n..........\n...*....*.\n*..*.*....\n..*....*.*\n*.*......*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.*.\n.*...***..\n.**.*..**.\n...*....*.\n**..*...*.\n.........*\n...*....*.\n.*.*.*...*\n***....**.\n***.....*.\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n***\n**.\n.**\n*.*\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n..*\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n..*.......\n*.*.......\n*.*.......\n..........\n.....***..\n....*...*.\n....*...*.\n.....*.*..\n..........\n..........\n....**....\n......**..\n....**....\n```\n\n\n## Output without wrap\n\n```\n.*........\n*.*.......\n..**......\n..........\n......*...\n.....***..\n....*.*.*.\n....**.**.\n..........\n..........\n..........\n.....**...\n......*...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n*.*.......\n..**......\n..........\n......*...\n.....***..\n....*.*.*.\n....**.**.\n..........\n..........\n..........\n.....**...\n......*...\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n....**\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n....*.\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...*......\n..*.**.*.*....\n.*.....***....\n.*...**.*.....\n.*...........*\n..**..........\n..............\n..............\n...*...*..*...\n...*...*..**..\n..*.*****.*.*.\n...*....*.....\n```\n\n\n## Output without wrap\n\n```\n..***.*.*.....\n.**.*..*.*....\n.**.*....*....\n***...*.**....\n.*............\n..*...........\n..............\n..............\n..........**..\n..**.*....*...\n..*.***.*.*...\n...****.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**......\n.**.*..*.*....\n.**.*....*....\n.**...*.**....\n**............\n..*...........\n..............\n..............\n..........**..\n..**.*....*...\n..*.***.*.*...\n.....*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*....\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n*.*\n***\n*.*\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*..\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n*..**..\n...*.**\n....***\n..***.*\n...*...\n..**...\n.......\n.......\n....*..\n...***.\n....*.*\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*....\n...*..*\n..*....\n..*...*\n.......\n..**...\n.......\n.......\n...***.\n...*...\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*...*\n*..*...\n*.*....\n..*...*\n.......\n..**...\n.......\n.......\n...***.\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*****\n*.**...*\n.**.*.*.\n.....*..\n*.*....*\n.**.....\n....*...\n*.*..*.*\n...*..*.\n.***...*\n..*.**.*\n****..*.\n**..**..\n```\n\n\n## Output without wrap\n\n```\n....****\n*......*\n.**.*..*\n......*.\n....*...\n.*......\n.*...*..\n......**\n..**...*\n...*...*\n**..**.*\n**.*..*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**...***\n..*.*...\n........\n....*.*.\n*......*\n*....**.\n......**\n..**....\n*..*...*\n....**.*\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*...\n*..*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...\n**..****\n***.****\n****...*\n***.**..\n**.**..*\n*..*.***\n```\n\n\n## Output without wrap\n\n```\n**..*.*.\n.......*\n........\n.......*\n.....**.\n.......*\n****.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n........\n........\n........\n.....**.\n........\n...*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.****\n.*...\n*.*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n...**\n**.**\n....*\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n*....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...**\n**.*.\n.....\n..**.\n**.**\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.*...\n.*...\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*\n*....*.\n.*.*...\n*...*..\n..****.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n***.**.\n**..*..\n.*...*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*\n***.***\n**..*.*\n.*...*.\n***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n......*.*.\n.....*..*.\n........*.\n.....***..\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........*.\n.......***\n......*.**\n.....***..\n......**..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n........*.\n.......***\n......*.**\n.....***..\n......**..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n*...*..\n*......\n.**....\n.......\n.......\n*..*...\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n*......\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...**..\n*......\n.*.....\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....***...\n**.**..*.*.***\n...*...******.\n*.*.....*..*.*\n*.*.*.*****.*.\n*.*****.*.*.*.\n*.*......*....\n*.********...*\n.*.....*......\n************.*\n..*...***...**\n*..***..**...*\n***....***...*\n```\n\n\n## Output without wrap\n\n```\n**.**...*****.\n**.**..*.....*\n*..**..*......\n..*...*......*\n*.*.*.*...*.**\n*.*.*.*...*...\n*.........*...\n*.******.*....\n............*.\n*..***...***.*\n*..........*.*\n*..***.......*\n*****..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**......*..\n**.**..*.....*\n...**..*......\n*.*...*.......\n*.*.*.*...*.*.\n*.*.*.*...*...\n*.........*...\n*.******.*...*\n............*.\n...***...***.*\n...........*..\n...***........\n.......*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*.**.\n*.*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*.*\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n**........\n*........*\n.......**.\n..........\n....**....\n.....*....\n.....*....\n..........\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**........\n..........\n..........\n....***...\n....***...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.*......*.\n.*........\n........*.\n..........\n....***...\n....***...\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*..**..*\n.*.*..*.****.\n..****.******\n..*****.**.*.\n.**....*.*.*.\n*.*.*****.***\n***.*..**..**\n*****.*...***\n```\n\n\n## Output without wrap\n\n```\n***....**..*.\n*.....*......\n.*..........*\n.............\n.............\n*...**.......\n........*....\n*...**.*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*....\n......*......\n.*..........*\n.............\n*............\n....**.......\n........*....\n....*.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*.**\n*.**..\n*.*...\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n.**...\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n..*...\n*.*.*.\n..*..*\n*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.....*\n.*.***\n**...*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n***..*\n***..*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.....*\n.**...\n.**...\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*...\n.....\n*..**\n*.*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...*.\n.*.*.\n.....\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.......\n.**..**.**...\n.*..*.*.....*\n....*..*..*.*\n....*..*..*.*\n..**.......*.\n.*....*......\n*......*.**.*\n.............\n```\n\n\n## Output without wrap\n\n```\n.**.****.....\n........*....\n.*......*....\n......*****.*\n..*.**......*\n.***........*\n.***......**.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.****.....\n*.......*....\n........*...*\n*.....*****.*\n..*.**......*\n..**.........\n*.**......**.\n*..........*.\n.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*...*\n......\n.*....\n*.....\n.....*\n*.....\n..**..\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n*....*\n*....*\n**....\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n*.*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...***\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*...*.\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.*......\n.*.*....\n*...*...\n*.......\n**.*....\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n***.....\n**......\n*.......\n*.*.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n**......\n***.....\n**......\n*......*\n*.*....*\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n.....*...\n**...*...\n.*...**..\n*........\n*.....*..\n*...**...\n```\n\n\n## Output without wrap\n\n```\n.........\n**..***..\n**..**...\n.*...**..\n**...**..\n**...*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n**..***..\n**..**...\n.*...**..\n**...**..\n**...*..*\n**..***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n..**\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*..*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n**..\n.**.\n**..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*.*.\n...**\n*...*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n..*..\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n.*..*\n..**.\n...**\n*...*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n...**.**..\n...*****..\n..*.*.**..\n..*..*....\n.*..*.....\n....*.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...*...*..\n..*.....*.\n..*....*..\n.**.***...\n...***....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*...*..\n..*.....*.\n..*....*..\n.**.***...\n...***....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n........**\n..**......\n.**.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n.*.*......\n.*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..*.......\n.*.*......\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n**..\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**..\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n**.*\n..*.\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n...*\n....\n...*\n...*\n....\n*...\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n...*...\n...**..\n.**....\n*.*....\n.......\n.......\n.*.****\n.*.*.*.\n****.*.\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n...**..\n.**....\n.**....\n.......\n....***\n.....**\n..*.*..\n..*....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n...**..\n.**....\n.**....\n.......\n....**.\n.....**\n.**.**.\n*.*....\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.....*.*\n*.*.**.**..\n*.*..*.*...\n**.*....*.*\n....**.*...\n*...*.**...\n.**..*****.\n.*...**....\n..*.*.....*\n...*...**..\n.***..***.*\n......*.*..\n*.....*.*..\n..*..*..**.\n```\n\n\n## Output without wrap\n\n```\n...*...***.\n*.*.**.***.\n*.*..*.*.*.\n****.*.**..\n**.***.**..\n.*.**......\n***.*...*..\n.*.**...**.\n..******...\n.*..*.*.*..\n..**..*....\n.**..**.*..\n.....**.*..\n.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.***...*\n*.*.**.***.\n..*..*.*.*.\n****.*.**.*\n.*.***.**.*\n.*.**......\n***.*...*..\n**.**...**.\n..******...\n**..*.*.*..\n..**..*....\n***..**.*..\n.....**.*..\n*.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n.***...\n.*.***.\n......*\n.*....*\n**...**\n......*\n**.....\n..*****\n.......\n.......\n.***...\n*......\n```\n\n\n## Output without wrap\n\n```\n***....\n**.*...\n**.***.\n*.*.*.*\n*.*...*\n**.....\n*..*...\n.*....*\n.*....*\n.*...*.\n.**.*..\n...*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n...*...\n...***.\n..*.*.*\n***..*.\n.......\n*..*.**\n.......\n.......\n*......\n.**.*..\n.***...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n***...\n.***..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n**.***\n******\n.*.**.\n****.*\n.*****\n****.*\n******\n*.**..\n***.**\n..***.\n```\n\n\n## Output without wrap\n\n```\n*.*..*\n......\n......\n......\n*....*\n.....*\n......\n.....*\n......\n*....*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n......\n......\n......\n......\n......\n......\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........**.\n...........\n...........\n..*........\n..**.......\n...*..***..\n....**.*...\n......***..\n......**...\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n..**.......\n.*.....**..\n..*..*.**..\n...***..*..\n.....*.*...\n.......*...\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n..**.......\n.*.....**..\n..*..*.**..\n...***..*..\n.....*.*...\n.......*...\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n....*\n*....\n*...*\n*...*\n.....\n.....\n...*.\n***.*\n.**..\n*....\n.....\n.****\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n.**..\n.....\n.**..\n.*...\n****.\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**...\n**..*\n.*..*\n*....\n.....\n*****\n.***.\n.....\n.****\n.....\n.****\n.**.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n*..\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.**\n.*******\n*****.**\n***.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*..*\n........\n........\n*...**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n....\n....\n..**\n...*\n*.**\n..**\n....\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..**\n.*..\n.*..\n.***\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n..**\n.*..\n**..\n***.\n..**\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n*...\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n***.***\n****.**\n*******\n******.\n******.\n*******\n**.***.\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n......*\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.*\n..**.*.**.\n..*.....*.\n.*...**...\n```\n\n\n## Output without wrap\n\n```\n..*...***.\n.*........\n.*..*****.\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n.......*.*\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n..*.......\n..........\n.*........\n.....*....\n........*.\n...*......\n....*.....\n.*.......*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**..\n.*.*\n.***\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n**.*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n*.*.\n....\n.*..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.***.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n...*.\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n...**..\n*...*.*\n*..**.*\n..****.\n*...*..\n...**.*\n....***\n**..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n**.***.\n.......\n.**...*\n.**....\n..*....\n...*..*\n......*\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****..\n.*.****\n*.....*\n***....\n***....\n..*...*\n*..*..*\n......*\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n*..\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***....**..\n..**..*..**.\n.*.*.....***\n..**.*.*....\n.*.*.*******\n**..*...*.*.\n*.....**.*..\n*..***.*.**.\n*.***...*...\n.**.***..*..\n..........**\n**...*...***\n```\n\n\n## Output without wrap\n\n```\n.........**.\n..*....*...*\n..*.*****.*.\n.*...*.***.*\n...*.**...**\n....***...**\n*..******.*.\n*........**.\n*.****.*...*\n*.*.********\n..*.*....*.*\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.......\n*..***.*****\n.**.*****.**\n.*...*.***.*\n.*.*.**.....\n.*..***....*\n*..******..*\n*........**.\n..****.*....\n..*.******..\n..*.*....***\n..*.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n.....\n..***\n**...\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.*.*.\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**.*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*.**\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n.**.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n****\n.***\n****\n****\n****\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n*..*..\n*..**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n***...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n.*...\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n***\n.*.\n**.\n***\n***\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n*..*\n.*.*\n.***\n**.*\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n...*\n**.*\n***.\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n***.\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n.*.*\n.*.*\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n**.*\n**..\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n**...**\n..**..*\n***...*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.**.*..\n...*..*\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.**.*..\n...*...\n.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n..*.*\n....*\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n....*\n.....\n...*.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.....\n*.....*..\n.....***.\n....**...\n..****...\n.*.......\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....***.\n.....*.*.\n...**....\n..*.*....\n.*.**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n***..****\n.....*.**\n...**....\n..*.*....\n**...*...\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..*..\n.*.*.\n*****\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*...*\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.**..\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n.....\n...*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n....*\n...**\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n...\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.*...\n*....\n..*..\n.*...\n.....\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*....\n.**..\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n....*.\n.**.*.\n......\n.*....\n....**\n...*..\n***...\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n...*..\n.**...\n......\n....*.\n.****.\n.***..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.*..*.\n...*..\n.**...\n......\n....*.\n******\n.***..\n.*.*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***\n.*.***.\n..*....\n*....*.\n*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n**.....\n*..*.**\n.***.**\n.*.*.**\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n****.**\n*....*.\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********.\n********.*\n******...*\n****.**.**\n*.********\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n..*...\n****..\n**..*.\n**.***\n..*..*\n..***.\n...*..\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n..**..\n*..*..\n.....*\n*..*.*\n.....*\n..*.*.\n.*..*.\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*....\n..**..\n*..*.*\n......\n...*..\n......\n..*.*.\n.*..*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.******\n******.*****\n*.*****.****\n.**.******..\n******.***.*\n```\n\n\n## Output without wrap\n\n```\n*.....*....*\n............\n*..........*\n...........*\n*........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.****..\n.......\n.****..\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n...\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n******\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n**......\n.*...*..\n**......\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n*.*.....\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n..**....\n...*....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n**.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*.**.\n..*....\n**.*.**\n.**...*\n*.***.*\n.***..*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n..*...*\n*..*.**\n......*\n*...*.*\n.*..**.\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n*.*....\n...*.**\n.......\n....*.*\n.*..***\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....\n*..*....*\n..***.*..\n.**.*....\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n......*..\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..*\n..*..*...\n....**..*\n..*.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..*.\n.*..\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...***\n...*..\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.*...*.\n*.*.**.\n.*...*.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n***.**.\n*.*.***\n.*..**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n***.***\n*.*.**.\n.*..***\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....*\n...*......*\n...*......*\n```\n\n\n## Output without wrap\n\n```\n...**......\n..**.....**\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***....**\n*.**.....**\n*.**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**....\n.**.*.*...\n...**..*..\n.......*..\n....**....\n.....**...\n*....*....\n.*...**...\n.**..***..\n..........\n..........\n.*........\n```\n\n\n## Output without wrap\n\n```\n*.*.**....\n*.....*...\n..******..\n...*.**...\n....**....\n......*...\n....*.....\n***.*..*..\n.**..*.*..\n......*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**....\n*.....*...\n..******..\n...*.**...\n....**....\n......*...\n....*.....\n***.*..*..\n.**..*.*..\n......*...\n..........\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...*....\n...*..**\n.......*\n........\n..*.....\n........\n....*...\n....*...\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......**\n......**\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.*...\n......\n.*....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..*...\n......\n**....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n.....*\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...***\n*.****..*.*.\n*.*..*..*.*.\n*.*..*..*.*.\n*.*..*..**.*\n```\n\n\n## Output without wrap\n\n```\n..**.**..**.\n.***....*...\n..........**\n..***.......\n...****.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n..**....**.*\n*...........\n*.*.........\n..*.....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n**.\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****..*..*.*.\n..........*.*.\n..........*.*.\n..........***.\n..............\n***...**......\n**.*****......\n..*.*.*...**..\n**..*.**..**..\n```\n\n\n## Output without wrap\n\n```\n.***..........\n.***.....**.**\n.........**.**\n..........*.*.\n.*.........*..\n*.***..*......\n*...*.........\n..*.......**..\n.*.*..**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.******.**.*.\n.***.....**.*.\n.........**.**\n..........*.*.\n.*.........*..\n*.***..*......\n*...*.........\n..*.......**..\n*...*.**.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..**.\n***.*.***\n*.*.**...\n..***....\n..*......\n..**.....\n```\n\n\n## Output without wrap\n\n```\n*..*.**.*\n*...*...*\n*.....**.\n..*.**...\n.*..*....\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n....*....\n*.....**.\n..*.**...\n.*..*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*....\n*.........*\n.****......\n*....*....*\n...**......\n*....*...**\n.......*.*.\n**....*.***\n......***..\n```\n\n\n## Output without wrap\n\n```\n**.........\n...*.......\n*.***......\n**...*.....\n....**..*.*\n....*.***.*\n.....****.*\n.....**....\n.......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***.**\n...*......*\n.****......\n**...*.....\n*...**..**.\n....*.*****\n.....****..\n**.........\n.....**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n***..\n.....\n.*...\n.*.**\n```\n\n\n## Output without wrap\n\n```\n...**\n.*..*\n*..*.\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.**\n...**\n.....\n*.*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n..........\n*......**.\n..***.*...\n.....*.*..\n...**.****\n....*.....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n...*...*..\n...****.*.\n..*.......\n...**.***.\n.......**.\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n...*...*..\n...****.*.\n..*.......\n...**.***.\n.......**.\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...*\n.*.*..**\n..*.*.*.\n.......*\n.***.**.\n*..***..\n*.*....*\n*.*....*\n*.*.....\n***.***.\n***.**.*\n**..***.\n*.......\n.**.....\n```\n\n\n## Output without wrap\n\n```\n..***..*\n.*......\n.*......\n.*.....*\n****.**.\n*.......\n*.*.**..\n*.*.*.*.\n..*.***.\n......**\n....*.**\n.******.\n..*.**..\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...*\n**......\n*.......\n........\n..**.*..\n*.......\n.**.**..\n.**.*.*.\n..*.***.\n......*.\n....*...\n.*******\n*...**.*\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*....\n**..*.\n.*....\n.*...*\n.*..**\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n***...\n.**...\n***.**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n..*..*\n***...\n.**..*\n.**.**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**........\n.*.**.***.\n.....**...\n*...*..***\n.*.**.....\n.*.*.**...\n...*.*....\n..**......\n```\n\n\n## Output without wrap\n\n```\n*.**..**..\n*.....***.\n.*........\n...****..*\n...*....*.\n...*......\n......*...\n..****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**..\n..*.****.*\n..........\n.*.****...\n...*......\n...*....*.\n......*...\n**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n*......**\n*.......*\n........*\n.........\n.....*...\n```\n\n\n## Output without wrap\n\n```\n.......**\n.........\n........*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.\n.........\n.........\n*.......*\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n.*...\n..*..\n.*.*.\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n***..\n*..*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n**.**\n..**.\n**.**\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.*.*.\n*.*.*.\n**.**.\n***...\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n*.*.**\n....*.\n..**..\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.*.*.\n....*.\n..**..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.*......\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n*.*..*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n..***.\n*....*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*.*\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...\n.***....\n........\n.....*..\n*...****\n**..*...\n*...*...\n*...*.**\n.*...*..\n..**....\n```\n\n\n## Output without wrap\n\n```\n.*..*...\n.*..*...\n..*.....\n....**..\n**..*.*.\n**.**.*.\n*..**...\n**..*.*.\n.******.\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n.*..*...\n..*.....\n....**.*\n**..*.**\n.*.**.*.\n...**...\n**..*.**\n********\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...\n.........\n...***...\n.......*.\n.......*.\n.**......\n.........\n.**......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.....*...\n.....*...\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.....*...\n.....*...\n.........\n.........\n.........\n...*.....\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n.....\n.....\n**..*\n*.*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n**...\n**..*\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n..*.*..\n.*.....\n*..**..\n*......\n.****..\n.*.*.*.\n*..**..\n.**....\n***....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.**..*.\n.......\n....**.\n*.*....\n..*....\n..*.*..\n.....*.\n**..*..\n.*.*...\n.*.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.\n.......\n....**.\n*.*....\n..*...*\n..*.*..\n.....*.\n**..*.*\n.*.*...\n.*.....\n.*.....\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******.*.*\n************\n*******.****\n```\n\n\n## Output without wrap\n\n```\n*........*.*\n............\n*..........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n....\n*.*.\n*...\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n*...\n***.\n***.\n****\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n...*\n...*\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n*.*\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n..**\n..**\n....\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n.*.*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n**..\n**.*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..**\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n**..\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n...*.*\n....*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n*...*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n....*...*....\n...*....**...\n....**..*....\n......***....\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n........**...\n...*.*.***...\n....***......\n.....****....\n.......*.....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n........**...\n...*.*.***...\n....***......\n.....****....\n.......*.....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n.**...\n......\n**...*\n*..***\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*.....\n*.*...\n...**.\n*..*..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.***..\n..*...\n.*.*..\n.**...\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****.*\n....*..**\n...**..*.\n..***.***\n........*\n*.**....*\n```\n\n\n## Output without wrap\n\n```\n...****.*\n........*\n..*......\n..*.***.*\n.*..*...*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..\n........*\n..*......\n..*.***.*\n.*..*....\n*.**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........**.\n..............\n...*..........\n..............\n....**........\n...**.........\n....**........\n..............\n..............\n..............\n..............\n..........*...\n..........*...\n..........***.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n....*.........\n...***........\n...*..........\n...***........\n..............\n..............\n..............\n..............\n..............\n.........**...\n..........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.*.\n..............\n..............\n....*.........\n...***........\n...*..........\n...***........\n..............\n..............\n..............\n..............\n..............\n.........**...\n..........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n*..*..\n.***.*\n***..*\n**....\n.**.**\n**.**.\n*...*.\n*...*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*..\n...**.\n..*..*\n......\n...*.*\n......\n*.....\n**.*..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n*..*.*\n..*..*\n......\n...**.\n.....*\n**...*\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n*.....*.\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n.......*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.\n..***....\n*........\n*..**....\n....*..**\n....*.**.\n..*****..\n....***..\n...*.....\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n..**.*...\n..*..*...\n..****.*.\n...***.**\n........*\n.........\n.....*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..\n.*...*...\n.**..*...\n******.**\n*..***.**\n........*\n.........\n.........\n..*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...**\n*.......*.\n........**\n....*.....\n....*.....\n..........\n......*...\n....*..*.*\n.....*.*.*\n*....***.*\n....***.**\n*...*.**..\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*..\n........*.\n..........\n..........\n..........\n..........\n....**..*.\n....**....\n....**...*\n.....*.*.*\n.....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..****..\n**.....*..\n........**\n..........\n..........\n..........\n..........\n....**..*.\n....**..*.\n....**....\n...***....\n**.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**\n...*...**\n*....*..*\n....*....\n....*....\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.......**\n....*.*..\n....*..**\n....**...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n....*.*..\n*...*..**\n....**...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n****.\n..***\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n**.*\n*...\n.*.*\n****\n..**\n**.*\n*.**\n.***\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...*\n.***....\n...**.*.\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n**......\n.*..*...\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n.****..*\n.**.....\n****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n*..\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**..*\n*....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n..**.\n.*..*\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****.*\n..**..***\n..**...*.\n..**..**.\n```\n\n\n## Output without wrap\n\n```\n..*.***.*\n.*......*\n.*..*....\n..**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*\n.*......*\n.*..*....\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*****.*.\n*.*....*...\n.*.*..*.**.\n......***..\n......*....\n*.....*..**\n....**...*.\n*..**....*.\n.**.*.***..\n..*.*...*..\n```\n\n\n## Output without wrap\n\n```\n..*******..\n.*..*....*.\n.**..***.**\n..........*\n...........\n......*...*\n..****.....\n.*....*...*\n*....*...*.\n.***...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.***\n.......****\n***..***...\n...........\n...........\n*.....*....\n******.....\n......*....\n......**...\n*...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n....**.\n.......\n.......\n.......\n.......\n...**..\n...**..\n.****..\n```\n\n\n## Output without wrap\n\n```\n...***.\n...***.\n.......\n.......\n.......\n.......\n...**..\n.....*.\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...***.\n.......\n.......\n.......\n.......\n...**..\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.*.*.\n**.**\n**.**\n*..**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....**...\n**.......**.*\n*.........**.\n.*.......**.*\n***..........\n```\n\n\n## Output without wrap\n\n```\n*.*.....**...\n*.*.....*....\n.........*...\n*.*..........\n.**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.*..\n........*..*.\n.........*.*.\n.........***.\n........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n***...\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n*.*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n**......\n**.*....\n*..***.*\n........\n......**\n**.*....\n....****\n```\n\n\n## Output without wrap\n\n```\n**......\n..*.....\n...*....\n*****...\n....**.*\n........\n....*...\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.\n..*.....\n...*....\n*****..*\n*...**..\n*......*\n*...*...\n.*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......*.*\n.*.***.**...\n*.*.....*..*\n..*...*..*..\n..*.*..****.\n```\n\n\n## Output without wrap\n\n```\n.****...*...\n*..**..****.\n..*.***.**..\n..*.........\n...*...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.....\n...**..*****\n*.*.***.**..\n..*........*\n..*....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n*.*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n****\n*.*.\n*.**\n*...\n....\n*.**\n....\n....\n.**.\n....\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n*...\n*.**\n.*..\n.*..\n....\n....\n....\n....\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n....\n*.*.\n**..\n**..\n...*\n...*\n....\n....\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n....\n....\n*...\n*...\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n*...\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.***.\n*..***.*.***\n**..*******.\n*.********.*\n****.*******\n***.*****.**\n```\n\n\n## Output without wrap\n\n```\n***...***..*\n...........*\n*...........\n...........*\n............\n*...*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n***\n...\n...\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n***\n.*.\n...\n.*.\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n***\n***\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n...**\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*.*\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.*.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n**..\n.***\n.***\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..**\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*\n..***..\n.*.*...\n..*...*\n*.***.*\n*.*****\n*...*..\n*......\n**.**.*\n***....\n..**.*.\n**.*...\n*****..\n*....*.\n```\n\n\n## Output without wrap\n\n```\n....**.\n.***.*.\n....*..\n....**.\n......*\n.*...*.\n*...*..\n...*.*.\n...*.*.\n...*...\n....*..\n.......\n.**.*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n.....*.\n.*..*..\n....**.\n.....*.\n.......\n....**.\n...*.**\n...*..*\n...*.**\n*...*.*\n*.....*\n....***\n*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**\n*.......**\n........**\n*.......**\n..........\n..........\n..........\n*.......**\n```\n\n\n## Output without wrap\n\n```\n........**\n.......*..\n.......*..\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*..\n.......*..\n.......*..\n*.......*.\n.........*\n..........\n.........*\n*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**\n....*.*.\n..**.**.\n...**.*.\n```\n\n\n## Output without wrap\n\n```\n......**\n....*...\n..*...**\n..***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.**\n....*...\n..*...**\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n**...........*\n*.............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n**...........*\n..............\n.*...........*\n*.............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n..*.**\n.****.\n**..**\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n.....*\n*.....\n**...*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*....*\n......\n.*....\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*..\n****\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n...*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n**.*.\n*.*..\n...*.\n*.***\n.***.\n```\n\n\n## Output without wrap\n\n```\n**.**\n*..**\n*.**.\n....*\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*.**.\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n*****.*\n****.**\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n...\n...\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.....\n.....\n.*.*.\n**.**\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n**.**\n....*\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n*.*..\n***..\n.....\n.*.*.\n.**..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n*..\n...\n...\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n....*.*...\n*...*.*..*\n**.****..*\n*.**.*****\n....***...\n***.*.**..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n**........\n*......*.*\n*.......**\n*.**...**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*\n...**...**\n*.........\n.......**.\n..........\n..**...*..\n*.*.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..***.\n*.*.*.\n.*.*..\n...*..\n.*....\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n.**.**\n.*..**\n...**.\n*..*..\n*.*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n***...\n.*....\n...***\n*..*..\n*.*...\n*.*...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n**.*\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n...*\n...*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n***...\n*.*...\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*..\n......\n*.*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n*.*...\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n...**......*..\n..**.....**.*.\n..**.....*..*.\n..............\n.........***..\n........*.....\n........**....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..***.....**..\n.........**.*.\n..**.....***..\n.........*.*..\n.........**...\n........*.....\n........**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..***.....**..\n.........**.*.\n..**.....***..\n.........*.*..\n.........**...\n........*.....\n........**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n**.*\n.***\n****\n****\n*.**\n****\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*...\n...*\n..*.\n....\n....\n.*..\n...*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n...*\n....\n....\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**.*\n..*.\n..**\n..*.\n...*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n*..*\n.***\n.***\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n.***\n.***\n....\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..***\n..***\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n.....*.*\n...*.*..\n......*.\n**.*.*..\n**....**\n......*.\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....*..\n....**..\n..*..**.\n***..*.*\n***..***\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.....*..\n....**..\n..*..**.\n.**..*..\n.**..**.\n.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..*......\n...*.....\n.........\n.........\n.........\n....**...\n....*....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n***.**.**\n..*...**.\n.***.....\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n.*....**.\n***.....*\n*........\n*..**...*\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n***......\n.........\n.*.**..*.\n.*..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n**..\n....\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*.*\n..*.\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n**.*\n..*.\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..*.\n....\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.*.*\n..*****..\n..***...*\n.********\n..*......\n.......**\n...*.**..\n*....**.*\n*....****\n```\n\n\n## Output without wrap\n\n```\n......**.\n......*..\n.....*..*\n.**.*****\n.**.*...*\n...*..**.\n.....**.*\n....**.**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n..*....*.\n.....*...\n..*.****.\n..*.*....\n*..*..*.*\n.....**.*\n**.......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n*.*\n*.*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n**...*\n.*....\n.***..\n...*..\n.....*\n**...*\n.*....\n....*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n*.....\n..***.\n..***.\n...**.\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n**....\n..***.\n..**.*\n*..*.*\n.....*\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**...*****.\n*.**.......*..\n.**...........\n***.......*...\n.....**.......\n.....**.......\n**.*.**......*\n*.**.*......*.\n..**.*......**\n```\n\n\n## Output without wrap\n\n```\n...**....*..*.\n...**....*..*.\n.*............\n.*............\n.*....*.......\n***...*.......\n**............\n*..**.......**\n.**.........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*.....\n**.......*.*.*\n.*...........*\n.*............\n**....*.......\n..*...*......*\n**...........*\n.*..*.........\n**.......***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...**.\n....*..*....\n*.*.*.*.....\n..*.*.***...\n..*.******..\n....***....*\n...........*\n..****.*..**\n..***...*...\n.........*..\n............\n```\n\n\n## Output without wrap\n\n```\n....**......\n...**.**....\n....*..*....\n...*.*..**..\n....*...***.\n.........**.\n...**....*.*\n...........*\n..***....***\n.........*..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**......\n...**.**....\n....*..*....\n...*.*..**..\n....*...***.\n.........***\n*..**....*..\n**..........\n..***....***\n........*...\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****.*.**.*\n...*********..\n.**..**.****.*\n..**.**...****\n*********.***.\n..***....**.**\n.***...**.****\n******.****...\n*.***.**...***\n.*....*.*.****\n*.******.**.**\n.************.\n```\n\n\n## Output without wrap\n\n```\n..*.....*..**.\n.*............\n.*...........*\n*............*\n.......**.....\n*.............\n*....***.....*\n*....*........\n*............*\n*.......*.....\n*.............\n.*..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*............\n**............\n**...........*\n..............\n*......**.....\n..............\n.....***......\n.....*........\n..............\n........*.....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..****.....*\n...*........*.\n.*.*...*...*..\n...*......*.*.\n*.*...*...*.**\n..*..*........\n.**..*........\n*..**.........\n***.........*.\n*...........*.\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n....***.......\n..**.......**.\n**.*..........\n.*............\n.*.........***\n.....**.......\n.*...**.......\n*...*.........\n*.***.........\n.*............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*....*.\n..**.......*..\n.*.*..........\n**............\n...........**.\n.....**.....**\n.....**.......\n*...*........*\n*.***.........\n.*............\n..............\n*...*.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n.*..*.*..*\n..*.....*.\n...*....*.\n...*.....*\n**.*.**...\n...**..*..\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n..**...***\n..**....**\n...*......\n...*.**...\n..*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...******.\n.......**.\n..**...***\n..**....**\n*..*.....*\n*..*.**...\n..****.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****\n***.****\n***.****\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n***.\n****\n****\n*.**\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n..***\n*..**\n*...*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n..*..\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n*..*.\n..*..\n.**..\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......*.\n.*......*.\n.*......*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n***....***\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....***\n***....***\n***....***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n.**.\n..*.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..**\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..*.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*****\n...***...\n..***.*..\n*.*****..\n.**.*.**.\n.**.***..\n..*..*...\n**.**....\n.**...**.\n```\n\n\n## Output without wrap\n\n```\n.........\n..*...**.\n.........\n.........\n.........\n......**.\n...*..**.\n*..****..\n****.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.**......\n.........\n.........\n........*\n......**.\n...*..***\n*.*****..\n***.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........**\n*........***.\n*........*.*.\n...*....****.\n...*...*.*.*.\n..*..*.*.....\n```\n\n\n## Output without wrap\n\n```\n...........**\n**.......*...\n............*\n...........**\n..***.**.*.*.\n......*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........**\n**.......*...\n.............\n...........*.\n..***.**.*.*.\n..*...*.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..\n.*......\n..*.....\n........\n........\n..****..\n*.*.....\n*....**.\n*.*.....\n```\n\n\n## Output without wrap\n\n```\n.****...\n.*..*...\n........\n........\n....*...\n.*..**..\n..*.....\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****..\n...**...\n........\n........\n....*...\n.*..**..\n*.*....*\n*.......\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...*.\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*.*\n*.*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n..*..\n..**.\n..***\n****.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n.*..*\n....*\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.*..*\n*....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n..*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n...\n...\n***\n..*\n**.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n.*.\n.*.\n.**\n..*\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n***\n...\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n*.*...\n.**..*\n.**..*\n*.....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n*.**..\n*.*...\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n***...\n******\n.**.**\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n.*....*\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..**\n..*.\n****\n.*..\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n.***\n....\n*..*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n....\n*..*\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.*.\n............\n***.........\n****........\n*..**.*..**.\n...*.*....**\n....*.......\n...*........\n..*****.....\n***.**.**...\n*..**.***...\n...........*\n..........*.\n.*.......**.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n....*.....*.\n.....*...*.*\n...*.*...*.*\n..***.....*.\n...*........\n.......*....\n.*.*.**.*...\n.*.*....*...\n...*...****.\n........**.*\n.........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n............\n............\n....*......*\n.....*...*..\n...*.*...*.*\n..***.....*.\n...*........\n.......*....\n**.*.**.*..*\n**.*....*..*\n...*...***..\n*........*..\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*\n**.*..*.\n...*..*.\n.....*.*\n....*.**\n.......*\n**.....*\n*****..*\n```\n\n\n## Output without wrap\n\n```\n.*.**.**\n..*.....\n........\n...*...*\n....**.*\n.......*\n.***..**\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n...*...*\n........\n.*.*....\n*...**.*\n......**\n...**...\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.**..\n**...\n***.*\n..*..\n****.\n*..*.\n.....\n.....\n.**..\n.***.\n**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n...*.\n...*.\n*.**.\n.....\n*..*.\n*..*.\n.....\n.....\n.*.*.\n...*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n...*.\n...**\n..***\n.....\n*..*.\n*..*.\n.....\n.....\n.*.*.\n...*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*****\n***.*\n****.\n*****\n*****\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n*....\n....*\n....*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**..\n***.......\n..........\n.**......*\n.*........\n.*....***.\n*....*....\n...*.*....\n*.***....*\n.*........\n***..*..**\n```\n\n\n## Output without wrap\n\n```\n.**.......\n.**.......\n*.........\n..*.......\n......***.\n**...*....\n*..***.*..\n.*...**...\n.*...*....\n*...*.....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*...\n..*....*..\n*.........\n***.......\n......****\n**...*....\n...***.***\n.....**..*\n.....*....\n....**..*.\n...*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n....*\n....*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n**..**\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*...*.\n*...*.\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n.**.....\n.*......\n..*.....\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n.**.....\n.*......\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n.**.....\n.*......\n*.*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**...\n.**..\n.....\n....*\n.....\n..*..\n.....\n.....\n*...*\n.*.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*...\n.*...\n.....\n.....\n.....\n.....\n.....\n.*..*\n.*...\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.**.\n.*...\n.*...\n.....\n.....\n.....\n.....\n....*\n**.**\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n......**.\n......**.\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n......**.\n......**.\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n......**.\n......**.\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.....\n.....\n...*.\n.....\n*...*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.....\n.....\n.....\n....*\n**.**\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n*.*\n..*\n.*.\n...\n***\n***\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..***\n...**...\n********\n...*.**.\n.**.*...\n..******\n```\n\n\n## Output without wrap\n\n```\n..****..\n.*.****.\n........\n**....**\n***..*.*\n.**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.......*\n*.......\n.*.....*\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..\n...*...\n..***..\n..*.*..\n..*.*..\n....**.\n...*.*.\n.*.*.*.\n.*.*...\n.......\n.......\n.......\n..**...\n.......\n```\n\n\n## Output without wrap\n\n```\n..***..\n.*.....\n..*.*..\n.**.**.\n....*..\n.....*.\n..**.**\n...*...\n....*..\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.*.....\n..*.*..\n.**.**.\n....*..\n.....*.\n..**.**\n...*...\n....*..\n.......\n.......\n.......\n.......\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.**\n**......**\n....*.....\n..*..*....\n**.*....*.\n..*.**.**.\n.....**..*\n..*...****\n.*.*.**...\n.**.**...*\n```\n\n\n## Output without wrap\n\n```\n.......***\n....**.***\n.*........\n.****.....\n.*.*.****.\n.*****.***\n...**....*\n..*.*...**\n.*.*.....*\n.******...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.***..\n*...**.**.\n**.......*\n.****.....\n.*.*.*****\n******.**.\n...**....*\n*.*.*...**\n.*.*.....*\n.*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*\n......*..\n..*....*.\n.......**\n.**..*...\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......*..\n......***\n.**...***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n......*..\n......***\n.**...***\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n.*.*\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n.*..\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*******\n********\n.****.**\n***.****\n.*******\n```\n\n\n## Output without wrap\n\n```\n*......*\n*.......\n........\n*.......\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...**.\n*********.\n**********\n*****.****\n.*********\n..********\n******.***\n*.******..\n****..*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*..*\n**...\n*..*.\n*..*.\n.**..\n.***.\n***.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n***..\n*.*..\n*..*.\n*....\n.....\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*.*\n.**..\n*.*..\n*..*.\n*...*\n....*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..*...\n......\n......\n**.***\n..****\n*.*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n....*.\n.*...*\n*....*\n..*.*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n..**..\n......\n*...**\n**....\n......\n..*.**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n*....*\n*.**.*\n.*.*..\n......\n**.***\n..*...\n....**\n.....*\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n....**\n*....*\n*.**..\n.*.**.\n**.*..\n.****.\n.**...\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n..**.*\n**.**.\n.*.*.*\n******\n.**...\n....**\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*...*\n**..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.***\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n..**.\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....\n.**......\n.........\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**....\n..*......\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n.****.*\n..***..\n.**.**.\n...*..*\n***.*..\n*..****\n.**....\n*.*..**\n*..*...\n.**.**.\n****.*.\n.****..\n.*****.\n```\n\n\n## Output without wrap\n\n```\n.*..**.\n.*.....\n.......\n.*...*.\n*......\n***...*\n*...**.\n*.*....\n*.**...\n*..*..*\n.....*.\n*....*.\n.......\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**.....\n*......\n.*...*.\n......*\n.**....\n....***\n..*....\n*.**..*\n*..*...\n.....*.\n*....**\n......*\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*...**\n.****.****\n****.***..\n...****...\n..**..*...\n*.***.***.\n..*...*...\n.*.**....*\n```\n\n\n## Output without wrap\n\n```\n**..**...*\n.........*\n*.........\n..........\n.*........\n....*.*...\n......*.*.\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*........*\n..........\n.*........\n....*.*...\n*.....*.**\n.*.***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.....\n.*.*.\n.*..*\n..*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n.*...\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*...\n*.**.\n....*\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n**.\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.**.....\n*..*.**....*.\n**.*...*..**.\n.*.*.*....*.*\n.*.*...**.***\n.*.****......\n.*..**.****..\n```\n\n\n## Output without wrap\n\n```\n.****.**.....\n*....*....**.\n**.*.*....*.*\n.*.*..***...*\n**.*...*.**.*\n**.*.........\n..**...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......**..\n*....*....**.\n.*.*.*....*..\n.*.*..***....\n.*.*...*.**.*\n.*.*.........\n**......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*.**.\n***..\n..*..\n***.*\n...*.\n*..**\n.*..*\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n*....\n.....\n.**..\n*....\n..***\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n*...*\n....*\n***.*\n.....\n*.**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n*..*..\n*..*..\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n*..*..\n*..*..\n....**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........\n...*......\n..*.*..**.\n*..**...*.\n**......*.\n..........\n.......*.*\n........**\n*......*.*\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n...*......\n..*.*..**.\n*.***...**\n**........\n........*.\n.........*\n.......*.*\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...*......\n..*.*..***\n*.***...*.\n**........\n*.......**\n.........*\n.......*..\n*........*\n.*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..***...\n*.....*....\n..**....*..\n....*......\n.*.........\n...*......*\n...*...*.**\n.*.........\n....**.*...\n...*.......\n..**...*...\n...........\n```\n\n\n## Output without wrap\n\n```\n....**.*...\n..*..*.*...\n...*.......\n..**.......\n..**.......\n.........**\n...*....*.*\n...*.*...*.\n....*..*...\n..*.*......\n..**.......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*...\n..*..*.*...\n...*.......\n..**.......\n.***......*\n*........*.\n*..*....*..\n...*.*...**\n....*..*...\n..*.*......\n.*..*......\n.*.**..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.......**.\n.........*\n.......*.*\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n........*.\n.......*.*\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n........*.\n.......*.*\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n*..*..\n*.....\n...*.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n...***\n*...**\n.....*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n.**.**\n*..***\n......\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n.***.*\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n****..\n*..*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*...*\n.*..*\n.....\n*****\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n*...*\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*..**\n....*\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n*.*..*\n***.**\n*....*\n****.*\n*****.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n*.****\n.....*\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.**..\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*....\n.**..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n**.*.\n****.\n*.***\n**.*.\n****.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.\n.......**\n....*.**.\n.*..*.*..\n.........\n**..*....\n```\n\n\n## Output without wrap\n\n```\n.......**\n........*\n......*.*\n......**.\n**...*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*.\n........*\n......*.*\n......**.\n**...*...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n....**\n*...**\n.*....\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**...*\n**...*\n******\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*...\n***......*\n*.*.**....\n...**...**\n.....*....\n....*...**\n**...**...\n**.......*\n```\n\n\n## Output without wrap\n\n```\n..**......\n*...**....\n*.*.**..**\n...*......\n...*.*....\n....*.*...\n**...*..**\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n*...**...*\n..*.**..*.\n...*.....*\n...*.*....\n*...*.*..*\n.*...*..*.\n.....**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n.*....\n*.....\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n***...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*.**\n*....\n.*...\n..*.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n..*..\n***..\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n..***\n..*..\n...*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n.**.**.\n**.*.*.\n.****..\n```\n\n\n## Output without wrap\n\n```\n.****..\n*.****.\n*..*.*.\n**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*...*..\n.*.....\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n.**\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n*..**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n**..*\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n***.......\n******....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**..**....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.....\n*.***.....\n**..**....\n**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.**.\n***.*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n*.*.*\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.......\n.....***......\n..............\n..............\n...........*..\n```\n\n\n## Output without wrap\n\n```\n.....*.*......\n.....*.*......\n......*.......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*......\n.....*.*......\n......*.......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n....*\n***.*\n..*.*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**.*\n*.*..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*..*\n.**.*\n..*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.*.*..\n......\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n......\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n*..\n.*.\n.**\n.**\n*.*\n..*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n***\n*..\n*..\n..*\n..*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*****\n.*..*\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*...*\n**..*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*..*\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*...\n.....\n.....\n....*\n*..**\n*..*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n...**\n...**\n*...*\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*****\n.*...\n....*\n*..*.\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*...**\n.*****\n.*....\n**....\n......\n*.*...\n*.**..\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n.**...\n****.*\n...**.\n**....\n*.....\n..**..\n*.**..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n***...\n.***..\n...***\n**....\n*.....\n..**..\n*.**.*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.**.\n*..*\n....\n....\n**.*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.*.*\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n..*.\n**.*\n....\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n.....**...\n.......*..\n.......**.\n........*.\n..*.......\n...*......\n...**.....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....*.*..\n.......**.\n.......**.\n.......**.\n..........\n..***.....\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....*.*..\n.......**.\n.......**.\n.......**.\n..........\n..***.....\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n*...*\n.....\n**.**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**.**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*.*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.*.*.\n......*..*\n..**..*..*\n....****.*\n.***.*.*.*\n....*.****\n```\n\n\n## Output without wrap\n\n```\n......***.\n...*.*****\n..***..*.*\n....*....*\n.*...*.*.*\n..*.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.*..\n.*.***.**.\n.****..*..\n.*..*....*\n...*....*.\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n*..\n...\n..*\n...\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n.**\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n..*...\n******\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.****.\n.*.***\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n.....*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n...**.\n..*.*.\n.**.**\n***.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n...***\n.**...\n*.....\n*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n...***\n.**...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*....\n......**.....\n.............\n........*....\n```\n\n\n## Output without wrap\n\n```\n.............\n......***....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......**....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*..*.*.\n*...**.\n....*..\n.....**\n```\n\n\n## Output without wrap\n\n```\n.......\n**...**\n...*.*.\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n**...*.\n...*.*.\n....*..\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..***\n*.*..*.*.*\n*..***.**.\n*.*.**..**\n**..***...\n.*********\n******....\n```\n\n\n## Output without wrap\n\n```\n..*...*.*.\n..**...*..\n..**.....*\n*.......*.\n.*.....*.*\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*....*...\n..**......\n..........\n.......*.*\n........*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n...***\n.*.*..\n****.*\n.**...\n*.*.*.\n***.*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n***.**\n***..*\n**.***\n...**.\n.*....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.....*\n.**.**\n...**.\n...***\n.*...*\n*.....\n*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n...*..*\n*..*...\n.*.*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n*..*...\n...**..\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n...*..*\n*..**..\n..*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*\n*..**..*.\n.**..***.\n******.**\n*....*...\n*...*.***\n*.*.*.*.*\n...*..*..\n.*.**....\n.....****\n....**...\n..**.*...\n***.*.**.\n```\n\n\n## Output without wrap\n\n```\n....****.\n.****...*\n.........\n*..*...**\n*.*......\n*..**.*.*\n.*..*.*.*\n.*.....*.\n..***....\n...*..**.\n...*...*.\n..*......\n.**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n*****....\n.........\n...*...*.\n..*......\n...**.*..\n**..*.*..\n**.....*.\n..***....\n...*..**.\n...*...*.\n..*......\n***.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**...\n..***..*....\n.....***.***\n...**..*.*..\n....********\n*.***.**.**.\n....**..**.*\n..***.***..*\n..*.*.......\n..*.*..**...\n..***....*..\n..*.*.***...\n..**.....*..\n```\n\n\n## Output without wrap\n\n```\n....*..**...\n...**....**.\n..*..*.*.**.\n...*........\n..*........*\n............\n.*.........*\n..*...*****.\n.**.*.*.....\n.**.**..*...\n.**.*.*..*..\n.*..**.***..\n..**...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..**...\n...**....**.\n..*..*.*.**.\n...*........\n..*........*\n*...........\n**.........*\n..*...*****.\n.**.*.*.....\n.**.**..*...\n.**.*.*..*..\n.*..**.***..\n..*.***..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.**.**\n..*.*.\n.*..*.\n****..\n..*..*\n```\n\n\n## Output without wrap\n\n```\n***.**\n*.*.**\n..*.*.\n*...*.\n*..**.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n*.*.*.\n*...**\n*..***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n....\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*.*..\n.**.....*.....\n...**.**...*..\n.***...**..*..\n....*..*.**...\n....*.*.......\n```\n\n\n## Output without wrap\n\n```\n..............\n...*...*......\n..*.*******...\n.......***....\n...**...***...\n....**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*......\n...*...*......\n..*.*******...\n.......***....\n...**..*......\n....**.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n.....\n.....\n.....\n.....\n...**\n***..\n*.*.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.***.\n*.*.*\n....*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n*....\n.....\n.....\n.....\n*****\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*.*.\n***.*.*.**\n.***.*****\n*.**.*..**\n.****.*.*.\n.****.**.*\n***...****\n*****..***\n****..**.*\n**.***.*..\n*******..*\n```\n\n\n## Output without wrap\n\n```\n*...*...**\n..........\n..........\n*.........\n*.....*...\n....*....*\n..........\n....**....\n.........*\n.......*..\n*.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n..........\n..........\n..........\n......*...\n....*.....\n..........\n....**....\n..........\n.......*..\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**\n..*..**.\n*.....**\n*...***.\n```\n\n\n## Output without wrap\n\n```\n......**\n........\n.*..*..*\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n*.......\n**..*...\n*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n***..**\n....**.\n**.....\n**.*...\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n.*.*..*\n..*.***\n***.*..\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n**.*..*\n..*.**.\n***.*.*\n***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.....*......\n....*.......\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n**.*..\n***...\n**...*\n.....*\n*...**\n...*.*\n...*.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n...*..\n*.....\n**....\n.....*\n.....*\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.**.*\n...*.*\n......\n**....\n......\n....*.\n..**..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.*.*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n*.*.\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n*.****.\n**.....\n...*..*\n*****.*\n**....*\n..*..*.\n*.....*\n....**.\n```\n\n\n## Output without wrap\n\n```\n.***...\n*.***..\n**...*.\n...***.\n*..**.*\n*...*.*\n*....**\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n*.***..\n**...*.\n...****\n...**..\n....*..\n.....*.\n....*.*\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*.....\n.**.*.**....\n.****.......\n```\n\n\n## Output without wrap\n\n```\n.*...***....\n*.***..*....\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**...*..*\n**.**...*..*\n**.**...*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n.*....\n......\n......\n*.**..\n*...*.\n.*..*.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.***..\n*...*.\n*..*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n.*....\n......\n......\n******\n....*.\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**..\n.*.*\n**.*\n*...\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n....\n**..\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n...*\n...*\n.*.*\n**.*\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....*.*..\n.*.*.*..*.*..\n........*.*.*\n..........*..\n..........*..\n.............\n.............\n**.*.........\n..*.**.......\n```\n\n\n## Output without wrap\n\n```\n**..*........\n**..*..**.*..\n..........*..\n..........*..\n.............\n.............\n.............\n.****........\n.****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*.......\n.*..*..**.*..\n..........*..\n..........*..\n.............\n.............\n.............\n.****........\n....*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.***\n.....\n..***\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**.*.\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**.*\n...*.\n..*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..**.*..\n.*......****\n......***...\n.....*.*.**.\n...*.*.*....\n...*.*.*....\n............\n......***...\n......*.....\n......***...\n......**.*..\n........*.*.\n.*.*..***.*.\n```\n\n\n## Output without wrap\n\n```\n............\n..........*.\n.....*....*.\n....**......\n....***.....\n............\n.......*....\n......**....\n.....*.*....\n.....**.....\n.........*..\n.......***..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........**\n**........*.\n.....*....**\n....**......\n....***.....\n............\n.......*....\n......**....\n.....*.*....\n.....**.....\n.........*..\n.........**.\n..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....**\n...***\n..*...\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n...*.*\n.**..*\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.....*\n...*.*\n***...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..*.*.....\n...**.....\n..*.*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n..*.**....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....*.....\n..*.**....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*.\n*...**.\n**..**.\n.*.*..*\n.*.*.**\n*******\n..*.*..\n*..**.*\n.*.****\n.*.**..\n*...***\n*.*.*..\n.******\n...**..\n```\n\n\n## Output without wrap\n\n```\n.**....\n*...***\n*..*.**\n**.*...\n.......\n.......\n**...**\n.*...**\n..*....\n..*....\n*.*....\n*.*....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n*..*..*\n**.*...\n.*.*...\n.......\n.......\n*......\n.*....*\n.**...*\n.**...*\n*.*....\n..*....\n.*....*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*.***\n*.***\n**...\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*...*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n***..*\n******\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n*....*\n*..***\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n.*....*...\n.*..**....\n.*........\n.*.**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.*...**...\n*.*.***...\n*..**.....\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...\n......*...\n*.*.***...\n*....**...\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*.*\n****.\n**.**\n*.*.*\n.***.\n**..*\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n...*.\n*....\n.....\n....*\n*...*\n....*\n....*\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n......*.*...\n..*.........\n.*....**....\n............\n.....**.*...\n.....*......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n......*.....\n............\n.....*......\n.....**.....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n......*.....\n............\n.....*......\n.....**.....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n*..*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**.*****.\n.*..*.*...***\n**..*******.*\n....*.*....*.\n*...*.*.**..*\n....*..*..*..\n.......*.*.**\n*.....*.***..\n*.....**..*..\n```\n\n\n## Output without wrap\n\n```\n..*******....\n**....*....**\n............*\n**.....*....*\n..**..*.**...\n....*.......*\n...........*.\n.....*..*....\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n**......**...\n**...........\n*......*...**\n*.**..*.**..*\n*...*........\n*..........**\n.*....**...*.\n.*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....**.\n....*.*.\n.....*..\n...*....\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n....*.*.\n....**..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....**.\n....*.*.\n....**..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n..*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n....*\n**..*\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n......*.*\n......*.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....\n.*..*....\n.*..*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.\n.**...*\n**.*.**\n...*.**\n.***.*.\n..***.*\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n...*...\n*****..\n*......\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.\n..*.**.\n..***..\n**.....\n**....*\n......*\n*..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n.***..\n.**.**\n.**.**\n*...**\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n.*....\n*.**.*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n.....*\n......\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.****\n..*.*\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n.....\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*...\n.*..*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n****\n***.\n```\n\n\n## Output without wrap\n\n```\n...*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n...*\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.***\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n...*\n....\n....\n...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.**..**..\n*..******.*...\n..***..*.*****\n****.**.**.*.*\n....*....*.*..\n*..*...*.*..**\n.......***.**.\n**.****..*.*.*\n.**..*..*..**.\n*.*..**.*.....\n```\n\n\n## Output without wrap\n\n```\n..*.....****..\n.*............\n*............*\n.*...***.....*\n*...****.*.*.*\n.......*.*...*\n****.*.*.*.*..\n**.****..*...*\n........*****.\n..*..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......**..\n.*...........*\n..............\n**...***.....*\n....****.*.*..\n.......*.*...*\n.***.*.*.*.*..\n**.****..*...*\n........*****.\n........***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...*.\n.........*.*..\n....*.*..*..*.\n..***..**....*\n....**...*...*\n..*.*.*..**..*\n......*.......\n.......*....*.\n```\n\n\n## Output without wrap\n\n```\n..............\n........*****.\n....**.*.**.*.\n......****..**\n..*...**.**.**\n...**.*..**...\n.....***......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..**.\n........*****.\n....**.*.**.*.\n......****..**\n*.*...**.**.**\n...**.*..**...\n.....***......\n.......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n*.*\n***\n...\n*..\n***\n**.\n.**\n*.*\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n*.*\n*..\n*..\n..*\n...\n..*\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n*..\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n*.*...*\n**...**\n.......\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n*....**\n.....**\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n.......\n**....*\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.**.\n**.*\n**.*\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n...*\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.*****\n************.\n*****.****.**\n********.****\n**.**********\n****.********\n*************\n****...****.*\n***********.*\n*************\n********.****\n.***.********\n*************\n***.**..*****\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****.....\n....**..*....\n...*..*.*....\n....*..*.....\n....**..*....\n....*.*......\n.............\n..**.........\n....*.**.....\n```\n\n\n## Output without wrap\n\n```\n....*.**.....\n...*....*....\n...*..*.*....\n...**.***....\n...**.**.....\n....*........\n...*.........\n...*.........\n...*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*....\n...*....*....\n...*..*.*....\n...**.***....\n...**.**.....\n....*........\n...*.........\n...*.........\n....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**..***..*..\n*......**.*.**\n......*...***.\n*.......*.....\n.*...*........\n```\n\n\n## Output without wrap\n\n```\n.......******.\n........*.*..*\n..........*.**\n...........**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*.**..\n*.......*.*.*.\n**........*..*\n*......*.*.*.*\n*.*.....******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*...*...*.\n.*.***...*\n......**..\n....***..*\n```\n\n\n## Output without wrap\n\n```\n..........\n...***....\n...******.\n...*...**.\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....*\n*..***...*\n*..*******\n*..*...**.\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n***...\n......\n.**...\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....\n....*...\n*...**.*\n.....**.\n*.**.***\n...*...*\n```\n\n\n## Output without wrap\n\n```\n..**....\n.**.**..\n....*...\n.*.*....\n..**.*.*\n..***..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n***.**..\n....*..*\n.*.*....\n*.**.*..\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..**.\n*....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n....*\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n....*\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......*..\n**.**....**.*\n**.**...**...\n*.*....**....\n..*...**..**.\n.*...**...*..\n```\n\n\n## Output without wrap\n\n```\n.***.....***.\n*...*...*.**.\n....*..*..*..\n*.*...*...*..\n..*..*..****.\n.....***..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****....*..\n....*...*.***\n....*..*..*..\n*.*...*...*.*\n..*..*..****.\n.**..***.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*....\n.*..**....\n.****.*.*.\n...*.****.\n....**.*..\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n....**....\n**....*...\n.*......*.\n........*.\n..**.*.**.\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*....\n**....*...\n.*......*.\n........*.\n..**.*.**.\n..*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n..***....\n.........\n.**......\n..*......\n***..**..\n...****..\n.....**..\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.*.*.....\n***......\n*..*.....\n*........\n.*.*..**.\n..*......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.**......\n.*.*.....\n***......\n*..*.....\n*........\n.*.*..**.\n.....**..\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n.**..*\n..****\n**...*\n.*...*\n..*..*\n**.***\n****..\n*.*..*\n.*..**\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*.***\n......\n*..*.*\n**.*.*\n***.**\n*.**.*\n*....*\n.....*\n*....*\n*..***\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n...*..\n.*.*..\n.**.**\n..**..\n......\n......\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n**..*\n***..\n.*.**\n.*.**\n.**..\n.*.**\n.*.*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n**...\n...**\n...**\n*..**\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n.....\n*....\n.*.**\n.*.**\n.*...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n***.....\n........\n.....*..\n.....**.\n.*..**..\n*...**..\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n*.*.....\n.*......\n.....**.\n.....**.\n........\n..***...\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*.......\n.*......\n.....**.\n.....**.\n........\n.**.*...\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n......\n*.....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*..*.*\n.*.*..\n.**...\n**..**\n****..\n...***\n*....*\n**.**.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.....\n*.....\n..*..*\n...**.\n....*.\n*.*.*.\n*....*\n*...*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*.*...\n...*.*\n....*.\n..*...\n.*..*.\n....**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*..*\n.........***\n*..***.....*\n*.....**....\n.*****.....*\n.*..........\n..**........\n....*..*.*..\n..**....**.*\n.*.*...***.*\n.*.......***\n```\n\n\n## Output without wrap\n\n```\n.........*.*\n**..*....*.*\n....***....*\n*.....*.....\n*******.....\n.*..........\n..**........\n....*....**.\n..***.......\n.*.*...*...*\n..*......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*...\n.*..*....*..\n*...***.....\n......*.....\n.******.....\n**..........\n..**........\n....*....**.\n*.***.......\n.*.*...*...*\n.*.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n......\n..**..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n***.****\n********\n***.****\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*.*..\n.*...\n...*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n*....\n.*.*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*****\n.....\n...**\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*\n...*..*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n..**.*.\n..****.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.**\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n*..\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n***\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n*.....\n.*.*..\n*.*...\n......\n.*....\n....**\n.*...*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n***...\n.**...\n.*....\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n***...\n***...\n.**...\n.*....\n......\n....**\n*...**\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n***.\n*...\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n..**\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.*.\n.***\n...*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*.....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n**.*\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n.**.\n**.*\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.***.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.***.\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n..***\n***..\n.*.**\n.*.*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...****..*.\n..*...*..*.*..\n*....*.**.**.*\n****.*...****.\n.........**.*.\n*....*.......*\n...**.*...*.**\n.**..*....*.*.\n.*.......*....\n.*........*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....*****...\n.....*.....*..\n*..***.**.....\n***.*.*......*\n*.*.*....*..**\n....**...**..*\n.****.*.....**\n.*****...**.**\n**.......**...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...****..**\n*....*.....*..\n*..***.**....*\n***.*.*.......\n..*.*....*..*.\n*...**...**...\n.****.*.....*.\n******...**.**\n**.......**...\n***....*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n...*.**..\n*.**.....\n.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..****...\n.*...*...\n...***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....****\n*......**\n**...*...\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.....\n..***....\n**.**....\n.*.....**\n***...*.*\n.*..*.*.*\n.*..***.*\n***..*.**\n*.*...**.\n*.......*\n```\n\n\n## Output without wrap\n\n```\n..**.....\n**..*....\n***......\n*.*******\n..*..**.*\n..*...*.*\n........*\n..*.**.*.\n*.*....*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....*\n.*..*....\n***.....*\n*********\n..*..**..\n..*...**.\n.........\n..*.**...\n*.*....**\n**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n.*..\n....\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n.*..\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*\n.....*..\n........\n........\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n..*...\n.**...\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...*...\n...***.\n....**.\n.....*.\n...*...\n...**..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n...*.*.\n...*..*\n.....*.\n...*...\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n...*.*.\n...*..*\n.....*.\n...*...\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..**.\n.*..*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..***\n.**.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*.***\n.**.*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*....\n.....\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*...*\n...*.\n**..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n...\n***\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*..\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.......*\n..****.*...\n*..**...*.*\n..*.*..*...\n..****.....\n```\n\n\n## Output without wrap\n\n```\n.**.*......\n..*..*...*.\n.*....***..\n.**........\n..*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*....\n..*..*...*.\n.*....***..\n.**........\n..*.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...\n**.**...\n**.**...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**.**...\n.....*..\n**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n.....*.*\n.....*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n.*......\n..*.....\n*...**..\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.*......\n...**...\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.**.....\n.*......\n...**...\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n..**.*\n.*..*.\n...*..\n....*.\n...*..\n..*..*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*.*.\n..*..*\n.....*\n..*..*\n....*.\n.***..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*...\n..*.*.\n..*..*\n.....*\n..*..*\n.*..**\n*....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*.....\n......***.**\n....***..*.*\n```\n\n\n## Output without wrap\n\n```\n......*.....\n........****\n.....**.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**..\n*.......****\n*.......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n....\n.***\n****\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.*..*..\n**...***\n..**...*\n.....***\n.....*..\n*.*..**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n*....*..\n*..***.*\n.**.*...\n....**.*\n....*..*\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*....*..\n...***..\n.**.*...\n....**.*\n....*...\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n..*...\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n....\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.....*.\n....**.\n....*..\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....**.\n...*..*\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....**.\n...*..*\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*..*\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.\n........\n**......\n.......*\n..*.....\n*.......\n..*...*.\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.*......\n........\n.*......\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n........\n*.......\n**......\n........\n.*......\n.*.....*\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..\n.**....*\n*......*\n..***..*\n**...*.*\n```\n\n\n## Output without wrap\n\n```\n.*..**..\n.*..*.**\n......**\n....*..*\n.*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n**....**\n.*****..\n**...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n......\n......\n.*....\n*.....\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n....*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.**..\n.**..\n.**..\n..***\n*...*\n.**.*\n***..\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n*..*.\n.....\n..*.*\n....*\n..*..\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n*..*.\n*....\n..*.*\n.....\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...**\n*...*\n**..*\n*.*.*\n..***\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n**..*\n*...*\n*.*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n.....\n.....\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n..*..*\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*****\n*.**.\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*...*\n.....\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n..*.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.**.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...*..**\n*....*.*\n.....*..\n*...*...\n..*.....\n...**...\n..*..*..\n*.....**\n........\n****....\n...*...*\n**.*...*\n```\n\n\n## Output without wrap\n\n```\n........\n.....***\n....*..*\n....*.*.\n....*...\n....*...\n..*.....\n..*...*.\n...**.*.\n..**....\n.*..*...\n.*..*...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n**......\n.*..*...\n*...*...\n....*.**\n....*...\n..*...*.\n..*....*\n...**..*\n*.**...*\n**..*...\n....*..*\n***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*..\n......*.*\n.......**\n...*.**..\n***......\n.**......\n.**....*.\n.*.*.*..*\n*.*.*....\n```\n\n\n## Output without wrap\n\n```\n.......*.\n......*.*\n.....*..*\n.**...**.\n*..*.....\n...*.....\n*..*.....\n*..**....\n.****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.**\n*.....*.*\n.....*..*\n***...***\n*..*.....\n...*.....\n...*.....\n...**...*\n*...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*.*.*\n..***\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n***.*.\n****..\n*..**.\n....**\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n....**\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...*..\n......\n......\n**...*\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n****\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n****\n....\n....\n..**\n*..*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n.**.\n.*.*\n..*.\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n....\n*.**\n....\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.**.\n...*\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n*..*\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.*.\n...\n...\n*..\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n.*.\n...\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n...\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*......***.\n..*...*******.\n..*..***.***.*\n.*...**...***.\n............*.\n...*****...*..\n......*...**..\n....***.**.*..\n....*......*.*\n..*..*.*......\n..*...*..*...*\n```\n\n\n## Output without wrap\n\n```\n..*....**...*.\n.***.*.......*\n.**..........*\n.....*.*.*...*\n.......*..*.*.\n....****..***.\n...*....**.**.\n....*.**.*.*..\n...**..**.*.*.\n...*.**.....*.\n......*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*......*\n.***.*.......*\n.**..........*\n.....*.*.*...*\n.......*..*.*.\n....****..***.\n...*....**.**.\n....*.**.*.*..\n...**..**.*.*.\n...*.**.....*.\n.***..*...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*.*.*\n....**.*..\n..***.*...\n....**....\n...*......\n....**...*\n```\n\n\n## Output without wrap\n\n```\n..**.*..*.\n.*.....**.\n......*...\n..*..*....\n...*......\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**......\n.*.....**.\n......*...\n..*..*....\n...*......\n*....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n******.*.\n..*....**\n*.*.**...\n...*.***.\n****..*.*\n*..***.*.\n.*****...\n..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n*......**\n**....*.*\n*.*....**\n**.....**\n*........\n***......\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n......*..\n*.*......\n........*\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..***\n..*..*..**\n.***..*.**\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n.**.***...\n.***...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***...\n.**.***...\n.******...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**....\n............\n......**....\n............\n............\n............\n............\n............\n............\n.*.........*\n.*..........\n*..........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n**..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n*...........\n.*.........*\n*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.*.\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n**.*\n....\n*..*\n*...\n**..\n*.**\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n*.*.\n*.*.\n*...\n.*..\n*...\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n.*.*\n....\n****\n...*\n.**.\n*.*.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n***.\n****\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*..*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n****\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n..*.*...*\n.*..*...*\n........*\n*...*..*.\n*..**...*\n*.**..***\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n.**.**...\n..***.***\n...**.*..\n...**....\n......*..\n.**.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n***..**..\n.****.**.\n*..**.*..\n...**..*.\n.*.....*.\n.*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n..**.*.\n....***\n.....**\n*.**...\n****.*.\n*....*.\n*.....*\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n..*....\n..**.**\n..**.**\n*.**...\n*..***.\n*....*.\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*......\n*.*....\n..**..*\n****...\n.***.*.\n...**..\n...***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n....\n.*..\n*.**\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n*.*.\n*...\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.**.\n...**...*.\n.****.**..\n.*...***.*\n.*.....***\n***..*....\n...*.**..*\n.***..*..*\n*..*..*...\n*.*.*..*..\n...*.*.***\n...**.**..\n..*.**..*.\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n***.*.....\n***.***.*.\n.........*\n****...*..\n*..*....*.\n****......\n*.......*.\n.**....*..\n..*.***...\n...**.....\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......*\n..*.....*.\n***.*....*\n.**.***.**\n.*........\n*.**...*..\n.*.*......\n..**.....*\n.........*\n..*....*..\n..*.***.**\n*.**....**\n...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**....\n*...*......\n...**.*.*..\n..****..*.*\n```\n\n\n## Output without wrap\n\n```\n....***....\n...******..\n..*.**.*...\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..***...\n...*.****..\n..*...**...\n..**....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*...\n.*.....***\n.*.....*..\n......*...\n......*...\n..........\n.*.*.*....\n**........\n....*.....\n...*.**...\n......*.*.\n.*.***.*.*\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n..........\n.....*....\n......**..\n..........\n.*........\n*.**......\n*.*.**....\n.*........\n......**..\n...*....*.\n...******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n....*...*.\n*....*...*\n......**..\n..........\n.*........\n*.**......\n*.*.**....\n.*........\n......**..\n..*.....*.\n.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n........\n........\n...*.*..\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n...*....\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n...*....\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*......*\n........\n........\n..*.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.....\n........*...\n...*.***....\n....*.*.....\n......**.*..\n............\n...*........\n```\n\n\n## Output without wrap\n\n```\n............\n....*.*.....\n...**.**....\n....*...*...\n.....***....\n......*.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n....*.*.....\n...**.**....\n....*...*...\n.....***....\n......*.....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.....\n*****\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.*..*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n**..*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*........\n*.*...***\n...*..***\n....*****\n.....****\n.*....*..\n.*.**....\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.....*.\n.*....*.*\n...**....\n....*....\n....*...*\n..*.*.*..\n..*.*.*..\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.....*.\n**....*..\n...**....\n*...*....\n*...*...*\n*.*.*.*..\n..*.*.*..\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..**..\n.**...\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***..\n......\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.***..\n......\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*..*.\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.*..*\n..**.\n...*.\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n..***\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n..***\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n**.*.\n**.*.\n.****\n```\n\n\n## Output without wrap\n\n```\n..***\n**.*.\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.*.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....**.\n.......\n......*\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n.......\n.....*.\n*....**\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n****\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n...*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.......*\n.*..*...\n..*.....\n.*.....*\n.*...**.\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.**.....\n.**.....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n*.*....*\n..*.....\n*.......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n*...\n*.**\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.*.*\n*..*\n*..*\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n.*..\n.***\n..**\n*...\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n...\n**.\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n..*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n.***\n*...\n****\n.**.\n..*.\n.**.\n***.\n**.*\n*...\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*.*\n*...\n*..*\n*...\n...*\n*..*\n...*\n....\n*..*\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n....\n....\n....\n...*\n*...\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n....*..*.\n....*..*.\n...**....\n*.*...*..\n*.....*..\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....***.\n...*...*.\n..**..*..\n...*.*...\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n........*\n...*...*.\n..**..*..\n*..*.*.*.\n..*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*****.\n.*.**.\n*****.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n**.**.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n*.*\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.***.*\n....*..*..\n...*......\n..*.*.....\n...**...*.\n*......***\n.......**.\n.*..**.***\n*...*.....\n```\n\n\n## Output without wrap\n\n```\n....*****.\n..****.**.\n...**.....\n..*.*.....\n...**..***\n.........*\n..........\n....****.*\n....**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.****.\n..****.**.\n...**.....\n..*.*.....\n...**..**.\n..........\n..........\n*...****.*\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n..***\n*..*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n.**\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n..*\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n...**\n**..*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n**...\n...**\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n.*.*.\n.*...\n*....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****.*.\n..*.*.**..\n.*.*****..\n.*..**....\n```\n\n\n## Output without wrap\n\n```\n..........\n.**....*..\n.*........\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n**........\n***.......\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...*\n*.*...*.\n***..***\n.***..*.\n*.**...*\n***.....\n...*....\n```\n\n\n## Output without wrap\n\n```\n*.**....\n.....*..\n*....*.*\n....**..\n*.......\n*.......\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*\n.....*..\n.....*..\n....**..\n.......*\n*......*\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.*..\n.*..*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n*.*.*****\n...*..*.*\n..*.**.*.\n**..*...*\n*.**..**.\n..*...***\n```\n\n\n## Output without wrap\n\n```\n.*.*...*.\n*...*...*\n*.......*\n*.*.***.*\n*.......*\n*....**..\n.*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..\n.....*..*\n.........\n..*.***.*\n.......*.\n.*******.\n..*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.*...\n*.*.*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n*.***.\n*.*..*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n*..*..\n*.*.*.\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..***\n*.*.*\n..*.*\n...*.\n```\n\n\n## Output without wrap\n\n```\n..***\n.**.*\n..*.*\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n*.*..\n***.*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*\n*.....*\n.****.*\n.*..*.*\n**..**.\n.....**\n**.....\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*...*..\n*****.*\n....*..\n....*.*\n....**.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.*..*.*\n..***.*\n.*..*..\n....*..\n....**.\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n***.\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....*..\n......*....*..\n......*....*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......*....*..\n......*....*..\n......*....*..\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....*...**...*\n....*...**...*\n....*...**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*.*..\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n**...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*....\n**....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*.\n*********\n*****.***\n**.*.**.*\n*.*.**..*\n*****.***\n.*****.**\n.*.**.*.*\n**.*.****\n.********\n*...*****\n***..*..*\n*********\n```\n\n\n## Output without wrap\n\n```\n*......**\n.........\n.........\n........*\n........*\n*........\n.........\n.........\n*........\n.........\n*........\n.........\n*..******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*****\n*****\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.*...*\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*..**\n*.....\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n........*...\n......*.*...\n.......**...\n..*.........\n..*.........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n........*...\n.........*..\n.......***..\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n........*...\n.........*..\n.......***..\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*..**\n.....\n.....\n.****\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*.*.\n.*...\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n.....\n****.\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**...**.\n.*....*...*..\n**.*....*..*.\n.*.*.***...*.\n**.*.**...*..\n*.*..*.***...\n```\n\n\n## Output without wrap\n\n```\n....*..*.***.\n**.....*.*...\n****...**....\n****.**......\n.***.*.*...*.\n.*.**...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......**....\n.***...**....\n.***.**......\n**.*..**.....\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....**.*..\n....*..***..\n**.*...**...\n..*.****.*.*\n**...******.\n**..*.*.***.\n```\n\n\n## Output without wrap\n\n```\n......**.*..\n***......*..\n.***......*.\n..***.......\n*.**.......*\n**....*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.....\n***......*..\n****......*.\n..***......*\n..**........\n..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n*.....\n.....*\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n***...\n...***\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*****\n******.*\n*****.**\n********\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n.*.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*..*\n*.**\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n....**\n*.**..\n*.**..\n.*.**.\n**.*.*\n*..***\n.....*\n....**\n..****\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n...**.\n.*....\n......\n**....\n*...*.\n*..*..\n.*.**.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n**...*\n**...*\n*.....\n.*....\n.*.*..\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n....**\n.*....\n......\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n......\n.**...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n..*\n...\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n.*...*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.*..**\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*.....\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n....*.\n*.....\n*.....\n....*.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.....\n*....*\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*....*\n.*.**.\n.**..*\n..**.*\n*.*...\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n......\n******\n...*.*\n**...*\n..****\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n***...\n.*.*..\n.....*\n.*****\n***...\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n...*..\n*..*.*\n..*...\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*..*.\n.*..*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.*.\n***\n...\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n***\n...\n**.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n.*.*\n.*..\n...*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n...**\n.....\n*****\n```\n\n\n## Output without wrap\n\n```\n.*...\n.**..\n.*...\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*****\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.*....\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..*.\n.*.*.*..*.\n.**.***.*.\n......*.*.\n......*...\n......*...\n...*......\n..*...*.**\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*...*.***\n.***.*..**\n..***.*...\n.....**...\n......*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.***...\n.*....*...\n.***.*..**\n..***.*...\n.....**...\n......*...\n......**..\n....**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n****\n*.*.\n****\n*.**\n.***\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..****\n..****..\n.*.*...*\n.*.*..*.\n**..***.\n**.*.**.\n...*..*.\n****.**.\n.*..****\n*.*...*.\n***.**.*\n*..**.*.\n```\n\n\n## Output without wrap\n\n```\n.**...*.\n*......*\n.*...**.\n.*.*..**\n...*...*\n**.*...*\n...*...*\n**.*....\n....*..*\n*.*.....\n*.*.*..*\n*.***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n**...**.\n.*.*..*.\n...*....\n**.*....\n...*....\n**.*....\n....*...\n..*.....\n..*.*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n...\n...\n***\n***\n...\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n***\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n..*..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n...***.\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n..***..\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n**.**..\n**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.*.***\n.*.***\n```\n\n\n## Output without wrap\n\n```\n**....\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n...**.*\n*.*..**\n..**...\n.......\n...*.**\n....*..\n```\n\n\n## Output without wrap\n\n```\n...***.\n...**.*\n.**..**\n.***...\n..***..\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n*..**.*\n***..**\n.***..*\n..***..\n....**.\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..****.*\n*.*....*****\n*.*.****....\n.****...*.**\n***..**.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*........\n*...*.*.....\n....**....**\n.......*.***\n.........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.....\n...*..*.....\n....**......\n....*..*....\n....***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.***.\n*****\n.***.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n......*\n*......\n*......\n...*...\n......*\n**.**..\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n..*..*.\n.*...*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n...*...\n*.*....\n*....*.\n****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n*..*..\n*..*..\n```\n\n\n## Output without wrap\n\n```\n*****.\n*..**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n......\n*.****\n***.**\n...*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*.*\n*.*..*\n*....*\n*.**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n.*.*..\n..*...\n......\n..**..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n..*....\n...*...\n...**..\n```\n\n\n## Output without wrap\n\n```\n..**...\n..*.*..\n..***..\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n..*.*..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*********.*.\n.*...****.***\n..*.*..*.*.*.\n*********.***\n.****..*.**..\n*.****..**..*\n.**.*.*..**.*\n**.**.**.****\n```\n\n\n## Output without wrap\n\n```\n.***.......**\n**.*.......**\n**...........\n.............\n.............\n......**.....\n**...........\n.....****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*............\n*............\n.*...........\n.............\n*...........*\n......**.....\n......**.....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n**..\n*.*.\n.***\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n..........\n....*.....\n..........\n....*.....\n....**.*..\n.....**.*.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n....**....\n...*...*..\n....****..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..........\n..........\n..........\n....**....\n...*...*..\n....*.....\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n...*....\n...*...*\n...*...*\n...*....\n...*....\n...*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n..***...\n..***...\n..***...\n..***...\n..***...\n..***...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n..***...\n..***...\n..***...\n..***...\n..***...\n..***...\n..***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n****.\n..***\n***.*\n.*.**\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n....*\n*....\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*....*.\n....**.**..*\n*....*.....*\n*..***...**.\n**.*.*.*....\n*.*..*.***.*\n.*.*..**...*\n..*...*...**\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n....***..***\n..**.....*.*\n.***..*.***.\n*..*.*......\n**.*.*....*.\n.*.*.*...*.*\n..*...*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...***..\n*.....*.....\n****.....*..\n..**..*.**..\n...*.*....**\n...*.*....*.\n.*.......*..\n**.....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.*...\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*..*\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n*..**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*.*\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..**.\n..***\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.........\n...*.........\n...*.........\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...*.........\n...*.........\n...*.........\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.*...*.......\n.*...*.......\n.*...*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n..........**.\n.........*.*.\n..........**.\n.............\n.............\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n..........**.\n.........*..*\n..........**.\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n..........**.\n.........*..*\n..........**.\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**...\n....*\n..*..\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n**...\n**...\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n***..\n*....\n***.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n****.\n...*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n****.\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*..\n....**...\n.**...*..\n.*..*.***\n***...*..\n.*.....*.\n*.*......\n*....*...\n......*..\n**.**.*..\n```\n\n\n## Output without wrap\n\n```\n....***..\n...*..*..\n......**.\n......*..\n.....***.\n.*.......\n.........\n.*.......\n**...*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**...*\n......**.\n**....*..\n*.....*..\n.....**..\n*......**\n*.......*\n.*......*\n.....****\n...*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*.*.\n........**\n*.*...*..*\n..**.**.*.\n```\n\n\n## Output without wrap\n\n```\n.......***\n..**.*..**\n.***.**..*\n.***.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*.*.\n..**.*..*.\n****.**...\n*...*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n*....*\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n....**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n...*.*\n...*..\n...*.*\n*..*.*\n..*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**..\n..**..\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..**..\n..**..\n*.**.*\n*.**.*\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n***.*\n*.*.*\n..*.*\n*.***\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n*...*\n*.*.*\n..*.*\n.**..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n..*..\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*.**\n**...**.**\n.*..****.*\n**...**.**\n*.*****.**\n.**.*.*.*.\n*.*..**.**\n```\n\n\n## Output without wrap\n\n```\n*.*..**.**\n*..*......\n..*.*.....\n*.........\n*.........\n*.........\n..**.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.....\n...*......\n..*.*.....\n..........\n..........\n..........\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.***\n....*.*\n*..***.\n..*.*..\n....*..\n*....*.\n*..****\n*.*.*..\n...**.*\n*...*..\n```\n\n\n## Output without wrap\n\n```\n...**.*\n.*....*\n.......\n.......\n...***.\n...*..*\n*..*..*\n.**...*\n.*..*..\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n.*.....\n......*\n.......\n...***.\n*..*...\n*..*...\n***....\n**..*.*\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.**.\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*.*.\n**.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n**.\n..*\n...\n...\n...\n...\n.**\n.**\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n.*.\n...\n...\n...\n...\n.*.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...\n....**..*.\n......***.\n........*.\n.*...*..*.\n```\n\n\n## Output without wrap\n\n```\n....**....\n....*...**\n.....**...\n.....**.**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n........**\n.....**...\n.........*\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n..*........\n.**...*....\n.........*.\n...........\n....*..*.*.\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n.**........\n.**........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.**........\n.**........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*..\n....***.*..\n..***.*.*..\n.*..*.**...\n.*.**.*....\n..*****....\n```\n\n\n## Output without wrap\n\n```\n......*....\n....*.*.**.\n..*.....*..\n.*....*....\n.*.........\n..*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*.*.**.\n..*.....*..\n.*....*....\n.*.........\n..*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.**\n***\n***\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n..*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...**..\n......*.....\n............\n.......*....\n............\n.*....*....*\n*...........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n*...........\n*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.*.\n......*..*\n**....****\n*****..*..\n.******...\n..........\n..........\n.**.......\n*..***.**.\n**...*...*\n.*..*.....\n..***.**..\n```\n\n\n## Output without wrap\n\n```\n......*...\n....*..**.\n.....**...\n....*.....\n...*.**...\n...****...\n.*...*....\n.**.......\n*.....*...\n..........\n*.....**..\n.*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*...\n....*.*...\n.....**...\n....*.....\n...*.**...\n...****...\n.*...*....\n..*.......\n*.....*.**\n**......**\n**..*...*.\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n***\n...\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n**.\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n***\n...\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n....**\n...*.*\n.**.**\n```\n\n\n## Output without wrap\n\n```\n...***\n......\n..**..\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*..*\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n****\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n..*...\n..*...\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n..**..\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..**..\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n.........***..\n...***........\n..*.*.........\n...*.***......\n...***.*.*....\n.....*****.*..\n...**.**.*.*..\n.....*.*...**.\n..............\n..............\n.........**...\n```\n\n\n## Output without wrap\n\n```\n..............\n...***...***..\n...***........\n..*.*.........\n..**....**....\n.........**...\n........**....\n....**...*.**.\n....**..*****.\n...........*..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...***....**..\n...***........\n..*.*.........\n..**....**....\n.........**...\n........**....\n....**...*.**.\n....**..*****.\n...........*..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*****..\n*******\n**.****\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n*..*..\n...***\n....*.\n....**\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.....*\n...*.*\n......\n...*.*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n...*.*\n......\n...*.*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**...*\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**...*\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n**.*.\n**.*.\n**.*.\n*.**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..*..\n..*..\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n..***\n..**.\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.\n**.**..*\n..**..*.\n...*****\n...**..*\n.*..*.**\n**.**.*.\n...**.*.\n```\n\n\n## Output without wrap\n\n```\n*.**....\n*...****\n.*......\n.......*\n..*.....\n**....**\n**....*.\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n....***.\n.*......\n.......*\n..*.....\n.*....*.\n**....*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*.**.\n****.\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**...\n***..\n.*...\n..**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.***.\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n...**\n*****\n.*.*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.**\n*.***..*.\n.*.*....*\n**.**.**.\n*.*.***.*\n***..**.*\n*.***.*.*\n***.*...*\n**.*..***\n....*....\n```\n\n\n## Output without wrap\n\n```\n*.....***\n*.....**.\n.....**.*\n*.....*.*\n........*\n*.......*\n....*.*.*\n....*.*.*\n*..***.**\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***.\n......**.\n.....**..\n......*..\n.........\n.........\n....*.*..\n....*.*..\n...***.*.\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..**..\n......\n......\n...**.\n**.**.\n****.*\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n..***.\n*....*\n*....*\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n..****\n......\n......\n.*****\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n.***\n.**.\n.*.*\n..**\n.*..\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n....\n*...\n.*.*\n.*.*\n*...\n*..*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n.*.*\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.*..\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n**..\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*\n*.......\n....*...\n....**..\n....*.**\n*....*.*\n.....*.*\n*...*..*\n.......*\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n....**..\n...**.*.\n....*..*\n....**.*\n....**.*\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*\n**.....*\n....**..\n...**.*.\n*...*..*\n*...**..\n....**..\n*......*\n.*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....**\n.....*..**.\n...*...****\n....**.****\n.......*.*.\n....***.**.\n***...*...*\n***..*...**\n*.*.......*\n*...**.....\n.*..**.**..\n.........*.\n..........*\n```\n\n\n## Output without wrap\n\n```\n........**.\n........**.\n...***.....\n...........\n.....*...*.\n.******.*.*\n.****.*....\n......**...\n.**...*..**\n.**....*.*.\n...*..*.**.\n.....*.***.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n**........*\n...***.....\n...........\n.....*.....\n.******.**.\n.****.*...*\n......**.*.\n..*...*..*.\n..*....*.**\n...*..*.*.*\n.....*.****\n*.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.**.*..\n...**..\n...*...\n...*...\n.*.....\n```\n\n\n## Output without wrap\n\n```\n...**..\n....**.\n..*.**.\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n.**.**.\n..*.**.\n..**...\n..**...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n**........\n.....*..**\n*..**.**.*\n**.*.*.***\n```\n\n\n## Output without wrap\n\n```\n**........\n**......**\n**..******\n****......\n****.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*......*.\n.*..*****.\n.***......\n.*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....\n...*..**\n*.....*.\n..*.....\n.*......\n*..*....\n```\n\n\n## Output without wrap\n\n```\n.**.....\n..*...**\n.*....**\n.**.....\n.**.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*\n..**...*\n........\n.**.....\n***.....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n.*.\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..*......\n**.*.....\n***......\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**......\n*..*.....\n*.*......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.**......\n*..*.....\n*.*......\n.*.......\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..***\n....*..*..\n..**.*....\n*..*.**...\n*..*..****\n..*...*...\n..*****...\n..*....*..\n```\n\n\n## Output without wrap\n\n```\n...***.**.\n..*..*.**.\n.*.....*..\n.*...*....\n*...*..***\n*.....*.*.\n....*..*..\n.**.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....*.\n..*.*..*..\n.......*..\n.....*..*.\n....*..*..\n......*...\n.....***..\n.***....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n....**\n.....*\n...***\n..**..\n.**...\n.***..\n.*.*..\n**.*..\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n...*..\n..**.*\n.*....\n......\n*..*..\n...**.\n*..*..\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n....*.\n*..*..\n..**.*\n.*....\n......\n*..*..\n...**.\n...*.*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*\n*.........\n..........\n........**\n**........\n***.....*.\n**.**...**\n*.*....***\n......***.\n......***.\n......*.**\n.......**.\n...*......\n**......**\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n..........\n..........\n........**\n..**....**\n...**.....\n..**......\n..........\n..........\n......**.*\n......**.*\n.......*.*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*.\n*.......**\n.*......*.\n*.......**\n........*.\n..**......\n...**.....\n..**......\n..........\n..........\n......**.*\n*.....**.*\n**.....*..\n.*.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*...\n**......\n.*..*..*\n....*..*\n.......*\n.....**.\n........\n........\n...***..\n...*..**\n```\n\n\n## Output without wrap\n\n```\n**......\n..*.....\n**......\n......**\n.....*.*\n......*.\n........\n...**...\n...*..*.\n...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.\n.**....*\n.......*\n.......*\n.....*.*\n......*.\n........\n...**...\n...*..**\n*.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n**..\n*.**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**..\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*..*.\n***.*\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n*.**.\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n...*.\n..**.\n..**.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*...*\n....*\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n*****\n*****\n.....\n.....\n.....\n.....\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.**..\n*....\n.....\n.....\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n........\n........\n........\n........\n........\n........\n........\n*......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n........\n........\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.*...........\n.............\n.............\n.......**....\n.......*.....\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.......**....\n.......**....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.......**....\n.......**....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n.*.*........\n..*.*.......\n............\n............\n............\n.**.........\n.**.........\n...*........\n..*.........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n..**........\n..**........\n............\n............\n............\n.**.........\n.*.*........\n.*.*........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n..**........\n..**........\n............\n............\n............\n.**.........\n.*.*........\n.*.*........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n....\n...*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....****\n.*.*...**.**\n*........*.*\n........****\n............\n..*......***\n.***......**\n*****.......\n...**..**...\n..**...***.*\n```\n\n\n## Output without wrap\n\n```\n.***...**..*\n**.*...*....\n.......*....\n........**.*\n........*...\n.***.....*.*\n*...*....*.*\n*...........\n.......*.*..\n..***..*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n.*.*...*....\n.......*....\n*.......**.*\n........*...\n****.....*.*\n....*....*..\n*..........*\n*......*.*..\n**.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n**.*.\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n**...\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*.*\n**...\n...*.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..*.\n*.**\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n.***\n*...\n*.**\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n..**...\n...*...\n*.....*\n.......\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n...*...\n...**..\n..**...\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n...**..\n..**...\n.......\n*.....*\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*.*.\n.***\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.***.\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n..*..\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n...*.....\n***.**...\n**...*...\n.**......\n.*****...\n*...**...\n........*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n..**.....\n.*...*...\n.........\n..*...*..\n.....**..\n.*..***..\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..**.....\n.*...*...\n.........\n..*...*..\n.....**..\n*...***..\n.........\n*.......*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*..*\n*..**...**..*\n...**..**....\n*............\n**..........*\n.*..........*\n```\n\n\n## Output without wrap\n\n```\n...*....**...\n..*.*..*..*..\n.*..*..*.*...\n***.....*....\n..*..........\n**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**...\n....*..*.....\n....*..*.*.*.\n.**.....*..*.\n.............\n..........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n***...\n*..*.*\n.**...\n**.*..\n......\n.**...\n*..*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*....\n..**..\n..***.\n*****.\n**....\n*.*...\n***...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n..**.*\n..**.*\n**..*.\n*.*...\n***...\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n..*.*..\n..**...\n.......\n*....**\n.......\n*....**\n.......\n.......\n.......\n.......\n..**...\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*.*..\n..**...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n.**.*..\n..**...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n........*\n.*.**.*.*\n.*....*..\n*..**..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......*.\n..*..*...\n**....*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*......*.\n..*..*...\n.*....*.*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.**.\n*.**.\n**...\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n*.*..\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**...\n*.*..\n**.*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n****\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.........\n.**......\n*..*.....\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**......\n*..*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.........\n.**......\n*..*.....\n*..*.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.*****\n.*.***.*******\n***..*********\n**************\n.*************\n***.*.********\n*******.******\n.*************\n****.*********\n```\n\n\n## Output without wrap\n\n```\n**.....*.....*\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.***.\n*...*\n.....\n.*.*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.***.\n.....\n**.**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*****\n*****\n*...*\n.*.*.\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.**\n.....\n.....\n*....\n..*..\n...*.\n***..\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n.*.*.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**.*.\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*****\n.*.*.\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n**.**\n**.**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**.**\n.*.*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.*...\n*.*...\n..*..*\n**...*\n.....*\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n..**..\n*.*...\n.*..**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*.**.*\n*.**.*\n..*..*\n.*..**\n.....*\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*****.*.\n..**....**.\n...*.***...\n.......**..\n...........\n...........\n...........\n...*.......\n....*......\n...**...**.\n..***......\n.........*.\n```\n\n\n## Output without wrap\n\n```\n..*****.*..\n.*.....*.**\n..**...*.*.\n...*...**..\n...........\n...........\n...........\n...........\n...........\n....**.....\n..*.*......\n...*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.****.**\n.*.....*.*.\n..**...*.*.\n...*...**..\n...........\n...........\n...........\n...........\n...........\n....**.....\n.**..*.***.\n.**...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n**.*..\n.*****\n```\n\n\n## Output without wrap\n\n```\n....*.\n***..*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*..\n.***\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n.*.*\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n**.*\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n........\n.....*..\n.....*..\n...***..\n.*.*....\n..*.....\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....***.\n..**.**.\n...**...\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n....***.\n..**.**.\n...**...\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n......\n.*...*\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n*..\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n...\n.**\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n.**\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n....\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n..*..*\n*.*..*\n.*..*.\n.***..\n....*.\n```\n\n\n## Output without wrap\n\n```\n..****\n.*....\n..*..*\n......\n.*..*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n.*....\n*.*...\n......\n*.**..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*....\n*....\n*....\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n**...\n.....\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*....\n**..*\n*....\n*..**\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**.*\n.*..*....\n.****....\n.*....*..\n*.***..**\n.*.*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n****.....\n..**.**..\n*.*..*.**\n****.*...\n..***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n......*.*\n****.**.*\n..*..*.*.\n*.**....*\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**.**\n.....\n**...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*...*\n..*..\n**...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n**..\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.\n****.*\n******\n*.***.\n*.***.\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n.**\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.**\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****..***\n..*..*..*.*.\n.*.**.*..***\n.*.*.*...*.*\n*.**.*.*.***\n...**.*.*...\n*.**.....**.\n..**.**.**.*\n..**.*.**...\n*.**.**.....\n*..***..****\n.**.***.....\n*.*.*...*..*\n*..**.**....\n```\n\n\n## Output without wrap\n\n```\n..*********.\n.*......*..*\n......*.*...\n**..**.**.*.\n**..**.*..*.\n.....*..**.*\n............\n.....***.*..\n.........*..\n..........*.\n.*....**.***\n*.....*****.\n*.*.**..*...\n.****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*...*.\n...*......**\n.*....*.*...\n.*..**.**.**\n.*..**.*...*\n.....*..**..\n..........**\n*....***.*.*\n.........***\n*...........\n**....**.**.\n......****..\n..**.....*..\n..**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n..**...*\n......**\n.......*\n........\n..**....\n..**....\n..**....\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**..**\n.....*..\n......**\n........\n..**....\n.*..*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n*..*.**.\n*....*..\n*.....*.\n........\n..**....\n..*.*...\n...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*\n........*\n..*......\n.*.**...*\n*...*....\n.*.......\n..*......\n*.**..*..\n.........\n.*.......\n..*....*.\n.......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n.****....\n*****....\n.*.......\n..**.....\n.***.....\n.**......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n*........\n*.**.....\n*****....\n*****....\n.*.......\n..**.....\n.***.....\n.**......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***...\n.......*.*...\n........**...\n***.....**..*\n***......*...\n```\n\n\n## Output without wrap\n\n```\n........*....\n......**.**..\n.*.......***.\n*.*.....*.*..\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**..\n**....**..**.\n**.......**..\n..*......**.*\n***.....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*.*.*\n****.\n...*.\n**..*\n.....\n*****\n*.*..\n```\n\n\n## Output without wrap\n\n```\n*****\n....*\n*...*\n...**\n.....\n....*\n*.**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n...*.\n*...*\n.....\n*.***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n....\n....\n....\n....\n..**\n..**\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n****\n....\n....\n....\n....\n...*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*..*.\n...**\n..*.*\n..***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n***..\n*..**\n..*.*\n..*..\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*..*.\n*.*..\n*.*..\n*.*.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*..\n...\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........\n*.........*\n.........*.\n..*..*.....\n...........\n.......*...\n........**.\n.........*.\n..........*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n........*..\n........**.\n........***\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n*.........*\n..........*\n...........\n...........\n........*..\n........**.\n........***\n..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**.*\n**.**\n...*.\n*...*\n..***\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n....*\n*...*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.*...\n*..*.\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n..*..\n.**.*\n*..**\n****.\n*..**\n.*.**\n**.**\n.****\n****.\n**...\n...**\n***..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n..*..\n.**.*\n*...*\n*....\n*....\n.*...\n*....\n.....\n....*\n*...*\n...*.\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n..*.*\n.**.*\n.....\n.....\n.....\n.*...\n.....\n.....\n.....\n.....\n...**\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*..\n**..*.**\n.*..*...\n.*..*...\n.*...*..\n.*....*.\n**....**\n*..***..\n```\n\n\n## Output without wrap\n\n```\n*...*.*.\n......*.\n........\n.....*..\n........\n....*..*\n....*...\n*.***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....***\n.......*\n.....***\n.......*\n....*.**\n....*.*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*.......\n*..*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n..*...*.\n..*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n***.\n.**.\n..*.\n*.**\n....\n....\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*.*\n..*.\n..*.\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n.***\n.*.*\n.**.\n**.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.....***..\n......**......\n..*...*....**.\n..**..**.***..\n```\n\n\n## Output without wrap\n\n```\n..*.......*...\n.*.*..**....*.\n..**.*..*..**.\n..**..**..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....*.*..\n.*.*..**....*.\n..**.*..*..**.\n......****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.\n*.*..****\n.......*.\n.......*.\n..*....**\n.*.****.*\n..*......\n.........\n.........\n..**.....\n..**.....\n...*.....\n.**...**.\n```\n\n\n## Output without wrap\n\n```\n**.....**\n*.......*\n.........\n......**.\n..****..*\n.*.****.*\n..****...\n.........\n.........\n..**.....\n....*....\n.*.*.....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n*........\n.........\n......**.\n*.****..*\n**.****.*\n..****...\n.........\n.........\n..**.....\n....*....\n.*.*.....\n***...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*******\n****.*.*\n*****.**\n******..\n**.*****\n*.****.*\n******.*\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n........\n........\n........\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n*...**\n*.*...\n*.*...\n*...**\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n****..\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n******\n*.***.\n*.***.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...*.***\n*.*...*......\n....*......*.\n........*.*..\n.*.**.*.***..\n..*....*.*...\n*...*..*..**.\n*.*.*....*...\n........**..*\n.*..*....*...\n**.*.*.*..*.*\n.**.***....*.\n**.*..**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.***.......*.\n.**.**....*.*\n.............\n...***.**.**.\n..**......*..\n.**.****...*.\n.........**..\n.*.*.....*.*.\n.*.*....***..\n***.*....***.\n*..*......**.\n........*..**\n**.**.**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.****.\n***.**....*..\n.............\n...***.**.**.\n..**......*..\n.**.****...*.\n.........**.*\n**.*.....*.*.\n**.*....***..\n.**.*....****\n...*......***\n........*..*.\n......****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**\n*...****\n.***..**\n**..**.*\n.*.....*\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n.*.....*\n*...*...\n..**....\n*..***.*\n.**.***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...\n....*...\n..**....\n...***..\n.**.****\n.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n....******.\n......****.\n......*....\n...........\n...........\n..*........\n..*........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n......**...\n.....****..\n.....*.*.*.\n........**.\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n......**...\n.....****..\n.....*.*.*.\n........**.\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*.*..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n****..\n......\n*.*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n*.....\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.***..\n*.....\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..*.\n......*.\n**..***.\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*.\n..***.*.\n..***.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**..**\n..**..\n..***.\n**..*.\n......\n```\n\n\n## Output without wrap\n\n```\n..*..*\n..**..\n..*..*\n...***\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.***..\n..*...\n.*.**.\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*.\n...*.*..\n........\n........\n........\n.....*..\n```\n\n\n## Output without wrap\n\n```\n...***..\n...*.*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.\n...*.*..\n........\n........\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n*.*\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..***...\n..***...\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*.*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**...\n..**.\n*.***\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..***.**\n.*..*..*...\n*...*...**.\n*...*......\n**.*.......\n*..*.......\n*..*...*...\n*....*.*.*.\n*...**...*.\n.*...*..*..\n```\n\n\n## Output without wrap\n\n```\n.**..****..\n*****..*..*\n**.***..*..\n*..**......\n*****......\n*..**......\n**..*.*.*..\n**...*.....\n**..**...*.\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.*.*.\n.****..*...\n**.***..*.*\n*..**......\n*****.....*\n*..**.....*\n**..*.*.*..\n**...*.....\n**..**...*.\n.**....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*.*.*.\n..***.\n...*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...*.\n.**.**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n..*.*.\n**..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n****\n****\n**.*\n****\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..........\n..*.........\n............\n..*.........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.........\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n....\n..*.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*...\n....\n....\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n***.\n...*\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n...*\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*.*\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..........*...\n.......*.**...\n.......*......\n......*.*.....\n*..**........*\n*...*.......**\n.......*...*..\n.*.**.*.*.....\n.*..***..*....\n....****......\n.......*..****\n.......*.*.**.\n```\n\n\n## Output without wrap\n\n```\n..............\n........*.*...\n.......*......\n......**.**...\n....**.**.....\n...*.*......**\n..*...*....*..\n......**....**\n..*...*.*.....\n..*.**..*..*..\n......***.***.\n......**..*..*\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**..\n........*.....\n.......*......\n......**.**...\n....**.**.....\n...*.*........\n***...*....**.\n**....**....*.\n.**...*.*....*\n..*.**..*..*..\n......***.***.\n......**..*..*\n.........****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*....*.....\n.....*....*.*.\n...*..........\n*.**.**...*...\n......**.*.*..\n.......*.*.*..\n.......*......\n```\n\n\n## Output without wrap\n\n```\n..............\n..*.*.........\n..**.**....*..\n..******..*...\n.....*.*.*.*..\n.......*......\n........*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..*.*.........\n..**.**....*..\n..******..*...\n.....*.*.*.*..\n.......*......\n.......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.***.\n.****\n*****\n.**..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n.....\n*...*\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**..*\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......*.\n*..**......*\n*.***...*.*.\n*.*..**.**..\n..*.*.......\n......***.*.\n...........*\n....*...*...\n....*....*..\n....*...*...\n............\n```\n\n\n## Output without wrap\n\n```\n...*........\n....*....***\n*.*....**.*.\n..*..*.***..\n.*.*........\n.......*....\n........**..\n............\n...***..**..\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......*\n*...*....**.\n*.*....**.*.\n..*..*.***.*\n.*.*........\n.......*....\n........**..\n............\n...***..**..\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.**....\n***....\n.*.....\n**.....\n***....\n.***...\n```\n\n\n## Output without wrap\n\n```\n.**....\n*..*...\n*......\n.......\n.......\n...*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*..*...\n*......\n.......\n.......\n...*...\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n...*..*...\n....*.*...\n.....***..\n**......*.\n**..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.....***..\n....*.....\n.....***..\n**......*.\n**.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n.....***..\n....*.....\n.....***..\n**......*.\n**......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n....*..\n.......\n.......\n...*...\n*.*...*\n**..**.\n.....**\n...*..*\n.......\n......*\n.******\n...*...\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.......\n.......\n.......\n*.****.\n**..*..\n......*\n.....**\n.......\n..***.*\n..*****\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..**...\n.......\n.......\n.......\n*.*****\n.*..*..\n.......\n.....**\n.......\n*.***.*\n*.*****\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.\n....*..\n.....**\n.....**\n....**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n....*.*\n....*.*\n.......\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n....*.*\n....*.*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..*...\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*...\n..**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*..*\n.*...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.*..*\n.....\n*....\n*....\n.....\n....*\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n..****\n...*.*\n...*.*\n...*.*\n..*.**\n**.*..\n**....\n```\n\n\n## Output without wrap\n\n```\n.****.\n.***.*\n.....*\n..**.*\n..**.*\n.**..*\n*..**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.***.*\n*....*\n*.**.*\n*.**.*\n.**..*\n...**.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n.*.\n.**\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n...\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**....**\n**.*.**.**..\n.....****..*\n.*.*..*.....\n....*.*...*.\n.******.*...\n...*.***.***\n```\n\n\n## Output without wrap\n\n```\n*.*****..**.\n*..*....**.*\n**......**..\n....*.......\n.*....*.....\n..*.....*..*\n...*...****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n...*....**..\n.*......**..\n....*.......\n.*....*.....\n..*.....*..*\n.......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....**\n.**....**\n***.....*\n*......*.\n```\n\n\n## Output without wrap\n\n```\n.**....**\n.........\n*.*.....*\n*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*..\n.........\n..*......\n..*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*...\n....\n....\n*...\n...*\n**.*\n....\n....\n.*..\n*...\n.**.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n.*..\n.**.\n..*.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n....\n..*.\n.*..\n....\n**..\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n****\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n...*\n*..*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n.*.*\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n.*.*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n*.*.....\n...*....\n*.......\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n.**.....\n..**....\n.*......\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n..**....\n.*......\n..*.....\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n...**....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n...*.....\n```\n\n\n## Output without wrap\n\n```\n....*....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....*....\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.......****..\n.......*.....\n......*......\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n.......***...\n......**.*...\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n........**...\n.......***...\n......**.*...\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***....\n.**.**....\n.*.*......\n..**......\n..**......\n..*.*.....\n...***....\n..*****...\n.**..*..**\n.**...**.*\n.*.****.**\n```\n\n\n## Output without wrap\n\n```\n***.*.....\n*...*.....\n.**.......\n***.......\n.*****....\n.....*....\n.....**...\n.......*..\n..........\n....**.*..\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.*.......*\n.**.......\n***.......\n.*****....\n.....*....\n.....**...\n.......*..\n..........\n*.........\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.***\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n...*\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.***.\n..*.**...\n..****.*.\n```\n\n\n## Output without wrap\n\n```\n..*...*..\n.*.**..*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...***\n***...***\n***...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*...\n...*...*..\n**......*.\n.....*****\n...*...*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n.........*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..***.\n.***..***.\n.*........\n..........\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n*****\n.****\n**.**\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n*.**..\n*...**\n*...**\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*.**.*\n.*.*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n..**..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n.**\n...\n**.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n....**.\n.......\n..**.*.\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*..*\n..**.*.\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*\n...*.**\n..**.*.\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....**\n......*.\n.*.....*\n**......\n.*...*..\n**.....*\n```\n\n\n## Output without wrap\n\n```\n......**\n**....**\n........\n*.*.....\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**...**\n.*......\n.**.....\n..**....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.......*\n*...*.**\n*...****\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....***\n...**...\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n.......*\n*....*..\n...**...\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**......\n*.**..*...**.\n...........*.\n...........*.\n..........***\n..........**.\n.............\n......*....**\n```\n\n\n## Output without wrap\n\n```\n*.**.**......\n*.**.**...**.\n...........**\n.............\n............*\n..........*.*\n..........*.*\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.***..*..\n*.**.**...**.\n...........*.\n.............\n............*\n..........*.*\n..........*.*\n**...**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.**\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*\n..**...\n...*..*\n...*...\n..*....\n****...\n*......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**.**.\n...**..\n..**...\n.......\n*.**...\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n***.***\n...**..\n..**...\n.......\n*.**...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*....\n.******..*\n**..**....\n******....\n```\n\n\n## Output without wrap\n\n```\n.***.**...\n..**..*...\n..........\n*.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..**..*..*\n.........*\n..**..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.****.*.\n*.**....**.**\n.*.****.*.*..\n...**..*.****\n.*.*..***...*\n*.**.**.**.*.\n*****.*.*****\n*.***.***.***\n*.*.**....***\n...****.....*\n.**...*.**.**\n..******.**.*\n.***.******.*\n...***.*.****\n```\n\n\n## Output without wrap\n\n```\n...*...*.*.**\n.**........**\n.*...**......\n..........*.*\n.*..........*\n*............\n*............\n*.....*.*....\n..*......**..\n......**.*...\n.*......**..*\n............*\n.*..........*\n...*.*.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*......\n***........**\n.*...**......\n..........*.*\n.*...........\n.............\n.............\n......*.*....\n..*......**..\n......**.*...\n.*......**..*\n............*\n.*..........*\n*...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n*.******\n.*.*...*\n*****..*\n**.***.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n.....*.*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..**...\n.......\n.....*.\n.......\n.......\n....*..\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*..*.*\n*...**\n.*....\n..*.*.\n..***.\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***..\n*.**.*\n**..**\n.*.***\n.**.*.\n.*...*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n.*..*.\n**.**.\n.**.*.\n.*...*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n...*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..**\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.**\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n.*****\n.**.**\n*..**.\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n*.....\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n***\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n.*.\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n**.\n..*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n**.\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n..*...\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n**.*.\n*.*.*\n*....\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n..***\n**...\n*.**.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*...\n..**.\n**.*.\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n.*.\n.**\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n***\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*...\n**.*.*.*.\n...*...**\n......*.*\n***......\n*..*..***\n**.*...*.\n```\n\n\n## Output without wrap\n\n```\n*.**...*.\n*...*..**\n*.......*\n*.......*\n*..*..*.*\n...*.*...\n.**...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...*\n.*.**....\n........*\n*........\n**.*..*..\n...*..**.\n..***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n*.*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n*.**\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*..*\n*.**\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n..**.\n.....\n.....\n.....\n**..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..**.\n.....\n.....\n*....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n.*............\n.......*......\n..............\n..............\n..........**..\n..............\n..............\n**............\n.*...........*\n**...........*\n.......*.****.\n..........*.**\n...........**.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n..*...........\n**........**.*\n.........**...\n.........*...*\n...........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n..*..........*\n.*........**.*\n.........**...\n.........*...*\n...........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.***.*\n*..*.*\n.*****\n......\n```\n\n\n## Output without wrap\n\n```\n...*.*\n.*...*\n*....*\n.***.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n.*....\n......\n.***.*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******.\n*****.***\n****.****\n*****.**.\n*********\n*********\n**.****.*\n*.***.**.\n*********\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n........*\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n.....**...\n..........\n...**.....\n...*......\n......*...\n.......**.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n....**....\n...**.....\n...**.....\n.......*..\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n....**....\n...**.....\n...**.....\n.......*..\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n....***\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.....**\n......*\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n......*\n....***\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n..***.\n*.****\n******\n******\n.*****\n******\n******\n******\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**.**\n..**.*..*\n...*.*...\n*....*...\n.*.****..\n**.*.....\n***...**.\n*...**..*\n```\n\n\n## Output without wrap\n\n```\n.********\n.***.*.**\n..**.**..\n..**.....\n.*.*.**..\n...*...*.\n..******.\n*....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.\n.***.*.**\n..**.**..\n..**.....\n.*.*.**..\n...*...**\n..******.\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n******\n***..*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n**...*\n......\n*.....\n..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*****.\n..*..*..*.\n.*.***.**.\n....*...**\n**.**.*..*\n```\n\n\n## Output without wrap\n\n```\n..*******.\n.*........\n..**.****.\n.*.......*\n....**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..*...**..\n.***.***..\n.*.*......\n*.*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n*****\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n****.\n****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*.*\n*.**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**.*\n.**..\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n.*.*.\n**...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n..***\n*..*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n*..\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n**.\n..*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.*.**\n**.**\n*..*.\n*..*.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*.**\n.....\n**...\n*..*.\n****.\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n...*.\n****.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*..***\n.**...\n.**...\n..**.*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.****.\n*...*.\n......\n...**.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n....**\n*.....\n...**.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***\n*******\n*******\n.*.****\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n***.*.\n..*...\n***.**\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*...\n.*....\n.*....\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n**..*.\n....**\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n*...........**\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n*...........**\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*......\n.*..*......\n*....*.....\n.....*....*\n*....*....*\n```\n\n\n## Output without wrap\n\n```\n...........\n....**.....\n...*.......\n....*.*....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*...*\n**.*..*....\n**.*......*\n...*..*...*\n*..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n.......**.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n....\n....\n.*.*\n*.*.\n**.*\n.*.*\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n*..*\n**.*\n.*..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n****\n****\n....\n....\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*....\n.....***..\n..........\n.....***..\n.....*....\n...*.***..\n...*......\n.**.**....\n```\n\n\n## Output without wrap\n\n```\n....**....\n....***...\n..........\n.....**...\n..........\n.....**...\n...*......\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n....***...\n..........\n.....**...\n..........\n.....**...\n...*......\n.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n...***.\n..*.***\n*...**.\n.*....*\n*.....*\n...**.*\n**.**.*\n.*.*.*.\n.***...\n.......\n.***...\n.*.***.\n.****.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n***..*.\n***..*.\n...*..*\n*.**..*\n*..**.*\n***.**.\n....*..\n...**..\n.......\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.......\n***....\n.**....\n**.*...\n.***.*.\n.*.**.*\n..*.***\n....**.\n...**..\n.......\n*.*....\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*.\n.*....**\n.***...*\n**..**.*\n***..**.\n.*...*.*\n**..*..*\n.***..*.\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n......**\n....*...\n...*...*\n.....*.*\n...*...*\n.....*.*\n...*...*\n..**.*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n..**..*.\n...*..*.\n.....*..\n...*....\n.....**.\n...*....\n...*...*\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n....*.....\n....*.....\n....*.....\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n...***....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n...***....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.***..\n..***.\n**.**.\n*...**\n..**..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n*.....\n**....\n**..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*...*\n.....*\n.*....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*\n**..***\n*****.*\n.****.*\n*.*..**\n.*****.\n.******\n.*.****\n```\n\n\n## Output without wrap\n\n```\n.....*.\n......*\n......*\n.....**\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....***\n*.****.*.\n****...**\n.*.**.***\n.*...*..*\n**.*****.\n*.*.**.**\n```\n\n\n## Output without wrap\n\n```\n*********\n....**...\n*........\n...****..\n.*......*\n*..*.....\n*.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n.........\n...****..\n.*.......\n...*.....\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*.*.\n....*..*..\n..........\n***...**..\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*....\n***..*...*\n**........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n.***.*..**\n*.***.****\n**.*******\n.***...***\n*****.**..\n*.**.*****\n.*..******\n***.**..**\n```\n\n\n## Output without wrap\n\n```\n*....***.*\n..........\n*.........\n*.........\n.........*\n*.........\n*........*\n..........\n*****....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.***.*..\n....**.**.*.*.\n..***..*.***..\n..*..*.*..*..*\n..*.....*.*...\n..*.***.***...\n....*.........\n..*****.***...\n.....*.*......\n..*.**.*......\n....****.***..\n.*.......*...*\n.*....****.*.*\n.....**..***..\n```\n\n\n## Output without wrap\n\n```\n......*...**..\n........*.*.*.\n..*..*.*......\n.....****..*..\n.**.*...*.**..\n.**.**.**.**..\n...***........\n..**..**.*....\n..**.....**...\n..***.**..*...\n...**...****..\n....**.**..*..\n.....*.*...*..\n.....*.*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.....**.\n...........***\n..*..*.*......\n.....****..*..\n.**.*...*.**..\n.**.**.**.**..\n...***........\n..**..**.*....\n..**.....**...\n..***.**..*...\n...**...****..\n....**.**..*..\n....***...***.\n....**.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n*.*.\n*..*\n*.**\n****\n****\n.***\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.***\n*.**\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n.**...\n..*.**\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n.***..\n..*...\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n***.**\n.***..\n...*..\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n....***\n*....**\n*......\n*......\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n....**.\n...**.*\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...***.\n*.....*\n**.....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***......\n..*..*......\n............\n.......***..\n.......***..\n........**..\n............\n...**.......\n...***......\n...*.*......\n...**.......\n...*.*......\n............\n...*........\n```\n\n\n## Output without wrap\n\n```\n...***......\n...*.*......\n........*...\n.......*.*..\n..........*.\n.......*.*..\n............\n...*.*......\n..*..*......\n..*..*......\n..**.*......\n...*........\n....*.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*......\n...*.*......\n........*...\n.......*.*..\n..........*.\n.......*.*..\n............\n...*.*......\n..*..*......\n..*..*......\n..**.*......\n...*........\n....*.......\n...*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n*.**.**\n.****.*\n.*.**.*\n.......\n.*..***\n```\n\n\n## Output without wrap\n\n```\n.*...**\n*.....*\n**...*.\n.***.*.\n..****.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..**...\n*.***.*\n*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..**......\n.***......\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.*......\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*.*......\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n.....\n.*...\n***..\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*.*..\n*.*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n*.*..\n*.*.*\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..*..\n...*.\n**.**\n.*..*\n.*.*.\n.**..\n.**..\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.....\n**...\n....*\n**.**\n**.**\n..***\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n**.*.\n*..*.\n.*..*\n**...\n**..*\n...*.\n..**.\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n....*\n.*...\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n..........\n.........*\n.**.......\n.*........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.*........\n*.*.......\n*.*.......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n****\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n...*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.**\n.*...\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*..*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*.*..\n**..*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...*\n.**......\n...**....\n...*.*.*.\n.....*...\n.....*.*.\n.........\n.........\n**.*....*\n**..**..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*..*....\n...***...\n...*.**..\n....**...\n.........\n.........\n.*.......\n*.*......\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*******.*\n***..*...\n.*.***...\n...*.**..\n....**...\n.........\n.........\n**.......\n**......*\n*.*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......**.\n.........\n.........\n....**...\n..**.....\n.*...*...\n.*.**....\n.........\n.........\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..***....\n..**.....\n.*..*....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n..***....\n..**.....\n.*..*....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*.**.\n*.*..\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n*.**.\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n*.**.\n..*..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**.*.\n.*...\n.....\n.....\n****.\n```\n\n\n## Output without wrap\n\n```\n***..\n**...\n***..\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n**...\n***..\n.....\n.**..\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...*.....\n..*.*....\n...*.....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n..*.*....\n...*.....\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.........\n...*.....\n..*.*....\n...*.....\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.*.......\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*...*.*\n*..*...*...*..\n*..*....*.....\n***......**..*\n*.......**....\n....**...**...\n*...***.*.*..*\n*....*.*..*..*\n*.....*...*.**\n.*....*...**.*\n..*....*.....*\n```\n\n\n## Output without wrap\n\n```\n..*...........\n.***...**..*..\n*..*...**.**..\n*.......*.*...\n.*.....*.*....\n......*...**..\n.....*..*.**..\n**...*......*.\n..*..*...*...*\n**...*.*****.*\n...........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.*..\n....*.*.....*.\n...*...**.***.\n*.......*.*..*\n.*.....*.*..*.\n.*....*...**..\n.*...*..*.****\n.*...*........\n***..*...*....\n.*..........*.\n...*.*...***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...**\n..**.\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.*...\n.*...\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n...*..\n..**..\n.**...\n**....\n*.*..*\n..***.\n**.*..\n...*..\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*.*..\n*..*..\n*.....\n*.*.*.\n*...*.\n.*....\n****..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n..**..\n.*.*..\n*..*..\n.....*\n*.*.**\n....*.\n.*....\n.***..\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n*........**\n*.*........\n..*......**\n**.........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.*.........\n.*.........\n.*.........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n..........*\n.*........*\n...........\n..........*\n**........*\n*..........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n******\n*.***.\n```\n\n\n## Output without wrap\n\n```\n......\n.*..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n****\n****\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n...*..\n....**\n***...\n*..**.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n*....*\n*....*\n....**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n......\n....*.\n......\n..*..*\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n.*..**\n.*..**\n*.*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.....\n...**.\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*....*\n.*....\n...***\n**.***\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*..*..\n.....*.*.**..\n.....*.****..\n```\n\n\n## Output without wrap\n\n```\n........***..\n....**.*...*.\n.......*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*...*.\n....**.*...*.\n....**.*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n....*\n.*.**\n.....\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*..**\n*..**\n*.**.\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n....\n....\n....\n....\n....\n....\n....\n....\n....\n****\n....\n....\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n....\n....\n....\n....\n....\n****\n****\n****\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n....\n*...\n.*..\n...*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n*...\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n.....*\n..**.*\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n..**.*\n....*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.**.*\n....*.\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**...\n..**.\n....*\n```\n\n\n## Output without wrap\n\n```\n***..\n*..*.\n.*.**\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n...*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n...*\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n***.*\n.****\n*.***\n**..*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n..*.......*.*\n.......*..*..\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........***\n..........***\n..........***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....***\n..**..*\n.*..*.*\n*..****\n**..**.\n.**.*.*\n*.****.\n.......\n....***\n```\n\n\n## Output without wrap\n\n```\n.....*.\n...****\n..**..*\n.*....*\n*.**..*\n*......\n......*\n..*.**.\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...****\n..**..*\n.*.....\n..**...\n.......\n.......\n*.*.***\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n*...\n..**\n.*.*\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n.***\n...*\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**.*\n**..\n.***\n*..*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n**.*\n*..*\n**..\n*.*.\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*..*\n....\n*.*.\n*.*.\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.***\n....\n....\n..*.\n..*.\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.***..\n..***.\n...**.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*..*.\n.*....\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*..*.\n.*....\n..*.*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n******\n*..***\n..****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n.*.......\n*.*......\n```\n\n\n## Output without wrap\n\n```\n***......\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n.........\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.\n*........\n**.....**\n.........\n......**.\n.........\n.......**\n......*..\n.*.**....\n..*....*.\n....**...\n....**...\n......**.\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.....*.\n.........\n.........\n.......*.\n......***\n.........\n..**.....\n..*..**..\n...*..*..\n...*.....\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***\n.*.....*.\n........*\n**......*\n.......*.\n.......*.\n......***\n.........\n..**.....\n..*..**..\n...*..*..\n......*..\n....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.***\n***.\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..*..\n*.**.\n.*..*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.***.\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n***..\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n***\n...\n***\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n...\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n*****.\n******\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n*...*.\n......\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*...*...\n...**.*****.\n.*....****.*\n.*.*.*.*..*.\n...**.**.*..\n```\n\n\n## Output without wrap\n\n```\n..*.**......\n..*.........\n.....*....**\n.....*.*....\n..**.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.**.\n....*.....*.\n.....*......\n***.*.*...*.\n.**...*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.**...*\n***..**...*.*\n*...*..**.*.*\n..*...*.*****\n**.**.*.**...\n*..**.*....*.\n***.*******.*\n```\n\n\n## Output without wrap\n\n```\n*...***......\n*....**....**\n*....*.....**\n*.*.*......**\n**.*...*...**\n..**..*....**\n.*.....*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....**..\n.*...........\n.....*.......\n..*.*........\n.*.*...*.....\n*.*......**..\n..*......***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n.....*....\n.....*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....*....\n.....*....\n.....*....\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...*...*..\n...*...*..\n...*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n...*.*\n......\n..*...\n.**...\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*.*..\n.*.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n......\n......\n.*.*..\n**....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n............\n........*...\n.......**...\n.......****.\n.........**.\n............\n............\n.........*..\n........**..\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n.......**...\n............\n............\n............\n............\n........**..\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n.......**...\n............\n............\n............\n............\n........**..\n........**..\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*.*\n.*.*\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*.*\n*.****...\n...*..*.*\n...*.*...\n.***..***\n.****...*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....**..\n....*.**.\n....**..*\n..*..**.*\n.....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n*....**.*\n....*.*..\n*...**..*\n.........\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n....\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.*****.\n****..***.***\n.*****.***..*\n*.***.*.**.**\n**.**.*****.*\n*************\n****.*..**.**\n*.****.*****.\n```\n\n\n## Output without wrap\n\n```\n*...**......*\n............*\n.............\n*...........*\n.............\n.............\n.............\n*....***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...\n.***.**\n**...**\n...***.\n...*...\n*...*..\n.*.....\n**..**.\n```\n\n\n## Output without wrap\n\n```\n...***.\n****.*.\n.*.*...\n.***.**\n..**.**\n.....*.\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n.......\n.*.*..*\n.***..*\n..**..*\n......*\n*..**.*\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.***\n***.*\n..***\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*............\n**....*......*\n..............\n*****........*\n*...*........*\n*...........*.\n*..*.*......**\n.*.*..........\n..*...........\n..****........\n.*.*..........\n.*.***........\n.**........**.\n*.............\n```\n\n\n## Output without wrap\n\n```\n**............\n**............\n...*..........\n*****.........\n*.*.*.......**\n**..*.......*.\n***.*.......**\n.*.**.........\n.*............\n.*..*.........\n.*............\n**.**.........\n*****.........\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........*\n**............\n...*..........\n.****........*\n..*.*.......*.\n.*..*.......*.\n***.*.......*.\n**.**........*\n.*............\n.*..*.........\n.*............\n**.**.........\n*****.........\n*.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n..*..\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......\n...*.....\n....*....\n.....*...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...*.....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n****\n****\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n*.*\n.**\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n*.*.**\n******\n******\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n...**...\n....*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...**...\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..**.\n**.*.\n*.**.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.***.\n*...*\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n*****\n*....\n*.**.\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n*...*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n........\n.......*\n.*......\n......*.\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n**....\n.**...\n.***..\n.**.**\n***.**\n.*..**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n***...\n...*..\n*...*.\n.....*\n*.....\n******\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n***...\n...*..\n....*.\n......\n......\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........*\n...........\n...........\n**.......**\n..*.....*..\n..*.....*..\n.*......*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.*.......*.\n..*.....*..\n.**....**..\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n...........\n*.........*\n**.......**\n*.*.....*.*\n.**....**..\n.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*..\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....\n*..*.**.\n.***.**.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n***.....\n*..*.**.\n.***.**.\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*\n*..*.**.\n.***.***\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..*...........\n......*.......\n.....*........\n........*.*...\n..............\n**............\n*.............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n**............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n**............\n**............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n***\n***\n*..\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****..\n*.***.***\n**...**.*\n....*....\n.........\n......*..\n**...***.\n**...**..\n*.......*\n***.....*\n```\n\n\n## Output without wrap\n\n```\n.**...*..\n*.......*\n***...*.*\n.....*...\n.........\n.....***.\n**.....*.\n.....*...\n..*....*.\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.........\n.**...*..\n*....*...\n.........\n.....***.\n**.....**\n.....*...\n..*....*.\n..*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n**.\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..**\n....**..\n***..**.\n.**..***\n.**.****\n*.******\n****....\n**.*****\n*.***..*\n*.*****.\n```\n\n\n## Output without wrap\n\n```\n....***.\n*..**..*\n*.**...*\n........\n*.......\n*......*\n........\n.....***\n*......*\n..*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n...**...\n*.**....\n........\n........\n........\n........\n.....**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n*....\n.*..*\n...*.\n*....\n.**..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*.*..\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.....\n*...*\n.*...\n...**\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*......\n*..**.*......\n.*..****.....\n.**.*........\n.....*..***..\n....****.***.\n****...*..*.*\n**.*..***..**\n```\n\n\n## Output without wrap\n\n```\n.....*.......\n*****........\n**....**.....\n.****..***...\n...*...**..*.\n.*****.*.....\n*..*........*\n*..*..***..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*......\n*****........\n**....**.....\n.****..***...\n...*...**..*.\n******.*....*\n...*.........\n...*..*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.....*\n*.....\n*.....\n......\n**...*\n..*.**\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n.....*\n.*....\n.*...*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n.....*\n.*..**\n......\n......\n.*...*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n..*..*.\n...**..\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n.******\n......*\n..****.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*......\n..*****\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*..*.\n*.*.**\n..****\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n..*...\n.**...\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.*.**.\n*.*...\n.**...\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n...*.*\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n*..*.*.\n......*\n*..*.*.\n```\n\n\n## Output without wrap\n\n```\n**..*..\n**..**.\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.\n**..**.\n*....*.\n**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n.**..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....**.*..\n......***..*\n.**..*.**...\n...*.*.*...*\n.*.*.*...**.\n..*.......*.\n.****...*...\n....**..**.*\n.**...****.*\n..*..*...*..\n```\n\n\n## Output without wrap\n\n```\n............\n....***.....\n.***.*..***.\n...*.*..**.*\n..*.*.*.*..*\n..****......\n...**.*..*..\n............\n.*..*...*...\n.*...****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***.****\n**...**..***\n..**.*..***.\n**.*.*..**..\n*.*.*.*.*...\n..****......\n...**.*..*..\n*...........\n*.*....*....\n*.*..*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*...\n*.*.......\n**....**..\n.*...*.*..\n.****..*..\n.**.*.**..\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*...**..\n*.*...**..\n...***.**.\n*...*..**.\n.*..****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..***..\n*.*...**.*\n*.*...**..\n...***.**.\n*...*..**.\n*...*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n**............\n**............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*\n*.**.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n...*..\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*..*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n**.*.\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*..**\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n..*.\n.**.\n**..\n*..*\n*.**\n....\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n*.**\n*...\n*...\n*..*\n*...\n*..*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n*.*.\n...*\n.*..\n*.**\n....\n**.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n.**.\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n***.\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n**..\n***.\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n........*...\n........***.\n.........*..\n............\n............\n............\n..*.........\n............\n...*....***.\n....*...**..\n...*........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n........*...\n........*.*.\n........***.\n............\n............\n............\n............\n.........*..\n........*.*.\n...**...*.*.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n........*...\n........*.*.\n........***.\n............\n............\n............\n............\n.........*..\n........*.*.\n...**...*.*.\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n...*.*\n*..*..\n.*.*..\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n...***\n..**.*\n.*....\n**..*.\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.***.*\n*.....\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*.**\n.*.*\n.*.*\n....\n.*.*\n.*.*\n..**\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n*.**\n*..*\n**.*\n....\n....\n....\n.*.*\n...*\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n....\n....\n....\n.*.*\n...*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n.*.*\n.***\n**.*\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n...*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*.*.*\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*.*.*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n****\n***.\n**.*\n****\n*.**\n*.**\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n...*\n....\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..***.\n..*.*.\n.***..\n***...\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**.*.\n....*.\n*.....\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**.*.\n....*.\n*.....\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*.....*\n**..**.*.*.**.\n**.**..*...**.\n*.***.**.**.*.\n***.*.**.**.*.\n*.*.....**..*.\n*.***..******.\n```\n\n\n## Output without wrap\n\n```\n**..**..*...*.\n..**.*.*..**.*\n.......*.*...*\n.........*..**\n*...*.*.....**\n*...***.....**\n..**...*..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.*......\n..**.*.*..**..\n.......*.*....\n.........*..*.\n*...*.*.....*.\n*...***.....*.\n*.***.**..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n.........\n.........\n.........\n...*.....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**\n**.*..**\n...*...*\n**..*..*\n*..*.***\n```\n\n\n## Output without wrap\n\n```\n......**\n..*.....\n...**..*\n******.*\n**..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*...\n..*.....\n...**...\n.*****..\n.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n.....*..\n........\n........\n........\n...*....\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n........\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.*.\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......\n............\n..*.**......\n...*.**.....\n....***.....\n```\n\n\n## Output without wrap\n\n```\n............\n....**......\n...****.....\n...*........\n....*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.....\n....**......\n...****.....\n...*........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n****\n*.*.\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***...**\n*....**...**\n...**......*\n.........**.\n...*....***.\n****....*...\n**..........\n.*.**.......\n**..........\n```\n\n\n## Output without wrap\n\n```\n....*.*...**\n...*..*.....\n....**...*.*\n...**...*..*\n.*.*....*.*.\n*..*....*...\n....*.......\n............\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...*.\n...*..*.....\n*...**...*..\n...**...*..*\n.*.*....*.**\n*..*....*..*\n....*.......\n............\n.***........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....\n*.....*\n.***...\n.**....\n..**...\n.**....\n.......\n```\n\n\n## Output without wrap\n\n```\n**.....\n*..*...\n*..*...\n.......\n...*...\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n...*..*\n...*...\n.......\n...*...\n.***...\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........*\n..**........\n.*....*....*\n.......*....\n..........*.\n..*.......*.\n*......*....\n....*...*.*.\n..........*.\n........*...\n............\n.*.*.......*\n.*.....*.*..\n```\n\n\n## Output without wrap\n\n```\n............\n..*.........\n..*.........\n............\n............\n............\n.........*..\n.........*..\n............\n............\n............\n..*.........\n..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n*.*.........\n..*.........\n............\n............\n...........*\n.........*.*\n.........*.*\n............\n............\n............\n*.*.........\n..*.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*...*\n*...*\n*...*\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*...*\n**.**\n*....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.*.*.\n.....\n.*..*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n*****\n**.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*\n..**..*\n**.*.*.\n....***\n**..*..\n*.***.*\n.*.*..*\n.*....*\n.*.***.\n......*\n.*.****\n```\n\n\n## Output without wrap\n\n```\n...*...\n*..*.**\n.*.*...\n..**..*\n***...*\n*...*..\n**.**.*\n**.*..*\n..*.***\n......*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n...*.**\n**.*...\n..**...\n.**....\n....*.*\n.*.**.*\n.*.*..*\n..*.***\n......*\n...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**...*.\n...*****...***\n....****...**.\n.......**.....\n......***.....\n```\n\n\n## Output without wrap\n\n```\n...*.*.**..***\n...*.........*\n...*.......*.*\n..............\n......*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......***\n...*.........*\n...*.......*.*\n..............\n......*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*...\n*******.**\n.***....*.\n***.*.*..*\n****......\n```\n\n\n## Output without wrap\n\n```\n.*.**.***.\n.*..*...**\n....*.*.**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n........*.\n....*.*.**\n....**....\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*...\n.............\n**..........*\n...........*.\n*............\n.......**..**\n.........*...\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n**...........\n...........**\n........*....\n........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n*............\n*...........*\n.*...........\n...........*.\n........*...*\n.......*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n....*....\n...**....\n...*.....\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...**....\n..*..*...\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...**....\n..*..*...\n...**....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n.**.*.*.\n**..*.*.\n*...*...\n*..***.*\n.*.**...\n..*.*..*\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n.****...\n*.*.**..\n*.*..*..\n*.**.*..\n*.*..**.\n.....*..\n.*.*....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n..*.*..*\n*.*..*..\n..**.**.\n.**..*..\n.....***\n.*..**.*\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*\n*..****\n.*.**..\n.**.*..\n.**.**.\n**.***.\n.*..*..\n**...**\n*....*.\n.....**\n....*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n.***.*.\n**.....\n**.....\n.......\n.......\n**..*.*\n*****.*\n**.**.*\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n**....*\n.*....*\n*.....*\n......*\n*.....*\n*...***\n..****.\n**.**..\n**.**.*\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n**....*...\n*.........\n....**..**\n...*......\n.....*...*\n**.....*..\n........*.\n*.*.......\n*.**....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n**...*....\n....*.....\n.....*..**\n..........\n........*.\n*.........\n..**......\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*.*\n**........\n**...*....\n....*....*\n.....*..**\n*.........\n*.......**\n*........*\n..**......\n..**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.***\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.....*.....\n..********.\n..********.\n...**.*....\n*.....*....\n**.........\n*.*........\n...*.......\n...**......\n...**......\n...**......\n```\n\n\n## Output without wrap\n\n```\n...........\n...*.*.**..\n..*......*.\n.........*.\n..*.....*..\n**...*.....\n*..........\n*.*........\n..***......\n..*........\n..*..*.....\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n...*.*.**..\n..*......*.\n.........*.\n..*.....*..\n**...*.....\n*.........*\n*.*........\n..***......\n..*........\n..*..*.....\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.......\n.*..*.*\n..*.*.*\n***.*.*\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...***.\n..*..*.\n*.**..*\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n....*..\n...***.\n..*..**\n.*..*.*\n.*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.*.*...\n***...*.*.*..\n.*...*.****..\n.........*...\n.......*.*...\n.........*.**\n.........***.\n........*.*..\n```\n\n\n## Output without wrap\n\n```\n*.*...****...\n*....*....*..\n***...**..*..\n......**.....\n.........*...\n.........*.**\n........*...*\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...**..*..\n*....*....*..\n***...**..*..\n......**.....\n.........*...\n.........*.**\n........*...*\n........*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.........\n.*.......*\n*.*.......\n*.*.......\n.**......*\n.........*\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n**........\n*.*.......\n*.**......\n.**.......\n*.*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n*.........\n.*.......*\n*.*......*\n*.**.....*\n.**......*\n..*......*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n******\n******\n*.**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n****\n....\n.**.\n*.**\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n****\n*..*\n**.*\n*...\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n**.*\n....\n**.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*.*\n**.*****\n.*******\n****.***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..**..\n.*..*.\n..*..*\n...**.\n*...**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n.*..*.\n..*..*\n...*..\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n.*..*.\n..*..*\n*..*..\n*..*..\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n..*\n.**\n**.\n.**\n***\n**.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*..\n*..\n.*.\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n......\n*.**..\n**....\n....*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n.***..\n*...*.\n*.**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n...***\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n..*.....\n.....*..\n.......*\n...*...*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n**..*\n.....\n.....\n...*.\n.*..*\n.*..*\n..**.\n*...*\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n.....\n..***\n.*..*\n.****\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*..*\n*....\n.....\n.....\n..***\n.*..*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n****.\n*...*\n.....\n...**\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n....*\n*....\n*.**.\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n*.***\n*..*.\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...*\n..****.**\n..**.*..*\n..*...**.\n*...**.*.\n```\n\n\n## Output without wrap\n\n```\n..*.**.**\n.*...****\n.*...*..*\n.**....**\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.*...****\n.*...*..*\n.**....*.\n**.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n****..\n.*....\n..**..\n....*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n*.....\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n***...\n*.....\n..**..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...***\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n......\n.*....\n...*..\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..**..\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*...\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.........\n.*.*...**...\n*..*..***...\n.*.....*....\n............\n............\n```\n\n\n## Output without wrap\n\n```\n..*.........\n**.....*....\n***..**.*...\n......**....\n.......*....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n**.....*....\n***..**.*...\n......**....\n.......*....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n......\n......\n....**\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n......\n......\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*.*..\n**.........\n*.*...***..\n*.....*.*.*\n```\n\n\n## Output without wrap\n\n```\n*..........\n*.*...*.*..\n*.....*.**.\n.*....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n*.*...*.*.*\n......*.**.\n*....**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n**..*\n.****\n**..*\n```\n\n\n## Output without wrap\n\n```\n*****\n*....\n....*\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n***\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n..*...\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n**********\n.*********\n*.********\n*.********\n****.*****\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n*.........\n*.........\n*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n.***......\n..*.......\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.***......\n..........\n.*.*......\n..*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.***......\n..........\n.*.*......\n..*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***\n**.....*\n........\n........\n...*.*..\n...*.**.\n**......\n****...*\n..*.....\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n........\n........\n.....**.\n...*...*\n.****.*.\n.*......\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**\n.*....*.\n*......*\n........\n.....**.\n...*...*\n..***.**\n........\n*.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.....\n..**......\n..........\n..........\n..........\n..*.......\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n..**......\n..**......\n..........\n..........\n..........\n...*......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n..**......\n..........\n..........\n..........\n...*......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...***\n***.**.*\n********\n.*******\n*****.**\n**.****.\n...**.**\n*****.*.\n.**.*.**\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*......\n........\n........\n........\n........\n........\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n.*.*\n**.*\n..*.\n.*..\n...*\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**..\n**.*\n*.*.\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*.*\n.*.*\n..**\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n..**\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*\n.***...*\n..***.*.\n.*.****.\n***...*.\n*.*..***\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n........\n.....*.*\n........\n......**\n.....*.*\n.*...*..\n...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n*.....*.\n*.....*.\n.....*..\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n***....\n..*.*..\n**..***\n..**..*\n....*..\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.*...\n....**.\n.*..*..\n.*....*\n...**.*\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*.*...\n....**.\n....*.*\n.*....*\n*..**.*\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*.\n*....*.***\n....*.**..\n....*.....\n.*...**...\n*.**......\n*.........\n**.**....*\n..*.....*.\n.......***\n*......*.*\n```\n\n\n## Output without wrap\n\n```\n.....**.**\n....*....*\n....*.**..\n....*..*..\n.*****....\n*.*.......\n*...*.....\n****......\n.***...*..\n.......*.*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n....*....*\n....*.**.*\n....*..*..\n.*****....\n*.*.......\n....*.....\n****.....*\n.***...*..\n*......*..\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n..*..\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n..*..\n..**.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n*....\n...*.\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*.\n...*....*.\n..**....*.\n....*...*.\n*.......**\n***...**.*\n...**.....\n.....*..**\n```\n\n\n## Output without wrap\n\n```\n...*....*.\n..*.*..*.*\n......*...\n..***..*..\n*..*...*.*\n*....*.*.*\n*....***..\n..*.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n..*..**...\n......*...\n..***..*.*\n...*...**.\n.*...*.*..\n**...*.*..\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n.**.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n.**\n.*.\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.**\n*..\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*..**.\n**..**\n.*...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n**.*..\n****.*\n**..**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n**.*..\n.***..\n.*..**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..*.....\n*..****.\n*.......\n.*.***..\n.****.*.\n........\n**......\n.*.....*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n....*...\n..**.*..\n**....*.\n...*..*.\n........\n.**.....\n*.*.....\n..*.....\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n..**.**.\n.*.....*\n...*....\n......*.\n.**.....\n*.*.....\n***.....\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*..*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n..*\n.**\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**..*\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*...\n**..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n.***\n.*.*\n*...\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n...*\n.*.*\n**.*\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*..*\n.*.*\n.*.*\n***.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n*...*\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.**\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.*.*.\n.*...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n**...\n.*.**\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*****\n.*.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.***.\n.*.**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*.**\n..*.*..**.\n..*..***.*\n..*......*\n..*......*\n..**.....*\n.........*\n..****.*..\n```\n\n\n## Output without wrap\n\n```\n.***....**\n..*.*.....\n.**..***.*\n.***..*..*\n.**.....**\n..**....**\n........*.\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*..*\n..*.*.....\n.**..***.*\n****..*..*\n***.....**\n*.**....**\n........*.\n.*******..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n***\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n*..\n..*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........*.\n......*.*.*.\n.....**.*...\n......***...\n.....*....**\n............\n............\n........**..\n**.*...**.*.\n```\n\n\n## Output without wrap\n\n```\n.........*..\n.....**.....\n.....*..*...\n........**..\n......**....\n............\n............\n.......***..\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....*.*.\n.....**....*\n.....*..*...\n........**..\n......**....\n............\n............\n.......***..\n***....**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*...\n.***.*.***\n*..*.***.*\n*..**..**.\n...***..**\n....**....\n........*.\n.......*.*\n....*..**.\n......**..\n..........\n*.........\n..........\n...****...\n```\n\n\n## Output without wrap\n\n```\n..*******.\n****.*.*.*\n....*.....\n......**.*\n......**.*\n......*...\n.......*..\n........*.\n......*...\n.......*..\n.......*..\n..........\n....**....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*..*\n*...*....*\n....*.....\n......****\n*.....**..\n......*...\n.......*..\n........*.\n......*...\n.......*..\n.......*..\n..........\n......*...\n****..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n..**\n*.**\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*.*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*..\n.......**.*.\n..........*.\n........***.\n............\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n........**..\n........*.*.\n.......*..**\n.........**.\n.........*..\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**..\n........*.*.\n.......*..**\n.........**.\n.........*..\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**\n...*....*\n...*....*\n........*\n```\n\n\n## Output without wrap\n\n```\n.......**\n..***...*\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n*.***...*\n*......**\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.*.*.*\n..**..\n**...*\n.*..*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.**.\n*.....\n...*.*\n******\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n**....\n......\n.*.*..\n.****.\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.....**\n.......\n.....*.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........*\n**......**\n........*.\n***....**.\n...*.**...\n*..*.*....\n***.......\n**.*...*..\n....*.....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n.**......*\n.***.*..*.\n*..*....*.\n..**...*..\n..**.*....\n..*.......\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n........*.\n*.*.......\n.***.*...*\n...*......\n*.**...**.\n*.**.*...*\n..*.......\n...**.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n...*.\n.....\n...**\n...**\n.****\n..*..\n.*.*.\n..**.\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n..***\n...**\n...**\n...**\n.....\n.*..*\n....*\n.*.*.\n.*..*\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n...**\n...**\n...**\n.....\n**..*\n*...*\n.*.*.\n.*..*\n.**.*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n************\n***.********\n******.*****\n.*.******.**\n***..**...**\n```\n\n\n## Output without wrap\n\n```\n*..........*\n............\n............\n............\n****.....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.***\n********.\n.*****.*.\n*******.*\n***.*****\n*********\n***.****.\n*****.*.*\n***.***.*\n.********\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n........*\n........*\n.........\n.........\n.........\n........*\n........*\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..***\n*.**....\n..**....\n....**..\n.**..***\n```\n\n\n## Output without wrap\n\n```\n..**..*.\n....*.*.\n.**.....\n.*..**..\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n*...*.*.\n.**.....\n.*..**..\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n*.*.\n****\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n**.*\n*...\n...*\n....\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n...\n***\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n.....**....\n.....**....\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.....**....\n.....**....\n...........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n.....**....\n.....**....\n...........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n...***\n..***.\n*.**.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n.*....\n**....\n.****.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.\n.....*\n......\n.**..*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n...*...\n..*.*..\n..*.*..\n..*.*..\n...***.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n..*.*..\n.**.**.\n..*....\n...***.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n..*.*..\n.**.**.\n..*....\n...***.\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n....*..\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*******\n*******\n..****.\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n**.........\n.**........\n..*........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n***........\n*.*........\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n***........\n*.*........\n.**........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..**..\n...*..\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..**..\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..**..\n..**..\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*..\n..*..\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.*.*.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n......\n......\n..**..\n......\n..**..\n......\n..**..\n**....\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.**...\n****..\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n......\n......\n......\n......\n......\n......\n.**...\n****.*\n*.....\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n.....*.\n...*...\n```\n\n\n## Output without wrap\n\n```\n....*..\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.*.\n*..*.**..\n.*.*.*..*\n**....*..\n**.**.***\n*.*.****.\n.***.**.*\n```\n\n\n## Output without wrap\n\n```\n****.*...\n*..*.*.*.\n.*...*.*.\n...*..*.*\n...**...*\n*........\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n...*.*.*.\n.*...*.**\n...*..*..\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n**.*..\n***..*\n```\n\n\n## Output without wrap\n\n```\n.***..\n*..**.\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...**.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n**.\n*.*\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n.......\n.......\n.......\n.......\n....**.\n**..*..\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....**.\n**..**.\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....**.\n**..**.\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*...\n..**.\n.....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*...\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.*...\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*.*.\n.***.\n**.*.\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n...**\n*..**\n....*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n**.**\n...*.\n...*.\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n..*.\n...*\n....\n....\n....\n....\n....\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n....\n....\n....\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........\n.*.........\n.*.........\n...........\n....**.....\n...........\n......*.*..\n........*..\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n.**........\n...........\n...........\n...........\n.....*.....\n.......*...\n.......*...\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.**........\n...........\n...........\n...........\n.....*.....\n.......*...\n.......*...\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.....\n.*...*....\n.*....*...\n..*...*...\n...*.*....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n.**..*....\n.**..**...\n..*..**...\n..**.*....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**....\n.**..*....\n.**..**...\n..*..**...\n..**.*....\n..*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**.****\n****..******\n**.**.******\n..***..*****\n*****..***.*\n.*.****..*.*\n*..***.**..*\n***.*.*.****\n******..****\n*.*******.*.\n**..*....*.*\n*********..*\n**********.*\n***.**.*.***\n```\n\n\n## Output without wrap\n\n```\n*..****....*\n............\n*...........\n............\n*..........*\n.........*.*\n*..........*\n......*.....\n............\n......**....\n.........*.*\n...........*\n...........*\n*......*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n.........*..\n............\n......*.....\n............\n......**....\n.........*..\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.*.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n....*.\n*..*..\n......\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n.....*\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****.....\n..**....**..\n.*.*****.**.\n..**.*.*****\n**.**.*..*.*\n.**..*.*****\n**...****...\n**..**..**..\n**.****.**..\n*.**..****.*\n.*..***.****\n***.*.......\n*.*********.\n..........*.\n```\n\n\n## Output without wrap\n\n```\n.........*..\n.**.**...**.\n**.......*.*\n**..........\n............\n............\n............\n............\n............\n............\n..........**\n.*.**...**.*\n.*........**\n...*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***........*\n***.**..***.\n*........**.\n............\n............\n............\n............\n............\n............\n............\n............\n...**...**..\n**...****.*.\n***........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.****.\n*....*....\n.**..*....\n.**.***...\n.*.*.**...\n```\n\n\n## Output without wrap\n\n```\n.*****.*..\n*....*.*..\n*.***.....\n*..*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.*..*\n*..*..*..*\n*.***....*\n*........*\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...**..\n...**..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n...**..\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n...**..\n...**..\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n****.*..*\n*.**...*.\n*...*..*.\n.*.**...*\n..*..*..*\n..*.*.*..\n.*..*.*.*\n....*....\n*..*..**.\n.*.*.....\n..*......\n```\n\n\n## Output without wrap\n\n```\n.***.....\n*.**...*.\n**.****.*\n*.*.*....\n*....*...\n*......**\n.**.*.**.\n..*.*.**.\n..*......\n.....*...\n.*..*....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****...*\n*..**..**\n*..*****.\n***.*....\n.....*.*.\n.......*.\n*.*.*.**.\n..*.*.**.\n..*....**\n**...*...\n.*..*....\n.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*.*\n.**\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...**....\n..*.***..\n...***...\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n..*...*..\n...*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n...**....\n..*...*..\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.****....\n..***....****.\n.*.*...****...\n.*.*.**.*..**.\n..***.*.****..\n```\n\n\n## Output without wrap\n\n```\n....**.***.*..\n..*.***....*..\n.*...***......\n.*...**.....*.\n..***.*.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....*.\n..*.***....*..\n.*...***......\n.*...**.....*.\n..*........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...****\n***.**.**\n******.**\n*.*******\n******.**\n```\n\n\n## Output without wrap\n\n```\n***.**..*\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n..*.**\n..*.**\n..*..*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*...\n.**...\n..*..*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n***...\n..*...\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*..\n*...*..\n.**.*.*\n.......\n*..**..\n*...***\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*.*..\n.*.*.*.\n.**.**.\n...**..\n...*..*\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n*.*.*..\n**.*.*.\n***.**.\n*..**..\n*..*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n*..........*.\n.*.........*.\n*..........*.\n.............\n.............\n*...........*\n*...........*\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n**........***\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n............*\n**........**.\n............*\n.............\n.............\n*...........*\n*...........*\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n....**\n.*....\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n.....*..*.\n*.........\n..........\n..........\n..*.......\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n......**..\n......**..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n.....*.*..\n..........\n..........\n..........\n..........\n.....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..*...\n.***..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n.**...\n**.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n.**...\n**.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..***\n.....*.*\n.**.....\n.**.....\n...***..\n******..\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n.***....\n***.....\n*.*.**..\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n*.**....\n*.**....\n..*.....\n**......\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n**....*\n**....*\n**.....\n**..*.*\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.*.....\n..*....\n..*....\n.*..***\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*......\n**.....\n.**....\n.**..**\n*...*..\n*....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n....\n..*.\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n****\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n*...*.\n**..*.\n.*****\n**..*.\n.*****\n```\n\n\n## Output without wrap\n\n```\n....*.\n**..*.\n.....*\n......\n*.**.*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.......\n.*.....\n..*....\n.*..*..\n......*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n.......\n.......\n.......\n.......\n.......\n....**.\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n..........\n..**....*.\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....***.\n**.*..*..*\n.*****..*.\n....****..\n.*..*.*.*.\n....*.....\n```\n\n\n## Output without wrap\n\n```\n***...***.\n...*..*..*\n**......*.\n.*......*.\n...**.*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..****.\n...*..*...\n.*......**\n.*......*.\n...**.*...\n**....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*.*.\n..*..\n.....\n....*\n.....\n....*\n..*..\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..**.\n.....\n.....\n.....\n.....\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.***.\n..**.\n.....\n.....\n.....\n.*...\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n....*\n.....\n*..**\n.....\n.....\n.***.\n.***.\n...*.\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n...**\n.....\n.....\n..*..\n.*.*.\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*...*\n*..*.\n....*\n....*\n..*..\n.*.*.\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.\n*.****\n******\n**.*.*\n**....\n*****.\n```\n\n\n## Output without wrap\n\n```\n***.**\n......\n......\n...*.*\n......\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.**\n.*..*\n.....\n.*.**\n*....\n*...*\n*....\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n**.**\n**...\n.*...\n..*.*\n.*...\n***..\n.....\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n**...\n.**..\n**...\n.***.\n...*.\n...*.\n..*.*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n..**..\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n..**..\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n..**..\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n...**.\n......\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.*\n..*....*\n..*.**.*\n```\n\n\n## Output without wrap\n\n```\n...*..*.\n.**....*\n...*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.*\n***....*\n***.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n.*...**.\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n***..***\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**\n***..***\n***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n**...\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.**.*\n.....\n....*\n.*...\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n..**.\n*..*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n***......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n***......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n........*.\n..**.*.**.\n..******..\n..*.**.**.\n..***..**.\n..**...**.\n..**...*..\n..*...*.*.\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......**.\n.......**.\n.**.......\n***.......\n***.......\n***..**...\n.*...**...\n..*...*...\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......**.\n.......**.\n.**.......\n.**.......\n.**.......\n.**..**...\n.*...**...\n..*...*...\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*****.\n..*.**\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.*.**.*.\n.**.*.........\n...*.***.*....\n*........*....\n......**...*..\n......***.*..*\n...........*..\n..**.....*..*.\n...**........*\n**.........*..\n.*.*...*......\n........*.....\n```\n\n\n## Output without wrap\n\n```\n..*...........\n**....****....\n.********.*...\n..**...*..*...\n.....***......\n......*.....*.\n...*...**....*\n..*.*...***.**\n**...*........\n....*.........\n*.**..........\n.*............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.......\n**....**..*...\n.********.*...\n..**...*..*...\n.....***......\n......*.....*.\n...*...**....*\n***.*...***...\n.....*......*.\n....*.........\n*.*.**.**.....\n*...**.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....*...\n*..*.....*.*\n*...*...**..\n....*.**..*.\n....***.*..*\n......*....*\n...**..*....\n```\n\n\n## Output without wrap\n\n```\n............\n...*.*...**.\n..*...***...\n......***.**\n....*.....**\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....****\n**...*.*..**\n*.*...***...\n*.....***...\n....*.....**\n...*.*......\n....*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n**..*\n...*.\n.**..\n...**\n```\n\n\n## Output without wrap\n\n```\n.*...\n**.*.\n....*\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*.*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***\n.*.***..\n**.*..*.\n....*.*.\n.*..*.**\n.*.**...\n....*...\n```\n\n\n## Output without wrap\n\n```\n.**...*.\n...***.*\n*....***\n*...*.*.\n......**\n..*.....\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n...**...\n**...***\n....*...\n*.....*.\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**..**\n..****....*\n*...**.....\n.....**...*\n....**.****\n...**..*.**\n...******.*\n*...*...*..\n.*...***..*\n*.*......**\n```\n\n\n## Output without wrap\n\n```\n.........**\n.........**\n........*.*\n.......**..\n.......**..\n...........\n...........\n.....*..*..\n***..**.*.*\n**...**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****..\n..........*\n*.......*..\n.*.....***.\n**.....**..\n**.........\n.*.......*.\n.*...*..*.*\n*.**.**....\n....*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.***\n...***..\n.*.**...\n**...*.*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n**.****.\n...*....\n*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n**.*...*\n.**...**\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****...*\n.*.*.*.*.\n..**.****\n*..**....\n....*****\n.**.**.*.\n.....*...\n.**.**...\n...**....\n.........\n.....***.\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n**...**..\n.**...*..\n..*...*..\n.***...**\n..*....**\n.........\n..*..*...\n..*......\n......*..\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...**\n....*.**.\n..*...*.*\n..*...*..\n..**...*.\n.**....*.\n.........\n..*..*...\n..*......\n.......*.\n***....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....*.**\n.******...*..\n.....*..*....\n.........*...\n........*.*..\n....*...*..**\n```\n\n\n## Output without wrap\n\n```\n.*..*.....**.\n.*....*..***.\n..**.**..*...\n........**...\n........*.**.\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*..*\n**....*..***.\n..**.**..*...\n........**...\n........*.**.\n*..*....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...**\n..**.*.*\n.**.****\n.*.*...*\n*.**.*.*\n...*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.....*\n......*.\n***....*\n.*.*....\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n........\n........\n..*...*.\n..*.*...\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n....*.\n.**...\n......\n.*....\n.*.*..\n**.**.\n**....\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n......\n.**...\n..*...\n.*.**.\n...**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n..***.\n......\n.**...\n..*...\n.*.**.\n...***\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*.....\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n**....\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..**\n*..*\n**..\n***.\n***.\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n*...\n....\n....\n....\n...*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n.....*.*\n........\n........\n........\n........\n........\n.....**.\n```\n\n\n## Output without wrap\n\n```\n......*.\n......*.\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n......*.\n........\n........\n........\n........\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n....**.....\n.....*.....\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n....**.....\n....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****.*.*\n*.*..*..*..\n.*.*.......\n***..*....*\n*.*......*.\n...**....*.\n.*.*.......\n..*.*..*..*\n.*.*..*..*.\n```\n\n\n## Output without wrap\n\n```\n...*****.*.\n.**..***.*.\n...**......\n*..*.......\n*.*.*....**\n.*.**......\n...........\n.*..*......\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*..*.*.*\n***..***.*.\n...**.....*\n...*......*\n*.*.*....*.\n.*.**.....*\n...........\n**..*......\n*.....*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.....**.\n....***.\n...**...\n..*.*...\n*..*....\n.*..*...\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n....*.*.\n...*..*.\n........\n..*.*...\n.****...\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*.*.\n...*..*.\n........\n..*.*...\n.****...\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..*.\n*....\n.*...\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n**.**\n....*\n*..*.\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.*..\n*..*......\n*.........\n..........\n.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*..\n..*.*.*...\n..........\n......*...\n.*.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.*..\n**...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*.*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...***...\n*.**...***..\n*.*.........\n*.....**....\n```\n\n\n## Output without wrap\n\n```\n..**..*..*..\n*.**..*..*..\n*.**..*.....\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....*.*\n*.**..*..*.*\n*.**..*....*\n*.....*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*.**\n***.*\n***..\n***..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n**...\n.....\n.....\n..*..\n.**..\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.....\n.....\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*..*\n*.*.......\n***.......\n**.*......\n.*.*......\n....*.*...\n..........\n.......*..\n.....*....\n....*.**..\n*.**......\n*....****.\n```\n\n\n## Output without wrap\n\n```\n..........\n*.**......\n...*......\n...*......\n**.**.....\n..........\n..........\n..........\n.....*.*..\n...****...\n.*.**...*.\n.*....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.*.\n..**......\n...*.....*\n...*......\n**.**.....\n..........\n..........\n..........\n.....*.*..\n...****...\n.*.**...**\n*.**.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.....*....\n........*.....\n..***.*.*...*.\n.*.*...*.*....\n*......*.*....\n***.....**..**\n*............*\n..............\n..............\n......***.....\n*..**.*..*..*.\n```\n\n\n## Output without wrap\n\n```\n........*.....\n....*..*.*....\n..*...*...*...\n.*..****......\n**....**..*...\n**......******\n............**\n..............\n.......**.....\n.....*..*.....\n.....*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*...*...\n.....*.*..*...\n..*...*...*...\n....****......\n......**..*...\n........****..\n..............\n..............\n.......**.....\n...*....*.....\n..*......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n*.*..*\n**...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.*.*........\n.......*....\n.........*..\n.......*....\n....*.......\n...........*\n.*..........\n............\n*..*........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n........*...\n............\n............\n............\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n............\n............\n........*...\n............\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***....*\n****.*.***\n**..**.*.*\n**.*..****\n**...*..**\n.********.\n.*****.*.*\n**...*****\n.***.*****\n*.*.**.*.*\n```\n\n\n## Output without wrap\n\n```\n*...*....*\n.....*.*.*\n.....*....\n..........\n..........\n..........\n.........*\n*.........\n...*......\n..*.**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.....*.*..\n.....*....\n..........\n..........\n..........\n..........\n..........\n...*......\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n*....\n...*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n....*\n...*.\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n..*.*\n**..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n..*.\n....\n....\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***..\n..*..*.\n...*...\n.*.....\n.....**\n...*...\n```\n\n\n## Output without wrap\n\n```\n..**...\n.**....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..\n.**....\n.......\n.......\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n*...*\n.....\n*.*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..***\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*.***\n..**.\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..*..*\n*.....*.*.*.\n.**..*..**..\n***..*..**..\n.*..**..*.**\n```\n\n\n## Output without wrap\n\n```\n.....*****..\n....*...*.*.\n.*.*.....*..\n*..*...*.*..\n******.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.*.*..*\n**.**.*...*.\n*..*.....**.\n...*....**.*\n..**....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*.\n...........\n......*....\n**.....*..*\n.....****..\n***...**...\n.**........\n.**........\n.....*.****\n*.**.....*.\n.*.....**.*\n........*.*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n.....*..*..\n..*..*..*..\n*.*..*..*..\n...*.......\n.**.....**.\n...*....***\n.**...*....\n.**....**.*\n.......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n...........\n*..........\n*....*..*..\n..*..*..*.*\n*.*..*..*..\n...*.......\n***.....**.\n*..*....***\n***...*....\n.**....**.*\n*......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...\n..**.*.**\n....*..*.\n.*..*....\n*******..\n..**....*\n..**..***\n```\n\n\n## Output without wrap\n\n```\n..**..**.\n.**.....*\n..***...*\n**..*....\n**.......\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*...\n****....*\n..***....\n**..*....\n**......*\n......*.*\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n***.***\n..**.**\n*.*.***\n.*....*\n**.***.\n.****..\n*......\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*......\n*......\n..*.*..\n......*\n*....*.\n.....*.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*.*..\n.......\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**...\n....*...*\n.........\n......*..\n.*.......\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**.*\n*..*.*..\n*******.\n*..*.***\n```\n\n\n## Output without wrap\n\n```\n.....*..\n**...**.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n*.**\n*..*\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n*.**\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n....\n....\n.**.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*****\n****.\n*.***\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n..***.\n..*...\n..*...\n**....\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n.**...\n..*...\n**....\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*..*.\n.**...\n..*...\n**....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n.*.*..\n*....*\n*.***.\n*.****\n..*.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n*.....\n*.*...\n......\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n......\n*....*\n..*...\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*.**\n.**.*\n...*.\n.*.**\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.**\n.*..*\n.*...\n...**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*.**\n.*..*\n.*...\n*..**\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*...\n**.*.*..*\n...*.*...\n.**..*.*.\n.....***.\n.**......\n...*.***.\n**.*.*..*\n.****..**\n**.....**\n```\n\n\n## Output without wrap\n\n```\n.***.....\n.*.*.**..\n*..*.*...\n..*..*.*.\n.....*.*.\n..*.*....\n*..*.***.\n**...*..*\n...**.*..\n**.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**.\n**.*.**..\n...*.*..*\n..*..*.*.\n.....*.*.\n..*.*....\n...*.****\n.*...*...\n...**.*..\n......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.*.*\n.**.\n.***\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n***.\n*...\n**..\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n......**\n***.....\n.*......\n..*.....\n***.....\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n*.*.....\n*.*.....\n*.*.....\n*.*.....\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*\n..*....*\n..*....*\n..*.....\n*.*.....\n*.*.....\n*.*.....\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.....\n*....\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n.....\n***.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.**..*\n....**\n*...*.\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n.*.***\n**.*..\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*..*.*\n.*.**.\n.*.*..\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*..\n*.*.***\n*.*.*..\n....***\n..**..*\n**....*\n.......\n..**...\n*.*.*.*\n****.**\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n*.*.*..\n.......\n.**.*.*\n.****.*\n.**....\n.**....\n.***...\n*...*.*\n*.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.*.*.*\n*......\n***.*.*\n.****..\n***...*\n***....\n.***...\n....*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n**.\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n....\n....\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n.*...*..\n.**.*...\n....*...\n..***.*.\n.*....*.\n```\n\n\n## Output without wrap\n\n```\n........\n**.*.*..\n...*.*..\n.*......\n.*...*..\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n.......*\n...*.*..\n.*......\n**..**..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n.*.\n...\n*..\n...\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*...*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n**.**.\n*****.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n...*\n.**.\n**.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n***.\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n**..\n.**.\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n*....\n*....\n...*.\n**.*.\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*....\n***..\n...*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n....*\n**...\n.**..\n...**\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*..\n*.*.*.*\n*.***.*\n...*.*.\n...*.*.\n.......\n*...***\n```\n\n\n## Output without wrap\n\n```\n.....*.\n*.*.*..\n..*...*\n.....**\n.......\n......*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n..*.*..\n*.*....\n.....*.\n.......\n.......\n**.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n**.*..\n*..**.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..*...\n**.*..\n*.***.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n**.*.*\n*.***.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...........\n**..*.........\n..*.*........*\n*..........*..\n```\n\n\n## Output without wrap\n\n```\n.*............\n*.............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***........**\n*...........**\n..**........**\n****........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****\n*****.***\n*********\n**.**.**.\n****.****\n.***.***.\n****.*.**\n```\n\n\n## Output without wrap\n\n```\n*....*..*\n.........\n.........\n.........\n........*\n.........\n*..*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.*...\n*****\n..**.\n```\n\n\n## Output without wrap\n\n```\n**...\n...*.\n*...*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n...*.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n*..*.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*****..\n.*...***..**.\n**..*...*.*..\n.*..*...*.*..\n.*..*....**.*\n....*....*..*\n.....*..**...\n*....*....***\n```\n\n\n## Output without wrap\n\n```\n.....*..****.\n.**..*.....*.\n***.*.*.*.*..\n.*****..*.*..\n...***..*.*..\n....**.....*.\n....**..**..*\n.........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*....\n.**..*.....*.\n***.*.*.*.*..\n.*****..*.*..\n...***..*.*..\n*...**.....*.\n*...**..**...\n*....*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n.*******\n**.****.\n***...*.\n***.****\n****.**.\n..***.**\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n....*..*\n*.......\n........\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n....*...\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.***.\n.**.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n...**\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n**.*.\n.**.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n**...*\n**...*\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n.....*\n***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.*...*\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n...*....*.....\n...*..........\n............*.\n...........*..\n............*.\n............*.\n....*.........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n...........**.\n...........**.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n...........**.\n...........**.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*....*.\n...*..*....\n.***......*\n.*.*.**..**\n*..**.*....\n..*..*.....\n...*.*.....\n*..*.*....*\n```\n\n\n## Output without wrap\n\n```\n...........\n...***.....\n.*.*..*..**\n**.....*.**\n**..*..*...\n.*.....*...\n..*****....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n......*..*.\n.*.*..*..*.\n.*.....*...\n.*..*..*.**\n*......*...\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.....\n.*........*...\n**...........*\n......*.......\n......*.......\n.......**.....\n...*..*.......\n.....*...*....\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n**............\n..............\n......**......\n.....*..*.....\n......*.*.....\n.......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n**............\n**............\n**............\n......**......\n.....*..*.....\n......*.*.....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..***\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*...\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.*.\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***\n*.*.**\n**..**\n```\n\n\n## Output without wrap\n\n```\n.***..\n*....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n*.....\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.*...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n......*\n.....**\n.....*.\n......*\n**.....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.....*.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n.....**\n.....*.\n*.....*\n*......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..*...\n......\n......\n...**.\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**...\n***.**...\n.**.**...\n```\n\n\n## Output without wrap\n\n```\n.*...*...\n*.....*..\n.*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.....***.\n.....***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........*.\n**.*........*\n.*...........\n.***.....*...\n*.*....*.*...\n*..***.*..**.\n...*..****.**\n*.***..*...*.\n*....*..*....\n**......*...*\n..*...**....*\n```\n\n\n## Output without wrap\n\n```\n***..........\n**...........\n***..........\n.............\n*....*.......\n******....***\n*........*...\n*....*...****\n*.....***.**.\n*..*..*.*....\n**.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.......*.\n**.*........*\n.**.........*\n*...........*\n.....*.......\n..****....*..\n.........*.*.\n*....*...**.*\n......***.***\n**....*.*..**\n****...*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.******\n*....**..\n......**.\n.***.**..\n**.*.**..\n...*....*\n**.*....*\n*.**..**.\n*..****..\n*.*......\n```\n\n\n## Output without wrap\n\n```\n**..*..*.\n**......*\n.**.*..*.\n**.*.....\n**.*.***.\n...*...*.\n**.**...*\n*.....**.\n*...****.\n.*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..*.\n**.......\n.**.*..*.\n**.*.....\n**.*.***.\n...*...**\n.*.**....\n......**.\n*...****.\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n**...\n*..*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*..*.\n..**.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.....**\n.**.....*.**.\n**.*.........\n.**..........\n**........*..\n```\n\n\n## Output without wrap\n\n```\n..........***\n*****.....***\n*..*.........\n.............\n***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......*..*\n.****.....**.\n*..*.........\n.............\n***........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n....\n*...\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n****\n....\n.**.\n**..\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n.....**....\n.......*.*.\n.......***.\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n......*....\n.......*.*.\n.......*.*.\n........*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n......*....\n.......*.*.\n.......*.*.\n........*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*..*.\n***.*..*.\n***.*..**\n```\n\n\n## Output without wrap\n\n```\n*.*......\n....****.\n*.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.\n....****.\n....****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n..*..*\n***.*.\n*..***\n*.**.*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n*..***\n......\n..***.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n...*..\n.*....\n*..*..\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n******\n...***\n*....*\n**..*.\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*...*.\n**....\n*..**.\n..**..\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...*..\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n...*\n....\n...*\n*.**\n*...\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n..**\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*.**\n....\n*.**\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*..\n*..****.*.\n.....*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*..**..\n...*....*.\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.*..\n...*.*.**.\n...*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...\n*....*.\n*.*.***\n.***...\n..*..**\n.*.**..\n..*....\n.......\n..*....\n.*....*\n```\n\n\n## Output without wrap\n\n```\n**.....\n*.**.**\n*.*.***\n.......\n.....*.\n.*.***.\n..**...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n..**.*.\n*.*.**.\n.......\n*....*.\n.*.***.\n..**...\n.......\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n...*...\n...**..\n..*.**.\n*****.*\n***.***\n*....*.\n......*\n**...**\n**..**.\n*..**..\n......*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n..*..*.\n.......\n*.....*\n......*\n*...*..\n**....*\n**..*.*\n..**..*\n**.**..\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...*...\n..*..*.\n*.....*\n.......\n.......\n....*..\n.*.....\n.*..*..\n..**...\n**.**..\n....***\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*.....*\n**..****..*.*\n.*........***\n**.*****..*.*\n```\n\n\n## Output without wrap\n\n```\n*****.**...*.\n*..**.**..*.*\n...*.....**.*\n***.***...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n...**.**..*..\n...*.....**..\n...**.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.......\n.*.*.......\n....*......\n..........*\n........*.*\n...........\n...***.....\n*..**.*.*..\n....*.*....\n....*..**..\n..**.......\n*.....*..*.\n..***..**..\n*...*...*..\n```\n\n\n## Output without wrap\n\n```\n.*.*.......\n.*.**......\n...........\n.........*.\n.........*.\n....*......\n...*.*.....\n......**...\n....*.*.*..\n....**.*...\n...*...**..\n.*..*..**..\n.*.***.***.\n....*..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**......\n.*.**......\n...........\n.........*.\n.........*.\n....*......\n...*.*.....\n......**...\n....*.*.*..\n....**.*...\n...*...**..\n.*..*..**..\n.*.***.****\n....*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n**.**\n.*...\n...**\n....*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..*.\n.....\n*..*.\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n....*\n.....\n**..*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.....\n.....\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n...*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n..*\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n..*\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**..\n..*......*.\n.***....**.\n****.......\n...........\n.........*.\n........**.\n.....*.**..\n```\n\n\n## Output without wrap\n\n```\n........*..\n.***...*.*.\n*.......**.\n*..*.......\n.**........\n........**.\n.......*.*.\n.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*.\n.***...*.*.\n*.......***\n*..*.......\n.**........\n........**.\n.......*.*.\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n..*....\n.*.*...\n**....*\n.......\n..*....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..*....\n**.....\n***....\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..*....\n.*.....\n***....\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n..**...\n...**..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*..*.\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.\n..*..*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n*.....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.....*\n*...*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n...*.\n..***\n***..\n.....\n..***\n***..\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n....*\n.**..\n.....\n..**.\n.*..*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*..*\n*...*\n***.*\n*...*\n*.***\n**...\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**.*\n*...\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***...\n....*...*.\n.....*.***\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**.*.*\n.......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....\n*....*....\n*....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n*.*\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*.***\n*****\n****.\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n.****\n*....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n......\n*.....\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n......\n....**\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*\n****...\n....*..\n.....**\n.**.*.*\n..*.*..\n*.....*\n```\n\n\n## Output without wrap\n\n```\n..**...\n.***...\n.*****.\n...**.*\n.**.*.*\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*\n****...\n*******\n*..**.*\n***.*.*\n..*...*\n**.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n....\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n*...\n*.*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*..*\n*.*.\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*..**.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.....*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*..*\n**.....*.*.\n....*.**...\n***..**.*.*\n.*..**...*.\n.....*.....\n.***....*..\n.*.**...*..\n.*..**.*..*\n.**......**\n..***...***\n```\n\n\n## Output without wrap\n\n```\n........*..\n.....*.*...\n..*......*.\n****....**.\n***.*....*.\n.*.*.*.....\n.*.*.......\n**...*.***.\n**..**..*.*\n.*...*.....\n.***....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..*...\n*....*.*..*\n..*......*.\n****....***\n.**.*....**\n.*.*.*.....\n.*.*.......\n.*...*.***.\n.*..**..*.*\n.*...*.....\n.**.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n**.\n.*.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n***\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n..*\n**.\n.*.\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**......\n**.**......\n...........\n.**........\n```\n\n\n## Output without wrap\n\n```\n**.**......\n...........\n*****......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......\n*****......\n..........*\n*****......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n*...\n.**.\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n*.*.\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*\n.......\n.......\n.......\n.......\n.......\n**.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*......\n.......\n.......\n.......\n.......\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**..*\n.*..*\n*.*.*\n*....\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n.**..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...**.**...*\n....*.*.**..**\n**...**.*.*..*\n..*...*....**.\n****..*.*..***\n*.*...*.*.....\n```\n\n\n## Output without wrap\n\n```\n.....*...*.***\n......*.*.*...\n.....*.*..*.**\n..*.*.*..****.\n.*.*.**...***.\n.****.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*...*..\n**...*.*.*...*\n.....*.*..*...\n***.*.*..***..\n..**.**..**...\n..*.*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n......\n......\n......\n*.....\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n......\n......\n......\n.*....\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..*.\n.*...\n*....\n*.*..\n***..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n..***\n**...\n*....\n*.*..\n*.**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.**.\n**..*\n*....\n*.*.*\n..***\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..**.\n..*...**\n...*.*..\n..*.**..\n```\n\n\n## Output without wrap\n\n```\n.....***\n..***..*\n..**.*..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..*\n..***..*\n..**.*..\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n....*....\n....*....\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....*.\n....**.*..\n*...**..*.\n*...**...*\n```\n\n\n## Output without wrap\n\n```\n....*.....\n...*.****.\n...*....*.\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*.*.\n...*.****.\n*..*....*.\n**.*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*........*\n........*.\n*.......*.\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.........*\n*.......*.\n.........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.....\n..........\n...*.*....\n.*........\n...*......\n..*..**...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n...*......\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....\n..***.....\n....*.....\n...*......\n..*.**....\n.*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n...*\n.***\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n**.*\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.*.\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..*.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n...\n***\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n*.*\n**.\n...\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n*.*\n...\n***\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...\n...***...\n...***...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n..**.**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.***.\n.***.***.\n.***.***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*....\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n***.\n....\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n***.\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n....*.\n*.....\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n*.....\n**....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*...*\n*......*....\n.......*..**\n*......*....\n.....***..**\n.....*......\n.....*......\n.......**...\n............\n.......**...\n...........*\n**.........*\n...****....*\n```\n\n\n## Output without wrap\n\n```\n............\n......***.**\n......***...\n.......**...\n.....*.*....\n....**......\n......*.....\n............\n............\n............\n............\n....**....**\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.*...*\n*.....***.*.\n*.....***..*\n*......**...\n.....*.*...*\n....**......\n......*.....\n............\n............\n............\n...........*\n....**....**\n.*..***...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****.*\n.*..*....\n..******.\n..**..*..\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*.****..\n.**...**.\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n..*......\n.**......\n.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n..**...\n..***..\n....*..\n..*..*.\n..*...*\n..*...*\n......*\n..*...*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*..*.\n.**.*..\n..*..*.\n.*.....\n..**...\n..*....\n.......\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.....*.\n.**.*..\n..*..*.\n.*.....\n.***...\n..*....\n.*.....\n....*..\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*....\n**...\n.*...\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n..*..\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n..*.*\n**...\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n......*.\n........\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n........\n.....*.*\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.....*\n......******\n.....*.....*\n......****.*\n***..*.*...*\n*.*..**.....\n***...*.....\n.*...*......\n....*.*.....\n*...***.....\n```\n\n\n## Output without wrap\n\n```\n.....*...*..\n.....*...*.*\n....**...*.*\n.*..**....**\n.**..*.**...\n..****......\n*.***..*....\n*.**..**....\n.*.**.**....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*....*.*\n.*..****.*..\n.*..**...*..\n.*..**......\n*.*..*.**.**\n.*****.....*\n*.***..*....\n*.**..**....\n.*.**.**....\n...**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n..*\n*..\n.*.\n***\n***\n..*\n***\n***\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n..*\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n...*.*...\n.**.*....\n.*.*.*...\n........*\n.......*.\n.......**\n```\n\n\n## Output without wrap\n\n```\n...*.....\n..***....\n.*...*...\n..*.*....\n.........\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n..***....\n**...*...\n***.*....\n.........\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.*...\n*****\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**.*.\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*....\n.*.**\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.**\n.......**.**\n..*.........\n***.........\n**..........\n.........*..\n..........*.\n```\n\n\n## Output without wrap\n\n```\n.......**.**\n.......**.**\n..*.........\n*.*.........\n*.*.........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**...\n.......**.**\n*.*........*\n*.*.........\n*.*.........\n............\n........*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.**\n****..*\n.....**\n***..**\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n**.***.\n**.....\n*...*..\n.......\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..***..\n....*..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.****\n*.*.*\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n...*..**\n.**..*..\n```\n\n\n## Output without wrap\n\n```\n......**\n.**..*..\n.**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**\n...*..**\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*.*\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.****\n.*...\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n**.\n...\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n**.**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.....\n.....\n***..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.*...\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n.....\n.....\n.....\n.*...\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*......*.\n..*.....**.\n..*......*.\n```\n\n\n## Output without wrap\n\n```\n........**.\n.***....***\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....**\n.***....***\n.***.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n*......*\n*....*..\n*....***\n....***.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n.......*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n*.......\n.*.....*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n.*.*.*\n*.*..*\n.*****\n...*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n**...*\n**..**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n**..\n**.*\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n.**.\n....\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***********\n***********\n*.*********\n***********\n**.***.****\n```\n\n\n## Output without wrap\n\n```\n*.........*\n...........\n...........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n****\n*.**\n****\n****\n.***\n****\n**.*\n*.**\n****\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*......\n..............\n..............\n..............\n..............\n..............\n..............\n........**....\n........**....\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........**....\n........**....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n........**....\n........**....\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.***\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.**.\n.**.\n.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*.*.*.*\n.*.*...*\n.*.*****\n.....*.*\n.......*\n.....*.*\n......*.\n........\n........\n.*****..\n*..*..**\n*..*.**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....*.*.\n**.*...*\n...*.*.*\n.....*.*\n.......*\n.......*\n......*.\n........\n..***...\n.******.\n*......*\n....****\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*.*.\n.*.*...*\n...*.*.*\n.....*.*\n*......*\n.......*\n......*.\n........\n..***...\n********\n*.......\n*...***.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..**...\n.*..*..\n***.*.*\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n*...**.\n****.*.\n*....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n....**.\n****.*.\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n*...\n**.*\n**.*\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*...\n....\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n**..\n....\n....\n.*.*\n*...\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*.*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**\n*..****\n**.***.\n****.*.\n**...*.\n**.****\n**.****\n****.**\n**.*.**\n**..***\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.......\n....*..\n.......\n.......\n.......\n.***...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n....*..\n.......\n.......\n.......\n.......\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n.*.***\n***.**\n***.*.\n****..\n.*.***\n****..\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*...*\n*...*\n...**\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n.*...*\n*....*\n.*....\n*.*...\n*..*..\n....**\n*....*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n*.**..\n...*..\n......\n..*...\n*.**..\n.*****\n...*.*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*...*\n.**..*\n..***.\n*****.\n...***\n...***\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*\n**.....*\n.*.**...\n..**..**\n*.**.*..\n.**.....\n.*.*....\n*...*.*.\n```\n\n\n## Output without wrap\n\n```\n.***....\n*...**..\n*.....**\n...*....\n....*.*.\n**.***..\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*.....*\n.*......\n.*.*....\n.*..*...\n...***..\n.***.*..\n...*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....****\n***.*.*.*\n.***.**..\n*..**..**\n.****...*\n```\n\n\n## Output without wrap\n\n```\n.....*.*.\n......*.*\n.....**.*\n.*...**..\n.*....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*.*.\n.....**.*\n......**.\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....*\n********.\n*.*.*...*\n..***.*..\n```\n\n\n## Output without wrap\n\n```\n.....***.\n*....****\n*........\n.**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.....***.\n*.......*\n*...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.*.*...\n.*.*...\n.......\n.......\n.**....\n.**....\n```\n\n\n## Output without wrap\n\n```\n...*...\n...*...\n.......\n.......\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..***..\n.......\n.......\n.......\n.**....\n**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n**...\n.*..*\n..**.\n.....\n..**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**.*.\n..**.\n.....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n**...\n.*.**\n..**.\n.....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........***\n*..........**\n.........***.\n........***..\n.............\n........***..\n.............\n```\n\n\n## Output without wrap\n\n```\n..........*.*\n.........*...\n........*...*\n........*..*.\n.............\n.........*...\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*..\n*........*...\n........*....\n........*..*.\n.............\n.........*...\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n..*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n...*.\n*.**.\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.*...\n..***\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.**..**.\n****.**.*.****\n**.**********.\n.*...*.***.***\n**..*****.**.*\n.***.*.***.***\n**.*******.***\n```\n\n\n## Output without wrap\n\n```\n........**....\n........**....\n..............\n..***.........\n..............\n***.*.........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..***.........\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*.*...\n..*.**\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n..*...\n..*...\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.*...\n*.*..*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n..*..\n.....\n.....\n....*\n.....\n.....\n.*...\n.*.*.\n.**..\n....*\n.****\n...*.\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n..**.\n.....\n.....\n.....\n.....\n.....\n..*..\n**...\n.***.\n....*\n..*.*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..**.\n.....\n.....\n.....\n.....\n.....\n..*..\n**...\n****.\n....*\n*.*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n..........\n..........\n..........\n.....*....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n...*\n****\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.***\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n****\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...\n....**...\n*...**...\n*....****\n**.***..*\n*.**.**.*\n**..*.**.\n.*.*.*...\n*.....*.*\n*.*....*.\n```\n\n\n## Output without wrap\n\n```\n....**...\n....***..\n......***\n.......**\n........*\n.......**\n.*.......\n*.**.*.*.\n*.**.***.\n.*....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n...*..**.\n......***\n........*\n.........\n.........\n.........\n****.*...\n..***....\n****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n***.\n*...\n*...\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n....\n**..\n*...\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n**.*\n*...\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.....*\n**....\n......\n**....\n.*....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n***...\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n....**\n*.....\n**....\n***...\n......\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n*.*\n...\n**.\n.**\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n.*.\n*..\n**.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*.*\n*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.**.\n*...***.**\n..*...**..\n.....**.*.\n**.*...**.\n..*.**..**\n.*..*....*\n...*...*..\n*..**.***.\n```\n\n\n## Output without wrap\n\n```\n....*...**\n...***...*\n..*.**..**\n.*..*.....\n*....**.*.\n.....**.*.\n..*....*..\n..*.......\n..***...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n...**.....\n*.*.**..**\n....*....*\n*....**.**\n.....**..*\n*.*....*.*\n..........\n.....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......***\n.*........\n.....***.*\n*........*\n*.........\n.....*....\n...**.**..\n...*...*..\n.......**.\n*.........\n```\n\n\n## Output without wrap\n\n```\n........*.\n.........*\n......*.*.\n......*.*.\n..........\n....***...\n...*****..\n...**.....\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**\n..........\n......*.**\n*.....*.**\n*........*\n....***...\n...*****..\n...**.....\n.......**.\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n***..\n***.*\n*.**.\n**.**\n.*...\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n.....\n.....\n*..**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**........\n..*..***..*.\n.*...***.*..\n*.***.......\n*****.......\n.*.*........\n............\n............\n```\n\n\n## Output without wrap\n\n```\n.*...***....\n.*..**..*...\n**.***..*...\n**.....*....\n*...........\n**..........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***....\n.*..**..*...\n**.***..*...\n**.....*....\n*..........*\n**..........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..........\n...**........\n..**.........\n....*........\n```\n\n\n## Output without wrap\n\n```\n.............\n...*.........\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.........\n...*.........\n...*.........\n...*.........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n.......\n****.*.\n....*..\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*..*..\n**.....\n.*...*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*.....\n**.....\n.....*.\n.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....**..\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n....**..\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n....**..\n....**..\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*....*.\n***..**...*.\n***.**..**..\n*.*.*....*.*\n..*...*****.\n....**..*.**\n..*.****..*.\n*.*..*.*.***\n**.*..**..**\n*....**..***\n..****.**..*\n```\n\n\n## Output without wrap\n\n```\n...****.....\n......*..*..\n...*..*..*..\n.*..*.*.*...\n.*..*.**....\n.....***....\n.*..........\n*.**....*...\n*..*....*...\n.*...***.**.\n....*...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.***\n.....**...**\n...*..*..***\n*...*.*.*..*\n.*..*.**....\n.....***...*\n**..........\n..**....*...\n...*....*...\n...*...*....\n.......*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n..***\n**.*.\n..*.*\n..**.\n.*.**\n.*...\n.*..*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n...**\n.*...\n....*\n.*...\n.*.**\n**.**\n.*.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*****\n...*.\n**...\n*...*\n**...\n**.**\n.*.**\n**.*.\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n.*..*.\n....*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n..*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****\n..*.**\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.*.*..\n*...**......\n..**...*...*\n*.....*.**..\n....*.......\n*......*..*.\n..***..**...\n```\n\n\n## Output without wrap\n\n```\n.....**.....\n.*...*..*...\n.*.******...\n...*...**...\n.......***..\n....*..**...\n...*...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.*....\n**...*..*...\n**.******..*\n...*...**...\n.......***.*\n....*..**...\n.****..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...*.\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n...*..\n****..\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n*..**.\n.***..\n*.....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n*..**.\n.***..\n*.....\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*..\n*.*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n*..\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n*...*.\n....*.\n*.**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n....*.\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n.*.*.*\n.....*\n.***..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n...**.*...\n*..*.**.*.\n*...*.*.**\n..*.****..\n...***...*\n**.*...*.*\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n...******.\n..*****..*\n..........\n.......*.*\n***....*..\n..........\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*.\n...*******\n*******.*.\n**......*.\n.......*..\n.**....*.*\n.*.......*\n.**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n.*..**..\n........\n........\n........\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.*...\n.....\n*....\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n.....*..\n..*.....\n.*......\n....*...\n........\n........\n...*....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.**.....\n*.*.....\n.**.....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n..*.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n*......*\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..***\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*..\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*.*..\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n....*\n.*...\n....*\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...**....\n..**.*...\n...**....\n....*....\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n..***....\n.**..*...\n..*..*...\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n...*.....\n..***....\n.**..*...\n..*..*...\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..***\n...**\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n..*..\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..*..\n*.*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..*.\n*..*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.***\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n...****\n...**.*\n**.....\n......*\n**...*.\n```\n\n\n## Output without wrap\n\n```\n...*..*\n.......\n..**..*\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n*......\n..**..*\n*....**\n......*\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n...\n...\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n.***..\n.***..\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n....*.\n...***\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n*.....\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n.....\n.*...\n*.*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n**.\n***\n***\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n...\n...\n*.*\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n...\n...\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......**\n*.........\n..........\n..*.......\n**......**\n........*.\n```\n\n\n## Output without wrap\n\n```\n**........\n**........\n**........\n..........\n........**\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n**.......*\n.........*\n.*......*.\n.*......*.\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***.\n..*...*\n...*...\n****.**\n.*...*.\n.*.*.*.\n...****\n```\n\n\n## Output without wrap\n\n```\n..****.\n..*..*.\n...****\n**.*.**\n...*.*.\n...*...\n..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n..*..*.\n...***.\n**.*.**\n...*.*.\n*..*...\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.\n..*.***\n*.*..*.\n*.*....\n...***.\n....***\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.*..***\n*.***.*\n..*.***\n..*..*.\n...*..*\n...*..*\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n..***..\n*.*.**.\n..*..*.\n...*...\n*..*...\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n*..\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n***\n...\n***\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.**\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n****\n..*.\n....\n....\n...*\n*.**\n****\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n..**\n....\n....\n....\n.***\n*.*.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n...*\n...*\n...*\n****\n****\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*....\n.*..**....\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n...*..*...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n....*..*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*.*...\n.***..\n.**..*\n*..*.*\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*..*..\n*.....\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n...*..\n.....*\n....**\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*****\n*..**...\n...*....\n........\n......**\n....**..\n........\n*...*.**\n```\n\n\n## Output without wrap\n\n```\n.....**.\n..*...*.\n...*....\n....**..\n.....**.\n....*..*\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...*\n.***....\n...*....\n....**..\n.....**.\n....*...\n...**.**\n*..***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n*.****\n..***.\n**.***\n******\n**.***\n***..*\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n*.....\n*.....\n*.....\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*....\n*..**\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n*.*..\n.**..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n..*....\n**.****\n.*.**.*\n.....**\n*...*.*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*....\n...*...\n**.....\n..****.\n....*.*\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n*.*..**\n**.*...\n*......\n..***..\n...**..\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n*..\n...\n...\n..*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.***......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n..*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.......\n..*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..**\n.*****\n...*.*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n.*....\n.*...*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*...*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*..\n..***.*.\n..*...*.\n**....**\n**.****.\n```\n\n\n## Output without wrap\n\n```\n.*****..\n.*..*.*.\n..*.*.**\n*...*..*\n***.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...*\n..**.**.\n*.*.*.*.\n..***...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..**..***\n..**.....**..\n.*..***..****\n**......*.*..\n*.*.**.***...\n```\n\n\n## Output without wrap\n\n```\n...*.....***.\n.*.*...**....\n**.***..*....\n*.**.........\n*......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***...**\n.*.*...**....\n.*.***..*...*\n..**.........\n..****.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.*...\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.**..\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.**..\n.....\n.....\n..*..\n**..*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n.....\n.....\n..*.*\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n************\n*.*.******.*\n************\n****.*******\n**.*********\n*.*.********\n.***********\n************\n.******.****\n*.*********.\n*******.****\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..*.\n.........*\n**..**...*\n..**....*.\n....*..*.*\n*****..*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.*..**..**\n.****...**\n.***.*..**\n....*..*.*\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...*.\n.*..**..**\n*****...**\n.***.*..*.\n....*..*.*\n***.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n***\n**.\n***\n***\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**......\n****..*..*\n...*.**..*\n...*......\n*....*...*\n*.........\n.***......\n.*..*.....\n..**...**.\n.......*..\n```\n\n\n## Output without wrap\n\n```\n*..*......\n*....**...\n.*.*.**...\n.....**...\n..........\n*.*.......\n****......\n.*..*.....\n..**...**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....*\n.....**..*\n.*.*.**..*\n*....**..*\n*........*\n*.*......*\n****......\n.*..*.....\n..**...**.\n.*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*\n...*..\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n....*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n*...**.\n*....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n....***\n......*\n....*.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n**.....\n**..**.\n*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.**.\n**..\n*...\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n***.\n*.*.\n..*.\n***.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.***\n*.**\n..*.\n.***\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n***\n...\n***\n...\n...\n.**\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n..*\n*.*\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..****\n**..**\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n.*.*\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n.**.\n****\n.*.*\n.*.*\n....\n....\n....\n....\n.**.\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*..*\n*..*\n...*\n....\n....\n....\n....\n....\n.**.\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n****\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n*.*\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n***..\n..*..\n*****\n.***.\n.*...\n*****\n*..**\n**...\n*.*..\n*.*..\n.****\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.*...\n.....\n...**\n...**\n...**\n.*..*\n..**.\n*.**.\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.....\n**..*\n.....\n.....\n.....\n.....\n.....\n.****\n*.*.*\n*.*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n...\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n..**.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..***\n.***.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***\n.****..\n.*.***.\n*****.*\n..***..\n***.***\n*.***..\n```\n\n\n## Output without wrap\n\n```\n.*..**.\n*.....*\n.......\n*......\n......*\n*......\n*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n......*\n......*\n*.....*\n.......\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n...*\n..*.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n..**\n..**\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*.**.\n**.**\n***.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*....\n....*\n*...*\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.*.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*...\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n***...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n*.*...\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n...*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n...\n***\n...\n...\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n****\n****\n**.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.*....*.*\n..*.***......*\n***.**...*....\n.*......****..\n....**.**..**.\n...*****.***..\n*.*....**.*.**\n.**...**.**.*.\n*.**...*..****\n......*****...\n...**.*.*..***\n.*...*...*...*\n```\n\n\n## Output without wrap\n\n```\n.....*........\n.*....*.......\n*.....*.*..**.\n*...*****..**.\n.*.**......***\n..***........*\n...*........**\n.**...........\n.****.*.......\n..*.*.*....*..\n......*.....**\n....**.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*....*.*\n..*...*.....**\n*.....*.*..*..\n*...*****..**.\n.*.**......***\n..***.......*.\n...*.........*\n..*...........\n*.***.*......*\n..*.*.*....*..\n*...*.....**..\n..*...**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n*.*.\n*.*.\n**.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.**\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n..*.\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.........\n.........\n**......*\n.......*.\n.**......\n..*..**..\n..*.*....\n*...*....\n....*..**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n*.*......\n.**...*..\n..*..*...\n.*..*....\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.........\n*........\n*.......*\n..*.....*\n.**...*..\n..*..*...\n.*..*....\n....**..*\n....*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....****\n.**...**.*\n..*...****\n```\n\n\n## Output without wrap\n\n```\n.**...*..*\n.**..*....\n.**...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*....\n.**..*....\n..*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n**.*\n.***\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*.***.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..*...\n***...\n**....\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n*.**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.**.*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...**.\n.....*\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n...***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.....\n.............\n*.........*.*\n.........***.\n.....**......\n.....***.....\n.....**......\n........***..\n**...........\n.....*.......\n......**.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.........*.*.\n........*..*.\n......*.****.\n....**.*.*...\n........**...\n.........**..\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*......\n.............\n.........*..*\n........*...*\n......*.***..\n....**.*.*...\n........**...\n.........**..\n.............\n......*......\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n.**...\n......\n***...\n*.....\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n*.*...\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.*...\n*.*...\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..*.\n****.*..\n...*..**\n*..*....\n**.**...\n.**..*..\n***..*.*\n.*.**.*.\n```\n\n\n## Output without wrap\n\n```\n*..**...\n*..*.*.*\n*..*..*.\n**.*....\n*..**...\n.....**.\n*....*..\n**.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n...*.*..\n...*..**\n**.*....\n*..**...\n.....***\n.....*.*\n...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n......*......\n......*.*....\n.**....*.*...\n*.**...**.**.\n**.*...**.**.\n.**..........\n..*..........\n*..*.........\n...*..**.....\n****..**.....\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.......*.....\n......*.*....\n.***..*..**..\n*..*..*....*.\n*..*...**.**.\n*..*.........\n..**.........\n..**.........\n*..**.**.....\n.***..**.....\n.**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......*.....\n......*.*....\n.***..*..**..\n*..*..*....*.\n*..*...**.**.\n*..*.........\n..**.........\n..**.........\n*..**.**.....\n.***..**.....\n.**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*...*.\n*...*.\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n**.***\n......\n......\n**.*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*...\n....\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....**...\n.....***..\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*.*..\n.......*..\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*.*..\n.......*..\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*....*.\n**........*..\n**....*.*****\n.....**..***.\n.**.**...*.*.\n...*....*..**\n....*..*..*..\n....*...**...\n....*...*.***\n```\n\n\n## Output without wrap\n\n```\n.............\n.......**....\n**...*..*....\n*.*......*...\n.........**..\n...........**\n.......*..***\n...*.****....\n....*..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**.****\n**.....*.....\n.....*..*....\n.**......*...\n.*.......**..\n...........**\n.......*..***\n...*.*......*\n*....*.*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n***..\n*.*..\n...**\n.....\n.**..\n.**..\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n*....\n*.*..\n*.*..\n...*.\n..**.\n.**..\n.**..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*.*.*\n*.*..\n...**\n..**.\n.**..\n.**..\n..**.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....**\n...**..\n...****\n**.*...\n...*..*\n.*.....\n***....\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n....**.\n...*...\n.....*.\n...*..*\n**.....\n**.....\n*.*....\n*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n....**.\n...*...\n*....**\n*..*...\n.*.....\n.*.....\n..*....\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n..***....\n.........\n..***....\n.**......\n...*.....\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n...*.....\n.***.....\n.*..*....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...*.....\n.***.....\n.*..*....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n.*.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***.\n*.****.\n.*.*.**\n```\n\n\n## Output without wrap\n\n```\n**...*.\n*......\n.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..*......\n.........\n*.*......\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n..***\n*...*\n...**\n....*\n...*.\n.....\n.....\n....*\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.**.*\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..**.\n..**.\n...**\n.....\n.....\n.....\n.....\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n***\n...\n***\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.*......\n........\n........\n*..*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*......\n........\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n...***.\n...*..*\n.....*.\n.......\n**.....\n.*....*\n*.....*\n.*...**\n.*.....\n.......\n*....*.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..*****\n.......\n.......\n.......\n**.....\n..*....\n..*..**\n**...**\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n..*****\n.......\n.......\n.......\n**.....\n.**....\n.**..**\n.*....*\n*.....*\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*...*\n*...*\n*...*\n*..**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n.....\n**...\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*.*.\n**...\n**...\n**...\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n****\n.*.*\n...*\n****\n..**\n....\n*...\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n...*\n...*\n*...\n..*.\n....\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*..\n....\n....\n....\n....\n*...\n.***\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*.....*\n*.*..........\n.*..*....*.**\n........*..**\n.........***.\n..*........*.\n.**......*.*.\n**.......*...\n```\n\n\n## Output without wrap\n\n```\n.****........\n*..**.....*.*\n..........*.*\n.........***.\n........***..\n.**.......*..\n*..*......**.\n*.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......*\n....*.....***\n..........***\n.........**..\n**......***.*\n.**.......***\n..*.......*..\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.*..\n*.*.*.\n....*.\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n....*.\n.*...*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n....**\n....**\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n..*.*\n.***.\n**...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n*..*.\n....*\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*...*\n...**\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n*..*\n***.\n.*..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n*.*.....\n*..*....\n........\n.**.....\n.***....\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.......\n.*......\n.**.....\n.*.*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n*......*\n.*......\n.**.....\n.*.*....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...........*\n*.......***.*.\n*.........*...\n*......*......\n***........*.*\n*..*...*****.*\n....*........*\n..*.*........*\n...*.........*\n.*.*.........*\n```\n\n\n## Output without wrap\n\n```\n**.......*....\n*........***..\n**......*.**..\n*.............\n*.*....*.*.*..\n*.**....****.*\n....*...***..*\n....*.......**\n...**.......**\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*..*.\n.........***..\n**......*.**..\n..............\n..*....*.*.*..\n..**....****..\n....*...***..*\n*...*.......**\n...**.......**\n.*..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n**.....\n.......\n.......\n..*....\n..*....\n.......\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**...*\n*.*.*.*.*..*\n*...*.***...\n.....*......\n```\n\n\n## Output without wrap\n\n```\n....****....\n........*...\n..***.*.*...\n....****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..***..*\n......*.*.*.\n.***....**.*\n.**.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*.....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..*...........\n..*.....*.....\n...**.**.*....\n.**.....*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..*....**.....\n.*.*..*..*....\n..**...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..........\n.**...........\n..*....**.....\n.*.*..*..*....\n...*...**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*.\n...**..\n..***..\n.......\n```\n\n\n## Output without wrap\n\n```\n..**...\n.....*.\n..*.*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n.....*.\n..*.*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n..*..\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*....\n.*..*.....\n..**......\n..........\n..........\n.......*.*\n..........\n.......***\n.*****....\n*.........\n```\n\n\n## Output without wrap\n\n```\n..........\n.****.....\n..**......\n..........\n..........\n..........\n.......*.*\n..***...*.\n.****...*.\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n.****.....\n..**......\n..........\n..........\n..........\n.......*.*\n..***...*.\n*****...**\n*.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n*......\n......*\n.....**\n.**.**.\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.....**\n....*..\n....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..****.\n.....*.\n....*..\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n****..\n.*****\n*.**..\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n*....*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.\n*...***.\n*****..*\n..*.****\n```\n\n\n## Output without wrap\n\n```\n.**.....\n*..*..**\n...*.*.*\n.*.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n..*.....\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*\n***....*\n.......*\n.....*..\n...***.*\n...**..*\n..**....\n*.***.*.\n...**...\n*..*....\n...*****\n**.**.*.\n.**..**.\n..*....*\n```\n\n\n## Output without wrap\n\n```\n........\n*.*...**\n.*...***\n....***.\n.....*..\n.....**.\n....**..\n***.***.\n.**..**.\n*.*..***\n*.*...**\n........\n*.*..***\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....**\n.***.**.\n.....***\n....**..\n.....*..\n.....*..\n*...**..\n.**.**..\n.**..*.*\n.**..*.*\n.**...*.\n**....**\n********\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n..*\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n*.**.**.\n**.*...*\n*..*.*.*\n```\n\n\n## Output without wrap\n\n```\n...****.\n*.**.**.\n*..*.*.*\n***.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n*.**.**.\n...*.*..\n.***.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*..\n......*.\n***.....\n..**....\n*.*..**.\n*.*...**\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n*..*....\n...**.*.\n....**.*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*...*\n...*....\n*..**.**\n*.*..**.\n*.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.*.*\n.....*.*..\n**.....*.*\n.......*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......**..\n......**..\n......**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.*..\n.*.*....**\n...***.*..\n*..**.*.**\n..*.*..*.*\n*.*.*.**.*\n```\n\n\n## Output without wrap\n\n```\n***.....*.\n**.*.*.**.\n.....***..\n..*...*..*\n..*.*....*\n.*...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*..\n.*.*.*.***\n.....***..\n*.*...*..*\n..*.*.....\n..*.*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n.......\n.......\n.......\n....*.*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n.......\n.......\n.......\n....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****...*\n..*.**...*\n.*..**..*.\n...**...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n.**....***\n...***.***\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*........\n.*........\n..*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n..*..\n.....\n..*..\n.*...\n*.*.*\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n.**..\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n****.\n.....\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*...\n.**.****\n*****.*.\n....*...\n*......*\n*.....*.\n..***.**\n...*...*\n```\n\n\n## Output without wrap\n\n```\n..*.*.*.\n......**\n*.....**\n*.*.**..\n........\n.*.*.**.\n..******\n..***.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*...\n......*.\n*.....*.\n..*.**..\n*......*\n**.*.**.\n*.*****.\n**...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n*.**.*\n.*.*.*\n...*.*\n....*.\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*....*\n.*.*.*\n..**.*\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.....*\n.*.*.*\n*.**.*\n...***\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n***.\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n...*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.**...\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n...**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***...\n...*.*...\n.***.....\n*........\n.***.....\n*.**..*.*\n*....*...\n...*.*...\n.........\n.........\n..***....\n....**..*\n****..**.\n```\n\n\n## Output without wrap\n\n```\n...*.*...\n.*...*...\n.****....\n*........\n*..*.....\n*..**....\n.***.**..\n....*....\n.........\n...*.....\n...***...\n.....***.\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*..*\n.*...*...\n.****....\n*........\n...*....*\n*..**...*\n****.**.*\n....*....\n.........\n...*.....\n...***...\n*....****\n***...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.***\n*.*.\n*..*\n*..*\n****\n*..*\n**..\n.**.\n****\n*.*.\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n*...\n*.**\n*..*\n*..*\n...*\n*...\n...*\n*..*\n*.**\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n....\n....\n....\n....\n....\n....\n..*.\n*.*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*..\n..*.\n...*\n**.*\n...*\n....\n.**.\n.***\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n..*.\n.*.*\n...*\n..*.\n..*.\n.*.*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*.*\n..*.\n.*.*\n...*\n..**\n..*.\n**.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n..*.....\n........\n........\n.....***\n*...***.\n.......*\n........\n........\n........\n**.*....\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**.....\n........\n........\n.....*..\n....*.*.\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n.**.....\n........\n........\n.....*.*\n*...*...\n.....***\n......*.\n........\n........\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n*.*.\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n*.....\n......\n......\n......\n......\n......\n......\n*....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.....\n......\n......\n......\n......\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**..*\n******.**\n*.****.**\n..**.*...\n.**...***\n******...\n***..**..\n.*.*.****\n****.*..*\n```\n\n\n## Output without wrap\n\n```\n......**.\n.........\n.........\n........*\n.....**..\n.........\n.........\n..*.*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n........*\n.....***.\n.......*.\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n...**.\n..*...\n.....*\n.....*\n..*...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...**.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*..*\n...**.\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.*.*.\n.**.**\n*.**.*\n******\n**.***\n.*.***\n*****.\n.*.*.*\n.*.*.*\n....*.\n*****.\n*.*.*.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.*....\n*...**\n**....\n......\n......\n......\n......\n......\n....*.\n.....*\n.*.*.*\n.*.*..\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n....*.\n....*.\n...***\n...*.*\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.....\n........\n........\n........\n.*......\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n........\n........\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n*..*..\n..*...\n.*....\n.....*\n```\n\n\n## Output without wrap\n\n```\n***.*.\n*...*.\n.***..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n******\n*..*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n...**.\n.....*\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n...*.*\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*..*.*\n*....*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*..\n***\n...\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n...*.\n..*..\n*....\n.....\n*...*\n****.\n.....\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n*.**.\n****.\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n...*.\n.....\n.....\n*...*\n*.***\n****.\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n**.\n**.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n..*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n..*.*\n.*..*\n*..*.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.**.*\n*...*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.**..\n..*..\n....*\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.*.\n*.*.\n....\n*.**\n....\n....\n..*.\n*.*.\n*..*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n..**\n....\n....\n....\n.*..\n..**\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n....\n*.*.\n...*\n...*\n....\n.*.*\n*.*.\n**.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.*...\n*.*..\n*.*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......\n*.......*\n......*..\n.....*.*.\n....***..\n..*.....*\n*.*......\n```\n\n\n## Output without wrap\n\n```\n**.......\n**.......\n......**.\n....*...*\n...*...*.\n..*..*...\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n*.......*\n......*..\n....*....\n...*...*.\n****.*.**\n***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*....\n***..*\n...*.*\n****.*\n*..*.*\n*.***.\n****.*\n.*.***\n*.*.*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n***.*.\n...*.*\n**.*.*\n*....*\n*....*\n*....*\n.....*\n*....*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n.**.**\n...*..\n.*.*..\n......\n......\n......\n......\n*.....\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n*.****\n.**..*\n..*.*.\n*..*.*\n......\n..***.\n..*.**\n.**.*.\n....**\n.*...*\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n.....*\n.....*\n..*.**\n..*..*\n...***\n.*****\n.*...*\n...***\n...*.*\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n*...**\n.....*\n....**\n..*..*\n*.*...\n*..***\n..****\n......\n...***\n.*.*.*\n.*....\n***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n..*.\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n**..\n*..*\n.*.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.......*\n**......**\n.***......\n*.**......\n```\n\n\n## Output without wrap\n\n```\n........**\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.........\n.........\n.....*...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n......\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.**.*\n...*.**.*.\n**.*.****.\n....*.*.**\n*...*.**.*\n*...***.*.\n*.*...****\n*.*.**.*.*\n```\n\n\n## Output without wrap\n\n```\n....*.***.\n...*.....*\n..**......\n**.**....*\n...**....*\n*..**.....\n*........*\n...*.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n...*......\n*.**......\n.*.**.....\n*..**.....\n...**.....\n..........\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n.**.\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.**.\n....\n****\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n**...\n*****\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*..*.\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*...*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n****\n....\n....\n....\n....\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**.*\n*.........**\n............\n........***.\n........*.*.\n..........*.\n........**..\n........***.\n```\n\n\n## Output without wrap\n\n```\n.........*.*\n.........***\n...........*\n........*.*.\n........*.**\n........*.*.\n........*...\n........*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*...\n*........**.\n............\n........*.*.\n........*.**\n........*.*.\n........*...\n.......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*..**\n....*\n.....\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..**\n.....\n.*.*.\n.....\n....*\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.**.*\n*****.*****\n.*..**.**..\n..***..**..\n**.*.**..**\n.*.*..*.*..\n.****.*.*.*\n...........\n*..**...***\n.******.*.*\n```\n\n\n## Output without wrap\n\n```\n*...*......\n*..........\n*.*........\n*..........\n**...***.*.\n***...***.*\n..*.**....*\n**...*.*..*\n**........*\n.**...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.......\n*.*........\n..*......**\n...........\n*....***.**\n..*...***..\n***.**...*.\n.....*.*...\n........**.\n.**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.....*\n.***..\n..*.*.\n..*...\n.**..*\n***...\n.*.**.\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n.*..*.\n.****.\n.*....\n......\n.*.*..\n...**.\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..*.\n.****.\n.*....\n......\n...**.\n...**.\n...*.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**.\n..*...**\n*.*.***.\n.**...*.\n```\n\n\n## Output without wrap\n\n```\n.....***\n.***.*.*\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.*\n*.*.*..*\n*.*....*\n*.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n*.......*....\n.*....**.*...\n.........*...\n.......**....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.......**....\n......**.*...\n.......*.*...\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.......**....\n......**.*...\n.......*.*...\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.\n***.**.*\n*.**.*.*\n*.**....\n..*.*.**\n*...****\n*.******\n.*..*.**\n***.*.**\n```\n\n\n## Output without wrap\n\n```\n.***.**.\n*......*\n*....*..\n.....*.*\n..*.*..*\n..*.....\n*.*.....\n........\n****..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n*....*..\n..*.*...\n..*.....\n..*.....\n........\n.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n....*.\n...***\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n...*.*\n*.**.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.....\n...**....*.*.\n...***..***..\n....**.**....\n....*....**..\n.*...*****...\n.*....**.....\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n...*.*...*...\n......**..*..\n......**.....\n....*.....*..\n.....*...**..\n.....*.......\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n...*.*...*...\n......**..*..\n......**.....\n....*.....*..\n.....*...**..\n.....*.......\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n**..\n*.*.\n.*.*\n.***\n.*..\n....\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n....\n*.*.\n*.*.\n*..*\n**.*\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n*.**\n..*.\n....\n.*.*\n**..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**\n.***.*\n.*.***\n**.*..\n...*.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n..*.**\n*.....\n.....*\n**.*.*\n*....*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n.*.*..\n.....*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n..*.*....\n.*.*...*.\n.**....*.\n......*..\n*......**\n.......**\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.***.....\n.*.*.....\n.**...**.\n.*....*.*\n......*.*\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.***.....\n.*.*.....\n.**...**.\n**....*..\n*.....*..\n*......*.\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*****...\n...*.*.*....\n...*.*....*.\n..**..*.**.*\n....***.*..*\n.........*.*\n..........**\n...**......*\n..***.......\n..**..*.....\n....****..**\n....**.*....\n.....*.*....\n....**.**...\n```\n\n\n## Output without wrap\n\n```\n....**.**...\n...*...**...\n...*.*.****.\n..**..*.**.*\n...****.*..*\n.....*...*.*\n...........*\n..*.*.....**\n.....*......\n..*...**....\n.......*....\n.......**...\n.......*....\n....**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........\n...*...**...\n...*.*.****.\n..**..*.**.*\n*..****.*..*\n*....*...*.*\n*..........*\n..*.*.....**\n.....*......\n..*...**....\n.......*....\n.......**...\n.......*....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.\n....**.\n...*...\n..*..**\n*.....*\n*.....*\n..*...*\n*..****\n*.*....\n.*....*\n**.....\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*..*\n......*\n.....**\n.......\n**..*.*\n.*.....\n......*\n......*\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..\n...*...\n*......\n*....**\n.*...*.\n**..*..\n**....*\n.....*.\n......*\n*....*.\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..*.*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n******\n***.**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.....*\n*.....\n*....*\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n**...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n...*\n**..\n....\n..*.\n*...\n**..\n***.\n*.*.\n****\n*...\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n....\n.*..\n....\n.***\n..**\n*.**\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n****\n....\n*...\n...*\n.**.\n....\n....\n....\n.**.\n**.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n**.*..\n.**...\n*.....\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*.....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.....*\n..*...\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*.**.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n**...*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.**.\n**.*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*..*\n**.*.\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.**\n*..*.\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*.**\n...**\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**\n.*.****\n*****..\n```\n\n\n## Output without wrap\n\n```\n**.*..*\n......*\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n.*..\n..*.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n.**.\n....\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**.**\n****.........\n*.......**.**\n..**........*\n```\n\n\n## Output without wrap\n\n```\n*.*..........\n*.*..........\n*..........**\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*.\n..*..........\n...........*.\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n****\n.*.*\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n..*.\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n.**.\n....\n....\n....\n....\n....\n....\n....\n**.*\n.***\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n***.\n....\n....\n....\n....\n....\n....\n....\n**.*\n...*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n*...\n***.\n....\n....\n....\n....\n....\n....\n*...\n.*.*\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******...*..\n...**..*.*.*\n***...**.***\n.*.***......\n..***.*..***\n*.*.****.*.*\n```\n\n\n## Output without wrap\n\n```\n........***.\n*.*....*.*.*\n**....*..*..\n**..........\n.*..........\n......*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**.\n.......*.*..\n......*..**.\n*...........\n......*..**.\n......**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n.**..\n.....\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n*.*..\n*....\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*.*.*\n*.*..\n*....\n*..*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*....\n..**..*\n*.*...*\n.......\n......*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n....*..\n.*.*...\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.***...\n....*.*\n...*.*.\n..*..*.\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.***..\n......\n......\n**...*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.***..\n..*...\n......\n.*..**\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.***..\n..*...\n*.....\n**..**\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.**..\n**.*******\n.*.*.*****\n.*******.*\n```\n\n\n## Output without wrap\n\n```\n*.........\n.........*\n..........\n.*.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.........*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*...\n.*...\n...*.\n..*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n..*..\n..*..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.**..\n..*..\n..*..\n..***\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*\n*.......*\n*.......*\n*......**\n```\n\n\n## Output without wrap\n\n```\n.........\n**.....**\n**......*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.....*.\n.*.......\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n.....*....\n.*.*.*..*.\n*.........\n......*...\n.*........\n*......*..\n*..*....**\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n.....*....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.....*....\n.....*....\n..........\n..........\n..........\n**.....**.\n.*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..***.\n.*....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*..*\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n***...\n......\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n*.**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n......\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.***..\n..*...\n......\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*...*.\n.*.*..\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n*...*.\n.*.*..\n..*...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*.**\n****.\n```\n\n\n## Output without wrap\n\n```\n.***.\n....*\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****\n.....*\n.*.**.\n.*.*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n..**.*\n**..*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n......\n..**..\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n*.*..*\n.*****\n******\n*.****\n```\n\n\n## Output without wrap\n\n```\n.*****\n*.....\n......\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*.*.\n****\n**.*\n****\n****\n*.*.\n...*\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*.**\n....\n...*\n....\n....\n....\n*...\n...*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n*...\n.*..\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n..*.\n*...\n..*.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n......\n*....*\n.....*\n..****\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.....*\n*....*\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n..*...*.\n..*....*\n..**...*\n.......*\n...*..*.\n........\n....****\n*....*..\n*.*.*...\n*.*...*.\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*..**\n.....*..\n.....*..\n..**..**\n...*..**\n....*.*.\n...****.\n..**..*.\n...*....\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n....*...\n.....*..\n.....*..\n****..*.\n...*..**\n....*..*\n...*****\n****....\n*..*....\n.**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*.*\n...\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n*.*\n.*.\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n*.*\n...\n***\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.*...\n*..*.\n.*.**\n.**..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**...\n...**\n.....\n.....\n...**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.*.*.\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*.***\n***.**\n*.*.*.\n*.**.*\n*.*...\n**...*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n......\n*.....\n*.....\n*.*.*.\n*.***.\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n......\n......\n......\n*.*.*.\n..***.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**\n**.....\n***....\n.******\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.**....\n*..*...\n....**.\n*...***\n.**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**\n...*...\n....**.\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***\n...*...\n.......\n.....*.\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....**.\n.......\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****\n.**.**..\n...**...\n........\n......**\n**.....*\n.**..*..\n```\n\n\n## Output without wrap\n\n```\n.*......\n..*.....\n...**...\n...****.\n.*....**\n*.*...**\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n...**.*.\n...**...\n...****.\n*.....**\n*.****.*\n*.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**.*\n.*.*\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n...*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n**..**\n***..*\n.**.**\n****..\n***.**\n```\n\n\n## Output without wrap\n\n```\n******\n......\n......\n....**\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n****\n....\n....\n....\n....\n....\n.*..\n**..\n*.**\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n.**.\n....\n....\n....\n....\n**..\n**..\n....\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n****\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n...*..\n....*.\n*...*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*..*.\n.....*\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.....*\n.....*\n...*..\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...*.\n...**....\n...*...**\n...*..**.\n.*.****.*\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n.....**.*\n......*.*\n.........\n..****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..**..\n***.**...\n.*....***\n**.*..*..\n.*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*.***.\n*.....\n.****.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n**.*.*\n*.....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**....\n*.....\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n****\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n.*.*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n.*.*\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n.**.\n*...\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n.*.*\n****\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n*******.\n*****..*\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n.***..\n.*....\n*....*\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n**.**.\n...*..\n**....\n*...**\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*.*\n.*....\n....*.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n...*.\n...**\n..***\n.***.\n**...\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n.....\n.*...\n*...*\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n.....\n**...\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*..\n..**.\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n...\n.*.\n.*.\n..*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n.**.\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n...*\n....\n**.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n**...\n..*.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n***...\n.**...\n.*....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n*..*..\n*.....\n......\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.....\n......\n.**...\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*........\n.*......*\n**.....*.\n.**....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n*.*......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n**.......\n*.......*\n..*....*.\n***.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n...\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n..*\n.**\n.*.\n...\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........\n*.........*\n...........\n.........**\n..**......*\n*..**...*..\n..*.*.*..*.\n.....**..*.\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.........**\n...*.......\n..****....*\n..*...**.**\n....*..***.\n.....**.*..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*\n.*.......*.\n*........*.\n.*.*.....*.\n.*****.....\n.**...**...\n*...*..**.*\n.....**.**.\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n......***\n*........\n.*....**.\n.*......*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n.......**\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n*......**\n*........\n.......**\n.......**\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***...*\n*.***...*\n**.*.**.*\n.***.*..*\n.**..*..*\n***...***\n......*..\n***..*..*\n.......**\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*...*.*.\n....***.*\n........*\n...*....*\n........*\n.*......*\n.....**.*\n......*..\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.....**..\n....***..\n.........\n...*...*.\n.......*.\n.*......*\n**...**.*\n.**....**\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**\n...*..*\n.......\n*..*..*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n*...*..\n.*.....\n*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n..*\n...\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.**\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n.*.*\n..*.\n.**.\n**.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*..*\n...*\n*..*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.*.\n.*.\n***\n**.\n***\n.**\n*..\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n..*\n...\n...\n..*\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.....\n..*...\n......\n**....\n**.*..\n..**..\n*.*.**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*....\n***...\n*..*..\n*.....\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*....\n***...\n*..*..\n......\n.**.**\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........*\n............\n..........*.\n............\n.*..........\n............\n........*...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.....\n.....\n....*\n.....\n.*.*.\n**...\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n***..\n***..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n....*\n.....\n.....\n.....\n***..\n***..\n.*...\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***..\n...*.*.*.*.*\n...*.*.*...*\n...*...*.*..\n```\n\n\n## Output without wrap\n\n```\n......**.**.\n.......*.**.\n...*..**....\n...*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*..\n...*..**....\n...*..**.**.\n....*.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.**\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n.*..\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.*.*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n.*.*\n.*.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.**..\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n....*..\n..*.*..\n.*..**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n...***.\n.......\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...***.\n.......\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n**...*\n...*.*\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n**...*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n.....*\n*...**\n.*....\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.**..****\n..***..******\n****...*****.\n.**.***..***.\n****.*.****.*\n.**.**...**..\n...*.*.*.**.*\n..*.**...**..\n```\n\n\n## Output without wrap\n\n```\n..**.***....*\n*....*.......\n*............\n.....*......*\n*......*.....\n*....*.*.....\n.*...........\n...****.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**.....\n.....*.......\n*............\n.....*.......\n.......*....*\n.....*.*....*\n.*...........\n*.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..**.\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n.***.....\n.***.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n.*..\n....\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n.*..\n.*.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.........\n.*.***.......\n...*..*......\n...*.........\n.*.****......\n..**.........\n**.*.........\n```\n\n\n## Output without wrap\n\n```\n..**.........\n...*.*.......\n...*.*.......\n...*..*......\n.....*.......\n*....*.......\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.........\n...*.*.......\n...*.*.......\n...*..*......\n.....*.......\n*....*.......\n.*.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**...\n.*.**...*.\n*.*******.\n*...*..*.*\n...**.**.*\n```\n\n\n## Output without wrap\n\n```\n.*****....\n*.......*.\n*.*...*..*\n.**......*\n...*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.**\n*.......*.\n*.*...*...\n***.......\n.*.**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n*..*\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n..*..*...\n..*..*...\n..*.***.*\n....**..*\n....*..*.\n....*.*..\n*.**.*...\n*.*.**...\n.*...*.**\n```\n\n\n## Output without wrap\n\n```\n.***.....\n...*.....\n.***.....\n.......*.\n.....*..*\n...**.**.\n....*.*..\n.*.*..*..\n..***....\n.*..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...*.*\n*..*.....\n.***.....\n.......*.\n.....*..*\n...**.**.\n....*.*..\n.*.*..*..\n.**....*.\n..***.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.....**\n.....**\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n***..\n...**\n.**.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*.*..\n*....\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n*..*.\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n***.\n*.*.\n..**\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n*...\n*...\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.**..\n**...\n.....\n.....\n.*.**\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n***..\n.....\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n***..\n.....\n.....\n.....\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n*..\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n***\n**.\n***\n***\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n......\n****..\n****..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n*..*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n*.*.\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n...**..\n*....**\n*......\n.*.....\n*...***\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n....**.\n**.....\n**...*.\n....**.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n....*..\n*...***\n**.....\n.*...*.\n*...***\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n..*..\n.....\n.**.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.**..\n**.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n..*..\n***..\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**..\n.*.**...*\n...***..*\n**.*.*...\n*....**..\n*.**..***\n.*...****\n..*....*.\n.**.*.**.\n```\n\n\n## Output without wrap\n\n```\n******...\n**....**.\n**...*...\n****.....\n*..*.*...\n*.*.*...*\n.*.*.*...\n..**.....\n.***..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n.*....***\n.*...*..*\n****....*\n...*.*...\n..*.*....\n.*.*.*...\n*.**.....\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.......*..\n.*..........**\n.**........*.*\n*..*.......***\n```\n\n\n## Output without wrap\n\n```\n..*.........*.\n**.........*.*\n***........*..\n.**........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*..\n.*.........*.*\n.**........*..\n...*......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*****...\n**....***...\n***....*....\n.........***\n............\n............\n....**......\n```\n\n\n## Output without wrap\n\n```\n.....*..*...\n*.*.........\n*.*...**.**.\n.*........*.\n..........*.\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*...\n*.*.........\n..*...**.**.\n**........**\n..........*.\n............\n....*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*...\n....***..\n....*.*..\n....**...\n.........\n**.......\n**......*\n**.......\n.***.....\n```\n\n\n## Output without wrap\n\n```\n....***..\n...**.*..\n...*..*..\n....**...\n.........\n**.......\n..*......\n.........\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**..\n...**.*..\n...*..*..\n....**...\n.........\n.*......*\n..*.....*\n........*\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.....*.\n.......\n...**.*\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n.*.****\n***..**\n***..**\n.***...\n..*****\n..***..\n.*.**.*\n*.*.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n.....*.\n....*.*\n.......\n.....**\n**....*\n.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n....**.\n*.....*\n.*...**\n.*....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*...\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n......*.*.\n.*.*..*.*.\n.*.*..***.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....**.**\n.....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...*\n.....**.**\n*...***.**\n*...*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*.**\n****.\n...**\n...*.\n..***\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n**...\n.*..*\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.*...\n**...\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*...\n.**..\n**.*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n..*..\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.....\n*.**.\n****.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...**..\n..*......**\n**.*****.*.\n*..*.......\n```\n\n\n## Output without wrap\n\n```\n.***....**.\n*....*...**\n**.****.***\n****.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....***\n.....*...**\n**.****.**.\n*....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**\n*.**.*.\n...***.\n```\n\n\n## Output without wrap\n\n```\n..*****\n..*....\n..**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n*.*....\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n.**.\n....\n..*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...\n..**..*\n*.**...\n```\n\n\n## Output without wrap\n\n```\n...*...\n.*..*..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**..\n.*.**..\n.*.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n..**..\n....**\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n...***\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n...***\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n**..\n*..*\n**.*\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n..*.\n**.*\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.***\n.***\n.**.\n.**.\n***.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n...*....\n.*.*....\n........\n........\n.....**.\n........\n....**.*\n........\n....****\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*....\n..*.....\n........\n........\n........\n....*...\n........\n.......*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****.\n.*.*....\n..*.....\n........\n........\n........\n....*...\n........\n.......*\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n.*...*.\n.*.....\n..*....\n```\n\n\n## Output without wrap\n\n```\n.**..*.\n*....*.\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n.*.....\n..****.\n*******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.***\n.***\n*.*.\n****\n**.*\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*..***\n***...\n..*..*\n.....*\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.***.*\n*....*\n..*..*\n..***.\n..**.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..**..\n..*.*.\n.***..\n.*....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...******.\n.....*....\n.....*.**.\n*.*.**.**.\n..*..*....\n*.*..*..*.\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....*...*.\n.....*.**.\n..**.*...*\n.***.*.**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....*.*\n......*...\n*....*.*.*\n*.**.*....\n.....*....\n****..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**.**..**\n**.....*....**\n.*..***....***\n.****....***..\n...*.****..*.*\n*..*.*.*...***\n*.*..*.*..**.*\n```\n\n\n## Output without wrap\n\n```\n*.*...*.*.....\n*.***...*...**\n*.*****..*....\n....*....*..**\n**..*.**.*..**\n**.*.**.***..*\n.*.**.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**....*...\n.**.*..**.....\n*******..*....\n....*....*....\n.*..*.**.*....\n**.*.*.*..*...\n.....*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*...*.\n....*.....*...\n..........*...\n*..........*..\n.*..*..*.**...\n....**.......*\n.**.**....*...\n.***..*.....*.\n....***....***\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n.........*.*..\n..........**..\n.........*.*..\n....**....*...\n.**...*..**...\n.*....*.......\n.*....*.....**\n..*****....***\n.....*......*.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n.........*.*..\n..........**..\n.........*.*..\n*...**....*...\n***...*..**...\n**....*.......\n**....*.....**\n..*****....***\n.....*......*.\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n**...\n..*.*\n*.**.\n..*..\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n****.\n*.*..\n..*..\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.****\n..*.*\n..*.*\n..***\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..*.\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n*....*\n*....*\n..****\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n.*...*\n.*.*.*\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n...**.\n.*....\n.**...\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n.****\n**...\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n*..*.\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*.\n*.*.*..\n*.**.*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n.**..*.\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.\n*.*.**.\n*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n.**.*..\n.......\n.......\n.*..**.\n..*..**\n..**.*.\n...**..\n...***.\n....**.\n```\n\n\n## Output without wrap\n\n```\n..***..\n..*.*..\n.......\n.......\n....***\n.**...*\n..*..**\n.......\n.......\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*.*..\n.......\n.......\n....***\n.**...*\n..*..**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n.....**.*\n.....*...\n.........\n..*.....*\n*.....*..\n***.*.**.\n*.***.*..\n...**.*.*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n....*..*.\n.....**..\n.........\n.........\n..******.\n*.*.*..*.\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.*\n....*....\n.....**..\n.........\n.........\n..*******\n*.*.*..*.\n*.....*..\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**..*\n..*.**..*\n..*.**..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....***.\n...*..**.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n...*.*...\n...*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.***\n.**.\n..**\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*..*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*...\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****..*\n..*.*...*\n.**...*.*\n..*......\n..**...*.\n***....*.\n*..*.....\n***..*.**\n```\n\n\n## Output without wrap\n\n```\n...***...\n....**...\n.......**\n..*......\n.........\n.......*.\n*.*....*.\n.**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n**...****\n**.....*.\n***....*.\n........*\n.......**\n.....*.**\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..*...\n.*....\n......\n...*..\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....*.\n......\n......\n...*.*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.**\n.*******\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n.*....**.\n*.****..*\n*...*....\n....*...*\n......*..\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*...***.\n*.******.\n.*.......\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**.\n**...****\n*.*******\n**.......\n.....*...\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n......\n......\n..*...\n...*..\n*.....\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*....\n......\n......\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n**.*.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n...**.\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*..*\n**.*****\n.*..*.*.\n.*..****\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.......\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***....\n........\n.**.....\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..****\n.*....\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.***..\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*..*\n**..**..*.\n*.*****...\n..**...*..\n.*..*....*\n*****....*\n..**.....*\n...*.....*\n```\n\n\n## Output without wrap\n\n```\n..........\n**...*.*..\n**....**..\n.....**...\n.....*.***\n.......*..\n...*....**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*..\n.**....*..\n......****\n*....**...\n*....*.**.\n*......*..\n...**..*..\n*.***..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*.*....\n***...*\n..*....\n.......\n.......\n.......\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*....\n*.**...\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*....\n*.**..*\n*.*....\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...*..\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n..***.\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n....*.\n.**...\n*.*...\n....*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*..*.\n.*..*.\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**...*\n**...*\n....*.\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n.....\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*.*.*\n***..\n***..\n...**\n*..**\n****.\n.*..*\n***..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n**...\n**...\n.....\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*...\n..***.*..\n....***.*\n*..*.*...\n*.**.***.\n**.*....*\n.*.*.....\n**...*...\n```\n\n\n## Output without wrap\n\n```\n..****...\n..**..**.\n..*...**.\n.***.....\n*..*.***.\n*..*..**.\n....*....\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**..\n..**..**.\n..*...**.\n****.....\n...*.***.\n...*..***\n....*...*\n**..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*.\n.*..........*.\n.*..........*.\n*...*..*....*.\n....**..**..**\n........**...*\n........*...**\n```\n\n\n## Output without wrap\n\n```\n.*..........*.\n*.*........*.*\n*.*.......*...\n....***.*.*...\n....**.*...***\n......**.*....\n........*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n..*.......*...\n..*.......*...\n*...***.*.*...\n**..**.*...**.\n**....**.*..*.\n**......*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....***.\n.....***.\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n......*..\n......*..\n.....*.*.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n......*..\n......*..\n.....*.*.\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n..**\n.*..\n*.**\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n*.*.\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**..\n..**\n.*..\n*.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***.......*\n......*...*..*\n.*.**.....*.*.\n***.*.*.**.*..\n```\n\n\n## Output without wrap\n\n```\n............*.\n.**..*.....***\n*...**...*...*\n*.*.**...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....**....\n.*...*****....\n*.**.....*....\n*....***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n..*.\n.*..\n...*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*..\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....\n*.........\n.**.......\n*.*.......\n.**.......\n.......*..\n..........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n*.**......\n*..*......\n.**.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n*.**.....*\n*..*......\n.**.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***.*\n.*.**\n**.*.\n*..*.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n...**\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.*.\n*.....*.\n*......*\n....****\n*..*...*\n........\n........\n...*...*\n*.*.....\n........\n.*.*....\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n.....*..\n**...***\n.......*\n....**.*\n....**.*\n........\n........\n........\n........\n.**.....\n..*.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**\n**...**.\n*.......\n....**..\n*...**.*\n........\n........\n........\n........\n.**.....\n..*.....\n**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n..**.\n...**\n...**\n.*..*\n*....\n.....\n*.**.\n*....\n..**.\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.**..\n...*.\n...*.\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n..*..\n...*.\n...**\n*..*.\n.*..*\n.....\n*..**\n...**\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..\n.*.*.***\n.***....\n```\n\n\n## Output without wrap\n\n```\n..*****.\n.*....*.\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n.....**.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.**.\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n...*.**\n**....*\n**.....\n.......\n....*.*\n```\n\n\n## Output without wrap\n\n```\n....**.\n..*.***\n***..**\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..\n..*.**.\n.**..*.\n.*....*\n*......\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n*....\n.*...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..**\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n.*..\n.*..\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n***.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n.**.\n*.*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n**............\n***...........\n**............\n.*............\n..............\n.*............\n....*.........\n....*.........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n*.*...........\n..*...........\n..............\n**............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n*.*...........\n..*..........*\n..............\n**............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n......*.\n......*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......*.\n......*.\n......*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n*...*...\n*...*...\n*...*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...***...\n.*.*..*..\n.*....*..\n.*....*..\n..****...\n.........\n..****...\n.........\n...***...\n```\n\n\n## Output without wrap\n\n```\n....*....\n..****...\n...*..*..\n**...***.\n.*.**.*..\n..****...\n.........\n...**....\n..*......\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..****...\n...*..*..\n**...***.\n.*.**.*..\n..****...\n.........\n...**....\n..*......\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n..*.*\n.*...\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n*..*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.*..\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.**.\n...*\n..**\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n.*.*\n...*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*..\n**.*\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n.*.\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n***\n..*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n.***..\n..**..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*****\n.**.*\n.....\n```\n\n\n## Output without wrap\n\n```\n*..**\n*...*\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n....*\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.*\n..........\n..........\n.......***\n.......**.\n......**..\n.....*.*..\n......*...\n........**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n.........*\n........*.\n..........\n.......**.\n......***.\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n........*.\n........*.\n.........*\n........*.\n..........\n.......**.\n.....*...*\n......*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n**.*..\n.***..\n*....*\n**....\n```\n\n\n## Output without wrap\n\n```\n..*...\n.***..\n.*..*.\n...**.\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*..*..\n**....\n*..*..\n......\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.........\n.**........\n.....**....\n.....**....\n......*....\n```\n\n\n## Output without wrap\n\n```\n.**........\n.**........\n.....**....\n.......*...\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**........\n.**........\n.....**....\n.......*...\n.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*.**\n*...**..*.**\n........*...\n....**..*...\n......*...**\n.....**...*.\n*....**..***\n..*..*.*...*\n*.**.*.*...*\n*..........*\n*..........*\n.*.........*\n**.........*\n......***...\n```\n\n\n## Output without wrap\n\n```\n....***..***\n....**.**.**\n....**....*.\n.....*...*..\n.....*.*.**.\n.....*.*.*.*\n...**..*..*.\n..*..*****.*\n.**.*....*..\n*.**.....*..\n**.......*..\n..*.......**\n**..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....*.\n*...**....*.\n....**....**\n.....*...*.*\n.....*.*.***\n*....*.*.*..\n.*.**..*....\n.**..*****..\n..*.*....*..\n..**.....***\n.........***\n.**.......**\n*.....**...*\n*....**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...*......\n...*......\n..**......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..***.....\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..***.....\n..***.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.**.\n....\n....\n*..*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n...*\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n....**.\n..*.*..\n.....**\n....*..\n*...***\n.*.*...\n**....*\n.**..**\n*...*.*\n*.*..**\n.*.*.**\n*...*.*\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n..**.*.\n......*\n.......\n.......\n..*....\n.**...*\n..**..*\n..*.*.*\n....*..\n*......\n*...*..\n.***...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.**.\n..**.*.\n......*\n......*\n*......\n*.*...*\n.**....\n.***.*.\n..*.**.\n.*..*..\n.......\n**..*..\n...*.**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**...\n*....\n**...\n*.*.*\n...**\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n**...\n.*...\n.*..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.*..\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n**....\n......\n......\n**....\n..*..*\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n**...*\n......\n......\n**....\n**....\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..**.*..\n....*..*..*.*\n*...*..***...\n.***....*...*\n*.*........**\n...******.***\n.**........*.\n*.....**...*.\n.....*.......\n```\n\n\n## Output without wrap\n\n```\n....******.*.\n..*****....**\n.*.....*.*...\n..****.....**\n..*..........\n..........*..\n.*...........\n.*.*.*.*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....**.*.\n***..........\n**.....*.*...\n*.****.....*.\n..*........*.\n.*........*..\n**...........\n.*.***.*.....\n....*...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.***.*\n**.*.*.*..\n..********\n*.*.****.*\n*....*****\n....*..*.*\n*.**..****\n...*.**..*\n*.........\n```\n\n\n## Output without wrap\n\n```\n........*.\n.*.......*\n.*........\n.**.......\n.*.**.....\n.*..*.....\n..........\n.*..**....\n..****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**..\n***.....**\n.*........\n..*.......\n.*.**.....\n**..*.....\n*.........\n....*****.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.........*\n.*.......*\n..........\n..........\n..........\n**........\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..**.*\n.*..**\n.*...*\n.*....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n*..*.*\n....**\n...*..\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*.**\n...*..\n.....*\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*****\n.**..\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*..**\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n**...\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.\n*.*.....\n*.*.***.\n.**.....\n.*.*....\n........\n.*..**..\n..**.*.*\n....**.*\n......*.\n```\n\n\n## Output without wrap\n\n```\n.....*..\n........\n*.*..*..\n*...**..\n.*......\n..*.*...\n..*****.\n..**....\n...***.*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***\n........\n*.*..*.*\n*...**..\n.*......\n..*.*...\n..*****.\n*.**....\n...***.*\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n...*...\n.......\n.......\n......*\n...*...\n..*....\n*......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.\n*******.\n*******.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n........\n......**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.****..\n..*.*.......\n....*..*....\n.....**.....\n*...........\n*........***\n.......*****\n```\n\n\n## Output without wrap\n\n```\n...*.*.**...\n....*.*.....\n...**.*.....\n.....**.....\n..........*.\n...........*\n........*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.....\n....*.*.....\n...**.*.....\n.....**.....\n*.........*.\n*...........\n*.....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*..*.\n****.\n*..*.\n...**\n..***\n**...\n**...\n***..\n.**..\n..*..\n...*.\n..***\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n**.**\n.....\n.*...\n.***.\n.***.\n.....\n.....\n.*.*.\n.****\n.*..*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*..*.\n**...\n**...\n*....\n.**..\n..**.\n.....\n....*\n.*.**\n****.\n.*...\n**...\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.***.\n**.**.*.*.\n..*.....*.\n...**.*.*.\n```\n\n\n## Output without wrap\n\n```\n....*...**\n.*..*.....\n.*..*....*\n..*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.*.\n.....*..**\n**......*.\n.*.*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n..*.*\n*....\n.*...\n..*..\n*....\n.**..\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n.*...\n.*...\n.*...\n..*..\n***..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n...**\n**...\n.*...\n.*...\n..*..\n***..\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n.*****\n******\n******\n****.*\n.**.**\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n.....*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.........*\n..........\n....*..*..\n.....*....\n..........\n..........\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.***.\n*.***\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.*.\n.....\n*...*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.....\n....*.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n...**.....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n...**.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n.*.*..\n..*..*\n***...\n*..**.\n*.**..\n..*...\n.....*\n....*.\n..**..\n...**.\n*..***\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*..**.\n*..*..\n*.*.*.\n*...*.\n..*.*.\n.***..\n......\n...**.\n..*...\n.....*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...*..\n*.*.*.\n*...*.\n..*.**\n.***..\n......\n...**.\n..*...\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.**...\n***...\n..*..*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.***..\n..*..*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.*\n.....*\n******\n..***.\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n.**.*..*\n........\n........\n........\n........\n*.*.....\n....*.*.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....**.\n........\n........\n........\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..*\n.....**.\n........\n........\n........\n........\n........\n......**\n*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n..*....*\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...*\n*.**...*\n*.**...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n*..**.*.\n...*.**.\n*...*..*\n```\n\n\n## Output without wrap\n\n```\n*..*....\n*..*****\n.*.....*\n....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.....*.\n........\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*....*\n**...*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n*...**\n**..**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n....*.\n.*..*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*.....\n*.....\n......\n...**.\n...*.*\n....**\n*....*\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n...**.\n...*.*\n.....*\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n...**.\n...*..\n....**\n*.....\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n.*.*\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n.*..\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*.*\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..**..\n.....*.***\n....**...*\n.....*..*.\n.*........\n*.****....\n...**.*...\n*..***.*.*\n**.*.**...\n.*.*......\n*.........\n..**......\n***.*.*...\n```\n\n\n## Output without wrap\n\n```\n......**..\n.....*.*.*\n....**.*.*\n....**....\n.***.*....\n.**..*....\n.*....*...\n**.....*..\n**.*.**...\n.*..*.....\n.*.*......\n*.**......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.....\n*....*.*.*\n....**.*.*\n....**....\n.***.*....\n.**..*....\n**....*..*\n**.....*.*\n.*.*.**..*\n.*..*.....\n.*.*......\n*.**......\n*...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n..*.***..\n*..*.*.*.\n.*..****.\n..*.*.**.\n.**..***.\n****..*.*\n.........\n```\n\n\n## Output without wrap\n\n```\n.***.**..\n*....**..\n*...****.\n.......**\n..*....**\n.*..*..*.\n*.****...\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...****\n.....**.*\n....*****\n.......**\n.**......\n*...*..**\n*..*.*.**\n.*.*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n.*..\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n..*.....\n...*.*..\n**.....*\n..*..**.\n..***...\n...*..**\n```\n\n\n## Output without wrap\n\n```\n........\n..*.....\n.**.....\n.**.**..\n..*.***.\n..*.*..*\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**\n..*.....\n***.....\n***.**.*\n*.*.****\n..*.*..*\n...*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*..*.*..\n*.*....***....\n..*...........\n...*..*.*.****\n....*.*...*...\n.....*....***.\n..........*..*\n........*....*\n.*.*..*.***...\n.******....*..\n```\n\n\n## Output without wrap\n\n```\n.......*.**...\n..**...****...\n.***......***.\n...*.*.*.****.\n....*.**.....*\n.....*...**.*.\n.........**..*\n.......**.*...\n.*.*..*.***...\n.*.*****.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*..*....\n..**...****...\n.***......****\n...*.*.*.****.\n....*.**.....*\n.....*...**.*.\n.........**..*\n*......**.*...\n**.*..*.***...\n*...*.*.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.*.\n..........\n.*...****.\n......*...\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*.*..\n....*..*..\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n.....*..*.\n.....****.\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n***.**\n*...**\n..**..\n...**.\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n..****\n.**..*\n......\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..***.\n..*...\n......\n..**..\n..***.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n*.*....\n*.*****\n*..*.*.\n*......\n.*.....\n.***..*\n******.\n....*..\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.**..*\n*.*....\n*.*****\n.......\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**\n*..*.*.\n..*..*.\n..****.\n......*\n.*...*.\n.....*.\n*....*.\n**...*.\n**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.***\n*.***\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n*..*.\n..**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..***\n.****\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.*\n.*.....\n.......\n.......\n....**.\n*..*..*\n.*.*...\n...*...\n.**.*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.......\n.......\n....**.\n..**.*.\n...**..\n.*.**..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.\n**.....\n.......\n.......\n....***\n*.**.**\n*..**..\n.*.**..\n***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n..*.**.\n...*.*.\n...**.*\n*.*.***\n.*.*..*\n.......\n....**.\n....**.\n*....**\n.....**\n.....*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n..****.\n.**.*.*\n..**.**\n......*\n.*..*.*\n..*...*\n....**.\n.......\n.......\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..*...*\n..*.***\n*.**...\n.......\n**..*..\n..*...*\n....**.\n.......\n.......\n*....*.\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n...*.*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*.*..\n*.*..\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..**.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..**.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*\n***....\n.......\n.......\n**.....\n......*\n.*..***\n*..*...\n*......\n.****..\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.**....\n.......\n.......\n......*\n....*.*\n**.*..*\n*......\n*...**.\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****\n...*..*\n***....\n.......\n*......\n......*\n.*..*..\n**.*...\n*.....*\n.**....\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....\n*..*.....\n....*....\n*....*...\n.*...*...\n..*.*....\n```\n\n\n## Output without wrap\n\n```\n.*.**....\n.*..*....\n.........\n...*.....\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**...\n..****...\n.........\n...*.....\n...*.....\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n***..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n..**....\n*..*....\n```\n\n\n## Output without wrap\n\n```\n..**....\n.****...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**...\n.****...\n.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n.*.***\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..**.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..***.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n**.\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n....\n....\n....\n....\n.*..\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n.**\n.**\n*.*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n......\n*..***\n*...**\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.....\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.\n......\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....\n....\n**..\n**..\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........*\n.*.*......*.\n**.*......*.\n...*........\n```\n\n\n## Output without wrap\n\n```\n............\n***.........\n**.*........\n.***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*........*\n...*......*.\n...*.......*\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n..*.\n*..*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n..*\n.*.\n***\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n*..\n*.*\n*..\n***\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n...\n***\n***\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n..*...\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n*...\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*\n........*.\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*.*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n*........*\n*........*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n***...\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n*.***.\n*....*\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n......\n......\n......\n.***..\n.*.*..\n.*....\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..*...\n**.*..\n**....\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..*...\n**.*..\n**....\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*.\n***.**..\n*...****\n*.*.**..\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*.*...\n..*.....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n..***\n.*..*\n.....\n.****\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.**.*\n..*.*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.**.*\n*.*.*\n.*..*\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.......\n.*........\n..........\n..**.**...\n*..*......\n**.*..*...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n.**.......\n.**.**....\n*....*....\n***.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n.**.......\n.**.......\n.**.**....\n*....*....\n*.**.....*\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..*.*\n.****....*\n.........*\n..***.....\n.*..*..***\n....*..*.*\n```\n\n\n## Output without wrap\n\n```\n*...*.....\n...**.....\n*.........\n.**.**..*.\n..*.***..*\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......*.\n...***...*\n..........\n..*.**..*.\n.......*.*\n.*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*............\n.............\n..***........\n..*.....****.\n..***..******\n...***...*...\n......*....*.\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n..**.........\n..**.........\n.*.*..*.*..*.\n.**..*.*...**\n...*...**....\n....**.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n..**.........\n..**.........\n**.*..*.*..*.\n.**..*.*...**\n...*...**....\n....**.......\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.*.\n*...\n....\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n**..\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n.**.\n**..\n..*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*..**\n*****\n**..*\n*****\n```\n\n\n## Output without wrap\n\n```\n***.*\n.....\n.....\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n.....*.\n.....*.\n.....*.\n.....*.\n***.***\n```\n\n\n## Output without wrap\n\n```\n....**.\n.....**\n....***\n....***\n.*.....\n.*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*...\n.....**\n....***\n....***\n**.....\n**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.****\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**\n.....**\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.....**\n....*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n....*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n.**.....\n.**.....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.**.....\n*..*....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n*..*....\n*..*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..**..\n......\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*..\n......\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n*..*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.....\n.....\n.....\n**...\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n.....\n..**.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....\n.........\n.........\n.........\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....\n.........\n.........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.......\n*.*.......\n***.......\n```\n\n\n## Output without wrap\n\n```\n..........\n*.**......\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....*\n*.**.....*\n*.**.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n**..*..\n*....*.\n.*..*..\n*.....*\n......*\n......*\n.......\n***....\n*..*...\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n**..**.\n....***\n**...**\n....**.\n.....**\n.......\n***....\n*.*....\n*.*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n.*.....\n....*..\n.*.....\n*...*..\n*....*.\n*.....*\n*.*....\n..*....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n..***....\n...**....\n```\n\n\n## Output without wrap\n\n```\n..*.*....\n..*..*...\n..*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n..*..*...\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n.....***.\n......**.\n.........\n```\n\n\n## Output without wrap\n\n```\n......*..\n....**.**\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n....**.**\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*...**\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n*.*...\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*.*\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n****\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n**.....\n...*.*.\n**....*\n.......\n.*.....\n.***...\n.....*.\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n**.....\n.......\n.***...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**....*\n.*.....\n**.....\n.*.....\n**.....\n.***...\n..****.\n...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n.*..*\n**...\n.*.**\n.***.\n*...*\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n**.**\n...**\n**...\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.**.*\n.*.*.\n...**\n.*...\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**\n.....*.\n.*...**\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n.....**\n**..*..\n.*..*..\n.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n.*..*..\n.*..*..\n..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n******\n*.*..*\n***.**\n****.*\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n*....*\n......\n.....*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.**.\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.....*.\n.......**.***\n.**........*.\n*.***..**..*.\n..******.***.\n.....**...**.\n.....*.......\n.*..****.....\n....*...*....\n```\n\n\n## Output without wrap\n\n```\n..........***\n..........*.*\n.**......*...\n.......***.**\n.**......*..*\n...*...*.*.*.\n.......*.....\n....*.**.....\n....*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......******\n..........*.*\n***......*...\n.......***.*.\n.**......*...\n...*...*.*.*.\n.......*.....\n....*.**.....\n....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n*......*\n**......\n**.....*\n..*..**.\n.**..**.\n```\n\n\n## Output without wrap\n\n```\n........\n*.......\n........\n*.*...*.\n*.*..*.*\n.**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*\n.......*\n........\n..*...**\n..*..*..\n***..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n*..*\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......**\n........**\n.......*.*\n......*.*.\n......*..*\n..........\n.......**.\n..........\n..........\n..........\n.****.....\n..***.....\n..*.......\n..........\n```\n\n\n## Output without wrap\n\n```\n........**\n.......*..\n.......*.*\n......*.**\n.......*..\n.......**.\n..........\n..........\n..........\n..**......\n.*..*.....\n....*.....\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n.......*..\n.......*.*\n......*.**\n.......*..\n.......**.\n..........\n..........\n..........\n..**......\n.*..*.....\n....*.....\n..*.......\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n***..\n.**.*\n****.\n**.*.\n..***\n****.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n..**.*\n.*.***\n*..*.*\n*****.\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n.**.**\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.....*\n....**\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n...*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n....**\n...*..\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n..**\n.**.\n.***\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...**\n*...***.\n***...**\n*...***.\n```\n\n\n## Output without wrap\n\n```\n........\n***...**\n....*..*\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n..***...\n..***...\n..***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*.*\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n.*.*\n*.*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*...**\n*......*.*\n*.....**..\n***...**..\n..**.*...*\n```\n\n\n## Output without wrap\n\n```\n........**\n**....**.*\n*.........\n*.**.*.**.\n..**..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.....\n.*....**..\n..........\n*.**.*.***\n...*****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n*.*....\n...*..*\n.*.****\n.*.*..*\n**..**.\n*.*...*\n.***...\n```\n\n\n## Output without wrap\n\n```\n.***...\n...*...\n...**..\n...****\n...*..*\n****..*\n*.....*\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...\n*.**..*\n.*.**.*\n...**..\n...*.*.\n..**..*\n......*\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n.*..****\n*....*..\n...*....\n........\n...*.*..\n........\n......*.\n.*.*....\n**......\n*.......\n```\n\n\n## Output without wrap\n\n```\n....***.\n....*...\n........\n........\n........\n........\n........\n.*......\n*.*.....\n........\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*\n....*..*\n*.....**\n........\n........\n........\n........\n.*......\n*.*.....\n........\n..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***....*.*.*\n........*..*\n..***...**.*\n...**.....**\n.*.*..****.*\n**.*.**...*.\n....***.....\n....*.***...\n....***.*.*.\n..***.*.**.*\n..*.*.*.**.*\n...**.*.....\n***.**......\n...*....**.*\n```\n\n\n## Output without wrap\n\n```\n.*......*.*.\n.......*...*\n..*.*...**.*\n.....*.....*\n**.*..****.*\n**.*....***.\n...*........\n...*....**..\n..........*.\n..*...*....*\n..*...*.**..\n......**....\n.**..*......\n.****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.*.*\n.......*...*\n*.*.*...**.*\n.....*.....*\n.*.*..****..\n**.*....****\n...*........\n...*....**..\n..........*.\n..*...*....*\n..*...*.**..\n*.....**....\n***..*......\n...**...**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n...*\n*...\n..**\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n..**\n..**\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......**\n..*.......\n.*...***..\n*.....**..\n.......*..\n*.......**\n***.......\n```\n\n\n## Output without wrap\n\n```\n.......*..\n......***.\n.....*....\n.....*..*.\n......***.\n**.....*..\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..*...**..\n.*...*....\n.....*..*.\n*.....**..\n*......***\n.*......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*.***.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....\n..........\n.....*.***\n..........\n...*...***\n*.....*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n........*.\n........*.\n......*...\n.......*.*\n.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n........**\n........*.\n......*...\n*......*..\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n..*....\n..**...\n.**....\n****...\n*.....*\n*.....*\n*....*.\n....***\n...*...\n....*..\n*....**\n*...***\n...*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n..**...\n.......\n*......\n*.*....\n**...*.\n....*..\n...***.\n...*..*\n....**.\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n..**...\n.......\n.......\n..*....\n.*.....\n*...*..\n...****\n...*...\n....***\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n*..***\n.*...*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n**.*..\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.....\n.....*.**.....\n........*.....\n.....*..*.....\n........*.....\n.....**.......\n```\n\n\n## Output without wrap\n\n```\n.......**.....\n.......***....\n......*.**....\n.......***....\n.....***......\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.....\n.......***....\n......*.**....\n.......***....\n.....***......\n.......*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n...*..\n..*...\n...*..\n..*...\n.*.**.\n..*...\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n..**..\n.*..*.\n.*..*.\n.*..*.\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n..**..\n.*..*.\n.*..*.\n.*..*.\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n...**\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n***.*\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.******\n*.**.*.***\n.*********\n****.*.*.*\n**.*.*****\n*********.\n.****..*.*\n*..****..*\n*****.*.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.....*..*\n**....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........\n.*.*......\n.*.*......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..*.......\n**........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n**........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..**\n.**.****\n....***.\n.***...*\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*......\n.*..**..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n...*....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*..**.\n...*..*...*..\n..*......*...\n...*...***...\n..*..*..**...\n......*....*.\n.........*.*.\n.*........*.*\n.*..*.*..*.*.\n*..*......***\n........*.*..\n```\n\n\n## Output without wrap\n\n```\n.........*.*.\n..**....*....\n.*..*........\n..**..**...*.\n.......*..*..\n........**.*.\n........*****\n.*........***\n.*...........\n.*.......**..\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.*.\n..**.........\n.*..*........\n..**..**...*.\n.......*..*..\n........**.*.\n*.......*****\n**........***\n.*...........\n**...........\n...........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n**.*....*\n.........\n.........\n.........\n.........\n.*.......\n.*...*..*\n.*.......\n........*\n```\n\n\n## Output without wrap\n\n```\n*.*......\n*........\n.........\n.........\n.........\n.........\n.........\n***......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n........*\n*........\n.........\n.........\n.........\n*........\n.**......\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***...*\n...*.*..*\n...*.*...\n....**...\n.........\n.........\n.........\n*..**...*\n```\n\n\n## Output without wrap\n\n```\n..***....\n.....*...\n...*.**..\n....**...\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.*.\n*....*..*\n...*.**..\n....**...\n.........\n.........\n.........\n***.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.**..\n*..**\n.....\n*****\n.....\n...**\n.****\n**...\n**..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n****.\n.***.\n*....\n.***.\n.*...\n....*\n**..*\n....*\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.****\n*****\n.....\n*****\n.*...\n*...*\n.*...\n.....\n....*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.***\n*.***\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....**\n...*....\n**.*.***\n.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n***.**..\n**.*.**.\n**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.**\n.**.**..\n**.*.***\n.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*...*\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n.*..*\n...*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.\n*****.*\n.*..*.*\n***...*\n..*.**.\n****..*\n*******\n*******\n*****..\n```\n\n\n## Output without wrap\n\n```\n.......\n......*\n...*..*\n....*.*\n.*.**.*\n......*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*.*.\n....*..\n...***.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.*\n**...*.*.\n*....**..\n***......\n*........\n***......\n*.*......\n.*.....*.\n..*...***\n```\n\n\n## Output without wrap\n\n```\n*.*...**.\n..*..*.*.\n..*..**..\n*........\n.........\n*.*......\n*.*......\n.**...***\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n..*..*.*.\n..*..**..\n*.......*\n........*\n*.*.....*\n*.*.....*\n***...**.\n..*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*....*\n*.....\n.*.*.*\n..*...\n.....*\n*...**\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n*.*...\n.**.**\n.*.***\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.**.**\n......\n*.*...\n..*.*.\n*..**.\n.*..*.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......*.*..\n*.......***.*\n.**.*....**.*\n....**.......\n**..**....***\n***..*.......\n.*..*....**..\n..*....***...\n.......*..**.\n........**.*.\n```\n\n\n## Output without wrap\n\n```\n.........*...\n....*..**.**.\n*****...*....\n*....*...***.\n....*.....*..\n.........*...\n..***...***..\n........*..*.\n.......*...**\n........*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*...*.\n....*..***.**\n*.***...*..*.\n**...*...**.*\n.*..*.....*..\n.*.......*.**\n..***...***..\n........*..**\n......**..**.\n......***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n...*.\n*..*.\n...*.\n..**.\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n...**\n..***\n...**\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n...*.\n..**.\n...*.\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*.*.\n.***\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..\n**.**..\n**.*...\n```\n\n\n## Output without wrap\n\n```\n**.**..\n.......\n**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n.**...\n*.....\n.*....\n.**..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.**..\n*.**..\n...*..\n...*..\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n*.**..\n*..*..\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**..\n.*.....*.\n..*....*.\n....*.**.\n.....*.*.\n...**...*\n..*....**\n..*...**.\n..****...\n```\n\n\n## Output without wrap\n\n```\n......*..\n.**....*.\n.......**\n.....*.**\n...*.*.**\n...**.*.*\n..*...*.*\n.**.*****\n..*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**..\n.**....*.\n.......**\n.....*.**\n...*.*.**\n...**.*.*\n..*...*.*\n.**.*****\n.****..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n.*****\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n*.....\n.....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n***.\n...*\n..**\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n..**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n**.*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*..***\n....**\n```\n\n\n## Output without wrap\n\n```\n....*.\n..**..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..**..\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**..\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..**..\n..**..\n......\n......\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****.****\n********.*.*\n**.*********\n```\n\n\n## Output without wrap\n\n```\n*.......**.*\n............\n*........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***....*\n.*.***.**\n....*****\n**.*...*.\n**.*...*.\n**.......\n```\n\n\n## Output without wrap\n\n```\n.*.*...**\n.*.......\n**.......\n**.*.*...\n.........\n***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**\n.*.......\n.*.......\n.*.*.*...\n.........\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.*\n**.*...\n*.**..*\n..***.*\n```\n\n\n## Output without wrap\n\n```\n.*.**..\n*..*.*.\n*....**\n.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n.....**\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n**.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n.*.....\n*...*.*\n*.****.\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.****..\n*...**.\n*....*.\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n...***.\n....**.\n..***..\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*...*.\n**....\n**...*\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n......\n*..**.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n**...*\n......\n...***\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n**..**.\n*.*.***\n*****..\n..*.***\n....**.\n*....**\n*....*.\n....***\n....*..\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n*......\n.......\n.......\n.......\n.......\n.....*.\n.....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*\n***....\n.*.....\n.......\n**....*\n*......\n**....*\n*.....*\n*....**\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....******\n..*...*.**\n...*.*....\n..**......\n..........\n*.........\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n...*.*....\n..........\n..*.*.....\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*..\n..*..*....\n..........\n..*.*.....\n...*......\n..........\n...**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n.***..*\n.***...\n.**...*\n*.****.\n*.****.\n.....**\n.*.....\n.**..**\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n*...*..\n*......\n*....*.\n*.....*\n..*....\n.***.**\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n....*..\n.......\n.....**\n*......\n*.*....\n****.**\n.**....\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.....\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n***..\n****.\n*****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n.*.\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n...*\n..**\n.**.\n.***\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n..*.\n....\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n..**.*\n.*.*.*\n***..*\n.*.*..\n.*....\n.*....\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*.*.*\n**.*..\n....*.\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n...*.*\n...*.*\n......\n*.....\n***...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*...*.\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n......\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*..\n***.\n.*..\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*.*.\n*..*\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n*.*.\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*...**\n....*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**.**.\n**.**.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*****..\n..*...*....\n.***.*..**.\n.*....***..\n*...*..*..*\n.*.**.....*\n.*....*..**\n......*.*.*\n.*.*.*.....\n.......**..\n.**..*....*\n....*.*...*\n```\n\n\n## Output without wrap\n\n```\n.***.***...\n*........*.\n.*.*.*..**.\n**.****....\n**********.\n******....*\n..*..*.*..*\n..*..***..*\n......*.**.\n.*..*.*....\n.....***.*.\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*......\n*........*.\n.*.*.*..**.\n.*.****...*\n.**********\n.*****.....\n..*..*.*..*\n..*..***..*\n......*.**.\n**..*.*....\n*....***.*.\n....*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.**..\n..*.*\n..*.*\n****.\n*...*\n*....\n*...*\n*....\n*...*\n.**..\n.*...\n.*...\n***.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n..*..\n....*\n*.*.*\n*.**.\n**...\n**...\n**...\n*....\n***..\n**...\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.*..\n....*\n..*..\n..**.\n.*...\n**..*\n.*...\n*...*\n.**..\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n...*\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n..*...\n**....\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n..*...\n*.*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....*.\n.........\n.....***.\n......**.\n...*..*.*\n*...*****\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.....*.*.\n........*\n....*...*\n***.....*\n**.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.*.\n.......**\n.....*.*.\n........*\n*...*....\n.**......\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n**.**\n*****\n*****\n*****\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n*..*\n.**.\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n****\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.**.\n.*...****\n..***.***\n..*.*.*.*\n..*..*.*.\n**....*..\n.**.*.**.\n...*.*..*\n.***.*.*.\n......*.*\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n*........\n....**...\n.........\n*....*.*.\n********.\n.....*..*\n..****..*\n..**..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n.**......\n.........\n....**.**\n.......*.\n.....*...\n.******..\n.....*...\n..**.***.\n.*.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*...\n...*..\n*...*.\n......\n..**..\n.*.*..\n.*..*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...*..\n......\n...*..\n..**..\n.*.**.\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n...*..\n......\n...*..\n..**..\n.*.**.\n*.*.*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......\n*.***....\n*.*......\n.........\n.........\n......***\n......*..\n*.....***\n.........\n.........\n*****....\n```\n\n\n## Output without wrap\n\n```\n.**......\n..**.....\n.........\n.........\n......**.\n......**.\n.....*...\n......**.\n..*...**.\n.*.*.....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.*.......\n.........\n.........\n......**.\n......***\n.....*...\n*.....*..\n*.*...*.*\n**.*.....\n*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....*\n*...*...*\n.*.*.....\n...**...*\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n*...*....\n..**.....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*.\n....*...*\n..**....*\n.*..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n....**..\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*.**.\n.*.....**..\n*.**....*..\n..**....***\n.**.**..***\n.......**..\n**.........\n.....*....*\n.**..*.***.\n...*.*.....\n...**......\n***.....*..\n..*.**..***\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.***.......\n...........\n..**.......\n.***...***.\n..**.......\n.........*.\n.*.....***.\n.*****.....\n...*.*****.\n.*.*..**...\n.*......**.\n.***....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......*\n....**.....\n**........*\n..**.......\n****...****\n..**.....**\n**.........\n.*.....**.*\n..****....*\n...*.*****.\n.*.*..**.*.\n.**..*...**\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.\n.**....*....\n..........*.\n.**.......*.\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*.\n............\n..........*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*......\n*..*......\n*..*......\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n*****.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****....*\n*****....*\n*****....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.***\n*..*\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.***\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.*\n*****.**\n**.*****\n*****.**\n***.*.**\n.****.**\n********\n***.****\n********\n******.*\n**.*.***\n********\n********\n```\n\n\n## Output without wrap\n\n```\n*....*.*\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n***\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n***\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**\n****.*\n.****.\n```\n\n\n## Output without wrap\n\n```\n*...**\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*....\n.....\n..*..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n**...\n.....\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*....\n.**.*\n.....\n****.\n*....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.**..\n**...\n*.*..\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n..***\n.**..\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*.\n.*......**\n.....*.*..\n.....**...\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n..........\n....**.***\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....******\n....**....\n....******\n....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.***\n*.*..\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*...\n.....\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*...*.\n*.**..\n*....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*****\n*....*\n*..**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n*.....\n*..**.\n*.**.*\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*...\n...**\n.*...\n.***.\n.*..*\n****.\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*..\n.*..*\n**.*.\n....*\n*...*\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..**\n*.*..\n**..*\n.*.*.\n....*\n.....\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n....***\n**.....\n..**...\n**...*.\n....*..\n..**...\n....*..\n.......\n```\n\n\n## Output without wrap\n\n```\n....*.*\n..*....\n.**...*\n.....*.\n....*..\n.*...*.\n.......\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..\n..*....\n..*....\n......*\n*...**.\n.*...*.\n.......\n...**..\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n......*\n*...**.\n***..*.\n*....*.\n*...*..\n.....**\n.......\n.......\n..*....\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n....*.*\n.......\n**.....\n....*..\n....*.*\n.....*.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n**..*..\n**.....\n**.....\n**..**.\n*...*..\n.....**\n.......\n.......\n..*....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n*..**..\n....*..\n*......\n.*..**.\n..***.*\n....**.\n....*.*\n*.**..*\n*.*....\n.*.....\n**..***\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n...**..\n...***.\n...**..\n....**.\n.**.**.\n..*...*\n......*\n....*.*\n..**.*.\n*.**...\n..*..*.\n***.**.\n**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.\n...***.\n...**..\n....**.\n***.***\n..*...*\n......*\n*...*.*\n*.**.**\n*.**..*\n..*..*.\n.**.***\n.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**.**\n...**.....\n*........*\n.*..**....\n..**..*.**\n....**.**.\n....**....\n..........\n.......**.\n.**...*.*.\n```\n\n\n## Output without wrap\n\n```\n..**.*....\n......*...\n.*....*...\n.*...*****\n.*...**...\n...**....*\n.....****.\n.....***..\n.......**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.*.....**.\n*.....*..*\n**...****.\n**...**...\n...**....*\n.....****.\n.....***..\n.*....**..\n*.***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.**.\n*.**.*...*\n*.*.*.....\n..........\n**.*.*.*.*\n....**....\n.*..*.....\n***.*...**\n.***...***\n..***.....\n.....*....\n..*...*..*\n*.*..*...*\n.*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n..**..*.*.\n*....**.*.\n..*.*.....\n*.***.....\n.....**...\n****.**...\n***.*.....\n*...*..*.*\n*......*.*\n.*..*...*.\n..*.**....\n.*...**...\n..****.*.*\n.**.*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n*....**.*.\n*.*.*....*\n..***....*\n*....**...\n.***.**...\n.**.*....*\n....*..*..\n.......*..\n.*..*...*.\n..*.**....\n**...**..*\n..****.*..\n...*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n..*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n....*...\n......**\n......**\n..*.*.*.\n........\n...*....\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n......*.\n........\n......*.\n..***.*.\n....*...\n..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n......*.\n......*.\n........\n......*.\n..***.*.\n....*...\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**.\n**.*..**\n.*..**.*\n*.*..***\n*******.\n****.***\n..***..*\n**..**..\n*****...\n*...***.\n```\n\n\n## Output without wrap\n\n```\n*.*..***\n...*...*\n...**...\n*......*\n........\n*......*\n.......*\n*....*..\n..*...*.\n*.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n...*....\n...**...\n........\n........\n........\n........\n.....*.*\n..*...*.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n**........\n**.......*\n*........*\n*.........\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n**........\n..........\n*.........\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.*.......*\n..........\n..........\n**.......*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.*..\n..**\n.*..\n..*.\n.*.*\n..*.\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n.**.\n.*.*\n.**.\n.*.*\n..**\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*.*\n***.\n.*.*\n***.\n.*.*\n*.**\n****\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n**.*.*.*.*\n.....*.*..\n.......*.*\n...***.*..\n.*.*......\n*.**.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n....*...*.\n....*..*..\n.....*.*..\n..***.*.*.\n.*...**...\n.****.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..*\n*...*...*.\n....*..*.*\n.....*.*..\n..***.*.*.\n.*...**...\n.****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.**.\n.....\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n**...\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****..\n.**....\n*.*....\n..*...*\n....*..\n..*..**\n...*...\n.*.....\n.**..*.\n....*.*\n....**.\n..**..*\n*..*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n*......\n..**...\n.*.*...\n...*..*\n...***.\n..*....\n.*.....\n.**..*.\n...**.*\n....*.*\n..**..*\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n*......\n*.**...\n.*.*...\n...*..*\n...***.\n..*....\n.*.....\n***..*.\n...**.*\n....*.*\n*.**...\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*..\n.******.\n*...**.*\n..**..**\n.*.***.*\n..***..*\n**...*..\n.*.*****\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n........\n.**....*\n***...*.\n*.....*.\n..*..**.\n*.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.*......\n.**.....\n.**...*.\n......*.\n*.......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...**.*.*\n.*..****...**\n***..*..***..\n.**...*****..\n..***.*.*....\n..***..****..\n*.**..*...***\n*.*.*.****.**\n..*......*.*.\n....*...**.**\n**...*.*.***.\n******.*.*...\n*..*****.***.\n*..*.*...**.*\n```\n\n\n## Output without wrap\n\n```\n******.**...*\n....**......*\n*..**........\n*...*.*...*..\n....*.*......\n......*.*.*..\n......*.....*\n..*..*****...\n.*...*.......\n.*..........*\n*....*.*...**\n.......*.....\n*......*...*.\n...*.*..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**.*..\n....**.......\n...**.......*\n*...*.*...*..\n....*.*......\n......*.*.*.*\n*.....*......\n*.*..*****...\n**...*.......\n**...........\n.....*.*...*.\n.......*.....\n.......*...*.\n.....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.**.*\n*.*.*\n...*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n..*.*\n..*.*\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*.*\n*.*.*\n*****\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n...*\n...*\n****\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n.*.*\n.*.*\n*..*\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n....*.\n.**.*.\n.....*\n**....\n......\n......\n...*.*\n.*...*\n*....*\n...***\n```\n\n\n## Output without wrap\n\n```\n...*..\n.**.**\n...***\n*.*...\n......\n......\n......\n....*.\n.....*\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**.**\n...***\n..*..*\n*.....\n......\n......\n*...*.\n.....*\n......\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.**.\n**.*.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.***.\n*****\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....*.\n...*.*\n..*...\n***.*.\n*..*.*\n*.*.**\n****..\n*..***\n.*.*.*\n...***\n..***.\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..*..*\n.**.**\n....**\n*...**\n**....\n**....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n*.*...\n*...*.\n......\n......\n......\n......\n......\n*....*\n**.***\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n.*.......*\n*....*....\n.*....*.*.\n.*....*..*\n..*.......\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n..*...*...\n......**..\n***....*..\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n.*......*.\n.**...*..*\n......**.*\n..*....***\n*.........\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n..*..*\n.***..\n...*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*....\n...**.\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*.***.\n**.***\n**.**.\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n*..\n*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n........**\n**...*...*\n.**.**..**\n.......***\n.......**.\n..........\n.**.......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n*.**......\n*...*..**.\n*.*.*..*..\n.*......*.\n..........\n..........\n.**.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.....*\n.........*\n....*..*..\n*.*.*..*..\n**......*.\n..........\n..........\n.**.......\n...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.\n...**.*.\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n..*****.\n..*....*\n..******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..\n**..**..\n**..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..*...\n*...*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n.**...\n..**..\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..**..\n.*...*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.*...\n.*...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.*..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*.**.\n*.*..\n.....\n**...\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*.**.\n**.**\n**.*.\n*....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.**.\n...*\n..**\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*.*.*.\n.*...*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n..*.*.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*.**\n......\n..*.*.\n...**.\n...*..\n**...*\n.*....\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n....**\n....*.\n..*.*.\n..**..\n***...\n***...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n...**.\n....**\n....*.\n..*.*.\n*.**.*\n***...\n.**...\n.**...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n*...**.\n......*\n....**.\n.......\n.*.*...\n*......\n*..*...\n****.**\n.*...*.\n.*..*..\n*....**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....**\n......*\n.....*.\n....*..\n.......\n***....\n*..**..\n*..*.**\n...*.**\n**..*.*\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n*....*.\n......*\n.....*.\n....*..\n.......\n***....\n...**..\n...*.*.\n...*.*.\n.*..*..\n*....**\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n*......*\n........\n*.....**\n*....**.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......**\n.....***\n**...*..\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.\n*......*\n......*.\n*....**.\n**...*..\n**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......*.\n..........*.\n*.........*.\n```\n\n\n## Output without wrap\n\n```\n..........*.\n..........*.\n..........*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..*\n........*..*\n........*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n*...\n.*..\n**..\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n***.\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n*.*.\n***.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n***\n...\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..**.\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n**...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n**.**\n.*.*.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***.**..\n....*...*..\n.*****.....\n........**.\n......*....\n......***..\n....*.*.*..\n..***...*..\n....*...*..\n```\n\n\n## Output without wrap\n\n```\n....**..*..\n...........\n.*......**.\n..*...*.**.\n...**.**...\n......*.*..\n...........\n...**..***.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n.*......**.\n..*...*.**.\n...**.**...\n......*.*..\n...........\n.....*....*\n....*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n...**\n..**.\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n.....\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n.....\n..**.\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n........\n........\n........\n..*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.*\n****.****\n...****..\n```\n\n\n## Output without wrap\n\n```\n.........\n***......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*.**.*.\n...**.*....*\n..*..*..**..\n.....**...*.\n.*..****....\n.****...*.**\n..**..***...\n............\n...*.**...**\n.*.....*.*.*\n```\n\n\n## Output without wrap\n\n```\n..**.***....\n...*..*...*.\n...*...*.**.\n........**..\n.*.....*.***\n.*......**..\n.*..*..***..\n..****......\n......*...**\n......*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.*****\n...*..*...*.\n...*...*.**.\n........**..\n**.....*.***\n**......**..\n.*..*..***..\n..****......\n*.....*...**\n.....*.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n**.*..\n.*..**\n.***.*\n```\n\n\n## Output without wrap\n\n```\n**.**.\n...*..\n.....*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****.**.***\n*.******.*****\n**...***...***\n******.*******\n..****.*.*.**.\n**..***.*****.\n.**.*******..*\n```\n\n\n## Output without wrap\n\n```\n........**....\n........**....\n..............\n..............\n..............\n*.**..........\n****..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n*.*\n...\n...\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....*..\n....*.......*\n....*......*.\n............*\n..........***\n..........***\n.........*.*.\n.........**..\n........*....\n.......***...\n.......*..*.*\n.......*.*...\n...*.*..**..*\n.....*......*\n```\n\n\n## Output without wrap\n\n```\n....*........\n....*......**\n..........*.*\n..........*.*\n.........***.\n.........**..\n.............\n........*.**.\n.......*..*..\n.......*.**..\n...........*.\n...........*.\n......*.**...\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**....**\n..........**.\n..........*.*\n*.........*.*\n.........***.\n.........**..\n.............\n........*.**.\n.......*..*..\n.......*.**..\n...........*.\n...........*.\n....*......*.\n...*..****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n*..*.*\n......\n......\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n**....\n......\n......\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n.**..*.\n...**..\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n..*..*.\n.*.**..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n..*..*.\n.*.**..\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n....\n....\n....\n....\n....\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*..*\n*..*\n.**.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n....\n....\n....\n*...\n*...\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....***\n.**...*.*\n*.*..*.**\n...*.**.*\n*..**.**.\n.***...**\n*..*....*\n**.*.....\n*........\n........*\n.......**\n```\n\n\n## Output without wrap\n\n```\n.*....*.*\n*.*..*...\n..****..*\n.***....*\n.*.......\n**....*.*\n*..**..**\n***......\n**.......\n.......**\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*..\n..*..*...\n..****...\n.***.....\n**.......\n.*....*..\n...**..*.\n.**......\n**......*\n*......**\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***....\n......**.\n.....***.\n......*..\n..**...*.\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...**..*.\n.....*...\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.**.\n...**..*.\n.....*...\n.....*...\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..........\n..........\n.......**.\n.......**.\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n...*\n....\n....\n**..\n..*.\n.***\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n**..\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**\n......***\n.........\n.........\n.........\n......***\n.....****\n*...**...\n......*..\n...**..**\n.....*...\n```\n\n\n## Output without wrap\n\n```\n........*\n......*.*\n.......*.\n.........\n.......*.\n.....*..*\n....*...*\n....*....\n...*..**.\n....****.\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n......*.*\n.......*.\n.........\n.......*.\n.....*..*\n*...*....\n....*...*\n...*..***\n....****.\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n..*.\n***.\n*..*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n..**\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n.***\n.**.\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n.......*\n*......*\n*.......\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n.*....*.\n*......*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n.*..*\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n***..\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...*.\n..*..\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n**...\n...*.\n```\n\n\n## Output without wrap\n\n```\n***..\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n**.**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n.........\n.........\n.......**\n.......**\n*........\n.........\n......*..\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.......**\n.......**\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n.......*.\n.........\n.......**\n*......*.\n........*\n.........\n.......*.\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n****\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n**..*.**\n..***...\n..***..*\n...*.***\n...*....\n*....**.\n*..*..**\n*......*\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n.....***\n.....*..\n.......*\n....*...\n....**.*\n.......*\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.\n.*.**...\n.*...**.\n.....*.*\n......**\n....*...\n....***.\n**.....*\n....**..\n*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*...*\n.*****\n***...\n***..*\n......\n**...*\n......\n.*.*.*\n.**.**\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n..**.*\n..**.*\n...*.*\n.*....\n.*....\n..**..\n*****.\n...**.\n.*...*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n..**.*\n*.**.*\n...*.*\n......\n.*....\n*.**.*\n.*****\n...*.*\n....*.\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.*.**\n*.*..*.***\n*.*..**..*\n*.********\n***.***.*.\n..*..**.**\n*****.**.*\n..**.*..**\n*.**....**\n..**.*.**.\n.*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n.******..*\n..*.......\n*.*.......\n*........*\n*.........\n.........*\n..........\n*....**...\n......*...\n..........\n...*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.......\n..*.......\n..........\n..........\n..........\n..........\n.....**...\n*.....*...\n..........\n**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.**.\n.*.*..*.*.*\n.*.****.***\n*..*.*.*.*.\n*..*.*.**.*\n*....***.*.\n*....*.*..*\n.***.*.*...\n*...***.***\n*****.*.*..\n```\n\n\n## Output without wrap\n\n```\n.....*..**.\n**.*..*...*\n**.*......*\n**.*.......\n**...*....*\n**...*...**\n*.*..*.*...\n****...*..*\n*.......**.\n*****.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.*..\n.*.*..*....\n.*.*.......\n.*.*.......\n**...*.....\n.*...*...*.\n*.*..*.*..*\n.***...*...\n........***\n..*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n...**.*\n*....**\n*.....*\n..*...*\n..**.*.\n*.**...\n.......\n*.*....\n***.***\n.**.*..\n....**.\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*..*\n......*\n.*.**.*\n.******\n.......\n.*..*..\n.......\n..*..*.\n*.*.***\n.*....*\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.****\n.******\n......*\n.*..**.\n.......\n.**..*.\n.**.***\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n.**\n..*\n..*\n*.*\n.*.\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n..*\n.**\n.*.\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n..*\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n....*\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n*..\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n...\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n*..\n..*\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n******\n***...\n******\n******\n*.**.*\n..****\n```\n\n\n## Output without wrap\n\n```\n*....*\n.....*\n......\n.....*\n......\n*.....\n.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n....*.\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n.....*...\n...*.....\n....*.*..\n*....**.*\n......*..\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....***..\n....*.**.\n.........\n.....***.\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n....***..\n....*.**.\n.........\n.....****\n......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n..**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..**\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.**.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...*\n...**.*..\n.***...*.\n.*****..*\n...*...*.\n.....*...\n.....*...\n....*....\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n...***...\n....**.*.\n.*....**.\n.*....***\n...*.**..\n....*.*..\n....**...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..*.\n....**.*.\n**....**.\n**....***\n...*.**..\n....*.*..\n....**...\n....**...\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....*....\n**..*****.....\n..***...*..*.*\n....*.***..**.\n.....*.....**.\n....***....***\n*..****.....*.\n**..*...*....*\n**.......*....\n```\n\n\n## Output without wrap\n\n```\n*****....*....\n*........**...\n.*............\n.......**.**..\n.......*.*....\n..*...........\n.*............\n...**.........\n.***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......*...\n*.**.....*...*\n.*..........**\n.*.....**.****\n.......*.*....\n..*...........\n..............\n....*..**.....\n......****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*.**.\n....*\n.*.*.\n*....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.*..*\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.****\n**..*\n*...*\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.....\n........*.....\n..............\n..............\n*.*...*.......\n*....**.......\n*.............\n.....**.......\n..............\n....*.*.....*.\n.......*....*.\n..............\n```\n\n\n## Output without wrap\n\n```\n.......**.....\n.......**.....\n..............\n..............\n.....**.......\n.....**.......\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*....\n.......**.....\n..............\n..............\n*....**.......\n*....**.......\n..............\n..............\n..............\n..............\n..............\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.***.*\n..*..*...\n..**.*...\n.*.*.***.\n.*.*....*\n```\n\n\n## Output without wrap\n\n```\n...****..\n.**......\n.*.*.*...\n.*.*.***.\n....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.****.\n.**......\n.*.*.*...\n**.*.***.\n.*.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***..**..*.*\n...**...*..*.*\n**...**....*..\n....*...*..***\n...*...**.*.**\n...**..*.**.**\n..***..**.****\n**.*.*.**....*\n*****........*\n*..*.........*\n.....**.....*.\n**.....**..*..\n```\n\n\n## Output without wrap\n\n```\n.......***....\n...****.*.***.\n..............\n...*.*..*...*.\n....*..**.*...\n......*.......\n.....*..***...\n.....*******.*\n....**.**..*..\n**....*....*..\n**...*.*....**\n......**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..**....*\n*..******....*\n............*.\n...*.*..*.....\n....*..**.*...\n**....*.......\n.....*..***...\n.....*******..\n....**.**..**.\n......*....***\n**....**...***\n*...******.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*..*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..**.*..*\n.*.......*.**\n*.*.......***\n.........**.*\n............*\n........**.*.\n*...*...*.***\n...*.*.*.*...\n**.**.**.*..*\n.*...*.*.*.**\n```\n\n\n## Output without wrap\n\n```\n***.....*.***\n...*....**...\n.*...........\n.........**.*\n........*...*\n........**...\n....*..*...**\n****.*.*.*..*\n**.*...*.*.**\n***.**.*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*...\n...*....**...\n.*...........\n.........**..\n........*...*\n*.......**...\n....*..*...**\n.***.*.*.*...\n.*.*...*.*.**\n.....*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*.***\n*...*\n.*...\n.*...\n....*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n*..*.\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n**...\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n.**\n...\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n..*\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n***\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n*.*..........*\n**..**........\n....**....**..\n....***..***..\n.***.....**...\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n*.............\n**.***........\n...*.....*.*..\n..*...*.......\n..****...*.*..\n..*...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n*............*\n**.***.......*\n...*.....*.*..\n..*...*.......\n..****...*.*..\n..*...........\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*\n*.*...\n.*.*..\n.*.*..\n*.*...\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n...**.\n*..**.\n*..*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n*..*.*\n...***\n...***\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n...*.\n...*.\n.....\n.....\n...**\n...*.\n.....\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n....\n....\n....\n....\n....\n..**\n.**.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.***\n.*.*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n....\n.***\n**.*\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n**.....\n**.....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n**.....\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.......\n.......\n**.....\n**.....\n.......\n.......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*..\n....\n....\n**.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n....\n*...\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n........\n.....**.\n.**.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.**\n.***.\n*****\n**.**\n..*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n.....\n.....\n*....\n....*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.*..*.\n.*....\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n....*.\n.**...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n*.....\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.......\n.....*.\n.......\n***....\n*.*....\n.......\n*.....*\n.***...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n*.*....\n*.*....\n.*.....\n.**....\n.**....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.....\n*.*....\n*.*....\n**....*\n***....\n***....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....**\n***..**..*\n**.**.**..\n**.....*.*\n.....***..\n**...*****\n***....**.\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..**....**\n*....**..*\n...**..*..\n***.*.....\n.....*...*\n*.*..*...*\n*.*......*\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....**\n.....**...\n...**..*..\n.**.*....*\n.....*....\n..*..*....\n..*.......\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n*.***.\n**.*.*\n.***..\n```\n\n\n## Output without wrap\n\n```\n****..\n...**.\n*.....\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n...**.\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n***..\n*....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.*.*\n*.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..***.\n..****\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n***...\n***...\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n....\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n.***\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**.*\n.*.*\n**..\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n****..\n**..**\n*****.\n**.*.*\n******\n****.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n......\n......\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*...*...\n.***.*...*...\n.**......*...\n```\n\n\n## Output without wrap\n\n```\n.*.**........\n*..**...***..\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...***..\n*..**...***..\n*...*...***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......\n.........\n*.......*\n.*.......\n..*.....*\n..*.....*\n*........\n```\n\n\n## Output without wrap\n\n```\n.*.......\n*........\n.........\n.*.......\n.**......\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n........*\n*........\n.*......*\n***......\n**......*\n*.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.**.\n*.*.\n*.*.\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n*.**\n....\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n....\n**..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n....\n..*.\n..**\n....\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..**\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*\n..****\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.*...*\n.....*\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n...***\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n...**.\n*...**\n...***\n```\n\n\n## Output without wrap\n\n```\n...**.\n...*..\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n*..*..\n*.....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n**.\n.**\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n.**\n***\n***\n*.*\n*.*\n**.\n..*\n*..\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n...\n...\n*.*\n*.*\n*.*\n*..\n*.*\n..*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n..*\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n...**...\n..****..\n*.*.*...\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..*..*..\n.**..*..\n..*.**..\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n..*..*..\n.**..*..\n..*.**..\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*..*.\n..**..\n.****.\n*.....\n*.***.\n......\n*....*\n.*....\n.*...*\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n.*..*.\n......\n.*..*.\n*.....\n.*.*..\n.*.**.\n......\n**....\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n.*..*.\n......\n.*..*.\n*.....\n.*.*.*\n**.**.\n*.....\n.*...*\n.*....\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**\n.*.*.*\n*...**\n*.*...\n**...*\n*.*..*\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*****\n**.*..\n*.****\n*...**\n*.*...\n*.**.*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n..***.\n....*.\n..*...\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n...*\n..**\n..**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*..\n....\n....\n.*..\n...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n*...\n*...\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n*..**...*\n.*.*.....\n...***.**\n...*.*...\n....*.**.\n*....*.**\n**...*..*\n....*.*..\n...*....*\n*...*....\n.*******.\n```\n\n\n## Output without wrap\n\n```\n...*.....\n...**....\n..*..*.*.\n.....**.*\n...*.**.*\n...***.**\n**.*..*.*\n**.*...**\n.........\n...*...*.\n.*.....*.\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*\n*.******.\n..*..*...\n.....***.\n...*.***.\n...***...\n...*..*..\n*..*.....\n.........\n...*.....\n**......*\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n****.\n.**.*\n**.*.\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.*....*\n*......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n............**\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n*.*\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*..\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n......*...\n.**.......\n..*.......\n..........\n..*.......\n........*.\n......*...\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.**.......\n.**.......\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n*.*\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......\n....*.....\n..........\n....**....\n..........\n...*......\n.....*....\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n....**....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n....**....\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..*...\n.*.**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..*...\n..*...\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**..***\n***.....***\n..*.*......\n..*.*......\n.***...*.**\n..*..*.**.*\n****...*...\n*...**...**\n*...**.*...\n*****..*...\n..*.*.***..\n****.*****.\n..*.*...***\n.****...**.\n```\n\n\n## Output without wrap\n\n```\n*.......*.*\n*.*.**..*.*\n..*......*.\n....*......\n.*..*.**.**\n*...*..*..*\n*.**.*.*..*\n*.*..*..*..\n*.*.....*..\n*.*........\n.........*.\n..........*\n*.....*...*\n.**.*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*...\n..*.**..*..\n*.*......**\n....*......\n**..*.**.**\n....*..*..*\n..**.*.*...\n..*..*..*..\n..*.....*..\n*.*........\n.........**\n*..........\n......*....\n.**....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n***....\n...*..*\n..*...*\n*......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n..*....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n***...*\n..*...*\n*.....*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n***...\n*.....\n.*....\n.....*\n**..**\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.**..\n......\n*.....\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n*....*\n*.....\n.*..*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*...*.\n..**..\n..**..\n......\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.**.*.\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.*.*.*\n.**.*.\n..**..\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*..\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*.*..\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*..\n***...*..\n.**...*..\n```\n\n\n## Output without wrap\n\n```\n*.*......\n*..*.***.\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.***.\n*..*.***.\n...*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n.*.\n..*\n***\n.**\n.*.\n*..\n..*\n.*.\n.*.\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n*..\n...\n***\n.*.\n.*.\n.**\n.**\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n***\n***\n***\n.*.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..**\n*...\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*.**\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n.*****.*\n***.***.\n*..***..\n*******.\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n.......*\n*.......\n........\n.......*\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n...**.........\n....*.*.......\n.....**.......\n......*.......\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n...***........\n...**.*.......\n......**......\n.....**.......\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n...***........\n...**.*.......\n......**......\n.....**.......\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*.\n*....**.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n**...*.*\n**..*..*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.\n*....**.\n*.....*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n......**\n......*.\n.....*.*\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......*.\n.....*.*\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n......*.\n.....*.*\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.....*\n**...**......\n***..***.....\n```\n\n\n## Output without wrap\n\n```\n.............\n*....**......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*.***\n.*****\n```\n\n\n## Output without wrap\n\n```\n..****\n**....\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n.*....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n..*.*.**\n*.*.**.*\n***.....\n*..*....\n.....*..\n....*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n.*..*.**\n*.*.**.*\n*.*.*...\n*.*.....\n....**..\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**\n**..*.**\n..*.**..\n..*.*...\n*.*.....\n....**..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n*...**\n......\n...*..\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n......\n.....*\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n*..**.\n......\n......\n..*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......***..*\n.........**...\n..........*.**\n..........*.**\n..*.......***.\n.***..........\n*............*\n```\n\n\n## Output without wrap\n\n```\n........*.*...\n........*...**\n..........*.**\n.........**...\n.***......*.**\n.***.......**.\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.*..*\n*.......*...*.\n..........*.**\n.........**...\n.***......*.**\n****.......***\n..*......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.*.\n*....*.*..\n.**.**.**.\n.**.*.***.\n....*.*...\n.**.**.*..\n.**.******\n....*..**.\n```\n\n\n## Output without wrap\n\n```\n**...***..\n*.*.......\n*.*.*.....\n.**.*...*.\n....*...*.\n.**.......\n.**......*\n...**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**..*.\n*.*.......\n*.*.*....*\n.**.*...*.\n....*...*.\n***.......\n***......*\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.....*\n.*.*.*\n.*.*..\n...*.*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n......\n...*..\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*...*.\n......\n...*..\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***...*.*\n**......***\n.*.......**\n****....**.\n.**.**.*..*\n..**.**.***\n....*...*.*\n...****.*..\n...*...*...\n.***.......\n.*.*...*...\n..***......\n.....*.....\n..*..*.....\n```\n\n\n## Output without wrap\n\n```\n.***.....*.\n.***.....*.\n...**......\n....*......\n*.*******..\n.**...*.*.*\n.***.**.*.*\n....**..**.\n..**...**..\n..*.***....\n.*.........\n.****......\n..*.*......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*......\n..***......\n...**......\n....*......\n..********.\n***...*.*..\n****.**.*.*\n....**..**.\n..**...**..\n..*.***....\n.*.........\n.****......\n.....*.....\n.*...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n*...*.\n*...*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n**.**.\n**.**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n......\n......\n......\n*....*\n*....*\n*.....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n*....*\n.*....\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.***..\n*.***.**.*\n***..*.***\n.****..*.*\n*.*****...\n```\n\n\n## Output without wrap\n\n```\n.***.*.**.\n*........*\n*....*...*\n.......*.*\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.\n..........\n.....*....\n.......*..\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...******\n..*.......\n...*.....*\n..........\n.*...*.**.\n..*.....*.\n...*......\n```\n\n\n## Output without wrap\n\n```\n........*.\n....*.....\n....*****.\n.......**.\n.........*\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....**\n...*.....*\n....****..\n.......**.\n.........*\n...***..*.\n..*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.....\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.***.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*.**.**.\n....***....*.\n*...***....*.\n.........*...\n..**....**...\n****....*...*\n.*..*.**.....\n*....*.*.*.*.\n.*...*.*****.\n.**..**...*..\n..*..****.*.*\n.....*..*....\n.*..*..*.*...\n```\n\n\n## Output without wrap\n\n```\n..........***\n....***.....*\n..........*..\n...*.*.**.*..\n...*.*.*.....\n......*..*...\n**.*..**.**..\n*......**.*..\n......*...*..\n....*........\n.**.*........\n...***.......\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..**....*\n...**..**....\n..........*..\n...*.*.**.**.\n...*.*.*.....\n......*..*...\n.*.*..**.**..\n.......**.**.\n......*...**.\n....*......*.\n*.*.*........\n......*.***..\n...*.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....*.\n.*.*.*...\n*...****.\n*...***..\n```\n\n\n## Output without wrap\n\n```\n.**......\n****.*.*.\n**.*...*.\n....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*\n****.*.*.\n**.*...**\n*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n****.\n*.***\n**.**\n...**\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n**...\n**...\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n...\n...\n***\n*..\n*..\n***\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n***\n.**\n**.\n*..\n*..\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..*.**.*.*\n.*........**..\n...**.....*.*.\n...***....****\n***.**......*.\n.****.*.......\n.*.*.***......\n*...***.......\n.*.......*****\n***....***.*.*\n```\n\n\n## Output without wrap\n\n```\n.**......*.**.\n.*..*.........\n..**.*...*...*\n.*........*..*\n*.....*.....**\n.......*......\n**.....*......\n***.*..*..***.\n..*..***.*.*.*\n***.....**.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......*.*\n**..*........*\n..**.*...*...*\n**........*...\n*.....*.....*.\n.......*......\n**.....*......\n***.*..*..****\n..*..***.*.*..\n...*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n*.....*.*.\n.....*....\n*....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n..........\n.....**..*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*...*.\n*..***\n```\n\n\n## Output without wrap\n\n```\n....*.\n......\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*.....\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n.........\n.........\n.........\n..**.....\n..**.....\n..**.....\n.........\n.........\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n..**.....\n.*..*....\n..**.....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n.........\n.........\n..**.....\n.*..*....\n..**.....\n.........\n.........\n..**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*......\n.*...*...\n..*.*....\n..*.**.*.\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.......\n.***.....\n.**.*.*..\n....*.*..\n...**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n.***.....\n.**.*.*..\n....*.*..\n.*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n**...**\n*.**.**\n*.*....\n*..**..\n*.*****\n.**.*..\n.*.*...\n...*...\n..*.*.*\n***....\n*.***.*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**.*..*\n*......\n*.*..**\n*......\n**.....\n**.....\n..***..\n....*..\n....*..\n..*.**.\n*.*....\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n.*....*\n.....*.\n..*..*.\n*......\n*.....*\n.....**\n..****.\n.*..*..\n....*..\n.**.**.\n..*..**\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n***..\n*...*\n.***.\n.**..\n.**.*\n....*\n.....\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*.*..\n*....\n*..*.\n*....\n.**..\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*..\n....*\n...**\n.....\n.**..\n*..*.\n*..*.\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*..\n****\n.*.*\n*.**\n....\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.*.\n....\n.*.*\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n****\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n.**..*\n*..***\n***...\n.....*\n```\n\n\n## Output without wrap\n\n```\n....*.\n***...\n*..*.*\n*..*.*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..***.\n...**.\n......\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n.*.\n*..\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.......\n*.*....*.*\n..*....*..\n.......***\n..........\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n.**.......\n..**....*.\n.*....**.*\n.......**.\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....**\n*.**....*.\n**....**..\n.......**.\n*........*\n***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n...*\n..*.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*\n*..*..*\n......*\n....**.\n......*\n..*..*.\n..****.\n..***..\n...*...\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n....*.*\n.....**\n....*.*\n..*..**\n.*...*.\n.....*.\n.....*.\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n*....**\n*...*.*\n.....**\n....*.*\n..*..**\n.*...*.\n.....*.\n.....*.\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*****\n*****\n**.**\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n*.****\n.**..*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n....**\n.*...*\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....**..\n......*...\n......*.**\n**.*..*...\n```\n\n\n## Output without wrap\n\n```\n.....***..\n..........\n.....*....\n......*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n....*...*.\n....*.....\n..*.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****\n.*...*.\n...**..\n.****.*\n*......\n....***\n*...***\n......*\n```\n\n\n## Output without wrap\n\n```\n..*****\n......*\n.*.....\n.**.**.\n.**...*\n....*.*\n....*..\n......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.*\n......*\n**.....\n***.**.\n***....\n....*..\n*...*..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.........*...\n.......***...\n.............\n......*......\n.............\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.........*...\n........**...\n.......**....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.........*...\n........**...\n.......**....\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n*.*.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n..**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.*.*.\n**.**\n*.**.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n.....\n*...*\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*..*\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n..**..\n...**.\n.....*\n..*...\n.*...*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..*...\n..***.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n..*...\n..***.\n...**.\n*.....\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.***..*\n*.*******\n.........\n...**...*\n***......\n.........\n.........\n.****.*..\n.......*.\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.**.....*\n.**...*.*\n......*.*\n.........\n*..*.....\n.*.......\n.*.*.....\n.*..*....\n...*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n..*...***\n......*..\n........*\n...*.....\n*........\n.*.*.....\n....*....\n**..*..*.\n..**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n..*.*\n.*.*.\n....*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n..*.*\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*....\n*.*..\n***..\n..*..\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**...*.\n...........\n*......*.*.\n..*.**.....\n.*...*.**..\n*.*.*......\n.**..*....*\n.*.**...**.\n..*...**.**\n*.**..*..*.\n...**...*.*\n.*.....****\n```\n\n\n## Output without wrap\n\n```\n...........\n........*..\n...........\n.*..**.*...\n.**..**....\n*.*****....\n*....*...*.\n.*.******..\n....****..*\n.**.***....\n.*.**.....*\n.......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*.\n........*..\n...........\n.*..**.*...\n.**..**....\n*.*****....\n.....*...**\n.*.******..\n*...****...\n***.***....\n.*.**......\n...*.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.....\n.*..*.....\n**..*....*\n.........*\n...*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.*****....\n....**....\n....**....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*....\n.**.**...*\n....**...*\n.***....*.\n..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.**.*\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n.**..\n.*..*\n.*...\n.....\n*.*.*\n*....\n****.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n**...\n.....\n.*...\n.*...\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.*...\n*....\n**...\n**..*\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n*....*\n.***..\n.***..\n**.**.\n.*..*.\n......\n..**..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n*..**.\n......\n*...*.\n*****.\n..**..\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n***...\n...**.\n......\n*...**\n******\n..**..\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n....*.\n.*.*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n.......\n.......\n.....**\n.....**\n.......\n..*....\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.....**\n.....**\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n**.***\n......\n......\n*.****\n```\n\n\n## Output without wrap\n\n```\n...***\n...***\n....*.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..***\n*...**\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n.....\n.....\n...**\n**.*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..***\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n...**\n****.\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n*..........*\n............\n*..........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n...**\n.....\n.....\n**.**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*..**\n*..*.\n.*.*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...**.....\n**.....**.*.*.\n.......*......\n...*..........\n.......*...**.\n......*.......\n.*.*.........*\n...*......**..\n.*............\n..*.........*.\n```\n\n\n## Output without wrap\n\n```\n***....***....\n***...*..*....\n.......**.....\n..............\n..............\n............*.\n..*...........\n..............\n..*........*..\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....***.*.*\n***...*..*....\n.......**.....\n..............\n..............\n............*.\n..*...........\n*.............\n..*........*..\n.**...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..*.*\n****.**.*.\n....**....\n*...***...\n.*.***.*..\n.*......*.\n.*.***.*.*\n*..***.*.*\n.**.*..***\n..*.***.*.\n*.*...****\n.******.**\n...*...*.*\n.**..*****\n```\n\n\n## Output without wrap\n\n```\n.....*..*.\n*.........\n.*....***.\n*..*......\n*.*....**.\n...**..*..\n..*....*.*\n*.....*..*\n.***....*.\n.***......\n...***....\n..........\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n......****\n......**.*\n...*....**\n***....**.\n...**..*.*\n*.*....*..\n**....*.*.\n.***......\n..**......\n.*.***....\n..........\n....**....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.*...\n*...*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n**...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*..*\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n.***......\n..........\n..........\n..........\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n.*.*......\n..*.......\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.....\n.*.*......\n..*.......\n..........\n..........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n..***.\n..***.\n.*....\n.*****\n...***\n**...*\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n......\n***.**\n**....\n*.*...\n..*...\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..*.*.\n.*...*\n.**.**\n.*...*\n.**...\n***...\n***...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n....\n....\n*..*\n.**.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n****\n****\n....\n....\n....\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n..**...**\n..***....\n....*....\n.........\n.........\n.........\n.**......\n.*.......\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n....**...\n...*.....\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.....*...\n....**...\n...*.....\n.........\n.........\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n***....\n.**....\n.......\n.......\n*...***\n**..**.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*....\n.......\n.......\n.....*.\n**..*.*\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..*\n..*...*\n.......\n......*\n*....**\n.*...*.\n*.*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n....**\n...**.\n****.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n.****.\n.*...*\n.*....\n*....*\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n****.*\n..***.\n...**.\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n*....*\n.....*\n..*.*.\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n*.....\n..*.*.\n*...**\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n.*...*\n.**..*\n**...*\n...*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*.*.*\n..*.**\n**..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.*.*.*\n..*.**\n.*..**\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n..***\n..*..\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**........\n...**........\n.............\n.............\n.............\n.............\n.............\n...........*.\n..*........*.\n..***......*.\n....*........\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n...**........\n...**........\n.............\n.............\n.............\n.............\n.............\n...........*.\n...*.......*.\n...........*.\n...*.........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**........\n...**........\n.............\n.............\n.............\n.............\n.............\n...........*.\n...*.......*.\n...........*.\n...*.........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.*.\n*.****.**\n*********\n.**.**.**\n**.*.****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n**.*****\n**.***..\n********\n*.******\n*..**.**\n*.***.**\n********\n.*******\n******..\n********\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n**......\n**......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.***..\n...*..\n.*..*.\n*..**.\n.****.\n```\n\n\n## Output without wrap\n\n```\n...*..\n...**.\n.*.**.\n..*.*.\n*....*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n.*.**.\n..*.**\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*...*.\n.....*\n.....*\n...*..\n......\n.***.*\n.**.**\n.**...\n.**...\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n...***\n....**\n...**.\n..***.\n..**.*\n**..**\n*.....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n**.**.\n*..**.\n....*.\n...**.\n..***.\n*.**.*\n*...**\n......\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.****\n*.*.*\n.*..*\n*.*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n.*.*.\n*....\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n.....\n**...\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*......\n...**.**..\n..........\n.....**...\n..**......\n**........\n*...**....\n*....*....\n*...*.**..\n```\n\n\n## Output without wrap\n\n```\n..*.*.....\n..*..*....\n....*.....\n..........\n*.........\n*...**....\n....**....\n**..*.*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..*.*.....\n....*.....\n..........\n*.........\n....**...*\n....**....\n......*...\n...***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*....*\n.......\n.......\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.......\n....*..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.....*\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*...*\n..*.....*....\n..*...*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***....\n......***....\n......***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n...*\n.*.*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****.\n.......\n..***..\n.......\n*.****.\n**...*.\n.*.****\n*.***.*\n.**..*.\n...**..\n..*.*..\n....*.*\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*...\n....*..\n.*...*.\n*.****.\n.*.***.\n.......\n.....**\n**..***\n....**.\n...*...\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n...*.*.\n....*..\n.*...**\n.******\n...**..\n.......\n*.....*\n**..***\n.*..*..\n...***.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.......*.\n.....**.*\n......***\n.....*..*\n*...**...\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n......*.*\n....**.**\n....**...\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n......**.\n*.....*.*\n....**.*.\n*...**..*\n....**...\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n...***\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n.*.\n*..\n...\n***\n***\n***\n***\n...\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n*..\n*.*\n...\n...\n*.*\n.*.\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**\n.*****.\n*.***..\n**..*.*\n*...*..\n.*...**\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n*......\n*..*.*.\n.*.**..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n**.....\n...*.*.\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.**\n*******.**.\n*.*********\n*.*********\n******.****\n***********\n*..********\n.**********\n.*****.*.**\n***********\n.**********\n***.**.****\n```\n\n\n## Output without wrap\n\n```\n*......*.**\n...........\n*..........\n*..........\n...........\n...........\n*..........\n*..........\n...........\n*..........\n...........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n***........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.*.........\n.*.........\n.*.........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.*.........\n.*.........\n.*.........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n...\n.**\n*.*\n***\n.**\n*..\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.**\n*..\n*..\n..*\n*.*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n***\n.**\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n.*.*..\n.*.*..\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n*..*.*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n***...\n*...*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n..*..*\n..*..*\n*...*.\n*...*.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**..*\n.*.***\n.*.***\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.**..*\n**.***\n**.**.\n**.**.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n**.\n**.\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n.*...\n.*...\n....*\n.....\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n*....\n.....\n.*.**\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.***\n*...\n..**\n***.\n....\n**..\n.*..\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n.***\n....\n...*\n....\n*..*\n.**.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n.*.*\n*.*.\n*...\n....\n**..\n..*.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*****\n.*.*.*.*\n...*.*..\n........\n......*.\n......**\n.....*..\n.....***\n....*...\n.*..*.**\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n..***..*\n........\n......**\n.....*.*\n.....*.*\n.......*\n....*.*.\n....*.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n...*....\n........\n......**\n.....*.*\n.....*.*\n.......*\n....*.*.\n...**.**\n****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.......\n**..*...\n*.......\n.*..*...\n...*....\n.......*\n.*......\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n**......\n*.......\n........\n........\n........\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**......\n**.....*\n*.......\n........\n........\n........\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n....*..\n.......\n...*...\n.....*.\n..*...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*.*..\n*..*.\n**..*\n.***.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n*.**.\n*...*\n...**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n..**.\n..**.\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n********.*\n****.*****\n**.*******\n.***.**.**\n.*****.*.*\n**.*.**.*.\n*.****.***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.*.......*\n.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**.......\n**...***...**\n*....*.*....*\n......**.....\n*..*..*...**.\n**........***\n.*....*......\n..*.***......\n.*.**........\n```\n\n\n## Output without wrap\n\n```\n*...**.......\n*......*...**\n**...*..*..**\n.....*.*...*.\n**....**..*.*\n***.......*.*\n***...*....*.\n.**.*.*......\n..***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........\n.......*...*.\n.*...*..*..*.\n*....*.*...*.\n**....**..*..\n.**.......*..\n.**...*....**\n.**.*.*......\n.*....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*..*\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*..*\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*...\n..*.**.*\n.......*\n.**.*...\n*...**..\n.*......\n...*.*..\n**...*..\n..*.***.\n......*.\n*.......\n*.......\n.....*..\n.*.*..*.\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n........\n.**.....\n*.......\n.**...*.\n*....*..\n*...*...\n....**..\n.*.*.*..\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...*.\n*.......\n*.*.....\n........\n*.*...*.\n*....*..\n*...*...\n....**.*\n.*.*.***\n.....*..\n......**\n........\n...**...\n.**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*....\n.*...\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n**.*\n.*.*\n***.\n..*.\n****\n....\n.***\n**..\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n.***\n..**\n....\n.*.*\n.**.\n*..*\n*...\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n****\n....\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n....*....\n..**.....\n****.....\n*.*......\n**...*...\n....***..\n....**...\n**.......\n.........\n.........\n.........\n...***...\n...**....\n```\n\n\n## Output without wrap\n\n```\n...**....\n..*.*....\n....*....\n*........\n...*.....\n**..***..\n......*..\n....*.*..\n.........\n.........\n.........\n....*....\n...*.*...\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n..*.*....\n....*....\n*........\n...*....*\n**..***..\n......*..\n....*.*..\n.........\n.........\n.........\n....*....\n...*.*...\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n...*\n.*.*\n*...\n.*.*\n.*.*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n*.*.\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n....\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n***...\n.*.*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n*.....\n*.*...\n*..*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*.*...\n*..*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.........*\n.......***\n..........\n..*.......\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........**\n........**\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........**\n........**\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*...*\n.....\n.*.*.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*.*.\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*...*\n*...*\n.*.**\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..****..\n..*....*\n.....*..\n.***....\n*..***.*\n*....*.*\n.*...*.*\n..***...\n**.**.*.\n..*..*..\n.....*.*\n......**\n..*.**.*\n```\n\n\n## Output without wrap\n\n```\n..****..\n.*...*..\n.*.*....\n**.*.**.\n*..*.*..\n*..*.*..\n..*.**..\n*.......\n**......\n.**.*.*.\n..**.*..\n....**.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.*..\n...****.\n*..*...*\n**.*.***\n...*.*.*\n.*.*.*..\n.**.**.*\n.*....**\n.*......\n.**.*..*\n..**.*..\n*......*\n..**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**...\n**.***...\n...*....*\n*....*.*.\n*.***..**\n..*..***.\n**..**.**\n.*.***...\n.**.*....\n.***.*...\n*...*....\n*.**..**.\n```\n\n\n## Output without wrap\n\n```\n.**..*...\n.*...*...\n****.**..\n.**...**.\n..***...*\n*.*......\n**.....**\n......*..\n*........\n*....*...\n*...***..\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n**...*...\n.***.**.*\n***...**.\n*.***....\n..*......\n**.....**\n......*.*\n*........\n*....*...\n*...***.*\n..*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.**\n*..*.*.*.\n*****.***\n*********\n****.**.*\n*********\n*******.*\n.*****.**\n***.*****\n******.**\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n****.*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n*..**.\n*....*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.....\n*....\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.....\n*...*...*.**.\n..*..****....\n..**.*.***..*\n****...*...*.\n***...*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.*...*..**...\n.**..*....**.\n.....*...*...\n*...*..*.....\n*..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....*....*\n.*...*..**...\n.**..*....***\n*....*...*..*\n....*..*.....\n...*..**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n.*........\n*.*......*\n*.....**..\n.*....****\n........*.\n..........\n..........\n..........\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n*.........\n*.....*..*\n......*..*\n........**\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n**........\n*........*\n......*...\n*.....*..*\n........**\n..........\n..........\n..........\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**...\n*.*.**....\n**.**.....\n.**.......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.*..***...\n*.*...*...\n*...**....\n****......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***...\n*.*...*...\n*...**....\n****......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****.***.*\n****.*.*.**.\n**.*.*.....*\n**.*..***.**\n```\n\n\n## Output without wrap\n\n```\n..........*.\n.....*......\n.....*.**..*\n....***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n.....*......\n....*.*.....\n....*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n......\n......\n*.*.*.\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**...\n..*...\n..*...\n.*....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.....*\n..*.*.\n*.**..\n****..\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n.**.*.\n*...*.\n*.....\n*.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.***..\n.**.**\n*...**\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n..*..\n.....\n.....\n**...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n...*.\n.....\n.....\n**...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.....\n....*....**\n........*..\n....*...*..\n.....*.***.\n......*....\n.......*.**\n.......**.*\n..........*\n........*.*\n......**..*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n......*..*.\n.....*****.\n..........*\n......*...*\n..........*\n......*...*\n......**..*\n........*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.**\n........***\n...........\n......*..*.\n.....*****.\n..........*\n......*....\n...........\n.*....*....\n*..........\n*....*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*...****\n.*..*.*******.\n..*.*.*..*..*.\n.***.*.***.*.*\n*.****.***....\n...*..*.**...*\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n......*.......\n..............\n............**\n....***.......\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**.....**\n..*..*.*......\n............*.\n.*............\n...........*..\n..*..**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n***.*\n.*...\n.....\n**..*\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n..*..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.***.\n.**..\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n*..\n***\n...\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n*..\n**.\n...\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n***\n...\n...\n...\n*..\n***\n...\n***\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*****\n***..*\n```\n\n\n## Output without wrap\n\n```\n....**\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n****\n.*.*\n...*\n.*.*\n...*\n...*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n...*\n**.*\n...*\n..**\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n.*.*\n...*\n....\n*.*.\n*.**\n..**\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n***.**\n***..*\n*..***\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**.*.\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n...*..*..\n*.**..***\n*.**.*..*\n.****....\n.**......\n*.**.....\n...***...\n```\n\n\n## Output without wrap\n\n```\n.........\n..*****..\n.....**.*\n*....**.*\n*...*....\n*...*....\n.........\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..*****.*\n*....**..\n.....**..\n....*....\n*...*....\n.........\n..*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n**......\n.****.**\n**.*****\n*.***..*\n*..****.\n...**.**\n**.*..**\n*****.**\n```\n\n\n## Output without wrap\n\n```\n*.*****.\n........\n.......*\n*.......\n*......*\n.*......\n**......\n*.......\n*..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n**......\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...*.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n...**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n.***......\n..........\n..........\n...*......\n..*.*.....\n....*.*...\n....*.*...\n....*.....\n.......*.*\n.......*.*\n.***.*.*..\n```\n\n\n## Output without wrap\n\n```\n...*......\n..**......\n..*.......\n..........\n...*......\n....**....\n....*.....\n...**.....\n.....*....\n..........\n..*....*..\n..*...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**......\n..*.......\n..........\n...*......\n....**....\n....*.....\n...**.....\n.....*....\n..........\n*.*....*..\n..***.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.***..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n....\n....\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.***\n..*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*..*\n*.*.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........*\n.............\n.............\n.............\n........**...\n.........**..\n..........**.\n...........*.\n*..........**\n*.....**....*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n........***..\n........*..*.\n.........*.*.\n.............\n...........**\n...........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........*\n.............\n.............\n.............\n........***..\n........*..*.\n.........*.*.\n.............\n*..........*.\n.*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..*.......\n**.*...**.\n*.*.....*.\n*...**...*\n*.*****...\n..**...***\n...*.**...\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n*...*..*.*\n*.*.*.*..*\n..*..**..*\n..*...*...\n.*...*...*\n..**..*.*.\n...*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.**.......\n....*..***\n..*.*.*.*.\n..*..**.**\n*.*...*...\n**...*...*\n..**..*..*\n...*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.***..\n.***..\n**.*..\n**....\n*....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n.*.*..\n....*.\n...*..\n..*...\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n.*.*..\n....*.\n...*..\n..*...\n**...*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n.*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...........\n.....**.....*.\n*.......*.*...\n*..***........\n...***..*.....\n*.**.*....**..\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.....**.......\n...*.**.......\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****.......\n..***.*.......\n..............\n.....**.......\n.*..***.......\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.............\n..****.*.....*\n...*...*.....*\n.........*..*.\n....***..*.*..\n....*..*.*.*..\n.......***..**\n*...*.........\n..*...........\n..............\n...........***\n..........*...\n..........*.**\n.***.......*..\n```\n\n\n## Output without wrap\n\n```\n...**.........\n..***.*.......\n..**..*.*...**\n....***.*.*.*.\n....***..*.**.\n....*..*.*.*..\n.......*.**.*.\n........*.....\n..............\n............*.\n...........**.\n..........*...\n..*.......*.*.\n..*........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.............\n*.***.*......*\n..**..*.*...**\n....***.*.*.*.\n....***..*.**.\n....*..*.*.*..\n.......*.**.**\n........*....*\n..............\n............*.\n...........**.\n..........*...\n..*.......*.*.\n***........***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n....*.......\n...****.*...\n......**....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n...***......\n......**....\n...**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n...***......\n......**....\n...**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n.*.*\n***.\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n**.*\n...*\n***.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n****\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*\n**....*\n*...***\n.*.***.\n**...*.\n**...**\n.....*.\n.....*.\n..**.**\n......*\n*..*...\n*......\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.**....\n*****.*\n*.**..*\n.***...\n.......\n**..***\n....**.\n.....*.\n....***\n..*****\n.......\n*.*.*..\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.****..\n..**...\n.***...\n.......\n.*..**.\n*...**.\n.....*.\n....***\n*.*****\n*.....*\n..*.*..\n.*.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.********...\n.*.......*...\n**.***.***.**\n...*...*.***.\n**.*....**.**\n.***..*......\n.*.**........\n...*.**......\n...***.....*.\n...*.******..\n****.*.......\n```\n\n\n## Output without wrap\n\n```\n..*******....\n*............\n..******.....\n..........*..\n..***.***....\n***....**....\n.............\n..*....*.*...\n..*.......*..\n.*..*.*......\n.**...**..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......****...\n.*..*........\n*.******....*\n..........*..\n*.***.***..**\n.**....**..**\n.............\n..*....*.*...\n..*.......*..\n.**....*...*.\n**........*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n...\n...\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n*.**..\n*..*.*\n.....*\n.*....\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*..*..\n.***..\n....*.\n.**.*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...*..\n****.*\n....**\n.**.**\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.\n........\n....**..\n.**.***.\n..*..**.\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n..***...\n.*......\n.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******\n...**.**\n..***...\n**..*...\n**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n***\n**.\n*..\n***\n..*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n..*\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n*.*\n*.*\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*.*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*...\n.**...\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n...*..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n...*..\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.***.**\n*.*.*...*.\n*.*.......\n.......***\n*....***..\n*..*.*....\n```\n\n\n## Output without wrap\n\n```\n.**.**.***\n*.*.*..***\n...*...*.*\n.*.....**.\n....**.*..\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...***.\n*.*.*..**.\n*..*...*..\n**.....***\n*...**.*..\n*.**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**......\n.....***.\n.*......*\n**.....*.\n*....**..\n```\n\n\n## Output without wrap\n\n```\n......*..\n.**...**.\n**......*\n**....**.\n**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.\n***...**.\n.*......*\n.*....**.\n*.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.......\n....*......\n.....*.*...\n....*.....*\n...........\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n....*......\n....**.....\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*......\n....**.....\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n***..**.\n*.***.*.\n**..***.\n...**.*.\n**....*.\n....**.*\n.***...*\n.*..*...\n.***.*..\n```\n\n\n## Output without wrap\n\n```\n...***..\n...****.\n**.....*\n.***.*..\n.****...\n........\n.*.....*\n***...*.\n*.......\n.****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n........\n**......\n.***.*.*\n*.***.*.\n......*.\n**.....*\n..*...*.\n.*.**.*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*.***\n.*...\n.*.*.\n.*...\n**.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n*.**.\n**..*\n**...\n.*.**\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.***\n.*...\n**...\n.*.*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.....\n.....\n.....\n.....\n.***.\n**.*.\n***.*\n.*..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.**..\n.***.\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n*****\n*****\n*...*\n.....\n*.***\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*.\n.....**.\n....*.*.\n.......*\n*....***\n*...**.*\n```\n\n\n## Output without wrap\n\n```\n......*.\n....*.**\n......**\n.......*\n....**.*\n....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n....*.*.\n......**\n*.......\n....**..\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n****\n....\n....\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n**.*\n.**.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n****\n....\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n...*\n.**.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n*.**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....**..\n.....**..\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n.**...*...\n.**.*.**..\n....****..\n.**....*..\n..*..*....\n..........\n..**......\n..***.....\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.***......\n.**.*.....\n....*...*.\n.****..*..\n.**.......\n..**......\n..*.*.....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***...\n.***......\n.**.*.....\n....*...*.\n.****..*..\n.**.......\n..**......\n..*.*.....\n..*.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n*...\n..*.\n....\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n...*..\n*.***.\n**...*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*....*\n*.***.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n*.***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n.**...\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...*...\n.*.*........*\n..*.....****.\n.........**..\n.........**..\n**.......***.\n***......**.*\n**...........\n*..***......*\n......*....**\n..*...*...*.*\n**...*...*...\n```\n\n\n## Output without wrap\n\n```\n....*........\n..***...*..*.\n..*.....*..*.\n.............\n........*....\n*.*.....*....\n..*......*...\n...**......*.\n**..**.....**\n...**.*.....*\n.*...**...*.*\n.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.......\n..***...*..*.\n..*.....*..*.\n.............\n........*....\n..*.....*....\n..*......*...\n...**......*.\n.*..**.....*.\n...**.*......\n.*...**...*.*\n**..***..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*...\n*.....**..\n*.......**\n.*......*.\n*......*..\n*....*....\n.....*...*\n....*....*\n....*.***.\n....***...\n...*..**..\n...*....*.\n```\n\n\n## Output without wrap\n\n```\n.....***..\n**...****.\n**......**\n**.....***\n**........\n......*...\n....**....\n....*.**.*\n...**.***.\n...**...*.\n...*..**..\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..*\n**...****.\n**......*.\n.*.....**.\n**.......*\n*.....*..*\n*...**...*\n....*.**.*\n...**.***.\n...**...*.\n...*..**..\n...****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n..***\n.***.\n*..*.\n***..\n.*.**\n.***.\n.**.*\n***.*\n**.*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n.*...\n*..*.\n*...*\n....*\n*....\n....*\n....*\n....*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n*..*.\n.....\n....*\n.....\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n*..\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...*..\n.*....\n**.*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*..*.\n***...\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n***..*\n..*..*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.***.\n..**.\n****.\n..***\n.....\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n**.**\n*....\n*...*\n.....\n....*\n....*\n*...*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n*....\n*...*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n**..**\n.*****\n.*..*.\n.***.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n.*****\n*.....\n......\n*.....\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.**\n**.********\n***********\n.****.*****\n********.*.\n****.*.****\n*****.*.***\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n.....*.....\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.*.*\n*.***\n.**.*\n*...*\n..***\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n*..*.\n.*..*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**\n*....*.\n.*.....\n*......\n```\n\n\n## Output without wrap\n\n```\n.....**\n.....**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n.....*.\n.*...*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**.**.\n......**....\n............\n............\n........*...\n.......*..*.\n```\n\n\n## Output without wrap\n\n```\n......***...\n......***...\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**.\n......***...\n............\n............\n............\n......**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n***.*.\n******\n***..*\n*.**.*\n..*.**\n****..\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n....**\n....**\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n.....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n*.*.*\n.**.*\n**.**\n.**..\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n...**\n*.*.*\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*..**\n.....\n..**.\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n.**\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.**.*\n***..\n*..*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n*....\n*..*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n....*\n.....\n*..*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.***.\n*....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.**..\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n.**..\n*..*.\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n*....**\n......*\n....***\n..*.*.*\n*.*.**.\n..*.***\n```\n\n\n## Output without wrap\n\n```\n.......\n.....*.\n...**.*\n...**..\n..**.*.\n.**..*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.\n**..***\n*..**..\n**.****\n..**...\n*.....*\n*..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..***\n..**.\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n..***\n....*\n.**..\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n....*\n***..\n**...\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.****\n.....\n..*.*\n***.*\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.*...\n..**.\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n**..*\n..*..\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n....**..*.\n...*....*.\n....*.*...\n.....*....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n...*.*....\n....***...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n...*.*....\n....***...\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n.**.*.\n.*.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.***..\n.*.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*.*\n.***..\n.*.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n.**\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n***...\n***...\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n..***.\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.**.**..\n........*.*.\n.........*..\n..**...**.**\n.**....*..*.\n..****......\n...**.*.**..\n```\n\n\n## Output without wrap\n\n```\n.......***..\n.......**.*.\n.......*...*\n.***...**.**\n.*....******\n.*...*****..\n..*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**...*.\n.......**.*.\n.......*...*\n.***...**.**\n.*....******\n.*...*****..\n......*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.\n..**..\n***..*\n.*..*.\n.*..*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n....*.\n*...*.\n...***\n***.**\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n....*.\n*...**\n...**.\n***.*.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n..*.*\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...**.\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*....*...\n***...**.**..*\n....**.**..**.\n*....**.*.****\n*.*..**..*.*..\n..*......**.**\n**....*****.**\n.......*......\n.......*......\n***..***..*.**\n```\n\n\n## Output without wrap\n\n```\n*.....*..**...\n**..*..*.**.*.\n*...*.........\n.*......*....*\n.....****.....\n*.*..*.......*\n.*....**..*.**\n.........*....\n.*.....**.....\n.*....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.*.*.\n**..*..*.**.**\n....*.........\n**......*.....\n*....****.....\n..*..*........\n**....**..*.*.\n*........*...*\n**.....**....*\n**...*.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n..*\n.**\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*..\n*..\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n**...\n**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n..*.\n*.*.\n....\n....\n....\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n....\n....\n....\n.**.\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**........\n.**..*........\n..............\n.*............\n***.**..*.....\n*.****..***...\n*.*.....*.*..*\n.**..*.*.****.\n*.**.**....***\n**..*........*\n```\n\n\n## Output without wrap\n\n```\n..*..*........\n*....*........\n....*.........\n*.*...........\n*.....****....\n**..**..**....\n**............\n**......*.....\n*......**.....\n****.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n*.*..*........\n....*.........\n*.*...........\n*.....****....\n*...**..**....\n.............*\n........*....*\n........*.....\n......*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n........\n........\n........\n....*...\n....*...\n..*.*...\n..*.....\n........\n......**\n.....*.*\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n....*...\n........\n........\n......*.\n.....*..\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n....*...\n........\n........\n......**\n*....*..\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n**.***\n.*****\n.*****\n****..\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n*.....\n......\n.....*\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****.*\n**.**.****\n*..***.**.\n*..*******\n*.*..**.*.\n**.*.***.*\n.**.*..**.\n..**.....*\n.**.....*.\n**.******.\n```\n\n\n## Output without wrap\n\n```\n..........\n.*........\n.*........\n*.........\n*.**......\n*..**...*.\n....*.*..*\n....*..*.*\n**.......*\n**..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n.*........\n.***......\n...**.....\n....*.*.*.\n....*..*.*\n......****\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n**...*\n*.*...\n..*.**\n```\n\n\n## Output without wrap\n\n```\n***...\n*..*..\n*.****\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...*.*\n..***.\n*.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*\n.*......\n**.....*\n**......\n```\n\n\n## Output without wrap\n\n```\n.*......\n.**.....\n..*.....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n****....\n*.**....\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*....\n.*...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n**....\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n....\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n*...\n****\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*..\n....**.....\n....*...*..\n```\n\n\n## Output without wrap\n\n```\n....***....\n...........\n....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..**..\n...***.**..\n...**..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*....*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n**...\n..*.*\n.....\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n.*...\n....*\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n**...\n....*\n...**\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n*.***\n*****\n.***.\n.*.*.\n*...*\n.****\n```\n\n\n## Output without wrap\n\n```\n***.*\n.....\n*....\n.....\n**.**\n*...*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*.*.\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**.\n.**..*..\n.**.....\n........\n...**...\n**.**.*.\n**.**...\n.....***\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.*.****.\n*...***.\n.**.....\n..**....\n..****..\n**......\n**.*...*\n....***.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****.\n*...***.\n.**.....\n..**....\n..****..\n**.....*\n.*.*....\n*...****\n......*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**......\n.......*.\n*....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n........*\n*.......*\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n..*.....\n...**...\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n........\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n****..\n*..***\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*.....\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n*.....\n*...*.\n*...*.\n......\n......\n***...\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n**....\n......\n......\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*.....\n**....\n......\n......\n.*....\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......\n........*\n***...*..\n..*.*.*.*\n.....*...\n..*......\n*.***....\n*......*.\n.*.*...**\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*......\n.***.*...\n..**..**.\n...*.*...\n.**.*....\n..**.....\n*...*..**\n**.....**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n..*......\n****.*..*\n*.**..**.\n...*.*...\n.**.*....\n..**....*\n*...*..*.\n.*.....*.\n***.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**....\n.***....*\n*..*.....\n..*......\n*.*......\n*.***...*\n****.****\n***..*..*\n****...*.\n*........\n```\n\n\n## Output without wrap\n\n```\n***......\n**.**....\n.*.*.....\n..**.....\n.**.**...\n....*.*..\n........*\n....****.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****....\n**.**....\n.*.*.....\n*.**....*\n.**.**...\n....*.**.\n.........\n....***..\n....*....\n*.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..*.*.\n***.**.**.\n*.*.*.*..*\n*.*.*.**..\n****......\n*......*.*\n****.****.\n*.......*.\n*********.\n```\n\n\n## Output without wrap\n\n```\n**.****.*.\n*...*...**\n*.*.*.....\n*...*.**..\n*.**..***.\n....*..*..\n*.*...*..*\n.........*\n*********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*...*.\n..*.*.....\n....*.**..\n..**..***.\n....*..*..\n..*...*...\n..........\n*..****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n***\n**.\n*..\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.*.\n.*.\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n..**.\n.....\n.***.\n....*\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.*...\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n..**.\n.*...\n..**.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n........\n*.*....*\n..***.*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n.**.....\n.***....\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*....\n.**....*\n.***...*\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n*.*.*\n*...*\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*..*.\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n...**\n.*...\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*.***\n*....\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.**....\n......*......\n.......*.....\n**.......**..\n**........***\n*.*****......\n.*******.....\n*..*.****....\n.********...*\n*...*.*.*..**\n............*\n...**........\n....**.......\n.....**......\n```\n\n\n## Output without wrap\n\n```\n......**.....\n......*.*....\n.............\n**.......**..\n...***...***.\n*......*...*.\n*.......*....\n*............\n***......*.**\n.**.*.*.*..**\n...***.....**\n...***.......\n...*..*......\n....***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.....\n......*.*....\n.............\n.*.......**..\n...***...***.\n.......*...*.\n*.......*....\n*............\n.**......*.*.\n.**.*.*.*..*.\n*..***.....**\n...***.......\n...*..*......\n.......*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....**.\n.......\n...*.*.\n..*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....*.\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.....*.\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*..\n....*.....\n*.........\n.*.....***\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n........**\n*......*..\n*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n*.....*..\n*.....*..\n*....*...\n```\n\n\n## Output without wrap\n\n```\n.........\n**...**..\n**...**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.*\n**...**.*\n**...**.*\n**...**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*.\n**.....*.**\n...........\n...........\n...*.*.....\n...*.......\n.*****.....\n...........\n***........\n```\n\n\n## Output without wrap\n\n```\n.........**\n.........**\n...........\n...........\n...........\n.....*.....\n...***.....\n.**.*......\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*.\n**.......*.\n*........*.\n...........\n...........\n.....*.....\n...***.....\n.**.*......\n.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.**.\n*****....*\n**.***.***\n.*.*.**...\n```\n\n\n## Output without wrap\n\n```\n*.*.**..*.\n.........*\n.......***\n**.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n.......**.\n.*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..*...\n*****.**..\n*...***..*\n*....*...*\n*...*.**..\n....*.***.\n**..*.*..*\n.*.*.*****\n*..*..*.**\n****...*.*\n.*....*...\n```\n\n\n## Output without wrap\n\n```\n....****..\n.*.***....\n*.....*...\n**.....**.\n..***..**.\n*....*....\n..........\n..........\n**.*..*...\n*.*.*.*...\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.*.\n...*..***.\n......*...\n.*.....***\n*****..***\n**...*....\n**........\n.*........\n...*..*...\n..**.*.**.\n..**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.*...*\n.*..**\n*...*.\n*.*.*.\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n....**\n..**..\n**..**\n*...*.\n.*..**\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..**..\n.*..*.\n*...*.\n**..*.\n*.**.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n*.**\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*.*.\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.....\n.....**....\n.....*.....\n...........\n...........\n..*........\n...*.......\n..**.......\n```\n\n\n## Output without wrap\n\n```\n.....**....\n....***....\n.....**....\n...........\n...........\n...........\n...*.......\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*****....\n....***....\n.....**....\n...........\n...........\n...........\n...*.......\n..***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*..*\n.***\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..**.\n..***..**.\n..***..**.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*.*..**.\n.*...**..*\n..*.*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**..*\n.*...**..*\n.*...**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.....\n*...*...**\n.*.**.*..*\n*.**.****.\n**********\n*.**.*.*..\n**...*.*..\n****...*.*\n**..*..**.\n....*.**.*\n```\n\n\n## Output without wrap\n\n```\n...**.....\n***.....**\n**....*..*\n*.........\n*........*\n..........\n.......*..\n...**..*..\n*...**...*\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..*..\n.**.....*.\n.*....*...\n..........\n..........\n..........\n.......*..\n...**..*..\n....**....\n.*..*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.......*.\n..*.....*\n*.******.\n.*.***.*.\n.***..*..\n.*.......\n**.*.....\n....**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.**.**..*\n.......**\n*......*.\n**.*.**..\n...*.....\n***.*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.**.**..*\n*......*.\n*......**\n**.*.**..\n...*.....\n***.*....\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n**..*\n**...\n*.*..\n..*..\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n**...\n..*..\n*.*..\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*....\n.*..*\n..*..\n*.*..\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.....\n*...*.....\n*...*.....\n```\n\n\n## Output without wrap\n\n```\n**........\n*..***....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***...*\n*..***...*\n*..***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n..*.**...\n....*...*\n...**.*.*\n...*.***.\n...*..**.\n....*....\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n...***...\n.......*.\n...*..*.*\n..**....*\n...*...*.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n...***...\n.......*.\n...*..*.*\n..**....*\n...*...*.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.****\n.*.**\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*..*\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n.**....*\n*****.**\n...****.\n```\n\n\n## Output without wrap\n\n```\n........\n*....*.*\n*......*\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.**\n.....*..\n........\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**....\n.........*....\n..............\n..............\n..............\n.......***....\n```\n\n\n## Output without wrap\n\n```\n........**....\n........**....\n..............\n..............\n........*.....\n........*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*...\n........**....\n..............\n..............\n........*.....\n.......*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n...\n...\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n.*..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n**..**\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.\n.****.\n.****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*....\n......***.*\n.....***...\n**...*.****\n....*.**..*\n*..*.**....\n......*....\n*******....\n...*..*....\n*...*.***..\n..*...***..\n*******....\n```\n\n\n## Output without wrap\n\n```\n.**...*....\n.**.....*..\n.....*....*\n....*....**\n**..*.....*\n....*......\n*......*...\n.****.**...\n*..........\n...*....*..\n*.*.....*..\n.******....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*\n***.....*..\n.....*.....\n*...*....**\n.*..*......\n....*......\n*......*...\n.****.**...\n*..........\n...*....*..\n*.*.....*..\n*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n.**\n*.*\n*.*\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*.*\n*.*\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n.***\n*...\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n.*..\n*...\n*.*.\n*..*\n****\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*............\n.*............\n........*...*.\n.......***.***\n..........*.*.\n..............\n...........*..\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n........*...*.\n.......*...***\n..............\n.......*....**\n.........****.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n........*...*.\n.......*...***\n*.............\n.......*....**\n.........****.\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n.....***\n.*.....*\n****....\n..**...*\n*.***...\n..***.*.\n..***.*.\n........\n*.**..*.\n.****.**\n```\n\n\n## Output without wrap\n\n```\n......*.\n........\n**....*.\n*.......\n........\n........\n........\n...***..\n........\n...*...*\n....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****..\n..*...**\n.......*\n......**\n*......*\n*......*\n......*.\n*..****.\n**.....*\n...*....\n..*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n*...\n.*.*\n....\n....\n..*.\n.*.*\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n....\n..*.\n.**.\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n**..\n*...\n*...\n....\n....\n..*.\n****\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n..**.\n.....\n.....\n.....\n.....\n**.**\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n.***.\n.....\n.....\n.....\n.....\n.....\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.***.\n.....\n.....\n.....\n*...*\n*...*\n..*..\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n**...**.......\n***..*.***....\n**.....*.*....\n.......**.....\n........*..***\n............**\n.............*\n.........*.*..\n..............\n```\n\n\n## Output without wrap\n\n```\n......**......\n.*...*.**.....\n..**.*.*.*....\n.*....*..**...\n.......*.**.*.\n.......**.**..\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**......\n.*...*.**.....\n*.**.*.*.*...*\n*.....*..**.*.\n**.....*.**.*.\n.......**.**..\n*............*\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**..\n....\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.*.\n..*.\n..*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n....\n.**.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n....**.\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n.*.*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n****..***\n*********\n****.*.*.\n```\n\n\n## Output without wrap\n\n```\n*...**..*\n.........\n.........\n*....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*.*\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..*...\n****..\n*..*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n**.**.\n.****.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***\n***...\n**.**.\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..*...\n.....*\n*.*...\n...***\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*.*..\n...**.\n..**..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n.***..\n.*.*..\n***.**\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n*.....\n.*....\n......\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n........\n.**..*..\n........\n..*.....\n...*....\n........\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n.**.....\n........\n.**.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**.....\n........\n.**.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n..........\n....**....\n........*.\n......**.*\n..........\n..........\n..........\n*..*.....*\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......**..\n......*.*.\n........*.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n......**..\n......*.*.\n........*.\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....*..**\n........****.*\n...*...*..*..*\n..*....*..*..*\n..*....*..*.*.\n***.....**..*.\n*...*.......**\n*...........*.\n.****....**.*.\n...........**.\n```\n\n\n## Output without wrap\n\n```\n........****.*\n.......*****.*\n..*.*.*...**.*\n..**..*..**...\n....*.*...*...\n..**....***...\n*.*........*.*\n*.*...........\n....*.....*..*\n.*.*......*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......***.**\n.......***....\n.**.*.*...**..\n..**..*..**.*.\n*...*.*...*.*.\n..**....***.*.\n..*........**.\n..*.........*.\n.***.......*.*\n..*.....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n*..**.*\n....***\n......*\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*....\n...***.\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n..*....\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.\n.....*..\n...*....\n**....*.\n..*...*.\n..*.****\n**....*.\n```\n\n\n## Output without wrap\n\n```\n....**..\n.....*..\n..*.....\n.***....\n........\n.*.*..**\n..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n********\n....***.\n..*.....\n****....\n*......*\n*......*\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*...*..\n*..*.*...*..\n.*...*...*.*\n....**.*.*..\n......******\n.**.***.....\n...*.*...*..\n.*.*.*......\n*..*......*.\n....**...*..\n```\n\n\n## Output without wrap\n\n```\n.**.*.......\n*....**.**..\n.....*...*..\n....**.*...*\n...*.....**.\n..***.......\n.*.*........\n...*........\n..**.*......\n....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.**.***.\n*....**.**..\n*....*...*..\n*...**.*...*\n...*.....**.\n..***.......\n.*.*........\n...*........\n..**.*......\n.*****...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n....\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n**..\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*.*\n.*.*\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n...**.\n...**.\n.**...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...**.\n....*.\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...**.\n....*.\n.**...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*....*\n............\n......**....\n............\n............\n............\n............\n............\n.....**.....\n.....*.....*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n.....**.....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n............\n............\n............\n............\n............\n............\n............\n.....**.....\n.....**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n.**.....\n......**\n..*...**\n...**.*.\n.*..*..*\n...*....\n..**....\n.**.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n..*...**\n.**...**\n...*....\n..***.*.\n..*.**..\n...**...\n.*..*...\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n..*...**\n***...**\n...*....\n*.***.*.\n..*.**..\n...**...\n.*..*...\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n**..\n.*.*\n**..\n****\n**.*\n***.\n*.*.\n**..\n*..*\n.*.*\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n.***\n....\n....\n....\n..**\n..**\n..**\n.***\n....\n*.*.\n.**.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n....\n....\n....\n....\n....\n..**\n..*.\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.\n***.***\n..*.**.\n****...\n**.....\n*.***.*\n**.**..\n```\n\n\n## Output without wrap\n\n```\n*.*****\n*.....*\n......*\n*..**..\n....*..\n....**.\n**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*......\n.......\n*..**.*\n....*..\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..**\n..*..*\n***..*\n.*....\n```\n\n\n## Output without wrap\n\n```\n..****\n..**.*\n*.....\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*....*\n..*.*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n*..*..**\n.**..**.\n..***..*\n**......\n........\n........\n.*.....*\n.*.....*\n........\n```\n\n\n## Output without wrap\n\n```\n....***.\n.***...*\n.*...*..\n*..****.\n.***....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****\n****...*\n.*...*..\n...*****\n****....\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n..***.\n*...**\n....*.\n*...**\n...**.\n```\n\n\n## Output without wrap\n\n```\n..***.\n..**..\n..*.*.\n....*.\n...*.*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..*...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**...*\n.***.*..\n..*.*.**\n***.***.\n```\n\n\n## Output without wrap\n\n```\n....*...\n....*.*.\n.*...*.*\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n**.\n.**\n***\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*****..*\n........\n.**.....\n........\n*..**..*\n........\n....****\n```\n\n\n## Output without wrap\n\n```\n.***....\n.***....\n*.......\n........\n.***....\n........\n...*...*\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n****....\n........\n........\n****....\n........\n*..*....\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..*.\n*..*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.**.\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n***.\n.***\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n..*.*\n....*\n.*..*\n**...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.*...\n...**\n....*\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n.........\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***.....\n....****.....\n....*.*......\n.............\n.........*.*.\n.............\n.........**..\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n...**.**.....\n.....*.......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n...**.**.....\n.....*.......\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.**\n***\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n....*..\n.......\n..*....\n..*....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*...*\n.*...\n..*.*\n..***\n.**..\n.**..\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.**.*\n....*\n.....\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n.*.**\n***.*\n*...*\n*....\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***..\n.*.*.**.*\n.**.*.*.*\n*..**.***\n.**....**\n****.*.**\n*.*......\n**.*.***.\n**...***.\n```\n\n\n## Output without wrap\n\n```\n.***.....\n...*...*.\n**.......\n**...*...\n....**...\n....*****\n.....*..*\n.*.*...**\n.*.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.....*...\n....**.*.\n....***..\n.....*.*.\n....***..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********.\n.*.*.*****\n********.*\n.*.*******\n*******.**\n*.********\n.*.***.***\n```\n\n\n## Output without wrap\n\n```\n**.*.....*\n.........*\n*.........\n..........\n*.........\n*.........\n.*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*.....\n.........**.*.\n.....*.*.....*\n...*.**.*...**\n.....*...**...\n...*....*.*...\n*..*.**.*..*..\n***..........*\n..**...*..**..\n```\n\n\n## Output without wrap\n\n```\n........**....\n.......*......\n....**.......*\n.............*\n....*.........\n...........*..\n...**....*..*.\n.**.*****.**..\n...*.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....**....\n...**.....*...\n....**.......*\n.............*\n....*.........\n...........**.\n*..**....*....\n.*..*****.***.\n*****..*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n**.\n...\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n...\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n.*.\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**..*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.**.*\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n....*.\n*..*..\n***...\n*...*.\n.***..\n.*....\n.****.\n*..*.*\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n*...*.\n*.**..\n*.....\n*.**..\n....*.\n**.***\n**.*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n.....*\n..**..\n....**\n..***.\n......\n.*.**.\n***...\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n...\n...\n...\n***\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n..*....\n..*.*..\n...***.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n..*.**.\n...***.\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n..*.**.\n...***.\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.*.***...\n.*.*..*..\n...**.*..\n...*.*...\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.**.**...\n.*****...\n..**..*..\n..*****..\n..**.*...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*...\n..****...\n..**..*..\n..*****..\n..*..*...\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*...\n....*....\n...*.....\n*.*.*....\n*.**.....\n**...*...\n.*.**..*.\n***......\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n..***....\n...**....\n..*.*....\n*.***....\n*........\n...**....\n...*.....\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n..***....\n...**....\n..*.*....\n*.***...*\n*.......*\n...**...*\n...*....*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n..*.*\n...*.\n*.**.\n*.**.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n.....\n.....\n*.*.*\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n**.\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...*.\n*.*.*\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n....*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..**.\n.....\n....*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*.**\n*..*\n...*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*...\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*....\n*..**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n*...*\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n....**\n.....*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*...**\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.***\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n*.***\n.*.**\n..**.\n.*.**\n*****\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n.*...\n.*...\n.*...\n*....\n*...*\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.*...\n.*...\n.*...\n.....\n.....\n*.**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n*..\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n.**.*...\n*.*.*...\n...**...\n.*.**.**\n**....*.\n**.*....\n```\n\n\n## Output without wrap\n\n```\n.***....\n.....*..\n.*****..\n**....*.\n**.*...*\n.......*\n.******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*.***..\n*.*****.\n.*.....*\n.*.*....\n*.**..*.\n....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n*...*\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*..**\n...*.\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n***.*.***\n...**.***\n*****.*.*\n**.******\n*.*******\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.*.......\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.*.*.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**..*\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******.....**\n.***..........\n.....*........\n..............\n**...........*\n**...**.....*.\n..*..**.....**\n```\n\n\n## Output without wrap\n\n```\n*...**........\n*.....*.......\n..*...........\n..............\n**............\n*.*..**.....*.\n.*...**.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....*.\n......*......*\n..*...........\n*.............\n.*...........*\n..*..**.....*.\n.......*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*...\n.****....\n.*......*\n..*....**\n...***...\n.........\n*.......*\n.*....**.\n```\n\n\n## Output without wrap\n\n```\n**.**....\n**.**....\n**.....**\n..*.*..**\n..*..*...\n...**....\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..*.*\n.*.*..***\n.*.....*.\n***.*..*.\n..*..*..*\n...**...*\n*.....*..\n.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*....\n.*.**.....\n.*..*.**..\n*...*..***\n*.....*...\n*.....**..\n......**.*\n..........\n..**......\n```\n\n\n## Output without wrap\n\n```\n..*.......\n*....***..\n..*..***..\n..........\n**...***..\n.....*..*.\n......***.\n.......*..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*......\n.*...***..\n..*..***.*\n........*.\n.....***..\n**...*..*.\n......***.\n...*...*..\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n....**.\n.......\n....**.\n.*....*\n....*..\n.*...**\n.....**\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n....**.\n.......\n.....*.\n.......\n......*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.....*.\n....*.*\n.......\n.....*.\n*.....*\n*.....*\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....**..\n..*..**.\n..*..*..\n..*..*..\n.....*..\n..****..\n.*..*...\n.*......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n...*..*.\n.*****..\n....***.\n..*..**.\n..**.*..\n.*..**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....***.\n...*..*.\n.*****..\n....***.\n..*..**.\n..**.*..\n.*..**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*..\n...\n...\n...\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n*..\n...\n...\n...\n...\n***\n***\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*.*.....\n*...*...\n*.*.*...\n..*.....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.*......\n*.......\n........\n.*.*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.*......\n*......*\n........\n.*.*....\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.....\n....*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.**..\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n**.....\n....***\n.......\n.......\n.......\n.......\n.*.....\n*......\n.......\n.....*.\n**...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.*.**..\n*...**.\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.....**\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n*****.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.***..\n*****.\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n******\n*..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n......*\n.......\n*......\n*.**..*\n.*.*..*\n.**...*\n.*...*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.**....\n*.***..\n*..*.**\n*...***\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n......*\n......*\n***...*\n.****..\n...*...\n.*.....\n.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n.*.**\n..*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*.*.\n.**.*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n**.**\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.***.\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.*..*\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.**.\n*.******\n********\n**.*.***\n.*******\n****.***\n***..*.*\n.**..***\n.****.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.\n*......*\n.*.*...*\n...****.\n........\n........\n........\n.*.***..\n```\n\n\n## Output without wrap\n\n```\n........\n.**...**\n.......*\n..*.....\n......*.\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.**\n.*.*....\n.*.....*\n..*.....\n......*.\n....**..\n....**..\n...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n.*.*\n..**\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....***\n....***\n.......\n.......\n.......\n..*....\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....*.\n....*.*\n....*.*\n.....*.\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.....*.\n....*.*\n....*.*\n.....*.\n.......\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n.*....\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.**...\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....***\n......*\n...*.**\n.......\n...***.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.....**\n....*.*\n...***.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n.....**\n*......\n*....**\n....*.*\n...***.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n...*.\n...**\n*..**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n...**\n**.*.\n*..*.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n..***\n***.*\n..***\n*****\n*****\n*****\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n.....\n.....\n*....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*...*\n****.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n*.*.*\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*.*.*\n******\n....*.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n**...*\n*.....\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n......\n.*....\n......\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*....\n***...\n.*.***\n.*...*\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*.*\n*....*\n.**...\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n*.*...\n...*.*\n*....*\n.*....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****\n**.***\n.*..**\n*.*.*.\n***.**\n..*...\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n.*....\n...*..\n..*.*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*.*..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n.......\n*.*....\n......*\n..*....\n.*....*\n....***\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n.......\n......*\n....***\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.......\n.......\n.*.....\n*......\n*.....*\n*...***\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n....**....\n.*........\n....***...\n..........\n*...*.*..*\n**...*...*\n**...**...\n.....*....\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**....\n......*...\n.....*....\n....*.*...\n**...*....\n....*.....\n**..***...\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n....**....\n......*...\n.....*....\n....*.*...\n.*...*...*\n....*.....\n.*..***..*\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n****\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n.......**.\n........**\n.......*..\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*..\n.........*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.......*..\n.........*\n.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n....\n*...\n**..\n*.**\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*.*.\n*.**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n..*.\n..*.\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n....*.*...\n..........\n..........\n..........\n...**.....\n..........\n..........\n.....*....\n....*.*...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**.*\n...**..**\n***..***.\n.........\n.........\n.........\n**.***...\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.*......*\n.******.*\n.*.**.*..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..***.\n...**...*\n********.\n**.**.**.\n.........\n....**...\n***.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.........\n.......*...*\n.**.*....*..\n....*..*....\n.....*......\n...*........\n**........*.\n........*.*.\n*...**.*....\n```\n\n\n## Output without wrap\n\n```\n..*.........\n..**........\n............\n...*.*......\n...***......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n..**........\n............\n...*.*......\n...***......\n............\n*.........*.\n*.........*.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**..\n..*.\n*.**\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n...*\n*...\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....**\n..***...**\n.*...****.\n.*.....*..\n*..****...\n*.*.......\n*.*.......\n...*......\n...*.....*\n```\n\n\n## Output without wrap\n\n```\n.*.**...**\n*..****...\n.*.****..*\n***.....*.\n*.*****...\n*.*.**....\n..**......\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n...****...\n**.****..*\n***.....*.\n*.*****...\n*.*.**...*\n..**......\n..**......\n...**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**\n**..***\n*******\n.******\n*******\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*.....\n.*....\n.**...\n.**...\n......\n......\n......\n......\n......\n..***.\n..*..*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n**....\n*.....\n.*....\n......\n......\n......\n......\n..***.\n..*.*.\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n......\n*.....\n.*....\n......\n......\n......\n......\n..***.\n..*..*\n*.....\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n.....*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n*.*...*.\n*.*.....\n**......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n*.*.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.......\n*.*.....\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n....*..\n......*\n.......\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*...*.\n......*\n.......\n.......\n*......\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n****.*\n*.****\n******\n*****.\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.*....\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..*\n*..*.*.*.\n..*.....*\n*.*.*....\n*.*..*...\n...**.**.\n*..*.....\n.........\n...*...**\n.*.**....\n```\n\n\n## Output without wrap\n\n```\n......*..\n..**..***\n..*.*....\n..*......\n..*..**..\n.******..\n...**....\n.........\n..***....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**.*\n*.**..**.\n*.*.*...*\n*.*.....*\n..*..**.*\n.******.*\n...**....\n........*\n..***....\n*..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****..\n...****..\n.........\n.........\n..*......\n.......*.\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n...*..*..\n...*..*..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n...*..*..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n.*.*\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n**..\n.*..\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n.***..\n*.**..\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n....*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*..*.\n......\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.*.\n...*\n...*\n.*..\n...*\n**..\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*.*\n....\n.**.\n..**\n*.*.\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*.*.\n....\n*.*.\n*.*.\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.*.*.**\n.*.*...\n*...*..\n..*....\n*......\n.*...*.\n..*...*\n*.**.*.\n..**.**\n.*...*.\n.*...*.\n***.*..\n.*....*\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n...*...\n**.*.*.\n.***...\n.*.....\n.*.....\n.*.....\n..*****\n.....*.\n...*.**\n.*...*.\n....**.\n*.*..*.\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n*..*...\n.*.*.**\n.***...\n.*.....\n.*.....\n**....*\n*.*****\n*....*.\n*..*.*.\n**...*.\n....***\n..*..**\n.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.***.*..\n**..*...\n.......*\n........\n........\n```\n\n\n## Output without wrap\n\n```\n..*.....\n*****...\n**.**...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n*****...\n**.**...\n*.......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n..*.\n....\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n...*\n.**.\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n..*.\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n..*.\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*...\n.**.*\n...**\n**...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n***.*\n.****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.*.*.\n*.*.*\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n****..\n*..***\n*.*...\n.*****\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n**....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n**.\n..*\n..*\n*..\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n***\n.**\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.**\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..**\n....*..*\n*****...\n....***.\n.....***\n```\n\n\n## Output without wrap\n\n```\n..***..*\n....*...\n.***....\n.***..**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n....*.*.\n..**..*.\n........\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.*.......\n.........\n.*.......\n.*.......\n*........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.***\n**..\n.*.*\n.*.*\n.*..\n.**.\n*...\n*...\n*..*\n.*..\n..*.\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n..*.\n.**.\n..*.\n....\n..*.\n..*.\n....\n....\n..*.\n*.**\n*.**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.*.\n.*..\n....\n..*.\n....\n....\n....\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*****\n*.*******\n*******..\n****.*.**\n.*******.\n*******..\n*.*******\n**.*.*.**\n*..****..\n***.*****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.......**\n.......**\n.......**\n.........\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*..**\n*.*..\n.*..*\n.*.*.\n***..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*.*.*\n**.**\n...*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...**\n.**..\n*...*\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....\n**.*....\n.***..*.\n*..*.*.*\n.****.*.\n..*.*...\n.**.*...\n.**.....\n```\n\n\n## Output without wrap\n\n```\n***.....\n*..*....\n...*..*.\n*....*.*\n.*....*.\n....*...\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n*..*....\n...*..*.\n*....*.*\n**....**\n....*...\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n*******\n**.****\n.****.*\n*******\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n.*.......*\n......*...\n.......*.*\n.........*\n..........\n..........\n.....*....\n..*.....*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n.......***\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......*\n..........\n..........\n.......**.\n..........\n..........\n..........\n..........\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n......\n.*....\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n......\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n......*.*\n***...*..\n......*..\n.........\n..**.....\n..*......\n.*...*...\n........*\n..*.*....\n.*.**...*\n...*....*\n```\n\n\n## Output without wrap\n\n```\n.........\n...*...*.\n.*...**..\n.*.......\n.........\n..**.....\n.***.....\n.........\n.........\n..*.*....\n....*....\n..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...*.\n*..*...*.\n**...**..\n.*.......\n.........\n..**.....\n.***.....\n.........\n.........\n*.*.*....\n*...*....\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**....\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n.......\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n.......\n.......\n.......\n**.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......**\n......**\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n......**\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n........\n......**\n......**\n........\n........\n........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n*.......\n*.......\n....*...\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...\n........\n..*.*...\n..**....\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*.*...\n..*.....\n..**....\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n..*.*...\n..*.....\n..**....\n........\n........\n........\n........\n........\n........\n........\n........\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*.*.*\n****.\n.****\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*.*.**\n..*...*....**\n..***........\n.**..*...*...\n*..*.**.****.\n```\n\n\n## Output without wrap\n\n```\n......*...*.*\n...**.*...*.*\n...*...*.***.\n.***....*.*..\n.**.*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....**....\n..........***\n...*...*.***.\n***....**....\n*.*....*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.*...\n.*...\n.....\n.....\n.....\n....*\n*....\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.***.\n.....\n.....\n.....\n.....\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....*\n*....**..*\n.*....*..*\n.*......*.\n*.***...**\n```\n\n\n## Output without wrap\n\n```\n....*.*...\n.........*\n***.......\n...**.....\n**.*...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..**.\n.**.*....*\n..*.......\n...***....\n*......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*..*\n....\n.*..\n*...\n*...\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n*...\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n*...\n....\n**..\n*...\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n.....*...\n.**..*..*\n.**.***.*\n.....*.**\n.*..*....\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n....*....\n.*.......\n*........\n*...*...*\n.*...*.**\n..***....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*..\n.*...**..\n.........\n....*...*\n.....*.**\n*....**.*\n.**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**......\n..*.*.......\n.*****...**.\n.*.*.**..**.\n```\n\n\n## Output without wrap\n\n```\n..***.......\n.*****......\n**...**..**.\n..*..**..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........\n.**.........\n**.......**.\n.**..***.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n...*.**...\n..**...***\n..*.....*.\n..***...*.\n..*..*****\n.**...*...\n**........\n**........\n.*........\n*.........\n```\n\n\n## Output without wrap\n\n```\n.......*..\n..*.*.*..*\n..*...*..*\n.*......*.\n.**...**..\n..*.....**\n....*.*.**\n.*........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n..*.*.*..*\n..*...*..*\n**......*.\n***...**..\n***.....**\n....*.*.**\n..........\n..........\n***.......\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n....*.\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n...*.\n**.**\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n...**\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n.....\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n.**\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n.......*...\n..*....*...\n***...*....\n.....***..*\n..***.*..*.\n**.*..*.*..\n...**.*..**\n....*......\n...........\n*......**.*\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n..*...**...\n.**..*.....\n....*..*...\n.****...**.\n.*....*.*.*\n..***..*.*.\n...***.....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n..*...**...\n***..*.....\n*...*..*..*\n*****...***\n**....*.*..\n*.***..*.**\n...***.....\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.*...\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n..*.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.*.*\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n....*.\n*...**\n.**.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n..*...\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n......\n.....*\n.**.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...**..\n.....*.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n*.......\n.......*\n**.....*\n*.**.*.*\n.**..***\n..**.*..\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n*.*.....\n..***.*.\n*.****.*\n.....*..\n...*.**.\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n........\n***.....\n*****...\n..*****.\n.....*..\n...*.**.\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n.**....\n.......\n.......\n*..*...\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n..*....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n*.****\n***..*\n***.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n......*.\n......**\n......**\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n.....*..\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n......*.\n.....*..\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.***.\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.****\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n...*.\n****.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*.*.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n*...\n****\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n.*.**\n....*\n.....\n..**.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n**.**\n**.**\n...**\n...*.\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n*..**\n...*.\n..**.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..*....\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..*....\n..*....\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.....*\n....**\n....*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*.*\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n...***\n...*..\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n.*..\n*..*\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n***.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n*...\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n..*.....\n...*....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n....*\n**..*\n```\n\n\n## Output without wrap\n\n```\n...**\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n.****..\n.......\n.......\n.......\n.......\n.***...\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n.****..\n..**...\n.......\n.......\n..*....\n.***...\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n.****..\n..**...\n.......\n.......\n..*....\n.***...\n**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**..\n..**.**..\n..**.**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..*...*..\n.*.....*.\n..*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...***\n***...***\n***...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..**\n..**\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n*...\n.*..\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n..***.\n..*..*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n..*.*.\n..*..*\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n..***.\n..*.*.\n..*..*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.**..\n*...*\n....*\n***..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.**..\n***..\n.*.*.\n*..*.\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.**..\n**.**\n...**\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..**.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*..\n.*.*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n......\n......\n......\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n......\n......\n.**...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.......\n...........\n.........**\n*.........*\n..........*\n...........\n......**...\n..*..***...\n...**..*...\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.........**\n.........**\n...........\n...........\n.....**....\n...*...**..\n...*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*.....\n..........*\n*.........*\n.*.......*.\n*.........*\n...........\n.....**....\n..*....**..\n..*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n.*...\n.....\n...*.\n**.**\n.....\n*....\n....*\n.*.*.\n**.*.\n..***\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..***\n..***\n**...\n.....\n.....\n**.**\n**...\n*..**\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n*.**.\n*.***\n.*...\n.....\n*...*\n.*.*.\n**...\n...**\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n.*.\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n...\n***\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*........\n...**......*.\n...**........\n..*.*...***..\n..*.*...**...\n.**.*....*...\n..*****...*..\n...*.*.......\n....**.......\n```\n\n\n## Output without wrap\n\n```\n...**........\n.....*.......\n..*..*...**..\n..*.**..*.*..\n..*.**.......\n.*......***..\n.*....*......\n..*..........\n....**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.....*.......\n..*..*...**..\n..*.**..*.*..\n..*.**.......\n.*......***..\n.*....*......\n..*..........\n...*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n*.*.*\n***.*\n*..**\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.**.\n*.*.*\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n*.**.\n.**..\n..**.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n*..*..\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....**\n*..*..\n...*.*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n.***.*\n****.*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n.....*\n*....*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.....*\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*...*\n****.**..\n*.*..***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.*....*..\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......***.\n*...*...****\n*..........*\n```\n\n\n## Output without wrap\n\n```\n............\n........**.*\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.........\n***.........\n***.........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n***.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*...\n.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n***.*\n**.*.\n*****\n**.**\n.****\n.*.**\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....***\n...*..*\n...*.*.\n....***\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....***\n...*..*\n...*...\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....***\n...*..*\n...*...\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n*...*\n*.*..\n....*\n*..*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*.*.\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*..**\n**.*.\n**.**\n*...*\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n*.**\n....\n....\n*.*.\n..*.\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n.*..\n..*.\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n...*\n....\n.*.*\n..*.\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n.....*\n..*...\n...*..\n***..*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n...*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.*...*\n......\n*..*..\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n*.*......\n**.....**\n.........\n......*..\n.........\n.....*...\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..\n.*.....*.\n.*.....*.\n.*.....*.\n........*\n.........\n.......*.\n*.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.\n......**.\n....***..\n......*..\n.***....*\n.**.....*\n**.......\n.*.......\n****.....\n```\n\n\n## Output without wrap\n\n```\n......**.\n......**.\n...*..**.\n..***.**.\n......**.\n..*......\n.........\n*........\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...***\n......***\n...*..**.\n..***.**.\n......***\n..*......\n.........\n.*.......\n*.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n.*..*.\n*....*\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n.***..\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.****.\n...*..\n**.**.\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*...*.**\n***.*******\n***********\n*.****.****\n.********.*\n*****.*.***\n```\n\n\n## Output without wrap\n\n```\n*..***.*..*\n...........\n...........\n*..........\n...........\n*.....*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*....\n.*....*\n..*....\n......*\n.......\n.*.***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n.......\n.......\n....**.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******.\n.**....\n*......\n.......\n....**.\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..**\n....\n....\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n...**\n*..**\n*...*\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n..***\n.....\n.....\n*...*\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.....\n.....\n**...\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n**.**\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n****.\n**.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**.**\n*****\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*.*\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...**..\n....*..**.....\n...*.....****.\n...*.*.*......\n...*.*....**..\n.*.*..........\n.*.*..........\n.*.*..........\n..............\n```\n\n\n## Output without wrap\n\n```\n....*...*.....\n....*....***..\n..**.....****.\n..*****.**.*..\n...**.........\n...*..........\n..***.........\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*.....\n....*....***..\n..**.....****.\n..*****.**.*..\n...**.........\n...*..........\n..***.........\n..............\n......*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n......*\n.......\n....***\n....***\n*...*..\n....***\n....***\n.......\n.......\n....*..\n....*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n......*\n....*.*\n...*..*\n...*...\n...*..*\n....*.*\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n......*\n....*.*\n*..*...\n*..*...\n*..*...\n....*.*\n.....*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**\n..**.*\n*...**\n***.*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*****\n*..*.*\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..\n**.....\n..*....\n.......\n.......\n..**...\n.*.....\n....*..\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*....\n.......\n.......\n.......\n..**...\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.*\n*.**...\n.......\n.......\n.......\n..**...\n.***...\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n.*.*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.*.**\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n***\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n*.**.*\n*.*.*.\n*.*.**\n*****.\n```\n\n\n## Output without wrap\n\n```\n.****.\n..*.*.\n*.....\n*..***\n.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.**.......\n...*....**\n....*..**.\n..........\n*.......*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..*.......\n..**...***\n.......***\n.......**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..*.......\n..**...***\n.......***\n.......***\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..**.*...\n****..*..\n**..*.*..\n**.*.**..\n....*..**\n...*.*...\n....*.*..\n.**......\n..*......\n.........\n....*.*..\n.....*.*.\n......***\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...**.**.\n*.**..**.\n.*..***..\n.....*.*.\n.....*.*.\n.*...*...\n.........\n.*.*.....\n.........\n.....**..\n.....*..*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n.....***.\n...**.*.*\n****..*.*\n.*..***..\n*....*..*\n.*...*.*.\n.*...*...\n.........\n.*.*.....\n.........\n.....**..\n.....*..*\n.....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n.*.\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*....\n*.....\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n***...\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n***...\n*....*\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n.....\n....*\n...**\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n.....\n...**\n...**\n.....\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n..*.*\n....*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*\n*....*.\n...**.*\n....***\n..*....\n..*..*.\n..*.**.\n..**...\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n.*.****\n......*\n....*.*\n..*...*\n.*....*\n.......\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n*......\n*...*.*\n*.*...*\n**....*\n.**...*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**....\n....*....*\n..........\n..........\n..........\n..........\n**.**.....\n*..***....\n```\n\n\n## Output without wrap\n\n```\n....**....\n....**....\n..........\n..........\n..........\n.**.......\n*..*......\n*..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n..........\n..........\n..........\n..........\n.**.......\n*..*......\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*....*\n..*.**....\n..***..***\n*.*..**...\n.*...***.*\n.*...**...\n*..***.*..\n```\n\n\n## Output without wrap\n\n```\n....**....\n.******.*.\n.***....**\n..*....*..\n*.......*.\n*.*.**....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n*.**..**..\n*.**....**\n*.*....*.*\n*.........\n........**\n...*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n.**.....\n..*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.**.....\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n...***\n*..*.*\n..*.*.\n.*..*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n.**.*.\n...*.*\n..**.*\n.**.**\n.*..**\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n*.**.*\n*.*...\n.****.\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....****\n.*.....*..\n.****....*\n.*.*.*...*\n**.***.*.*\n.****.*...\n*.**..*.**\n*.*.....*.\n***....*..\n```\n\n\n## Output without wrap\n\n```\n......***.\n**.*..**.*\n**.**...*.\n.....**..*\n*.......*.\n......*..*\n*...**..**\n*.......**\n*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..*\n.*.*..**.*\n.*.**...*.\n.....**..*\n........**\n......*...\n*...**..*.\n........*.\n..*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n....\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n.***\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.*.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n.*..\n**..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..*...\n.*.*..\n.*.**.\n*..*.*\n...*.*\n**...*\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n**.**.\n**.*..\n...*..\n*.**.*\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n..**..\n**.**.\n.*.*.*\n...*.*\n.***..\n....**\n.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........**....\n..............\n..............\n............*.\n............*.\n..........**..\n.......*......\n.............*\n........**..*.\n.............*\n*.............\n*.............\n*.............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n............*.\n...........*..\n..............\n........*.....\n............**\n..............\n..............\n**............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n............*.\n...........*..\n..............\n........*.....\n............**\n.............*\n*............*\n**...........*\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n.***\n.*.*\n....\n.*..\n....\n....\n..*.\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*.*\n.*.*\n..*.\n....\n....\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n..*.\n.*.*\n.*.*\n*.*.\n....\n....\n....\n...*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n..*.*\n*****\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n*...*\n*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.\n...*.**..\n.........\n.........\n.........\n.........\n.........\n....**.*.\n```\n\n\n## Output without wrap\n\n```\n....*.*..\n....*.*..\n.....*...\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.\n....***..\n.....*...\n.........\n.........\n.........\n.....*...\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n***.**\n***...\n```\n\n\n## Output without wrap\n\n```\n**.*.*\n....**\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n*.....\n...*.*\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....*.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n*...**\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**......\n.*.*.*......\n.****...*...\n.*.....**...\n..........**\n**........**\n.......**...\n.......*....\n**....**.*..\n**...*.*****\n```\n\n\n## Output without wrap\n\n```\n....**......\n****.**.....\n**.**.**.*..\n...**..*....\n***........*\n...........*\n........***.\n........*...\n**......***.\n**......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*..*..*\n...*.***..**\n...**.**.*..\n...**..*..**\n.**.........\n**..........\n*.......****\n*.......*...\n*.......**..\n.*..***....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..*..\n*..*..\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n......\n*****.\n****..\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n******\n****..\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.*..\n..****.***\n....*..*.*\n....**.**.\n...******.\n```\n\n\n## Output without wrap\n\n```\n.**.....*.\n.**.......\n.........*\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....**\n.**......*\n.*.......*\n..........\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n**.\n*..\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n**.\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n*..\n.**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n.**.*.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.***..\n**...*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.**\n*******\n.**.***\n.******\n**.****\n```\n\n\n## Output without wrap\n\n```\n*.....*\n*......\n.......\n.......\n**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*.**\n****.****.*\n***..**....\n```\n\n\n## Output without wrap\n\n```\n...**...***\n..*...*.*.*\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...******\n****.***.\n***..****\n*.**.*.**\n.******..\n...*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*....*\n*........\n.........\n*.......*\n.*......*\n...*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n.........\n.........\n.*.......\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n***.*\n***..\n****.\n.***.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.**.\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..***\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n......\n.....*\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**...*\n.*****\n******\n```\n\n\n## Output without wrap\n\n```\n**....\n...*.*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*.......*\n*.*......*\n..........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*.......*\n.*.......*\n*.........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*........\n*.*.*..*.\n....*.**.\n*.*...*..\n..*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n..*...*..\n..*..*.*.\n..*......\n..*..***.\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n*.*...**.\n*.*..*..*\n..*......\n..*..***.\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.*.\n..*..*.*.\n***...**.\n.**....**\n..**..*.*\n.****...*\n**..****.\n*.***..**\n**.*.***.\n******.**\n```\n\n\n## Output without wrap\n\n```\n....**...\n.**..*...\n**.*...**\n.........\n.......**\n.......*.\n.......*.\n.........\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n...*.*...\n...*....*\n.........\n.........\n.......*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.*.\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.....*\n*........\n*....*.**\n.*....**.\n```\n\n\n## Output without wrap\n\n```\n**.......\n*......**\n**.....**\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....**\n.......*.\n**.....*.\n..*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....\n*..*....\n.*.*..*.\n.*.*..*.\n.*.*....\n..**....\n.*......\n```\n\n\n## Output without wrap\n\n```\n***.....\n...**...\n........\n.....*..\n.*......\n.*.**...\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....\n...**...\n........\n.....*.*\n.*......\n**.*....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..**...**\n...***.**...**\n*......***....\n.*......**....\n.**...........\n.*............\n..*....***...*\n```\n\n\n## Output without wrap\n\n```\n..**.***....**\n..*.........**\n....***.......\n*.**..........\n........*.....\n***...........\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.....**\n...*.**......*\n*...***......*\n..**..........\n........*....*\n...*....*.....\n.**.....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..\n.*....\n**.**.\n****.*\n*****.\n*..*..\n*****.\n**.*..\n```\n\n\n## Output without wrap\n\n```\n.**...\n....*.\n...**.\n.....*\n......\n......\n....*.\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n....**\n...**.\n......\n......\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n***.**\n*..***\n*.*.*.\n**..*.\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n.*....\n*.....\n*.....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n......\n......\n.*....\n..*...\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***...*.*\n.*..**...*.*\n......*.....\n...****.....\n```\n\n\n## Output without wrap\n\n```\n....*.......\n..**.**.....\n...*..**....\n....***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***........\n.***........\n..******....\n..**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*\n..**...\n...*.**\n*.**...\n***.***\n..*....\n***.*.*\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.***...\n...****\n.*.....\n*......\n*...**.\n....*.*\n..*..*.\n..*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n...***.\n.*....*\n.......\n*...***\n....*..\n*.*..*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n*...**\n*.****\n```\n\n\n## Output without wrap\n\n```\n**..*.\n*..*.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*...\n..*......\n...**....\n...*..***\n***.*....\n.***.**..\n.**.*..**\n```\n\n\n## Output without wrap\n\n```\n.........\n...**....\n..***..*.\n.*...*.*.\n*...*....\n.....***.\n.*..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....*\n...**....\n..***..*.\n**...*.**\n*...*...*\n.....****\n....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n***\n**.\n.*.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n..*\n...\n...\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..*\n***.*.**\n.**..*..\n.**.**.*\n****.***\n*.***.**\n.*.*****\n********\n```\n\n\n## Output without wrap\n\n```\n..*.****\n*...*.**\n.......*\n.......*\n*.......\n*.......\n........\n**.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*.**\n........\n.......*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n...*\n...*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*..\n...*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n...*\n*.*.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...**....\n..*.*.***...\n**..*....*.*\n.....**.....\n............\n............\n............\n...*.***....\n.*.**..*.*..\n*..**....*..\n*.*..*...*..\n***...*...**\n```\n\n\n## Output without wrap\n\n```\n.**..**.....\n*.....*.**..\n.*****.*....\n....*.......\n............\n............\n.....**.....\n.....*..*...\n....**.*.*..\n.*..***.***.\n*..***...*..\n...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..**.*\n..*.....**.*\n******.*...*\n**..*.......\n............\n............\n.....**.....\n.....*..*...\n....**.*.*..\n....***.***.\n.**.....**.*\n..*..*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n****.*.*\n******.*\n```\n\n\n## Output without wrap\n\n```\n......*.\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n*.**\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n*...**\n*....*\n....**\n****.*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n......\n*.**.*\n*.**.*\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*..*.\n......\n..**..\n..**..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n*.*..\n**.**\n.*.*.\n**.**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n*..**\n.....\n...**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...*.\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.*..*\n.....\n..*..\n.....\n.....\n...*.\n....*\n.**..\n..*..\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.*.*.\n.....\n.*.*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.*.*.\n.....\n.*.*.\n...**\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n....\n****\n....\n.**.\n....\n....\n*.*.\n.*..\n.*..\n....\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n*.**\n.**.\n....\n....\n....\n***.\n***.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*.*.\n****\n****\n....\n....\n....\n***.\n***.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n...\n**.\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n***\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*.*\n.*.***....*\n.*.*.......\n*.*.*.....*\n..*.....*.*\n***.....*..\n......***.*\n....*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n...*.*.....\n...*..*....\n.***.*.....\n*.*........\n..**.......\n*.*....*...\n.**..**.**.\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..**..*\n*.**.**..**\n.***.*.....\n..*......*.\n..**.......\n..*....*..*\n..*..**.*..\n......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.....\n.*....\n......\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n*.*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**...*\n****.*\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n.**.*.\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*..*..\n*.*...\n..**.*\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*\n*..*.....\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n...**....\n...**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**..**\n*..*...**\n*...*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*....\n......**.*.\n*.......***\n......*.*.*\n...**.****.\n......*....\n.*****.....\n*.**.......\n```\n\n\n## Output without wrap\n\n```\n......***..\n.....*..***\n..........*\n.....**...*\n......*.**.\n......*.**.\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.**..\n.....*..*..\n..........*\n.....**...*\n......*.**.\n......*.**.\n....***....\n..**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n.****.\n.*.*.*\n.*.*..\n.*.*..\n.***..\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*...*\n**....\n**.*..\n**.**.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*...*\n.*....\n.*.*..\n**.**.\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...*\n.*..**.\n*******\n.*.*..*\n......*\n...*...\n*......\n...*...\n*..*..*\n..****.\n*.***..\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n.......\n*.....*\n**.*..*\n..*....\n.......\n.......\n.......\n.....*.\n.....*.\n.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*\n.......\n.......\n.*.*...\n*.*....\n.......\n.......\n*.....*\n.....**\n*....*.\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**********\n.*.*******\n*******.**\n****.*****\n**********\n***.*.***.\n***.*.**.*\n...*.*.***\n.*****.***\n**.**.*.**\n```\n\n\n## Output without wrap\n\n```\n**.......*\n..........\n..........\n..........\n..........\n..........\n*...*....*\n*.........\n**........\n**....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n....*.....\n..........\n.*........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****..\n.....*.\n...**..\n...**..\n...*.*.\n.*..*..\n...*...\n..*..*.\n....**.\n```\n\n\n## Output without wrap\n\n```\n...**..\n..*..*.\n.....**\n..*..**\n.*...*.\n.*...*.\n.....*.\n..*..*.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n..**...\n.....**\n..*..**\n.*...*.\n.*...*.\n.....*.\n...*.*.\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n..**.*..\n..****..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n...**...\n........\n..*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*..**\n..*.**\n......\n*.....\n**...*\n......\n......\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..***.\n....*.\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.*****\n******\n.*....\n.*..*.\n......\n**...*\n..***.\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**..\n**.....*...\n*..........\n*......**..\n**.........\n```\n\n\n## Output without wrap\n\n```\n.......**..\n**....*..*.\n*......**..\n*..........\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..\n**....*...*\n.......**..\n.........*.\n**........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*..**.\n*.*..****.*.\n****.**.*.**\n...*..*.*...\n***...**.***\n.****.*....*\n*.*......***\n.........**.\n```\n\n\n## Output without wrap\n\n```\n.....*.***..\n**..**..*..*\n...*...**...\n...***..*...\n...**.*...*.\n.....**....*\n......**.*..\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*....\n**..**.*.*.*\n...*...**..*\n...***..*...\n...**.*...*.\n.....**....*\n.*....*..*..\n***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n.***\n****\n****\n****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*....*.\n*..*...\n...**..\n*****.*\n**..*..\n*....*.\n.....**\n..***..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n*....*.\n*......\n....*..\n**..***\n...*.**\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n......*\n...*..*\n.....**\n......*\n....*..\n**..**.\n...*.**\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n**.***\n******\n****.*\n**.***\n******\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...*..\n...*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n..***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n......\n..**..\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n***...\n......\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.**.\n**..\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n..*..\n.****\n*...*\n*.*.*\n**...\n*....\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n.**.*\n*...*\n*..*.\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n.**.*\n.....\n...*.\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.*......*\n.*......*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......**\n.*......**\n..*....*..\n......*...\n..**.*....\n...*.*....\n....*.*...\n....*.*...\n.......*..\n..*******.\n..*....*..\n..*..*....\n**....**..\n```\n\n\n## Output without wrap\n\n```\n*.*.....**\n*.*....*.*\n...*..***.\n..*****...\n.*.....*..\n.......*..\n..***.....\n.....***..\n...****.*.\n.****...**\n.*..*.***.\n..*...***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*.*.\n.**....**.\n.*.*..***.\n..*****...\n.*.....*..\n.......*..\n..***.....\n.....***..\n...****.*.\n.****...**\n.*..*.***.\n..**......\n.***..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.********\n**.*..*..*\n.******.**\n```\n\n\n## Output without wrap\n\n```\n*.********\n*.........\n**.*******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**\n*..*.***\n..*.*..*\n..*.*...\n..*..*..\n..**.*..\n```\n\n\n## Output without wrap\n\n```\n....**.*\n..**.*..\n.**.*..*\n.**.**..\n.**..*..\n..***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n*.**.*..\n***.*..*\n.**.**..\n.**..*..\n..**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.**\n*.*\n*..\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n**.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n**.\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n**.\n**.\n...\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.***\n**.*\n*.**\n****\n****\n.***\n.***\n*.**\n****\n***.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..**\n**.*.\n*...*\n.***.\n..*..\n.....\n*...*\n.....\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.....\n*...*\n*...*\n.*.*.\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*....\n*..**\n.....\n*...*\n.....\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n...*\n...*\n....\n....\n.*..\n***.\n.*.*\n.*.*\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n***.\n*...\n...*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n***.\n...*\n...*\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n..*.\n.*.*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.*.*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n****\n**.*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........**\n*..........**\n*.....***..*.\n.....*....**.\n......**..*..\n........***..\n........*..*.\n.....*****.**\n.....***..***\n....*.*.***.*\n...*....*....\n...*...***...\n```\n\n\n## Output without wrap\n\n```\n...........**\n**.....*..*..\n......**.....\n.....*..****.\n......***....\n........*.**.\n......*....**\n.....*...*...\n....*........\n....*.*.*.*.*\n...**.....*..\n.......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.**.\n.*.....*..*..\n*.....**.....\n.....*..*****\n......***....\n........*.**.\n......*....**\n.....*...*...\n*...*........\n....*.*.*.*.*\n...**.....*..\n.......***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n.*.*\n..*.\n....\n....\n....\n....\n....\n*...\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*..*\n.**.\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n..*.\n....\n....\n....\n....\n....\n****\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*.*..\n.....\n..*..\n.....\n.....\n.....\n.*...\n...*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.*..*\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n**.*\n....\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*....\n......*.*....\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*.*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...**.\n..*...\n......\n...*.*\n...*.*\n...**.\n.*....\n.....*\n.*....\n```\n\n\n## Output without wrap\n\n```\n...**.\n..***.\n...*..\n......\n......\n..**.*\n..***.\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n..***.\n...*..\n......\n......\n..**.*\n..***.\n....*.\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********.\n****.*****.\n.***.**.***\n******...**\n*.*********\n***.*******\n.****.*.**.\n*******..**\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n.......***.\n.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.*.*.\n..*..\n...*.\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n..**.\n..**.\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n**.*.\n..**.\n..**.\n..***\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*****....\n.....****.*...\n.........**...\n.........**...\n.**......**...\n*.......**....\n*.......**...*\n..............\n*..*..........\n**.*..**.....*\n*.....**......\n....**.*......\n...**.***.....\n...***..**....\n```\n\n\n## Output without wrap\n\n```\n.....*...*....\n.....*....*...\n......**...*..\n........*..*..\n.*............\n*.............\n........**....\n..............\n***...........\n***...**......\n**..*...*.....\n...**.........\n.........*....\n...*.**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n.....*....*...\n......**...*..\n........*..*..\n.*............\n*............*\n*.......**...*\n*............*\n***..........*\n.**...**.....*\n**..*...*....*\n...**.........\n.........*....\n...*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n*..*\n....\n....\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.**\n....\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*..\n.......**\n.*.......\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.......*.\n**.....*.\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.*\n.*.....**\n......**.\n**...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........**\n............\n............\n............\n............\n............\n**.****...*.\n....*....*..\n..***.*..*..\n*........*..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n....**......\n...***......\n.*....*..**.\n...***..***.\n...*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........**\n............\n............\n............\n............\n....**......\n...***......\n.*....*..**.\n...***..***.\n...*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....**\n....**\n*...*.\n*...*.\n......\n***...\n*.*.*.\n*.*.*.\n*...*.\n....**\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*..\n..**..\n...**.\n......\n.*....\n*.**..\n*.*.*.\n*..***\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..**..\n*.**..\n...***\n*...*.\n**..**\n..***.\n*.*.*.\n*..*..\n**....\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*\n.**...\n*.*...\n.**...\n.*.**.\n..**..\n```\n\n\n## Output without wrap\n\n```\n**....\n...*..\n*..*..\n*.....\n.*..*.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**.\n...*.*\n*..*..\n*.....\n.*..*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..*\n****.*..*\n.*.**..**\n..******.\n..**..***\n**.*.*..*\n.********\n.*.*.**.*\n```\n\n\n## Output without wrap\n\n```\n*...**...\n*....**.*\n*.......*\n.*.......\n........*\n*........\n........*\n.*.*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n.....**..\n.........\n**.......\n.........\n.........\n.........\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*.*\n...**\n...*.\n.*.**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n..*.*\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n..*.*\n..*.*\n*....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n*...*\n**...\n***..\n..***\n..***\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n*....\n.....\n...*.\n....*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n**.**\n**...\n.....\n.....\n...*.\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n**.\n***\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n......\n......\n*...**\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.*.***\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*\n......\n.....*\n**.**.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n...**\n.*.**\n**..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*..*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n......\n......\n***...\n*.....\n*.*...\n......\n.....*\n.*...*\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n*.*...\n*.*...\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n**....\n..*..*\n..*..*\n**....\n......\n.....*\n**...*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n.....*.*......\n..............\n.....*.*......\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*...*\n*.***\n..**.\n.*..*\n*.***\n```\n\n\n## Output without wrap\n\n```\n**.*.\n*...*\n..*.*\n.....\n.*..*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n*.*..\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...\n...*..*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..***..\n..***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n........\n..*.....\n..**..**\n...*..**\n...*....\n....*...\n.....*..\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**....\n.....***\n......**\n........\n...***..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..**....\n.....***\n......**\n........\n...***..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n......***.\n.......*..\n........*.\n.......*..\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.......*..\n.....**...\n......*...\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.....**...\n......*...\n.......*..\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n****\n...*\n....\n....\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.***\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n****\n****\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*..*\n****\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n*...\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n...*\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.**...\n***...\n...*.*\n...**.\n*.*.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.*.*..\n.*.**.\n....*.\n....*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n..**..\n*..***\n**.***\n......\n**..**\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.*\n.******\n*......\n*.....*\n.****..\n...***.\n****.**\n.**.*..\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.......\n*.*.*.*\n*.*.*..\n*...*..\n*.**...\n*......\n**...**\n*.....*\n.*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n....*..\n***.*.*\n....***\n..**..*\n.......\n.......\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n....*\n.*.*.\n.....\n.*...\n.....\n..*..\n.....\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*...\n****\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n***.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n****\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n***.\n...*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n****\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..*.\n.*.*.....\n.***...*.\n***.*..**\n......*.*\n....*....\n...*...*.\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*.......\n....*..**\n*.....*.*\n.*.*.*..*\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.*.......\n....*..*.\n......*..\n.*.*.*..*\n.......*.\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n*.*\n***\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n...\n...\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n**.\n...\n...\n...\n***\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..*..\n.**..***...\n.**..*.*...\n.....*..***\n*.....*...*\n........***\n```\n\n\n## Output without wrap\n\n```\n....**.**..\n.**....*...\n*.........*\n.**.**.*.**\n......**...\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.....\n*.*....*.*.\n...........\n..*.**.*.*.\n.*.........\n*.....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n.......\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.*.*\n**...*..*.\n*..*..*.**\n..*.*...*.\n*..**...*.\n.**..*.*..\n..*.*..*..\n*.*...*..*\n*......*..\n**..*....*\n.......***\n```\n\n\n## Output without wrap\n\n```\n**.****...\n*......***\n*.....*.**\n.**.......\n.........*\n.***.....*\n.*****...*\n......*..*\n**....*..*\n**.....*.*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*..\n*.........\n*.....*...\n*.*.......\n..........\n****......\n*.****....\n**....*...\n*.....*...\n..*.**.**.\n**.*...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*..\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.........\n..........**.*\n..............\n*.........**..\n........*.*...\n.**.....*.***.\n..*.*...*.*..*\n***...........\n..*..*.....**.\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n............*.\n.........***..\n.*..........*.\n.***...**.*.*.\n*.........*.*.\n..*........**.\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....*...\n..............\n............*.\n.........***..\n.*..........*.\n.***...**.*.*.\n..........*.**\n*.*........***\n..*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...***\n.***.*****....\n***.......**..\n......***...*.\n.........*.**.\n*..*.*....***.\n...*.*.**.**..\n........*...*.\n......*......*\n.*.....*.*.*.*\n.....*.*.*.**.\n..*.****....**\n*......*....*.\n....***.....**\n```\n\n\n## Output without wrap\n\n```\n......**......\n.****.******..\n***.*.....**..\n...........**.\n......*.......\n.....*........\n.....**...**..\n......*...***.\n......*..***.*\n.......*......\n....**.**.....\n...*.*.**...*.\n.......*.....*\n......*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******......**\n.*.*..****.*.*\n*.*.*.....**..\n*..........***\n*.....*.....**\n.....*........\n.....**...**.*\n*.....*...***.\n*.....*..***..\n.*.....*......\n*...**.**...**\n...*.*.**.....\n.......**.....\n*.***.**....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n*****..\n*....**\n.****.*\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n**..**.\n*.....*\n.**.*.*\n.**.**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n....*..\n.......\n.**.*..\n.**.**.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.....\n.........\n*........\n*.......*\n.........\n.***.....\n..**.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.**......\n**.*.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n*.......*\n.........\n..*.....*\n**.*.....\n..***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n.*.*..\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.\n......*\n.**.***\n*.*..*.\n*.*.*..\n**.**..\n```\n\n\n## Output without wrap\n\n```\n.......\n*...*..\n*...*.*\n*.....*\n*...**.\n*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.*.....\n.*..*..\n*....**\n....**.\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.....**\n.......\n.***...\n****.*.\n*..*..*\n.***...\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n.*.*...\n**.....\n*......\n***....\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n...*...\n.......\n.......\n*.*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n...*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n...*.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n...*.*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.*..*.*\n.*.**..\n*..**.*\n*..*..*\n**...**\n*..***.\n.......\n.*.....\n.*.**.*\n```\n\n\n## Output without wrap\n\n```\n...**..\n.****..\n*..*...\n.......\n...*...\n......*\n*...*.*\n.*.**..\n...*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n*...***\n.*.*.**\n.*.....\n*..*...\n*......\n**..**.\n*..****\n....***\n*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n.**..\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**..\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*....*\n*....*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.*.*\n*.***.*..*\n*.**..***.\n***.*.**.*\n.**.*****.\n.*.*......\n*********.\n..*.*.*.**\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.*...*..**\n**......**\n........**\n..........\n.......***\n.....*..**\n.....*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n........**\n*......*..\n.........*\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n.....*\n....*.\n.**...\n***...\n.....*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n*...*.\n.**.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n..**..\n......\n*.*.*.\n***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n*..*\n*...\n*.*.\n**..\n.*.*\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n.**.\n....\n**..\n*...\n..*.\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n*.**\n**..\n....\n****\n**.*\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.***..\n*..*..*...\n*.....*.*.\n........*.\n..........\n*.......*.\n.*..****.*\n*......**.\n.******..*\n.*.*.*....\n.*...*..**\n```\n\n\n## Output without wrap\n\n```\n*.*.***...\n*.*.*.*...\n..........\n..........\n........*.\n.....*.**.\n**...*...*\n..*.*....*\n....*.**..\n*..*.**.**\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.*..\n.*........\n..........\n........*.\n..........\n*....*.***\n*....*..**\n*.*.*...*.\n....*.**.*\n.*...*....\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....****\n.....**.\n......**\n.*...*..\n.*..*...\n*...*...\n***...**\n```\n\n\n## Output without wrap\n\n```\n....*..*\n....*...\n.......*\n.....**.\n**..**..\n*.**.*..\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n....*...\n.......*\n*....**.\n**..**..\n..**.*..\n.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**..\n..***....\n..**.....\n.........\n.........\n.........\n.........\n.........\n.....**..\n```\n\n\n## Output without wrap\n\n```\n...***...\n..*.**...\n..*.*....\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n..*.**...\n..*.*....\n.........\n.........\n.........\n.........\n.........\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n.*...\n*.*..\n.**..\n..*..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n..*..\n*.*..\n..**.\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**...\n..*.*\n*.*..\n..**.\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n.....*\n......\n......\n*....*\n.*....\n.*....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n**.*\n*.**\n**..\n*...\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n...*\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...*..\n...**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n.**..\n..*.*\n**..*\n**..*\n*..*.\n*...*\n**...\n*.*..\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n*.*..\n*.*.*\n..***\n*..**\n*....\n*....\n..*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n..*.*\n..*..\n..**.\n...*.\n.....\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......**..\n......**..\n..........\n.....****.\n```\n\n\n## Output without wrap\n\n```\n..........\n......**..\n......**..\n.....*..*.\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*.\n......**..\n......**..\n.....*..*.\n......**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*.*.\n*.*.\n..**\n....\n**..\n....\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n.***\n.**.\n....\n***.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n.***\n****\n....\n.**.\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..**\n......**\n.*......\n..**....\n....*.**\n......**\n```\n\n\n## Output without wrap\n\n```\n......**\n......**\n..**....\n..***.*.\n..**.*.*\n....**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..**....\n..***.*.\n..***.*.\n....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**...\n...*....\n.*......\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n..*.*...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n.*...*..\n.*...*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n..*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**********\n**********\n***.**.***\n**********\n..********\n**********\n*******.**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*...*\n.....\n***..\n.....\n.***.\n*.*.*\n*.**.\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n****.\n*.**.\n*....\n.*...\n*..*.\n.***.\n*...*\n....*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*.***\n....*\n.*...\n*..*.\n*****\n*....\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n....**\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*..\n....\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n..*.\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..*...\n...*...*...\n...*...**..\n....***..*.\n......*..*.\n.....**.*..\n```\n\n\n## Output without wrap\n\n```\n...**......\n..**..**...\n...*.*.**..\n....***..*.\n....*...**.\n.....***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.**..\n..**..**...\n...*.*.**..\n....***..*.\n....*...**.\n....***.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*.****\n*.****\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n.*...*\n*.....\n*.....\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*.*\n..*.....**..\n..*.......**\n.*****......\n..****......\n.....*......\n..*.*.....*.\n*...**.....*\n*.***......*\n**.**.*....*\n....*.*....*\n...*.*..**..\n....*..*....\n*....****..*\n```\n\n\n## Output without wrap\n\n```\n........*.*.\n...........*\n.**.....***.\n.....*......\n.**..**.....\n..****......\n..****......\n.**.*.....**\n*.*......*..\n*.*......*..\n.**..*..****\n...***..**..\n....*....*..\n.....****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.....\n.**.....*..*\n..*.....****\n.....*......\n.**..**.....\n..****......\n.*****.....*\n.**.*.....*.\n..*......**.\n.**......**.\n..*..*..****\n...***..***.\n....*....***\n*....****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n..*\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.**\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n..*\n...\n*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n.****.\n*..***\n***.*.\n.*...*\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n.*....\n*.***.\n*.**.*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n.***..\n...*..\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*.*.*.**\n.....**......\n.............\n........**...\n...*.*.......\n*...*...*....\n**...........\n.*...........\n.....*....*..\n```\n\n\n## Output without wrap\n\n```\n.....**......\n.....**......\n.............\n.............\n.............\n**...........\n..*..........\n**...........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....***\n....***......\n.............\n.............\n.............\n**...........\n..*.........*\n.............\n**...*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.****.\n*.********\n*.*****.**\n******.**.\n********.*\n*****..***\n**.****..*\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n..........\n..........\n..........\n......*..*\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.*.\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.*.\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.******\n**.**.*****\n.*.*.*****.\n*.****..***\n.*...******\n*.****.*.**\n**.*.******\n********.**\n**.****.*.*\n.*.*.*****.\n*.*.**.*..*\n***********\n****..***.*\n```\n\n\n## Output without wrap\n\n```\n*..*.*....*\n...........\n...........\n*..*.......\n*..........\n*..*.......\n...........\n...........\n..........*\n..........*\n*.........*\n..........*\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...*.......\n...........\n...*.......\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n*..*\n*..*\n.***\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n***.\n..**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.**.\n....\n....\n....\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*....\n.*...\n.***.\n....*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.***.\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**..*\n**...\n****.\n....*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**..\n..........\n..**....*.\n..***.**.*\n*.**.***..\n.....*....\n..**..*...\n......**..\n```\n\n\n## Output without wrap\n\n```\n..........\n.......*..\n..*.*..**.\n..........\n.**....**.\n.*...*.*..\n.....***..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n.......*..\n..*.*..**.\n.........*\n.**....**.\n.*...*.*..\n.....***..\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n*.***\n***.*\n**.*.\n...**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*.*.*\n....*\n*....\n**...\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n.....\n.....\n.*...\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n**.*.\n..*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n*****\n.****\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n..*\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**............\n*..*..........\n..............\n*.........*...\n```\n\n\n## Output without wrap\n\n```\n**............\n**............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...........*\n**............\n..............\n**............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n**..\n```\n\n\n## Output without wrap\n\n```\n*...\n....\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n...........\n.*..***....\n*.***.....*\n...*.......\n...**......\n*.*.......*\n...........\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n....***....\n.******....\n.***.......\n.*.........\n..***......\n..***......\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.*..***....\n*.*****....\n*.**.......\n...........\n..***......\n..***......\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n***.*..\n.....*.\n...*...\n*..*.*.\n..*....\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n*.**...\n*.**...\n.****..\n.......\n..***..\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n*.**..*\n.****..\n......*\n..***..\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*.*.\n..*.\n*..*\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n..**\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n*.*.\n...*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*\n...*..*\n..*...*\n**....*\n.....*.\n.......\n.......\n*.*....\n```\n\n\n## Output without wrap\n\n```\n.......\n.******\n.*.*...\n.**..**\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****.\n.......\n...*...\n..*....\n.*...*.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*.*.\n*.**\n*.*.\n**..\n```\n\n\n## Output without wrap\n\n```\n.*..\n*..*\n*.**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..**.\n..**.\n..*.*\n**...\n***..\n*****\n...**\n..***\n...*.\n.**..\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*...\n.***.\n.....\n.....\n.....\n.....\n.....\n.***.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.*..*\n.*..*\n.**..\n*..**\n.....\n.....\n.....\n.....\n.***.\n.***.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n........\n..*.....\n***.*...\n...*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..**....\n.**.....\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n..**....\n.**.....\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*...\n.*..\n****\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n....\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**************\n***.****.*****\n**************\n****.*********\n**.***********\n**************\n**.****.*.****\n**************\n****.*****.***\n*.*.**********\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...**\n.***...*.\n*......*.\n*......*.\n*..****..\n**.***...\n*.......*\n.....***.\n.**...**.\n```\n\n\n## Output without wrap\n\n```\n.*.*...**\n****..**.\n*.*...***\n**..**.*.\n*.**..*..\n****..*..\n**.....*.\n.*...*..*\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n.***..**.\n*.*...**.\n**..**.*.\n*.**..*..\n.***..*..\n**.....**\n**...*...\n***..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*\n******\n..*..*\n***...\n.**..*\n```\n\n\n## Output without wrap\n\n```\n**..*.\n**...*\n....*.\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n......\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*..\n*..*.*.*\n....*...\n*.*...*.\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n.....**.\n.*.****.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..\n*....***\n**.****.\n.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n...*.*..*.\n......*...\n*.***.....\n*.**.*.*..\n.*.**.....\n....*...*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n...****...\n.*.**.*...\n.*........\n.....*....\n....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n..........\n...****...\n.*.**.*...\n.*........\n.....*....\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n..**.*\n**.***\n.**.*.\n**..**\n```\n\n\n## Output without wrap\n\n```\n..***.\n*....*\n*....*\n......\n******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********.*\n******.***\n******.***\n*..**.**.*\n*****.****\n***.*.*.**\n*.**.*****\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...***....\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*..\n..***..\n***..**\n*....*.\n***....\n.......\n....*.*\n....*.*\n.......\n**.....\n.*.*.*.\n.*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*...\n..*.*..\n....*.*\n*....**\n**.....\n**.....\n.......\n.......\n.*.....\n***....\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.*..**.\n....***\n.....*.\n.*....*\n.*....*\n.......\n.......\n*......\n..*...*\n.*...**\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n**....\n.*...*\n```\n\n\n## Output without wrap\n\n```\n.*....\n..*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**.**.*\n.**..****..**\n****...**.***\n**....*.****.\n*..*.*.*.....\n.*.**..**.*..\n*..**.*..***.\n.*.......*...\n**...***...**\n..**.*.***.*.\n```\n\n\n## Output without wrap\n\n```\n.............\n....**.......\n...*..*......\n..**..*......\n****.***..***\n...*.*.**.***\n...***.....**\n.......*.*..*\n*............\n******.****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.......\n*..*.*.......\n...*..*......\n..**..*.....*\n.***.***..*..\n...*.*.**.*..\n...***.....*.\n.......*.*.*.\n....****.*..*\n...*.*..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*.**\n**.*\n.***\n**.*\n.***\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n*...\n...*\n*...\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n*****.\n...**.\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n...*.\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...*\n.*.....*\n........\n........\n........\n..***...\n...**...\n..**....\n..*.....\n..**....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...*....\n...*....\n........\n........\n.*......\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.*.....\n........\n........\n...*....\n...*....\n........\n........\n.**.....\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n...*...*\n..*...*.\n.*....*.\n*......*\n...**...\n..*..*..\n.*...*..\n```\n\n\n## Output without wrap\n\n```\n........\n...*....\n..*...**\n.*....**\n........\n...**...\n..**.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n...*...*\n..*...**\n**....*.\n*......*\n...**...\n..**.*..\n.*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....\n****...**\n...****..\n***.*.*.*\n...**.*..\n.....*..*\n```\n\n\n## Output without wrap\n\n```\n..*......\n..*..***.\n.**..**..\n.*....*..\n.*..*.*..\n..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**.*.\n***..**.*\n..*..**..\n*.....*..\n...**.**.\n**...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n..**..\n*.*.*.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n*.....\n....**\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n*...*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*.*..\n....*\n***..\n.**..\n....*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*.*.\n*.**.\n*.**.\n*.**.\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n**.*.\n..***\n*.**.\n..**.\n**.*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*....\n.....*\n.**...\n*.....\n```\n\n\n## Output without wrap\n\n```\n.**...\n*..*..\n*.....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n...*.*\n.....*\n..*..*\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***\n.*..*.*\n*.*....\n.**..*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n**....*\n*....*.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**....*\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......*...\n.........*.*.\n***........**\n.............\n.**..........\n..........***\n*........*...\n```\n\n\n## Output without wrap\n\n```\n...........*.\n.*..........*\n**........*.*\n..........*.*\n..........**.\n............*\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**.*.\n**.......*.*.\n**........*..\n..........*..\n..........*..\n.*...........\n.*......**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n..*....\n...*...\n**.....\n*......\n.......\n*..*...\n*..*...\n...**..\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.**....\n**.....\n**.....\n.......\n.......\n..**...\n...**..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n..*....\n.**....\n**.....\n**.....\n.......\n.......\n..**...\n...**..\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..........\n...*..........\n...**..***....\n..****........\n```\n\n\n## Output without wrap\n\n```\n..**..........\n........*.....\n.....*..*.....\n..*..*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n........*.....\n.....*..*.....\n.....*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.*...\n***..\n...**\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*****\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n**...*\n*.....\n...***\n..***.\n**..**\n*....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n**...*\n..*..*\n.**...\n***..*\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*...*\n.*....\n..*..*\n.**...\n.**...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n.*.*.\n*.**.\n.****\n*.***\n**...\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.**..\n*.*..\n.....\n**...\n**...\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*...*\n.....\n.....\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n****\n....\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n**.**.\n*.**.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n**...*\n*.....\n*.**.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n*.....**.\n*.....**.\n*....****\n.....***.\n***....*.\n..*.....*\n.***.***.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.......*.\n.......*.\n**.......\n.*.....**\n**.....**\n*..*..*.*\n.**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*...\n..*......\n**......*\n**.......\n*.......*\n**......*\n...*..*..\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..**\n**.*\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n*.*.\n*...\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n*.**\n*.**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n..*.\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n.**..*\n**.**.\n.***.*\n**.**.\n.***.*\n**.*.*\n.**.*.\n..*.*.\n......\n......\n.*.*.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n....**\n....**\n.....*\n*...**\n.*....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***....\n..**.*...\n*.......*\n*..*.....\n.......*.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.**.*....\n..*......\n.****....\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*....\n*.*.....*\n*****...*\n*........\n........*\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*.*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n...\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.....\n.....\n.....\n*.***\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n....*\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n.****.\n*.****\n******\n```\n\n\n## Output without wrap\n\n```\n.**.**\n*.....\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........\n*....*.....\n...*...*...\n..****.**..\n.*.........\n...*.......\n........*..\n.*.........\n.*....*..*.\n..*..*.**..\n.*....**.**\n.....*.**..\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n..*..*..*..\n..*.***.*..\n...*...*...\n...........\n...........\n.......*...\n.**...**...\n.**..*.***.\n......*..**\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..\n......**...\n..*..*..*..\n..*.***.*..\n...*...*...\n...........\n...........\n.......*...\n..*...**...\n*.*..*.****\n......*..*.\n......*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n.*.......*..\n.........*..\n....**...**.\n.*.*.......*\n.**.*.*.*.*.\n...........*\n............\n........*...\n....*.*.*...\n.........*.*\n...*.*......\n*......*....\n.........**.\n```\n\n\n## Output without wrap\n\n```\n............\n.........*..\n........*...\n........***.\n.*.**....*.*\n.*.*......**\n..*.........\n............\n.......*....\n......***...\n........*...\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.*\n........*.*.\n........*...\n*.......****\n.*.**....*..\n.*.*......**\n..*.........\n............\n.......*....\n......***...\n........*...\n............\n............\n..........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n....*.....\n...*......\n..***...*.\n...**.....\n*........*\n*.......**\n...*....**\n..***.....\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..*.......\n..*.......\n..*.*.....\n........**\n..........\n..***...**\n....*.....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..........\n..*.......\n..*.......\n..*.*....*\n*.......*.\n..........\n*.***...*.\n....*.....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...*..**.*.\n.*.**.*..*****\n.*...**..**.**\n*.*....*.**.**\n**.*.**.*****.\n*..**.*.*..***\n```\n\n\n## Output without wrap\n\n```\n.***.****.....\n........*.....\n**............\n*.*....*......\n*.....*.......\n*****.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**....\n..**....*.....\n..............\n..*....*......\n..*...*.......\n...**.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n..****.\n*******\n*.****.\n*.**..*\n***..**\n****...\n.***.**\n**.*.**\n**.*.*.\n```\n\n\n## Output without wrap\n\n```\n.**...*\n.......\n*.....*\n*......\n*.....*\n....***\n.......\n.....**\n...*...\n**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*......\n.......\n.......\n....**.\n.......\n.....*.\n...*...\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**.**...\n**..*...*..*\n.*...*..*..*\n*........***\n.....****.*.\n...**.**..**\n*.....**.***\n*.....***...\n....**......\n...*.*.**.*.\n.*.***...*.*\n**.*.*******\n*..*.*...*..\n******......\n```\n\n\n## Output without wrap\n\n```\n.**..*****..\n*.*...*..*..\n.*****.****.\n....**......\n....**......\n....**......\n........**..\n........*...\n...**.......\n.***....***.\n*..**...**.*\n**......*.*.\n...**.*.*...\n.**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**...**\n..**.**..*..\n******.***..\n**..**......\n**..**.....*\n**..**.....*\n**......***.\n........*.**\n...**......*\n..**....***.\n.*.**...**..\n........*...\n*......*....\n......*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n.***....\n**.*...*\n.*.*...*\n*.***..*\n..*.***.\n..***.*.\n.*....*.\n*.....**\n*......*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.**...\n...**...\n......**\n........\n.....*..\n.*......\n...*....\n**...*..\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**\n..***.**\n...**.**\n*.....*.\n......**\n.*...**.\n......*.\n...*..*.\n.....**.\n.**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*.\n..*...\n....*.\n......\n....**\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...*.*\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*.*\n...*..\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.**......*\n*.*..*.....**\n.*...*....**.\n*..***.*..*.*\n..*...*.*.*..\n*.....*...*.*\n...*.****.*..\n***.....*.***\n.**.......*.*\n.*........*.*\n.**.......*.*\n.**.......*.*\n.**........**\n```\n\n\n## Output without wrap\n\n```\n...***.....**\n*.**.**...*.*\n****.*....*..\n.*****.*..*..\n.*.**.*...*..\n........*.*..\n*.*..**.*.*.*\n*..*..*.*.*.*\n..........*.*\n*........**.*\n*........**.*\n*..*......*.*\n.**........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.......\n..**.**...*..\n.***.*....*..\n******.*..*.*\n.*.**.*...*..\n........*.*..\n..*..**.*.*..\n...*..*.*.*.*\n..........*..\n.........**.*\n.........**.*\n...*......*.*\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*..\n*...**.\n..*..**\n.......\n.**.*.*\n.....**\n.*...**\n.*...**\n.*.*.**\n.*..***\n```\n\n\n## Output without wrap\n\n```\n...***.\n......*\n.*..*.*\n..***.*\n.....*.\n...*.*.\n*.**...\n**.....\n*.*....\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.*..*.*\n....*.*\n.****..\n.....**\n**.*.*.\n.***...\n.......\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n....\n....\n....\n....\n****\n**..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n..*.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n***.\n....\n****\n**..\n....\n..**\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.......*\n...*...*.***.\n....*..*.....\n**...*.*.....\n**....*.*....\n.*..*.*.*..**\n*....**.*...*\n........*.**.\n.....*......*\n```\n\n\n## Output without wrap\n\n```\n..***.....**.\n..*.....*.**.\n....*..*..*..\n**...*.**....\n..*...*.*....\n.*....*.**.**\n.....**.*.*.*\n.....***.*.**\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.....*.*\n..*.....*.***\n....*..*..*..\n**...*.**....\n..*...*.*....\n.*....*.**.*.\n*....**.*.*..\n*....***.*.*.\n*..**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n......\n*.....\n....**\n*..*..\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n*.*.*.\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...**\n*...**\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n..*...\n*.....\n*..*.*\n....*.\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n.....*\n.*..*.\n.*..*.\n*..*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*......*..*\n....****.*....\n.....*...*....\n.***..*.*.....\n..**.....*....\n**.*.*...*...*\n***.*...***...\n```\n\n\n## Output without wrap\n\n```\n....*.**.*....\n......*****...\n..*....*......\n.*.**.....*...\n**......**....\n*..*......*...\n.*.*.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*...**..\n....***.*.*...\n..*....*......\n...**.....*...\n........**....\n........*.....\n****...*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***\n.*.*....*\n.**.*....\n.*.*.....\n..**.....\n.*....*.*\n*......**\n*.....**.\n.*.****.*\n.*.***.*.\n```\n\n\n## Output without wrap\n\n```\n.......**\n***....**\n**.**....\n.*.**....\n**.*.....\n.........\n.........\n.........\n**.**....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...*.\n...*.*.*.\n.*.**....\n.*.**....\n...*.....\n.........\n.*.......\n.*.......\n*..**....\n*..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*...\n..**.\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.*...*.\n......*\n*.*...*\n...*...\n......*\n..**..*\n*.***..\n*****..\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n.....**\n.......\n.......\n.****..\n.**.**.\n*..*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.*.....\n**....*\n..***..\n..*.*..\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.\n..*...*.\n...*....\n.....*..\n........\n........\n.......*\n*....**.\n*....**.\n..***..*\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n......*.\n.......*\n.*.*...*\n.*..***.\n.**.**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n......**\n**....*.\n...*....\n....****\n.**.***.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n**.\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.....\n..*........\n**..**.**..\n*......**..\n...........\n*..*.......\n```\n\n\n## Output without wrap\n\n```\n...*.......\n..*...*....\n**....***..\n**....***..\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*......\n..*...*....\n**....***..\n**....***..\n...........\n...**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n*...\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n.**.\n.***\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n...*\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n..**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**....\n.*****....\n.**.**....\n```\n\n\n## Output without wrap\n\n```\n.*...*....\n*.....*...\n.*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...\n*.....*...\n*.....*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n..*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n**.**.\n*..***\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n**.**.\n***...\n*....*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n.**...\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.........\n..*......\n.........\n.........\n........*\n.*.......\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.*.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*...*\n.*.*.\n.*.*.\n*...*\n.....\n*..*.\n.**..\n.*...\n***..\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n**.**\n**.**\n.....\n.....\n.**..\n***..\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.*..\n.*.*.\n.*.*.\n*...*\n*....\n.**..\n***..\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..**..\n..*****...\n....*.....\n...**.....\n*.*.......\n******...*\n*.**.*...*\n*.**.....*\n..**.....*\n**..***.*.\n```\n\n\n## Output without wrap\n\n```\n.*....**..\n.*....**..\n..*.......\n...**.....\n*....*....\n*....*....\n*....*..**\n........**\n*....*..**\n.*****....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n.*....**..\n..*.......\n...**.....\n*....*...*\n.....*....\n.....*..*.\n........*.\n.....*..*.\n*...***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....****\n........*\n....*...*\n....**.**\n....*****\n.*..*..**\n*.**.....\n*.*..**.*\n**.....*.\n........*\n```\n\n\n## Output without wrap\n\n```\n.....**.*\n....*...*\n....****.\n...*.....\n...**....\n.*.....*.\n*.....*.*\n*........\n***...*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n*...*.***\n*...***.*\n*..*....*\n.*.**....\n.*.......\n......**.\n.*.......\n.*....**.\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........*\n..........\n..........\n.........*\n..*.......\n.*........\n..........\n*....*....\n***.....*.\n.........*\n.*...*..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n**........\n*.*.....**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*........*\n**........\n..*.....**\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n*.*..*\n......\n..**.*\n.***..\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n.**...\n......\n.*..*.\n**..*.\n*.....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n*.....\n......\n.*....\n..*..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..**..\n...***\n*.***.\n.*.*.*\n*.*.**\n.***..\n...*..\n.*..*.\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n**....\n***...\n**....\n**....\n**....\n***.*.\n..***.\n.....*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***\n.**...\n.**...\n**....\n*.....\n.....*\n.**..*\n.****.\n**....\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******.***\n**.**.**.*\n..**.*****\n**********\n..******..\n.****.****\n*********.\n****.*.***\n..**.*.*.*\n```\n\n\n## Output without wrap\n\n```\n*....*.*.*\n*.........\n..........\n.........*\n*.........\n*........*\n..........\n*........*\n...*...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*.........\n..........\n.........*\n..........\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......*...\n.**.*...*..*\n*.***.***.*.\n*.*..*.*..*.\n..*.**.**.*.\n..***...****\n```\n\n\n## Output without wrap\n\n```\n.*..........\n*.*.**..*...\n*...*.*.*.**\n..*.......**\n..*..*.*....\n..*.**.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..**...\n..*.**..*..*\n*...*.*.*.*.\n..*.......*.\n..*..*.*....\n.**.**....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..*..*\n..*..*\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*...*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n*..*.***\n*..*****\n```\n\n\n## Output without wrap\n\n```\n....**..\n...*...*\n...*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*..*....\n*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...**.\n*.**.*\n*****.\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n*....*\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n......\n..****\n*.....\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n..*...\n*****.\n.***..\n```\n\n\n## Output without wrap\n\n```\n..**..\n.**.*.\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n..........*.*\n..........*..\n..........*.*\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n...........*.\n.........**..\n...........*.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n...........*.\n.........**..\n...........*.\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**..**.\n...*.*.*..\n....*.....\n..*...*...\n...*****.*\n.**...*.*.\n....***...\n.*.*......\n```\n\n\n## Output without wrap\n\n```\n..***.***.\n..**.****.\n...****...\n......**..\n.*.**...*.\n..*.....*.\n.*.*****..\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..***.\n..**.****.\n...****...\n......**..\n.*.**...*.\n..*.....*.\n.*.*****..\n...*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n******\n******\n.***.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n*...*.\n*.....\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n**...*\n.*..*.\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*.**..\n**.*..\n.....*\n*.....\n.****.\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n...**.\n......\n....*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.***..\n.*.*.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..**\n**..\n.*..\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n*...\n***.\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.**.\n***.\n...*\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.**\n..**..*.\n..*...**\n.**..***\n.**...**\n.*.*..**\n```\n\n\n## Output without wrap\n\n```\n..**.***\n.***....\n........\n...*.*..\n*..*....\n.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n****....\n*.......\n...*.*..\n...*....\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*.*\n...\n***\n***\n...\n***\n***\n**.\n.*.\n..*\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n*.*\n...\n...\n...\n...\n.*.\n.**\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n****\n*...\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n*.*.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..**\n..*.\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n...*\n....\n....\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**..\n**.**..\n..*....\n..*.***\n..**.**\n.*.**..\n*.*.*..\n***.**.\n.......\n..*....\n.*..*..\n*.*.*..\n..*.**.\n****...\n```\n\n\n## Output without wrap\n\n```\n**.**..\n*.*.*..\n..*..*.\n.***.*.\n**...*.\n**.....\n*......\n..*.*..\n.****..\n.*.*...\n.***...\n..*.**.\n.....*.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n**...*.\n..*...*\n..**...\n.......\n.....*.\n.......\n*.*.**.\n.******\n.*.*...\n.***...\n*.*.*.*\n**.**..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n.*..*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**..*.**\n...**..*.**\n**.**..*.**\n```\n\n\n## Output without wrap\n\n```\n...**....**\n**...***...\n..***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***...\n.*...***...\n.*...***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n..*\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n****.\n****.\n.....\n..*..\n.....\n...*.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n....*\n*..*.\n...*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n.....\n*..*.\n...*.\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*....\n.*...**....\n.**...*....\n```\n\n\n## Output without wrap\n\n```\n.....**....\n**...***...\n.**..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....**...\n**...***...\n***...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n..*.*\n*.***\n*..**\n*.***\n*****\n.*.**\n*****\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*....\n..*..\n*....\n*....\n*....\n.....\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****......\n.*.**...*.\n..........\n..*.*.....\n.*.*......\n*...*..**.\n*...*.....\n*.*.......\n**.**...**\n....*.....\n```\n\n\n## Output without wrap\n\n```\n**.**.....\n*....*....\n....*.....\n..........\n*.........\n*.........\n*.........\n*...*.....\n*....*....\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****.....\n*..**.....\n....*.....\n..........\n..........\n.........*\n*........*\n....*....*\n***.**....\n....*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.*\n.........\n*......**\n*..*.****\n.........\n...*.**.*\n*..****.*\n*..*..*.*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....***.\n.....**.*\n........*\n.........\n..**...*.\n..***..*.\n..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.**.\n*...*.***\n.....**..\n**......*\n**.....*.\n****....*\n**.**....\n**.*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....\n**.*.*..\n...*.*..\n.**...**\n*******.\n**.**...\n*.******\n.**.....\n```\n\n\n## Output without wrap\n\n```\n**..*...\n**.*....\n*..*.*..\n*......*\n......**\n.......*\n*....**.\n.**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n**.*....\n...*.*.*\n.......*\n......*.\n........\n.....***\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n..*.*\n*.**.\n*.*.*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*..*\n..*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*.*\n.*.*.\n.*.*.\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n***..\n*...*\n...**\n..*..\n.***.\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n*.*.*\n.**.*\n.*..*\n**.**\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n****.\n..*..\n*****\n.*...\n.*.**\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n....**..\n....**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**..\n...*..*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******\n..******\n..******\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.***..\n***..*\n**..**\n**....\n..***.\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n...*.*\n.....*\n....**\n...*.*\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n..**\n***.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n.***\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n***.\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*\n..**..*\n..***.*\n```\n\n\n## Output without wrap\n\n```\n..**...\n.*....*\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*\n**....*\n**..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*........\n.***.......\n*...*...**.\n*....*..***\n*.....*.**.\n.*.....*...\n...*...*...\n....*.*....\n....**...*.\n....*...***\n...**..*..*\n..*.**.*..*\n.*..*.****.\n.***...*...\n```\n\n\n## Output without wrap\n\n```\n.***.......\n.***.......\n*.***...*.*\n**...*....*\n**....*...*\n......**...\n......**...\n...**.*....\n...**...***\n........*.*\n......**..*\n..*.......*\n.*..*....*.\n.***..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n.***.......\n*.***...*..\n**...*.....\n**....*....\n......**...\n......**...\n...**.*....\n...**...***\n........*.*\n*.....**..*\n*.*.......*\n**..*....*.\n.*.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n.**.\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.***\n.*..\n...*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n***.\n..**\n***.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.***\n...*\n*...\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n***.\n....\n*...\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n...**\n.....\n...**\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...**\n.....\n...**\n*.*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*....\n*....\n**...\n.*...\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*....\n*...*\n**...\n.*...\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n****..\n**..*.\n.*****\n*.****\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*.**.\n.****\n***.*\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*....\n.....\n..**.\n****.\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.....\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n*****\n*****\n.****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n.**\n*.*\n*..\n..*\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*..\n*.*\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n...\n...\n*..\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n.....\n***.*\n....*\n.**..\n.*...\n..*..\n.*..*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.*.*.\n*....\n***..\n*....\n*....\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*.**.\n.*...\n.....\n***..\n.....\n.....\n..*.*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..\n......*..\n*.....*..\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n......*..\n.....*.*.\n.........\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n....*...*\n....*...*\n....*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*......*..\n..............\n.......*..**..\n...*..........\n```\n\n\n## Output without wrap\n\n```\n..............\n..........**..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..........**..\n..............\n..........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n*...\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.**.\n*..*\n*..*\n*..*\n*..*\n*...\n*..*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n*..*\n....\n...*\n....\n..*.\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n****\n....\n.**.\n*...\n**..\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.**\n*....***.\n*****..*.\n*....****\n*....*.*.\n```\n\n\n## Output without wrap\n\n```\n.....*.**\n*.**.*...\n*.***....\n*.**.*..*\n.....*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**...\n..**.*...\n..***....\n..**.*...\n.*..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******...***.*\n******...***.*\n***..*....**.*\n```\n\n\n## Output without wrap\n\n```\n*....*...*.*..\n......*......*\n*....*...*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n......*.......\n......*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n...\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n.***...*\n.*.....*\n........\n........\n........\n........\n..*.***.\n..*.*...\n.*******\n```\n\n\n## Output without wrap\n\n```\n**......\n***.....\n**......\n........\n........\n........\n....**..\n....***.\n...*....\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n......**\n*.......\n........\n........\n........\n....**..\n....***.\n*......*\n....**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*.\n..*..**..\n..*..*...\n.*...*...\n*.....*..\n*......*.\n```\n\n\n## Output without wrap\n\n```\n......*..\n.**..**..\n.**.**...\n.*...**..\n**....*..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....**\n.**..**..\n.**.**...\n.*...**..\n**....*.*\n**....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.......*.....\n......**.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n......**.....\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n......**.....\n......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n...*..*\n....*.*\n*...**.\n.*.*.*.\n.***...\n```\n\n\n## Output without wrap\n\n```\n.......\n...*.*.\n...**.*\n...*..*\n**.*.*.\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*..*.**\n*..**.*\n*..*...\n**.*.**\n*..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**...\n..**..*...\n....*.*...\n*****.*...\n.**..**..*\n**.......*\n........**\n*......***\n.*....*...\n**.*.*....\n```\n\n\n## Output without wrap\n\n```\n.******...\n.**...**..\n....*.**..\n*...*.**..\n....***...\n***......*\n**.....*..\n.......*.*\n.**...***.\n***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...\n.**...**..\n....*.**..\n*...*.**..\n....***..*\n.**.......\n.*.....*..\n*......*..\n.**...***.\n*..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*.***.\n.*...*\n.*.***\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n*.***.\n**...*\n..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.***.\n.*....\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n............\n***.........\n***.........\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n.*..........\n*.*.........\n*.*.........\n.*..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n.*..........\n*.*.........\n..*........*\n**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n.*.\n**.\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n**.\n**.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......\n...*......\n..*.......\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..**......\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n.*..*.....\n....*.....\n.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.*.**\n*.*****.*****\n***..*****.**\n```\n\n\n## Output without wrap\n\n```\n.*...........\n*.*..........\n.*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...........\n..*........**\n..*.......*..\n..*.......*..\n.*.........*.\n**.......****\n............*\n**......*....\n.......*....*\n.......*...**\n.......**....\n.........**..\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n...*.........\n...*......*..\n.........***.\n.........*..*\n*.*.......*.*\n.........**..\n........***.*\n......***..**\n......*......\n......*....**\n.......*.....\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*.\n...*.......*.\n...*......*..\n*........***.\n*........*.*.\n.**.......*..\n*........***.\n*.......***.*\n......***....\n......*......\n......*....**\n.......*.....\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...**.\n...***\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*.*\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...*.*\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.****\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*...*\n*....\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..*.\n*..*\n.**.\n.*..\n...*\n..*.\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n...*\n***.\n*...\n..*.\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*...\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n.*..\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..**.\n....*..*\n....*..*\n....**.*\n*...*...\n*.*.*..*\n*..**.*.\n*...***.\n**..**.*\n..*.**.*\n..**..*.\n.*....*.\n*...**..\n*..*....\n```\n\n\n## Output without wrap\n\n```\n....***.\n...*...*\n..*....*\n..*...**\n......*.\n**....**\n**....**\n*......*\n**....**\n*......*\n....*.**\n......**\n**......\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.**.....\n..*.....\n.*....*.\n*.......\n.......*\n........\n........\n......**\n....*...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*..*.\n*..***\n.....*\n...***\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...*.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n...***\n....*.\n......\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***.\n*..**.*\n*.*.*.*\n*...**.\n.****..\n....*..\n```\n\n\n## Output without wrap\n\n```\n..*....\n.**..**\n*......\n*......\n.***...\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n*......\n.*.....\n.*.....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...*.\n....*\n```\n\n\n## Output without wrap\n\n```\n...**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...*.\n....*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*******\n*******\n****..*\n*..****\n*******\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n***...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n......\n......\n......\n.....*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n....*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n*....*\n...*..\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....*.\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*.*\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n...*...\n.*.....\n.**.*..\n*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n..*....\n.*.*...\n....*..\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.*\n*...*..\n.*.*...\n*....**\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.**.*\n..***\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.*..*\n..*.*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.*..*\n..*.*\n**...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.*\n.***..***\n...*.**..\n.......*.\n.........\n.........\n.........\n.........\n.*....***\n.*....*.*\n```\n\n\n## Output without wrap\n\n```\n.**...*.*\n.****...*\n...***..*\n......*..\n.........\n.........\n.........\n.......*.\n......*.*\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.****...*\n...***..*\n......*..\n.........\n.........\n.........\n.......*.\n......*.*\n.*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****\n..*..**.\n......*.\n.**.**.*\n```\n\n\n## Output without wrap\n\n```\n........\n..*.**..\n..***.*.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..*\n....*..*\n.**..*.*\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*\n.***.\n*...*\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n.***.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n..*..\n*****\n*****\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*....*\n......\n*.....\n...*.*\n*.....\n......\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*....*\n......\n*....*\n......\n......\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*\n*......\n.......\n...*...\n..**...\n*.***.*\n*.*..*.\n****.*.\n*.**.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..**...\n.*.....\n....**.\n*....**\n*....**\n*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n*.....*\n.......\n..**...\n.*.....\n*...***\n.....*.\n*....*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**\n........\n.....*..\n....*...\n......*.\n......*.\n........\n........\n........\n..*....*\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n........\n.....*..\n.....*..\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**\n......*.\n........\n.....*..\n.....*..\n........\n........\n........\n........\n***...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.\n.*.**.\n.*.**.\n.**..*\n....*.\n```\n\n\n## Output without wrap\n\n```\n***...\n....**\n....**\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n....*.\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..\n*.*...*.\n*.*.....\n*......*\n**..*...\n..*.*...\n...****.\n.....*..\n...*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n*.......\n*.......\n**.*....\n.**.....\n...*..*.\n...*....\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.*\n*.*....*\n*.......\n.......*\n**.*...*\n.**.....\n...*..*.\n...*....\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n...*.*....\n.....*....\n...**.....\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n...*.*....\n....*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....*.....\n...*.*....\n....*.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n***\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*\n*.......\n........\n........\n...*....\n...**..*\n..*.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...**...\n..***...\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.......\n........\n........\n...**...\n..***...\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n.**....\n.......\n.......\n...*...\n.......\n......*\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n**..\n.*.*\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n.*.*\n...*\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.*\n.*...**.*\n***..*..*\n.**..***.\n........*\n```\n\n\n## Output without wrap\n\n```\n.....**..\n..*.*...*\n*...*...*\n*.*..****\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*\n..*.*....\n....*...*\n..*..***.\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n...**\n.*.**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n..*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n*.*..\n*.*..\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n.**\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n..*\n*.*\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*.*...\n.*...*\n.*...*\n*.**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n***...\n**..*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n*.*..*\n.**..*\n.*..**\n*.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*....\n.....*.**..*.\n....*..*.*...\n........*....\n..*..........\n.*...........\n.*...........\n..**.........\n...*.........\n....*........\n..*..........\n...*......**.\n..*.....*....\n```\n\n\n## Output without wrap\n\n```\n.............\n.....*...*...\n......**.*...\n.......**....\n.............\n.**..........\n.*.*.........\n.*..*........\n....*........\n.............\n...**........\n..**.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.**..\n.....*...**..\n......**.*...\n.......**....\n.............\n.**..........\n.*.*.........\n.*..*........\n....*........\n.............\n...**........\n..**.........\n.......*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n**.**\n.****\n****.\n*..**\n*****\n```\n\n\n## Output without wrap\n\n```\n**..*\n*....\n.....\n*....\n.....\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*.*\n****.***\n.*******\n****.***\n********\n*.******\n***.***.\n********\n********\n****.***\n********\n```\n\n\n## Output without wrap\n\n```\n*..***.*\n........\n........\n........\n........\n........\n........\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n*.*.**\n**.*..\n.*....\n.*....\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*..**\n*.****\n*..**.\n.*....\n**....\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..***.\n...**.\n.*....\n**....\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n..***\n.....\n*.*..\n...*.\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..***\n.**.*\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n*..\n*..\n**.\n..*\n.*.\n*..\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n*..\n**.\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n*..\n**.\n..*\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n****.\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*..*.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*.**\n.....\n..**.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*...**.*.\n...*.*....*.*.\n...*.*....*.**\n```\n\n\n## Output without wrap\n\n```\n.........***..\n.........**.**\n...........***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....*.**.*.\n.*.....*..*.*.\n.*.....*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n*..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*....*.\n..*.....**....\n.........***..\n***......*.***\n**.....*...***\n```\n\n\n## Output without wrap\n\n```\n........*.....\n........**.*..\n..*........*..\n*.*.....**...*\n*.*.......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*...**.\n........**.*..\n*.*........*.*\n..*.....**....\n..*.....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....*...\n........****..\n.......*..*...\n.***....**....\n..**..........\n...*.*........\n```\n\n\n## Output without wrap\n\n```\n..........**..\n...*.......**.\n..**...*.**...\n.*......*.....\n.*..*.........\n..**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....**..\n...**......**.\n..**...*.**...\n.*......*.....\n..*...........\n....*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...***\n...***\n...***\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n..**..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.**.*\n*.**.*\n*.**.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*.\n*.*....**\n***....*.\n```\n\n\n## Output without wrap\n\n```\n......*.*\n..**..*..\n..**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**..*\n.*..**..*\n.*..**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n*......\n.......\n..**...\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..**...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n..**...\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n...*.\n****.\n*.*..\n.*...\n```\n\n\n## Output without wrap\n\n```\n...*.\n.****\n****.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n.....\n****.\n..**.\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.......***\n...*...***\n...*...*..\n**..**...*\n**..***.*.\n...*.*.*..\n........*.\n...*..***.\n...***....\n..........\n```\n\n\n## Output without wrap\n\n```\n........*.\n.......*.*\n......*..*\n...*..*..*\n*...*....*\n*..**....*\n.****.*..*\n....*....*\n...*....*.\n...*....*.\n...**.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.\n.......*.*\n......*...\n**.*..*..*\n*...*....*\n.*.**.....\n..***.*..*\n....*.....\n...*....*.\n...*....*.\n...**.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n*.*...\n*.*.*.\n******\n...***\n```\n\n\n## Output without wrap\n\n```\n.*....\n*..**.\n**....\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n*.*...\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n..*...\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n****\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.........\n.*......*...\n.....*...*..\n....**......\n.....**.....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....**......\n...*..*.....\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......\n............\n....**......\n...*..*.....\n....**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.\n........\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...*\n.**....*\n.****.*.\n........\n...*..**\n*.*.....\n*.....**\n***.....\n```\n\n\n## Output without wrap\n\n```\n.*......\n*..*....\n...*....\n....***.\n.....**.\n.*......\n*.*.....\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.*\n..***.**\n*..*....\n....****\n.....*.*\n**......\n..*.....\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n....\n....\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n..*.\n....\n....\n*..*\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n......\n*....*\n*....*\n***..*\n....**\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n*...**\n**...*\n.*.***\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*....*\n....*.\n.*....\n.*.**.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n.*...\n.*...\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.....\n***.*.....\n**..**....\n.*...*....\n```\n\n\n## Output without wrap\n\n```\n*..*......\n..*.*.....\n...***....\n**..**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.****....\n..*.*....*\n...***....\n.*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...***\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....**\n**.*..\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n*.****\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n..**..\n***...\n*....*\n.**...\n```\n\n\n## Output without wrap\n\n```\n..*...\n...*..\n.***..\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n**.*.*\n*.**.*\n.***.*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*******\n**.*****..\n**..**.*.*\n***.**.*.*\n*..**..*.*\n*****.**.*\n.******..*\n**..****.*\n.***.*.***\n**.*.*****\n*..****.*.\n*********.\n****.*.*..\n**.*.*****\n```\n\n\n## Output without wrap\n\n```\n****....*.\n.........*\n.......*..\n..*....*.*\n.......*.*\n*......*.*\n.........*\n*........*\n...*......\n*.........\n..........\n........*.\n.........*\n*..*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......*..\n..*....*..\n.......*..\n.......*..\n..........\n..........\n...*......\n..........\n..........\n........*.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*..*\n.*....*......\n*.**..***...*\n....*........\n*...*****.*.*\n*.**.**.*.*.*\n....**....**.\n....*....**.*\n```\n\n\n## Output without wrap\n\n```\n..*..........\n.*.*.*.......\n*......**....\n**.******....\n**......*.**.\n..*....*.*.*.\n....**....*..\n.....*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.****.\n...*....*****\n.......**...*\n...******....\n........*.***\n..*....*.*...\n*****....*..*\n*...**...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..........\n*.**.......***\n..**..........\n....*..**..*.*\n***.......*..*\n..**......*.**\n....*.....*..*\n*...*.........\n******........\n..**.*...****.\n....**.**....*\n.*****.......*\n*.**.....*.*..\n...******..*..\n```\n\n\n## Output without wrap\n\n```\n..**..........\n.*..*......***\n.***.......*.*\n...*......****\n.***.....**..*\n.***.....*....\n.**.......**.*\n.*........*...\n.*..........*.\n........*.....\n.............*\n......*.....**\n..**..........\n...****.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*..*.*\n.****.*....*.*\n.***.......*..\n...*......****\n.***.....**.**\n*.**.....*..*.\n*.*.......**..\n..........*...\n..............\n........*.....\n.*............\n.*....*.......\n*...........*.\n.....*....*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..**..\n......*...\n....*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......**..\n......*...\n.....*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n......*...\n......*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n***...\n******\n..*...\n.....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n*..*..\n......\n*...*.\n..*..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n......\n....**\n..*...\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n........\n........\n***....*\n*.*.....\n*......*\n*.......\n..*...**\n****...*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n*.*.....\n*.......\n*.......\n***...**\n*..*.*..\n.*.*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n**......\n**.....*\n*.*....*\n........\n*......*\n***...*.\n..*..**.\n****..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*.*.\n**..\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.*.\n*...\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*.**\n*...\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.*.\n...***.....\n*....*.*..*\n..*........\n..**.*.*...\n*........*.\n.....*.*...\n..*..***.*.\n*..***.**.*\n.*.***.....\n..*........\n..**..*.***\n..*.*..**..\n```\n\n\n## Output without wrap\n\n```\n...*.*.....\n..**.......\n.....**....\n.*...*.....\n.*.........\n..***......\n....*...*..\n......**.*.\n..*...****.\n***..***.*.\n**...**.**.\n.**....*.*.\n.**....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*.*.\n.....*.....\n.....**....\n.*...*.....\n.*.........\n..***......\n....*...*.*\n......**...\n.**...***..\n..*..***...\n.....**.***\n*****.*.***\n.***.**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n......*...\n*..*....**\n.**....*.*\n*..*...*.*\n.....*.**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**....***\n****...*.*\n.**....*.*\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n.........*\n***....***\n.***...*..\n***....*.*\n......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.....\n**........\n.....**...\n....**....\n*.....*...\n.*.****...\n**....***.\n.*.**.*...\n.*.*......\n..........\n.*...**...\n.*.....*..\n..*..*....\n```\n\n\n## Output without wrap\n\n```\n***.......\n***..*....\n....***...\n....*.....\n...*..*...\n.**.*.....\n**........\n.*.****...\n...**.....\n..*.......\n......*...\n.**..*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**......\n***..*....\n....***...\n....*.....\n...*..*...\n.**.*....*\n**........\n.*.****...\n...**.....\n..*.......\n......*...\n.**..*....\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n...*....\n..****..\n..**.*..\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n..***...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n..***...\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n**.\n**.\n.**\n**.\n*.*\n**.\n**.\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n..*\n...\n.*.\n**.\n.**\n*..\n***\n**.\n..*\n*..\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n*..\n.*.\n.*.\n.*.\n.*.\n.*.\n*..\n***\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n*..\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n***\n*..\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.....\n...*.\n.....\n.*...\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n.....\n.*...\n***..\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n***\n.**\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n.*.\n*..\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n*......\n.*....*\n.**...*\n*..***.\n**...*.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n**.....\n..*....\n.......\n......*\n.......\n..*...*\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n..*...*\n.*....*\n.*....*\n.......\n.....**\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n*..**.\n....*.\n**.***\n```\n\n\n## Output without wrap\n\n```\n*****.\n....*.\n***..*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..**\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**..\n........\n...***..\n........\n....*...\n...*....\n......*.\n...*.*.*\n***.**..\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...**...\n....*...\n........\n........\n..****..\n.*....*.\n*....**.\n.*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...\n....*...\n...**...\n....*...\n........\n........\n********\n........\n.....*..\n.*.*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n......\n*...*.\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*.....\n**..*.\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n....*\n.*..*\n..*..\n*..*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...*.\n.***.\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n...**\n*..*.\n*****\n..**.\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*****\n******.*.*\n***.*.*.*.\n.*.***.**.\n..**..**.*\n```\n\n\n## Output without wrap\n\n```\n.***.*.*.*\n*........*\n.........*\n*........*\n..**.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n*.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n.*.*.*\n**.*.*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.*.*.*\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n.*.*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*......**\n.*...*...\n*....*...\n**...****\n.****.*.*\n...*..*.*\n***...*..\n...***...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n**...**..\n*...****.\n*.**.*.**\n******.*.\n*...*.*..\n*.....**.\n.*.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..*\n*......**\n*....****\n....***..\n..**.*...\n..****...\n....*.*.*\n*.....***\n....*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n*****\n****.\n.*.**\n*****\n*****\n.****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n....*\n.....\n.....\n.....\n.....\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n*..\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n**.\n*..\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n***\n*..\n...\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*...\n....\n.*..\n***.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n*..*\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n*.*\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*.*\n**.\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n....\n...*\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.**\n.*....*..\n.*.**.*..\n.******.*\n.*..*.***\n.****.*..\n..*.*****\n..**.*..*\n****.**.*\n```\n\n\n## Output without wrap\n\n```\n****.***.\n...*..*..\n.....*.*.\n.......*.\n*........\n.........\n.........\n......*.*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..*..\n*..*..**.\n.*...*.*.\n.......*.\n.........\n........*\n*........\n.........\n.....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....\n.*..*...\n...*..*.\n.*.*....\n...**.*.\n..**..**\n```\n\n\n## Output without wrap\n\n```\n.***....\n.*..*...\n..**.*..\n...*....\n..*....*\n...*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..*\n*...**..\n..**.*..\n...*....\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*...\n**.....\n***....\n..*..*.\n**....*\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*.*....\n.*.....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*.....*\n**....*\n**....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..****...*.**\n****..*...**.*\n***...*..***..\n.*..*****.*...\n...***..*****.\n..**.****..*..\n...*..**.**.*.\n...***.*..***.\n```\n\n\n## Output without wrap\n\n```\n....****....**\n...*..**...*.*\n.......*....**\n...........***\n.*............\n..............\n...**....***..\n....*...****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n......**......\n*......*....**\n*..........**.\n.*...........*\n..............\n........*.....\n.......*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..**\n*..***..\n......*.\n*.***.*.\n...***..\n.....*..\n**..**.*\n```\n\n\n## Output without wrap\n\n```\n...*.**.\n...*...*\n.**.*.**\n..**.***\n..**....\n...**.*.\n....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n....**..\n***.*.*.\n..**.***\n.***..*.\n.*****..\n.*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n*....**\n*......\n*......\n.......\n.......\n.......\n...*.*.\n```\n\n\n## Output without wrap\n\n```\n....***\n....***\n**.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*...**.\n**.....\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*********\n*****.*.*\n*********\n********.\n*********\n*..******\n*********\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.........\n.........\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n**...*\n.*.*.*\n**.*.*\n....*.\n*..*.*\n.....*\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n..*..*\n*..*.*\n*..*.*\n.***.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....**\n..*..*\n**.**.\n.*.*.*\n****.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*...*\n****.\n..***\n**..*\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n*....\n....*\n**..*\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n.....\n.....\n.....\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n...\n.*.\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n...\n***\n...\n...\n***\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n***\n***\n***\n***\n***\n...\n***\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*.***\n.*.*.\n*.**.\n.**..\n**.**\n..***\n.*.**\n****.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*..*.\n*..*.\n.....\n...**\n.....\n**...\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n...**\n....*\n....*\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n**....\n......\n......\n......\n**...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n......\n*....*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n....\n....\n....\n*.*.\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n****\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n....\n****\n.*.*\n**..\n.***\n.*.*\n....\n....\n....\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.*.\n....\n..*.\n**.*\n..**\n...*\n..*.\n....\n....\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n....\n....\n*.*.\n*.*.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...***\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...*.*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n**..*\n***.*\n.*.*.\n.****\n```\n\n\n## Output without wrap\n\n```\n**...\n....*\n....*\n.....\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n.***\n*...\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n.***\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...\n.....*..\n...*.*..\n**......\n..*....*\n..*....*\n.*.....*\n........\n```\n\n\n## Output without wrap\n\n```\n....*...\n...*.*..\n..***...\n.***....\n...*....\n.**.....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*.*..\n.****...\n****....\n...*..**\n.**...**\n**.....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n.....*\n......\n....*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n.....*\n......\n....*.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.....\n*....\n....*\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...**\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n*..**\n*..*.\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n*.***\n*.***\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.****..\n**..*.*.*..*\n*..**.***.*.\n*.**..****..\n****.....**.\n*.*........*\n....**..**.*\n..*..*.*....\n.**....***.*\n```\n\n\n## Output without wrap\n\n```\n.***.....*..\n*.*.**....*.\n.....*......\n**...**..**.\n*....******.\n*.*.*.*.*..*\n*.....*.**..\n*........*..\n.*..*****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**....**.\n...***......\n.....*.....*\n.....**..***\n.....*****..\n***.*.*.*...\n......*.**.*\n.......**...\n.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n..*.*\n...**\n...*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n....*\n.....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n....*\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n.**.\n*...\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n*..*\n...*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n*.**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n*.*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.**.*.\n..****\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*....\n.....*\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n**....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*.\n.....**.\n*...*.**\n*....*..\n*....*..\n*....*..\n*....*..\n......**\n.*......\n.*.*....\n.**.*...\n..*.*.*.\n```\n\n\n## Output without wrap\n\n```\n........\n...***..\n....**..\n**.*....\n..**....\n**......\n....*...\n........\n.**.....\n**.**...\n...***..\n.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n...*.*.*\n**..**..\n...*....\n..**....\n........\n....*...\n*.....*.\n..*.....\n*..**...\n******..\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n.*......\n.*.*.***\n...*.*..\n...**...\n.*.*...*\n**.*****\n.*.*...*\n.*.*...*\n```\n\n\n## Output without wrap\n\n```\n........\n.....**.\n....***.\n.....**.\n..*.*...\n**..*.*.\n.......*\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n**...***\n....****\n.....**.\n..*.*...\n*...*...\n.*....*.\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.*\n....*.*.\n.***.*..\n.....*..\n**...*..\n.*.****.\n```\n\n\n## Output without wrap\n\n```\n.....**.\n..***.*.\n..**.**.\n*....**.\n***.....\n***.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n..***.*.\n..**.**.\n*....**.\n***.....\n.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n**.**.\n...***\n****.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n.....*\n.***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*.....\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..**..\n..**..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n..**..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n.*....\n.....*\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*....\n*...**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n**...\n.*...\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n***..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n***..\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..**\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n**...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..*..\n..***\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n..**.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*.*\n..**.\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******...**..\n......*..**..\n......**.....\n......****...\n*.......*.*..\n....**..*.*..\n..**.*..*.*..\n```\n\n\n## Output without wrap\n\n```\n.*****...**..\n.****.*****..\n.....*....*..\n......*..*...\n.....**...*..\n...***.**.**.\n...*.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.*..*.\n.****.*****..\n.....*....*..\n......*..*...\n.....**...*..\n...***.**.**.\n......*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....**.\n..*.***....\n***.*......\n*..........\n.....*..***\n```\n\n\n## Output without wrap\n\n```\n...***.....\n..*.**.....\n*.*.*......\n*........*.\n.........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..***.*\n..*.**.....\n*.*.*......\n*........*.\n........*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..........*.\n**....**...**.\n*.*......*....\n.*..*....***.*\n```\n\n\n## Output without wrap\n\n```\n**.........**.\n*.*.......***.\n*.*.....**.*..\n.*......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n..**..........\n*.**....**....\n*..*....*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n*......\n*.*..*.\n..****.\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n..*..*.\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**\n.*.....\n..*..*.\n.***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***.*\n..**..*.**\n.......***\n......***.\n..*...**..\n.***......\n..***.....\n........*.\n.**.**.***\n.*..*..**.\n....*.**..\n**..**....\n..*...*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*****.*\n...***....\n..........\n.........*\n.***..*.*.\n.*..*.....\n.*..*.....\n.*...*.***\n.******..*\n.**.*....*\n**.**.***.\n.*.**..*..\n.*...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....\n...***....\n..........\n.........*\n.***..*.*.\n.*..*.....\n.*..*.....\n.*...*.***\n*******..*\n***.*....*\n**.**.***.\n**.**..*..\n.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.**\n.*..\n.**.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n*.**\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n**.*\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*.*\n*..\n**.\n**.\n.**\n..*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n...\n...\n*.*\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.**.*\n...**.*.*..*\n..**.****.*.\n..**.*..****\n```\n\n\n## Output without wrap\n\n```\n....***.***.\n..**.......*\n............\n..**.*..*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.....\n*.**.......*\n............\n****........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..\n.......\n*.**...\n*...*.*\n.*.....\n..*....\n...*...\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.**..\n*..*...\n.*.*...\n..*....\n..**...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n.*.....\n...**.*\n...*...\n*..*..*\n.**....\n....*..\n..***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.*........**\n.*.......*..\n.*....*****.\n......***..*\n....*..*....\n....*.*.....\n....*.*.....\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n..........*.\n***....*...*\n......*...*.\n.....*....*.\n........*...\n...**.**....\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n*.........*.\n.**....*...*\n*.....*...*.\n.....*....*.\n........*...\n...**.**....\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*..*\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*....**\n***...**\n**.*..*.\n...**...\n....**..\n....**..\n.....**.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n***...**\n.....*..\n*..*****\n..**....\n........\n........\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.**...*.\n.....*..\n...****.\n..**....\n........\n........\n....***.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.**\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*.**\n..*.\n.*..\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n..**\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n..*.\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....*.\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..**..\n......\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n...**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.***\n*.*..\n**..*\n**..*\n.....\n...*.\n*....\n```\n\n\n## Output without wrap\n\n```\n****.\n*.**.\n*.*.*\n..**.\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..**.\n..*..\n..**.\n.*..*\n*...*\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**..\n***.\n.*.*\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n....\n...*\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n...*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.***..\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..*...\n***...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n***...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n*...\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.**.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n.*.*\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n...*....\n...*....\n*...**..\n**.**.*.\n....*.**\n.....**.\n.......*\n.*.....*\n..*.....\n.....*..\n......*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n...*....\n***..*..\n**.*..**\n...**..*\n.....*..\n.......*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n...*....\n***..*.*\n**.*..*.\n*..**...\n.....*..\n*......*\n*.......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n**...*\n.***..\n*.....\n****..\n......\n***...\n*.*...\n*.*...\n**...*\n....*.\n*.*.**\n..*..*\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.....\n..*...\n*.....\n***...\n...*..\n*.*...\n*.**..\n*.*...\n**....\n*..**.\n.*..**\n.*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n*....*\n..*..*\n*.....\n***...\n...*..\n*.*...\n*.**.*\n..*...\n**...*\n...**.\n**..*.\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n.**..\n*..**\n***..\n```\n\n\n## Output without wrap\n\n```\n*..*.\n.....\n*..*.\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n.*...\n.....\n...*.\n.**..\n..***\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.*..\n.*...\n.....\n.*...\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**...\n.*...\n.....\n*..*.\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n**.\n.**\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n**.\n.**\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*....\n..*..*....\n....*.....\n..*.*.....\n...*......\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n....*.....\n...*.*....\n...*.*....\n...***....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n...*.*....\n...*.*....\n...***....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*..**..\n.*.*.*.*.....\n.*..*.....*..\n.*.....***..*\n..*..*....*..\n..*....*..*.*\n.*.*.***...*.\n..*...**....*\n.*..*.*....**\n*.**...*.**..\n..*.*.*...**.\n........**..*\n```\n\n\n## Output without wrap\n\n```\n....***......\n****.**..**..\n**..*.**.*...\n.**.....****.\n.**...**..*..\n.*****.*..*..\n.*.*.*..*..**\n.****.......*\n.*...**.*.***\n..*.*.**.*..*\n.**....*...*.\n.........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...****.**..\n****.**..**..\n.*..*.**.*...\n***.....****.\n***...**..*..\n.*****.*..*..\n**.*.*..*..**\n.****.......*\n.*...**.*.***\n*.*.*.**.*...\n.**....*...**\n...*...**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n*......\n.*.....\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n**.*.\n.*..*\n**..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.****\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......**....\n......**....\n......**....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......**....\n.....*..*...\n......**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*...\n.....*..*...\n.....*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n.**..*\n.***.*\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n.....*\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.****\n***.*..*\n..******\n**.**..*\n```\n\n\n## Output without wrap\n\n```\n*.*.****\n*.......\n.......*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**.**\n.....\n*****\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n..***\n..***\n.....\n.***.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*.***\n.....\n*****\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.***\n**..\n*.*.\n**..\n*..*\n```\n\n\n## Output without wrap\n\n```\n..*.\n*.**\n*..*\n..**\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n.*.*\n....\n*.*.\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n........\n.......*\n*.......\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..**.*....\n...*..........\n..**..*....***\n**.**.****.*.*\n*..**..*......\n.*..**...***..\n........**.**.\n.**..******..*\n..*......****.\n*...**....**..\n...*.......***\n...*.....*.*.*\n.*....**.*..*.\n```\n\n\n## Output without wrap\n\n```\n..**..........\n.*..*.**....*.\n.*...**.*.**.*\n**....*.*.**.*\n*......*...**.\n...***...*.**.\n.**.*.......*.\n.**...**.....*\n..***..*....*.\n...**....*...*\n...*.........*\n..*.....*..*.*\n........*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..**......\n.*..*.**....*.\n.*...**.*.**.*\n.*....*.*.**..\n.......*...***\n...***...*.**.\n***.*.......*.\n.**...**.....*\n*.***..*....**\n...**....*....\n*..*.........*\n*.*.....*..*.*\n**.*..**.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n**.\n..*\n...\n*..\n...\n...\n..*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*****.\n*......*.**\n.*******...\n..*.*......\n**.**.....*\n...*.....*.\n*.**......*\n.*.*......*\n**.*......*\n...****....\n...*..*.*..\n.***.**.*..\n*..*...*.**\n```\n\n\n## Output without wrap\n\n```\n........***\n..........*\n.*...*****.\n*.***.*....\n**.........\n*****....**\n..***...*..\n**...*...**\n...*.*.....\n..*..**....\n..*........\n...*.**.**.\n...**.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....*.\n......****.\n.*...****..\n..***.*..*.\n*.........*\n..***....*.\n*.***...**.\n.*...*...*.\n*..*.*....*\n*.*..**....\n.**.......*\n.*.......**\n.....*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n....*\n*****\n*.**.\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n*...*\n.....\n**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.....\n.....\n.....\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*..**\n**..**\n```\n\n\n## Output without wrap\n\n```\n....**\n.***..\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.***..\n.***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n*.*.\n.**.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n.**.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n.***\n..**\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n..*.**\n.*.*.*\n****.*\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n...***\n..*...\n*....*\n*..*.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n..*...\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n***.**\n....*.\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n*.**.*\n*.*..*\n*...*.\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n....*.\n...**.\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...*.\n***..\n.**.*\n...**\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n*..*.\n.**.*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n*....\n.*.**\n.....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*.\n*.*.*.*\n.......\n.......\n....*..\n*...*..\n**.....\n.......\n.......\n.*..*..\n*....*.\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**\n.....**\n.......\n.......\n.......\n**.....\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.**..\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n.**..\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...\n.***...\n**..*..\n....*..\n.....*.\n......*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n....*..\n**..*..\n....**.\n.....*.\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n....*..\n**..*..\n....**.\n.....*.\n.....**\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.....\n*...*.*...\n....*.....\n.*........\n...*.*....\n.***.*....\n.**.......\n...**.....\n```\n\n\n## Output without wrap\n\n```\n...***....\n...*......\n....**....\n....*.....\n...**.....\n**........\n.*.*......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n....**....\n....*.....\n...**.....\n**........\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..*.*.....\n..*.*.....\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n......\n......\n...*.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*...\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..*.*\n.....\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n*.........\n***.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n..........\n..........\n**........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*****\n*...*****\n*....***.\n```\n\n\n## Output without wrap\n\n```\n**.**...*\n*..*.....\n....*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n...*.....\n...*.....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.**\n...\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*..\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n.**.\n.**.\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**.*\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n...*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n*..*..\n*.*...\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n*.....\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n...\n...\n...\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n*..\n...\n..*\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.****\n*********\n**.****.*\n*****.***\n**.******\n*********\n**.*.****\n*********\n******.**\n****.****\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n**.*\n.*..\n...*\n..*.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n*..*\n***.\n**..\n..*.\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n***.\n.*.*\n..*.\n*.*.\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..**\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n***.\n...*\n....\n....\n.*.*\n*..*\n.***\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*.**\n.**.\n....\n....\n..*.\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n****\n....\n....\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.**.****.\n.*....*.......\n***...*.*.****\n..*...*...***.\n**..*.*.*..**.\n```\n\n\n## Output without wrap\n\n```\n***..***..**..\n...*..*.*....*\n*.*..**..**..*\n..**..*.......\n.*...*.*..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*.***.*.\n...*..*.*.....\n*.*..**..**..*\n..**..*.......\n*...*.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*....**.\n........\n........\n........\n*....***\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n........\n........\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*......\n..............\n..............\n..*.*.........\n....*.......**\n*..........*..\n............**\n..............\n..............\n......**......\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n...........**.\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**......\n..............\n..............\n..............\n............**\n*..........*..\n............**\n..............\n..............\n......**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n.....*..\n...****.\n***.***.\n**......\n........\n**......\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n.***....\n...*.**.\n*.......\n........\n*.......\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n......*.\n*..*.*.*\n......*.\n*.....**\n.......*\n**......\n*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n..*..\n..*..\n....*\n.....\n.....\n*....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...*.\n...**\n*....\n*.***\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n....*\n.*...\n.*.**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...**\n.*...\n.....\n...*.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**.**\n*..*.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n**.**\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n**.*.\n*....\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n***\n...\n***\n..*\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n.**\n.**\n..*\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n..*\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n.....*....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.****..\n*.*.....**\n..*.......\n....*.****\n*****.*...\n.*.*......\n..........\n..........\n...**.....\n...***....\n..*.*.....\n```\n\n\n## Output without wrap\n\n```\n...*.****.\n..*..****.\n.*.*......\n....*.***.\n**..*.*.*.\n**.**.....\n..........\n..........\n...*.*....\n..*..*....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*****.\n*.*..*****\n**.*......\n*...*.****\n**..*.*.**\n**.**.....\n..........\n..........\n...*.*....\n..*..*....\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n*......*\n*...*..*\n..**....\n*.**...*\n*....*.*\n....*..*\n**...*.*\n*.*..*..\n***....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..**....\n.*..**..\n.*......\n**.....*\n........\n*.*****.\n*.**....\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n**....*.\n****...*\n....***.\n*......*\n.*....**\n.*....*.\n*******.\n..**.*..\n.*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*.\n*.*.**.*\n...****.\n********\n*.******\n```\n\n\n## Output without wrap\n\n```\n*.*.*.*.\n*......*\n*.......\n*.......\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*.......\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n......\n......\n...*..\n..***.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n......\n..***.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.***.\n.*.*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n*....\n**.**\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**.*.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.*...\n..*.*\n..*.*\n.***.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n....*\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n***..\n*...*\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*....\n.**...\n**.*..\n**...*\n......\n**....\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n.*....\n.*....\n.*....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n.*....\n......\n*.....\n....**\n*.....\n......\n.**...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.*..**\n*..**.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.***\n**.*.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**\n.*.**.\n**.*..\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*....\n*..*....\n**......\n*..*..*.\n..******\n..*.....\n..*...*.\n.*...**.\n...*.***\n*......*\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*.....\n...*....\n*..**..*\n*...*...\n*...*..*\n....***.\n.**.*...\n...****.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n...*....\n...**.*.\n....*...\n....*..*\n*...***.\n.**.*.*.\n....**..\n*...****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n.*****\n..**.*\n*....*\n.*.***\n.*.*..\n...*.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n..*.**\n.*...*\n.....*\n.*...*\n**.*.*\n...*.*\n*..*.*\n.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**...*\n......\n.*....\n.*.*.*\n...*.*\n...*.*\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n**.*\n..**\n..**\n*.*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n..*.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n**.*\n.*.*\n.*..\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.*\n********..\n.**.******\n**.******.\n.*.*******\n.*.**..*.*\n.******.*.\n**.*.*****\n..*...**..\n**.****.**\n****.*****\n....**..*.\n***.*...*.\n```\n\n\n## Output without wrap\n\n```\n*......**.\n.........*\n.........*\n*.........\n.*.......*\n**.......*\n..........\n*........*\n..........\n*........*\n*.........\n..........\n.*.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.*........\n.*.......*\n..........\n*........*\n..........\n..........\n..........\n..........\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.....\n.....\n*.*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.\n**.*..*\n....**.\n```\n\n\n## Output without wrap\n\n```\n***....\n***...*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.\n.**....\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.***.\n**...**..\n.....****\n```\n\n\n## Output without wrap\n\n```\n.**.**.*.\n.**.....*\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n***......\n***.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..**.\n..**.\n*..*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.*..*\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.*...\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....*.\n..***..**.\n*....*....\n..**.*.**.\n..*..**...\n....*..*..\n```\n\n\n## Output without wrap\n\n```\n..*....**.\n.****..**.\n.*...*....\n.***.*.*..\n..*..*..*.\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*...*.\n.****..***\n.*...*...*\n.***.*.*..\n..*..*..*.\n...*.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.***\n***.\n**..\n....\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n...*\n....\n...*\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*.**\n....\n....\n....\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.....\n**.*.\n.....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n...*.\n*....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*****\n.*...\n*.*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.....*\n..**..\n..*...\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n..*...\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.....*\n..*...\n.*..*.\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n********\n..*****.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n**......\n..*.....\n*......*\n..*.....\n**......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n**......\n**......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n*.......\n*.......\n*.......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n***.**\n.***..\n..*...\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n**.*..\n*.*.**\n.***..\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n...*..\n*.*..*\n..***.\n..*...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*..\n...\n***\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*..\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*.\n............\n............\n*...........\n*...........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n............\n............\n............\n**..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.****\n**********\n.*******..\n.*.*****.*\n.**...****\n```\n\n\n## Output without wrap\n\n```\n*...*....*\n.........*\n.........*\n*........*\n.****....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..........\n..........\n.........*\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.*..\n.*.*\n.***\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n**.*\n**.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n.*.*\n.*.*\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*.....\n*...**....\n*....*...*\n***..*....\n*..*.*....\n......****\n...****.**\n......*.*.\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..**.*....\n****......\n*..*......\n*..*......\n..*.**.**.\n...*.*..*.\n...***..**\n.....*.**.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.**...\n*.**.....*\n*..*.....*\n.*.*....**\n..*.**.*.*\n.*.*.*...*\n...***...*\n.....*.**.\n...*..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*.*.*.\n*......**...\n............\n**...**..**.\n*...*...*..*\n**..***.*...\n```\n\n\n## Output without wrap\n\n```\n.......*.*..\n......*...*.\n**....*.....\n**...**...*.\n....*.*.*.*.\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.....\n.*.........*\n.*....*.....\n.*...**.....\n**..*..**.**\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*...*\n.*..*.\n*..*..\n*.*..*\n*...*.\n*..*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*.*.\n*....*\n*....*\n*.....\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n...*..\n..*.*.\n*.....\n*.....\n*.....\n*....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n.**\n*.*\n***\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*..\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...***\n*....*..*....\n.....*.......\n...*.*..*....\n**.....*.**.*\n**.*......*..\n```\n\n\n## Output without wrap\n\n```\n....***......\n....*........\n.............\n....*.*.*....\n*.**.*.*...*.\n*.*.....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*...*.*\n*...........*\n............*\n*...*.*.*..**\n.***.*.**.***\n.*****..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.***.\n..*.*\n***..\n..***\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n*....\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n....*\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n...\n...\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n........\n......**\n....**..\n...*...*\n.**....*\n...****.\n.*.*....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n.....**.\n....**.*\n..***.*.\n..*..*.*\n.*.****.\n..**.*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.....**.\n....**.*\n*.***.*.\n*.*..*.*\n**.****.\n..**.*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n**..\n..*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*.*.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n..**\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*...\n...**....*\n..*.*.**..\n*..**..*.*\n**..*.*..*\n*.*.*....*\n...*....**\n```\n\n\n## Output without wrap\n\n```\n...*......\n..**.***..\n..*.*...*.\n..*..****.\n*.*.*...*.\n..*.**...*\n...**...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....\n....*.*...\n*.*.*....*\n*.*..***.*\n.**.*.....\n....**....\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..*..\n.....\n...*.\n.....\n.....\n.....\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n.....\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n.....\n.....\n.....\n.....\n.....\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n...**.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...******\n...**....\n.........\n.........\n.......**\n......*.*\n```\n\n\n## Output without wrap\n\n```\n...*.***.\n...*..**.\n.........\n.........\n.......**\n........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*.*\n...*..**.\n.........\n.........\n.......**\n*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n...*....\n...*....\n**.***..\n.......*\n*......*\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n...*....\n..***...\n**..*.*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n...*....\n*.***...\n.*..*.**\n*......*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n...**\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*..\n...**.*.*.**\n***..*...*.*\n..*..**.*...\n..*..**..*.*\n*...........\n*.**..**..**\n*.....***...\n*....**..*..\n```\n\n\n## Output without wrap\n\n```\n..*.**...**.\n.*..*..**..*\n.....*......\n...***...**.\n.*...*......\n.**.**..*...\n.*....*.*.*.\n.....**.*...\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.******.*..\n...*.......*\n.....*.....*\n...***...*.*\n**...*......\n*.*.**..*...\n*.....*.*...\n.......**.**\n.......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n............*\n............*\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n**.\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*..\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*....\n*...*.\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n...*..\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n...**.\n..***.\n*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n......*\n.......\n.....*.\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n........*\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n..*.*.*\n..***..\n.......\n.......\n.**...*\n```\n\n\n## Output without wrap\n\n```\n..***..\n.**....\n.**.**.\n...**..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*.*.*..\n.**.**.\n...**..\n..*....\n***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n*...*.*.\n*.*...*.\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n.....*..\n*.....**\n*.....**\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.\n*.....*.\n*.....*.\n*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n...*\n..*.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n**.*\n***.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n..*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.\n****.*\n**.***\n..**..\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n....**\n.***.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.....\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.***\n*.**\n*.**\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n*...\n*...\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*\n*...**...\n*.*......\n.........\n.*....*.*\n.......*.\n.........\n..*.*....\n..*...*..\n.*.*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n***......\n.........\n.........\n.........\n.........\n..*......\n.***.....\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.*......*\n..*.....*\n**.......\n........*\n.........\n.........\n..*......\n.***.....\n..*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*\n...*....*\n..*....**\n*.*.*..*.\n..**.....\n.**......\n.*......*\n..**....*\n.**......\n......*..\n```\n\n\n## Output without wrap\n\n```\n.........\n........*\n.**......\n.**....**\n..*......\n.........\n...**....\n.*.**....\n..**.....\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n*.......*\n*.*....*.\n..*.....*\n.**......\n**.......\n**.**....\n.*.**....\n..**.....\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n.**.\n.*..\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n**.*\n...*\n.*.*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.*\n**.***\n******\n****..\n******\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.****.\n********..*.*\n****......***\n.******..**.*\n*******.*****\n*.***..******\n**.******..**\n*..*...*****.\n.****.**.****\n***.****.***.\n**..****..*.*\n****.********\n*****.*******\n*.****.*.....\n```\n\n\n## Output without wrap\n\n```\n.......*****.\n.......*..*.*\n.............\n......***....\n.......*.....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n..........**.\n..........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......****..\n.......*..*..\n.............\n......***....\n.......*.....\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**...\n.**.......\n***.......\n*.**......\n...**.....\n..*.*.....\n..*.*.....\n...***....\n.*.......*\n*.........\n**........\n.....**...\n```\n\n\n## Output without wrap\n\n```\n.***......\n*.........\n*.........\n*...*.....\n.*..*.....\n..*.**....\n..*.......\n..****....\n....*.....\n*.........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******...\n*.........\n*.........\n*...*.....\n.*..*.....\n..*.**....\n..*.......\n..****....\n*...*.....\n.........*\n**........\n.**.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n....\n....\n....\n*..*\n.***\n*.**\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n...*\n....\n....\n*...\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n**.*\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.*.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*..\n.*.*\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*...\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n.*.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.***.*\n****.*****\n**.*******\n.*********\n****.***..\n..*.**.***\n****.*****\n*****..*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n........*.\n..........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...****\n**.******.\n**********\n****.*.*..\n**.*******\n```\n\n\n## Output without wrap\n\n```\n*****....*\n..........\n.........*\n..........\n*..*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n......\n......\n.*....\n.**...\n......\n..*...\n.*....\n..**..\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*....\n......\n.**...\n.**...\n.**...\n......\n.*.*..\n..*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.*....\n......\n.**...\n.**...\n.**...\n......\n.*.*..\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.\n...**.\n.....*\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n..*.*.\n......\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n....\n....\n....\n.***\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*..\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n....\n....\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n.*..\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.****\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n..*.\n...*\n.*..\n*...\n....\n*...\n*...\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*...\n.**.**.*..\n.....**...\n..........\n..........\n..........\n..***.....\n..*.......\n**........\n.*........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....*..*..\n....***...\n..........\n..........\n...*......\n..**......\n..*.......\n***.......\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n....*..*..\n....***...\n..........\n..........\n...*......\n..**......\n..*.......\n***.......\n**........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*.*.*\n....*\n*....\n.*.**\n*...*\n....*\n.*..*\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n...*.\n**...\n..*..\n..*..\n....*\n..*..\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n**.*.\n..*.*\n..***\n*..**\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*....\n**......\n..*.**.*\n```\n\n\n## Output without wrap\n\n```\n*.**....\n...*....\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..\n**...*..\n*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...***.\n.*.***.\n..*....\n.......\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...**..\n...*.*.\n.....*.\n...**..\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n...*.*.\n.....*.\n...**..\n...*...\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n..*..\n.**..\n**..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.....\n*.**.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.*..*\n...*.\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n....*\n*...*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n....*\n*..**\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n.......**...\n.......**..*\n*.........**\n*..........*\n```\n\n\n## Output without wrap\n\n```\n............\n.......*..*.\n.......*...*\n........*...\n..........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.......*..**\n.......*..**\n*.......*...\n...........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*.\n...*...*.\n...*...*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n...*...*.\n...*...*.\n...*...*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n**.......\n**.......\n**.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n.....\n.*...\n..*..\n*.*..\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n.***.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n..**.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n**....\n......\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.*....\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**...**.*\n**....*...*.**\n.*..***...**.*\n```\n\n\n## Output without wrap\n\n```\n.....**...*.*.\n**..*..*.*...*\n**...**...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n********.**...\n********.**...\n********.**...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.*...*\n.*.*.*\n...*..\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.**...\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n.**.**\n*.**.*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n**....\n......\n..*.*.\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n..*...\n***...\n..*...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..*..*\n***...\n..*...\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n....*\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n*..*.\n.*...\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*******\n*.......*\n...*.....\n****....*\n*..*.*.*.\n**.*.**..\n.*.**.**.\n```\n\n\n## Output without wrap\n\n```\n...**...*\n..*.....*\n*..**....\n**.*.....\n...*.....\n**.*.*.*.\n**.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n*.**.....\n...**..*.\n*..*....*\n...*.....\n**..*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.....\n...*.\n*...*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n*****\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.\n..***..\n....**.\n**.....\n.......\n******.\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.**.*..\n.***...\n..*..*.\n...***.\n..**..*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..****.\n.***...\n..*....\n...***.\n...*.*.\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*......*.\n....**...*...\n**......***..\n..*.....*....\n**.....*...**\n.**....***...\n..*...***..*.\n.*..........*\n......*...*..\n...*..*...**.\n.*.*.*.*.....\n```\n\n\n## Output without wrap\n\n```\n....**.......\n....**..**...\n..........**.\n.*.....*..**.\n.......*....*\n.........*.*.\n.*.......*..*\n..........*..\n.......*..*..\n....*.**..**.\n....*.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..**.**..\n....**.***...\n..........**.\n**.....*..***\n.*.....*....*\n*........*.*.\n.*.......*.**\n..........*..\n.......*..*..\n..*.*..*.*...\n..*.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n*....\n.*.**\n***.*\n*....\n```\n\n\n## Output without wrap\n\n```\n...**\n..*.*\n..*..\n.**.*\n.*..*\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*.**.\n.***.\n.***.\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...**..\n...**..\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n...**..\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n...**..\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n..*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**.**\n.****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**......\n.........**\n...*.*.**..\n.*........*\n.***.......\n**........*\n```\n\n\n## Output without wrap\n\n```\n...........\n...*....**.\n........*.*\n.*.**......\n...........\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n...*....**.\n*.......*.*\n**.**......\n..........*\n**..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.**\n...\n.**\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n.**\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n**.\n*.*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n.*.\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n*..*\n*.*.\n...*\n...*\n.*.*\n**.*\n*...\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n.***\n..**\n...*\n**.*\n**..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n***.\n*.**\n...*\n.*.*\n.*.*\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n......***\n*...*.*..\n*........\n*...*..*.\n.....**.*\n.........\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....***.\n.....**..\n**...*...\n.....***.\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n.....****\n*....**..\n**...*...\n*....***.\n.....****\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n**...\n***..\n.**..\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n***..\n.....\n.....\n...*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n.....\n...*.\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*\n..*...\n**...*\n.....*\n...***\n***.*.\n...**.\n****.*\n.....*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n.*....\n.*..*.\n.*.**.\n.*.**.\n...**.\n.***.*\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n..***.\n**....\n......\n*..*..\n*..*..\n...*.*\n****.*\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n.......**.\n..**.*.**.\n..**.**...\n..*.**.*..\n..........\n..........\n..........\n.......*..\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n......***.\n..**.*..*.\n.*......*.\n..*.**....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n......***.\n..**.*..*.\n.*......*.\n..*.**....\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.*.**..*\n..*...**...**.\n.**.........*.\n.*******....**\n...*...*....**\n.**....*.**...\n........*.*..*\n```\n\n\n## Output without wrap\n\n```\n.....*.**.***.\n.***.****.****\n....*.........\n.*..****...*..\n.....*.*...***\n..*....*.*****\n........*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.**..*\n.***.****.****\n*...*.........\n.*..****...*..\n.....*.*...***\n*.*....*.*****\n*.....**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n..*....\n.......\n.*.....\n......*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*****\n....**..**\n....**....\n...**.....\n*.***...*.\n*......*..\n..**...*..\n......*..*\n.....**..*\n...*.*....\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n......*.*.\n..........\n.***......\n.**.......\n...*.**.*.\n.........*\n....*...*.\n..........\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*\n........*.\n..........\n.***......\n***......*\n*..*.**..*\n..........\n....*...*.\n....*...*.\n....***.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n......\n......\n......\n**....\n.....*\n.**.*.\n*...*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n*.*...\n.*.***\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n*.....\n..*..*\n**.**.\n*..*..\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*..*\n**.*...*..\n*.*...****\n...*......\n```\n\n\n## Output without wrap\n\n```\n***.......\n*..**..**.\n.***..*..*\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n**.....***\n..***.****\n**...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n..*\n**.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*....*\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**....\n*...*.\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n.***\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.***\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n**....\n..*..*\n..*..*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n**....\n..*..*\n..*..*\n**....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***..\n**.***\n.**.*.\n**.***\n```\n\n\n## Output without wrap\n\n```\n**.*..\n*....*\n......\n**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.....*\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***..\n*..***.*.\n.......*.\n...**....\n*.*.*.*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.....*.*.\n...*.**..\n...*.....\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*.*\n*........\n...*.**.*\n..***..*.\n.**.****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.**.\n.**.\n..**\n*..*\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n..*.\n**..\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**..\n....\n....\n.**.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n...***\n*.**.*\n*.*...\n**.*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.****.\n..**..\n*.**..\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*..*..\n..**..\n.**.**\n.**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******.**.****\n..**********.*\n.*********.***\n*****.****.*.*\n***.***..***.*\n*****.********\n.***..**...***\n*.***.**.*.***\n*..********.**\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n..............\n............**\n..............\n..............\n..............\n.*.......**...\n.*.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n...\n...\n*..\n...\n...\n...\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*..**\n**..*\n.**..\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n*...*\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.*.*.\n.....\n..*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n....*.*...\n*...*.*..*\n..........\n*........*\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n.*.*........\n..*.*.....*.\n........*...\n.........*..\n......*.....\n.*...**.....\n............\n```\n\n\n## Output without wrap\n\n```\n............\n..**........\n..**........\n.........*..\n............\n.....**.....\n.....**.....\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..**........\n..**........\n.........*..\n............\n.....**.....\n.....**.....\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*..\n....**\n....**\n*...*.\n......\n..**..\n*.*..*\n*.*.*.\n***...\n...***\n******\n.*....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n....*.\n...*.*\n...*..\n....**\n...*..\n.***..\n..*.*.\n*.*...\n*.*..*\n.....*\n**...*\n**.**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*..*.*\n*..*..\n....*.\n...*..\n.***..\n*.*.**\n..*...\n*.*...\n......\n.*....\n.*.***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..**\n..**.*.*..\n*.....**..\n.....*.*..\n*.....*..*\n****..****\n```\n\n\n## Output without wrap\n\n```\n....*.**..\n...*......\n..........\n.....*.*.*\n*.*..*...*\n*.*...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*..\n*.........\n.....*.*.*\n*.*.**.***\n.**.***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n..**.*\n*...*.\n..***.\n....*.\n..**.*\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n.....*\n....**\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*..**\n*...**\n......\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**..\n....\n*...\n....\n...*\n.***\n*.*.\n....\n....\n....\n.*.*\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n....\n...*\n.*.*\n..**\n....\n....\n....\n....\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n**..\n....\n....\n*..*\n.*..\n*.*.\n....\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........*\n........*..\n.........*.\n........*..\n```\n\n\n## Output without wrap\n\n```\n...........\n.........*.\n........**.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n.........*.\n........**.\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....**\n*.....\n*.****\n**..*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.****\n*.....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.....*\n**....\n..***.\n*.....\n.*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n***\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*.\n.*.*..**\n.*.**..*\n****..**\n...**..*\n*.......\n**.....*\n```\n\n\n## Output without wrap\n\n```\n***...**\n.*.*****\n....**..\n**...***\n*..**.**\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.*.****.\n....**..\n.*...**.\n...**.*.\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*..*.\n.**.*\n.....\n.....\n*.*.*\n.**.*\n...*.\n.....\n.**..\n.....\n*..**\n*..**\n*..**\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.***.\n..*..\n.....\n.***.\n.*...\n.....\n..**.\n.*.*.\n..***\n*...*\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n*****\n*****\n.....\n*.*.*\n....*\n.....\n..**.\n*...*\n****.\n.....\n.**..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.**.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n...*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...**.....\n...*.*....\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..***.....\n..*.......\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....\n..........\n..*.......\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n..*...\n.*.*.*\n.*.*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.*.**.\n...*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n***...\n**.**.\n*..*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n*..*.\n.**..\n.*...\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*..*.\n*..*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n*..**\n*..*.\n*..*.\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.*.**\n**...\n....*\n.***.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..***\n*....\n**...\n*....\n**..*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n**.**\n*....\n.....\n****.\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n*..\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n.*.....*\n......*.\n.*.*....\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.....\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*......*\n*.*.....\n........\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.*.*\n.****\n**...\n..***\n***.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n....*\n*....\n....*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.**.*\n*..**.*.*\n***.*.***\n********.\n*..*..***\n```\n\n\n## Output without wrap\n\n```\n****.**..\n........*\n........*\n.........\n*..*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.*.***\n..****....*.*\n...**.******.\n****...**...*\n*..*****.*.**\n**..***...*..\n****.*..****.\n*.****.**.*.*\n```\n\n\n## Output without wrap\n\n```\n.**...*..**.*\n............*\n......*...*.*\n**..........*\n.........****\n............*\n........*....\n*....****.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.*..\n.............\n......*...*..\n.*...........\n.........***.\n.............\n........*....\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n...*\n*.*.\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n.**.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n***.**\n.***..\n```\n\n\n## Output without wrap\n\n```\n*.....\n*...*.\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....**\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*\n**....\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n.*........\n..........\n**..*.....\n...***...*\n*.*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n....*.....\n*....*....\n..*.......\n..*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**........\n**..*.....\n*....*...*\n..*.......\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*******.\n*..........*.*\n....*.......**\n..***.......**\n...**.......*.\n.*..*...*..*..\n*...**....**..\n.*.***....*...\n**........**..\n.**...**..**..\n...****.**....\n..**.***.**...\n```\n\n\n## Output without wrap\n\n```\n**.....******.\n**.....***...*\n....*......*..\n..*..*.....*..\n.....*.....***\n..........***.\n***......***..\n.***.*...*....\n*..****..*....\n*****.***..*..\n.*.........*..\n..**...*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..*......*.\n.*.....***....\n....*......*..\n..*..*.....*..\n.....*.....***\n..........***.\n***......***..\n.***.*...*....\n*..****..*....\n*****.***..*..\n.*.........*..\n.***..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n..*\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n..*..\n..**.\n**...\n*.***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n..**.\n*...*\n*.**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n..**.\n*....\n..**.\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n......\n......\n.....*\n*.....\n......\n.*....\n*..*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n.*...*....\n*....*....\n......*...\n.........*\n..*.......\n..........\n.*........\n.....*....\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*....\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....*....\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n.......\n.......\n..*...*\n.......\n......*\n.......\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.*.\n....\n....\n***.\n...*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n***.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n****\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n*...*.\n.*.**.\n*..***\n```\n\n\n## Output without wrap\n\n```\n...*..\n.*..*.\n***...\n..**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.*..**\n.**...\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n.....\n..***\n..*..\n.*.*.\n.***.\n..*..\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n.***.\n.*..*\n**.**\n**.**\n.*.*.\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n.***.\n**..*\n.*.**\n**.**\n.*.*.\n..*..\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.\n......\n******\n*.....\n```\n\n\n## Output without wrap\n\n```\n..*...\n*.....\n*....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n......\n******\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n...\n*.*\n**.\n**.\n***\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*.*\n...\n...\n.*.\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n***\n***\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n....*.\n......\n......\n......\n......\n......\n......\n......\n......\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n...........**\n...........*.\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n...........**\n...........**\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n...........**\n...........**\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...*.\n**...***.\n.....*.**\n.........\n....**..*\n.****.***\n**..**..*\n...*.****\n****.**.*\n......*.*\n........*\n..*..*.**\n**.***...\n.*.*****.\n```\n\n\n## Output without wrap\n\n```\n*.*....*.\n*...**...\n.....*.**\n....*****\n..*.***.*\n***...*.*\n**.......\n...*....*\n.***....*\n.**..**.*\n......*.*\n.***.****\n**......*\n**.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n....**...\n*....*.**\n....*****\n*.*.***.*\n.**...*..\n.*.......\n...*.....\n.***.....\n.**..**.*\n*.....*.*\n.***.****\n**.......\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n...*.*\n......\n......\n......\n......\n......\n......\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n*....*\n......\n......\n......\n......\n......\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*.*...\n..*..*\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.**...\n.*....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.........\n.....*.....\n**..***...*\n*.........*\n**..*......\n**........*\n**.....**.*\n**....*****\n...**....*.\n*....**.*.*\n.*.*.*....*\n```\n\n\n## Output without wrap\n\n```\n...........\n....***....\n**..***....\n....*......\n...........\n..*......*.\n..*...*...*\n***...*...*\n**..*......\n..**.**...*\n....***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*......\n....***...*\n.*..***...*\n....*......\n...........\n..*......*.\n..*...*....\n.**...*....\n.*..*......\n*.**.**...*\n.**.***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.****..\n.......\n..**...\n.......\n.......\n..**...\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.*..*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*..\n..**...\n.*..*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*..**\n.**.*\n..*..\n****.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*..*\n***..\n*..*.\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n...*.\n.***.\n.*..*\n.****\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*..*.\n*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...\n*....*\n*.....\n**....\n**.**.\n***...\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n*.....\n..*...\n...*..\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.....*\n......\n..*...\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.**.......\n.**.......\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n*.*\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*...*....\n*...**......**\n..*.....***...\n.*.**.........\n......**.....*\n........*....*\n.........*....\n.........*...*\n...*.....*....\n.*......***...\n.*......*..*..\n```\n\n\n## Output without wrap\n\n```\n**..**........\n*.**..*..*....\n.**..***..*...\n.***..**.*....\n......*..*....\n.......*.*....\n..........*...\n........*.*...\n........*.*...\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*****...*...*\n..**..*..*..*.\n..*..***..*..*\n..**..**.*...*\n......*..*....\n.......*.*....\n..........*...\n........*.*...\n........*.*...\n.**......*....\n.***.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**............\n..*...........\n..*..........*\n..............\n*.*...........\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**............\n.*............\n.*............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*..\n..*..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*..\n*.*.*...\n.*.*..**\n..*.***.\n.*...**.\n.***..*.\n.*...*..\n......*.\n...*...*\n.**.*.*.\n.**.....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n.*****..\n*..*****\n**....**\n**.*..**\n....**..\n***...**\n**....**\n..*.*...\n..*..***\n.**...*.\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.*.\n....*...\n........\n...*..*.\n....**.*\n.**...*.\n**....*.\n..*.*...\n***..***\n***...*.\n*......*\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n..**\n.***\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n....\n.*..\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n.*..\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n**...\n..*.*\n.....\n.**..\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n**.*.\n*..*.\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n.*..\n.*.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n*.*.\n....\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...**\n***.*.**.\n****.*...\n***..****\n****.****\n**.**.**.\n*...*****\n**..***.*\n**...**..\n```\n\n\n## Output without wrap\n\n```\n....*...*\n....**...\n.....**.*\n.........\n.........\n.........\n.........\n.*......*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n...****..\n.....**..\n.........\n.........\n.........\n.........\n.........\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n..*.*.\n......\n.**...\n..***.\n...**.\n.**..*\n.....*\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n..**..\n....*.\n......\n*.....\n**....\n.*.*.*\n...*.*\n.**.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n......\n......\n*.....\n.*....\n.*.*.*\n...*..\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n***.\n.*.*\n***.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.**.\n.*.*\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n.*.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..\n***...\n*.....\n......\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n**....\n*.....\n*.*...\n.**...\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*....*\n*.*...\n.**...\n...*..\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n...\n...\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****..\n*******.*\n****.*...\n.*****.*.\n.**..****\n*.**.*.**\n.*.***.**\n**.***..*\n....*..**\n*****.*.*\n.**.*****\n..***.*..\n.******.*\n*.*****.*\n```\n\n\n## Output without wrap\n\n```\n......**.\n.......**\n......**.\n.......**\n.........\n.........\n**.......\n.........\n**.......\n.......*.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**\n.......**\n......**.\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*......**\n*......**\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n*..\n...\n.*.\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.\n.**...***\n*......*.\n*........\n**......*\n.*..**...\n.*..**...\n.*...*...\n....**.**\n*.....*..\n....*****\n****..*..\n..*..****\n```\n\n\n## Output without wrap\n\n```\n.*..**...\n*...*.*.*\n*......**\n*......*.\n*.*......\n...*.*...\n*.**.*...\n.*...**..\n.........\n.....*...\n....*....\n.....**..\n.*.**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n*..*.*...\n*.......*\n*......**\n***......\n...*.*...\n*.**.*...\n.....***.\n**.......\n**...*.*.\n....*...*\n....*....\n..**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*....*\n.*****....\n..*.*.....\n*.*.**....\n.**.*.....\n..........\n....*....*\n```\n\n\n## Output without wrap\n\n```\n.*..**....\n.....*....\n..........\n..*.**....\n.**.**....\n...*......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n*....*....\n..........\n..*.**....\n.**.**....\n...*......\n*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n....\n....\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*....*\n.*....**.*\n**..**...*\n*.***.*...\n****.**...\n*..**.....\n**.****...\n..***.....\n....*.....\n```\n\n\n## Output without wrap\n\n```\n..........\n**...*...*\n**....***.\n.....**...\n..........\n**........\n***.......\n***.......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*..*\n....*.*...\n*.....****\n*....**...\n*........*\n.*.......*\n***.......\n***.......\n.*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***...\n.....*.*...\n.*....**...\n...........\n...........\n...........\n...........\n...*....*..\n*..**..*...\n*....**....\n......*....\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n......*....\n.....*..*..\n......**...\n...........\n...........\n...........\n...........\n...*..*....\n.......*...\n...*.......\n....*..*...\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*...\n.....*..*..\n......**...\n...........\n...........\n...........\n...........\n...*..*....\n.......*...\n...*.......\n....*..*...\n.....**....\n......*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*.*\n***\n***\n***\n..*\n...\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n...\n*..\n..*\n..*\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n..*\n...\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n..........\n..........\n......*...\n..........\n..*.*.....\n.*........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**......\n*.....**....*\n*..*.*...*..*\n*.*..******.*\n.*......*****\n...*..**..*..\n..**......*..\n...*...**....\n.*....**.....\n**....*....*.\n.*..........*\n..*.........*\n```\n\n\n## Output without wrap\n\n```\n.....***.....\n....*..*.....\n*...**...**.*\n*.*.****....*\n.**..*......*\n...*...**....\n..***.*.**...\n...*..***....\n***...*.*....\n***...**.....\n***........**\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***....*\n*...*..*....*\n....**...**..\n..*.****.....\n.**..*......*\n...*...**....\n..***.*.**...\n...*..***....\n***...*.*....\n.**...**....*\n.**........**\n*............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*\n..**.*\n.*.*.*\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.....*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n***.....\n.*......\n.**.....\n```\n\n\n## Output without wrap\n\n```\n*.*.....\n..*.....\n........\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n........\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***.*.\n...**.**.**\n**.*.**.***\n******.****\n*.**.**..**\n.******.***\n*******.*..\n**.*..**...\n**.***..**.\n```\n\n\n## Output without wrap\n\n```\n.****......\n*****......\n*.*........\n...........\n...........\n.........*.\n........*..\n....***..*.\n....*****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........\n*..*.......\n..*........\n...........\n...........\n...........\n........**.\n........**.\n.**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n...*.\n..*..\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n...**\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.****\n*****.***\n**..*****\n..*******\n***.*.***\n.********\n****.****\n***.**.**\n```\n\n\n## Output without wrap\n\n```\n*..*.*..*\n.........\n*........\n.........\n*........\n.........\n.........\n*...**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n....\n.**.\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n.**.\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n****\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***\n...*.*..\n......**\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n.....**.\n.....*..\n......*.\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n.....*..\n......*.\n........\n........\n........\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n*.*\n***\n*.*\n.**\n*.*\n***\n*.*\n**.\n.**\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n*..\n*.*\n*..\n*.*\n*..\n*.*\n..*\n*..\n...\n*..\n...\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n****\n**..\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n...*\n*..*\n*...\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n....\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n****\n....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....**\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******.\n*.**..*.*\n**.**.*..\n*.******.\n***..*..*\n..**.**.*\n..******.\n....**.*.\n...*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*...**..\n*....**..\n.........\n.........\n.......**\n.......**\n.........\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n**......*\n........*\n.........\n.........\n.........\n.........\n.***.....\n*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n.*.*\n....\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n..*\n*..\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*****\n.***.\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n*..\n*.*\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n*.*\n*..\n*.*\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.**.\n...*\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n.*..\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n***..*\n**..*.\n......\n```\n\n\n## Output without wrap\n\n```\n*.....\n..****\n*.*...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..***.\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n***\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n.*.\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**....**.\n......*...*.*.\n.....*...**.*.\n...***......**\n..*..*......*.\n.*.****......*\n```\n\n\n## Output without wrap\n\n```\n.....**...****\n.......*.*...*\n....*..*.**...\n....***.....**\n..*.........**\n..****........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.............\n.....*****....\n....*..*.**...\n....***.....*.\n***.*......*..\n****.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.****..*\n..*.*******\n**********.\n*****.*****\n```\n\n\n## Output without wrap\n\n```\n.**.*.....*\n*.........*\n*..........\n*.........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.**.*\n*.***\n..**.\n***..\n..**.\n.*.*.\n**..*\n*.*..\n..***\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n....*\n*...*\n.....\n*..*.\n**.**\n*..*.\n*.*.*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n....*\n*....\n.....\n....*\n*..**\n.*.*.\n...**\n..*..\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n.*....\n......\n......\n.*.*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.**...\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....\n......\n*....*\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n*.....\n.*...*\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*.\n.........\n.........\n.........\n.........\n.........\n*.......*\n.........\n*.......*\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n*.......*\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n....\n....\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...\n..*.*...\n***.*...\n........\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n..*.**..\n.**.....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**..\n..*.**..\n.**.....\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n*.*\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n..*\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n..*.**..\n..*.....\n*.**...*\n*..****.\n*.***.**\n..*...*.\n.*..*...\n```\n\n\n## Output without wrap\n\n```\n....**..\n...***..\n..*.*...\n..*..**.\n*.......\n..*....*\n..*.*.**\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n...***..\n..*.*...\n*.*..***\n........\n*.*.....\n*.*.*.*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*..**\n*....\n**.**\n...*.\n.....\n.....\n....*\n```\n\n\n## Output without wrap\n\n```\n..*..\n*..*.\n*...*\n*...*\n....*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*.*.*\n*....\n*....\n*..*.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n******.*\n********\n****.***\n********\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n.....\n.....\n.*.*.\n.....\n.....\n...*.\n....*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n*..**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.........\n.......*...\n...........\n..*........\n.*.*.......\n.*..**.....\n.*.........\n..*..*.....\n.....*.....\n..***......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n..**.......\n**.**......\n*..........\n******.....\n.*****.....\n...**......\n...**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*......\n...........\n...........\n..**.......\n**.**......\n*..........\n******.....\n.*****.....\n..*.*......\n.*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.**\n..*..**..*\n..**.*..**\n**..**...*\n***.......\n.**......*\n**......*.\n....****..\n.***.*.**.\n.....*...*\n.***.**...\n*..*.**...\n*****.**.*\n.*..*.****\n```\n\n\n## Output without wrap\n\n```\n....*..**.\n.**.*.....\n..*...****\n..*.*...**\n....*.....\n.**...**..\n****.***..\n*....*....\n..**.*.**.\n.*..*.***.\n.**.......\n*.*.......\n*.........\n**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*...**....\n..*...**.*\n..*.*.....\n....*.....\n.**...**.*\n.***.***..\n.....*....\n****.*.*..\n*...*.***.\n***.....*.\n***.......\n..........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.....*\n.*...*\n.*.*..\n..*...\n*.*.*.\n......\n......\n..**..\n..***.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*.*.\n.*....\n..*...\n.*.*..\n......\n......\n..*.*.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.....\n..*.*.\n**....\n..*...\n.*.*..\n......\n......\n..*.*.\n.*..*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*************\n*.******.****\n***..********\n***.*****..**\n*************\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n..*\n...\n.*.\n**.\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n.**\n.**\n.*.\n**.\n**.\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n..*\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n..*....\n..*....\n.......\n...*...\n...*...\n.......\n.......\n.......\n.......\n.......\n*....*.\n```\n\n\n## Output without wrap\n\n```\n.......\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...*...\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........\n.*..........\n............\n............\n*..........*\n*...........\n............\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n*..........*\n*..........*\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n...***.*\n.*......\n........\n........\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n...*..*.\n....*...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*.\n...*..*.\n....*...\n........\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n*****.\n*****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n******\n******\n******\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....**..\n.***.........\n......***....\n.....*****...\n```\n\n\n## Output without wrap\n\n```\n..**.........\n..**...***...\n..*..*...*...\n.....*...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******.**..\n..**...***...\n..*..*...*...\n.....*....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n*.*\n***\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n*..*.\n.....\n..**.\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n.....\n.*...\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n**...\n***..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n****\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n*.*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n.*.\n...\n*..\n...\n...\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n....\n...*\n.*..\n.*..\n.*..\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n*..*\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*.*.\n*...\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n*...*.\n.....*\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n**..*.\n*...*.\n*....*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n*.*\n***\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n...\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n..*.*..\n...*...\n.......\n.......\n.......\n.......\n.......\n***....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n***....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.........\n.......***..\n..****......\n.*..***.**..\n*..***......\n```\n\n\n## Output without wrap\n\n```\n............\n..**........\n.***........\n...*........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.*....\n.*..*.......\n.***........\n.*.*........\n*..***.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....*..\n.......\n.....*.\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n...........*\n.........*.*\n........*.**\n.........*..\n............\n```\n\n\n## Output without wrap\n\n```\n............\n..........*.\n.........*.*\n........*..*\n.........**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n..........**\n*........*.*\n*.......*..*\n.........**.\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n......**.\n.........\n.......**\n...*...*.\n..*.*....\n..*.*....\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n......*.*\n.......**\n...*...**\n..*.*....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n......*.*\n.......**\n...*...**\n..*.*....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n.*.\n...\n.*.\n...\n*..\n..*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....*.\n.***...*\n*..*....\n*....*.*\n....**.*\n****..*.\n..******\n```\n\n\n## Output without wrap\n\n```\n**......\n...*....\n*..**.*.\n.....*..\n*.****.*\n.*......\n....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n...*...*\n...**.*.\n*....*.*\n..****..\n**......\n....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n.*.**\n.*..*\n****.\n*..**\n***..\n```\n\n\n## Output without wrap\n\n```\n..***\n**...\n....*\n*....\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*...\n.....\n.....\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....*\n...*...**\n.......*.\n.**......\n*.*....**\n```\n\n\n## Output without wrap\n\n```\n.**....**\n...*..*..\n...*..*..\n.***...**\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.....\n.*.....**\n...*..**.\n****..**.\n...*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*..*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n***.\n***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.***.\n.**..\n***..\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.....\n*....\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n*..\n***\n.**\n*..\n*.*\n...\n**.\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*.*\n..*\n*.*\n.*.\n*..\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.\n...\n...\n...\n...\n***\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n.**.*.\n******\n.*.*..\n******\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n*.....\n*....*\n......\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n......\n.....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n...*...\n*.*.**.\n..***..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..***..\n.*...*.\n.*..**.\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n..***..\n.*...*.\n.*..**.\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*****\n...*.\n.....\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**.**\n**...\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n***.*\n***.*\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n...**\n.....\n.....\n*..**\n.....\n*.**.\n.....\n..***\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.***.\n...*.\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n...*.\n.....\n.....\n.*.**\n**...\n*.*..\n.....\n..*..\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*.\n..**..*\n*..*..*\n.*..**.\n..****.\n*.....*\n*....*.\n```\n\n\n## Output without wrap\n\n```\n..****.\n.*.****\n**.*..*\n**.*.**\n**.*.**\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*.**\n...*...\n...*..*\n...**..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n......*..\n*........\n.....*.**\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......**.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n......***\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n***..\n*.*..\n***..\n**...\n*....\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n.....\n..*..\n...*.\n..*..\n..*..\n*....\n*....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n....*\n..*.*\n...**\n..*.*\n..*.*\n.....\n....*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.**......\n...***......*\n*.**.......**\n***.......*.*\n**.......**..\n*.***.....***\n*****......*.\n...*.........\n...**....*...\n```\n\n\n## Output without wrap\n\n```\n....***......\n....***....**\n..........*.*\n.........**.*\n........**..*\n.........*..*\n..........***\n...........*.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*.....*\n.....**.....*\n..........***\n.........**..\n........**...\n.........*...\n..........*..\n.**..........\n.***.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*.*..*\n.........**.*\n....****.....\n..*.*......*.\n.**.**.....*.\n...*......*..\n............*\n.............\n```\n\n\n## Output without wrap\n\n```\n........*..*.\n.....*.*....*\n..*****..*.*.\n.*....*......\n....**....**.\n.**.**....**.\n...*.........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..*.\n.....*.*....*\n..*****..*.*.\n.*....*......\n....**....**.\n.**.**....**.\n...*.........\n.........**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.**...\n*.*..*..***.\n*.****.*....\n***....***..\n......*.*.**\n*****..***..\n**.......***\n*.***..***..\n.**......*.*\n.****..**...\n*...*.......\n```\n\n\n## Output without wrap\n\n```\n**....***...\n*...**...*..\n*.......*.*.\n.*.**....***\n..*.***..**.\n............\n.***........\n..........*.\n**.......**.\n*..*.....*..\n.*.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...**..*\n*..*.....*..\n*.......*.*.\n**.**....*..\n.**.***..***\n............\n..**........\n............\n.........*..\n....*....*..\n...*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...**.\n...**.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...**.\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...**.\n..*...\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****\n.**...*\n*.**...\n*****.*\n.**..*.\n**..**.\n*...***\n*....*.\n******.\n```\n\n\n## Output without wrap\n\n```\n.******\n*.....*\n*...**.\n*...**.\n......*\n*.**...\n*.....*\n*.*....\n******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n....**.\n....***\n.......\n..**...\n.......\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...**.\n***....*.*\n*......***\n*.*...**..\n***...****\n.*.....***\n*.*.*....*\n**.*....**\n........*.\n.......*..\n.*...**.*.\n.**..**.**\n```\n\n\n## Output without wrap\n\n```\n*..*...**.\n*..*..*..*\n*.*......*\n*.*.......\n*.*......*\n...*..*...\n*.**...*..\n****....**\n.......***\n......***.\n.**..*..**\n.**..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n...*..*...\n..*.......\n..*.......\n..*.......\n...*..*...\n..**...*..\n.***....*.\n*......**.\n......***.\n***..*..**\n...***...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***....\n*...*....*\n......*..*\n......*...\n.....*..*.\n..*.*.....\n..*.....*.\n..*..*..*.\n.***.*.**.\n...*.*.***\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n...*......\n.....*....\n....**....\n....**....\n..*.......\n..**......\n.*.***....\n..**.***.*\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.**.*.\n.*.*..*...\n*....*..**\n....**....\n....**....\n..*.......\n..**......\n**.***....\n*....*.*.*\n*.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n**.\n...\n**.\n*..\n***\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n**.\n...\n**.\n..*\n**.\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n*..\n***\n...\n***\n...\n***\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n.**\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n..*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..***..\n...*.**.....\n.*.******...\n.*.........*\n.*.**......*\n.**......***\n....***....*\n```\n\n\n## Output without wrap\n\n```\n....*****...\n...*.*......\n......***...\n**....**....\n............\n***.......**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.**...\n.......*....\n......***...\n.*....**....\n.*..........\n....***...**\n*.*.*****..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n*.*.*.*\n...*...\n.......\n*......\n.*....*\n*.*.*.*\n..**.*.\n*****..\n.*.**..\n...*..*\n*..****\n```\n\n\n## Output without wrap\n\n```\n...***.\n....*..\n...*...\n.......\n.......\n**...*.\n..*.*.*\n*....*.\n*....*.\n**...*.\n......*\n...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n....*.*\n...*...\n.......\n*......\n.*...**\n*.*.*.*\n.....*.\n*....*.\n.*...*.\n......*\n*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n.*.**\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n..*..*...\n...**....\n...**....\n```\n\n\n## Output without wrap\n\n```\n...**....\n..*..*...\n..*..*...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n..*..*...\n..*..*...\n..*..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n.*.*..\n*..**.\n*.....\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n......\n.**.*.\n.*..*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n......\n.**...\n.*....\n.....*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*........\n.*.......\n..*......\n*........\n*........\n......*.*\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.......\n.*.......\n.*.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.*.......\n.*.......\n.*.......\n*.......*\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.**\n..***\n**.*.\n*...*\n**.**\n**.**\n*****\n```\n\n\n## Output without wrap\n\n```\n***..\n..*..\n.....\n**...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n**.\n...\n*..\n***\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n..*\n..*\n*..\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*..\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n....*......\n.....*.....\n...........\n....*..*...\n...........\n.*.........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..**\n.....\n..*..\n.*..*\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n*..*.\n...**\n.....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..***\n**.**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n...*.\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n.....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n........\n........\n........\n.*.....*\n..*...*.\n..*...*.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.**...**\n.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***\n....*.*\n**..*..\n.*...*.\n**....*\n.......\n.......\n*******\n*...*..\n*****.*\n....***\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n.*.**.*\n..*.*.*\n**..*..\n..*..*.\n**.....\n.......\n.*****.\n******.\n......*\n***...*\n......*\n...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*.*\n..*.*..\n**..*.*\n..*..*.\n**....*\n*......\n*******\n*******\n.......\n.**....\n......*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**..*\n*...****\n...****.\n..*.....\n..***...\n...*....\n..***...\n*....*.*\n```\n\n\n## Output without wrap\n\n```\n........\n...**.**\n........\n..*.....\n...*....\n..*.*...\n..*.*...\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n..*.....\n........\n..*.....\n...*....\n..*.*...\n*.******\n*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n**.......*\n..........\n..........\n.......***\n*.........\n*......*.*\n*.......**\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.......***\n.........*\n.........*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n**.......*\n.........*\n........*.\n.......***\n*.......**\n**.......*\n**.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*******\n*****.****.*.\n***.*.*******\n*.**.*******.\n**..****.****\n*********.**.\n*************\n**..*******.*\n******.*..***\n************.\n*****..*****.\n.*.*..*******\n********.****\n```\n\n\n## Output without wrap\n\n```\n.............\n...........**\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n....*........\n....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*\n....*.\n.....*\n..**.*\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.**.*\n......\n****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..*......\n.........\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.*...\n..*...\n*...**\n....*.\n.*....\n**.*..\n...**.\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..**..\n...*.*\n.**..*\n*.*..*\n*...*.\n.**.*.\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.**.*\n*..*..\n*.*.*.\n..*.*.\n*...*.\n.**.**\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.........\n............\n***.........\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n*.*.\n....\n....\n....\n....\n.*.*\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...**.\n..*.......\n..*.......\n..*..**..*\n```\n\n\n## Output without wrap\n\n```\n..........\n.***......\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..****\n.***......\n.***......\n.***..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*........\n***.........\n.......**.*.\n.........*..\n...**..**.*.\n***.........\n....**......\n*..........*\n```\n\n\n## Output without wrap\n\n```\n.**.........\n*...........\n.**......*..\n.*........*.\n.*.*.....*..\n*..*........\n.*..........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***........\n***.........\n.**......*..\n.*........*.\n.*.*.....*..\n**.*........\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***...*\n*....*....\n**.*.*....\n****.*.*.*\n**.**.***.\n*.*...***.\n**.......*\n.*......**\n.**.*...**\n```\n\n\n## Output without wrap\n\n```\n...****...\n..**..*...\n..**.*....\n.....**...\n...**...*.\n.*****..**\n.***......\n..*.....**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.....**...\n..**.*....\n.....**...\n...**.....\n..****....\n..**......\n.***......\n.**.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**.\n.**....*..\n*..*..**..\n.*..***...\n*.*.*..***\n.....**...\n```\n\n\n## Output without wrap\n\n```\n..........\n.***...**.\n*...*.....\n*....*.**.\n**.**...*.\n....***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**..\n.***...**.\n*...*.....\n.....*.*..\n**.**.****\n*...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.*.\n....\n....\n....\n....\n***.\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n**..\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n....\n....\n....\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n..*\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n**.\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n...*\n....\n..*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.*.\n..*\n.*.\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n***\n*..\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.\n..***.*\n*.*.**.\n..*.***\n.*.***.\n*******\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n..**.*.\n.*.....\n.*.....\n*......\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n*****\n**.**\n**.**\n..*.*\n*.***\n.****\n****.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n*....\n....*\n.....\n*....\n*....\n.....\n.....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n*.......**\n.......*..\n*.*.*..*..\n..*.*...**\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.......**.\n***....**.\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n........**\n........**\n.*.....*..\n.**....*.*\n........**\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n....*.\n.**.**\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*..\n***.....\n.*...***\n....****\n..**..*.\n..**.**.\n....***.\n```\n\n\n## Output without wrap\n\n```\n***.....\n*.*..*..\n***.*..*\n..***...\n..*.....\n..*....*\n...**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.***.\n..*..*.*\n.**.*...\n*.***...\n..*.....\n..*....*\n..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.********\n....*..*..*\n*.**..*....\n*.****.....\n.**..*.**..\n.....*.*...\n...*.**.**.\n.***.....**\n*.*......*.\n...........\n*....*...*.\n```\n\n\n## Output without wrap\n\n```\n....*******\n..***...*.*\n.*....*....\n..*..*.**..\n.**.**.**..\n.***.*....*\n...*.****.*\n.....***...\n.*.**....**\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.*.*\n.**.......*\n......*...*\n*.*..*.**.*\n.**.**.**..\n.***.*....*\n**.*.******\n**...***...\n*..**.....*\n***.....*..\n......*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n......\n......\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*****\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*...\n**..\n*...\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*...\n*...\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n..*.\n....\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n..*..*\n.**.*.\n.**..*\n.*.*..\n*..*.*\n```\n\n\n## Output without wrap\n\n```\n.****.\n.**..*\n....**\n**.***\n*****.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*....*\n....**\n*..*..\n*.**.*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.\n...**.\n.***.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.....*\n.....*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n*....*\n*....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**....*\n....****.**.\n.*..*..*.***\n.***...**...\n.........*..\n.*.*.*..**..\n..*..*......\n..*..*.*....\n.**...*...*.\n*.***.......\n.*....**..**\n```\n\n\n## Output without wrap\n\n```\n........*...\n...***..*.*.\n.*..*...*...\n**......*...\n.*..*..*.*..\n.....*.*.*..\n.*...*..**..\n.*..........\n..*....*....\n.*.*...*....\n.****.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.*..*..\n...***...*..\n....*...*..*\n........*..*\n*...*..*.*..\n.....*.*.*..\n.*...*..**..\n.*..........\n..*....*....\n**........*.\n.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n***..\n....*\n...**\n...**\n..**.\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*.**.\n.**.*\n.....\n.....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*.**.\n.**.*\n*....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n**..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n.**\n*..\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*..\n...*.....\n*..**..*.\n*..*..*.*\n....*...*\n```\n\n\n## Output without wrap\n\n```\n..**.....\n.*..*....\n.....*...\n..**..***\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n.*.......\n*....*..*\n*....**..\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n**..\n.*..\n***.\n*..*\n```\n\n\n## Output without wrap\n\n```\n***.\n**..\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*..\n...*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.....*.\n.......\n.......\n.......\n.*.....\n.......\n.......\n*......\n.....*.\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n......*\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.*.......\n.........\n.........\n.*.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*****.**\n***..**.*****\n*.**...**..*.\n..*.*..*.**.*\n..**.***.....\n.*.***....*..\n*.**.***..*..\n***.**....**.\n```\n\n\n## Output without wrap\n\n```\n.***.*.......\n*.**..*......\n.*....*...*..\n....***....*.\n........*..*.\n**.........*.\n*........***.\n.*.......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...........\n..*..*.......\n......*...**.\n....***.....*\n*.......*...*\n.*..........*\n*...........*\n**..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*.*.*\n*.*.*\n.*..*\n.*..*\n..*.*\n**..*\n*...*\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n*.*.*\n***.*\n.**.*\n*.*.*\n**..*\n*.*.*\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**\n.....\n..*..\n.**.*\n.**.*\n..*.*\n.*...\n..*..\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.*..\n.......**..\n......*.*..\n.***..*..**\n*.**...****\n.......*..*\n*....****.*\n*......*.**\n.*......**.\n........**.\n..**.**.***\n**.**.**.**\n*..**.*.*.*\n....*.**...\n```\n\n\n## Output without wrap\n\n```\n........*..\n.....**.**.\n..*...*.*..\n.*.*..*...*\n...*..**...\n.*........*\n..........*\n**........*\n.......*...\n..*........\n.***.**....\n**.........\n***.....*.*\n...**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*..\n.....**.**.\n..*...*.*..\n.*.*..*....\n...*..**...\n.*.........\n...........\n.*.........\n*......*...\n..*........\n.***.**....\n.*.........\n.**.....*..\n....*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n....*\n*...*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.*.*.\n..**.\n.***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n***\n.**\n...\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**...**\n**..**..*.\n.......**.\n........**\n.........*\n..........\n..........\n.......*..\n......*...\n.***..***.\n.****..*..\n...*......\n......**..\n.**.*****.\n```\n\n\n## Output without wrap\n\n```\n******..**\n******....\n.......*..\n.......*.*\n........**\n..........\n..........\n..........\n..*...*.*.\n.*..***.*.\n.*..*.***.\n...**.**..\n..***...*.\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*****....\n*......*..\n.......*.*\n........**\n..........\n..........\n..........\n..*...*.*.\n.*..***.*.\n.*..*.***.\n...**.**..\n..***...*.\n.**.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n*..\n...\n...\n...\n...\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*....\n***..*.*.\n..**.....\n....**...\n.........\n.........\n.*..*...*\n......*.*\n*.......*\n*......*.\n.*.**...*\n........*\n```\n\n\n## Output without wrap\n\n```\n.*.......\n..*.**...\n.**..*...\n..****...\n.........\n.........\n.........\n.......**\n........*\n.........\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*....\n*.*.**..*\n.**..*...\n..****...\n.........\n.........\n........*\n*.......*\n*.......*\n*......*.\n*......**\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n.**\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***\n*****\n*.***\n*****\n*..**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*....\n*.**.\n*.*.*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*....\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*.*..\n*....\n*.*..\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**..\n...******\n*.**...**\n.*.*..*.*\n.********\n**.*.**.*\n..**..*..\n```\n\n\n## Output without wrap\n\n```\n..*......\n.*.......\n**.......\n.........\n.........\n.******.*\n.*******.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n**.......\n**.......\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n.*.......*\n..*.....**\n**.....*.*\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n*.*......*\n.*.......*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.......**\n..*.......\n**.......*\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n**.*\n**.*\n.*..\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.*.\n...*\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n.....*\n*.**..\n*.*...\n.....*\n..*.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n.*....\n..**..\n..**..\n.*.***\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n**...*\n*.**.*\n*.**.*\n**.***\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*\n..*...*.\n..*....*\n**.*..*.\n.*.*..*.\n.*.....*\n**.....*\n```\n\n\n## Output without wrap\n\n```\n........\n.***..**\n*..*.*..\n**.*.*..\n.*...*..\n.**...**\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..\n.....*..\n...*.*..\n...*.**.\n.*...**.\n.*...*..\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n...*........\n..*.........\n...*........\n............\n............\n............\n.........*..\n..........*.\n..........**\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n..........*.\n.........*.*\n.........*.*\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n..........*.\n.........*.*\n.........*.*\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*..\n...***\n*.*.**\n.*.*..\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.****.\n*....*\n*..**.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*.**..\n*....*\n*..*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n..*.*\n.**.*\n*..**\n```\n\n\n## Output without wrap\n\n```\n.**.*\n....*\n.**.*\n.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n....*\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n........\n........\n........\n.*.**...\n.*.*.*..\n.*.*....\n.*****.*\n*.*..*.*\n*******.\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n..***...\n**.*.*..\n..*.***.\n*....*..\n*..*.*..\n*......*\n.*....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****\n........\n........\n........\n..***...\n**.*.*..\n.**.****\n.....*..\n...*.**.\n..*.....\n..*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n**....*\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n**.....\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*......\n.*....*\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n..*.*\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n***..***\n.*..**.*\n.....**.\n........\n*.......\n```\n\n\n## Output without wrap\n\n```\n*.*...*.\n..*.**.*\n***.*..*\n....***.\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.\n..*.**..\n.**.*...\n....***.\n........\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n*...\n**.*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**....\n........\n........\n..*.....\n.*.*....\n.*..*...\n...*....\n..**....\n..**....\n..***...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n..*.....\n...**...\n........\n.....*..\n...**...\n...*....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n..*.....\n...**...\n........\n.....*..\n...**...\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*.*\n..*\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n*.*\n*.*\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.....\n....*.....\n.....*....\n..........\n..........\n..........\n..........\n.........*\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........**...\n*........***..\n.........***..\n..............\n........*.....\n........*.....\n........*.....\n..............\n```\n\n\n## Output without wrap\n\n```\n.........*.*..\n........*.....\n.........*.*..\n.........**...\n..............\n.......***....\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.*..\n........*.....\n.........*.*..\n.........**...\n..............\n.......***....\n..............\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n***.\n****\n**.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n...*..\n..*...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n...\n...\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......***.\n......**..\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n......*.*.\n......*.*.\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.*.\n......*.*.\n..........\n..........\n..........\n..........\n..........\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**.*.**\n*.**...**...\n.**..*..***.\n...*.*...**.\n...******...\n..*..*...*.*\n*...*...**..\n...**...*...\n**.*.*..*.**\n```\n\n\n## Output without wrap\n\n```\n*.**..*.**..\n*..***.....*\n.*....**..*.\n...*......*.\n..**...**...\n.........**.\n....**..***.\n****.*.**.*.\n..**.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.*.*.\n...***......\n.*....**..**\n...*......*.\n..**...**...\n.........**.\n....**..***.\n.***.*.**.*.\n...*.**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n..**\n...*\n..**\n*..*\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n....\n..**\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n*...\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.....\n........\n........\n....*.*.\n...*..*.\n..*....*\n***.....\n....****\n*..*....\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n....**..\n..**.**.\n.*...*.*\n.....*..\n.......*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****\n........\n........\n....**..\n*.**.*.*\n.....*..\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......****..\n..........*..\n...*****..*..\n*.******..*.*\n*..*....*..*.\n.......*...**\n........****.\n........*....\n```\n\n\n## Output without wrap\n\n```\n.........***.\n...........*.\n.***.........\n.......*...*.\n.*.*...**.**.\n..*...**....*\n.......*..*.*\n.......**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n......**...*.\n*.**........*\n.......*....*\n...*...**.***\n***...**....*\n.......******\n............*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n.*.**.\n.**.*.\n**.*.*\n...*.*\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n**.***\n.....*\n**.*.*\n...*.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n.*.**.\n......\n.*.*.*\n...*.*\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*....*\n**.**.\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n*.*..*\n**.*.*\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*\n..*...\n.*.*..\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**\n.*...*.\n**..***\n**.....\n**.....\n```\n\n\n## Output without wrap\n\n```\n.....**\n.**....\n..*.***\n..*..*.\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n.**....\n..*.**.\n..*..*.\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*...*\n.....\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*...*\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.***..\n.*.*.***..\n..******..\n```\n\n\n## Output without wrap\n\n```\n..........\n..**..***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......***\n.......***\n.......***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n***...\n.**...\n***..*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n...*..\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*....\n*.*...\n...*.*\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*...\n.*.......\n...*....*\n....***..\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n.**......\n.*.**....\n....**...\n...*****.\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n**.**....\n....**...\n...*****.\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*.*\n.....****.\n**.***.**.\n.....*.*..\n........*.\n..........\n..*.*...**\n*.***..***\n.*....*.*.\n```\n\n\n## Output without wrap\n\n```\n.....*.*..\n**.......*\n..........\n.....*.*..\n..........\n........**\n.**.*..*.*\n..*.**....\n.***....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*...*\n.*........\n.........*\n.....*.*.*\n..........\n........**\n***.*..*..\n*.*.**....\n.******...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n....*..\n..*.*.*\n..*...*\n...*.*.\n....*.*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n...***.\n....*.*\n......*\n...*..*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n...***.\n....*.*\n......*\n...*..*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n****.\n*.*..\n*...*\n.**.*\n*..*.\n***.*\n***.*\n****.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n*.**.\n*.*..\n*.*..\n*...*\n...**\n...**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.*..*\n.**.*\n..*..\n.***.\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**..*....\n**.*.******.**\n**..**..*.*...\n....*.....*...\n.....*.....*.*\n........*..**.\n.....*..*.**..\n***.*.**.*..*.\n....****...***\n***.***.*.....\n*.*.*.......*.\n..**..*.*..**.\n```\n\n\n## Output without wrap\n\n```\n...**....***..\n*..........*..\n.****.........\n.***..........\n...........*..\n.........*.*..\n..*.**..*.*...\n..*.**...***.*\n.***......**.*\n.*........*..*\n*.........*..*\n.***.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......*.*.\n.*.*.....***..\n.****.........\n.***..........\n...........*..\n.........*.*..\n.**.**..*.*...\n***.**...*****\n*.**......****\n.*........*...\n......**..*...\n.*.*..**...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**...\n...*...*..\n..*.....*.\n..**....**\n....*.*.**\n*....**.**\n.*.*.**..*\n*..**....*\n..*.....*.\n**...***.*\n*..**.*...\n.**...*..*\n.*.***....\n```\n\n\n## Output without wrap\n\n```\n......**..\n......*...\n..**..***.\n..*.*..**.\n..***.....\n.*..****..\n**.*.***.*\n..........\n*.........\n*.........\n........*.\n**........\n***.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.***..\n..**.*....\n..**..***.\n..*.*..**.\n..***.....\n....****..\n.*.*.*****\n*........*\n..........\n**........\n........*.\n.....*....\n.*.**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.****\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*..**\n*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.......\n.***...*\n....***.\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.******.\n..*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n********\n********\n********\n```\n\nAll cells are alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n.****\n***.*\n*.***\n*****\n**..*\n.****\n****.\n*.***\n*****\n**.*.\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n**..*\n.....\n*....\n.....\n.....\n.....\n....*\n*....\n.....\n.....\n.....\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n....\n....\n....\n....\n....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n..*...\n*.*...\n.**...\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n..**..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.*...\n..**..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n.*.**\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n*..*.\n....*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.*.\n*.*\n**.\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....**..\n**..***..\n.**....**\n***.**.**\n*...*****\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.*.*.*...\n.*.*.*...\n*.*......\n.*..*....\n.*.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.\n.........\n**.*.*...\n**.*.*...\n*.*......\n....*....\n...**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n*....**\n.*..*..\n.*..*..\n**...**\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n******.\n..****.\n***....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n*....**\n.......\n.****..\n..***..\n..*....\n.*...*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n..*.*\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*...*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**.*\n.....\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n...*.*....\n...*....*.\n...*.**.*.\n......**..\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n...****...\n...*...*..\n...*....*.\n....*..*..\n......*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n...****...\n...*...*..\n...*....*.\n....*..*..\n......*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**...\n...*..*..\n...*..*..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n....**...\n...*..*..\n...*..*..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n....**...\n...*..*..\n...*..*..\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*****\n.******\n****.**\n*.****.\n*******\n.**.***\n****.**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.**.\n**...\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n..*...\n...*.*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n*.*.*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*.*.\n*.*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*\n.......\n.......\n.......\n**.....\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n*......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n.*.\n.**\n...\n***\n***\n***\n***\n*.*\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n..*\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n***\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.*..*.\n*****.\n*.*.*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.***\n.*..**\n*..***\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n***...\n**.***\n**..*.\n*..**.\n.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..*.......*\n....*.**....*.\n..***.......*.\n..*.*.**....*.\n*...*.*....*.*\n*...*.*...*..*\n*..*.**......*\n```\n\n\n## Output without wrap\n\n```\n.....**.......\n.*..*.*.....**\n..*.*......***\n.**.*.**...***\n.*..*.*....*.*\n**.**.**.....*\n....***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*....**\n.*..*.*.....**\n..*.*......***\n.**.*.**...**.\n**..*.*....*..\n.*.**.**......\n..**..*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..***.\n**.*..*..**.*\n.*..***..*.**\n*......****.*\n.......***..*\n***....*.....\n**.....**....\n*...*****...*\n*...****...**\n......*...**.\n.........**..\n...*.*..*..*.\n```\n\n\n## Output without wrap\n\n```\n..*......*.*.\n**.*..***...*\n.**.***.....*\n.....*......*\n*.....*...**.\n*.*...*..*...\n..*..*.......\n*...*......**\n....*...*.*.*\n......**.*..*\n.........*...\n.........**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.****....\n.*.*..***....\n.**.***......\n.....*.......\n......*...***\n..*...*..*..*\n..*..*.......\n....*......*.\n*...*...*.*..\n......**.*...\n.........*...\n....*...*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n*.**\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..*\n.....*..*\n.....****\n........*\n.......**\n*.**..*.*\n.**.**...\n*.......*\n.**.....*\n*.**..**.\n....***..\n.....*...\n......*..\n.....**.*\n```\n\n\n## Output without wrap\n\n```\n.........\n....**..*\n.....**.*\n.........\n........*\n..*****.*\n*.*.**.*.\n*..*.....\n*.**....*\n..***.**.\n...**..*.\n....*....\n......**.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**..*\n*...**..*\n*....**.*\n*........\n.........\n*.*****.*\n..*.**.*.\n...*....*\n..**.....\n*.***.***\n...**..*.\n....*....\n......**.\n.....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n......\n.....*\n*...**\n**....\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n...*..\n**.*..\n..*.**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...*..\n*..*..\n.*.**.\n.****.\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n*.*..\n*.***\n```\n\n\n## Output without wrap\n\n```\n..**.\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n*..\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.*...*\n......\n......\n..*...\n......\n......\n*.....\n..**..\n..***.\n......\n**....\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n.**.*.\n..*.*.\n.***..\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n*.....\n......\n......\n......\n......\n......\n......\n.**.*.\n..*.*.\n.***..\n**....\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.**..\n*.***.****\n*...*.*..*\n...**.*..*\n*.**..*.**\n***...**..\n**..*.*...\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.***......\n*.......**\n*.*...*..*\n.*.*..*.**\n.*......**\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.....\n*....*....\n..........\n.**...*...\n...*..*...\n...*.*...*\n.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n..**\n*.**\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n...*\n..**\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n....\n*.*.\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n...**\n*****\n**.*.\n*..**\n*.***\n*..**\n*****\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..*.*\n*....\n*....\n.....\n*....\n*.*..\n*....\n*....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n..*..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........*\n..*........*\n..*........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*..\n.**......*..\n.**......*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n**.\n.*.\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n*........**\n*........**\n*........*.\n...........\n.......**..\n```\n\n\n## Output without wrap\n\n```\n.........*.\n........**.\n........*..\n........**.\n.........*.\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..*\n*......*...\n**......*..\n........**.\n.......***.\n.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n..*\n...\n...\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n.**\n.**\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n..*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***..\n....***...\n....*.*...\n......**..\n```\n\n\n## Output without wrap\n\n```\n....*..*..\n....*.....\n....*.....\n.....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n....*.....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n.****.\n**..**\n*.****\n```\n\n\n## Output without wrap\n\n```\n*...*.\n......\n*.....\n*.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n.....\n.*...\n.*.**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n...**\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n.....\n.....\n*.*..\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n****.\n*....\n*.***\n*.*..\n***.*\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*.**.\n*...*\n*.**.\n*...*\n*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n.....\n*.**.\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n.........\n.........\n.........\n.*..*....\n*...*...*\n...**....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n....**...\n...**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.........\n.........\n.........\n*........\n*...**...\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n**.\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*..\n....*...\n........\n........\n........\n......*.\n......**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n......**\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*\n......*.\n........\n........\n........\n.....*.*\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...****\n*.*.*..\n*..*...\n.*.*...\n..**...\n.**..*.\n*..****\n.......\n```\n\n\n## Output without wrap\n\n```\n...***.\n.**....\n*..**..\n.*.**..\n...**..\n.*...**\n.******\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****\n***....\n*..**..\n.*.**..\n...**..\n**...*.\n*******\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n..*\n***\n...\n...\n...\n...\n...\n.**\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n.**\n.**\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n......\n......\n......\n...*..\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n*...\n....\n....\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n....\n....\n....\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n*..*\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*.*...\n..**..\n.**..*\n.*...*\n.***.*\n......\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.**.*.\n..***.\n...*..\n*....*\n.**.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***\n*.*...\n******\n*..*.*\n**...*\n..***.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n**.**\n****.\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n**.**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n....\n.***\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**...\n*.....*\n..**...\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n***....\n***....\n***....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n**.\n.**\n...\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.**\n*******.\n*****..*\n```\n\n\n## Output without wrap\n\n```\n*.....**\n........\n*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n*.........\n*........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*........*\n*........*\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.............\n*...*.........\n.****.**....**\n.*....*.*...*.\n.........*....\n....*...**....\n**..*......*..\n*.*.*.......*.\n*..***.**....*\n*****....*...*\n*..*....*..*.*\n***.....*.****\n.*......*..*..\n*.*......**..*\n```\n\n\n## Output without wrap\n\n```\n..............\n*.*.**........\n*****.**....**\n.*.*.**.*...**\n.......*.*....\n........***...\n**..**........\n*.*.........*.\n*....*..*...**\n*....*.*.*...*\n....*...*..*.*\n*.*....**.*..*\n........*....*\n.*.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.............\n*.*.**........\n.****.**....**\n**.*.**.*...**\n.......*.*....\n........***...\n**..**.......*\n..*.........*.\n.....*..*...*.\n.....*.*.*....\n....*...*..*..\n..*....**.*...\n........*.....\n*........**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..****.\n.*.**..*.\n*.*.***.*\n.**...***\n*.**.....\n```\n\n\n## Output without wrap\n\n```\n..******.\n**......*\n*...*...*\n*...*.*.*\n..**...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...****\n.*.......\n....*....\n....*.*..\n*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n...**.\n....*.\n```\n\n\n## Output without wrap\n\n```\n...**.\n.....*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n*..\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n..*\n*..\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n..*.*\n...*.\n...*.\n..*..\n*....\n***.*\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n..*.*\n..*.*\n.*...\n*.*..\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n***..\n..*.*\n.*...\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n....*.\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***..*\n....**...\n......*..\n.*....*..\n*.**.....\n*.*....**\n.*....**.\n*...*....\n.*..**.*.\n```\n\n\n## Output without wrap\n\n```\n....*....\n....***..\n..*......\n.***.....\n*.....***\n*..*.....\n...*.*...\n**..*..**\n....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...**\n*..*...**\n.**......\n.***.....\n*.....**.\n*..*.....\n...*.*...\n.....*..*\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n.*.*.....\n*.*.....*\n........*\n........*\n.*.....*.\n.....**.*\n*........\n......*..\n.......*.\n```\n\n\n## Output without wrap\n\n```\n.........\n***......\n.**......\n.......**\n.......**\n......***\n......**.\n.....***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.**.....*\n***.....*\n.......**\n*......**\n*.....***\n*.....***\n.....***.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.*********\n.**...*.***.**\n*.**..*.****.*\n.*.***********\n***.******..**\n******..*****.\n*.******.*****\n*..**.**..****\n**********.*.*\n*.***.*.**.***\n************.*\n*.*.***.*....*\n```\n\n\n## Output without wrap\n\n```\n**...**......*\n....*.........\n*.............\n..............\n..............\n..............\n*.............\n*.............\n*.............\n.............*\n*..........*.*\n*.*.....*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..........\n....*.........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n...........*..\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.**\n**.\n*.*\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n**...**.\n.....*..\n...*.***\n...*...*\n...*.*.*\n.....*..\n*.*.....\n..*...**\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*...**.\n.......*\n.....*.*\n..**.*.*\n........\n....*.*.\n.*....*.\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*..\n.*...**.\n*.......\n.....*.*\n*.**.*.*\n........\n....*.*.\n.*....**\n..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n....*\n..**.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n..*.*\n...*.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n...**.\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n.......**...\n............\n............\n............\n.........*..\n.........***\n*.........**\n*...........\n***.........\n*...........\n*...........\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n..........*.\n........**..\n............\n............\n**..........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n........***.\n............\n*..........*\n*..........*\n*..........*\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n.*..\n..*.\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..*.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n.**.\n..**\n..**\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n......\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n.**.\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n*.**\n*.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n***.*.*\n.***...\n.......\n**.*...\n.*.*.**\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n*.***..\n*****..\n**.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**.....\n.......\n*****.*\n.****.*\n.*.....\n*....**\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n*.**\n.***\n*.**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n**..\n*.*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n.*...*\n..*...\n......\n*.....\n......\n......\n......\n*...**\n**.*.*\n**....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n**..**\n..*..*\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.....\n......\n......\n......\n......\n......\n.....*\n.*..*.\n..*...\n.**..*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*....*\n**....\n*.....\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n*.....\n*.....\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.*...*\n**....\n*.*...\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*..\n..........\n..........\n**........\n.**......*\n**.....*.*\n*.........\n..........\n.......*..\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n***.......\n..*.....*.\n*.*.....*.\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n***.......\n..*.....**\n..*.....**\n**.......*\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n......\n**...*\n..**.*\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*.**\n.**.**\n.*....\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n......\n***...\n.***.*\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....*...\n.....**.\n....**..\n....*...\n...*....\n....*...\n.*......\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n......*.\n....*.*.\n...***..\n...**...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n......*.\n....*.*.\n...***..\n...**...\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n...*\n.**.\n```\n\n\n## Output without wrap\n\n```\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n.....***.*.\n...**.....*\n*..*....**.\n.*.*...*.*.\n..*.***..*.\n..*......*.\n***.......*\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n......*....\n....***....\n...*****..*\n...*....***\n.*.*.***.**\n.**.***..**\n..*..*...**\n.**........\n.*.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n......*....\n....***....\n...*****..*\n*..*....**.\n.*.*.***.*.\n.**.***..**\n*.*..*...*.\n***.......*\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n...**..\n....*..\n.......\n..**...\n.**....\n.....**\n.......\n```\n\n\n## Output without wrap\n\n```\n..***..\n..*.*..\n...**..\n...*...\n.***...\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..*.*..\n...**..\n...*...\n.***...\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n**..*\n*.***\n..***\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*.*.\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n*.....\n*.....\n..***.\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n**.**.\n.*...*\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*....\n.*.**.\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n....\n.*..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*..\n****\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n.*..\n..*.\n**.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n**..\n...*\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n**.\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n***.\n*..*\n.**.\n***.\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n..**\n..**\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n..*.\n****\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n****\n....\n**..\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.****\n****.\n**.**\n****.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n......\n......\n...*..\n..*...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n...\n..*\n..*\n.*.\n...\n*.*\n*..\n*..\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n...\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n...***\n..*...\n**....\n......\n...**.\n.....*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.....*\n.*..*.\n.*.*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.*.***\n......\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n..**\n*.**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*..*.\n.....\n.....\n.....\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n***\n.*.\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n.*.\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n.*.*\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.*.*\n**.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*..\n.**...\n.....*\n...*..\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.*...\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..***\n.***..\n.***..\n.**.**\n*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....*\n**.....*\n*..**.*.\n...***.*\n***..**.\n*.**..**\n*****.**\n*****.**\n```\n\n\n## Output without wrap\n\n```\n.*......\n*..*..**\n*..*....\n*.*...**\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.*.*....\n.*.*....\n..*.....\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...........\n.*..........\n.*..........\n......***...\n......***...\n...**.*..**.\n....**......\n............\n............\n*..........*\n*..........*\n```\n\n\n## Output without wrap\n\n```\n............\n**..........\n.......*....\n......*.*...\n............\n...**.*.**..\n...***......\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.........*\n**..........\n.......*....\n......*.*...\n............\n...**.*.**..\n...***......\n............\n............\n*..........*\n.*..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n*.***\n*...*\n***.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n..***\n.**.*\n*...*\n*.**.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n***..\n.....\n..***\n.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**.**\n*...***.\n**.*.***\n*.**.*.*\n*.***...\n*...*.**\n.**.****\n*.******\n**.****.\n```\n\n\n## Output without wrap\n\n```\n...*....\n.**.*.**\n*.....*.\n*......*\n*......*\n*.......\n*.......\n*.......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..**....\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n**...\n**...\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*.*..\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n..****\n*.*.**\n**.***\n**..**\n**....\n**..**\n.***.*\n```\n\n\n## Output without wrap\n\n```\n.*...*\n......\n*.....\n......\n...*.*\n..*...\n...***\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...*..\n..*...\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*..\n.*....**\n.*......\n.*....**\n.*.....*\n...*...*\n.....*.*\n..******\n```\n\n\n## Output without wrap\n\n```\n......*.\n.**...*.\n***.....\n***...**\n..*....*\n.......*\n..*..*.*\n...***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n***...*.\n.**.....\n.**...**\n..*....*\n.......*\n*.*..*.*\n..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*****\n..***\n..***\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.......\n..**....**.\n...*.....**\n..***......\n```\n\n\n## Output without wrap\n\n```\n...*.......\n...**...***\n........***\n..***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........\n...**...***\n........***\n....*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n..*..\n.*..*\n**.*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n.*.**\n*...*\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n..*..\n.*...\n..***\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*....\n*..*.**.*.\n***.*.**..\n*..**...**\n**...*...*\n*.*.*****.\n**.***.***\n*.......**\n*..***.***\n****..**..\n```\n\n\n## Output without wrap\n\n```\n.**.......\n*..*.**...\n.*.*.**..*\n..**.***.*\n.**....*.*\n..*.......\n..**......\n*.*.......\n*....*....\n****.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.*........\n...*.**...\n..**.***..\n..*....*..\n.**.......\n.***......\n..*.......\n...**.....\n.....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n...*..\n..*.*.\n......\n.*....\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...**.\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n*.**\n****\n**..\n****\n****\n****\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*...\n...*\n....\n...*\n....\n...*\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n*.***\n....*\n..***\n***.*\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*.*\n.*...\n..*.*\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.*..\n.*...\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***......\n*.*......\n****....*\n*..**.*..\n..*.*...*\n```\n\n\n## Output without wrap\n\n```\n.........\n.*.......\n....**...\n...*..*..\n....***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*....*\n*.......*\n....**...\n......***\n**..*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.\n......\n*.*.*.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n...*.*\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*\n.....*\n...*.*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**.\n*.....*.\n..**..*.\n***.....\n**.***..\n.*..*..*\n***..***\n*..*.*.*\n*.*.....\n***..*..\n```\n\n\n## Output without wrap\n\n```\n.....***\n.***.***\n*.**..*.\n.**..*..\n....***.\n..*..*..\n.***.*.*\n*......*\n*.*...*.\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**....\n.....***\n*.**..*.\n***..*.*\n*...**.*\n..*..**.\n..**.*..\n......*.\n.**.....\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n............\n............\n..........**\n..........**\n............\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n..........**\n..........**\n............\n............\n............\n............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n............\n............\n..........**\n..........**\n............\n............\n............\n............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n...\n...\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n.*.\n...\n.*.\n.**\n..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n....***\n.**..**\n*.*....\n.**....\n******.\n..*..*.\n```\n\n\n## Output without wrap\n\n```\n.......\n.*....*\n.*..*..\n.*...*.\n...***.\n...***.\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n.......\n....*.*\n**....*\n...**..\n*...*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n***\n.**\n**.\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n*..\n...\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*..*.\n...**\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n..**.\n..*.*\n....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n*.**.\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n..**.*.\n*..***.\n....**.\n*.***.*\n```\n\n\n## Output without wrap\n\n```\n.**....\n...*...\n..*..**\n.**..*.\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n.*.....\n*.*...*\n*.*...*\n..**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*.**.\n.****.\n...**.\n```\n\n\n## Output without wrap\n\n```\n....*.\n***..*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*....\n*.....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*...*\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*...*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.......\n............\n.*.*........\n*.**.*......\n*.**.*......\n.....*......\n.....**.....\n............\n....**......\n............\n............\n...**.......\n............\n```\n\n\n## Output without wrap\n\n```\n...*........\n..*.*.......\n.*..*.......\n.*...*......\n....***.....\n............\n....*.*.....\n......*.....\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*........\n..*.*.......\n.*..*.......\n.*...*......\n....***.....\n............\n....*.*.....\n......*.....\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....*\n....*....\n.........\n.*.*.*...\n*..**..*.\n..*.....*\n...*...*.\n...*.**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...*.....\n..*......\n.*..*....\n.*....***\n..*.*.*.*\n....*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**..\n...*.*...\n...*.....\n***......\n**..*..**\n......*..\n.*.......\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n*...**\n...***\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*...**\n...***\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...**\n...***.*.\n***...***\n**.*..*.*\n.***.*.*.\n..*..****\n*.**....*\n**.*****.\n```\n\n\n## Output without wrap\n\n```\n...*.***.\n...****.*\n.........\n...*.*...\n...*.**..\n....*....\n**......*\n**..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n....*....\n.........\n...*.*...\n...*.**..\n....*....\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*.*\n...\n...\n..*\n...\n...\n***\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*.*..\n...**..**..\n..*..*.....\n..***......\n**......**.\n*****..**..\n.*.....*...\n.******....\n.*...*.*...\n.**.......*\n*.*.......*\n*..........\n.......*...\n```\n\n\n## Output without wrap\n\n```\n..*...*.*..\n..*...***..\n.*.....*...\n.****...*..\n..*.*..*.*.\n......*..*.\n..**...*...\n**..**.**..\n*.**.**....\n*..........\n*.*........\n.*.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*..\n..*.....*..\n.*.....*...\n.****...***\n*.*.*..*...\n*.....*....\n*.**...*.**\n....**.**..\n****.**....\n...........\n..*......**\n**........*\n*......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n***.*.\n..*...\n***.**\n...**.\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..*.**\n...***\n....*.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n...*.*\n..*.*.\n**.***\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n**.**\n*****\n*****\n*****\n```\n\n\n## Output without wrap\n\n```\n*.*.*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n**...\n.....\n**.*.\n..*..\n..*..\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n..*..\n.**..\n..**.\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n***.*\n..*.*\n.**..\n..**.\n.***.\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n..*\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n*.*\n*.*\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n....**\n*...*.\n*.....\n*..**.\n```\n\n\n## Output without wrap\n\n```\n....**\n...*..\n......\n...***\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**.**.\n*...*.\n**.**.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n........*\n........*\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n....**...\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*....\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.**...\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n....*..*.\n....*..**\n....*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n...***.**\n...******\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n...***.**\n...******\n...***.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n.....*\n*..*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n*...**\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..**..\n..**..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n.*..*.\n.*..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n..*...\n.*.***\n....*.\n..*...\n......\n```\n\n\n## Output without wrap\n\n```\n.***..\n.....*\n......\n..*..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**...*\n**....\n..*..*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.*..*\n.**..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n..***\n..***\n..***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n.*....\n*...**\n..*.**\n***.*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.*.***\n*.*...\n.**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**\n.*.*..\n**.**.\n..*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**\n****...\n**.*.*.\n```\n\n\n## Output without wrap\n\n```\n...***.\n..*..*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**\n..**.**\n..**.**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n....*\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.*..*\n*....\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*..***\n..*.**\n*..***\n..**.*\n*.*..*\n*..*.*\n.*.***\n....*.\n.*..**\n**..*.\n```\n\n\n## Output without wrap\n\n```\n....*.\n..***.\n.**...\n.*....\n.**...\n.***.*\n.*.*.*\n.***..\n.....*\n*..*.*\n****.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.***\n*..*..\n..*...\n*.....\n..*...\n..**..\n...*..\n..**..\n.*..*.\n**.***\n**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*...\n*.*.*.*..\n.......*.\n......*..\n.........\n.........\n***......\n.*.*.**..\n.*.**....\n..*......\n.....***.\n*..*..*..\n....***..\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.......*.\n....**.*.\n......*..\n.........\n***......\n***......\n*..*.*...\n.........\n..*....*.\n...*...*.\n....*..*.\n.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n..*.**.*.\n....**.*.\n......*..\n.........\n***......\n***......\n*..*.*...\n.........\n..*....*.\n...*...*.\n....*..*.\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*.\n.*.**..\n*..*...\n.*.*..*\n*..***.\n*.*..*.\n*.*.**.\n****.*.\n.*.**..\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n**.**..\n**.*...\n**.*.*.\n*..*.**\n*.*...*\n*....**\n*....*.\n**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.\n**.**..\n**.*...\n.*.*.**\n*..*.*.\n*.*....\n*....*.\n*....*.\n...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**........\n..........\n..........\n....*.*...\n..........\n.*........\n*.........\n*........*\n..........\n..**......\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n**........\n..........\n..........\n..*.......\n..*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n..........\n..........\n..........\n..........\n..........\n**.......*\n*........*\n..........\n..*.......\n**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n..**\n*..*\n.**.\n.**.\n*...\n*.*.\n....\n.**.\n...*\n**.*\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n...*\n.***\n*.**\n*.*.\n.**.\n.**.\n.***\n*..*\n***.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n*.*.\n....\n.*..\n**.*\n..*.\n*..*\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**...**.\n*..***...***\n*.*.***...*.\n*.*.**..*.*.\n.*.**..*.*..\n..*..*......\n*...**.*..**\n.*....**.*..\n......**....\n*....***.**.\n....*..*...*\n....*.*.....\n..***.*..*.*\n```\n\n\n## Output without wrap\n\n```\n.*........*.\n*.*.......*.\n*......*....\n*.*...*.*...\n*.....*...*.\n***.**....*.\n.**.*****.**\n........*.**\n.........***\n........*.**\n....*..**.**\n....*.****..\n...***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....*....\n*......*....\n*......*....\n*.*...*.*..*\n......*.....\n..*.**......\n..*.*****...\n.*......*...\n*........*..\n........*...\n....*..**...\n...*..*...**\n.**...*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n*.**\n**.*\n*.**\n****\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..*.\n.*.....\n...*...\n****...\n**..**.\n*......\n......*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.**....\n**.....\n***....\n..**...\n*****..\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....\n**.....\n***...*\n*.**..*\n.*****.\n*...***\n.......\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n*...*\n*...*\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n*...*\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n......\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*...\n*.....*...\n*.....*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n**...***..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...***.*\n**...***.*\n**...***.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*....\n..*......*\n.*....*...\n*....****.\n..*...**.*\n....*.....\n..*.*.....\n.*..**..**\n**.....***\n**...**...\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.......\n.*...**.*.\n.*...*..*.\n..........\n.....*....\n....*.....\n******.*.*\n..*.*..*.*\n**....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**...\n***.......\n**...**.**\n**...*..**\n.........*\n.....*....\n....*.....\n.*****.*..\n..*.*..*..\n..*..****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*...*...\n...*.*.....*..\n..*...*.......\n...*.*......*.\n...*.......*..\n..**..........\n*...****..*..*\n.....*........\n...*..*...*.*.\n.*........*.*.\n```\n\n\n## Output without wrap\n\n```\n...***........\n..**.**.......\n..**.**.......\n..***.........\n...*..........\n..**.**.......\n...****.......\n.......*...*..\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****....*...\n..**.**.......\n..**.**.......\n..***.........\n...*..........\n..**.**.......\n...****.......\n.......*...*.*\n..............\n..****...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*.\n...***\n*...*.\n**...*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n**.*.*\n....*.\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.\n**.**.\n...**.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n****\n....\n....\n.*.*\n*...\n....\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n*.*.\n*..*\n*.*.\n....\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n..*.\n....\n**..\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...*.*\n**.......\n....**.*.\n....*....\n*...*.**.\n......*.*\n...**..**\n*.*......\n.*.....*.\n*...**...\n```\n\n\n## Output without wrap\n\n```\n......*..\n....***..\n...*...*.\n...**..*.\n......*.*\n...****.*\n......*..\n**.*...**\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n*......**\n...*.....\n...**...*\n*.....*..\n*..****..\n......**.\n...*...*.\n.........\n.*...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n........***...\n........*.....\n.......*.*....\n.........*....\n.......**.....\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n........**....\n........***...\n..........*...\n.........**...\n.........*....\n........*.....\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**....\n........***...\n..........*...\n.........**...\n.........*....\n........*.....\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n..*.\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*.*.*.\n..*.*.\n****.*\n....*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n....**\n*...**\n.**..*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n....*.\n....*.\n***..*\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.....\n*****\n.**.*\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*.***\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***...\n...*....\n........\n*.......\n*.......\n**.**...\n```\n\n\n## Output without wrap\n\n```\n..*.*...\n..*.*...\n...*....\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*...\n..**....\n...*....\n........\n**.....*\n.*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n..............\n......*.......\n..............\n..............\n..............\n..............\n.**...........\n.**...........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.**...........\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n.**...........\n.**...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.******\n.*.***....\n*.**...*.*\n```\n\n\n## Output without wrap\n\n```\n.*.....**.\n*..*...**.\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.***.\n*........*\n...**.....\n**.*.*.*.*\n..**....*.\n```\n\n\n## Output without wrap\n\n```\n......***.\n.****.*..*\n*****...**\n.......***\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******.*..\n.*...**..*\n.****.....\n...**...*.\n...**..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.**..*\n...*..\n...*..\n....*.\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n...**.\n...**.\n....*.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n..*...\n...**.\n...**.\n....**\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n..**\n....\n*..*\n....\n.**.\n**..\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n.*.*\n*.*.\n*.*.\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n...*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.**..\n.**..\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n*.*..\n...*.\n*....\n*..*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n...*.\n*....\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*..\n...*..*..\n...*..*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n..******.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..******.\n..******.\n..******.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n***.\n.*.*\n.*..\n.*..\n***.\n....\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n***.\n....\n**..\n....\n***.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n...*\n.*..\n....\n***.\n****\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n*...........*.\n*..**.......*.\n..*..*...*.**.\n..*..*....*...\n*.*...*...****\n.*.*..*....*..\n.*..**......*.\n*...........**\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n.*.**.......**\n.**..*....***.\n..**.**..*...*\n..**.**...*.*.\n**.**.*...*..*\n***.**.....***\n............**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............*\n..............\n..............\n..............\n.*.**.......*.\n.**..*....****\n..**.**..*....\n*.**.**...*.**\n.*.**.*...*...\n.**.**.....**.\n*...........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n...**...\n*.*....*\n......**\n........\n**....*.\n****...*\n```\n\n\n## Output without wrap\n\n```\n...*....\n.***....\n...*..**\n......**\n......**\n*.......\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...\n.***....\n*..*..**\n*.....**\n*.....*.\n........\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n*....\n.****\n***..\n*..**\n```\n\n\n## Output without wrap\n\n```\n**...\n*.**.\n.....\n.***.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n...*\n...*\n....\n....\n....\n..*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*..\n.*..*..\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n**.**..\n*****..\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......\n.......\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n.*..\n**..\n..**\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n*...\n...*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.***\n....\n....\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*..\n.*..**..\n....**..\n**..**..\n...*.**.\n..*....*\n*..*....\n```\n\n\n## Output without wrap\n\n```\n.....*..\n...*..*.\n**.*..*.\n...*....\n.***.**.\n..***.*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*..\n...*..*.\n**.*..*.\n...*....\n****.***\n..***.**\n..***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..\n*.*..\n*.*..\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n**..\n....\n....\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n.*..\n*.**\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n....\n.*..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..*..\n.....\n.....\n..**.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n..*..\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*..\n....*.*.*\n......*.*\n.*.....**\n.*.*.***.\n**.*.*.**\n```\n\n\n## Output without wrap\n\n```\n..*.**...\n..*.*.*..\n...**.*..\n....**.*.\n***.**.**\n**....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*.*.\n**....*..\n**.**.*.*\n*...**.*.\n*........\n*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*..\n....\n.**.\n..**\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*..*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n...*\n....\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n....\n....\n....\n..*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n.**.\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****.**\n**.*.****.\n**********\n```\n\n\n## Output without wrap\n\n```\n**.*....**\n..........\n*..*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*\n..**.*\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n*.*..*...\n**...**.*\n.....****\n.......*.\n*.......*\n***.....*\n*..*...*.\n.*.*..*..\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n.*****...\n*....*...\n**..*.**.\n.........\n.......**\n.*.....**\n*.....*..\n*..**..**\n*****....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*...\n**.***...\n**..*.*..\n.........\n.........\n........*\n......***\n.*.**...*\n**.**....\n*****....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**\n.*...*\n**....\n**..**\n*..*..\n```\n\n\n## Output without wrap\n\n```\n....**\n......\n.**...\n..*.*.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**.**\n.**.**\n..*.*.\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...***\n****...*\n..**...*\n..**....\n.**...*.\n```\n\n\n## Output without wrap\n\n```\n......**\n...*****\n...**...\n..**....\n..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.\n...*.*..\n...**...\n....***.\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*\n.****.\n*...*.\n******\n```\n\n\n## Output without wrap\n\n```\n**....\n*.*...\n.....*\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n......\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...**\n..*...*.\n*...**..\n...*...*\n........\n......*.\n...**.**\n........\n*.**....\n........\n.*......\n```\n\n\n## Output without wrap\n\n```\n......**\n..**....\n..**..**\n...**...\n.....**.\n.....*.*\n....*..*\n.....**.\n.***....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...**\n.*.*....\n..**..**\n...**.*.\n.....**.\n.....*.*\n*...*...\n.....*.*\n.***....\n........\n*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n...**\n*..**\n*...*\n*...*\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n*****\n*****\n.....\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**\n....*.\n.....*\n```\n\n\n## Output without wrap\n\n```\n....**\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.**.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.****\n.****\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n....*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*..**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.***.\n.*.**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n**.**\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n.*.**\n....*\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**....\n..........\n..........\n..........\n..........\n..........\n..........\n....***...\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.*...\n..........\n..........\n..........\n..........\n..........\n.....*....\n....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n..*.\n*...\n.*..\n*...\n....\n...*\n**..\n*...\n....\n*.*.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n**..\n....\n....\n....\n**..\n..*.\n.**.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n**..\n....\n....\n**.*\n..**\n....\n.*.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.***\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n**...\n**...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n**...\n..*..\n..*..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*..\n.**.\n..*.\n*.*.\n.**.\n..*.\n.***\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n.**.\n..**\n..**\n..**\n....\n.*.*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n.**.\n..*.\n..*.\n..*.\n*...\n.*.*\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*..\n...*\n*...\n*...\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**..\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n...*\n****\n.*..\n.***\n*.**\n.**.\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n**.*\n....\n*..*\n*...\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n....\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.\n.**...\n.*.*..\n..**..\n*.*.*.\n*.....\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n...**.\n..**..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n*.*...\n...***\n..***.\n.....*\n*.*...\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n.......\n.......\n.....*.\n....*.*\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.....*.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.....*.\n....***\n*..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.\n**.*..\n*.*..*\n..*.**\n..****\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*.....\n*.*..*\n..*...\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n..*...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n......\n******\n......\n...**.\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n.*****\n.*...*\n.*.*.*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n.....*\n..****\n......\n*.*...\n**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.****\n*.*****\n*.**.**\n*..***.\n*******\n**.****\n.***.**\n.**.*..\n**.****\n***.***\n```\n\n\n## Output without wrap\n\n```\n**.....\n*......\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n*....\n.**..\n.*...\n.*...\n..**.\n*...*\n..**.\n*....\n*..*.\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n***..\n**...\n.*...\n.***.\n.*..*\n.*.*.\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*.*..\n***..\n**...\n.*...\n*****\n.*..*\n**.*.\n.***.\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n*..*\n....\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.*.*\n****...**.\n*.......*.\n..**......\n..........\n*.**......\n.*.*.*****\n```\n\n\n## Output without wrap\n\n```\n...**.***.\n...**.....\n......***.\n..........\n.*.*...*..\n**..*.*.*.\n.*..*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.*..\n...******.\n......***.\n..........\n.*.*...***\n**.*******\n**...*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*....\n.........*\n.......*..\n..*.......\n```\n\n\n## Output without wrap\n\n```\n.*........\n.*........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.......\n**........\n..........\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****..\n**.**..\n*..**.*\n...*.*.\n..*..*.\n...****\n...*.**\n***..*.\n...*.**\n.*...**\n*..**.*\n*.**...\n.****..\n.***.*.\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.**....\n..**...\n.*..*..\n.*.*...\n.*..*..\n**.*...\n.......\n.****..\n.*****.\n**..**.\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n.....*.\n***...*\n*.**..*\n.*..*..\n.*.*...\n*...*..\n**.*...\n.......\n..***..\n..*****\n*...***\n*....*.\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**...*..\n...**.....*.\n*..*.*...*.*\n*.*......**.\n....*.......\n```\n\n\n## Output without wrap\n\n```\n............\n.*..*....**.\n*...*...*..*\n.*.**....**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**......\n*..*.....***\n....*...*...\n.....*..*...\n*..*.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.*.*..\n.........*....\n.........**...\n........*.....\n..........**..\n........*.....\n.....**..**...\n**...........*\n.....***.*....\n**.....*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n........*.*...\n.........*....\n........***...\n...........*..\n.........*....\n...........*..\n.........*....\n.......****...\n......**..*.*.\n.......*..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*..*.\n.........*....\n........***...\n...........*..\n.........*....\n...........*..\n*........*....\n*......****...\n......**..*.*.\n*......*.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n.*.\n*..\n***\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n..*\n*.*\n**.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...**.\n..*...\n..**..\n.**.*.\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n..*..*\n..*.*.\n......\n.*..*.\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n..*..*\n..*.*.\n......\n.*..*.\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**\n*****..\n*..*.**\n******.\n*****..\n*..****\n**.*.**\n****.**\n**.*.*.\n..*****\n*.**..*\n..*.*.*\n```\n\n\n## Output without wrap\n\n```\n*....*.\n*......\n......*\n......*\n......*\n......*\n.......\n...*...\n*......\n*.....*\n......*\n.**..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n...*...\n.......\n.......\n*......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n**.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n..*......\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n..*.....*\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n***\n...\n...\n.*.\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n***\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.**\n*.**..\n..*.*.\n...*.*\n.**.**\n..**.*\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.**\n.*****\n**..**\n**...*\n.**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*.**..\n..***.\n......\n.*...*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n.*.**\n..***\n**..*\n.*...\n*...*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.*...\n*....\n**..*\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n.....\n.*..*\n.*...\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n..*.**.\n....*..\n.......\n...****\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...***.\n...***.\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n...***.\n...***.\n...*...\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n*..*..\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..**.*\n..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*..**\n*......*..*\n.*.........\n.*.........\n...........\n...........\n..*........\n.......**..\n*......*...\n.....**....\n....***....\n.....*.....\n..*.***....\n```\n\n\n## Output without wrap\n\n```\n.........**\n.........**\n...........\n...........\n...........\n...........\n...........\n.......**..\n......*....\n.......**..\n...**......\n...*.......\n....**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*****.\n.*......**.\n*.........*\n...........\n...........\n...........\n...........\n.......**..\n......*....\n.......**..\n...**......\n...***.....\n.....***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...**\n.**...**\n**......\n..**....\n......*.\n.**.*...\n.**....*\n..*....*\n...**.*.\n```\n\n\n## Output without wrap\n\n```\n.**...**\n*.*...**\n*..*....\n.**.....\n.*......\n.***....\n........\n.**...**\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.....\n..*...*.\n*..*...*\n.**.....\n.*......\n****....\n........\n***...**\n..**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.*..*\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n.*....\n.*....\n.***.*\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n**....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*....\n......\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n*....\n.*.*.\n*.***\n*.*.*\n.****\n.*.**\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n**.**\n*..**\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n**..*\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n...**\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n*...*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n.**.*.\n*****.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..****\n*.....\n*.....\n**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***.\n...*...\n.......\n...**..\n.*.....\n..*.*..\n..**...\n.****..\n```\n\n\n## Output without wrap\n\n```\n...**..\n...*...\n...**..\n.......\n..*.*..\n.**....\n.......\n.*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n...*...\n...**..\n.......\n..*.*..\n.**....\n.......\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.****\n.....\n..*.*\n.****\n*..*.\n```\n\n\n## Output without wrap\n\n```\n**..*\n*****\n.*..*\n.**.*\n.*..*\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.****\n**..*\n***.*\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n.........\n...*.....\n..**.....\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n..**.....\n..**.....\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..*..\n..........\n*.........\n.........*\n.........*\n***...**..\n..........\n.....*....\n*....*..*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n.*......*.\n.*........\n.*....*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n*........*\n.*......**\n**........\n.*....*...\n..........\n....***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.***\n***.****\n********\n********\n********\n********\n*****.**\n.***..**\n```\n\n\n## Output without wrap\n\n```\n*..*...*\n........\n........\n........\n........\n........\n........\n*...****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n.*....*.\n.....*..\n........\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**....\n........\n........\n........\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n...**.\n......\n......\n......\n*....*\n*.*..*\n.**.**\n......\n......\n**...*\n***...\n*.....\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n......\n......\n......\n.*....\n*.**.*\n.*****\n......\n......\n*.*...\n..*...\n*..*..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n..*.*.\n......\n......\n......\n**...*\n..**..\n.*****\n......\n*.....\n..*..*\n..*...\n...*..\n*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.***\n.*.*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**.*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*.*.\n.*.*\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*.\n........*.\n**..**...*\n.*........\n....*....*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n**........\n**........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n.*......*.\n.*......*.\n.*.......*\n*.......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...*.*.\n.**.*....**\n******.*...\n*.**.**..**\n*.**.***.*.\n****.*.**..\n***.*..*..*\n.*.**.*****\n```\n\n\n## Output without wrap\n\n```\n*..*....***\n.....**..**\n*.......*..\n*........**\n*........**\n.....*...*.\n..........*\n**.********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***...\n.....**..*.\n........*..\n.........*.\n.........*.\n.....*...*.\n...........\n....***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*...*.\n.............\n..*..........\n..**.........\n..**.........\n..**...*...*.\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n..*..........\n.*.*.........\n.*.*.........\n..**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........\n.............\n..*..........\n.*.*.........\n***..........\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n**........\n**........\n.....**.**\n.......**.\n....**.*..\n*.*..**..*\n*........*\n```\n\n\n## Output without wrap\n\n```\n**........\n..*.......\n**........\n......*.**\n....*....*\n....**.*..\n.*..***.*.\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......*\n..*......*\n.*........\n*.....*.**\n....*....*\n....**.*.*\n**..***.**\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n.....\n.....\n..**.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..**.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n..**.\n..*.*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**...*.*\n.**.....*....\n......*.***..\n.*.**........\n...*......*..\n.......*.....\n*.*......****\n.....*...*..*\n......*.*...*\n.......**.*.*\n.***....**.*.\n```\n\n\n## Output without wrap\n\n```\n.**..........\n.*.*..*.*.*..\n.*...****..*.\n.*......**...\n..*.*........\n...*....**.*.\n...........**\n............*\n.......**...*\n..........*.*\n........****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..*.*..\n..*...*......\n*....****..*.\n.*......**...\n..*.*........\n*..*....**..*\n*..........**\n.............\n**.....**..**\n..**.....*.**\n..**....*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n******.*.\n***..*.*.\n*.*.**.**\n**.***.**\n*.*******\n**.******\n```\n\n\n## Output without wrap\n\n```\n*......**\n.........\n.......*.\n.........\n*........\n.........\n**......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.......*.\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.**\n**.**.***.\n...**...**\n......*..*\n*.*.***.*.\n.**..***.*\n......**.*\n...**.***.\n*..*..*.*.\n......***.\n.*.***....\n```\n\n\n## Output without wrap\n\n```\n...**.*.**\n..*...*...\n..***.*..*\n......*..*\n..***...**\n.****....*\n..***....*\n...**....*\n...**....*\n..**..*.*.\n....****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.**\n*.*...*...\n..***.*...\n*.....*...\n*.***...*.\n.****....*\n*.***....*\n...**.....\n...**.....\n..**..*.**\n...**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n*.........\n**....**.*\n*...*..***\n...*.*.**.\n...**..*..\n*.........\n**........\n*...*.**.*\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n**........\n..*..**.*.\n***.**...*\n..**...*.*\n..*******.\n***....*..\n..*.......\n**..*.*...\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*....\n**........\n.**..**...\n..*.**....\n..**...*..\n..******..\n***....*..\n..*......*\n**..*.*...\n*...*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*....\n*..*...**\n.***.....\n**.....*.\n........*\n...**....\n.........\n..***....\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n*...*....\n...*...**\n**.......\n.........\n.........\n..*......\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*....\n*...*...*\n...*...*.\n**......*\n*.......*\n.........\n..*......\n.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n....**..\n.....**.\n```\n\n\n## Output without wrap\n\n```\n....**..\n....*...\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n**....\n..**..\n```\n\n\n## Output without wrap\n\n```\n.*....\n.*.*..\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n**....\n..***.\n...*..\n......\n.*....\n**.*..\n```\n\n\n## Output without wrap\n\n```\n......\n.*.*..\n.*..*.\n.*..*.\n......\n*.*...\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*...*\n**...*\n.*..*.\n......\n*.**.*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n......\n..**..\n..*...\n*.*.**\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..**..\n..*.*.\n*.*...\n*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..*...\n..**..\n..*.**\n*.*..*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n....***...\n*...***.**\n*...**..**\n*..*.*****\n.*........\n*..*..*.**\n```\n\n\n## Output without wrap\n\n```\n.....**...\n....*****.\n..***..**.\n**..*.**.*\n...*.**...\n*.*.**....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*\n*..**.*..*\n*.***..***\n**..*.**..\n**.*.**...\n.**.**....\n**.**.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.**.\n**..\n****\n....\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..*.\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n..**\n....\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n***\n*..\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n***...\n......\n......\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n*.....\n......\n...**.\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...*...***\n......*...**..\n.....*...*.**.\n.**.....**..*.\n.***........*.\n.....*.***..*.\n.....*.*.*.**.\n**...*****.*.*\n**....*....***\n.......*****..\n.......**...*.\n```\n\n\n## Output without wrap\n\n```\n...........**.\n.........**..*\n.......**.***.\n.......*..*...\n.*.**..*......\n..*.***.*.*...\n.*.****.**.*.*\n**...**......*\n**...**..**.**\n......*..****.\n.........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.....**\n......*.....**\n*......**.***.\n.......*..*...\n.*.**..*......\n.**.***.*.*...\n**.****.**.***\n**...**.......\n**...**..**...\n*....**.......\n*....**.*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n*****\n..*.*\n..*.*\n...**\n**.*.\n.....\n..**.\n.*..*\n```\n\n\n## Output without wrap\n\n```\n**...\n**.**\n....*\n....*\n.*..*\n.*..*\n.*...\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n*..*.\n**...\n.*...\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n......\n......\n..*...\n.*....\n......\n.*....\n*.....\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n***\n***\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..\n.*..*..\n.***...\n*......\n*..**..\n.*.....\n...*...\n```\n\n\n## Output without wrap\n\n```\n...**..\n**..*..\n*.***..\n...*...\n***.*..\n.***...\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n*...*..\n*.***..\n...*..*\n***.*..\n....*..\n.*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*\n**...*\n**...*\n*....*\n**....\n**....\n......\n......\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n..*.**\n....**\n......\n......\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*.*.\n....*.\n......\n......\n**....\n......\n......\n......\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*......\n**.......**..\n....*.**.**..\n......*......\n.*...**......\n.*.****......\n.............\n```\n\n\n## Output without wrap\n\n```\n**....****...\n**...*....*..\n.....*....*..\n.........*...\n...*.........\n....*.*......\n...***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......**...\n**...*....*..\n.....*....*..\n.........*...\n...*.........\n......**.....\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*..**\n*......*.*\n......*...\n*..*..*..*\n.*.*..*.*.\n.**...*..*\n.**..*....\n...*....**\n*..***...*\n```\n\n\n## Output without wrap\n\n```\n**.....***\n**....*..*\n.*......*.\n.**.*....*\n**.*....*.\n*..*.*....\n**.*.*...*\n...*...*..\n..***...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**.*..\n........*.\n**......**\n***.*....*\n**.*....**\n*..*.*...*\n...*.*...*\n.*.*....**\n.*.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*..**\n**.*..\n.....*\n....*.\n....*.\n....**\n```\n\n\n## Output without wrap\n\n```\n...**.\n*..***\n*.*..*\n.*.**.\n.....*\n...*..\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.*.***\n.**...\n**.**.\n*.....\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*******\n*..******\n*******.*\n*********\n*.*******\n.***.**.*\n*.*******\n.***.****\n```\n\n\n## Output without wrap\n\n```\n.**.....*\n*........\n.........\n.........\n*........\n*........\n*........\n.*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*.**.\n*...*\n*.***\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n***.*\n**.**\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n....*\n***..\n**...\n**...\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n........\n...**...\n*.***...\n*.......\n........\n........\n....*.*.\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n..*.*...\n.**.*...\n.*.*....\n........\n........\n.....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n..*.*...\n.**.*...\n.*.*....\n........\n........\n.....*..\n.....*..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.*.\n**.*.****\n.***.*.**\n..*...***\n.**..*...\n****.**..\n.*.**.*.*\n..****..*\n.......**\n...*.**..\n```\n\n\n## Output without wrap\n\n```\n*****....\n*....**..\n.....*...\n...*..*..\n....*..*.\n**....**.\n.*.......\n.*...**.*\n.....*..*\n......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n.........\n.....*...\n...*..*..\n....*...*\n......*.*\n........*\n*....**.*\n***.**..*\n****...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n*..\n...\n*.*\n...\n```\n\n\n## Output without wrap\n\n```\n**.\n**.\n*..\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n.**\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*..\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.*\n*.**.*.\n**.**..\n```\n\n\n## Output without wrap\n\n```\n*...**.\n.....*.\n**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....*.\n.......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**...*\n...**.\n.**.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n.....*\n.**..*\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n*..**.\n......\n..*.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*..**\n.**..\n.....\n.....\n.....\n.....\n..*..\n.***.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n.*..*\n..*..\n.....\n.....\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*....\n**..*\n*****\n.....\n.....\n..*..\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n......\n......\n......\n......\n......\n.*..*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n..**\n**..\n**..\n....\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n..*.\n*...\n**..\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n****\n..**\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*.\n.*...*..\n.*...*..\n..*.*...\n........\n........\n........\n.....*.*\n...*...*\n..*....*\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.*****.\n*.*****.\n........\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n....*.*.\n*.*****.\n........\n........\n........\n........\n.......*\n**......\n..*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.**.....*\n.*......*\n..*.....*\n```\n\n\n## Output without wrap\n\n```\n.........\n.**......\n.**......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......\n........*\n.**.....*\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n*...*\n*..*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n*****\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****\n.*.*.\n****.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*...*\n*.***.***.\n*********.\n.*.*.****.\n*******.*.\n*..**..*.*\n*..*******\n```\n\n\n## Output without wrap\n\n```\n......***.\n**....**.*\n........**\n........**\n........**\n......*..*\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*..\n..**..**.\n******..*\n.*..***..\n..*******\n....***.*\n```\n\n\n## Output without wrap\n\n```\n......**.\n.*....**.\n.......*.\n.*.......\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n..**...*.\n.......**\n.*.......\n*.*.....*\n.......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n............**\n..............\n*........**..*\n..............\n.........**..*\n....*....**.*.\n***.*.....***.\n*...**........\n..**.....***..\n.........**...\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..........*...\n..........***.\n***.........**\n******...**.*.\n**...*..**..*.\n...***..**.**.\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n*.............\n..........*...\n.*........***.\n***.........*.\n..****...**.*.\n**...*..**..*.\n...***..**.*.*\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..***.\n......\n*****.\n*...*.\n.*..**\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n..*.*.\n......\n*****.\n*.....\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n..*.*.\n.....*\n*****.\n......\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..\n..........\n........*.\n..**...***\n..***.*.**\n......*.**\n.......**.\n.......**.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......***\n..*.*.....\n..*.***...\n...*.**...\n......*...\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.\n..........\n.......***\n..*.*.....\n*.*.***...\n...*.**...\n......*...\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*.*.*.\n..*..*.*.*.\n.......*.**\n**..*....*.\n.*..*.*.*..\n........*..\n*....****..\n*....****..\n*****..*...\n```\n\n\n## Output without wrap\n\n```\n...........\n.......*.*.\n.*....*..**\n**...*.*.**\n**...*.***.\n........**.\n.....*...*.\n*.**.......\n******.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*...\n.......*.*.\n**....*..*.\n**...*.*.*.\n**...*.***.\n........**.\n.....*...*.\n*.**......*\n*.***......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n**.\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n..**\n*..*\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n*..*\n...*\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n....\n**..\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*.*\n...*..\n*..*..\n.*...*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n..**..\n..*.*.\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n....*.\n..**..\n*.*.*.\n***...\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.*.*\n****\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n**.*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n.*..\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n**...\n.*.*.\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n**.**\n.....\n.....\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n**.*.\n....*\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n***\n***\n.**\n*.*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*****\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**..\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n**.*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.*......*\n.*.......\n.***.....\n.........\n.**......\n.........\n.........\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n.........\n***......\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n**.......\n**.......\n.**......\n..*......\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n...**\n**...\n```\n\n\n## Output without wrap\n\n```\n..*.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..........*.\n*.*.*.....*..\n*.*.......*..\n*.*.**.....*.\n...*.........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n*.***.....**.\n..*.**....**.\n.**..........\n...**........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..........**\n*.***.....*..\n*.*.**....*..\n.**........**\n...**........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*.*...\n......*.*.*...\n........*.*...\n........*.*...\n........*.....\n```\n\n\n## Output without wrap\n\n```\n..............\n.......**.**..\n........*.**..\n.......**.*...\n........*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*.....\n.......**.**..\n........*.**..\n..............\n.........*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n**.*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....*..**.\n.***....*..*.\n.....*.*..*.*\n.**.*.......*\n..*.*..*.**..\n.**.*.*.**..*\n.***.........\n```\n\n\n## Output without wrap\n\n```\n.*........**.\n.**...****..*\n....*.......*\n.**.***.***..\n....*..*.***.\n....**.****..\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........**.\n***...****..*\n....*.......*\n***.***.***..\n....*..*.***.\n*...**.****..\n...*...*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**\n....*\n**..*\n...**\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.****\n.**.*\n....*\n.**.*\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**..\n...*.\n.***.\n....*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.*\n....***..\n.....*...\n.........\n.........\n*.......*\n*........\n*.......*\n*........\n.........\n```\n\n\n## Output without wrap\n\n```\n......**.\n....*..*.\n.....**..\n.....*...\n.........\n.........\n**.......\n**.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n....*..*.\n.....**..\n.....*...\n.........\n*........\n.*.......\n.*......*\n.*......*\n.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*...*\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n...*.\n...**\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.............\n...........*.\n..*....*.....\n......*......\n*.....**.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n......*......\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n......*......\n......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***********\n*******.***\n****.******\n****.******\n***.*******\n***.**.****\n***********\n*********.*\n*.*********\n****.***..*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***.*..*.*\n.**.*.**...*.\n.*....**...*.\n.*.*..*.*..*.\n****.****..*.\n**.**...**...\n......***.***\n***.*.***..*.\n.***.*****...\n.*...*.....*.\n....*.***.***\n.*..***.*.**.\n.***.*.**..*.\n*...*..**..*.\n```\n\n\n## Output without wrap\n\n```\n...***....***\n.....*.**....\n..**...**....\n..****.*....*\n.....*...**.*\n...**.*...*.*\n....*.....*..\n...***...*..*\n..***.....*..\n..***....****\n..*........**\n**.*.......**\n*...*..*.....\n*...*..*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n*............\n*.**...**....\n*.****.*.....\n.....*...***.\n...**.*...**.\n....*.....***\n...***...*...\n.****.....*..\n.****....**..\n..*........*.\n...*.........\n*.*........*.\n.**......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**..*\n*********\n..*.**.**\n***.*****\n***..****\n***.*****\n**.******\n*********\n*********\n**.*****.\n.****.*.*\n*.**.*.*.\n.****.**.\n***..***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.......**\n.......**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n...*\n....\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n....*\n*..**\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n....*\n.*...\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n....*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.*.***\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n......*.*...\n......*.*...\n*.*.........\n*.*.........\n*.*.........\n....*.......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n*.**........\n...*........\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n*.**.......*\n...*........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*\n......*\n.*.....\n.*.****\n.......\n.......\n.......\n.......\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n.......\n....***\n....*.*\n......*\n...***.\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*\n.....**\n.*..*.*\n.*.....\n...****\n.......\n.......\n.......\n....*..\n...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n*.*\n***\n...\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n..*\n..*\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.......\n*.**.*....*\n***...*...*\n**.*.*.....\n....*...**.\n.......*...\n....***....\n*...**.....\n....***.*..\n..*........\n...***.....\n....*......\n...***.....\n..**.......\n```\n\n\n## Output without wrap\n\n```\n.****......\n*...*......\n.....**....\n*..***...*.\n....*...*..\n....*.***..\n....*.*....\n...*...*...\n...**.*....\n......*....\n...***.....\n...........\n..*..*.....\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n....*.....*\n.....**....\n...***...*.\n....*...*..\n....*.***..\n....*.*....\n...*...*...\n...**.*....\n......*....\n...***.....\n...........\n..*..*.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***.*.**.\n*.*....*.....\n.......*.....\n...**........\n..***..**....\n....*..**....\n....*****....\n.....**......\n......*......\n.....**.**...\n....***.***..\n.........**..\n...*.*...**..\n....*..***...\n```\n\n\n## Output without wrap\n\n```\n.....*.**....\n....**.**....\n...**.*......\n..*.*.***....\n...*..**.*...\n.......*.*...\n.............\n.............\n.............\n.....*.......\n.......*.....\n.............\n.....*...**..\n.........*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*..*....\n...*.*.*.....\n...**.*......\n..*.*.***....\n...*..**.*...\n.......*.*...\n.............\n.............\n.............\n.....*.......\n.......*.....\n.............\n.............\n...*..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n.***.\n**.**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n.*.\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**\n....*\n.....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..**\n.....\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****\n...*..\n*..*.*\n*..**.\n**.**.\n*.*.*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*....\n.**.*.\n.*..*.\n*...**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...*.*\n***...\n**...*\n......\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*\n***.**\n.*.***\n.**.**\n*.....\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n*.....\n***.**\n***.**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n......\n......\n***...\n..*...\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.....**\n**..*.....**\n.**...*.*...\n**.**.*.....\n...**.......\n.**...*.....\n*..**.....*.\n.*........**\n...**.......\n.*..........\n.*..........\n```\n\n\n## Output without wrap\n\n```\n.*.***...*.*\n.*...*...*.*\n**.**.*.*.*.\n**.***......\n*.****......\n*****.......\n...*......**\n.***......**\n.***........\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...***\n.....*...**.\n...**.*.*...\n**.***......\n*.****......\n*****......*\n*..*......*.\n*.**......*.\n*.**........\n*.**........\n.*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*.*...\n...*.*\n...**.\n.**.*.\n*..*.*\n...*..\n...*..\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n.****.\n.*.**.\n.**.*.\n.*.**.\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n*....*\n.***.*\n...***\n..*.*.\n...***\n...*..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n.......*.*....\n......*..*....\n......*.*...*.\n...........*..\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n.......**.....\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n.......**.....\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*...*.\n*.*......*..\n*.*....**...\n..**...*....\n...*.*.*....\n.....*.****.\n...........*\n.*.....**...\n.*..........\n.......**..*\n.......*..**\n.......*....\n........***.\n......*.*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.*........\n..*....***..\n..*....**...\n.****..*....\n..**...*.*..\n....*..****.\n......*...*.\n............\n............\n.......**.**\n......**..**\n.......*...*\n........*.*.\n.......**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*..**\n..*....***.*\n..*....**...\n.****..*....\n..**...*.*..\n....*..****.\n......*...*.\n*...........\n*...........\n*......**.**\n......**..**\n.......*...*\n........*.*.\n.....*..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*.*.*\n*....\n***..\n*...*\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n.....\n*.**.\n*....\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***\n..*.*\n.***.\n....*\n.****\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*.**..\n**...*.*...\n**...*.*...\n```\n\n\n## Output without wrap\n\n```\n**.....**..\n..*.**.*...\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.**.*\n..*.**.*..*\n..*.**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n..**\n..*.\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.***\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.***\n.....*.*.\n..**.****\n.*.*.*..*\n**.*..***\n...****.*\n*...*.**.\n*.*.****.\n*.*.*..*.\n*.*.*.**.\n***.***..\n**..*.*.*\n```\n\n\n## Output without wrap\n\n```\n...******\n.........\n..**.*..*\n**.*.*...\n**.*....*\n****....*\n.*......*\n*...*...*\n*.*.*...*\n*.*.*..*.\n..*.*....\n*.***.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****....\n.........\n*.**.*..*\n.*.*.*...\n.*.*.....\n.***.....\n**.......\n*...*....\n*.*.*....\n*.*.*..*.\n..*.*....\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....\n.*.**....\n..*......\n..*.*....\n.........\n.........\n.........\n..*......\n.*.*.....\n```\n\n\n## Output without wrap\n\n```\n...**....\n.*.**....\n.**.*....\n...*.....\n.........\n.........\n.........\n..*......\n..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.....\n.*.**....\n.**.*....\n...*.....\n.........\n.........\n.........\n..*......\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n..**.\n**...\n*..**\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n***..\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*..*\n....\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n*..*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n...\n**.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n**.\n**.\n*..\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n......\n*....*\n....*.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n....*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*...*.\n.....*\n*...*.\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n..*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n***..\n***..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n*.*.*\n****.\n....*\n**..*\n.*.*.\n..***\n**..*\n*****\n.....\n.....\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n*.*.*\n*.*.*\n....*\n*****\n**...\n*...*\n*....\n*.***\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n..*..\n..*..\n.....\n.****\n.*...\n.....\n.....\n..**.\n*****\n.....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*....\n.**.*..***\n..***...*.\n..........\n....*.*...\n.*...*.**.\n..*..*..*.\n```\n\n\n## Output without wrap\n\n```\n..***...*.\n.....*.***\n.**.*..***\n....**....\n.....***..\n....**.**.\n......***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....***..\n*....*.***\n.**.*..***\n....**....\n.....***..\n....**.**.\n..**.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n....\n*...\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.**.\n....\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n****\n...*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.**\n*.*\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.**\n..*\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n.**\n*.*\n...\n...\n...\n...\n...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***\n****.\n*****\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n*****.\n.....*\n```\n\n\n## Output without wrap\n\n```\n..*...\n*...*.\n.*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.*...\n*.*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*\n*...**\n....*.\n...*.*\n....**\n....**\n......\n......\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n...*..\n...*.*\n...*..\n....**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n*...*.\n*..*..\n...*.*\n*..*..\n....**\n......\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.**.\n.*...**.\n..*****.\n........\n****.*..\n*.......\n*...*...\n```\n\n\n## Output without wrap\n\n```\n.**..**.\n.*.....*\n..**.***\n.....*..\n*.*.....\n*.**....\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..\n....**..\n..**.***\n.....*.*\n*.*.....\n.....**.\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n...*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n...*..\n..**..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n****.\n***.*\n****.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n**.\n...\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n**.**\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n*****....\n****.*...\n******...\n```\n\n\n## Output without wrap\n\n```\n....*....\n*........\n.....*...\n*....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n*........\n.....*..*\n*....*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.\n*....*\n*....*\n.*..*.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n**..**\n..**..\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n******\n......\n......\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n***....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.....\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.*.....\n.*.....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*.....\n.......\n.......\n.......\n*...*..\n...*.**\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n....***\n....***\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n*.*..\n.**..\n..**.\n.**..\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n...*.\n....*\n.....\n.....\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.*\n*......\n*.*....\n..*....\n...**..\n...**.*\n*......\n...**.*\n```\n\n\n## Output without wrap\n\n```\n**.....\n*.**...\n.......\n.**....\n..*.**.\n...***.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****.*\n..**...\n.......\n.**....\n..*.**.\n...***.\n*.....*\n.****.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**..\n**.......\n.*......*\n*......**\n.....*..*\n.........\n..*......\n.........\n.......**\n.......**\n.......**\n**......*\n*.*......\n*.....*.*\n```\n\n\n## Output without wrap\n\n```\n**.......\n..*......\n.*.....**\n.......**\n.......**\n.........\n.........\n.........\n.......**\n......*..\n.........\n**.....**\n*......*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n..*.....*\n.*.....*.\n.......*.\n*......**\n.........\n.........\n.........\n.......**\n*.....*..\n.........\n.*.....*.\n.......*.\n.....****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*.*\n.....\n***..\n.***.\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.***.\n.*.**\n.*.**\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n....*\n..***\n.....\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n....**..\n......*.\n....**..\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n.....*..\n......*.\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n......*.\n.....*..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.....\n.*.*.\n...*.\n...*.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n..*..\n...**\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.*...\n..*..\n...**\n...*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*...**\n**.****.*\n**....***\n...******\n.*****.**\n.****..**\n.*...*.**\n**.***.**\n.***.****\n**..****.\n```\n\n\n## Output without wrap\n\n```\n.***.***.\n...*.*.*.\n**..*....\n*........\n**.......\n.........\n.........\n.........\n*****....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n..***....\n....*....\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n......\n......\n...*..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.....\n.*...\n.....\n.....\n..**.\n.....\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n*....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..**..\n.**...\n...*..\n```\n\n\n## Output without wrap\n\n```\n..*...\n.**...\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.*.*..\n.*.*..\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....**....**\n***.*.*......\n*.***........\n............*\n.............\n...*..*......\n...*.....*...\n......*......\n.....***.....\n...**.**....*\n.****........\n.*...........\n*.........**.\n```\n\n\n## Output without wrap\n\n```\n.*...**......\n*...*.*......\n..*.**.......\n...**........\n.............\n.............\n......*......\n.....**......\n.....*.*.....\n....**.......\n***.*........\n***.*........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**...***\n.*..*.*....**\n.**.**.......\n...**........\n.............\n.............\n......*......\n.....**......\n.....*.*.....\n....**.......\n***.*........\n....*........\n***.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..*..*\n.*.*....**\n...**....*\n```\n\n\n## Output without wrap\n\n```\n..*.....**\n.*..*..*..\n..**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*\n.**.....**\n.**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n*...\n.*..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n*.*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n..***.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n......\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n*****\n.*...\n..**.\n..**.\n*.*.*\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n..*..\n*..*.\n*...*\n*...*\n...**\n..**.\n..**.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n.....\n.....\n.....\n..**.\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n***\n***\n***\n*.*\n***\n.**\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n...\n...\n...\n...\n*..\n...\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*..*\n....**.*\n*.*.*...\n.**.*..*\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n.......*\n..*.*.*.\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*\n.**.*...\n..*.....\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....*\n**.*..**\n**...***\n*.*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*....*.\n.******.\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n...*.*..\n...**...\n..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n**.****\n.******\n.****..\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n......*\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n.*..\n*.*.\n.***\n***.\n.*..\n**..\n*..*\n..**\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n*...\n*..*\n...*\n*..*\n....\n***.\n*..*\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*..*\n*...\n....\n....\n...*\n.***\n....\n.**.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n***.\n...*\n****\n.***\n***.\n.*..\n***.\n..*.\n**..\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n....\n....\n....\n.*..\n.*..\n..*.\n.**.\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n....\n....\n...*\n.***\n*.*.\n.***\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n**..*\n.*...\n.****\n```\n\n\n## Output without wrap\n\n```\n**...\n*....\n.***.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n****.\n*****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n*......**\n*......*.\n*.*.****.\n**.*.**.*\n........*\n.........\n......**.\n.......**\n.........\n*.......*\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......**\n*....*...\n*.***...*\n****....*\n.......*.\n.......*.\n......***\n......***\n.......**\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*\n*......*.\n*....*...\n..***....\n.***.....\n.......**\n.......*.\n......***\n......***\n*......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n**..*..\n.......\n..**.*.\n....**.\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n.****..\n...*.*.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.**\n**.....\n.****..\n...*.*.\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..**\n****.***\n*.******\n*****.*.\n********\n******.*\n********\n**..****\n```\n\n\n## Output without wrap\n\n```\n*..***.*\n........\n........\n........\n.......*\n........\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n**.\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n*..\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n*..\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....**....\n..*..*..*.**..\n...*********..\n*..*....*....*\n.*............\n**............\n.............*\n***.....**..**\n.......**...*.\n*.......*...*.\n*........**.**\n.........***.*\n..*.......*...\n**.*.....**...\n```\n\n\n## Output without wrap\n\n```\n.*.*.....**...\n.....**..*.**.\n.......*..***.\n.....***...*..\n*..*..........\n*.............\n*.*.....*...**\n.*.....**.....\n......*..*.*..\n.......**..***\n.......**...**\n..............\n.**...........\n.**...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**....***..\n.*...**...**..\n.......*..***.\n*....***...***\n...*.........*\n*............*\n..*.....*.....\n.*.....**...*.\n**....*..*.**.\n.......**..**.\n**.....**.....\n.............*\n..*...........\n*..**....*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n...\n.**\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*.*\n.**\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n***\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***.*..\n.****.**.\n..*...**.\n...*..**.\n*****..**\n**..*****\n....*..*.\n....*.*..\n```\n\n\n## Output without wrap\n\n```\n.....*...\n*****..*.\n...**....\n....**...\n.........\n.........\n....*....\n....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n.**..*...\n.*.**....\n*...**...\n.........\n.........\n...***...\n...**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n.**.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.....*\n.....*\n*....*\n..*...\n..**..\n*.*..*\n*.*...\n*.****\n.*..**\n*....*\n*.....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..***.\n.*.*..\n......\n..*...\n..**..\n*.**..\n..****\n*.*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n****.*\n**.**.\n*...*.\n..*...\n..**..\n..**..\n.***..\n.**..*\n*....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n*.........\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.***\n**..\n*..*\n.*.*\n.***\n```\n\n\n## Output without wrap\n\n```\n.*.*\n...*\n*..*\n*...\n**.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n....\n...*\n.*..\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n.***\n...*\n....\n..*.\n..**\n.*..\n.**.\n..*.\n```\n\n\n## Output without wrap\n\n```\n...*\n...*\n...*\n....\n..**\n.***\n.*.*\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n...*\n*..*\n....\n..**\n.***\n**.*\n.**.\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.***...\n......*\n*.**..*\n*.**...\n.**....\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..**...\n.......\n.......\n.**....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n****..*\n.*...*.\n......*\n***....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n**....*\n***....\n***....\n*.**..*\n**.****\n.......\n*.*.**.\n```\n\n\n## Output without wrap\n\n```\n*......\n.......\n.......\n.......\n......*\n**.****\n*.*...*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.\n......*\n.......\n.......\n.......\n.*.***.\n..*....\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n.*.....\n.***...\n.......\n*....*.\n*....*.\n```\n\n\n## Output without wrap\n\n```\n******.\n.....*.\n.**....\n.**....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****.\n.....**\n.**....\n.**....\n.......\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...*.\n.**.....\n........\n.....**.\n*.....**\n*.....**\n```\n\n\n## Output without wrap\n\n```\n.**.....\n.**.....\n........\n.....***\n........\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...*.\n.**.....\n........\n.....**.\n*.......\n**...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n..**\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n*****.*.\n*...*.*.\n.....***\n.......*\n*..***..\n*.**..**\n*.*.*...\n.*...***\n```\n\n\n## Output without wrap\n\n```\n*...*...\n*...*...\n*.*.**..\n......*.\n..**.*.*\n.*****.*\n*.....*.\n*.**..*.\n.*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n*....*..\n*.*.**.*\n*.......\n..**.***\n..*****.\n*......*\n..**....\n***..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n****\n....\n****\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n**.*\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..*.**\n.*.....*.*\n*...*****.\n*.****....\n.***..*...\n*.**.***.*\n****.**...\n....**....\n*.*.*...*.\n...*.**.*.\n```\n\n\n## Output without wrap\n\n```\n..*....***\n.****....*\n*.*....**.\n*.........\n*......*..\n*......*..\n*......*..\n*.....*...\n......**..\n...***.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****..*\n.****.....\n*.*....**.\n*........*\n.......*.*\n.......*.*\n*......*.*\n*.....*..*\n......**.*\n.*...**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n.*......\n......**\n.*......\n**....**\n........\n**....**\n........\n*......*\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n......**\n........\n**......\n**......\n........\n........\n**....**\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n......*.\n*.......\n.*......\n**.....*\n........\n*......*\n.*....*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**.*\n...*.*..*\n...*****.\n.**.*.*..\n*.****...\n.*....***\n*...*..*.\n.....**.*\n```\n\n\n## Output without wrap\n\n```\n....****.\n....**..*\n.......**\n.........\n*.*...*.*\n**.....*.\n.*...*..*\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n*......**\n.......**\n*......*.\n*.*...*.*\n.*.....*.\n*......*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*......\n**....*.....**\n..............\n*..........**.\n*.............\n.......*.*.*.*\n......*..*....\n.......**.....\n..............\n*...........*.\n.*..........*.\n```\n\n\n## Output without wrap\n\n```\n**............\n..*...........\n**............\n..........***.\n.........***..\n..............\n..........*...\n.......***....\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.........*.\n............**\n.*..........**\n*.........***.\n.........***..\n..............\n..........*...\n.......***....\n..............\n.............*\n.**.........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n****\n****\n****\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n....***.\n*.*.*..*\n.**....*\n.*.*..*.\n..**....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.....**.\n...*..*.\n....*..*\n.***..**\n.*.*....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n.....*..\n*..*...*\n*...*...\n..**..*.\n**.*...*\n.***....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*..\n*.**.*..\n..*.....\n*.*.....\n.***....\n.*..*...\n....*...\n.***.*.*\n**...*.*\n..*.*...\n..**....\n.**...**\n```\n\n\n## Output without wrap\n\n```\n*.***...\n*..**...\n..*.....\n........\n*..*....\n.*..*...\n.*..**..\n****.*..\n*....*..\n..*.*...\n........\n.***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n*..**...\n..*.....\n........\n*..*....\n.*..*...\n**..**..\n.***.*.*\n.....*.*\n*.*.*...\n........\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.**..\n.*.**\n....*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n**...\n.*.**\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.*...\n.*.**\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n*.....\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n.*...*\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n**.*.\n****.\n...**\n..*..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n*....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n.....\n*...*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n.....\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n.....\n..*..\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..**.\n.....\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*..\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n**..**\n*.*.*.\n.**.**\n**...*\n....*.\n```\n\n\n## Output without wrap\n\n```\n**..**\n*..***\n*.*...\n..*.**\n****.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...**.\n..*...\n..*.*.\n.***..\n.*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**.\n....**\n.**..*\n......\n.*...*\n..***.\n```\n\n\n## Output without wrap\n\n```\n...***\n*....*\n....**\n.**...\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n......\n*...**\n.**...\n..***.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n...........\n...**......\n...**......\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...**......\n...**......\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...**......\n...**......\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n*.**\n*.*.\n*..*\n.*.*\n****\n..*.\n...*\n.**.\n***.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n*.*.\n*..*\n...*\n*..*\n....\n.*.*\n*..*\n*.*.\n*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.**\n*.*.\n..*.\n....\n....\n....\n....\n.*.*\n....\n*.*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n*.****...\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n.*.**....\n.*.****..\n...*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.**.*\n.*.****.*\n.*.*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.**.**\n***.*.\n*.*.*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n.*****\n....**\n*...*.\n..*.**\n**.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n....*.\n....*.\n..*.*.\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*..*...\n.....**.......\n.....*****....\n..............\n..........**..\n..........***.\n............*.\n..............\n........*.....\n.....**.***...\n.*....**..*...\n```\n\n\n## Output without wrap\n\n```\n......*.......\n.....*...*....\n.....*.**.....\n......*****...\n..........*.*.\n..........*.*.\n............*.\n..............\n.......**.....\n.....**.*.*...\n.....****.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*......\n.....*...*....\n.....*.**.....\n......*****...\n..........*.*.\n..........*.*.\n............*.\n..............\n.......**.....\n.....**.*.*...\n.....*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.***..\n..*...\n.*...*\n...*..\n.....*\n```\n\n\n## Output without wrap\n\n```\n.***..\n.*.*..\n.*.*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n.*.*..\n...*..\n.*.*.*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n..*...\n......\n..*...\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n....*.\n......\n......\n......\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*.**.*\n...*.*\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..**..\n..**.*\n...*.*\n..**.*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n*.**.*\n...*.*\n*.**.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..*\n.......**.\n.*.*......\n*..*...***\n***...*...\n```\n\n\n## Output without wrap\n\n```\n.......**.\n.......**.\n..*......*\n*..*...**.\n***....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.**\n.......**.\n*.*.......\n...*...***\n.**...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...\n......**.\n.........\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.........\n.....**..\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*...\n.....**..\n.....*...\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..**..\n..***.\n....**\n.....*\n......\n...*..\n..**.*\n*..**.\n******\n*.**..\n*.*...\n****.*\n..*.*.\n```\n\n\n## Output without wrap\n\n```\n.***..\n....*.\n..*..*\n.....*\n....**\n......\n..***.\n..*...\n*.....\n*....*\n*.....\n*...*.\n*...*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n....*.\n..*..*\n.....*\n....**\n......\n..***.\n..*..*\n......\n......\n......\n....*.\n*...**\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*\n*.*..\n**...\n.....\n**.**\n*.***\n```\n\n\n## Output without wrap\n\n```\n*.**.\n..**.\n**...\n..*..\n**..*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n**...\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*******\n*****..****\n*.*****..**\n```\n\n\n## Output without wrap\n\n```\n.*...*.....\n*...*..*...\n......*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n...\n...\n..*\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.**..\n.*..*\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*..*.\n*...*\n..***\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n*....\n*****\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****..\n*.*..*..\n.....*..\n**....**\n..*....*\n*.*.....\n..*.....\n*......*\n...*.**.\n```\n\n\n## Output without wrap\n\n```\n.*****..\n.**..**.\n*....*..\n.*....**\n*.*...**\n..**....\n........\n......*.\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....\n.**..**.\n.....*..\n**....**\n..*...*.\n..**....\n*......*\n......**\n..**.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n...**\n**..*\n*****\n```\n\n\n## Output without wrap\n\n```\n...**\n..*..\n*....\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..**\n..*.***..\n.*..*....\n.**..****\n*.***..*.\n.*......*\n```\n\n\n## Output without wrap\n\n```\n...**.**.\n..*...**.\n.*..*....\n*....****\n*..***...\n.***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***.***\n..*...**.\n**..*....\n.....****\n...***...\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*.**.\n*.**.\n**..*\n...**\n```\n\n\n## Output without wrap\n\n```\n*...*\n*....\n*...*\n**..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.....\n*...*****...\n.****.**.***\n.*....*.*...\n.**....***..\n.......*....\n*.....*.*...\n....*.*.....\n....*.*.....\n....****....\n.....*......\n....*****...\n```\n\n\n## Output without wrap\n\n```\n.........*..\n*...**..*.*.\n*..***..*.*.\n*...***..**.\n***...**....\n.**...**....\n.....***....\n....*.*.....\n...***......\n...**.......\n....*...*...\n.....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....****\n....*...*...\n...***..*...\n*...***..*..\n.**...**....\n.**...**....\n.....***....\n....*.*.....\n...***......\n...**.......\n.......**...\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n....**\n...*..\n.*....\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n...*.*\n....*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**\n...*.*\n....*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**\n....**\n....**\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n....**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n*..*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n..*\n.*.\n***\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n.....**..\n......***\n.......**\n.........\n..*.*....\n.**.*....\n.........\n...**....\n```\n\n\n## Output without wrap\n\n```\n....**...\n....***..\n.....*..*\n......*.*\n.........\n.**......\n.**......\n..*.*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n....***..\n.....*..*\n......*.*\n.........\n.**......\n.**......\n..*.*....\n...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n...\n***\n..*\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n*.*\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n*.**.\n**.*.\n**...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n...*.\n***..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*.**.\n...*.\n***.*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***\n.....*.\n....*..\n..*.**.\n```\n\n\n## Output without wrap\n\n```\n.....**\n...*..*\n...*...\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n...***.\n.....*.\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n*..**\n.....\n...**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n*..*.\n.*.*.\n*....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.*.*.\n*.***\n...**\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....\n..**..\n..*...\n***...\n..*...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n.*....\n.***..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*.*..\n.*....\n.***..\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n...**..\n.......\n**...**\n.*.***.\n*.**...\n.*.*...\n.*.*...\n.*.*...\n.*.*.**\n**.****\n*..*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*..***\n.***...\n*.*.***\n****.*.\n...**..\n.......\n...*...\n...**..\n...*.**\n*..**..\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n....*..\n.***...\n..*.**.\n****..*\n...**.*\n.......\n.*.*...\n**.**..\n...*...\n**.**..\n.**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*.*\n*.**\n..**\n..**\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*.*\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n.*..\n....\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.***\n......***\n*.*..****\n```\n\n\n## Output without wrap\n\n```\n.....**.*\n.*.**....\n.....*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**....\n.*.**....\n.*.**....\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**...\n....***\n**....*\n***...*\n...****\n```\n\n\n## Output without wrap\n\n```\n...***.\n.******\n*.*...*\n*.***.*\n.******\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.******\n..*....\n..***..\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n....\n....\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n***\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n..**...\n..**...\n.***...\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n..**...\n.*.....\n....*..\n.*.*...\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n..**...\n.*.....\n....*..\n.*.*...\n..*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n...*\n*..*\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n*..*\n.*.*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.**.\n*..*\n.***\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n.*.\n*..\n```\n\n\n## Output without wrap\n\n```\n.**\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n.*.\n*..\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**....*.*.*\n...*....***..\n.*..****.....\n.***......*..\n.*.**....*...\n```\n\n\n## Output without wrap\n\n```\n..***..*..**.\n.*.*....*....\n.*..*...*.**.\n**.*..*......\n***..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.**.**....\n........*....\n....*...*.***\n**..*.*.*..*.\n.........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*\n**..*....\n....*...*\n.......*.\n....*.*.*\n........*\n*..*..*..\n*.*....**\n***....*.\n```\n\n\n## Output without wrap\n\n```\n***......\n****.....\n.........\n.....*.**\n........*\n.....*...\n.*......*\n*.**..***\n*.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....*\n.***....*\n*.......*\n.....*.**\n........*\n*....*..*\n**.......\n..**..**.\n...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*\n.*.*.*\n****..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n..**..\n..**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*\n..*.***\n******.\n.*.*.**\n***..**\n..**..*\n..*..*.\n..**.**\n```\n\n\n## Output without wrap\n\n```\n...**.*\n..*...*\n*......\n.......\n*......\n...**.*\n.*...*.\n..*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n..*....\n.......\n.......\n.......\n...**..\n.*...*.\n..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*..*..\n.**..*\n......\n..***.\n.*.**.\n.**...\n..****\n```\n\n\n## Output without wrap\n\n```\n......\n..**..\n*.*...\n.*....\n.**.**\n.*****\n**...*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.....*\n*.*..*\n*....*\n.**.**\n.****.\n.*....\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.**\n...*...\n**..*.*\n.***.*.\n*.**...\n***.**.\n```\n\n\n## Output without wrap\n\n```\n..***..\n.*.*..*\n**..**.\n.....*.\n*....*.\n*.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.*.*...\n**..***\n.....*.\n*....*.\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n***\n***\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n**..*\n.*...\n.**.*\n**..*\n*....\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n***..\n...*.\n..**.\n*.**.\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.**.*\n...**\n..***\n..***\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n*...*\n**...\n.**..\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n*....\n*.*..\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n**...\n*..*.\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n****.\n**..*\n*****\n*****\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n....*\n....*\n...**\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n....*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*...*\n...**\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***..**\n...*.***..\n..........\n..........\n.....**...\n..**.**..*\n*..*..*...\n**.*......\n**...*...*\n........**\n```\n\n\n## Output without wrap\n\n```\n.....*..*.\n.....*..*.\n.....**...\n......*...\n...****...\n..**...*..\n..**.**...\n*.****....\n.*......**\n.*......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*.***\n.....*.***\n.....**.*.\n......*...\n...****...\n..**...*..\n..**.**...\n******...*\n.**.......\n**..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n*.....*\n**....*\n*......\n*.....*\n......*\n*......\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n*......\n**.....\n*......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*\n.......\n.*.....\n.......\n*.....*\n......*\n*.....*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.***.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n.*...*\n......\n....*.\n...*.*\n....*.\n......\n*....*\n.*....\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....*.\n...*.*\n....*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n......\n....*.\n...*.*\n....**\n.....*\n*....*\n.*...*\n.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n.***\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n.*.*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n.*..\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n***\n***\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*.*\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n*.*\n*.*\n*..\n*.*\n***\n*.*\n**.\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n*..\n*..\n*.*\n*.*\n..*\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.*..*..\n.**.**......\n..*.***.....\n.*****......\n...*****....\n.*.***..*..*\n```\n\n\n## Output without wrap\n\n```\n.*.**.......\n.*..........\n......*.....\n.*.....*....\n.*.....*....\n..**...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*.....\n.*..........\n......*.....\n.*.....*....\n**.....*....\n*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.*\n....*..\n.*.....\n.......\n.......\n.......\n.**....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n*....*.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n*......\n*......\n*......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*......\n*......\n*......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.****\n.........\n.**.*.*.*\n**.......\n..*****.*\n..*....*.\n```\n\n\n## Output without wrap\n\n```\n......**.\n*..**...*\n***......\n*.....*..\n..******.\n..*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...***\n...**....\n.**......\n......*.*\n*.*******\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*....*\n*.*..*\n..**.*\n..**.*\n...***\n....*.\n......\n.....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...*.*\n.....*\n....**\n...*.*\n...***\n....*.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n..*.*.\n...**.\n*...**\n*...**\n...*..\n...***\n*.....\n.....*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**...*...\n....*...*...\n***..***....\n...........*\n...*....****\n**..*.....*.\n*.*.*...*..*\n*.......*...\n......**.*..\n**.***..***.\n...*....*...\n```\n\n\n## Output without wrap\n\n```\n..****......\n.**.*.*.....\n*..*.....*..\n.**..*...*..\n*..*.....*..\n****....***.\n*..*.....*..\n.**.*******.\n**.....**.*.\n.........*..\n..*..*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....*..\n***.*....*..\n...*.....*..\n.**..*...**.\n*..*.....**.\n..**....**..\n...*.....**.\n.**.******..\n.......**...\n****....***.\n..*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n......\n.*.*..\n......\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n..***.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n..***.\n......\n......\n......\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........**.\n..........*..*\n.........*...*\n............*.\n.........*....\n....*.....**..\n...*..........\n```\n\n\n## Output without wrap\n\n```\n...........**.\n..........**.*\n............**\n..............\n..........**..\n..........*...\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**.\n..........**.*\n............**\n..............\n..........**..\n..........*...\n..........*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n*.....*\n.*....*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n*.....*\n*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.*.*\n.**.\n.**.\n*...\n```\n\n\n## Output without wrap\n\n```\n..*.\n**.*\n.***\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*.**\n*.**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n**.**.**.\n*....*..*\n```\n\n\n## Output without wrap\n\n```\n.....***.\n**..*.**.\n**..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.*..\n**..*.**.\n**..**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.*..*.\n..**.*\n....**\n****.*\n*..**.\n```\n\n\n## Output without wrap\n\n```\n......\n.*..*.\n..**.*\n.....*\n***..*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**\n.*..*.\n*.**.*\n......\n.**...\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n***.\n*...\n**..\n*...\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n.***\n....\n*.**\n*.*.\n*..*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n.*.*\n..*.\n*...\n....\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*.**\n.*..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n..**\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n..*.\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*......*.*\n....**....****\n.....*......*.\n*.............\n***....**....*\n..*....**.....\n****..........\n...*......*...\n........*..*.*\n*........**.**\n*.........*...\n.........*.***\n*.......**...*\n*.............\n```\n\n\n## Output without wrap\n\n```\n....**....***.\n...*..*...*..*\n....**......**\n.*............\n.*.....**.....\n.**....**.....\n..............\n..............\n..........**.*\n..........****\n........*.....\n........*..***\n........*.**.*\n.........*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**....**..\n...*..*...*...\n....**........\n**............\n**.....**....*\n.**....**....*\n.*............\n.*...........*\n..........***.\n**........***.\n........*...*.\n........*..*.*\n........*.*.**\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n........\n........\n.....*.*\n....*..*\n..*.***.\n*..**.**\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n......*.\n...**..*\n........\n...**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*\n........\n........\n......*.\n...**..*\n*.......\n.**.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.....\n.....\n.....\n.....\n..*.*\n...*.\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n...*.\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n*..\n***\n***\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*...\n.....***..\n......***.\n.......**.\n..........\n..........\n..........\n.*........\n```\n\n\n## Output without wrap\n\n```\n.....***..\n....**.*..\n.....***..\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n....**.*..\n.....***..\n..........\n..........\n..........\n..........\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.*...\n.***..**..*.\n**..*...*.**\n..*......**.\n.**...*..***\n..*.....*...\n...*...*...*\n```\n\n\n## Output without wrap\n\n```\n..**.***....\n*.**.**.****\n*...*.*.*.**\n*..*....**..\n*...*.....*.\n.*.*...****.\n..*.....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****.*...\n.******.*...\n....*.*.*...\n*..*....**..\n....*.....**\n...*.....***\n**.*..*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......\n........\n......*.\n......*.\n......*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n......*.\n......*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n......*.\n......*.\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n*.**\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......*\n.......**\n*........\n*......**\n........*\n.........\n.........\n*.......*\n```\n\n\n## Output without wrap\n\n```\n.......**\n**.....**\n.........\n.......**\n.......**\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.*.....*.\n*........\n*......*.\n*......**\n.........\n.........\n.*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*.\n*.*..*.*\n.......*\n**....*.\n*.....*.\n.....*..\n```\n\n\n## Output without wrap\n\n```\n*.**..*.\n*.**...*\n*......*\n**....**\n**...**.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****.\n..**....\n........\n**....*.\n**...**.\n*.*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n..*..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*...\n..**...\n..**...\n**.*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n...**..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n***.**.\n*.*.**.\n**...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..**.\n***.**..*..\n**.**..**..\n.**...***..\n*.**...**..\n..*......**\n.*....***..\n*.....*....\n*.....*....\n*...***....\n....**.*..*\n....**..**.\n```\n\n\n## Output without wrap\n\n```\n.*..***....\n.*.*..*.**.\n....*.*....\n...**......\n..***.**...\n..**.**..*.\n**......**.\n..*..*.....\n**.....*...\n...........\n...*.....*.\n....***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..*.*.**\n.*******.**\n....*.*..**\n...**....*.\n*****.**...\n..**.**....\n........*..\n..*..*.....\n.......*...\n.*.........\n......**...\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.....\n*..**...\n******..\n.*..**..\n*...*...\n...***..\n..**.*..\n**.**...\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n........\n........\n........\n.*.*.*..\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n......*.\n*......*\n........\n........\n........\n.*..**..\n*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****...\n......*\n**.....\n*.**.*.\n*..*...\n```\n\n\n## Output without wrap\n\n```\n.**....\n.......\n***....\n*.***..\n.****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..*\n......*\n***....\n*.***..\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n**..\n..**\n.**.\n```\n\n\n## Output without wrap\n\n```\n***.\n....\n*..*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*.*.\n*.*.\n*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n**..\n***.\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n..**\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n.***\n....\n.***\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n...\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n*****\n*****\n*****\n*..**\n*****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**...****.*\n***.***..*..*.\n**.*..********\n..**.********.\n*.***.****.***\n```\n\n\n## Output without wrap\n\n```\n**.**...*****.\n......*.......\n*............*\n*.............\n.**.*........*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n......*.......\n..............\n..............\n*.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*.\n*.....**\n....***.\n......*.\n...**...\n..*.....\n```\n\n\n## Output without wrap\n\n```\n.....***\n.....*.*\n........\n........\n..***...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.\n.....*..\n........\n........\n...*.*..\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n**...*\n.*...*\n**...*\n.*.*..\n..**..\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*....*\n..****\n*.....\n*...*.\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n.*...*\n.****.\n**...*\n.*.***\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n***.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****..\n...***...\n.***.***.\n*****..**\n***.*.***\n****..**.\n*..***.**\n.********\n*.*.*.***\n```\n\n\n## Output without wrap\n\n```\n.........\n.*....***\n.......**\n.........\n.........\n.........\n.........\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.....*\n***....**\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.***\n.***.*\n****.*\n******\n******\n****.*\n*.****\n***.**\n**..**\n***.**\n```\n\n\n## Output without wrap\n\n```\n....*.\n.....*\n......\n......\n......\n......\n......\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n..*.\n*.**\n....\n....\n*.*.\n.**.\n```\n\n\n## Output without wrap\n\n```\n.*..\n*.**\n.***\n....\n....\n..*.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n..*.\n.***\n...*\n....\n..**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..*.**....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n*.**.\n**...\n...*.\n```\n\n\n## Output without wrap\n\n```\n***..\n..*..\n**.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*.\n..*..\n**.*.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.**...\n.**...\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n......\n......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......\n**.....\n.*....*\n..*....\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n.....**\n......*\n......*\n```\n\n\n## Output without wrap\n\n```\n**.....\n.......\n*.*....\n.*.....\n.......\n.......\n.......\n.......\n.......\n.....*.\n....*.*\n....*.*\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*.\n......*\n***....\n.......\n.......\n.......\n.......\n.......\n.......\n.....*.\n....*.*\n....*..\n.......\n.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........*.\n............\n............\n........*...\n*.....*...**\n..*..*.*....\n.........*..\n*.*.........\n............\n*...........\n....**......\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n......**....\n......**....\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n*.....**...*\n*.....**..**\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n***....\n**.*...\n*.*.*.*\n.*****.\n....**.\n....*..\n....**.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.*.....\n.**....\n.......\n.**....\n.**....\n.***...\n...**..\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.*.....\n.**....\n.......\n***....\n***....\n..**...\n...**..\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n**..\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n..**\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.**\n*...\n..**\n***.\n```\n\n\n## Output without wrap\n\n```\n.*.*\n.*.*\n.*..\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....\n.......\n*....**\n*....*.\n*.....*\n*..*..*\n*..*..*\n*...***\n...**..\n...***.\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.....**\n**..*..\n..*.*..\n....*..\n***...*\n.....**\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n....***\n*....*.\n**..**.\n***.***\n**..*..\n***....\n.......\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*..*\n.*..\n..*.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n****\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n..**\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***...*..*\n.*.*...*..*\n.*.*.*.*..*\n.*.*.******\n...........\n.....**.*..\n...........\n......**...\n.**.***....\n*...*..*...\n```\n\n\n## Output without wrap\n\n```\n.*.*.......\n**.*...****\n**.*.*....*\n.....*.****\n....*......\n...........\n.....*.....\n......**...\n.*.**......\n.*.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.***.*\n.*.*...****\n.*.*.*....*\n.....*.****\n....*......\n...........\n.....*.....\n......**...\n.*.**......\n*...*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n*..*.\n.....\n.....\n*****\n...*.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.*.\n.....\n.***.\n.****\n.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.**\n.....\n*****\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...**.\n**......\n........\n........\n......*.\n.....**.\n```\n\n\n## Output without wrap\n\n```\n**......\n**......\n........\n........\n.....**.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...**.\n**.....*\n........\n........\n.....**.\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*****\n*.*.*.**\n**..***.\n....**.*\n******.*\n***.**.*\n```\n\n\n## Output without wrap\n\n```\n.****..*\n*.*.....\n**......\n.......*\n*......*\n*....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n..*.....\n.*......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.......**\n...*......*..\n...*.*..*....\n....*..**....\n....*...*....\n....*....*...\n..**.....*...\n*.*....******\n.......**.*..\n......*......\n*.**.........\n```\n\n\n## Output without wrap\n\n```\n.............\n..**....*.*..\n......**.**..\n..*..*....*..\n..........*..\n.....*.*.**..\n.*..*...*.*..\n.*.*......**.\n..*...**.....\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*......*.\n.*......*.**.\n......**.**..\n..*..*....*..\n..........*..\n.....*.*.**..\n.*..*...*.***\n.*.*......*..\n*.*...**....*\n***..........\n...**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.*...\n**....*.**..*\n.*....***...*\n..*.**.*.*..*\n***....*..***\n*..**..***.*.\n.....*...**..\n**..*..**.*..\n......**.****\n........**...\n.......*.***.\n....*****....\n***.*...*****\n```\n\n\n## Output without wrap\n\n```\n.....***.*...\n**.......*...\n***........**\n*.**.*...**.*\n*.*..*.*....*\n*.***.**....*\n**.*.**....*.\n.....*.*.....\n......*....*.\n......*.....*\n.....*....*..\n.*.****.....*\n.*.**.*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**......\n.*.......*..*\n.**........**\n..**.*...**..\n..*..*.*.....\n*.***.**.....\n**.*.**....**\n*....*.*....*\n*.....*....**\n......*.....*\n.....*....*..\n**.****......\n**.**.....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........**\n........*.*\n...***...**\n*..***...**\n*........**\n...........\n.....***...\n....*.**...\n....**.*...\n.....*.**..\n...........\n**..*.....*\n**........*\n```\n\n\n## Output without wrap\n\n```\n.........**\n....*...*..\n...*.*..*..\n...*.*..*..\n....*....**\n......*....\n.....*.*...\n....*...*..\n....*......\n....**.**..\n...........\n**.........\n**.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........\n....*...*..\n...*.*..*..\n...*.*..*..\n*...*....*.\n......*...*\n.....*.*...\n....*...*..\n....*......\n....**.**..\n*..........\n.*........*\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*...*...\n.....*........\n*.....*....*.*\n*....*.....***\n.*...**......*\n...*..........\n```\n\n\n## Output without wrap\n\n```\n..............\n.....**.......\n....*.........\n.............*\n....***.....*.\n.....*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*............\n.....**.......\n**..*.........\n*...........*.\n**..*.........\n....*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...*.**....\n.**..*******..\n....**..**....\n.*..*.*.*.**..\n**....**....**\n**..*.........\n**.....*.....*\n*.*.....*....*\n```\n\n\n## Output without wrap\n\n```\n*.*..**.......\n*.***.........\n.****.........\n**..*.*.*.***.\n..*...**...**.\n..*...**....**\n..*...........\n*.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.**......*\n*.***.........\n.****.........\n.*..*.*.*.****\n..*...**...***\n..*...**....*.\n..*...........\n..*.....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n****\n*.**\n....\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n*..*\n*...\n*..*\n.*.*\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n*.*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*****.*\n*****.*.***.\n......*.*.*.\n........***.\n.....*.*..*.\n.....*.***..\n...*..**.**.\n.*..*...*.*.\n```\n\n\n## Output without wrap\n\n```\n*.*****.....\n*****......*\n.***.*.....*\n......*.*.**\n.......*..*.\n....**......\n....***...*.\n.......**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.....\n*****.......\n.***.*......\n......*.*.**\n.......*..*.\n....**......\n....***...*.\n*...*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n**.\n...\n...\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n...\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n**.*.\n*..*.\n.***.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*..**\n*..**\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n..*\n...\n.*.\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n**.\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*......***.\n.*.....*....\n*.....*....*\n...**.*.....\n......******\n*..***....*.\n.*......*...\n......*.....\n**....*.*.**\n.*......*..*\n```\n\n\n## Output without wrap\n\n```\n.......*..*.\n..........*.\n.....*......\n...........*\n............\n....*...*..*\n....*.*...*.\n**.......*..\n..*........*\n**......**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........*\n.**........*\n**...*......\n*...........\n*...........\n....*...*.*.\n*...*.*...**\n.........*.*\n.*......**.*\n.......*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n.****\n..**.\n.*..*\n.**..\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n.**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n.*...\n...**\n.*...\n```\n\n\n## Output without wrap\n\n```\n*.*..\n*....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n*.*..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.*..*\n.*.**\n...**\n***..\n.*.**\n.**..\n.**.*\n.**..\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n**...\n.....\n**...\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n*..*.\n.....\n.....\n.....\n*..**\n...**\n.....\n*..**\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*..*..\n****.*...***\n**.**.**.***\n..**.***....\n....*....**.\n..*...*..*..\n```\n\n\n## Output without wrap\n\n```\n.*****...*..\n*......*...*\n*......*.*.*\n.**....*...*\n..*.*..****.\n.........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.*.**.*\n.......*....\n.......*.*..\n***....*....\n..*.*..****.\n...*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..........\n.***..........\n..............\n.......**.....\n.......**.....\n.......**.....\n**....*.......\n......*.......\n...*..........\n```\n\n\n## Output without wrap\n\n```\n..............\n.*.*..........\n..*...........\n.......**.....\n......*..*....\n.....**.......\n.......*......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.........\n.*.*..........\n..*...........\n.......**.....\n......*..*....\n.....**.......\n.......*......\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n...\n*..\n...\n...\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n**...\n*.*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n***..\n*....\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.....\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n*.....\n*....*\n...***\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....*.\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n*....*\n**...*\n......\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n**.**\n*.**.\n...**\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n*....\n..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n****\n****\n.***\n*.**\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n....\n....\n*...\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n....*.\n......\n...*..\n*.*..*\n*.*...\n```\n\n\n## Output without wrap\n\n```\n...**.\n...**.\n......\n......\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...**.\n......\n......\n*.**.*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....\n**...*\n***...\n......\n**...*\n**....\n```\n\n\n## Output without wrap\n\n```\n.*....\n*.*...\n..**..\n*.*...\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n******\n.**.**\n*.....\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.***.\n.*.**\n..**.\n....*\n*.***\n.*...\n.****\n.*..*\n..*..\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n.*..*\n..*..\n.*..*\n.****\n*....\n**.**\n.*..*\n*.**.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n**..*\n**..*\n*.*..\n**...\n*****\n.....\n.*.**\n.*..*\n..***\n****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.**...\n*.....\n*.*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*.*...\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...*....\n.***...*.*\n*.*.*.....\n.*..***...\n...**...**\n...**.**..\n..........\n.**.......\n******....\n```\n\n\n## Output without wrap\n\n```\n**........\n...**.....\n*...*.*...\n.**.......\n..*.....*.\n...***.**.\n..**......\n*...*.....\n*..**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..*\n...**....*\n*...*.*...\n***......*\n..*.....*.\n...***.**.\n..**......\n*...*.....\n...***....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..*.\n.**.\n**..\n*..*\n**..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n*.*.\n*...\n..*.\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n*.**\n....\n..**\n**.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*....\n.*.**.....\n.*.*......\n..........\n.......*..\n..*.****..\n****.*.***\n...**....*\n...*....**\n**.**...**\n```\n\n\n## Output without wrap\n\n```\n**........\n**.*......\n..***.....\n....*.....\n....***...\n....**..*.\n.**...*.*.\n........*.\n..**....*.\n...*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..**......\n..***.....\n....*.....\n....***...\n....**...*\n..*...*..*\n.*......*.\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*....\n***.***\n...***.\n***..**\n.***...\n```\n\n\n## Output without wrap\n\n```\n..**...\n..**...\n.*...**\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**..\n.......\n**.....\n......*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n*..\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.*..\n**...*..**\n.*...*....\n**...*..**\n.**..**.*.\n**.*.**...\n```\n\n\n## Output without wrap\n\n```\n*.*..*.*..\n*.........\n*..*.....*\n...**..*.*\n**.......*\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.***.\n........**\n*..*......\n...**..***\n....*..**.\n.......***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**\n.....**\n*.....*\n```\n\n\n## Output without wrap\n\n```\n.....**\n.......\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n...**.\n......\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n...*.*\n......\n......\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n...**.....\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..**..\n.*......\n..*.**..\n..*.....\n```\n\n\n## Output without wrap\n\n```\n..*.....\n.*.*....\n.*..*...\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......\n*.......\n*.......\n*.......\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.****\n.****\n**.**\n```\n\n\n## Output without wrap\n\n```\n.**.*\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n...***\n......\n*.....\n.**...\n.*****\n```\n\n\n## Output without wrap\n\n```\n...*.*\n...*.*\n....*.\n.*....\n*...*.\n.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n*..*..\n....**\n.*....\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n.*.\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n....*.\n...*.*\n*....*\n```\n\n\n## Output without wrap\n\n```\n...*..\n....**\n.....*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n....**\n*....*\n*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.**.*.\n*.*.**\n.***..\n..*.*.\n..*.**\n..**..\n.*.*..\n*****.\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.****.\n*.*..*\n.*.*..\n......\n...*..\n.*****\n***...\n**....\n**.**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n.*....\n**.**.\n*.....\n.*.**.\n.*****\n.**..*\n**....\n**....\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.**.\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...**..\n.***.......\n..*....*...\n......**...\n...........\n......*....\n...........\n*.**......*\n*.**......*\n.*.....*..*\n.*....**..*\n****...**..\n```\n\n\n## Output without wrap\n\n```\n...*.......\n.*.*...**..\n.***..**...\n......**...\n......**...\n...........\n...........\n..**.......\n*..*.....**\n**....**.**\n......*..*.\n***...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*..**..\n.*.*...**..\n.***..**...\n......**...\n......**...\n...........\n...........\n*.**......*\n...*.....*.\n.*....**.**\n......*..**\n**.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.**..\n*..*.\n**.**\n```\n\n\n## Output without wrap\n\n```\n.**..\n**..*\n*...*\n***.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.**.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n**..\n....\n....\n....\n....\n....\n....\n****\n```\n\n\n## Output without wrap\n\n```\n*...\n**..\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n....\n....\n....\n....\n....\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.*.**\n..*.*\n.*...\n.**..\n.....\n.....\n.....\n**...\n...*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*..*\n.**.*\n.*.*.\n.**..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**..*\n.**.*\n**.*.\n.**..\n.....\n.....\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n*.*\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******....\n.**.***....\n.*...***...\n....*****..\n......**.*.\n....**..**.\n****.**....\n........**.\n.....*...**\n...*.***..*\n.*...**..**\n*.......**.\n*.**.....**\n.**.***.**.\n```\n\n\n## Output without wrap\n\n```\n...........\n.**........\n..**.......\n..**.......\n..*.*...**.\n.*..******.\n*.........*\n.*......***\n...**.....*\n.......***.\n.......***.\n..*...*..*.\n*....***..*\n.**..**.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**..\n.**........\n..**.......\n..**.......\n..*.*...***\n.*..*****.*\n...........\n........**.\n**.**.....*\n.......**..\n.......**..\n.**...*....\n.*****...*.\n.*.******.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n*.*..\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n*....\n.*.*.\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n*....\n.*.*.\n*.*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**....\n..*..*\n******\n*.*..*\n**.*.*\n**....\n.....*\n```\n\n\n## Output without wrap\n\n```\n.*....\n.....*\n*....*\n.....*\n....*.\n***.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n......\n......\n....*.\n.**.*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n**....\n*..*..\n.....*\n......\n.**...\n```\n\n\n## Output without wrap\n\n```\n...*..\n**.**.\n...*..\n**....\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...***\n...**.\n.*..*.\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.****...**\n.*....*..*..\n...**.**.*..\n...*..*..**.\n**......***.\n.****.......\n**.*..*.....\n*.**..**.*.*\n*.*.*.***.*.\n**...***....\n**.*.*.*....\n```\n\n\n## Output without wrap\n\n```\n***.***...*.\n**......**..\n..***.**.*..\n..*****.....\n**..*...*.*.\n...**....*..\n*....***....\n*...*....**.\n*.*.*....**.\n...*........\n***.**.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*..**\n.*......**.*\n..***.**.*..\n..*****....*\n**..*...*.**\n...**....*.*\n.....***...*\n....*....**.\n..*.*....**.\n...*........\n...*...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n..*..\n**...\n*.*..\n*.***\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n*.*..\n*.*..\n*.*..\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n*.*..\n*.*..\n..*..\n*...*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n*....\n.....\n.*...\n.....\n.....\n.....\n.....\n..**.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..**\n*...*\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n***.*\n*****\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n*...*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n.....\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n..*\n.*.\n.*.\n*..\n*..\n...\n*.*\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.**\n**.\n**.\n...\n.*.\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.*.*\n**..\n*.**\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n.*..\n*..*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n***\n***\n***\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*....*\n.**...\n.*****\n.*..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n**....\n**..**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*\n......\n*.....\n*.....\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n**...\n**...\n..*..\n```\n\n\n## Output without wrap\n\n```\n**...\n..*..\n*.*..\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n..*.*\n*.*..\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n...*.\n..*..\n**...\n.**..\n...*.\n**.**\n.*..*\n.*.*.\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.**..\n*....\n*.**.\n....*\n**...\n**...\n..***\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.*..*\n.**..\n*....\n***.*\n*..**\n.....\n**..*\n.**..\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*****.\n*******.*.\n***..*.*..\n.***.*....\n..**..**..\n.....*....\n****..***.\n*.*.*..*..\n.***......\n..*.......\n.....*....\n.***.*....\n```\n\n\n## Output without wrap\n\n```\n..........\n.......**.\n......***.\n....**.*..\n.......*..\n.*......*.\n.*.......*\n.*..*...*.\n.***...*..\n.*.**.....\n.*..*.....\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....**.\n*......*..\n*.....**.*\n*...**.**.\n.......*..\n**......*.\n**........\n**..*.....\n****...***\n.*.**.....\n*...*.....\n.*.**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n.*...*\n.*....\n****..\n....**\n***...\n```\n\n\n## Output without wrap\n\n```\n..*.**\n**...*\n......\n*****.\n....*.\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n.*...*\n......\n******\n....**\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*.....\n......*.....*\n..*.....*...*\n...**...**...\n...*.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.......*.....\n...*...***...\n..***...**...\n...**........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.......*.....\n...*...***...\n..***...**...\n...**...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.......\n.**...*..*\n..........\n*........*\n.*......**\n*....**.**\n.......***\n.*........\n```\n\n\n## Output without wrap\n\n```\n..........\n*.*.......\n.*........\n**......*.\n.......**.\n......*.*.\n......***.\n.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.......\n..........\n.*......**\n.*......**\n*......***\n......*...\n......***.\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n****\n*.**\n****\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********.****\n****.*********\n**.**.******.*\n**************\n**.***.**.****\n***.***.***.**\n.***.******.**\n...**.****.***\n****.********.\n**************\n*****.*...****\n**********.***\n*.************\n```\n\n\n## Output without wrap\n\n```\n*............*\n..............\n..............\n..............\n..............\n..............\n*.............\n*.............\n*.............\n..............\n..............\n..............\n*............*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n**.\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n****.*\n******\n******\n```\n\n\n## Output without wrap\n\n```\n*...*.\n.....*\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n..*\n***\n.**\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n...\n...\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n..**.**\n**....*\n...*..*\n```\n\n\n## Output without wrap\n\n```\n.**....\n..*..**\n.*.**.*\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.\n..*..*.\n.*.**..\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n****\n****\n**.*\n****\n***.\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n...*\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********\n********\n.*******\n***.**.*\n.****.**\n*****.**\n****..**\n.*.*..*.\n*****.**\n*.******\n```\n\n\n## Output without wrap\n\n```\n*......*\n........\n........\n*.......\n........\n........\n........\n........\n*.......\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n..*...\n*....*\n*....*\n.*....\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*....\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n**...*\n.*...*\n.*...*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*....*.\n***..***.\n***......\n.**....**\n...*...*.\n...****..\n...*.....\n```\n\n\n## Output without wrap\n\n```\n......**.\n..**..***\n..***.*.*\n..**..*..\n...*.*..*\n..**.*.*.\n..**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..*\n...**.**.\n..***.*..\n..**..***\n...*.*..*\n.........\n.*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***...\n****..**.\n*.*.....*\n.*.*.....\n...***..*\n......*..\n.*......*\n```\n\n\n## Output without wrap\n\n```\n.*.****..\n*....***.\n*......*.\n.*.*.....\n..****...\n....**.*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...******\n*....***.\n.......**\n.*.*....*\n..****...\n*...**.*.\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.******..*.\n......**...**\n.***...**.*..\n...*..**.....\n```\n\n\n## Output without wrap\n\n```\n....**..*..**\n.*.......****\n..**....*..*.\n...*..***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*..**\n**.......****\n..**....*..*.\n.*.......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n****\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n***.\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n****\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n...*.\n.....\n..**.\n..*.*\n.*...\n.....\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*...\n.*...\n.....\n.***.\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n..**.\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n..*\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n.*..\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*..\n**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n........\n........\n..*.*...\n..*.*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n........\n........\n........\n..*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n***.\n*.**\n*...\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n.*..\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*..\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n..***\n...*.\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n..*.*\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n......**....\n.....*..*...\n......***...\n```\n\n\n## Output without wrap\n\n```\n............\n......**....\n.....*..*...\n......***...\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n........*...\n......**....\n.....*..*...\n......***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n***..\n.*..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.*...\n*.*..\n*.**.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.**..\n*.*..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*......\n.....*......\n............\n...*.*......\n....**......\n*....*...**.\n.........***\n............\n............\n............\n..........*.\n..........**\n...........*\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n....*.......\n.....*......\n.....**.....\n....**...*.*\n.........*.*\n..........*.\n............\n............\n..........**\n..........**\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n....*.......\n.....*......\n.....**.....\n....**...*..\n.........*.*\n..........*.\n............\n............\n..........**\n..........**\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n***.\n****\n****\n****\n****\n```\n\nOnly one cell is empty.\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n....*..\n....*..\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n....*..\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n....*..\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n....**\n..****\n.....*\n...***\n*.*...\n...***\n......\n......\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n......\n..*...\n..***.\n..*..*\n...**.\n...**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n*.*...\n*.***.\n***...\n...***\n...***\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.****.\n*****..*\n..*..*..\n***...*.\n..*.....\n........\n........\n```\n\n\n## Output without wrap\n\n```\n**......\n**..*...\n...***..\n..****..\n..**....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.*\n*...*...\n...*****\n..****..\n..**....\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......\n*.**.****.\n..........\n*.****..**\n*.*.....*.\n..****..*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..**..\n.*.*..***.\n....*..*.*\n...*...*.*\n.*.....***\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...***\n.......***\n....*..*.*\n*..*...**.\n**..*..**.\n*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n**..*\n*...*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n**..*\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n.*...\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n*..\n.*.\n.**\n.**\n.*.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*..\n*..\n...\n*..\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n*.*\n*..\n...\n...\n...\n...\n***\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n....**...\n...*.*...\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n....**...\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n....**...\n.....*...\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........**\n...**...*..\n........*..\n*.*.****...\n*.*......*.\n**..******.\n```\n\n\n## Output without wrap\n\n```\n.........*.\n........*..\n......*.*..\n...*.****..\n*.*......*.\n**...*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..*...*\n........*..\n......*.*..\n...*.****.*\n*.*......*.\n**...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n*.*...\n.*.*..\n**.**.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.....\n...**.\n**.**.\n*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.*\n*.....\n...***\n**.***\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n..***.\n**..*.\n*.***.\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n.****.\n*....*\n.****.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n******\n*.....\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*........\n.*..*.....\n.*........\n..**..**..\n..........\n.....****.\n..........\n......**..\n..***.....\n```\n\n\n## Output without wrap\n\n```\n.*........\n***.......\n*..*......\n..*.......\n......**..\n.....****.\n......**..\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........\n*..*......\n*..*......\n..*.......\n......**..\n.....****.\n......**..\n..***.....\n..***.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..\n....*..\n..*****\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n....*..\n...*.*.\n...*.*.\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....*..\n...*.*.\n...*.*.\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n*.*...\n..*...\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.***..\n......\n......\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...**.\n.*.*.*\n.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n..**..\n.*.*..\n*.*...\n...***\n*..***\n```\n\n\n## Output without wrap\n\n```\n...**.\n.*....\n.*.*..\n.**...\n.**..*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.*....\n.*.*..\n***..*\n.**...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*....*.\n**....****\n**.....*..\n.......**.\n.....*.*..\n*..**...**\n*.*.*.*.*.\n*.***.*.*.\n```\n\n\n## Output without wrap\n\n```\n***.....**\n......*..*\n**.......*\n.......**.\n....*.**.*\n.*.**.*.**\n*.*.....*.\n..*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****...\n......*...\n.*........\n.......**.\n....*.**..\n**.**.*.*.\n*.*.....*.\n*...*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n**...\n*.*.*\n***..\n*****\n```\n\n\n## Output without wrap\n\n```\n**...\n*.*..\n...*.\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n...*.\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n.....*\n*.**..\n.*.*.*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n..*.*.\n.***..\n.*.*..\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n*.*.**\n****.*\n**.*..\n**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n..**.\n.*...\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n..*..\n.*..*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***\n.....\n.....\n..*..\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.\n..*.*\n..*.*\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n..*..\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*...**\n......\n......\n*...**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n*...**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***..\n.*....***\n.**...*..\n..*...*.*\n...**.**.\n...*.....\n....*..*.\n**.*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n*.*....*.\n.**..***.\n.........\n.*.......\n.......*.\n..*****..\n...*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.....\n*....*.*.\n.**..**..\n*........\n.*.......\n.......*.\n*........\n**...*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******.****.\n.*****....*.*\n***********..\n.*..*****.*.*\n**.*..*****..\n*..*.*.****.*\n***.***.*****\n***.*.*******\n.**********.*\n.*.**....*.**\n.*.**.**.****\n****.******..\n```\n\n\n## Output without wrap\n\n```\n..........*..\n.........*.*.\n.............\n**...........\n..*..........\n..*..........\n.............\n.............\n.............\n.............\n..*..........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n*...........*\n*...........*\n*..........*.\n..*..........\n..*..........\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.*\n..*..*\n.*...*\n**...*\n**.**.\n**.**.\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n*....*\n.**..*\n.***.*\n..**.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n****.*\n***.**\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....***...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n.*.*.*\n...***\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n.....*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n......\n*.**.*\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n..*.\n....\n....\n..*.\n**.*\n....\n....\n....\n....\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.**.\n.**.\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n****\n....\n....\n*.*.\n....\n....\n.***\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....***.\n*...*****\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.........\n...***.**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......*\n**......*\n**......*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n.*.\n*..\n.*.\n*.*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n..*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***...\n**....*\n.......\n.......\n.*.....\n..*....\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.*....\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n**.....\n**.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*...\n*...*.*\n..*..*.\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.***.\n.*.***.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.***.\n**.****\n**.***.\n.*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*........\n.*...**..\n..*......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**..\n....***.\n......*.\n....**..\n```\n\n\n## Output without wrap\n\n```\n....*.*.\n....*.*.\n......*.\n.....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n....*.*.\n......*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n..*.....\n........\n........\n....**..\n....*...\n.....*..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n....**..\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n....**..\n....**..\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.....*...\n.....*.*.\n*..**..**\n...*..**.\n....**...\n.****....\n*...*....\n*.**.....\n.*..**...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......**.\n.....*.**\n...*.*...\n...*....*\n..*..**..\n.*...*...\n*...*....\n*....*...\n.*..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.....\n.........\n......*..\n.....*...\n...*.*.*.\n...*...*.\n..*..***.\n.*...*...\n*...*....\n*....*...\n.*..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***..\n..*..*\n*.**..\n...**.\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n.**.*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.*..*\n**.***\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n*..*.**..\n*..**.***\n***..**..\n****..**.\n***.*****\n..**.****\n```\n\n\n## Output without wrap\n\n```\n....***..\n...*.....\n*..*.....\n........*\n........*\n*........\n..**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*\n*..*.....\n...*.....\n.........\n.........\n.........\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n..*...\n.**...\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n.**...\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*\n..*....\n**.....\n.......\n**.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n..*....\n**.....\n.......\n**.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.....\n.........\n.........\n.........\n.........\n.........\n**.......\n.........\n*.......*\n.**......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.......\n.........\n.........\n.........\n.........\n.........\n.........\n.*......*\n**.......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...\n.*...***\n*.***..*\n...*.**.\n....**..\n........\n*...****\n```\n\n\n## Output without wrap\n\n```\n.....*.*\n*...**.*\n.***.*.*\n.**.*.**\n.....**.\n....*...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...\n*..***..\n****.*..\n*.*.*.**\n.....*..\n........\n.*..****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n............\n............\n............\n.......*.*..\n......*.....\n.....*......\n............\n............\n............\n............\n...........*\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n......*.....\n............\n............\n............\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n......*.....\n............\n............\n............\n............\n............\n............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n**.\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.*.\n....*.*.\n....****\n....*...\n....*..*\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n...**.**\n...**..*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.**\n...**...\n...**.**\n...**..*\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.**.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.**.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n..*\n**.\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n..*\n**.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*****...\n.*...***.\n......**.\n....*....\n.****....\n```\n\n\n## Output without wrap\n\n```\n.*.**....\n.*.*..*..\n..***.*..\n..*.**...\n..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***......\n........*\n..***.*..\n.........\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n.*......\n......**\n........\n*.......\n.....*..\n.*......\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n.......*\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*\n....\n....\n....\n*.*.\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n....\n....\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...**..\n.*.***...\n.*.**.*.*\n...**.*.*\n....*...*\n*...*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*..**..\n**.*...*.\n......*..\n..*.....*\n....*...*\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..**.\n.*.*...*.\n......*..\n..*.....*\n....*...*\n*...*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n****\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n.*.\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n*.*\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...***.*\n...*...*.\n....*.*..\n*...**..*\n...*.***.\n*..*..*..\n*.**...**\n*.*....**\n...*.....\n.***.**..\n```\n\n\n## Output without wrap\n\n```\n....****.\n...*....*\n..***.**.\n..**..**.\n...*.....\n.*.*..*.*\n...**.*.*\n.**.**..*\n....*****\n..*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..*..\n..***.*..\n*.***.*..\n*.**..*..\n**.*.....\n**.*..*.*\n*..**.*.*\n*.*.**...\n....**...\n...****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**......\n...*......\n.....*....\n.....*....\n..........\n.***......\n..........\n.**.......\n..**......\n```\n\n\n## Output without wrap\n\n```\n..**......\n..***.....\n....*.....\n..........\n..*.......\n..*.......\n...*......\n.***......\n.***......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.....\n..***.....\n....*.....\n..........\n..*.......\n..*.......\n...*......\n.***......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*..\n..*..*..\n...**...\n........\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n........\n...**...\n..***...\n...**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**.\n..*..**.\n..***...\n...*....\n..*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*.*.\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n....\n....\n...*\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n....\n....\n....\n....\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.......\n.......\n.....*.\n.......\n.......\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*...*.*.\n*...*.....***\n.*........*..\n.*...........\n*........*...\n.........*..*\n....**..*....\n*..*..**....*\n*...**.......\n......***..**\n.........**..\n```\n\n\n## Output without wrap\n\n```\n...........**\n..........*.*\n**...........\n**...........\n.............\n.....**.**...\n....**...*...\n...*.........\n....*......**\n....**.......\n...........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........**.*\n*........****\n.*.........**\n.*..........*\n**...........\n*....**.**..*\n*...**...*..*\n.*.*.......*.\n*...*........\n*...*........\n.....*......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n.*.\n...\n*..\n*.*\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n*..\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n....\n....\n....\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n....\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n...*\n....\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n..*.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n**.*\n..*.\n....\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n*..*..\n.***..\n..*...\n```\n\n\n## Output without wrap\n\n```\n...*..\n....*.\n.*.**.\n.*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*..*.\n......\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n.*...\n..*.*\n.**..\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n..**.\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..*.\n*.**.\n.**..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**.*\n.***\n****\n**.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n*.*\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n.**\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n*.*\n.**\n...\n...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n**...\n.*..*\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.*...\n..*..\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n**...\n..*.*\n**...\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.*.*\n.........\n..*......\n...*.....\n...*...**\n.....*...\n*..**....\n.*.......\n..*......\n*....**..\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n.........\n..**.....\n....*....\n...*.....\n....*....\n.***.....\n.*.......\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n...*.....\n.........\n..**.....\n....*....\n...*....*\n....*....\n.***.....\n.*.......\n.........\n*.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..******\n**.****..*\n***.****.*\n***.*.*.**\n**.****.*.\n*.**.*..*.\n.**.*.*.**\n.**.****..\n**.******.\n******.***\n```\n\n\n## Output without wrap\n\n```\n.**.....**\n.**......*\n........**\n........**\n.......***\n........*.\n........**\n.........*\n........**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n.......*..\n........*.\n........**\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n..*......\n......*..\n*........\n........*\n.*...*...\n...**....\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n......\n*...*.\n......\n....*.\n*.....\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n......\n.....*\n......\n.....*\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.****.***\n.*.****...\n.**.***.**\n.**...*.*.\n.**..*****\n.**...*.**\n```\n\n\n## Output without wrap\n\n```\n.*........\n*......*.*\n**........\n**..*.....\n*.**.**...\n.**.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n....*.....\n....*.....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...**\n**.***.*\n**.**..*\n*.**.*.*\n.***.**.\n.**.***.\n***.*.**\n..*..**.\n..**..**\n****.*..\n```\n\n\n## Output without wrap\n\n```\n...***.*\n...*.*.*\n.......*\n.......*\n......*.\n........\n........\n........\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**..\n........\n........\n........\n........\n........\n........\n*......*\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....*\n**...*\n*....*\n***..*\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n**....\n**..**\n..*.**\n*.*.**\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n.*..*.\n..*.*.\n..*.*.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n****\n.***\n....\n****\n****\n****\n.***\n*..*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*..*\n*...\n*..*\n....\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.\n**.....\n.....*.\n.*.....\n...****\n```\n\n\n## Output without wrap\n\n```\n*.*....\n***.*..\n**.....\n......*\n....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*.\n***.*..\n**.....\n......*\n**.*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n.*..\n*..*\n**..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n*.*.\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n..**\n**.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n*.*****\n**....*\n.**...*\n*.*...*\n.*.....\n.......\n.......\n*.....*\n.*....*\n**..*.*\n.......\n*******\n```\n\n\n## Output without wrap\n\n```\n.*....*\n*.....*\n.**....\n...*.**\n..*....\n.*.....\n.......\n.......\n.......\n**.....\n**...**\n*..*..*\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n...***.\n..*....\n...*.*.\n*.*...*\n**.....\n.......\n.......\n*......\n.*...*.\n*......\n*.**...\n...***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n...\n...\n.*.\n***\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n...\n...\n***\n***\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n...\n...\n.*.\n***\n***\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*...*\n.*..*....\n**......*\n........*\n..**.....\n.....*.*.\n..*..**..\n.*......*\n.*..*...*\n...*..*..\n.....*...\n.....*.*.\n```\n\n\n## Output without wrap\n\n```\n...*.....\n****.....\n**.......\n.**......\n.........\n..****...\n.....***.\n.**..*.*.\n..*....*.\n....**...\n....**...\n......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n.***....*\n.*......*\n.**.....*\n.........\n..****...\n.....***.\n.**..*.*.\n..*....*.\n....**...\n....**...\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*.*..\n*****.\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n**.**.\n.....*\n**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**.**.\n......\n**.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.******\n..***.*\n**.**..\n******.\n.*.*.**\n*******\n.*****.\n***.***\n.******\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n****.\n****.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n..**\n.*..\n.**.\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n..*.\n.*.*\n.**.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n**.*\n***.\n..*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n.....\n.....\n..***\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...*.\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n.....\n...*.\n.*..*\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...**\n.....**\n**...*.\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******.\n******.\n******.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n*.*.*\n*....\n.....\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n..*..\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n....*\n**...\n..*..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*****\n...**\n*..**\n.....\n.*.**\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*....\n.**.*\n...*.\n.**..\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.*...\n*.*.*\n.....\n***..\n.*..*\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.**..\n**...\n**...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.....\n..*..\n*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n..*..\n.....\n..*.*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n..*.*\n**.**\n.*...\n*...*\n...**\n```\n\n\n## Output without wrap\n\n```\n...**\n.**..\n**.**\n.****\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.**..\n.*.**\n.***.\n*..**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n*.***\n**.**\n*.***\n*.***\n***.*\n```\n\n\n## Output without wrap\n\n```\n.**.*\n*....\n*....\n*....\n*....\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n....*.\n.....*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n...**.\n...*.*\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*...**\n......**.*...\n..........*..\n..........*..\n..**......*..\n.*..*..*.*...\n.***..*......\n.*..*..*.....\n.*.*..**.****\n..*..*....*..\n...*......**.\n..*.**....*..\n*..****....*.\n```\n\n\n## Output without wrap\n\n```\n......*.**...\n......*...**.\n.......*.....\n........*..*.\n..**.....*.*.\n**....****...\n...*....**...\n...........*.\n**..........*\n.*..........*\n.*...**..***.\n..*.***..***.\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*..*....\n......*.....*\n.......*....*\n........*..*.\n..**.....*.*.\n**....****...\n**.*....**...\n...........*.\n**...........\n*...........*\n.*...**..**.*\n*...***.....*\n****.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n.*..\n...*\n...*\n**..\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n..*.\n*.*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n.**.\n....\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n*****\n**..*\n*.*.*\n***.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n....*\n..*.*\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n..*..\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n.*.\n.**\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n......***..\n.*.....***.\n**........*\n*......*..*\n....*.**.*.\n...*...**..\n..*****.*..\n*..**.*.***\n***..**....\n*.*......*.\n.**..****..\n...........\n```\n\n\n## Output without wrap\n\n```\n......***..\n.....**..*.\n**....*****\n..*.......*\n**....*...*\n.*....*....\n...........\n.*......**.\n...*....**.\n*..****....\n*..**......\n.**...*.*..\n......*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.**.\n.....**..**\n*.....*****\n.**.......*\n*.....*..**\n......*...*\n.........*.\n**......*..\n**.*....*.*\n.*.****....\n*..**......\n***.....*..\n.........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**....*\n.**..*...*\n..**......\n...***..**\n..*.......\n.*.......*\n**.......*\n.*.......*\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n**........\n*.*.*.....\n..........\n..*.**....\n..*.*.....\n*.........\n...*....**\n*.*.....**\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n....*.....\n*.......**\n..*.**....\n*.*.*...**\n..........\n...*......\n.......*..\n.*.*...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..*..*\n*..*..*..*\n*..*..*..*\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n**********\n..........\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.********.\n.********.\n.********.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*......\n...*.**.*...*.\n......*.*..*.*\n......***...*.\n....**........\n...*...*......\n```\n\n\n## Output without wrap\n\n```\n....*.**......\n....***.*...*.\n........**.*.*\n......*.*...*.\n....**..*.....\n....*.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**.....\n....***.*...*.\n........**.*.*\n......*.*...*.\n....**..*.....\n...*..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*..*\n.***\n*...\n...*\n```\n\n\n## Output without wrap\n\n```\n**..\n...*\n*..*\n**.*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n***.\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*......\n*..*..*..*\n*.....*...\n...**.....\n.*...**...\n```\n\n\n## Output without wrap\n\n```\n..........\n....*.....\n...***....\n......*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..*\n......*.*.\n.*.***...*\n..*...*...\n*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n....\n....\n*.*.\n.*..\n****\n****\n.*..\n.***\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n..*.\n..**\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*..*\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n***\n..*\n.*.\n***\n...\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.**\n*.*\n*.*\n*.*\n*.*\n***\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n***\n***\n...\n...\n***\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.**.*.*..\n.***..*.**..*\n.*..***....*.\n..*...*.***..\n**..*.***....\n..*.**...**.*\n.*.***.**....\n***.*.*.*.*..\n...*...***...\n*.**.***.....\n*....*...***.\n**...*.****..\n.*..*..*.*.**\n..*..***..*.*\n```\n\n\n## Output without wrap\n\n```\n...****.*....\n*.......****.\n.*..*.*....*.\n*.***...***..\n.**.*.*....*.\n*.*......*...\n*......**.**.\n**....*......\n*........*...\n.***.*.*.....\n*.*..*.....*.\n**..**.*....*\n***.*.......*\n.....****.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*.*.*\n........*****\n**..*.*....*.\n*.***...***..\n***.*.*....*.\n..*......*...\n.......**.**.\n**....*......\n*........*...\n.***.*.*....*\n*.*..*.....*.\n.*..**.*.....\n.**.*.......*\n..*.......*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.\n...**.\n*.***.\n*....*\n*....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n.**..*\n*..*.*\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n.*....\n***...\n...*..\n....*.\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n......\n.....*\n......\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n.*..**\n***.*.\n****.*\n******\n..**.*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n*.....\n......\n.....*\n*....*\n.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n**.......\n***......\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.*.......\n..**.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.*.......\n*.**....*\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n***\n..*\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n.**\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.**.\n*..*\n.*.*\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n..**\n*...\n*..*\n**..\n...*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n.*.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*.*..\n*....*\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*..\n.*.*..\n.*.*..\n.*.*..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n******\n***.*.\n****.*\n*.***.\n******\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..........\n**............\n.*...........*\n**...........*\n.**....***....\n......*****...\n.........*..*.\n.**..*.......*\n***.**........\n....*.........\n```\n\n\n## Output without wrap\n\n```\n.*............\n.**...........\n*.*...........\n*.*...........\n**.....*.*....\n.*...**...**..\n...**.**.**...\n..*...........\n*.....*.......\n.***.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..........\n***...........\n..*..........*\n***...........\n.......*.*....\n.....**...**..\n...**.**.**...\n.**...........\n*.....*.......\n.**.**........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n...*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n****\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n......\n*...**\n..**.*\n```\n\n\n## Output without wrap\n\n```\n......\n...***\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n*.*...\n.**...\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n.**.**\n**..*.\n..*...\n**....\n*.*..*\n```\n\n\n## Output without wrap\n\n```\n..**.*\n.....*\n*...**\n..*...\n*.*...\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...*.\n..*..*\n*.*..*\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.******\n.****.**\n**.***.*\n******.*\n********\n****..**\n```\n\n\n## Output without wrap\n\n```\n.......*\n........\n.......*\n.......*\n........\n*......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n***.\n.*..\n*...\n.*..\n.*.*\n...*\n.*.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n..*.\n..*.\n**..\n***.\n....\n...*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n..**\n..**\n**..\n.**.\n....\n...*\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n.*.\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n....\n..*.\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n....\n....\n....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n..*.\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*......*\n..*.....*.\n..*.......\n......**..\n..*.**..*.\n..**..*.*.\n..*..*...*\n```\n\n\n## Output without wrap\n\n```\n..*.......\n..*.......\n...**..*..\n...*.*.**.\n.**.*....*\n.*..******\n.***...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n**.*....*.\n...**..*..\n...*.*.**.\n.**.*....*\n.....**...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n.....\n...*.\n.*...\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.....\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n.....\n.....\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n...\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n***\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n.*.\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*..\n*.......*..\n*.......**.\n```\n\n\n## Output without wrap\n\n```\n...........\n.......**..\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**.*\n.......**.*\n.......****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*****.\n.*.**..*..\n..*.*.....\n.*.***....\n..**.*....\n..*.**....\n```\n\n\n## Output without wrap\n\n```\n.....**.*.\n.**..*..*.\n***.......\n***.......\n.**.*.*...\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*...\n**.....**.\n***.......\n***.......\n**....*...\n*.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**\n*...*\n****.\n*.***\n.*.**\n```\n\n\n## Output without wrap\n\n```\n...**\n**.**\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.****\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n..*..*\n.*...*\n......\n*...**\n*.**..\n....*.\n```\n\n\n## Output without wrap\n\n```\n...***\n..**.*\n......\n....**\n.*.**.\n.*.*.*\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n..**.*\n*.....\n....*.\n**.***\n**.*..\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.....\n.....\n..*..\n*....\n*.***\n*...*\n..*.*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..*..\n*..**\n..*.*\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.....\n.....\n*.*..\n...*.\n..*..\n.*..*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n***\n..*\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n*.*\n*..\n.**\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.**..\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n...*.\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.***\n**..\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n*....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...\n.*.*.....\n.........\n.....*.*.\n*......*.\n.*.......\n....*...*\n..*..*...\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n......*..\n......*..\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*....\n.........\n.........\n......*.*\n......*.*\n*.......*\n.........\n....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n*.****\n****.*\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n...........\n...........\n....**.....\n.....**...*\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n.....*.....\n....*.*....\n....*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.....\n...........\n.....*.....\n....*.*....\n....*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.***.\n**..*.\n****.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n*.***.\n.....*\n.....*\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n.....*\n****.*\n.*...*\n.****.\n*.....\n```\n\n\n## Output without wrap\n\n```\n....**\n***..*\n***.**\n.....*\n*...*.\n*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.**.*.\n.**...\n.....*\n.*****\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n.*...**\n..**..*\n...*.*.\n******.\n....**.\n......*\n......*\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.**..**\n.*.**..\n..**..*\n.....**\n.**...*\n.**...*\n......*\n.....**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..\n.*.**..\n*.**..*\n*....*.\n.**....\n***....\n......*\n.....**\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n.........\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n......*..\n......*..\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n......*..\n.........\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n...*\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n*...\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n..*..\n.****\n...**\n.*...\n***.*\n.**..\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.**..\n.*..*\n.*..*\n**..*\n*..*.\n...*.\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.....\n.**..\n**..*\n.*..*\n.*...\n...*.\n...**\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.\n*..*\n.**.\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*..*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*..*\n.**.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*....\n..*..*....\n..*..*....\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n.******...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.******...\n.******...\n.******...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**\n*...*.*.*\n**..*....\n***....**\n.***...**\n```\n\n\n## Output without wrap\n\n```\n.......**\n**...*..*\n..**.*..*\n.......**\n*..*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*..\n.*...*...\n..**.*...\n.......*.\n...*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*.*.\n*..*.**.*\n.*..*..*.\n*..*.*.*.\n.*...**..\n.*.*.....\n.*.*.**.*\n...*....*\n..*.*...*\n.*..*.*..\n```\n\n\n## Output without wrap\n\n```\n*******..\n.....*..*\n...*...**\n...***.**\n.....*.*.\n***....*.\n..*.*.***\n..**.*.**\n..*..*...\n...*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*.**\n.*....*..\n...*...*.\n...***.*.\n.....*...\n***....**\n..*.*.***\n..**.*.**\n*........\n.**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n**.*\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...........\n..............\n..............\n..............\n..............\n..............\n..*...........\n.*.*..........\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..*...........\n..*...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...........\n..............\n..............\n..............\n..............\n..............\n..*...........\n.*.*..........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n***\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n**.\n.*.\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*****...*\n*..........*\n...........*\n..**.**.....\n.*.....**...\n.*.......*..\n.*.......*..\n*.*.*.....*.\n..*.*...***.\n..**...*..*.\n```\n\n\n## Output without wrap\n\n```\n....***.....\n....***...**\n............\n..*...**....\n.*....***...\n***......*..\n***......**.\n..*.....*.*.\n..*.*...*.**\n..**....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*****..**\n....***...**\n*..........*\n..*...**....\n.*....***...\n***......*..\n***......**.\n..*.....*.**\n..*.*...*.*.\n.*.....*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*..\n***\n...\n***\n..*\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n**.\n*.*\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**\n.*...**\n*.....*\n*....**\n.....**\n.....*.\n.*...**\n```\n\n\n## Output without wrap\n\n```\n***..**\n..*....\n**.....\n.......\n....*..\n....*..\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n..*....\n.*.....\n.......\n*...*..\n*...*..\n.**.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n***.*\n*.***\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*..\n........\n.******.\n....*.**\n..**.*.*\n......*.\n.*....**\n.......*\n....*...\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n..*.****\n.*..****\n.......*\n..****..\n...*.*.*\n.....*.*\n......**\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n..*.****\n....***.\n.*......\n..****.*\n**.*.*..\n.....*..\n*.....*.\n.....***\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n*...*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*..\n**.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....****....\n.*...**....*\n***..*..*.*.\n..**.*......\n.***.*.*.*.*\n*....*.*.**.\n.*......**..\n*.**....*...\n**.......**.\n*.......**..\n.......*.*..\n.......**...\n```\n\n\n## Output without wrap\n\n```\n.*..........\n*****.......\n*.*.*....*..\n***..**.***.\n**...**..**.\n*..**.*.*...\n*.**...***..\n*.**......**\n*.*......*..\n**..........\n.......*....\n.......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n.****......*\n.**.*....*..\n.**..**.**..\n.*...**..*..\n...**.*.*...\n..**...***..\n..**........\n..*......**.\n**........**\n*...........\n........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n....*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..***\n.*..*.*\n.*.**.*\n*.**.**\n*.*.**.\n**..*..\n**...*.\n***.*.*\n..*.*.*\n....*.*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n**....*\n.....**\n*....**\n..*..*.\n.**....\n.*.....\n.**...*\n.**.*..\n...*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.*\n..*..*.\n*......\n.......\n..*....\n..*..*.\n.....*.\n..*....\n....*..\n*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n*...\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n*...\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..**.\n***.****\n..***.*.\n....****\n*.....**\n.*.*....\n.**.....\n.....*..\n...*.*..\n```\n\n\n## Output without wrap\n\n```\n*.***..*\n*......*\n..*.....\n....*...\n....*..*\n**......\n.**.....\n..*.*...\n....*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....\n*.......\n..*.....\n*...*...\n*...*...\n.*.....*\n.**.....\n..*.*...\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n*.....*\n.......\n...*.*.\n...*.*.\n*....**\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.....*.\n....***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n.......\n......*\n.......\n.....*.\n....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n......\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n***...\n***...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*....*\n.*..***\n**.....\n.....**\n.......\n.......\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.....**\n***..**\n***..*.\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.**..**\n.**....\n*......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*....\n....*\n.....\n.....\n*....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n*....\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n*...\n*.**\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*...\n..**\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n.*.*.*\n..*.**\n...*..\n..***.\n......\n```\n\n\n## Output without wrap\n\n```\n***.*.\n*..*.*\n.*..**\n..*..*\n..***.\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**\n...*..\n**...*\n***..*\n*.****\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n**.*\n...*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*..\n*****\n.*...\n.****\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n*..*.\n.....\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n.....\n*..**\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*........\n.......*.\n......**.\n......***\n..**.....\n..**.***.\n*.*.*..*.\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n......*..\n...***.*.\n...**...*\n.*.....**\n....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*..*\n.......*.\n......*.*\n...***.*.\n*..**...*\n..*.....*\n....**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n*.*...\n*.*...\n*.*...\n```\n\n\n## Output without wrap\n\n```\n..**..\n*.....\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n*..*.\n.*.*.\n.....\n**...\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...**\n...*.\n..*..\n***..\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*..*.\n..*.*\n***..\n**...\n.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n..*....\n..*....\n.......\n.****..\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.*.....\n.*.**..\n.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n.......\n.......\n.*.....\n.*.**..\n.*.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n......\n..*...\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n..**..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.**.\n*...\n.*.*\n***.\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*.*.\n*...\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n.*..\n...*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n*..*..\n.***..\n...*.*\n***...\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n*..**.\n.*.*..\n*..**.\n***.*.\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*.\n*..***\n**.*..\n...**.\n.**.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..******\n...*.*.*\n...**..*\n...*..**\n....**..\n```\n\n\n## Output without wrap\n\n```\n......*.\n.......*\n..***..*\n..**...*\n....****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....*\n..**....\n.****...\n**.**.**\n..**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*.*...*.\n..*****..**.\n.*..**...*..\n```\n\n\n## Output without wrap\n\n```\n.**.*.*..**.\n......*..**.\n..*...*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*...*.\n......*..**.\n.*.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**.\n*.*****\n*.*****\n***.*..\n***.**.\n.**.*.*\n*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.*.....\n*......\n.......\n.....*.\n.....*.\n...**..\n.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n*...*.\n*...**\n......\n....*.\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n....*.\n....**\n....**\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*...*.\n*...*.\n....*.\n...***\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n***.**\n******\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n.*....\n*....*\n.....*\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...*\n......\n......\n.*.***\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.*.\n...*..\n***.**\n*....*\n```\n\n\n## Output without wrap\n\n```\n......\n*....*\n*.**..\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..\n*....*\n.***..\n*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n.........\n.........\n.........\n*......*.\n*......*.\n*......*.\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.......*.\n.......*.\n.......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n....\n....\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n****\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**..*.\n.**.***..\n*.*.*.**.\n*.**.*.*.\n***.**.**\n```\n\n\n## Output without wrap\n\n```\n.........\n**.......\n**.......\n*.....***\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.\n*......*.\n*........\n......*.*\n......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n*.*\n...\n...\n...\n***\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n...\n...\n...\n.*.\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*.*\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n**..\n**.*\n****\n****\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n...*.\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*****\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.***.\n...**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*.***\n...........*.\n...*********.\n...**....**..\n...*.**..*...\n......****.*.\n**.***.......\n**.**..*.*.**\n.**..*.*.****\n**.*..*....**\n.*****....*..\n.**..*.......\n.....**..***.\n```\n\n\n## Output without wrap\n\n```\n..........***\n.............\n...*.****..*.\n..*........*.\n...*.**......\n..**...****..\n**.*.*...*.**\n.........*..*\n.....*.*.*...\n*.....*..*..*\n.....**....*.\n.*.......*.*.\n.....**...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***....*\n.............\n...*.****..*.\n..*........*.\n...*.**......\n..**...****..\n.*.*.*...*.*.\n.........*...\n.....*.*.*...\n......*..*...\n.....**....**\n.*.......*.*.\n....*..*.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........*\n*.*.........\n*.*.........\n............\n............\n............\n..*.*.......\n.*...*......\n.*...*......\n.*...*......\n.*..**......\n...*.......*\n...*.......*\n```\n\n\n## Output without wrap\n\n```\n..*.........\n..*.........\n............\n............\n............\n............\n............\n*.*.*.*.....\n............\n*...........\n....***.....\n..***.......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n...*.......*\n............\n............\n............\n............\n............\n*.*.*.*.....\n............\n...........*\n*...***....*\n*...........\n....*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n....*\n...**\n.**..\n*..**\n```\n\n\n## Output without wrap\n\n```\n...*.\n....*\n..***\n.**..\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n*.***\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n......\n......\n....*.\n......\n......\n```\n\nOnly one cell is alive.\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****.***\n*.*.**.*.\n.*.*.***.\n....**.**\n```\n\n\n## Output without wrap\n\n```\n.**.*.***\n*........\n.***.....\n....**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......\n*........\n****.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.....*\n..***...*.\n..***.....\n**..***.*.\n.......***\n.......*..\n....*...*.\n.....*.*..\n..........\n```\n\n\n## Output without wrap\n\n```\n..***.....\n.*........\n.......*..\n.**.***.**\n.....*...*\n.......*.*\n......***.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***....*\n.*.......*\n.......*.*\n***.***.*.\n*....*...*\n.......*.*\n......***.\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n...*\n...*\n....\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n..**\n..**\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n....\n....\n....\n.*..\n*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n*......\n..*....\n..**...\n.......\n.......\n.......\n.....*.\n......*\n*......\n.*.....\n***....\n***....\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.***...\n..**...\n.......\n.......\n.......\n.......\n.......\n.......\n..*....\n.......\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*\n**.....\n.***...\n..**...\n.......\n.......\n.......\n.......\n......*\n*......\n..*....\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**\n...**\n**.**\n...**\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n**.*.\n.....\n..**.\n**...\n...*.\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.*.*.\n.**..\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n**..*\n.*.**\n.**..\n.*.**\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*\n...**.*\n..*...*\n.*....*\n.***...\n```\n\n\n## Output without wrap\n\n```\n..*.**.\n.......\n.*...*.\n.*.*...\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.....\n**..*..\n**...*.\n**.*...\n**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n....**...\n.........\n.........\n.........\n.........\n.........\n..*..**..\n...*..*..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***..\n.........\n.........\n.........\n.........\n.........\n.........\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n***\n***\n***\n***\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n***\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n..*.*..\n.*..*..\n.*.*...\n*.**...\n*..*...\n...*..*\n.**...*\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.*...\n.*..*..\n**.**..\n*..**..\n.*.**..\n.*.*...\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**...\n.*.*...\n.*..*..\n**.**..\n*..**..\n**.**.*\n.*.*..*\n.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........*..*\n.........**.*\n......*.*.*..\n......*.*....\n...******....\n...**...****.\n```\n\n\n## Output without wrap\n\n```\n.........***.\n........*.*..\n........*.**.\n....*...*....\n...*..*...*..\n...*..*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...........*\n*.......*.*.*\n........*.**.\n....*...*....\n...*..*...*..\n...*..*...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n**....\n**....\n.*...*\n*.....\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n*.*...\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n..*..*\n.*..**\n*....*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n*...\n**.*\n*.*.\n.*.*\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n*.*.\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n..*.\n....\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n**..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**....\n.**.**...\n.***.....\n..*......\n*....**..\n```\n\n\n## Output without wrap\n\n```\n..****...\n.*...*...\n....*....\n..**.....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***..*..\n.*...*...\n....*....\n..**.....\n...***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........\n.*.........\n...........\n...........\n...........\n...........\n........*..\n.......*...\n.......*.*.\n...*.......\n..*........\n..*........\n.*.*.......\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.......*...\n........*..\n...........\n..**.......\n.***.......\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.......*...\n........*..\n...........\n..**.......\n.***.......\n..*........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..***\n.....\n...**\n...*.\n```\n\n\n## Output without wrap\n\n```\n....*\n...**\n..*..\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n...**\n..*..\n...**\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.***....\n....**...*..\n..**...*....\n..*..*...***\n.....*...*.*\n.....*..*..*\n..........**\n....*.*.....\n...**......*\n*...*....***\n.*.**..**.**\n```\n\n\n## Output without wrap\n\n```\n.....***....\n..**....**..\n.*........*.\n..*.........\n....*.*....*\n....*.*.**.*\n.....*...*..\n...*.*......\n..*......*.*\n..*..*..***.\n...**...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*....*..\n.*...*....*.\n.*........*.\n***........*\n.*..*.*.....\n....*.*.**..\n.....*...*..\n...*.*......\n*.*......*.*\n.**....***..\n.*..*.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n**...\n.....\n**...\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*\n*..*.\n.....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****...\n***.....\n*......*\n......**\n..**...*\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n......**\n.....*..\n......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.\n........\n......**\n*.....*.\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*..*\n*..*\n*..*\n.**.\n**..\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n****\n****\n*..*\n..*.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.**.\n.**.\n....\n..*.\n*...\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n*****\n.**.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n**.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.....*...**\n.***...***.*..\n.**..*..*...**\n```\n\n\n## Output without wrap\n\n```\n.......*.**...\n...**.*....**.\n..*....*.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........**.\n...........**.\n...........**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*..\n...\n*..\n...\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*..\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n...\n...\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***........\n...***..**....\n.....*..**...*\n..............\n```\n\n\n## Output without wrap\n\n```\n....*.........\n.....*****....\n.......***....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**.......\n.....*****....\n....******....\n.....**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****\n*..*..\n***...\n.*....\n......\n...*.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n*.....\n*.*...\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..*\n*.....\n*.*...\n***...\n......\n..**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*********\n********.\n*********\n******.**\n*********\n*********\n********.\n```\n\n\n## Output without wrap\n\n```\n*.......*\n.........\n.........\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*...*.\n.*...*.**.\n*.**..***.\n**.*..**.*\n*.*..***..\n****...*.*\n*.*.*.*..*\n```\n\n\n## Output without wrap\n\n```\n....*...*.\n****.**..*\n..*.......\n..........\n.....*....\n.*.***....\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...**..\n......*...\n..*.......\n..........\n.....*....\n...*......\n.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n..*\n*.*\n*.*\n***\n.*.\n..*\n..*\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n..*\n..*\n*..\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n*.*\n.*.\n.**\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*..\n.**\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*\n...\n...\n***\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.........*\n*.........*\n...........\n...........\n...........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.........*\n*.........*\n...........\n...........\n...........\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n...\n***\n...\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n.*.\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n***\n***\n***\n...\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n***\n...\n...\n.*.\n***\n*..\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n.*.\n.*.\n*.*\n*.*\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n***\n***\n...\n...\n...\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***......*\n..*.*.....\n......*...\n**....*..*\n......*.**\n```\n\n\n## Output without wrap\n\n```\n.***......\n..**......\n.*...*....\n.....**.**\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****....**\n*.**......\n**...*....\n*....**.**\n..*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.**\n*...*\n*....\n**...\n**...\n..**.\n.*.*.\n*...*\n.....\n****.\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n**.**\n*..**\n*....\n.....\n*....\n*..*.\n.*.**\n.....\n*.**.\n.**..\n.**..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n...*.\n.....\n....*\n*...*\n*..**\n**.*.\n*...*\n..**.\n.**..\n.**..\n.....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n***\n*..\n**.\n***\n*.*\n```\n\n\n## Output without wrap\n\n```\n***\n*.*\n..*\n..*\n..*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n....\n....\n.*..\n****\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n**..\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n..............\n..............\n..............\n.*............\n.*............\n.*............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n..............\n.*............\n.*............\n.*............\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n.*............\n.*............\n.*............\n..............\n..............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*............\n*............\n*...........*\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..........\n..*..........\n..*.........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..**..*\n.*....*..*\n*......*.*\n......****\n....**..**\n....***.*.\n....**....\n....**....\n...*.*....\n.******...\n```\n\n\n## Output without wrap\n\n```\n***..**...\n..*..***.*\n.........*\n.....**...\n....*.....\n...*..****\n...*......\n...*..*...\n..........\n..**.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.*\n..*..***..\n..........\n.....**...\n....*.....\n...*..****\n...*......\n...*..*...\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n...\n*..\n***\n..*\n*.*\n*..\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n*..\n*..\n...\n.*.\n...\n**.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n*..\n...\n...\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n.....\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*\n**..*\n**..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n.*..\n****\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**.*\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n...\n***\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........*..*.\n..***..**.*.*\n........*....\n..**..*......\n..*.*.***.*..\n..*..........\n.*........**.\n**....****...\n.....*...*..*\n.*...*..*....\n*.....*..*...\n*....**..****\n.....*.**.**.\n```\n\n\n## Output without wrap\n\n```\n.......*.**..\n...**........\n..*.***...*..\n.***.....*...\n.....*.......\n...*.......*.\n...*.........\n......*......\n**...*.......\n.....*.......\n.........**..\n.....*...*.**\n......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...****......\n...*.*.***...\n..*.***...*..\n.***.....*...\n.....*.......\n...*.......*.\n...*.........\n......*....**\n.*...*.......\n*....*......*\n**.......**..\n**...*...*..*\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n.*.\n***\n***\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n***\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n.*.\n...\n...\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n...**.......*\n.............\n.............\n.............\n.............\n.***......***\n.......*..***\n......*..*.*.\n......**.....\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n...........*.\n.***......**.\n.........**.*\n......*.*....\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.*.........**\n*.**......***\n*........**..\n......*.*...*\n......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n....\n*.*.\n*.*.\n*...\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*...\n*...\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n***.**\n**.***\n*..*.*\n.*..**\n******\n******\n****.*\n******\n```\n\n\n## Output without wrap\n\n```\n*..*.*\n......\n......\n*..*..\n......\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...*..\n......\n......\n......\n......\n......\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n.*....\n..*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n.**...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...\n.*....\n..*...\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..*...**..\n..**...*..\n...*......\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..**..**..\n..**..**..\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..**..**..\n..**..**..\n..**......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..\n..*..\n*.**.\n**.*.\n**.*.\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n*..*.\n...**\n.....\n*.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*..\n*..*.\n...*.\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n...*..\n.*.*..\n..**..\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n...**.\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*...\n...**.\n.*.*..\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*...*.\n.*...**..**.\n..**..*****.\n.*....**....\n*....*......\n...*.*......\n.......**.*.\n*.**...*.*..\n*.....*...*.\n```\n\n\n## Output without wrap\n\n```\n..........*.\n.*.*.....*.*\n*.........*.\n.*****......\n...**.*.....\n......*.*...\n..***....**.\n.*.*.**..**.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..****.\n...*......**\n..........*.\n.*****......\n...**.*.....\n......*.*...\n..***....**.\n.**........*\n*.***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n...**.....\n..***.....\n...*......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...*......\n.**.*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*......\n..........\n..........\n..........\n..........\n...*......\n.**.*.....\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**********\n****.*******\n.*.*..**.**.\n*....**.*.*.\n.*.***..*...\n.*...****..*\n**.**.***...\n```\n\n\n## Output without wrap\n\n```\n............\n............\n***.........\n*..*.....*..\n........*...\n...*....**..\n***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n*.*........*\n.*.*.....***\n........*..*\n***.........\n............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.**.\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.*..**\n...*.*..*.\n*..*.*..*.\n*..*.*..*.\n....*....*\n.......***\n..........\n```\n\n\n## Output without wrap\n\n```\n......*.**\n..**.*....\n..........\n..**.*....\n....*..*..\n.......*.*\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**........\n.***.*....\n..........\n.***.*..*.\n*...*..*..\n*......***\n*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.**.\n*.**\n...*\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n*...\n....\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n......\n......\n......\n......\n......\n..*...\n...**.\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n...*..\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n...*..\n..***.\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n..*..*\n..**..\n***...\n.**.**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*.*.\n...*..\n...**.\n....**\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******\n..*.*.\n**.**.\n*..*..\n.*....\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*.**.*\n..........\n...*.*....\n.*.*.*....\n.**.*...*.\n..........\n.*........\n..*.**....\n*.........\n......*...\n*...*.....\n..........\n....*.*..*\n...*..*...\n```\n\n\n## Output without wrap\n\n```\n..........\n....***...\n..*.......\n.*.*.*....\n.****.....\n.**.......\n..........\n.*........\n.....*....\n..........\n..........\n.....*....\n.....*....\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***..\n....***...\n..*.......\n.*.*.*....\n.****.....\n.**.......\n..........\n.*........\n.....*....\n..........\n..........\n.....*....\n.....*....\n...**.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.......\n...*.........\n...*..*......\n....***.*....\n..*..**..*...\n.**.*...*....\n..**.**......\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n...*.*.......\n...****.*....\n.**.**.**....\n*...*.***....\n.*****.......\n..***........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*........\n.............\n...*.*.......\n...****.*....\n.**.**.**....\n*...*.***....\n.**..........\n..*...*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n**....\n......\n*.....\n```\n\n\n## Output without wrap\n\n```\n**....\n......\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n..*...\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*....*..\n....*.....*..\n.**.*.*......\n..*..*.**....\n.....*....*..\n.***.*.......\n..*.*.*......\n```\n\n\n## Output without wrap\n\n```\n.............\n.****........\n.**.*.**.....\n.*****.*.....\n.*.*.*.......\n.***.**......\n.**.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.......\n.****........\n.**.*.**.....\n.*****.*.....\n.*.*.*.......\n.***.**......\n....*.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n.*..\n....\n....\n....\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..*.*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n...*..\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..\n...\n.**\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n...\n...\n...\n...\n...\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....\n*.****.\n**.*...\n.*..*..\n*......\n....***\n..*..*.\n.....**\n*.....*\n.*...**\n..*....\n```\n\n\n## Output without wrap\n\n```\n.**.*..\n*....*.\n*.***..\n.*.....\n...**..\n....**.\n....*..\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***\n.*.**..\n..****.\n.*.....\n**.**.*\n*...*.*\n....*..\n.......\n*....*.\n.**...*\n..*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*....\n..***....\n..**.....\n.........\n```\n\n\n## Output without wrap\n\n```\n....*....\n..*.*....\n..*.*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..*.*....\n..*.*....\n...*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n..*..\n.*...\n.**..\n```\n\n\n## Output without wrap\n\n```\n..**.\n.*.*.\n.*...\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n..*..\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n......\n..*...\n.*.***\n*.....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..***.\n.****.\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..***.\n******\n****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**....*\n.....*.*..\n*......*.*\n*.*...**.*\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.....*....\n.....*.*..\n......**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***...*.*\n...**.**..\n.**..*.*.*\n.*.*.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**..*.....\n*.**..**.*..*.\n...*.*...***..\n..***..***....\n**.**..*.***.*\n.*..*.*.....*.\n****...**..***\n*..*.*******..\n..*..**....*..\n.***...*....**\n*.*.*.***...**\n.***.**.*.....\n```\n\n\n## Output without wrap\n\n```\n.**.*****.....\n......**.*.*..\n.*...*.....*..\n.*...***....*.\n**....**.****.\n....***..*....\n*..*.........*\n*..*.*...*....\n.....*...*.*..\n....*...*..*.*\n*...*...*...**\n.******.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......**....\n......**.*.*..\n.*...*.....*..\n**...***....*.\n**....**.*****\n....***..*....\n...*..........\n*..*.*...*....\n*....*...*.*.*\n....*...*..*..\n....*...*...*.\n........**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n.**.\n.*..\n***.\n***.\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n...*\n...*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.*..\n.....\n.*.*.\n.....\n*....\n.....\n....*\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n*..*\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n....\n..*.\n****\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n..**\n*..*\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n....\n....\n*.*.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n*...\n*..*\n***.\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*...\n*...\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n..**\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n.*..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n**..\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n*****\n*.*..\n.**..\n*****\n.****\n.**.*\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n.....\n.....\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*\n.*..*.\n...*..\n.*....\n......\n```\n\n\n## Output without wrap\n\n```\n......\n...*..\n...*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n...*.*\n.*.*..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.***.\n.***.*..*\n*.*.***..\n*...*...*\n...*....*\n*....*..*\n```\n\n\n## Output without wrap\n\n```\n...*.***.\n.*.......\n*.*...**.\n.*..*..*.\n....*..**\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*.*.\n**......*\n..*...**.\n**..*..**\n....*..*.\n*....*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n....\n..*.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*.*.\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.****.\n***.**\n.....*\n*.****\n..**.*\n...*.*\n....**\n*...*.\n*....*\n.....*\n......\n```\n\n\n## Output without wrap\n\n```\n...**.\n*....*\n*....*\n*.....\n.**..*\n.*...*\n..**.*\n...*.*\n....*.\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n***...\n.*....\n*.**.*\n*..*..\n*...*.\n*...*.\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n***\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*..\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n**.....\n**.**..\n.*.*...\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n.***...\n....*..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.*.....\n.***...\n....*..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n...*\n.*.*\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.***\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*\n*.*..\n*..*.\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n.*.*.\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n*..*.\n**.*.\n..*.*\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.**..*\n*...**\n.***..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*..**\n*...**\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n.*..**\n....**\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n.***.\n*....\n.....\n**.*.\n*.**.\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n*.**.\n..*..\n.....\n..*..\n*..*.\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.**..\n...**\n..*..\n**..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**.**\n***.****.\n***.**.**\n**.....**\n.***.**.*\n.....**.*\n***.***..\n****...**\n.**.*.**.\n```\n\n\n## Output without wrap\n\n```\n...*.....\n....*....\n.........\n.*.***...\n**.......\n*..***...\n.........\n........*\n.......**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n...***...\n.........\n...***...\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**.*\n*.*.\n....\n.**.\n....\n....\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n..**\n.*..\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..*.\n.***\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n.*....*\n.*....*\n.......\n..***.*\n....*.*\n*******\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n..**.*.\n...**..\n......*\n.****.*\n.*****.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n*.**.*.\n...**..\n.......\n*****.*\n*******\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.\n..*.*.\n..**..\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n.**.*.\n..*.*.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.\n.**.*.\n..*.*.\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...........\n...........\n...........\n...........\n**.........\n...........\n**.........\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n******\n*....*\n.*****\n**...*\n......\n```\n\n\n## Output without wrap\n\n```\n*****.\n*....*\n*.**..\n.*.*..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.*..*.\n..***.\n...*..\n**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*****\n**********\n**********\n**********\n***..*****\n*********.\n**********\n*********.\n*********.\n*****.****\n**********\n********.*\n*.*******.\n```\n\n\n## Output without wrap\n\n```\n*........*\n..........\n..........\n..........\n..........\n..........\n.........*\n..........\n..........\n..........\n..........\n.........*\n*.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n*.*\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..*.**\n..**.....*\n*..**.....\n*.*.....**\n.....****.\n```\n\n\n## Output without wrap\n\n```\n..*.....**\n..**...*..\n..***.....\n...**.*...\n....*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......***.\n.**....**.\n..***...*.\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*....\n...*.***.\n..**..*.*\n......*.*\n.*.*.**.*\n..***..**\n.........\n**.....**\n......*..\n*.*......\n```\n\n\n## Output without wrap\n\n```\n....***..\n..**.***.\n..***...*\n...**.*.*\n...*.**.*\n..*******\n.***.....\n.......*.\n*......*.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.****.*\n..**.****\n..***...*\n...**.*.*\n...*.**.*\n*.*******\n.***.....\n*......**\n.......*.\n.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n..*\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.....\n**...**\n.****.*\n*..**.*\n.......\n*......\n.......\n......*\n....*..\n.......\n..*..*.\n...**.*\n..*....\n*.*.**.\n```\n\n\n## Output without wrap\n\n```\n**.....\n*..****\n......*\n.*..*..\n.......\n.......\n.......\n.......\n.......\n.......\n...***.\n..****.\n.**....\n.*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*..\n...****\n.......\n**..*.*\n*.....*\n.......\n.......\n.......\n.......\n.......\n...***.\n..****.\n.**...*\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*..*\n*.*.\n*.*.\n.***\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n*.**\n*...\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n...*..\n*.*.*.\n****.*\n..*.*.\n.***..\n```\n\n\n## Output without wrap\n\n```\n..*...\n...*..\n*...*.\n*....*\n*...*.\n.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n...*..\n*...*.\n*.....\n....**\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*.\n.....*.\n...**..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n....*..\n...*.*.\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..\n...*.*.\n....*..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..*\n******\n.*.***\n*.***.\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*.....\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*....\n**....*\n..*...*\n****..*\n**.*...\n..***..\n..**..*\n**...*.\n*...*..\n****...\n```\n\n\n## Output without wrap\n\n```\n*......\n*.*....\n...*.**\n*..*...\n*......\n....*..\n.....*.\n******.\n...**..\n****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..*...*\n...*.*.\n...*..*\n......*\n*...*..\n*....**\n******.\n...**..\n*.**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..\n....*.\n*...*.\n.*..*.\n..*.*.\n..**..\n.*.*..\n...*..\n.**...\n```\n\n\n## Output without wrap\n\n```\n.***..\n.....*\n.**...\n.*....\n***.*.\n.*..**\n...**.\n...**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.**.*.\n.**.*.\n.*..**\n***.**\n.*..**\n...**.\n..***.\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.****.*\n**..***..*\n.*.*...*..\n***.*...*.\n***..*..**\n```\n\n\n## Output without wrap\n\n```\n*****..**.\n*.........\n...*..***.\n....*..***\n*.**....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*..\n.........*\n...*..***.\n....*..**.\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*....\n..*.*.....\n.*.**.....\n**........\n*........*\n*..***..*.\n.**..*..*.\n*....*...*\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.**....\n**.**.....\n***.......\n*...*.....\n*.****..**\n****.**.**\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..**....\n.**.**....\n**.**.....\n.**......*\n....*.....\n*.****..*.\n.***.**.*.\n*.*.***..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...*..\n.*.*.*..\n..*.....\n.*....*.\n.......*\n*..*.**.\n..**.*.*\n...*.*.*\n*.*.....\n**......\n..*...**\n**......\n.*......\n```\n\n\n## Output without wrap\n\n```\n...*....\n.*......\n.**.....\n........\n....*...\n..**.*.*\n.*......\n.*.**...\n*.**....\n..**....\n*.**....\n*.*.....\n*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n...*....\n.**.....\n**......\n**..*.**\n..**.*..\n........\n...**...\n..**....\n*.**....\n..**...*\n...*...*\n...*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.*\n****..*\n****...\n..*....\n.......\n*......\n*.....*\n**..***\n******.\n```\n\n\n## Output without wrap\n\n```\n.*.***.\n*....*.\n*......\n..**...\n.......\n.......\n*.....*\n......*\n*.**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.....**\n......*\n..**...\n.......\n*.....*\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n***.\n..*.\n.*.*\n```\n\n\n## Output without wrap\n\n```\n*.**\n*...\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n....\n****\n****\n....\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n*..*\n*..*\n....\n*..*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**......\n........\n**......\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**......\n**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n........\n**......\n..*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n****.\n.....\n.....\n...*.\n.**.*\n**.*.\n..*.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n*..*.\n.**..\n.*.*.\n.***.\n***.*\n*...*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.**..\n*..*.\n.**..\n.*.*.\n..**.\n..**.\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*\n.*...**.*\n.........\n***....**\n..**....*\n..**.....\n..*****..\n..**.*.*.\n**..*..*.\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....**..\n*.*...*.*\n.***...**\n.......**\n.*...*...\n.*...**..\n.......*.\n.****.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...*\n*....**..\n..*...*..\n****...**\n.......**\n.*...*...\n.*...**..\n.......**\n*****..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......*.\n..***...*...\n......*.....\n.**.....*...\n*......*....\n*....*..*..*\n........*...\n.**...*.....\n.*.....**...\n......*.*..*\n*..**.....**\n*..*..*....*\n```\n\n\n## Output without wrap\n\n```\n..**........\n.***........\n.*..........\n**....**....\n......*.....\n......*.....\n.**....*....\n*.......*...\n.**.....*.*.\n..*****.*..*\n...*.*..*...\n...*.*....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.......\n*..*........\n.*..........\n.*....**....\n.*....*....*\n......*.....\n..*....*...*\n........*...\n*.*.....*.**\n*******.*.**\n**...*..*.*.\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...\n..*.*.\n*..*.*\n***...\n*..***\n***...\n*..**.\n*...*.\n**...*\n```\n\n\n## Output without wrap\n\n```\n.***..\n..*.*.\n*..**.\n*.*..*\n...**.\n*.*..*\n*.***.\n*..***\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n*.*.**\n*..***\n..*...\n...**.\n..*...\n*.***.\n...**.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...*...\n....*....\n.........\n.........\n.........\n.....*...\n*........\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n**..\n*.**\n**.*\n...*\n*.**\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n**.*\n*..*\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n.*..\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...***\n..*...\n..*...\n..*...\n```\n\n\n## Output without wrap\n\n```\n....*.\n...**.\n..*.*.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n..*.*.\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n..***...\n...*....\n........\n.***....\n**.*....\n**.....*\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n..***...\n..*.*...\n..***...\n...*....\n**.*....\n...*....\n..*.....\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...\n..*.*...\n..***...\n...*....\n**.*....\n...*...*\n..*....*\n**.....*\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...**\n*...*\n.*.*.\n.*...\n.**.*\n....*\n..***\n**...\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n..*.*\n***..\n**.*.\n.***.\n.*..*\n.****\n.***.\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n*.*..\n.**.*\n.*.*.\n.***.\n.*..*\n.****\n*****\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**\n....*\n...**\n**..*\n```\n\n\n## Output without wrap\n\n```\n...**\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*....\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n...*.\n..*..\n.***.\n***.*\n*...*\n...**\n***..\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.****\n....*\n.*...\n*....\n*...*\n*.*.*\n*.***\n.***.\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n*....\n.*...\n....*\n.....\n..*..\n..**.\n*****\n.*...\n*****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....***.\n*.*..*..\n***.....\n.*...**.\n.*..***.\n****..**\n*...***.\n...****.\n****..**\n....**.*\n*.****..\n.*.*.*.*\n```\n\n\n## Output without wrap\n\n```\n....***.\n*.*****.\n*.*..**.\n....*.*.\n...**...\n*.**...*\n*.......\n*.......\n.**....*\n*......*\n.**.....\n.*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...*\n*.******\n*.*..***\n....*.**\n...**...\n..**....\n*.......\n........\n***.....\n........\n***....*\n**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.***.\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n.*.*.\n.**..\n*.**.\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n...*.\n*....\n**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....*...\n....**..\n...*.*..\n....*...\n**....*.\n.*......\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....**..\n...*.**.\n...*.**.\n....**..\n**......\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....**..\n...*.**.\n...*.**.\n....**..\n**......\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n....\n....\n....\n*.*.\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n*.**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n*.*.\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n.*.*\n....\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..******\n.....***\n*****.**\n*..****.\n.****.**\n*...**..\n*****.*.\n*.****.*\n.*..****\n.**.....\n..*****.\n.**...**\n```\n\n\n## Output without wrap\n\n```\n...**..*\n........\n***.....\n*.......\n***....*\n*......*\n*.....*.\n*......*\n*......*\n.*.....*\n....****\n.**.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...\n........\n.**.....\n........\n.**.....\n........\n......*.\n........\n.......*\n**.....*\n*...****\n**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...***\n......\n...***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n.****\n*.***\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n....*..\n..*..*.\n..**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n..*.*..\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n..*.*..\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****...*.\n**.**..**\n*.**.****\n*.*.**..*\n*****.*..\n*..*****.\n****.*..*\n********.\n```\n\n\n## Output without wrap\n\n```\n....*....\n....*....\n.........\n**.......\n.........\n.........\n........*\n......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*..\n.........\n.........\n.........\n.........\n.........\n......*..\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n**...\n**...\n.*.*.\n.....\n.....\n.....\n.....\n....*\n.**.*\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n.*...\n..*..\n.*...\n.*...\n.....\n.....\n.....\n..*..\n.*...\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n**...\n*.**.\n**...\n.*...\n.....\n.....\n.....\n*.*.*\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**.\n**.*....\n*.***...\n.*..*.**\n```\n\n\n## Output without wrap\n\n```\n....*...\n...*.*..\n.*.*..*.\n.*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***.\n........\n....***.\n......*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**.....\n...*...**.**..\n..**..*..**...\n..*.*.........\n.......**.....\n```\n\n\n## Output without wrap\n\n```\n.......***....\n..**..*...**..\n..*.*..*****..\n..*....***....\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*.......\n..**..*...**..\n..*.*..*****..\n..*....***....\n.......**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..*.......\n**........\n..*.......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.**.......\n***.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.**.......\n***.......\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****...**\n*******.**\n**********\n..*.******\n.**....***\n*.*.***.*.\n*..*.*****\n**...**.**\n*.***.***.\n*******.**\n****.*****\n**.****.*.\n.*...*****\n****..*.**\n```\n\n\n## Output without wrap\n\n```\n........*.\n........*.\n..........\n.*........\n...*......\n..*.......\n*.**......\n.*........\n..........\n..........\n..........\n..........\n.**.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n...*......\n.**.......\n..**......\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....\n*...*.\n*....*\n.**..*\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*...**\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n**....\n....*.\n.*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*..\n....*..\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*.*...\n............\n**..*.......\n.*.**......*\n..*.*......*\n***.........\n............\n..*.........\n.*.**.......\n..**...*....\n```\n\n\n## Output without wrap\n\n```\n............\n............\n*****.......\n**..**......\n*...*.......\n.***........\n..*.........\n..**........\n.*..*.......\n..***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n............\n*****.......\n.*..**.....*\n....*......*\n****........\n..*.........\n..**........\n.*..*.......\n..***..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*........\n*.*........\n.*.........\n...........\n*.........*\n*.........*\n...........\n....*......\n**..*......\n```\n\n\n## Output without wrap\n\n```\n...........\n.**........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.......\n..**.......\n.*.........\n**........*\n.*.........\n*.........*\n...........\n...........\n.*.*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*..*...*\n...*..*..**..*\n...*..*....*.*\n......*..****.\n...*.*..*..*..\n........*..*..\n.........**...\n..........***.\n```\n\n\n## Output without wrap\n\n```\n....***.***...\n....*..*.**...\n...*.....**...\n....*.........\n.....*...*....\n.......***....\n........**..*.\n.........***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...***.**.*.*\n*...*..*.**.**\n*..*.....**..*\n....*.........\n.....*...*....\n.......***....\n..........*.*.\n..........****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n*.*..\n*..**\n*****\n****.\n*..**\n.*.**\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n*....\n*...*\n.....\n.....\n*....\n.*...\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n....*\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...\n.**.*.\n.*....\n..*...\n......\n...*.*\n..*.**\n****..\n```\n\n\n## Output without wrap\n\n```\n.***..\n.***..\n.*.*..\n......\n......\n...*.*\n.....*\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.***..\n.*.*..\n......\n......\n...*.*\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.****.*\n..**...*.*\n***.***.**\n..*.*...**\n```\n\n\n## Output without wrap\n\n```\n.....**...\n...*...*..\n...*****.*\n...**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.......*..\n.....*....\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n...\n...\n...\n...\n**.\n*..\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n**.\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n...\n...\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n***.*\n..*.*\n..*..\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.*...\n.**..\n..*..\n..*..\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n**...\n***.*\n..*.*\n..*.*\n**...\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.***..*..\n.*..*****..**\n**.***.*.***.\n*.*.*********\n*****.****.*.\n**.*.********\n*...*.***.*.*\n.***.********\n***.**.*.*..*\n```\n\n\n## Output without wrap\n\n```\n.***....*..*.\n............*\n*............\n............*\n.............\n............*\n*............\n............*\n*...**.*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........**..\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*....\n..**.**...\n...*..*...\n.....**...\n..........\n..........\n..........\n..........\n.*........\n........*.\n.........*\n..........\n```\n\n\n## Output without wrap\n\n```\n....***...\n..**.**...\n..**...*..\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....***...\n..**.**...\n..**...*..\n.....**...\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**\n.*..*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n..***\n**..*\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n.*....\n.....*\n.*.**.\n.*....\n*....*\n.*....\n*..**.\n.***..\n**..**\n*....*\n...*..\n..*.**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..*.**\n*.*...\n...*..\n..***.\n**.***\n.....*\n**...*\n****.*\n..**.*\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*.*.*.\n..*.*.\n...**.\n.****.\n...***\n.....*\n......\n..***.\n..***.\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n**..\n...*\n.**.\n...*\n***.\n....\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n***.\n*...\n..**\n*..*\n.**.\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.**.\n...*\n*.**\n...*\n****\n..*.\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n****\n**.*\n****\n*.**\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.....\n**...*...*\n*...*.....\n***.......\n*.**......\n```\n\n\n## Output without wrap\n\n```\n*.........\n*..***....\n..*.......\n*.*.......\n*.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.....\n...***...*\n..*.......\n*.*......*\n*........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*...*.\n...**...*\n...*.....\n...*....*\n...*...*.\n```\n\n\n## Output without wrap\n\n```\n...**....\n..***....\n..**.....\n..***....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...**\n..***....\n..**.....\n..***....\n..***..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n**.*\n*.**\n.*.*\n****\n***.\n.*..\n..*.\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n....\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n....\n....\n....\n....\n....\n****\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n**....\n**....\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n..*...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n**....\n..*...\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......***.\n........*..\n...........\n....**...**\n.....***.*.\n...*.*..*.*\n...*....***\n*.*.**.....\n..*......**\n..........*\n*..*....**.\n**.*....***\n```\n\n\n## Output without wrap\n\n```\n.......*.*.\n.......*..*\n.......*...\n........***\n....***.*.*\n....*.*..*.\n.***.*.....\n.*..*...*.*\n.*.*....*.*\n*.......*.*\n*.*....**..\n*.*......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..*\n.......*.**\n.......*...\n........***\n....***.*.*\n*...*.*..**\n..**.*....*\n....*...*..\n...*....**.\n........*..\n..*........\n*.*........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.*...\n.....\n****.\n*..*.\n*.***\n.*...\n.*...\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n*....\n****.\n*....\n*.***\n**.*.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n.....\n*....\n****.\n.....\n*.**.\n.*.**\n***..\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n********.\n*****.***\n********.\n```\n\n\n## Output without wrap\n\n```\n*.......*\n........*\n*.......*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n*..*\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*..*\n*..*\n....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*..*.\n...*...*.\n*.**..*..\n..*.*****\n..**..*..\n...*.*...\n.**......\n*.*......\n...*.****\n.........\n.........\n.........\n......**.\n.....*...\n```\n\n\n## Output without wrap\n\n```\n...*.....\n.***...*.\n.**.**.*.\n.***.....\n..*.*....\n.*..*....\n.*.......\n.*.*..**.\n.....*..*\n......**.\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...*\n.**.*.**.\n***.**..*\n.***.....\n..*.*....\n.*..*....\n.......**\n*..*..*..\n*....*...\n......*.*\n.........\n.........\n......*..\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****.*......\n....*.*......\n..*..***..**.\n.**..*.*..***\n..*..**.*..*.\n......*.****.\n**..***...*..\n*...**.*....*\n*..**.......*\n*..*.**.*..**\n*.**.***.*..*\n..***..*.**..\n..*.*.*.**...\n..**.***.*...\n```\n\n\n## Output without wrap\n\n```\n..***........\n.*...*.......\n*....*..**.*.\n*....*.***.*.\n*....*.**....\n...***.**....\n**.......***.\n..*........*.\n**..........*\n**......*..**\n.........**.*\n.............\n..*****......\n..*****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.*..*........\n.....*..**.*.\n.....*.***.*.\n.....*.**..**\n...***.**..**\n**.......**..\n***..........\n.............\n........*....\n.........**..\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*.**.\n***.*\n*..*.\n..***\n```\n\n\n## Output without wrap\n\n```\n...*.\n.*..*\n**...\n.*..*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.*..\n.*.*..*.**\n**.....**.\n*.*.......\n*.*..*.*..\n```\n\n\n## Output without wrap\n\n```\n......***.\n......*..*\n*....*...*\n.*....*..*\n.......*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...**.**\n..*.***..*\n**...*....\n..*...*.*.\n*...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.....\n............\n..**........\n..*..*.*....\n..*..***....\n```\n\n\n## Output without wrap\n\n```\n............\n..*.........\n.....*......\n.**.**......\n....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.****....\n..*.**......\n.....*......\n.*..*.*.....\n.**....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......**..*\n........*...\n............\n.......*.*..\n........***.\n.**.........\n............\n..*.........\n............\n............\n............\n........**..\n```\n\n\n## Output without wrap\n\n```\n.......**...\n.......**...\n........*...\n.........**.\n........***.\n.........*..\n.**.........\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*....\n.......**...\n........*...\n.........**.\n........***.\n.........*..\n.**.........\n............\n............\n............\n............\n.......***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n**.*\n.*..\n```\n\n\n## Output without wrap\n\n```\n**.*\n*..*\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n.*.\n*..\n.*.\n**.\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n**.\n..*\n.*.\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n...\n...\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.*******.*\n..********.***\n***.**.**..***\n******..*.***.\n**.******.***.\n```\n\n\n## Output without wrap\n\n```\n..............\n**............\n..............\n.......*......\n.......*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n...\n...\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........\n*......*\n*......*\n*......*\n........\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n**....**\n........\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n*......*\n.*....*.\n*......*\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*...\n..****\n..*.*.\n*.*.*.\n*.**.*\n**...*\n```\n\n\n## Output without wrap\n\n```\n.**.**\n.**.**\n..*...\n..*.**\n*....*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***...\n.**...\n*.*.*.\n..*...\n.**...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n..*...\n......\n......\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n***\n...\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n***\n...\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..*.\n..*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.******..*\n..**.*.*.*\n.*...**.**\n******.***\n*.*****.**\n****..*.**\n...**.****\n*******.**\n```\n\n\n## Output without wrap\n\n```\n.*...**.*.\n.......*.*\n*.........\n*.........\n..........\n*.........\n..........\n.**...*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n.......*.*\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n.*.\n*.*\n*.*\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*****.*****.\n**.*..**.**.**\n*.*******.****\n.**.**.*.*.**.\n****....******\n**************\n**..**.****...\n*.*********.**\n**.***********\n..************\n***.***.*****.\n*..***********\n************.*\n*.**.*.**.****\n```\n\n\n## Output without wrap\n\n```\n.*****........\n*.****........\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n..............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**.\n**...\n.**.*\n*.***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.....\n.....\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**..\n.*...\n.....\n**...\n*.*.*\n.***.\n```\n\n\n## Output without wrap\n\n```\n.**..\n.....\n.....\n.....\n*....\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n..*.*\n....*\n.*..*\n...**\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..***.\n*..****.*.\n..*.*..**.\n.**.....*.\n***.*.****\n..***..***\n*********.\n*.******..\n*****.*.**\n.***.*****\n```\n\n\n## Output without wrap\n\n```\n****..*.*.\n*........*\n..*.*.*.**\n*....**...\n*...***...\n..........\n*........*\n.........*\n*........*\n*....**..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n*.........\n..*.*.*.*.\n.....**...\n....***...\n..........\n*.........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...*.*\n.********\n**.***.**\n*.....*.*\n.*.***..*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.....***.\n.....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..****...\n.........\n.........\n..***.*..\n..*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n..**.\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n..**.\n..**.\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n..*.*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**....\n*.*..*.*\n**.....*\n.......*\n*...****\n.*..*..*\n***.....\n.*.*....\n.****..*\n*..*.**.\n```\n\n\n## Output without wrap\n\n```\n.***....\n*.**..*.\n**.....*\n**...*.*\n....**.*\n..***..*\n*..*....\n....*...\n**...**.\n.*.*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.*..\n..**..**\n.*......\n.*...*..\n....**..\n..***...\n...*....\n....*...\n.*...***\n*....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n....*.*...\n....**....\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....*.....\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n....*.....\n....**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.......\n..**.*....\n...*.**...\n..*****...\n.*..*..***\n*.......*.\n*.......*.\n*.......**\n..........\n.......*..\n.......**.\n.......*..\n......*..*\n```\n\n\n## Output without wrap\n\n```\n..**......\n..**.**...\n..........\n..*.....*.\n.**.*.****\n**........\n**.....**.\n........**\n........*.\n.......**.\n......***.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n..**.**...\n..........\n..*.....*.\n***.*.****\n**........\n**.....**.\n*.......*.\n........**\n.......**.\n......***.\n......**..\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.***.**\n**..******.\n..*.*.*****\n**.********\n.**.....*.*\n***.*.**.*.\n****.******\n.****.*****\n****...*...\n*.***.**.**\n*.**.*****.\n.********.*\n```\n\n\n## Output without wrap\n\n```\n**.........\n*.*........\n.*.........\n...........\n...........\n...........\n...........\n...........\n.........**\n**.........\n**.........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*...\n..*.\n*...\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.**.\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n...*\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n..*.\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**.\n.*......\n*.....**\n***.....\n..**.*..\n***....*\n..****..\n**.*...*\n*..*..*.\n*.....*.\n.***..*.\n*..*****\n**.*.*.*\n```\n\n\n## Output without wrap\n\n```\n..*.....\n***..*.*\n*.*.....\n*.**..*.\n...*....\n.....**.\n....*.*.\n**...**.\n*.*...**\n*..*.***\n****....\n*......*\n****.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***\n.**..*..\n..*....*\n*.**..*.\n...*...*\n*....**.\n....*.*.\n**...***\n..*...*.\n*..*.**.\n.***....\n........\n.*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**......\n..**....\n...**...\n...*....\n.**.....\n..**....\n.*.*....\n```\n\n\n## Output without wrap\n\n```\n.*......\n.*..*...\n.....*..\n...**...\n..***...\n..*.....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n**..*...\n.....*..\n...**...\n..***...\n**......\n**.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*...\n..**.**....\n.*.....*...\n**....**...\n..*........\n...****....\n.......*...\n....*..*...\n....*.*....\n.....*.....\n...........\n```\n\n\n## Output without wrap\n\n```\n......**...\n.*...*.*...\n*....*..*..\n....**.**..\n*......*...\n.....***...\n...*...*...\n....**.*...\n....*..*...\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**...\n.*...*.*...\n*....*..*..\n....**.**..\n*......*...\n.....***...\n...*...*...\n....**.*...\n....*..*...\n.....*.....\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n.**..\n***..\n**...\n**..*\n*.**.\n*.**.\n***.*\n**..*\n*....\n....*\n...*.\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.....\n.....\n.....\n...*.\n*...*\n*...*\n....*\n..**.\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**..\n.....\n.....\n.....\n...*.\n.....\n.....\n.....\n..**.\n.*...\n....*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n*.*..\n....*\n..***\n.**..\n*****\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n.**.*\n.**.*\n*....\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.**.*\n***.*\n***.*\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.*.....\n***....\n**.....\n.......\n.......\n..*....\n```\n\n\n## Output without wrap\n\n```\n.*.....\n.**....\n*.**...\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.**....\n*.**...\n.*.....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***.\n..*.**..*\n**....***\n*.****.*.\n*..*****.\n```\n\n\n## Output without wrap\n\n```\n....****.\n.*..*...*\n*.......*\n*.*......\n.**....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.*..*....\n.........\n..*......\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*****...\n*.....**..\n..***..***\n.*.*...**.\n**....*..*\n..**.*.**.\n..*.*.*...\n*....**...\n.*..*..***\n```\n\n\n## Output without wrap\n\n```\n...*****..\n.*........\n.****....*\n**.**.*...\n**.**.*..*\n..****.**.\n.**.*.....\n.*.**.*.*.\n.....****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****....*\n.*.......*\n*****....*\n.*.**.*...\n**.**.*..*\n*.****.***\n.**.*.....\n**.**.*.**\n***....***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n..*.*.....\n....*.....\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...*......\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n...*......\n...*......\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.***.\n..***\n.*.*.\n....*\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*..*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n.*..*\n.*..*\n.*...\n..*.*\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......\n*.....**\n*.......\n*.......\n*...*...\n*...*...\n........\n.....**.\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n..*.....\n..*.....\n**......\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**......\n.......*\n..*.....\n..*.....\n.*.....*\n*.......\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.....\n.*...\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...***..\n..*......\n*....*...\n*..****.*\n.*..**.*.\n```\n\n\n## Output without wrap\n\n```\n.....*...\n.*..*.*..\n.*.*.**..\n**.*...*.\n...*...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**.*..\n.*..*.*..\n**.*.**.*\n**.*...**\n.*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.****\n*..*.***\n********\n.*****..\n********\n****.***\n***..***\n.*****..\n**.*.***\n```\n\n\n## Output without wrap\n\n```\n........\n**......\n........\n........\n........\n........\n........\n......*.\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****\n**..*\n***..\n*.***\n*.*..\n```\n\n\n## Output without wrap\n\n```\n*.***\n....*\n....*\n*....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*....\n...**..*.\n...*....*\n*......*.\n....*....\n........*\n.....*...\n*.......*\n..*...*..\n*........\n```\n\n\n## Output without wrap\n\n```\n....*....\n..*.*....\n...**..**\n.........\n.........\n.........\n.........\n.........\n.*.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n..*.*....\n...**..**\n........*\n........*\n.........\n*.......*\n.........\n**......*\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.*.....*.\n..*...*..\n.**...*..\n```\n\n\n## Output without wrap\n\n```\n.........\n......**.\n..*...**.\n.**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**...**.\n......**.\n..*...**.\n.**..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n...**\n.....\n.....\n...**\n....*\n.*...\n.....\n..*..\n*....\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n...**\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n*..*.\n*..*.\n....*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n....**\n**....\n.**...\n......\n....**\n```\n\n\n## Output without wrap\n\n```\n....**\n**..**\n***...\n***...\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.*..*.\n***..*\n***...\n......\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....**.**.*\n.*.......**.*.\n**.....*******\n```\n\n\n## Output without wrap\n\n```\n...........*..\n***......*...*\n***...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..........\n*..*..........\n*..*..........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.**\n***.**.\n*...***\n.**.***\n***...*\n.**.***\n**...**\n```\n\n\n## Output without wrap\n\n```\n.***...\n..**...\n...*...\n.*.....\n....*..\n*.****.\n.**.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n...*...\n.......\n....*..\n.......\n...**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n*...\n...*\n...*\n.*.*\n.*..\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n...*\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n*..*\n...*\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n*..\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n*..\n.**\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*...\n.***.\n.....\n.....\n.....\n.....\n...*.\n***.*\n```\n\n\n## Output without wrap\n\n```\n.**..\n.**..\n.**..\n.....\n.....\n..*..\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.***.\n.**..\n.....\n.....\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n**.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....***..\n.....***..\n..*...*...\n*.........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n.....*.*..\n......*...\n......*...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*...\n.....*.*..\n......*...\n.....*.*..\n......*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n....\n***.\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.***\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n..**\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.........\n*........\n.*.***...\n.........\n.........\n.........\n.........\n..*......\n.........\n*........\n**.......\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n...***...\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.......\n.........\n...***...\n.........\n.........\n.........\n.........\n.........\n.........\n**.......\n..*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n.*...\n.....\n.....\n..*..\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n.*...\n*.*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*...\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*..*\n.*..*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*..\n*....**\n*..***.\n*.*****\n.**....\n**.....\n.*.....\n*......\n*...*..\n```\n\n\n## Output without wrap\n\n```\n.....*.\n**.*..*\n*.*....\n*.....*\n....**.\n*......\n.*.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n**.*...\n..*....\n*......\n....**.\n*......\n.*.....\n**.....\n**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n**.*\n....\n**..\n```\n\n\n## Output without wrap\n\n```\n.***\n.*.*\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n..**\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n...*.\n*.**.\n....*\n*****\n..***\n**.**\n.***.\n.*.*.\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n....*\n.**..\n.**.*\n.....\n.....\n.....\n.....\n.**..\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.****\n..*..\n.....\n.....\n.....\n....*\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.......*.\n..*.......*.\n..*.......*.\n```\n\n\n## Output without wrap\n\n```\n.***......*.\n.***......*.\n..........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...*...\n....*...*...\n....*...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**..***..\n*.....**.*.\n.........**\n*.****..**.\n....*..*.*.\n.**..*...*.\n*..****..*.\n*.*.*.*..*.\n.........*.\n..*.*****.*\n***.....*..\n**......**.\n..*..*..*..\n```\n\n\n## Output without wrap\n\n```\n.*....*.*..\n.*....*..**\n.*.*****..*\n...***.....\n......*..**\n.**......**\n*.....*.***\n.*..*.*.***\n.*..*....**\n..**.****..\n*.**.**....\n*......***.\n.*......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*...**\n**....*..*.\n**.*****...\n...***.....\n......*..*.\n.**......*.\n*.....*.**.\n.*..*.*.**.\n.*..*....*.\n*.**.****.*\n..**.**....\n*......****\n*.**..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*..*\n*.*..\n*..*.\n*..**\n****.\n.*...\n*.*.*\n**...\n.....\n.....\n...**\n...**\n..***\n```\n\n\n## Output without wrap\n\n```\n.....\n.*...\n*.**.\n*.***\n*...*\n*..**\n.....\n*.*..\n**...\n.....\n.....\n...**\n.....\n..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*\n**...\n*.**.\n*.**.\n.....\n...*.\n.....\n..*.*\n**..*\n.....\n.....\n...**\n*....\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...***\n......\n......\n......\n..****\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n...**.\n...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n....*.\n......\n...**.\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.........\n...*.....\n..***.*..\n...*.***.\n.....**..\n.........\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n..***....\n..*...**.\n..**...*.\n....**.*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n..***....\n..*...**.\n..**...*.\n....**.*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*.\n.**.*.\n......\n......\n.**...\n*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.*..\n.*.*..\n......\n......\n.**...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n.*.*.*\n......\n......\n.**...\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n*..\n...\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*.*.\n***...\n.*..**\n```\n\n\n## Output without wrap\n\n```\n...*..\n..*...\n*.*.**\n***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n..*...\n*.*.*.\n.*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*..\n.***...\n*..*.**\n.....**\n*......\n.......\n.**....\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.*.*...\n**.*.*.\n.*.*.**\n....***\n.......\n.*.....\n.**....\n.**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*..\n.*.*.**\n**.*.*.\n....**.\n......*\n.*.....\n.**....\n**.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**...\n.........\n*.....***\n*.*......\n..*...***\n.........\n..*.....*\n.........\n**.......\n**.*.*.**\n.*.*.*...\n...**....\n.*.*..***\n```\n\n\n## Output without wrap\n\n```\n.........\n.....***.\n.*.....*.\n.........\n.*.....*.\n........*\n.........\n.*.......\n***......\n......*..\n**.*.**..\n...*.***.\n..***..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....****.\n.....****\n**.....**\n*........\n.*.....**\n........*\n.........\n**.......\n.**......\n......*.*\n.*.*.**.*\n*..*.***.\n..**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n.*.**\n.....\n.....\n.....\n..**.\n.***.\n*....\n```\n\n\n## Output without wrap\n\n```\n..***\n...**\n.....\n.....\n.....\n.*.*.\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n...**\n.....\n.....\n.....\n.*.*.\n.*.**\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**.\n......**.\n.....***.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n........*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......**\n*......**\n*......**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.*..\n.**.....\n........\n..*..*..\n.**....*\n```\n\n\n## Output without wrap\n\n```\n.*.*....\n.*.*....\n.**.....\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n.*.*....\n.**.....\n.**.....\n*...*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.....\n.**..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.*\n*....\n..***\n*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*\n........\n........\n........\n*.....*.\n*.....*.\n.....*.*\n....*..*\n....**.*\n*.....*.\n.......*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......*.\n.....*.*\n....**.*\n....*..*\n....*..*\n....**.*\n......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n........\n........\n........\n........\n*....**.\n.*..**..\n.*..*...\n.*..*...\n*...*...\n*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*...\n**.*\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n.*..\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*...\n..*....\n*.**..*\n*.**...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*...\n.**....\n.....**\n.*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.\n***.\n****\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n.***\n****\n.**.\n***.\n```\n\n\n## Output without wrap\n\n```\n...*\n....\n*...\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..............\n..............\n..............\n....**........\n....**........\n..............\n..............\n..............\n..............\n..............\n```\n\n\n## Output without wrap\n\n```\n..............\n..............\n..............\n....**........\n....**........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n..............\n..............\n..............\n....**........\n....**........\n..............\n..............\n..............\n..............\n..............\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n.***.\n*....\n****.\n```\n\n\n## Output without wrap\n\n```\n**.*.\n..**.\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..**.\n*....\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*****\n*****.\n*.****\n***.**\n**.***\n******\n```\n\n\n## Output without wrap\n\n```\n*....*\n*.....\n......\n......\n......\n*....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n...**\n...*.\n*****\n*..*.\n.*.*.\n```\n\n\n## Output without wrap\n\n```\n..*.*\n.....\n.*...\n**..*\n*....\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.....\n.*...\n**...\n.....\n**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n.........\n.........\n.....**..\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**..\n.........\n.........\n.....**..\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n*..\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....*\n.*.....*\n.*....**\n*......*\n....*..*\n...**...\n*.***...\n```\n\n\n## Output without wrap\n\n```\n.*......\n..*...**\n......**\n......**\n...**...\n..*..*..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n........\n........\n*......*\n...**...\n.*...**.\n*.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.....\n.....\n...*.\n..*..\n.*..*\n**..*\n***.*\n.*.**\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n****.\n....*\n....*\n**..*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n..**.\n.****\n.....\n.....\n.*...\n*..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n**.\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.\n**.\n..*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.**\n....\n....\n..**\n*...\n*.**\n....\n....\n....\n....\n*.*.\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n*.**\n....\n....\n.**.\n.***\n..**\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n.**..\n.....\n.....\n.....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n***..\n***..\n.....\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n***..\n.....\n.....\n.....\n.....\n**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*\n*.*.*\n****.\n```\n\n\n## Output without wrap\n\n```\n.*...\n*....\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******.*.*..\n*.****..*.*.*\n.*..***..*.**\n***....*****.\n.***.***..*.*\n****..***.***\n.***.**.*.***\n..******.**..\n..*..*.*..**.\n.***..**.****\n***......*..*\n```\n\n\n## Output without wrap\n\n```\n.......*...*.\n......*.....*\n...........*.\n.....*.......\n.............\n.............\n.............\n...........**\n...........**\n.......*.*.**\n.......***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......**....\n......*.*....\n.............\n.....*.......\n.............\n.............\n.............\n.............\n.............\n.............\n.........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n*....**.\n*.....*.\n........\n........\n........\n......*.\n......*.\n........\n........\n..*.....\n**......\n*.......\n........\n```\n\n\n## Output without wrap\n\n```\n......*.\n.....***\n.....**.\n........\n........\n........\n........\n........\n........\n........\n.*......\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**\n*....**.\n.....**.\n........\n........\n........\n........\n........\n........\n........\n.*......\n**......\n**......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....\n..***\n....*\n****.\n*.*..\n*.*..\n```\n\n\n## Output without wrap\n\n```\n...*.\n...**\n....*\n*.**.\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*..**\n.....\n*.**.\n*....\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..*\n..***\n*.***\n**...\n***..\n```\n\n\n## Output without wrap\n\n```\n.*...\n*..*.\n.....\n.*...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.\n***\n.*.\n***\n...\n.**\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n..*\n**.\n*..\n.*.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n***\n***\n...\n***\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n....*\n*....\n*..**\n```\n\n\n## Output without wrap\n\n```\n..*..\n...*.\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n**.**\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n***..\n*.**.\n*.**.\n***.*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n*.**.\n*....\n*....\n*...*\n....*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n*....\n*....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n.***\n*.**\n.**.\n.*.*\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n*...\n*...\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n....\n....\n....\n.*.*\n....\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.\n*..*****\n***.**.*\n**.*...*\n***...*.\n.*.*****\n```\n\n\n## Output without wrap\n\n```\n....*.**\n*..*...*\n.......*\n...***.*\n........\n**.*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n...*....\n........\n...***..\n........\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n...*.\n.*...\n.*.**\n....*\n..**.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n..***\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n.....\n*..**\n..***\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n**..**\n***.*.\n*.**.*\n*.*.**\n```\n\n\n## Output without wrap\n\n```\n.*****\n.***.*\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*...\n.....\n.....\n.....\n.....\n.....\n.....\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*.*.\n*.**.**\n.**..**\n.......\n.*.....\n*......\n.**..**\n.*..*.*\n*.**.*.\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n..*.*..\n*......\n*...**.\n.*..**.\n..*....\n*.*....\n*.**.**\n*.**..*\n*.*...*\n.*****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.*.*...\n*...*..\n*...*..\n..*...*\n*.*..**\n.***.**\n.***.*.\n.......\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n********\n....*.**\n**.*....\n```\n\n\n## Output without wrap\n\n```\n..**....\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n**..\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.**.\n....*...*.\n.....***..\n.....*....\n```\n\n\n## Output without wrap\n\n```\n....**.**.\n....*...*.\n....****..\n.....*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*****.\n....*...*.\n....****..\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...**..*\n..*.**...\n****..*..\n.***...**\n*.***.***\n..*.*.**.\n```\n\n\n## Output without wrap\n\n```\n...***...\n.*.*...*.\n.*...*.*.\n....**.*.\n...**..*.\n...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***....**\n.*...*...\n*....*..*\n*...**.*.\n.........\n**......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.*...\n*....\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n*....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..*\n.*.**..\n****...\n*.*****\n******.\n**..*.*\n.******\n*.*....\n**.**..\n```\n\n\n## Output without wrap\n\n```\n**.**..\n....*..\n*......\n......*\n.......\n......*\n....*.*\n*......\n****...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**\n....*.*\n.......\n.......\n.......\n.......\n....*..\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..............\n.........***..\n.........**...\n....*.........\n....*.........\n..............\n```\n\n\n## Output without wrap\n\n```\n..........*...\n.........*.*..\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........*...\n.........*.*..\n..............\n..............\n..............\n..............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n......\n......\n*..***\n.**...\n......\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n....*.\n.****.\n.****.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n....**\n******\n******\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n****\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.....*.\n*.......**\n........**\n..........\n*....*.**.\n.....*...*\n..*...**.*\n..*.....**\n```\n\n\n## Output without wrap\n\n```\n.*......**\n.*.....*..\n........**\n.......*.*\n......*.*.\n.....*...*\n......**.*\n.......***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....*..\n**.....*..\n*.......*.\n.......*..\n......*.**\n*....*...*\n*.....**.*\n*.**.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n****\n***.\n.*.*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n...*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..*.\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*..*\n*******.*\n.******.*\n```\n\n\n## Output without wrap\n\n```\n......**.\n.....*...\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......****.\n*...........\n.......*****\n*..........*\n```\n\n\n## Output without wrap\n\n```\n........**..\n...........*\n........****\n........**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......***.\n............\n........***.\n*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...*..\n.**..****\n***.*...*\n..*.***..\n.***.*...\n.*.**.***\n.**.*.*.*\n..****.**\n**..*.***\n```\n\n\n## Output without wrap\n\n```\n.**..**..\n.....**.*\n*...*...*\n*.....*..\n.*.......\n*.....*.*\n.*.......\n*........\n.**.*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.....\n.....**.*\n....*...*\n......*..\n**.......\n......*.*\n.*.......\n.........\n....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n....\n.**.\n*.*.\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n...*\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n....\n**.*\n*..*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*...\n..*..\n..**.\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n.*.*.\n.*.*.\n....*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.....\n.*.*.\n.*.*.\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n***...\n.***..\n......\n```\n\n\n## Output without wrap\n\n```\n*.*...\n*.....\n*..*..\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n*.....\n*..*..\n.*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n....*.\n..**..\n.*.**.\n**....\n...**.\n*....*\n...*..\n***...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n...*..\n..*...\n**.**.\n**....\n**..*.\n...*..\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n......\n...*..\n..*...\n**.**.\n**...*\n.*..*.\n...*.*\n..*..*\n.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.*..\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n*..*\n.*.*\n...*\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......**\n....*..*.\n.......*.\n....*..**\n**.......\n*....*...\n.......**\n.*.....**\n*.*.**...\n```\n\n\n## Output without wrap\n\n```\n......***\n.........\n.........\n......***\n**.......\n**.....*.\n**....*.*\n......*.*\n.......*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*...*\n....*....\n.........\n**....**.\n.........\n**......*\n**....***\n**...*..*\n***.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n***.\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n*...\n*.**\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*..*.\n...**\n*....\n*.*.*\n.*...\n```\n\n\n## Output without wrap\n\n```\n****.\n*....\n...**\n.*..*\n*....\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*....\n*..*.\n**...\n*...*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*.\n.......*\n.....***\n.......*\n*.....*.\n```\n\n\n## Output without wrap\n\n```\n........\n.....*.*\n.......*\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n*....*..\n*......*\n*....*..\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.*.**\n*...****\n...*.**.\n..**.**.\n******.*\n**..*.**\n**.***..\n*****.**\n**.****.\n```\n\n\n## Output without wrap\n\n```\n**.**..*\n*.*.....\n..**....\n.......*\n*......*\n.......*\n........\n.......*\n*.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n..**....\n*.......\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n*....*.\n.*..*..\n.*..*..\n......*\n.......\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....**.\n....**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n**..**.\n**..**.\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*..*\n*..*\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..........\n..**..........\n..**..........\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..**..........\n.*..*.........\n..**..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n******........\n******........\n******........\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..***....\n.*..*..**\n*.**...**\n*......**\n......***\n.......*.\n*......**\n..*....**\n..*.....*\n....*....\n```\n\n\n## Output without wrap\n\n```\n..***....\n.*..**.*.\n*.**...*.\n.**......\n.........\n.........\n.........\n.......*.\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.**...\n.*..*.*..\n.***.....\n.**......\n**.......\n**......*\n**.......\n*......**\n..**.....\n..*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.*.\n.**.*.*.\n.*...**.\n.***.*..\n**...*.*\n.*******\n..******\n```\n\n\n## Output without wrap\n\n```\n........\n.*...***\n......**\n......*.\n........\n**......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n......*.\n*......*\n......*.\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n......*.\n....***.\n....*.*.\n.....***\n```\n\n\n## Output without wrap\n\n```\n........\n.......*\n...**.**\n....*...\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.*\n*...*..*\n...**.**\n...**.**\n....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.**.\n**..*..\n.***..*\n...*.*.\n...*.**\n**.**..\n*....*.\n*..**..\n```\n\n\n## Output without wrap\n\n```\n******.\n*...*..\n**.*.*.\n...*.*.\n...*.**\n****..*\n*.*..*.\n....*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**\n....*.*\n.*.*.**\n*..*.*.\n*..*.**\n****...\n*.*..*.\n*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n**.\n**.\n***\n***\n..*\n..*\n...\n**.\n*..\n**.\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n...\n*..\n..*\n...\n.*.\n**.\n...\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........*\n............\n**...**.**.*\n.**.***.****\n*....***.*.*\n.........**.\n..........**\n```\n\n\n## Output without wrap\n\n```\n............\n.*..........\n.**..*....**\n*.*.*..*..**\n...*.*.**.*.\n.......***.*\n........***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........*..\n.........*..\n***..*....**\n..*.*..*....\n**.*.*.**...\n**.....*****\n*.......**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.*....\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..*...\n..*...\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.**.\n*..*\n*..*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n**.*\n*..*\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*\n....\n....\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.\n*****\n*****\n*****\n****.\n```\n\n\n## Output without wrap\n\n```\n*...*\n.....\n.....\n.....\n*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.........\n..**.**......\n...***.*.....\n...*.........\n****.*.*.....\n**...*......*\n*.*.........*\n*...........*\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n..***........\n.....**......\n.....*.......\n.*...*.......\n*..*..*......\n...**.*......\n*..........**\n.*...........\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***........\n.....**......\n.....*.......\n.*...*.......\n...*..*.....*\n...**.*......\n...........*.\n**..........*\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n**.*.\n*****\n***.*\n```\n\n\n## Output without wrap\n\n```\n.*...\n.*...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.*\n.***..*\n***.**.\n*******\n```\n\n\n## Output without wrap\n\n```\n.....*.\n.....*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**..\n...*..\n...**.\n*.....\n```\n\n\n## Output without wrap\n\n```\n..**..\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n......\n...**.\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n.*......**.\n..*.....***\n........**.\n...........\n...........\n...........\n...........\n...........\n........**.\n........**.\n```\n\n\n## Output without wrap\n\n```\n...........\n.........*.\n.......**.*\n.........*.\n...........\n...........\n...........\n...........\n...........\n........**.\n........**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*..\n.........*.\n*......**.*\n.........*.\n...........\n...........\n...........\n...........\n...........\n........**.\n........**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.....\n.***.....\n....*....\n.*..*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.....\n.*..*....\n.*..*....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n.*..*....\n.*..*....\n..*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....\n*..*....\n...*....\n```\n\n\n## Output without wrap\n\n```\n.***....\n.*.**...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****...\n.*.**...\n.*.**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n*.*..\n.....\n.....\n.....\n.*...\n*.***\n...*.\n...**\n*....\n**..*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n.....\n.....\n.....\n.***.\n.****\n.....\n...**\n**.**\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n.**.*\n.....\n.....\n.....\n*****\n*****\n*....\n...**\n.*.*.\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..****\n**...**\n*******\n***..*.\n*.**.**\n**.*..*\n```\n\n\n## Output without wrap\n\n```\n**..*.*\n.......\n...*...\n.......\n...*.**\n**.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n.......\n...*...\n.......\n...*.*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*\n.*..*\n**.*.\n.*...\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n...*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*\n.*.**\n.*..*\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n....\n*...\n..**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n...*\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......\n.......\n.......\n.......\n***....\n.*.....\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n***....\n.......\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n***....\n.......\n*.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n....\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n.*.*\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**...\n.....*....\n..........\n..........\n.......*..\n..**......\n...***....\n....*.....\n..........\n.........*\n```\n\n\n## Output without wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n..**......\n..*..*....\n...***....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....**...\n.....**...\n..........\n..........\n..........\n..**......\n..*..*....\n...***....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*...***..\n.............*\n*............*\n..............\n*.............\n*.......*****.\n.........***..\n.....*...*.*..\n```\n\n\n## Output without wrap\n\n```\n..........*...\n..........*.*.\n..............\n..............\n.........***..\n........*...*.\n..............\n.........*.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.**.\n*.........*.**\n*............*\n*............*\n.........***.*\n........*...**\n..............\n........*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**..*.\n.****..**\n...*...**\n**.*.*...\n**....*..\n....***..\n....***..\n**..*....\n*.***.*..\n....***..\n*.....**.\n*..**.**.\n*.*.*.**.\n```\n\n\n## Output without wrap\n\n```\n.......*.\n.....**..\n**......*\n..*.....*\n*.**..*..\n.***.***.\n.***.***.\n*.**.***.\n*.**.*...\n.***.....\n..**.....\n..****.*.\n...***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*........\n......***\n........*\n***.....*\n****..*.*\n.***.***.\n.***.***.\n*.**.***.\n..**.*.**\n****.....\n*.**.....\n.*.**....\n****.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.***\n*.*.**\n.*.**.\n..**.*\n.*****\n```\n\n\n## Output without wrap\n\n```\n****.*\n*.....\n.*....\n.....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.*....\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...***.\n.*...**...\n...*.*.*..\n...*.***..\n...**....*\n*.**.*..*.\n*.*..*****\n*.**.*...*\n...**.***.\n**....*.*.\n```\n\n\n## Output without wrap\n\n```\n.*...***..\n.**.**..*.\n..*....*..\n..**.*.**.\n.......**.\n..*..*....\n*....*.*.*\n..*......*\n*..**.*.**\n.....**.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.....*.\n.**.**..*.\n..*....*..\n..**.*.**.\n.......***\n*.*..*....\n.....*.*..\n*.*.......\n...**.*.*.\n****......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......\n...***.\n..***..\n..*....\n.......\n.......\n...***.\n.......\n...**..\n```\n\n\n## Output without wrap\n\n```\n....*..\n..*..*.\n..*..*.\n..*....\n.......\n....*..\n....*..\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.\n..*..*.\n..*..*.\n..*....\n.......\n....*..\n....*..\n.....*.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..**\n****.**\n**.***.\n*******\n*.*.**.\n**.*..*\n*.**...\n******.\n****.**\n*.**.*.\n**.*.*.\n*.**..*\n**.*.**\n.*.*.**\n```\n\n\n## Output without wrap\n\n```\n...***.\n...***.\n.......\n.......\n.......\n.......\n....**.\n.....**\n......*\n.....*.\n....***\n....***\n***.***\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n....***\n.......\n.......\n.......\n....*..\n....*..\n..***..\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n.....\n.....\n...*.\n...**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n...**\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n.......*\n*.......\n.....*..\n..*..*..\n.......*\n........\n........\n..*.....\n.*.....*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n......*.\n........\n........\n........\n........\n........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....*.\n........\n........\n........\n......*.\n........\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n*.**.*\n.*.***\n*....*\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.***.*\n**.*.*\n.....*\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n****.*\n.*.*..\n*....*\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............*\n......*......\n.............\n...........*.\n..........*..\n..........*..\n..........*..\n.............\n.............\n.......*.....\n.............\n..**.........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n..........**.\n.........***.\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n..........**.\n.........***.\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n*.....\n.....*\n.....*\n......\n**....\n```\n\n\n## Output without wrap\n\n```\n**....\n**....\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.*..*.\n.*...*\n*....*\n**....\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...**.\n....*..\n.**....\n....*..\n**..**.\n.*.....\n.*.*...\n.......\n...*...\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n....**.\n.*.***.\n...*...\n*.****.\n**..**.\n.*..*..\n..*....\n..*....\n..*....\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.\n.*.***.\n...*...\n*.****.\n**..**.\n.*..*..\n..*....\n..*....\n..*....\n..**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n*.*.*.\n*...*.\n*...*.\n*...**\n*...*.\n*...*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n.*.*..\n*...**\n**.**.\n**.***\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.*.*..\n*...*.\n**.**.\n**.**.\n**.**.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n*.*\n*..\n.**\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n*.*\n*..\n*..\n*.*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***\n..***.\n...***\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n.***..\n..**..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....\n.***..\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n*..\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n```\n\n\n## Output without wrap\n\n```\n*.*\n..*\n*..\n...\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n*..\n...\n...\n...\n...\n...\n...\n...\n...\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n......*..\n......*..\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n.........\n.....***.\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.\n.....***.\n.....***.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n...*.\n....*\n*..**\n.***.\n**..*\n.*.*.\n.***.\n****.\n*.**.\n```\n\n\n## Output without wrap\n\n```\n..**.\n...**\n....*\n.*..*\n.....\n*...*\n...**\n....*\n*...*\n*..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n...**\n*....\n**...\n.....\n....*\n...*.\n.....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n***.*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n..*.*\n..*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***......\n*...*.....\n....*.....\n..........\n```\n\n\n## Output without wrap\n\n```\n.***......\n.**.*.....\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***......\n.**.*.....\n..........\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n....*\n*....\n.....\n.....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*.\n.**...\n*...*.\n```\n\n\n## Output without wrap\n\n```\n.**...\n****..\n.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*\n****.*\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n..*..\n.*.**\n.*..*\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n..*.*\n**.**\n*....\n****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*..\n.*.**\n.*..*\n..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****\n**.*\n**.*\n*.*.\n****\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n...*\n....\n*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.........\n*.**...*.....\n*.*....*....*\n.......*.....\n........*....\n.......**....\n.......**....\n.......**....\n..*..........\n.***.......*.\n```\n\n\n## Output without wrap\n\n```\n.*.*.........\n*..*.........\n..**..***....\n.......**....\n........*....\n.........*...\n......*..*...\n.......**....\n.***.........\n.***.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*........\n*..*........*\n*.**..***...*\n.......**....\n........*....\n.........*...\n......*..*...\n.......**....\n.***.........\n.*.*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n..*.*...\n**.*....\n...**...\n***.....\n.****...\n*...***.\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n...*....\n..*.....\n.*......\n...**...\n*.......\n....*...\n.*....*.\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n..*.....\n.*......\n...**...\n*.......\n....*..*\n.*....**\n...**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n*...\n.*.*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n.*.*\n*...\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n*.......\n.*....*.\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.**..*\n**.*.*...*\n.*.*.*....\n```\n\n\n## Output without wrap\n\n```\n....***...\n..*.***...\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.**...\n..**.*....\n..**.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n*....\n.....\n*...*\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..\n..*..\n*....\n.....\n*...*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n..*...\n*.....\n....**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n.....*\n....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n****\n**..\n*...\n....\n....\n..*.\n.*.*\n.***\n.*.*\n*..*\n...*\n```\n\n\n## Output without wrap\n\n```\n*..*\n...*\n....\n**..\n....\n....\n..*.\n.*.*\n**.*\n**.*\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n**..\n....\n....\n..*.\n.*.*\n.*.*\n.*..\n...*\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n..*.....\n...**...\n....*...\n..***...\n..*.....\n..**....\n........\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n....*...\n...**...\n..*..*..\n..*.*...\n.*..*...\n..**....\n...**...\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n....*...\n...**...\n..*..*..\n..*.*...\n.*..*...\n..**....\n...**...\n........\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*.\n*...*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**.\n..*...\n.***..\n.*.*.*\n......\n```\n\n\n## Output without wrap\n\n```\n...*..\n....*.\n.*.**.\n.*.**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n....*.\n**.**.\n**.**.\n*.**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**...\n*...*.....\n..*.......\n**........\n*...**....\n....**....\n*..*.*....\n***...****\n*........*\n.......**.\n```\n\n\n## Output without wrap\n\n```\n.....*....\n.*...*....\n*.........\n**........\n**..**....\n...*..*...\n*.**.*.**.\n*.*...****\n*.....*..*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....***.*\n.*...*....\n*.........\n**........\n**..**....\n...*..*...\n*.**.*.**.\n..*...***.\n......*...\n*.....***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n******\n******\n******\n******\n*.****\n**.***\n*****.\n****.*\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n......\n......\n......\n......\n......\n*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n....\n....\n...*\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.*\n...*\n....\n*..*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n.*.\n...\n*.*\n*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**...\n..*..\n..*.*\n*....\n*...*\n....*\n*....\n**...\n.**.*\n*..*.\n...**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n.*...\n..**.\n.*.*.\n.*.*.\n.....\n.....\n**...\n*.*..\n..**.\n.*...\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***..\n*.**.\n.*.*.\n**.*.\n*...*\n....*\n**..*\n..*.*\n..***\n**...\n..**.\n.****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n.*****\n*.....\n*.*...\n*.*.*.\n*.....\n```\n\n\n## Output without wrap\n\n```\n**.**.\n*...*.\n*...*.\n**.**.\n***...\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n.**...\n*.....\n**.**.\n******\n******\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*........\n............\n....*.......\n............\n............\n............\n.*......*...\n.........**.\n..*.........\n........**..\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n.........*..\n.........*..\n........*.*.\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n.........*..\n.........*..\n........*.*.\n.**.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n..*.\n...*\n....\n*.*.\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n..**\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n..**\n....\n...*\n.*..\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.\n****.\n.....\n*....\n.*..*\n....*\n***.*\n.*.*.\n*.*.*\n*.**.\n```\n\n\n## Output without wrap\n\n```\n*..*.\n*..*.\n*.*..\n.....\n.....\n*.*.*\n***.*\n....*\n*...*\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n*..*.\n*.*.*\n*....\n....*\n..*.*\n.**.*\n.....\n*....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.....\n.*..*.**..\n.*..**..*.\n........*.\n.*.....*..\n*......*..\n.......*..\n*.....*...\n.*..**....\n```\n\n\n## Output without wrap\n\n```\n.******...\n.***...*..\n.**.*...*.\n.....*...*\n.........*\n..........\n........*.\n.....*.*..\n.....**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......**.*\n*........*\n.**.*...**\n.....*...*\n.........*\n..........\n........*.\n....*..*..\n*.........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..\n***.\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n**..\n*.*.\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***.\n....\n***.\n...*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.......*\n..**......\n..***.....\n*.***.....\n..........\n*....***.*\n.*...**..*\n.*.......*\n```\n\n\n## Output without wrap\n\n```\n..*.......\n.*..*.....\n..........\n.**.*.....\n.*.****...\n.....*.**.\n**...*.*.*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........\n.*..*.....\n..........\n.**.*.....\n**.****..*\n*....*.***\n.*...*.*.*\n.**.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*.***\n**.**\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....***..\n*......*.*\n...*.*...*\n..*.....*.\n.*.****...\n.*.**.*...\n.....*...*\n```\n\n\n## Output without wrap\n\n```\n......***.\n....**.*..\n.........*\n..*...*...\n.*....**..\n...*..*...\n....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.*.*\n*...**.*.*\n*........*\n..*...*...\n.*....**..\n*..*..*...\n.......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......\n.....**\n..*..*.\n*...*..\n*...**.\n..*.**.\n**....*\n.....*.\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.....**\n....***\n.*.**..\n.*.....\n*..**.*\n.*..*.*\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.....**\n....**.\n.*.**..\n.*.....\n...**..\n**..*.*\n*.....*\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n.**.\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n***.\n..*.\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n..*.\n***.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*\n.*.*\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n.*.*\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n.*.*\n.*.*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.*\n**..*...\n..**....\n..****..\n.....*..\n.*******\n**.**...\n**......\n*....**.\n```\n\n\n## Output without wrap\n\n```\n..**....\n..***...\n.*...*..\n........\n***.....\n**......\n.*....*.\n.*...*..\n.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n****..*.\n.....*..\n........\n***...*.\n*.....**\n......**\n.*..*..*\n****...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n*.**\n.*.*\n.**.\n....\n....\n....\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n.***\n*..*\n.**.\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n.*.*\n****\n....\n.*..\n.*..\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n...\n***\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n****\n....\n...*\n....\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n.*..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n****\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*.**\n****\n****\n.*..\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n.****\n....*\n*...*\n*...*\n....*\n****.\n.....\n*..**\n.....\n```\n\n\n## Output without wrap\n\n```\n..**.\n..***\n.**.*\n...**\n...**\n*.*.*\n.***.\n*...*\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.\n*.***\n.**..\n...*.\n...*.\n..*..\n*****\n.....\n....*\n....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.*\n....***\n...*...\n*......\n***....\n.**....\n*.****.\n*.*.**.\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n......*\n.*.*.*.\n...*...\n...*...\n.*.....\n.*...*.\n*.****.\n.***...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n**.*..*\n...*.*.\n*..*.*.\n*..*..*\n**...**\n**...*.\n.*....*\n.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*..*\n*...\n***.\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n*...\n*.*.\n*.**\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*...\n*.*.\n..*.\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.......*\n...*.*..\n...*.*..\n.....*..\n........\n.....***\n.......*\n**....*.\n```\n\n\n## Output without wrap\n\n```\n........\n......*.\n.....**.\n....*...\n.....*..\n......**\n.....*.*\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....**\n......*.\n.....**.\n....*...\n.....*..\n......**\n.....*..\n*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n***\n...\n.**\n```\n\n\n## Output without wrap\n\n```\n...\n...\n**.\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n**.*\n.**.\n****\n*.**\n..**\n....\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n*...\n....\n*...\n*...\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**.*\n...*\n....\n....\n....\n***.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n...*\n.*..\n..**\n*.**\n***.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n.***\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n*..*\n....\n....\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....**\n**....\n.....*\n......\n......\n..*...\n*...**\n.*..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n......\n....*.\n...*.*\n...*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*.....\n**....\n.....*\n......\n......\n.....*\n.*.*..\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**\n...**.\n****..\n.***..\n....**\n..*...\n```\n\n\n## Output without wrap\n\n```\n....**\n.*..**\n**....\n**....\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**.*\n**...*\n......\n*....*\n.**..*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.\n***.*\n...**\n*..*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n.**.*\n....*\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*\n***\n*..\n...\n..*\n*.*\n```\n\n\n## Output without wrap\n\n```\n...\n*..\n.*.\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n***.\n****\n***.\n****\n```\n\n\n## Output without wrap\n\n```\n*.*.\n....\n...*\n....\n*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..\n.....*.\n***....\n...***.\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.....\n.***.*.\n*..***.\n...***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.*.....\n.***.**\n*..***.\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*...........\n*.*.**.**..*.*\n***..*..*...**\n*..**....*....\n..**....*.*.**\n...*.....*.***\n..**......**..\n...*.......**.\n..**........*.\n```\n\n\n## Output without wrap\n\n```\n.*.*..........\n*.*.*****....*\n*.*..*****..**\n*...*...**.*..\n..*.....*.*..*\n....*....*...*\n..***........*\n....*.....*.*.\n..**.......**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*.......**\n..*.*****.....\n..*..*****..*.\n....*...**.*..\n*.*.....*.*...\n....*....*...*\n..***........*\n....*.....*.*.\n..**.......**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..**\n***.***\n.****.*\n...*..*\n.******\n*.*****\n**.**..\n*.***.*\n*****.*\n*******\n*******\n```\n\n\n## Output without wrap\n\n```\n*.***.*\n*......\n*.....*\n......*\n.*.....\n*.....*\n*.....*\n.......\n......*\n.......\n*.....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n......*\n.*.....\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n.*.**\n.***.\n**..*\n.**..\n```\n\n\n## Output without wrap\n\n```\n.***.\n*...*\n.....\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n....*\n.....\n....*\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n.*.\n.**\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n.*.\n.**\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n.*..\n....\n....\n.*.*\n.*..\n*.*.\n....\n.*.*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.**.\n....\n....\n.*..\n***.\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n***.\n....\n....\n****\n.*.*\n....\n...*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......*.\n.....*..\n..**....\n........\n........\n*.*.....\n...*....\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...\n.*.*\n...*\n****\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n***\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n***\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*........\n..*.*....\n.........\n........*\n.........\n.....*..*\n........*\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n*.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n.*...\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.*...\n.*..*\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***\n***.**\n...***\n```\n\n\n## Output without wrap\n\n```\n*.**..\n*.....\n*..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n**.*..\n.*....\n.*.**.\n```\n\n\n## Output without wrap\n\n```\n......\n***...\n.*.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n***...\n.*.**.\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*..*..**...\n*.*..*...*...\n*.*..*...*...\n```\n\n\n## Output without wrap\n\n```\n...***..***..\n...***..***..\n...***.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........*....\n.............\n.............\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*\n***.\n..**\n.*..\n*...\n```\n\n\n## Output without wrap\n\n```\n.**.\n**..\n*...\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**\n**..\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n**.*\n.*.*\n**.*\n**..\n```\n\n\n## Output without wrap\n\n```\n**.*\n**.*\n..*.\n.**.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**.\n*..**.*\n.....*.\n.*..*..\n.....*.\n.**...*\n.......\n***.***\n*.*....\n***....\n.***...\n*.*..**\n```\n\n\n## Output without wrap\n\n```\n....**.\n...*..*\n...*.*.\n....**.\n.**..*.\n.......\n*..*..*\n*.**.*.\n.....*.\n*......\n...*...\n..**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n...*..*\n*..*.**\n....**.\n***..*.\n.......\n...*...\n*.**.**\n.....*.\n*......\n...*...\n*....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**....*.\n*....*...*\n.***......\n..*.*.*...\n.*.*.***..\n....*..*..\n*..**....*\n*..*.....*\n```\n\n\n## Output without wrap\n\n```\n.*........\n*...*.....\n.*****....\n....*.**..\n..**...*..\n..*....**.\n...**...*.\n...**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*.\n*...*....*\n******....\n....*.**..\n..**...*..\n*.*....**.\n*..**...**\n........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*\n..***\n***.*\n.*.**\n*.***\n```\n\n\n## Output without wrap\n\n```\n....*\n..*.*\n*....\n.....\n.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n..*..\n.....\n.....\n.**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n**..*\n.....\n```\n\n\n## Output without wrap\n\n```\n**...\n**...\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..***\n..**..\n*..***\n****..\n.....*\n.***.*\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**...\n*.....\n****.*\n*.....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*\n.**...\n*....*\n.***..\n.....*\n.***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n*...\n**..\n...*\n....\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n**..\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.***\n..**\n**.*\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n............\n............\n............\n.....**.....\n.........*..\n............\n............\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.**.*.*\n***.*.**.*\n..***.....\n..*.....*.\n..****..**\n*.*.*..*.*\n.******.*.\n.**...**..\n.*.**.**..\n```\n\n\n## Output without wrap\n\n```\n*.*.**.*..\n*.....**..\n....**.**.\n.*...*..**\n..*.**.*.*\n.......*.*\n*...*...*.\n*.......*.\n.*.*.***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*\n......**.*\n*...**.***\n.*...*..**\n*.*.**.*..\n*......*..\n....*...**\n*.......*.\n....*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***.**.*\n********.*\n*********.\n*****.****\n**********\n****.*****\n.***.*.*.*\n*.****.***\n*..*.****.\n***.******\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n*.**......\n****......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n*...\n....\n...*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.\n*...*\n.....\n.....\n**...\n..***\n...*.\n.....\n*.*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.***.\n.****\n..***\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.\n*...*\n.....\n.....\n*****\n*****\n..***\n.....\n.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n..**..\n***..*\n**.***\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..**..\n*....*\n*..***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n......\n*.**..\n......\n...**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***...\n....*.....\n.....*.**.\n.......**.\n..........\n..........\n..***.....\n.*..*.....\n.*.**.....\n```\n\n\n## Output without wrap\n\n```\n...*.*....\n...*...**.\n.....*....\n......*.*.\n.......*..\n..***.....\n..***.....\n.*...*....\n..***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**......\n...*..***.\n.....*....\n......*.*.\n.......*..\n..***.....\n..***.....\n.*.**.....\n.**.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n.***.\n.**.*\n**.*.\n*****\n....*\n```\n\n\n## Output without wrap\n\n```\n.....\n...**\n.....\n.....\n.*.*.\n.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*...*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***\n.*.\n***\n..*\n***\n...\n***\n***\n...\n...\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n...\n..*\n...\n..*\n...\n*.*\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n...\n***\n***\n***\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.........*\n*..*.*.....*\n**.*........\n..........*.\n..........*.\n.**.........\n***.........\n............\n............\n............\n.......**...\n............\n............\n```\n\n\n## Output without wrap\n\n```\n**..........\n....*.......\n***.*.......\n............\n............\n*.*.........\n*.*.........\n.*..........\n............\n............\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.........*\n....*.......\n***.*.......\n...........*\n............\n*.*.........\n*.*.........\n.*..........\n............\n............\n............\n............\n*...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*..\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***...\n..*...\n**...*\n......\n...**.\n```\n\n\n## Output without wrap\n\n```\n.**...\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n..*...\n.*..*.\n...***\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*....\n**...***...*\n.....*...*.*\n.****.***.**\n*....*..*.*.\n..*****.*...\n..*.*.*****.\n*.*.*......*\n*.*.*.*****.\n*.....*....*\n```\n\n\n## Output without wrap\n\n```\n......***...\n......*****.\n.*.*.*...*.*\n.****..**..*\n........*.**\n.**....**...\n..*......***\n.*.*.**....*\n.*....*....*\n.....**....*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**.*....\n*...*..*****\n**.*.*...***\n.****..**...\n*.......*.*.\n.**....**...\n..*......*..\n.*.*.**.....\n......***...\n**...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*...\n*.**\n.*.*\n.*.*\n..**\n...*\n...*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n.*..\n*.**\n**.*\n.*.*\n...*\n...*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n**..\n..*.\n.*..\n.*.*\n...*\n*..*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.***.*.\n*.*.******\n**********\n***...**..\n*********.\n.**..*****\n**..**.***\n***.**.***\n*...****.*\n```\n\n\n## Output without wrap\n\n```\n*.*.*...**\n..........\n.........*\n.........*\n....*....*\n..........\n..........\n..*.......\n*..**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n..........\n..........\n..........\n....*.....\n..........\n..........\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....\n...*..\n..***.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n.*.**.\n*...**\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n......\n.**...\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***.\n*.....\n......\n......\n..**..\n```\n\n\n## Output without wrap\n\n```\n...*..\n...*..\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*.\n...*..\n......\n......\n..*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n*...\n**.*\n....\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n*.*.\n**..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*.*.\n**.*\n....\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..*..*\n.**.*.***.\n.*.**.*...\n*....***..\n*...**.*..\n.*..*..**.\n.*******..\n```\n\n\n## Output without wrap\n\n```\n..*****...\n**....*.**\n...***..*.\n...*......\n..........\n......*.*.\n*********.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..****.*..\n...***..*.\n...*....*.\n........*.\n..*.......\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**....*\n......*\n.......\n...*...\n..***..\n.......\n..*....\n.*..*..\n**.*..*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n...*...\n..*.*..\n.*..*..\n..*....\n.**....\n*......\n*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n.......\n...*...\n..*.*..\n.*..*..\n..*....\n..*....\n.......\n**..***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n.**\n***\n.*.\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n..*\n...\n*..\n...\n*.*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....**.*.\n......*.**\n*.....*...\n**....**.*\n.**....*.*\n```\n\n\n## Output without wrap\n\n```\n.....**.**\n......*.**\n**...**..*\n*.*...**..\n***...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**...\n......*.**\n.*...**...\n..*...**.*\n.**..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.\n*.*..\n.*.*.\n..***\n*.*..\n*...*\n..**.\n*....\n.*...\n```\n\n\n## Output without wrap\n\n```\n..*..\n.***.\n.*..*\n....*\n.....\n.**..\n.*.*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n...**\n.....\n....*\n.....\n..*..\n...*.\n***..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n.**\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n*.*\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n..*\n..*\n..*\n.**\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n.**\n..*\n.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n***\n..*\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**\n*....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n....**\n....**\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.\n*...*.\n.....*\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.....*\n***....\n.......\n.**....\n.......\n.......\n.......\n.......\n.......\n..**...\n.......\n.**.*.*\n```\n\n\n## Output without wrap\n\n```\n**.....\n**.....\n**.....\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.*..\n.*...*.\n**....*\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n..*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*******\n*.****.\n*******\n*******\n*******\n*******\n*.*****\n****..*\n*.*****\n***.***\n```\n\n\n## Output without wrap\n\n```\n*.....*\n.......\n.......\n.......\n.......\n.......\n.......\n*......\n.......\n*.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..*.\n*..**...\n.**.*..*\n....****\n.......*\n....*.*.\n.*......\n........\n```\n\n\n## Output without wrap\n\n```\n...**...\n.*..**..\n.**....*\n...***.*\n....*..*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n**..**.*\n.**....*\n...***.*\n....*..*\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n.*.*\n*.**\n***.\n**..\n```\n\n\n## Output without wrap\n\n```\n.**.\n*..*\n..**\n.***\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n....\n*...\n**.*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n**.*\n****\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......**..\n........*.\n.......*..\n..*...**..\n```\n\n\n## Output without wrap\n\n```\n.......*..\n......*.*.\n.....*..*.\n......*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........**\n.....**.**\n......*.**\n......*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**...**.\n.***......\n..**.....*\n....**.***\n**...**.*.\n*....*.*.*\n*.**.***.*\n***....***\n....*...**\n*..****..*\n***...*..*\n.****.....\n.*..***..*\n**.*..*.**\n```\n\n\n## Output without wrap\n\n```\n...*......\n....*...*.\n.*.......*\n.*****.*.*\n**........\n*.*......*\n*.****...*\n*.*.**....\n*.*.*.*...\n*.***.**.*\n*.....*...\n....*.*...\n......****\n***.*.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*..**.\n*...*...**\n**.......*\n.*****.*..\n.*........\n..*.......\n..****....\n..*.**....\n..*.*.*...\n..***.**..\n......*..*\n....*.*..*\n......****\n...*..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*..\n*.***..\n*.*....\n*.***.*\n*.**.*.\n**.*.**\n*..*.*.\n****.*.\n...****\n..**.*.\n.*..*..\n```\n\n\n## Output without wrap\n\n```\n***.*..\n*.*.*..\n*....*.\n*...**.\n*......\n*..*.**\n...*.*.\n**.....\n......*\n..*...*\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**.\n*.*.*.*\n*....*.\n*...**.\n.......\n...*.*.\n...*.*.\n**.....\n*......\n..*...*\n**..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n**.*\n**..\n*...\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.*..\n..*.\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n**.*\n*.*.\n...*\n.*.*\n**.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..*..\n..*..\n.....\n**...\n.....\n..*..\n```\n\n\n## Output without wrap\n\n```\n..*..\n..*..\n.*...\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n.*...\n.....\n.....\n.....\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****....*\n.*..***..\n*.****...\n*.*..*.*.\n*........\n*.....***\n......*.*\n**..*....\n.*.*...*.\n.*....***\n```\n\n\n## Output without wrap\n\n```\n.*****...\n*...**...\n.....**..\n*........\n.*...**..\n**...**.*\n*.*..**.*\n..*..*...\n*........\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***...\n...*....*\n*....**.*\n*........\n*....**.*\n**...**..\n..*..**..\n..*..*..*\n.*....*..\n..*****..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n***\n...\n...\n.*.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n.*.\n...\n***\n***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n***\n***\n...\n.*.\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.\n...***.\n....*..\n..***..\n*.*..*.\n***....\n.*.***.\n**.*..*\n```\n\n\n## Output without wrap\n\n```\n...*.*.\n...*...\n..*....\n.**.**.\n*...*..\n*....*.\n...***.\n**.*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n...*...\n..*....\n.**.**.\n*...*.*\n*....*.\n...***.\n**.*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....\n........\n........\n........\n....*...\n...**...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**...\n........\n........\n........\n...**...\n...**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.*...........\n..*..........\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.*...........\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n.............\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..***.\n*******.\n*..*.***\n*.*.****\n.*.**..*\n****..**\n.*.*..**\n*...****\n****.*.*\n```\n\n\n## Output without wrap\n\n```\n........\n........\n.*......\n.*......\n.*......\n........\n........\n*..**...\n***.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n..**....\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n..........\n..........\n**.......*\n*.*......*\n***.......\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.*........\n*.*.......\n..*.......\n.*........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n*.........\n**........\n..*......*\n*.*.......\n**........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..****.\n.***...\n.......\n***.**.\n```\n\n\n## Output without wrap\n\n```\n.*..*..\n.*.....\n*...*..\n.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n.*.....\n*...*..\n.**..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***..*...*.\n..***....**\n.*..**..*.*\n.***.**.*.*\n.....*.***.\n.....*.*.*.\n**.*****.**\n.*.**..*.*.\n.**.*..**..\n..*.*......\n*....*.***.\n```\n\n\n## Output without wrap\n\n```\n.*.......**\n*.*.....*.*\n**.....**.*\n.*.*..**..*\n.***.......\n.**......**\n........***\n***.*.**..*\n...**..**.*\n...**.*..*.\n.....*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*.***\n**...*..**.\n.*.....**..\n.*.*..**..*\n..**......*\n*.*........\n**......*..\n***.*.**.**\n...**..***.\n..*......**\n..*.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...\n..*...\n..***.\n.**.*.\n...**.\n..*...\n**.***\n*****.\n....**\n******\n.**.*.\n..**..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n....**\n**..**\n***.**\n*.....\n......\n......\n......\n*.*...\n.**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n*...**\n.....*\n***...\n.*....\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*..\n***.*.\n..*...\n**....\n......\n*.....\n**....\n```\n\n\n## Output without wrap\n\n```\n*..*..\n*.....\n..**..\n.*....\n**....\n**....\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*..\n*....*\n..**.*\n.*....\n**....\n**....\n..*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n....\n....\n....\n....\n****\n*...\n*...\n*...\n.**.\n*..*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n.**.\n***.\n*.*.\n**..\n*...\n***.\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n****\n****\n..*.\n**.*\n*..*\n.**.\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****.*.\n...*.*.\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.***...\n...*.*.\n..*..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n...*.*.\n...*.*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.***.*.\n***.....**\n.****.**..\n***...**.*\n**.*******\n...*.*.*.*\n****..**..\n```\n\n\n## Output without wrap\n\n```\n.......*.*\n....**....\n.........*\n........**\n........**\n.*..*..*.*\n..**...**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*..\n....*.....\n..........\n..........\n..........\n..........\n.....*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n.....\n.....\n..***\n....*\n.****\n**.**\n.***.\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n..***\n***..\n**...\n**...\n.**..\n..*..\n..*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n...**\n..***\n*.*..\n.....\n.....\n*****\n*****\n*****\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n.***..\n***...\n***...\n```\n\n\n## Output without wrap\n\n```\n...*..\n*..*..\n......\n*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n*..*..\n......\n*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*.\n****.*\n......\n.*.**.\n.....*\n**.**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n**.**.\n...**.\n**....\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n....**\n...*.*\n*...**\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*\n..*..\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n.**..\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..\n.**..\n.**..\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n*..*\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*.*.*.**\n.*.**..*.**.\n*...**.****.\n**...*...**.\n..**.*..*.*.\n```\n\n\n## Output without wrap\n\n```\n******.**.**\n.***........\n*.**.*.*...*\n****.*.*...*\n.**.*.....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....*.*...\n.***........\n*.**.*.*....\n****.*.*....\n..**.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****\n*****\n*.***\n**.**\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n**...\n**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.....\n..**....\n..*.*...\n..*.*...\n....*...\n.....*..\n...*..*.\n```\n\n\n## Output without wrap\n\n```\n..**....\n.**.....\n.**.*...\n....**..\n...***..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n.**.....\n.**.*...\n....**..\n...***..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.\n**..*\n.**..\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n**.*.\n****.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**.\n**.**\n.****\n...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n***...\n.*.*.*\n*.....\n```\n\n\n## Output without wrap\n\n```\n.**...\n**.**.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*...\n**.**.\n.....*\n*.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..**\n.**..\n.*.*.\n.*.*.\n.*.*.\n....*\n*...*\n....*\n```\n\n\n## Output without wrap\n\n```\n****.\n....*\n...*.\n**...\n.....\n..*..\n...**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*****\n.....\n...*.\n.....\n.*...\n..*..\n*..*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n******\n****..\n..****\n****.*\n****.*\n**.***\n***.**\n*..**.\n.*...*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n....**\n......\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*...*\n*...*\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*\n*...*\n.....\n.....\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.**.\n****.*\n***.**\n******\n****..\n******\n*.****\n.**.*.\n*.***.\n.*.***\n```\n\n\n## Output without wrap\n\n```\n....*.\n....*.\n......\n......\n......\n......\n......\n**....\n**....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.....\n**..***\n**..**.\n.......\n.......\n.......\n....*.*\n....***\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n..***.*\n.*.*...\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*.\n.***...\n...*...\n.......\n.......\n.......\n.......\n*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n*.**\n...*\n*...\n..**\n...*\n```\n\n\n## Output without wrap\n\n```\n.**.\n.***\n.***\n..**\n..**\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n****\n.**.\n*.*.\n*.**\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n*.*.\n*...\n...*\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.**.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*******\n*.*****\n*.****.\n******.\n```\n\n\n## Output without wrap\n\n```\n.......\n**.....\n**.....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..\n.**...\n..*...\n......\n*.*...\n```\n\n\n## Output without wrap\n\n```\n.**...\n.***..\n.**...\n.*....\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*..\n.***..\n.**...\n.*....\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.\n.*..*\n.....\n....*\n**.**\n```\n\n\n## Output without wrap\n\n```\n.***.\n.*.*.\n.....\n...**\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n**.*.\n*....\n...**\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n**..\n**.*\n```\n\n\n## Output without wrap\n\n```\n....\n*...\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n..*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n***\n***\n***\n.**\n**.\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*..\n*.......\n........\n........\n........\n.....*..\n....**..\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n....**..\n....**..\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n....**..\n....**..\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n...*\n*.*.\n*.*.\n....\n....\n*.*.\n*.*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n...*\n...*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**....*..\n...*..*...\n**..**....\n**.....*..\n*...***..*\n.*..***...\n```\n\n\n## Output without wrap\n\n```\n..*.......\n*..****...\n***.***...\n..........\n*...*..*..\n....*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.****..*..\n*..****...\n***.***...\n..........\n....*..*.*\n.****..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*.\n*..*.\n...*.\n*..*.\n```\n\n\n## Output without wrap\n\n```\n...*.\n..*.*\n..*.*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.*..*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n....**.\n.......\n*......\n.......\n...*...\n.......\n.......\n.......\n....*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n....**.\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n....*..\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.**.\n**..**\n**...*\n.**..*\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n.***.*\n.*.*.*\n.....*\n..**.*\n..***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n...**.\n..*...\n...**.\n```\n\n\n## Output without wrap\n\n```\n...**.\n..***.\n..*...\n...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n..***.\n..*...\n..***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****\n...*.*\n**....\n*....*\n***.*.\n```\n\n\n## Output without wrap\n\n```\n..**.*\n*..*.*\n**..*.\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n...*..\n.*..*.\n..*...\n..*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*\n****\n*.*.\n*...\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n*..*\n*.**\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*\n....\n..*.\n.*.*\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.....\n.*......\n.*.*...*\n.***...*\n.*.*....\n.*......\n***.....\n**......\n..*.....\n..*.....\n```\n\n\n## Output without wrap\n\n```\n........\n***.....\n...**...\n...**...\n**.**...\n.**.....\n........\n.*......\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*....\n*.......\n.*.**...\n**.**...\n...**...\n..*.....\n........\n.*......\n..**....\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n....*.\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***\n...***\n...***\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.\n**..*\n.....\n..*..\n.*.**\n....*\n```\n\n\n## Output without wrap\n\n```\n.***.\n.***.\n.*...\n..**.\n..***\n...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***.\n*****\n**...\n..**.\n*.***\n*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n*.**\n****\n**..\n...*\n*.*.\n```\n\n\n## Output without wrap\n\n```\n.**.\n.*.*\n....\n.***\n.*..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n....\n....\n*.**\n***.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.*...\n....*.*...\n....*.*...\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....*.\n..*.....*.\n..*.....*.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...*...\n..*.....\n..*.....\n..*....*\n****..**\n*.**...*\n..*.....\n......*.\n.*......\n```\n\n\n## Output without wrap\n\n```\n........\n.*.*....\n.***....\n......**\n*.....**\n*.....**\n.***....\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*......\n.*.*....\n.***....\n......**\n......*.\n......*.\n.***...*\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......**..\n***......**..\n**..........*\n.....*......*\n***..**......\n```\n\n\n## Output without wrap\n\n```\n.**......*.*.\n*.**.....*.*.\n..**.......*.\n..*..**......\n.....**......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*......*..*\n.........*..*\n****.........\n..**.**....**\n***..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n.....\n.....\n.***.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n..*..\n.....\n..*..\n.*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***..\n.**..\n.*...\n...*.\n.*.*.\n*..*.\n.***.\n****.\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n*.*..\n.....\n.*...\n.....\n...**\n*..**\n....*\n*..*.\n.**..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n.....\n.*...\n.....\n...*.\n*..*.\n.....\n*..**\n.**..\n.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*****..\n..****.**.*.\n.......**.**\n...........*\n..*.*.......\n```\n\n\n## Output without wrap\n\n```\n..*..*...*..\n..****....**\n...**.***.**\n..........**\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**......*..\n..****....**\n...**.***.**\n..........**\n...*.****...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n****\n....\n....\n....\n*.*.\n*.*.\n....\n```\n\n\n## Output without wrap\n\n```\n.*.*\n....\n.*.*\n....\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n****\n....\n....\n....\n****\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..**..\n*..**.*\n.***.*.\n..*..*.\n**...**\n```\n\n\n## Output without wrap\n\n```\n...***.\n*......\n.*...**\n*..*.*.\n.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**...\n*.....*\n**...*.\n...*.*.\n****.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.****\n***.*\n*****\n*****\n.****\n*****\n**.**\n*****\n.****\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***...***\n.....*.**\n.........\n.........\n***.....*\n```\n\n\n## Output without wrap\n\n```\n.*....*.*\n.*......*\n.........\n.*.......\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...*..\n.*.......\n.........\n**.......\n..*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..*\n..*.*\n..*.*\n.*..*\n*....\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n..*.*\n.**.*\n.*.*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.**\n..*.*\n.**.*\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n*.*.*.\n*..*..\n*****.\n```\n\n\n## Output without wrap\n\n```\n......\n**....\n*.....\n****..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*\n.....*\n.**...\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*\n.*.*\n.*.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.*\n.*****\n.**..*\n```\n\n\n## Output without wrap\n\n```\n.*.*.*\n*....*\n.*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.....*\n.....*\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*\n*.*..*\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n..***.\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**..\n*.****\n.....*\n...***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......***.\n.***.***..\n....*.....\n.........*\n```\n\n\n## Output without wrap\n\n```\n..*..*....\n.*.....*..\n..*...*...\n...***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**.**\n.*.....*..\n..*...*.*.\n..*....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.\n......\n......\n......\n......\n....**\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n....**\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n......\n......\n......\n......\n....**\n...*.*\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...\n*..*.\n****.\n.**.*\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.**\n*..***\n*..*..\n.***.*\n****.*\n***.**\n```\n\n\n## Output without wrap\n\n```\n.....*\n.**..*\n*....*\n......\n.....*\n*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*...\n***...\n......\n.....*\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n****\n*.**\n***.\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.\n.*..\n.*..\n.***\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n*...\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*...\n...*\n***.\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*...\n.........\n...**....\n..*..*...\n**...*...\n```\n\n\n## Output without wrap\n\n```\n.........\n...*.....\n.*..*....\n.*.*.....\n.*.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..**...\n.**.*....\n.*..*....\n.*...**..\n*....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n**....\n......\n***...\n*.....\n**....\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*...\n**....\n..*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*.....\n..*...\n**....\n..*..*\n**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*.\n*.*.\n*...\n**..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n*...\n**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n**.*\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.*\n.***.\n.*.*.\n.....\n.***.\n....*\n..*.*\n*.*.*\n*****\n..***\n**.*.\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.*.**\n.*.**\n.*..*\n**.**\n**...\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.*.**\n...*.\n.*..*\n.*..*\n.....\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.......\n.**......\n.........\n.........\n.........\n.........\n.........\n...**....\n.........\n.**......\n.**.**...\n```\n\n\n## Output without wrap\n\n```\n.**......\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.*.*.....\n....*....\n.*.*.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.....\n.**......\n.........\n.........\n.........\n.........\n.........\n.........\n.*.*.....\n.*..*....\n*..**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**..\n..*.*.\n..**..\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..**..\n.*..*.\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..**..\n.*..*.\n..**..\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.**..\n***..\n.**..\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n.*...\n.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n....\n**..\n....\n*...\n.*.*\n.*.*\n```\n\n\n## Output without wrap\n\n```\n....\n.**.\n....\n**..\n....\n**..\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.**\n****\n....\n**..\n*...\n.*.*\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*.**\n..**.....\n*.*...*..\n*.*......\n*.*.*...*\n..***...*\n**.*....*\n***....*.\n```\n\n\n## Output without wrap\n\n```\n..**.....\n..**..**.\n..*......\n*.*......\n..*.*....\n*...*..**\n*...*..**\n*.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....***\n..**..***\n..*......\n*.*......\n*.*.*...*\n....*..*.\n....*..*.\n...*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.\n.*.....\n.......\n.......\n.......\n*......\n.......\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n*...**\n......\n*..***\n......\n**..**\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n..***.\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n......\n.....*\n..***.\n......\n***...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n....**..\n........\n........\n.....*..\n...*.*..\n...*.*..\n........\n........\n*...***.\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n.....*..\n.....*..\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n.....*..\n.....*..\n........\n........\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....**.\n...*.*.\n..***..\n..*.**.\n*.**.*.\n...*.*.\n..*..*.\n..*.*..\n```\n\n\n## Output without wrap\n\n```\n....**.\n...***.\n.......\n.**..**\n.**....\n.*.*...\n..**.**\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....**.\n.......\n.....**\n.**..**\n***..*.\n.*.*.**\n..**.*.\n....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....\n.....\n*....\n.....\n.....\n.....\n*....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*\n....\n.*.*\n*.**\n```\n\n\n## Output without wrap\n\n```\n....\n***.\n...*\n.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n.*..\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..*\n.....\n....*\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*....\n.....\n*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*...\n**..\n**.*\n*..*\n```\n\n\n## Output without wrap\n\n```\n**..\n..*.\n....\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n....\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*\n**.\n.*.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n*..\n*.*\n...\n***\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n.*....\n......\n.**...\n......\n...*..\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n.**...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n.**...\n......\n...*..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n**..\n.**.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n***.\n***.\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**.*\n*****\n*.*.*\n```\n\n\n## Output without wrap\n\n```\n*...*\n*...*\n*.*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*....\n...*...*\n*..**.*.\n..***.*.\n```\n\n\n## Output without wrap\n\n```\n........\n..**....\n......**\n..*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*\n*.**...*\n......*.\n.**.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...\n...**...\n...*.*..\n..*.*...\n**.*.**.\n.**.....\n.*..****\n*.......\n.*...*..\n.*......\n..*.**..\n*****...\n```\n\n\n## Output without wrap\n\n```\n...**...\n..*..*..\n..*..*..\n.**...*.\n*..***..\n...*...*\n***..**.\n**..*...\n**......\n.**.**..\n*...**..\n.**.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...*..\n..*..*..\n..*..*..\n.**...*.\n*..***..\n...*....\n.**..***\n**..*..*\n**......\n.**.**..\n*...**..\n.*......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.......*..\n*....*..*.\n*.*.***...\n.**...**..\n....*.....\n*.**.....*\n..*.*.*.*.\n...*......\n.*........\n.*.*...*..\n.*..*.....\n**......*.\n**........\n```\n\n\n## Output without wrap\n\n```\n..........\n.**.**....\n*......*..\n.**.**....\n....*.*...\n.**.**....\n....**....\n.***......\n.**.......\n**........\n***.......\n*.*.......\n.*........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.......\n....**....\n.......*.*\n..*.**...*\n*...*.*...\n..*.**...*\n....**....\n.***......\n.**.......\n**........\n.**.......\n..*......*\n..*.....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*.......\n..**...*.....\n........*....\n.....*.......\n..*.*........\n...*.........\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n...**........\n...**........\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n...**........\n...**........\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n***.\n...*\n..*.\n**..\n****\n```\n\n\n## Output without wrap\n\n```\n..*.\n.***\n...*\n.**.\n*..*\n*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n***.\n*..*\n****\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*.\n**...\n***.*\n*****\n**.**\n.*..*\n```\n\n\n## Output without wrap\n\n```\n***..\n...*.\n....*\n.....\n.....\n*****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...*.\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........**\n............\n............\n............\n............\n............\n............\n.....*......\n....**......\n....*......*\n............\n```\n\n\n## Output without wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n....**......\n....**......\n....**......\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n............\n............\n............\n............\n............\n............\n............\n....**......\n....**......\n....**......\n..........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*\n****\n.***\n*.*.\n*..*\n```\n\n\n## Output without wrap\n\n```\n*..*\n....\n....\n*...\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*....\n.....\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n..***\n*..**\n*.*..\n*.**.\n*****\n....*\n*...*\n*....\n*...*\n.*.**\n***..\n..**.\n..**.\n```\n\n\n## Output without wrap\n\n```\n.***.\n.**..\n..*.*\n.*..*\n*...*\n*...*\n.*.*.\n*....\n***..\n**.**\n***..\n...**\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n..*.*\n*.*.*\n.*...\n.....\n.....\n.....\n**...\n.**.*\n.....\n..*.*\n....*\n*....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.............\n.............\n.............\n.............\n.............\n.........*...\n.........*...\n.........*...\n.............\n.............\n```\n\n\n## Output without wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.........*...\n.........*...\n.........*...\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Output with wrap\n\n```\n.............\n.............\n.............\n.............\n.............\n.........*...\n.........*...\n.........*...\n.............\n.............\n```\n\nThis output is identical to the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**..\n*..*.\n*..*.\n.**..\n.....\n```\n\n\n## Output without wrap\n\n```\n.**..\n*..*.\n*..*.\n.**..\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.**..\n*..*.\n*..*.\n.**..\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n*.*\n*.*\n```\n\n\n## Output without wrap\n\n```\n.**\n..*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.\n....*\n..***\n**.**\n```\n\n\n## Output without wrap\n\n```\n..**.\n.....\n.***.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*........*.\n.*........*.\n*.........*.\n............\n*..........*\n```\n\n\n## Output without wrap\n\n```\n............\n**.......***\n............\n............\n............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*........*.\n**.......**.\n...........*\n*...........\n*..........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.**.\n*...***\n*.*.*.*\n**.*.**\n```\n\n\n## Output without wrap\n\n```\n.***.*.\n*.*..*.\n*...*.*\n*.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n.***...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****\n.***\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*..\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***\n.....\n..***\n.....\n```\n\n\n## Output without wrap\n\n```\n...*.\n.....\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.\n.....\n...*.\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*\n*.**.\n....*\n.*...\n.....\n.....\n```\n\n\n## Output without wrap\n\n```\n...**\n....*\n..***\n..*..\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n.....\n****.\n*****\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.\n..*\n**.\n**.\n.*.\n```\n\n\n## Output without wrap\n\n```\n...\n*.*\n*.*\n..*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n..*\n...\n...\n.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*...****.*\n*..*....****\n..*.******.*\n.*..*..*****\n****.*.**.**\n**.**...*.**\n*..***..**.*\n*.*..**.*.**\n*.**.**.**.*\n```\n\n\n## Output without wrap\n\n```\n.*.....*...*\n..***......*\n.**.***.....\n*...........\n.....**.....\n......*.....\n*.....*.*...\n*.*........*\n..*****.**.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.***.....\n..***.......\n.**.***.....\n............\n.....**.....\n......*.....\n......*.*...\n..*.........\n..***.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****..***..**.\n.*..*..**.....\n.....***......\n.....**.*...**\n***.**.*.**.**\n.*.*.*.*.**.*.\n..**.***.**...\n..**.***......\n...**..*.*....\n..**.**.*.....\n..***..*.*....\n....**.*......\n......**...***\n```\n\n\n## Output without wrap\n\n```\n*..**.........\n*...**........\n*****.......*.\n**.*....*****.\n*.*....*.**...\n*.......**..*.\n........**.**.\n.........*.*..\n.........**...\n......*.......\n....*..**.....\n....**.**.....\n....**.*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*......*.\n*....*........\n*****.........\n.*.*....****..\n.**....*.**.*.\n.*......**....\n........**.*..\n.........*.*..\n.........**...\n......*.......\n....*..**.....\n*...***.....**\n......*....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.*...\n..**.*\n*....*\n....**\n*..*..\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n.*..*.\n.*....\n..*..*\n..*..*\n..***.\n..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n***...\n..*...\n***.*.\n*.**.*\n...*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**...*\n.....**.*\n****.....\n****.....\n**.......\n.*.**.*..\n**..*.*..\n...*..**.\n..*****.*\n..*.***.*\n```\n\n\n## Output without wrap\n\n```\n....**.*.\n.*...*.*.\n*..**....\n...*.....\n....*....\n...**....\n**..*.*..\n.*.......\n..*.....*\n..*...*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....*\n.*...*.**\n...**...*\n...*....*\n....*....\n...**....\n**..*.*..\n**......*\n..*.....*\n*.*...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..*..\n..*..*\n...**.\n.***..\n*...*.\n**..*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n.*.*..\n****..\n*.*...\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n*.*..*\n.*.***\n.*****\n....*.\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.\n.***\n..**\n....\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n.***\n.*..\n.*.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n**..\n**.*\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n.*.*..\n*.**.*\n```\n\n\n## Output without wrap\n\n```\n..*.*.\n.*.*..\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n.*.*.*\n**.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.**\n*.****\n*****.\n*.**.*\n*.****\n**.**.\n```\n\n\n## Output without wrap\n\n```\n......\n.*....\n......\n**....\n*...**\n**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**.*.*.\n*..*...*.\n.*...**..\n*.*......\n....**.**\n..*.*....\n....*..*.\n*..*....*\n..*.*.*..\n.........\n..**.**..\n**....*..\n```\n\n\n## Output without wrap\n\n```\n.****.*..\n*..*.*.*.\n***...*..\n.*..*..*.\n.*..**...\n....*.***\n....*....\n...***.*.\n...*.....\n..*.*.*..\n.**..**..\n.**..**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***..*.\n*..*.*.*.\n***...*.*\n**..*..**\n.*..**..*\n....*.***\n....*...*\n...***.**\n...*.....\n..*.*.*..\n.**..**..\n*......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***.***.*.\n**.***.*.**\n*****.**.**\n*.****.****\n.*****.****\n***********\n.*.********\n.****.***.*\n*****.***.*\n****..***.*\n****...*.**\n*.**.******\n******.*.**\n***..*.***.\n```\n\n\n## Output without wrap\n\n```\n**.*.*.*.**\n...........\n...........\n*..........\n...........\n*..........\n...........\n..........*\n..........*\n.....*....*\n.....*.....\n.....*.....\n...........\n*....*.*.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n...........\n.....*.....\n.....*.....\n.....*.....\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*..*.*\n.*..*.*\n......*\n.......\n.......\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**\n*....**\n......*\n.......\n.......\n......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*...***\n.*.*.**.****\n**...*..*...\n***.***...*.\n.*......*.**\n...**....*..\n*.**..***.*.\n*.*.**....*.\n**.**..*...*\n*...*.*...**\n..**.....*.*\n.*...*..***.\n..*.***...**\n.*.**...**..\n```\n\n\n## Output without wrap\n\n```\n..*.***.*..*\n**...****..*\n...*....*..*\n..*.****..**\n**........**\n.*.**......*\n..*...***.*.\n*....*..****\n*.*...*....*\n*...**.....*\n.*****..*..*\n.*...**.*...\n.**...**...*\n..***....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...***...*\n.*...****...\n...*....*...\n..*.****..*.\n.*........**\n**.**.......\n..*...***.*.\n.....*..***.\n..*...*.....\n....**......\n.*****..*...\n**...**.*...\n***...**...*\n**....*.*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**\n.*.*\n.*.*\n..**\n.***\n```\n\n\n## Output without wrap\n\n```\n..**\n.*.*\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.\n....\n....\n*.*.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....\n....\n....\n...*\n...*\n..*.\n....\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n**.*\n...*\n*...\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n***.\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**.\n*.**\n.***\n*...\n*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***....\n.*.....\n.......\n.....*.\n.....**\n.......\n**..**.\n..*.*..\n..*.*.*\n```\n\n\n## Output without wrap\n\n```\n*.*....\n*.*....\n.*.....\n.....**\n....*..\n...*..*\n..*....\n..*....\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*...\n*.**...\n**....*\n.....**\n*...*..\n*..*...\n.**....\n*.*....\n*.*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*...\n..***.**.*.*\n**.*..*..*.*\n......*.....\n.******.**..\n..**..*..**.\n*.....*..***\n```\n\n\n## Output without wrap\n\n```\n..***..**...\n.*..****.*..\n.*.**.*.*...\n*.....*.***.\n.*..*.*.***.\n......*....*\n.........*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*****.*...\n.*..****.*.*\n**.**.*.*..*\n......*.***.\n.*..*.*.***.\n*.....*.....\n..**...**..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***.\n....\n....\n..*.\n```\n\n\n## Output without wrap\n\n```\n.*..\n.*..\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.***\n.*..\n....\n..**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n****....**\n.*....*.*.\n*****.....\n....**..**\n****..***.\n```\n\n\n## Output without wrap\n\n```\n.**.......\n***....***\n....*..***\n*****..***\n.....**.**\n.*********\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n***....***\n....*..**.\n*****..**.\n.....**.*.\n*********.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.***\n*..*\n***.\n...*\n```\n\n\n## Output without wrap\n\n```\n.***\n*..*\n****\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n....\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..*....\n..**.*....\n.*****....\n*..*.*....\n```\n\n\n## Output without wrap\n\n```\n.****.....\n.....**...\n.*...**...\n.*.*.*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..**...\n.....**...\n.*...**...\n*....**...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.***\n..*..\n.****\n.*..*\n.*..*\n.*..*\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n**...\n....*\n*.***\n.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**...\n.*.**\n.....\n.*..*\n.*.**\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*\n.**..\n*...*\n*..*.\n...*.\n***..\n```\n\n\n## Output without wrap\n\n```\n..**.\n*.*..\n*.**.\n...**\n*..*.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n..*..\n*.***\n*..*.\n*..*.\n*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n....\n....\n..*.\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n..**\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......*.*...\n..*...****...\n......***....\n..*....*.....\n.***..*.**.**\n...**.*....**\n..**.......*.\n```\n\n\n## Output without wrap\n\n```\n........*....\n.........**..\n..*.....***..\n.*****..**.*.\n**....******.\n.*.....*..*..\n..****.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*...**.*.\n..*......*...\n..*.....***..\n.*****..**.**\n......*******\n.......*.*...\n*......*****.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...........\n**.........\n......*..*.\n....*......\n.*...*.*...\n........*..\n......*....\n...........\n...........\n.........*.\n....*......\n```\n\n\n## Output without wrap\n\n```\n...........\n...........\n...........\n...........\n.....*.*...\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...........\n...........\n...........\n...........\n.....*.*...\n...........\n...........\n...........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*....**.*...\n*....**..***\n*....**.*...\n*.....******\n```\n\n\n## Output without wrap\n\n```\n.....***.**.\n**..*...***.\n**..........\n.....**.***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..........\n**..*...***.\n.*..........\n**........*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.\n*..\n***\n*..\n..*\n***\n.*.\n.*.\n..*\n**.\n.*.\n...\n```\n\n\n## Output without wrap\n\n```\n...\n.*.\n*..\n*..\n*.*\n...\n..*\n.**\n*..\n..*\n*.*\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n...\n...\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.....*..\n*.*.**....\n.**..****.\n*****..*..\n.*.**..***\n**.*..*...\n.****.*.*.\n**.*.*.*.*\n*.....****\n**..**.**.\n*****.****\n********..\n```\n\n\n## Output without wrap\n\n```\n.****.....\n.****..**.\n.*.**..***\n.........*\n.....*****\n.........*\n.....*****\n........**\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.....\n...**.*...\n...**..***\n..........\n.....****.\n.........*\n.....***..\n..........\n...**.....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**...**....*\n...*****....*\n........*****\n......**.*..*\n**.*...*..***\n...*****.*...\n.....*...***.\n.....*...*...\n.....*.*.....\n.............\n.............\n......**.....\n.............\n```\n\n\n## Output without wrap\n\n```\n..***..*.....\n..****...**.*\n....*....**.*\n......**.....\n..**.....****\n..**.*.*.*..*\n.........*...\n....**..**...\n......*......\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.***..*.....\n..****...**.*\n*...*....**.*\n......**.....\n*.**.....****\n*.**.*.*.*...\n.........*...\n....**..**...\n......*......\n.............\n.............\n.............\n.............\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.**\n....\n....\n.*..\n***.\n****\n**.*\n*...\n....\n.*..\n....\n..**\n.*..\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n...*\n...*\n...*\n**..\n....\n....\n..*.\n..*.\n..*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****\n...*\n....\n***.\n....\n....\n....\n**.*\n....\n....\n..*.\n..*.\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n**.\n.**\n**.\n...\n...\n...\n...\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n***\n..*\n***\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n**.\n...\n**.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n...*..\n.*...*\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n..*.*.\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n..*\n..*\n..*\n.**\n..*\n..*\n```\n\n\n## Output without wrap\n\n```\n.**\n...\n.**\n...\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n...\n...\n.**\n..*\n..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*\n***\n**.\n*.*\n*.*\n**.\n```\n\n\n## Output without wrap\n\n```\n..*\n*.*\n...\n*.*\n*.*\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..**.*..\n..**.*..\n.**.**..\n**.*.*..\n*..*.**.\n...*.***\n****..**\n**.***..\n```\n\n\n## Output without wrap\n\n```\n........\n....***.\n....***.\n*.*.*.*.\n**.**...\n*.*.....\n**.*.**.\n....***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*...\n....*...\n*...**..\n..*.*.*.\n**.**..*\n..*.....\n........\n.....**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...\n...\n...\n...\n*..\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n*..\n**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n*..\n***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*...\n..**...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n...*...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...\n..**...\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n.....*...\n.......*.\n......*..\n**.......\n......**.\n....*....\n.........\n.......**\n```\n\n\n## Output without wrap\n\n```\n.....**..\n.....*...\n.........\n......**.\n.........\n.........\n.........\n.........\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*.\n.....*.*.\n.........\n......**.\n.........\n.........\n.........\n.........\n.....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..\n..*\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n..*\n.**\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n***\n...\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..........\n.**.**.*.*.\n...*...*...\n...**..*..*\n.*.***..*.*\n****.*.....\n*..*.*...*.\n...*..*....\n**...**....\n```\n\n\n## Output without wrap\n\n```\n.*.........\n.****.*.*..\n.....*.*...\n.....*****.\n**...**..*.\n*....**..*.\n*..*.**....\n***...*....\n.....**....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.....*\n.****.*.*..\n.....*.*...\n*....*****.\n.*...**..**\n.....**..*.\n*..*.**...*\n***...*...*\n**...**....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n.*.*\n..**\n....\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n.*.*\n..**\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n.*.*\n*.**\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....\n.**..**..\n*.*..***.\n**.**.*..\n***.*....\n.**.*..**\n*******.*\n*.**.***.\n```\n\n\n## Output without wrap\n\n```\n....*....\n**..*.*..\n....*..**\n.....****\n.........\n......*.*\n......*.*\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......*.\n**.....*.\n*...*....\n.....**..\n........*\n......**.\n......**.\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n***.\n*..*\n...*\n**..\n```\n\n\n## Output without wrap\n\n```\n***.\n...*\n***.\n.*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n.*.*\n..*.\n.*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*.*.\n..*..**\n.*.**.*\n....*..\n.*.*..*\n*....*.\n..*..**\n*****.*\n..**...\n*..**.*\n```\n\n\n## Output without wrap\n\n```\n....***\n.**...*\n..***.*\n....*..\n....**.\n.**.**.\n*.*...*\n....*.*\n*......\n..***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****...\n.**....\n*.***.*\n....*..\n*...***\n***.**.\n..*....\n*...*.*\n.......\n**...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*......\n.....*.*.....\n.....*.*.....\n......**.....\n```\n\n\n## Output without wrap\n\n```\n......*......\n.....*.*.....\n.....*.**....\n......**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.......\n.....*.*.....\n.....*.**....\n.....*.*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n***\n***\n***\n*..\n```\n\n\n## Output without wrap\n\n```\n*.*\n...\n...\n..*\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n...*....\n........\n.**.....\n***.....\n.**.....\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n..**....\n*.**....\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n.*......\n..**....\n*.**...*\n.*......\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n.**.\n**..\n...*\n****\n```\n\n\n## Output without wrap\n\n```\n.**.\n..*.\n**..\n...*\n.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..*.\n**.*\n....\n.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n.*.*\n*..*\n*..*\n.**.\n....\n```\n\n\n## Output without wrap\n\n```\n....\n..*.\n**.*\n*..*\n.**.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n..**\n.*..\n....\n****\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**..\n...*...\n.......\n...**..\n..**..*\n*..*.*.\n..*.**.\n...**..\n*..*...\n.......\n.*.**.*\n.*..***\n..**.*.\n```\n\n\n## Output without wrap\n\n```\n...**..\n...**..\n...**..\n..***..\n..*..*.\n.*...**\n..*..*.\n..*..*.\n...**..\n..***..\n..***.*\n.*....*\n..**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n...**..\n...**..\n..***..\n..*..**\n.*...*.\n..*..**\n..*..*.\n...**..\n*.***..\n..***.*\n.*....*\n..*...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....*...\n*.........\n*....***..\n**......*.\n**.......*\n.*....****\n......*...\n..........\n..........\n....*....*\n....*.*...\n..........\n..........\n..........\n```\n\n\n## Output without wrap\n\n```\n..........\n**...*.*..\n*.....**..\n......***.\n..*......*\n**....****\n......*.*.\n..........\n..........\n.....*....\n.....*....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n**...*.*.*\n*.....**..\n......***.\n..*.......\n.*....****\n......*.*.\n..........\n..........\n.....*....\n.....*....\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*.**\n**...**...\n...**..**.\n*....**...\n**..*...**\n........**\n**.......*\n..........\n..*...***.\n***...****\n..*.......\n..........\n```\n\n\n## Output without wrap\n\n```\n*.*.**.*..\n...*....*.\n...*...**.\n.....*...*\n***.**.***\n.......*..\n.......***\n.......*..\n.***..*..*\n.***..*..*\n..**...**.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***.*..\n...*......\n...*...*.*\n.....*....\n***.**.*..\n*......*..\n.*.....*..\n.......*..\n..**..*...\n..**..*...\n*.*....**.\n..**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n......\n...*.*\n...*.*\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.........\n..........\n.*.......*\n.....**.*.\n........*.\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n........*.\n.......*.*\n.......*.*\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........**\n.......*.*\n*......*..\n........**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.****\n.**..\n*.*.*\n*****\n***.*\n.*.**\n```\n\n\n## Output without wrap\n\n```\n.*.*.\n*...*\n*...*\n....*\n.....\n**.**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*\n.....\n.....\n.....\n.....\n.....\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.\n**..\n****\n*..*\n.***\n*.*.\n*.**\n```\n\n\n## Output without wrap\n\n```\n*...\n...*\n...*\n*...\n*..*\n*...\n..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n....\n....\n....\n....\n....\n*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*..*\n.....*\n.....*\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...**\n*...**\n*...**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.*...\n.**..\n..***\n*....\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n.**..\n.*.*.\n..**.\n..**.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n***..\n.....\n..*..\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..**\n...****.\n..***.*.\n*.**.***\n**.*..**\n.******.\n*.**.*..\n**..**..\n.....**.\n....**..\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n**......\n........\n........\n*.*.....\n***.....\n.****.*.\n.....**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n..*....*\n.**...*.\n.***..*.\n......**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n.....\n.....\n..*..\n*.*..\n***..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.**..\n*.**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*...\n.....\n.....\n.**..\n*.***\n*.***\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n.*.*..\n.*.*..\n...*..\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n...**.\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n...**.\n..*...\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n........*.\n.........*\n.........*\n..*.**....\n.*.**..*..\n.***...**.\n.*.**..***\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n..........\n..*.**....\n.*...****.\n**....*..*\n.*.**..*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*..\n........**\n..........\n..*.**....\n.*...****.\n.*....*..*\n**.**....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n...\n...\n...\n***\n```\n\n\n## Output without wrap\n\n```\n...\n...\n...\n.*.\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n***\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.\n.*...\n*..**\n```\n\n\n## Output without wrap\n\n```\n..*..\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n.*.*.\n**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..........\n..........\n......*...\n......*...\n..........\n..**......\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*......*\n*.......\n........\n........\n*......*\n*......*\n........\n........\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*......*\n*......*\n........\n........\n*......*\n*......*\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n**...*.\n*......\n*..*..*\n.***...\n...**..\n*...**.\n**.....\n.**....\n```\n\n\n## Output without wrap\n\n```\n**.....\n.......\n*......\n*..*...\n.*.....\n.*...*.\n**.***.\n*.*....\n***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......*\n.......\n.......\n*..*..*\n**.....\n.*...*.\n**.****\n*.*...*\n..*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n****..\n....*.\n***.**\n.*****\n...***\n.*****\n```\n\n\n## Output without wrap\n\n```\n.***..\n....**\n*.....\n*.....\n......\n..*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.....\n....*.\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**....\n.*.....\n......*\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n.**....\n.**....\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*....\n*.*....\n.*.....\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.**\n*.*\n.**\n...\n```\n\n\n## Output without wrap\n\n```\n.**\n*..\n.**\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**\n...\n.**\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**.*\n*.....\n......\n....**\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n.....*\n......\n...*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*****.***.\n********.*\n.**..**.*.\n********.*\n*.***.****\n********.*\n**.*******\n***.******\n**********\n********.*\n```\n\n\n## Output without wrap\n\n```\n..........\n........**\n........**\n........**\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.**.\n**..*.*\n***....\n*...***\n*.*.**.\n**..*..\n*...**.\n```\n\n\n## Output without wrap\n\n```\n...***.\n.*.....\n..*.*..\n..*.*.*\n*....*.\n*....*.\n**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......\n....**.\n..*.*..\n..*.*..\n.......\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**\n***\n.**\n.**\n.**\n*..\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n*..\n.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n...\n...\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.\n..*\n..*\n.**\n***\n**.\n*.*\n```\n\n\n## Output without wrap\n\n```\n.*.\n..*\n..*\n*..\n...\n...\n*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n..*\n..*\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...\n...\n...\n...\n...\n...\n***\n***\n***\n...\n...\n...\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n...\n...\n...\n...\n...\n.*.\n.*.\n...\n.*.\n.*.\n...\n...\n...\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...\n...\n...\n...\n***\n***\n***\n...\n***\n***\n***\n...\n...\n...\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n****.**\n.*...*.\n*******\n.....*.\n```\n\n\n## Output without wrap\n\n```\n.*...*.\n....*.*\n*..****\n*..****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n...*..*\n.**....\n...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*..**\n.....\n....*\n*.*.*\n.*.**\n.....\n..***\n..*..\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n...**\n.....\n.*..*\n.*..*\n.*..*\n..**.\n..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**\n*....\n*..*.\n*..*.\n.....\n...**\n*....\n.***.\n..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*...*\n...*.\n.....\n.....\n***..\n..**.\n**...\n```\n\n\n## Output without wrap\n\n```\n.....\n.....\n.....\n.....\n.*...\n.*.*.\n...*.\n..*..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.\n*....\n*...*\n.....\n.*...\n**.**\n.....\n..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*\n.*.....\n..*....\n.**..*.\n..*..*.\n**...**\n```\n\n\n## Output without wrap\n\n```\n.......\n.**....\n..*....\n.***...\n*.*.**.\n.*...**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**..**\n***....\n..*....\n.***...\n..*.**.\n.**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..\n***.\n.*..\n```\n\n\n## Output without wrap\n\n```\n*.*.\n..*.\n***.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*\n..**\n...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.***\n**...*\n*.*.**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n***.**\n*.....\n*.****\n.****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.*.*\n......\n..***.\n.*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**..*\n**.*.\n..*..\n.....\n...*.\n.**.*\n***..\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n***..\n*..*.\n.**..\n.....\n..**.\n*....\n...*.\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....\n.**.*\n...*.\n.**..\n.....\n..**.\n....*\n...**\n*.*..\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n***\n...\n...\n...\n***\n...\n...\n```\n\nThe columns are identical.\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n.*.\n.*.\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n***\n...\n***\n***\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....**..\n....*....\n..*.....*\n.....*...\n*.....*..\n...*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n.........\n.........\n.........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*....\n....**...\n.........\n.........\n.........\n....***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...**.\n..**.*\n**.***\n.*.**.\n..***.\n```\n\n\n## Output without wrap\n\n```\n..***.\n.*...*\n**...*\n**....\n..*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n.*....\n.*....\n.*....\n.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*..\n.*..**\n......\n*...**\n.*.*..\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****..\n......\n....*.\n**.**.\n..**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*....*\n........*\n....*....\n.....*..*\n.....*..*\n*...*....\n*...*....\n*..*.....\n```\n\n\n## Output without wrap\n\n```\n.........\n.........\n.........\n....**...\n....**...\n....**...\n**.**....\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.......*\n.........\n.........\n....**...\n*...**..*\n*...**..*\n**.**...*\n*..**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..**\n..**\n...*\n....\n....\n*..*\n*...\n....\n....\n.**.\n.**.\n```\n\n\n## Output without wrap\n\n```\n..**\n....\n..**\n....\n....\n....\n....\n....\n....\n.**.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...\n*...\n..**\n....\n....\n*..*\n*..*\n....\n....\n.**.\n*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.\n..**.*.\n..*..*.\n.***.*.\n*..*..*\n.*.....\n.**....\n*....*.\n**....*\n.......\n.*...**\n..*...*\n*..*...\n*.*****\n```\n\n\n## Output without wrap\n\n```\n.**.**.\n.***..*\n...*...\n..**..*\n*..***.\n...*...\n..*....\n..*....\n..*....\n**...**\n*.*.*..\n.......\n......*\n..****.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*....*\n....**.\n**.*.*.\n.***...\n...****\n...*..*\n*.*....\n..*...*\n***...*\n.*...*.\n..*.*..\n.*...*.\n*..***.\n.*....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.....***\n...**...*\n..***...*\n**.*.**.*\n.*.*..***\n..****...\n...*.*...\n*..*.*...\n```\n\n\n## Output without wrap\n\n```\n.......**\n..*.**..*\n.*......*\n**...**.*\n**......*\n.....*.*.\n.....**..\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*.***.\n..*.**...\n.*......*\n.*...**..\n.*......*\n.....*.*.\n.....**..\n*....*.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.......*\n..*........\n.**.......*\n*.*........\n```\n\n\n## Output without wrap\n\n```\n...........\n..**.......\n.*.........\n..**.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*...*.....*\n....*......\n*...*......\n*...*.....*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*\n*.*\n**.\n***\n...\n***\n```\n\n\n## Output without wrap\n\n```\n.*.\n.*.\n...\n...\n.*.\n...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n***\n...\n...\n...\n***\n***\n```\n\nThe columns are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......*..\n.........\n.......**\n.........\n.*.......\n.........\n```\n\n\n## Output without wrap\n\n```\n.........\n.......*.\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.......*.\n.........\n.........\n.........\n.........\n```\n\nOnly one cell is alive.\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*..\n.....\n*.*.*\n..*..\n**..*\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n...*.\n.*.*.\n*.*..\n.***.\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n*..**\n.*.*.\n..*..\n*****\n..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***..\n...*...\n.......\n.......\n```\n\n\n## Output without wrap\n\n```\n..***..\n..***..\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***..\n..***..\n.......\n...*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.*.\n...*...\n.**....\n...***.\n***....\n....***\n..**...\n.***.**\n```\n\n\n## Output without wrap\n\n```\n....*..\n.**.*..\n.**....\n...*...\n.**....\n.**..*.\n..**.*.\n..*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.*.\n*..**.*\n.**....\n*..*...\n..*....\n..*..*.\n.*..*..\n..*.**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.....\n...*.**\n.....*.\n*..**.*\n**.*..*\n...*...\n.......\n.*...*.\n**....*\n**.....\n*.....*\n***.**.\n...*.**\n......*\n```\n\n\n## Output without wrap\n\n```\n.......\n....***\n...*...\n*****.*\n**.*.*.\n..*....\n.......\n**.....\n..*....\n.......\n..*..*.\n*****..\n.***..*\n.....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....*.\n*...***\n*..*...\n.****..\n.*.*.**\n*.*....\n.......\n.*....*\n..*...*\n.......\n..*..*.\n.****..\n.***...\n.....**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..*..*.*\n..*.*.**..**\n..*........*\n*****.*.*...\n*.*.....*.**\n**.*...*....\n.*.*...*.*..\n.**...**....\n....**.*.*.*\n......*.....\n```\n\n\n## Output without wrap\n\n```\n.*****.*....\n.**........*\n.*......**..\n.....*.*...*\n.......*...*\n...**..*.**.\n.*.....*.**.\n..**.*.*....\n..**...**...\n.....***....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***...*..*\n.**.*..*....\n*.......**.*\n.....*.*...*\n.......*....\n...**..*.**.\n.*.....*.***\n.***.*.*....\n*.*......*.*\n**.**...*..*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....\n...*\n**..\n*...\n****\n....\n```\n\n\n## Output without wrap\n\n```\n....\n....\n**..\n....\n***.\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n*...\n**.*\n....\n****\n****\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*.*\n*.**..\n..*.*.\n...***\n...*.*\n..**.*\n.*...*\n.....*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n..***.\n.**...\n.**..*\n..*..*\n.....*\n..**.*\n..*..*\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.\n.**..*\n.**...\n..*..*\n*....*\n..**.*\n..*..*\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*****.\n***.**\n****.*\n****..\n```\n\n\n## Output without wrap\n\n```\n*...**\n.....*\n.....*\n*..**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n******\n**.***\n*.****\n***.**\n```\n\n\n## Output without wrap\n\n```\n*....*\n......\n......\n*.*..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.*.*..****.\n.**.*.....*\n....*.***..\n*.*.*****.*\n*.......***\n...*******.\n*.*.*.....*\n...******..\n**.*.***...\n.**.*...**.\n*.*.**.**.*\n...**.*.**.\n*..**...*..\n..******..*\n```\n\n\n## Output without wrap\n\n```\n.*.*....*..\n.*..*..*.*.\n....**.....\n.*.**....*.\n**....*....\n.*.****....\n.*******...\n*..........\n**......**.\n.*.......**\n.**........\n.**....*...\n.**..*.....\n......**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........*.\n..*.....*..\n....**....*\n...**.....*\n......*....\n.*.****....\n*.******.*.\n.*........*\n*.......**.\n.........*.\n*.*.......*\n..*....*.*.\n..*......**\n.*......*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**...*.*\n**.*****\n********\n..**.*..\n*..**.**\n****.***\n***.*..*\n*****..*\n.*..*.**\n*****.*.\n```\n\n\n## Output without wrap\n\n```\n.*......\n*.....*.\n........\n**......\n........\n........\n........\n.......*\n.**.*...\n.***.***\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n...***..\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..*.*.....\n..........\n......*.*.\n......*..*\n..*.*..*.*\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n.......*..\n.....**..*\n........*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n.......*..\n.....**..*\n.....*..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..........\n..........\n..........\n**........\n....*.*...\n..........\n.....*.*..\n....*.*...\n...*......\n........*.\n```\n\n\n## Output without wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.....**...\n.......*..\n....*.*...\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n..........\n..........\n.....**...\n.......*..\n....*.*...\n.....*....\n..........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**...*..\n...*.**.*\n**.*.***.\n..*....*.\n.......*.\n*.....*.*\n**....***\n...**.**.\n**.*.*.*.\n..***....\n*...***..\n.....*...\n```\n\n\n## Output without wrap\n\n```\n......*..\n.*.*.*.*.\n**.**..**\n.**......\n*.*...*..\n**....*.*\n***....*.\n***.*....\n.****....\n.*....*..\n......*..\n.....**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**.*.\n**.*.****\n**.**...*\n***....**\n.**...**.\n......**.\n..*......\n*.*.*....\n.****..**\n**....*.*\n**.......\n...*..**.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**..\n*.**\n.***\n.*..\n```\n\n\n## Output without wrap\n\n```\n***.\n*..*\n***.\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*\n*...\n....\n*..*\n**.*\n....\n....\n*...\n...*\n....\n.**.\n.**.\n*..*\n```\n\n\n## Output without wrap\n\n```\n....\n....\n....\n***.\n***.\n....\n....\n....\n....\n..*.\n.**.\n*..*\n.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..\n*..*\n*..*\n.***\n.***\n*...\n....\n....\n....\n..*.\n.**.\n....\n....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.\n.....\n****.\n.....\n.....\n...*.\n...*.\n...*.\n```\n\n\n## Output without wrap\n\n```\n.....\n..*..\n*.*..\n.**..\n.....\n...*.\n...*.\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*..\n*...*\n..**.\n.**..\n.....\n...*.\n..*.*\n.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....*\n.....*\n*...*.\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*\n*...**\n*...**\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*......\n**......\n***..***\n**..**..\n```\n\n\n## Output without wrap\n\n```\n**......\n......*.\n..*.***.\n*.*.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.....\n......*.\n..*.***.\n....**..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n......\n......\n......\n*...*.\n.*..*.\n....*.\n**...*\n......\n......\n......\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n......\n...***\n**..**\n......\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n......\n......\n.....*\n...**.\n.*..*.\n*....*\n*.....\n......\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....*\n....*.\n....*.\n*....*\n...**.\n```\n\n\n## Output without wrap\n\n```\n......\n....**\n....**\n...*.*\n....*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*.*\n....**\n....*.\n...*.*\n*...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*.\n***.*.\n..*.*.\n**...*\n......\n......\n```\n\n\n## Output without wrap\n\n```\n.*.**.\n.*...*\n..*.**\n......\n......\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**.**.\n**..**\n..*.*.\n**...*\n**...*\n*.....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n**.*.\n*.*.*\n*.***\n```\n\n\n## Output without wrap\n\n```\n****.\n*...*\n...*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n.....\n.....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*..\n...*\n..**\n...*\n..*.\n```\n\n\n## Output without wrap\n\n```\n....\n...*\n..**\n...*\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.\n*..*\n*.**\n...*\n..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***.....\n...*...*.\n...*...*.\n.**...**.\n.......*.\n```\n\n\n## Output without wrap\n\n```\n..***....\n....*....\n..***.*.*\n.........\n......*.*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*......\n....*....\n..***.*.*\n..**.....\n...*..*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..*.\n.*...*.\n...*..*\n...*..*\n.**.*.*\n...**.*\n```\n\n\n## Output without wrap\n\n```\n.....*.\n....*.*\n..*....\n..*...*\n..*....\n..*.**.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*....\n..*....\n***....\n.**....\n.**.*.*\n.*..*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n.*..**\n.*..*.\n....**\n```\n\n\n## Output without wrap\n\n```\n.*.***\n***.**\n...*..\n....**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**....\n.**.*.\n...*..\n**..*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*...\n....**..\n...**...\n```\n\n\n## Output without wrap\n\n```\n....**..\n.....*..\n...***..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n.....*..\n...*....\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.*\n*..**\n**..*\n*...*\n..*.*\n```\n\n\n## Output without wrap\n\n```\n...*.\n*...*\n*...*\n**.**\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n****.\n..*..\n.....\n*....\n***..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*.......**.\n*..........\n**.***..***\n***..*..**.\n....*...*..\n*....*..***\n*..*.*.*.*.\n.....*.*.*.\n*..*...*.*.\n```\n\n\n## Output without wrap\n\n```\n...........\n...***...*.\n.*.*.**...*\n.*.....**.*\n.*..*..****\n.......**..\n.....*.*.**\n.......**..\n...........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.......****\n...***..**.\n...*.**....\n.......**..\n....*..**..\n.......**..\n.....*.*..*\n.......*..*\n......**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....*..**\n**..*...*\n..**.....\n.........\n....*....\n*..**.**.\n***..**.*\n```\n\n\n## Output without wrap\n\n```\n.......**\n.**.*..**\n.***.....\n...*.....\n...***...\n*.***.**.\n*******..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..***.*..\n***.*..**\n****.....\n...*.....\n...***...\n*.***.**.\n.**......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.******\n*****..*.\n..*..**..\n..***.*..\n.***.**..\n```\n\n\n## Output without wrap\n\n```\n*....****\n*.......*\n......**.\n.......*.\n.*...**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.........\n.........\n......**.\n.......*.\n........*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*..***...*\n.*........\n...*....**\n.*.*....*.\n```\n\n\n## Output without wrap\n\n```\n...*......\n...*....**\n..**...*..\n........**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n**..*...**\n..***...*.\n..**...**.\n.****...*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...*.*..\n.*..*...**...\n..*.*...**...\n```\n\n\n## Output without wrap\n\n```\n.............\n....*..*.....\n....*...**...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...*...*****.\n...*...*****.\n...*...*****.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*......***\n*......*..\n*......*..\n```\n\n\n## Output without wrap\n\n```\n......***.\n......***.\n..........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*..**\n..*..*..**\n..*..*..**\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**.*****.*\n****...**.\n*.*******.\n```\n\n\n## Output without wrap\n\n```\n*..*****..\n.........*\n*...***.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n..........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.***\n*.**\n****\n.***\n**.*\n****\n```\n\n\n## Output without wrap\n\n```\n....\n**..\n....\n....\n....\n....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....\n....\n....\n....\n....\n....\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*..\n.*.*.\n..*..\n*....\n.....\n...**\n```\n\n\n## Output without wrap\n\n```\n..*..\n.*.*.\n.**..\n.....\n.....\n.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.*\n**.*.\n.**..\n.....\n.....\n...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.....\n**...\n**...\n.....\n```\n\n\n## Output without wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Output with wrap\n\n```\n.....\n**...\n**...\n.....\n```\n\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are identical."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*....*.*.***\n......**.....\n.....***.....\n*..**...**...\n*****.****...\n.*..***....**\n.*.........*.\n****.......**\n.**....*.....\n.....*.**..**\n.....*..*.*.*\n```\n\n\n## Output without wrap\n\n```\n......*....*.\n........*..*.\n....**.......\n*........*...\n*.....*..**..\n....*.*.*.***\n...***....*..\n*..*.......**\n*..*..***....\n.......***.**\n......****..*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*....**.*.*.*\n........*..*.\n....**.......\n*........*...\n......*..**..\n....*.*.*.***\n...***....*..\n...*.......**\n...*..***....\n*......***.**\n.....*..*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n....**.***....\n...**...**....\n...**...***...\n```\n\n\n## Output without wrap\n\n```\n...***.*.*....\n..............\n...**...*.*...\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*.*......\n..............\n..........*...\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.****..*\n**.***..*\n*.*......\n..**.....\n.*.**....\n**...*...\n.........\n*........\n```\n\n\n## Output without wrap\n\n```\n*.*..*...\n*....*...\n*........\n....*....\n**.**....\n***.*....\n**.......\n.........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*..*...\n.....*...\n*.......*\n....*....\n**.**....\n***.*....\n**.......\n**.**...*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n**..**\n*....*\n..**..\n.**...\n.....*\n```\n\n\n## Output without wrap\n\n```\n**..**\n*.**.*\n..**..\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..*.\n..**..\n*.**..\n.***..\n..*.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n......\n.....*\n.**.*.\n.....*\n..*...\n```\n\n\n## Output without wrap\n\n```\n......\n......\n....**\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n......\n......\n*...**\n.***..\n......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.*.**.*...*\n**.***.***.*.\n.*.*.***..**.\n.*****..*...*\n****...**..**\n```\n\n\n## Output without wrap\n\n```\n**.*.**.**...\n**.*.....*.**\n..........***\n.....*..***.*\n*......**..**\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....*....*..\n.*.*.....*.*.\n..........**.\n.....*..***..\n........**.*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n..*.***..**\n.*..*******\n*.****.**..\n**..**.****\n*.*.**.**..\n```\n\n\n## Output without wrap\n\n```\n...........\n.***.......\n*..........\n*..**......\n....*......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**........\n.**........\n...........\n...........\n...........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n........\n........\n........\n........\n......*.\n......*.\n........\n.*.....*\n.*......\n...*....\n......*.\n........\n........\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n........\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n........\n........\n........\n.*......\n.*......\n........\n........\n........\n........\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.....\n*.***\n.**..\n.*..*\n**.*.\n```\n\n\n## Output without wrap\n\n```\n..**.\n..***\n..*.*\n*.**.\n.**..\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.....\n...**\n*.*..\n.****\n***.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n..***...\n..**.**.\n...*****\n..**.*.*\n**......\n....*...\n*..*....\n.*.**.**\n........\n```\n\n\n## Output without wrap\n\n```\n..*.**..\n.......*\n.......*\n.***.*.*\n.****...\n**......\n..**.*..\n..***...\n........\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..*.**..\n.......*\n.......*\n.***.*.*\n*****...\n**......\n*.**.*.*\n*.***..*\n.....*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...**.*.\n..*..*..\n*.**.*..\n....*..*\n.*.....*\n***.****\n..**....\n```\n\n\n## Output without wrap\n\n```\n..*****.\n.*......\n*......*\n......**\n*......*\n*......*\n...*...*\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*..***.\n.*......\n........\n......**\n.*......\n***.****\n.......*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*..*..****\n**.**.**.*\n**.**.*.*.\n***..***..\n.*.*.***..\n*...***.**\n*****.*..*\n```\n\n\n## Output without wrap\n\n```\n*******..*\n.........*\n........*.\n........*.\n...*......\n*.......**\n*****.****\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n..........\n..........\n........*.\n........**\n...*......\n........*.\n..*.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...*.*.\n.......\n.*.....\n.......\n.*.....\n*.*.*..\n.....*.\n.****.*\n.*.*...\n```\n\n\n## Output without wrap\n\n```\n.......\n.......\n.......\n.......\n.......\n.......\n..*..*.\n...*.*.\n...*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.*.....\n.......\n.......\n.......\n.......\n.*....*\n..*..*.\n..*....\n*....*.\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n.*.**.**\n.**.****\n*.**.*.*\n**.**...\n****....\n..**....\n........\n........\n****...*\n```\n\n\n## Output without wrap\n\n```\n.*.**..*\n*.......\n*......*\n........\n*.......\n...*....\n........\n.**.....\n.**.....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n........\n........\n........\n........\n*.......\n...*....\n........\n***.....\n.*.**.**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n....*...\n...*****\n*......*\n.**....*\n...**...\n.*..**..\n.....*.*\n```\n\n\n## Output without wrap\n\n```\n...*..**\n.......*\n.*.....*\n*.....*.\n.*...**.\n..**....\n....*.*.\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*..*....\n**.....*\n........\n......*.\n**...*.*\n..**...*\n.....*.*\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n.**.*..\n.......\n***.**.\n***.***\n.......\n.*..*..\n*......\n*...**.\n```\n\n\n## Output without wrap\n\n```\n.......\n.*.***.\n*...*.*\n*.*.*..\n..*.**.\n*.*..*.\n.......\n.......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n.**....\n.**...*\n.*..*..\n.**.*..\n..*.**.\n.**....\n.*.*...\n.......\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneSizeSmall","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n*.*.*.\n*.*.*.\n*.*.*.\n```\n\nThe rows are identical.\n\n## Output without wrap\n\n```\n......\n*.*.**\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n*.*.*.\n*.*.*.\n*.*.*.\n```\n\nThe rows are identical.\nThis output is identical to the input.\nStill life.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepTwoSizeSmallMediumBig","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n...***..\n........\n........\n*.**....\n.****...\n....*...\n```\n\n\n## Output without wrap\n\n```\n........\n........\n........\n........\n....**..\n...*....\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...***..\n...***..\n........\n........\n........\n...*.*..\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmall","text":"# Conway's Game of Life\n\nPerform 2 steps.\n\n## Input\n\n```\n*....*\n.....*\n......\n....*.\n```\n\n\n## Output without wrap\n\n```\n......\n......\n......\n......\n```\n\nAll cells are empty.\nThis output is different than the input.\n\n## Output with wrap\n\n```\n....*.\n*...*.\n*....*\n*...**\n```\n\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."} {"curriculum":"StepOneTwoSizeSmallMedium","text":"# Conway's Game of Life\n\nPerform 1 step.\n\n## Input\n\n```\n...*..\n....*.\n...*..\n```\n\n\n## Output without wrap\n\n```\n......\n...**.\n......\n```\n\nThis output is different than the input.\n\n## Output with wrap\n\n```\n...**.\n...**.\n...**.\n```\n\nThe rows are identical.\nThis output is different than the input.\n\n## Status\n\nThe outputs are different."}